/* /Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
/* Login page scoped styles */
/* /Areas/Identity/Pages/Account/Register.cshtml.rz.scp.css */
/* Register page scoped styles */
/* /Pages/RouteGroups/Analysis.cshtml.rz.scp.css */
.trend-chart-card[b-igubljmfub] {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.trend-chart-header[b-igubljmfub] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px 24px 16px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafbfc;
}

.trend-chart-title-icon[b-igubljmfub] {
    color: #0372d0;
    margin-right: 6px;
}

.trend-chart-body[b-igubljmfub] {
    padding: 20px 12px 12px;
    position: relative;
    height: 420px;
    width: 100%;
}

.trend-chart-body canvas[b-igubljmfub] {
    display: block;
}

.trend-chart-empty[b-igubljmfub] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    color: #9ca3af;
    padding: 32px;
}

.trend-chart-empty-icon[b-igubljmfub] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 12px;
}

.chart-metric-toggle input[type="radio"].sr-only[b-igubljmfub] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.chart-metric-toggle input[type="radio"]:checked + label.button[b-igubljmfub] {
    background-color: #0372d0;
    color: #fff;
}

.group-filter-bar[b-igubljmfub] {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 24px;
    border-bottom: 1px solid #f0f0f0;
    background: #f8f9fb;
}

.group-filter-btn[b-igubljmfub] {
    padding: 4px 14px;
    border-radius: 20px;
    border: 1.5px solid var(--btn-color, #0372d0);
    background: transparent;
    color: var(--btn-color, #0372d0);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, opacity 0.15s;
    line-height: 1.6;
}

.group-filter-btn.active[b-igubljmfub] {
    background: var(--btn-color, #0372d0);
    color: #ffffff;
}

.group-filter-btn:not(.active):hover[b-igubljmfub] {
    opacity: 0.75;
}

.group-filter-show-all[b-igubljmfub] {
    padding: 4px 12px;
    border-radius: 20px;
    border: 1.5px dashed #9ca3af;
    background: transparent;
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
    line-height: 1.6;
    margin-left: 8px;
    white-space: nowrap;
}

.group-filter-show-all:hover[b-igubljmfub] {
    border-color: #374151;
    color: #374151;
}
/* /Pages/RouteGroups/Routes/Analysis.cshtml.rz.scp.css */
.trend-chart-card[b-qnxvpsfec7] {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.trend-chart-header[b-qnxvpsfec7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px 24px 16px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafbfc;
}

.trend-chart-title-icon[b-qnxvpsfec7] {
    color: #0372d0;
    margin-right: 6px;
}

.trend-chart-body[b-qnxvpsfec7] {
    padding: 20px 12px 12px;
    position: relative;
    height: 420px;
    width: 100%;
}

.trend-chart-body canvas[b-qnxvpsfec7] {
    display: block;
}

.trend-chart-empty[b-qnxvpsfec7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    color: #9ca3af;
    padding: 32px;
}

.trend-chart-empty-icon[b-qnxvpsfec7] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 12px;
}

.chart-metric-toggle input[type="radio"].sr-only[b-qnxvpsfec7] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.chart-metric-toggle input[type="radio"]:checked + label.button[b-qnxvpsfec7] {
    background-color: #0372d0;
    color: #fff;
}

/* Intraday section */
.intraday-selector-bar[b-qnxvpsfec7] {
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.intraday-selector-bar .mif-calendar[b-qnxvpsfec7] {
    font-size: 1.25rem;
    color: #0372d0;
}

.intraday-selector-bar select[b-qnxvpsfec7] {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.intraday-selector-bar select:focus[b-qnxvpsfec7] {
    border-color: #0372d0;
    box-shadow: 0 0 0 3px rgba(3, 114, 208, 0.25);
}

.intraday-chart-card[b-qnxvpsfec7] {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    padding: 16px;
    min-height: 432px; /* 400px chart + 32px padding */
}

.intraday-placeholder[b-qnxvpsfec7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    height: 100%;
    color: #6c757d;
}

.intraday-placeholder-icon[b-qnxvpsfec7] {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 16px;
}

.intraday-loading-bar[b-qnxvpsfec7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px;
    color: #6c757d;
}

.intraday-spinner[b-qnxvpsfec7] {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(3, 114, 208, 0.2);
    border-top-color: #0372d0;
    border-radius: 50%;
    animation: intraday-spin-b-qnxvpsfec7 1s linear infinite;
}

@keyframes intraday-spin-b-qnxvpsfec7 {
    to {
        transform: rotate(360deg);
    }
}

/* Weather heatmap section */
.weather-heatmap-section h3[b-qnxvpsfec7] {
    /* inherits existing heading styles */
}

.weather-heatmap-legend[b-qnxvpsfec7] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.weather-legend-item[b-qnxvpsfec7] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.weather-legend-gradient[b-qnxvpsfec7] {
    border-radius: 4px;
    display: block;
}

.weather-rain-dot-legend[b-qnxvpsfec7] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(59, 130, 246, 0.9);
    flex-shrink: 0;
}

.chart-toggles-group[b-qnxvpsfec7] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}
/* /Pages/RouteGroups/Routes/GroupMap.cshtml.rz.scp.css */
.map-container[b-3m0evqf0wy] {
    height: 550px;
    width: 100%;
}

@media (max-width: 576px) {
    .map-container[b-3m0evqf0wy] {
        height: 300px;
    }
}

.route-color-swatch[b-3m0evqf0wy] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    vertical-align: middle;
}
/* /Pages/RouteGroups/Routes/Map.cshtml.rz.scp.css */
.map-container[b-eb898kk0h1] {
    height: 500px;
    width: 100%;
}

@media (max-width: 576px) {
    .map-container[b-eb898kk0h1] {
        height: 300px;
    }
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
a.brand[b-upjuadznbs] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
