.bodyUploadCv {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.boxContentUploadCv {
    background-image: url(/assets/images/bg_login_ntd_v2.webp);
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-size: cover;
    flex-direction: column;
}
.boxSupport {
    background: linear-gradient(90deg,rgb(209, 238, 252) 0%,rgb(229, 246, 254) 20%,rgb(236, 247, 253) 40%,rgb(224, 245, 253) 60%,rgb(236, 247, 253) 80%,rgb(237, 248, 255) 100%);
    width: 100%;
}
.contentSupport {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 10px 0;
}
.title_support {
    font-size: 16px;
    line-height: 20px;
    color: #616264;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    text-align: center;
}
.txt_support {
    font-size: 16px;
    line-height: 20px;
    color: #616264;
    text-align: center;
}
.txtPhoneSupport {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: center;
    color: #4c5bd4;
    font-size: 16px;
    line-height: 22px;
}
.contentUploadCv {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 4px 1px 20px rgba(0, 0, 0, 0.1);
    padding: 25px;
}
.h1UploadCv {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: center;
    color: #4c5bd4;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px white, -1px -1px 2px white;
}
.boxFormUpload {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.boxFileUpload {
    width: 250px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.boxFormInfo {
    width: calc(100% - 270px);
    display: flex;
    align-items: center;
    gap: 25px;
    flex-direction: column;
}
.listForm {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.itemForm {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.itemForm.w50 {
    width: calc(100% / 2 - 10px);
}
.titleForm {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    font-family: Roboto-Medium, sans-serif;
    color: #474747;
    font-weight: 500;
}
.required {
    color: red;
}
.error {
    display: none;
    color: red;
    font-size: 14px;
    line-height: 18px;
}
.boxPassword {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inputForm {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #dad8d3;
    font-size: 16px;
    color: #474747;
    padding: 10px;
}
.view_pass {
    cursor: pointer;
    position: absolute;
    right: 10px;
    color: #777;
    font-size: 22px;
    line-height: 25px;
    margin: auto;
}
.boxSubmit {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}
.boxConfirm {
    display: flex;
    gap: 8px;
}
.txtConfirm {
    width: calc(100% - 28px);
    font-size: 16px;
    line-height: 18px;
    color: #474747;
    font-weight: 400;
}
.linkConfirm {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    color: #4c5bd4;
    font-size: 16px;
    line-height: 18px;
}
.cb_container {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cb_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 6px;
}
.cb_container:hover .cb_checkbox~.cb_checkmark {
    background-color: #ccc;
}
.cb_container .cb_checkbox:checked~.cb_checkmark {
    background-color: #4c5bd4;
}
.cb_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cb_container .cb_checkbox:checked~.cb_checkmark:after {
    display: block;
}
.cb_container .cb_checkmark:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btnUploadCvUv {
    width: 200px;
    padding: 12px 20px;
    border-radius: 25px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 17px;
    line-height: 19px;
    border: 1px solid #4C5BD4;
    background: linear-gradient(90deg, #2230a3 0%, #5b6be7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-transform: uppercase;
}
.btnUploadCvUv:hover {
    transform: scale(1.04);
    background: linear-gradient(90deg, #5b6be7 0%, #2230a3 100%);
}
.loadingUploadCvUv {
    display: none;
    width: 20px;
    height: 20px;
}
.txtUploadCvUv {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 17px;
    line-height: 19px;
}
.itemForm .error::before {
    display: inline;
    content: '⚠ ';
}
.itemForm .select2-container--default .select2-selection--single .select2-selection__arrow, 
.itemForm .select2-container .select2-selection--single {
    height: 42px;
}
.itemForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}
.itemForm .select2-container .select2-selection--multiple {
    min-height: 41px;
}
.itemForm .select2-container .select2-search--inline .select2-search__field {
    height: 30px;
}
.boxFileUploadCv {
    border-radius: 20px;
    background: #fff;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    width: 100%;
    height: 185px;
    border: 1px dashed #4c5bd4;
}
.txt_chosse_UploadCv {
    color: #474747;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
}
.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;
}

@media screen and (max-width: 1024px) {
    .boxContentUploadCv {
        background: #FFF;
    }
    .contentUploadCv {
        width: 100%;
        max-width: 100%;
        box-shadow: unset;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 768px) {
    .boxFormUpload {
        align-items: center;
        justify-content: center;
    }
    .boxFormInfo {
        width: 100%;
    }
    .boxFileUpload {
        width: 200px;
        max-width: 100%;
    }
    .boxFileUploadCv {
        height: 170px;
    }
}
@media screen and (max-width: 600px) {
    .h1UploadCv {
        font-size: 20px;
        line-height: 25px;
    }
    .listForm {
        gap: 25px;
    }
    .itemForm.w50 {
        width: 100%;
    }
}