/* cyrillic-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/assets/app/font/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/assets/app/font/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/assets/app/font/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/assets/app/font/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/assets/app/font/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/assets/app/font/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/assets/app/font/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
    color: #404c5e;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    height: 100vh;
}

a {
    color: #404c5e !important;
}

.header {
    padding: 24px 90px 0 90px;
    padding-bottom: 19px !important;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #F2F5FA 50%, #FFFFFF 50%) !important;
    transition: box-shadow 0.3s ease;
}
.box-shadow-on-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white !important;
    box-shadow: 0 2px 4px 0 #0000001a;
    z-index: 1200 !important;
}

.logo {
    width: 109px;
    height: 32px;
    /* Adjust logo height as needed */
}

.main-content-area {
    /* Same height as the header */
    background: linear-gradient(to right, #F2F5FA 50%, #FFFFFF 50%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow-y: auto;
    min-height: 100vh;
    
    /* 2 column layout */
}

.left-content {
    padding: 9px 90px 0 90px;
    font-style: normal;
}

.left-content>h3 {
    font-size: 20px;
    font-weight: 600;
    color: #404c5e;
    line-height: 32px;
    padding-bottom: 32px;
}

.list-item-area {
    margin-bottom: 44px;
}

.list-item {
    display: flex;
    padding-bottom: 20px;
    gap: 15px;
}


.left-content-icon>img {
    margin: 0;
}
.list-item>.list-item-text>h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #404c5e;
    line-height: 24px;
}
.list-item>.list-item-text>p {
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #545452;
    line-height: 20px;
}

.left-content>.company-text {
    font-size: 13px;
    color: #545452;
    padding: 0;
    margin: 0;
}

.left-content>.partner-logos {
    padding-bottom: 50px;
}

.left-content>.partner-logos>.first-row {
    padding-top: 26px;
    display: flex;
    justify-content: space-between;
}

.left-content>.partner-logos>.second-row {
    padding-top: 26px;
    display: flex;
    justify-content: space-between;
}

.parter-name {
    width: 128px;
}

.logos-img {
    padding: 0;
    margin: 0;
}

.right-content {
    margin: 0 60px;
    padding: 0 96px 30px;
}

.right-title {
    z-index: 1111;
    font-size: 20px;
    color: #404c5e;
    top: 80px;
}

.right-sub-title {
    display: none;
}

.right-small-title {
    padding-top: 12px;
    font-size: 13px;
    line-height: 20px;
    color: #545452;
    margin-bottom: 0;
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-group label {
    font-size: 13px;
    color: #545452;
    display: block;
    margin-bottom: 0.5rem;
    white-space: nowrap; /* Prevent text from wrapping to the next line */
    overflow: hidden; /* Hide the overflow text */
    text-overflow: ellipsis; 
}

.form-group input {
    width: 100%;
    padding: 0.5rem;
    font-size: 13px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
}

.form-group input::placeholder {
    color: lightgray;
}

.form-group .required-message {
    font-size: 13px;
    color: #f00;
    margin-top: 0.25rem;
    display: flex;
    flex-direction: row;
}

.form-group .icon {
    width: 16px;
}

.required-message>p {
    margin: 0 0 0 5px;
}

/* country selector*/
.country-selector {
    width: 100%;
}

.country-selector .btn {
    width: 100%;
    padding: 8px 12px;
    font-size: 13px;
    border: 1px solid #3b3b39;
    border-radius: 0;
    text-align: left;
    background-color: #fff !important;
}

.country-selector .btn:hover,
.country-selector .btn:active,
.country-selector .btn:focus {
    border: 1px solid #3b3b39;
    outline: none;
    box-shadow: none;
}

.dropdown-toggle::after {
    /* content: url('/image/svg-image-18.svg') !important; */
    margin-left: 136px !important;
    position: absolute !important;
    right: 10px !important;
    top: 18px !important;
}

.rotate-icon {
    transform: rotate(180deg);
    /* Rotate the icon when dropdown is open */
}

.dropdown-menu-end {
    right: 0;
    left: auto;
}

.dropdown-menu .dropdown-item img {
    width: 20px;
    /* Adjust width and height as needed */
    height: 15px;
    margin-right: 10px;
}

.country-display {
    display: none !important;
    align-items: center;
    margin-top: 20px;
}

.country-flag {
    width: 20px;
    height: 15px;
    margin-right: 10px;
}

.accept-box {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.accept-box label {
    font-size: 13px;
    color: #545452;
    font-weight: normal;
}

.accept-box input[type="checkbox"] {
    margin-right: 10px;
}

.notice-text p {
    font-size: 13px;
    color: #545452;
    line-height: 1.5rem;
}

.submit-btn {
    width: 100%;
    margin-top: 20px;
    padding: 8px 12px;
}

.after-button-text {
    padding-top: 10px;
    text-align: center;
}

.after-button-text p {
    color: #545452;
    font-size: 13px !important;
    margin: 0;
}

.line-container {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 24px 0;
}

.line {
    flex: 1;
    border-top: 1px solid #dee2e6;
}

.line-text {
    padding: 0 10px;
    white-space: nowrap;
    color: #72716F;
    font-size: 13px;
}

.login-button {
    display: flex;
    gap: 20px;
}

.google-login {
    width: 100%;
    padding: 8px 12px;
    display: flex;
    justify-content: center;
    gap: 5px;
    color: #0d516e;
    border: 1px solid #0d516e;
    text-decoration: none;
    background-color: #fff;
}
.google-login img{
    width: 16px;
    height: 16px;
}
.google-login span{
    font-size: 13px;
}

.google-login:hover {
    background-color: #f0f9fc;
}

/* bottom */
.content-bottom .dropdown-toggle::after {
    display: none;
}

.content-bottom .dropdown-toggle {
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    padding: 0;
    left: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    color: #545452;
}

.content-bottom .dropdown-toggle:hover,
.content-bottom .dropdown-toggle:active,
.content-bottom .dropdown-toggle:focus {
    background-color: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
    color: #545452 !important;
}

.content-bottom .dropdown-image {
    transition: transform 0.3s ease;
}

.content-bottom .rotate {
    transform: rotate(180deg);
}

.content-bottom .dropdown-menu {
    width: 200px;
    height: 400px;
    padding: 8px 0 0 8px;
    overflow-y: scroll;
}

.content-bottom .dropdown-item {
    padding: 10px;
    color: #404c5e;
    font-size: 13px;
}

.content-bottom .dropdown-item:hover {
    background-color: #F2F5FA;
    cursor: pointer;
}

/* laptop */
@media (max-width: 1500px) {
    .main-content-area {
        min-height: 100% !important;
        overflow-y: visible;
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {

    .box-shadow-on-scroll {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: white !important;
        box-shadow: 0 2px 4px 0 #0000001a;
        z-index: 1000;
    }

    .main-content-area {
        padding-top: 0;
    }

    .right-content {
        margin: 0 0;
    }

    .right-title {
        top: 35px;
    }
}

/* laptop device */
@media (min-width: 992px) and (max-width: 1200px) {

    .main-content-area {
        padding-top: 0;
    }

    .left-content {
        width: 100%;
        overflow: hidden;
    }

    .right-content {
        margin: 0;
        padding: 0 80px 30px;
    }
    .right-title {
        top: 30px;
    }

    .parter-name {
        width: auto;
    }
}

/* medium devices */
@media (max-width: 992px) {
    .header {
        background: #F2F5FA !important;
    }

    /* Adjust the breakpoint as needed */
    .main-content-area {
        padding-top: 10px;
        grid-template-columns: 1fr;
        background: #F2F5FA !important;

    }

    .left-content {
        display: none;
    }

    .content-bottom .dropdown {
        padding-bottom: 24px;
    }

    .right-title {
        position: static;
        font-size: 23px;
    }

    .right-sub-title {
        display: block;
        font-size: 16px;
        color: #404c5e;
        padding: 12px 0;
    }

    .right-title{
        display: block;
    }

    .content-bottom .dropdown-toggle {
        position: static;
        margin-left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 120px;
        padding: 0;
        left: 20px;
        cursor: pointer;
        background-color: transparent;
        border: none;
        outline: none;
        color: #545452;
    }
}

@media (min-width: 668px) and (max-width:992px) {

    body{
        background: #F2F5FA !important;
    }

    .right-content {
        margin: 0 auto;
        padding: 0 0 26px 0;
        max-width: 537px;
        width:100%;
    }

    #scroll-container {
        margin: 0 auto;
        max-width: 537px;
        padding-left: 10px;
        padding-right: 10px;
    }


    .right-content .container {
        margin: 0 !important;
        padding: 0 16px;
    }
}

@media (max-width:668px) {
    .header {
        padding: 16px;
    }

    body{
        background: #F2F5FA !important;
    }

    #scroll-container {
        margin: 0 auto;
        max-width: 537px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-content-area {
        padding-top: 0;
    }

    .right-content {
        margin: 0 auto;
        padding: 0 0 26px 0;
        max-width: 537px;
        width: 100%;
    }

    .right-content .container {
        margin: 0 !important;
        padding: 0 16px;
    }
}

@media (max-width:576px) {
    .notice-text p {
        display: none;
    }
}



.btn-primary {
    background-color: var(--primary) !important;
    border: 1px solid var(--btn-primary-border) !important;
    color: white !important;
    border-radius: 3px;
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 5px;
    align-items: center;
    padding: .375rem .75rem .375rem .75rem;
    transition: all ease-in-out .6s;
}

.btn-primary:hover, .btn-primary:active {
    background-color: var(--btn-primary-hover) !important;
    border: 1px solid var(--btn-primary-border-hover) !important;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center
}

.app-loader svg {
    margin: auto;
    background: none;
    display: block;
    shape-rendering: auto;
}

#preloader img {
    max-width: 150px
}

.app-loader svg circle, svg.table-loader circle {
    stroke: var(--primary);
}

.alert{
    font-size: 13px;
}

.left-content-icon svg {
    fill: var(--primary);
}