/* _content/MMH/Components/BusinessClosedModal.razor.rz.scp.css */
/* Full-screen overlay */
.bc-overlay[b-h53wbfhlr2] {
    position: fixed;
    inset: 0;
    background: rgba(17, 24, 39, 0.72); /* soft dark blur effect */
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    display: grid;
    place-items: center;
    z-index: 10000; /* above everything */
}

/* Dialog panel */
.bc-dialog[b-h53wbfhlr2] {
    width: min(560px, 92vw);
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    padding: 28px;
    outline: none;
}

/* Header / badge */
.bc-header[b-h53wbfhlr2] {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 6px;
}

.bc-badge[b-h53wbfhlr2] {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    background: #eef2ff;
    color: #3730a3;
    border-radius: 999px;
    padding: 4px 10px;
    font-weight: 600;
}

/* Title & text */
.bc-title[b-h53wbfhlr2] {
    margin: 8px 0 8px;
    font-size: 24px;
    line-height: 1.25;
    color: #111827;
}

.bc-text[b-h53wbfhlr2] {
    margin: 0 0 10px;
    color: #374151;
    font-size: 16px;
}

.bc-sub[b-h53wbfhlr2] {
    margin: 0 0 18px;
    color: #6b7280;
    font-size: 14px;
}

/* Actions */
.bc-actions[b-h53wbfhlr2] {
    display: flex;
    justify-content: flex-end;
}

.bc-button[b-h53wbfhlr2] {
    appearance: none;
    border: 0;
    padding: 10px 16px;
    border-radius: 10px;
    background: #e5e7eb;
    color: #6b7280;
    font-weight: 600;
    cursor: not-allowed;
}
/* _content/MMH/Shared/MainLayout.razor.rz.scp.css */
.page[b-p9yi3ptajp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-p9yi3ptajp] {
    flex: 1;
}

.sidebar[b-p9yi3ptajp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-p9yi3ptajp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-p9yi3ptajp]  a, .top-row .btn-link[b-p9yi3ptajp] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-p9yi3ptajp] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-p9yi3ptajp] {
        display: none;
    }

    .top-row.auth[b-p9yi3ptajp] {
        justify-content: space-between;
    }

    .top-row a[b-p9yi3ptajp], .top-row .btn-link[b-p9yi3ptajp] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-p9yi3ptajp] {
        flex-direction: row;
    }

    .sidebar[b-p9yi3ptajp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-p9yi3ptajp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-p9yi3ptajp], article[b-p9yi3ptajp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/MMH/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-n5oexwe1a8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-n5oexwe1a8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-n5oexwe1a8] {
    font-size: 1.1rem;
}

.oi[b-n5oexwe1a8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-n5oexwe1a8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-n5oexwe1a8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-n5oexwe1a8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-n5oexwe1a8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-n5oexwe1a8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-n5oexwe1a8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-n5oexwe1a8] {
        display: none;
    }

    .collapse[b-n5oexwe1a8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
