/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6uq1urgcoh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6uq1urgcoh] {
    flex: 1;
}

/* Removed unused .sidebar and .top-row styles - using AdminTheme structure instead */

#blazor-error-ui[b-6uq1urgcoh] {
    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-6uq1urgcoh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vhv45f7qfg],
.components-reconnect-repeated-attempt-visible[b-vhv45f7qfg],
.components-reconnect-failed-visible[b-vhv45f7qfg],
.components-pause-visible[b-vhv45f7qfg],
.components-resume-failed-visible[b-vhv45f7qfg],
.components-rejoining-animation[b-vhv45f7qfg] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-vhv45f7qfg],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-vhv45f7qfg],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-vhv45f7qfg],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-vhv45f7qfg],
#components-reconnect-modal.components-reconnect-retrying[b-vhv45f7qfg],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-vhv45f7qfg],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-vhv45f7qfg],
#components-reconnect-modal.components-reconnect-failed[b-vhv45f7qfg],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-vhv45f7qfg] {
    display: block;
}


#components-reconnect-modal[b-vhv45f7qfg] {
    background-color: var(--color-card, white);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: var(--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-vhv45f7qfg 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-vhv45f7qfg 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-vhv45f7qfg 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-vhv45f7qfg]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-vhv45f7qfg 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-vhv45f7qfg {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-vhv45f7qfg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-vhv45f7qfg {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-vhv45f7qfg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-vhv45f7qfg] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-vhv45f7qfg] {
    border: 0;
    background-color: var(--color-primary, #6b9ed2);
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-vhv45f7qfg] {
        background-color: var(--color-primary-hover, #3b6ea2);
    }

    #components-reconnect-modal button:active[b-vhv45f7qfg] {
        background-color: var(--color-primary, #6b9ed2);
    }

.components-rejoining-animation[b-vhv45f7qfg] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-vhv45f7qfg] {
        position: absolute;
        border: 3px solid var(--color-info, #0087ff);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-vhv45f7qfg 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-vhv45f7qfg] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-vhv45f7qfg {
    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/Public/PublicViewingTimeField.razor.rz.scp.css */
.viewing-time-field[b-xdvqyt60l9] {
    overflow: visible;
    position: relative;
}

.viewing-time-field__grid[b-xdvqyt60l9] {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    gap: 0.75rem;
    align-items: start;
}

@media (max-width: 575.98px) {
    .viewing-time-field__grid[b-xdvqyt60l9] {
        grid-template-columns: 1fr;
    }
}

.viewing-time-field__cell[b-xdvqyt60l9] {
    min-width: 0;
    width: 100%;
}

.viewing-time-field__sublabel[b-xdvqyt60l9] {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-default-400);
}

.viewing-time-field__date-wrap[b-xdvqyt60l9],
.viewing-time-field__time-wrap[b-xdvqyt60l9] {
    position: relative;
    display: block;
    width: 100%;
}

.viewing-time-field__date-btn[b-xdvqyt60l9],
.viewing-time-field__time-btn[b-xdvqyt60l9] {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    text-align: left;
    cursor: pointer;
    transition: none !important;
}

.viewing-time-field__date-btn[b-xdvqyt60l9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    background-size: 16px 16px;
    padding-right: 2.5rem;
}

.viewing-time-field__time-btn[b-xdvqyt60l9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2394a3b8' d='M1.4 0.6L6 5.2 10.6 0.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    background-size: 12px 8px;
    padding-right: 2.25rem;
}

.viewing-time-field__date-btn.is-placeholder[b-xdvqyt60l9],
.viewing-time-field__time-btn.is-placeholder[b-xdvqyt60l9] {
    color: var(--color-default-400);
}

.viewing-time-field__date-btn:not(.is-placeholder)[b-xdvqyt60l9],
.viewing-time-field__time-btn:not(.is-placeholder)[b-xdvqyt60l9] {
    color: var(--color-default-900);
}

.viewing-time-field__date-btn:focus[b-xdvqyt60l9],
.viewing-time-field__date-btn[aria-expanded="true"][b-xdvqyt60l9],
.viewing-time-field__time-btn:focus[b-xdvqyt60l9],
.viewing-time-field__time-btn[aria-expanded="true"][b-xdvqyt60l9] {
    border-color: var(--color-primary) !important;
    outline: none;
}

.viewing-time-field__calendar[b-xdvqyt60l9],
.viewing-time-field__time-menu[b-xdvqyt60l9] {
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100% + 4px);
    bottom: auto;
    z-index: 60;
    box-sizing: border-box;
    background: var(--color-card);
    border: 1px solid var(--color-primary);
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.viewing-time-field__calendar.is-open-up[b-xdvqyt60l9],
.viewing-time-field__time-menu.is-open-up[b-xdvqyt60l9] {
    top: auto;
    bottom: calc(100% + 4px);
}

.viewing-time-field__calendar[b-xdvqyt60l9] {
    margin: 0;
    padding: 0.65rem;
}

.viewing-time-field__calendar-header[b-xdvqyt60l9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.55rem;
}

.viewing-time-field__calendar-title[b-xdvqyt60l9] {
    flex: 1 1 auto;
    text-align: center;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--color-default-900);
}

.viewing-time-field__calendar-nav[b-xdvqyt60l9] {
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 0.35rem;
    background: transparent;
    color: var(--color-default-700);
    cursor: pointer;
}

.viewing-time-field__calendar-nav:hover[b-xdvqyt60l9] {
    background: color-mix(in srgb, var(--color-primary) 10%, transparent);
    color: var(--color-primary);
}

.viewing-time-field__calendar-weekdays[b-xdvqyt60l9],
.viewing-time-field__calendar-days[b-xdvqyt60l9] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.2rem;
}

.viewing-time-field__calendar-weekdays[b-xdvqyt60l9] {
    margin-bottom: 0.35rem;
}

.viewing-time-field__calendar-weekdays span[b-xdvqyt60l9] {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--color-default-400);
}

.viewing-time-field__calendar-day[b-xdvqyt60l9] {
    aspect-ratio: 1;
    min-height: 2rem;
    border: 0;
    border-radius: 0.35rem;
    background: transparent;
    color: var(--color-default-900);
    font-size: 0.84rem;
    cursor: pointer;
}

.viewing-time-field__calendar-day.is-outside[b-xdvqyt60l9] {
    color: var(--color-default-400);
}

.viewing-time-field__calendar-day.is-today[b-xdvqyt60l9] {
    border: 1px solid color-mix(in srgb, var(--color-primary) 45%, transparent);
}

.viewing-time-field__calendar-day.is-selected[b-xdvqyt60l9] {
    background: var(--color-primary);
    color: #fff;
    font-weight: 600;
}

.viewing-time-field__calendar-day:hover:not(:disabled):not(.is-selected)[b-xdvqyt60l9] {
    background: color-mix(in srgb, var(--color-primary) 12%, transparent);
}

.viewing-time-field__calendar-day:disabled[b-xdvqyt60l9] {
    opacity: 0.35;
    cursor: not-allowed;
}

.viewing-time-field__calendar-footer[b-xdvqyt60l9] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 0.55rem;
    padding-top: 0.45rem;
    border-top: 1px solid var(--color-default-200);
}

.viewing-time-field__calendar-action[b-xdvqyt60l9] {
    border: 0;
    background: none;
    color: var(--color-primary);
    font-size: 0.82rem;
    cursor: pointer;
}

.viewing-time-field__calendar-action:hover[b-xdvqyt60l9] {
    text-decoration: underline;
}

.viewing-time-field__time-menu[b-xdvqyt60l9] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
    margin: 0;
    padding: 0.55rem;
    list-style: none;
    overflow-x: hidden;
    overscroll-behavior: contain;
}

.viewing-time-field__time-menu [role="option"][b-xdvqyt60l9] {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0.5rem 0.35rem;
    border-radius: 0.35rem;
    font-size: 0.88rem;
    font-variant-numeric: tabular-nums;
    text-align: center;
    white-space: nowrap;
    color: var(--color-default-900);
    cursor: pointer;
    user-select: none;
    line-height: 1.2;
}

.viewing-time-field__time-menu [role="option"]:hover[b-xdvqyt60l9],
.viewing-time-field__time-menu [role="option"]:focus[b-xdvqyt60l9] {
    background: color-mix(in srgb, var(--color-primary) 12%, transparent);
    outline: none;
}

.viewing-time-field__time-menu [role="option"][aria-selected="true"][b-xdvqyt60l9] {
    background: color-mix(in srgb, var(--color-primary) 18%, transparent);
    color: var(--color-primary);
    font-weight: 600;
}

.viewing-time-field__backdrop[b-xdvqyt60l9] {
    display: none;
}
/* /Components/Shared/ClientLeadStatistics.razor.rz.scp.css */
.client-lead-stats-grid[b-6hz4bkhx5t] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .client-lead-stats-grid[b-6hz4bkhx5t] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/Shared/UserStatistics.razor.rz.scp.css */
.user-stats-grid[b-namt6x44gw] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .user-stats-grid[b-namt6x44gw] {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
