.secondary-btn {
    display: inline-block;
    padding: 8px 60px;
    border: 2px solid #E31F26;
    color: #E31F26;
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    max-width: 300px;
    line-height: normal;
    transition: all .3s ease-in-out;
}

.secondary-btn:hover {
    background-color: #E31F26;
    color: #fff;
    transition: all .3s ease-in-out;
}

.entry-content .mhi-claim-wrapper .mhi-purchase-section:has(#mhi-claim-step2-form) {
    padding: 45px 0;
}

.entry-content .mhi-claim-wrapper .mhi-purchase-section:not(.mhi-claim-step-pre-form-details) {
    padding: 0 0;
}

.mhi-claim-wrapper {
    color: #2D414D;
}

.mhi-claim-wrapper .mhi-claim-header {
    padding: 50px 20px;
    text-align: center;
}

.mhi-claim-wrapper .mhi-title {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'Roboto';
    color: #2D414D;
    text-transform: uppercase;
}

.mhi-claim-wrapper .mhi-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    color: #2D414D;
}

.mhi-claim-wrapper .mhi-form {
    max-width: 580px;
    margin: 0 auto;
    text-align: left;
}

.mhi-claim-wrapper .mhi-check-group {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.mhi-claim-wrapper .mhi-check-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin: -3px 0 0 0;
}

.mhi-claim-wrapper .mhi-check-group label {
    font-size: 18px;
    color: #2D414D;
    line-height: 24px;
}

.mhi-claim-wrapper .mhi-check-group a {
    text-decoration: underline;
    color: #2D414D;
}

.mhi-claim-wrapper .mhi-note {
    font-size: 12px;
    color: #2D414D;
    font-style: italic;
}

.mhi-claim-wrapper .mhi-claim-footer {
    background: #fff;
    padding: 62px 0 126px;
    text-align: center;
    margin-top: 25px;
}

.mhi-claim-wrapper .claim-section-top {
    background-color: #eaeaea;
    padding: 40px 20px;
    text-align: center;
}

.mhi-claim-wrapper h2 {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #2D414D;
    text-transform: uppercase;
}

.mhi-claim-wrapper #mhi-claim-step2-form {
    max-width: 436px;
    margin: 0 auto;
    text-align: left;
    display: grid;
}

.mhi-claim-wrapper select,
.mhi-claim-wrapper input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
}

.mhi-claim-wrapper select {
    color: #666;
}

.mhi-claim-wrapper input[type="date"] {
    color: #666;
}

.mhi-claim-wrapper .claim-section-bottom {
    background-color: #ffffff;
    padding: 40px 20px;
    text-align: center;
}

.mhi-claim-wrapper button:not(.modal__close) {
    display: inline-block;
    padding: 9px 60px;
    border: 2px solid #d32f2f;
    color: #d32f2f;
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    max-width: 300px;
    line-height: 1;
}

.mhi-claim-wrapper .mhi-purchase-section:not(.mhi-purchase-section) {
    padding: 45px 0;
    text-align: center;
}

.mhi-purchase-section h2 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
    color: #2D414D;
    text-transform: uppercase;
}

#mhi-claim-step2-form {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}

.mhi-field {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
}

.mhi-select {
    color: #666;
}
.mhi-claim-wrapper .mhi-purchase-section .mhi-date-wrapper::after{
    content: "";
    background:url("https://mhiaa.domani.com.au/wp-content/plugins/mhi-loyalty-core/assets/img/icons8-calendar-96.png");
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: .5;
    color: red;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat
}
.mhi-claim-wrapper .mhi-purchase-section  .mhi-date-wrapper input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
}
.mhi-claim-wrapper .mhi-purchase-section:has(input[type="date"]) .mhi-date-wrapper::after {
    display: none;
}
.mhi-claim-wrapper .mhi-purchase-section .mhi-date-wrapper {
    position:relative;
}
.mhi-date {
    color: #666;
}

/* 11-03-2026 purchase page CSS start */
.mhi-purchase-section h2 {
    font-size: 28px;
    font-weight: 400;
    color: #2D414D;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.mhi-claim-wrapper .mhi-bank-section select,
.mhi-claim-wrapper .mhi-bank-section input,
.mhi-claim-wrapper .mhi-purchase-section select,
.mhi-claim-wrapper .mhi-purchase-section input {
    border: 0;
    height: 46px;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 8px;
    max-width: 100%;
}



.mhi-claim-wrapper .mhi-purchase-section select::placeholder,
.mhi-claim-wrapper .mhi-purchase-section input::placeholder {
    font-size: 18px;
    font-weight: 300;
    color: #0000004D;
}

.mhi-claim-wrapper .mhi-purchase-section select {
    position: relative;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8252 12L-0.000121212 1.31815e-07L21.6505 -1.76094e-06L10.8252 12Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
    background-position-x: calc(100% - 8px);
    background-position-y: center;
}

.mhi-claim-wrapper .mhi-purchase-section input[name="supplier"] {
    background-repeat: no-repeat;
    background-position-x: calc(100% - 8px);
    background-position-y: center;
    /* background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8252 12L-0.000121212 1.31815e-07L21.6505 -1.76094e-06L10.8252 12Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A"); */
}

/* step form 3 CSS Start */
.mhi-claim-step-form-wrap {
    max-width: 436px;
    margin: 0 auto;
    text-align: left;
}

.mhi-claim-step-pre-form-space-bottom {
    height: 17px;
    background-color: #fff;
}

.mhi-claim-step-form-size {
    max-width: 436px;
    width: 100%;
    margin: 0 auto;
}

.mhi-product-block {
    padding: 36px 0;
}

.mhi-search-model-btn-wrap button.mhi-search-model-btn {
    display: block;
    max-width: 124px;
    font-size: 11px;
    font-weight: 700;
    padding: 0px 3px;
    background: #E31F26;
    color: #fff;
    border: 2.5px solid #FFFFFF;
    text-transform: capitalize;
    line-height: 22px;
    margin-bottom: 8px;
}

.mhi-file-choose-option-wrap {
    margin-top: 32px;
}

.mhi-file-choose-option-wrap.upload-option {
    max-width: 436px;
    width: 100%;
    margin: 0 auto;
}

.mhi-file-choose-option-wrap p.mhi-file-choose-option-text {
    font-size: 12px;
    text-align: left;
    color: #2D414D;
    font-weight: 400;
}

.mhi-claim-footer .secondary-btn {
    display: inline-block;
    padding: 8px 60px;
    border: 2px solid #E31F26;
    color: #E31F26;
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    max-width: 350px;
    line-height: normal;
    transition: all .3s ease-in-out;
}

.mhi-claim-footer .secondary-btn:hover {
    color: #fff;
    background: #E31F26;
    transition: all .3s ease-in-out;
}

/* step form 3 CSS End */

.mhi-file-choose-option input[type="file"] {
    display: none;
}

.mhi-file-choose-option .file-placeholder {
    background: #ffff;
    color: #0000004D;
    padding: 12px 14px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 300;
    text-align: left;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.mhi-file-choose-option .file-placeholder::after{
    content: "";
    position: absolute;
    right: 10px;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230000004D' class='mi-outline mi-upload' viewBox='0 0 24 24'%3E%3Cpath d='M19 13v6H5v-6c0-.55-.45-1-1-1s-1 .45-1 1v7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-7c0-.55-.45-1-1-1s-1 .45-1 1m-8-6.17L9.12 8.71A.996.996 0 1 1 7.71 7.3l3.59-3.59a.996.996 0 0 1 1.41 0L16.3 7.3a.996.996 0 1 1-1.41 1.41l-1.88-1.88v8.67c0 .55-.45 1-1 1s-1-.45-1-1V6.83Z'/%3E%3C/svg%3E ");
}
span#tax_invoice_text {
    text-decoration: underline;
}

.mhi-product-block+.upload-option {
    margin-top: -12px;
}

input::-webkit-calendar-picker-indicator {
    opacity: 0.5;
}

.mhi-selected-bubbles {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 6px;
    background: #ffffff;
}

/* Hide the bubbles container when it has no children */
.mhi-selected-bubbles:empty {
    display: none !important;
}

.mhi-selected-bubbles .mhi-bubble {
    display: inline-flex;
    align-items: center;
    background: #D9D9D9;
    border-radius: 4px;
    padding: 3px 8px;
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}

.mhi-selected-bubbles .mhi-remove-bubble {
    margin-left: 6px;
    font-size: 16px;
    color: #0000004D;
    cursor: pointer;
}

.mhi-claim-footer .claim-footer-wrapper {
    display: flex;
    justify-content: center;
    max-width: 354px;
    gap: 10px;
    margin: 0 auto;
}

.mhi-claim-footer .claim-footer-wrapper .secondary-btn {
    padding: 8px 44px;
}

.secondary-btn.continue-btn-step-3:disabled {
    opacity: 0.6;
    pointer-events: none;
}

.mhi-search-model-btn-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* 11-03-2026 purchase page CSS End */


/* modal css  */
.mhi-claim-wrapper #mhi-unit-warning-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(235 235 235 / 70%);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.mhi-claim-wrapper #mhi-unit-warning-modal .mhi-modal-content {
    background: #e9e9e9;
    padding: 40px;
    position: relative;
    max-width: 400px;
    text-align: center;
    border: 15px solid #ffff;
    gap: 12px;
}

.mhi-claim-wrapper #mhi-close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
}

.mhi-claim-wrapper .mhi-modal-text {
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 20px;
}

.mhi-claim-wrapper .mhi-modal-text b {
    color: #000000;
    margin-bottom: 8px;
}

.mhi-claim-wrapper #mhi-confirm-units {
    background: #d32f2f;
    color: #fff;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.mhi-claim-wrapper .mhi-bank-section,
.mhi-claim-wrapper .mhi-claim-box,
.mhi-claim-wrapper .mhi-section {
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
    padding: 30px 0;

}

.mhi-claim-wrapper .mhi-bank-section,
.mhi-claim-wrapper .mhi-claim-box {
    padding: 48px 0;
}

.mhi-claim-wrapper .mhi-bank-section h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 15px;
}

.mhi-claim-box+.mhi-claim-footer .claim-footer-wrapper {
    display: flex;
    justify-content: center;
    max-width: 354px;
    gap: 10px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}

.mhi-claim-wrapper .mhi-section.product-details {
    text-align: left;
    border-top: 1px solid #3D5E6A;
    padding-bottom: 60px;
}

.mhi-claim-wrapper .mhi-section.product-details .mhi-invoice {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.mhi-claim-wrapper .mhi-section.product-details h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mhi-claim-wrapper .mhi-section p {
    color: #2D414D;
    font-size: 18px;
    margin-bottom: 5px;
}

.mhi-claim-wrapper .mhi-section .mhi-invoice-grid {
    text-align: left;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mhi-claim-wrapper .mhi-submit-section.mhi-claim-footer .secondary-btn {
    max-width: 178px;
}

.mhi-claim-wrapper .mhi-section .product-wrapper {
    display: flex;
    gap: 20px;
    font-size: 18px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mhi-claim-wrapper .mhi-section .product-wrapper p {
    margin: 0;
}

.mhi-claim-wrapper .mhi-claim-box h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #2D414D;
}

.mhi-claim-wrapper .mhi-claim-box p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.mhi-claim-wrapper .mhi-claim-box p a {
    text-decoration: underline;
}

.mhi-claim-wrapper .mhi-claim-box .mhi-claim-ref {
    font-size: 18px;
    line-height: 24px;
}

.mhi-product-card h4 {
    margin-bottom: 8px;
}

.mhi-claim-wrapper .mhi-breadcrumb {
    padding-top: 25px;
}

.mhi-claim-wrapper .mhi-success-icon {
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.page-content:has(#mhi-otp-form) {
    padding: 90px 0 160px;
}

/* HEADER */
.mhi-login-wrapper .mhi-otp-header h3 {
    font-size: 22px;
    color: #2D414D;
    font-weight: 400;
    margin-bottom: 28px;
}

.mhi-login-wrapper .mhi-otp-header p {
    color: #7f8c8d;
    font-size: 14px;
    margin-bottom: 30px;
}

/* OTP BOXES */
.mhi-login-wrapper .mhi-otp-digits {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 28px;
}

.mhi-login-wrapper .mhi-otp-digit {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    outline: none;
    border: 0;
    transition: all 0.2s ease;
    background: #ffffff;
}

.mhi-login-wrapper .mhi-otp-digit:focus {
    background: #fff;
    box-shadow: 0;
}

/* BUTTON ROW */
.mhi-login-wrapper .mhi-submit-row {
    display: flex;
    justify-content: center;
}

/* RESEND */
.mhi-login-wrapper .btn-link.grey {
    font-weight: 400;
    text-decoration: underline;
}

.mhi-login-wrapper .btn-link.grey:hover {
    color: #2c3e50;
}

/* MODAL OVERLAY */
.mhi-registration-wrap .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/* MODAL BOX */
.mhi-registration-wrap .modal .modal-content {
    background: #e1e0e0;
    width: 90%;
    max-width: 466px;
    padding: 30px 25px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 15px solid #fff;
}

/* CLOSE ICON */
.mhi-registration-wrap .modal .modal-content .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 29px;
    cursor: pointer;
    font-weight: 300;
    cursor: pointer;

}

.modal .modal-content .resend-btn {
    text-decoration: underline;
    color: #2D414D;
    font-size: 12px;
    cursor: pointer;
}
#mhi-exists-modal .modal-content .resend-btn{
display: block;
    text-align: center;
    width: 100%;
}
/* TITLE */
.mhi-registration-wrap .modal .modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

/* TEXT */
.mhi-registration-wrap .modal .modal-content p {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* RESEND FORM */
.mhi-registration-wrap .modal form {
    margin-top: 15px;
}

/* BUTTONS */
.mhi-registration-wrap .modal .btn {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #c8102e;
    color: #c8102e;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.3s ease;
}

section.review-data-section {
    padding: 50px 0 60px;
    max-width: 700px;
    margin: 0 auto;
}

.review-data-wrapper {
    text-align: center;
}

.review-data-wrapper .review-data-heading {
    font-weight: 400;
    font-size: 28px;
    color: rgba(45, 65, 77, 1);
    margin-bottom: 15px;
}

.review-data-wrapper .review-data-desc {
    font-size: 18px;
    line-height: 24px;
    color: rgba(45, 65, 77, 1);
    margin-bottom: 18px;
}

.review-data-wrapper .review-data-table {
    width: 100%;
    overflow: auto;
    max-height: 420px;
}

.review-data-wrapper .review-data-table .review-section_table {
    width: 100%;
    border-collapse: collapse;
}

.review-data-table .review-section_table thead {
    background: rgba(45, 65, 77, 1);
    color: #fff;
}

.review-data-table .review-section_table th {
    padding: 5px 16px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
}

.review-data-table .review-section_table td {
    padding: 16px;
    font-size: 12px;
    color: rgba(45, 65, 77, 1);
}

.review-section_table tbody tr:nth-child(odd) {
    background: #ffff;
}

.review-section_table tbody tr:nth-child(even) {
    background: rgba(125, 154, 165, 0.2);
}

.mhi-claim-footer {
    background: #fff;
    padding: 62px 0 126px;
    text-align: center;
}

.mhi-claim-footer .btn-outline {
    display: inline-block;
}

/* Scrollbar Width */
.review-data-wrapper .review-data-table::-webkit-scrollbar {
    width: 6px;
}

/* Track (background) */
.review-data-wrapper .review-data-table::-webkit-scrollbar-track {
    background: #C8C8C8;
    border-radius: 10px;
}

/* Thumb (scroll handle) */
.review-data-wrapper .review-data-table::-webkit-scrollbar-thumb {
    background: #898989;
    border-radius: 10px;
}

/* Hover effect */
.review-data-wrapper .review-data-table::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #1f2c38, #5f6f73);
}

/* ══════════════════════
     MAIN WRAPPER
══════════════════════ */
section.bulk-upload {
    width: 100%;
    max-width: 612px;
    margin: 0 auto;
    padding: 48px 0;
}

.bulk-upload__title {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 0.01em;
    color: #2D414D;
}

/* Step rows */
.bulk-upload__step {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 20px;
}

.bulk-upload__step:last-child {
    margin-bottom: 0;
}

.bulk-upload__step-content {
    flex: 1;
}

.bulk-upload__step-label {
    font-size: 18px;
    font-weight: 700;
    color: #2D414D;
    margin-bottom: 3px;
}

.bulk-upload__step-title {
    font-size: 18px;
    color: #2D414D;
    margin-bottom: 4px;
    line-height: 1.4;
}

.bulk-upload__step-desc {
    font-size: 12px;
    color: #2D414D;
    line-height: 1.6;
}

.bulk-upload__step-action {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
}

/* ══════════════════════
     BUTTONS
══════════════════════ */
.bulk-upload .btn--check,
.bulk-upload .btn {
    background-color: rgb(227, 31, 38);
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding: 5px 30px;
    border-width: 2.5px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    text-transform: capitalize;
    min-width: 196px;
}

.bulk-upload .btn:hover {
    background-color: var(--white);
    color: var(--primary-red);
    border-color: var(--primary-red);
}

/* ══════════════════════
     MODAL OVERLAY
══════════════════════ */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(70, 70, 70, 0.72);
    z-index: 300;
    align-items: center;
    justify-content: center;
}

.modal-overlay.is-open {
    display: flex;
    padding: 16px;
}

/* Modal box */
.modal-overlay.is-open .modal {
    background-color: #e1dfdf;
    width: 436px;
    position: relative;
    border: 15px solid #fff;
}

.modal__close-row {
    display: flex;
    justify-content: flex-end;
    padding: 7px 10px 0;
}

.modal__close {
    background: none;
    border: none;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    padding: 2px 5px;
    line-height: 1;
}

.modal__close:hover {
    color: #111;
}

/* Upload modal body */
.modal__upload-body {
    padding: 8px 30px 28px;
    text-align: center;
    cursor: pointer;
}

.modal__file-icon {
    width: 50px;
    height: 58px;
    margin: 0 auto 12px;
}

.modal__file-icon svg {
    width: 50px;
    height: 58px;
}

.modal__upload-title {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
}

.modal__upload-select {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.modal__upload-drag {
    font-size: 14px;
    color: #000000;
}

/* Download modal body */
.modal__download-body {
    padding: 8px 30px 28px;
    text-align: center;
    cursor: pointer;
}

.modal__download-icon {
    width: 54px;
    height: 54px;
    margin: 6px auto 10px;
}

.modal__download-icon svg {
    width: 54px;
    height: 54px;
}

.modal__download-label {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    margin-top: 4px;
}

/* Progress modal */
.modal__progress-body {
    padding: 10px 28px 28px;
}

.modal__progress-title {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 18px;
}

.modal__progress-fname {
    font-size: 11px;
    font-weight: 700;
    color: #111;
    margin-bottom: 1px;
}

.modal__progress-fsize {
    font-size: 10px;
    color: #555;
    margin-bottom: 6px;
}

.modal__progress-bar-track {
    width: 100%;
    height: 14px;
    background-color: #C8C8C8;
    overflow: hidden;
    margin-bottom: 4px;
    border-radius: 6px;
}

.modal__progress-bar-fill {
    height: 100%;
    background-color: #777;
    width: 0%;
    transition: width 0.2s linear;
    height: 8px;
    margin: 3px 5px;
    border-radius: 3px;
}

.modal__progress-pct {
    font-size: 10px;
    color: #555;
}

.mhi-claim-footer {
    text-align: center;
    background: rgb(255, 255, 255);
    padding: 62px 0px 126px;
}

.mhi-claim-footer .btn-outline {
    display: inline-block;
}

.bluck-action {
    text-align: center;
    max-width: 436px;
    width: 100%;
    margin: 0 auto;
}

.bluck-action p {
    margin-bottom: 18px;
}

.bluck-action .btn {
    min-width: 139px;
}

.bluck-action .btn {
    margin: 0 auto;
}

.mhi-claim-wrapper .btn.btn-outline-white {
    background: #d32f2f;
    color: #fff;
    border: 2px solid #fff;
    max-width: 160px;
    padding: 9px 10px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    max-width: 160px;
}

/* Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.mhi-claim-wrapper .mhi-check-group input[type="checkbox"] {
    display: none;
}

.mhi-claim-wrapper .mhi-check-group input[type="checkbox"]+label:before,
.mhi-claim-wrapper .mhi-check-group input[type="checkbox"]+label:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid;
    min-width: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    margin-top: -1px;
}

.mhi-claim-wrapper .mhi-check-group label {
    position: relative;
    padding-left: 30px;
}

.mhi-claim-wrapper .mhi-check-group input[type="checkbox"]+label:after {
    border-width: 2px 2px 0 0;
    background: transparent;
    transform: rotate(135deg) translateY(-50%);
    padding: 0px;
    width: 12px;
    height: 7px;
    margin-top: -9px;
    min-width: inherit;
    margin-left: 2px;
    opacity: 0;
}

.mhi-claim-wrapper .mhi-check-group input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.mhi-claim-wrapper select {
    padding-right: 30px;
}

.mhi-date-modal .date-filter {
    display: flex;
    flex-direction: column;
}

#mhi-date-modal .mhi-modal-content>div.date-filter {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 360px;
    margin: 20px auto 0 auto;
}

div.date-filter>div {
    margin-bottom: 15px;
}

.mhi-modal-footer {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.mhi-claim-wrapper.mech-con-flow .mhi-section{
    max-width: 700px;
    margin: 0 auto;
}
.mhi-claim-wrapper.mech-con-flow .mhi-section .mhi-product-table-wrapper{
overflow-y: auto;
max-height: 600px;
}
.mhi-claim-wrapper.mech-con-flow .mhi-section .mhi-product-table th,
.mhi-claim-wrapper.mech-con-flow .mhi-section .mhi-product-table td{
    text-align: center;
    min-width: 88px;
    font-size: 12px;
}
@media (max-width:767px) {
    .bluck-action {
        padding-left: 16px;
        padding-right: 16px;
    }

    .bulk-upload__step {
        gap: 0;
    }
.mhi-claim-wrapper.mech-con-flow .mhi-section .mhi-invoice-grid{
    padding: 0 25px;
}
.mhi-claim-wrapper.mech-con-flow .mhi-section p{
    padding: 0 25px;

}
    .mhi-claim-wrapper .mhi-purchase-section select,
    .mhi-claim-wrapper .mhi-purchase-section input[name="supplier"] {
        background-size: auto 10px;
    }

    .mhi-claim-wrapper .mhi-purchase-section input.mhi-date {
        max-width:fit-content;
        max-width: -webkit-fill-available;
        box-sizing: border-box;
        align-items: center;
        display: flex;
        text-align: left;
        width: 100%;
        background-color: #fff !important;
        color: #000;
        -webkit-text-fill-color: #000;

    }

    .mhi-claim-wrapper .mhi-bank-section h2,
    .mhi-claim-wrapper .mhi-claim-box h2,
    .mhi-claim-wrapper .mhi-section h2,
    .mhi-claim-wrapper .mhi-section,
    .mhi-claim-wrapper .mhi-section.product-details h2,
    .mhi-claim-footer .claim-footer-wrapper h2,
    .mhi-claim-step-form-wrap h2,
    .mhi-claim-step-form-size,
    .mhi-claim-wrapper .mhi-claim-box h2 {
        line-height: normal;
    }

    .mhi-claim-wrapper .mhi-section .product-wrapper,
    .mhi-claim-wrapper .mhi-section p,
    .mhi-claim-wrapper .mhi-check-group label {
        font-size: 16px;
    }

    .mhi-purchase-section h2 {
        margin: 0 15px 15px 15px;
    }

    .mhi-claim-wrapper #mhi-claim-step2-form {
        max-width: 80%;
    }

    .mhi-claim-wrapper .mhi-bank-section,
    .mhi-claim-wrapper .mhi-claim-box,
    .mhi-claim-wrapper .mhi-section,
    .mhi-claim-wrapper .mhi-section,
    .mhi-claim-wrapper .mhi-section.product-details,
    .mhi-claim-footer .claim-footer-wrapper,
    .mhi-claim-step-form-wrap,
    .mhi-claim-step-form-size {
        max-width: 90%;
    }

    .mhi-file-choose-option-wrap.upload-option {
        max-width: 90%;
    }

}


/* RESPONSIVE */
@media (max-width: 576px) {
    .mhi-registration-wrap .modal .modal-content {
        padding: 20px 15px;
    }

    .mhi-registration-wrap .modal .modal-title {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .review-data-wrapper .review-data-heading {
        font-size: 24px;
    }

    .review-data-wrapper .review-data-desc {
        font-size: 18px;
    }

    .bulk-upload__title {
        font-size: 24px;
    }

    .bulk-upload__step {
        flex-direction: column;
    }

    .bulk-upload__step-action {
        padding-top: 0;
    }
}

@media (max-width: 480px) {
    .mhi-modal-footer {
        flex-direction: column;
    }
}