/* Customize the label (the container) */
.bodyRegisterUV {
    background-color: #FAFAFF;
    padding-top: 64px;
    padding-bottom: 30px;
}

.box_confirm_data {
    float: left;
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 16px;
}

.l_blank {
    color: #4c5bd4;
    font-weight: bold;
}

.cb_container {
    float: left;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.cb_container .cb_checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    border-radius: 6px;
}

/* Create a custom checkbox */
.cb_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.cb_container:hover .cb_checkbox~.cb_checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cb_container .cb_checkbox:checked~.cb_checkmark {
    background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cb_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cb_container .cb_checkbox:checked~.cb_checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.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);
}

.form_id {
    width: 1300px;
    margin: auto;
}

.box_register {
    display: flex;
    justify-content: center;
    box-shadow: 0px 4px 40px 6px #00229B40;
    border-radius: 20px;
    background-color: #fff;
}

.banner_page {
    position: relative;
}

img.banner_res {
    height: 100%;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    display: block;
}

.box_login_mxh {
    display: none;
    flex-direction: column;
    gap: 10px;
}

.text_top {
    font-weight: 300;
}

.text_bot {
    font-weight: bold;
    color: #6F7882;
}

.list_mxh {
    display: flex;
    justify-content: center;
    gap: 15px;
}

a.link_chpv {
    color: #000;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    position: absolute;
    top: 120px;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.form_gr {
    width: 60%;
}

.dk_ntd_left {
    width: 48%;
    float: left;
}

.dk_ntd_left {
    width: 100%;
    background: #fff;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 20px;
    height: fit-content;
}

.dk_ntd_left .head_gr {
    width: 100%;
    float: left;
}

.dk_ntd_left .head_gr {
    color: #616264;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.dk_ntd_left .head_gr h1 {
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 15px;
    font-weight: 300;
}

a.text-link {
    color: red;
    text-decoration: underline;
    font-style: italic;
}

.link_site {
    text-decoration: unset;
    color: #5e5eef;
    font-weight: bold;
}

.dk_ntd_left .form_gr {
    width: 100%;
    float: left;
}

.dk_ntd_left .form_gr .form_reg {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.dk_ntd_left .form_gr .form_reg p {
    color: red;
}

.dk_ntd_left .form_gr .form_reg p::before {
    display: inline;
    content: '⚠ ';
}

.dk_ntd_left .form_gr .form_reg label {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: Roboto-Medium, sans-serif;
    color: #000;
}

.dk_ntd_left .form_gr .form_reg label .red_star {
    color: red;
}

.dk_ntd_left .form_gr .form_reg input[type='text'],
.dk_ntd_left .form_gr .form_reg input[type='number'],
.dk_ntd_left .form_gr .form_reg input[type='date'] {
    width: 100%;
    float: left;
    box-sizing: border-box;
    height: 41px;
    border-radius: 8px;
    border: 1px solid #dad8d3;
    padding-left: 18px;
    margin-bottom: 4px;
    font-size: 16px;
    color: #474747;
}

.dk_ntd_left .form_gr .form_reg input[type='password'] {
    width: 100%;
    float: left;
    box-sizing: border-box;
    height: 41px;
    border-radius: 8px;
    border: 1px solid #dad8d3;
    padding-left: 18px;
    margin-bottom: 4px;
    font-size: 16px;
    color: #474747;
}

.dk_ntd_left .form_gr .form_reg[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

.dk_ntd_left .form_gr .form_reg[data-title]:after {
    content: attr(data-title);
    background-color: #fff;
    color: red;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    padding: 10px;
    bottom: -1.6em;
    left: 0;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    width: 100%;
    border-radius: 10px;
}

.dk_ntd_left .form_gr .form_reg[data-title] {
    position: relative;
}

.dk_ntd_left .form_gr .form_reg.reg_pass {
    width: 49.5%;
    margin-right: 1%;
}

.dk_ntd_left .form_gr .form_reg.reg_repass {
    width: 49.5%;
}

.dk_ntd_left .form_gr .view_pass {
    position: absolute;
    right: 5px;
    top: 46px;
    color: #777;
    font-size: 22px;
}

.box_select {
    display: flex;
    width: 100%;
}

.box_select_left {
    width: 49.5%;
    margin-right: 1%;
    display: flex;
}

.box_select_right {
    width: 49.5%;
    display: flex;
}

.dk_ntd_left .form_gr .item_select span[class~='ant-select-selection-placeholder'] {
    font-size: 16px;
    color: #474747;
}

.dk_ntd_left .form_gr .item_option span {
    color: #474747;
    font-size: 16px;
}

.dk_ntd_left .form_ask_permission {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.dk_ntd_left .form_ask_permission .form_title {
    width: unset;
}

.dk_ntd_left .form_ask_permission label {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    float: left;
    margin: 10px 0;
    color: #616264;
    font-family: Roboto-Medium, sans-serif;
}

.dk_ntd_left .form_ask_permission .select_ask_permission {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-grow: 1;
}

.dk_ntd_left .form_ask_permission .select_ask_permission .btn {
    width: calc((100% - 20px) / 3);
    border-radius: 30px;
    padding: 10px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.dk_ntd_left .form_ask_permission .select_ask_permission .btn.btn_y {
    background: #e3e6fe;
    color: #4c5bd4;
}

.dk_ntd_left .form_ask_permission .select_ask_permission .btn.btn_n {
    background: #fde6e6;
    color: #f00;
}

.dk_ntd_left .form_ask_permission .select_ask_permission .btn.btn_guide {
    background: #fff5dc;
    color: #ff7a00;
    cursor: pointer;
}

.dk_ntd_left .form_ask_permission .select_ask_permission .btn.btn_view {
    background: #e3e6fe;
    color: #4c5bd4;
}

.dk_ntd_left .dk_btn {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #4f4f4f;
    margin-bottom: 50px;
}

.dk_ntd_left .dk_btn label {
    text-align: center;
}

.dk_ntd_left .dk_btn #sub_blo {
    width: 315px;
    height: 46px;
    background: #4c5bd4;
    margin-top: 30px;
    border: none;
    color: #fff;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
}

.moneytype_2,
.moneytype_3,
.moneytype_5 {
    width: 50%;
}

.money_from,
.money_to,
.money_kg {
    width: 100% !important;
}

.box_select_register {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding-bottom: 10px;
}

.box_select_register .rg_title {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
}

.box_select_register .box_btn_sl {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.box_select_register .box_btn_sl .btn_sl_ct {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    position: relative;
}

.txt_dx {
    position: absolute;
    top: 15px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fff6eb;
    padding: 2px 7px;
    border-radius: 16px;
}

.text_dx {
    font-size: 14px;
    font-weight: 500;
    color: #F78C01;

}

.box_select_register .box_btn_sl .title_btn {
    color: #4C5BD4;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.box_select_register .box_btn_sl .btn_sl_sm {
    width: 280px;
    padding: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: linear-gradient(90deg, #4C5BD4 0%, #1629C1 100%);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
    border: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.box_select_register .box_btn_sl .create_cv {
    color: #fff;
}

.box_select_register .box_btn_sl .upload_cv {
    color: #fff;
    background: linear-gradient(270deg, #F88C00 0%, #DD6B4E 100%);
}

.select2-container .select2-selection--single {
    height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
}

.select2-container .select2-selection--multiple {
    min-height: 41px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px;
    height: 22px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    height: 30px;
}

@media screen and (max-width: 1300px) {
    .form_id {
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 1165px) {
    .dk_ntd_left {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .form_gr {
        width: 75%;
    }

    .dk_ntd_left {
        padding: 20px 10px;
    }

    .form_id {
        width: 100%;
        margin: auto;
    }

    .dk_ntd_left .dk_btn {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1170px) and (min-width: 590px) {
    .dk_ntd_left .dk_btn .notifice_re {
        margin: 25px 0;
    }
}

@media (max-width: 960px) {
    .dk_ntd_left {
        width: 100%;
        padding: 30px 20px;
    }

    .dk_ntd_left .head_gr h1 {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .banner_page {
        display: none;
    }

    .form_gr {
        width: 100%;
    }

    .bodyRegisterUV {
        padding: 0;
    }

    .dk_ntd_left {
        border-radius: unset;
    }

    .dk_ntd_left .head_gr {
        text-align: center;
    }

    .box_register {
        border-radius: unset;
    }

    .box_select_register .rg_title {
        font-size: 16px;
    }

    .box_select_register .box_btn_sl {
        flex-direction: column;
        gap: 30px;
    }

    .box_select_register .box_btn_sl .btn_sl_sm {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .dk_ntd_left .form_gr {
        width: 100%;
        float: left;
    }

    .dk_ntd_left .form_gr .form_reg {
        width: 100%;
        float: left;
        margin-bottom: 0px;
    }

    .dk_ntd_left .form_gr .form_reg p {
        color: red;
    }

    .dk_ntd_left .form_gr .form_reg p::before {
        display: inline;
        content: '⚠ ';
    }

    .dk_ntd_left .form_gr .form_reg label {
        font-size: 16px;
        line-height: 18px;
        text-align: left;
        float: left;
        width: 100%;
        margin: 10px 0;
        font-family: Roboto-Medium, sans-serif;
        color: #616264;
    }

    .dk_ntd_left .form_gr .form_reg label .red_star {
        color: red;
    }

    .dk_ntd_left .form_gr .form_reg input[type='text'] {
        width: 100%;
        float: left;
        box-sizing: border-box;
        height: 41px;
        border-radius: 8px;
        border: 1px solid #dad8d3;
        padding-left: 18px;
        margin-bottom: 4px;
    }

    .dk_ntd_left .form_gr .form_reg input[type='password'] {
        width: 100%;
        float: left;
        box-sizing: border-box;
        height: 41px;
        border-radius: 8px;
        border: 1px solid #dad8d3;
        padding-left: 18px;
        margin-bottom: 4px;
    }

    .dk_ntd_left .form_gr .form_reg.reg_pass {
        width: 100%;
        margin-right: 0%;
    }

    .dk_ntd_left .form_gr .form_reg.reg_repass {
        width: 100%;
    }

    .dk_ntd_left .form_ask_permission {
        flex-direction: column;
    }

    .dk_ntd_left .form_ask_permission .form_title {
        width: 100%;
    }

    .dk_ntd_left .form_ask_permission .select_ask_permission {
        width: 100%;
    }

    .dk_ntd_left .form_ask_permission .select_ask_permission .btn {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .dk_ntd_left {
        padding: 15px;
        background: transparent;
    }

    .dk_ntd_left .head_gr {
        margin-bottom: 0;
    }

    .dk_ntd_left .head_gr h1 {
        font-size: 20px !important;
    }

    p.head_gr_bot {
        padding-bottom: 25px;
    }

    .dk_ntd_left .form_uv.form_pass_ntd {
        flex-direction: column;
    }

    .dk_ntd_left .form_uv .form_50 {
        width: 100%;
    }

    .dk_ntd_left .dk_btn {
        margin-top: 10px;
    }

    .box_select {
        flex-direction: column;
    }

    .box_select_left,
    .box_select_right {
        width: 100%;
        gap: 5px;
    }

    .moneytype_2,
    .moneytype_3,
    .moneytype_5 {
        width: 100%;
    }

    .moneytype_4 {
        display: flex;
        gap: 5px;
    }
}