/* /Shared/MainLayout.razor.rz.scp.css */
.site-shell[b-70x5cla7wo] {
    min-height: 100vh;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fbw4ryk5s9] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-fbw4ryk5s9] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fbw4ryk5s9] {
    font-size: 1.1rem;
}

.oi[b-fbw4ryk5s9] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-fbw4ryk5s9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fbw4ryk5s9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fbw4ryk5s9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fbw4ryk5s9]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-fbw4ryk5s9]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-fbw4ryk5s9]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fbw4ryk5s9] {
        display: none;
    }

    .collapse[b-fbw4ryk5s9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-fbw4ryk5s9] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/PremiumConfirmModal.razor.rz.scp.css */
.modal-backdrop[b-t3wgrwyq9a] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.45);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-dialog.premium-modal[b-t3wgrwyq9a] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    min-width: 340px;
    max-width: 95vw;
    animation: popin-b-t3wgrwyq9a 0.22s cubic-bezier(.4,1.6,.6,1) both;
}
.modal-content[b-t3wgrwyq9a] {
    border: none;
    border-radius: 16px;
    overflow: hidden;
}
.modal-header[b-t3wgrwyq9a] {
    background: linear-gradient(90deg, #3a8dde 0%, #6f42c1 100%);
    color: #fff;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-title[b-t3wgrwyq9a] {
    font-size: 1.2rem;
    font-weight: 600;
}
.close[b-t3wgrwyq9a] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
}
.modal-body[b-t3wgrwyq9a] {
    padding: 1.5rem;
    font-size: 1.08rem;
    color: #333;
}
.modal-footer[b-t3wgrwyq9a] {
    padding: 1rem 1.5rem;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    background: #f8f9fa;
}
.btn.btn-premium-yes[b-t3wgrwyq9a] {
    background: linear-gradient(90deg, #3a8dde 0%, #6f42c1 100%);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 1.2rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(58,141,222,0.08);
    transition: background 0.2s;
}
.btn.btn-premium-yes:hover[b-t3wgrwyq9a] {
    background: linear-gradient(90deg, #6f42c1 0%, #3a8dde 100%);
}
.btn.btn-premium-no[b-t3wgrwyq9a] {
    background: #e0e0e0;
    color: #333;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 1.2rem;
    font-weight: 600;
    transition: background 0.2s;
}
.btn.btn-premium-no:hover[b-t3wgrwyq9a] {
    background: #d1d1d1;
}
@keyframes popin-b-t3wgrwyq9a {
    0% { transform: scale(0.85); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}
