/* /Pages/Configuration/Components/EmailConfiguration.razor.rz.scp.css */
.accordion table .actions[b-ztl9jk1qr7] {
    width: 5%;
}

.btn-add[b-ztl9jk1qr7] {
    background-color: #80BB00;
    border-color: #80BB00;
    width: 100%;
}

.btn-del[b-ztl9jk1qr7] {
    width: 100%;
}

.accordion-button[b-ztl9jk1qr7] {
    font-weight: 500;
    background-color: #f5f5f5;
    border-radius: 0;
}

.br-0[b-ztl9jk1qr7] {
    border-radius: 0 !important;
}

.modal-overlay[b-ztl9jk1qr7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999; 
}

.confirmation-dialog[b-ztl9jk1qr7] {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 1.5rem;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 8px;
    width: 420px;
}

.dialog-actions[b-ztl9jk1qr7] {
    margin-top: 1rem;
    display: flex;
    justify-content: space-around;
}

.justified-text[b-ztl9jk1qr7] {
    text-align: justify;
}
/* /Pages/Configuration/ConfigurationPanel.razor.rz.scp.css */
.main-wrapper[b-pnfxkrhu0d] {
    background: white;
    border: none;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding: 0em;
}

.main-header[b-pnfxkrhu0d] {
    background-color: #80BB00;
    border: none;
    height: 1.9em;
    padding: 0.25em;
    text-align: right;
}

.main-content[b-pnfxkrhu0d] {
    background-color: #fff;
    border: 1px solid #80BB00;
    padding: 0.25em;
}

    .main-content .nav-item .nav-link[b-pnfxkrhu0d] {
        min-height: 35px;
        border-left: 1px solid #134D8C;
        border-right: 1px solid #134D8C;
        border-top: 1px solid #134D8C;
        border-bottom: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        padding-left: 30px !important;
        padding-right: 30px !important;
        color: #fff;
        font-size: 1.125rem;
        font-weight: 300;
        text-transform: uppercase;
        border-radius: 0;
        cursor: pointer;
    }

.nav-link.active[b-pnfxkrhu0d] {
    background-color: #134D8C !important;
}

#pills-tab[b-pnfxkrhu0d] {
    border-bottom: 1px solid #134d8c;
}

.customer-name[b-pnfxkrhu0d] {
    padding: 10px !important;
    border-bottom: 1px solid #e7f1ff !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-qaigcb6n9b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qaigcb6n9b] {
    flex: 1;
}

.sidebar[b-qaigcb6n9b] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qaigcb6n9b] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qaigcb6n9b]  a, .top-row[b-qaigcb6n9b]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qaigcb6n9b]  a:hover, .top-row[b-qaigcb6n9b]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qaigcb6n9b]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-qaigcb6n9b] {
        display: none;
    }

    .top-row.auth[b-qaigcb6n9b] {
        justify-content: space-between;
    }

    .top-row[b-qaigcb6n9b]  a, .top-row[b-qaigcb6n9b]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qaigcb6n9b] {
        flex-direction: row;
    }

    .sidebar[b-qaigcb6n9b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qaigcb6n9b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qaigcb6n9b]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qaigcb6n9b], article[b-qaigcb6n9b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
