/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ehdhxnd2p8] {
    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-ehdhxnd2p8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Top marketing navbar. Brand/nav colors live in wwwroot/css/theme.css (.nav-bar-bg).
   Bootstrap's navbar component handles layout, collapse, and the toggler. */

.navbar-brand img[b-1uzdqz1z9z] {
    display: block;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-m3xzqiqz1m],
.components-reconnect-repeated-attempt-visible[b-m3xzqiqz1m],
.components-reconnect-failed-visible[b-m3xzqiqz1m],
.components-pause-visible[b-m3xzqiqz1m],
.components-resume-failed-visible[b-m3xzqiqz1m],
.components-rejoining-animation[b-m3xzqiqz1m] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-m3xzqiqz1m],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-m3xzqiqz1m],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-m3xzqiqz1m],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-m3xzqiqz1m],
#components-reconnect-modal.components-reconnect-retrying[b-m3xzqiqz1m],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-m3xzqiqz1m],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-m3xzqiqz1m],
#components-reconnect-modal.components-reconnect-failed[b-m3xzqiqz1m],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-m3xzqiqz1m] {
    display: block;
}


#components-reconnect-modal[b-m3xzqiqz1m] {
    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-m3xzqiqz1m 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-m3xzqiqz1m 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-m3xzqiqz1m 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-m3xzqiqz1m]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-m3xzqiqz1m 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-m3xzqiqz1m {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-m3xzqiqz1m {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-m3xzqiqz1m {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-m3xzqiqz1m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-m3xzqiqz1m] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-m3xzqiqz1m] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-m3xzqiqz1m] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-m3xzqiqz1m] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-m3xzqiqz1m] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-m3xzqiqz1m] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-m3xzqiqz1m 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-m3xzqiqz1m] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-m3xzqiqz1m {
    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/Admin/AdminDashboardPage.razor.rz.scp.css */
/* Admin dashboard. Shared styling (.stat-icon, .quick-link-card, .cursor-pointer) lives in wwwroot/css/theme.css. */
/* /Components/Pages/Admin/AnalyticsDashboardPage.razor.rz.scp.css */
/* Analytics dashboard. Shared styling lives in wwwroot/css/theme.css. */
/* /Components/Pages/Admin/CustomerDetailPage.razor.rz.scp.css */
/* Customer detail. Shared styling lives in wwwroot/css/theme.css. */
/* /Components/Pages/Admin/ManageCustomersPage.razor.rz.scp.css */
/* Manage customers. Shared styling lives in wwwroot/css/theme.css. */
/* /Components/Pages/Admin/ManageDiscountCodesPage.razor.rz.scp.css */
/* Manage discount codes. Shared styling lives in wwwroot/css/theme.css. */
/* /Components/Pages/Admin/ManageProductsPage.razor.rz.scp.css */
/* Manage products. Shared styling lives in wwwroot/css/theme.css. */
/* /Components/Pages/Admin/ManageTiersPage.razor.rz.scp.css */
/* Manage tiers. Shared styling lives in wwwroot/css/theme.css. */
/* /Components/Pages/Admin/ManageTrackingLinksPage.razor.rz.scp.css */
/* Manage tracking links. Shared styling lives in wwwroot/css/theme.css. */
/* /Components/Pages/Checkout/CheckoutConfirmationPage.razor.rz.scp.css */
.confirmation-icon i[b-vzol5luzf4] {
    font-size: 4.5rem;
}

.step-number[b-vzol5luzf4] {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: var(--bs-border-color);
    color: var(--mb-navy, #33455D);
}

.step-number.completed[b-vzol5luzf4] {
    background: var(--mb-green, #14A85C);
    color: #fff;
}

.step-number.active-step[b-vzol5luzf4] {
    background: var(--mb-navy, #33455D);
    color: #fff;
}
/* /Components/Pages/Checkout/CheckoutPage.razor.rz.scp.css */
.payment-method-option[b-wftel4csoo] {
    border: 1px solid var(--bs-border-color);
    cursor: pointer;
    transition: border-color .15s ease, background-color .15s ease;
}

.payment-method-option.selected[b-wftel4csoo] {
    border-color: var(--mb-green, #14A85C);
    background-color: rgba(20, 168, 92, 0.06);
}
/* /Components/Pages/Dashboard/DashboardPage.razor.rz.scp.css */
.action-card[b-xotw2pem5t] {
    transition: transform .15s ease, box-shadow .15s ease;
}

.action-card:hover[b-xotw2pem5t] {
    transform: translateY(-4px);
    box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, .1) !important;
}

.action-icon[b-xotw2pem5t] {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(20, 168, 92, 0.12);
}

.subscription-card[b-xotw2pem5t] {
    border-left: 4px solid var(--mb-green, #14A85C) !important;
}
/* /Components/Pages/Dashboard/OnboardingPage.razor.rz.scp.css */
/* Onboarding page. Shared styling lives in wwwroot/css/theme.css. */
/* /Components/Pages/Dashboard/PaymentMethodsPage.razor.rz.scp.css */
.payment-icon[b-m1w4m6kcc2] {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(20, 168, 92, 0.1);
}
/* /Components/Pages/Dashboard/PurchaseHistoryPage.razor.rz.scp.css */
/* Purchase history. Shared styling lives in wwwroot/css/theme.css. */
/* /Components/Pages/Dashboard/SubscriptionsPage.razor.rz.scp.css */
/* Subscriptions page. Shared styling lives in wwwroot/css/theme.css. */
/* /Components/Pages/FeaturesPage.razor.rz.scp.css */
/* Features page. Shared styling lives in wwwroot/css/theme.css. */
/* /Components/Pages/HomePage.razor.rz.scp.css */
/* Home page. Shared section/hero/card styling lives in wwwroot/css/theme.css.
   Page-specific overrides go here. */

.feature-icon[b-i6ad4s3ijp] {
    width: 56px;
    height: 56px;
}
/* /Components/Pages/Legal/PrivacyPage.razor.rz.scp.css */
/* Legal page. Shared styling lives in wwwroot/css/theme.css. */
/* /Components/Pages/Legal/SoftwareAgreementPage.razor.rz.scp.css */
/* Legal page. Shared styling lives in wwwroot/css/theme.css. */
/* /Components/Pages/Legal/TermsPage.razor.rz.scp.css */
/* Legal page. Shared styling lives in wwwroot/css/theme.css. */
/* /Components/Pages/MobileAppPage.razor.rz.scp.css */
/* Mobile App page. Shared styling lives in wwwroot/css/theme.css. */
/* /Components/Pages/PricingPage.razor.rz.scp.css */
/* Pricing page. Shared card/section styling lives in wwwroot/css/theme.css. */
/* /Components/Shared/FeatureCardComp.razor.rz.scp.css */
/* Shared visual styles (.feature-card, .feature-icon) live in wwwroot/css/theme.css
   so they can be reused across marketing pages. Component-specific overrides go here. */
/* /Components/Shared/PricingCardComp.razor.rz.scp.css */
/* Shared visual styles (.pricing-card, .popular-card, .popular-badge) live in
   wwwroot/css/theme.css for reuse. Component-specific overrides go here. */
