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

main[b-cr4jfaf961] {
    flex: 1;
    background-color: var(--body-bg, #f1f5f9);
    background-image: url('/images/fundo.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.sidebar[b-cr4jfaf961] {
    background: #0f1729;
}

.top-row[b-cr4jfaf961] {
    background: linear-gradient(135deg, #1a1f36 0%, #0f1729 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    justify-content: flex-end;
    height: 60px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.top-row[b-cr4jfaf961]  .user-info {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.top-row[b-cr4jfaf961]  .user-info i {
    font-size: 1.25rem;
    color: #06b6d4;
}

.top-row[b-cr4jfaf961]  .btn-logout {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.4rem 0.875rem;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-decoration: none;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.top-row[b-cr4jfaf961]  .btn-logout:hover {
    background: rgba(239, 68, 68, 0.15);
    color: #fca5a5;
    border-color: rgba(239, 68, 68, 0.3);
}

@media (max-width: 640.98px) {
    .top-row[b-cr4jfaf961] {
        justify-content: space-between;
    }
}

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

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

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

    .top-row[b-cr4jfaf961], article[b-cr4jfaf961] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-cr4jfaf961] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-radius: 0;
}

#blazor-error-ui .dismiss[b-cr4jfaf961] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/DigiplayPortal.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/* Sidebar Brand */
.sidebar-brand[b-pjzxwburdk] {
    padding: 1.5rem 1.25rem 1rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-logo[b-pjzxwburdk] {
    max-width: 180px;
    height: auto;
    margin-bottom: 0.25rem;
}

.sidebar-subtitle[b-pjzxwburdk] {
    display: block;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

/* Section title */
.nav-section-title[b-pjzxwburdk] {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    padding: 1.25rem 1.5rem 0.5rem;
}

/* Toggler */
.navbar-toggler[b-pjzxwburdk] {
    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);
    border-radius: 6px;
}

.navbar-toggler:checked[b-pjzxwburdk] {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Nav items */
.nav-item[b-pjzxwburdk] {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
}

.nav-item[b-pjzxwburdk]  .nav-link {
    color: rgba(255, 255, 255, 0.6);
    background: none;
    border: none;
    border-radius: 8px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    line-height: 2.75rem;
    width: 100%;
    transition: all 0.2s ease;
    font-weight: 500;
    gap: 0.75rem;
}

.nav-item[b-pjzxwburdk]  .nav-link i {
    font-size: 1.1rem;
    width: 1.25rem;
    text-align: center;
}

.nav-item[b-pjzxwburdk]  a.active {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.3), rgba(124, 58, 237, 0.2));
    color: white;
    border-left: 3px solid #7c3aed;
    padding-left: calc(1rem - 3px);
}

.nav-item[b-pjzxwburdk]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
}

/* Footer */
.sidebar-footer[b-pjzxwburdk] {
    padding: 1rem 1.5rem;
    color: rgba(255, 255, 255, 0.2);
    font-size: 0.7rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: auto;
}

/* Responsive */
.nav-scrollable[b-pjzxwburdk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-pjzxwburdk] {
    display: flex;
    flex-direction: column;
}

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

    .nav-scrollable[b-pjzxwburdk] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 100px);
        overflow-y: auto;
    }
}
