/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-jhr6w3pubz] {
    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-jhr6w3pubz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.logo-wrapper[b-i8mu86b9g4] {
    background-color: #f1f5f9;
    padding: 0.35rem 0.75rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.navbar-brand-logo[b-i8mu86b9g4] {
    display: inline-flex;
    align-items: center;
}

    .navbar-brand-logo img[b-i8mu86b9g4] {
        height: 30px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
        display: block;
    }

@media (max-width: 991.98px) {
    .navbar-collapse[b-i8mu86b9g4] {
        padding-top: 1rem;
    }

    .navbar-nav .nav-item[b-i8mu86b9g4] {
        padding: 0.25rem 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse.show[b-i8mu86b9g4] {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .navbar-collapse[b-i8mu86b9g4] {
        transition: max-height 0.2s ease-in-out;
    }
}

.navbar-nav .nav-link[b-i8mu86b9g4] {
    color: rgba(255, 255, 255, 0.75) !important;
    font-weight: 500;
    transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
}

    .navbar-nav .nav-link:hover[b-i8mu86b9g4] {
        color: #ffffff !important;
    }

    .navbar-nav .nav-link.active[b-i8mu86b9g4] {
        color: #ffffff !important;
        font-weight: 700;
        border-bottom: 2px solid #ffffff;
    }

    .navbar-nav .nav-link.link-dev-console[b-i8mu86b9g4] {
        color: #ffc107 !important;
    }

        .navbar-nav .nav-link.link-dev-console.active[b-i8mu86b9g4] {
            border-bottom: 2px solid #ffc107;
            text-shadow: 0 0 8px rgba(255, 193, 7, 0.4);
        }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-faa4owipc6],
.components-reconnect-repeated-attempt-visible[b-faa4owipc6],
.components-reconnect-failed-visible[b-faa4owipc6],
.components-pause-visible[b-faa4owipc6],
.components-resume-failed-visible[b-faa4owipc6],
.components-rejoining-animation[b-faa4owipc6] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-faa4owipc6],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-faa4owipc6],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-faa4owipc6],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-faa4owipc6],
#components-reconnect-modal.components-reconnect-retrying[b-faa4owipc6],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-faa4owipc6],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-faa4owipc6],
#components-reconnect-modal.components-reconnect-failed[b-faa4owipc6],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-faa4owipc6] {
    display: block;
}


#components-reconnect-modal[b-faa4owipc6] {
    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-faa4owipc6 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-faa4owipc6 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-faa4owipc6 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-faa4owipc6]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-faa4owipc6 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-faa4owipc6 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-faa4owipc6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-faa4owipc6 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-faa4owipc6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-faa4owipc6] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-faa4owipc6] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-faa4owipc6] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-faa4owipc6] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-faa4owipc6] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-faa4owipc6] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-faa4owipc6 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-faa4owipc6] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-faa4owipc6 {
    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/Customers.razor.rz.scp.css */
.table th[b-0hpbxf46xf], .table td[b-0hpbxf46xf] {
    padding: 0.5rem 0.4rem !important;
    font-size: 0.85rem !important;
}

.table input.form-control-sm[b-0hpbxf46xf],
.table select.form-select-sm[b-0hpbxf46xf] {
    font-size: 0.8rem !important;
    padding: 0.2rem 0.3rem !important;
    min-width: 70px;
}

.table .input-group-text[b-0hpbxf46xf] {
    font-size: 0.75rem !important;
    padding: 0.2rem 0.3rem !important;
}
/* /Components/Pages/Admin/Users.razor.rz.scp.css */
.table th[b-61dr79ttjb], .table td[b-61dr79ttjb] {
    padding: 0.5rem 0.4rem !important;
    font-size: 0.85rem !important;
}

.table input.form-control-sm[b-61dr79ttjb],
.table select.form-select-sm[b-61dr79ttjb] {
    font-size: 0.8rem !important;
    padding: 0.2rem 0.3rem !important;
    min-width: 70px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-wrapper[b-22cy55buy7] {
    width: 100%;
    margin: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: calc(100vh - 90px);
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .dashboard-wrapper[b-22cy55buy7] {
        padding: 1.5rem 2rem;
    }
}

.welcome-banner[b-22cy55buy7] {
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 0.75rem;
    flex-shrink: 0;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .welcome-banner[b-22cy55buy7] {
        margin-bottom: 2rem;
        text-align: left;
    }
}

.welcome-banner h1[b-22cy55buy7] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
}

@media (min-width: 768px) {
    .welcome-banner h1[b-22cy55buy7] {
        font-size: 1.75rem;
    }
}

.welcome-banner p[b-22cy55buy7] {
    color: #64748b;
    margin: 0;
    font-size: 0.9rem;
}

.square-grid[b-22cy55buy7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-bottom: 1.5rem;
    width: 100%;
    box-sizing: border-box;
}

.square-card[b-22cy55buy7] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 1.25rem 1.5rem;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, border-color 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

    .square-card i[b-22cy55buy7] {
        font-size: 1.75rem;
        margin-bottom: 0;
        margin-right: 1.25rem;
        flex-shrink: 0;
        transition: transform 0.2s ease;
    }

.card-title[b-22cy55buy7] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.2;
    text-align: left;
}

@media (min-width: 768px) {
    .square-grid[b-22cy55buy7] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        max-width: 800px;
        margin: 0 auto;
    }

    .square-card[b-22cy55buy7] {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1.5rem;
        text-align: center;
        border-radius: 16px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
        max-height: 180px;
        aspect-ratio: 1.15 / 1;
    }

        .square-card:hover[b-22cy55buy7], .square-card:active[b-22cy55buy7] {
            transform: scale(1.03);
            box-shadow: 0 12px 20px -8px rgba(0, 0, 0, 0.12);
            color: inherit;
        }

        .square-card i[b-22cy55buy7] {
            font-size: 2.5rem;
            margin-bottom: 0.75rem;
            margin-right: 0;
        }

        .square-card:hover i[b-22cy55buy7], .square-card:active i[b-22cy55buy7] {
            transform: scale(1.1);
        }

    .card-title[b-22cy55buy7] {
        font-size: 1rem;
        text-align: center;
    }
}

.theme-admin[b-22cy55buy7] {
    border-left: 5px solid #0d6efd;
}

    .theme-admin i[b-22cy55buy7] {
        color: #0d6efd;
    }

.theme-ops[b-22cy55buy7] {
    border-left: 5px solid #198754;
}

    .theme-ops i[b-22cy55buy7] {
        color: #198754;
    }

.theme-dev[b-22cy55buy7] {
    border-left: 5px solid #ffc107;
}

    .theme-dev i[b-22cy55buy7] {
        color: #ffc107;
    }

    .theme-dev .card-title[b-22cy55buy7] {
        color: #856404;
    }

@media (min-width: 768px) {
    .theme-admin[b-22cy55buy7] {
        border-left: 1px solid #e2e8f0;
        border-top: 5px solid #0d6efd;
    }

    .theme-ops[b-22cy55buy7] {
        border-left: 1px solid #e2e8f0;
        border-top: 5px solid #198754;
    }

    .theme-dev[b-22cy55buy7] {
        border-left: 1px solid #e2e8f0;
        border-top: 5px solid #ffc107;
    }
}
