/* _content/PaymentGateway.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-lonyjfl7jo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row[b-lonyjfl7jo] {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding-right: 1.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

.sidebar[b-lonyjfl7jo] {
    background-color: #111827;
    border-right: 1px solid #1f2937;
}

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

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

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

    .top-row[b-lonyjfl7jo], article[b-lonyjfl7jo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/PaymentGateway.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-es3usv4no0] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    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.75%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.05);
    border-radius: 0.375rem;
    z-index: 10;
}

/* Hide nav on mobile when toggler is unchecked */
.navbar-toggler:not(:checked) ~ .nav-scrollable[b-es3usv4no0] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-es3usv4no0] {
    display: block;
}

.top-row[b-es3usv4no0] {
    background-color: #111827;
    border-bottom: 1px solid #1f2937;
    padding: 0.5rem 0;
    height: 4rem;
    position: relative;
}

.navbar-brand img[b-es3usv4no0] {
    filter: brightness(0) invert(1);
    transition: opacity 0.2s;
}

.navbar-brand:hover img[b-es3usv4no0] {
    opacity: 0.85;
}

.nav-scrollable[b-es3usv4no0] {
    padding-top: 0.5rem;
}

.nav-section-label[b-es3usv4no0] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
}

.nav-link[b-es3usv4no0] {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 0.375rem;
    padding: 0.55rem 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: background-color 0.15s, color 0.15s;
}

.nav-link:hover[b-es3usv4no0] {
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.nav-link.active[b-es3usv4no0] {
    background-color: #C41230;
    color: #fff;
    font-weight: 600;
}

.nav-link .bi[b-es3usv4no0] {
    font-size: 1rem;
    width: 1.25rem;
    text-align: center;
    flex-shrink: 0;
}

.nav-item[b-es3usv4no0] {
    margin-bottom: 2px;
}

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

    .nav-scrollable[b-es3usv4no0] {
        /* Always visible on desktop */
        display: block !important;
    }
}
