/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-bem6u4rjfb] {
    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-bem6u4rjfb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-bqv23oot8h],
.components-reconnect-repeated-attempt-visible[b-bqv23oot8h],
.components-reconnect-failed-visible[b-bqv23oot8h],
.components-pause-visible[b-bqv23oot8h],
.components-resume-failed-visible[b-bqv23oot8h],
.components-rejoining-animation[b-bqv23oot8h] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-bqv23oot8h],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-bqv23oot8h],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-bqv23oot8h],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-bqv23oot8h],
#components-reconnect-modal.components-reconnect-retrying[b-bqv23oot8h],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-bqv23oot8h],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-bqv23oot8h],
#components-reconnect-modal.components-reconnect-failed[b-bqv23oot8h],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-bqv23oot8h] {
    display: block;
}


#components-reconnect-modal[b-bqv23oot8h] {
    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-bqv23oot8h 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-bqv23oot8h 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-bqv23oot8h 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-bqv23oot8h]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-bqv23oot8h 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-bqv23oot8h {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-bqv23oot8h {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-bqv23oot8h {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-bqv23oot8h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-bqv23oot8h] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-bqv23oot8h] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-bqv23oot8h] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-bqv23oot8h] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-bqv23oot8h] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-bqv23oot8h] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-bqv23oot8h 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-bqv23oot8h] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-bqv23oot8h {
    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/Pages/Admin/Calendar/CalendarView.razor.rz.scp.css */
/* ===== Master Calendar Layout ===== */
.cal-layout[b-i1ur8qqdyb] {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 2rem;
    align-items: start;
}

.cal-grid-wrapper[b-i1ur8qqdyb] {
    min-width: 0;
}

.cal-detail-wrapper[b-i1ur8qqdyb] {
    min-width: 0;
}

/* ===== Circular Day Cells ===== */
.cal-cell-spacer[b-i1ur8qqdyb] {
    aspect-ratio: 1;
}

.cal-day-circle[b-i1ur8qqdyb] {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    background: #fafaf8;
    position: relative;
    overflow: hidden;
}

.cal-day-circle:hover[b-i1ur8qqdyb] {
    background: #f0ece4;
    border-color: rgba(112, 89, 0, 0.25);
    transform: scale(1.08);
    box-shadow: 0 4px 16px rgba(112, 89, 0, 0.1);
}

.cal-day-num[b-i1ur8qqdyb] {
    font-size: 0.9375rem;
    font-weight: 800;
    line-height: 1;
    color: #1c1b1f;
}

/* ===== Selected State ===== */
.cal-day-circle.cal-selected[b-i1ur8qqdyb] {
    background: #705900;
    border-color: #705900;
    box-shadow: 0 4px 20px rgba(112, 89, 0, 0.3);
    transform: scale(1.12);
}

.cal-day-circle.cal-selected .cal-day-num[b-i1ur8qqdyb] {
    color: white;
}

.cal-day-circle.cal-selected .cal-dot[b-i1ur8qqdyb] {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
}

/* ===== Today State ===== */
.cal-day-circle.cal-today[b-i1ur8qqdyb] {
    border-color: #705900;
    background: rgba(112, 89, 0, 0.06);
}

.cal-day-circle.cal-today .cal-day-num[b-i1ur8qqdyb] {
    color: #705900;
}

/* ===== Past State ===== */
.cal-day-circle.cal-past[b-i1ur8qqdyb] {
    opacity: 0.45;
}

.cal-day-circle.cal-past:hover[b-i1ur8qqdyb] {
    transform: scale(1.04);
    opacity: 0.6;
}

/* ===== Event Category Dots ===== */
.cal-dots[b-i1ur8qqdyb] {
    display: flex;
    gap: 3px;
    margin-top: 3px;
}

.cal-dot[b-i1ur8qqdyb] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ===== Fully Blocked Day ===== */
.cal-day-circle.cal-blocked[b-i1ur8qqdyb] {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 3px,
        rgba(211, 47, 47, 0.08) 3px,
        rgba(211, 47, 47, 0.08) 6px
    );
    border-color: rgba(211, 47, 47, 0.35);
}

.cal-day-circle.cal-blocked .cal-day-num[b-i1ur8qqdyb] {
    color: #c62828;
    opacity: 0.7;
}

.cal-day-circle.cal-blocked:hover[b-i1ur8qqdyb] {
    border-color: rgba(211, 47, 47, 0.6);
}

.cal-blocked-overlay[b-i1ur8qqdyb] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
}

/* ===== Legend blocked swatch ===== */
.cal-legend-blocked[b-i1ur8qqdyb] {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 2px,
        rgba(211, 47, 47, 0.2) 2px,
        rgba(211, 47, 47, 0.2) 4px
    );
    border: 1px solid rgba(211, 47, 47, 0.4);
}

/* ===== Detail Panel Cards ===== */
.cal-booking-card[b-i1ur8qqdyb] {
    background: #fafaf8;
    border-radius: 0.75rem;
    padding: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.15s ease;
}

.cal-booking-card:hover[b-i1ur8qqdyb] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* ===== Status Badges ===== */
.cal-status-badge[b-i1ur8qqdyb] {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.125rem 0.5rem;
    border-radius: 9999px;
    flex-shrink: 0;
    white-space: nowrap;
}

.cal-status-confirmed[b-i1ur8qqdyb] {
    background: rgba(76, 175, 80, 0.12);
    color: #2e7d32;
}

.cal-status-pending[b-i1ur8qqdyb] {
    background: rgba(255, 152, 0, 0.12);
    color: #e65100;
}

.cal-status-completed[b-i1ur8qqdyb] {
    background: rgba(3, 169, 244, 0.12);
    color: #0277bd;
}

/* ===== Responsive ===== */
@media (max-width: 1023px) {
    .cal-layout[b-i1ur8qqdyb] {
        grid-template-columns: 1fr;
    }

    .cal-day-circle[b-i1ur8qqdyb] {
        width: 56px;
        height: 56px;
    }

    .cal-day-num[b-i1ur8qqdyb] {
        font-size: 0.8125rem;
    }

    .cal-dot[b-i1ur8qqdyb] {
        width: 5px;
        height: 5px;
    }
}

@media (max-width: 639px) {
    .cal-day-circle[b-i1ur8qqdyb] {
        width: 42px;
        height: 42px;
    }

    .cal-day-num[b-i1ur8qqdyb] {
        font-size: 0.75rem;
    }

    .cal-dots[b-i1ur8qqdyb] {
        gap: 2px;
        margin-top: 2px;
    }

    .cal-dot[b-i1ur8qqdyb] {
        width: 4px;
        height: 4px;
    }
}
