.reflect-label {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
    text-decoration-skip-ink: none;
    color: #041F4A;
    margin-bottom: 1.5rem;
}

.reflect-label-mt {
    margin-top: 28px;
}

.reflect-label strong {
    color: red;
}

.icon-input {
    top: 10px;
}

.reflect-page .reflect-content .input-box-data:not(.input-box-data-phone),
#subject {
    height: 53px;
    border-radius: 15px;
    border: 1px solid #D1D1D6;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #000000 !important;
}

.reflect-page .reflect-content select.input-box-data {
    line-height: 24px !important;
}

.input-box-data-phone {
    color: #656161 !important;
    font-size: 18px !important;
}

.form-check-inline .form-check-input {
    margin: 0 8px 0 0 !important;
}

.form-check-label {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #041F4A;
}

input[type="radio"]:checked + .radio-mark {
    border-color: #4caf50 !important; /* Border color when checked */
    background-color: #4caf50 !important; /* Background color when checked */
  }

#require_call_back {
    margin-bottom: 13px;
}

.address-wrapper {
    margin-top: 1rem;
}

.address-wrapper select {
    margin-bottom: 24px;
}

.icon-province {
    background: url('../../images/reflect/province.svg') no-repeat;
    width: 30px;
    height: 30px;
}

.icon-district {
    background: url('../../images/reflect/district.svg') no-repeat;
    width: 30px;
    height: 30px;
}

.icon-ward {
    background: url('../../images/reflect/ward.svg') no-repeat;
    width: 30px;
    height: 30px;
}

.text-area-content {
    padding: 16px !important;
    min-height: 70px;
}

.text-area-content::placeholder {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #A0A0A0;
}

.cus-box-submit {
    border: none;
}

.reflect-page .cus-box-submit {
    margin-top: 37px;
    padding: 0;
}

.reflect-page .cus-box-submit button {
    background: #237BD3;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    border: none;
    min-width: 120px;
    width: auto;
    height: auto;
    padding: 1rem;
}

.reflect-page .cus-box-submit button:disabled {
    background: #4DADEE;
}

.input-deduction-date, .input-deduction-fee {
    padding: 16px !important;
    text-align: left !important;
}

.icon-date-picker-select-black {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url('../../images/reflect/calendar.svg') no-repeat;
    position: absolute;
    top: 10px;
    right: 20px;
}

.flatpickr-calendar {
    width: auto !important;
    padding: 0 16px 16px !important;
}

.flatpickr-calendar.open {
    border: 1px solid #0060A6 !important;
    box-shadow: 0px 2px 15px 0px #389DFB1A !important;
    border-radius: 16px;
}

input.numInput.cur-year {
    padding-left: 0 !important;
}

.flatpickr-calendar:before {
    display: none;
}

.flatpickr-day.today, .flatpickr-day:hover {
    border-radius: 4px;
}

.numInputWrapper:hover {
    background: transparent !important;
}

span.flatpickr-weekday {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    color: #0060A6 !important;
}

span.flatpickr-day:not(.prevMonthDay, .flatpickr-disabled) {
    color: #041F4A;
    font-weight: 700;
}

.flatpickr-day.selected {
    background: #0060A6 !important;
    border-radius: 4px;
    color: #ffffff !important;
}

.flatpickr-months {
    margin-bottom: 1rem;
}

.flatpickr-prev-month, .flatpickr-next-month,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.numInput.cur-year {
    color: #1A202C !important;
    font-weight: 700 !important;
}

.numInputWrapper {
    margin-left: 1rem !important;
}

.numInputWrapper span {
    width: 13px !important;
    right: -1px !important;
}

.icon-arrow-up-select-black {
    top: 50%;
    transform: translateY(-50%);
}

.select2-container {
    height: 53px !important;
    max-width: 100% !important;
    width: 100% !important;
}


.select2-container--default .select2-selection {
    height: 100%;
    border-radius: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    display: none;
}

#callback-confirm, #content-confirm {
    word-wrap: break-word;
}

.modal-content .x-symbol {
    top: 20px;
    right: 18px;
    width: 20px;
    height: 20px;
    background: none;
}

.modal-close-icon-large {
    width: 20px;
    height: 20px;
    display: block;
    background: url('../../images/common/close.svg') no-repeat;
}

@media screen and (min-width: 769px) {
    body .input-box-data {
        padding-left: 4.375rem;
    }
}