/* /Components/Gantt/GanttChart.razor.rz.scp.css */
.gantt-container[b-cfvp0hya4s] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow-x: auto;
    min-width: 100%;
}

/* Header */
.gantt-header[b-cfvp0hya4s] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    flex-wrap: wrap;
    gap: 16px;
}

.gantt-filters[b-cfvp0hya4s] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.filter-group[b-cfvp0hya4s] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-group label[b-cfvp0hya4s] {
    font-size: 12px;
    font-weight: 600;
    color: #666;
}

.filter-tags[b-cfvp0hya4s] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.filter-tag[b-cfvp0hya4s] {
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.filter-tag:hover[b-cfvp0hya4s] {
    background: #f0f0f0;
}

.filter-tag.active[b-cfvp0hya4s] {
    background: #4a90d9;
    color: white;
    border-color: #4a90d9;
}

.gantt-info[b-cfvp0hya4s] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.last-update[b-cfvp0hya4s] {
    font-size: 11px;
    color: #666;
}

.btn-refresh[b-cfvp0hya4s] {
    padding: 6px 12px;
    background: #4a90d9;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

.btn-refresh:hover[b-cfvp0hya4s] {
    background: #3a7bc8;
}

/* Timeline Container */
.gantt-timeline-container[b-cfvp0hya4s] {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    background: #fafafa;
}

.gantt-sidebar[b-cfvp0hya4s] {
    width: 250px;
    min-width: 250px;
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid #e0e0e0;
}

.gantt-sidebar-header[b-cfvp0hya4s] {
    padding: 8px 16px;
    font-weight: 600;
    font-size: 13px;
    color: #333;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.gantt-timeline[b-cfvp0hya4s] {
    position: relative;
    flex: 1 0 auto;
    min-width: 1400px;
    overflow-x: auto;
}

.gantt-timeline-header[b-cfvp0hya4s] {
    display: flex;
    position: relative;
    height: 28px;
    background: #f0f4f8;
    border-bottom: 1px solid #e0e0e0;
}

.gantt-year[b-cfvp0hya4s] {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

.gantt-timeline-months[b-cfvp0hya4s] {
    display: flex;
    position: relative;
    height: 24px;
    background: #f8f9fa;
}

.gantt-month[b-cfvp0hya4s] {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #666;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    text-transform: capitalize;
}

/* Gantt Body */
.gantt-body[b-cfvp0hya4s] {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: auto;
}

.gantt-group[b-cfvp0hya4s] {
    border-bottom: 1px solid #e8e8e8;
}

.gantt-row[b-cfvp0hya4s] {
    display: flex;
    min-height: 36px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.15s;
}

.gantt-row:hover[b-cfvp0hya4s] {
    background: #f5f8fa;
}

.gantt-row.selected[b-cfvp0hya4s] {
    background: #e3f2fd;
}

.gantt-row-group[b-cfvp0hya4s] {
    background: #fafafa;
    font-weight: 600;
}

.gantt-row-group:hover[b-cfvp0hya4s] {
    background: #f0f0f0;
}

.gantt-task-name[b-cfvp0hya4s] {
    padding: 8px 16px;
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gantt-task-child[b-cfvp0hya4s] {
    font-weight: normal;
}

.task-expand[b-cfvp0hya4s] {
    cursor: pointer;
    font-size: 10px;
    color: #666;
    width: 16px;
    text-align: center;
}

.task-type-icon[b-cfvp0hya4s] {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    flex-shrink: 0;
}

/* Gantt Bars */
.gantt-bar-container[b-cfvp0hya4s] {
    position: relative;
    height: 100%;
    width: 100%;
}

.gantt-bar[b-cfvp0hya4s] {
    position: absolute;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    transition: filter 0.2s;
    min-width: 4px;
}

.gantt-bar:hover[b-cfvp0hya4s] {
    filter: brightness(1.1);
    z-index: 10;
}

.gantt-bar-group[b-cfvp0hya4s] {
    height: 8px;
    border-radius: 4px;
    opacity: 0.6;
}

.gantt-bar-progress[b-cfvp0hya4s] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.2);
    border-radius: 4px 0 0 4px;
}

.gantt-bar-label[b-cfvp0hya4s] {
    padding: 0 8px;
    font-size: 11px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/* Milestone */
.gantt-milestone[b-cfvp0hya4s] {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #ffc107;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/* Today marker */
.gantt-today-marker[b-cfvp0hya4s] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ff5722;
    z-index: 5;
    pointer-events: none;
}

.gantt-today-marker[b-cfvp0hya4s]::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 10px;
    height: 10px;
    background: #ff5722;
    border-radius: 50%;
}

/* Dependencies */
.gantt-dependency-line[b-cfvp0hya4s] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
}

/* Detail Panel */
.gantt-detail-panel[b-cfvp0hya4s] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    min-width: 350px;
    max-width: 450px;
    z-index: 1000;
}

.detail-header[b-cfvp0hya4s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.detail-header h3[b-cfvp0hya4s] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.btn-close[b-cfvp0hya4s] {
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.btn-close:hover[b-cfvp0hya4s] {
    color: #333;
}

.detail-content[b-cfvp0hya4s] {
    padding: 16px;
}

.detail-row[b-cfvp0hya4s] {
    display: flex;
    margin-bottom: 12px;
    font-size: 13px;
}

.detail-label[b-cfvp0hya4s] {
    width: 140px;
    flex-shrink: 0;
    color: #666;
    font-weight: 500;
}

.detail-value[b-cfvp0hya4s] {
    color: #333;
    flex: 1;
}

.status-badge[b-cfvp0hya4s] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    color: white;
    font-size: 11px;
}

/* Legend */
.gantt-legend[b-cfvp0hya4s] {
    display: flex;
    gap: 24px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    font-size: 12px;
    color: #666;
}

.legend-item[b-cfvp0hya4s] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-icon[b-cfvp0hya4s] {
    color: #ffc107;
}

.legend-line[b-cfvp0hya4s] {
    color: #999;
    letter-spacing: 2px;
}

/* Scrollbar */
.gantt-body[b-cfvp0hya4s]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.gantt-body[b-cfvp0hya4s]::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.gantt-body[b-cfvp0hya4s]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.gantt-body[b-cfvp0hya4s]::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .gantt-sidebar[b-cfvp0hya4s] {
        width: 150px;
        min-width: 150px;
    }
    
    .gantt-header[b-cfvp0hya4s] {
        flex-direction: column;
    }
    
    .gantt-detail-panel[b-cfvp0hya4s] {
        width: 90%;
        min-width: auto;
    }
}
/* /Components/Gantt/SvgGanttChart.razor.rz.scp.css */
.svg-gantt-container[b-nhmx7mjhlf] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px);
    overflow: hidden;
    max-width: 100%;
}

.svg-gantt-header[b-nhmx7mjhlf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    gap: 12px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.svg-gantt-header h2[b-nhmx7mjhlf] {
    margin: 0;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
}

.svg-gantt-controls[b-nhmx7mjhlf] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}




.filter-group[b-nhmx7mjhlf] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.filter-group label[b-nhmx7mjhlf] {
    font-size: 11px;
    color: #555;
    font-weight: 500;
    white-space: nowrap;
}

.filter-select[b-nhmx7mjhlf] {
    padding: 5px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    min-width: 120px;
    max-width: 180px;
    background: white;
}

.filter-select-small[b-nhmx7mjhlf] {
    min-width: 90px;
    max-width: 110px;
}

.filter-select:focus[b-nhmx7mjhlf] {
    outline: none;
    border-color: #4a90d9;
    box-shadow: 0 0 0 2px rgba(74, 144, 217, 0.2);
}

.btn-today[b-nhmx7mjhlf] {
    padding: 5px 10px;
    background: #ff5722;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

.btn-today:hover[b-nhmx7mjhlf] {
    background: #e64a19;
}

.zoom-select[b-nhmx7mjhlf] {
    padding: 5px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.svg-gantt-info[b-nhmx7mjhlf] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.last-update[b-nhmx7mjhlf] {
    font-size: 11px;
    color: #666;
}

.btn-refresh[b-nhmx7mjhlf] {
    padding: 5px 10px;
    background: #4a90d9;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
}

.btn-refresh:hover[b-nhmx7mjhlf] {
    background: #3a7bc8;
}

/* Main body - flex container */
.svg-gantt-body[b-nhmx7mjhlf] {
    display: flex;
    flex: 1;
    overflow: hidden;
    position: relative;
    min-height: 0;
    max-width: 100%;
    width: 100%;
}

/* Sidebar - Fixed width */
.svg-gantt-sidebar[b-nhmx7mjhlf] {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-right: 2px solid #ddd;
    z-index: 10;
    flex-shrink: 0;
}

.sidebar-header[b-nhmx7mjhlf] {
    height: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.sidebar-rows[b-nhmx7mjhlf] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-row[b-nhmx7mjhlf] {
    height: 20px;
    min-height: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    transition: background-color 0.15s;
    padding-right: 6px;
    box-sizing: border-box;
}

.sidebar-row:hover[b-nhmx7mjhlf] {
    background: #f5f8fa;
}

.row-level-0[b-nhmx7mjhlf] {
    background: #f0f4f8;
    font-weight: 600;
    font-size: 11px;
}

.row-level-1[b-nhmx7mjhlf] {
    font-weight: 500;
    font-size: 10px;
}

.row-level-2[b-nhmx7mjhlf] {
    font-size: 10px;
    color: #555;
}

.row-level-3[b-nhmx7mjhlf] {
    font-size: 9px;
    color: #777;
    font-style: italic;
}








.expand-icon[b-nhmx7mjhlf] {
    font-size: 8px;
    color: #666;
    width: 10px;
    min-width: 10px;
    flex-shrink: 0;
    display: inline-block;
    text-align: center;
}

.row-icon[b-nhmx7mjhlf] {
    width: 6px;
    height: 6px;
    border-radius: 1px;
    flex-shrink: 0;
}

.row-title[b-nhmx7mjhlf] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    line-height: 1.2;
}

.row-title-clickable[b-nhmx7mjhlf] {
    cursor: pointer;
    transition: color 0.15s;
}

.row-title-clickable:hover[b-nhmx7mjhlf] {
    color: #4a90d9;
    text-decoration: underline;
}

.row-child-count[b-nhmx7mjhlf] {
    font-size: 10px;
    color: #888;
    margin-left: 4px;
    flex-shrink: 0;
}

/* Timeline wrapper - contains header and body */
.svg-gantt-timeline-wrapper[b-nhmx7mjhlf] {
    flex: 1 1 0;
    min-width: 0;
    max-width: calc(100vw - 300px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Sticky timeline header */
.timeline-header[b-nhmx7mjhlf] {
    flex-shrink: 0;
    overflow: hidden;
    background: #f8f9fa;
    border-bottom: 1px solid #ddd;
    z-index: 5;
}

.gantt-header-svg[b-nhmx7mjhlf] {
    display: block;
}

/* Scrollable timeline body */
.svg-gantt-timeline[b-nhmx7mjhlf] {
    flex: 1;
    overflow: auto;
    background: #fafafa;
}

/* Scrollbar styling */
.svg-gantt-timeline[b-nhmx7mjhlf]::-webkit-scrollbar {
    height: 14px;
    width: 10px;
}

.svg-gantt-timeline[b-nhmx7mjhlf]::-webkit-scrollbar-track {
    background: #e0e0e0;
}

.svg-gantt-timeline[b-nhmx7mjhlf]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 7px;
    border: 2px solid #e0e0e0;
}

.svg-gantt-timeline[b-nhmx7mjhlf]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.svg-gantt-timeline[b-nhmx7mjhlf]::-webkit-scrollbar-corner {
    background: #e0e0e0;
}

/* Firefox scrollbar */
.svg-gantt-timeline[b-nhmx7mjhlf] {
    scrollbar-width: auto;
    scrollbar-color: #888 #e0e0e0;
}

.gantt-svg[b-nhmx7mjhlf] {
    display: block;
}

.gantt-bar:hover rect:first-child[b-nhmx7mjhlf] {
    filter: brightness(1.1);
}

.gantt-bar-group:hover[b-nhmx7mjhlf] {
    opacity: 0.8;
}

.gantt-milestone[b-nhmx7mjhlf] {
    cursor: pointer;
}

.gantt-milestone:hover[b-nhmx7mjhlf] {
    filter: brightness(1.1);
}


/* Tooltip - positioned near the clicked bar */
.gantt-tooltip[b-nhmx7mjhlf] {
    position: fixed;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3);
    min-width: 220px;
    max-width: 320px;
    z-index: 1000;
    font-size: 11px;
    animation: tooltipFadeIn-b-nhmx7mjhlf 0.15s ease-out;
}

.gantt-tooltip.tooltip-group[b-nhmx7mjhlf] {
    min-width: 260px;
}

@keyframes tooltipFadeIn-b-nhmx7mjhlf {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tooltip-header[b-nhmx7mjhlf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    background: #f5f5f5;
    border-radius: 8px 8px 0 0;
}

.tooltip-header-info[b-nhmx7mjhlf] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tooltip-type[b-nhmx7mjhlf] {
    font-size: 9px;
    text-transform: uppercase;
    color: #888;
    font-weight: 500;
}

.tooltip-key[b-nhmx7mjhlf] {
    font-weight: 600;
    color: #555;
    font-size: 11px;
}

.tooltip-key-link[b-nhmx7mjhlf] {
    color: #0052cc;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    transition: color 0.15s;
}

.tooltip-key-link:hover[b-nhmx7mjhlf] {
    color: #0065ff;
    text-decoration: underline;
}

.tooltip-external-icon[b-nhmx7mjhlf] {
    font-size: 10px;
    opacity: 0.7;
}

.tooltip-key-link:hover .tooltip-external-icon[b-nhmx7mjhlf] {
    opacity: 1;
}

.tooltip-close[b-nhmx7mjhlf] {
    background: none;
    border: none;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
}

.tooltip-close:hover[b-nhmx7mjhlf] {
    color: #333;
}

.tooltip-title[b-nhmx7mjhlf] {
    padding: 10px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #eee;
    line-height: 1.4;
    font-size: 12px;
}

.tooltip-content[b-nhmx7mjhlf] {
    padding: 10px;
}

.tooltip-row[b-nhmx7mjhlf] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.tooltip-row:last-child[b-nhmx7mjhlf] {
    margin-bottom: 0;
}

.tooltip-icon[b-nhmx7mjhlf] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.tooltip-dates[b-nhmx7mjhlf] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    margin-bottom: 10px;
    padding: 8px;
    background: #f9f9f9;
    border-radius: 4px;
}

.tooltip-date-item[b-nhmx7mjhlf] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tooltip-date-label[b-nhmx7mjhlf] {
    font-size: 9px;
    color: #888;
    text-transform: uppercase;
}

.tooltip-date-value[b-nhmx7mjhlf] {
    font-size: 10px;
    color: #333;
    font-weight: 500;
}

.tooltip-date-overdue[b-nhmx7mjhlf] {
    color: #d32f2f;
    font-weight: 600;
}

.tooltip-label[b-nhmx7mjhlf] {
    color: #666;
}

.tooltip-arrow[b-nhmx7mjhlf] {
    color: #999;
    font-size: 10px;
}

.tooltip-info-row[b-nhmx7mjhlf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-top: 1px solid #f0f0f0;
}

.tooltip-info-label[b-nhmx7mjhlf] {
    font-size: 10px;
    color: #666;
}

.tooltip-info-value[b-nhmx7mjhlf] {
    font-size: 10px;
    color: #333;
    font-weight: 500;
    text-align: right;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tooltip-assignee-row[b-nhmx7mjhlf] {
    padding-top: 6px;
    border-top: 1px solid #eee;
}

.tooltip-assignee-label[b-nhmx7mjhlf] {
    font-size: 10px;
    color: #888;
}

.tooltip-assignee[b-nhmx7mjhlf] {
    color: #333;
    font-weight: 500;
}

.tooltip-notes[b-nhmx7mjhlf] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 0;
    border-top: 1px solid #eee;
}

.tooltip-notes-label[b-nhmx7mjhlf] {
    font-size: 9px;
    color: #888;
    text-transform: uppercase;
}

.tooltip-notes-value[b-nhmx7mjhlf] {
    font-size: 10px;
    color: #555;
    line-height: 1.4;
    max-height: 60px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

.tooltip-progress[b-nhmx7mjhlf] {
    position: relative;
    height: 16px;
    background: #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px;
}

.tooltip-children-info[b-nhmx7mjhlf] {
    padding-top: 8px;
    border-top: 1px solid #eee;
    margin-top: 4px;
}

.tooltip-children-count[b-nhmx7mjhlf] {
    font-size: 10px;
    color: #666;
    font-style: italic;
}

.tooltip-progress-bar[b-nhmx7mjhlf] {
    height: 100%;
    background: linear-gradient(90deg, #4caf50, #8bc34a);
    border-radius: 7px;
    transition: width 0.3s ease;
}

.tooltip-progress-text[b-nhmx7mjhlf] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 9px;
    font-weight: 600;
    color: #333;
}

/* Legacy Detail Panel - keeping for reference */
.svg-gantt-detail-panel[b-nhmx7mjhlf] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    min-width: 350px;
    max-width: 450px;
    z-index: 1000;
    display: none; /* Hidden - using tooltip instead */
}

.detail-header[b-nhmx7mjhlf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.detail-header h3[b-nhmx7mjhlf] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.btn-close[b-nhmx7mjhlf] {
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.btn-close:hover[b-nhmx7mjhlf] {
    color: #333;
}

.detail-content[b-nhmx7mjhlf] {
    padding: 16px;
}

.detail-row[b-nhmx7mjhlf] {
    display: flex;
    margin-bottom: 12px;
    font-size: 13px;
}

.detail-label[b-nhmx7mjhlf] {
    width: 100px;
    flex-shrink: 0;
    color: #666;
    font-weight: 500;
}

.detail-value[b-nhmx7mjhlf] {
    color: #333;
    flex: 1;
}

.status-badge[b-nhmx7mjhlf] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    color: white;
    font-size: 11px;
}

/* Legend */
.svg-gantt-legend[b-nhmx7mjhlf] {
    display: flex;
    gap: 24px;
    padding: 12px 24px;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    font-size: 12px;
    color: #666;
}

.legend-item[b-nhmx7mjhlf] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-color[b-nhmx7mjhlf] {
    width: 16px;
    height: 10px;
    border-radius: 2px;
}

.legend-icon[b-nhmx7mjhlf] {
    color: #ffc107;
    font-size: 14px;
}

.legend-line[b-nhmx7mjhlf] {
    width: 16px;
    height: 3px;
    border-radius: 1px;
}

/* Scrollbar */
.sidebar-rows[b-nhmx7mjhlf]::-webkit-scrollbar,
.svg-gantt-timeline[b-nhmx7mjhlf]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.sidebar-rows[b-nhmx7mjhlf]::-webkit-scrollbar-track,
.svg-gantt-timeline[b-nhmx7mjhlf]::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.sidebar-rows[b-nhmx7mjhlf]::-webkit-scrollbar-thumb,
.svg-gantt-timeline[b-nhmx7mjhlf]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.sidebar-rows[b-nhmx7mjhlf]::-webkit-scrollbar-thumb:hover,
.svg-gantt-timeline[b-nhmx7mjhlf]::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Blocking Popup Styles */
.blocking-popup[b-nhmx7mjhlf] {
    position: fixed;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3);
    min-width: 280px;
    max-width: 400px;
    max-height: 400px;
    z-index: 1001;
    font-size: 11px;
    animation: tooltipFadeIn-b-nhmx7mjhlf 0.15s ease-out;
    display: flex;
    flex-direction: column;
}

.blocking-popup-header[b-nhmx7mjhlf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    background: #1a3a52;
    color: white;
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    font-size: 12px;
}

.blocking-popup-close[b-nhmx7mjhlf] {
    background: none;
    border: none;
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
}

.blocking-popup-close:hover[b-nhmx7mjhlf] {
    color: white;
}

.blocking-popup-list[b-nhmx7mjhlf] {
    padding: 8px;
    overflow-y: auto;
    max-height: 350px;
}

.blocking-popup-item[b-nhmx7mjhlf] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px;
    border-radius: 6px;
    background: #f8f9fa;
    margin-bottom: 6px;
    transition: background-color 0.15s, box-shadow 0.15s;
    cursor: pointer;
}

.blocking-popup-item:last-child[b-nhmx7mjhlf] {
    margin-bottom: 0;
}

.blocking-popup-item:hover[b-nhmx7mjhlf] {
    background: #e9ecef;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.blocking-popup-item-header[b-nhmx7mjhlf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.blocking-link-key[b-nhmx7mjhlf] {
    font-weight: 600;
    color: #0052cc;
    text-decoration: none;
    font-size: 11px;
    flex-shrink: 0;
}

.blocking-link-key:hover[b-nhmx7mjhlf] {
    color: #0065ff;
    text-decoration: underline;
}

.blocking-link-status[b-nhmx7mjhlf] {
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 10px;
    background: #e9ecef;
    color: #555;
    white-space: nowrap;
}

.blocking-link-summary[b-nhmx7mjhlf] {
    font-size: 11px;
    color: #333;
    line-height: 1.4;
    cursor: pointer;
}

.blocking-link-summary:hover[b-nhmx7mjhlf] {
    color: #0052cc;
}

.blocking-popup-item-details[b-nhmx7mjhlf] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #e0e0e0;
    font-size: 10px;
    color: #666;
}

.blocking-popup-item-row[b-nhmx7mjhlf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blocking-popup-item-label[b-nhmx7mjhlf] {
    color: #888;
}

.blocking-popup-item-value[b-nhmx7mjhlf] {
    color: #333;
    font-weight: 500;
}

.blocking-popup-view-btn[b-nhmx7mjhlf] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 6px;
    padding: 6px 10px;
    background: #1a3a52;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 10px;
    cursor: pointer;
    transition: background-color 0.15s;
}

.blocking-popup-view-btn:hover[b-nhmx7mjhlf] {
    background: #0d2636;
}
/* /Components/Layout/LoginDisplay.razor.rz.scp.css */
.user-info[b-f8caywxdpy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.user-name[b-f8caywxdpy] {
    color: #fff;
    font-size: 12px;
    opacity: 0.9;
}

.btn-logout[b-f8caywxdpy],
.btn-login[b-f8caywxdpy] {
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    font-size: 10px;
    text-decoration: none;
    transition: background 0.2s;
}

.btn-logout:hover[b-f8caywxdpy],
.btn-login:hover[b-f8caywxdpy] {
    background: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    color: #fff;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-mbabqyn3ub] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

main[b-mbabqyn3ub] {
    flex: 1;
    min-width: 0;
    overflow-x: auto;
}

.sidebar[b-mbabqyn3ub] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    position: relative;
    transition: width 0.3s ease;
}

.sidebar-toggle[b-mbabqyn3ub] {
    position: absolute;
    bottom: 20px;
    right: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #4a90d9;
    color: white;
    border: 2px solid white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    z-index: 100;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.sidebar-toggle:hover[b-mbabqyn3ub] {
    background: #357abd;
    transform: scale(1.1);
}

.top-row[b-mbabqyn3ub] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mbabqyn3ub]  a, .top-row[b-mbabqyn3ub]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mbabqyn3ub]  a:hover, .top-row[b-mbabqyn3ub]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mbabqyn3ub]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-mbabqyn3ub] {
        justify-content: space-between;
    }

    .top-row[b-mbabqyn3ub]  a, .top-row[b-mbabqyn3ub]  .btn-link {
        margin-left: 0;
    }
    
    .sidebar-toggle[b-mbabqyn3ub] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-mbabqyn3ub] {
        flex-direction: row;
        height: 100vh;
    }

    .sidebar[b-mbabqyn3ub] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }
    
    .page.sidebar-collapsed .sidebar[b-mbabqyn3ub] {
        width: 60px;
    }

    main[b-mbabqyn3ub] {
        flex: 1;
        height: 100vh;
        overflow: auto;
    }

    .top-row[b-mbabqyn3ub] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mbabqyn3ub]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mbabqyn3ub], article[b-mbabqyn3ub] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-mbabqyn3ub] {
    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-mbabqyn3ub] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1obo8ygnoo] {
    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);
}

.navbar-toggler:checked[b-1obo8ygnoo] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-1obo8ygnoo] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    transition: all 0.3s ease;
}

.navbar-brand[b-1obo8ygnoo] {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.brand-text[b-1obo8ygnoo] {
    white-space: nowrap;
    overflow: hidden;
    transition: opacity 0.3s ease, width 0.3s ease;
}

.login-display-wrapper[b-1obo8ygnoo] {
    transition: opacity 0.3s ease;
}

.brand-logo[b-1obo8ygnoo] {
    display: inline-block;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3C!-- Globe --%3E%3Ccircle cx='32' cy='36' r='22' fill='%234a90d9' opacity='0.3'/%3E%3Cellipse cx='32' cy='36' rx='22' ry='8' fill='none' stroke='%234a90d9' stroke-width='1.5' opacity='0.5'/%3E%3Cpath d='M32 14 Q32 36 32 58' fill='none' stroke='%234a90d9' stroke-width='1.5' opacity='0.5'/%3E%3Cpath d='M12 30 Q32 38 52 30' fill='none' stroke='%234a90d9' stroke-width='1' opacity='0.4'/%3E%3Cpath d='M12 42 Q32 34 52 42' fill='none' stroke='%234a90d9' stroke-width='1' opacity='0.4'/%3E%3C!-- Squirrel body --%3E%3Cpath d='M24 42 Q20 38 22 32 Q24 26 30 26 Q36 26 38 30 Q40 34 38 40 Q36 44 32 46 Q28 46 24 42Z' fill='%23ff9800'/%3E%3C!-- Squirrel head --%3E%3Ccircle cx='30' cy='24' r='10' fill='%23ff9800'/%3E%3C!-- Ears --%3E%3Cpath d='M22 16 Q20 10 24 12 Q26 14 25 18' fill='%23ff9800'/%3E%3Cpath d='M36 14 Q38 8 40 12 Q40 16 37 18' fill='%23ff9800'/%3E%3C!-- Ear tufts --%3E%3Cpath d='M22 14 Q19 8 23 10' stroke='%23ffb74d' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3Cpath d='M38 12 Q40 6 42 10' stroke='%23ffb74d' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C!-- Face --%3E%3Ccircle cx='26' cy='22' r='2' fill='%23333'/%3E%3Ccircle cx='34' cy='22' r='2' fill='%23333'/%3E%3Ccircle cx='27' cy='21' r='0.8' fill='white'/%3E%3Ccircle cx='35' cy='21' r='0.8' fill='white'/%3E%3Cellipse cx='30' cy='27' rx='3' ry='2' fill='%23ffcc80'/%3E%3Ccircle cx='30' cy='26' r='1.2' fill='%23333'/%3E%3C!-- Tail --%3E%3Cpath d='M38 40 Q48 36 52 24 Q54 18 50 16 Q46 16 46 22 Q44 32 40 38' fill='%23ff9800'/%3E%3Cpath d='M50 18 Q52 14 48 14 Q44 16 46 20' fill='%23ffb74d'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.bi[b-1obo8ygnoo] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    flex-shrink: 0;
    transition: margin 0.3s ease;
}

.bi-house-door-fill-nav-menu[b-1obo8ygnoo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-calendar-range-nav-menu[b-1obo8ygnoo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-range' viewBox='0 0 16 16'%3E%3Cpath d='M9 7a1 1 0 0 1 1-1h5v2h-5a1 1 0 0 1-1-1zM1 9h4a1 1 0 0 1 0 2H1V9z'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-1obo8ygnoo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.nav-item[b-1obo8ygnoo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1obo8ygnoo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1obo8ygnoo] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1obo8ygnoo]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        transition: all 0.3s ease;
    }

.nav-text[b-1obo8ygnoo] {
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity 0.3s ease, width 0.3s ease;
}

.nav-item[b-1obo8ygnoo]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-1obo8ygnoo]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-1obo8ygnoo] {
    display: none;
    transition: all 0.3s ease;
}

.navbar-toggler:checked ~ .nav-scrollable[b-1obo8ygnoo] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1obo8ygnoo] {
        display: none;
    }

    .nav-scrollable[b-1obo8ygnoo] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5shau8x7cp],
.components-reconnect-repeated-attempt-visible[b-5shau8x7cp],
.components-reconnect-failed-visible[b-5shau8x7cp],
.components-pause-visible[b-5shau8x7cp],
.components-resume-failed-visible[b-5shau8x7cp],
.components-rejoining-animation[b-5shau8x7cp] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-5shau8x7cp],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-5shau8x7cp],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-5shau8x7cp],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-5shau8x7cp],
#components-reconnect-modal.components-reconnect-retrying[b-5shau8x7cp],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-5shau8x7cp],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-5shau8x7cp],
#components-reconnect-modal.components-reconnect-failed[b-5shau8x7cp],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-5shau8x7cp] {
    display: block;
}


#components-reconnect-modal[b-5shau8x7cp] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-5shau8x7cp 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-5shau8x7cp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-5shau8x7cp 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-5shau8x7cp]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-5shau8x7cp 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-5shau8x7cp {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-5shau8x7cp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-5shau8x7cp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-5shau8x7cp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-5shau8x7cp] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-5shau8x7cp] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-5shau8x7cp] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-5shau8x7cp] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-5shau8x7cp] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-5shau8x7cp] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-5shau8x7cp 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-5shau8x7cp] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-5shau8x7cp {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Shared/AutocompleteSelect.razor.rz.scp.css */
.autocomplete-container[b-bm3x0ygisu] {
    position: relative;
    display: inline-block;
    min-width: 120px;
    max-width: 160px;
}

.autocomplete-input[b-bm3x0ygisu] {
    width: 100%;
    padding: 5px 24px 5px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    background: white;
    box-sizing: border-box;
}

.autocomplete-input:focus[b-bm3x0ygisu] {
    outline: none;
    border-color: #4a90d9;
    box-shadow: 0 0 0 2px rgba(74, 144, 217, 0.2);
}

.autocomplete-input.open[b-bm3x0ygisu] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.autocomplete-clear[b-bm3x0ygisu] {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 16px;
    color: #999;
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
}

.autocomplete-clear:hover[b-bm3x0ygisu] {
    color: #333;
}

.autocomplete-dropdown[b-bm3x0ygisu] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    min-width: 180px;
    overflow-y: auto;
    background: white;
    border: 1px solid #4a90d9;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

.autocomplete-item[b-bm3x0ygisu] {
    padding: 6px 8px;
    cursor: pointer;
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-item:last-child[b-bm3x0ygisu] {
    border-bottom: none;
}

.autocomplete-item:hover[b-bm3x0ygisu],
.autocomplete-item.highlighted[b-bm3x0ygisu] {
    background: #f0f7ff;
}

.autocomplete-more[b-bm3x0ygisu] {
    padding: 4px 8px;
    font-size: 10px;
    color: #888;
    font-style: italic;
    background: #f9f9f9;
    text-align: center;
}

