/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-96kd3b0tju] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-96kd3b0tju] {
    flex: 1;
}

.sidebar[b-96kd3b0tju] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-96kd3b0tju] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-96kd3b0tju]  a, .top-row[b-96kd3b0tju]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-96kd3b0tju]  a:hover, .top-row[b-96kd3b0tju]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-96kd3b0tju]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-96kd3b0tju] {
        justify-content: space-between;
    }

    .top-row[b-96kd3b0tju]  a, .top-row[b-96kd3b0tju]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-96kd3b0tju] {
        flex-direction: row;
    }

    .sidebar[b-96kd3b0tju] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-96kd3b0tju] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-96kd3b0tju]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-96kd3b0tju], article[b-96kd3b0tju] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-96kd3b0tju] {
    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-96kd3b0tju] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6t0iig79gx] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-6t0iig79gx] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6t0iig79gx] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6t0iig79gx] {
    font-size: 1.1rem;
}

.bi[b-6t0iig79gx] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-6t0iig79gx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-6t0iig79gx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-6t0iig79gx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-6t0iig79gx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-6t0iig79gx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-6t0iig79gx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-6t0iig79gx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-6t0iig79gx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-6t0iig79gx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6t0iig79gx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6t0iig79gx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6t0iig79gx]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-6t0iig79gx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-6t0iig79gx]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-6t0iig79gx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6t0iig79gx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6t0iig79gx] {
        display: none;
    }

    .nav-scrollable[b-6t0iig79gx] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0gjmjxao65],
.components-reconnect-repeated-attempt-visible[b-0gjmjxao65],
.components-reconnect-failed-visible[b-0gjmjxao65],
.components-pause-visible[b-0gjmjxao65],
.components-resume-failed-visible[b-0gjmjxao65],
.components-rejoining-animation[b-0gjmjxao65] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0gjmjxao65],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0gjmjxao65],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0gjmjxao65],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0gjmjxao65],
#components-reconnect-modal.components-reconnect-retrying[b-0gjmjxao65],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0gjmjxao65],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0gjmjxao65],
#components-reconnect-modal.components-reconnect-failed[b-0gjmjxao65],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0gjmjxao65] {
    display: block;
}


#components-reconnect-modal[b-0gjmjxao65] {
    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-0gjmjxao65 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0gjmjxao65 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0gjmjxao65 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0gjmjxao65]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0gjmjxao65 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0gjmjxao65 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0gjmjxao65 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0gjmjxao65 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0gjmjxao65] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0gjmjxao65] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0gjmjxao65] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0gjmjxao65] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0gjmjxao65] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0gjmjxao65] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0gjmjxao65] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0gjmjxao65 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0gjmjxao65] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0gjmjxao65 {
    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/Account/AccountDetails.razor.rz.scp.css */
.account-details-page[b-k8uvvz1ji2] {
    padding-top: .75rem;
}

.account-page-state[b-k8uvvz1ji2] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .75rem;
    min-height: 55vh;
    color: #64748b;
    text-align: center;
}

.account-page-state-error[b-k8uvvz1ji2] {
    max-width: 520px;
    min-height: 280px;
    margin: 3rem auto;
    padding: 2rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
}

.account-page-alert[b-k8uvvz1ji2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1560px;
    margin: 0 auto .65rem;
    padding: .6rem .8rem;
}

.account-action-overlay[b-k8uvvz1ji2] {
    background: rgba(15, 23, 42, .38);
    backdrop-filter: blur(3px);
}

.account-action-modal[b-k8uvvz1ji2] {
    overflow: hidden;
    border: 0;
    border-radius: .9rem;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .2);
}

.account-action-modal .modal-header[b-k8uvvz1ji2],
.account-action-modal .modal-footer[b-k8uvvz1ji2] {
    padding: .75rem 1rem;
    background: #fff;
}

.account-action-modal .modal-header[b-k8uvvz1ji2] {
    border-bottom: 1px solid #eef2f7;
}

.account-action-modal .modal-header small[b-k8uvvz1ji2] {
    color: #94a3b8;
}

.account-action-modal .modal-body[b-k8uvvz1ji2] {
    padding: 1rem;
}

.account-action-modal .modal-footer[b-k8uvvz1ji2] {
    border-top: 1px solid #eef2f7;
}
/* /Components/Pages/Account/Accounts.razor.rz.scp.css */
.accounts-page-compact .page-header[b-n0rwwmhaxq] {
    margin-bottom: .65rem;
}

.account-summary-strip[b-n0rwwmhaxq] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .4rem;
    padding: .45rem .6rem;
    background: var(--card-bg, #fff);
    border: 1px solid var(--border-color, #e5e7eb);
    border-radius: .65rem;
    box-shadow: var(--shadow-sm);
}

.account-summary-strip > div[b-n0rwwmhaxq] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-width: 0;
    padding: .15rem .5rem;
    border-left: 1px solid var(--border-color, #e5e7eb);
}

.account-summary-strip > div:last-child[b-n0rwwmhaxq] {
    border-left: 0;
}

.account-summary-strip span[b-n0rwwmhaxq] {
    color: var(--text-muted, #6b7280);
    font-size: .76rem;
}

.account-summary-strip strong[b-n0rwwmhaxq] {
    font-size: 1rem;
}

.accounts-page-compact .table-card-header[b-n0rwwmhaxq] {
    padding: .55rem .75rem;
}

.accounts-page-compact .table-card-footer[b-n0rwwmhaxq] {
    padding: .45rem .75rem;
}

.accounts-table-compact thead th[b-n0rwwmhaxq] {
    padding: .48rem .65rem;
    white-space: nowrap;
}

.accounts-table-compact tbody td[b-n0rwwmhaxq] {
    padding: .42rem .65rem;
    font-size: .82rem;
}

.accounts-table-compact tbody tr:hover[b-n0rwwmhaxq] {
    transform: none;
}

.account-view-button[b-n0rwwmhaxq] {
    min-width: 92px;
    padding: .22rem .55rem;
    white-space: nowrap;
    font-size: .76rem;
}

@media (max-width: 768px) {
    .account-summary-strip[b-n0rwwmhaxq] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-summary-strip > div[b-n0rwwmhaxq] {
        border-left: 0;
    }
}
/* /Components/Pages/Correspondents/CorrespondentDetails.razor.rz.scp.css */
.correspondent-details-page[b-135cmi4kfq] {
    padding-top: .75rem;
}

.correspondent-page-state[b-135cmi4kfq] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .75rem;
    min-height: 55vh;
    color: #64748b;
    text-align: center;
}

.correspondent-page-error[b-135cmi4kfq] {
    max-width: 520px;
    min-height: 280px;
    margin: 3rem auto;
    padding: 2rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
}

.correspondent-page-alert[b-135cmi4kfq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1560px;
    margin: 0 auto .65rem;
    padding: .55rem .7rem;
}

.correspondent-page-header[b-135cmi4kfq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    max-width: 1560px;
    margin: 0 auto .55rem;
    padding: .65rem .8rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: .8rem;
    box-shadow: 0 4px 18px rgba(15, 23, 42, .04);
}

.correspondent-title h5[b-135cmi4kfq] {
    margin: 0;
    color: #172033;
    font-size: 1rem;
    font-weight: 700;
}

.correspondent-title span[b-135cmi4kfq] {
    color: #8b97a8;
    font-size: .72rem;
}

.correspondent-header-actions[b-135cmi4kfq] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .35rem;
}

.correspondent-profile-grid[b-135cmi4kfq] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .35rem;
    max-width: 1560px;
    margin: 0 auto .55rem;
}

.correspondent-profile-grid > div[b-135cmi4kfq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    min-width: 0;
    padding: .4rem .55rem;
    background: #fff;
    border: 1px solid #e7ebf0;
    border-radius: .5rem;
}

.correspondent-profile-grid span[b-135cmi4kfq] {
    color: #7b8798;
    font-size: .7rem;
    white-space: nowrap;
}

.correspondent-profile-grid strong[b-135cmi4kfq] {
    overflow: hidden;
    font-size: .78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.correspondent-hawala-sections[b-135cmi4kfq] {
    display: grid;
    gap: .45rem;
    max-width: 1560px;
    margin: 0 auto;
}

.correspondent-hawala-tabs[b-135cmi4kfq] {
    display: inline-flex;
    width: fit-content;
    padding: .22rem;
    background: #e9eef5;
    border-radius: .65rem;
}

.correspondent-hawala-tabs button[b-135cmi4kfq] {
    padding: .42rem .8rem;
    color: #64748b;
    background: transparent;
    border: 0;
    border-radius: .48rem;
    font-size: .78rem;
    font-weight: 700;
}

.correspondent-hawala-tabs button.active[b-135cmi4kfq] {
    color: #1d4ed8;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .08);
}

.correspondent-action-overlay[b-135cmi4kfq] {
    background: rgba(15, 23, 42, .38);
    backdrop-filter: blur(3px);
}

.correspondent-action-modal[b-135cmi4kfq] {
    overflow: hidden;
    border: 0;
    border-radius: .9rem;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .2);
}

.correspondent-action-modal .modal-header[b-135cmi4kfq],
.correspondent-action-modal .modal-footer[b-135cmi4kfq] {
    padding: .75rem 1rem;
}

.correspondent-action-modal .modal-header small[b-135cmi4kfq] {
    color: #94a3b8;
}

@media (max-width: 900px) {
    .correspondent-page-header[b-135cmi4kfq] {
        align-items: flex-start;
        flex-direction: column;
    }

    .correspondent-header-actions[b-135cmi4kfq] {
        justify-content: flex-start;
    }

    .correspondent-profile-grid[b-135cmi4kfq] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/Pages/Correspondents/CorrespondentHawalaPanel.razor.rz.scp.css */
.correspondent-hawala-panel[b-0yuonrsxqh] {
    overflow: visible;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: .8rem;
    box-shadow: 0 4px 18px rgba(15, 23, 42, .04);
}

.panel-header[b-0yuonrsxqh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .7rem .85rem;
    border-bottom: 1px solid #edf0f3;
}

.panel-header h6[b-0yuonrsxqh] {
    margin: 0;
    color: #172033;
    font-size: .9rem;
    font-weight: 700;
}

.panel-header span[b-0yuonrsxqh] {
    color: #94a3b8;
    font-size: .7rem;
}

.panel-alert[b-0yuonrsxqh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .65rem .75rem 0;
    padding: .5rem .65rem;
    font-size: .78rem;
}

.panel-filters[b-0yuonrsxqh] {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 180px auto;
    gap: .45rem;
    padding: .65rem .75rem;
    background: #fafbfc;
    border-bottom: 1px solid #edf0f3;
}

.panel-table-wrap[b-0yuonrsxqh] {
    min-height: 160px;
}

.panel-table-wrap table[b-0yuonrsxqh] {
    min-width: 860px;
    font-size: .74rem;
}

.panel-table-wrap thead th[b-0yuonrsxqh] {
    padding: .55rem .65rem;
    color: #64748b;
    background: #fff;
    border-bottom-color: #e5e7eb;
    font-weight: 700;
    white-space: nowrap;
}

.panel-table-wrap tbody td[b-0yuonrsxqh] {
    padding: .52rem .65rem;
    border-bottom-color: #edf0f3;
    white-space: nowrap;
}

.panel-empty[b-0yuonrsxqh] {
    padding: 2rem !important;
    color: #94a3b8;
    text-align: center;
}

.hawala-status[b-0yuonrsxqh] {
    display: inline-flex;
    padding: .18rem .45rem;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 700;
}

.status-paid[b-0yuonrsxqh] {
    color: #047857;
    background: #d1fae5;
}

.status-pending[b-0yuonrsxqh] {
    color: #a16207;
    background: #fef3c7;
}

.status-cancelled[b-0yuonrsxqh] {
    color: #b91c1c;
    background: #fee2e2;
}

.panel-pagination[b-0yuonrsxqh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: .55rem;
    color: #64748b;
    border-top: 1px solid #edf0f3;
    font-size: .72rem;
}

.correspondent-hawala-overlay[b-0yuonrsxqh] {
    background: rgba(15, 23, 42, .4);
    backdrop-filter: blur(3px);
}

.correspondent-hawala-modal[b-0yuonrsxqh] {
    overflow: hidden;
    border: 0;
    border-radius: .9rem;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .22);
}

.correspondent-hawala-modal .modal-header[b-0yuonrsxqh],
.correspondent-hawala-modal .modal-footer[b-0yuonrsxqh] {
    padding: .7rem .9rem;
}

.correspondent-hawala-modal .modal-header small[b-0yuonrsxqh] {
    color: #94a3b8;
}

.hawala-detail-grid[b-0yuonrsxqh] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .45rem;
}

.hawala-detail-grid > div[b-0yuonrsxqh] {
    min-width: 0;
    padding: .55rem;
    background: #f8fafc;
    border: 1px solid #e7ebf0;
    border-radius: .55rem;
}

.hawala-detail-grid span[b-0yuonrsxqh],
.hawala-detail-grid strong[b-0yuonrsxqh] {
    display: block;
}

.hawala-detail-grid span[b-0yuonrsxqh] {
    margin-bottom: .2rem;
    color: #94a3b8;
    font-size: .68rem;
}

.hawala-detail-grid strong[b-0yuonrsxqh] {
    overflow: hidden;
    color: #334155;
    font-size: .76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .panel-filters[b-0yuonrsxqh] {
        grid-template-columns: 1fr 1fr;
    }

    .hawala-detail-grid[b-0yuonrsxqh] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/Pages/Correspondents/CorrespondentStatus.razor.rz.scp.css */
.entity-details-page[b-amypotz4eq] {
    padding-top: .75rem;
}

.entity-page-state[b-amypotz4eq] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .75rem;
    min-height: 55vh;
    color: #64748b;
    text-align: center;
}

.entity-page-error[b-amypotz4eq] {
    max-width: 520px;
    min-height: 280px;
    margin: 3rem auto;
    padding: 2rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
}

.entity-page-alert[b-amypotz4eq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1560px;
    margin: 0 auto .65rem;
    padding: .6rem .8rem;
}

.entity-profile-grid[b-amypotz4eq] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .35rem;
}

.entity-profile-item[b-amypotz4eq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    min-width: 0;
    padding: .4rem .55rem;
    background: #fff;
    border: 1px solid #e7ebf0;
    border-radius: .5rem;
}

.entity-profile-item span[b-amypotz4eq] {
    color: #7b8798;
    font-size: .7rem;
    white-space: nowrap;
}

.entity-profile-item strong[b-amypotz4eq] {
    overflow: hidden;
    font-size: .78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.correspondent-range-card[b-amypotz4eq] {
    scroll-margin-top: .75rem;
    border: 1px solid #e5e7eb;
}

.correspondent-range-header[b-amypotz4eq] {
    padding: .65rem .85rem;
}

.correspondent-range-card .card-body[b-amypotz4eq] {
    padding: .75rem;
}

.correspondent-range-card .form-label[b-amypotz4eq] {
    margin-bottom: .25rem;
    color: #64748b;
    font-size: .72rem;
    font-weight: 600;
}

.range-report-heading[b-amypotz4eq] {
    padding: .8rem;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
}

.range-report-heading h5[b-amypotz4eq] {
    margin-bottom: .55rem;
    font-size: .95rem;
}

.range-report-facts[b-amypotz4eq] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .5rem;
    color: #475569;
    font-size: .75rem;
}

.hawala-range-table[b-amypotz4eq] {
    min-width: 1120px;
    font-size: .72rem;
}

.entity-action-overlay[b-amypotz4eq] {
    background: rgba(15, 23, 42, .38);
    backdrop-filter: blur(3px);
}

.entity-action-modal[b-amypotz4eq] {
    overflow: hidden;
    border: 0;
    border-radius: .9rem;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .2);
}

.entity-action-modal .modal-header[b-amypotz4eq],
.entity-action-modal .modal-footer[b-amypotz4eq] {
    padding: .75rem 1rem;
    background: #fff;
}

.entity-action-modal .modal-header small[b-amypotz4eq] {
    color: #94a3b8;
}

@media (max-width: 900px) {
    .entity-profile-grid[b-amypotz4eq],
    .range-report-facts[b-amypotz4eq] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/Pages/Customers/CustomerDetails.razor.rz.scp.css */
.entity-details-page[b-2cdetrsh7x] {
    padding-top: .75rem;
}

.entity-page-state[b-2cdetrsh7x] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .75rem;
    min-height: 55vh;
    color: #64748b;
    text-align: center;
}

.entity-page-error[b-2cdetrsh7x] {
    max-width: 520px;
    min-height: 280px;
    margin: 3rem auto;
    padding: 2rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
}

.entity-page-alert[b-2cdetrsh7x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1560px;
    margin: 0 auto .65rem;
    padding: .6rem .8rem;
}

.entity-profile-grid[b-2cdetrsh7x] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .35rem;
}

.entity-profile-item[b-2cdetrsh7x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    min-width: 0;
    padding: .4rem .55rem;
    background: #fff;
    border: 1px solid #e7ebf0;
    border-radius: .5rem;
}

.entity-profile-item span[b-2cdetrsh7x] {
    color: #7b8798;
    font-size: .7rem;
    white-space: nowrap;
}

.entity-profile-item strong[b-2cdetrsh7x] {
    overflow: hidden;
    font-size: .78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.entity-action-overlay[b-2cdetrsh7x] {
    background: rgba(15, 23, 42, .38);
    backdrop-filter: blur(3px);
}

.entity-action-modal[b-2cdetrsh7x] {
    overflow: hidden;
    border: 0;
    border-radius: .9rem;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .2);
}

.entity-action-modal .modal-header[b-2cdetrsh7x],
.entity-action-modal .modal-footer[b-2cdetrsh7x] {
    padding: .75rem 1rem;
    background: #fff;
}

.entity-action-modal .modal-header small[b-2cdetrsh7x] {
    color: #94a3b8;
}

@media (max-width: 900px) {
    .entity-profile-grid[b-2cdetrsh7x] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/Pages/Journal/DailyJournal.razor.rz.scp.css */
.journal-date-value[b-11nlv1lc5v] {
    font-size: 1rem;
}

.journal-operation-table[b-11nlv1lc5v] {
    min-width: 920px;
}

.journal-sentence[b-11nlv1lc5v] {
    line-height: 2;
}

.journal-filter-card .form-label[b-11nlv1lc5v] {
    margin-bottom: .4rem;
    color: #475569;
    font-size: .82rem;
}

.journal-filter-search[b-11nlv1lc5v] {
    width: 100%;
}

.cash-day-note[b-11nlv1lc5v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .8rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
    font-size: .86rem;
}

.cash-day-table[b-11nlv1lc5v] {
    min-width: 920px;
}

.cash-opening-input[b-11nlv1lc5v] {
    width: 190px;
}

.cash-day-actions[b-11nlv1lc5v] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e2e8f0;
}

.journal-row-date[b-11nlv1lc5v] {
    min-width: 132px;
    white-space: nowrap;
}

.journal-row-date strong[b-11nlv1lc5v],
.journal-row-date span[b-11nlv1lc5v] {
    display: block;
}

.journal-row-date span[b-11nlv1lc5v] {
    margin-top: .2rem;
    color: #64748b;
    direction: ltr;
    font-size: .8rem;
}

.journal-sentence .badge-modern[b-11nlv1lc5v] {
    margin-left: .45rem;
}

.journal-operation-table th:first-child[b-11nlv1lc5v],
.journal-operation-table td:first-child[b-11nlv1lc5v] {
    width: 50px;
}

.journal-operation-table th:nth-child(2)[b-11nlv1lc5v],
.journal-operation-table td:nth-child(2)[b-11nlv1lc5v] {
    width: 145px;
}

.journal-operation-table th:last-child[b-11nlv1lc5v],
.journal-operation-table td:last-child[b-11nlv1lc5v] {
    width: 105px;
    text-align: center;
}

.journal-operation-table td[b-11nlv1lc5v] {
    align-items: center;
    vertical-align: middle;
}

.journal-details-button[b-11nlv1lc5v] {
    white-space: nowrap;
}

.journal-modal-backdrop[b-11nlv1lc5v] {
    position: fixed;
    z-index: 1080;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background: rgba(15, 23, 42, .58);
    backdrop-filter: blur(2px);
}

.journal-detail-modal[b-11nlv1lc5v] {
    display: flex;
    width: min(1120px, 96vw);
    max-height: 92vh;
    flex-direction: column;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(15, 23, 42, .28);
}

.journal-modal-header[b-11nlv1lc5v],
.journal-modal-footer[b-11nlv1lc5v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
}

.journal-modal-header h5[b-11nlv1lc5v] {
    margin: 0;
    color: #163a5f;
}

.journal-modal-subtitle[b-11nlv1lc5v] {
    margin-top: .35rem;
    color: #6b7280;
    font-size: .84rem;
}

.journal-modal-body[b-11nlv1lc5v] {
    overflow-y: auto;
    padding: 1.25rem;
}

.journal-modal-footer[b-11nlv1lc5v] {
    justify-content: flex-end;
    border-top: 1px solid #e5e7eb;
    border-bottom: 0;
}

.journal-overview-grid[b-11nlv1lc5v],
.journal-source-details[b-11nlv1lc5v] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
}

.journal-overview-grid > div[b-11nlv1lc5v],
.journal-source-details > div[b-11nlv1lc5v] {
    display: flex;
    min-height: 72px;
    flex-direction: column;
    gap: .35rem;
    justify-content: center;
    padding: .7rem .85rem;
    border: 1px solid #dde4ed;
    border-radius: 10px;
    background: #f8fafc;
}

.journal-overview-grid span[b-11nlv1lc5v],
.journal-source-details span[b-11nlv1lc5v],
.journal-operation-description span[b-11nlv1lc5v] {
    color: #64748b;
    font-size: .78rem;
}

.journal-source-details[b-11nlv1lc5v] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journal-section-title[b-11nlv1lc5v] {
    margin: 1.4rem 0 .7rem;
    padding-right: .65rem;
    border-right: 3px solid #1a5c8a;
    color: #1e3a5f;
}

.journal-ledger-table[b-11nlv1lc5v] {
    max-height: 340px;
}

.journal-operation-description[b-11nlv1lc5v] {
    margin-top: 1rem;
    padding: .85rem 1rem;
    border-radius: 10px;
    background: #f8fafc;
}

.journal-operation-description p[b-11nlv1lc5v] {
    margin: .4rem 0 0;
}

@media (max-width: 800px) {
    .journal-overview-grid[b-11nlv1lc5v],
    .journal-source-details[b-11nlv1lc5v] {
        grid-template-columns: 1fr 1fr;
    }

    .journal-modal-backdrop[b-11nlv1lc5v] {
        padding: .5rem;
    }

    .journal-detail-modal[b-11nlv1lc5v] {
        width: 100%;
        max-height: 96vh;
    }

    .cash-day-note[b-11nlv1lc5v] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .journal-overview-grid[b-11nlv1lc5v],
    .journal-source-details[b-11nlv1lc5v] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/Modals/AccountDetailsModal.razor.rz.scp.css */
.account-view-dialog[b-u25flgn7k6] {
    width: min(96vw, 1500px);
    max-width: min(96vw, 1500px);
    height: calc(100vh - 1rem);
    margin: .5rem auto;
}

.account-view-page[b-u25flgn7k6] {
    width: 100%;
}

.account-view-page-shell[b-u25flgn7k6] {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
}

.account-view-page-content[b-u25flgn7k6] {
    min-height: calc(100vh - 105px);
    background: #f7f9fc;
}

.account-view-page-header[b-u25flgn7k6] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: .75rem .9rem;
    background: #fff;
    border: 1px solid #e7ebf0;
    border-radius: .85rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .04);
}

.account-view-page-header .account-view-title[b-u25flgn7k6] {
    color: #172033;
}

.account-view-page-header .account-view-title h5[b-u25flgn7k6] {
    font-size: 1rem;
    font-weight: 700;
}

.account-view-page-header .account-view-title small[b-u25flgn7k6] {
    color: #7b8798;
}

.account-view-page-body[b-u25flgn7k6] {
    padding-top: .65rem;
}

.account-view-page .account-view-header-actions[b-u25flgn7k6] {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.account-view-page .account-view-header-actions .btn[b-u25flgn7k6] {
    padding: .3rem .55rem;
    font-size: .74rem;
}

.account-view-modal[b-u25flgn7k6] {
    min-height: 0;
    height: 100%;
}

.account-view-header[b-u25flgn7k6] {
    gap: .75rem;
    padding: .55rem .85rem !important;
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
}

.account-view-title[b-u25flgn7k6] {
    min-width: 0;
    color: #fff;
}

.account-view-title small[b-u25flgn7k6] {
    display: block;
    max-width: 50vw;
    overflow: hidden;
    color: rgba(255, 255, 255, .85);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-view-header-actions[b-u25flgn7k6] {
    display: flex;
    align-items: center;
    gap: .4rem;
}

.account-view-header-actions .btn[b-u25flgn7k6] {
    white-space: nowrap;
}

.account-view-modal .modal-body[b-u25flgn7k6] {
    padding: .6rem !important;
}

.account-view-modal .alert[b-u25flgn7k6] {
    margin-bottom: .45rem;
    padding: .45rem .65rem;
    font-size: .82rem;
}

.account-facts-grid[b-u25flgn7k6] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .35rem;
}

.account-fact[b-u25flgn7k6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    min-width: 0;
    padding: .38rem .55rem;
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: .5rem;
}

.account-fact span[b-u25flgn7k6] {
    color: var(--text-muted, #6b7280);
    font-size: .7rem;
    white-space: nowrap;
}

.account-fact strong[b-u25flgn7k6] {
    overflow: hidden;
    font-size: .78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-balance-card[b-u25flgn7k6],
.account-operations-card[b-u25flgn7k6] {
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #e1e7ef;
}

.account-balance-card .card-header[b-u25flgn7k6],
.account-operations-card .card-header[b-u25flgn7k6] {
    min-height: auto;
    padding: .42rem .65rem;
}

.account-balance-card .card-header[b-u25flgn7k6] {
    background: linear-gradient(135deg, #198754, #146c43);
}

.account-operations-card .card-header[b-u25flgn7k6] {
    background: linear-gradient(135deg, #495057, #343a40);
}

.account-balance-card .card-header h6[b-u25flgn7k6],
.account-operations-card .card-header h6[b-u25flgn7k6] {
    margin: 0;
    font-size: .86rem;
}

.account-balance-card .card-body[b-u25flgn7k6],
.account-operations-card .card-body[b-u25flgn7k6] {
    padding: .5rem .6rem;
}

.account-balance-grid[b-u25flgn7k6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: .35rem;
}

.account-balance-item[b-u25flgn7k6] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: .45rem;
    padding: .35rem .5rem;
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: .45rem;
}

.account-balance-item > span[b-u25flgn7k6] {
    text-align: center;
    font-weight: 700;
}

.account-balance-item small[b-u25flgn7k6] {
    color: var(--text-muted, #6b7280);
}

.account-operation-actions .btn[b-u25flgn7k6],
.account-operation-filters .btn[b-u25flgn7k6] {
    font-size: .72rem;
}

.account-operation-list[b-u25flgn7k6] {
    min-height: 220px;
    max-height: calc(100vh - 405px);
    padding-left: .15rem;
    overflow-y: auto;
}

.account-operation-row[b-u25flgn7k6] {
    box-shadow: 0 1px 2px rgba(15, 23, 42, .05);
}

.account-operation-row p[b-u25flgn7k6] {
    font-size: .82rem;
    line-height: 1.55;
}

.account-operation-row .action-btn[b-u25flgn7k6] {
    width: 28px;
    height: 28px;
}

.account-view-page .account-fact[b-u25flgn7k6],
.account-view-page .account-balance-item[b-u25flgn7k6] {
    background: #fff;
    border-color: #e7ebf0;
}

.account-view-page .account-balance-card[b-u25flgn7k6],
.account-view-page .account-operations-card[b-u25flgn7k6] {
    background: #fff;
    border-color: #e7ebf0;
    border-radius: .85rem;
}

.account-view-page .account-balance-card .card-header[b-u25flgn7k6],
.account-view-page .account-operations-card .card-header[b-u25flgn7k6] {
    padding: .6rem .75rem;
    background: #fff;
    border-bottom: 1px solid #eef1f5;
}

.account-view-page .account-balance-card .card-header h6[b-u25flgn7k6],
.account-view-page .account-operations-card .card-header h6[b-u25flgn7k6] {
    color: #172033 !important;
}

.account-view-page .account-balance-card .card-header i[b-u25flgn7k6],
.account-view-page .account-operations-card .card-header i[b-u25flgn7k6] {
    color: #64748b;
}

.account-view-page .account-operation-list[b-u25flgn7k6] {
    min-height: 320px;
    max-height: none;
}

.account-view-page .account-operation-row[b-u25flgn7k6] {
    border-color: #e7ebf0 !important;
    box-shadow: none;
}

@media (max-width: 900px) {
    .account-view-dialog[b-u25flgn7k6] {
        width: calc(100vw - .5rem);
        max-width: calc(100vw - .5rem);
        height: calc(100vh - .5rem);
        margin: .25rem;
    }

    .account-view-header[b-u25flgn7k6] {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-view-page-header[b-u25flgn7k6] {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-view-title small[b-u25flgn7k6] {
        max-width: 90vw;
    }

    .account-view-header-actions[b-u25flgn7k6] {
        width: 100%;
    }

    .account-facts-grid[b-u25flgn7k6] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-operation-list[b-u25flgn7k6] {
        max-height: none;
    }
}
