/* /Components/Account/Pages/ConfirmEmail.razor.rz.scp.css */
.confirm-wrapper[b-x3twpblj6a] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-box[b-x3twpblj6a] {
    max-width: 560px;
    width: 100%;
    padding: 48px 40px;
    text-align: center;
}

.confirm-icon[b-x3twpblj6a] {
    display: block;
}

    .confirm-icon.success[b-x3twpblj6a] {
        stroke: var(--mud-palette-success);
    }

    .confirm-icon.error[b-x3twpblj6a] {
        stroke: var(--mud-palette-error);
    }

/* /Components/Account/Pages/Login.razor.rz.scp.css */

h1[b-mti2bak1ck] {
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
}

.password-wrapper[b-mti2bak1ck] {
    position: relative;
}

.password-toggle[b-mti2bak1ck] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

    .password-toggle:hover[b-mti2bak1ck] {
        color: rgba(0, 0, 0, 0.87);
    }

.password-wrapper input[b-mti2bak1ck] {
    padding-right: 40px !important;
}
/* /Components/Account/Pages/RegisterConfirmation.razor.rz.scp.css */
/* /Components/Layout/Base/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-r23hkz7230] {
    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-r23hkz7230] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Base/ManagementLayout.razor.rz.scp.css */
.logo-container[b-35l0lven11] {
    position: fixed;
    width: 240px;
    z-index: 9999;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.25rem;
    margin-bottom: 1rem;
    background: #193661; /* fallback */
    background: linear-gradient(69.88deg, #193661 2.47%, #37a0a2 98.44%);
    top: 0;
}

    .logo-container > div[b-35l0lven11] {
        height: 50px;
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        /*filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);*/
    }

/* /Components/Layout/Navigation/MenuAdministrator.razor.rz.scp.css */
.badge-container[b-slz7xmi1pz] {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
}
/* /Components/Layout/Navigation/MenuClient.razor.rz.scp.css */
.badge-container[b-4ii0oncmeg] {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
}
/* /Components/Layout/Navigation/MenuReseller.razor.rz.scp.css */
.badge-container[b-v4p2106ek0] {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
}
/* /Components/Pages/Administrator/Marketplace/Products/Edit.razor.rz.scp.css */
/* /Components/Pages/Administrator/System/IndustryUseCase/Index.razor.rz.scp.css */
/* /Components/Pages/Administrator/System/Industry/Index.razor.rz.scp.css */
/* /Components/Pages/Administrator/Telephony/Asterisks/Edit.razor.rz.scp.css */
.form-container-asterisk[b-f2xgbdm4ic] {
    width: 80%;
}
/* /Components/Pages/Administrator/UserManagement/Customers/Index.razor.rz.scp.css */

/* /Components/Pages/Reseller/AccountSettings/WhiteLabel/Index.razor.rz.scp.css */
.logo-style[b-iedfgo5mmt] {
    height: 40px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px; /* same ca MudTextField */
}

    .logo-style > div[b-iedfgo5mmt] {
        height: 50px;
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
/* /Components/Pages/Reseller/Clients/Customers/Index.razor.rz.scp.css */

/* /Components/Pages/Shared/Agents/AIAgent/EditComponent.razor.rz.scp.css */
.create-agent-container[b-cm5cb63f6q] {
    margin: auto;
    width: 800px;
   
}

/*.agent-panels-container {
    max-height: 515px;
    overflow-x: auto;
}*/

.action-btn[b-cm5cb63f6q]{
    width:110px
}

.main-card-title[b-cm5cb63f6q]{
    text-transform:uppercase;
    font-weight:500;
}

.content-row[b-cm5cb63f6q] {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    min-height: 0;
}

.content-column[b-cm5cb63f6q] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}
.content-divider[b-cm5cb63f6q] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px; /* optional spacing */
}

.parameters-container[b-cm5cb63f6q]{
    width:30%;
}

.section[b-cm5cb63f6q] {
    flex-grow: 1;
    min-height: 0;
    overflow-y: auto;
}

[b-cm5cb63f6q] .invalid-parameter {
    background-color: var(--error-bg-color);
}




/* /Components/Pages/Shared/Agents/KnowledgeBase/EditComponent.razor.rz.scp.css */
[b-02rzfvho04] .file-upload-input {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
}

[b-02rzfvho04] .transparent-table {
    background: transparent;
    box-shadow: none;
}

.position-relative[b-02rzfvho04] {
    position: relative;
}

.upload-overlay[b-02rzfvho04] {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* /Components/Pages/Shared/Agents/Tools/EditComponent.razor.rz.scp.css */

.container[b-cg0yq76i4t] {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 9rem);
}

.content-row[b-cg0yq76i4t] {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    min-height: 0;
}

.content-column[b-cg0yq76i4t] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}

.section[b-cg0yq76i4t] {
    flex-grow: 1;
    min-height: 0;
    overflow-y: auto;
}

[b-cg0yq76i4t] .invalid-parameter {
    background-color: var(--error-bg-color);
}
/* /Components/Pages/Shared/Billing/Subscriptions/ListComponent.razor.rz.scp.css */

.summary-row[b-zpybxsxfde] {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    padding: 4px 0;
}

    .summary-row.total strong[b-zpybxsxfde] {
        font-size: 1.1rem;
        color: #0a7cff;
        font-weight: 700;
    }
/* /Components/Pages/Shared/Billing/Usage/ViewComponent.razor.rz.scp.css */
.chart-overlay[b-995nzw9ue8] {
    position: absolute;
    right: 8px;
    top: 6px;
    padding: 6px 12px;
    min-height: 48px;
}
/* /Components/Pages/Shared/Marketplace/MyProducts/ConfigureComponent.razor.rz.scp.css */
/* /Components/Pages/Shared/Support/Packages/ListComponent.razor.rz.scp.css */
.summary-row[b-a8fs18w67u] {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    padding: 4px 0;
}

    .summary-row.total strong[b-a8fs18w67u] {
        font-size: 1.1rem;
        color: #0a7cff;
        font-weight: 700;
    }
/* /Components/Pages/Shared/Voice/CallTransferActivity/ListComponent.razor.rz.scp.css */

.details-cell[b-jeu7fmva3i] {
    line-height: 1.35;
}

.detail-row[b-jeu7fmva3i] {
    display: block;
}

.detail-label[b-jeu7fmva3i] {
    color: rgba(0,0,0,.55);
    margin-right: .35rem;
}

.detail-value[b-jeu7fmva3i] {
    color: rgba(0,0,0,.85);
}

/* /Components/Utilities/Components/CircularProgress.razor.rz.scp.css */
.container[b-oerydcgxxt] {
    width: 120px;
}

.label-container[b-oerydcgxxt] {
    max-width: 99px;
    text-align: center;
}
/* /Components/Utilities/Components/CustomProductSuggestion.razor.rz.scp.css */
.container[b-llkc3pfzsv] {
    position: fixed;
    bottom: 65px;
    right: 15px;
    z-index: 99999;
    opacity: 0;
    transform: translateY(10px);
}

    /* applied once */
    .container.animate-in[b-llkc3pfzsv] {
        animation: dialog-enter-b-llkc3pfzsv 260ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
        animation-delay: 3s;
    }

@keyframes dialog-enter-b-llkc3pfzsv {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Utilities/Components/PageLoadingOverlay.razor.rz.scp.css */
.overlay-container[b-9em7zud86u] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: var(--mud-drawer-width-left);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    backdrop-filter: blur(2px);
}
/* /Components/Utilities/Components/ResellerInvitation.razor.rz.scp.css */
.container[b-yddhz73qqu] {
    position: fixed;
    bottom: 65px;
    right: 15px;
    z-index: 99999;
    opacity: 0;
    transform: translateY(10px);
}

    /* applied once */
    .container.animate-in[b-yddhz73qqu] {
        animation: dialog-enter-b-yddhz73qqu 260ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
        animation-delay: 3s;
    }

@keyframes dialog-enter-b-yddhz73qqu {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Utilities/Components/SubscriptionOverview.razor.rz.scp.css */
.subscription-columns[b-jizz9ebre7] {
    column-count: 3;
    column-gap: 24px;
    width: 100%;
}

.subscription-item[b-jizz9ebre7] {
    break-inside: avoid;
    margin-bottom: 8px;
}
/* /Components/Utilities/Navigation/CreditManager.razor.rz.scp.css */
.summary-box[b-nljnxk4pmr] {
    padding: 14px;
    border-radius: 10px;
    background: #f9f9f9;
    border: 1px solid #e4e4e4;
}

.summary-row[b-nljnxk4pmr] {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    padding: 4px 0;
}

    .summary-row.total strong[b-nljnxk4pmr] {
        font-size: 1.1rem;
        color: #0a7cff; 
        font-weight: 700;
    }

