.text__label{
    width: 200px;
    height: 17px;
}
.detail__text{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}
.detail__text2{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.space__bottom{
    margin-bottom: 7px!important;
}

.button__set{
    list-style: none;
    text-decoration: none;
    color: #fff;
}

.space__reset{
    padding: 0;
    margin: 0;
}

.formContent .space__reset{
    padding: 0;
    margin: 0;
}
.padding__none{
    padding: 0!important;
}

.item__resize{
    align-items: center;
    background: #2b3473;
    border-radius: 40px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    letter-spacing: 1px;
    padding: 11px 0 12px;
    text-align: center;
    transition: 0.3s ease-in-out;
    width: 100px;
}

.check__gap{
    display: flex;
    gap: 10px;
    margin-left: 0;
}

.check__circle{
    transform: scale(1.3);
    margin-right: 8px;
}

.flex__block{
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
    align-items: center;
    justify-content: flex-start;
}

.space__top{
    margin-top: 25px!important;
}

.select__size{
  width: 300px;
  height: 35px;
  font-size: 16px;
}

.select__size2{
    width: 80px;
    height: 26px;
}

.auto-grow-textarea{
  width: 60%;
  height: 100px;
  min-height: 100px;
  overflow: hidden;
  resize: none;
}
@media(max-width: 768px){
    .textarea{
        width: 100%;
    }
    #autoTextarea{
        width: 100%;
    }
}

.margin__none{
    margin-left: 0!important;
}

.space__right#text{
    margin-right: 15px;
}

.table__border{
    border-collapse: collapse;
}

.deco__none{
    text-decoration: none;
}
 #autoTextarea{
        width: 60%;
        height: 100px;
        min-height: 100px;
        overflow: hidden;
        resize: none;
    }

@media(max-width: 480px){
    .select__size{
        width: 100%;
    }
   #autoTextarea{
    width: 100%;
   }
}

.affiliation {
    flex-wrap: wrap;
}

.autoComplete_wrapper {
    position: relative;
}

.autoComplete_wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("/images/admin/icon-search-black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 24px;
    z-index: 10;
}

.autoComplete_wrapper > .affiliation__btn {
    border: 1px solid #767676;
    color: #000;
    background: #fff;
    border-radius: 0;
    position: relative;
    height: 35px;
    padding-inline-start: 35px;
    width: 300px;
}

.autoComplete_wrapper > .affiliation__btn:focus {
    border: 1px solid #767676;
    color: #000;
}

.autoComplete_wrapper > .affiliation__btn::placeholder {
    color: #767676;
}
.autoComplete_wrapper > .affiliation__btn:focus::placeholder,
.autoComplete_wrapper > .affiliation__btn:hover::placeholder {
    color: #767676;
}

.pageNav__text {
    font-size: 18px;
}

.pageNav__wrap {
    font-size: 20px;
    line-height: 1;
}

.pageNav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pageNav__arrow {
    width: 32px;
    height: 32px;
}
