/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ytt4y5axgb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ytt4y5axgb] {
    flex: 1;
}

.writing-font[b-ytt4y5axgb] {
    font-family: 'Great Vibes', 'Dancing Script', 'Brush Script MT', cursive;
    font-size: 1.2em;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.05em;
}

.sidebar[b-ytt4y5axgb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ytt4y5axgb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ytt4y5axgb]  a, .top-row[b-ytt4y5axgb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ytt4y5axgb]  a:hover, .top-row[b-ytt4y5axgb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ytt4y5axgb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ytt4y5axgb] {
        justify-content: space-between;
    }

    .top-row[b-ytt4y5axgb]  a, .top-row[b-ytt4y5axgb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ytt4y5axgb] {
        flex-direction: row;
    }

    .sidebar[b-ytt4y5axgb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ytt4y5axgb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ytt4y5axgb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ytt4y5axgb], article[b-ytt4y5axgb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ytt4y5axgb] {
    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-ytt4y5axgb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e6xxgtuyxt] {
    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-e6xxgtuyxt] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-e6xxgtuyxt] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-e6xxgtuyxt] {
    font-size: 1.1rem;
}

.bi[b-e6xxgtuyxt] {
    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-e6xxgtuyxt] {
    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-e6xxgtuyxt] {
    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-e6xxgtuyxt] {
    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");
}

.bi-lock-nav-menu[b-e6xxgtuyxt] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-e6xxgtuyxt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-e6xxgtuyxt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-e6xxgtuyxt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-e6xxgtuyxt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-e6xxgtuyxt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-e6xxgtuyxt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-e6xxgtuyxt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-e6xxgtuyxt]  .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-e6xxgtuyxt]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-e6xxgtuyxt]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-e6xxgtuyxt] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-e6xxgtuyxt] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-e6xxgtuyxt] {
        display: none;
    }

    .nav-scrollable[b-e6xxgtuyxt] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3rpptm2hid],
.components-reconnect-repeated-attempt-visible[b-3rpptm2hid],
.components-reconnect-failed-visible[b-3rpptm2hid],
.components-pause-visible[b-3rpptm2hid],
.components-resume-failed-visible[b-3rpptm2hid],
.components-rejoining-animation[b-3rpptm2hid] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3rpptm2hid],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3rpptm2hid],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3rpptm2hid],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3rpptm2hid],
#components-reconnect-modal.components-reconnect-retrying[b-3rpptm2hid],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3rpptm2hid],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3rpptm2hid],
#components-reconnect-modal.components-reconnect-failed[b-3rpptm2hid],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3rpptm2hid] {
    display: block;
}


#components-reconnect-modal[b-3rpptm2hid] {
    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-3rpptm2hid 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3rpptm2hid 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3rpptm2hid 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3rpptm2hid]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3rpptm2hid 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3rpptm2hid {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3rpptm2hid {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3rpptm2hid {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3rpptm2hid] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3rpptm2hid] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3rpptm2hid] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3rpptm2hid] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3rpptm2hid] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3rpptm2hid] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3rpptm2hid] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3rpptm2hid 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3rpptm2hid] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3rpptm2hid {
    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.razor.rz.scp.css */
/* Admin Dashboard Styling */

/* Card Enhancements */
/*::deep .card {
    border-radius: 8px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

::deep .card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

::deep .card.border-0.shadow-sm {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}*/

/* Card Headers */
/*::deep .card-header {
    border-radius: 8px 8px 0 0;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
}*/

/* Metric Cards */
/*::deep .card-body h3 {
    margin-bottom: 0.5rem;
}

::deep .card-body small {
    font-weight: 500;
}*/

/* Table Enhancements */
/*::deep .table-hover tbody tr {
    transition: background-color 0.15s ease;
}

::deep .table-hover tbody tr:hover {
    background-color: #f8f9fa;
}

::deep .table th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

::deep .table code {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 3px;
}*/

/* Avatar Badge */
/*::deep .avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
}*/

/* Badges */
/*::deep .badge {
    font-weight: 500;
    padding: 0.4rem 0.6rem;
}

::deep .badge-success {
    background-color: #198754 !important;
}

::deep .badge-danger {
    background-color: #dc3545 !important;
}

::deep .badge-warning {
    background-color: #ffc107 !important;
    color: #000;
}

::deep .badge-info {
    background-color: #0dcaf0 !important;
}*/

/* Buttons */
/*::deep .btn {
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease;
}

::deep .btn-primary {
    background-color: #0d6efd;
    border: none;
}

::deep .btn-primary:hover {
    background-color: #0b5ed7;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.25);
}

::deep .btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}

::deep .btn-outline-primary:hover {
    background-color: #0d6efd;
    color: white;
}

::deep .btn-group-sm > .btn {
    border-radius: 4px;
}*/

/* Form Controls */
/*::deep .form-control,
::deep .form-select {
    border-radius: 6px;
    border: 1px solid #dee2e6;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

::deep .form-control:focus,
::deep .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

::deep .bg-light {
    background-color: #f8f9fa !important;
}

::deep .form-control.bg-light,
::deep .form-select.bg-light {
    background-color: #f8f9fa;
    border: none;
    color: #666;
}*/

/* Modal */
/*::deep .modal-content {
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

::deep .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1.5rem;
}

::deep .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 1.5rem;
}*/

/* Alerts */
/*::deep .alert {
    border-radius: 6px;
    border: none;
    padding: 1rem;
}

::deep .alert-success {
    background-color: #d1e7dd;
    color: #0f5132;
}

::deep .alert-danger {
    background-color: #f8d7da;
    color: #842029;
}

::deep .alert-info {
    background-color: #cfe2ff;
    color: #084298;
}*/

/* Tabs */
/*::deep .nav-tabs {
    border-bottom: 2px solid #e9ecef;
}

::deep .nav-tabs .nav-link {
    color: #666;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    padding: 0.5rem 1rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

::deep .nav-tabs .nav-link:hover {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
}

::deep .nav-tabs .nav-link.active {
    color: #0d6efd;
    background-color: transparent;
    border-bottom-color: #0d6efd;
}*/

/* Progress Bars */
/*::deep .progress {
    height: 6px;
    border-radius: 3px;
    background-color: #e9ecef;
}

::deep .progress-bar {
    border-radius: 3px;
    transition: width 0.3s ease;
}*/

/* Timeline */
/*::deep .timeline {
    padding: 0;
}

::deep .timeline > div {
    padding-left: 0;
}*/

/* Input Group */
/*::deep .input-group-text {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}*/

/* Utility */
/*::deep .fw-600 {
    font-weight: 600;
}

::deep .text-muted {
    color: #6c757d;
}

::deep .rounded-2 {
    border-radius: 8px;
}*/

/* Responsive */
/*@media (max-width: 768px) {
    ::deep .card {
        margin-bottom: 1rem;
    }

    ::deep .btn-group {
        width: 100%;
        display: flex;
    }

    ::deep .btn-group > .btn {
        flex: 1;
    }

    ::deep .table-responsive {
        font-size: 0.9rem;
    }
}*/

/* Spinner */
/*::deep .spinner-border {
    color: #0d6efd;
    border-width: 3px;
}*/

/* Empty State */
/*::deep .oi {
    vertical-align: text-bottom;
}*/
/* /Components/Pages/Onboarding.razor.rz.scp.css */
/* Onboarding Progress Steps - Horizontal Layout */
.progress-steps[b-ex322si7qo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

.progress-step[b-ex322si7qo] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-number[b-ex322si7qo] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e9ecef;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.step-label[b-ex322si7qo] {
    font-size: 0.875rem;
    color: #6c757d;
    text-align: center;
    font-weight: 500;
    transition: color 0.3s ease;
}

/* Active Step */
.progress-step.active .step-number[b-ex322si7qo] {
    background: #0d6efd;
    border-color: #0d6efd;
    color: white;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
    transform: scale(1.1);
}

.progress-step.active .step-label[b-ex322si7qo] {
    color: #0d6efd;
    font-weight: 700;
}

/* Completed Step */
.progress-step.completed .step-number[b-ex322si7qo] {
    background: #198754;
    border-color: #198754;
    color: white;
}

.progress-step.completed .step-label[b-ex322si7qo] {
    color: #198754;
}

/* Connector Line between steps */
.progress-step[b-ex322si7qo]::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #dee2e6;
    z-index: 0;
}

.progress-step:last-child[b-ex322si7qo]::after {
    display: none;
}

.progress-step.completed[b-ex322si7qo]::after {
    background: #198754;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .progress-step[b-ex322si7qo] {
        gap: 0.25rem;
    }

    .step-number[b-ex322si7qo] {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }

    .step-label[b-ex322si7qo] {
        font-size: 0.75rem;
    }
}

/* Onboarding Content */
.onboarding-content[b-ex322si7qo] {
    animation: fadeIn-b-ex322si7qo 0.3s ease-in;
}

@keyframes fadeIn-b-ex322si7qo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* /Components/Pages/Pricing.razor.rz.scp.css */
/* ============================================
   PRICING PAGE STYLES
   ============================================ */

.pricing-page[b-669tqnb7dx] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
}

.pricing-hero[b-669tqnb7dx] {
    background: white;
    border-bottom: 1px solid #e9ecef;
}

.pricing-hero h1[b-669tqnb7dx] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.pricing-hero .lead[b-669tqnb7dx] {
    font-size: 1.25rem;
}

.billing-toggle[b-669tqnb7dx] {
    background: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    border: 2px solid #e9ecef;
    display: inline-block;
}

.billing-toggle .form-check-input[b-669tqnb7dx] {
    width: 3rem;
    height: 1.5rem;
    margin: 0;
}

.billing-toggle .form-check-input:checked[b-669tqnb7dx] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

/* ============================================
   AUTH NOTICE BANNER
   ============================================ */

.auth-notice[b-669tqnb7dx] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-notice > div[b-669tqnb7dx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.auth-notice span[b-669tqnb7dx] {
    font-size: 1rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .auth-notice > div[b-669tqnb7dx] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .auth-notice div div:last-child[b-669tqnb7dx] {
        width: 100%;
        display: flex;
        gap: 0.5rem;
        justify-content: center;
    }

    .auth-notice .btn[b-669tqnb7dx] {
        flex: 1;
        min-width: 120px;
    }
}

/* Plan Cards */
.plan-card[b-669tqnb7dx] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
}

.plan-card:hover[b-669tqnb7dx] {
    border-color: #0d6efd;
    box-shadow: 0 20px 40px rgba(13, 110, 253, 0.15);
    transform: translateY(-5px);
}

.plan-card.recommended[b-669tqnb7dx] {
    border-color: #0d6efd;
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.2);
    padding-top: 3.5rem;
}

.recommended-badge[b-669tqnb7dx] {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.plan-name[b-669tqnb7dx] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.plan-description[b-669tqnb7dx] {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.price-display[b-669tqnb7dx] {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.price-amount[b-669tqnb7dx] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d6efd;
    display: block;
}

.price-period[b-669tqnb7dx] {
    font-size: 0.95rem;
    color: #6c757d;
    display: block;
    margin-top: 0.5rem;
}

.maintenance-cost[b-669tqnb7dx] {
    font-size: 0.9rem;
    color: #6c757d;
}

.plan-features ul[b-669tqnb7dx] {
    list-style: none;
    padding: 0;
}

.feature-item[b-669tqnb7dx] {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.95rem;
}

.feature-item:last-child[b-669tqnb7dx] {
    border-bottom: none;
}

.feature-item .oi[b-669tqnb7dx] {
    font-size: 1.1rem;
}

/* Comparison Table */
.pricing-comparison[b-669tqnb7dx] {
    margin-top: 4rem;
}

.pricing-comparison .table[b-669tqnb7dx] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.pricing-comparison .table-light th[b-669tqnb7dx] {
    background: #f8f9fa;
    font-weight: 600;
    color: #1a1a1a;
    border: none;
}

.pricing-comparison .table td[b-669tqnb7dx] {
    padding: 1.25rem;
    vertical-align: middle;
}

.pricing-comparison .table tbody tr:hover[b-669tqnb7dx] {
    background: #f9f9f9;
}

/* ============================================
   ONBOARDING PAGE STYLES
   ============================================ */

.onboarding-container[b-669tqnb7dx] {
    background: #f5f7fa;
    min-height: 100vh;
}

.onboarding-progress[b-669tqnb7dx] {
    position: sticky;
    top: 0;
    z-index: 100;
}

.progress-steps[b-669tqnb7dx] {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.progress-steps[b-669tqnb7dx]::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e9ecef;
    z-index: 0;
}

.progress-step[b-669tqnb7dx] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.step-number[b-669tqnb7dx] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 3px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #6c757d;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

.progress-step.active .step-number[b-669tqnb7dx] {
    background: #0d6efd;
    border-color: #0d6efd;
    color: white;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
}

.progress-step.completed .step-number[b-669tqnb7dx] {
    background: #28a745;
    border-color: #28a745;
    color: white;
}

.step-label[b-669tqnb7dx] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6c757d;
    text-align: center;
}

.progress-step.active .step-label[b-669tqnb7dx] {
    color: #0d6efd;
    font-weight: 700;
}

.progress-step.completed .step-label[b-669tqnb7dx] {
    color: #28a745;
}

/* Step Content */
.step-content[b-669tqnb7dx] {
    background: white;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.step-content h2[b-669tqnb7dx] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
}

.form-section[b-669tqnb7dx] {
    margin-bottom: 2rem;
}

.form-section h5[b-669tqnb7dx] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* Plan Selection Cards */
.plan-selection-card[b-669tqnb7dx] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.plan-selection-card:hover[b-669tqnb7dx] {
    border-color: #0d6efd;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
}

.plan-selection-card.selected[b-669tqnb7dx] {
    border-color: #0d6efd;
    background: #f0f6ff;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
}

.recommended-badge-small[b-669tqnb7dx] {
    position: absolute;
    top: 10px;
    right: 10px;
}

.features-preview[b-669tqnb7dx] {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 1rem;
}

/* Order Summary */
.order-summary[b-669tqnb7dx] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 8px;
}

.order-summary h5[b-669tqnb7dx] {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

/* Stripe Element Styling */
.stripe-element[b-669tqnb7dx] {
    background: white;
    border-radius: 4px;
}

#card-element.StripeElement--focus[b-669tqnb7dx] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

#card-errors[b-669tqnb7dx] {
    color: #dc3545;
    font-size: 0.875rem;
}

/* Billing Toggle in Step 2 */
.billing-toggle-section[b-669tqnb7dx] {
    background: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    border: 2px solid #e9ecef;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

/* Summary Cards */
.summary-card[b-669tqnb7dx] {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.features-list .oi[b-669tqnb7dx] {
    font-size: 1.25rem;
    margin-top: 0.25rem;
}

/* Success Icon */
.success-icon[b-669tqnb7dx] {
    animation: scaleIn-b-669tqnb7dx 0.5s ease-out;
}

@keyframes scaleIn-b-669tqnb7dx {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Pricing Breakdown */
.pricing-breakdown[b-669tqnb7dx] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
}

.price-total[b-669tqnb7dx] {
    padding: 1rem 0;
}

/* Confirmations */
.confirmations[b-669tqnb7dx] {
    border-left: 4px solid #28a745;
}

/* Buttons */
.btn-primary[b-669tqnb7dx] {
    background: #0d6efd;
    border-color: #0d6efd;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-669tqnb7dx] {
    background: #0b5ed7;
    border-color: #0a58ca;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.btn-primary:disabled[b-669tqnb7dx] {
    opacity: 0.65;
    cursor: not-allowed;
}

.btn-success[b-669tqnb7dx] {
    background: #28a745;
    border-color: #28a745;
    font-weight: 600;
}

.btn-success:hover[b-669tqnb7dx] {
    background: #218838;
    border-color: #1e7e34;
}

.btn-lg[b-669tqnb7dx] {
    padding: 0.75rem 2rem;
    font-size: 1rem;
    border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pricing-hero h1[b-669tqnb7dx] {
        font-size: 1.75rem;
    }

    .price-amount[b-669tqnb7dx] {
        font-size: 2rem;
    }

    .step-content[b-669tqnb7dx] {
        padding: 1.5rem;
    }

    .progress-steps[b-669tqnb7dx] {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .progress-steps[b-669tqnb7dx]::before {
        display: none;
    }

    .progress-step[b-669tqnb7dx] {
        flex: 0 1 auto;
    }

    .billing-toggle[b-669tqnb7dx] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .d-md-flex[b-669tqnb7dx] {
        flex-direction: column;
    }

    .justify-content-md-end[b-669tqnb7dx] {
        justify-content: stretch;
    }

    .justify-content-md-between[b-669tqnb7dx] {
        flex-direction: column;
    }

    .btn-lg[b-669tqnb7dx] {
        width: 100%;
    }
}

/* Dark Mode Support (optional) */
@media (prefers-color-scheme: dark) {
    .plan-card[b-669tqnb7dx],
    .step-content[b-669tqnb7dx],
    .order-summary[b-669tqnb7dx],
    .summary-card[b-669tqnb7dx] {
        background: #1e1e1e;
        border-color: #333;
    }

    .plan-name[b-669tqnb7dx],
    .step-content h2[b-669tqnb7dx],
    .form-section h5[b-669tqnb7dx] {
        color: #e0e0e0;
    }

    .plan-description[b-669tqnb7dx],
    .step-label[b-669tqnb7dx] {
        color: #b0b0b0;
    }

    .price-display[b-669tqnb7dx] {
        background: #2a2a2a;
    }

    .progress-steps[b-669tqnb7dx]::before {
        background: #333;
    }

    /* Dark mode FAQ */
    .pricing-faq[b-669tqnb7dx] {
        background: #1a1a1a;
    }

    .accordion-button[b-669tqnb7dx] {
        background: #2a2a2a;
        color: #e0e0e0;
    }

    .accordion-button:not(.collapsed)[b-669tqnb7dx] {
        background: #0d6efd;
        color: white;
    }

    .accordion-body[b-669tqnb7dx] {
        background: #252525;
        color: #b0b0b0;
    }
}

/* ============================================
   FAQ SECTION RESPONSIVE STYLES
   ============================================ */

.pricing-faq[b-669tqnb7dx] {
    background: #f9f9f9;
    padding: 3rem 0;
}

.faq-list[b-669tqnb7dx] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item[b-669tqnb7dx] {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover[b-669tqnb7dx] {
    border-color: #0d6efd;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.1);
}

.faq-toggle[b-669tqnb7dx] {
    width: 100%;
    background: white;
    border: none;
    padding: 1rem 1.5rem;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    color: #1a1a1a;
    transition: all 0.3s ease;
}

.faq-toggle:hover[b-669tqnb7dx] {
    background: #f5f5f5;
}

.faq-toggle.expanded[b-669tqnb7dx] {
    background: #0d6efd;
    color: white;
}

.faq-toggle i[b-669tqnb7dx] {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.faq-toggle.expanded i[b-669tqnb7dx] {
    color: white;
}

.faq-title[b-669tqnb7dx] {
    flex: 1;
    margin-right: 1rem;
    font-size: 1rem;
}

.faq-content[b-669tqnb7dx] {
    background: white;
    border-top: 1px solid #e9ecef;
    padding: 1.25rem 1.5rem;
    color: #555;
    line-height: 1.6;
    animation: slideDown-b-669tqnb7dx 0.3s ease;
}

@keyframes slideDown-b-669tqnb7dx {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accordion-button[b-669tqnb7dx] {
    background: white;
    color: #1a1a1a;
    border: 1px solid #e9ecef;
    font-weight: 500;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

.accordion-button:hover[b-669tqnb7dx] {
    background: #f5f5f5;
    border-color: #0d6efd;
}

.accordion-button:not(.collapsed)[b-669tqnb7dx] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

.accordion-button[b-669tqnb7dx]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body[b-669tqnb7dx] {
    background: white;
    border: 1px solid #e9ecef;
    border-top: none;
    color: #555;
    padding: 1.25rem;
    border-radius: 0 0 8px 8px;
}

.accordion-item[b-669tqnb7dx] {
    border: none;
    margin-bottom: 0.75rem;
}

/* Responsive table for comparison */
.pricing-comparison .table-responsive[b-669tqnb7dx] {
    overflow-x: auto;
}

.pricing-comparison .table[b-669tqnb7dx] {
    min-width: 100%;
}

.pricing-comparison .table th[b-669tqnb7dx],
.pricing-comparison .table td[b-669tqnb7dx] {
    padding: 1rem;
    vertical-align: middle;
}

.pricing-comparison .badge[b-669tqnb7dx] {
    white-space: nowrap;
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .pricing-hero h1[b-669tqnb7dx] {
        font-size: 2rem;
    }

    .billing-toggle[b-669tqnb7dx] {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }

    .plan-card[b-669tqnb7dx] {
        padding: 1.5rem;
    }

    .plan-name[b-669tqnb7dx] {
        font-size: 1.25rem;
    }

    .accordion-button[b-669tqnb7dx] {
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
    }

    .accordion-body[b-669tqnb7dx] {
        padding: 0.75rem;
        font-size: 0.9rem;
    }

    .pricing-comparison .table th[b-669tqnb7dx],
    .pricing-comparison .table td[b-669tqnb7dx] {
        padding: 0.75rem 0.5rem;
        font-size: 0.9rem;
    }

    .pricing-comparison .table th:first-child[b-669tqnb7dx],
    .pricing-comparison .table td:first-child[b-669tqnb7dx] {
        min-width: 120px;
    }

    .badge[b-669tqnb7dx] {
        font-size: 0.75rem !important;
        padding: 0.35rem 0.5rem !important;
    }
}

@media (max-width: 576px) {
    .pricing-hero h1[b-669tqnb7dx] {
        font-size: 1.5rem;
    }

    .pricing-hero .lead[b-669tqnb7dx] {
        font-size: 1rem;
    }

    .billing-toggle[b-669tqnb7dx] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .plan-card[b-669tqnb7dx] {
        padding: 1rem;
    }

    .plan-name[b-669tqnb7dx] {
        font-size: 1.1rem;
    }

    .price-amount[b-669tqnb7dx] {
        font-size: 1.75rem;
    }

    .accordion-button[b-669tqnb7dx] {
        padding: 0.65rem 0.75rem;
        font-size: 0.85rem;
    }

    .accordion-body[b-669tqnb7dx] {
        padding: 0.5rem;
        font-size: 0.85rem;
    }

    .pricing-comparison .table-responsive[b-669tqnb7dx] {
        margin: 0 -1rem;
    }

    .pricing-comparison .table[b-669tqnb7dx] {
        margin-bottom: 0;
    }

    .pricing-comparison .table th:first-child[b-669tqnb7dx],
    .pricing-comparison .table td:first-child[b-669tqnb7dx] {
        min-width: 100px;
    }
}
/* /Components/TreeView.razor.rz.scp.css */
/* TreeView.razor.css - Scoped styles for TreeView component */

.treeview-root[b-pnhjib9dz3] {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.9rem;
}

.treeview-children[b-pnhjib9dz3] {
    list-style: none;
    padding: 0;
    margin: 0 0 0 1.5rem;
    border-left: 2px solid #e0e0e0;
}

.treeview-item[b-pnhjib9dz3] {
    margin: 0;
    padding: 0;
}

.treeview-node[b-pnhjib9dz3] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.6rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
    color: #2c2c2c;
    user-select: none;
}

    .treeview-node:hover[b-pnhjib9dz3] {
        background-color: #f0f4ff;
        color: #1a56db;
    }

    .treeview-node.selected[b-pnhjib9dz3] {
        background-color: #dbeafe;
        color: #1d4ed8;
        font-weight: 600;
    }

/* Toggle arrow */
.treeview-toggle[b-pnhjib9dz3] {
    display: inline-flex;
    width: 1rem;
    justify-content: center;
    flex-shrink: 0;
}

.toggle-icon[b-pnhjib9dz3] {
    display: inline-block;
    font-size: 0.65rem;
    color: #888;
    transition: transform 0.2s ease;
}

    .toggle-icon.expanded[b-pnhjib9dz3] {
        transform: rotate(90deg);
    }

    .toggle-icon.placeholder[b-pnhjib9dz3] {
        visibility: hidden;
    }

/* Icon */
.node-icon[b-pnhjib9dz3] {
    font-size: 1rem;
    line-height: 1;
}

/* Label */
.node-label[b-pnhjib9dz3] {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Badge */
.node-badge[b-pnhjib9dz3] {
    background: #1d4ed8;
    color: white;
    border-radius: 999px;
    padding: 0.05rem 0.45rem;
    font-size: 0.7rem;
    font-weight: 600;
    min-width: 1.2rem;
    text-align: center;
}
