/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-wbo5mfdkd3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wbo5mfdkd3] {
    flex: 1;
}

.sidebar[b-wbo5mfdkd3] {
    background-image: linear-gradient(180deg, rgb(0, 0, 03) 0%, #808080 70%);
}

.top-row[b-wbo5mfdkd3] {
    background-color: rgb(0, 0, 03);
    border-bottom: 1px solid #000000;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wbo5mfdkd3]  a, .top-row[b-wbo5mfdkd3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wbo5mfdkd3]  a:hover, .top-row[b-wbo5mfdkd3]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wbo5mfdkd3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wbo5mfdkd3] {
        display: none;
    }

    .top-row.auth[b-wbo5mfdkd3] {
        justify-content: space-between;
    }

    .top-row[b-wbo5mfdkd3]  a, .top-row[b-wbo5mfdkd3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wbo5mfdkd3] {
        flex-direction: row;
    }

    .sidebar[b-wbo5mfdkd3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wbo5mfdkd3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wbo5mfdkd3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wbo5mfdkd3], article[b-wbo5mfdkd3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k5uezjpx8e] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-k5uezjpx8e] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-k5uezjpx8e] {
    font-size: 1.1rem;
}

.oi[b-k5uezjpx8e] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-k5uezjpx8e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-k5uezjpx8e] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-k5uezjpx8e] {
        padding-bottom: 1rem;
    }

    .nav-item[b-k5uezjpx8e]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-k5uezjpx8e]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-k5uezjpx8e]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-k5uezjpx8e] {
        display: none;
    }

    .collapse[b-k5uezjpx8e] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NotificationBell.razor.rz.scp.css */
.notification-bell-wrapper[b-d0dmca4ur6] {
    position: relative;
    margin-left: 10px;
}

.bell-btn[b-d0dmca4ur6] {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 6px;
}

.bell-icon[b-d0dmca4ur6] {
    font-size: 22px;
    color: #00ff21; /* gris claro por defecto */
}

    .bell-icon.has-notif[b-d0dmca4ur6] {
        color: #0026ff; /* amarillo cuando hay notificaciones */
    }

.badge[b-d0dmca4ur6] {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: red;
    color: white;
    font-size: 10px;
    border-radius: 50%;
    padding: 2px 5px;
}

.notif-panel-right[b-d0dmca4ur6] {
    position: fixed;
    top: 60px;
    right: 20px;
    width: 300px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.notif-header[b-d0dmca4ur6] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    background-color: #f8f9fa;
}

.mark-read-btn[b-d0dmca4ur6] {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 12px;
}

.notif-list[b-d0dmca4ur6] {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 250px;
    overflow-y: auto;
}

.notif-item[b-d0dmca4ur6] {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
}

    .notif-item.unread[b-d0dmca4ur6] {
        background-color: #f0f8ff;
        font-weight: bold;
    }

.notif-empty[b-d0dmca4ur6] {
    padding: 12px;
    text-align: center;
    color: #777;
}
