@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-background[b-c514tbm84q] {
    background: linear-gradient(135deg, #e8eef5 0%, #f0f4f0 25%, #faf8f0 50%, #f5f0e8 75%, #e8f0e8 100%);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.sidebar[b-vvjmudc60e] {
    width: 250px;
    min-width: 250px;
    background-color: #fafafa;
    border-right: 1px solid #e0e0e0;
    height: 100vh;
    z-index: 1;
}

.min-width-0[b-vvjmudc60e] {
    min-width: 0;
}

.main-content[b-vvjmudc60e] {
    background: #ffffff;
}

#blazor-error-ui[b-vvjmudc60e] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-vvjmudc60e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-49c3uedplk],
.components-reconnect-repeated-attempt-visible[b-49c3uedplk],
.components-reconnect-failed-visible[b-49c3uedplk],
.components-pause-visible[b-49c3uedplk],
.components-resume-failed-visible[b-49c3uedplk],
.components-rejoining-animation[b-49c3uedplk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-49c3uedplk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-49c3uedplk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-49c3uedplk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-49c3uedplk],
#components-reconnect-modal.components-reconnect-retrying[b-49c3uedplk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-49c3uedplk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-49c3uedplk],
#components-reconnect-modal.components-reconnect-failed[b-49c3uedplk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-49c3uedplk] {
    display: block;
}


#components-reconnect-modal[b-49c3uedplk] {
    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-49c3uedplk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-49c3uedplk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-49c3uedplk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-49c3uedplk]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-49c3uedplk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-49c3uedplk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-49c3uedplk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-49c3uedplk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-49c3uedplk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-49c3uedplk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-49c3uedplk] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-49c3uedplk] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-49c3uedplk] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-49c3uedplk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-49c3uedplk] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-49c3uedplk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-49c3uedplk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-49c3uedplk {
    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/ActivatedCode.razor.rz.scp.css */
.person-avatar[b-gwjckmvsfr] {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

[b-gwjckmvsfr] .fluent-data-grid-row td,
[b-gwjckmvsfr] fluent-data-grid-row fluent-data-grid-cell {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* /Components/Pages/Agencies.razor.rz.scp.css */
.agency-avatar[b-fy3vkc5s56] {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

[b-fy3vkc5s56] .fluent-data-grid-row td,
[b-fy3vkc5s56] fluent-data-grid-row fluent-data-grid-cell {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* /Components/Pages/AgencyDetail.razor.rz.scp.css */
.profile-header[b-gnsobn1ya4] {
    border: 1px solid var(--neutral-stroke-rest, #e0e0e0);
    border-radius: 8px;
    overflow: hidden;
    background: var(--neutral-layer-1, #fff);
}

.profile-info[b-gnsobn1ya4] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
}

.profile-avatar[b-gnsobn1ya4] {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.profile-name-section[b-gnsobn1ya4] {
    padding-bottom: 4px;
}

.status-dot[b-gnsobn1ya4] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.status-dot.active[b-gnsobn1ya4] {
    background-color: #0B6A0B;
}

.status-dot.inactive[b-gnsobn1ya4] {
    background-color: #8a8886;
}

.tab-content-area[b-gnsobn1ya4] {
    padding: 20px 4px;
}

.info-section[b-gnsobn1ya4] {
    margin-bottom: 28px;
}

.section-title[b-gnsobn1ya4] {
    font-weight: 600;
    color: var(--neutral-foreground-rest, #242424);
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--neutral-stroke-rest, #e0e0e0);
}

.info-grid[b-gnsobn1ya4] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}

.info-item[b-gnsobn1ya4] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
}

.info-label[b-gnsobn1ya4] {
    font-size: 12px;
    color: #616161;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.info-value[b-gnsobn1ya4] {
    font-size: 14px;
    color: var(--neutral-foreground-rest, #242424);
    font-weight: 500;
}

.admin-card[b-gnsobn1ya4] {
    border: 1px solid var(--neutral-stroke-rest, #e0e0e0);
    border-radius: 8px;
    padding: 16px;
    background: var(--neutral-layer-2, #fafafa);
}

.admin-avatar[b-gnsobn1ya4] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.admin-details[b-gnsobn1ya4] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--neutral-stroke-rest, #e0e0e0);
}

.agent-avatar[b-gnsobn1ya4] {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.empty-state[b-gnsobn1ya4] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #616161;
    padding: 24px 16px;
    font-size: 14px;
}

[b-gnsobn1ya4] .fluent-data-grid-row td,
[b-gnsobn1ya4] fluent-data-grid-row fluent-data-grid-cell {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* /Components/Pages/Agents.razor.rz.scp.css */
.agency-avatar[b-i54z87lxbd] {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

[b-i54z87lxbd] .fluent-data-grid-row td,
[b-i54z87lxbd] fluent-data-grid-row fluent-data-grid-cell {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* /Components/Pages/CodeManagement.razor.rz.scp.css */
.segment-avatar[b-wwuag1tdpm] {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

[b-wwuag1tdpm] .fluent-data-grid-row td,
[b-wwuag1tdpm] fluent-data-grid-row fluent-data-grid-cell {
    padding-top: 10px;
    padding-bottom: 10px;
}

.status-available[b-wwuag1tdpm] {
    background-color: #e6f2ff;
    color: #0078d4;
    border: none;
    padding: 4px 12px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 12px;
}

.status-assigned[b-wwuag1tdpm] {
    background-color: #e6f9e6;
    color: #0b6a0b;
    border: none;
    padding: 4px 12px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 12px;
}

.status-unassigned[b-wwuag1tdpm] {
    background-color: #f0f0f0;
    color: #666;
    border: none;
    padding: 4px 12px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 12px;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-grid[b-rdqqoi98n6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.stat-card[b-rdqqoi98n6] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stat-label[b-rdqqoi98n6] {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
}

.stat-value[b-rdqqoi98n6] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
}

.stat-value.text-success[b-rdqqoi98n6] {
    color: #16a34a;
}

.stat-value.text-danger[b-rdqqoi98n6] {
    color: #dc2626;
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* /Components/Pages/Users.razor.rz.scp.css */
.agency-avatar[b-aryd4ertgp] {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

[b-aryd4ertgp] .fluent-data-grid-row td,
[b-aryd4ertgp] fluent-data-grid-row fluent-data-grid-cell {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* /Components/Shared/GridPaginator.razor.rz.scp.css */
[b-gpk6vkip88] .paginator-spaced {
    gap: 12px;
}
