main, .inner {
    height: auto !important;
    font-family: Roboto, sans-serif;
}

.mark_moving-box {
    padding: 42px 230px 21px 230px;
    border: none;
    margin-bottom: 20px !important;
}

.mark_moving-box .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #041F4A;
}

.form-group label {
    color: #041F4A;
}

.form-group input, .form-group select {
    width: 100%;
    height: 56px;
    padding: 16px;
    gap: 12px;
    border-radius: 12px;
    background: #F0F5FF;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #041F4A;
}

.form-group input::placeholder, .form-group select::placeholder {
    color: #AEC7E5 !important;
}

.form-check label {
    color: #344A6C;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #041F4A !important;
}

.img-invoice {
    width: unset;
    margin: auto;
}

.text_description {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #041F4A;
}

.button-invoice {
    width: 50%;
    padding: 10px 16px 10px 16px;
    gap: 8px;
    border-radius: 12px;
    background-color: #0060A6;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.button-invoice:hover {
    background-color: #0060A6;
}

#get-otp-invoice {
    border-radius: 12px;
    gap: 8px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    width: 54%;
    background-color: #D1D5DB;
    border: none;
    text-transform: none;
    margin: auto;
}

.title-invoice {
    display: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 18.75px;
    letter-spacing: 0px;
    color: #041F4A;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cus-box-submit {
    margin-top: 0;
}

.select2-container {
    height: 56px !important;
    max-width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.select2-container--default .select2-selection {
    height: 100%;
    border-radius: 15px;
    padding: 1rem;
    background: #F0F5FF;
    border: none;
}

.select2-default {
    color: #f00 !important;
  }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #AEC7E5 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #041F4A !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    display: none;
}

.icon-arrow-up-select-black {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../../../images/common/arrow-down.png) no-repeat center/cover;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.form-check-group {
    display: flex;
    justify-content: start;
    align-items: center;
}

/* .form-check-group input {
    width: 16px;
    height: 16px;
} */

.form-check-group label {
    margin-top: 0.5rem;
    margin-left: 0.5rem;
}

input[type="checkbox"] {
    appearance: none; /* Ẩn checkbox mặc định */
    width: 16px;
    height: 16px;
    background-color: white; /* Màu nền mặc định */
    border: 2px solid #0060A6;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

input[type="checkbox"]::after {
    content: "";
    width: 10px;
    height: 10px;
    display: none;
    background-image: url('../../../images/common/Stroke.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

input[type="checkbox"]:checked {
    background-color: #0060A6; /* Màu nền khi được chọn */
    border-color: #0060A6;
}

input[type="checkbox"]:checked::after {
    display: block;
}

.help-block {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    color: #ED1C24;
}

.link-search-invoice {
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #041F4A;
    margin-bottom: 54px !important;
}

.link-search-invoice a {
    font-weight: 700;
    color: #0060A6;
}

@media screen and (max-width: 575px) {
    .title-invoice {
        display: block;
    }

    .text-uppercase {
        text-transform: unset !important;
    }

    .img-invoice {
        width: 30%;
        margin-top: 20px !important;
    }

    .text_description {
        font-size: 12px;
        padding: 16px 0 0 0 !important;
        margin-bottom: 0 !important;
    }

    .button-invoice {
        width: 100%;
        border-radius: 12px;
        gap: 13px;
        padding: 16px 22px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        text-align: center;
        text-transform: uppercase;
    }

    .form-check-group label {
        margin-top: 6px;
    }

    #get-otp-invoice {
        width: 200px;
        height: 44px;
    }

    body .modal.show .modal-dialog-invoice {
        margin-top: 0 !important;
    }
    
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .mark_moving-box {
        padding: 42px 100px 21px 100px;
        border: none;
    }
    
    .link-search-invoice {
        margin-bottom: 24px !important;
    }

    body .modal.show .modal-dialog-invoice {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 769px) {
    .title-invoice {
        display: block;
    }

    body .modal-content, body .modal.show .modal-dialog {
        position: relative;
    }

    .link-search-invoice {
        margin-bottom: 0 !important;
    }

    .modal-content .x-symbol {
        top: 22px;
        right: 22px;
    }
}
