.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%;
   }
}
