/* /Components/DisplayNextShiftsComponent.razor.rz.scp.css */
.shift-container[b-e45517z24q] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.shift-container > *[b-e45517z24q] {
    flex: 1 1 150px;
}

.shift-container a[b-e45517z24q] {
    text-decoration: none;
}

.shift-box[b-e45517z24q]{
    text-align: center;
    border-radius: 4px;
    line-height: 1rem;
    font-size: 1rem;
    padding: 1rem;
}
.shift-box:hover[b-e45517z24q]{
    outline: 2px dashed #852121;
}

.shift-box a[b-e45517z24q] {
    text-decoration: none;
}
/* /Components/SwipeComponent.razor.rz.scp.css */
@keyframes swipeInRight-b-mos1hcq59f {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

@keyframes swipeInLeft-b-mos1hcq59f {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
}
.swipe-in-left[b-mos1hcq59f] {
    animation: swipeInRight-b-mos1hcq59f 0.2s forwards;
}

.swipe-in-right[b-mos1hcq59f] {
    animation: swipeInLeft-b-mos1hcq59f 0.2s forwards;
}
/* /Pages/Locations/EditShiftDialog.razor.rz.scp.css */
.row[b-9m6o2e8l3f] {
    margin: 10px -15px;
}
/* /Pages/Locations/LocationPage.razor.rz.scp.css */
/* /Pages/Statistics/StatisticsDashboardComponent.razor.rz.scp.css */
.dashboard-container[b-lz3xea4f1d] {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

[b-lz3xea4f1d] .rz-card {
    flex: .5;
    padding: .5rem;
    min-width: 160px;
}

.dashboard-row[b-lz3xea4f1d] {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.metric-card[b-lz3xea4f1d] {

    border-radius: 12px;

    /*color: white;*/
    /*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);*/
    display: flex;
    flex-direction: row;
    align-items: center;
    /*gap: 16px;*/
    flex: 1;
    min-width: 100px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.metric-card:hover[b-lz3xea4f1d] {
    transform: translateY(-4px);
    /*box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);*/
}


.metric-icon[b-lz3xea4f1d] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    backdrop-filter: blur(10px);
}

.metric-icon .material-symbols-outlined[b-lz3xea4f1d] {
    font-size: 2.5rem;
    opacity: 0.9;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

.metric-content[b-lz3xea4f1d] {
    text-align: center;
    flex: 1;
    z-index: 1;
    position: relative;
}

.metric-value[b-lz3xea4f1d] {
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: transparent;
    background-clip: text;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 4px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

[b-lz3xea4f1d] .rz-card:nth-child(2) .metric-value {
    background-image: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

[b-lz3xea4f1d] .rz-card:nth-child(3) .metric-value {
    background-image: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

[b-lz3xea4f1d] .rz-card:nth-child(4) .metric-value {
    background-image: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.skeleton[b-lz3xea4f1d] {
    animation: rz-skeleton-keyframes-pulse 1.5s ease-in-out .5s infinite;
    background-color: rgba(0, 0, 0, .11)!important;
    width: 100%;
    height: 50px;
    display: block;

}

@-webkit-keyframes rz-skeleton-keyframes-pulse {
    0% {
        opacity: 1
    }

    50% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

.metric-label[b-lz3xea4f1d] {
    font-size: 0.95rem;
    opacity: 0.9;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dashboard-row[b-lz3xea4f1d] {
        gap: 15px;
    }

    .metric-value[b-lz3xea4f1d] {
        font-size: 1.8rem;
    }

    .metric-icon[b-lz3xea4f1d] {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }

    .metric-icon .material-symbols-outlined[b-lz3xea4f1d] {
        font-size: 2rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .dashboard-container[b-lz3xea4f1d] {
        padding: 15px;
    }

    .dashboard-row[b-lz3xea4f1d] {
        gap: 15px;
    }

    .metric-card[b-lz3xea4f1d] {
        min-width: 180px;
    }

    .metric-value[b-lz3xea4f1d] {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .dashboard-container[b-lz3xea4f1d] {
        padding: 10px;
    }

    .dashboard-row[b-lz3xea4f1d] {
        gap: 10px;
    }

    .metric-value[b-lz3xea4f1d] {
        font-size: 1.6rem;
    }

    .metric-icon[b-lz3xea4f1d] {
        width: 45px;
        height: 45px;
    }

    .metric-icon .material-symbols-outlined[b-lz3xea4f1d] {
        font-size: 1.8rem;
    }
}

/* Loading animation for when data is being fetched */
.metric-card.loading .metric-value[b-lz3xea4f1d] {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3) 75%);
    background-size: 200% 100%;
    animation: shimmer-b-lz3xea4f1d 1.5s infinite;
    border-radius: 4px;
    height: 2.25rem;
}

@keyframes shimmer-b-lz3xea4f1d {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}
