@import '_content/DesignSystem.ClassLibrary/DesignSystem.ClassLibrary.qgr26b28ss.bundle.scp.css';

/* _content/Customer.WebApp/Components/AddOrderInformation/AddOrderReferenceComponent.razor.rz.scp.css */
.reference-input-container[b-dhdsyg4pgi] {
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #ececec;
    background: #fff;
    box-shadow: 0 15px 10px 0 rgba(211, 192, 214, 0.07);
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    font: 400 14px Roboto, sans-serif;
}



.reference-input-field[b-dhdsyg4pgi] {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
}

.reference-label[b-dhdsyg4pgi] {
    color: #333;
    font-weight: 500;
}

.reference-input-box[b-dhdsyg4pgi] {
    align-items: center;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    display: flex;
    margin-top: 8px;
    width: 100%;
    gap: 8px;
    overflow: hidden;
    color: #545860;
    justify-content: start;
    padding: 14px 16px;
}



.reference-hint-text[b-dhdsyg4pgi] {
    color: #737373;
    margin-top: 8px;
}

.reference-buttons[b-dhdsyg4pgi] {
    justify-content: center;
    display: flex;
    gap: 2.5rem;
    padding-top: 1.5rem;
}



.visually-hidden[b-dhdsyg4pgi] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 991px) {
    .reference-input-field[b-dhdsyg4pgi],
    .reference-label[b-dhdsyg4pgi],
    .reference-input-box[b-dhdsyg4pgi],
    .reference-input-text[b-dhdsyg4pgi],
    .reference-hint-text[b-dhdsyg4pgi] {
        max-width: 100%;
    }
}
/* _content/Customer.WebApp/Components/AddOrderInformation/BestPracticesComponent.razor.rz.scp.css */
.best-practices-container[b-qtmiobzlz3] {
    display: flex;
    flex-direction: row;
    padding: 1rem;
    align-items: center;
    gap: var(--gap-2, 0.5rem);
    align-self: stretch;
    border-radius: var(--radius-4, 6px);
    border: 1px solid var(--Components-Alert-Info-Border, #B6EFFB);
    background: var(--Components-Alert-Info-Background, #CFF4FC);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.best-practices-text-wrapper[b-qtmiobzlz3] {
    display: flex;
    gap: 0.5rem;
}

.custom-info-icon[b-qtmiobzlz3] {
    color: #055160;
}

.best-practices-text[b-qtmiobzlz3] {
    color: #2A5A5E;
    margin-bottom: 0;
}

.best-practices-link-wrapper[b-qtmiobzlz3] {
    display: flex;
    gap: 0.5rem;
}

.best-practices-link[b-qtmiobzlz3] {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: underline;
    color: #0D5257;
    margin: 0;
}

.custom-arrow-up-icon[b-qtmiobzlz3] {
    color:#0D5257 
}

/* Extra Small screen */
@media (max-width: 575.98px) {
    .best-practices-container[b-qtmiobzlz3] {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
}

/* Small screen */
@media only screen and (min-width: 576px) {
    .best-practices-container[b-qtmiobzlz3] {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
}

/* Medium screen */
@media only screen and (min-width: 768px) {
    .best-practices-container[b-qtmiobzlz3] {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .best-practices-text[b-qtmiobzlz3] {
        text-wrap-mode: nowrap;
    }
}

/* Large screen */
@media only screen and (min-width: 992px) {
    .best-practices-container[b-qtmiobzlz3] {
        display: flex;
        flex-direction: row;
    }
    .best-practices-text[b-qtmiobzlz3] {
        text-wrap-mode: nowrap;
    }
}
/* _content/Customer.WebApp/Components/Auth/ForgotInitiate.razor.rz.scp.css */
.forgot-password-layout main[b-8juk1z3wta] {
    display: flex;
    width: 540px;
    height: 339px;
    padding: var(--p-5, 48px);
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: var(--radius-5, 8px);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-light, #F8F9FA);
    background: var(--Theme-Colors-Base-Colors-white, #FFF);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.forgot-password-layout main h1[b-8juk1z3wta] {
    color: var(--Theme-Colors-Text-Colors-text-dark, #212529);
    text-align: center;
    /* Headings/h2/fw-semibold-600 */
    font-family: var(--Font-Family-font-heading, Roboto);
    font-size: var(--Headings-h2, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
    margin-bottom: 0;
}

.forgot-password-layout main p[b-8juk1z3wta] {
    color: var(--Theme-Colors-Text-Colors-text-secondary, #6C757D);
    text-align: center;
    /* Paragraphs & Body/lead/fw-normal-400 */
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-lead, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    margin-bottom: 0;
}

.initiate-container[b-8juk1z3wta] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    align-self: stretch;
}

.initiate-container label span[b-8juk1z3wta] {
    color: var(--Theme-Danger, #DC3545);
    /* Body/Regular */
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.initiate-container #email[b-8juk1z3wta] {
    display: flex;
    height: 38px;
    padding: 9px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: var(--radius-2, 4px);
    border: 1px solid var(--Gray-400, #CED4DA);
    background: var(--Theme-Colors-Background-Colors-bg-white, #FFF);
    margin-top: 6px;
}

.button-container[b-8juk1z3wta] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: var(--m-3, 16px);
    align-self: stretch;
    margin-top: 20px;
}

.cancel-btn[b-8juk1z3wta] {
    display: flex;
    height: 44px;
    padding: 10px var(--spacing-xl, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 6px);
    flex: 1 0 0;
    border-radius: var(--radius-4, 6px);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-grey, #CED4DA);
    background: var(--Theme-Colors-Background-Colors-bg-white, #FFF);
    /* Shadows/shadow-xs-skeuomorphic */
    box-shadow: 0 0 0 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(10, 13, 18, 0.18)) inset, 0 -2px 0 0 var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(10, 13, 18, 0.05)) inset, 0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
    
    color: var(--Grey-700, #495057);
    /* Paragraphs & Body/p/fw-semibold-600 */
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cancel-btn:hover[b-8juk1z3wta] {
    background-color: #737373;
    color: #FFF;
}

.cancel-btn:focus-visible[b-8juk1z3wta] {
    outline: none;
    border: 1px solid #DADADA;
    background: #FFF;
    box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
}

.cancel-btn:active[b-8juk1z3wta] {
    background-color: #444;
    color: #FFF;
}

.send-code-btn[b-8juk1z3wta] {
    display: flex;
    height: 44px;
    padding: 10px var(--spacing-xl, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 6px);
    flex: 1 0 0;
    border-radius: var(--radius-4, 6px);
    border: 1px solid var(--Colors-Border-border-disabled_subtle, #E9EAEB);
    background: var(--Grey-100, #F8F9FA);
    /* shadow-extra-small */
    box-shadow: 0 15px 10px 0 rgba(211, 192, 214, 0.07);

    color: var(--Grey-550, #A4A7AE);
    /* Paragraphs & Body/p/fw-semibold-600 */
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Extra Small screen */
@media (max-width: 575.98px) {
    .forgot-password-layout main[b-8juk1z3wta] {
        display: flex;
        width: 363px;
        padding: var(--p-5, 48px) var(--p-4, 24px);
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        gap: var(--m-3, 16px);
        height: 399px;
    }

    .button-container[b-8juk1z3wta] {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        align-items: stretch;
        margin-top: 20px;
    }
}

/* Small screen */
@media only screen and (min-width: 576px) {
    .forgot-password-layout main[b-8juk1z3wta] {
        display: flex;
        padding: var(--p-5, 48px) var(--p-4, 24px);
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        gap: var(--m-3, 16px);
    }

    .button-container[b-8juk1z3wta] {
        display: flex;
        flex-direction: row;
        gap: 16px;
        width: 100%;
        align-items: flex-start;
        margin-top: 20px;
    }
}

/* Medium screen */
@media only screen and (min-width: 768px) {
    .forgot-password-layout main[b-8juk1z3wta] {
        display: flex;
        width: 540px;
        padding: var(--p-5, 48px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-3, 16px);
        align-self: stretch;
    }
}

/* Large screen */
@media only screen and (min-width: 992px) {
    .forgot-password-layout main[b-8juk1z3wta] {
        display: flex;
        max-width: 540px;
        padding: var(--p-5, 48px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-3, 16px);
    }
}

/* XL screen */
@media only screen and (min-width: 1200px) {
    .forgot-password-layout main[b-8juk1z3wta] {
        display: flex;
        max-width: 540px;
        padding: var(--p-5, 48px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-3, 16px);
    }
}
/* _content/Customer.WebApp/Components/Auth/ForgotVerifyOtp.razor.rz.scp.css */
.forgot-password-layout main[b-ncw5wm1e7d] {
    display: flex;
    width: 540px;
    height: 427px;
    padding: var(--p-5, 48px);
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--m-3, 16px);
    border-radius: var(--radius-5, 8px);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-light, #F8F9FA);
    background: var(--Theme-Colors-Base-Colors-white, #FFF);
    /* Base Shadow/Small Shadow */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.forgot-password-layout main h1[b-ncw5wm1e7d] {
    color: var(--Theme-Colors-Text-Colors-text-dark, #212529);
    text-align: center;
    /* Headings/h2/fw-semibold-600 */
    font-family: var(--Font-Family-font-heading, Roboto);
    font-size: var(--Headings-h2, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
    margin-bottom: 0;
}

.forgot-password-layout main p[b-ncw5wm1e7d] {
    color: var(--Theme-Colors-Text-Colors-text-secondary, #6C757D);
    text-align: center;
    /* Paragraphs & Body/lead/fw-normal-400 */
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-lead, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    margin-bottom: 0;
}

.verify-container[b-ncw5wm1e7d] {
    display: flex;
    flex-direction: column;
    gap: var(--m-4, 24px);
    align-self: stretch;
}

.verify-container label span[b-ncw5wm1e7d] {
    color: var(--Theme-Danger, #DC3545);
    /* Body/Regular */
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.verify-container #email[b-ncw5wm1e7d] {
    display: flex;
    height: 38px;
    padding: 9px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: var(--radius-2, 4px);
    border: 1px solid var(--Gray-400, #CED4DA);
    background: var(--Theme-Colors-Background-Colors-bg-white, #FFF);
    margin-top: 6px;
}

.otp-code-wrapper[b-ncw5wm1e7d] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    margin-top: 24px;
    margin-bottom: 6px;
}

.verify-container .resend-wrapper[b-ncw5wm1e7d] {
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.verify-container .resend-wrapper p[b-ncw5wm1e7d] {
    color: var(--Theme-Colors-Text-Colors-text-secondary, #6C757D);
    /* Paragraphs & Body/small/fw-normal-400 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.verify-container .resend-link[b-ncw5wm1e7d] {
    color: var(--Theme-Colors-Brand-Colors-sea-depths, #0D5257);
    /* Paragraphs & Body/small/fw-normal-400 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.button-container[b-ncw5wm1e7d] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: var(--m-3, 16px);
    align-self: stretch;
    margin-top: 20px;
}

.cancel-btn[b-ncw5wm1e7d] {
    display: flex;
    height: 44px;
    padding: 10px var(--spacing-xl, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 6px);
    flex: 1 0 0;
    border-radius: var(--radius-4, 6px);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-grey, #CED4DA);
    background: var(--Theme-Colors-Background-Colors-bg-white, #FFF);
    /*Shadows /shadow-xs-skeuomorphic */
    box-shadow: 0 0 0 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(10, 13, 18, 0.18)) inset, 0 -2px 0 0 var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(10, 13, 18, 0.05)) inset, 0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
    color: var(--Grey-700, #495057);
    /*Paragraphs & Body/p/fw-semibold-600 */
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cancel-btn:hover[b-ncw5wm1e7d] {
    background-color: #737373;
    color: #FFF;
}

.cancel-btn:focus-visible[b-ncw5wm1e7d] {
    outline: none;
    border: 1px solid #DADADA;
    background: #FFF;
    box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
}

.cancel-btn:active[b-ncw5wm1e7d] {
    background-color: #444;
    color: #FFF;
}

.verify-otp-btn[b-ncw5wm1e7d] {
    display: flex;
    height: 44px;
    padding: 10px var(--spacing-xl, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 6px);
    flex: 1 0 0;
    border-radius: var(--radius-4, 6px);
    border: 1px solid var(--Colors-Border-border-disabled_subtle, #E9EAEB);
    background: var(--Grey-100, #F8F9FA);
    /* shadow-extra-small */
    box-shadow: 0 15px 10px 0 rgba(211, 192, 214, 0.07);
    color: var(--Grey-550, #A4A7AE);
    /* Paragraphs & Body/p/fw-semibold-600 */
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Extra Small screen */
@media (max-width: 575.98px) {
    .forgot-password-layout main[b-ncw5wm1e7d] {
        display: flex;
        width: 363px;
        padding: var(--p-5, 48px) var(--p-4, 24px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-3, 16px);
        height: 484px;
    }
}

/* Small screen */
@media only screen and (min-width: 576px) {
    .forgot-password-layout main[b-ncw5wm1e7d] {
        display: flex;
        width: 363px;
        padding: var(--p-5, 48px) var(--p-4, 24px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-3, 16px);
        align-self: stretch;
        height: 484px;
    }
}

/* Medium screen */
@media only screen and (min-width: 768px) {
    .forgot-password-layout main[b-ncw5wm1e7d] {
        display: flex;
        width: 540px;
        padding: var(--p-5, 48px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-3, 16px);
        align-self: stretch;
    }
}

/* Large screen */
@media only screen and (min-width: 992px) {
    .forgot-password-layout main[b-ncw5wm1e7d] {
        display: flex;
        max-width: 540px;
        padding: var(--p-5, 48px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-3, 16px);
    }
}

/* XL screen */
@media only screen and (min-width: 1200px) {
    .forgot-password-layout main[b-ncw5wm1e7d] {
        display: flex;
        max-width: 540px;
        padding: var(--p-5, 48px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-3, 16px);
    }
}
/* _content/Customer.WebApp/Components/Auth/PasswordUpdated.razor.rz.scp.css */
.forgot-password-layout main[b-ynezcjc037] {
    display: flex;
    width: 540px;
    height: 264px;
    padding: var(--p-5, 48px);
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--m-4, 24px);
    border-radius: var(--radius-5, 8px);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-light, #F8F9FA);
    background: var(--Theme-Colors-Base-Colors-white, #FFF);
    /* Base Shadow/Small Shadow */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.icon-title-container[b-ynezcjc037] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--m-3, 16px);
    align-self: stretch;
}

/*success*/
.icon-title-wrapper-success[b-ynezcjc037] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--m-3, 16px);
    align-self: stretch;
    white-space: nowrap;
}

/*failed*/
.icon-title-wrapper-failed[b-ynezcjc037] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: var(--m-3, 16px);
    align-self: stretch;
}

.icon-title-wrapper-success h1[b-ynezcjc037],
.icon-title-wrapper-failed h1[b-ynezcjc037] {
    color: var(--Theme-Colors-Text-Colors-text-dark, #212529);
    text-align: center;
    /* Headings/h2/fw-semibold-600 */
    font-family: var(--Font-Family-font-heading, Roboto);
    font-size: var(--Headings-h2, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
    margin-bottom: 0;
}

.icon-title-container h5[b-ynezcjc037] {
    color: var(--Theme-Colors-Text-Colors-text-secondary, #6C757D);
    text-align: center;
    /* Headings/h5/fw-normal-400 */
    font-family: var(--Font-Family-font-heading, Roboto);
    font-size: var(--Headings-h5, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    margin-bottom: 0;
}

.button-container[b-ynezcjc037] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: var(--m-3, 16px);
    align-self: stretch;
}

.try-again-btn[b-ynezcjc037] {
    display: flex;
    height: 44px;
    padding: 10px var(--spacing-xl, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 6px);
    border-radius: var(--radius-md, 8px);
    border: 2px solid var(--Gradient-skeuemorphic-gradient-border, rgba(255, 255, 255, 0.12));
    background: var(--Red-500, #D92D20);
    /* Shadows/shadow-xs-skeuomorphic */
    box-shadow: 0 0 0 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(10, 13, 18, 0.18)) inset, 0 -2px 0 0 var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(10, 13, 18, 0.05)) inset, 0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
    /*TEXT*/
    color: var(--Theme-Colors-Text-Colors-text-white, #F8F9FA);
    /* Paragraphs & Body/p/fw-semibold-600 */
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contact-supp-btn[b-ynezcjc037] {
    display: flex;
    height: 44px;
    padding: 10px var(--spacing-xl, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 6px);
    border-radius: var(--radius-4, 6px);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-grey, #CED4DA);
    background: var(--Theme-Colors-Background-Colors-bg-white, #FFF);
    /* Shadows/shadow-xs-skeuomorphic */
    box-shadow: 0 0 0 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(10, 13, 18, 0.18)) inset, 0 -2px 0 0 var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(10, 13, 18, 0.05)) inset, 0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
    /*TEXT*/
    color: var(--Grey-700, #495057);
    /* Paragraphs & Body/p/fw-semibold-600 */
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contact-supp-btn:hover[b-ynezcjc037] {
    background-color: #737373;
    color: #FFF;
}

.contact-supp-btn:focus-visible[b-ynezcjc037] {
    outline: none;
    border: 1px solid #DADADA;
    background: #FFF;
    box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
}

.contact-supp-btn:active[b-ynezcjc037] {
    background-color: #444;
    color: #FFF;
}

/* Extra Small screen */
@media (max-width: 575.98px) {
    .forgot-password-layout main[b-ynezcjc037] {
        display: flex;
        width: 363px;
        padding: var(--p-5, 48px) var(--p-4, 24px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-4, 24px);
        height: 325px;
    }
}

/* Small screen */
@media only screen and (min-width: 576px) {
    .forgot-password-layout main[b-ynezcjc037] {
        display: flex;
        width: 363px;
        padding: var(--p-5, 48px) var(--p-4, 24px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-4, 24px);
        align-self: stretch;
        height: 325px;
    }
}

/* Medium screen */
@media only screen and (min-width: 768px) {
    .forgot-password-layout main[b-ynezcjc037] {
        display: flex;
        width: 540px;
        padding: var(--p-5, 48px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-4, 24px);
        align-self: stretch;
    }
}

/* Large screen */
@media only screen and (min-width: 992px) {
    .forgot-password-layout main[b-ynezcjc037] {
        display: flex;
        max-width: 540px;
        padding: var(--p-5, 48px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-4, 24px);
    }
}

/* XL screen */
@media only screen and (min-width: 1200px) {
    .forgot-password-layout main[b-ynezcjc037] {
        display: flex;
        max-width: 540px;
        padding: var(--p-5, 48px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-4, 24px);
    }
}
/* _content/Customer.WebApp/Components/Auth/ResetPassword.razor.rz.scp.css */
.forgot-password-layout main[b-o60ftv3whf] {
    display: flex;
    width: 540px;
    /*height: 582px;*/
    padding: var(--p-5, 48px);
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--m-3, 16px);
    border-radius: var(--radius-5, 8px);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-light, #F8F9FA);
    background: var(--Theme-Colors-Base-Colors-white, #FFF);
    /* Base Shadow/Small Shadow */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.forgot-password-layout main h1[b-o60ftv3whf] {
    color: var(--Theme-Colors-Text-Colors-text-dark, #212529);
    text-align: center;
    /* Headings/h2/fw-semibold-600 */
    font-family: var(--Font-Family-font-heading, Roboto);
    font-size: var(--Headings-h2, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
    margin-bottom: 0;
}

.forgot-password-layout main p[b-o60ftv3whf] {
    color: var(--Theme-Colors-Text-Colors-text-secondary, #6C757D);
    text-align: center;
    /* Paragraphs & Body/lead/fw-normal-400 */
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-lead, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    margin-bottom: 0;
}

.reset-password-container[b-o60ftv3whf] {
    display: flex;
    flex-direction: column;
    gap: var(--m-4, 24px);
    align-self: stretch;
}

label span[b-o60ftv3whf] {
    color: var(--Theme-Danger, #DC3545);
    /* Body/Regular */
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.password-requirement-container[b-o60ftv3whf] {
    display: flex;
    /*width: 428px;*/
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap-2, 8px);
}

.password-requirement-wrapper[b-o60ftv3whf] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap-1, 4px);
    align-self: stretch;
    padding-left: 8px;
    padding-right: 8px;
}

.password-requirement-container .password-requirement-wrapper div[b-o60ftv3whf] {
    display: flex;
    align-items: center;
    gap: var(--gap-2, 8px);
    align-self: stretch;
}

.password-requirement-container span[b-o60ftv3whf] {
    color: var(--Greys-dark-grey, #555);
    /* Paragraphs & Body/small/fw-normal-400 */
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-small, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.button-container[b-o60ftv3whf] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: var(--m-3, 16px);
    align-self: stretch;
}

.cancel-btn[b-o60ftv3whf] {
    display: flex;
    height: 44px;
    padding: 10px var(--spacing-xl, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 6px);
    flex: 1 0 0;
    border-radius: var(--radius-4, 6px);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-grey, #CED4DA);
    background: var(--Theme-Colors-Background-Colors-bg-white, #FFF);
    /*Shadows /shadow-xs-skeuomorphic */
    box-shadow: 0 0 0 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(10, 13, 18, 0.18)) inset, 0 -2px 0 0 var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(10, 13, 18, 0.05)) inset, 0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
    color: var(--Grey-700, #495057);
    /*Paragraphs & Body/p/fw-semibold-600 */
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cancel-btn:hover[b-o60ftv3whf] {
    background-color: #737373;
    color: #FFF;
}

.cancel-btn:focus-visible[b-o60ftv3whf] {
    outline: none;
    border: 1px solid #DADADA;
    background: #FFF;
    box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
}

.cancel-btn:active[b-o60ftv3whf] {
    background-color: #444;
    color: #FFF;
}

.continue-btn[b-o60ftv3whf] {
    display: flex;
    height: 44px;
    padding: 10px var(--spacing-xl, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 6px);
    flex: 1 0 0;
    border-radius: var(--radius-4, 6px);
    border: 1px solid var(--Colors-Border-border-disabled_subtle, #E9EAEB);
    background: var(--Grey-100, #F8F9FA);
    /* shadow-extra-small */
    box-shadow: 0 15px 10px 0 rgba(211, 192, 214, 0.07);
    color: var(--Grey-550, #A4A7AE);
    /* Paragraphs & Body/p/fw-semibold-600 */
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Extra Small screen */
@media (max-width: 575.98px) {
    .forgot-password-layout main[b-o60ftv3whf] {
        display: flex;
        width: 363px;
        padding: var(--p-5, 48px) var(--p-4, 24px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-3, 16px);
    }
}

/* Small screen */
@media only screen and (min-width: 576px) {
    .forgot-password-layout main[b-o60ftv3whf] {
        display: flex;
        width: 363px;
        padding: var(--p-5, 48px) var(--p-4, 24px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-3, 16px);
        align-self: stretch;
    }
}

/* Medium screen */
@media only screen and (min-width: 768px) {
    .forgot-password-layout main[b-o60ftv3whf] {
        display: flex;
        width: 540px;
        padding: var(--p-5, 48px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-3, 16px);
        align-self: stretch;
    }
}

/* Large screen */
@media only screen and (min-width: 992px) {
    .forgot-password-layout main[b-o60ftv3whf] {
        display: flex;
        max-width: 540px;
        padding: var(--p-5, 48px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-3, 16px);
    }
}

/* XL screen */
@media only screen and (min-width: 1200px) {
    .forgot-password-layout main[b-o60ftv3whf] {
        display: flex;
        max-width: 540px;
        padding: var(--p-5, 48px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--m-3, 16px);
    }
}
/* _content/Customer.WebApp/Components/CreateOrder/CancelConfirmationModal.razor.rz.scp.css */
.cancel-modal-backdrop[b-fkmjn82m4p] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.15);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cancel-modal[b-fkmjn82m4p] {
    background: #fff;
    border-radius: 8px;
    max-width: 534px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 2px 16px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    padding: 0;
}

.cancel-modal-header[b-fkmjn82m4p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    font-weight: 600;
    font-size: 1.2rem;
}

.cancel-modal hr[b-fkmjn82m4p] {
    width: 534px;
    height: 1px;
    border: none;
    background-color: #CED4DA;
    margin: 0;
    color: unset;
    opacity: 1;
}

.cancel-modal hr.hr-bottom[b-fkmjn82m4p] {
    margin-bottom: 1rem;
}

.cancel-modal-title[b-fkmjn82m4p] {
    color: var(--text-01-body, #212529);
    font-family: var(--Font-Family-font-heading, Roboto);
    font-size: var(--Headings-h5, 1.25rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.cancel-modal-close[b-fkmjn82m4p] {
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    color: #6C757D;
    padding: 0;
}

.cancel-modal-body[b-fkmjn82m4p] {
    padding: 1rem;
}

    .cancel-modal-body .message[b-fkmjn82m4p] {
        margin: 0;
        color: #212529;
    }

.cancel-modal-footer[b-fkmjn82m4p] {
    display: flex;
    justify-content: flex-end;
    gap: 0.50rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    background: transparent;
}

.cancel-modal-btn[b-fkmjn82m4p] {
    min-width: 80px;
    padding: 0.5rem 1.2rem;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

.cancel-modal-footer button.cancel-modal-btn.close[b-fkmjn82m4p] {
    background-color: #fff;
    color: #333;
}

.close-btn[b-fkmjn82m4p] {
    display: flex;
    height: 2.75rem;
    padding: 0.625rem var(--spacing-xl, 1rem);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 0.375rem);
    border-radius: var(--radius-4, 0.375rem);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-grey, #CED4DA);
    background: var(--Theme-Colors-Background-Colors-bg-white, #FFF);
    box-shadow: 0 0 0 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(10, 13, 18, 0.18)) inset, 0 -2px 0 0 var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(10, 13, 18, 0.05)) inset, 0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
    color: var(--Grey-700, #495057);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 1rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .close-btn:hover[b-fkmjn82m4p] {
        background-color: #737373;
        color: #FFF;
    }

    .close-btn:focus-visible[b-fkmjn82m4p] {
        outline: none;
        border: 1px solid #DADADA;
        background: #FFF;
        box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    }

    .close-btn:active[b-fkmjn82m4p] {
        background-color: #444;
        color: #FFF;
    }

    .cancel-modal-btn.cancel-order[b-fkmjn82m4p] {
        background: #e74c3c;
        color: #fff;
    }
/* _content/Customer.WebApp/Components/CreateOrder/CompotentAuthoritySearch.razor.rz.scp.css */
.ca-search-outer-div[b-itnopa2qtl] {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media only screen and (min-width: 1000px) {
    .ca-search-outer-div[b-itnopa2qtl] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

/* Width scales with the viewport instead of a fixed max-width, matching the CA portal's
   `col-lg-10 col-xl-8` shell (AX-Create-Order.razor:83-85). */
@media only screen and (min-width: 992px) {
    .ca-search-outer-div[b-itnopa2qtl] {
        width: 83.3333%;
    }
}

@media only screen and (min-width: 1200px) {
    .ca-search-outer-div[b-itnopa2qtl] {
        width: 66.6667%;
    }
}

.ca-search-h1[b-itnopa2qtl] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

.ca-search-sub-header[b-itnopa2qtl] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.ca-search[b-itnopa2qtl] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #F8F9FA;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.search-results-header[b-itnopa2qtl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.search-icon[b-itnopa2qtl] {
    width: 1rem;
    height: 1rem;
}

.search-results-title[b-itnopa2qtl] {
    color: #495057;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.no-results-message[b-itnopa2qtl] {
    padding: 2rem;
    text-align: left;
    color: #6C757D;
    font-family: Roboto;
    font-size: 1rem;
}

.customer-info-button-div[b-itnopa2qtl] {
    display: flex;
    gap: 16px;
    flex-direction: row;
}

.cancel-btn[b-itnopa2qtl] {
    display: flex;
    height: 2.75rem;
    padding: 0.625rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.375rem;
    border-radius: 0.375rem;
    border: 1px solid #CED4DA;
    background: #FFF;
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    color: #495057;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .cancel-btn:hover[b-itnopa2qtl] {
        background-color: #737373;
        color: #FFF;
    }

    .cancel-btn:focus-visible[b-itnopa2qtl] {
        outline: none;
        border: 1px solid #DADADA;
        background: #FFF;
        box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    }

    .cancel-btn:active[b-itnopa2qtl] {
        background-color: #444;
        color: #FFF;
    }

@media (max-width: 575.98px) {
    .customer-info-button-div[b-itnopa2qtl] {
        display: flex;
        justify-content: space-between;
    }
}

.modal.success-error-modal[b-itnopa2qtl] {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    z-index: 9999 !important;
    max-width: 400px !important;
    animation: slideInFromRight-b-itnopa2qtl 0.3s ease-out;
}

    .modal.success-error-modal .close-button[b-itnopa2qtl],
    .modal.success-error-modal .modal-close[b-itnopa2qtl],
    .modal.success-error-modal button[aria-label="Close"][b-itnopa2qtl] {
        display: none !important;
    }

@keyframes slideInFromRight-b-itnopa2qtl {
    from {
        transform: translateX(400px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 640px) {
    .modal.success-error-modal[b-itnopa2qtl] {
        left: 20px !important;
        right: 20px !important;
        bottom: 20px !important;
        max-width: none !important;
    }
}

[b-itnopa2qtl] .success-modal-outer-div,
[b-itnopa2qtl] .error-modal-outer-div {
    position: fixed !important;
    top: auto !important;
    bottom: 1.25rem !important;
    right: 1.25rem !important;
    animation: slideInFromRight-b-itnopa2qtl 0.3s ease-out;
    overflow: visible !important;
}

[b-itnopa2qtl] .success-error-modal-dismiss {
    display: none !important;
}

[b-itnopa2qtl] .success-error-modal-close-x {
    display: none !important;
}

[b-itnopa2qtl] .success-error-modal-actions {
    display: none !important;
}

[b-itnopa2qtl] .success-error-modal-message {
    margin-bottom: 0 !important;
}

[b-itnopa2qtl] .success-check-icon,
[b-itnopa2qtl] .error-exclamation-icon {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

[b-itnopa2qtl] .success-status-icon,
[b-itnopa2qtl] .error-status-icon {
    overflow: visible !important;
}

@media (max-width: 640px) {
    [b-itnopa2qtl] .success-modal-outer-div,
    [b-itnopa2qtl] .error-modal-outer-div {
        left: 1.25rem !important;
        right: 1.25rem !important;
        width: auto !important;
    }
}
/* _content/Customer.WebApp/Components/CreateOrder/CompotentAuthority/AgencyResultCard.razor.rz.scp.css */
.ca-search-results[b-mcp0afhe4j] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 1.5rem;
}

@media only screen and (min-width: 600px) {
    .ca-search-results[b-mcp0afhe4j] {
        flex-direction: row;
        gap: 0;
        align-items: flex-start;
    }
}

.ca-search-h2[b-mcp0afhe4j] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
}

.ca-search-result-data-div[b-mcp0afhe4j] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ca-search-result-data[b-mcp0afhe4j] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 400;
}

    .ca-search-result-data[href^="http"][b-mcp0afhe4j] {
        text-decoration: underline;
    }

.ca-search-separate-data[b-mcp0afhe4j] {
    border-bottom: 1px solid #CED4DA;
    padding-bottom: 1.5rem;
}

.ca-search-result-data img[b-mcp0afhe4j] {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.3rem;
    vertical-align: middle;
}

.ca-search-results-info-div img[b-mcp0afhe4j] {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.3rem;
    vertical-align: middle;
}

.ca-search-results-button-info-div[b-mcp0afhe4j] {
    max-width: 100%;
    align-content: center;
    display: flex;
    justify-content: flex-start;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.ca-search-results-info[b-mcp0afhe4j] {
    font-weight: 500;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 600px) {
    .ca-search-results-button-info-div[b-mcp0afhe4j] {
        max-width: 50%;
        justify-content: flex-end;
    }
}

.ca-search-results-info-div[b-mcp0afhe4j] {
    display: flex;
    gap: 0.5rem;
    padding: 1rem;
    margin: 0;
    border-radius: 0.375rem;
    border: 1px solid #B6EFFB;
    background: #CFF4FC;
}

.ca-search-results-info[b-mcp0afhe4j] {
    color: #055160;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

.state-info-section[b-mcp0afhe4j] {
    flex: 1;
}

.state-header-with-badge[b-mcp0afhe4j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.favorite-badge[b-mcp0afhe4j] {
    color: #055160;
    text-align: center;
    font-family: Roboto;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-flex;
    padding: 0.25rem 0.5rem;
    align-items: center;
    border-radius: 0.25rem;
    background: #CFF4FC;
    text-transform: uppercase;
    white-space: nowrap;
}

.ca-search-results[b-mcp0afhe4j] {
    margin-bottom: 1rem;
}

    .ca-search-results:last-child[b-mcp0afhe4j] {
        margin-bottom: 0;
    }

@media (max-width: 48rem) {
    .state-header-with-badge[b-mcp0afhe4j] {
        flex-direction: row;
        align-items: center;
    }

    .favorite-badge[b-mcp0afhe4j] {
        margin-top: 0;
    }

    .ca-search-results-button-info-div[b-mcp0afhe4j] {
        width: 100%;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 600px) and (max-width: 48rem) {
    .ca-search-results-button-info-div[b-mcp0afhe4j] {
        max-width: 50%;
        justify-content: flex-end !important;
        width: auto;
    }
}
/* _content/Customer.WebApp/Components/CreateOrder/CreateOrderComponent.razor.rz.scp.css */

/* Extra Small screen */
@media only screen and (max-width: 575.98px) {
    .create-order-container[b-cuawhvh211]{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        align-self: stretch;
    }
    .right-button-wrapper[b-cuawhvh211] {
        width: 100%;
        display: flex;
        align-items: start;
        align-self: stretch;
        border-radius: 0.375rem;
    }
    #Create-Order-New-Button[b-cuawhvh211] {
        width: 100%;
    }
    .create-manage-order[b-cuawhvh211] {
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
    }

    .submit-track-order[b-cuawhvh211] {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
    }

}


/* Small screen */
@media only screen and (min-width: 576px) {
    .create-order-container[b-cuawhvh211] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        align-self: stretch;
    }

}

/* Medium screen */
@media only screen and (min-width: 768px) {
    .create-order-container[b-cuawhvh211] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }
}

/* Large screen */
@media only screen and (min-width: 992px) {
    .create-order-container[b-cuawhvh211] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }
}

/* XL screen */
@media only screen and (min-width: 1200px) {
    .create-order-container[b-cuawhvh211] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.submit-track-order[b-cuawhvh211] {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
/* _content/Customer.WebApp/Components/CreateOrder/CustomerCreateOrderComponent.razor.rz.scp.css */
.create-order-container[b-psttrw63hc] {
    width: 100%;
}

.left-text-wrapper[b-psttrw63hc] {
    min-width: 320px;
    gap: 4px;
    flex: 1 0 0;
}

.create-order-container h4[b-psttrw63hc] {
    color: #212529;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
}

p[b-psttrw63hc] {
    color: #6C757D;
    font-style: normal;
    line-height: normal;
}

.custom-plus-icon[b-psttrw63hc]{
    margin-right: 6px;
}

/* Extra Small screen */
@media (max-width: 575.98px) {
    .create-order-container[b-psttrw63hc] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .right-button-wrapper[b-psttrw63hc] {
        width: 100%;
        display: flex;
        align-items: start;
        align-self: stretch;
        border-radius: 6px;
    }

    #Create-Order-New-Button[b-psttrw63hc]{
        width: 100%;
    }
}

/* Small screen */
@media only screen and (min-width: 576px) {
    .create-order-container[b-psttrw63hc] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }
}

/* Medium screen */
@media only screen and (min-width: 768px) {
    .create-order-container[b-psttrw63hc] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }
}

/* Large screen */
@media only screen and (min-width: 992px) {
    .create-order-container[b-psttrw63hc] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }
}

/* XL screen */
@media only screen and (min-width: 1200px) {
    .create-order-container[b-psttrw63hc] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

/* Viewer role: button stays visible but is not clickable. */
.create-order-disabled[b-psttrw63hc] {
    opacity: 0.4;
    cursor: not-allowed;
}
/* _content/Customer.WebApp/Components/CreateOrder/CustomerInfoComponent.razor.rz.scp.css */
.customer-info-outer-div[b-lcriyek5ry] {
    width: 100%;
    max-width: 85rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media only screen and (min-width: 1000px) {
    .customer-info-outer-div[b-lcriyek5ry] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.customer-info-h1[b-lcriyek5ry] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

.customer-info-sub-header[b-lcriyek5ry] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.customer-info-inputs-outer-div[b-lcriyek5ry] {
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #F8F9FA;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.customer-info-h2[b-lcriyek5ry] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.customer-info-buttons-div[b-lcriyek5ry] {
    border-radius: 0.375rem;
    border: 1px solid #CED4DA;
    background: #FFFFFF;
    margin-bottom: 1rem;
    padding: 1rem;
    display: flex;
    gap: 1rem;
}

.address-header[b-lcriyek5ry] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

    .address-header .customer-info-h2[b-lcriyek5ry] {
        margin: 0; /* keep h2 vertical-aligned with button */
        font-size: 1.25rem; /* preserve sizing if needed */
    }

.remove-address-button[b-lcriyek5ry] {
    color: #c82333; /* red tone */
    background: transparent;
    border: 1px solid transparent;
    padding: 0.4rem 0.6rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
}

    .remove-address-button:hover[b-lcriyek5ry],
    .remove-address-button:focus[b-lcriyek5ry] {
        text-decoration: underline;
        outline: none;
    }

.customer-info-form-group[b-lcriyek5ry]{
    margin-bottom: 1rem;
}

@media only screen and (min-width: 600px){
    .customer-info-form-group[b-lcriyek5ry] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }
}

.customer-info-input-group[b-lcriyek5ry]{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
}

.red-asterisk[b-lcriyek5ry] {
    color: #DC3545;
}

[b-lcriyek5ry] .form-control::placeholder{
    color: #ADB5BD;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
}

/*.customer-info-button-div {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}*/

.custom-select-arrow[b-lcriyek5ry] {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    height: 100%;
}

.custom-select-wrapper[b-lcriyek5ry] {
    position: relative;
    width: 100%;
}

    .country-select[b-lcriyek5ry],
    .custom-select-wrapper .form-control[b-lcriyek5ry] {
        width: 100%;
        padding-right: 2.5rem; /* Space for the arrow */
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: none;
    }

.customer-info-button-div[b-lcriyek5ry] {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.prev-cancel-button-wrapper[b-lcriyek5ry] {
    display: flex;
    gap: 1rem;
}

.cancel-btn[b-lcriyek5ry] {
    display: flex;
    height: 2.75rem;
    padding: 0.625rem var(--spacing-xl, 1rem);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 0.375rem);
    border-radius: var(--radius-4, 0.375rem);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-grey, #CED4DA);
    background: var(--Theme-Colors-Background-Colors-bg-white, #FFF);
    box-shadow: 0 0 0 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(10, 13, 18, 0.18)) inset, 0 -2px 0 0 var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(10, 13, 18, 0.05)) inset, 0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
    color: var(--Grey-700, #495057);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 1rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .cancel-btn:hover[b-lcriyek5ry] {
        background-color: #737373;
        color: #FFF;
    }

    .cancel-btn:focus-visible[b-lcriyek5ry] {
        outline: none;
        border: 1px solid #DADADA;
        background: #FFF;
        box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    }

    .cancel-btn:active[b-lcriyek5ry] {
        background-color: #444;
        color: #FFF;
    }

/* Extra Small screen */
@media (max-width: 575.98px) {
    .customer-info-button-div[b-lcriyek5ry] {
        display: flex;
        margin-top: 1.5rem;
        flex-flow: column-reverse;
    }

    .prev-cancel-button-wrapper[b-lcriyek5ry] {
        display: flex;
        flex-flow: column-reverse;
        align-items: stretch;
    }
}


.add-address-button[b-lcriyek5ry] {
    border-radius: 0.375rem;
    border: 1px solid #DADADA;
    padding: 0.4375rem 0.8125rem;
    background: #FFF;
}

    .add-address-button:hover[b-lcriyek5ry] {
        background-color: #737373;
        color: #FFF;
    }

    .add-address-button:focus-visible[b-lcriyek5ry] {
        outline: none;
        border: 1px solid #DADADA;
        background: #FFF;
        box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    }

    .add-address-button:active[b-lcriyek5ry] {
        background-color: #444;
        color: #FFF;
    }

.add-address-button-submit[b-lcriyek5ry] {
    color: #FFF;
    padding: 0.4375rem 0.8125rem;
    border-radius: 0.375rem;
    border: 1px solid #0D5257;
    background-color: #0D5257;
}

    .add-address-button-submit:hover[b-lcriyek5ry] {
        background: linear-gradient(180deg, #013A45 0%, #03494E 53%, #013A45 100%);
    }

    .add-address-button-submit:focus-visible[b-lcriyek5ry] {
        outline: none;
        background: linear-gradient(180deg, #0D4B57 0%, #136065 45.87%, #0D5257 97%);
        box-shadow: 0 0 0 4px rgba(0, 182, 189, 0.20);
    }

    .add-address-button-submit:active[b-lcriyek5ry] {
        background: linear-gradient(180deg, #013A45 0%, #03494E 53%, #013A45 100%);
    }
/* _content/Customer.WebApp/Components/CreateOrder/DeleteConfirmationModel.razor.rz.scp.css */
.delete-modal-backdrop[b-8idlz7zbne] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.15);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-modal[b-8idlz7zbne] {
    background: #fff;
    border-radius: 8px;
    min-width: 300px;
    max-width: 90vw;
    box-shadow: 0 2px 16px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    padding: 0;
}

.delete-modal-header[b-8idlz7zbne] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.5rem 0 1.5rem;
    font-weight: 600;
    font-size: 1.2rem;
}


.delete-modal-title[b-8idlz7zbne] {
    font-weight: 600;
    font-size: 1.1rem;
}

.delete-modal-close[b-8idlz7zbne] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #555;
}

.delete-modal-body[b-8idlz7zbne] {
    padding: 0.5rem 1.5rem 1rem 1.5rem;
    font-size: 1rem;
    color: #222;
}

.delete-modal-divider[b-8idlz7zbne] {
    border: none;
    border-top: 1px solid #eee;
    margin: 0 1.5rem;
}

.delete-modal-footer[b-8idlz7zbne] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 0 1.5rem 1rem 1.5rem;
    background: transparent;
}

.delete-modal-btn[b-8idlz7zbne] {
    min-width: 80px;
    padding: 0.5rem 1.2rem;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

    .delete-modal-btn.cancel[b-8idlz7zbne] {
        background: #f3f3f3;
        color: #333;
    }

    .delete-modal-btn.delete[b-8idlz7zbne] {
        background: #e74c3c;
        color: #fff;
    }
/* _content/Customer.WebApp/Components/CreateOrder/DeliveryMethodChoiceComponent.razor.rz.scp.css */
.delivery-modal-backdrop[b-cykwj1twvu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
    box-sizing: border-box;
}

.delivery-modal[b-cykwj1twvu] {
    background: #FFF;
    border-radius: 8px;
    border: 1px #F8F9FA;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 843px;
    min-width: 320px;
    padding: 0.5rem 0 1rem 0;
    display: block;
}
body.modal-open[b-cykwj1twvu] {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
}

/* Header */
.delivery-modal-header[b-cykwj1twvu] {
    padding: 1rem 3rem 1rem 1.5rem;
    border-bottom: 1px solid #bbb;
    display: block;
    text-align: left;
    position: relative;
}

.delivery-modal-header-title[b-cykwj1twvu],
.delivery-modal-header-subtitle[b-cykwj1twvu] {
    display: block;
    color:  #495057;
}

.delivery-modal-header-title[b-cykwj1twvu] {
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
}

.delivery-modal-header-subtitle[b-cykwj1twvu] {
    margin-top: 0.25rem;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.delivery-modal-close[b-cykwj1twvu] {
    position: absolute;
    right: 1rem;
    top: 1rem;
    transform: none;
    font-size: 1.5rem;
    line-height: 1;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--Grey-700, #495057);
}

/* Body - Desktop: horizontal side-by-side */
.delivery-modal-body[b-cykwj1twvu] {
    padding: 1rem;
    display: flex !important;
    flex-direction: row !important;
    gap: 1rem;
    align-items: stretch;
}

    .delivery-modal-body > .delivery-modal-section[b-cykwj1twvu] {
        flex: 1;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
    }

/* Green section */
.delivery-modal-section-green[b-cykwj1twvu] {
    display: flex;
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    align-self: stretch;
    background: #FFF;
    border: 1.5px solid #087990;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

/* Card at top (Digital / $69.95 / Delivered in minutes) */
.delivery-card[b-cykwj1twvu] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    align-self: stretch;
    border-radius: 0.375rem;
    background: #FFFF;
}

.delivery-card-header[b-cykwj1twvu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.delivery-card-title[b-cykwj1twvu] {
    font-size: 1rem;
    font-weight: 600;
    color: #495057;
    line-height: normal;
    font-family : Roboto;
}

.delivery-card-badge[b-cykwj1twvu] {
    display: flex;
    align-items: center;
    background: #F0F9FF;
    padding: 0.25rem 0.625rem;
    border-radius: 0.5rem;
    color: #026AA2;
    text-align: center;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    border: 1px solid #B9E6FE;
}

.delivery-card-price[b-cykwj1twvu] {
    color: #212529;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 1rem 0 0 0;
}

.delivery-card-subtitle[b-cykwj1twvu] {
    color: #495057;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    margin: 0.5rem 0 0 0;
    line-height: 1.5rem;
}

/* White section */
.delivery-modal-section-white[b-cykwj1twvu] {
    display: flex;
    padding: 1.5rem 2rem 0 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap-4, 24px);
    align-self: stretch;
    background: #FFF;
    border: 1.5px solid #CED4DA;
    border-radius: var(--radius-4, 6px);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
    .delivery-modal-section-white .delivery-card[b-cykwj1twvu] {
        background:  #FFF;
        padding: 1rem 1rem 0rem 0.5rem; 
    }
.delivery-modal-section-title[b-cykwj1twvu] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.delivery-modal-section-traditional-title[b-cykwj1twvu] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.delivery-modal-list[b-cykwj1twvu] {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .delivery-modal-list li[b-cykwj1twvu] {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
    }

        .delivery-modal-list li b[b-cykwj1twvu]::after {
            content: "\00a0";
        }

.delivery-modal-section-white .delivery-modal-list[b-cykwj1twvu] {
    gap: 0.2rem;
    margin-bottom: 0.375rem;
}

.delivery-modal-icon[b-cykwj1twvu],
.delivery-modal-icon-check[b-cykwj1twvu] {
    margin-bottom: 0.15rem;
    flex-shrink: 0;
}

.delivery-modal-btn[b-cykwj1twvu] {
    width: 100%;
    padding: 0.75rem;
    font-size: 1.5rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-weight: 400;
    margin-top: 0.5rem;
}

.delivery-modal-btn-green[b-cykwj1twvu] {
    background: #004d40;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 400;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

    .delivery-modal-btn-green:hover[b-cykwj1twvu] {
        background: #00695c;
    }

.benefit-divider[b-cykwj1twvu] {
    background:  #CED4DA;
    width: 100%;
    height: 1px;
    align-self: stretch;
}

/* Benefits section (below button) */
.delivery-benefits-section[b-cykwj1twvu] {
    display: flex;
    padding: 0; 
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    align-self: stretch;
    width: 100%;
}


.delivery-benefits-list[b-cykwj1twvu] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    align-self: stretch;
    list-style: none;
    padding: 0; 
    margin: 0;
    width: 100%;
}


    .delivery-benefits-list li[b-cykwj1twvu] {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
        width: 100%;
        padding:  1rem 0; 
    }

.delivery-benefit-icon[b-cykwj1twvu] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

    .delivery-benefit-icon svg[b-cykwj1twvu] {
        display: block;
        width: 100%;
        height: 100%;
    }
.delivery-modal-btn-white[b-cykwj1twvu] {
    background: #fff;
    color: #333;
    border: 1.5px solid #ccc;
    font-size: 1.05rem;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

    .delivery-modal-btn-white:hover[b-cykwj1twvu] {
        background: #f0f0f0;
    }

.delivery-modal-icon-bolt[b-cykwj1twvu],
.delivery-modal-icon-truck[b-cykwj1twvu] {
    display: inline-flex;
    align-items: center;
    margin-right: 0.1rem;
    vertical-align: middle;
}

    .delivery-modal-icon-bolt svg[b-cykwj1twvu],
    .delivery-modal-icon-truck svg[b-cykwj1twvu] {
        display: block;
    }

.benefit-title[b-cykwj1twvu] {
    font-family: var(--Font-family-font-base, Roboto);
    font-size: var(--Font-size-text-md, 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: var(--Grey-700, #495057);
}

.benefit-text[b-cykwj1twvu] {
    font-family: var(--Font-family-font-base, Roboto);
    font-size: var(--Font-size-text-md, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: var(--Grey-700, #495057);
}

.benefit-item-faster[b-cykwj1twvu] {
    display: flex;
    gap: 4px;
    align-items: flex-start;
}

.benefit-item[b-cykwj1twvu] {
    display: flex;
    flex: 1 0 0;
    align-items: flex-start;
}

    .benefit-item.short[b-cykwj1twvu] {
        white-space: nowrap;
    }

    .benefit-item.long[b-cykwj1twvu] {
        white-space: normal;
    }

.safer-container[b-cykwj1twvu] {
    display: block;
}

.convention-text[b-cykwj1twvu] {
    display: block;
    margin-top: 0.25rem;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #212529;
    padding-right: 2px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .delivery-modal-body[b-cykwj1twvu] {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 1rem;
        align-items: stretch;
    }

    .delivery-modal-section-green[b-cykwj1twvu],
    .delivery-modal-section-white[b-cykwj1twvu] {
        width: 100%;
    }
}
@media (max-width: 600px) and (max-height: 1638px) {

    .delivery-modal-body[b-cykwj1twvu] {
        flex-direction: column !important;
    }

    .delivery-modal-backdrop[b-cykwj1twvu] {
        height: 100dvh;
        min-height: 100vh;
        display: flex;
        align-items: flex-start !important;
        justify-content: center;
        padding: 4rem 1rem;
    }

    .delivery-modal[b-cykwj1twvu] {
        margin: 4rem 1rem;
        width: 100%;
        min-width: 0;
        max-height: none;
        overflow: visible;
    }
}

@media (min-width: 1025px) and (max-width: 1400px) {
    .delivery-modal-backdrop[b-cykwj1twvu] {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        overflow: hidden;
    }

    .delivery-modal[b-cykwj1twvu] {
        width: min(100%, 843px);
        margin: 0 auto;
        max-height: none;
        overflow: visible;
        transform-origin: center center;
    }

    .delivery-modal-body[b-cykwj1twvu] {
        padding: 1rem;
        gap: 1rem;
    }
}

@media (min-width: 1025px) and (max-width: 1400px) and (max-height: 860px) {
    .delivery-modal[b-cykwj1twvu] {
        transform: scale(0.92);
    }
}

@media (min-width: 1025px) and (max-width: 1400px) and (max-height: 780px) {
    .delivery-modal[b-cykwj1twvu] {
        transform: scale(0.86);
    }
}
   
/* _content/Customer.WebApp/Components/CreateOrder/DocumentPreviewModal.razor.rz.scp.css */

/* ============================================
   MODAL OVERLAY
   ============================================ */
.modal-overlay[b-6l2srnxm85] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 13, 20, 0.55);
    z-index: 1050;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 80px;
    overflow-y: auto;
}

/* ============================================
   MODAL CONTENT CONTAINER
   ============================================ */
.modal-content-document-preview[b-6l2srnxm85] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    position: relative;
    width: 95%;
    max-width: 1400px;
    min-height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    background-color: white;
    border: 1px solid #CED4DA;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
    border-radius: 8px;
    animation: fadeIn-b-6l2srnxm85 0.2s ease-in;
    overflow: hidden;
    margin-bottom: 20px;
}

/* Laptops: 95% leaves only ~34px either side at 1366px. Same col-lg-10 proportion used on the
   state selection page. Desktop is unchanged — 83% of 1920px still clears the 1400px cap. */
@media only screen and (min-width: 992px) {
    .modal-content-document-preview[b-6l2srnxm85] {
        width: 75%;
    }
}

/* Ensure proper scrolling hierarchy */
.modal-content-document-preview[b-6l2srnxm85],
.modal-body-document-preview[b-6l2srnxm85],
.preview-content-container[b-6l2srnxm85] {
    min-height: 0;
}

/* ============================================
   MODAL BODY - FLEXBOX LAYOUT
   ============================================ */
.modal-body-document-preview[b-6l2srnxm85] {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    min-width: 0;
    width: 100%;
}

.preview-content-container[b-6l2srnxm85] {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    height: 100%;
}

/* ============================================
   HEADER SECTION
   ============================================ */

/* Modal Header */
.modal-header-document-preview[b-6l2srnxm85] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #CED4DA;
}

.modal-header-content[b-6l2srnxm85] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
    width: 100%;
    gap: 8px;
}

.modal-header-title-row[b-6l2srnxm85] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 8px;
    width: 100%;
}

.modal-title[b-6l2srnxm85] {
    width: 100%;
    height: 23px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #212529;
    margin: 0;
    flex: 1;
}

.btn-close[b-6l2srnxm85] {
    width: 16px;
    height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

.btn-close:hover[b-6l2srnxm85] {
    opacity: 0.7;
}

.icon-close[b-6l2srnxm85] {
    width: 16px;
    height: 16px;
}

.icon-close-path[b-6l2srnxm85] {
    stroke: #6C757D;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.2s ease;
}

.btn-close:hover .icon-close-path[b-6l2srnxm85] {
    stroke: #495057;
}

.icon-back[b-6l2srnxm85] {
    width: 20px;
    height: 20px;
}

.icon-back-path[b-6l2srnxm85] {
    fill: #495057;
    transition: fill 0.2s ease;
}

.footer-button-back:hover .icon-back-path[b-6l2srnxm85] {
    fill: #343A40;
}

.modal-description[b-6l2srnxm85] {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #6C757D;
    margin: 0;
}

/* ============================================
   FILE LIST PANEL
   ============================================ */

/* Note: .modal-body-document-preview and .preview-content-container are
   declared once, above, under "MODAL BODY - FLEXBOX LAYOUT". Keep the flex
   sizing there so the header/viewer/footer chain stays in one place. */

/* ============================================
   COMPONENTS - File List Panel
   ============================================ */

/* Uploaded Files Container */
.uploaded-files-container[b-6l2srnxm85] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 16px;
    width: 300px;
    min-width: 250px;
    max-width: 350px;
    border: 1px solid #CED4DA;
    border-radius: 8px;
    padding: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.uploaded-files-header[b-6l2srnxm85] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 16px 0;
    gap: 10px;
    width: 100%;
    flex-shrink: 0;
}

.uploaded-files-title[b-6l2srnxm85] {
    width: 100%;
    height: 19px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #212529;
    margin: 0;
}

.files-list[b-6l2srnxm85] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: 100%;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

/* ============================================
   FILE LIST ITEMS
   ============================================ */

/* File List Item - Base State */
.file-list-item[b-6l2srnxm85] {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
    gap: 12px;
    width: 100%;
    background-color: white;
    border: 1px solid #CED4DA;
    border-left: 3px solid transparent;
    cursor: pointer;
    transition: all 0.2s;
}

.file-list-item:first-of-type[b-6l2srnxm85] {
    border-top: 1px solid #CED4DA;
}

.file-list-item:last-of-type[b-6l2srnxm85] {
    border-bottom: 1px solid #CED4DA;
}

.file-list-item:hover[b-6l2srnxm85] {
    background-color: #F8F9FA;
    border-left: 3px solid transparent;
}

.file-selected[b-6l2srnxm85] {
    background-color: #F8F9FA;
    border-left: 3px solid #087990;
}

/* PDF Icon - Use CSS custom property for fill to avoid specificity issues */
.file-icon-pdf-image[b-6l2srnxm85] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    width: 18px;
    height: 24px;
    margin-top: 2px;
}

.pdf-icon-svg[b-6l2srnxm85] {
    width: 18px;
    height: 24px;
    flex-shrink: 0;
}

/* Use attribute selector with higher specificity to override inline SVG fill */
/* This ensures the icon maintains its static color even when the file item is selected */
.file-selected .pdf-icon-svg path[fill="#444444"][b-6l2srnxm85] {
    fill: #444444;
}

.file-list-item:first-of-type[b-6l2srnxm85] {
    border-top: 1px solid #CED4DA;
}

.file-list-item:last-of-type[b-6l2srnxm85] {
    border-bottom: 1px solid #CED4DA;
}

.file-content[b-6l2srnxm85] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
    gap: 4px;
}

/* File List Item - Hover State */
.file-list-item:hover[b-6l2srnxm85] {
    background-color: #F8F9FA;
    border-left: 3px solid transparent;
}

/* File List Item - Selected State */
.file-selected[b-6l2srnxm85] {
    background-color: #F8F9FA;
    border-left: 3px solid #087990;
}


/* File name - can grow to multiple lines */
.file-name[b-6l2srnxm85] {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #212529;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* File metadata - size and upload time */
.file-meta[b-6l2srnxm85] {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6C757D;
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-list-scrollable[b-6l2srnxm85] {
    overflow-y: auto;
}

/* ============================================
   DOCUMENT PREVIEW PANEL
   ============================================ */

/* Document Preview Container */
.document-preview-container[b-6l2srnxm85] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 16px;
    gap: 16px;
    flex: 1;
    min-width: 0;
    min-height: 0;
    background-color: white;
    border: 1px solid #CED4DA;
    border-radius: 8px;
    overflow: hidden;
}

.preview-content[b-6l2srnxm85] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.preview-file-header[b-6l2srnxm85] {
    width: 100%;
    height: auto;
    min-height: 16px;
    margin-bottom: 16px;
    display: block;
    flex-shrink: 0;
}

.preview-file-name[b-6l2srnxm85] {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #212529;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdf-viewer-container[b-6l2srnxm85] {
    position: relative;
    flex: 1;
    min-height: 0;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    background: #F4F6F9;
    border: 1px solid #ECECEC;
    display: flex;
    flex-direction: column;
}

/* Telerik PDF Viewer - Use more specific selectors */
.pdf-viewer-container[b-6l2srnxm85]  .k-pdf-viewer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* PDF Viewer Toolbar */
.pdf-viewer-container[b-6l2srnxm85]  .k-toolbar[class*="k-toolbar"] {
    flex-shrink: 0;
}

/* Telerik DOM: .k-pdf-viewer > .k-toolbar + .k-pdf-viewer-canvas > .k-pdf-viewer-pages > .k-page
   > canvas. The old .k-pdf-viewer-content / .k-pdf-viewer-page selectors don't exist in 7.1.0,
   so none of this sizing applied. */

/* Scroll container. min-height: 0 so it shrinks instead of overflowing its parent. */
.pdf-viewer-container[b-6l2srnxm85]  .k-pdf-viewer-canvas[class*="k-pdf-viewer-canvas"] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: auto;
    overflow-y: auto;
}

.pdf-viewer-container[b-6l2srnxm85]  .k-pdf-viewer-pages[class*="k-pdf-viewer-pages"] {
    min-height: 0;
    overflow-x: auto;
}

/* PDF.js sizes the canvas in px on both axes, so any one-sided clamp squashes one axis only —
   the landscape distortion this modal was reported for. */
.pdf-viewer-container[b-6l2srnxm85]  .k-page {
    max-width: none;
    flex-shrink: 0;
}

.pdf-viewer-container[b-6l2srnxm85]  .k-page canvas {
    max-width: none;
    height: auto;
}

.image-preview-container[b-6l2srnxm85] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 100%;
}

/* width/height: auto hold the aspect ratio, same as Bootstrap's .img-fluid. Currently a guard
   only — LoadFileForPreview rejects non-PDFs, so ImageSource is never set. */
.image-preview-container img[b-6l2srnxm85] {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* ============================================
   PREVIEW STATE CLASSES
   ============================================ */
/* State-based container styling - allows CSS to respond to component state */
/* Note: Content is conditionally rendered in Razor, but state class enables container-level styling */
/* State classes are available for future styling needs: .preview-state-empty, .preview-state-loading, .preview-state-error, .preview-state-ready */

/* State-based content styling */
.preview-empty-state[b-6l2srnxm85],
.preview-loading-state[b-6l2srnxm85],
.preview-error-state[b-6l2srnxm85] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #6c757d;
}

/* ============================================
   FOOTER SECTION
   ============================================ */

/* Modal Footer */
.modal-footer-document-preview[b-6l2srnxm85] {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 16px 24px;
    gap: 16px;
    width: 100%;
    border-top: 1px solid #CED4DA;
    border-radius: 0 0 8px 8px;
}

.footer-action-buttons[b-6l2srnxm85] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    gap: 16px;
    width: 100%;
}

.footer-button[b-6l2srnxm85] {
    flex-shrink: 0;
}


/* ============================================
   BUTTON STATES
   ============================================ */
/* Back Button - Use more specific selectors to override Telerik defaults */
.footer-button-back[b-6l2srnxm85]  button[class*="k-button"] {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 12px;
    gap: 4px;
    min-width: auto;
    min-height: 36px;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #495057;
    transition: all 0.2s ease;
    box-shadow: none;
}

.footer-button-back[b-6l2srnxm85]  button[class*="k-button"]:hover {
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    color: #343A40;
    box-shadow: none;
}

.footer-button-back[b-6l2srnxm85]  button[class*="k-button"]:focus,
.footer-button-back[b-6l2srnxm85]  button[class*="k-button"]:focus-visible {
    background: #FFFFFF;
    border: 1px solid #D5D7DA;
    color: #343A40;
    outline: 2px solid #087990;
    outline-offset: 2px;
    box-shadow: none;
}

.footer-button-back[b-6l2srnxm85]  button[class*="k-button"]:active {
    background: #FFFFFF;
}

/* Confirm Button */
.footer-button-confirm[b-6l2srnxm85]  button[class*="k-button"] {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 4px;
    min-width: auto;
    min-height: 36px;
    width: auto;
    height: auto;
    background: #064B50;
    border-radius: 6px;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #F8F9FA;
    transition: all 0.2s ease;
    box-shadow: none;
}

.footer-button-confirm[b-6l2srnxm85]  button[class*="k-button"]:hover {
    background: #083D41;
    color: #F8F9FA;
    box-shadow: none;
}

.footer-button-confirm[b-6l2srnxm85]  button[class*="k-button"]:focus,
.footer-button-confirm[b-6l2srnxm85]  button[class*="k-button"]:focus-visible {
    background: #064B50;
    color: #F8F9FA;
    outline: 2px solid #087990;
    outline-offset: 2px;
    box-shadow: none;
}

/* ============================================
   ANIMATIONS
   ============================================ */

/* Modal Fade In Animation */
@keyframes fadeIn-b-6l2srnxm85 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ============================================
   BODY SCROLL HANDLING (Mobile/Tablet)
   ============================================ */
/* Enable body scroll when modal overlay is present on mobile/tablet */
/* Using higher specificity by targeting body with modal overlay descendant */
@media (max-width: 768px) {
    body:has(.modal-overlay)[b-6l2srnxm85] {
        overflow: auto;
        height: auto;
    }

    html:has(.modal-overlay)[b-6l2srnxm85] {
        overflow: auto;
        height: auto;
    }
}

@media (max-width: 600px) {
    body:has(.modal-overlay)[b-6l2srnxm85] {
        overflow: auto;
        height: auto;
    }

    html:has(.modal-overlay)[b-6l2srnxm85] {
        overflow: auto;
        height: auto;
    }
}

@media (max-width: 375px) {
    body:has(.modal-overlay)[b-6l2srnxm85] {
        overflow: auto;
        height: auto;
    }

    html:has(.modal-overlay)[b-6l2srnxm85] {
        overflow: auto;
        height: auto;
    }
}

/* ============================================
   RESPONSIVE DESIGN - Tablet (768px)
   ============================================ */

@media (max-width: 768px) {
    /* Make overlay part of document flow so body can scroll */
    .modal-overlay[b-6l2srnxm85] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        min-height: 100vh;
        height: auto;
        padding-top: 60px;
        padding-bottom: 40px;
        align-items: flex-start;
        overflow: visible;
        background: rgba(9, 13, 20, 0.55);
    }

    .modal-content-document-preview[b-6l2srnxm85] {
        width: calc(100% - 32px);
        min-width: 0;
        max-width: 100%;
        min-height: auto;
        max-height: none;
        height: auto;
        overflow: visible;
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
        background-color: white;
    }

    .modal-header-content[b-6l2srnxm85] {
        padding: 16px 24px;
        height: auto;
        min-height: 99px;
        flex-shrink: 0;
    }

    .modal-body-document-preview[b-6l2srnxm85] {
        padding: 24px;
        gap: 24px;
        height: auto;
        flex: 0 1 auto;
        min-height: 0;
        overflow: visible;
        display: flex;
        flex-direction: column;
    }

    .preview-content-container[b-6l2srnxm85] {
        flex-direction: column;
        gap: 16px;
        width: 100%;
        height: auto;
        flex: 0 1 auto;
        min-height: 0;
        overflow: visible;
    }

    /* Override base width with more specific responsive selector */
    .modal-body-document-preview .preview-content-container .uploaded-files-container[b-6l2srnxm85] {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 200px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .uploaded-files-header[b-6l2srnxm85] {
        width: 100%;
        height: auto;
        min-height: 35px;
        flex-shrink: 0;
    }

    .uploaded-files-title[b-6l2srnxm85] {
        width: 100%;
    }

    .files-list[b-6l2srnxm85] {
        width: 100%;
        height: auto;
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .file-list-item[b-6l2srnxm85] {
        width: 100%;
        height: auto;
        min-height: 67px;
    }

    .file-details-container[b-6l2srnxm85] {
        width: 100%;
        height: auto;
    }

    .document-preview-container[b-6l2srnxm85] {
        width: 100%;
        height: auto;
        flex: 1;
        min-height: 300px;
        max-height: none;
        display: flex;
        flex-direction: column;
        overflow: visible;
    }

    .preview-content[b-6l2srnxm85] {
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .preview-file-header[b-6l2srnxm85] {
        width: 100%;
        height: auto;
        flex-shrink: 0;
    }

    .pdf-viewer-container[b-6l2srnxm85] {
        width: 100%;
        height: 70vh;
        flex: 0 0 auto;
        min-height: 320px;
        max-height: 70vh;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    /* Telerik toolbar - use more specific selector with pseudo-element */
    .pdf-viewer-container[b-6l2srnxm85]  .k-toolbar-md[class*="k-toolbar"]::before {
        height: auto;
        min-height: 0;
    }

    /* The viewer's internal flex/overflow chain is set once in the base rules above and holds at
       every width — no per-breakpoint restatement needed. */

    .modal-footer-document-preview[b-6l2srnxm85] {
        width: 100%;
        height: auto;
        min-height: auto;
        flex-shrink: 0;
        gap: 12px;
        padding: 12px 16px;
    }

    .footer-action-buttons[b-6l2srnxm85] {
        width: 100%;
        height: auto;
        min-height: auto;
        gap: 12px;
        flex-wrap: wrap;
    }

    .footer-button-back[b-6l2srnxm85],
    .footer-button-confirm[b-6l2srnxm85] {
        flex: 1 1 auto;
        min-width: 120px;
    }

    .footer-button-back[b-6l2srnxm85]  button[class*="k-button"],
    .footer-button-confirm[b-6l2srnxm85]  button[class*="k-button"] {
        width: 100%;
        min-height: 36px;
    }
}

/* ============================================
   RESPONSIVE DESIGN - Mobile Landscape (600px)
   ============================================ */

@media (max-width: 600px) {
    /* Make overlay part of document flow so body can scroll */
    .modal-overlay[b-6l2srnxm85] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        min-height: 100vh;
        height: auto;
        padding-top: 50px;
        padding-bottom: 40px;
        align-items: flex-start;
        overflow: visible;
        background: rgba(9, 13, 20, 0.55);
    }


    .modal-content-document-preview[b-6l2srnxm85] {
        width: calc(100% - 32px);
        min-width: 0;
        max-width: 100%;
        min-height: auto;
        max-height: none;
        height: auto;
        overflow: visible;
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
        background-color: white;
    }

    .modal-header-content[b-6l2srnxm85] {
        padding: 16px 24px;
        height: auto;
        min-height: 117px;
        flex-shrink: 0;
    }

    .modal-header-title-row[b-6l2srnxm85] {
        width: 100%;
    }

    .modal-title[b-6l2srnxm85] {
        width: 100%;
        max-width: 442px;
    }

    .modal-description[b-6l2srnxm85] {
        width: 100%;
        max-width: 442px;
        height: auto;
        min-height: 54px;
    }

    .modal-body-document-preview[b-6l2srnxm85] {
        padding: 24px;
        gap: 24px;
        height: auto;
        flex: 1;
        min-height: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .preview-content-container[b-6l2srnxm85] {
        flex-direction: column;
        gap: 16px;
        width: 100%;
        height: 100%;
        flex: 1;
        min-height: 0;
        overflow: hidden;
    }

    /* Override base width with more specific responsive selector */
    .modal-body-document-preview .preview-content-container .uploaded-files-container[b-6l2srnxm85] {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 200px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .uploaded-files-header[b-6l2srnxm85] {
        width: 100%;
    }

    .uploaded-files-title[b-6l2srnxm85] {
        width: 100%;
        max-width: 442px;
    }

    .files-list[b-6l2srnxm85] {
        width: 100%;
        flex: 1;
        min-height: 0;
        overflow-y: auto;
    }

    .file-list-item[b-6l2srnxm85] {
        width: 100%;
    }

    .document-preview-container[b-6l2srnxm85] {
        width: 100%;
        height: auto;
        flex: 1 0 auto;
        min-height: 300px;
        max-height: none;
        display: flex;
        flex-direction: column;
        overflow: visible;
    }

    .preview-content[b-6l2srnxm85] {
        height: auto;
        display: flex;
        flex-direction: column;
        overflow: visible;
    }

    .preview-file-header[b-6l2srnxm85] {
        width: 100%;
        max-width: 442px;
        flex-shrink: 0;
    }

    .pdf-viewer-container[b-6l2srnxm85] {
        width: 100%;
        height: 70vh;
        flex: 0 0 auto;
        min-height: 320px;
        max-height: 70vh;
        overflow: hidden;
    }

    /* Telerik toolbar - use more specific selector */
    .pdf-viewer-container[b-6l2srnxm85]  .k-toolbar-md[class*="k-toolbar"]::before {
        height: auto;
        min-height: 0;
    }

    /* Viewer internals inherit the base flex/overflow chain — see the note there. */

    .modal-footer-document-preview[b-6l2srnxm85] {
        width: 100%;
        height: auto;
        min-height: auto;
        flex-shrink: 0;
        gap: 12px;
        padding: 12px 16px;
    }

    .footer-action-buttons[b-6l2srnxm85] {
        width: 100%;
        gap: 12px;
        flex-wrap: wrap;
    }

    .footer-button-back[b-6l2srnxm85],
    .footer-button-confirm[b-6l2srnxm85] {
        flex: 1 1 auto;
        min-width: 120px;
    }

    .footer-button-back[b-6l2srnxm85]  button[class*="k-button"],
    .footer-button-confirm[b-6l2srnxm85]  button[class*="k-button"] {
        width: 100%;
        min-height: 36px;
    }
}

/* ============================================
   RESPONSIVE DESIGN - Mobile Portrait (375px)
   ============================================ */

@media (max-width: 375px) {
    /* Make overlay part of document flow so body can scroll */
    .modal-overlay[b-6l2srnxm85] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        min-height: 100vh;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        align-items: flex-start;
        overflow: visible;
        background: rgba(9, 13, 20, 0.55);
    }

    .modal-content-document-preview[b-6l2srnxm85] {
        width: calc(100% - 32px);
        min-width: 0;
        max-width: 100%;
        min-height: auto;
        max-height: none;
        height: auto;
        overflow: visible;
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
        background-color: white;
    }

    .modal-header-content[b-6l2srnxm85] {
        padding: 16px 24px;
        height: auto;
        min-height: 153px;
        flex-shrink: 0;
    }

    .modal-header-title-row[b-6l2srnxm85] {
        width: 100%;
    }

    .modal-title[b-6l2srnxm85] {
        width: 100%;
        max-width: 263px;
    }

    .modal-description[b-6l2srnxm85] {
        width: 100%;
        max-width: 263px;
        height: auto;
        min-height: 90px;
    }

    .modal-body-document-preview[b-6l2srnxm85] {
        padding: 24px;
        gap: 24px;
        height: auto;
        flex: 1;
        min-height: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .preview-content-container[b-6l2srnxm85] {
        flex-direction: column;
        gap: 16px;
        width: 100%;
        height: 100%;
        flex: 1;
        min-height: 0;
        overflow: hidden;
    }

    /* Override base width with more specific responsive selector */
    .modal-body-document-preview .preview-content-container .uploaded-files-container[b-6l2srnxm85] {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 200px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .uploaded-files-header[b-6l2srnxm85] {
        width: 100%;
        flex-shrink: 0;
    }

    .uploaded-files-title[b-6l2srnxm85] {
        width: 100%;
        max-width: 263px;
    }

    .files-list[b-6l2srnxm85] {
        width: 100%;
        flex: 1;
        min-height: 0;
        overflow-y: auto;
    }

    .file-list-item[b-6l2srnxm85] {
        width: 100%;
    }

    .document-preview-container[b-6l2srnxm85] {
        width: 100%;
        /* Changed from auto to let it grow naturally */
        height: 100%;
        flex: 1 1 auto;
        min-height: 300px;
        display: flex;
        flex-direction: column;
    }

    .preview-content[b-6l2srnxm85] {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    /* The modal is height: auto below 768px, so a percentage height here has nothing to resolve
       against and collapses — which is what the `height: 100% !important` override on
       .k-pdf-viewer used to paper over. Give the container a definite height instead and the
       viewer's own height: 100% resolves normally, no !important needed. */
    .pdf-viewer-container[b-6l2srnxm85] {
        width: 100%;
        height: 70vh;
        flex: 0 0 auto;
        min-height: 450px;
        max-height: 70vh;
        overflow: hidden;
    }

        /* Telerik Toolbar Fix */
        .pdf-viewer-container[b-6l2srnxm85]  .k-toolbar-md[class*="k-toolbar"]::before {
            height: auto;
            min-height: 0;
        }

    .modal-footer-document-preview[b-6l2srnxm85] {
        width: 100%;
        height: auto;
        min-height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        gap: 12px;
        padding: 12px 16px;
    }

    .footer-action-buttons[b-6l2srnxm85] {
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        width: 100%;
        height: auto;
        gap: 12px;
    }

    .footer-button-back[b-6l2srnxm85],
    .footer-button-confirm[b-6l2srnxm85] {
        width: 100%;
    }

    .footer-button-back[b-6l2srnxm85]  button[class*="k-button"],
    .footer-button-confirm[b-6l2srnxm85]  button[class*="k-button"] {
        width: 100%;
        min-height: 36px;
    }
}
/* _content/Customer.WebApp/Components/CreateOrder/OrderConfirmation.razor.rz.scp.css */
.payment-order-summary-outer-div[b-hg8m43kljp] {
    width: 100%;
    max-width: 85rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 375px) {
    .payment-order-summary-outer-div[b-hg8m43kljp] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media only screen and (min-width: 600px) {
    .payment-order-summary-outer-div[b-hg8m43kljp] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media only screen and (min-width: 768px) {
    .payment-order-summary-outer-div[b-hg8m43kljp] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media only screen and (min-width: 1000px) {
    .payment-order-summary-outer-div[b-hg8m43kljp] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.order-confirmation-header-div[b-hg8m43kljp]{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 374px) {
    .order-confirmation-header-div[b-hg8m43kljp] {
        flex-direction: column;
    }
    
    .order-confirmation-download-receipt-div[b-hg8m43kljp] {
        width: 100%;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 600px) {
    .order-confirmation-header-div[b-hg8m43kljp] {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 768px) {
    .order-confirmation-header-div[b-hg8m43kljp] {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.order-confirmation-download-receipt-div[b-hg8m43kljp] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.payment-order-summary-h1[b-hg8m43kljp] {
    color: #0D5257;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.payment-order-summary-sub-header[b-hg8m43kljp] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.download-receipt-button[b-hg8m43kljp] {
    color: #FFFFFF;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    border-radius: 0.375rem;
    border: 1px solid #0D5257;
    background-color: #0D5257;
    padding: 0.5rem 1rem;
    height: fit-content;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.download-receipt-button:hover[b-hg8m43kljp] {
    background-color: #0A4145;
    border-color: #0A4145;
}

.download-receipt-button:focus-visible[b-hg8m43kljp] {
    box-shadow: 0 0 0 4px rgba(13, 82, 87, 0.20);
    outline: none;
}

.download-receipt-button:active[b-hg8m43kljp] {
    background-color: #08373A;
    border-color: #08373A;
}

.download-receipt-button:hover[b-hg8m43kljp] {
    background-color: #737373;
    color: #FFF;
}

.download-receipt-button:focus-visible[b-hg8m43kljp] {
    box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    outline: none;
}

.download-receipt-button:active[b-hg8m43kljp] {
    background-color: #444;
    color: #FFF;
}

.download-receipt-button img[b-hg8m43kljp] {
    width: 16px;
    height: 16px;
}

.order-confirmation-banner[b-hg8m43kljp] {
    padding: 1rem;
    border-radius: 0.375rem;
    border: 1px solid #BADBCC;
    background-color: #D1E7DD;
    margin-bottom: 1.5rem;
}

.order-confirmation-banner-content[b-hg8m43kljp] {
    flex: 1;
}

.order-confirmation-banner-p[b-hg8m43kljp] {
    color: #0F5132;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}


.back-to-orders-button[b-hg8m43kljp] {
    color: #09101D;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    border-radius: 0.375rem;
    border: 1px solid #DADADA;
    background-color: transparent;
    padding: 0.5rem 1rem;
    height: fit-content;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.back-to-orders-button:hover[b-hg8m43kljp] {
    background-color: #F5F5F5;
    border-color: #B0B0B0;
}

.back-to-orders-button:focus-visible[b-hg8m43kljp] {
    box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    outline: none;
}

.back-to-orders-button:active[b-hg8m43kljp] {
    background-color: #E5E5E5;
    border-color: #999;
}

.back-to-orders-button img[b-hg8m43kljp] {
    width: 16px;
    height: 16px;
}

.review-orders-button:hover[b-hg8m43kljp] {
    background-color: #0F5132;
    color: #FFF;
}

.review-orders-button:focus-visible[b-hg8m43kljp] {
    box-shadow: 0 0 0 4px rgba(15, 81, 50, 0.20);
    outline: none;
}

.review-orders-button:active[b-hg8m43kljp] {
    background-color: #0A3D26;
    border-color: #0A3D26;
    color: #FFF;
}

.order-confirmation-bold[b-hg8m43kljp] {
    font-weight: 700;
}

.payment-order-summary-content-outer-div[b-hg8m43kljp] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media only screen and (min-width: 1000px) {
    .payment-order-summary-content-outer-div[b-hg8m43kljp] {
        flex-direction: row;
        justify-content: space-between;
    }
}

.customer-details-payment-method-content[b-hg8m43kljp] {
    border-radius: 0.5rem;
    border: 1px solid #ECECEC;
    background-color: #FFF;
    box-shadow: 0 15px 10px 0 rgba(211, 192, 214, 0.07);
    padding-bottom: 1.25rem;

}

@media only screen and (min-width: 1000px) {
    .customer-details-payment-method-content[b-hg8m43kljp] {
        width: 63%
    }
}

.order-summary-h2[b-hg8m43kljp] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 1px solid #ECECEC;
    background: #F4F6F9;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
}

.customer-details-payment-method-inner-div[b-hg8m43kljp] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.order-summary-h3[b-hg8m43kljp] {
    color: #444;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.customer-details-payment-method-p[b-hg8m43kljp] {
    color: #555;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

.order-payment-summary-divs[b-hg8m43kljp] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.order-summary-content[b-hg8m43kljp] {
    border-radius: 0.5rem;
    border: 1px solid #ECECEC;
    background-color: #FFF;
    box-shadow: 0 15px 10px 0 rgba(211, 192, 214, 0.07);
}

.order-summary-table[b-hg8m43kljp] {
    width: 100%;
    font-family: "Roboto", sans-serif;
}

.order-summary-table-thead[b-hg8m43kljp] {
    border: 1px solid #ECECEC;
    background-color: #F4F6F9;
    color: #333;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

.order-summary-table-head[b-hg8m43kljp] {
    padding: 0.5rem 1rem;
}

.order-summary-td[b-hg8m43kljp] {
    padding: 1rem 0.62rem;
    position: relative;
    overflow: visible;
}

.order-summary-td-top[b-hg8m43kljp] {
    color: #444;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
}

.order-summary-td-bottom[b-hg8m43kljp] {
    color: #545860;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
}

.order-summary-td-top[b-hg8m43kljp],
.order-summary-td-bottom[b-hg8m43kljp] {
    padding-left: 0.62rem;
    padding-right: 1rem;
}

/* No-Bill marker — this certificate is covered by the customer's Enterprise Account and was not
   charged. Per the design it sits inline on the authority line under the State Fee ("UT - No-Bill")
   as green text, instead of being a pill that replaced the fee itself. #0F5132 is the dark green
   that pairs with the #D1E7DD / #F0FDFA the platform already uses for the "Issued" status pill.
   Scoped CSS is per-component, so this rule is duplicated from PaymentAndOrderSummary.razor.css
   for the identical table there — keep the two in step. */
.order-summary-nobill[b-hg8m43kljp] {
    color: #0F5132;
    font-weight: 600;
}

.order-summary-td-img-div[b-hg8m43kljp] {
    display: flex;
    gap: 0.5rem;
}

.payment-summary-content[b-hg8m43kljp] {
    border-radius: 0.5rem;
    border: 1px solid #ECECEC;
    background-color: #FFF;
    box-shadow: 0 15px 10px 0 rgba(211, 192, 214, 0.07);
    padding: 1.25rem 1rem;
}

.payment-summary-fee-div[b-hg8m43kljp] {
    display: flex;
    justify-content: space-between;
}

.payment-summary-fee-name[b-hg8m43kljp] {
    color: #444;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
}

.payment-summary-fee-amount[b-hg8m43kljp] {
    color: #333;
    text-align: right;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

.payment-summary-total[b-hg8m43kljp] {
    color: #444;
    text-align: right;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0;
}

.payment-summary-total-amount[b-hg8m43kljp] {
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0;
}

/*.order-summary-table-scrollable {
   overflow : visible;
    background: #fff;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}*/

.order-summary-table-scrollable[b-hg8m43kljp] {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    display: block;
}
.delivery-information-card[b-hg8m43kljp] {
    border: 1px solid #c7daf7;
    border-radius: 8px;
    overflow: hidden;
    margin: 24px 0;
    background: #fff;
}

.delivery-information-header[b-hg8m43kljp] {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    background: #eaf3ff;
    color: #0d4ea6;
    font-weight: 600;
    border-bottom: 1px solid #c7daf7;
}

.delivery-information-icon[b-hg8m43kljp] {
    font-size: 16px;
}

.delivery-information-body[b-hg8m43kljp] {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.delivery-information-address[b-hg8m43kljp],
.delivery-information-hours[b-hg8m43kljp] {
    display: flex;
    flex-direction: column;
}

.delivery-information-address[b-hg8m43kljp] {
    width: 65%;
}

.delivery-information-hours[b-hg8m43kljp] {
    width: 30%;
}

.delivery-information-label[b-hg8m43kljp] {
    margin: 0 0 6px;
    color: #495057;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.delivery-information-value[b-hg8m43kljp] {
    margin: 0 0 4px;
    font-weight: 600;
    color: #212529;
    font-size: var(--paragraphs-body-p, 16px);
    font-style: normal;
    line-height: normal;
}

.delivery-information-address p[b-hg8m43kljp],
.delivery-information-hours p[b-hg8m43kljp] {
    margin-bottom: 4px;
}
.pdf-icon-btn[b-hg8m43kljp] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    padding-left:30px;
}

.pdf-icon-img[b-hg8m43kljp] {
    width: 28px;
    height: 28px;
}
@media only screen and (max-width: 767px) {
    .order-confirmation-header-div[b-hg8m43kljp] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        margin-bottom : 0.75rem;
    }
    .order-confirmation-download-receipt-div[b-hg8m43kljp] {
        width: auto;
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin-left: 0;
    }

    .order-summary-table-scrollable[b-hg8m43kljp] {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .order-summary-table[b-hg8m43kljp] {
        width: 100%;
        min-width: 760px;
        table-layout: auto;
    }

    .order-summary-table-head[b-hg8m43kljp],
    .order-summary-td-top[b-hg8m43kljp],
    .order-summary-td-bottom[b-hg8m43kljp] {
        white-space: nowrap;
        overflow-wrap: normal;
        word-break: normal;
    }

    .delivery-information-body[b-hg8m43kljp] {
        flex-direction: column;
        gap: 1rem;
    }

    .delivery-information-address[b-hg8m43kljp],
    .delivery-information-hours[b-hg8m43kljp] {
        width: 100%;
    }

    .payment-order-summary-sub-header[b-hg8m43kljp] {
        margin-bottom: 0 !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .order-summary-table[b-hg8m43kljp] {
        min-width: 760px;
    }

    .delivery-information-address[b-hg8m43kljp] {
        width: 60%;
    }

    .delivery-information-hours[b-hg8m43kljp] {
        width: 38%;
    }
    .order-confirmation-header-div[b-hg8m43kljp] {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
    }

        .order-confirmation-header-div > div:first-child[b-hg8m43kljp] {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

    .order-confirmation-download-receipt-div[b-hg8m43kljp] {
        margin-left: auto;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-self: center;
    }

}
/* _content/Customer.WebApp/Components/CreateOrder/OrderOptionsSelection.razor.rz.scp.css */
.order-options-outer-div[b-zk4kzm4541] {
    width: 100%;
    max-width: 85rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media only screen and (min-width: 1000px) {
    .order-options-outer-div[b-zk4kzm4541] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.order-options-h1[b-zk4kzm4541] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

.order-options-sub-header[b-zk4kzm4541] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.order-options-selections-outer-div[b-zk4kzm4541] {
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #F8F9FA;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.order-options-h2[b-zk4kzm4541] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.order-options-apostille-request-outer-div[b-zk4kzm4541] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 800px) {
    .order-options-apostille-request-outer-div[b-zk4kzm4541] {
        flex-direction: row;
        align-items: flex-start;
    }
}

/* --- BASE STATE --- */
.order-options-apostille-request-inner-div[b-zk4kzm4541] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #CED4DA;
    background: #FFF;
    flex-direction: column;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

    /* --- HOVER STATE --- */
    .order-options-apostille-request-inner-div:hover[b-zk4kzm4541] {
        border-radius: 0.75rem;
        border-color: #CED4DA;
        background-color: #F8F9FA;
    }

    /* --- FOCUS STATE --- */
    .order-options-apostille-request-inner-div:focus-within[b-zk4kzm4541] {
        border-radius: 0.75rem;
        border: 1px solid #CED4DA;
        box-shadow: 0 0 0 2px var(--Colors-Background-bg-primary, #FFF), 0 0 0 4px var(--cyan-600, #0AA2C0);
        background-color: #FFF;
    }

    /* --- SELECTED STATE --- */
    .order-options-apostille-request-inner-div.selected[b-zk4kzm4541] {
        border-radius: 0.75rem;
        border: 1px solid #CED4DA;
        background:  #FFF;
    }


@media only screen and (min-width: 800px) {
    .order-options-apostille-request-inner-div[b-zk4kzm4541] {
        width: 50%;
    }
}

.order-options-price[b-zk4kzm4541] {
    margin-bottom: 0;
    padding-left: 1rem;
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.order-options-traditional-delivery[b-zk4kzm4541] {
    max-height: fit-content;
    border-radius: 0.25rem;
    background: #F8D7DA;
    padding: 0.25rem 0.5rem;
    color: #58151C;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.order-options-delivery-method-outer-div[b-zk4kzm4541] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 800px) {
    .order-options-delivery-method-outer-div[b-zk4kzm4541] {
        flex-direction: row;
    }
}

.order-options-delivery-method-inner-div[b-zk4kzm4541] {
    max-height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #CED4DA;
    background: #FFF;
    cursor: pointer;
}
    .order-options-delivery-method-inner-div:hover[b-zk4kzm4541] {
        border-radius: 0.75rem;
        border-color: #CED4DA;
        background-color: #F8F9FA;
    }

/* --- FOCUS STATE --- */
    .order-options-delivery-method-inner-div:focus-within[b-zk4kzm4541] {
        border-radius: 0.75rem;
        border: 1px solid #CED4DA;
        box-shadow: 0 0 0 2px var(--Colors-Background-bg-primary, #FFF), 0 0 0 4px var(--cyan-600, #0AA2C0);
        background-color: #FFF;
    }

/* --- SELECTED STATE --- */
    .order-options-delivery-method-inner-div.selected[b-zk4kzm4541] {
        border-radius: 0.75rem;
        border: 1px solid #CED4DA;
        background: #FFF;
    }

@media only screen and (min-width: 800px) {
    .order-options-delivery-method-inner-div[b-zk4kzm4541] {
        width: 50%;
    }
}

.order-options-delivery-selection-div[b-zk4kzm4541] {
    display: flex;
    justify-content: space-between;
}


.order-options-recommended-method[b-zk4kzm4541] {
    max-height: fit-content;
    border-radius: 0.25rem;
    background: #D1E7DD;
    padding: 0.25rem 0.5rem;
    color: #0A3622;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
}

.order-options-details[b-zk4kzm4541] {
    padding-left: 1rem;
    padding-bottom: 0.3125rem;
    margin-bottom: 0;
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.order-options-sub-selection-outer-div[b-zk4kzm4541] {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid #CED4DA;
    background: #FFF;
}

.order-options-h3[b-zk4kzm4541] {
    overflow: hidden;
    color: #212529;
    text-overflow: ellipsis;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.order-options-service-types-outer-div[b-zk4kzm4541] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}


@media only screen and (min-width: 800px) {
    .order-options-service-types-outer-div[b-zk4kzm4541] {
        flex-direction: row;
    }
}

.order-options-service-types-inner-div[b-zk4kzm4541] {
    width: 100%;
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #CED4DA;
    background: #FFF;
    cursor: pointer;
}

    .order-options-service-types-inner-div:hover[b-zk4kzm4541] {
        border-radius: 0.75rem;
        border-color: #CED4DA;
        background-color: #F8F9FA;
    }

/* --- FOCUS STATE --- */
    .order-options-service-types-inner-div:focus-within[b-zk4kzm4541] {
        border-radius: 0.75rem;
        border: 1px solid #CED4DA;
        box-shadow: 0 0 0 2px var(--Colors-Background-bg-primary, #FFF), 0 0 0 4px var(--cyan-600, #0AA2C0);
        background-color: #FFF;
    }

/* --- SELECTED STATE --- */
    .order-options-service-types-inner-div.selected[b-zk4kzm4541] {
        border-radius: 0.75rem;
        border: 1px solid #CED4DA;
        background: #FFF;
    }
@media only screen and (min-width: 800px) {
    .order-options-service-types-inner-div[b-zk4kzm4541] {
        width: 50%;
    }
}

/*.order-options-button-div {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}*/

.order-options-button-div[b-zk4kzm4541] {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.order-options-apostille-request-inner-div.adoption-documents-column[b-zk4kzm4541] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 1rem;
    border-radius: 0.375rem;
    border: 1px solid #CED4DA;
    background: #FFF;
    box-sizing: border-box;
}

.adoption-info-input-group[b-zk4kzm4541] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 1rem;
    border-radius: 0.375rem;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
}

.adoption-agency-field[b-zk4kzm4541] {
    display: flex;
    padding: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
}

    .adoption-agency-field label[b-zk4kzm4541] {
        font-weight: 600;
        font-size: 1rem;
        color: #212529;
        margin-bottom: 0px;
    }

    .adoption-agency-field .form-control[b-zk4kzm4541] {
        border-radius: 6px;
        font-size: 1rem;
        background-color: #fff !important;
        border: 1.5px solid #e0e0e0;
    }

        .adoption-agency-field .form-control:focus[b-zk4kzm4541] {
            border-color: #a259ff;
            box-shadow: 0 0 0 2px #e0d7ff;
        }

    .adoption-agency-field .validation-message[b-zk4kzm4541] {
        color: #e53935;
        font-size: 0.85rem;
        margin-top: 2px;
    }


.adoption-info-input-group label[b-zk4kzm4541] {
    font-weight: 400;
    font-size: 0.95rem;
    color: #212529;
    display: flex;
    align-items: center;
}

.red-asterisk[b-zk4kzm4541] {
    color: #e53935;
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 4px;
}

.adoption-info-input-group .form-control[b-zk4kzm4541] {
    border-radius: 6px;
    padding: 12px 14px;
    font-size: 1rem;
    background-color: #fff;
    outline: none;
    transition: border-color 0.2s;
}

    .adoption-info-input-group .form-control:focus[b-zk4kzm4541] {
        border-color: #7c3aed;
        box-shadow: 0 0 0 2px #e0d7ff;
    }

.adoption-certify-box[b-zk4kzm4541] {
    display: flex;
    width: 100%;
    padding: 1rem;
    border: 1px solid #087990;
    border-radius: 0.5rem;
    background: #FFF;
    box-sizing: border-box;
}

.adoption-certify-row[b-zk4kzm4541] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}


.adoption-certify-checkbox[b-zk4kzm4541] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.adoption-certify-text[b-zk4kzm4541] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
    justify-content: space-between;
    width: 100%;
}

.form-check[b-zk4kzm4541] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}

.form-check-input[type="checkbox"][b-zk4kzm4541] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    accent-color: #087990;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    background: #FFF;
}


.form-check-label[b-zk4kzm4541] {
    margin: 0;
    padding: 0;
    display: block;
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    flex: 1;
}

.form-check-label[b-zk4kzm4541], .red-asterisk[b-zk4kzm4541] {
    margin-left: 4px;
    white-space: nowrap;
}

.label-text[b-zk4kzm4541] {
    display: inline;
    white-space: normal;
}

    .label-text .red-asterisk[b-zk4kzm4541] {
        color: #DC3545;
        margin-left: 0.125rem;
    }


.adoption-info-input-group .validation-message[b-zk4kzm4541] {
    color: #e53935;
    font-size: 0.85rem;
    margin-top: 2px;
}


.adoption_items[b-zk4kzm4541] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
}

.adoption_items-left[b-zk4kzm4541] {
    display: flex;
    flex-direction: column;
}



.prev-cancel-button-wrapper[b-zk4kzm4541] {
    display: flex;
    gap: 1rem;
}

.cancel-btn[b-zk4kzm4541] {
    display: flex;
    height: 2.75rem;
    padding: 0.625rem var(--spacing-xl, 1rem);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 0.375rem);
    border-radius: var(--radius-4, 0.375rem);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-grey, #CED4DA);
    background: var(--Theme-Colors-Background-Colors-bg-white, #FFF);
    box-shadow: 0 0 0 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(10, 13, 18, 0.18)) inset, 0 -2px 0 0 var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(10, 13, 18, 0.05)) inset, 0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
    color: var(--Grey-700, #495057);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 1rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .cancel-btn:hover[b-zk4kzm4541] {
        background-color: #737373;
        color: #FFF;
    }

    .cancel-btn:focus-visible[b-zk4kzm4541] {
        outline: none;
        border: 1px solid #DADADA;
        background: #FFF;
        box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    }

    .cancel-btn:active[b-zk4kzm4541] {
        background-color: #444;
        color: #FFF;
    }

/* Extra Small screen */
@media (max-width: 575.98px) {
    .order-options-button-div[b-zk4kzm4541] {
        display: flex;
        margin-top: 1.5rem;
        flex-flow: column-reverse;
    }

    .prev-cancel-button-wrapper[b-zk4kzm4541] {
        display: flex;
        flex-flow: column-reverse;
        align-items: stretch;
    }
}

.shipping-banner[b-zk4kzm4541] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    background-color: #eef2f7;
    border: 1px solid #d8dee9;
    border-radius: 8px;
    padding: 0.75rem 0.9rem;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: #2d2f33;
}

.shipping-icon[b-zk4kzm4541] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-top: 3px;
    object-fit: contain;
}

.shipping-banner strong[b-zk4kzm4541] {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.shipping-banner ul[b-zk4kzm4541] {
    margin: 0.25rem 0 0 1rem;
    padding: 0;
}

.shipping-banner li[b-zk4kzm4541] {
    margin-bottom: 0.15rem;
    color: #4b5563;
}
.order-options-divider-adoption[b-zk4kzm4541] {
    height: 1px;
    margin-top: 10px;
    background-color: #dcdcdc;
    width: 560px;
}
.order-options-divider[b-zk4kzm4541] {
    height: 1px;
    background-color: #dcdcdc;
    width: 100%;
}
.form-group[b-zk4kzm4541] {
    margin-bottom: 16px;
    margin-left:20px;
    margin-top:10px;
}

.form-label[b-zk4kzm4541] {
    display: block;
    font-weight: 400;
    margin-bottom: 6px;
}

.required[b-zk4kzm4541] {
    color: red;
}

.tracking-number[b-zk4kzm4541] {
    width: 400px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    height: 38px;
    padding: 9px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

    .form-control[b-zk4kzm4541]::placeholder {
        overflow: hidden;
        color:  #6C757D;
        text-overflow: ellipsis;
        font-family: var(--Font-Family-font-base, Roboto);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
/* _content/Customer.WebApp/Components/CreateOrder/PaymentAndOrderSummary.razor.rz.scp.css */
.payment-order-summary-outer-div[b-n2wmwl7ctc] {
    width: 100%;
    max-width: 85rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media only screen and (min-width: 1000px) {
    .payment-order-summary-outer-div[b-n2wmwl7ctc] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

/* Laptops: 85rem is 1360px, so a 1366px screen ran edge to edge. Desktop is unchanged — 83% of
   1920px still clears the cap. */
@media only screen and (min-width: 992px) {
    .payment-order-summary-outer-div[b-n2wmwl7ctc] {
        width: 83.3333%;
    }
}

.payment-order-summary-h1[b-n2wmwl7ctc] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.payment-order-summary-sub-header[b-n2wmwl7ctc] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.payment-order-summary-content-outer-div[b-n2wmwl7ctc] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}

@media only screen and (min-width: 1000px) {
    .payment-order-summary-content-outer-div[b-n2wmwl7ctc] {
        flex-direction: row;
        justify-content: space-between;
    }
}

.order-payment-summary-divs[b-n2wmwl7ctc]{
    width:100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.order-summary-content[b-n2wmwl7ctc] {
    border-radius: 0.5rem;
    border: 1px solid #ECECEC;
    background-color: #FFF;
    box-shadow: 0 15px 10px 0 rgba(211, 192, 214, 0.07);
}

.order-summary-content-header[b-n2wmwl7ctc] {
    display: flex;
    justify-content: space-between;
    /* The title is one line now that the sub-header is gone, so the button centres against it
       instead of stretching to the row height. */
    align-items: center;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.order-summary-h2[b-n2wmwl7ctc] {
    color: #444;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0;
}

.add-apostille-button[b-n2wmwl7ctc] {
    color: #09101D;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    border-radius: 0.375rem;
    border: 1px solid #DADADA;
    background-color: transparent;
    padding: 0.31rem 0.56rem;
    height: fit-content;
    align-self: center;
}

.add-apostille-button:hover[b-n2wmwl7ctc]{
    background-color: #737373;
    color: #FFF;
}

.add-apostille-button:focus-visible[b-n2wmwl7ctc] {
    box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    outline: none;
}

.add-apostille-button:active[b-n2wmwl7ctc]{
    background-color: #444;
    color: #FFF;
}

.order-summary-table[b-n2wmwl7ctc] {
    width: 100%;
    font-family: "Roboto", sans-serif;
}

.order-summary-table-thead[b-n2wmwl7ctc] {
    border: 1px solid #ECECEC;
    background-color: #F4F6F9;
    color: #333;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    padding: 8px 12px;
}

.order-summary-table-head[b-n2wmwl7ctc] {
    padding: 0.62rem 1rem;
    white-space: nowrap;
    font-size: 1rem;
    padding: 8px 12px;
}

.order-summary-td[b-n2wmwl7ctc] {
    padding: 1rem 0.62rem;
}

.order-summary-td-top[b-n2wmwl7ctc] {
    color: #444;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
}

.order-summary-td-bottom[b-n2wmwl7ctc] {
    color: #545860;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
}
.order-summary-td-top[b-n2wmwl7ctc],
.order-summary-td-bottom[b-n2wmwl7ctc] {
    padding-left: 0.62rem;
    padding-right: 1rem;
}

@media only screen and (max-width: 1399px) {
    .order-summary-table-thead[b-n2wmwl7ctc],
    .order-summary-table-head[b-n2wmwl7ctc],
    .order-summary-td-top[b-n2wmwl7ctc],
    .order-summary-td-bottom[b-n2wmwl7ctc] {
        white-space: normal;
        overflow-wrap: break-word;
    }
}

/* No-Bill marker — this certificate is covered by the customer's Enterprise Account and is not
   charged today. Per the design it now sits inline on the authority line under the State Fee
   ("UT - No-Bill") as green text, instead of being a pill that replaced the fee itself.
   #0F5132 is the dark green that pairs with the #D1E7DD / #F0FDFA the platform already uses for
   the "Issued" status pill. Scoped CSS is per-component, so OrderConfirmation.razor.css still
   carries the old pill form for its own copy of this table — deliberately left alone here. */
.order-summary-nobill[b-n2wmwl7ctc] {
    color: #0F5132;
    font-weight: 600;
}

/* Title row — the heading with the apostille-count pill beside it, per the design. */
.order-summary-title-row[b-n2wmwl7ctc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Apostille count pill, same green family as the No-Bill marker and the Enterprise panel. */
.order-summary-count-pill[b-n2wmwl7ctc] {
    display: inline-block;
    padding: 0.125rem 0.625rem;
    border: 1px solid #D1E7DD;
    border-radius: 0.75rem;
    background-color: #F0FDFA;
    color: #0F5132;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}


.order-summary-td-img-div[b-n2wmwl7ctc]{
    display: flex;
    gap: 0.5rem;
}

.payment-summary-content[b-n2wmwl7ctc] {
    border-radius: 0.5rem;
    border: 1px solid #ECECEC;
    background-color: #FFF;
    box-shadow: 0 15px 10px 0 rgba(211, 192, 214, 0.07);
    padding: 1.25rem 1rem;
}

.payment-summary-fee-div[b-n2wmwl7ctc]{
    display: flex;
    justify-content: space-between;
}

.payment-summary-fee-name[b-n2wmwl7ctc] {
    color: #444;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
}

.payment-summary-fee-amount[b-n2wmwl7ctc] {
    color: #333;
    text-align: right;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

.payment-summary-total[b-n2wmwl7ctc] {
    color: #444;
    text-align: right;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0;
}

.payment-summary-total-amount[b-n2wmwl7ctc] {
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0;
}

.payment-method-content[b-n2wmwl7ctc] {
    border-radius: 0.5rem;
    border: 1px solid #ECECEC;
    background-color: #FFF;
    box-shadow: 0 15px 10px 0 rgba(211, 192, 214, 0.07);
    padding: 1.25rem;
    align-self: flex-start;
}

@media only screen and (min-width: 1000px) {
    .payment-method-content[b-n2wmwl7ctc] {
        width: 63%
    }
}

.payment-element-class[b-n2wmwl7ctc] {
    margin-bottom : 1.5rem;
}

[b-n2wmwl7ctc] .pay-text {
    width: 100%
}

.button-wrapper[b-n2wmwl7ctc] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.cancel-btn[b-n2wmwl7ctc] {
    display: flex;
    height: 2.5rem;
    padding: 0.625rem var(--spacing-xl, 1rem);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 0.375rem);
    align-self: stretch;
    border-radius: var(--radius-4, 0.375rem);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-grey, #CED4DA);
    background: var(--Theme-Colors-Background-Colors-bg-white, #FFF);
    box-shadow: 0 0 0 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(10, 13, 18, 0.18)) inset, 0 -2px 0 0 var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(10, 13, 18, 0.05)) inset, 0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
    color: var(--Grey-700, #495057);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 1rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .cancel-btn:hover[b-n2wmwl7ctc] {
        background-color: #737373;
        color: #FFF;
    }

    .cancel-btn:focus-visible[b-n2wmwl7ctc] {
        outline: none;
        border: 1px solid #DADADA;
        background: #FFF;
        box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    }

    .cancel-btn:active[b-n2wmwl7ctc] {
        background-color: #444;
        color: #FFF;
    }

.order-summary-table-scrollable[b-n2wmwl7ctc] {
    overflow-y: auto;
    overflow-x: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
/* Information Banner */
.signature-info-banner[b-n2wmwl7ctc] {
    display: flex;
    padding: 1rem;
    align-items: flex-start;
    gap: 0.5rem;
    border-radius: 0.375rem;
    border: 1px solid #9EC5FE;
    background: #E7F1FF;
    margin-bottom: 1.25rem;
}

.order-signature-content-header[b-n2wmwl7ctc] {
    display: flex;
    justify-content: space-between;
    padding-top: 1.25rem;
    padding-bottom: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.order-signature-h2[b-n2wmwl7ctc] {
    color: #444;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
}

.signature-info-icon[b-n2wmwl7ctc] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.signature-info-content[b-n2wmwl7ctc] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.signature-info-title[b-n2wmwl7ctc] {
    color: #084298;
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: 1rem;
    font-weight: 700;
    display: inline;
}

.signature-info-text[b-n2wmwl7ctc] {
    color: #084298;
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: 1rem;
    font-weight: 400;
    display: inline;
}

/* Header Row Wrapper */
.signature-type-quantity-wrapper[b-n2wmwl7ctc] {
    display: flex;
    margin-left: -1rem; /* Extend to left edge */
    margin-right: -1rem; /* Extend to right edge */
    grid-template-columns: 2.5fr 200px;
}

/* Signature Type Header */
.signature-type-header[b-n2wmwl7ctc] {
    display: flex;
    height: 2.75rem;
    padding: var(--spacing-lg, 0.75rem) 1rem;
    align-items: center;
    gap: var(--spacing-lg, 0.75rem);
    align-self: stretch;
    flex: 1;
    border-bottom: 1px solid var(--Grey-200, #E9ECEF);
    background: #F4F6F9;
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--Theme-Colors-Text-Colors-text-dark, #212529);
}

/* Quantity Header */
.quantity-header[b-n2wmwl7ctc] {
    display: flex;
    height: 2.75rem;
    padding: var(--spacing-lg, 0.75rem) 1rem;
    justify-content: flex-end;
    align-items: center;
    gap: var(--spacing-lg, 0.75rem);
    align-self: stretch;
    flex-shrink: 0; /* ✅ Prevent shrinking */
    width: clamp(9.5rem, 26%, 12.5rem);
    border-bottom: 1px solid var(--Grey-200, #E9ECEF);
    background: #F4F6F9;
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--Theme-Colors-Text-Colors-text-dark, #212529);
}

/* Signature Items Wrapper */
.signature-items-wrapper[b-n2wmwl7ctc] {
    display: flex;
    position: relative;
    margin-left: -1rem; /* ✅ Extend to left edge */
    margin-right: -1rem; /* ✅ Extend to right edge */
    grid-template-columns: 2.5fr 200px;
}

    /* Add separator line between items (not after last one) */
    .signature-items-wrapper:not(:last-child)[b-n2wmwl7ctc]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: var(--Stroke-soft-silver, #ECECEC);
    }

/* Left Side - Text Content */
.signature-item-left[b-n2wmwl7ctc] {
    display: flex;
    min-height: 4.66688rem;
    padding: 1rem 1rem 1rem 1rem; /* ✅ Add horizontal padding for content spacing */
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex: 1;
    min-width: 0; /* ✅ Allow flex item to shrink */
    overflow: hidden; /* ✅ Prevent overflow */
}

.signature-item-heading[b-n2wmwl7ctc] {
    color: var(--Theme-Colors-Text-Colors-text-dark, #212529);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-small, 0.875rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 0.25rem 0;
    width: 100%; /* ✅ Full width */
    word-wrap: break-word; /* ✅ Break long words */
    overflow-wrap: break-word;
}

.signature-item-subtext[b-n2wmwl7ctc] {
    color: var(--Theme-Colors-Text-Colors-text-secondary, #6C757D);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-small, 0.875rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* ✅ Better readability */
    align-self: stretch;
    margin: 0;
    width: 100%; /* ✅ Full width */
    word-wrap: break-word; /* ✅ Break long words */
    overflow-wrap: break-word;
    white-space: normal; /* ✅ Allow wrapping */
}

/* Right Side - Controls */
.signature-item-right[b-n2wmwl7ctc] {
    display: flex;
    min-height: 4.66688rem;
    padding: 1rem; /* ✅ Consistent padding */
    align-items: center;
    gap: var(--spacing-xxs, 0.125rem);
    align-self: stretch;
    justify-content: flex-end;
    flex-shrink: 0; /* ✅ Prevent shrinking */
    width: clamp(9.5rem, 26%, 12.5rem);
}

/* Button Group Base */
.button-group-base[b-n2wmwl7ctc] {
    display: flex;
    height: 2.28163rem;
    align-items: stretch; /* ✅ Proper alignment */
    border-radius: var(--radius-5, 0.41488rem);
    border: 0.83px solid var(--Theme-Colors-Border-Colors-border-grey, #CED4DA);
    box-shadow: 0 0 0 0.83px rgba(10, 13, 18, 0.18) inset, 0 -1.659px 0 0 rgba(10, 13, 18, 0.05) inset, 0 0.83px 1.659px 0 rgba(10, 13, 18, 0.05);
    overflow: hidden; /* ✅ Clip children to border-radius */
}

/* Left Button (Minus) */
.btn-left[b-n2wmwl7ctc] {
    display: flex;
    min-height: 2.07425rem;
    padding: 0.34419rem 0.51631rem;
    justify-content: center;
    align-items: center;
    gap: 0.25813rem;
    align-self: stretch;
    border: none;
    border-right: 0.83px solid var(--Colors-Border-border-primary, #D5D7DA);
    background: var(--Colors-Background-bg-primary, #FFF);
    cursor: pointer;
    border-radius: 0; /* ✅ Remove individual radius */
}

    .btn-left:hover[b-n2wmwl7ctc] {
        background: #FAFAFA;
    }

/* Space (Number Display) */
.btn-space[b-n2wmwl7ctc] {
    display: flex;
    min-height: 2.07425rem;
    padding: 0.34419rem 0.68838rem;
    justify-content: center;
    align-items: center;
    gap: 0.25813rem;
    align-self: stretch;
    border: none;
    border-right: 0.83px solid var(--Colors-Border-border-primary, #D5D7DA);
    background: var(--Colors-Background-bg-primary_hover, #FAFAFA);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: 0.875rem;
    font-weight: 600;
    color: #212529;
}

/* Right Button (Plus) */
.btn-right[b-n2wmwl7ctc] {
    display: flex;
    min-height: 2.07425rem;
    padding: 0.34419rem 0.51631rem;
    justify-content: center;
    align-items: center;
    gap: 0.25813rem;
    align-self: stretch;
    border: none;
    background: var(--Colors-Background-bg-primary, #FFF);
    cursor: pointer;
    border-radius: 0; /* ✅ Remove individual radius */
}

    .btn-right:hover[b-n2wmwl7ctc] {
        background: #FAFAFA;
    }

    /* Button Icons */
    .btn-left img[b-n2wmwl7ctc],
    .btn-right img[b-n2wmwl7ctc] {
        width: 1rem;
        height: 1rem;
    }

.btn-space-total[b-n2wmwl7ctc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.28163rem;
    min-height: 2.07425rem;
    padding: 5.507px 11.014px;
    border-radius: 0.41488rem; 
    border: 0.83px solid #CED4DA;
    background: #FAFAFA;
    box-shadow: 0 0 0 0.83px rgba(10, 13, 18, 0.18) inset, 0 -1.659px 0 0 rgba(10, 13, 18, 0.05) inset, 0 0.83px 1.659px 0 rgba(10, 13, 18, 0.05);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: 0.875rem;
    font-weight: 600;
    color: #212529;
}
/* Total Display (Read-only) */
.total-display[b-n2wmwl7ctc] {
    display: flex;
    min-height: 2.07425rem;
    padding: 0.34419rem 0.68838rem;
    justify-content: center;
    align-items: center;
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: 0.875rem;
    font-weight: 600;
    color: #212529;
    background: #FAFAFA;
    border-radius: 0.41488rem;
    border: 0.83px solid #CED4DA;
}

.signature-item-right-total[b-n2wmwl7ctc] {
    justify-content: center;
}

.signature-validation-message[b-n2wmwl7ctc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.75rem 0 1rem;
    padding: 0.625rem 0.75rem;
    border-radius: 0.375rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    line-height: 1.35;
}

.validation-error[b-n2wmwl7ctc] {
    color: #842029;
    background: #f8d7da;
    border: 1px solid #f5c2c7;
}

.signature-validation-icon[b-n2wmwl7ctc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    border-radius: 999px;
    background: #b42318;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
}

.button-group-error[b-n2wmwl7ctc] {
    border-color: #dc3545 !important;
}

    .button-group-error .btn-left[b-n2wmwl7ctc],
    .button-group-error .btn-space[b-n2wmwl7ctc] {
        border-right-color: #dc3545 !important;
    }

.validation-success[b-n2wmwl7ctc] {
    color: #0f5132;
    background: #d1e7dd;
    border: 1px solid #badbcc;
}

    .validation-success .signature-validation-icon[b-n2wmwl7ctc] {
        background: #198754;
        color: #fff;
    }

.signature-item-right.signature-item-right-total[b-n2wmwl7ctc] {
    justify-content: flex-end;
}

.button-group-total[b-n2wmwl7ctc] {
    height: 2.28163rem;
    border-radius: var(--radius-5, 0.41488rem);
    border: 0.83px solid var(--Theme-Colors-Border-Colors-border-grey, #CED4DA);
    box-shadow: 0 0 0 0.83px rgba(10, 13, 18, 0.18) inset,
                0 -1.659px 0 0 rgba(10, 13, 18, 0.05) inset,
                0 0.83px 1.659px 0 rgba(10, 13, 18, 0.05);
    overflow: hidden;
}

.button-group-total .btn-space-total[b-n2wmwl7ctc] {
    min-height: 2.07425rem;
    padding: 0.34419rem 0.68838rem;
    border: none !important;         
    border-right: none !important;
    border-radius: 0 !important;     
    box-shadow: none !important;   
    background: var(--Colors-Background-bg-primary_hover, #FAFAFA);
    margin: 0;
}
.child-order-apostille-in-process-banner-outer-div[b-n2wmwl7ctc] {
    display: flex;
    flex-direction: row;
    align-items: normal;
    gap: 0.5rem;
    padding: 1rem;
    border-radius: 0.375rem;
    border: 1px solid #FFECB5;
    background: #FFF3CD;
    margin-bottom: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.child-order-apostille-in-process-banner-general-text[b-n2wmwl7ctc] {
    color: #664D03;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

.custom-info-icon[b-n2wmwl7ctc] {
    color: #664D03;
    font-size: 1rem;
    line-height: 1.5rem;
}
/* _content/Customer.WebApp/Components/CreateOrder/ProvideDocumentation.razor.rz.scp.css */
.provide-doc-outer-div[b-5djv6lq4jm] {
    width: 100%;
    max-width: 85rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

    @media only screen and (min-width: 1000px) {
        .provide-doc-outer-div[b-5djv6lq4jm] {
            padding-left: 3rem;
            padding-right: 3rem;
        }
    }

    .provide-doc-h1[b-5djv6lq4jm] {
        color: #212529;
        font-family: "Roboto", sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
    }

    .provide-doc-sub-header[b-5djv6lq4jm] {
        color: #6C757D;
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        font-weight: 400;
    }

    .provide-doc-header-div[b-5djv6lq4jm] {
        margin-bottom: 1rem;
    }

    @media only screen and (min-width: 600px) {
        .provide-doc-header-div[b-5djv6lq4jm] {
            display: flex;
            justify-content: space-between;
            margin-bottom: 0;
        }
    }

    [b-5djv6lq4jm] .provide-doc-preview-button {
        height: fit-content;
        align-self: center;
    }

    .provide-doc-inputs-outer-div[b-5djv6lq4jm] {
        padding: 1.5rem;
        border-radius: 0.5rem;
        border: 1px solid #F8F9FA;
        background: #FFF;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    }

    .name-div[b-5djv6lq4jm] {
        margin-bottom: 1rem;
    }

    /* 10084: single source of truth for this page's four card titles - Document Information,
       Upload Document, "How will you provide your document?" and Return Address. Matches the
       *-h2 card-title convention used by the sibling create-order step components. */
.provide-doc-h2[b-5djv6lq4jm],
.doc-method-title[b-5djv6lq4jm] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1rem;
}

    .provide-doc-form-group[b-5djv6lq4jm] {
        margin-bottom: 1rem;
    }

    @media only screen and (min-width: 600px) {
        .provide-doc-form-group[b-5djv6lq4jm] {
            display: flex;
            justify-content: space-between;
            gap: 1rem;
        }
    }

    .provide-doc-input-group[b-5djv6lq4jm] {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.38rem;
    }

    .red-asterisk[b-5djv6lq4jm] {
        color: #DC3545;
    }

    [b-5djv6lq4jm] .form-control::placeholder {
        color: #ADB5BD;
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
    }

    /*.provide-doc-button-div {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}
*/

.custom-select-arrow[b-5djv6lq4jm] {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
    .custom-select-wrapper[b-5djv6lq4jm] {
        position: relative;
        width: 100%;
    }

        .doc-select[b-5djv6lq4jm],
        .custom-select-wrapper .form-control[b-5djv6lq4jm] {
            width: 100%;
            padding-right: 2.5rem; /* Space for the arrow */
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: none;
            line-height: normal;
        }

    .provide-doc-button-div[b-5djv6lq4jm] {
        display: flex;
        gap: 1rem;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 1.5rem;
    }

    .prev-cancel-button-wrapper[b-5djv6lq4jm] {
        display: flex;
        gap: 1rem;
    }

    .cancel-btn[b-5djv6lq4jm] {
        display: flex;
        height: 2.75rem;
        padding: 0.625rem var(--spacing-xl, 1rem);
        justify-content: center;
        align-items: center;
        gap: var(--spacing-sm, 0.375rem);
        border-radius: var(--radius-4, 0.375rem);
        border: 1px solid var(--Theme-Colors-Border-Colors-border-grey, #CED4DA);
        background: var(--Theme-Colors-Background-Colors-bg-white, #FFF);
        box-shadow: 0 0 0 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(10, 13, 18, 0.18)) inset, 0 -2px 0 0 var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(10, 13, 18, 0.05)) inset, 0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
        color: var(--Grey-700, #495057);
        font-family: var(--Font-Family-font-base, Roboto);
        font-size: var(--paragraphs-body-p, 1rem);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

        .cancel-btn:hover[b-5djv6lq4jm] {
            background-color: #737373;
            color: #FFF;
        }

        .cancel-btn:focus-visible[b-5djv6lq4jm] {
            outline: none;
            border: 1px solid #DADADA;
            background: #FFF;
            box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
        }

        .cancel-btn:active[b-5djv6lq4jm] {
            background-color: #444;
            color: #FFF;
        }

    /* Extra Small screen */
    @media (max-width: 575.98px) {
        .provide-doc-button-div[b-5djv6lq4jm] {
            display: flex;
            margin-top: 1.5rem;
            flex-flow: column-reverse;
        }

        .prev-cancel-button-wrapper[b-5djv6lq4jm] {
            display: flex;
            flex-flow: column-reverse;
            align-items: stretch;
        }

    }

.doc-method-container[b-5djv6lq4jm] {
    margin: 16px 0 24px;
}

.doc-method-subtitle[b-5djv6lq4jm] {
    font-size: 16px;
    color: #495057;
    font-weight:400;
    font-style: normal;
    line-height: normal;
    margin-bottom: 12px;
}

.doc-method-options[b-5djv6lq4jm] {
    display: flex;
    gap: 16px;
}

.doc-method-card[b-5djv6lq4jm] {
    position: relative;
    flex: 1;
    border: 1px solid #CED4DA;
    border-radius: 12px;
    padding: 16px;
    cursor: pointer;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #FFF;
    transition: all 0.2s ease;
}

    .doc-method-card:hover[b-5djv6lq4jm] {
        border-color: #CED4DA;
    }

    .doc-method-card.selected[b-5djv6lq4jm] {
        border: 1px solid #087990;
        background: #FFF;
        border-radius: 12px;
        display: flex;
        min-width: 281px;
        padding: 16px;
        align-items: flex-start;
        align-content: flex-start;
        flex: 1 0 0;
        flex-wrap: wrap;
    }
    .doc-method-card:focus[b-5djv6lq4jm] {
        border: 2px solid #087990;
        box-shadow: 0 0 0 3px #D7EEF3;
    }

    .doc-method-card input[type="radio"][b-5djv6lq4jm] {
        margin-top: 2px;
        width: 18px;
        height: 18px;
        accent-color: #087990;
        cursor: pointer;
        flex-shrink: 0;
    }


.doc-method-content[b-5djv6lq4jm] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.doc-method-header[b-5djv6lq4jm] {
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: #495057;
}

.doc-method-text[b-5djv6lq4jm] {
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: #495057;
}
.doc-method-panel[b-5djv6lq4jm] {
    background: #ffffff;
    border: 1px solid #E9ECEF;
    border-radius: 12px;
    padding: 12px 18px 12px 18px;
    margin-bottom: 16px;
}

.return-address-section[b-5djv6lq4jm] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.return-address-subtitle[b-5djv6lq4jm] {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
}

.address-options[b-5djv6lq4jm] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.address-card[b-5djv6lq4jm] {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid #d6d9de;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .address-card.selected[b-5djv6lq4jm] {
        border: 1px solid #0d8db8;
    }

    .address-card input[type="radio"][b-5djv6lq4jm] {
        margin-top: 2px;
    }

.address-card-content[b-5djv6lq4jm] {
    display: flex;
    flex-direction: column;
}

.address-card-title[b-5djv6lq4jm] {
    font-size: 14px;
    font-weight: 600;
    color: #343a40;
}

.address-card-subtitle[b-5djv6lq4jm] {
    font-size: 13px;
    color: #6c757d;
}

.form-grid[b-5djv6lq4jm] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.form-field[b-5djv6lq4jm] {
    display: flex;
    flex-direction: column;
}

    .form-field label[b-5djv6lq4jm] {
        font-size: 14px;
        font-weight: 500;
        color: #343a40;
        margin-bottom: 6px;
    }

    .form-field input[b-5djv6lq4jm],
    .form-field select[b-5djv6lq4jm] {
        height: 42px;
        border: 1px solid #d6d9de;
        border-radius: 4px;
        padding: 0 12px;
        width: 100%;
        background: white;
    }

        .form-field input:focus[b-5djv6lq4jm],
        .form-field select:focus[b-5djv6lq4jm] {
            outline: none;
            border-color: #0d8db8;
        }

.prepaid-label-btn[b-5djv6lq4jm] {
    margin-top: 12px;
    height: 34px;
    padding: 0 12px;
    background: white;
    border: 1px solid #d6d9de;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

    .prepaid-label-btn:hover[b-5djv6lq4jm] {
        background: #f8f9fa;
    }

.shipping-label-card[b-5djv6lq4jm] {
    margin-top: 16px;
    border: 1px solid #d6d9de;
    border-radius: 8px;
    background: white;
}

.shipping-label-header[b-5djv6lq4jm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #d6d9de;
    font-weight: 600;
}


.shipping-label-body[b-5djv6lq4jm] {
    padding: 16px;
}

    .shipping-label-body label[b-5djv6lq4jm] {
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
    }

    .shipping-label-body input[b-5djv6lq4jm] {
        width: 100%;
        height: 42px;
        border: 1px solid #d6d9de;
        border-radius: 4px;
        padding: 0 12px;
    }

.optional-text[b-5djv6lq4jm] {
    color: #6c757d;
    font-weight: 400;
}

.address-input[b-5djv6lq4jm] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
    box-sizing: border-box;
}
    .address-input:focus[b-5djv6lq4jm] {
        outline: none;
        border-color: #0F62FE;
    }

.full-width[b-5djv6lq4jm] {
    grid-column: 1 / -1;
}

.shipping-label-box[b-5djv6lq4jm] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    margin-top: 16px;
    margin-bottom: 16px;
    background: #FFF;
    border: 1px solid #CED4DA;
    border-radius: 6px;
    box-shadow: 0 0 0 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(10, 13, 18, 0.18)) inset, 0 -2px 0 0 var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(10, 13, 18, 0.05)) inset, 0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
    cursor: pointer;
}

    .shipping-label-box:hover[b-5djv6lq4jm] {
        background: #F3F4F6;
    }

#prepaidBox.shipping-card[b-5djv6lq4jm] {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fafafa;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    overflow: hidden;
    margin-top: 0.8125rem;
}

/* HEADER ALIGNMENT FIX */
#prepaidBox .shipping-header[b-5djv6lq4jm] {
    display: flex;
    justify-content: space-between;
    align-items: center; /* 👈 key fix */
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    background: #F8F9FA;
}

    /* TITLE */
    #prepaidBox .shipping-header h3[b-5djv6lq4jm] {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: #333;
        line-height: 1;
    }

/* REMOVE BUTTON */
#prepaidBox .remove-btn[b-5djv6lq4jm] {
    border:none;
    background: none;
    color:  #D92D20;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* BODY */
#prepaidBox .shipping-body[b-5djv6lq4jm] {
    padding: 15px;
    background: #FFF;
}

    #prepaidBox .shipping-body label[b-5djv6lq4jm] {
        display: block;
        font-size: 13px;
        margin-bottom: 6px;
        color: #333;
    }

        #prepaidBox .shipping-body label span[b-5djv6lq4jm] {
            color: #999;
            font-weight: normal;
        }

    /* INPUT */
    #prepaidBox .shipping-body input[b-5djv6lq4jm] {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 14px;
        outline: none;
    }

        #prepaidBox .shipping-body input:focus[b-5djv6lq4jm] {
            border-color: #4a90e2;
            box-shadow: 0 0 4px rgba(74,144,226,0.4);
        }
.select-wrapper[b-5djv6lq4jm] {
    position: relative;
    width: 100%;
}

.custom-select[b-5djv6lq4jm] {
    width: 100%;
    height: 42px;
    padding: 8px 40px 8px 12px; /* space for arrow */
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-select-arrow[b-5djv6lq4jm] {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    height: 100%;
}
    

.custom-select-arrow-return[b-5djv6lq4jm] {
    position: absolute;
    top: 70%;
    right: 1rem;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    height: 100%;
}
    .custom-select-arrow-return.arrow-error[b-5djv6lq4jm] {
        top: 50%;
    }
.thick-invalid[b-5djv6lq4jm] {
    border: 3px solid #dc3545 !important; /* Bootstrap's invalid red */
}

.profile-error-banner-red[b-5djv6lq4jm] {
    background: #F8D7DA;
    color: #842029;
    border: 1px solid #F5C2C7;
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
}
.profile-error-banner-yellow[b-5djv6lq4jm] {
    background: #FFF3CD;
    color: #FFF3CD;
    border: 1px solid #FFF3CD;
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
}
.banner-text-yellow[b-5djv6lq4jm] {
    display: contents;
    color: #664D03;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.banner-text-red[b-5djv6lq4jm] {
    display:contents;
    color: #842029;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 768px) {
    .address-options[b-5djv6lq4jm] {
        grid-template-columns: 1fr;
    }

    .form-grid[b-5djv6lq4jm] {
        grid-template-columns: 1fr;
    }
}

.add-prepaid-button-container[b-5djv6lq4jm] {
    padding-top: 0.8125rem;
}

.form-control.invalid[b-5djv6lq4jm] {
    border: 3px solid #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* _content/Customer.WebApp/Components/CreateOrder/QuickGuideComponent.razor.rz.scp.css */
.quick-guide-outer-div[b-oszbfk80m0] {
    width: 100%;
    max-width: 85rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media only screen and (min-width: 600px){
    .quick-guide-outer-div[b-oszbfk80m0]{
        padding-left: 2.8rem;
        padding-right: 2.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .quick-guide-outer-div[b-oszbfk80m0] {
        padding-left: 2.8rem;
        padding-right: 2.8rem;
    }
}

.quick-guide-header-div[b-oszbfk80m0] {
    min-width: 21.4375rem;
}

.quick-guide-h1[b-oszbfk80m0] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

.quick-guide-sub-header[b-oszbfk80m0] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.application-steps-outer-div[b-oszbfk80m0] {
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #F8F9FA;
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.application-first-step[b-oszbfk80m0] {
    display: grid;
    grid-template-columns: auto auto;
    padding-bottom: 1.5rem;
    gap: 1rem;
    border-bottom: 1px solid #CED4DA;
    justify-content: start;
    align-items: center;
}

.application-middle-steps[b-oszbfk80m0] {
    display: grid;
    grid-template-columns: auto auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    gap: 1rem;
    border-bottom: 1px solid #CED4DA;
    justify-content: start;
    align-items: center;
}

.application-last-step[b-oszbfk80m0] {
    display: grid;
    grid-template-columns: auto auto;
    padding-top: 1.5rem;
    gap: 1rem;
    justify-content: start;
    align-items: center;
}

.quick-guide-h2[b-oszbfk80m0] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

.quick-guide-p[b-oszbfk80m0] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

.quick-guide-end[b-oszbfk80m0] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 1rem;
    padding-top: 1.5rem;
}

.button-container[b-oszbfk80m0] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
}

.cancel-btn[b-oszbfk80m0] {
    display: flex;
    height: 2.75rem;
    padding: 0.625rem var(--spacing-xl, 1rem);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 0.375rem);
    flex: 1 0 0;
    border-radius: var(--radius-4, 0.375rem);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-grey, #CED4DA);
    background: var(--Theme-Colors-Background-Colors-bg-white, #FFF);
    box-shadow: 0 0 0 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(10, 13, 18, 0.18)) inset, 0 -2px 0 0 var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(10, 13, 18, 0.05)) inset, 0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
    color: var(--Grey-700, #495057);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 1rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .cancel-btn:hover[b-oszbfk80m0] {
        background-color: #737373;
        color: #FFF;
    }

    .cancel-btn:focus-visible[b-oszbfk80m0] {
        outline: none;
        border: 1px solid #DADADA;
        background: #FFF;
        box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    }

    .cancel-btn:active[b-oszbfk80m0] {
        background-color: #444;
        color: #FFF;
    }


/* Extra Small screen */
@media (max-width: 575.98px) {
    .quick-guide-end[b-oszbfk80m0] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding-top: 1.5rem;
    }

    .button-container[b-oszbfk80m0] {
        display: flex;
        flex-flow: column-reverse;
    }

    .cancel-btn[b-oszbfk80m0] {
        width: 17.25rem;
        height: 2.875rem;
    }
}

/* Small screen */
@media only screen and (min-width: 576px) {
    .quick-guide-end[b-oszbfk80m0] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding-top: 1.5rem;
    }

    .button-container[b-oszbfk80m0] {
        display: flex;
        flex-flow: column-reverse;
    }

    .cancel-btn[b-oszbfk80m0] {
        width: 17.25rem;
        height: 2.875rem;
    }
}

/* Medium screen */
@media only screen and (min-width: 768px) {
    .quick-guide-end[b-oszbfk80m0] {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        padding-top: 1.5rem;
    }

    .button-container[b-oszbfk80m0] {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-flow: row;
    }

    .cancel-btn[b-oszbfk80m0] {
        width: 100%;
        height: 2.875rem;
    }
}
/* _content/Customer.WebApp/Components/CreateOrder/RecipientsAndNotifications.razor.rz.scp.css */
.recipients-notifications-outer-div[b-adoj64geem] {
    width: 100%;
    max-width: 85rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media only screen and (min-width: 1000px) {
    .recipients-notifications-outer-div[b-adoj64geem] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.recipients-notifications-h1[b-adoj64geem] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

.recipients-notifications-sub-header[b-adoj64geem] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.recipients-notifications-inputs-container[b-adoj64geem] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.recipients-notifications-inputs-outer-div[b-adoj64geem] {
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #F8F9FA;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.recipients-notifications-h2[b-adoj64geem] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.recipients-notifications-inputs-inner-div[b-adoj64geem] {
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #F8F9FA;
    margin-bottom: 1.5rem;
}

.recipients-notifications-h3-div[b-adoj64geem] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recipients-notifications-h3[b-adoj64geem] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.recipient-name-email-summary[b-adoj64geem] {
    margin-bottom: 0;
    color: #495057;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
}

.remove-default-css-recipient-button[b-adoj64geem] {
    background: transparent;
    border: none;
    outline: none;
}

.recipients-notifications-form-group[b-adoj64geem] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 600px) {
    .recipients-notifications-form-group[b-adoj64geem] {
        flex-direction: row;
        justify-content: space-between;
    }
}

.recipients-notifications-input-group[b-adoj64geem] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
    white-space: nowrap;
    overflow: hidden;
}

.recipients-notifications-input-group label[b-adoj64geem]{
    overflow: hidden;
    text-overflow: ellipsis;
}

.red-asterisk[b-adoj64geem] {
    color: #DC3545;
}

[b-adoj64geem] .valid.modified:not([type=checkbox]) {
    outline: none;
}

[b-adoj64geem] .invalid.modified:not([type=checkbox]) {
    border: 1.5px solid #dc3545 
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.15);
}


[b-adoj64geem] .form-control::placeholder {
    color: #ADB5BD;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
}

 
.add-recipient-button[b-adoj64geem] {
    color: #09101D;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    outline: none;
    border: 2px solid transparent;
    background-color: transparent;
    padding: 0.31rem 0.56rem;
}

.add-recipient-button:hover[b-adoj64geem] {
    color: #0D5257;
    border-radius: 0.375rem;
    background-color: rgba(13, 82, 87, 0.05);
}

.add-recipient-button:focus-visible[b-adoj64geem] {
    color: #333;
    border-radius: 0.375rem;
    border: 2px solid #DADADA;
    padding: 0.31rem 0.56rem;
}

.add-recipient-button:active[b-adoj64geem] {
    color: #0D5257;
    border-radius: 0.375rem;
    background: rgba(13, 82, 87, 0.20);
}

.recipients-notifications-checkboxes[b-adoj64geem] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.recipients-notifications-checkbox-outer-container[b-adoj64geem] {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #CED4DA;
    background: #FFF;
}

.recipients-notifications-checkbox-inner-container[b-adoj64geem] {
    display: flex;
    justify-content: space-between;
}

.recipients-notifications-checkbox[b-adoj64geem]{
    display: flex;
    gap: 0.5rem;
}

.recipients-notifications-email-svg[b-adoj64geem] {
    height: 1.25rem;
    width: 1.25rem;
}

.recipients-notifications-checkbox-label[b-adoj64geem] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
}


.sms-label[b-adoj64geem] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    /*TO BE REMOVED ONCE sms-label-span IS NO LONGER NEEDED (after the removal of "coming soon" pill)*/
    display: flex;
    gap: 0.5rem;
}

.sms-label-span[b-adoj64geem] {
    color: #083D41;
    font-size: 0.625rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    background: #CFF4FC;
}

/*.recipients-notifications-button-div {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}
*/
.custom-select-wrapper[b-adoj64geem] {
    position: relative;
    width: 100%;
}

.country-input-style[b-adoj64geem] {
    width: 100%;
    padding-right: 2.5rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
}
.country-select[b-adoj64geem] {
    width: 100%;
    padding-right: 2.5rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
}

.custom-select-arrow[b-adoj64geem] {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    height: 100%;
}

.input-error[b-adoj64geem] {
    border: 1px solid red !important;
    background-color: #ffe6e6;
}

.recipients-notifications-button-div[b-adoj64geem] {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.prev-cancel-button-wrapper[b-adoj64geem] {
    display: flex;
    gap: 1rem;
}

.cancel-btn[b-adoj64geem] {
    display: flex;
    height: 2.75rem;
    padding: 0.625rem var(--spacing-xl, 1rem);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 0.375rem);
    border-radius: var(--radius-4, 0.375rem);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-grey, #CED4DA);
    background: var(--Theme-Colors-Background-Colors-bg-white, #FFF);
    box-shadow: 0 0 0 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(10, 13, 18, 0.18)) inset, 0 -2px 0 0 var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(10, 13, 18, 0.05)) inset, 0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
    color: var(--Grey-700, #495057);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 1rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .cancel-btn:hover[b-adoj64geem] {
        background-color: #737373;
        color: #FFF;
    }

    .cancel-btn:focus-visible[b-adoj64geem] {
        outline: none;
        border: 1px solid #DADADA;
        background: #FFF;
        box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    }

    .cancel-btn:active[b-adoj64geem] {
        background-color: #444;
        color: #FFF;
    }

/* Extra Small screen */
@media (max-width: 575.98px) {
    .recipients-notifications-button-div[b-adoj64geem] {
        display: flex;
        margin-top: 1.5rem;
        flex-flow: column-reverse;
    }

    .prev-cancel-button-wrapper[b-adoj64geem] {
        display: flex;
        flex-flow: column-reverse;
        align-items: stretch;
    }
}



/* _content/Customer.WebApp/Components/CreateOrder/RecipientsAndNotificationsPaper.razor.rz.scp.css */
.recipients-notifications-outer-div[b-ncxy8vlz49] {
    width: 100%;
    max-width: 85rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media only screen and (min-width: 1000px) {
    .recipients-notifications-outer-div[b-ncxy8vlz49] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.recipient-info-h1[b-ncxy8vlz49] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

.recipient-info-sub-header[b-ncxy8vlz49] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.recipient-info-inputs-outer-div[b-ncxy8vlz49] {
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #F8F9FA;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.remove-address-button[b-ncxy8vlz49] {
    color: #c82333; /* red tone */
    background: transparent;
    border: 1px solid transparent;
    padding: 0.4rem 0.6rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
}

    .remove-address-button:hover[b-ncxy8vlz49],
    .remove-address-button:focus[b-ncxy8vlz49] {
        text-decoration: underline;
        outline: none;
    }


.add-address-button[b-ncxy8vlz49] {
    border-radius: 0.375rem;
    border: 1px solid #DADADA;
    padding: 0.4375rem 0.8125rem;
    background: #FFF;
}

    .add-address-button:hover[b-ncxy8vlz49] {
        background-color: #737373;
        color: #FFF;
    }

    .add-address-button:focus-visible[b-ncxy8vlz49] {
        outline: none;
        border: 1px solid #DADADA;
        background: #FFF;
        box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    }

    .add-address-button:active[b-ncxy8vlz49] {
        background-color: #444;
        color: #FFF;
    }

.add-address-button-submit[b-ncxy8vlz49] {
    color: #FFF;
    padding: 0.4375rem 0.8125rem;
    border-radius: 0.375rem;
    border: 1px solid #0D5257;
    background-color: #0D5257;
}

    .add-address-button-submit:hover[b-ncxy8vlz49] {
        background: linear-gradient(180deg, #013A45 0%, #03494E 53%, #013A45 100%);
    }

    .add-address-button-submit:focus-visible[b-ncxy8vlz49] {
        outline: none;
        background: linear-gradient(180deg, #0D4B57 0%, #136065 45.87%, #0D5257 97%);
        box-shadow: 0 0 0 4px rgba(0, 182, 189, 0.20);
    }

    .add-address-button-submit:active[b-ncxy8vlz49] {
        background: linear-gradient(180deg, #013A45 0%, #03494E 53%, #013A45 100%);
    }

.address-header[b-ncxy8vlz49] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

    .address-header .customer-info-h2[b-ncxy8vlz49] {
        margin: 0; /* keep h2 vertical-aligned with button */
        font-size: 1.25rem; /* preserve sizing if needed */
    }


.recipient-info-h2[b-ncxy8vlz49] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.recipient-info-h2-sub-header[b-ncxy8vlz49] {
    color: #6B7280;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
}

.recipient-info-buttons-div[b-ncxy8vlz49] {
    border-radius: 0.375rem;
    border: 1px solid #CED4DA;
    background: #FFFFFF;
    margin-bottom: 1rem;
    padding: 1rem;
    display: flex;
    gap: 1rem;
}

.use-my-information-button[b-ncxy8vlz49] {
    padding: 0.3125rem 0.5625rem;
    color: #0D5257;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    border-radius: 0.375rem;
    border: 1px solid #0D5257;
}

.use-my-information-button:hover[b-ncxy8vlz49] {
    color: #FFF;
    border: 1px solid #0D5257;
    background: linear-gradient(180deg, #0D4B57 0%, #136065 45.87%, #0D5257 97%);
}

.use-my-information-button:focus-visible[b-ncxy8vlz49] {
    border: 1px solid #0D5257;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0 0 0 4px rgba(13, 170, 181, 0.50);
    outline: none;
}

.use-my-information-button:active[b-ncxy8vlz49] {
    color: #FFF;
    border: 1px solid #0D5257;
    background: linear-gradient(180deg, #013A45 0%, #03494E 53%, #013A45 100%);
}

.clear-recipient-info-button[b-ncxy8vlz49] {
    padding: 0.3125rem 0.5625rem;
    color: #09101D;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    border-radius: 0.375rem;
    border: 1px solid #DADADA;
}

.clear-recipient-info-button:hover[b-ncxy8vlz49] {
    color: #FFF;
    border: 1px solid #737373;
    background-color: #737373;
}

.clear-recipient-info-button:focus-visible[b-ncxy8vlz49] {
    outline: none;
    border: 1px solid #DADADA;
    background: rgba(13, 110, 253, 0.00);
    box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
}

.clear-recipient-info-button:active[b-ncxy8vlz49] {
    color: #FFF;
    border: 1px solid #444;
    background-color: #444;
}

.recipient-info-form-group[b-ncxy8vlz49] {
    margin-bottom: 1rem;
}

@media only screen and (min-width: 600px) {
    .recipient-info-form-group[b-ncxy8vlz49] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }
}

.recipient-info-input-group[b-ncxy8vlz49] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
}

.recipients-notifications-inputs-outer-div[b-ncxy8vlz49] {
    margin-top: 1.5rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #F8F9FA;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.recipients-notifications-h2[b-ncxy8vlz49] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.recipients-notifications-sub-header[b-ncxy8vlz49] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.recipients-notifications-inputs-inner-div[b-ncxy8vlz49] {
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #F8F9FA;
    margin-bottom: 1.5rem;
}

.recipients-notifications-h3-div[b-ncxy8vlz49] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recipients-notifications-h3[b-ncxy8vlz49] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.recipients-notifications-checkboxes[b-ncxy8vlz49] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.recipients-notifications-checkbox-outer-container[b-ncxy8vlz49] {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #CED4DA;
    background: #FFF;
}

.recipients-notifications-checkbox-inner-container[b-ncxy8vlz49] {
    display: flex;
    justify-content: space-between;
}

.recipients-notifications-checkbox[b-ncxy8vlz49] {
    display: flex;
    gap: 0.5rem;
}

.recipients-notifications-email-svg[b-ncxy8vlz49] {
    height: 1.25rem;
    width: 1.25rem;
}

.recipients-notifications-checkbox-label[b-ncxy8vlz49] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
}

.sms-label[b-ncxy8vlz49] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    /*TO BE REMOVED ONCE sms-label-span IS NO LONGER NEEDED (after the removal of "coming soon" pill)*/
    display: flex;
    gap: 0.5rem;
}

.sms-label-span[b-ncxy8vlz49] {
    color: #083D41;
    font-size: 0.625rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    background: #CFF4FC;
    }

.recipient-name-email-summary[b-ncxy8vlz49] {
    margin-bottom: 0;
    color: #495057;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
}

.remove-default-css-recipient-button[b-ncxy8vlz49] {
    background: transparent;
    border: none;
    outline: none;
}

.recipients-notifications-form-group[b-ncxy8vlz49] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 600px) {
    .recipients-notifications-form-group[b-ncxy8vlz49] {
        flex-direction: row;
        justify-content: space-between;
    }
}

.recipients-notifications-input-group[b-ncxy8vlz49] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
    white-space: nowrap;
    overflow: hidden;
}

.recipients-notifications-input-group label[b-ncxy8vlz49] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.red-asterisk[b-ncxy8vlz49] {
    color: #DC3545;
}

[b-ncxy8vlz49] .form-control::placeholder {
    color: #ADB5BD;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
}

.add-recipient-button[b-ncxy8vlz49] {
    color: #09101D;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    outline: none;
    border: 2px solid transparent;
    background-color: transparent;
    padding: 0.31rem 0.56rem;
}

.add-recipient-button:hover[b-ncxy8vlz49] {
    color: #0D5257;
    border-radius: 0.375rem;
    background-color: rgba(13, 82, 87, 0.05);
}

.add-recipient-button:focus-visible[b-ncxy8vlz49] {
    color: #333;
    border-radius: 0.375rem;
    border: 2px solid #DADADA;
    padding: 0.31rem 0.56rem;
}

.add-recipient-button:active[b-ncxy8vlz49] {
    color: #0D5257;
    border-radius: 0.375rem;
    background: rgba(13, 82, 87, 0.20);
}

/*.recipients-notifications-button-div {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}*/

.custom-select-wrapper[b-ncxy8vlz49] {
    position: relative;
    width: 100%;
}

    .country-select[b-ncxy8vlz49],
    .custom-select-wrapper .form-control[b-ncxy8vlz49] {
        width: 100%;
        padding-right: 2.5rem; /* Space for the arrow */
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: none;
    }

.custom-select-arrow[b-ncxy8vlz49] {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    height: 100%;
}

.input-error[b-ncxy8vlz49] {
    border: 1px solid red !important;
    background-color: #ffe6e6;
}

.is-invalid[b-ncxy8vlz49] {
    border: 1px solid red !important;
}

.recipients-notifications-button-div[b-ncxy8vlz49] {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.prev-cancel-button-wrapper[b-ncxy8vlz49] {
    display: flex;
    gap: 1rem;
}

.cancel-btn[b-ncxy8vlz49] {
    display: flex;
    height: 2.75rem;
    padding: 0.625rem var(--spacing-xl, 1rem);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 0.375rem);
    border-radius: var(--radius-4, 0.375rem);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-grey, #CED4DA);
    background: var(--Theme-Colors-Background-Colors-bg-white, #FFF);
    box-shadow: 0 0 0 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(10, 13, 18, 0.18)) inset, 0 -2px 0 0 var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(10, 13, 18, 0.05)) inset, 0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
    color: var(--Grey-700, #495057);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 1rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .cancel-btn:hover[b-ncxy8vlz49] {
        background-color: #737373;
        color: #FFF;
    }

    .cancel-btn:focus-visible[b-ncxy8vlz49] {
        outline: none;
        border: 1px solid #DADADA;
        background: #FFF;
        box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    }

    .cancel-btn:active[b-ncxy8vlz49] {
        background-color: #444;
        color: #FFF;
    }

/* Extra Small screen */
@media (max-width: 575.98px) {
    .recipients-notifications-button-div[b-ncxy8vlz49] {
        display: flex;
        margin-top: 1.5rem;
        flex-flow: column-reverse;
    }

    .prev-cancel-button-wrapper[b-ncxy8vlz49] {
        display: flex;
        flex-flow: column-reverse;
        align-items: stretch;
    }
}

/* _content/Customer.WebApp/Components/Enterprise/EnterBillingCodeModal.razor.rz.scp.css */
/* Overrides for the "Enter State Billing Code" modal. Everything else comes from the um-* modal
   kit in wwwroot/css/user-management.css — only what the design does differently lives here. */

/* The design's dialog is wider than the kit's 460px default, which would wrap the notice copy
   onto an extra line. Class + scope beats the plain .um-modal selector, so no !important. */
.enterprise-billing-modal[b-9nnp43y1p2] {
    max-width: 31.25rem;
}

/* Icon and copy on one row, icon level with the first line of a wrapping notice. Same treatment
   as .um-join-notice on the Join Team page, restated here rather than borrowing that class: this
   is not the join flow, and a shared name would imply it is. Colors are the notice blues already
   used across the module (#e7f1ff fill / #cfe2ff border / #052c65 ink). */
.enterprise-billing-notice[b-9nnp43y1p2] {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    text-align: left;
    background: #e7f1ff;
    border-color: #cfe2ff;
    color: #052c65;
}

/* UmIcon's <svg> is inside a child component, so scoped CSS cannot reach it — this wrapper is in
   our own markup and carries the sizing instead. */
.enterprise-billing-notice-icon[b-9nnp43y1p2] {
    display: inline-flex;
    flex: 0 0 1rem;
    margin-top: 0.125rem;
}
/* _content/Customer.WebApp/Components/Enterprise/EnterpriseAccountBanner.razor.rz.scp.css */
/* Enterprise Account banner — design "Figma Design/Enterprise/Banner.png".

   Reuses the same info-blue trio as the Team Invitation banner that sits directly above it
   (#E7F1FF fill / #9EC5FE border / #084298 text) rather than introducing a fourth blue. Units and
   font stack follow ReviewOrders.razor.css, the host page's stylesheet. */

.enterprise-banner[b-pw3oxk91dc] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    align-self: stretch;
    padding: 1rem 1.25rem;
    /* Keeps long copy clear of the close button in the corner. */
    padding-right: 3.5rem;
    margin-bottom: 1.25rem;
    border: 0.0625rem solid #9EC5FE;
    border-radius: 0.375rem;
    background: #E7F1FF;
}

.enterprise-banner-title[b-pw3oxk91dc] {
    margin: 0;
    color: #084298;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.enterprise-banner-body[b-pw3oxk91dc] {
    margin: 0;
    /* The design wraps this copy onto two lines rather than one very long one. */
    max-width: 60rem;
    color: #084298;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.enterprise-banner-actions[b-pw3oxk91dc] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-top: 0.25rem;
    flex-wrap: wrap;
}

.enterprise-banner-close[b-pw3oxk91dc] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    border: none;
    background: transparent;
    opacity: 0.5;
    cursor: pointer;
}

    .enterprise-banner-close:hover[b-pw3oxk91dc] {
        opacity: 1;
    }

    .enterprise-banner-close:focus-visible[b-pw3oxk91dc] {
        outline: 0.125rem solid #084298;
        outline-offset: 0.125rem;
        opacity: 1;
    }

    .enterprise-banner-close img[b-pw3oxk91dc] {
        width: 0.75rem;
        height: 0.75rem;
    }

@media (max-width: 575.98px) {
    .enterprise-banner[b-pw3oxk91dc] {
        padding: 1rem;
        padding-right: 3rem;
    }
}
/* _content/Customer.WebApp/Components/Enterprise/EnterpriseNoBillSummary.razor.rz.scp.css */
/* Enterprise Account · No-Bill panel — design "Figma Design/Enterprise/BillingAndPayment.png".

   Scoped to this component rather than added to PaymentAndOrderSummary.razor.css: that stylesheet
   is another developer's, and scoped CSS means this panel cannot restyle anything around it.
   Units and font stack follow PaymentAndOrderSummary.razor.css; every colour below is sampled
   from the design export rather than eyeballed. #D1E7DD is the same green the platform already
   uses for the "Issued" status pill. */

.enterprise-nobill[b-tn778croem] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    /* Separates the panel from the total rule directly above it. */
    margin-top: 1rem;
    padding: 0.75rem;
    border: 1px solid #D1E7DD;
    border-radius: 0.5rem;
    background-color: #F0FDFA;
}

.enterprise-nobill-title[b-tn778croem] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0;
}

.enterprise-nobill-body[b-tn778croem] {
    color: #343A40;
    font-family: "Roboto", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

    .enterprise-nobill-body strong[b-tn778croem] {
        font-weight: 600;
        color: #212529;
    }

/* Breakdown line, ruled off from the copy above as the design shows. The rule is a shade
   stronger than the panel's own border, which is what the export shows. */
.enterprise-nobill-row[b-tn778croem] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid #BFE0D2;
}

.enterprise-nobill-row-label[b-tn778croem] {
    color: #343A40;
    font-family: "Roboto", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    margin-bottom: 0;
}

    .enterprise-nobill-row-label strong[b-tn778croem] {
        font-weight: 600;
        color: #212529;
    }

.enterprise-nobill-row-amount[b-tn778croem] {
    color: #212529;
    text-align: right;
    font-family: "Roboto", sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 0;
}
/* _content/Customer.WebApp/Components/Layout/CreateReviewOrdersTop.razor.rz.scp.css */
.create-review-notice[b-5giea5inkt] {
    font-family: "Open Sans", sans-serif;
    background-color: #E9F8F1;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem;
}

.create-review-notice-text[b-5giea5inkt] {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 1.25rem;
    border-left: 8px solid #63ADB3;
}

img.create-review-clickable[b-5giea5inkt] {
    cursor: pointer;
}


.create-review-inner-div[b-5giea5inkt] {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.create-review-header[b-5giea5inkt] {
    font-family: "Open Sans", sans-serif;
    display: flex;
    flex-direction: column;
}

.create-review-h1[b-5giea5inkt] {
    font-size: 1.5rem;
    font-weight: 600;
}

.create-review-header-p[b-5giea5inkt] {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 0;
}

.create-new-order[b-5giea5inkt] {
    display: flex;
    gap: .375rem;
    align-self: center;
    text-decoration: none;
    color: white;
    background-color: #0D5257;
    border: 1px solid #0D5257;
    border-radius: 0.375rem;
    padding: 0.5625rem 1.0625rem;
    height: fit-content;
    cursor: pointer;
}

    .create-new-order:hover[b-5giea5inkt] {
        background-image: linear-gradient(180deg, #0D4B57 0%, #136065 45.87%, #0D5257 97%);
    }

    .create-new-order:active[b-5giea5inkt] {
        background-image: linear-gradient(180deg, rgba(13, 75, 87, 0.90) 0%, rgba(19, 96, 101, 0.90) 45.87%, rgba(13, 82, 87, 0.90) 97%);
    }

    .create-new-order:focus[b-5giea5inkt] {
        border-radius: 0.375rem;
        border: 1px solid #0D5257;
        background: linear-gradient(180deg, #0D4B57 0%, #136065 45.87%, #0D5257 97%);
        box-shadow: 0px 0px 0px 4px rgba(0, 182, 189, 0.20);
    }

.center-img[b-5giea5inkt] {
    align-self: center;
}

#blazor-error-ui[b-5giea5inkt] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-5giea5inkt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Customer.WebApp/Components/Layout/EmptyLayout.razor.rz.scp.css */
.forgot-password-layout[b-de7oeiheue] {
    display: flex;
    min-height: 100vh;
    padding: 0 164px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: var(--Theme-Colors-Base-Colors-light, #F8F9FA);
}

/* Extra small screens */
@media (max-width: 575.98px) {
    .forgot-password-layout[b-de7oeiheue] {
        display: flex;
        min-width: 393px;
        height: 100vh;
        padding: 0 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* Small screen */
@media only screen and (min-width: 576px) {
    .forgot-password-layout[b-de7oeiheue] {
        display: flex;
        min-width: 393px;
        min-height: 100vh;
        padding: 0 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* Medium screen */
@media only screen and (min-width: 768px) {
    .forgot-password-layout[b-de7oeiheue] {
        display: flex;
        min-width: 744px;
        min-height: 100vh;
        padding: 288px 102px;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
}

/* Large screen */
@media only screen and (min-width: 992px) {
    .forgot-password-layout[b-de7oeiheue] {
        display: flex;
        width: 100%;
        height: 100vh;
        padding: 0 164px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}

/* XL screen */
@media only screen and (min-width: 1200px) {
    .forgot-password-layout[b-de7oeiheue] {
        display: flex;
        width: 100%;
        height: 100vh;
        padding: 0 164px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}
/* _content/Customer.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */


.create-review-notice[b-5g0zbiwfsm] {
    font-family: "Open Sans", sans-serif;
    background-color: #E9F8F1;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem;
}

.create-review-notice-text[b-5g0zbiwfsm] {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 1.25rem;
    border-left: 8px solid #63ADB3;
}

.create-review-clickable[b-5g0zbiwfsm] {
    cursor: pointer;
}


.create-review-inner-div[b-5g0zbiwfsm] {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.create-review-header[b-5g0zbiwfsm] {
    font-family: "Open Sans", sans-serif;
    display: flex;
    flex-direction: column;
}

.create-review-h1[b-5g0zbiwfsm] {
    font-size: 1.5rem;
    font-weight: 600;
}

.create-review-header-p[b-5g0zbiwfsm] {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 0;
}

.create-new-order[b-5g0zbiwfsm] {
    display: flex;
    gap: .375rem;
   
    text-decoration: none;
    color: white;
    background-color: #0D5257;
    border: 1px solid #0D5257;
    border-radius: 0.375rem;
    padding: 0.5625rem 1.0625rem;
    height: fit-content;
}

    .create-new-order:hover[b-5g0zbiwfsm] {
        background-image: linear-gradient(180deg, #0D4B57 0%, #136065 45.87%, #0D5257 97%);
    }

    .create-new-order:active[b-5g0zbiwfsm] {
        background-image: linear-gradient(180deg, rgba(13, 75, 87, 0.90) 0%, rgba(19, 96, 101, 0.90) 45.87%, rgba(13, 82, 87, 0.90) 97%);
    }

    .create-new-order:focus[b-5g0zbiwfsm] {
        border-radius: 0.375rem;
        border: 1px solid #0D5257;
        background: linear-gradient(180deg, #0D4B57 0%, #136065 45.87%, #0D5257 97%);
        box-shadow: 0px 0px 0px 4px rgba(0, 182, 189, 0.20);
    }

.center-img[b-5g0zbiwfsm] {
    align-self: center;
}



#blazor-error-ui[b-5g0zbiwfsm] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-5g0zbiwfsm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Customer.WebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3j9vqyn1w1] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-3j9vqyn1w1] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-3j9vqyn1w1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3j9vqyn1w1] {
    font-size: 1.1rem;
}

.bi[b-3j9vqyn1w1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-3j9vqyn1w1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-3j9vqyn1w1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-3j9vqyn1w1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-3j9vqyn1w1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3j9vqyn1w1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3j9vqyn1w1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3j9vqyn1w1]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-3j9vqyn1w1]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-3j9vqyn1w1]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-3j9vqyn1w1] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-3j9vqyn1w1] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3j9vqyn1w1] {
        display: none;
    }

    .nav-scrollable[b-3j9vqyn1w1] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Customer.WebApp/Components/Layout/TopNavBar.razor.rz.scp.css */
.top-nav-bar[b-ng8kd1x4oq] {
    position: sticky;
    top: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #ECECEC;
    background-color: white;
    min-width: 375px;
}

.top-nav-bar .logo-container[b-ng8kd1x4oq] {
    display: flex;
    flex: 1;
    gap: 32px;
    align-items: flex-end;
}

.logo[b-ng8kd1x4oq] {
    width: 142.45px;
    height: 26.75px;
}

.pointer[b-ng8kd1x4oq]
{
    cursor: pointer;
}

.top-nav-link[b-ng8kd1x4oq],
.top-nav-link:visited[b-ng8kd1x4oq],
.top-nav-link:hover[b-ng8kd1x4oq],
.top-nav-link:active[b-ng8kd1x4oq],
.top-nav-link-active[b-ng8kd1x4oq],
.top-nav-link-active:visited[b-ng8kd1x4oq],
.top-nav-link-active:hover[b-ng8kd1x4oq],
.top-nav-link-active:active[b-ng8kd1x4oq] {
    text-decoration: none;
    cursor: pointer;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: -2px;
    gap: 8px;
}

.top-nav-link[b-ng8kd1x4oq],
.dropdown-menu-wrapper[b-ng8kd1x4oq],
.hamburger-dropdown-item[b-ng8kd1x4oq] {
    color: #0000008C;
}

.top-nav-link-active[b-ng8kd1x4oq],
.dropdown-menu-wrapper-active[b-ng8kd1x4oq],
.hamburger-dropdown-item-active[b-ng8kd1x4oq] {
    color: #212529;
}

/* Viewer role: link stays visible but does nothing. */
.nav-link-disabled[b-ng8kd1x4oq] {
    opacity: 0.4;
    cursor: not-allowed;
}

.top-nav-link:hover[b-ng8kd1x4oq],
.top-nav-link-active:hover[b-ng8kd1x4oq],
.hamburger-dropdown-item:hover[b-ng8kd1x4oq],
.hamburger-dropdown-item-active:hover[b-ng8kd1x4oq] {
    color: #000000B2;
}

.top-nav-link:active[b-ng8kd1x4oq],
.top-nav-link-active:active[b-ng8kd1x4oq],
.dropdown-menu-wrapper:active[b-ng8kd1x4oq],
.dropdown-menu-wrapper-active:active[b-ng8kd1x4oq],
.hamburger-dropdown-item:active[b-ng8kd1x4oq],
.hamburger-dropdown-item-active:active[b-ng8kd1x4oq] {
    color: #212529;
}

.dropdown-toggle[b-ng8kd1x4oq]::after {
    display: none;
}

.caret-icon[b-ng8kd1x4oq] {
    height: 10px;
    width: 10px;
    font-size: 10px;
}

.gear-icon[b-ng8kd1x4oq],
.arrow-icon[b-ng8kd1x4oq] {
    font-size: 14px;
}

.gear-icon[b-ng8kd1x4oq] {
    transition: transform 0.3s ease;
    transform-origin: center center;
    display: inline-block;
}

.top-nav-link:hover .gear-icon[b-ng8kd1x4oq],
.dropdown-menu-wrapper:hover .gear-icon[b-ng8kd1x4oq] {
    animation: gearRotateSlow-b-ng8kd1x4oq 3s linear infinite;
}

@keyframes gearRotateSlow-b-ng8kd1x4oq {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.dropdown-menu .dropdown-item i[b-ng8kd1x4oq] {
    font-size: 12px;
    line-height: 1;
}

.order-text[b-ng8kd1x4oq],
.create-order-text[b-ng8kd1x4oq] {
    margin-top: 0;
    margin-bottom: 0;
}

.top-nav-user-name[b-ng8kd1x4oq] {
    margin-right: 4px;
    margin-bottom: -6px;
}

.hamburger-dropdown-text[b-ng8kd1x4oq] {
    margin-bottom: 0;
    padding-top: 1px;
}

.menu-item[b-ng8kd1x4oq] {
    margin-left: -7px;
}

.order-text[b-ng8kd1x4oq],
.create-order-text[b-ng8kd1x4oq],
.top-nav-user-name[b-ng8kd1x4oq],
.menu-item[b-ng8kd1x4oq],
.hamburger-dropdown-text[b-ng8kd1x4oq] {
    color: inherit;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.user-logo-wrapper[b-ng8kd1x4oq] {
    margin-right: 8px;
    margin-bottom: -2px;
}

/* NEW User Context Card - 2-Line Layout with Centered Dropdown */
.user-context-card[b-ng8kd1x4oq] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 280px;
}

.user-context-content[b-ng8kd1x4oq] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    flex: 1;
}

.user-context-line-1[b-ng8kd1x4oq] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.user-context-line-2[b-ng8kd1x4oq] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.user-display-name[b-ng8kd1x4oq] {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    line-height: 1.2;
}

.user-type-badge[b-ng8kd1x4oq] {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    color: #495057;
    background: #e9ecef;
    padding: 3px 10px;
    border-radius: 16px;
    border: 1px solid #dee2e6;
    white-space: nowrap;
}

.user-email-text[b-ng8kd1x4oq] {
    font-family: Roboto;
    font-size: 13px;
    color: #6c757d;
    font-weight: 400;
    line-height: 1.2;
}

.user-company-separator[b-ng8kd1x4oq] {
    font-family: Roboto;
    font-size: 13px;
    color: #adb5bd;
    font-weight: 400;
}

.user-company-text[b-ng8kd1x4oq] {
    font-family: Roboto;
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
    line-height: 1.2;
}

.user-context-dropdown[b-ng8kd1x4oq] {
    font-size: 12px;
    color: #6c757d;
    margin-left: 0;
    flex-shrink: 0;
}

/* Hover effects */
.dropdown-menu-wrapper:hover .user-type-badge[b-ng8kd1x4oq] {
    background: #dee2e6;
    border-color: #ced4da;
}

.dropdown-menu-wrapper-active .user-context-dropdown[b-ng8kd1x4oq],
.dropdown-menu-wrapper:hover .user-context-dropdown[b-ng8kd1x4oq] {
    color: #212529;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .user-context-card[b-ng8kd1x4oq] {
        min-width: 200px;
        gap: 8px;
    }
    
    .user-display-name[b-ng8kd1x4oq] {
        font-size: 14px;
    }
    
    .user-type-badge[b-ng8kd1x4oq] {
        font-size: 12px;
        padding: 2px 8px;
    }
    
    .user-email-text[b-ng8kd1x4oq], .user-company-text[b-ng8kd1x4oq] {
        font-size: 12px;
    }
}

@media only screen and (min-width: 851px) {
    .top-nav-right-div[b-ng8kd1x4oq] {
        align-self: center;
        display: flex;
        gap: .5rem;
    }
}

ul[b-ng8kd1x4oq] {
    margin-bottom: -5px;
}

/* Dropdown */

.topbar-dropdown[b-ng8kd1x4oq] {
    margin-bottom: 0;
}

.dropdown-item.active[b-ng8kd1x4oq],
.dropdown-item:active[b-ng8kd1x4oq] {
    background-color: #6C757D;
    color: #F8F9FA;
}

.custom-item[b-ng8kd1x4oq] {
    position: relative;
    isolation: isolate;
    cursor: pointer;
}

.custom-dropdown-wrapper[b-ng8kd1x4oq] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 8px;
    width: 100%;
}

.custom-dropdown[b-ng8kd1x4oq] {
    background: #FFFF;
    width: 160px;
    margin-top: 8px;
    right: -3px;
}

.dropdown-menu.show[b-ng8kd1x4oq] {
    display: block;
}

.dropdown-item-wrapper[b-ng8kd1x4oq] {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    top: 0;
    left: 0;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-item-wrapper:hover[b-ng8kd1x4oq],
.dropdown-item:hover[b-ng8kd1x4oq] {
    background-color: #E9ECEF;
    color: #212529;
}

.dropdown-menu .dropdown-item.custom-item.custom-active[b-ng8kd1x4oq] {
    background-color: #6C757D;
    color: #F8F9FA;
}

.dropdown-item[b-ng8kd1x4oq] {
    background-color: #FFFFFF;
    color: #212529;
    cursor: pointer;
}

.custom-active[b-ng8kd1x4oq] {
    background-color: #6C757D;
    color: #F8F9FA;
}

/* Hamburger */
.hamburger-container[b-ng8kd1x4oq] {
    display: block;
    border-radius: 4px;
    border: 1px solid #0000001A;
    background: #FFF;
    padding: 5px 13px;
    transition: margin-right 0.5s ease-in-out;
    outline: none;
    width: 56px;
    height: 40px;
}

.hamburger-container:active[b-ng8kd1x4oq] {
    border: 3px solid #0000008C;
    outline: none;
}

.hamburger-container-animation[b-ng8kd1x4oq] {
    margin-right: -10px;
}

.hamburger[b-ng8kd1x4oq] {
    cursor: pointer;
    width: 30px;
    height: 30px;
}

@media only screen and (min-width: 768px) {
    .hamburger[b-ng8kd1x4oq],
    .hamburger-container[b-ng8kd1x4oq],
    .hamburger-container-animation[b-ng8kd1x4oq],
    .hamburger-dropdown[b-ng8kd1x4oq] {
        display: none;
    }
}

.hamburger-dropdown-item[b-ng8kd1x4oq],
.hamburger-dropdown-item-active[b-ng8kd1x4oq] {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

/* animation */
.hamburger-dropdown[b-ng8kd1x4oq] {
    background: #FFF;
    overflow: hidden;
}

/* Keyframes for opening (slide + fade) */
@keyframes dropdownOpen-b-ng8kd1x4oq {
    0% {
        max-height: 0;
        opacity: 0;
    }

    100% {
        max-height: 500px;
        opacity: 1;
    }
}

/* Keyframes for closing */
@keyframes dropdownClose-b-ng8kd1x4oq {
    0% {
        max-height: 500px;
        opacity: 1;
    }

    100% {
        max-height: 0;
        opacity: 0;
    }
}

/* Apply when open */
.hamburger-dropdown.open[b-ng8kd1x4oq] {
    animation: dropdownOpen-b-ng8kd1x4oq 1s ease-in-out forwards;
}

/* Apply when closed */
.hamburger-dropdown.closed[b-ng8kd1x4oq] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 2s ease, opacity 2s ease;
}

/* Notification Badge - Desktop */
.notification-badge[b-ng8kd1x4oq] {
    position: absolute;
    top: -6px;
    right: -20px; /* Positioned further right */
    background: #dc3545; /* Bootstrap danger red */
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    animation: badgePulse-b-ng8kd1x4oq 2s ease-in-out infinite;
}

/* Notification Badge - Mobile */
.notification-badge-mobile[b-ng8kd1x4oq] {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #dc3545;
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Pulse animation for badge */
@keyframes badgePulse-b-ng8kd1x4oq {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
/* _content/Customer.WebApp/Components/Pages/Auth/ForgotPassword.razor.rz.scp.css */
/* _content/Customer.WebApp/Components/Pages/Create-Order.razor.rz.scp.css */
.create-order-outer-div[b-gyontpvtp7] {
    display: flex;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
/* _content/Customer.WebApp/Components/Pages/Dashboard.razor.rz.scp.css */
section.dashboard[b-e6svws321n] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #f8f9fa;
    z-index: 1;
}

.coming-soon-wrapper[b-e6svws321n] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .coming-soon-wrapper img[b-e6svws321n] {
        width: clamp(200px, 33.333vw, 600px);
        max-width: 90vw;
        height: auto;
        max-height: 80vh;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

@media (max-width: 640px) {
    .coming-soon-wrapper img[b-e6svws321n] {
        width: clamp(140px, 80vw, 360px);
        max-height: 50vh;
    }
}

.dashboard *[b-e6svws321n] {
    box-sizing: border-box;
}


.dashboard .row[b-e6svws321n] {
    margin: 0 !important;
    width: 100% !important;
}

.dashboard .col-lg-12[b-e6svws321n] {
    padding: 0 !important;
    width: 100% !important;
}


@media (min-width: 768px) {
    section.dashboard[b-e6svws321n] {
        top: var(--header-height, 0px);
        height: calc(100vh - var(--header-height, 0px));
    }
}
/* _content/Customer.WebApp/Components/Pages/DownloadEApostille.razor.rz.scp.css */
.download-apostille-outer-div[b-jdk808llwp] {
    display: flex;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media only screen and (min-width: 1000px) {
    .download-apostille-outer-div[b-jdk808llwp] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.download-apostille-inner-divs[b-jdk808llwp] {
    width: 100%;
    max-width: 70rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.download-apostille-h1[b-jdk808llwp] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.download-apostille-content-div[b-jdk808llwp] {
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #F8F9FA;
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.download-apostille-h2[b-jdk808llwp] {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
}

.download-apostille-security-message[b-jdk808llwp] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
}

.download-apostille-checkbox-div[b-jdk808llwp] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    align-items: center;
}


.user-understands-checkbox[b-jdk808llwp] {
    align-self: baseline;
    accent-color: #087990;
}

.user-understands-label[b-jdk808llwp] {
    align-self: baseline;
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.red[b-jdk808llwp] {
    color: #DC3545;
}

.download-apostille-inner-div-error[b-jdk808llwp] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #F5C2C7;
    background: #F8D7DA;
}

@media only screen and (min-width: 800px) {
    .download-apostille-inner-div-error[b-jdk808llwp] {
        flex-direction: row;
    }
}

.download-apostille-error-h3[b-jdk808llwp] {
    color: #842029;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.download-apostille-error-p[b-jdk808llwp] {
    color: #842029;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
}

.download-apostille-file-div[b-jdk808llwp] {
    display: flex;
    gap: 0.5rem;
}

.download-apostille-file-error-svg-div[b-jdk808llwp] {
    height: fit-content;
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #D92D20;
    background: #F8D7DA;
}

.download-apostille-file-name[b-jdk808llwp] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.download-apostille-file-info-div[b-jdk808llwp] {
    display: flex;
    gap: 0.5rem;
}

.download-apostille-file-size[b-jdk808llwp] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
}

.download-apostille-error-download-status[b-jdk808llwp] {
    color: #B42318;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
}

.download-apostille-button-error[b-jdk808llwp] {
    padding: 0.625rem 0.875rem;
    border-radius: 0.375rem;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #D92D20;
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    fill: #FFF;
}

    .download-apostille-button-error:disabled[b-jdk808llwp] {
        color: #F8F9FA;
        border-radius: 0.375rem;
        border: 1px solid #DC3545;
        background: #DC3545;
        box-shadow: 0 15px 10px 0 rgba(211, 192, 214, 0.07);
        cursor: not-allowed;
        fill: #F8F9FA;
    }

    .download-apostille-button-error:hover:not(:disabled)[b-jdk808llwp] {
        border-radius: 0.375rem;
        border: 2px solid #B42318;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #DC3545;
        box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    }

    .download-apostille-button-error:focus-visible[b-jdk808llwp],
    .download-apostille-button-error:focus[b-jdk808llwp] {
        outline: auto 1px rgba(225, 83, 97, 0.50);
        border-radius: 0.25rem;
        border: 2px solid rgba(220, 53, 69, 0.42);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #DC3545;
        box-shadow: 0 0 0 0.25px rgba(225, 83, 97, 0.50);
    }

/* Updated: Separate the main content from the success banner */
.download-apostille-inner-div[b-jdk808llwp] {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 0.5rem;
    border: 1px solid #CED4DA;
    background: #FEFEFE;
    overflow: hidden; /* Ensures child elements don't exceed border radius */
}

/* New: Style for the main content area with padding */
.download-apostille-main-content[b-jdk808llwp] {
    padding: 1.5rem 1rem;
}

.download-apostille-file-svg-div[b-jdk808llwp] {
    height: fit-content;
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #20C997;
    background: #D2F4EA;
}

.download-apostille-download-status[b-jdk808llwp] {
    color: #198754;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
}

.download-apostille-button[b-jdk808llwp] {
    padding: 0.625rem 0.875rem;
    border-radius: 0.375rem;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #064B50;
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    color: #F8F9FA;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    flex-shrink: 0;
    fill: #CFF4FC;
    min-width: 12rem;
    max-width: 100%;
}

    .download-apostille-button:disabled[b-jdk808llwp] {
        color: #ADB5BD;
        border-radius: 0.375rem;
        border: 1px solid #E9EAEB;
        background: #136065;
        box-shadow: 0 15px 10px 0 rgba(211, 192, 214, 0.07);
        cursor: not-allowed;
        fill: #ADB5BD;
    }

    .download-apostille-button:hover:not(:disabled)[b-jdk808llwp] {
        border-radius: 0.375rem;
        border: 2px solid rgba(255, 255, 255, 0.12);
        background: #083D41;
        box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    }

    .download-apostille-button:focus-visible[b-jdk808llwp],
    .download-apostille-button:focus[b-jdk808llwp] {
        outline: auto 1px rgba(255, 255, 255, 0.12);
        border-radius: 0.375rem;
        border: 2px solid rgba(255, 255, 255, 0.12);
        background: #064B50;
        box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05), 0 0 0 2px #FFF, 0 0 0 4px #087990;
    }

.download-apostille-file-details[b-jdk808llwp] {
    flex: 1;
    min-width: 0;
}

.download-apostille-button-container[b-jdk808llwp] {
    display: flex;
    align-items: flex-start;
    margin-left: 0;
    flex-shrink: 0;
    justify-content: flex-start;
}

.download-success-banner[b-jdk808llwp] {
    display: flex;
    padding: 1rem;
    align-items: center;
    gap: 0.5rem;
    background: #DCF7EF;
    border-radius: 0; 
    width: 100%;
    margin: 0; 
}

    .download-success-banner svg[b-jdk808llwp] {
        width: 1rem;
        height: 1rem;
        flex-shrink: 0;
    }

.download-success-text[b-jdk808llwp] {
    color: #198754;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.download-apostille-success-row[b-jdk808llwp] {
    display: none;
}

.download-apostille-main-row[b-jdk808llwp] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

@media only screen and (min-width: 800px) {
    .download-apostille-main-row[b-jdk808llwp] {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    .download-apostille-button-container[b-jdk808llwp] {
        justify-content: flex-end; 
    }
}

.custom-text-light[b-jdk808llwp] {
    width: 18px;
    height: 18px;
    stroke-width: 2px;
    stroke: var(--cyan-100, #CFF4FC);
    opacity: 0.3;
}
/* _content/Customer.WebApp/Components/Pages/EditReturnAddress.razor.rz.scp.css */
.edit-return-address-panel[b-p9jkya01vk] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background: #FFF;
}

/* Panel Header */
.panel-header[b-p9jkya01vk] {
    display: flex;
    padding: 20px 16px;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    border-bottom: 1px solid #E9ECEF;
    background: #F8F9FA;
    flex-shrink: 0;
}

.panel-title[b-p9jkya01vk] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.close-button[b-p9jkya01vk] {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    width: 24px;
    height: 24px;
}

    .close-button:hover[b-p9jkya01vk] {
        color: #212529;
    }

/* Panel Body */
.panel-body[b-p9jkya01vk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px 16px;
    background: #FFF;
}

/* Form Groups - Each Input Container */
.form-group[b-p9jkya01vk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0;
}

    .form-group:not(:first-child)[b-p9jkya01vk] {
        margin-top: 16px;
    }

/* Label */
.form-label[b-p9jkya01vk] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #495057;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 8px 0;
}

.required[b-p9jkya01vk] {
    color: #DC3545;
    margin-left: 0;
    font-size: 14px;
}

.optional[b-p9jkya01vk] {
    color: #6C757D;
    font-weight: 400;
}

/* Form Control - Input Box */
.form-control[b-p9jkya01vk] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 9px 12px;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
    color: #495057;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    box-sizing: border-box;
}

    .form-control:focus[b-p9jkya01vk] {
        outline: none;
        border-color: #80BDFF;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .form-control:disabled[b-p9jkya01vk] {
        background: #E9ECEF;
        color: #6C757D;
        cursor: not-allowed;
        opacity: 1;
    }

    .form-control[b-p9jkya01vk]::placeholder {
        color: #6C757D;
    }

/* Select inputs */
select.form-control[b-p9jkya01vk] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23495057' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

/* Custom Select Wrapper */
.custom-select-wrapper[b-p9jkya01vk] {
    position: relative;
    width: 100%;
    display: block;
}

    .custom-select-wrapper select[b-p9jkya01vk] {
        width: 100%;
    }

.custom-select-arrow[b-p9jkya01vk] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
}

/* Add Tracking Section */
.add-tracking-section[b-p9jkya01vk] {
    display: flex;
    padding: 8px 0;
    align-items: center;
    width: 100%;
    margin-top: 16px;
}

.add-tracking-button[b-p9jkya01vk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #495057;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
}

    .add-tracking-button:hover[b-p9jkya01vk] {
        color: #212529;
    }

    .add-tracking-button img[b-p9jkya01vk] {
        width: 1rem;
        height: 1rem;
    }

/* Tracking Card */
.tracking-card[b-p9jkya01vk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #DEE2E6;
    background: #FFF;
    margin-top: 16px;
    box-sizing: border-box;
    overflow: hidden;
}

.tracking-header[b-p9jkya01vk] {
    display: flex;
    padding: 16px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #CED4DA;
    background: #F8F9FA;
}

    .tracking-header h3[b-p9jkya01vk] {
        color: #212529;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0;
    }

.remove-button[b-p9jkya01vk] {
    background: none;
    border: none;
    cursor: pointer;
    color: #D92D20;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0;
}

    .remove-button:hover[b-p9jkya01vk] {
        text-decoration: underline;
    }

.tracking-body[b-p9jkya01vk] {
    display: flex;
    padding: 16px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

    .tracking-body .form-group[b-p9jkya01vk] {
        margin-top: 0;
        width: 100%;
    }

    .tracking-body .form-label[b-p9jkya01vk] {
        margin-bottom: 8px;
}

/* Panel Footer */
.panel-footer[b-p9jkya01vk] {
    display: flex;
    padding: 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    width: 100%;
    border-top: 1px solid #E9ECEF;
    background: #F8F9FA;
    flex-shrink: 0;
    box-sizing: border-box;
}

/* Validation Messages */
.validation-message[b-p9jkya01vk],
[b-p9jkya01vk] .validation-message {
    color: #DC3545;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 4px;
    display: block;
}

.text-danger[b-p9jkya01vk] {
    color: #DC3545;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.mt-1[b-p9jkya01vk] {
    margin-top: 8px;
}

/* Scrollbar styling */
.panel-body[b-p9jkya01vk]::-webkit-scrollbar {
    width: 6px;
}

.panel-body[b-p9jkya01vk]::-webkit-scrollbar-track {
    background: transparent;
}

.panel-body[b-p9jkya01vk]::-webkit-scrollbar-thumb {
    background: #CED4DA;
    border-radius: 3px;
}

    .panel-body[b-p9jkya01vk]::-webkit-scrollbar-thumb:hover {
        background: #ADB5BD;
}
/* _content/Customer.WebApp/Components/Pages/IndividualOrdersSearch.razor.rz.scp.css */
.orders-search-outer-div[b-9jiqvi7kly] {
    border-radius: 0.25rem;
    border: 1px solid #ECECEC;
    background-color: white;
    width: 100%;
    overflow-x: auto;
    padding: 24px 16px;
}

.search-row-outer-div[b-9jiqvi7kly] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.buttons-and-search-bar[b-9jiqvi7kly] {
    display: flex;
    gap: 0.5rem;
}

.button-group[b-9jiqvi7kly] {
    display: flex;
    height: fit-content;
}

.left-button[b-9jiqvi7kly] {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border: 1px solid #DADADA;
    padding: 0.625rem 0.75rem;
    color: #09101D;
    background-color: white;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
}

.left-button:active[b-9jiqvi7kly] {
    background: #F4F6F9;
}

.left-button:hover[b-9jiqvi7kly] {
    background: #F4F6F9;
}

.middle-button[b-9jiqvi7kly] {
    border: 1px solid #DADADA;
    padding: 0.625rem 0.75rem;
    color: #09101D;
    background-color: white;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
}

.middle-button:active[b-9jiqvi7kly] {
    background: #F4F6F9;
}

.middle-button:hover[b-9jiqvi7kly] {
    background: #F4F6F9;
}

.right-button[b-9jiqvi7kly] {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border: 1px solid #DADADA;
    padding: 0.625rem 0.75rem;
    color: #09101D;
    background-color: white;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
}

.right-button:active[b-9jiqvi7kly] {
    background: #F4F6F9;
}

.right-button:hover[b-9jiqvi7kly] {
    background: #F4F6F9;
}

.searchbar-div[b-9jiqvi7kly] {
    height: fit-content;
    padding: 7.5px 12px;
    border-radius: 0.5rem;
    border: 1px solid #DADADA;
}

.true-searchbar[b-9jiqvi7kly] {
    width: 85%;
    height: fit-content;
    border: none;
    color: #737373;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.true-searchbar:focus-visible[b-9jiqvi7kly] {
    outline: none;
}

.filter-add-buttons-div[b-9jiqvi7kly] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.filter-button[b-9jiqvi7kly] {
    border-radius: 0.375rem;
    border: 1px solid #DADADA;
    padding: 0.4rem 0.6rem;
    cursor: pointer;
}

.add-button[b-9jiqvi7kly] {
    border-radius: 0.375rem;
    border: 1px solid #DADADA;
    padding: 0.4rem 0.6rem;
    cursor: pointer;
}

.orders-table[b-9jiqvi7kly] {
    max-width: 100%;
    width: 100%;
    overflow: scroll;
}

.orders-table-th[b-9jiqvi7kly] {
    box-shadow: 0px -1px 0px 0px #EDEBE9 inset;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.5rem 1rem;
    white-space: nowrap;
}

.filter-searchbar[b-9jiqvi7kly] {
    display: flex;
    gap: 10%;
    border-radius: 0.5rem;
    border: 1px solid #DADADA;
    padding: 10px;
    width: fit-content;
    max-width: 100%;
}

.filter-true-searchbar[b-9jiqvi7kly] {
    border: none;
    max-width: 75%;
}

.filter-true-searchbar:focus-visible[b-9jiqvi7kly] {
    outline: none;
}

.filter-dropdown[b-9jiqvi7kly] {
    border-radius: 0.5rem;
    border: 1px solid #DADADA;
    padding: 12px;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #545860;
    max-width: 100%;
}

.filter-dropdown:focus-visible[b-9jiqvi7kly] {
    outline: none;
}

.filter-date-search[b-9jiqvi7kly] {
    border-radius: 0.5rem;
    border: 1px solid #DADADA;
    padding: 10px;
    color: #545860;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    max-width: 100%;
}

.filter-date-search:focus-visible[b-9jiqvi7kly] {
    outline: none;
}

.orders-table-even-row[b-9jiqvi7kly] {
    padding: 0.75rem;
    color: #444;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orders-table-odd-row[b-9jiqvi7kly] {
    padding: 0.75rem;
    color: #444;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10px;
    border-block-end:none;
}

.docs[b-9jiqvi7kly] {
    color: #2A7076;
    text-align:center;
}

.caret-svg-group[b-9jiqvi7kly] {
    display: flex;
    flex-direction: column;
    margin-top: 3px;
}

.caret-svg-group i[b-9jiqvi7kly] {
    font-size: 11px;
    color: #ADB5BD;
}

.caret-svg-group i:nth-child(1)[b-9jiqvi7kly] {
    margin-bottom: -3px;
}

.carets-display[b-9jiqvi7kly] {
    display: flex;
    gap: 8px;
}
/* _content/Customer.WebApp/Components/Pages/OrganizationOrdersSearch.razor.rz.scp.css */
.orders-search-outer-div[b-ulp5nzn0gf] {
    border-radius: 0.25rem;
    border: 1px solid #ECECEC;
    background-color: white;
    width: 100%;
    overflow-x: auto;
    padding: 24px 16px;
}

.search-row-outer-div[b-ulp5nzn0gf] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.buttons-and-search-bar[b-ulp5nzn0gf] {
    display: flex;
    gap: 0.5rem;
}

.button-group[b-ulp5nzn0gf] {
    display: flex;
    height: fit-content;
}

.left-button[b-ulp5nzn0gf] {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border: 1px solid #DADADA;
    padding: 0.625rem 0.75rem;
    color: #09101D;
    background-color: white;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
}

.left-button:active[b-ulp5nzn0gf] {
    background: #F4F6F9;
}

.left-button:hover[b-ulp5nzn0gf] {
    background: #F4F6F9;
}

.middle-button[b-ulp5nzn0gf] {
    border: 1px solid #DADADA;
    padding: 0.625rem 0.75rem;
    color: #09101D;
    background-color: white;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
}

.middle-button:active[b-ulp5nzn0gf] {
    background: #F4F6F9;
}

.middle-button:hover[b-ulp5nzn0gf] {
    background: #F4F6F9;
}

.right-button[b-ulp5nzn0gf] {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border: 1px solid #DADADA;
    padding: 0.625rem 0.75rem;
    color: #09101D;
    background-color: white;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
}

.right-button:active[b-ulp5nzn0gf] {
    background: #F4F6F9;
}

.right-button:hover[b-ulp5nzn0gf] {
    background: #F4F6F9;
}

.searchbar-div[b-ulp5nzn0gf] {
    height: fit-content;
    padding: 7.5px 12px;
    border-radius: 0.5rem;
    border: 1px solid #DADADA;
}

.true-searchbar[b-ulp5nzn0gf] {
    width: 85%;
    height: fit-content;
    border: none;
    color: #737373;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.true-searchbar:focus-visible[b-ulp5nzn0gf] {
    outline: none;
}

.filter-add-buttons-div[b-ulp5nzn0gf] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.filter-button[b-ulp5nzn0gf] {
    border-radius: 0.375rem;
    border: 1px solid #DADADA;
    padding: 0.4rem 0.6rem;
    cursor: pointer;
}

.add-button[b-ulp5nzn0gf] {
    border-radius: 0.375rem;
    border: 1px solid #DADADA;
    padding: 0.4rem 0.6rem;
    cursor: pointer;
}

.orders-table[b-ulp5nzn0gf] {
    max-width: 100%;
    width: 100%;
    overflow: scroll;
}

.orders-table-th[b-ulp5nzn0gf] {
    box-shadow: 0px -1px 0px 0px #EDEBE9 inset;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.5rem 1rem;
    white-space: nowrap;
}

.filter-searchbar[b-ulp5nzn0gf] {
    display: flex;
    gap: 10%;
    border-radius: 0.5rem;
    border: 1px solid #DADADA;
    padding: 10px;
    width: fit-content;
    max-width: 100%;
}

.filter-true-searchbar[b-ulp5nzn0gf] {
    border: none;
    max-width: 75%;
}

.filter-true-searchbar:focus-visible[b-ulp5nzn0gf] {
    outline: none;
}

.filter-dropdown[b-ulp5nzn0gf] {
    border-radius: 0.5rem;
    border: 1px solid #DADADA;
    padding: 12px;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #545860;
    max-width: 100%;
}

.filter-dropdown:focus-visible[b-ulp5nzn0gf] {
    outline: none;
}

.filter-date-search[b-ulp5nzn0gf] {
    border-radius: 0.5rem;
    border: 1px solid #DADADA;
    padding: 10px;
    color: #545860;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    max-width: 100%;
}

.filter-date-search:focus-visible[b-ulp5nzn0gf] {
    outline: none;
}

.orders-table-even-row[b-ulp5nzn0gf] {
    padding: 0.75rem;
    color: #444;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orders-table-odd-row[b-ulp5nzn0gf] {
    padding: 0.75rem;
    color: #444;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10px;
    border-block-end: none;
}

.docs[b-ulp5nzn0gf] {
    color: #2A7076
}

.caret-svg-group[b-ulp5nzn0gf] {
    display: flex;
    flex-direction: column;
    margin-top: 3px;
}

.caret-svg-group i[b-ulp5nzn0gf] {
    font-size: 11px;
    color: #ADB5BD;
}

.caret-svg-group i:nth-child(1)[b-ulp5nzn0gf] {
    margin-bottom: -3px;
}

.carets-display[b-ulp5nzn0gf] {
    display: flex;
    gap: 8px;
}
/* _content/Customer.WebApp/Components/Pages/Profile.razor.rz.scp.css */
.profile-outer-div[b-4cmh08ifm4] {
    display: flex;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.profile-content-outer-div[b-4cmh08ifm4] {
    width: 100%;
    max-width: 75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 1000px) {
    .profile-content-outer-div[b-4cmh08ifm4] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.profile-h1[b-4cmh08ifm4] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    gap: 0.5rem;
}

.agent-role-label[b-4cmh08ifm4] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    background-color: #D1E7DD;
    color: #0A3622;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    height: fit-content;
    align-self: center;
}

.organization-role-label[b-4cmh08ifm4] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    background-color: #E0F7FA;
    color: #00798C;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    height: fit-content;
    align-self: center;
}

.individual-role-label[b-4cmh08ifm4] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    background-color: #FFF3CD;
    color: #664D03;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    height: fit-content;
    align-self: center;
}

.profile-sub-header[b-4cmh08ifm4] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.profile-h2[b-4cmh08ifm4] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
}

.profile-h2-sub-header[b-4cmh08ifm4] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.profile-personal-info-h3[b-4cmh08ifm4] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.profile-personal-info-label[b-4cmh08ifm4] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.red-asterisk[b-4cmh08ifm4] {
    color: #DC3545;
}

.profile-name-email[b-4cmh08ifm4] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.profile-title-company[b-4cmh08ifm4] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

.profile-h3[b-4cmh08ifm4] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
}

.profile-content-boxes-div[b-4cmh08ifm4] {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 1.5rem;
}

@media only screen and (min-width: 700px) {
    .profile-content-boxes-div[b-4cmh08ifm4] {
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
    }
}

.profile-stretch-box[b-4cmh08ifm4] {
    width: 100%;
}

.profile-content-box[b-4cmh08ifm4] {
    border-radius: 0.5rem;
    border: 1px solid #F8F9FA;
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    height: fit-content;
}

.profile-columns[b-4cmh08ifm4] {
    display: flex;
    gap:24px;
    align-items: flex-start;
}

.profile-column[b-4cmh08ifm4] {
    width: 543px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.profile-button[b-4cmh08ifm4] {
    border-radius: 0.375rem;
    border: 1px solid #DADADA;
    padding: 0.4375rem 0.8125rem;
    background: #FFF;
}

    .profile-button:hover[b-4cmh08ifm4] {
        background-color: #737373;
        color: #FFF;
    }

    .profile-button:focus-visible[b-4cmh08ifm4] {
        outline: none;
        border: 1px solid #DADADA;
        background: #FFF;
        box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    }

    .profile-button:active[b-4cmh08ifm4] {
        background-color: #444;
        color: #FFF;
    }

.profile-button-submit[b-4cmh08ifm4] {
    color: #FFF;
    padding: 0.4375rem 0.8125rem;
    border-radius: 0.375rem;
    border: 1px solid #0D5257;
    background-color: #0D5257;
    margin-top:15px;
}

    .profile-button-submit:hover[b-4cmh08ifm4] {
        background: linear-gradient(180deg, #013A45 0%, #03494E 53%, #013A45 100%);
    }

    .profile-button-submit:focus-visible[b-4cmh08ifm4] {
        outline: none;
        background: linear-gradient(180deg, #0D4B57 0%, #136065 45.87%, #0D5257 97%);
        box-shadow: 0 0 0 4px rgba(0, 182, 189, 0.20);
    }

    .profile-button-submit:active[b-4cmh08ifm4] {
        background: linear-gradient(180deg, #013A45 0%, #03494E 53%, #013A45 100%);
    }

    .profile-button-submit:disabled[b-4cmh08ifm4] {
        background: #B0BEC5;
        border-color: #B0BEC5;
        cursor: not-allowed;
    }

.profile-password-modal-outer-div[b-4cmh08ifm4] {
    width: 100%;
    height: 100%;
    background-color: rgba(10, 13, 18, 32%);
    display: grid;
    justify-content: center;
    align-content: center;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.profile-password-modal-inner-div[b-4cmh08ifm4] {
    padding: 1rem;
    background-color: #FFF;
    font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 700px) {
    .profile-password-modal-inner-div[b-4cmh08ifm4] {
        min-width: 50vw;
        max-width: 70vw;
    }
}

@media only screen and (min-width: 1400px) {
    .profile-password-modal-inner-div[b-4cmh08ifm4] {
        min-width: 34vw;
        max-width: 34vw:
    }
}

.profile-password-modal-header-div[b-4cmh08ifm4] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.profile-password-modal-h2[b-4cmh08ifm4] {
    color: #212529;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

.profile-password-modal-closing-x[b-4cmh08ifm4] {
    cursor: pointer;
}

.profile-password-input-group[b-4cmh08ifm4] {
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
    margin-bottom: 1rem;
}

.profile-password-label[b-4cmh08ifm4] {
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
}

.profile-password-requirements-panel[b-4cmh08ifm4] {
    border-radius: 0.5rem;
    background-color: #F8F9FA;
    padding: 1rem;
    margin-bottom: 1rem;
}

.profile-password-requirements-heading[b-4cmh08ifm4] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.profile-password-requirements-list[b-4cmh08ifm4] {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    color: #555;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
}

.profile-password-requirements-list-span[b-4cmh08ifm4] {
    padding-left: 0.5rem;
}

.profile-password-buttons-div[b-4cmh08ifm4] {
    display: flex;
    justify-content: flex-start;
    gap: 0.5rem;
    align-items: center;
}

    /* .profile-button-submit carries margin-top:15px for the other forms on this
       page; inside the modal footer it breaks height parity with Cancel. */
    .profile-password-buttons-div .profile-button-submit[b-4cmh08ifm4] {
        margin-top: 0;
    }

.password-input-wrapper[b-4cmh08ifm4] {
    position: relative;
    width: 100%;
}

    .password-input-wrapper .form-control[b-4cmh08ifm4] {
        width: 100%;
        padding-right: 2.5rem; /* Space for the eye icon */
    }

    /* Edge renders its own password reveal button on every input[type=password],
       which collides with the custom toggle. Chrome/Firefox add no such control. */
    .password-input-wrapper .form-control[b-4cmh08ifm4]::-ms-reveal,
    .password-input-wrapper .form-control[b-4cmh08ifm4]::-ms-clear {
        display: none;
    }

.password-toggle-icon[b-4cmh08ifm4] {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
    background: none;
    color: #555;
    cursor: pointer;
}

/*Done to deal with default InputText Validation errors and only show what we want*/
[b-4cmh08ifm4] .validation-errors {
    display: none;
}

.custom-select-wrapper[b-4cmh08ifm4] {
    position: relative;
    width: 100%;
}

    .country-select[b-4cmh08ifm4],
    .custom-select-wrapper .form-control[b-4cmh08ifm4] {
        width: 100%;
        padding-right: 2.5rem; /* Space for the arrow */
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: none;
    }

.custom-select-arrow[b-4cmh08ifm4] {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    height: 100%;
}
.default-add[b-4cmh08ifm4] {
    margin-bottom: 0px;
    font-weight: bold;
}
/* _content/Customer.WebApp/Components/Pages/ReviewChildOrder.razor.rz.scp.css */
.child-order-summary-outer-div[b-nkxyctz4qy] {
    display: flex;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media only screen and (min-width: 1000px) {
    .child-order-summary-outer-div[b-nkxyctz4qy] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.child-order-summary-inner-divs[b-nkxyctz4qy] {
    width: 100%;
    max-width: 70rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.back-and-download-button[b-nkxyctz4qy] {
    color: #09101D;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    border-radius: 0.375rem;
    border: 1px solid #DADADA;
    background-color: transparent;
    padding: 0.31rem 0.56rem;
    height: fit-content;
    align-self: center;
}

.product-type-badge[b-nkxyctz4qy]{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 23px;
    padding: 4px 8px;
    gap: 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    width: fit-content;
}

.digital[b-nkxyctz4qy] {
    background: #E7F1FF;
    color: #0052CC;
}

.paper[b-nkxyctz4qy] {
    background: #F2D9F3;
    color: #5A2D82;
}

.back-and-download-button:hover[b-nkxyctz4qy] {
    background-color: #737373;
    color: #FFF;
}

.back-and-download-button:focus-visible[b-nkxyctz4qy] {
    box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    outline: none;
}

.back-and-download-button:active[b-nkxyctz4qy] {
    background-color: #444;
    color: #FFF;
}

.child-order-summary-h1[b-nkxyctz4qy] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.child-order-sub-header-div[b-nkxyctz4qy] {
    display: flex;
}

.child-order-status-div[b-nkxyctz4qy] {
    width: fit-content;
    margin-right: 1rem;
}

.new-status[b-nkxyctz4qy] {
    border-radius: 0.25rem;
    background-color: #f0f9ff;
    border-color: #b9e6fe;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #026aa2;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.in-process-status[b-nkxyctz4qy] {
    border-radius: 0.25rem;
    background-color: #fff3cd;
    border-color: #ffe066;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #664d03;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.in-review-status[b-nkxyctz4qy] {
    border-radius: 0.25rem;
    background-color: #e6f0fb;
    border-color: #e6f0fb;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #1a56db;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.pending-status[b-nkxyctz4qy] {
    border-radius: 0.25rem;
    background-color: #fffaeb;
    border-color: #fedf89;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #b54708;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.issued-status[b-nkxyctz4qy] {
    border-radius: 0.25rem;
    background-color: #ecfdf3;
    border-color: #abefc6;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #067647;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.printed-status[b-nkxyctz4qy] {
    border-radius: 0.25rem;
    background-color: #e9f8f1;
    border-color: #9ae6c0;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #1f945c;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.cancelled-status[b-nkxyctz4qy] {
    border-radius: 0.25rem;
    background-color: #fef3f2;
    border-color: #fecdca;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #b42318;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.flagged-status[b-nkxyctz4qy] {
    border-radius: 0.25rem;
    background-color: #fff8e6;
    border-color: #fedf89;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #a66300;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.incomplete-status[b-nkxyctz4qy] {
    border-radius: 0.25rem;
    background-color: #fef3f2;
    border-color: #fecdca;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #b42318;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.pending-print-status[b-nkxyctz4qy] {
    border-radius: 0.25rem;
    background-color: #fffaeb;
    border-color: #fedf89;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #b54708;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.rejected-status[b-nkxyctz4qy] {
    border-radius: 0.25rem;
    background-color: #fef3f2;
    border-color: #fecdca;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #0A3622;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.revoked-status[b-nkxyctz4qy] {
    border-radius: 0.25rem;
    background-color: #fef3f2;
    border-color: #fecdca;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #b42318;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.refunded-status[b-nkxyctz4qy] {
    border-radius: 0.25rem;
    background-color: #ffefee;
    border-color: #fecdca;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #da1414;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.red-status[b-nkxyctz4qy] {
    border-radius: 0.25rem;
    background-color: #F8D7DA;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #58151C;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.child-order-h1-sub-header[b-nkxyctz4qy] {
    width: fit-content;
    color: #343A40;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: .0625rem #CED4DA solid;
}

.child-order-bold[b-nkxyctz4qy] {
    font-weight: 700;
}

.child-order-apostille-in-process-banner-outer-div[b-nkxyctz4qy] {
    display: flex;
    flex-direction: row;
    align-items: normal;
    gap: 0.5rem;
    padding: 1rem;
    border-radius: 0.375rem;
    border: 1px solid #FFECB5;
    background: #FFF3CD;
    margin-bottom: 1.5rem;
}

.child-order-apostille-in-process-banner-general-text[b-nkxyctz4qy] {
    color: #664D03;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

.child-order-apostille-alert-banner-outer-div[b-nkxyctz4qy] {
    display: flex;
    flex-direction: row;
    align-items: normal;
    gap: 0.5rem;
    padding: 1rem;
    border-radius: 0.375rem;
    border: 1px solid #F5C2C7;
    background: #F8D7DA;
    margin-bottom: 1.5rem;
}
.child-order-apostille-alert-banner-general-text[b-nkxyctz4qy] {
    color: #842029;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

.child-order-apostille-alert-banner-h2[b-nkxyctz4qy] {
    color: #842029;
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.child-order-apostille-alert-banner-info-div[b-nkxyctz4qy] {
    padding: 1rem;
    border-radius: 0.25rem;
    border: 1px solid #F1AEB5;
    margin-left: 30px;
}

.child-order-apostille-alert-banner-h3[b-nkxyctz4qy] {
    color: #990A00;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.child-order-apostille-alert-banner-inner-div-p[b-nkxyctz4qy] {
    color: #990A00;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.child-order-apostille-ready-outer-div[b-nkxyctz4qy] {
    border: 1px solid #BADBCC;
    border-radius: 6px;
    background: #D1E7DD;
    margin-bottom: 1rem;
    overflow: hidden;
}


@media only screen and (min-width: 800px) {
    .child-order-apostille-ready-outer-div[b-nkxyctz4qy]{
    flex-direction: column;
    align-items: start;
    }

}

@media only screen and (min-width: 1000px) {
    .child-order-apostille-ready-outer-div[b-nkxyctz4qy]{
    flex-direction: row;
    align-items: center;
    }

}
.adobe-reader-icon[b-nkxyctz4qy] {
    width: 16px; /* match screenshot size */
    height: 16px;
    flex-shrink: 0; /* prevents icon from shrinking */
}
.child-order-adobe-link[b-nkxyctz4qy] {
    display: inline-block;
    margin-top: 0.25rem;
    color: #0A3622;
    font-weight: 700;
    text-decoration: underline;
}
.child-order-apostille-ready-content[b-nkxyctz4qy] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex: 1;
    padding: 0;
}

    .child-order-apostille-ready-content svg[b-nkxyctz4qy] {
        display: flex;
        width: 1.5rem;
        height: 1.5rem;
        flex-direction: column;
        align-items: center;
        flex-shrink: 0;
    }
.child-order-revoked-content[b-nkxyctz4qy] {
    display: flex;
    gap: 0.5rem;
}

.child-order-apostille-ready-text-div[b-nkxyctz4qy] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    flex: 1 0 0;
}

.child-order-aspostille-ready-h2[b-nkxyctz4qy] {
    color: var(--Components-Alert-Success-Text, #0F5132);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 1rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.child-order-aspostille-ready-p[b-nkxyctz4qy] {
    color: var(--Green-800, #0A3622);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-small, 0.875rem);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    max-width: 52rem;
}

    .child-order-aspostille-ready-p strong[b-nkxyctz4qy] {
        color: var(--Green-800, #0A3622);
        font-weight: 700;
    }
.child-order-aspostille-ready-p span[b-nkxyctz4qy] {
    font-weight: 700;
}

    .child-order-aspostille-ready-p a[b-nkxyctz4qy] {
        color: var(--Green-800, #0A3622);
        font-family: var(--Font-Family-font-base, Roboto);
        font-size: var(--paragraphs-body-small, 0.875rem);
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }
.child-order-aspostille-ready-button[b-nkxyctz4qy] {
    display: flex;
    gap: 0.375rem;
    justify-content: center;
    min-width: 12.5rem;
    height: fit-content;
    border-radius: 0.375rem;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #064B50;
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    color: #F8F9FA;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.625rem 1rem;
}

.child-order-aspostille-ready-button:hover[b-nkxyctz4qy] {
    border-radius: 0.375rem;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #083D41;
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

.child-order-aspostille-ready-button:focus-visible[b-nkxyctz4qy] {
    outline: none;
    border-radius: 0.375rem;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #064B50;
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05), 0 0 0 2px #FFF, 0 0 0 4px #087990;
}

.child-order-content-outer-div[b-nkxyctz4qy] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.child-order-content-top-divs[b-nkxyctz4qy] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media only screen and (min-width: 1000px){
    .child-order-content-top-divs[b-nkxyctz4qy] {
        flex-direction: row;
    }
}

.child-order-content-div[b-nkxyctz4qy] {
    border-radius: 0.5rem;
    border: 1px solid #F8F9FA;
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    height: fit-content;
}

.child-order-content-div-header[b-nkxyctz4qy] {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.child-order-h2[b-nkxyctz4qy] {
    margin-bottom: 0;
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
}

.child-order-hr[b-nkxyctz4qy]{
    margin: 0;
}

.child-order-digital-paper-status[b-nkxyctz4qy] {
    border-radius: 0.25rem;
    background: #F8F9FA;
    padding: 0.25rem 0.5rem;
    color: #495057;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    margin-bottom: 0;
}

.child-order-remove-stylings-button[b-nkxyctz4qy] {
    background-color: transparent;
    border: none;
    color: #09101D;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
}

.child-order-h3[b-nkxyctz4qy] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.child-order-content-bold-div-info[b-nkxyctz4qy] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0;
}

.child-order-info-div-container[b-nkxyctz4qy] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}
.child-order-info-div-container-recipient[b-nkxyctz4qy] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
}
.child-order-info-separate[b-nkxyctz4qy] {
    display: flex;
    justify-content: space-between;
}

.child-order-info-separate > div[b-nkxyctz4qy] {
    width: 50%;
}

.align-document-card[b-nkxyctz4qy] {
    padding-bottom: 6px;
}

.child-order-info-separate-bottom[b-nkxyctz4qy] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem; /* spacing between rows */
    border-bottom: 1px solid #E5E7EB; /* divider line */
}



    .child-order-info-separate-bottom:last-child[b-nkxyctz4qy] {
        border-bottom: none; /* no divider after last recipient */
    }

.select-all-row[b-nkxyctz4qy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.resend-actions[b-nkxyctz4qy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.ds-button-icon[b-nkxyctz4qy] {
    filter: brightness(0) invert(1);
}
.confirmation-text[b-nkxyctz4qy] {
    margin-bottom: 16px;
    color: #555;
    font-size: 14px;
}

.recipient-list[b-nkxyctz4qy] {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 8px;
}

.recipient-item[b-nkxyctz4qy] {
    display: flex;
    align-items: center;
    padding: 6px 0;
    border-bottom: none; /* remove lines between recipients */
}

    .recipient-item:last-child[b-nkxyctz4qy] {
        border-bottom: none;
    }

.recipient-avatar[b-nkxyctz4qy] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ececec;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 12px;
    flex-shrink: 0;
}

.recipient-details[b-nkxyctz4qy] {
    display: flex;
    flex-direction: column;
    gap: 2px; /* controls space between name and email */
}

.recipient-name[b-nkxyctz4qy] {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    line-height: 18px;
}

.recipient-email[b-nkxyctz4qy] {
    font-size: 13px;
    color: #6c757d;
    line-height: 16px;
}
.recipient-divider[b-nkxyctz4qy] {
    border: 0;
    border-top: 1.05px solid #09101d;
    margin: 16px -16px;
}

.form-check-input:checked[b-nkxyctz4qy] {
    background-color: #064B50 !important; /* Cyan fill */
    border-color: #064B50 !important; /* Cyan border */
}

.child-order-info-separate-bottom > div:nth-child(2)[b-nkxyctz4qy] {
    margin-top: 1rem;
}
@media only screen and (min-width: 600px) {
    .child-order-info-separate-bottom[b-nkxyctz4qy] {
        column-gap: 207px;
    }
}
@media only screen and (min-width: 600px) {
    .child-order-info-separate-bottom[b-nkxyctz4qy] {
        display: flex;
        column-gap: 207px;
    }
        .child-order-info-separate-bottom > div:nth-child(2)[b-nkxyctz4qy] {
            margin-top: 0;
        }
}

@media only screen and (max-width: 768px) {
    .child-order-info-separate[b-nkxyctz4qy] {
        flex-direction: column;
        gap: 1rem;
    }

        .child-order-info-separate > div[b-nkxyctz4qy] {
            width: 100%;
        }
}

.child-order-content-info[b-nkxyctz4qy]{
    color: #495057;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
}

.small-adjust[b-nkxyctz4qy]{
    margin-top: 1rem;
}

@media only screen and (min-width:600px){
    .small-adjust[b-nkxyctz4qy]{
        margin-top: 0;
    }
}

.digital-order-info-div[b-nkxyctz4qy] {
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: #F8F9FA;
}

.tracking-number-container[b-nkxyctz4qy] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2px;
    width: fit-content;
}

.tracking-number-text[b-nkxyctz4qy] {
    white-space: nowrap;
    margin: 0;
    padding : 0;
}

.tracking-number-container .k-button[b-nkxyctz4qy],
.tracking-number-container button[b-nkxyctz4qy] {
    flex-shrink: 0;
    margin: 0 !important;
    padding: 0 !important;
}
    .tracking-number-container .child-order-content-bold-div-info[b-nkxyctz4qy] {
        margin-bottom: 0;
        display: inline;
    }
.child-order-digital-info-buttons[b-nkxyctz4qy] {
    display: flex;
    gap: 0.5rem;
    margin-left: auto;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    background: transparent;
}


.child-order-apostille-indent[b-nkxyctz4qy] {
    margin-left: 30px;
}

.custom-info-icon[b-nkxyctz4qy] {
    color: #664D03;
}

.child-order-apostille-alert-banner-outer-div img[b-nkxyctz4qy] {
    width: 24px;
    height: 24px;
}

.d-flex-align[b-nkxyctz4qy] {
    display: flex;
    align-items: flex-start;
}

.child-order-revoked-outer-div[b-nkxyctz4qy] {
    background: #F8D7DA;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
    border-color: #F5C2C7;
}

.child-order-revoked-content[b-nkxyctz4qy] {
    display: flex;
    align-items: flex-start;
    gap: 8px; 
}

.child-order-revoked-icon img[b-nkxyctz4qy] {
    width: 28px;
    height: 28px;
    display: block;
}

.child-order-revoked-text-div[b-nkxyctz4qy] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom : 0px;
}
.child-order-cancelled-text-div[b-nkxyctz4qy] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0px;
}

.child-order-revoked-h2[b-nkxyctz4qy],
.child-order-revoked-p[b-nkxyctz4qy],
.child-order-revoked-h3[b-nkxyctz4qy],
.child-order-revoked-reason[b-nkxyctz4qy] {
    color: #8a1c1c;
    margin-bottom: 0px;
}

.child-order-revoked-h2[b-nkxyctz4qy] {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #8a1c1c;
}

.child-order-revoked-p[b-nkxyctz4qy] {
    margin-bottom: 0px;
}

.child-order-revoked-h3[b-nkxyctz4qy] {
    font-size: 1rem;
    margin-bottom: 0px;
    font-weight: bold;
}

.child-order-revoked-reason[b-nkxyctz4qy] {
    margin-bottom: 0;
}

.child-order-revoked-reason-row[b-nkxyctz4qy] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.child-order-revoked-h3[b-nkxyctz4qy] {
    color: #8a1c1c;
    font-family: "Roboto", sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
}

.child-order-revoked-reason-small[b-nkxyctz4qy] {
    color: #8a1c1c;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
}

.delete-recipient-div[b-nkxyctz4qy] {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #CED4DA;
}

.delete-recipient-name[b-nkxyctz4qy] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.delete-recipient-info[b-nkxyctz4qy] {
    color: #495057;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.delete-error-content[b-nkxyctz4qy] {
    display: flex;
    flex-direction: column;
}

.delete-error-banner[b-nkxyctz4qy] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    background: #F8D7DA;
    border: 1px solid #F5C2C7;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
}

.delete-error-icon[b-nkxyctz4qy] {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #842029;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
}

.delete-error-title[b-nkxyctz4qy] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #842029;
}

.delete-error-text[b-nkxyctz4qy] {
    font-size: 0.625rem;
    color: #842029;
}

/* =========================================
   REJECTED ALERT BANNER (ENTIRE CSS)
   ========================================= */

.alert-banner--rejected[b-nkxyctz4qy] {
    display: flex;
    gap: 12px;
    padding: 20px;
    margin-bottom: 24px;
    border-radius: 8px;
    border: 1px solid #F5C2C7;
    background-color: #F8D7DA;
}

    /* -----------------------------------------
   ICON
------------------------------------------ */
    .alert-banner--rejected .alert-icon[b-nkxyctz4qy] {
        flex-shrink: 0;
        margin-top: 2px; /* aligns icon with title text */
    }

        .alert-banner--rejected .alert-icon img[b-nkxyctz4qy] {
            width: 28px;
            height: 28px;
            display: block;
        }

    /* -----------------------------------------
   CONTENT COLUMN
------------------------------------------ */
    .alert-banner--rejected .alert-content[b-nkxyctz4qy] {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    /* -----------------------------------------
   TITLE
------------------------------------------ */
    .alert-banner--rejected .alert-title[b-nkxyctz4qy] {
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-size: 1.25rem;
        font-weight: 600;
        color: #842029;
        line-height: 1.25;
    }

    /* -----------------------------------------
   REASON LINE
------------------------------------------ */
    .alert-banner--rejected .alert-text[b-nkxyctz4qy] {
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        color: #842029;
        line-height: 1.4;
    }

    .alert-banner--rejected .alert-reason[b-nkxyctz4qy] {
        margin-left: 4px;
        font-weight: 600;
        color: #990A00;
    }

    /* -----------------------------------------
   INNER BOX
------------------------------------------ */
    .alert-banner--rejected .alert-inner-box[b-nkxyctz4qy] {
        margin-top: 6px; /* reduced gap above box */
        padding: 12px 16px; /* controlled inner spacing */

        border-radius: 6px;
        border: 1px solid #F1AEB5;
        /* SAME background as outer */
        background-color: #F8D7DA;
    }

        /* -----------------------------------------
   INNER BOX TEXT
------------------------------------------ */
        .alert-banner--rejected .alert-inner-box p[b-nkxyctz4qy] {
            margin: 0 0 6px 0;
            font-family: "Roboto", sans-serif;
            font-size: 0.95rem;
            font-weight: 400;
            color: #990A00;
            line-height: 1.4;
        }

    .alert-banner--rejected .alert-refund[b-nkxyctz4qy] {
        margin-bottom: 0;
    }

/* -----------------------------------------
   RESPONSIVE ADJUSTMENTS
------------------------------------------ */
@media (max-width: 600px) {
    .alert-banner--rejected[b-nkxyctz4qy] {
        padding: 16px;
        gap: 10px;
    }

        .alert-banner--rejected .alert-inner-box[b-nkxyctz4qy] {
            padding: 12px;
        }

        .alert-banner--rejected .alert-title[b-nkxyctz4qy] {
            font-size: 1.125rem;
        }

        .alert-banner--rejected .alert-text[b-nkxyctz4qy] {
            font-size: 0.95rem;
        }
}

.profile-completion-banner[b-nkxyctz4qy] {
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 0.375rem;
    border: 0.0625rem solid #FFECB5;
    background: #FFF3CD;
    position: relative;
    margin-bottom: 1.5rem;
}

.banner-content[b-nkxyctz4qy] {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.banner-text[b-nkxyctz4qy] {
    display: flex;
    flex: 1;
    align-items: flex-start;
}

.banner-message[b-nkxyctz4qy] {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.5rem;
    row-gap: 0;
    width: 100%;
    align-items: center;
}

    .banner-message img[b-nkxyctz4qy] {
        width: 1.5rem;
        height: 1.5rem;
        grid-row: 1;
        grid-column: 1;
    }

.banner-title[b-nkxyctz4qy] {
    grid-row: 1;
    grid-column: 2;
    color: var(--Components-Alert-Warning-Text, #664D03);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    align-self: center;
    margin: 0;
}

.banner-description[b-nkxyctz4qy] {
    grid-row: 2;
    grid-column: 2;
    color: var(--Components-Alert-Warning-Text, #664D03);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-small, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.banner-link[b-nkxyctz4qy] {
    color: #495057;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 0.25rem;
}

    .banner-link:hover[b-nkxyctz4qy] {
        text-decoration: underline;
    }
.recipient-header-row[b-nkxyctz4qy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #FFF;
}

.banner-close[b-nkxyctz4qy] {
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.2s;
}

    .banner-close:hover[b-nkxyctz4qy] {
        opacity: 1;
    }

/* Overlay */
.panel-overlay[b-nkxyctz4qy] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1099;
    animation: fadeIn-b-nkxyctz4qy 0.2s ease-in-out;
}

@keyframes fadeIn-b-nkxyctz4qy {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Slide Panel */
.slide-panel[b-nkxyctz4qy] {
    position: fixed;
    top: 0;
    right: -551px;
    width: 551px;
    height: 100vh;
    background: #FFF;
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.17);
    z-index: 1100;
    overflow-y: auto;
    transition: right 0.3s ease-in-out;
}

    .slide-panel.active[b-nkxyctz4qy] {
        right: 0;
    }
/* Invisible backdrop - allows clicking outside to close */
.panel-invisible-backdrop[b-nkxyctz4qy] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1099;
    background: transparent;
    cursor: default;
}

/* Edit panel container */
.edit-panel-container[b-nkxyctz4qy] {
    position: fixed;
    right: 0;
    top: 0;
    width: 452px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #F8F9FA;
    background: #FFF;
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.17);
    z-index: 1100;
    animation: slideInRight-b-nkxyctz4qy 0.3s ease-out;
}

@keyframes slideInRight-b-nkxyctz4qy {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

.return-documents-container[b-nkxyctz4qy] {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    border-radius: 0.5rem;
    border: 1px solid #F8F9FA;
    background: #FFF;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.08);
}

.return-documents-header[b-nkxyctz4qy] {
    display: flex;
    padding: 1.5rem 1rem;
    flex-direction: column;
    align-self: stretch;
    border-bottom: 1px solid #CED4DA;
}

.return-documents-title-row[b-nkxyctz4qy] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.25rem;
    width: 100%;
}

.return-documents-title-content[b-nkxyctz4qy] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
    max-width: calc(100% - 3rem);
}
.return-documents-title[b-nkxyctz4qy] {
    color: #212529;
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.return-documents-subtitle[b-nkxyctz4qy] {
    color: #495057;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.return-documents-button-wrapper[b-nkxyctz4qy] {
    flex-shrink: 0;
}

.return-documents-divider[b-nkxyctz4qy] {
    border: none;
    border-top: 1px solid #CED4DA;
    margin: 0;
    width: 100%;
}

/* Container for address and tracking info */
.return-documents-info-container[b-nkxyctz4qy] {
    display: flex;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    align-items: flex-start;
    align-content: flex-start;
    gap: 1rem 12.9375rem;
    align-self: stretch;
    flex-wrap: wrap;
}

.return-documents-details-wrapper[b-nkxyctz4qy] {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 1rem 12.9375rem;
    align-self: stretch;
    flex-wrap: wrap;
    width: 100%;
}

.return-address-section[b-nkxyctz4qy] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1 1 auto;
    min-width: 15.625rem;
}

.return-address-heading[b-nkxyctz4qy] {
    color: #6C757D;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.return-address-text[b-nkxyctz4qy] {
    color: #212529;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
    margin: 0;
}

.return-tracking-section[b-nkxyctz4qy] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1 1 auto;
    min-width: 15.625rem;
}


.return-tracking-heading[b-nkxyctz4qy] {
    color: #6C757D;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.return-tracking-content[b-nkxyctz4qy] {
    color: #212529;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.delete-recipient-box[b-nkxyctz4qy] {
    border: 1px solid #ccc; /* border all around */
    padding: 1.25rem;
    margin: 1rem 0;
    border-radius: 6px;
}

.delete-recipient-name[b-nkxyctz4qy] {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}
.delete-recipient-info[b-nkxyctz4qy] {
    margin: 0.25rem 0;
    color: #555;
}
.ds-pagecovermodal .delete-recipient-box[b-nkxyctz4qy] {
    max-width: 700px; /* increase width */
    width: 100%; /* allow full width inside modal */
    margin: 0 auto; /* keep it centered */
}
.delete-recipient-actions[b-nkxyctz4qy] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 1.5rem;
}
.delete-recipient-info[b-nkxyctz4qy] {
    margin: 0;
    color: #555;
}
.child-order-apostille-ready-footer[b-nkxyctz4qy] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-top: 1px solid #BADBCC;
    background: #F0FDFA;
}

.footer-label[b-nkxyctz4qy] {
    color: var(--Red-800-4, #0A3622);
    /* Paragraphs & Body/small/fw-normal-400 */
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-small, 0.875rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-item[b-nkxyctz4qy] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--Red-800-4, #0A3622);
    /* Paragraphs & Body/small/fw-normal-400 */
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-small, 0.875rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .footer-item strong[b-nkxyctz4qy] {
        font-weight: 700;
    }

    .footer-item img[b-nkxyctz4qy] {
        width: 16px;
        height: 16px;
    }

.footer-divider[b-nkxyctz4qy] {
    color: #6C757D;
}

.child-order-aspostille-ready-p a[b-nkxyctz4qy] {
    color: #0F5132;
    font-weight: 700;
    text-decoration: underline;

}

.child-order-aspostille-ready-p strong[b-nkxyctz4qy] {
    font-weight: 700;
}
.child-order-apostille-ready-header[b-nkxyctz4qy] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: space-between; /* pushes button to the right */
    width: 100%;
    padding: 16px;
}
.profile-completion-banner-ptd[b-nkxyctz4qy] {
   display: flex;
   padding: 1.5rem;
   flex-direction: column;
   align-items: flex-start;
   align-self: stretch;
   border-radius: 0.375rem;
   border: 1px solid #CFE3D9;
   background: #E9F7EF;
   position: relative;
   margin-bottom: 1.5rem;
}
.banner-content-ptd[b-nkxyctz4qy] {
   display: flex;
   width: 100%;
   align-items: flex-start;
}



.banner-text-ptd[b-nkxyctz4qy] {
  display: flex;
  flex: 1;
  align-items: flex-start;
}

.banner-message-ptd[b-nkxyctz4qy] {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.5rem;
  align-items: center; /* ensures icon aligns with first line */
}

    .banner-message-ptd img[b-nkxyctz4qy] {
       width: 1.5rem;
       height: 1.5rem;
       grid-row: 1;
       grid-column: 1;
    }

.banner-title-ptd[b-nkxyctz4qy] {
   grid-row: 1;
   grid-column: 2;
   color: var(--Components-Alert-Warning-Text, #0F5132);
   font-family: var(--Font-Family-font-base, Roboto);
   font-size: var(--paragraphs-body-p, 16px);
   font-style: normal;
   font-weight: 700;
   line-height: 1.5rem;
   align-self: center;
   margin: 0;
}



.banner-description-ptd[b-nkxyctz4qy] {
    grid-row: 2;
    grid-column: 2;
    color: var(--Components-Alert-Warning-Text, #0F5132);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-small, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
@media (max-width: 700px) {

    .child-order-apostille-ready-header[b-nkxyctz4qy] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem; 
    }

    .download-receipt-button[b-nkxyctz4qy] {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: stretch !important;
        width: 100%;
    }

        .download-receipt-button > *[b-nkxyctz4qy] {
            width: 100%;
        }

        .download-receipt-button *[b-nkxyctz4qy],
        .download-receipt-button .k-button[b-nkxyctz4qy],
        .download-receipt-button button[b-nkxyctz4qy],
        .download-receipt-button .ds-button[b-nkxyctz4qy] {
            width: 100% !important;
            max-width: 100% !important;
        }
    /* Text block stays full width */
    .child-order-apostille-ready-content[b-nkxyctz4qy] {
        width: 100%;
        gap: 0.5rem !important;
        width : 100%;
    }

    /* Paragraph wraps naturally */
    .child-order-aspostille-ready-p[b-nkxyctz4qy] {
        max-width: 100%;
        line-height: 130%;
    }

    /* Adobe link aligns perfectly under paragraph */
    .adobe-reader-link[b-nkxyctz4qy] {
        margin-top: -2px;
        gap: 6px;
    }

    /* Footer stacks vertically on mobile */
    .child-order-apostille-ready-footer[b-nkxyctz4qy] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 16px;
        width: 100%;
    }

        .child-order-apostille-ready-footer .footer-item[b-nkxyctz4qy] {
            justify-content: flex-start;
            width: 100%;
        }

        /* Hide the | divider on mobile */
        .child-order-apostille-ready-footer .footer-divider[b-nkxyctz4qy] {
            display: none;
        }
}
.child-order-apostille-warning-banner[b-nkxyctz4qy] {
    display: flex;
    padding: 1rem;
    align-items: flex-start;
    align-self: stretch;
    gap: 1rem;
    border-radius: var(--radius-4, 0.375rem);
    border: 1px solid var(--Components-Alert-Warning-Border, #FFECB5);
    background: var(--Components-Alert-Warning-Background, #FFF3CD);
    margin-bottom: 1rem;
}

    .child-order-apostille-warning-banner > div:first-child[b-nkxyctz4qy] {
        display: flex;
        align-items: flex-start;
        flex-shrink: 0;
    }

    .child-order-apostille-warning-banner > div:last-child[b-nkxyctz4qy] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        gap: 0.5rem;
        flex: 1;
    }

    .child-order-apostille-warning-banner img[b-nkxyctz4qy] {
        width: 1.5rem;
        height: 1.5rem;
    }

.child-order-apostille-warning-title[b-nkxyctz4qy] {
    color: var(--Components-Alert-Warning-Text, #664D03);
    font-family: var(--Font-Family-font-heading, Roboto);
    font-size: var(--Headings-h5, 1.25rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.child-order-apostille-warning-text[b-nkxyctz4qy] {
    color: #664D03;
    font-family: var(--Font-Family-font-heading, Roboto);
    font-size: var(--Headings-h6, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    white-space: nowrap;
}

    .child-order-apostille-warning-text strong[b-nkxyctz4qy] {
        font-weight: 700;
    }

    .child-order-apostille-warning-text a[b-nkxyctz4qy] {
        color: #664D03;
        font-family: var(--Font-Family-font-heading, Roboto);
        font-size: var(--Headings-h6, 1rem);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

.child-order-adobe-verification-box[b-nkxyctz4qy] {
    display: flex;
    width: 1110px;
    max-width: 100%;
    padding: var(--gap-4, 24px);
    align-items: flex-start;
    gap: 0.5rem;
    border-radius: var(--radius-5, 8px);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-light, #F8F9FA);
    background: var(--Colors-Background-bg-primary_alt, #FFF);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
    
}

.child-order-adobe-verification-icon[b-nkxyctz4qy] {
    width: 1rem;
    height: 1rem;
    margin-top: 0.125rem;
}

.child-order-adobe-verification-content[b-nkxyctz4qy] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.child-order-adobe-verification-title[b-nkxyctz4qy] {
    color: var(--Theme-Colors-Text-Colors-text-dark, #212529);
    font-family: var(--Font-Family-font-heading, Roboto);
    font-size: var(--Headings-h6, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.child-order-adobe-verification-text[b-nkxyctz4qy] {
    color: var(--Grey-700, #495057);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.child-order-adobe-verification-link[b-nkxyctz4qy] {
    color: var(--Theme-Colors-Brand-Colors-sea-depths, #0D5257);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-small, 0.875rem);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}


.child-order-adobe-verification-success[b-nkxyctz4qy] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    color: #0F5132;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    flex-direction: row;
}
.child-order-adobe-status-title[b-nkxyctz4qy] {
    color: #0F5132;
    font-family: Roboto;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin : 0;
}
.child-order-apostille-ready-actions[b-nkxyctz4qy] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap : wrap;
    flex-direction: row;
}

    child-order-apostille-ready-actions .ds-button[b-nkxyctz4qy],
    .child-order-apostille-ready-actions button[b-nkxyctz4qy] {
        width: auto;
        max-width: 100%;
    }

@media (max-width: 768px) {
    .child-order-apostille-ready-actions[b-nkxyctz4qy] {
        flex-direction: column;
        width: 100%;
    }

        .child-order-apostille-ready-actions .ds-button[b-nkxyctz4qy],
        .child-order-apostille-ready-actions button[b-nkxyctz4qy] {
            width: 100%;
        }
}
.child-order-apostille-warning-banner[b-nkxyctz4qy] {
    display: flex;
    padding: 1rem;
    align-items: flex-start;
    align-self: stretch;
    gap: 1rem;
    border-radius: var(--radius-4, 0.375rem);
    border: 1px solid var(--Components-Alert-Warning-Border, #FFECB5);
    background: var(--Components-Alert-Warning-Background, #FFF3CD);
    margin-bottom: 1rem;
}

    .child-order-apostille-warning-banner > div:first-child[b-nkxyctz4qy] {
        display: flex;
        align-items: flex-start;
        flex-shrink: 0;
    }

    .child-order-apostille-warning-banner > div:last-child[b-nkxyctz4qy] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        gap: 0.5rem;
        flex: 1;
    }

    .child-order-apostille-warning-banner img[b-nkxyctz4qy] {
        width: 1.5rem;
        height: 1.5rem;
    }

.child-order-apostille-warning-title[b-nkxyctz4qy] {
    color: var(--Components-Alert-Warning-Text, #664D03);
    font-family: var(--Font-Family-font-heading, Roboto);
    font-size: var(--Headings-h5, 1.25rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.child-order-apostille-warning-text[b-nkxyctz4qy] {
    white-space: normal !important; /* Allows standard wrapping on mobile */
    width: 100% !important; /* Takes up full mobile screen width */
    max-width: 100% !important;
    word-break: break-word;
}

    .child-order-apostille-warning-text strong[b-nkxyctz4qy] {
        font-weight: 700;
    }

    .child-order-apostille-warning-text a[b-nkxyctz4qy] {
        color: #664D03;
        font-family: var(--Font-Family-font-heading, Roboto);
        font-size: var(--Headings-h6, 1rem);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }


@media (max-width: 768px) {
    .return-documents-info-container[b-nkxyctz4qy], .return-documents-details-wrapper[b-nkxyctz4qy] {
        gap: 0.25rem;
    }

    .return-documents-header[b-nkxyctz4qy] {
        padding: 1rem;
    }

    .return-documents-info-container[b-nkxyctz4qy] {
        padding: 1rem;
    }

    .return-documents-title-content[b-nkxyctz4qy] {
        max-width: calc(100% - 2.5rem);
    }
}

.child-order-edit-gate[b-nkxyctz4qy] {
    display: inline-flex;
    align-items: center;
}

.child-order-edit-disabled[b-nkxyctz4qy] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* A Notes value containing a long unbroken token (URL, document ID) used to set the
   min-content width of the Customer Information card, pushing it past its flex share in
   .child-order-content-top-divs and squeezing the Document Information card beside it.
   `anywhere` rather than `break-word`: only `anywhere` also shrinks the min-content
   contribution, which is what actually stops the card from stretching. */
.child-order-note-text[b-nkxyctz4qy] {
    overflow-wrap: anywhere;
}
/* _content/Customer.WebApp/Components/Pages/ReviewOrders.razor.rz.scp.css */
.review-order-container[b-sjpxdjr2i7] {
    display: flex;
    padding: 24px 165px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    min-width: 375px;
}

.create-order-button[b-sjpxdjr2i7] {
    width: 13.1875rem;
    height: 2.875rem;
    margin-top: 0;
}
.custom-select-arrow[b-sjpxdjr2i7] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.table-container[b-sjpxdjr2i7] {
    width: 100%;
    padding: 1.5rem 1rem;
    border: 1px solid #F8F9FA;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

table[b-sjpxdjr2i7] {
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
}

.table-striped > tbody > tr:nth-of-type(odd) > td[b-sjpxdjr2i7] {
    background-color: #F8F9FA;
    border-bottom: 1px solid #CED4DA;
    padding: 16px;
    color: #212529;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.table-striped > tbody > tr:nth-of-type(even) > td[b-sjpxdjr2i7] {
    background-color: #FFFFFF00;
    border-bottom: 1px solid #CED4DA;
    padding: 16px;
    color: #212529;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.custom-table > :not(:last-child) > :last-child > *[b-sjpxdjr2i7] {
    border-bottom-color: #CED4DA;
}

.order-table-th[b-sjpxdjr2i7] {
    color: #212529;
    background: #FFFFFF00;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 8px 16px;
    white-space: nowrap;
    border-bottom-color: #CED4DA;
}

.caret-svg-group[b-sjpxdjr2i7] {
    display: flex;
    flex-direction: column;
}

.caret-svg-group i[b-sjpxdjr2i7] {
    font-size: 11px;
    color: #ADB5BD;
}

.caret-svg-group i:nth-child(1)[b-sjpxdjr2i7] {
    margin-bottom: -3px;
}

.carets-display[b-sjpxdjr2i7] {
    display: flex;
    gap: 8px;
    color: #212529;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
}

.doc-badge[b-sjpxdjr2i7] {
    display: flex;
    border-radius: 12px;
    padding: 4px 8px;
    background: #CFF4FC;
    height: 20px;
}

.document-text[b-sjpxdjr2i7] {
    color: #055160;
    text-align: center;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Extra Small screen */
@media (max-width: 575.98px) {
    .review-order-container[b-sjpxdjr2i7] {
        display: flex;
        padding: 24px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }
}

/* Small screen */
@media only screen and (min-width: 576px) {
    .review-order-container[b-sjpxdjr2i7] {
        display: flex;
        padding: 24px 48px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }
}

.not-found[b-sjpxdjr2i7] {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight:400; 
    line-height: 1.5;
    text-align: center; 
    margin-top: -5px;
}
    
    .table-responsive-md[b-sjpxdjr2i7] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;

    }

    .custom-table[b-sjpxdjr2i7] {
        min-width: 750px;
    }

    .order-table-th[b-sjpxdjr2i7] {
        white-space: nowrap;
    }

    /* Better spacing */
    .custom-table th[b-sjpxdjr2i7],
    .custom-table td[b-sjpxdjr2i7] {
        padding: 12px 16px;
    }

    .custom-table thead th[b-sjpxdjr2i7] {
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 2;
    }

    @media (max-width: 768px) {
        .table-responsive-md[b-sjpxdjr2i7] {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .table-responsive-md[b-sjpxdjr2i7]::-webkit-scrollbar {
            display: none;
        }

        .custom-table[b-sjpxdjr2i7] {
            min-width: 700px;
        }
    }
/* Medium screen */
@media only screen and (min-width: 768px) {
    .review-order-container[b-sjpxdjr2i7] {
        display: flex;
        padding: 24px 39px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }

    .table-container[b-sjpxdjr2i7] {
        padding: 1.5rem 1rem;
    }

    .table-striped > tbody > tr > td[b-sjpxdjr2i7],
    .order-table-th[b-sjpxdjr2i7] {
        padding-left: 0;
        padding-right: 0;
    }
}


/* Large screen */
@media only screen and (min-width: 992px) {
    .review-order-container[b-sjpxdjr2i7] {
        display: flex;
        padding: 24px 47px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }
}

/* XL screen */
@media only screen and (min-width: 1200px) {
    .review-order-container[b-sjpxdjr2i7] {
        display: flex;
        padding: 24px 165px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }
}



.table-container > :last-child
.table-responsive-md[b-sjpxdjr2i7],
table[b-sjpxdjr2i7],
table tbody[b-sjpxdjr2i7],
table tr[b-sjpxdjr2i7] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.profile-completion-banner[b-sjpxdjr2i7] {
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    align-self: stretch;
    border-radius: 0.375rem;
    border: 0.0625rem solid #FFECB5;
    background: #FFF3CD;
    position: relative;
}

.banner-content[b-sjpxdjr2i7] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 1rem;
}

.banner-text[b-sjpxdjr2i7] {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0;
    flex: 1;
    padding-right: 2.5rem;
}

.banner-title[b-sjpxdjr2i7] {
    color: #664D03;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.banner-separator[b-sjpxdjr2i7] {
    color: #664D03;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0.25rem;
}

.banner-description[b-sjpxdjr2i7] {
    color: #664D03;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner-link[b-sjpxdjr2i7] {
    color: #495057;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 0.25rem;
}

    .banner-link:hover[b-sjpxdjr2i7] {
        text-decoration: underline;
    }

.banner-close[b-sjpxdjr2i7] {
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.2s;
}

    .banner-close:hover[b-sjpxdjr2i7] {
        opacity: 1;
    }

    .banner-close:focus[b-sjpxdjr2i7] {
        outline: 0.125rem solid #664D03;
        outline-offset: 0.125rem;
        opacity: 1;
    }

@media (max-width: 575.98px) {
    .banner-text[b-sjpxdjr2i7] {
        padding-right: 3.5rem;
    }

    .banner-close[b-sjpxdjr2i7] {
        width: 3rem;
        height: 3rem;
    }

}
/* _content/Customer.WebApp/Components/Pages/ReviewParentOrder.razor.rz.scp.css */
.parent-order-summary-outer-div[b-eqom6cyq42] {
    display: flex;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.parent-order-summary-inner-divs[b-eqom6cyq42] {
    width: 100%;
    max-width: 70rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media only screen and (min-width: 1000px) {
    .parent-order-summary-outer-div[b-eqom6cyq42] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.parent-order-summary-h1[b-eqom6cyq42] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.parent-order-sub-header-div[b-eqom6cyq42]{
    display: flex;
}

.parent-order-status-div[b-eqom6cyq42]{
    width: fit-content;
    margin-right: 1rem;
}

.new-status[b-eqom6cyq42] {
    border-radius: 0.25rem;
    background-color: #CFF4FC;
    border-color: #b9e6fe;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #083D41;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.in-process-status[b-eqom6cyq42] {
    border-radius: 0.25rem;
    background-color: #FFF3CD;
    border-color: #ffe066;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #664D03;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.in-review-status[b-eqom6cyq42] {
    border-radius: 0.25rem;
    background-color: #e6f0fb;
    border-color: #e6f0fb;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #1a56db;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.pending-status[b-eqom6cyq42] {
    border-radius: 0.25rem;
    background-color: #FFF3CD;
    border-color: #fedf89;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #664D03;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.issued-status[b-eqom6cyq42] {
    border-radius: 0.25rem;
    background-color: #D1E7DD;
    border-color: #abefc6;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #0A3622;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.printed-status[b-eqom6cyq42] {
    border-radius: 0.25rem;
    background-color: #e9f8f1;
    border-color: #9ae6c0;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #1f945c;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.cancelled-status[b-eqom6cyq42] {
    border-radius: 0.25rem;
    background-color: #fef3f2;
    border-color: #fecdca;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #b42318;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.flagged-status[b-eqom6cyq42] {
    border-radius: 0.25rem;
    background-color: #fff8e6;
    border-color: #fedf89;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #a66300;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.incomplete-status[b-eqom6cyq42] {
    border-radius: 0.25rem;
    background-color: #fef3f2;
    border-color: #fecdca;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #b42318;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.pending-print-status[b-eqom6cyq42] {
    border-radius: 0.25rem;
    background-color: #fffaeb;
    border-color: #fedf89;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #b54708;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.rejected-status[b-eqom6cyq42] {
    border-radius: 0.25rem;
    background-color: #fef3f2;
    border-color: #fecdca;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #0A3622;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.revoked-status[b-eqom6cyq42] {
    border-radius: 0.25rem;
    background-color: #fef3f2;
    border-color: #fecdca;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #b42318;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.refunded-status[b-eqom6cyq42] {
    border-radius: 0.25rem;
    background-color: #ffefee;
    border-color: #fecdca;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #da1414;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.completed-status[b-eqom6cyq42] {
    border-radius: 0.25rem;
    background-color: #ECFDF3;
    border-color: #ABEFC6;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #067647;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.red-status[b-eqom6cyq42] {
    border-radius: 0.25rem;
    background-color: #F8D7DA;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    color: #58151C;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    width: fit-content;
}

.parent-order-h1-sub-header[b-eqom6cyq42] {
    width: fit-content;
    color: #343A40;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: .0625rem #CED4DA solid;
}

.parent-order-bold[b-eqom6cyq42]{
    font-weight: 700;
}

.parent-order-payment-info-div[b-eqom6cyq42] {
    border-radius: 0.5rem;
    border: 1px solid #F8F9FA;
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
}

.parent-order-h2[b-eqom6cyq42] {
    padding: 1rem;
    margin-bottom: 0;
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
}

.parent-order-hr[b-eqom6cyq42]{
    margin: 0;
}

.payment-method-div[b-eqom6cyq42] {
    padding: 1rem;
}

.parent-order-h3[b-eqom6cyq42] {
    color: #6C757D;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.payment-method-info[b-eqom6cyq42] {
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.download-reciept-button[b-eqom6cyq42] {
    color: #09101D;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    border-radius: 0.375rem;
    border: 1px solid #DADADA;
    background-color: transparent;
    padding: 0.31rem 0.56rem;
    height: fit-content;
    align-self: center;
}

.download-reciept-button:hover[b-eqom6cyq42] {
    background-color: #737373;
    color: #FFF;
}

.download-reciept-button:focus-visible[b-eqom6cyq42] {
    box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    outline: none;
}

.download-reciept-button:active[b-eqom6cyq42] {
    background-color: #444;
    color: #FFF;
}

.parent-order-orders-table-outer-div[b-eqom6cyq42] {
    max-height: 380px;
    border-radius: 0.5rem;
    border: 1px solid #F8F9FA;
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
    padding: 1.5rem 1rem;
    overflow: auto;
}

.parent-order-orders-table[b-eqom6cyq42]{
    width: 100%;
    min-width: 1000px;
}

.parent-order-orders-table-row[b-eqom6cyq42] {
    width: 100%;
    min-width: 1000px;
    cursor:pointer;
}

.table-row-head[b-eqom6cyq42] {
    border-bottom: 1px solid #CED4DA;
}

.table-row-head th[b-eqom6cyq42] {
    padding: 0.5rem 1rem;
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.parent-order-orders-table tbody tr:nth-child(even)[b-eqom6cyq42] {
    border-bottom: 1px solid #CED4DA;
    background-color: #FFF;
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.parent-order-orders-table tbody tr:nth-child(odd)[b-eqom6cyq42] {
    border-bottom: 1px solid #CED4DA;
    background-color: #F8F9FA;
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.parent-order-orders-table tbody tr td[b-eqom6cyq42]{
    padding: 1rem;
}

/*.breadcrumb-container {
    display: flex;
    align-items: center; 
    margin-bottom: 10px;
}

.breadcrumb-arrow {
    font-size: 20px; 
    font-weight: 700; 
    color: #495057;
    line-height: 1; 
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.breadcrumb-pill {
    background-color: #e9ecef;
    border-radius: 6px;
    padding: 15px 8px; 
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    text-decoration: none;
    cursor: pointer;
    margin: 0 10px 0 0; 
    display: inline-flex; 
    align-items: center; 
    line-height: 1;
    height: 20px;
}


    .breadcrumb-pill:hover {
        background-color: #dee2e6;
    }


.order-overview-button {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    background-color: #F8F9FA;
    border-radius: 0.25rem;
    border: 1px solid #CED4DA;
    color: #212529;
    cursor: pointer;
    margin-left: 8px;
}

    .order-overview-button:hover {
        background-color: #E2E6EA;
    }*/

/* ensure breadcrumb svg uses the grey used by breadcrumb text */
/*#breadcrumb-icon {
    color: #495057 !important;*/           /* sets currentColor for the svg */
    /*fill: currentColor;
    stroke: currentColor;
}*/

/* Add this new rule for breadcrumb link styling */
/*.breadcrumb-link {
    color: #0000008C;*/  /* match the top-nav-link color so SVG renders grey */
    /*text-decoration: none;
    cursor: pointer;
}

.breadcrumb-link:hover {
    color: #000000B2;*/   /* match top-nav-link hover */
/*}

.breadcrumb-link:active {
    color: #212529;*/     /* match top-nav-link active */
/*}*/
/* _content/Customer.WebApp/Components/Shared/Breadcrumbs.razor.rz.scp.css */

.breadcrumb-container[b-yq3cpd2hoz] {
    margin-bottom: 1.5rem;
    gap: 0.5rem;
}

/* Initial Behaviour */
.breadcrumb-icon-wrapper[b-yq3cpd2hoz] {
    border-radius: 6px;
    cursor: pointer;
}

.order-link[b-yq3cpd2hoz] {
    border-color: transparent;
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.breadcrumb-active[b-yq3cpd2hoz] {
    background-color: #E9ECEF;
    color: #343A40;
    cursor: default;
}

.breadcrumb-inactive[b-yq3cpd2hoz] {
    color: #495057;
    cursor: pointer;
}

.separator[b-yq3cpd2hoz] {
    font-size: 0.5rem;
    line-height: 1;
}

/* Hover */
.breadcrumb-icon-wrapper:hover[b-yq3cpd2hoz],
.breadcrumb-active:hover[b-yq3cpd2hoz],
.breadcrumb-inactive:hover[b-yq3cpd2hoz] {
    color: #343A40;
    background: var(--Gray-150, #F3F3F3);
}

/* Focus */
.breadcrumb-icon-wrapper:focus[b-yq3cpd2hoz],
.breadcrumb-active:focus[b-yq3cpd2hoz],
.breadcrumb-inactive:focus[b-yq3cpd2hoz] {
    color: #343A40;
    background: var(--Grey-100, #F8F9FA);
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #087990;
}
/* _content/Customer.WebApp/Components/Shared/CustomConfirmationModal.razor.rz.scp.css */
.custom-modal-backdrop[b-4vm76ap9dw] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.15);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-modal[b-4vm76ap9dw] {
    background: #fff;
    border-radius: 8px;
    max-width: 534px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 2px 16px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    padding: 0;
}

.custom-modal-header[b-4vm76ap9dw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    font-weight: 600;
    font-size: 1.2rem;
}

.custom-modal hr[b-4vm76ap9dw] {
    width: 534px;
    height: 1px;
    border: none;
    background-color: #CED4DA;
    margin: 0;
    color: unset;
    opacity: 1;
}

    .custom-modal hr.hr-bottom[b-4vm76ap9dw] {
        margin-bottom: 1rem;
    }

.custom-modal-title[b-4vm76ap9dw] {
    color: var(--text-01-body, #212529);
    font-family: var(--Font-Family-font-heading, Roboto);
    font-size: var(--Headings-h5, 1.25rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.custom-modal-close[b-4vm76ap9dw] {
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    color: #6C757D;
    padding: 0;
}

.custom-modal-body[b-4vm76ap9dw] {
    padding: 1rem;
}

    .custom-modal-body .message[b-4vm76ap9dw] {
        margin: 0;
        color: #212529;
    }

.custom-modal-footer[b-4vm76ap9dw] {
    display: flex;
    justify-content: flex-end;
    gap: 0.50rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    background: transparent;
}

.custom-modal-btn[b-4vm76ap9dw] {
    min-width: 80px;
    padding: 0.5rem 1.2rem;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

.custom-modal-footer button.custom-modal-btn.close[b-4vm76ap9dw] {
    background-color: #fff;
    color: #333;
}

.close-btn[b-4vm76ap9dw] {
    display: flex;
    height: 2.75rem;
    padding: 0.625rem var(--spacing-xl, 1rem);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm, 0.375rem);
    border-radius: var(--radius-4, 0.375rem);
    border: 1px solid var(--Theme-Colors-Border-Colors-border-grey, #CED4DA);
    background: var(--Theme-Colors-Background-Colors-bg-white, #FFF);
    box-shadow: 0 0 0 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(10, 13, 18, 0.18)) inset, 0 -2px 0 0 var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(10, 13, 18, 0.05)) inset, 0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
    color: var(--Grey-700, #495057);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 1rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .close-btn:hover[b-4vm76ap9dw] {
        background-color: #737373;
        color: #FFF;
    }

    .close-btn:focus-visible[b-4vm76ap9dw] {
        outline: none;
        border: 1px solid #DADADA;
        background: #FFF;
        box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.10);
    }

    .close-btn:active[b-4vm76ap9dw] {
        background-color: #444;
        color: #FFF;
    }

.custom-modal-btn.custom-class[b-4vm76ap9dw] {
    background: #e74c3c;
    color: #fff;
}
/* _content/Customer.WebApp/Components/Shared/Pagination.razor.rz.scp.css */
.pagination-bar[b-mzss1to39f] {
    display: flex;
    width: 100%;
    min-width: 0;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    padding: 1.5rem 0 0 0;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    gap: 1.5rem;
    border: none;
    flex-shrink: 0;
    min-height: 2.375rem;
}

.pagination-controls-box[b-mzss1to39f] {
    display: flex;
    align-items: center;
    border: 1px solid #CED4DA;
    border-radius: 0.25rem;
    background: #FFF;
    height: 2.375rem;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.pagination-left[b-mzss1to39f] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.total-items[b-mzss1to39f] {
    margin: 0;
    padding: 0;
    color: var(--Theme-Colors-Text-Colors-text-dark, #212529);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pagination-controls[b-mzss1to39f] {
    display: flex;
    align-items: stretch; /* Changed from center to stretch */
    height: 100%;
}

    .pagination-controls button[b-mzss1to39f] {
        border: none;
        background: #FFF;
        border-radius: 0;
        width: 2.25rem;
        height: 100%; /* Use full height instead of fixed height */
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        cursor: pointer;
        padding: 0;
        margin: 0;
        transition: background 0.2s;
        color: #6C757D;
        flex-shrink: 0;
        box-sizing: border-box;
        border-right: 1px solid #CED4DA;
        position: relative;
    }

        .pagination-controls button:last-child[b-mzss1to39f] {
            border-right: none;
        }

        .pagination-controls button.active[b-mzss1to39f] {
            background: #F4F6F9 !important;
            font-weight: bold;
            color: #212529;
            /* Remove any pseudo-elements that might be causing issues */
        }

        .pagination-controls button:disabled[b-mzss1to39f] {
            color: #CED4DA;
            background: #F8F9FA;
            cursor: not-allowed;
        }

        .pagination-controls button:first-child[b-mzss1to39f] {
            border-radius: 0.25rem 0 0 0.25rem;
        }

        .pagination-controls button:last-child[b-mzss1to39f] {
            border-radius: 0 0.25rem 0.25rem 0;
        }

.pagination-ellipsis[b-mzss1to39f] {
    display: flex; /* Changed from inline-flex to flex */
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 100%; /* Use full height */
    border-right: 1px solid #CED4DA;
    color: #888;
    background: #fff;
    user-select: none;
    font-size: 1rem;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

    .pagination-ellipsis:last-child[b-mzss1to39f] {
        border-right: none;
    }

.items-per-page-container[b-mzss1to39f] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    margin-left: 0;
}

#items-per-page[b-mzss1to39f] {
    border-radius: 0.25rem;
    border: 1px solid #CED4DA;
    padding: 0.375rem 0.75rem;
    height: 2.375rem;
    width: 3.75rem;
    color: #212529;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #FFF;
}

.items-per-page[b-mzss1to39f] {
    color: var(--Theme-Colors-Text-Colors-text-dark, #212529);
    font-family: var(--Font-Family-font-base, Roboto);
    font-size: var(--paragraphs-body-p, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pagination-bar[b-mzss1to39f] {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0.75rem;
        width: 100%;
        background: transparent;
        box-shadow: none;
        padding: 1.5rem 0 0 0;
        margin: 0;
    }

    .pagination-controls-box[b-mzss1to39f] {
        margin: 0;
        width: auto;
        min-width: 0;
        justify-content: flex-start;
    }

    .pagination-left[b-mzss1to39f],
    .items-per-page-container[b-mzss1to39f] {
        margin: 0;
    }

    .pagination-controls button[b-mzss1to39f] {
        width: 2rem;
        font-size: 0.875rem;
        color: #6C757D;
    }

        .pagination-controls button.active[b-mzss1to39f] {
            color: #212529;
        }

    .pagination-ellipsis[b-mzss1to39f] {
        width: 2rem;
    }
}

@media (max-width: 767px) {
    .pagination-bar[b-mzss1to39f] {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
        width: 100%;
        background: transparent;
        padding: 1.5rem 0 0 0;
        margin: 0;
        align-items: center;
    }

    .pagination-controls-box[b-mzss1to39f] {
        margin: 0.5rem 0 0 0;
        width: 100%;
        min-width: 0;
        order: 2;
        align-self: center;
        height: 2.375rem;
        overflow: hidden;
        display: flex;
    }

    .pagination-left[b-mzss1to39f] {
        order: 1;
        margin: 0;
        flex-direction: column;
        align-items: flex-start;
        align-self: flex-start;
        gap: 0;
    }

    .total-items[b-mzss1to39f] {
        font-size: 0.875rem;
        line-height: 1.2;
        word-wrap: break-word;
    }

    .items-per-page-container[b-mzss1to39f] {
        order: 3;
        margin: 0.5rem 0 0 0;
        align-self: flex-start;
    }

    .pagination-controls button[b-mzss1to39f] {
        width: 2rem;
        font-size: 0.875rem;
        color: #6C757D;
    }

        .pagination-controls button.active[b-mzss1to39f] {
            color: #212529;
        }

    .pagination-ellipsis[b-mzss1to39f] {
        width: 2rem;
    }

    .items-per-page[b-mzss1to39f] {
        font-size: 0.875rem;
    }

    #items-per-page[b-mzss1to39f] {
        height: 2rem;
        font-size: 0.875rem;
    }

    .pagination-controls[b-mzss1to39f] {
        flex-wrap: wrap;
        min-width: 0;
        overflow-x: auto;
        max-width: 100%;
    }

        .pagination-controls button[b-mzss1to39f],
        .pagination-ellipsis[b-mzss1to39f] {
            min-width: 2rem;
            box-sizing: border-box;
        }

}

.desktop-pagination[b-mzss1to39f] {
    display: block;
}

.mobile-pagination[b-mzss1to39f] {
    display: none;
}

@media (max-width: 767px) {
    .desktop-pagination[b-mzss1to39f] {
        display: none;
    }

    .mobile-pagination[b-mzss1to39f] {
        display: block;
    }
}

/* _content/Customer.WebApp/Components/Shared/ToastContainer.razor.rz.scp.css */
/* Toast Container - Bottom Right */
.toast-container-bottom[b-ra19jsuwgl] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    display: flex;
    flex-direction: column-reverse; /* Stack upwards */
    gap: 12px;
    max-width: 380px;
    pointer-events: none; /* Allow clicks through container */
}

/* Individual Toast */
.toast[b-ra19jsuwgl] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    animation: slideInRight-b-ra19jsuwgl 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    pointer-events: auto; /* Allow clicks on toast */
    min-width: 300px;
    max-width: 380px;
    position: relative;
}

/* Toast Header */
.toast-header[b-ra19jsuwgl] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px 8px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-icon[b-ra19jsuwgl] {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
}

.toast-title[b-ra19jsuwgl] {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 600;
    flex: 1;
    color: #212529;
    line-height: 1.3;
}

.toast-close[b-ra19jsuwgl] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    margin: -4px -4px -4px 0;
    opacity: 0.5;
    transition: opacity 0.2s ease;
    font-size: 20px;
    line-height: 1;
    color: #212529;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast-close:hover[b-ra19jsuwgl] {
    opacity: 1;
}

/* Toast Body */
.toast-body[b-ra19jsuwgl] {
    padding: 8px 16px 14px 50px; /* Indent to align with title */
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #495057;
    line-height: 1.5;
}

/* Progress Bar */
.toast-progress[b-ra19jsuwgl] {
    height: 3px;
    background: rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.toast-progress-bar[b-ra19jsuwgl] {
    height: 100%;
    width: 100%;
    transform-origin: left;
    animation: progressShrink-b-ra19jsuwgl linear forwards;
}

/* Toast Type Variants */
.toast-success[b-ra19jsuwgl] {
    border-left: 4px solid #28a745;
}

.toast-success .toast-icon[b-ra19jsuwgl] {
    background: #d4edda;
    color: #155724;
}

.toast-success .toast-progress-bar[b-ra19jsuwgl] {
    background: linear-gradient(90deg, #28a745, #20c997);
}

.toast-info[b-ra19jsuwgl] {
    border-left: 4px solid #17a2b8;
}

.toast-info .toast-icon[b-ra19jsuwgl] {
    background: #d1ecf1;
    color: #0c5460;
}

.toast-info .toast-progress-bar[b-ra19jsuwgl] {
    background: linear-gradient(90deg, #17a2b8, #138496);
}

.toast-warning[b-ra19jsuwgl] {
    border-left: 4px solid #ffc107;
}

.toast-warning .toast-icon[b-ra19jsuwgl] {
    background: #fff3cd;
    color: #856404;
}

.toast-warning .toast-progress-bar[b-ra19jsuwgl] {
    background: linear-gradient(90deg, #ffc107, #e0a800);
}

.toast-error[b-ra19jsuwgl] {
    border-left: 4px solid #dc3545;
}

.toast-error .toast-icon[b-ra19jsuwgl] {
    background: #f8d7da;
    color: #721c24;
}

.toast-error .toast-progress-bar[b-ra19jsuwgl] {
    background: linear-gradient(90deg, #dc3545, #c82333);
}

/* Animations */
@keyframes slideInRight-b-ra19jsuwgl {
    from {
        transform: translateX(450px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes progressShrink-b-ra19jsuwgl {
    from {
        transform: scaleX(1);
    }
    to {
        transform: scaleX(0);
    }
}

/* Responsive - Tablet */
@media (max-width: 768px) {
    .toast-container-bottom[b-ra19jsuwgl] {
        bottom: 15px;
        right: 15px;
        left: 15px;
        max-width: none;
    }

    .toast[b-ra19jsuwgl] {
        min-width: unset;
        max-width: none;
    }

    .toast-body[b-ra19jsuwgl] {
        padding: 8px 16px 14px 16px; /* Remove indent on mobile */
    }
}

/* Responsive - Mobile */
@media (max-width: 480px) {
    .toast-container-bottom[b-ra19jsuwgl] {
        bottom: 10px;
        right: 10px;
        left: 10px;
    }

    .toast-header[b-ra19jsuwgl] {
        padding: 12px 14px 6px 14px;
    }

    .toast-body[b-ra19jsuwgl] {
        padding: 6px 14px 12px 14px;
        font-size: 13px;
    }

    .toast-title[b-ra19jsuwgl] {
        font-size: 14px;
    }

    .toast-icon[b-ra19jsuwgl] {
        font-size: 18px;
        width: 22px;
        height: 22px;
    }
}

/* Dark Mode Support (optional - future enhancement) */
@media (prefers-color-scheme: dark) {
    .toast[b-ra19jsuwgl] {
        background: #2d3748;
    }

    .toast-title[b-ra19jsuwgl] {
        color: #e2e8f0;
    }

    .toast-body[b-ra19jsuwgl] {
        color: #cbd5e0;
    }

    .toast-close[b-ra19jsuwgl] {
        color: #e2e8f0;
    }

    .toast-header[b-ra19jsuwgl] {
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }
}

