/* _content/AliveStatus/Components/Account/LoginPartial.razor.rz.scp.css */
.nav-link[b-voyekjkmeo] {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    white-space: nowrap;
    border: none;
    background: none;
    cursor: pointer;
}

.nav-link:hover[b-voyekjkmeo] {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    color: #005591;
}

.nav-link i[b-voyekjkmeo] {
    font-size: 0.9rem;
}

.nav-link.btn[b-voyekjkmeo] {
    border: none;
    background: none;
    font-family: inherit;
    font-size: inherit;
}

.nav-link.btn:hover[b-voyekjkmeo] {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
}

.nav-link.btn:focus[b-voyekjkmeo] {
    box-shadow: none;
    outline: none;
}

.dropdown-toggle[b-voyekjkmeo]::after {
    margin-left: 0.5rem;
}

.dropdown-menu[b-voyekjkmeo] {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
    margin-top: 0.5rem;
}

.dropdown-item[b-voyekjkmeo] {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    transition: background-color 0.2s ease-in-out;
}

.dropdown-item:hover[b-voyekjkmeo] {
    background-color: #f8f9fa;
}

.dropdown-item i[b-voyekjkmeo] {
    margin-right: 0.5rem;
    font-size: 0.9rem;
    width: 1rem;
}

.dropdown-item button[b-voyekjkmeo] {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    color: inherit;
    font: inherit;
}

.dropdown-item button:hover[b-voyekjkmeo] {
    background: none;
}

.dropdown-divider[b-voyekjkmeo] {
    margin: 0.5rem 0;
}

.spinner-border-sm[b-voyekjkmeo] {
    width: 0.875rem;
    height: 0.875rem;
}
/* _content/AliveStatus/Pages/IncidentDetail.razor.rz.scp.css */
/* Timeline Styles */
.timeline[b-bjida2yyio] {
    position: relative;
    padding-left: 2rem;
}

.timeline[b-bjida2yyio]::before {
    content: '';
    position: absolute;
    left: 0.75rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dee2e6;
}

.timeline-item[b-bjida2yyio] {
    position: relative;
    margin-bottom: 2rem;
}

.timeline-item:last-child[b-bjida2yyio] {
    margin-bottom: 0;
}

.timeline-marker[b-bjida2yyio] {
    position: absolute;
    left: -2rem;
    top: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border: 2px solid #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.timeline-marker i[b-bjida2yyio] {
    font-size: 0.5rem;
    color: #007bff;
}

.timeline-content[b-bjida2yyio] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    margin-left: 0.5rem;
    position: relative;
}

.timeline-content[b-bjida2yyio]::before {
    content: '';
    position: absolute;
    left: -0.5rem;
    top: 1rem;
    width: 0;
    height: 0;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-right: 0.5rem solid #dee2e6;
}

.timeline-content[b-bjida2yyio]::after {
    content: '';
    position: absolute;
    left: -0.4rem;
    top: 1rem;
    width: 0;
    height: 0;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-right: 0.5rem solid #f8f9fa;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .timeline[b-bjida2yyio] {
        padding-left: 1.5rem;
    }
    
    .timeline-marker[b-bjida2yyio] {
        left: -1.5rem;
        width: 1rem;
        height: 1rem;
    }
    
    .timeline-marker i[b-bjida2yyio] {
        font-size: 0.4rem;
    }
    
    .timeline-content[b-bjida2yyio] {
        margin-left: 0.25rem;
    }
    
    .timeline-content[b-bjida2yyio]::before {
        left: -0.375rem;
        border-right-width: 0.375rem;
    }
    
    .timeline-content[b-bjida2yyio]::after {
        left: -0.3rem;
        border-right-width: 0.375rem;
    }
}

/* Card hover effects */
.card[b-bjida2yyio] {
    transition: box-shadow 0.15s ease-in-out;
}

.card:hover[b-bjida2yyio] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Badge styling */
.badge[b-bjida2yyio] {
    font-size: 0.875em;
}

/* Table responsive improvements */
.table-responsive[b-bjida2yyio] {
    border-radius: 0.375rem;
}

.table th[b-bjida2yyio] {
    border-top: none;
    font-weight: 600;
    background-color: #f8f9fa;
}

/* Breadcrumb styling */
.breadcrumb[b-bjida2yyio] {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item[b-bjida2yyio]::before {
    content: ">";
    color: #6c757d;
}

/* Status indicators */
.bg-success[b-bjida2yyio] {
    background-color: #198754 !important;
}

.bg-danger[b-bjida2yyio] {
    background-color: #dc3545 !important;
}

.bg-warning[b-bjida2yyio] {
    background-color: #ffc107 !important;
}

.bg-info[b-bjida2yyio] {
    background-color: #0dcaf0 !important;
}

.bg-primary[b-bjida2yyio] {
    background-color: #0d6efd !important;
}

.bg-secondary[b-bjida2yyio] {
    background-color: #6c757d !important;
}
/* _content/AliveStatus/Pages/MonitoredSiteDetail.razor.rz.scp.css */
.status-indicator[b-f5lseozqnx] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
}

.status-green[b-f5lseozqnx] {
    background-color: #28a745;
    color: white;
}

.status-red[b-f5lseozqnx] {
    background-color: #dc3545;
    color: white;
}

.status-yellow[b-f5lseozqnx] {
    background-color: #ffc107;
    color: black;
}

.status-gray[b-f5lseozqnx] {
    background-color: #6c757d;
    color: white;
}

.status-text[b-f5lseozqnx] {
    text-transform: uppercase;
}

.progress[b-f5lseozqnx] {
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar[b-f5lseozqnx] {
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
    font-weight: bold;
    min-width: 2em;
}
/* _content/AliveStatus/Shared/MainLayout.razor.rz.scp.css */
.page[b-48nz74o2l8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-48nz74o2l8] {
    flex: 1;
}

.sidebar[b-48nz74o2l8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-48nz74o2l8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-48nz74o2l8]  a, .top-row .btn-link[b-48nz74o2l8] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-48nz74o2l8] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-48nz74o2l8] {
        display: none;
    }

    .top-row.auth[b-48nz74o2l8] {
        justify-content: space-between;
    }

    .top-row a[b-48nz74o2l8], .top-row .btn-link[b-48nz74o2l8] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-48nz74o2l8] {
        flex-direction: row;
    }

    .sidebar[b-48nz74o2l8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-48nz74o2l8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-48nz74o2l8], article[b-48nz74o2l8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/AliveStatus/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4uqrv0soex] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4uqrv0soex] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4uqrv0soex] {
    font-size: 1.1rem;
}

.oi[b-4uqrv0soex] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-4uqrv0soex] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4uqrv0soex] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4uqrv0soex] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4uqrv0soex]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4uqrv0soex]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-4uqrv0soex]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4uqrv0soex] {
        display: none;
    }

    .collapse[b-4uqrv0soex] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-4uqrv0soex] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
