#register h1 {
    text-align: center;
    margin-bottom: 15px;
}
.container-wrapper {
    margin: 40px 0 70px;
}
.input_group {
    position: relative;
}
.input_group .show_password {
    position: absolute;
    width: 20px;
    right: 15px;
    top: 35%;
}
.input_group .jhInputLogin {
    padding-right: 40px;
}
.password_req {
    margin: 10px 0 20px;
    list-style: initial;
}
.password_req li {
    font-size: 13px;
    font-family: 'Bai Jamjuree', Arial, Helvetica, sans-serif;
    color: #999;
    list-style: initial;
}
.field {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.checkbox-label {
    margin-bottom: 5px;
    margin-right: 10px;
}
.consent-box {
    max-height: 0;
    margin-left: 40px;
    overflow-y: hidden;
    transition: all 0.3s ease;
    font-size: 14px;
    font-family: 'Bai Jamjuree', Arial, Helvetica, sans-serif;
}
.alert {
    color: #C60000;
    font-size: 14px;
    margin-bottom: 0;
}
.required {
    border-width: 3px !important;
    border-color: #C60000 70% !important;
}
.terms-t {
    font-size: 14px;
    color: #333;
    font-family: 'Bai Jamjuree', Arial, Helvetica, sans-serif;
}
.condition-link {
    color: #333;
    text-decoration: none;
    transition: 0.4s;
}
.condition-link:hover {
    color: #00916E;
}
.grey-link {
    font-size: 14px;
    color: #aaa;
    font-family: 'Bai Jamjuree', Arial, Helvetica, sans-serif;
}
.grey-link:hover {
    color: #aaa;
}
.header-sc {
    margin-bottom: -40px;
    padding: 0 20px;
    background-color: transparent;
    max-width: 500px;
}
.checkmark {
    width: 80px;
    display: block;
    margin: 0 auto 20px;
}
.header-sc h2 {
    font-size: 28px;
    color: #333;
    font-family: 'Kanit', Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.header-sc p {
    font-size: 14px;
    font-family: 'Bai Jamjuree', Arial, Helvetica, sans-serif;
    color: #777;
    text-align: center;
    line-height: 2.6rem;
}
.header-sc p .fw-bold {
    font-weight: bold;
    color: #333;
}
.header-sc .tooltips {
    width: 14px;
    margin: 0 5px -7px;
}
.jh_link {
    color: #00916E;
    text-decoration: underline;
}
.jh_link:hover {
    color: #00916E;
}
.mascotForm.another_pos {
    width: 130px;
    margin-bottom: -14px;
    z-index: 3;
}
.userInputArea .has-icon::before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url('../../imgs/icons/user_green.png') no-repeat center center / 100%;
    margin-right: 10px;
    margin-bottom: -5px;
}

.contact-r {
    margin-bottom: 30px;
}
.formLabel {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
.field-radio {
    align-items: center;
    justify-content: flex-start;
}
.radio-title {
    font-size: 15px;
    font-family: 'Noto Sans Thai', Arial, Helvetica, sans-serif;
    font-weight: 500;
}
.datepicker-group {
    position: relative;
    margin-bottom: 20px;
}
.datepicker-group::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../../imgs/icons/calendar_new.png') no-repeat center center / 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}
.jhInput {
    width: 100%;
    height: 45px;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 10px 15px;
    font-family: 'prompt', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}
.jhInputDate,
.jhSelect {
    width: 100%;
    height: 45px;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 10px 15px;
    font-family: 'prompt', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}
.jhSelectfield {
    margin-bottom: 15px;
    position: relative;
}
.jhSelectfield::after {
    content: '';
    width: 15px;
    height: 15px;
    background: url('../../imgs/icons/arr-down-green.png') no-repeat center center / 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.btn-skip,
.btn-save {
    width: 120px;
    height: 40px;
    background-color: #ccc;
    color: white;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Noto Sans Thai', Arial, Helvetica, sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transition: transform 0.3s ease;
}
.btn-save {
    background-color: #C60000;
    color: white;
    width: 130px;
}
.btn-skip:hover,
.btn-save:hover {
    transform: scale(1.1);
}
input[type="radio"].radio:checked + .radio-label {
    border-color: #00916E;
}
input[type="radio"].radio:checked + .radio-label::after {
    background-color: #00916E;
}
input[type="checkbox"]:checked + .checkbox-label::after {
    font-size: 16px;
    color: white;
}
input[type="checkbox"]:checked + .checkbox-label {
    background-color: #00916E;
}
@media screen and (min-width: 768px) {
    .container-wrapper {
        margin: 0;
        margin-bottom: 40px;
    }
    .userInputArea.increaseW {
        max-width: 650px;
        padding: 40px;
    }
    .contact-r {
        display: flex;
    }
    .contact-r .birth,
    .contact-r .idcard {
        width: 50%;
    }
    .contact-r .birth,
    .select-wrap div:first-child  {
        padding-right: 10px;
    }
    .contact-r .idcard,
    .select-wrap div:last-child  {
        padding-left: 10px;
    }
    .select-wrap {
        display: flex;
        justify-content: space-between;
    }
    .select-wrap div {
        width: 100%;
    }
    .tt-menu {
        padding: 0 !important;
    }
    .jhInput,
    .jhSelect {
        font-size: 16px;
    }
}
@media screen and (min-width: 992px) {
    .userInputArea.increaseW {
        padding: 40px 80px;
        max-width: 750px;
    }
    .mascotForm.another_pos {
        margin-left: 40px;
    }
    .jhSelectfield::after {
        top: 40%;
    }
}
@media screen and (min-width: 1200px) {
    .mascotForm.another_pos {
        margin-left: 140px;
    }
}
@media screen and (min-width: 1400px) {
    .mascotForm.another_pos {
        margin-left: 220px;
    }
}
