/* _content/VPN-Manager/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-vl93ws2oih] {
    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;
}

    #blazor-error-ui .dismiss[b-vl93ws2oih] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/VPN-Manager/Components/Pages/AfkTimeline3.razor.rz.scp.css */
.afk-timeline-container1[b-r8m3gj8psf] {
    display: grid;
    grid-template-areas:
        ". header"
        "labels timelines";
    grid-template-columns: 100px auto;
    gap: 1rem;
    font-family: 'Segoe UI', sans-serif;
    width: 100%;
    overflow-x: auto;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.timeline-header1[b-r8m3gj8psf] {
    grid-area: header;
    align-content: center;
}

.time-scale1[b-r8m3gj8psf] {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #666;
}

.hour-mark1[b-r8m3gj8psf] {
    flex: 1;
    text-align: center;
}

.day-labels1[b-r8m3gj8psf] {
    grid-area: labels;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.timeline-days1[b-r8m3gj8psf] {
    grid-area: timelines;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}

.day-label1[b-r8m3gj8psf] {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    font-weight: 500;
    padding-right: 0.5rem;
}

.day-date1[b-r8m3gj8psf] {
    font-size: 0.7rem;
    color: #666;
    font-weight: normal;
    margin-top: 2px;
}

.day-segments1[b-r8m3gj8psf] {
    position: relative;
    height: 30px;
    background: #e9ecef;
    border-radius: 4px;
}

.afk-segment1[b-r8m3gj8psf] {
    position: absolute;
    height: 100%;
    border-radius: 4px;
    opacity: 0.8;
    transition: all 0.2s ease;
}

    .afk-segment1:hover[b-r8m3gj8psf] {
        opacity: 1;
        transform: scaleY(1.1);
        z-index: 10;
    }

.segment-tooltip1[b-r8m3gj8psf] {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 0.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
    white-space: nowrap;
    display: none;
    z-index: 100;
}

.afk-segment1:hover .segment-tooltip1[b-r8m3gj8psf] {
    display: block;
}

.empty-state1[b-r8m3gj8psf] {
    grid-column: 1 / -1;
    text-align: center;
    padding: 2rem;
    color: #666;
    font-size: 1.1rem;
}

.empty-day1[b-r8m3gj8psf] {
    height: 30px;
    background: #f8f9fa;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 0.9rem;
    border: 1px dashed #ddd;
}

.user-info1[b-r8m3gj8psf] {
    padding: 12px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    font-weight: 500;
    position: sticky;
    top: 0;
    z-index: 3;
}

.empty-state1[b-r8m3gj8psf] {
    padding: 24px 16px;
    text-align: center;
    color: #6c757d;
    background: #fff;
    border: 1px solid #dee2e6;
    margin: 16px;
    border-radius: 4px;
    /* Убедимся, что не перекрывает user-info */
    position: relative;
    z-index: 1;
}

.login-marker1[b-r8m3gj8psf] {
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #2ed573;
    z-index: 2;
}

    .login-marker1:hover .login-tooltip1[b-r8m3gj8psf] {
        display: block;
    }

.login-tooltip1[b-r8m3gj8psf] {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #2d3436;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
}
