@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* /Components/Layout/Footer.razor.rz.scp.css */
.bfc-footer[b-685cccmms8] {
    background-color: var(--bfc-navy);
    color: #fff;
}

.bfc-footer-top[b-685cccmms8] {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
}

.bfc-footer-heading[b-685cccmms8] {
    color: var(--bfc-gold);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.1rem;
}

.bfc-footer-links[b-685cccmms8] {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .bfc-footer-links li[b-685cccmms8] {
        margin-bottom: 0.65rem;
    }

    .bfc-footer-links a[b-685cccmms8] {
        color: #fff;
        text-decoration: none;
    }

        .bfc-footer-links a:hover[b-685cccmms8],
        .bfc-footer-links a:focus[b-685cccmms8] {
            color: var(--bfc-gold);
            text-decoration: underline;
        }

.bfc-footer-address[b-685cccmms8] {
    font-style: normal;
    line-height: 1.75;
    margin-bottom: 1.25rem;
}

.bfc-footer-contact[b-685cccmms8] {
    line-height: 1.75;
    margin-bottom: 1.25rem;
}

.bfc-footer-badges img[b-685cccmms8] {
    height: 42px;
    width: auto;
}

.bfc-footer-email[b-685cccmms8] {
    display: block;
    width: 100%;
    padding: 0.85rem 1rem;
    background-color: var(--bfc-teal);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0.2rem;
    transition: background-color 0.15s ease-in-out;
}

    .bfc-footer-email:hover[b-685cccmms8],
    .bfc-footer-email:focus[b-685cccmms8] {
        background-color: #3a6f7b;
        color: #fff;
    }

.bfc-footer-bar[b-685cccmms8] {
    background-color: #003646;
    padding: 1.1rem 0;
    font-size: 0.9rem;
}

    .bfc-footer-bar a[b-685cccmms8] {
        color: #fff;
        text-decoration: none;
    }

        .bfc-footer-bar a:hover[b-685cccmms8],
        .bfc-footer-bar a:focus[b-685cccmms8] {
            text-decoration: underline;
        }

.bfc-footer-sep[b-685cccmms8] {
    margin: 0 0.35rem;
    color: rgba(255, 255, 255, 0.6);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tw283gjeyv] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-tw283gjeyv] {
    flex: 1;
}

/* Amber bar shown while an employee impersonates a partner. */
.bfc-impersonation-banner[b-tw283gjeyv] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: #ffc107;
    color: #212529;
    padding: 0.5rem 1.25rem;
    font-size: 0.95rem;
}

#blazor-error-ui[b-tw283gjeyv] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-tw283gjeyv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.bfc-navbar[b-aw92akw349] {
    background-color: #fff;
    border-bottom: 1px solid var(--bfc-light-grey);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.bfc-navbar-logo[b-aw92akw349] {
    height: 40px;
    width: auto;
}

/* ============== Top-level links ============== */

.bfc-navbar .nav-link[b-aw92akw349] {
    color: var(--bfc-charcoal);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    padding: 0.5rem 0.9rem;
}

.bfc-navbar .nav-link:hover[b-aw92akw349],
.bfc-navbar .nav-link:focus[b-aw92akw349],
.bfc-navbar .nav-item.show > .nav-link[b-aw92akw349] {
    color: var(--bfc-teal);
}

/* ============== Dropdown menus ============== */

.bfc-navbar .dropdown-menu[b-aw92akw349] {
    border: none;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
    margin-top: 0.375rem;
    padding: 0.25rem 0;
    min-width: min(18rem, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
}

.bfc-navbar .dropdown-item[b-aw92akw349] {
    color: var(--bfc-charcoal);
    font-weight: 600;
    padding: 0.55rem 1.25rem;
}

.bfc-navbar .dropdown-item:hover[b-aw92akw349],
.bfc-navbar .dropdown-item:focus[b-aw92akw349] {
    background-color: var(--bfc-light);
    color: var(--bfc-teal);
}

/* ============== Right-side actions ============== */

.bfc-navbar-actions[b-aw92akw349] {
    column-gap: 1.25rem;
}

.bfc-icon-btn[b-aw92akw349] {
    background: none;
    border: 0;
    padding: 0;
    line-height: 0;
    color: var(--bfc-navy);
}

.bfc-icon-btn:hover[b-aw92akw349],
.bfc-icon-btn:focus[b-aw92akw349] {
    color: var(--bfc-teal);
}

.bfc-user-toggle[b-aw92akw349] {
    color: var(--bfc-navy);
    text-decoration: none;
    column-gap: 0.5rem;
    white-space: nowrap;
}

.bfc-user-icon[b-aw92akw349] {
    width: 1.5rem;
    height: 1.5rem;
}

.bfc-greeting[b-aw92akw349] {
    color: var(--bfc-teal);
    font-weight: 700;
    text-decoration: underline;
}

/* ============== Hamburger toggler (dark icon for the light bar) ============== */

.navbar-toggler[b-aw92akw349] {
    border-color: var(--bfc-light-grey);
    padding: 0.35rem 0.6rem;
}

.navbar-toggler:focus[b-aw92akw349] {
    box-shadow: 0 0 0 0.2rem rgba(0, 71, 98, 0.2);
}

.navbar-toggler-icon[b-aw92akw349] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23004762' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ============== Collapsed (mobile) tweaks ============== */

@media (max-width: 767.98px) {
    .bfc-navbar .navbar-nav[b-aw92akw349] {
        padding-top: 0.5rem;
        row-gap: 0.25rem;
    }

    .bfc-navbar .nav-link[b-aw92akw349] {
        padding-left: 0.25rem;
    }

    .bfc-navbar-actions[b-aw92akw349] {
        column-gap: 0.85rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7e7im7djz8],
.components-reconnect-repeated-attempt-visible[b-7e7im7djz8],
.components-reconnect-failed-visible[b-7e7im7djz8],
.components-pause-visible[b-7e7im7djz8],
.components-resume-failed-visible[b-7e7im7djz8],
.components-rejoining-animation[b-7e7im7djz8] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7e7im7djz8],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7e7im7djz8],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7e7im7djz8],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7e7im7djz8],
#components-reconnect-modal.components-reconnect-retrying[b-7e7im7djz8],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7e7im7djz8],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7e7im7djz8],
#components-reconnect-modal.components-reconnect-failed[b-7e7im7djz8],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7e7im7djz8] {
    display: block;
}


#components-reconnect-modal[b-7e7im7djz8] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-7e7im7djz8 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7e7im7djz8 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7e7im7djz8 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7e7im7djz8]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7e7im7djz8 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7e7im7djz8 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7e7im7djz8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7e7im7djz8 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7e7im7djz8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7e7im7djz8] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7e7im7djz8] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7e7im7djz8] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7e7im7djz8] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7e7im7djz8] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7e7im7djz8] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7e7im7djz8 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7e7im7djz8] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7e7im7djz8 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/ContactUs/ContactFinancingConsultantCard.razor.rz.scp.css */
#consultant-body[b-p4f663u083] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1rem;
}

#consultant-photo img[b-p4f663u083] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

#consultant-name[b-p4f663u083] {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#consultant-title[b-p4f663u083] {
    color: var(--bfc-charcoal);
    margin-bottom: 0;
    font-size: 1rem;
}

#consultant-phones[b-p4f663u083] {
    margin-bottom: 1rem;
}

.phone-item[b-p4f663u083] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.phone-item img[b-p4f663u083] {
    width: 22px;
    height: 22px;
}

.bfc-btn[b-p4f663u083] {
    width: 100%;
    margin-top: 0.5rem;
}
/* /Components/Pages/ContactUs/ContactUs.razor.rz.scp.css */
#contact-us-page[b-409u7qt3s9] {
    background-color: var(--bfc-light-grey);
    width: 100%;
}

.contact-us-title[b-409u7qt3s9] {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.contact-us-intro[b-409u7qt3s9] {
    color: var(--bfc-charcoal);
    margin-bottom: 1.5rem;
}
/* /Components/Pages/ContactUs/ContactWinnersCircleCard.razor.rz.scp.css */
#wc-logo[b-v1zui4euqx] {
    display: block;
    max-width: 220px;
    height: auto;
    margin-bottom: 1rem;
}

#wc-contact[b-v1zui4euqx] {
    margin: 1rem 0;
}

#wc-phone[b-v1zui4euqx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

#wc-phone img[b-v1zui4euqx] {
    width: 22px;
    height: 22px;
}

#wc-website a[b-v1zui4euqx] {
    color: var(--bfc-blue);
    text-decoration: underline;
}

.bfc-btn[b-v1zui4euqx] {
    width: 100%;
    margin-top: 0.5rem;
}
/* /Components/Pages/DealTracking/AccountContactSearch.razor.rz.scp.css */
#acs-wrapper[b-j3prcxk4e0] {
    position: relative;
    min-width: 240px;
}

#acs-placeholder[b-j3prcxk4e0] {
    color: var(--bfc-grey);
}

#acs-dropdown[b-j3prcxk4e0] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    left: 0;
    z-index: 20;
    background: #fff;
    border: 1px solid var(--bfc-light-grey);
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    padding: 0.5rem;
}

#acs-search[b-j3prcxk4e0] {
    margin-bottom: 0.5rem;
}

#acs-options[b-j3prcxk4e0] {
    max-height: 260px;
    overflow-y: auto;
}

.acs-option[b-j3prcxk4e0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.25rem;
    cursor: pointer;
    border-radius: 4px;
}

    .acs-option:hover[b-j3prcxk4e0] {
        background-color: var(--bfc-light);
    }

.acs-option-text[b-j3prcxk4e0] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.acs-account[b-j3prcxk4e0] {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--bfc-charcoal);
}

.acs-contact[b-j3prcxk4e0] {
    font-size: 0.8rem;
    color: var(--bfc-grey);
}

#acs-empty[b-j3prcxk4e0] {
    margin: 0.5rem 0.25rem;
    color: var(--bfc-grey);
    font-size: 0.9rem;
}

#acs-clear[b-j3prcxk4e0] {
    background: none;
    border: none;
    color: var(--bfc-teal);
    font-size: 0.85rem;
    padding: 0.35rem 0.25rem 0;
    cursor: pointer;
}
/* /Components/Pages/DealTracking/ActiveDealsTab.razor.rz.scp.css */
#dt-tab-body[b-ma0eypf7r0] {
    position: relative;
}

#dt-tab-toolbar[b-ma0eypf7r0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

#dt-tab-title[b-ma0eypf7r0] {
    color: var(--bfc-navy);
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}
/* /Components/Pages/DealTracking/DealTable.razor.rz.scp.css */
#deal-table-wrapper[b-erx3p5ief1] {
    width: 100%;
}

#deal-table[b-erx3p5ief1] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    /* Fixed layout + percentage column widths so columns don't resize between pages. */
    table-layout: fixed;
}

    #deal-table thead th[b-erx3p5ief1] {
        background-color: var(--bfc-navy);
        color: #fff;
        padding: 0.5rem 0.75rem;
        font-weight: 600;
        text-align: left;
    }

    #deal-table th.col-account[b-erx3p5ief1] {
        width: 20%;
    }

    #deal-table th.col-contact[b-erx3p5ief1] {
        width: 20%;
    }

    #deal-table th.col-date[b-erx3p5ief1] {
        width: 15%;
    }

    #deal-table th.col-desc[b-erx3p5ief1] {
        width: 45%;
    }

.group-row td[b-erx3p5ief1] {
    background-color: var(--bfc-white-grey);
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    color: var(--bfc-charcoal);
}

.subheader-row td[b-erx3p5ief1] {
    padding: 0.45rem 0.75rem;
    font-weight: 600;
    color: var(--bfc-charcoal);
    border-bottom: 1px solid var(--bfc-light-grey);
}

.deal-row td[b-erx3p5ief1] {
    padding: 0.45rem 0.75rem;
    border-bottom: 1px solid var(--bfc-light-grey);
    color: var(--bfc-charcoal);
}

.col-desc[b-erx3p5ief1] {
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Equipment description disclosure (native <details>) — same pattern as the
   homepage Sales Pipeline card; accessible without JS. */
.deal-row .col-desc[b-erx3p5ief1] {
    overflow: visible;
}

.equipment-details summary[b-erx3p5ief1] {
    cursor: pointer;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.equipment-details summary[b-erx3p5ief1]::-webkit-details-marker {
    display: none;
}

.equipment-more[b-erx3p5ief1] {
    margin-left: 0.4rem;
    color: var(--bfc-teal);
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: underline;
    white-space: nowrap;
}

.equipment-details[open] .equipment-more[b-erx3p5ief1]::after {
    content: " (less)";
}

.equipment-list[b-erx3p5ief1] {
    margin: 0.4rem 0 0;
    padding-left: 1.1rem;
    font-size: 0.85rem;
    white-space: normal;
}

#deal-table-empty-row[b-erx3p5ief1] {
    padding: 1rem 0.75rem;
    text-align: center;
    color: var(--bfc-grey);
}

/* Status badges (same palette as the stage summary bar). */
.status-badge[b-erx3p5ief1] {
    display: inline-block;
    padding: 0.15rem 0.6rem;
    border-radius: 3px;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
}

/* Badge colors reuse the same --bfc-* variables as the home Sales Pipeline card. */
.badge-discovery[b-erx3p5ief1] {
    background-color: var(--bfc-navy);
}

.badge-approved[b-erx3p5ief1] {
    background-color: var(--bfc-teal);
}

.badge-docs-pending[b-erx3p5ief1] {
    background-color: var(--bfc-yellow);
}

.badge-declined[b-erx3p5ief1] {
    background-color: var(--bfc-gold);
}

.badge-won[b-erx3p5ief1] {
    background-color: var(--bfc-green);
}

.badge-lost[b-erx3p5ief1] {
    background-color: var(--bfc-red);
}

/* Pagination */
#deal-pagination[b-erx3p5ief1] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    margin-top: 1rem;
}

.page-btn[b-erx3p5ief1] {
    background: none;
    border: none;
    min-width: 2rem;
    height: 2rem;
    border-radius: 4px;
    color: var(--bfc-charcoal);
    cursor: pointer;
}

    .page-btn:hover:not(:disabled)[b-erx3p5ief1] {
        background-color: var(--bfc-white-grey);
    }

    .page-btn.active[b-erx3p5ief1] {
        background-color: var(--bfc-navy);
        color: #fff;
    }

    .page-btn:disabled[b-erx3p5ief1] {
        color: var(--bfc-light-grey);
        cursor: default;
    }

.page-ellipsis[b-erx3p5ief1] {
    color: var(--bfc-grey);
    padding: 0 0.25rem;
}

/* Mobile: stack each deal as label/value pairs (per mobile mockup). */
@media (max-width: 767.98px) {
    #deal-table thead[b-erx3p5ief1] {
        display: none;
    }

    .group-row[b-erx3p5ief1],
    .deal-row[b-erx3p5ief1] {
        display: block;
    }

    .group-row td[b-erx3p5ief1] {
        display: block;
    }

    .group-account[b-erx3p5ief1]::before {
        content: "Account Name";
        float: left;
    }

    .group-contact[b-erx3p5ief1]::before {
        content: "Contact Name";
        float: left;
    }

    .group-account[b-erx3p5ief1],
    .group-contact[b-erx3p5ief1] {
        text-align: right;
        background-color: var(--bfc-navy) !important;
        color: #fff !important;
    }

    .subheader-row[b-erx3p5ief1] {
        display: none;
    }

    .deal-row td[b-erx3p5ief1] {
        display: flex;
        justify-content: space-between;
        gap: 0.75rem;
    }

        .deal-row td[b-erx3p5ief1]::before {
            content: attr(data-label);
            font-weight: 600;
            flex-shrink: 0;
        }

    .col-desc[b-erx3p5ief1] {
        max-width: none;
    }
}
/* /Components/Pages/DealTracking/DealTracking.razor.rz.scp.css */
#dt-breadcrumb[b-ppkgsawurq] {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

    #dt-breadcrumb a[b-ppkgsawurq] {
        color: var(--bfc-teal);
    }

#dt-breadcrumb-separator[b-ppkgsawurq] {
    margin: 0 0.4rem;
    color: var(--bfc-charcoal);
}

#dt-card[b-ppkgsawurq] {
    position: relative;
    padding: 1.25rem 1.5rem 1.5rem;
}

#dt-tab-header[b-ppkgsawurq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--bfc-light-grey);
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

#dt-tabs[b-ppkgsawurq] {
    display: flex;
}

.dt-tab[b-ppkgsawurq] {
    background: none;
    border: 1px solid transparent;
    border-bottom: none;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    color: var(--bfc-teal);
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    margin-bottom: -1px;
}

    .dt-tab.active[b-ppkgsawurq] {
        color: var(--bfc-charcoal);
        background-color: #fff;
        border-color: var(--bfc-light-grey);
        border-bottom: 1px solid #fff;
    }

#dt-questions-btn[b-ppkgsawurq] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
    padding: 0.5rem 1rem;
}

@media (max-width: 575.98px) {
    #dt-card[b-ppkgsawurq] {
        padding: 1rem;
    }

    .dt-tab[b-ppkgsawurq] {
        padding: 0.5rem 0.9rem;
    }
}
/* /Components/Pages/DealTracking/PastDealsTab.razor.rz.scp.css */
#dt-tab-body[b-080li93byk] {
    position: relative;
}

#dt-tab-toolbar[b-080li93byk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

#dt-tab-title[b-080li93byk] {
    color: var(--bfc-navy);
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

#dt-toolbar-filters[b-080li93byk] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

#dt-period-select[b-080li93byk] {
    width: auto;
}

[b-080li93byk] .date-range-input {
    width: 220px;
}

@media (max-width: 575.98px) {
    #dt-toolbar-filters[b-080li93byk] {
        width: 100%;
    }

    [b-080li93byk] .date-range-input {
        width: 100%;
    }
}
/* /Components/Pages/DealTracking/StageSummaryBar.razor.rz.scp.css */
#stage-summary[b-7ku4lhkkk9] {
    margin-bottom: 1.25rem;
}

#stage-bar[b-7ku4lhkkk9] {
    display: flex;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.stage-segment[b-7ku4lhkkk9] {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.6rem 0.5rem;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.segment-amount[b-7ku4lhkkk9] {
    font-weight: 700;
    font-size: 0.95rem;
}

.segment-label[b-7ku4lhkkk9] {
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Stage colors reuse the same --bfc-* variables as the home Sales Pipeline card
   (see SalesPipelineCard.razor.css) so both pipelines match. */
.stage-discovery[b-7ku4lhkkk9] {
    background-color: var(--bfc-navy);
}

.stage-approved[b-7ku4lhkkk9] {
    background-color: var(--bfc-teal);
}

.stage-docs-pending[b-7ku4lhkkk9] {
    background-color: var(--bfc-yellow);
}

.stage-declined[b-7ku4lhkkk9] {
    background-color: var(--bfc-gold);
}

.stage-won[b-7ku4lhkkk9] {
    background-color: var(--bfc-green);
}

.stage-lost[b-7ku4lhkkk9] {
    background-color: var(--bfc-red);
}

/* Dot legend shown on narrow screens (per mobile mockup). */
#stage-legend[b-7ku4lhkkk9] {
    display: none;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    margin-top: 0.75rem;
}

.legend-item[b-7ku4lhkkk9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 0 calc(33% - 1.25rem);
}

.legend-dot[b-7ku4lhkkk9] {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.legend-text[b-7ku4lhkkk9] {
    display: flex;
    flex-direction: column;
    color: var(--bfc-charcoal);
}

    .legend-text .segment-amount[b-7ku4lhkkk9] {
        font-size: 0.85rem;
    }

    .legend-text .segment-label[b-7ku4lhkkk9] {
        font-size: 0.7rem;
    }

@media (max-width: 767.98px) {
    .stage-segment[b-7ku4lhkkk9] {
        padding: 0.3rem 0;
    }

        .stage-segment .segment-amount[b-7ku4lhkkk9],
        .stage-segment .segment-label[b-7ku4lhkkk9] {
            display: none;
        }

    #stage-legend[b-7ku4lhkkk9] {
        display: flex;
    }
}
/* /Components/Pages/Home/ActiveDealsSummaryCard.razor.rz.scp.css */
.active-deals-sub-title[b-v94830rh71] {
    font-size: 1rem;
}

.active-deals-summary-result[b-v94830rh71] {
    font-size: 2rem;
    margin-bottom: 0;
}

#number-of-deals-section[b-v94830rh71] {
    border-right: 0.5px solid var(--bfc-light-grey);
}

#deal-tracking-btn[b-v94830rh71] {
    margin-top: 1rem;
}

/* Small devices (landscape phones, 576px and up) - sm */
@media (min-width: 576px) {
    .active-deals-sub-title[b-v94830rh71] {
        font-size: 1.2rem;
    }

    #deal-tracking-btn[b-v94830rh71] {
        margin-top: 0;
    }
}

/* Medium devices (tablets, 768px and up) - md */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) - lg */
@media (min-width: 992px) {
    .active-deals-summary-result[b-v94830rh71] {
        font-size: 1.75rem;
    }

    .active-deals-sub-title[b-v94830rh71] {
        font-size: 1rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1200px) {
    .active-deals-summary-result[b-v94830rh71] {
        font-size: 2rem;
    }

    .active-deals-sub-title[b-v94830rh71] {
        font-size: 1.2rem;
    }
}

/* Extra Extra large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1400px) {

}
/* /Components/Pages/Home/BlogArticlesCard.razor.rz.scp.css */
.blog-article-title[b-e9g23yegtv] {
    font-weight: bold;
    color: #438996;
}

a:hover .blog-article-title[b-e9g23yegtv] {
    text-decoration: underline;
}
/* /Components/Pages/Home/FinancingConsultantCard.razor.rz.scp.css */
#consultant-header-title[b-u1mhsynznk] {
    margin-bottom: 1rem;
}

#consultant-body[b-u1mhsynznk] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 0.5rem;
}

#consultant-photo img[b-u1mhsynznk] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

#consultant-name[b-u1mhsynznk] {
    font-weight: bold;
    margin-bottom: 0.1rem;
}

#consultant-title[b-u1mhsynznk] {
    color: var(--bfc-charcoal);
    margin-bottom: 0;
    font-size: 0.9rem;
}

.phone-item[b-u1mhsynznk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.phone-item img[b-u1mhsynznk] {
    width: 22px;
    height: 22px;
}

.bfc-btn[b-u1mhsynznk] {
    width: 100%;
    margin-top: 0.5rem;
}



/* Small devices (landscape phones, 576px and up) - sm */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) - md */
@media (min-width: 768px) {
    #consultant-header-title[b-u1mhsynznk] {
        margin-bottom: 0.85rem;
        font-size: 1.25rem;
    }

    #consultant-body[b-u1mhsynznk] {
        gap: 1rem;
        margin-bottom: 0.85rem;
    }

    #consultant-photo img[b-u1mhsynznk] {
        width: 80px;
        height: 80px;
    }

    .phone-item[b-u1mhsynznk] {
        margin-bottom: 0.85rem;
    }

    .bfc-btn[b-u1mhsynznk] {
        margin-top: 0.85rem;
    }
}

/* Large devices (desktops, 992px and up) - lg */
@media (min-width: 992px) {
    #consultant-header-title[b-u1mhsynznk] {
        margin-bottom: 0.5rem;
    }

    #consultant-body[b-u1mhsynznk] {
        gap: 1rem;
        margin-bottom: 0.5rem;
    }

    #consultant-photo img[b-u1mhsynznk] {
        width: 64px;
        height: 64px;
    }

    .phone-item[b-u1mhsynznk] {
        margin-bottom: 0.5rem;
    }

    .bfc-btn[b-u1mhsynznk] {
        margin-top: 0.5rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1200px) {
    #consultant-header-title[b-u1mhsynznk] {
        margin-bottom: 0.75rem;
    }

    #consultant-body[b-u1mhsynznk] {
        gap: 1rem;
        margin-bottom: 0.75rem;
    }

    .phone-item[b-u1mhsynznk] {
        margin-bottom: 0.75rem;
    }

    .bfc-btn[b-u1mhsynznk] {
        margin-top: 0.75rem;
    }
}

/* Extra extra large devices (large desktops, 1400px and up) - xxl */
@media (min-width: 1400px) {
    #consultant-header-title[b-u1mhsynznk] {
        margin-bottom: 0.75rem;
        font-size: 1.25rem;
    }

    #consultant-body[b-u1mhsynznk] {
        gap: 0.75rem;
        margin-bottom: 0.75rem;
    }

    #consultant-photo img[b-u1mhsynznk] {
        width: 80px;
        height: 80px;
    }

    .phone-item[b-u1mhsynznk] {
        margin-bottom: 0.75rem;
    }

    .bfc-btn[b-u1mhsynznk] {
        margin-top: 0.75rem;
    }
}
/* /Components/Pages/Home/FinancingSpecialCard.razor.rz.scp.css */
#financing-special-card[b-1t5o21thw3] {
    padding: 0;
    overflow: hidden;
}

#financing-special-link[b-1t5o21thw3] {
    display: block;
    line-height: 0;
    width: 100%;
    height: 100%;
}

#financing-special-link picture[b-1t5o21thw3] {
    display: block;
    width: 100%;
    height: 100%;
}

#financing-special-img[b-1t5o21thw3] {
    display: block;
    width: 100%;
    height: auto;
}

/* Large devices (desktops, 992px and up) - lg
   The top row has a fixed height, so the image fills the card and crops
   instead of leaving gaps when its aspect ratio doesn't match. */
@media (min-width: 992px) {
    #financing-special-card[b-1t5o21thw3] {
        height: 100%;
    }

    #financing-special-img[b-1t5o21thw3] {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}
/* /Components/Pages/Home/Home.razor.rz.scp.css */
#home-page[b-21arxs325r] {
    background-color: var(--bfc-light-grey);
    width: 100%;
    overflow: hidden;
}

#home-top-row[b-21arxs325r] {
    height: auto;
}

#home-action-cards-row[b-21arxs325r] {
    margin-bottom: 1rem;
}

/* Small devices (landscape phones, 576px and up) - sm */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) - md */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) - lg */
@media (min-width: 992px) {
    #home-top-row[b-21arxs325r] {
        height: 350px;
        /* Cards ending the row drop their margin at lg, so the row
           provides the spacing to the next set of cards below */
        margin-bottom: 1rem;
    }

    /* Make every column fill the fixed row content height */
    #summary-points-column[b-21arxs325r],
    #financing-special-column[b-21arxs325r],
    #financing-consultant-column[b-21arxs325r] {
        height: 100%;
    }

    /* Left column holds two stacked cards that should split the height evenly */
    #summary-points-column[b-21arxs325r] {
        display: flex;
        flex-direction: column;
    }

    #summary-points-column[b-21arxs325r]  .bfc-card {
        flex: 1 1 0;
        min-height: 0;
    }

    /* Cards that sit at the bottom of the row content shouldn't add their own
       margin so they align with the fixed row height */
    #home-top-row[b-21arxs325r]  #winners-circle-card,
    #home-top-row[b-21arxs325r]  #financing-special-card,
    #home-top-row[b-21arxs325r]  #financing-consultant-card {
        margin-bottom: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1200px) {
}

/* Extra Extra large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1400px) {
}
/* /Components/Pages/Home/SalesPipelineCard.razor.rz.scp.css */
/* ============ Sales Pipeline summary ============ */
/* Status colors reuse existing --bfc-* variables. Note: the design shows a distinct
   orange for "Credit Declined"; since no --bfc-orange exists it reuses --bfc-gold. */
.seg-discovery[b-2prxcrwwe2] {
    --seg-color: var(--bfc-navy);
}

.seg-credit-approved[b-2prxcrwwe2] {
    --seg-color: var(--bfc-teal);
}

.seg-docs-pending[b-2prxcrwwe2] {
    --seg-color: var(--bfc-yellow);
}

.seg-credit-declined[b-2prxcrwwe2] {
    --seg-color: var(--bfc-gold);
}

.seg-won[b-2prxcrwwe2] {
    --seg-color: var(--bfc-green);
}

.seg-lost[b-2prxcrwwe2] {
    --seg-color: var(--bfc-red);
}

#pipeline-summary[b-2prxcrwwe2] {
    margin-top: 1.5rem;
}

/* xs/sm: dot-grid layout */
.summary-segment[b-2prxcrwwe2] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.summary-dot[b-2prxcrwwe2] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--seg-color);
    margin-bottom: 0.25rem;
}

.summary-amount[b-2prxcrwwe2] {
    font-weight: 700;
    font-size: 0.95rem;
}

.summary-label[b-2prxcrwwe2] {
    font-size: 0.8rem;
    color: var(--bfc-charcoal);
}

/* md+: colored horizontal bar */
@media (min-width: 768px) {
    /* Remove Bootstrap gutters so the colored segments sit flush against each other. */
    #pipeline-summary[b-2prxcrwwe2] {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }

    .summary-segment[b-2prxcrwwe2] {
        align-items: center;
        text-align: center;
        color: #FFF;
        background-color: var(--seg-color);
        padding: 0.75rem 0.5rem;
    }

    .summary-dot[b-2prxcrwwe2] {
        display: none;
    }

    .summary-label[b-2prxcrwwe2] {
        color: #FFF;
    }
}

/* ============ My Recent Deals ============ */
.recent-deals-title[b-2prxcrwwe2] {
    color: var(--bfc-teal);
    text-decoration: underline;
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.status-badge[b-2prxcrwwe2] {
    display: inline-block;
    padding: 0.15rem 0.75rem;
    border-radius: 4px;
    color: #FFF;
    font-size: 0.8rem;
    background-color: var(--seg-color);
}

/* md+ tabular view */
/* Every row is separated by a division line, with the outer border closing the grid. */
.recent-deals-table[b-2prxcrwwe2] {
    border: 1px solid var(--bfc-white-grey);
}

.deal-table-header[b-2prxcrwwe2] {
    background-color: var(--bfc-navy);
    color: #FFF;
    font-weight: 700;
    padding: 0.5rem 0;
    margin: 0;
}

.deal-group-values[b-2prxcrwwe2] {
    background-color: var(--bfc-white-grey);
    border-bottom: 1px solid var(--bfc-light-grey);
    padding: 0.5rem 0;
    margin: 0;
}

.deal-column-header[b-2prxcrwwe2] {
    background-color: #FFF;
    border-bottom: 1px solid var(--bfc-white-grey);
    font-weight: 700;
    padding: 0.5rem 0;
    margin: 0;
}

.deal-row[b-2prxcrwwe2] {
    border-bottom: 1px solid var(--bfc-white-grey);
    padding: 0.5rem 0;
    margin: 0;
    align-items: center;
}

.recent-deals-table > .row:last-child[b-2prxcrwwe2] {
    border-bottom: 0;
}

.deal-row .col-3[b-2prxcrwwe2] {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Equipment description disclosure (native <details>) — accessible on
   touch, keyboard and screen readers without JS. */
.equipment-details summary[b-2prxcrwwe2] {
    cursor: pointer;
    list-style: none;
}

.equipment-details summary[b-2prxcrwwe2]::-webkit-details-marker {
    display: none;
}

.equipment-more[b-2prxcrwwe2] {
    margin-left: 0.4rem;
    color: var(--bfc-teal);
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: underline;
    white-space: nowrap;
}

.equipment-details[open] .equipment-more[b-2prxcrwwe2]::after {
    content: " (less)";
}

.equipment-list[b-2prxcrwwe2] {
    margin: 0.4rem 0 0;
    padding-left: 1.1rem;
    font-size: 0.85rem;
}

/* xs/sm stacked view */
.stacked-account[b-2prxcrwwe2] {
    margin-bottom: 1rem;
}

.stacked-header-row[b-2prxcrwwe2],
.stacked-row[b-2prxcrwwe2] {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0.5rem;
}

.stacked-header-row[b-2prxcrwwe2] {
    background-color: var(--bfc-navy);
    color: #FFF;
    font-weight: 700;
}

.stacked-row[b-2prxcrwwe2] {
    border-bottom: 1px solid var(--bfc-white-grey);
}

.stacked-row > span:first-child[b-2prxcrwwe2] {
    font-weight: 700;
}

.stacked-row > span:last-child[b-2prxcrwwe2] {
    text-align: right;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/Pages/Home/WinnersCirclePointsCard.razor.rz.scp.css */
#wc-points[b-hk54jifz35] {
    color: var(--bfc-gold);
    font-size: 1.8rem;
    font-weight: bold;
}

.bfc-card-sub-title[b-hk54jifz35] {
    margin-bottom: 1rem;
}

/* Logo sits above the button, both right-aligned and sharing the same width */
#wc-logo-button-wrapper[b-hk54jifz35] {
    width: 100%;
}

#wc-logo[b-hk54jifz35] {
    display: block;
    width: 100%;
    margin-bottom: 0.75rem;
}

#wc-redeem-btn[b-hk54jifz35] {
    width: 100%;
}

/* Small devices (landscape phones, 576px and up) - sm */
@media (min-width: 576px) {
    #wc-points[b-hk54jifz35] {
        font-size: 2rem;
    }
}

/* Medium devices (tablets, 768px and up) - md */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) - lg */
@media (min-width: 992px) {
    #wc-logo-button-wrapper[b-hk54jifz35] {
        width: 265px;
    }

    .bfc-card-sub-title[b-hk54jifz35] {
        margin-bottom: 0.25rem;
    }
}


/* Extra large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1200px) {
    .bfc-card-sub-title[b-hk54jifz35] {
        margin-bottom: 1rem;
    }
}

/* Extra Extra large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1400px) {
}
/* /Components/Pages/Profile/MarketingPreferencesBlock.razor.rz.scp.css */
/* Segmented toggle for the Exclusive Perks & Benefits subscription.
   The selected option is highlighted with the BFC green brand color. */
.marketing-toggle[b-aiuv204j0o] {
    display: inline-flex;
    border: 1px solid var(--bfc-grey);
    border-radius: 0.5rem;
    overflow: hidden;
    margin-top: 0.25rem;
}

.marketing-toggle-option[b-aiuv204j0o] {
    background-color: #fff;
    border: none;
    color: var(--bfc-charcoal);
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

    .marketing-toggle-option + .marketing-toggle-option[b-aiuv204j0o] {
        border-left: 1px solid var(--bfc-grey);
    }

    .marketing-toggle-option.selected[b-aiuv204j0o] {
        background-color: var(--bfc-green);
        color: #fff;
    }

    .marketing-toggle-option:not(.selected):not(:disabled):hover[b-aiuv204j0o] {
        background-color: var(--bfc-light-grey);
    }

.marketing-toggle.readonly .marketing-toggle-option[b-aiuv204j0o] {
    cursor: default;
}
/* /Components/Pages/Profile/Profile.razor.rz.scp.css */
/* /profile page styles. Block cards are child components, so their shared styles
   live here under ::deep to avoid duplicating CSS across the five blocks. */

.profile-title[b-t8s6fh3ekx] {
    font-size: 1.5rem;
    font-weight: bold;
}

#profile-page[b-t8s6fh3ekx]  .profile-block-card {
    background-color: #fff;
    border-radius: 0.375rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem;
    overflow: hidden;
}

#profile-page[b-t8s6fh3ekx]  .profile-block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bfc-navy);
    color: #fff;
    padding: 0.5rem 1rem;
}

/* Edit mode: header switches to teal so the active block stands out. */
#profile-page[b-t8s6fh3ekx]  .profile-block-header.editing {
    background-color: var(--bfc-teal);
}

#profile-page[b-t8s6fh3ekx]  .profile-block-title {
    font-weight: bold;
    font-size: 20px;
}

#profile-page[b-t8s6fh3ekx]  .profile-block-actions-section {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#profile-page[b-t8s6fh3ekx]  .profile-block-action {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    text-decoration: underline;
    padding: 0;
}

#profile-page[b-t8s6fh3ekx]  .profile-block-action:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#profile-page[b-t8s6fh3ekx]  .profile-block-body {
    padding: 1rem;
}

#profile-page[b-t8s6fh3ekx]  .profile-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

#profile-page[b-t8s6fh3ekx]  .profile-field-label {
    display: block;
    color: var(--bfc-navy);
    font-size: 18px;
    font-weight: bold;
}

#profile-page[b-t8s6fh3ekx]  .profile-field-value {
    color: var(--bfc-charcoal);
    min-height: 1.2rem;
}

#profile-page[b-t8s6fh3ekx]  .profile-info-tooltip {
    position: relative;
    display: inline-flex;
    margin-left: 0.25rem;
    vertical-align: middle;
}

#profile-page[b-t8s6fh3ekx]  .profile-info-tooltip-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: none;
    color: var(--bfc-navy);
    cursor: help;
    line-height: 1;
}

#profile-page[b-t8s6fh3ekx]  .profile-info-tooltip-trigger:focus-visible {
    outline: 2px solid var(--bfc-navy);
    outline-offset: 2px;
    border-radius: 50%;
}

#profile-page[b-t8s6fh3ekx]  .profile-info-tooltip-text {
    position: absolute;
    bottom: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: max-content;
    max-width: 16rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    background-color: var(--bfc-navy);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: none;
    text-align: left;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease-in-out;
    pointer-events: none;
}

#profile-page[b-t8s6fh3ekx]  .profile-info-tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: var(--bfc-navy);
}

#profile-page[b-t8s6fh3ekx]  .profile-info-tooltip:hover .profile-info-tooltip-text,
#profile-page[b-t8s6fh3ekx]  .profile-info-tooltip:focus-within .profile-info-tooltip-text {
    opacity: 1;
    visibility: visible;
}
/* /Components/Pages/WinnersCircle/WinnersCircle.razor.rz.scp.css */
.overview-card[b-f63ino1k83],
.activity-card[b-f63ino1k83],
.faq-card[b-f63ino1k83],
.refer-card[b-f63ino1k83] {
    position: relative;
    margin-bottom: 1.5rem;
}

.overview-title[b-f63ino1k83] {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.overview-stats .stat-label[b-f63ino1k83],
.stat-label[b-f63ino1k83] {
    color: var(--bfc-charcoal);
    font-size: 18px;
    margin-bottom: 0.15rem;
}

.stat-value[b-f63ino1k83] {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.chart-title[b-f63ino1k83] {
    font-weight: bold;
    color: var(--bfc-charcoal);
}

.activity-title[b-f63ino1k83] {
    color: var(--bfc-navy);
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
    white-space: nowrap;
}

#faq-title[b-f63ino1k83] {
    margin-bottom: 1.25rem;
}

.activity-header[b-f63ino1k83] {
    margin-bottom: 0.75rem;
}

/* Filter bar: flex with small gaps instead of Bootstrap columns, so the busy
   control set fits the design. Stacks on xs/sm, wraps into two rows on md/lg,
   and sits on a single row on xl+. */
.filter-bar[b-f63ino1k83] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
}

.type-filter-group[b-f63ino1k83] {
    display: flex;
    border: 1px solid var(--bfc-light-grey);
    border-radius: 0.375rem;
    overflow: hidden;
    flex: 0 0 auto;
}

.type-filter-btn[b-f63ino1k83] {
    flex: 1 1 0;
    background: #fff;
    border: none;
    padding: 0.4rem 0.9rem;
    color: var(--bfc-charcoal);
    white-space: nowrap;
}

    .type-filter-btn + .type-filter-btn[b-f63ino1k83] {
        border-left: 1px solid var(--bfc-light-grey);
    }

    .type-filter-btn.active[b-f63ino1k83] {
        background-color: var(--bfc-navy);
        color: #fff;
    }

.filter-tags[b-f63ino1k83] {
    gap: 0.5rem;
    flex-wrap: wrap;
}

.filters-label[b-f63ino1k83] {
    margin-bottom: 0;
}

.no-filters[b-f63ino1k83] {
    color: var(--bfc-charcoal);
    font-size: 0.85rem;
}

.search-group[b-f63ino1k83] {
    flex-wrap: nowrap;
}

.search-btn[b-f63ino1k83] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    background-color: var(--bfc-green);
    color: #fff;
    border: 1px solid var(--bfc-green);
    border-radius: 0 0.25rem 0.25rem 0;
}

    .search-btn:hover[b-f63ino1k83] {
        opacity: 0.9;
    }

.date-filter-group[b-f63ino1k83] {
    gap: 0;
    flex: 0 0 auto;
}

.period-select[b-f63ino1k83] {
    border-radius: 0.25rem 0 0 0.25rem;
    border-right: none;
    flex: 0 1 auto;
    width: auto;
}

[b-f63ino1k83] .date-range-input {
    border-radius: 0 0.25rem 0.25rem 0;
    min-width: 11.5rem;
}

/* On xs, the period select and date range stack in separate rows. */
@media (max-width: 575.98px) {
    .date-filter-group[b-f63ino1k83] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .period-select[b-f63ino1k83] {
        border-radius: 0.25rem;
        border-right: 1px solid var(--bfc-light-grey);
        width: 100%;
    }

    [b-f63ino1k83] .date-range-input {
        border-radius: 0.25rem;
        width: 100%;
    }
}

.filter-tag[b-f63ino1k83] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background-color: var(--bfc-white-grey);
    border-radius: 0.25rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.85rem;
}

.filter-tag-remove[b-f63ino1k83] {
    border: none;
    background: none;
    line-height: 1;
    padding: 0;
    color: var(--bfc-charcoal);
}

.activity-table thead th[b-f63ino1k83] {
    background-color: var(--bfc-navy);
    color: #fff;
    white-space: nowrap;
}

/* Fixed column widths so the table doesn't reflow as filters change the data. */
.activity-table[b-f63ino1k83] {
    table-layout: fixed;
}

    .activity-table .col-description[b-f63ino1k83] {
        width: 45%;
    }

    .activity-table .col-points[b-f63ino1k83] {
        width: 15%;
    }

    .activity-table .col-type[b-f63ino1k83] {
        width: 20%;
    }

    .activity-table .col-date[b-f63ino1k83] {
        width: 20%;
    }

    .activity-table td[b-f63ino1k83] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.sort-btn[b-f63ino1k83] {
    background: none;
    border: none;
    color: inherit;
    font-weight: 600;
    padding: 0;
}

.type-deposit[b-f63ino1k83] {
    color: var(--bfc-green);
    font-weight: 600;
}

.type-withdrawal[b-f63ino1k83] {
    color: var(--bfc-gold);
    font-weight: 600;
}

.no-activity[b-f63ino1k83] {
    text-align: center;
    color: var(--bfc-grey);
    padding: 1.5rem 0;
}

.refer-card[b-f63ino1k83] {
    text-align: center;
    padding: 2rem 1.5rem;
}

.refer-badge[b-f63ino1k83] {
    max-width: 160px;
    margin: 0 auto 1rem;
    display: block;
}

.refer-text[b-f63ino1k83] {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1rem;
}

/* Small devices (landscape phones, 576px and up) - sm */
@media (min-width: 576px) {
    .activity-title[b-f63ino1k83] {
        font-size: 1.25rem;
    }
}

/* Medium devices (tablets, 768px and up) - md:
   row 1 = title + search; row 2 = type buttons + period/date range. */
@media (min-width: 768px) {
    .filter-bar[b-f63ino1k83] {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .search-group[b-f63ino1k83] {
        flex: 1 1 auto;
        max-width: 24rem;
    }

    /* Let the type toggle stretch to fill the leftover space on its row. */
    .type-filter-group[b-f63ino1k83] {
        flex: 1 1 auto;
    }

    .date-filter-group[b-f63ino1k83] {
        margin-left: auto;
    }
}

/* X-Large devices (desktops, 1200px and up) - xl: everything on one row,
   controls grouped together and aligned right. */
@media (min-width: 1200px) {
    .filter-bar[b-f63ino1k83] {
        flex-wrap: nowrap;
    }

    .search-group[b-f63ino1k83] {
        max-width: 16rem;
        margin-left: auto;
    }

    .type-filter-group[b-f63ino1k83] {
        flex: 0 0 auto;
    }

    .date-filter-group[b-f63ino1k83] {
        margin-left: 0;
    }
}
/* /Components/Pages/WinnersCircle/WinnersCircleRedeem.razor.rz.scp.css */
.wc-breadcrumb[b-ida8btbckh] {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

    .wc-breadcrumb a[b-ida8btbckh] {
        color: var(--bfc-teal);
    }

    .wc-breadcrumb .separator[b-ida8btbckh] {
        margin: 0 0.4rem;
    }

.info-card[b-ida8btbckh],
.action-card[b-ida8btbckh],
.refer-card[b-ida8btbckh] {
    position: relative;
    margin-bottom: 1.5rem;
    min-height: 325px;
}

.wc-logo[b-ida8btbckh] {
    max-width: 265px;
    display: block;
    margin: 0 auto 1rem;
}

#back-to-card-type-btn[b-ida8btbckh] {
    padding: 0.75rem 1rem;
}

.intro-copy[b-ida8btbckh],
.confirm-copy[b-ida8btbckh] {
    color: var(--bfc-charcoal);
}

.section-title[b-ida8btbckh] {
    color: var(--bfc-navy);
    font-size: 1.15rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
}

.section-subtitle[b-ida8btbckh] {
    font-weight: bold;
    color: var(--bfc-charcoal);
    margin-bottom: 0.25rem;
}

.balance-panel[b-ida8btbckh],
.method-panel[b-ida8btbckh],
.receipt-panel[b-ida8btbckh] {
    border: 1px solid var(--bfc-grey);
    border-radius: 0.375rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.panel-title[b-ida8btbckh] {
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.stat-label[b-ida8btbckh] {
    color: var(--bfc-charcoal);
    font-size: 0.85rem;
    margin-bottom: 0.15rem;
}

.stat-value[b-ida8btbckh] {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 0;
}

/* Step indicator */
.step-indicator[b-ida8btbckh] {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}

.step-circle[b-ida8btbckh] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--bfc-grey);
    color: var(--bfc-grey);
    font-weight: bold;
    flex-shrink: 0;
}

    .step-circle.current[b-ida8btbckh] {
        background-color: var(--bfc-gold);
        border-color: var(--bfc-gold);
        color: #fff;
    }

    .step-circle.done[b-ida8btbckh] {
        background-color: var(--bfc-green);
        border-color: var(--bfc-green);
        color: #fff;
    }

.step-line[b-ida8btbckh] {
    flex: 1;
    height: 2px;
    background-color: var(--bfc-light-grey);
}

#wc-redeem-total[b-ida8btbckh]{
    font-size: 1.5rem;
}

/* Step 1 amount entry */
.amount-row[b-ida8btbckh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.amount-input[b-ida8btbckh] {
    max-width: 220px;
}

.equals[b-ida8btbckh] {
    font-size: 1.5rem;
    color: var(--bfc-charcoal);
}

.points-equiv[b-ida8btbckh] {
    font-size: 1.75rem;
    font-weight: bold;
}

.points-word[b-ida8btbckh] {
    font-size: 1.25rem;
    color: var(--bfc-charcoal);
}

.options-row[b-ida8btbckh] {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

/* Step 2 review */
.method-row[b-ida8btbckh] {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.method-label[b-ida8btbckh] {
    font-weight: bold;
    color: var(--bfc-charcoal);
    min-width: 6.5rem;
}

.method-value[b-ida8btbckh] {
    margin-bottom: 0;
}

.method-edit-input[b-ida8btbckh] {
    max-width: 260px;
}

.edit-link[b-ida8btbckh] {
    background: none;
    border: none;
    color: var(--bfc-teal);
    padding: 0;
}

.confirm-check[b-ida8btbckh] {
    margin: 0.25rem 0 0.5rem;
}

.address-edit[b-ida8btbckh] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.type-filter-btn[b-ida8btbckh] {
    background: #fff;
    border: 1px solid var(--bfc-light-grey);
    padding: 0.25rem 0.75rem;
    color: var(--bfc-charcoal);
}

    .type-filter-btn.active[b-ida8btbckh] {
        background-color: var(--bfc-navy);
        border-color: var(--bfc-navy);
        color: #fff;
    }

/* Order summary / receipt */
.receipt-list[b-ida8btbckh] {
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 0.35rem;
    column-gap: 1rem;
    margin-bottom: 0.5rem;
}

    .receipt-list dt[b-ida8btbckh] {
        font-weight: 400;
        color: var(--bfc-charcoal);
    }

    .receipt-list dd[b-ida8btbckh] {
        text-align: right;
        margin-bottom: 0;
    }

.total-line dt[b-ida8btbckh],
.total-line dd[b-ida8btbckh] {
    font-weight: bold;
}

.receipt-divider[b-ida8btbckh] {
    border-top: 2px dashed var(--bfc-light-grey);
}

.thank-you[b-ida8btbckh] {
    font-size: 1.35rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.75rem;
}

.confirm-copy[b-ida8btbckh] {
    text-align: center;
}

.validation-errors[b-ida8btbckh] {
    color: var(--bfc-red);
    margin-bottom: 1rem;
}

.refer-card[b-ida8btbckh] {
    text-align: center;
    padding: 1.5rem;
}

.refer-badge[b-ida8btbckh] {
    width: 100%;
    max-width: 342px;
    margin: 0 auto 1rem;
    display: block;
}

.refer-text[b-ida8btbckh] {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

/* Printable receipt: hide everything except the order summary. */
@media print {
    :is(.wc-breadcrumb, .wc-logo, .refer-card, button)[b-ida8btbckh] {
        display: none !important;
    }
}

/* Medium devices (tablets, 768px and up) - md */
@media (min-width: 768px) {
    .refer-text[b-ida8btbckh] {
        font-size: 1.5rem;
    }
}


/* Extra large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1200px) {
    .refer-card[b-ida8btbckh] {
        padding: 2rem;
    }
}

/* Extra Extra large devices (large desktops, 1400px and up) - xxl */
@media (min-width: 1400px) {
    .refer-card[b-ida8btbckh] {
        padding: 4rem;
    }

    .refer-badge[b-ida8btbckh] {
        margin: 0 auto 2rem;
    }

    .refer-text[b-ida8btbckh] {
        margin-bottom: 2rem;
    }
}
/* /Components/Shared/CardSpinner.razor.rz.scp.css */
/* Covers the parent card (which must be position: relative) while its data loads. */
.card-spinner-overlay[b-u5uln24swx] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    border-radius: inherit;
    z-index: 5;
}
/* /Components/Shared/PasswordStrengthMeter.razor.rz.scp.css */
/* Password requirement checklist and strength bar.

   Lives here rather than in css/auth.css because the Manage pages (ChangePassword, SetPassword) use
   MainLayout and never load auth.css - styles put there would only reach Register and ResetPassword.

   Colours are the brand tokens from app.css. Note red is already three different values in this
   project (--bfc-red #9D242B, #e50000 on .invalid/.validation-message, #dc3545 on .text-danger);
   using the brand token here avoids introducing a fourth. */

.password-meter[b-zlwdymgpvc] {
    margin-top: 0.5rem;
}

/* ---------- Requirement checklist ---------- */

.password-requirements[b-zlwdymgpvc] {
    list-style: none;
    padding: 0;
    margin: 0 0 0.5rem;
    font-size: 0.875rem;
}

.requirement[b-zlwdymgpvc] {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    line-height: 1.35;
    margin-bottom: 0.15rem;
}

/* The glyph, not just the colour, carries pass/fail - colour alone would fail WCAG 1.4.1.
   Unicode rather than an icon font: the project has no icon font, and adding one for two
   characters would be a regression. U+2713 already appears elsewhere (Register, Manage/Email). */
.requirement-icon[b-zlwdymgpvc] {
    flex: 0 0 auto;
    width: 1em;
    font-weight: 700;
    text-align: center;
}

.requirement.unmet[b-zlwdymgpvc] {
    color: var(--bfc-charcoal);
}

    .requirement.unmet .requirement-icon[b-zlwdymgpvc] {
        color: var(--bfc-red);
    }

    .requirement.unmet .requirement-icon[b-zlwdymgpvc]::before {
        content: "\2717"; /* ✗ */
    }

.requirement.met[b-zlwdymgpvc] {
    color: var(--bfc-charcoal);
}

    .requirement.met .requirement-icon[b-zlwdymgpvc] {
        color: var(--bfc-green);
    }

    .requirement.met .requirement-icon[b-zlwdymgpvc]::before {
        content: "\2713"; /* ✓ */
    }

/* Before any input, show a neutral bullet rather than a red ✗ - an empty field has not failed
   anything yet, and greeting the user with errors is hostile. */
.password-meter.is-empty .requirement .requirement-icon[b-zlwdymgpvc] {
    color: var(--bfc-grey);
}

.password-meter.is-empty .requirement .requirement-icon[b-zlwdymgpvc]::before {
    content: "\2022"; /* • */
}

/* ---------- Segmented strength bar ---------- */

/* Equal flex children with a small gap, matching the .stepper treatment in auth.css so the two
   read as one system. */
.strength-bar[b-zlwdymgpvc] {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 0.35rem;
}

.segment[b-zlwdymgpvc] {
    flex: 1 1 0;
    height: 4px;
    border-radius: 2px;
    background-color: var(--bfc-light-grey);
    transition: background-color 0.15s ease-in-out;
}

/* Filled segments are coloured by the score band set on the wrapper, so the whole filled run is
   one colour - as in the design - rather than a per-segment gradient. */
.password-meter.score-1 .segment.filled[b-zlwdymgpvc],
.password-meter.score-2 .segment.filled[b-zlwdymgpvc] {
    background-color: var(--bfc-red);
}

.password-meter.score-3 .segment.filled[b-zlwdymgpvc] {
    background-color: var(--bfc-gold);
}

.password-meter.score-4 .segment.filled[b-zlwdymgpvc],
.password-meter.score-5 .segment.filled[b-zlwdymgpvc] {
    background-color: var(--bfc-green);
}

/* ---------- Strength label ---------- */

.strength-text[b-zlwdymgpvc] {
    font-size: 0.875rem;
    margin: 0;
    color: var(--bfc-charcoal);
}

.password-meter.score-1 .strength-text strong[b-zlwdymgpvc],
.password-meter.score-2 .strength-text strong[b-zlwdymgpvc] {
    color: var(--bfc-red);
}

.password-meter.score-3 .strength-text strong[b-zlwdymgpvc] {
    color: var(--bfc-gold);
}

.password-meter.score-4 .strength-text strong[b-zlwdymgpvc],
.password-meter.score-5 .strength-text strong[b-zlwdymgpvc] {
    color: var(--bfc-green);
}

.password-meter.is-empty .strength-text strong[b-zlwdymgpvc] {
    color: var(--bfc-grey);
}

@media (prefers-reduced-motion: reduce) {
    .segment[b-zlwdymgpvc] {
        transition: none;
    }
}
/* /Components/Shared/Spinner.razor.rz.scp.css */
/* Full-screen overlay shown while CascadingAppState.IsLoading is true. */
#loader-backdrop[b-o97oiui0eg] {
    position: fixed;
    inset: 0;
    z-index: 2000; /* above navbar and modals' triggers */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0, 0.5);
    transition: opacity 0.15s ease-in-out;
}

.loader-backdrop-show-false[b-o97oiui0eg] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader-backdrop-show-true[b-o97oiui0eg] {
    opacity: 1;
    visibility: visible;
}

#loader-img[b-o97oiui0eg] {
    height: auto;
}
