:root {
    --cs-primary-color: #FF5E14;
    --cs-font-size: 13px;
}

.login_popup input,
.otp_login_popup input,
.otp_forgot_popup input {
    width: 305px !important;
    height: 31px !important;
    padding: 12px 10px !important;
    display: inline-block;
    box-sizing: border-box !important;
    background: #F7F9FA;
    border: 1px solid #FF5E14 !important;
    border-radius: 8px !important;
    outline: none;
}
.otp_login_popup input{
    width: 100% !important;
}
.form {
    width: 305px;
    margin: auto;
}

.cs_text1 {
    justify-content: end;
    display: flex;
}

.cs_text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-left: 40px;
    height: 100px;
}

.section-left {
    width: 50%;
    padding: 20px;
    background-color: #FF5E14;
}

.section-right {
    width: 50%;
    padding: 20px;
    background-color: white;
}

.buttom_buttom {
    width: 306px;
    margin: auto;
    margin-top: 20px;
}

.btn-outline {
    width: 306px;
    height: 35.32px;
    border: 1px solid #FF5E14;
    border-radius: 12px 0px;
    font-weight: bold;
    padding: 0;
    background-color: white !important;
    font-size: var(--cs-font-size);
}

button#oneman-signup-btn {
    background: #FF5E14 !important;
    color: #fff;
    margin-bottom: 10px;
}

.submit_1_1 button {
    width: 150px;
    height: 34px;
    border-radius: 12px 0px;
    background: #363984;
    position: absolute;
    font-size: var(--cs-font-size);
}

.submit_child {
    position: relative;
    top: 6px;
    left: 19px;
}

.buttom {
    width: 306px;
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.submit1 button:hover {
    background: #0e0aff !important;
}

.submit2 button:hover {
    background: #ef0707 !important;
}

.submit1 button {
    width: 100%;
    background: #363984 !important;
    height: 34.32px;
    border: unset;
    border-radius: 12px 0px;
    padding: 0 0 0 25px;
    font-size: var(--cs-font-size);
    line-height: 25px;
}

.white_color {
    color: white;
}

.submit2 button {
    width: 100%;
    background: #BA2D2D !important;
    height: 34.32px;
    border: unset;
    border-radius: 12px 0px;
    padding: 0 0 0 25px;
    font-size: var(--cs-font-size);
    line-height: 34.32px;
}

.submit1 {
    position: relative;
    width: 100%
}

.submit_img1 {
    position: absolute;
    top: 4px;
    left: 30px;
}

.submit2 {
    position: relative;
    width: 100%
}

.submit_img2 {
    position: absolute;
    top: 3px;
    left: 30px;
}

.buttom1,
.buttom2 {
    position: relative;
    max-width: 150px;
    width: 45%;
    height: 34px;
}

.popup_inner {
    display: flex;
    border-radius: 48px 0px 48px 0px;
    margin: auto;
    border: 1px solid var(--cs-primary-color);
    overflow: hidden;
    width: 100%;
    position: relative;
}

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

.cs-label-light {
    color: white;
}

.cs-label-dark {
    color: black;
    font-weight: 400 !important;
}

.form input {
    margin-bottom: 3px;
}

.form label {
    margin-bottom: 0;
}

.bold-text {
    font-weight: 700;
}

.width-popup-container {
    max-width: 305px;
    margin: auto;
}

.login_popup_close {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: var(--cs-primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    transform: translate(50%, -50%);
}

.message_popup_close {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: var(--cs-primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    transform: translate(50%, -50%);
}

.cs-primary-bg {
    background-color: var(--cs-primary-color);
}

.height-3line {
    height: 3.5em;
    line-height: 24px;
}

.cs-white-bg {
    background: #FFFFFF;
}

.cs-label-primary {
    color: var(--cs-primary-color)
}

.font-1-em {
    font-size: 1em;
}

#overlay-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
}

#overlay-popup.active {
    display: block;
    background-color: rgba(0, 0, 0, 1);
}

.login_popup {
    width: 844px;
    margin: auto;
    top: 50%;
    z-index: 2002;
    height: auto;
    position: relative;
    transform: translateY(-50%);
}

.otp_login_popup {
    display: none;
    width: 50vw;
    max-width: 550px;
    margin: auto;
    top: 50%;
    z-index: 2002;
    height: auto;
    position: relative;
    transform: translateY(-50%);
}

.otp_login_popup .width-popup-container {
    width: 85%;
    max-width: 600px;
}
.otp_login_popup .width-popup-container .form {
    width: 100%;
}
.section-full {
    width: 100%;
    padding: 20px;
}

.forget_pass_login_popup {
    display: none;
    width: 422px;
    margin: auto;
    top: 50%;
    z-index: 2002;
    height: auto;
    position: relative;
    transform: translateY(-50%);
}

#oneman-otp-phone-send {
    width: 120px;
    height: 36px;
    color: white;
    overflow: hidden;
    padding: 0;
    border: solid 1px;
    line-height: 36px;
}

.cs-label-prymary {
    background-color: white !important;
}

.pdf_locker .opacity_pdf {
    filter: blur(10px);
    height: 100vh;
}

.pdf_locker {
    position: relative;
    text-align: center;
    height: 100vh;
}

.btn-login-clocked {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    padding: 16px;
    transform: translate(-50%, -50%);
    background-color: var(--cs-primary-color);
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 20px 0 20px 0;
}

.btn-login-clocked:hover {
    color: var(--cs-primary-color) !important;
    background-color: white !important;
}

li.header-block {
    display: none !important;
}

@media screen and (max-width: 840px) {
    #overlay-popup.active {
        overflow-y: scroll !important;
    }
    .popup_inner {
        flex-direction: column !important;
        overflow: unset;
    }
    .section-left {
        width: 100% !important;
        padding: 10px !important;
    }
    .section-right {
        width: 100% !important;
        padding: 10px !important;
    }
    .login_popup {
        top: 15px !important;
        transform: unset !important;
        width: 90% !important;
    }
    .otp_login_popup,
    .forget_pass_login_popup {
        top: 50% !important;
        width: 90% !important;
    }
    .section-left {
        padding: 20px !important;
    }
    .pdf_locker .opacity_pdf {
        height: auto;
    }

    .pdf_locker {
        position: relative;
        text-align: center;
        height: auto;
    }
}


/* Hide the browser's default checkbox */

.cs_accept_checkbox input#accept_term {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cs_accept_checkbox input#signup-accept-term {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.accept_term_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: solid 1px var(--cs-primary-color);
}


/* On mouse-over, add a grey background color */

.cs_accept_checkbox:hover input~.accept_term_checkmark {
    background-color: var(--cs-primary-color);
    border: solid 1px var(--cs-primary-color);
}


/* When the checkbox is checked, add a blue background */

.cs_accept_checkbox input:checked~.accept_term_checkmark {
    background-color: var(--cs-primary-color);
    ;
}


/* Create the checkmark/indicator (hidden when not checked) */

.accept_term_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.cs_accept_checkbox input:checked~.accept_term_checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.cs_accept_checkbox .accept_term_checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accept_checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
	height: 25px;
    margin-top: 15px;
}

#accept_term {
    width: 28px !important;
    display: block;
    accent-color: var(--cs-primary-color);
    margin: 0;
    height: 28px !important;
}

#signup-accept-term {
    width: 28px !important;
    display: block;
    accent-color: var(--cs-primary-color);
    margin: 0;
    height: 28px !important;
}

.accept_term_label {
    width: calc(100% - 42px);
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-weight: 400 !important;
}

.buttom.button_social {
    margin-top: 23px;
    margin-bottom: 15px;
}

.font-1-em {
    font-size: 15px;
    font-weight: 600;
}

.font-1-em b {
    font-weight: bold;
}

.cs_text1 label.cs-label-light {
    margin-top: -10px;
    font-weight: 500;
}

.buttom_buttom p.cs-label-light {
    margin-top: 10px;
    margin-bottom: 3px;
}

.text-heading-left {
    height: 100px;
}

.cs-light-bg {
    background-color: white;
}

.text_otp_header {
    height: 1em;
    line-height: 22px;
}

.flex-phone-code-number {
    display: flex;
    border: solid 1px var(--cs-primary-color);
    border-radius: 8px;
    width: calc(100% - 120px);
    overflow: hidden;
    flex-shrink: 0;
    height: 100%;
}

input#oneman-otp-phone {
    border: unset !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    width: 80% !important;
}

#country {
    width: 60px;
    background-color: transparent !important;
    border: 0;
    margin: 0 !important;
    padding: 0px 10px !important;
    height: 31px;
    flex-shrink: 0;
    box-shadow: unset !important;
}

#oneman-otp-phone-send {
    width: 120px;
    height: 36px;
    line-height: 36px;
    color: white;
    overflow: hidden;
    border: solid 1px;
    background-color: var(--cs-primary-color);
    margin: 0 !important;
    border-radius: 12px 0px 12px 0;
    font-size: 12px;
    padding: 0 5px;
}

.space-between {
    justify-content: space-between;
}

.cs-mt-2 {
    margin-top: 2em;
}

.cs-space-between {
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}

.buttom_buttom_otp-sign-in {
    margin-top: 12px;
}

#login-popup-back {
    text-align: left;
    color: #0C1C9A;
    margin-top: 10px;
    cursor: pointer;
}

.one_man_login .login_popup,
.one_man_login .otp_login_popup,
.one_man_login .forget_pass_login_popup {
    position: relative;
    transform: unset;
    top: unset;
    padding-top: 150px;
    margin-bottom: 20px;
    z-index: 9;
    margin-left: 0;
}

.row_login .one_man_login .login_popup,
.row_login .one_man_login .otp_login_popup,
.row_login .one_man_login .forget_pass_login_popup {
    position: unset;
}

.pdf_securrity .text-right,
.pdf_securrity .flex-row.next-prev-nav.bt.bb {
    max-width: 1300px;
    margin: auto;
}

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

#oneman-otp-btn {
    width: 100%;
    color: white;
    overflow: hidden;
    border: solid 1px;
    background-color: var(--cs-primary-color);
    margin: 0 !important;
    border-radius: 12px 0px 12px 0;
    padding: 0 5px;
}

.cs-btn-primary {
    width: 100%;
    color: white;
    overflow: hidden;
    border: solid 1px;
    background-color: var(--cs-primary-color) !important;
    margin: 0 !important;
    border-radius: 12px 0px 12px 0;
    padding: 0 5px;
}

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

.cs-btn-primary-forget {
    width: 100%;
    color: white;
    overflow: hidden;
    border: solid 1px;
    background-color: var(--cs-primary-color) !important;
    margin: 0 !important;
    border-radius: 12px 0px 12px 0;
    padding: 0 5px;
}

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

.overlay_notification {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 4000;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
}

.overlay_notification.active {
    display: block !important;
}

.overlay_notification_inner {
    width: 100%;
    max-width: 400px;
    margin: auto;
    transform: translateY(calc(50vh - 50%));
    background-color: white;
    padding: 20px;
    border-radius: 48px 0px;
    border: solid 1px var(--cs-primary-color);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    text-align: justify;
}

p#notification_text {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--cs-primary-color) !important;
    text-align: center;
}

.login_popup_close {
    display: none;
}

.spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    z-index: 100000;
}

.spinner.active {
    display: block !important;
}

.spinner img {
    border-radius: 50%;
}
#popup-close-right-otp,
#popup-close-right-otp-2 {
    color: white;
    border-radius: 50%;
    background-color: var(--cs-primary-color);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    #logo {
        width: 145px !important;
    }
	.login_popup {
        top: 15px !important;
        transform: unset !important;
        width: 90% !important;
        margin-left: auto !important;
        padding-top: 10px !important;
        max-width: 390px !important;
    }
    .row_login img {
        margin-top: 30px;
    }
    .buttom.button_social {
        margin-top: 0px !important;
    }
    li#dang_nhap_button {
		margin: 0 !important;
    	margin-left: 15px !important;
    }
	#dang_nhap_button span,
    #logout_button span {
        font-weight: bold !important;
    }

}
	#dang_nhap_button,
    #logout_button {
        margin: 0 !important;
        padding: 0 !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    #dang_nhap_button a,
    #logout_button a {
        flex-wrap: nowrap !important;
        min-width: 68px !important;
    }
    #dang_nhap_button span,
    #logout_button span {
        font-size: 16px !important;
    }
    
    .nav-dark #dang_nhap_button span,
    .nav-dark #logout_button span {
        color: white !important;
    }

    #dang_nhap_button span,
    #logout_button span {
        height: 1.2em;
        overflow: hidden;
        white-space: nowrap;
        min-width: 91px;
        text-overflow: ellipsis;
    }

    #dang_nhap_button span,
    #logout_button span {
        color: #2130a3;
    }
    #logout_button a,
    #dang_nhap_button a {
        line-height: 20px;
    }


.icofont-logout {
        width: 100%;
        height: 15px;
        background-image: url(/wp-content/uploads/2022/06/on-off-button-color.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
.nav-dark .icofont-logout {
    background-image: url(/wp-content/uploads/2022/06/on-off-button.png) !important;
    height: 11px;
    width: 11px;
    background-position: center;
    background-size: contain;
}
.icofont-user {
	width: 100%;
	height: 15px;
	background-image: url(/wp-content/uploads/2022/06/enter-color.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.nav-dark .icofont-user {
	background-image: url(/wp-content/uploads/2022/06/enter.png) !important;
}

.desktop_logout {
    display: none;
}

.mobile_username {
    display: block;
}

.pdfjs-fullscreen {
    display: none !important;
}

/******** Code fix for ticket SS1-T96 from WSU **********/

.section-right .width-popup-container h4 {
    color: var(--cs-primary-color);
}

div#recaptcha-container {
    display: none;
}

/********************************************************/