/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-th08dbf17f] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-th08dbf17f] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Sidebar.razor.rz.scp.css */
.link-cursor[b-tzhee36v7v] {
    cursor: pointer;
}

.sidebar-link.active[b-tzhee36v7v],
.sidebar-link.active span[b-tzhee36v7v],
.sidebar-link.active .hide-menu[b-tzhee36v7v] {
    color: white !important;
}

.sidebar-item.urgent-attention[b-tzhee36v7v] {
    background: linear-gradient(90deg, rgba(220, 53, 69, 0.1) 0%, transparent 100%);
    border-left: 3px solid #dc3545;
    animation: subtle-glow-b-tzhee36v7v 2s ease-in-out infinite;
}

    .sidebar-item.urgent-attention .sidebar-link[b-tzhee36v7v] {
        color: #dc3545 !important;
        font-weight: 600;
    }

    .sidebar-item.urgent-attention .sidebar-link span[b-tzhee36v7v],
    .sidebar-item.urgent-attention .sidebar-link .hide-menu[b-tzhee36v7v] {
        color: #dc3545 !important;
    }

    .sidebar-item.urgent-attention .sidebar-link.active[b-tzhee36v7v],
    .sidebar-item.urgent-attention .sidebar-link.active span[b-tzhee36v7v],
    .sidebar-item.urgent-attention .sidebar-link.active .hide-menu[b-tzhee36v7v] {
        color: white !important;
    }

.sidebar-item.amber-attention[b-tzhee36v7v] {
    background: linear-gradient(90deg, rgba(255, 193, 7, 0.1) 0%, transparent 100%);
    border-left: 3px solid #ffc107;
    animation: subtle-glow-amber-b-tzhee36v7v 2s ease-in-out infinite;
}

    .sidebar-item.amber-attention .sidebar-link[b-tzhee36v7v] {
        color: #ffc107 !important;
        font-weight: 600;
    }

    .sidebar-item.amber-attention .sidebar-link span[b-tzhee36v7v],
    .sidebar-item.amber-attention .sidebar-link .hide-menu[b-tzhee36v7v] {
        color: #ffc107 !important;
    }

    .sidebar-item.amber-attention .sidebar-link iconify-icon[b-tzhee36v7v] {
        color: #ffc107 !important;
    }

    .sidebar-item.amber-attention .sidebar-link.active[b-tzhee36v7v],
    .sidebar-item.amber-attention .sidebar-link.active span[b-tzhee36v7v],
    .sidebar-item.amber-attention .sidebar-link.active .hide-menu[b-tzhee36v7v] {
        color: white !important;
    }

    .sidebar-item.amber-attention .sidebar-link.active iconify-icon[b-tzhee36v7v] {
        color: white !important;
    }

.sidebar-item.company-urgent > .sidebar-link[b-tzhee36v7v] {
    color: #dc3545 !important;
    font-weight: 600;
}

.sidebar-item.company-urgent > .sidebar-link span[b-tzhee36v7v],
.sidebar-item.company-urgent > .sidebar-link .hide-menu[b-tzhee36v7v] {
    color: #dc3545 !important;
}

.sidebar-item.company-urgent > .sidebar-link.active[b-tzhee36v7v],
.sidebar-item.company-urgent > .sidebar-link.active span[b-tzhee36v7v],
.sidebar-item.company-urgent > .sidebar-link.active .hide-menu[b-tzhee36v7v] {
    color: white !important;
}

.sidebar-item.company-urgent[b-tzhee36v7v] {
    background: linear-gradient(90deg, rgba(220, 53, 69, 0.05) 0%, transparent 100%);
    border-left: 3px solid #dc3545;
}

.pulse-animation[b-tzhee36v7v] {
    animation: pulse-b-tzhee36v7v 1.5s ease-in-out infinite;
}

@keyframes pulse-b-tzhee36v7v {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes subtle-glow-b-tzhee36v7v {
    0%, 100% {
        box-shadow: inset 0 0 5px rgba(220, 53, 69, 0.2);
    }

    50% {
        box-shadow: inset 0 0 10px rgba(220, 53, 69, 0.3);
    }
}

@keyframes subtle-glow-amber-b-tzhee36v7v {
    0%, 100% {
        box-shadow: inset 0 0 5px rgba(255, 193, 7, 0.2);
    }

    50% {
        box-shadow: inset 0 0 10px rgba(255, 193, 7, 0.3);
    }
}
