.popup.popup_apply_before_login, .popup.popup_confirm_apply, .popup.popup_suggestnew_apply {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: scroll;
}
.popup_suggestnew_apply .hidden,
.popup_confirm_apply .hidden,
.popup_apply_before_login .hidden {
    display: none !important;
}
.popup_confirm_apply .box_contain_pp,
.popup_apply_before_login .box_contain_pp {
    width: 600px;
    max-width: 95%;
    margin: auto;
    background: #ffffff;
    border-radius: 5px;
}
.popup_suggestnew_apply .box_contain_pp {
    width: 765px;
    max-width: 95%;
    margin: auto;
    background: #ffffff;
    border-radius: 5px;
}
.popup_suggestnew_apply .box_content_pp, 
.popup_confirm_apply .box_content_pp, 
.popup_apply_before_login .box_content_pp {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}
.popup_suggestnew_apply .box_header_pp, 
.popup_confirm_apply .box_header_pp, 
.popup_apply_before_login .box_header_pp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    border-radius: 5px 5px 0px 0px;
    background-color: #f1f2f6;
    padding: 0 15px;
    border-bottom: 1px solid #dee2e6;
}
.popup_apply_before_login .boxlst_tab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 15px;
}
.popup_suggestnew_apply .title_pp, 
.popup_confirm_apply .title_pp, 
.popup_apply_before_login .item_tab {
    background: transparent;
    border: none;
    color: #fa5555;
    font-weight: 600;
    line-height: 20px;
    font-size: 18px;
    padding: 0;
    padding: 15px 0;
    cursor: pointer;
}
.popup_suggestnew_apply .title_pp, 
.popup_confirm_apply .title_pp {
    color: #616264;
}
.popup_apply_before_login .item_tab.active {
    border-bottom: 2px solid #4c5bd5;
    color: #4c5bd5;
}
.close_popup_apply_before_login, .close_popup {
    cursor: pointer;
    width: 14px;
    height: 14px;
}
.popup_apply_before_login .item_content_tab {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 80%;
}
.popup_apply_before_login .boxform {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: column;
}
.popup_confirm_apply .form_title, 
.popup_apply_before_login .form_title {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    float: left;
    width: 100%;
    font-weight: 600;
    color: #616264;
}
.popup_confirm_apply .red_star,
.popup_apply_before_login .red_star {
    color: red;
}
.popup_confirm_apply .itemform, 
.popup_apply_before_login .itemform {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}
.popup_confirm_apply .form_control, 
.popup_apply_before_login .form_control {
    width: 100%;
    float: left;
    box-sizing: border-box;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #dad8d3;
    font-size: 16px;
    line-height: 18px;
    color: #474747;
    padding: 7px 10px;
}
.popup_apply_before_login .box_confirm {
    display: flex;
    align-items: center;
    gap: 5px;
}
.popup_apply_before_login .box_confirm #confirm_regis~label {
    background: #fff;
    border: 1px solid #646d79;
    border-radius: 3px;
    display: block;
    height: 18px;
    width: 18px;
    cursor: pointer;
}
.popup_apply_before_login .box_confirm #confirm_regis:checked~label {
    background: #4c5bd5;
    border-color: #4c5bd5;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.popup_apply_before_login .box_confirm #confirm_regis:checked~label:before {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
}   
.popup_apply_before_login .txt_confirm {
    font-size: 16px;
    line-height: 18px;
    color: #616264;
}
.popup_confirm_apply .txt_color,
.popup_apply_before_login .txt_color {
    color: #4c5bd5;
}
.popup_apply_before_login .btn_apply {
    background: linear-gradient(270deg,#00379d 0,#2466c9 100%);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    color: #ffff;
    align-items: center;
    justify-content: center;
    display: flex;
    border: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}
.popup_confirm_apply .box_contact_support, 
.popup_apply_before_login .box_contact_support {
    border-radius: 0 0 5px 5px;
    background-color: #f1f2f6;
    padding: 15px;
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.popup_confirm_apply .title_support, 
.popup_apply_before_login .title_support {
    font-size: 15px;
    line-height: 16px;
    color: #616264;
    font-weight: 600;
}
.popup_confirm_apply .txt_support,
.popup_apply_before_login .txt_support {
    font-size: 15px;
    line-height: 16px;
    color: #616264;
}
.itemform .select2-container {
    margin: 0 !important;
}
.itemform .select2-container .select2-selection--single {
    height: 35px;
}
.itemform .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.txt_title_loginApply, .title_item_loginApply {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #474747;
    font-weight: 500;
}
.box_loginApply, .box_item_loginApply, .box_content_loginApply {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: 100%;
}
.img24 {
    width: 24px;
    height: 24px;
}
.popup_apply_before_login .input_chung {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 10px 10px 16px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 4px;
}
.popup_apply_before_login .ip_login {
    height: 24px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    color: #474747;
}
.popup_apply_before_login .boxlst_content_tab {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup_apply_before_login .btn_loginApply {
    background: linear-gradient(270deg,#00379d 0,#2466c9 100%);
    border-radius: 8px;
    padding: 10px;
    color: #ffff;
    align-items: center;
    justify-content: center;
    display: flex;
    border: none;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    text-transform: uppercase;
} 
.popup_apply_before_login .box_navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.popup_apply_before_login .txt_dangky_nav, 
.popup_apply_before_login .txt_nav_chuatk, 
.popup_apply_before_login .txt_nav_quenmk {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.popup_apply_before_login .txt_nav_chuatk {
    color: #474747;
}
.popup_apply_before_login .txt_dangky_nav {
    color: #4c5bd4;
}
.popup_apply_before_login .txt_nav_quenmk {
    color: #ffa317;
}
.popup_apply_before_login .box_boder {
    width: 100%;
    display: flex;
    align-items: center;
}
.popup_apply_before_login .line-ngang {
    border-top: 2px dotted;
    width: 100%;
    height: 2px;
}
.popup_apply_before_login .ft_txt_hoac {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #474747;
    overflow: hidden;
    width: 120px;
    white-space: nowrap;
}
.popup_apply_before_login .btn_phantich_cv {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #e1e5ff;
    border-radius: 3px;
    gap: 10px;
    color: #4c5bd4;
    font-size: 16px;
    font-weight: 500;
}
.popup_apply_before_login .boxpr_app {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
}
.popup_apply_before_login .bottom_dangnhap_QR {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.popup_apply_before_login .txt_qr_dn {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #4c5bd4;
}
.popup_apply_before_login .box_input {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
    width: 100%;
}
.popup_confirm_apply label.error, 
.popup_apply_before_login label.error {
    color: red;
    font-size: 15px;
    line-height: 17px;
}
.popup_confirm_apply button:disabled, 
.popup_apply_before_login button:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.popup_confirm_apply .box_confirm {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}
.popup_confirm_apply .btn_confirm_apply {
    background: linear-gradient(270deg,#00379d 0,#2466c9 100%);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    color: #ffff;
    align-items: center;
    justify-content: center;
    display: flex;
    border: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}
.popup_confirm_apply .txt_note_confirm {
    font-size: 16px;
    line-height: 18px;
    color: #616264;
    font-style: italic;
}
.popup_confirm_apply .box_resend_otp {
    font-size: 16px;
    line-height: 18px;
    color: #474747;
}
.popup_confirm_apply .box_resend_otp .btn_resend_otp {
    color: #4c5bd5;
    font-weight: 600;
    border: none;
    background: transparent;
    font-size: 16px;
    line-height: 18px;
}
.popup_confirm_apply .box_resend_otp .btn_resend_otp.resend {
    cursor: pointer;
}
.popup_suggestnew_apply .box_content_listnew {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.popup_suggestnew_apply .title_ct_pp {
    line-height: 20px;
    color: rgb(76, 91, 212);
    font-size: 18px;
    font-weight: 600;
}
.popup_suggestnew_apply .txt_ct_pp {
    line-height: 19px;
    color: #666;
    font-size: 16px;
}
.popup_suggestnew_apply .txt_ct_pp_ipmt {
    font-size: 16px;
    line-height: 19px;
    color: rgb(253, 22, 22);
}
.popup_suggestnew_apply .listnew_suggest {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    max-height: 350px;
    overflow: scroll;
    padding: 5px;
}
.popup_suggestnew_apply .item_cate {
    width: calc(50% - 5px);
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #4c5bd4;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.popup_suggestnew_apply .item_cate:hover {
    box-shadow: 0 10px 30px hsla(0, 0%, 95%, .2);
    transform: scale(1.02);
}
.popup_suggestnew_apply .box_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popup_suggestnew_apply .title_cate {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 19px;
    color: inherit;
    font-weight: 600;
}
.popup_suggestnew_apply .box_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.popup_suggestnew_apply .img_cate {
    float: unset;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    background: #f8f8f8;
}
.popup_suggestnew_apply .img_cate img {
    width: 100%;
    height: 100%;
    margin: 0;
}
.popup_suggestnew_apply .center_cate {
    width: calc(100% - 60px);
    float: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup_suggestnew_apply .center_cate_l {
    width: 100%;
    float: unset;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.popup_suggestnew_apply .box_namecty {
    width: 100%;
}
.popup_suggestnew_apply .title_namecty {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #4f4f4f;
}
.popup_suggestnew_apply .txt_popup {
    color: #6f6f6f;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 19px;
}
.popup_suggestnew_apply .box_bottom.box_monney_vlgy {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.popup_suggestnew_apply .cate_ml {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 16px;
    line-height: 19px;
    padding: 4px 5px;
    border-radius: 4px;
    background: #f4f5f5;
    color: #d44cae;
}
.popup_suggestnew_apply .cate_ml:before {
    content: "";
    background: url(/images/icn_money.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0;
}

.popup_loading {
    position: fixed;
    inset: 0;
    background-color: #0000004d;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_contain_pp_loading {
    width: 217px;
    height: 217px;
    display: inline-block;
    overflow: hidden;
    background: none;
}
.box_content_pp_loading {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
}

@keyframes box_content_pp_loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}
.box_content_pp_loading div {
    box-sizing: border-box !important
}
.box_content_pp_loading>div {
    position: absolute;
    width: 193.13px;
    height: 193.13px;
    top: 11.934999999999999px;
    left: 11.934999999999999px;
    border-radius: 50%;
    border: 6.51px solid #000;
    border-color: #ffffff transparent #ffffff transparent;
    animation: box_content_pp_loading 1.639344262295082s linear infinite;
}

.box_content_pp_loading>div:nth-child(2) {
    border-color: transparent
}

.box_content_pp_loading>div:nth-child(2) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}

.box_content_pp_loading>div:nth-child(2) div:before,
.box_content_pp_loading>div:nth-child(2) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 6.51px;
    height: 6.51px;
    top: -6.51px;
    left: 86.8px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 186.62px 0 0 #ffffff;
}

.box_content_pp_loading>div:nth-child(2) div:after {
    left: -6.51px;
    top: 86.8px;
    box-shadow: 186.62px 0 0 0 #ffffff;
}
.box_content_pp_loading {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
}

.box_content_pp_loading div {
    box-sizing: content-box;
}

@media screen and (max-width: 768px) {
    .popup_suggestnew_apply .item_cate {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .popup_apply_before_login .item_content_tab, 
    .popup_apply_before_login .itemform {
        width: 100%;
    }
    .popup_apply_before_login .item_tab {
        line-height: 18px;
        font-size: 16px;
    }
}