@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* update 20230524 */

* {
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
}

body,
html {
    height: 100%;
    width: 100%
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 0;
    color: #101828;
}

p {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

/* common class */

.text-400-16 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.text-700-16 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.text-700-18 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.text-600-18 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.text-500-14 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.text-400-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.text-600-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.text-700-20 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

.text-700-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.width-50 {
    width: 50%;
}

.width-100 {
    width: 100% !important;
}

.margin-top-24 {
    margin-top: 24px;
}

.margin-top-6 {
    margin-top: 6px;
}

.color-7D7D7D {
    color: #7D7D7D;
}

.color-98A2B3 {
    color: #98A2B3;
}

.relative {
    position: relative;
}

.cursor-pointer {
    cursor: pointer;
}

.ml--1 {
    margin-left: -2.5px;
}

.ml-9 {
    margin-left: 9px;
}
.ml-6 {
    margin-left: 4px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-40 {
    margin-top: 40px;
}
.mt-48 {
    margin-top: 48px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-40 {
    margin-bottom: 40px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.d-block {
    display: block;
}

.text-center {
    text-align: center;
}

.mt-4px {
    margin-top: 4px !important;
}

.mt-1px {
    margin-top: 1px !important;
}

.mt-8px {
    margin-top: 8px !important;
}

.mt-24px {
    margin-top: 24px !important;
}

.mt-32px {
    margin-top: 32px !important;
}

.mt-48px {
    margin-top: 48px !important;
}

.my-8px {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.mt-neg-4px {
    margin-top: -4px !important;
}

.mb-0px {
    margin-bottom: 0px !important;
}

.bottom-2vh {
    bottom: 2vh !important;
}

.bottom-44px {
    bottom: 44px !important;
}

.required::after {
    content: '*';
    color: red;
}

.box-shadow-1 {
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.25), 0px 2px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -1px 1px 0px rgba(0, 0, 0, 0.04) inset;
}

.a-nostyle {
    color: inherit;
    text-decoration: none;
}
    .a-nostyle:hover {
        color: inherit;
        text-decoration: none;
    }

    .a-nostyl:visited {
        color: inherit;
        text-decoration: none;
    }

/*end common class */


/* remove input number arrow */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* end remove input number arrow */

/* toastr overide css */
#toast-container > .toast.toast-error {
    background-color: #FEE4E2 !important;
    color: #101828;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

#toast-container > .toast.toast-success {
    background-color: #dbffdb !important;
    color: #101828;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

#toast-container > div {
    width: 312px !important;
    height: auto;
    min-height: 40px;
    opacity: 1 !important;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    borrder: none !important;
    padding-left: 16px !important;
}

.toast-close-button {
    position: absolute !important;
    right: 10px !important;
    top: -0.15em !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #101828 !important;
    width: 20px !important;
    height: 100% !important;
    opacity: 1;
}

.toast-top-right {
    top: 96px !important;
    right: 16px !important;
}

.toast {
    max-width: 427px !important;
}

.toast-message {
    max-width: 339px !important;
}


/* end toastr overide css */
.main_container {
    position: relative;
    z-index: 2;
}

.error-message {
    color: #F04438;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

.validation-error-message {
    list-style-type: none;
}

.ids_header {
    z-index: 2;
    position: relative;
    width: 100%;
    padding: 12px 0;
    box-shadow: 0px 2px 8px #aaaaaa;
}

.header-container {
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: inline-block;
}

.logo_img {
    height: 32px;
}

.main-section__left {
    height: 53vw;
    min-height: 200px;
    background-color: #00C802;
    position: relative;
    background-image: url("/images/ee32afd1-b7f3-4950-97e1-833dd48e96ad.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-section__left--research {
    background-image: url("/images/banner_research.png");
}

.main-section__left_body {
    position: absolute;
    width: auto;
    height: auto;
    top: 13vh;
    right: 165px;
}

.main-section__left__title {
    margin-bottom: 6vh;
    text-align: center;
}

    .main-section__left__title > span {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px;
    }

.main-section__left__img > img {
    width: 375px;
    height: 350px;
}

.main-section__right {
    position: relative;
    padding: 16px 16px 40px;
}

.main-section__right__form-container {
    width: 100%;
    max-width: 475px;
    margin: 0 auto;
}

.main-section__right__form-title {
    position: relative;
}

.main-section__right__form-title > h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #101828;
}

.main-section__right__form-title > p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin: 0;
    color: #98A2B3;
}

.main-section__right__form-input {
    margin-top: 16px;
    /* margin-bottom: 36px; */
}

.main-section__right__form-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #101828;
    margin-bottom: 6px;
}

.main-section__right__form-password {
    margin-top: 16px;
}

.main-section__right__form-referral {
    margin-top: 24px;
}


.show-input {
    display: block;
    transition: opacity 0.6s linear;
}

.hide-input {
    display: none !important;
    transition: opacity 0.6s linear;
}

.eye_button {
    cursor: pointer;
    filter: invert(40%) sepia(100%) saturate(0%) hue-rotate(48deg) brightness(99%) contrast(103%);
    fill-opacity: 1;
    position: absolute;
    top: 10px;
    right: 16px;
}

.lock-icon {
    position: absolute;
    top: 10px;
    left: 16px;
}

.form-password-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    height: 20px;
}

.input-style {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    position: relative;
}

    .input-style > i {
        color: #667085;
        opacity: 1;
        position: absolute;
        padding-left: 16px;
        padding-top: 2px;
    }

    .input-style > img {
        color: #000000;
    }

    .input-style > input {
        width: 100%;
        height: 44px;
        /* border-style: none; */
        background: transparent;
        outline: none;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0.2px;
        font-size: 14px;
        padding: 0;
        border: solid 1px #D0D5DD;
        background-color: #FFFFFF;
        padding: 16px 16px 16px 48px;
        border-radius: 4px;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    }


    .input-style > input:focus {
        caret-color: #00C802;
        border-color: #00C802;
        box-shadow: 0px 0px 0px 2px #E0F2FE, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    }

    .input-style > input::placeholder {
        color: #98A2B3;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

.main-section__right__form-button {
    margin-top: 32px;
}
.main-section__right__form-label-input {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #101828;
}
.button-style {
    width: 100%;
    height: 44px;
    text-align: center;
    border-radius: 4px;
    background-color: #00C802;
    border: none;
    border-style: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #FFFFFF;
}

    /* update 20230524 */
    .button-style:active {
        border: none;
        outline: none;
    }

    /* update 20230524 */
    .button-style:focus {
        border: none;
        outline: none;
    }

    .button-style:disabled {
        background-color: #F8F9FC;
        color: #98A2B3;
    }

.button-second-style {
    width: 100%;
    height: 56px;
    text-align: center;
    border-radius: 28px;
    background-color: #F7F7F7;
    border: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

/* update 20230524 */
.button-second-style:focus {
    border: none;
    outline: none;
}

.button-second-style-290-44 {
    width: 290px;
    height: 44px;
    text-align: center;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #00C802;
    border: 1px solid #00C802;
    cursor: pointer;
}

.button-second-style-290-44:focus {
    border: none;
    outline: none;
}

.button-style-290-44 {
    width: 290px;
    height: 44px;
    text-align: center;
    border-radius: 4px;
    background-color: #00C802;
    border: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #FFFFFF;
    cursor: pointer;
}

.button-style-290-44:focus {
    border: none;
    outline: none;
}



.button-style-360-44 {
    width: 360px;
    height: 44px;
    text-align: center;
    border-radius: 28px;
    background-color: #00C802;
    border: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

    /* update 20230524 */
    .button-style-360-44:focus {
        border: none;
        outline: none;
    }

.button-style-full-44 {
    width: 100%;
    height: 44px;
    text-align: center;
    border-radius: 28px;
    background-color: #00C802;
    border: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

    /* update 20230524 */
    .button-style-full-44:focus {
        border: none;
        outline: none;
    }

.main-section__right__form-logovpps {
    position: absolute;
    top: -40px;
    right: -12px;
}

    .main-section__right__form-logovpps > img {
        width: 115px;
        height: 46px;
    }

.main-section__right__form-footer {
    text-align: center;
    margin-top: 40px;
}

/* reCaptcha custom css */

.g-recaptcha {
    transform-origin: left top;
    -webkit-transform-origin: left top;
}

.recaptcha-container {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    /*margin-top: 24px;*/
}

.recaptcha-wrapper {
    height: 67px;
    overflow: hidden;
    background-color: #F9F9F9;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    position: relative;
    margin-top: 23px;
    border: 1px solid #d3d3d3;
    color: #000;
}

.recaptcha-info {
    background-size: 32px;
    height: 32px;
    margin: 0 13px 0 13px;
    position: absolute;
    right: 8px;
    top: 9px;
    width: 32px;
    background-image: url(https://www.gstatic.com/recaptcha/api2/logo_48.png);
    background-repeat: no-repeat;
}

.rc-anchor-logo-text {
    color: #9b9b9b;
    cursor: default;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    margin-top: 5px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 37px;
}

.rc-anchor-checkbox-label {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    left: 50px;
    top: 26px;
    position: absolute;
    color: black;
}

.rc-anchor .rc-anchor-normal .rc-anchor-light {
    border: none;
}

.rc-anchor-pt {
    color: #9b9b9b;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 8px;
    font-weight: 400;
    right: 10px;
    top: 53px;
    position: absolute;
}

.rc-anchor-pt a:link {
    color: #9b9b9b;
    text-decoration: none;
}

.g-recaptcha {
    width: 41px;
    /* border: 1px solid red; */
    height: 38px;
    overflow: hidden;
    float: left;
    margin-top: 14px;
    margin-left: 6px;
}

.g-recaptcha div {
    border: 0;
}

.g-recaptcha > div {
    width: 46px;
    height: 30px;
    background-color: #F9F9F9;
    overflow: hidden;
    border: 1px solid red;
    transform: translate3d(-8px, -19px, 0px);
}
/* end reCaptcha custom css */



.main-section__right__createpass-footer {
    margin-top: 9vh;
    margin-bottom: 5vh;
    text-align: center;
}

.main-section__right__form-footer > img,
.main-section__right__createpass-footer > img {
    width: 205px;
}


.main-section__right__form-footer > p,
.main-section__right__createpass-footer > p {
    font-size: 13px;
    font-weight: 400;
    line-height: 10.4px;
    color: #667085;
    margin: 0;
    margin-top: 5px;
}

.modal-content {
    position: relative;
    outline: none;
    border-radius: 12px;
    width: 640px;
    min-height: 400px;
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
    background-image: url("/images/sbbs_otp_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.modal-body {
    padding: 16px;
}

.modal-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-modal-header {
    position: relative;
    text-align: center;
    padding-top: 24px;
}

.otp-modal-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.otp-close-button {
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 50%;
    background-color: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
}

.otp-body_description {
    text-align: left;
    margin-top: 64px;
}

.otp-body_countdown_section {
    display:flex;
    gap: 8px;
    flex-direction: column;
    text-align: left;
    margin-top: 16px;
    padding-bottom: 162px;
}

.otp-body_resend-otp-text {
    display: flex;
    gap: 2px;
}

.otp-body_resend-otp-text-color {
    color: #00C802;
    cursor: pointer;
}

.otp-body_reg_phone_email_style {
    display: flex;
    gap: 2px;
}

.otp-body-inputs {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.otp-input-style {
    width: 72px;
    height: 72px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #D0D5DD;
    font-size: 36px;
    font-weight: 600;
    color: #101828;
    outline: none;
}
.otp-input-style::placeholder {
    color: #D0D5DD;
}
.otp-input-style::-moz-placeholder {
    color: #D0D5DD;
    opacity: 1;
}
.otp-input-style:focus::placeholder {
    color: transparent;
}
.otp-input-style:focus::-moz-placeholder {
    color: transparent;
    opacity: 0;
}
.otp-input-error-style {
    width: 72px;
    height: 72px;
    background-color: #FEF3F2;
    border: none;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #F04438;
    font-size: 36px;
    font-weight: 600;
    color: #F04438;
    outline: none;
}

.otp-input-style:focus {
    caret-color: #00C802;
    border-color: #00C802;
}

.otp-countdown-text {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2px;
    text-align: left;
}

.otp-hyphen {
    font-size: 60px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -1.2px;
    color: #D0D5DD;
    text-align: center;
    margin-top: -8px;
}

/* update 20230524 */
.otp-modal-footer {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 26px;
    gap: 12px;
    padding: 0 16px;
}

.otp-modal-footer button {
    width: 100%;
}

.otp-modal-footer #btnClosePopup {
    order: 2
}

.otp-modal-footer #btnConfirmOtpRegister {
    order: 1
}

.otp-modal-footer #btnConfirmOtpForgot {
    order: 1
}

.mt-4 {
    margin-top: 4px;
}

.custom-control {
    min-height: 20px !important;
}

.custom-control-input {
    width: 20px;
    height: 20px;
}

.custom-control-label {
    color: #101828;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding-left: 6px;
}
.custom-control-label::before {
    margin-top: -6px;
    width: 20px !important;
    height: 20px !important;
}

.custom-control-label::after {
    margin-top: -5px;
}

.custom-control-input-green:focus ~ .custom-control-label::before {
    border-color: #00C802 !important;
}

.custom-control-input-green:checked ~ .custom-control-label::before {
    border-color: #00C802 !important;
    background-color: #00C802 !important;
}

.custom-control-input-green:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #00C802 !important;
}

.custom-control-input-green:not(:disabled):active ~ .custom-control-label::before {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    width: 20px;
    height: 20px;
    background-image: url('../images/checkbox_label_icon.png');
}

/* create-pass page */

.form-create-password-option {
    display: flex;
    gap: 2px;
    margin-top: 13px;
    font-size: 14px;
    line-height: 17px;
    color: #979797;
}

.text-term {
    color: #FFC92F;
    outline: none;
    font-weight: 600;
}

    .text-term:hover {
        color: #FFC92F;
        outline: none;
        font-weight: 600;
    }

.text-forgotpass {
    color: #00C802;
}

.text-main-color {
    color: #00C802;
}

.main-section__right__createpass-button {
    display: flex;
    gap: 15px;
    margin-top: 18px;
}

/* success-modal */

.success-modal_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

.success-body_description {
    text-align: center;
    margin-top: 40px;
}

/* update 20230524 */
.success-modal-footer {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 32px;
}

/* reset pass modal */

.otp-modal-reset-header {
    position: relative;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
}

.reset-input-group {
    display: flex;
    gap: 20px;
    width: 100%;
}

/* update 20230524 */
.reset-modal-footer {
    width: calc(100% - 48px);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    bottom: 28px;
    right: 24px;
}

/* error style */

.input-style.error {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    position: relative;
}

    /*.input-style.error > i {
        color: #FF7337;
        opacity: 1;
    }

    .input-style.error ~ img {
        color: #FF7337;
        opacity: 1;
    }

    .input-style.error > .color-svg {
        filter: invert(61%) sepia(58%) saturate(5375%) hue-rotate(338deg) brightness(101%) contrast(100%);
        opacity: 1;
    }*/

    .input-style.error > input {
        width: 100%;
        height: 44px;
        /* border-style: none; */
        background: transparent;
        outline: none;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0.2px;
        font-size: 14px;
        padding: 0;
        border: solid 1px #FDA29B;
        background-color: #FFFFFF;
        padding: 16px 16px 16px 48px;
        border-radius: 4px;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    }

.warning-content {
    width: 488px;
    color: #7D7D7D;
}

.warning-content-container {
    display: flex;
    justify-content: center;
}

.is-hidden {
    display: none
}
.is-show {
    display: block !important
}

.error-message-otp-confirm {
    color: #F04438;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}


.research-on-board-tab {
    background-color: #E7E9E7;
    padding: 4px;
    border-radius: 4px;
    display: flex;
    gap: 2px;
    margin-top: 32px;
}

.research-on-board-tab button {
    border-radius: 4px;
    background-color: #E7E9E7;
    padding: 8px 16px;
    color: #626860;
    flex: 1;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    transition: background-color 0.25s;

}
.research-on-board-tab button:focus,
.research-on-board-tab button:focus-visible {
    outline: none;
}
.research-on-board-tab button:hover {
    background-color: #f4f5f4;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.research-on-board-tab button.research-on-board-button-active {
    background-color: #FAFAFA;
    color: #00B602;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.login-research-form {
    width: 100%;

    @media screen and (min-width: 560px) {
        width: 450px;
    }
}
.on-board-organization {
    display: none;
}

.text-underline {
    text-decoration: underline;
}

.link-hover:hover {
    color: #0056b3;
    text-decoration: underline;
}
.language-select {
    position: relative;
    min-width: 85px;
}

.language-select__label {
    padding: 8px 23px 8px 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

.language-select__label:after {
  position: absolute;
  content: "";
  top: 14px;
  transform: rotate(45deg);
  right: 5px;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}

.language-select__options li {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: solid 1px #D0D5DD;
}

.language-select__options li:last-child {
    border-bottom: none;
}

.language-select__options {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
    border: solid 1px #D0D5DD;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    list-style: none;
}

.language-select__options.hide {
  display: none;
}

.language-link {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #101828;
}
.language-link:hover {
    text-decoration: none;
    color: #101828;
}

@media screen and (min-width: 375px) {
    #toast-container > div {
        width: 343px !important;
    }
}

@media screen and (min-width: 1024px) {
    .main-section {
        display: flex;
    }

    .main-section__left {
        width: 50%;
        min-height: calc(100vh - 80px);
        background-image: url("/images/ee32afd1-b7f3-4950-97e1-833dd48e96ad.jpeg");
        background-position: left top;
        height: auto;
    }

    .main-section__left--research {
        background-image: url("/images/banner_research.png");
    }

    .main-section__right {
        width: 50%;
        min-height: calc(100vh - 76px);
        padding: 70px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-section__right__form-container {
        min-height: 610px;
        border-radius: 12px;
        box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.25), 0px 2px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -1px 1px 0px rgba(0, 0, 0, 0.04) inset;
        padding: 32px;
        border: 1px solid #F0F0F0;
        display: flex;
        flex-direction: column;
    }

    .main-section__right__form-title > h3 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0.2px;
        margin-bottom: 2px;
    }

    .main-section__right__form-button {
        margin-top: 48px;
    }

    .main-section__right__form-input {
        margin-top: 32px;
        /* margin-bottom: 36px; */
    }

    .main-section__right__form-footer {
        margin-top: 0;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
    }

    .otp-body_countdown_section {
        margin-top: 8px;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 0;
    }

    .otp-modal-footer {
        flex-direction: row;
        gap: 12px;
    }

        .otp-modal-footer button {
            width: 290px;
        }

        .otp-modal-footer #btnClosePopup {
            order: 1
        }

        .otp-modal-footer #btnConfirmOtpRegister {
            order: 2
        }

        .otp-modal-footer #btnConfirmOtpForgot {
            order: 2
        }

    .modal-body {
        padding: 24px;
    }

    .logo_img {
        height: 40px;
    }

    .ids_header {
        padding: 18px 0;
    }

    #toast-container > .toast.toast-success {
        font-size: 14px;
        line-height: 20px;
    }

    #toast-container > div {
        width: 427px !important;
        min-height: 56px;
    }
    .on-board-organization {
        min-height: 417px;
    }
}
@media screen and (min-width: 1440px) {
    .header-container {
        padding: 0 127px;
    }
}