.popup {
    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 .hidden {
    display: none !important;
}
.img100 {
    width: 100px;
    height: 100px;
}
.popup_sendLetter .box_contain_pp,
.popup_hths .box_contain_pp,
.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_apply_before_login.PPapplyNow .box_contain_pp {
    width: 700px;
}
.popup_hths .box_contain_pp {
    width: 800px;
}
.popup_suggestnew_apply .box_contain_pp {
    width: 550px;
    max-width: 95%;
    margin: auto;
    background: #ffffff;
    border-radius: 5px;
}
.popup_sendLetter .box_content_pp, 
.popup_hths .box_content_pp, 
.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_apply_before_login.PPapplyNow .box_content_pp {
    background-color: #f6f6f6;
}
.popup_suggestnew_apply .box_content_pp {
    min-height: 250px;
}
.box_header_pp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    border-radius: 5px 5px 0px 0px;
    background-color: #f4f6ff;
    padding: 0 15px;
    border-bottom: 1px solid #dee2e6;
}
.popup_sendLetter .box_header_pp, 
.popup_hths .box_header_pp {
    padding: 15px;
}
.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-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    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 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 80%;
}
.popup_apply_before_login .boxApplyPP {
    width: 100%;
    padding: 0;
    gap: 10px;
}
.popup_apply_before_login .boxform {
    width: 100%;
    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-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    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 {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.popup_apply_before_login #val_ChooseCv0~label, 
.popup_apply_before_login #val_ChooseCv1~label, 
.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 #val_ChooseCv0:checked~label, 
.popup_apply_before_login #val_ChooseCv1:checked~label, 
.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 #val_ChooseCv0:checked~label:before, 
.popup_apply_before_login #val_ChooseCv1:checked~label:before, 
.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-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
}
.box_contact_support {
    border-radius: 0 0 5px 5px;
    background-color: #f4f6ff;
    padding: 15px;
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.title_support {
    font-size: 15px;
    line-height: 16px;
    color: #616264;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
}
.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 {
    font-size: 18px;
    line-height: 20px;
    font-style: italic;
    width: 100%;
    color: #616264;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.title_item_loginApply {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #474747;
}
.txtOptionLogin {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-style: italic;
    color: #616264;
}
.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(90deg, #2230a3 0%, #5b6be7 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 .btn_loginApply:hover {
    background: linear-gradient(90deg, #5b6be7 0%, #2230a3 100%)
}
.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;
    text-decoration: underline;
}
.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 .ft_txt_taingay {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #474747;
    overflow: hidden;
    width: 170px;
    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;
    font-family: Roboto-Medium, sans-serif;
}
.popup_apply_before_login .txt_tailen {
    color: #4c5bd4;
    font-size: 16px;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.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;
    text-align: center;
    font-family: Roboto-Medium, sans-serif;
}
.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_suggestnew_apply button:disabled, 
.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-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    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 .time_re, 
.popup_confirm_apply .box_resend_otp .btn_resend_otp {
    color: #4c5bd5;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    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: 0;
    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-family: Roboto-Medium, sans-serif;
    font-weight: 500;
}
.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-y: scroll; */
    padding: 5px 8px;
}
.popup_suggestnew_apply .box_listnew_suggest {
    background: rgba(76, 91, 212, .1);
    border-radius: 5px;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.popup_suggestnew_apply .item_cate {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.popup_suggestnew_apply .content_des_new {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
}
.popup_suggestnew_apply .item_des_new {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}
.popup_suggestnew_apply .title_des_new {
    font-size: 16px;
    line-height: 19px;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    color: #4f4f4f;
}
.popup_suggestnew_apply .txt_des_new {
    font-size: 16px;
    line-height: 19px;
    color: #4f4f4f;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.popup_suggestnew_apply .content_item_cate {
    width: 100%;
    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-family: Roboto-Medium, sans-serif;
    font-weight: 500;
}
.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% - 65px);
    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-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    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: space-between;
    align-items: center;
    gap: 5px;
}
.popup_suggestnew_apply .link_applynew {
    background: linear-gradient(270deg,#00379d 0,#2466c9 100%);
    font-size: 14px;
    line-height: 17px;
    padding: 5px;
    border-radius: 4px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    cursor: pointer;
}
.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(/assets/images/New_images/icon_salary.svg);
    background-size: 100% 100%;
    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;
}
.box_noti {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.title_success_apply {
    line-height: 24px;
    color: rgb(76, 91, 212);
    font-size: 20px;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.ico_success_apply {
    width: 65px;
    height: 65px;
}

.popup.popup_suggestnew_apply {
    opacity: 1;
    transform: scale(1);
}
.popup.popup_suggestnew_apply.hidden {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.popup.popup_apply_before_login .boxpr_app_mb {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}
.popup.popup_apply_before_login .hiddenPc, 
.popup.popup_apply_before_login .boxpr_app_mb {
    display: none;
}
.popup.popup_apply_before_login .btn_tai_app {
    background: #ffecd6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    padding: 5px;
    width: calc(50% - 10px);
}

.title_hths {
    font-size: 17px;
    line-height: 22px;
    overflow-wrap: break-word;
    color: #616264;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
}
.titleNew_hths {
    font-size: 17px;
    line-height: 20px;
    overflow-wrap: break-word;
    color: #4c5bd5;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
}
.box_main_pp {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.boxHuongDan {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.titile_hd {
    color: #f33;
    font-size: 17px;
    line-height: 20px;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
}
.boxContentHuongDan {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.txtHuongDan {
    font-size: 16px;
    line-height: 25px;
    color: #474747;
}
.boxListCreateCv {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.space_hths {
    color: #666;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-style: italic;
}
.typeCreateCv.createCvOnSite {
    background: #4ca3d4;
}
.typeCreateCv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    padding: 10px 20px;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    border-radius: 100px;
    color: #FFF;
    cursor: pointer;
}
.typeCreateCv.uploadCvOnSite {
    background: #ff8d3a;
}
.typeCreateCv.createCvAI {
    background: #57ba90;
}
.icon_hths {
    width: 30px;
    height: 30px;
}
.title_sendLetter {
    font-size: 18px;
    line-height: 24px;
    color: #474747;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
}
.boxContainLetter {
    width: 100%;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-image: url(/assets/images/ic_vienthuut.png);
    background-size: 100% 100%;
}
.titleContent_SendLetter {
    font-size: 24px;
    line-height: 32px;
    color: #5987d8;
    width: 100%;
    text-align: center;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
}
.contentLetter {
    width: 100%;
    height: 120px;
    border: none;
    resize: unset;
    font-size: 16px;
    line-height: 20px;
}
.boxBtn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 15px 15px;
    gap: 10px;
}
.btnCancel_sendLetter {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 19px;
    background: #d9d9d9;
    color: #595959;
    border: none;
    padding: 10px 20px;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
}
.btnSendLetter {
    background: #4c5bd4;
    color: #fff;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 20px;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
}
.boxChooseUploadFileCv {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}
.boxItemChooseCv {
    width: 50%;
    display: flex;
    box-decoration-break: clone;
    justify-content: flex-start;
    gap: 5px;
}
.boxItemChooseCv .form_title {
    width: calc(100% - 23px);
}
.letterSendNtd {
    resize: none;
    border-radius: 5px;
    border: 1px solid #dad8d3;
    font-size: 15px;
    line-height: 19px;
    color: #474747;
    padding: 7px 10px;
    height: 120px;
    letter-spacing: 0.5px;
    font-style: italic;
}
.boxNotCvUv .form_title {
    color: #fa5555;
}
.popup_apply_before_login .boxNotCvUv #val_ChooseCv0~label {
    border: 1px solid #fa5555;
}
.popup_apply_before_login .boxNotCvUv #val_ChooseCv0:checked~label {
    background: #fa5555;
}
.letterSendNtd::placeholder {
  color: #999;
  opacity: 0.9;
}
.txt_note_fileCv {
    font-size: 15px;
    line-height: 17px;
    color: #666;
    font-style: italic;
}
.popup_apply_before_login.PPapplyNow .box_main_pp {
    padding: 10px 15px;
}
.boxFromApplyFast {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    box-shadow: 0 1px 6.3px rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 15px 20px;
    background-color: #fff;
}
.boxInfoNewNTD {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 15px;
}
.boxAvtInfoNewNTD {
    width: 65px;
    height: 65px;
    background: #FFF;
}
.avtInfoNewNTD {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 4px;
    object-fit: contain;
}
.boxDetailInfoNewNTD {
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.titleInfoNewNTD {
    font-size: 16px;
    font-family: 'Roboto-Medium';
    font-weight: 500;
    text-transform: capitalize;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 18px;
    color: #616264;
}
.ntdInfoNewNTD {
    font-size: 15px;
    color: #737373;
    text-transform: capitalize;
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.popup_apply_before_login.PPapplyNow .itemform {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.popup_apply_before_login.PPapplyNow .form_title {
    width: 18%;
    text-align: right;
}
.popup_apply_before_login.PPapplyNow .boxInput {
    width: calc(82% - 15px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.popup_apply_before_login.PPapplyNow .boxChooseUploadFileCv .form_title {
    width: calc(100% - 23px);
    text-align: left;
}
.boxContentChooseCV {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.boxContentChooseCV .boxChooseUploadFileCv {
    width: calc(82% - 15px);
}
.popup_apply_before_login.PPapplyNow .box_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup_apply_before_login.PPapplyNow .btn_apply {
    background: linear-gradient(270deg, #F88C00 0%, #dd6b4e 100%);
    padding: 11px 20px;
    width: 250px;
    max-width: 100%;
    border-radius: 46px;
}
.popup_apply_before_login.PPapplyNow .btn_apply:hover {
    background: linear-gradient(270deg, #dd6b4e 0%, #F88C00 100%);
    transform: scale(1.02);
}
.boxPrLinkCV {
    box-shadow: 0 1px 6.3px rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 15px 20px;
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.txtPrLinkCV {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    float: left;
    width: 100%;
    color: #616264;
    font-style: italic;
}
.linkPrLinkCV {
    background: linear-gradient(90deg, #2230a3 0%, #5b6be7 100%);
    font-size: 16px;
    line-height: 18px;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    padding: 11px 20px;
    color: #ffff;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 46px;
    width: fit-content;
    max-width: 100% ;
}
.linkPrLinkCV:hover {
    background: linear-gradient(90deg, #5b6be7 0%, #2230a3 100%);
}
.popup_apply_before_login.PPapplyNow .form_control {
    font-style: italic;
}
.ico_successUv_apply {
    width: 50px;
    height: 50px;
}
.txtInfoAccApplyPP {
    line-height: 20px;
    color: #666;
    font-size: 17px;
    text-align: center;
}
.box_notiUvApply {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.title_successUV_apply {
    line-height: 22px;
    color: #666;
    font-size: 18px;
    text-align: center;
}
.txtInfoAppyPP {
    color: rgb(76, 91, 212);
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    font-style: italic;
}
.boxUpdatePassUvApply {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}
.txtPassDefaultUv {
    font-style: italic;
    line-height: 17px;
    color: #666;
    font-size: 15px;
    text-align: left;
    width: calc(100% - 145px);
}
.success.txtPassDefaultUv {
    color: red;
}
.txtPassUvApply {
    border-radius: 5px;
    border: 1px solid #dad8d3;
    font-size: 14px;
    line-height: 16px;
    color: #474747;
    padding: 5px;
    width: 150px;
}
.btnUpdatePassUvApply {
    background: linear-gradient(90deg, #2230a3 0%, #5b6be7 100%);
    font-size: 16px;
    line-height: 19px;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    cursor: pointer;
    color: #ffff;
    align-items: center;
    justify-content: center;
    display: flex;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
}
.boxUpdatePassUvApply .txtInfoAccApplyPP {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}
.popup_suggestnew_apply.PPapplyNow .box_content_listnew {
    padding: 0;
}
.boxInputPass {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.boxInputPass .txtInfoAccApplyPP {
    width: 135px;
    text-align: right;
}
.boxInputPass .accUvNewApplyPP {
    width: calc(100% - 145px);
    border-radius: 5px;
    border: 1px solid #dad8d3;
    font-size: 16px;
    line-height: 19px;
    color: #474747;
    padding: 6px 5px;
    font-weight: 400;
}
.boxInputPass .txtPassUvApply {
    width: 100% !important;
}
.boxPassUvApply {
    width: calc(100% - 145px);
    position: relative;
}
.iconPass {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .boxListCreateCv {
        flex-direction: column;
    }
    .typeCreateCv {
        width: 80%;
    }
}
@media screen and (max-width: 768px) {
    .popup_apply_before_login.PPapplyNow .boxInput, 
    .boxContentChooseCV .boxChooseUploadFileCv, 
    .popup_suggestnew_apply .item_cate {
        width: 100%;
    }
    .popup_apply_before_login.PPapplyNow .itemform {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .popup_apply_before_login.PPapplyNow .form_title {
        width: 100%;
        text-align: left;
    }
    .boxInfoNewNTD {
        gap: 10px;
    }
    .boxAvtInfoNewNTD {
        width: 60px;
        height: 60px;
    }
    .boxDetailInfoNewNTD {
        width: calc(100% - 75px);
    }
    .popup_apply_before_login.PPapplyNow .box_btn, 
    .popup_apply_before_login.PPapplyNow .boxform {
        width: 500px;
        max-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;
    }
    .popup_apply_before_login.PPapplyNow .boxPrLinkCV, 
    .popup.popup_apply_before_login .boxpr_app {
        display: none;
    }
    .popup.popup_apply_before_login .hiddenPc,
    .popup.popup_apply_before_login .boxpr_app_mb {
        display: flex;
    }
    .popup_apply_before_login.PPapplyNow .boxFromApplyFast {
        padding: 10px;
    }
    .boxInputPass {
        flex-direction: column;
        width: 400px;
        max-width: 100%;
        align-items: center;
        gap: 3px;
    }
    .boxInputPass .txtInfoAccApplyPP {
        width: 100%;
        text-align: left;
    }
    .txtPassDefaultUv, 
    .boxInputPass .txtPassUvApply, .boxInputPass .accUvNewApplyPP {
        width: 100%;
    }
    .boxUpdatePassUvApply {
        width: 400px;
        max-width: 100%;
        align-items: flex-end;
        gap: 3px;
    }
}