.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_loginAll .box_contain_pp {
    width: 500px;
    max-width: 95%;
    margin: auto;
    background: #ffffff;
    border-radius: 5px;
}
.popup_loginAll .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_loginAll .box_main_pp {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.popup_loginAll .box_header_pp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    border-radius: 5px 5px 0px 0px;
    background-color: #f1f2f6;
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
}
.popup_loginAll .txt_color {
    color: #4c5bd5;
}
.popup_loginAll .title_ppLoginUv {
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    line-height: 20px;
    font-size: 18px;
}
.popup_loginAll .box_item_loginApply {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: 100%;
}
.popup_loginAll .title_item_loginApply {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #474747;
    font-weight: 500;
}
.popup_loginAll .box_item_loginApply, 
.popup_loginAll .box_content_loginApply {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: 100%;
}
.popup_loginAll .box_input {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
    width: 100%;
}
.popup_loginAll .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_loginAll .img24 {
    width: 24px;
    height: 24px;
}
.popup_loginAll .ip_login {
    height: 24px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    color: #474747;
}
.popup_loginAll .btn_login {
    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_loginAll .btn_login:hover {
    background: linear-gradient(90deg, #5b6be7 0%, #2230a3 100%);
}
.popup_loginAll .box_navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.popup_loginAll .txt_dangky_nav, 
.popup_loginAll .txt_nav_chuatk, 
.popup_loginAll .txt_nav_quenmk {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.popup_loginAll .txt_nav_chuatk {
    color: #474747;
}
.popup_loginAll .txt_dangky_nav {
    color: #4c5bd4;
    text-decoration: underline;
}
.popup_loginAll .txt_nav_quenmk {
    color: #ffa317;
}
.popup_loginAll .box_boder {
    width: 100%;
    display: flex;
    align-items: center;
}
.popup_loginAll .line-ngang {
    border-top: 2px dotted;
    width: 100%;
    height: 2px;
}
.popup_loginAll .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_loginAll .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_loginAll .boxpr_app {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
}
.popup_loginAll .bottom_dangnhap_QR {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.popup_loginAll .img100 {
    width: 100px;
    height: 100px;
}
.popup_loginAll .txt_qr_dn {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #4c5bd4;
}
.popup_loginAll .txt_tailen {
    color: #4c5bd4;
    font-size: 16px;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.popup.popup_loginAll .hiddenPc, 
.popup.popup_loginAll .boxpr_app_mb {
    display: none !important;
}
.popup_loginAll .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.popup_loginAll .boxpr_app_mb {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}
.popup.popup_loginAll .btn_tai_app {
    background: #ffecd6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    padding: 5px;
    width: calc(50% - 10px);
}
.popup_loginAll .txt_qr_dn {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #4c5bd4;
}
.popup_loginAll label.error {
    color: red;
    font-size: 15px;
    line-height: 17px;
}
.popup_loginAll .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_loginAll .title_support {
    font-size: 15px;
    line-height: 16px;
    color: #616264;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
}
.popup_loginAll .txt_support {
    font-size: 15px;
    line-height: 16px;
    color: #616264;
}
.popup_loginAll .close_popup {
    cursor: pointer;
    width: 14px;
    height: 14px;
}

@media screen and (max-width: 600px) {
    .popup.popup_loginAll .boxpr_app {
        display: none !important;
    }
    .popup.popup_loginAll .hiddenPc,
    .popup.popup_loginAll .boxpr_app_mb {
        display: flex !important;
    }
}