/* /Components/Account/Pages/Login.razor.rz.scp.css */
.account-container[b-mti2bak1ck],
.background-container[b-mti2bak1ck] {
    position: fixed;
}

.background-container[b-mti2bak1ck] {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

    .background-container[b-mti2bak1ck]::after,
    .background-container[b-mti2bak1ck]::before {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .background-container[b-mti2bak1ck]::after {
        background-image: url(/images/login-background.jpg);
        background-position: top right;
        background-size: 120%;
        background-repeat: no-repeat;
        filter: brightness(1.15) contrast(1.15);
    }

    .background-container[b-mti2bak1ck]::before {
        z-index: 2;
        /*background-image: linear-gradient(to left bottom, #ffa451, #ff8c5d, #ff7572, #ff608c, #ff55aa, #e96cd0, #c883ed, #9f97ff, #4db3ff, #00c8ff, #00d8f3, #42e3d5);*/
        background: #FEAC5E; /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

        opacity: 0.75;
    }

.account-container[b-mti2bak1ck] {
    padding: 2rem;
    background: #fff;
    width: 600px;
    max-width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    top: 2.5rem;
    z-index: 3;
}

h1[b-mti2bak1ck] {
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
}
/* /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] {
    height: 64px;
    flex-direction: column;
}

/* /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/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;
}




/* /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;
}
/* /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-box[b-zpybxsxfde] {
    padding: 14px;
    border-radius: 10px;
    background: #f9f9f9;
    margin-top: 12px;
    border: 1px solid #e4e4e4;
}

.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/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/Navigation/CreditManager.razor.rz.scp.css */
.summary-box[b-nljnxk4pmr] {
    padding: 14px;
    border-radius: 10px;
    background: #f9f9f9;
    margin-top: 12px;
    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;
    }

