/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8uft5sm3nx] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f4f7fa;
}

main[b-8uft5sm3nx] {
    flex: 1;
    min-width: 0;
    background: #f4f7fa;
}

.sidebar[b-8uft5sm3nx] {
    background: linear-gradient( 180deg, #082f3a 0%, #0a3d49 55%, #07323d 100% );
    box-shadow: 4px 0 24px rgba(15, 23, 42, 0.08);
    position: relative;
    z-index: 5;
}

.top-row[b-8uft5sm3nx] {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
    padding-inline: 2rem;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
    position: sticky;
    top: 0;
    z-index: 4;
}

.language-label[b-8uft5sm3nx] {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
    margin-inline-end: 0.35rem;
}

.company-context[b-8uft5sm3nx] {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    max-width: 42%;
    min-height: 36px;
    margin-inline-end: auto;
    padding: 0.4rem 0.8rem;
    border: 1px solid #b7e1dc;
    border-radius: 10px;
    background: #e7f5f3;
}

.company-context-name[b-8uft5sm3nx] {
    min-width: 0;
    overflow: hidden;
    color: #0f5f59;
    font-size: 0.9rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-context.no-company[b-8uft5sm3nx] {
    border-color: #e2e8f0;
    background: #f8fafc;
}

    .company-context.no-company .company-context-name[b-8uft5sm3nx] {
        color: #64748b;
        font-weight: 700;
    }

.company-selector-form[b-8uft5sm3nx] {
    min-width: 0;
    max-width: 42%;
    margin-inline-end: auto;
}

.company-selector[b-8uft5sm3nx] {
    width: 100%;
    min-height: 38px;
    padding: 0.4rem 2.2rem 0.4rem 0.8rem;
    border: 1px solid #86d2c9;
    border-radius: 10px;
    outline: none;
    background-color: #e7f5f3;
    color: #0f5f59;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 800;
    cursor: pointer;
}

    .company-selector:focus[b-8uft5sm3nx] {
        border-color: #0f766e;
        box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.15);
    }

.top-row a[b-8uft5sm3nx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    color: #1f2937;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 120ms ease, color 120ms ease;
}

    .top-row a:hover[b-8uft5sm3nx] {
        background: #e7f5f3;
        color: #0f766e;
    }

.content[b-8uft5sm3nx] {
    width: 100%;
    padding: 2rem 2.25rem 3rem;
}


@media (max-width: 640.98px) {

    .top-row[b-8uft5sm3nx] {
        height: auto;
        padding: 0.65rem 1rem;
        flex-wrap: wrap;
    }

    .company-context[b-8uft5sm3nx] {
        order: -1;
        width: 100%;
        max-width: none;
        margin-inline-end: 0;
    }

    .company-selector-form[b-8uft5sm3nx] {
        order: -1;
        width: 100%;
        max-width: none;
        margin-inline-end: 0;
    }

    .content[b-8uft5sm3nx] {
        padding: 1.25rem 1rem 2rem;
    }
}


@media (min-width: 641px) {

    .page[b-8uft5sm3nx] {
        flex-direction: row;
    }

    .sidebar[b-8uft5sm3nx] {
        width: 250px;
        min-width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}


#blazor-error-ui[b-8uft5sm3nx] {
    color-scheme: light only;
    background: #fff8db;
    border-top: 1px solid #ead794;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(15, 23, 42, 0.08);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-8uft5sm3nx] {
        cursor: pointer;
        position: absolute;
        inset-inline-end: 0.75rem;
        top: 0.5rem;
    }

.current-user[b-8uft5sm3nx] {
    margin-inline-start: 0.75rem;
    padding-inline-start: 1rem;
    border-inline-start: 1px solid #e2e8f0;
    color: #1f2937;
    font-size: 0.85rem;
    font-weight: 700;
}

.logout-form[b-8uft5sm3nx] {
    margin: 0;
}

.logout-button[b-8uft5sm3nx] {
    min-height: 32px;
    padding: 0.35rem 0.75rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #0f766e;
    font-size: 0.85rem;
    font-weight: 700;
}

    .logout-button:hover[b-8uft5sm3nx] {
        background: #e7f5f3;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8450s72qs4] {
    appearance: none;
    cursor: pointer;
    width: 3.25rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.65rem;
    inset-inline-end: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 9px;
    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.72%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.65rem rgba(255, 255, 255, 0.06);
}

    .navbar-toggler:checked[b-8450s72qs4] {
        background-color: rgba(255, 255, 255, 0.15);
    }

.top-row[b-8450s72qs4] {
    min-height: 64px;
    display: flex;
    align-items: center;
    padding-inline: 1.35rem;
    background: rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.container-fluid[b-8450s72qs4] {
    padding: 0;
}

.navbar-brand[b-8450s72qs4] {
    color: #ffffff !important;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    text-decoration: none;
}

    .navbar-brand[b-8450s72qs4]::after {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-inline-start: 7px;
        border-radius: 50%;
        background: #2dd4bf;
        vertical-align: middle;
    }

.bi[b-8450s72qs4] {
    display: inline-block;
    position: relative;
    width: 1.18rem;
    height: 1.18rem;
    margin-inline-end: 0.8rem;
    top: -1px;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-8450s72qs4] {
    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-8450s72qs4] {
    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-8450s72qs4] {
    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-currency-exchange-nav-menu[b-8450s72qs4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 10.5c0 .828.895 1.5 2 1.5s2-.672 2-1.5S7.105 9 6 9s-2-.672-2-1.5S4.895 6 6 6s2 .672 2 1.5a.5.5 0 0 1-1 0c0-.276-.448-.5-1-.5s-1 .224-1 .5.448.5 1 .5c1.657 0 3 1.12 3 2.5S7.657 13 6 13s-3-1.12-3-2.5a.5.5 0 0 1 1 0z'/%3E%3Cpath d='M6.5 4.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 1 0zm0 8v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 1 0zM11.5 2a.5.5 0 0 1 .5.5V4h1.5a.5.5 0 0 1 0 1H12v1.5a.5.5 0 0 1-1 0V5H9.5a.5.5 0 0 1 0-1H11V2.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-8450s72qs4] {
    font-size: 0.9rem;
    padding: 0 0.75rem 0.35rem;
}

    .nav-item:first-of-type[b-8450s72qs4] {
        padding-top: 1.25rem;
    }

    .nav-item:last-of-type[b-8450s72qs4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8450s72qs4]  .nav-link {
        width: 100%;
        min-height: 44px;
        display: flex;
        align-items: center;
        padding: 0.65rem 0.9rem;
        color: #cfe0e3;
        background: transparent;
        border: 1px solid transparent;
        border-radius: 10px;
        font-weight: 600;
        line-height: 1.2;
        text-decoration: none;
        transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
    }

    .nav-item[b-8450s72qs4]  a.active {
        color: #ffffff;
        background: rgba(45, 212, 191, 0.14);
        border-color: rgba(45, 212, 191, 0.18);
        border-inline-start: 3px solid #2dd4bf;
    }

    .nav-item[b-8450s72qs4]  .nav-link:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.07);
    }

.nav-scrollable[b-8450s72qs4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-8450s72qs4] {
    display: block;
}

@media (min-width: 641px) {

    .navbar-toggler[b-8450s72qs4] {
        display: none;
    }

    .nav-scrollable[b-8450s72qs4] {
        display: block;
        height: calc(100vh - 64px);
        overflow-y: auto;
        padding-bottom: 1rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xfpnluxviz],
.components-reconnect-repeated-attempt-visible[b-xfpnluxviz],
.components-reconnect-failed-visible[b-xfpnluxviz],
.components-pause-visible[b-xfpnluxviz],
.components-resume-failed-visible[b-xfpnluxviz],
.components-rejoining-animation[b-xfpnluxviz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xfpnluxviz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xfpnluxviz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xfpnluxviz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xfpnluxviz],
#components-reconnect-modal.components-reconnect-retrying[b-xfpnluxviz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xfpnluxviz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xfpnluxviz],
#components-reconnect-modal.components-reconnect-failed[b-xfpnluxviz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xfpnluxviz] {
    display: block;
}


#components-reconnect-modal[b-xfpnluxviz] {
    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-xfpnluxviz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xfpnluxviz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xfpnluxviz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xfpnluxviz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xfpnluxviz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xfpnluxviz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xfpnluxviz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xfpnluxviz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xfpnluxviz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xfpnluxviz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xfpnluxviz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xfpnluxviz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xfpnluxviz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xfpnluxviz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xfpnluxviz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xfpnluxviz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xfpnluxviz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xfpnluxviz {
    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/Home.razor.rz.scp.css */
.sf-management-dashboard[b-2wsibaiw4z] {
    width: 100%;
}


.sf-dashboard-header[b-2wsibaiw4z] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 1rem;
}


    .sf-dashboard-header h1[b-2wsibaiw4z] {
        margin: 0;
        color: #172033;
        font-size: 1.8rem;
        font-weight: 750;
        letter-spacing: -0.03em;
    }


.sf-dashboard-subtitle[b-2wsibaiw4z] {
    margin-top: 0.2rem;
    color: #64748b;
    font-size: 0.9rem;
}


.sf-dashboard-header-actions[b-2wsibaiw4z] {
    display: flex;
    align-items: flex-end;
    gap: 0.75rem;
}


.sf-period-selector[b-2wsibaiw4z] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    color: #64748b;
    font-size: 0.74rem;
    font-weight: 700;
}


    .sf-period-selector select[b-2wsibaiw4z] {
        min-width: 172px;
        height: 38px;
        padding: 0 0.75rem;
        color: #334155;
        background: #ffffff;
        border: 1px solid #d8e0e8;
        border-radius: 10px;
        outline: none;
    }


        .sf-period-selector select:focus[b-2wsibaiw4z] {
            border-color: #14b8a6;
            box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.1);
        }


.sf-refresh-button[b-2wsibaiw4z] {
    height: 38px;
    padding: 0 1rem;
    color: #0f766e;
    background: #ffffff;
    border: 1px solid #b8d9d5;
    border-radius: 10px;
    font-weight: 700;
}

.sf-margin-positive[b-2wsibaiw4z] {
    color: #15803d !important;
    font-weight: 750;
}


.sf-margin-negative[b-2wsibaiw4z] {
    color: #c2413b !important;
    font-weight: 750;
}
    .sf-refresh-button:hover[b-2wsibaiw4z] {
        background: #edf9f7;
    }


.sf-dashboard-loading[b-2wsibaiw4z] {
    display: flex;
    justify-content: center;
    padding: 4rem 1rem;
}


/* QUICK ACTIONS */

.sf-action-strip[b-2wsibaiw4z] {
    display: grid;
    grid-template-columns: repeat( 4, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}


.sf-action-card[b-2wsibaiw4z] {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    padding: 0.75rem 1rem;
    color: #0f625e;
    background: #ffffff;
    border: 1px solid #dbe4ea;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.035);
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}


    .sf-action-card:hover[b-2wsibaiw4z] {
        color: #0f766e;
        border-color: #9bd4cd;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.07);
        transform: translateY(-1px);
    }


.sf-action-card > span:last-child[b-2wsibaiw4z] {
    min-width: 0;
}

.sf-action-value[b-2wsibaiw4z] {
    display: block;
    max-width: 100%;
    margin-top: 0.1rem;
    font-size: clamp(0.68rem, 0.9vw, 0.82rem);
    font-weight: 800;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sf-action-symbol[b-2wsibaiw4z] {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f766e;
    background: #e7f5f3;
    border-radius: 9px;
    font-size: 1rem;
    font-weight: 800;
}


/* KPI CARDS */

.sf-kpi-grid[b-2wsibaiw4z] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.sf-kpi-card-link[b-2wsibaiw4z] {
    display: block;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}


    .sf-kpi-card-link .sf-kpi-card[b-2wsibaiw4z] {
        height: 100%;
        transition: transform 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
    }


    .sf-kpi-card-link:hover .sf-kpi-card[b-2wsibaiw4z] {
        border-color: #9bd4cd;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.07);
        transform: translateY(-1px);
    }

.sf-kpi-card[b-2wsibaiw4z] {
    min-height: 126px;
    position: relative;
    display: block;
    min-width: 0;
    padding: 1rem;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dfe6ec;
    border-radius: 14px;
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.045);
}


.sf-kpi-icon[b-2wsibaiw4z] {
    width: 38px;
    height: 38px;
    position: absolute;
    inset-block-start: 1rem;
    inset-inline-start: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.9rem;
    font-weight: 800;
}


.sf-kpi-teal
.sf-kpi-icon[b-2wsibaiw4z] {
    color: #0f766e;
    background: #dff4f1;
}


.sf-kpi-blue
.sf-kpi-icon[b-2wsibaiw4z] {
    color: #0b7285;
    background: #e0f1f5;
}


.sf-kpi-amber
.sf-kpi-icon[b-2wsibaiw4z] {
    color: #a16207;
    background: #fff2c7;
}


.sf-kpi-red
.sf-kpi-icon[b-2wsibaiw4z] {
    color: #b42318;
    background: #fee4e2;
}


.sf-kpi-content[b-2wsibaiw4z] {
    width: 100%;
    min-width: 0;
}


.sf-kpi-label[b-2wsibaiw4z] {
    min-height: 38px;
    padding-inline-start: 3rem;
    color: #526071;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.25;
}


.sf-kpi-value[b-2wsibaiw4z] {
    width: 100%;
    min-width: 0;
    margin-top: 0.55rem;
    color: #123c42;
    font-size: clamp(1.2rem, 1.38vw, 1.95rem);
    font-weight: 760;
    line-height: 1.08;
    font-variant-numeric: tabular-nums;
}


.sf-kpi-note[b-2wsibaiw4z] {
    margin-top: 0.45rem;
    color: #718096;
    font-size: 0.75rem;
}


.sf-note-danger[b-2wsibaiw4z] {
    color: #c2413b;
}


.sf-note-success[b-2wsibaiw4z] {
    color: #15803d;
}


/* MAIN PANELS */

.sf-dashboard-two-column[b-2wsibaiw4z] {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
    gap: 0.9rem;
}


.sf-dashboard-panel[b-2wsibaiw4z] {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #dfe6ec;
    border-radius: 14px;
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.045);
    overflow: hidden;
}

.sf-dashboard-panel-clickable[b-2wsibaiw4z] {
    cursor: pointer;
    transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

    .sf-dashboard-panel-clickable:hover[b-2wsibaiw4z] {
        border-color: #9bd4cd;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.07);
        transform: translateY(-1px);
    }

.sf-panel-header-actions[b-2wsibaiw4z] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.sf-panel-header[b-2wsibaiw4z] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1rem 0.85rem;
    border-bottom: 1px solid #eef2f6;
}


    .sf-panel-header h2[b-2wsibaiw4z] {
        margin: 0;
        color: #1f2937;
        font-size: 1rem;
        font-weight: 750;
    }


    .sf-panel-header p[b-2wsibaiw4z] {
        margin: 0.2rem 0 0;
        color: #8290a3;
        font-size: 0.74rem;
    }


    .sf-panel-header a[b-2wsibaiw4z] {
        flex-shrink: 0;
        color: #0f766e;
        font-size: 0.76rem;
        font-weight: 700;
        text-decoration: none;
    }


.sf-table-wrap[b-2wsibaiw4z] {
    width: 100%;
    overflow-x: auto;
}


.sf-dashboard-table[b-2wsibaiw4z] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.78rem;
}


    .sf-dashboard-table th[b-2wsibaiw4z] {
        padding: 0.65rem 0.8rem;
        color: #667085;
        background: #fbfcfd;
        border-bottom: 1px solid #e8edf2;
        font-weight: 750;
        text-align: start;
        white-space: nowrap;
    }


    .sf-dashboard-table td[b-2wsibaiw4z] {
        padding: 0.7rem 0.8rem;
        color: #344054;
        border-bottom: 1px solid #eef2f6;
        vertical-align: middle;
    }


    .sf-dashboard-table
    tbody
    tr:last-child
    td[b-2wsibaiw4z] {
        border-bottom: 0;
    }


    .sf-dashboard-table
    tbody
    tr:hover
    td[b-2wsibaiw4z] {
        background: #fbfefd;
    }


.sf-table-secondary[b-2wsibaiw4z] {
    display: block;
    max-width: 230px;
    margin-top: 0.12rem;
    color: #98a2b3;
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-attention-table[b-2wsibaiw4z] {
    table-layout: fixed;
}

    .sf-attention-table th[b-2wsibaiw4z] {
        white-space: normal;
        line-height: 1.15;
    }

        .sf-attention-table th:nth-child(1)[b-2wsibaiw4z],
        .sf-attention-table td:nth-child(1)[b-2wsibaiw4z] {
            width: 50%;
        }

        .sf-attention-table th:nth-child(2)[b-2wsibaiw4z],
        .sf-attention-table td:nth-child(2)[b-2wsibaiw4z] {
            width: 18%;
        }

        .sf-attention-table th:nth-child(3)[b-2wsibaiw4z],
        .sf-attention-table td:nth-child(3)[b-2wsibaiw4z] {
            width: 14%;
        }

        .sf-attention-table th:nth-child(4)[b-2wsibaiw4z],
        .sf-attention-table td:nth-child(4)[b-2wsibaiw4z] {
            width: 18%;
        }        .sf-attention-table th:nth-child(2)[b-2wsibaiw4z],
        .sf-attention-table td:nth-child(2)[b-2wsibaiw4z] {
            width: 18%;
        }

        .sf-attention-table th:nth-child(3)[b-2wsibaiw4z],
        .sf-attention-table td:nth-child(3)[b-2wsibaiw4z] {
            width: 30%;
        }

.sf-number-cell[b-2wsibaiw4z] {
    text-align: end !important;
    font-variant-numeric: tabular-nums;
}


.sf-negative-quantity[b-2wsibaiw4z] {
    color: #c2413b !important;
    font-weight: 750;
}


.sf-positive-quantity[b-2wsibaiw4z] {
    color: #15803d !important;
    font-weight: 750;
}


.sf-empty-state[b-2wsibaiw4z] {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 2rem;
    color: #8491a3;
    text-align: center;
    font-size: 0.82rem;
}


.sf-empty-symbol[b-2wsibaiw4z] {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f766e;
    background: #e7f5f3;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 800;
}


/* RESPONSIVE */

@media (max-width: 1100px) {

    .sf-kpi-grid[b-2wsibaiw4z],
    .sf-action-strip[b-2wsibaiw4z] {
        grid-template-columns: repeat( 2, minmax(0, 1fr));
    }


    .sf-dashboard-two-column[b-2wsibaiw4z] {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 700px) {

    .sf-dashboard-header[b-2wsibaiw4z] {
        flex-direction: column;
        align-items: stretch;
    }


    .sf-dashboard-header-actions[b-2wsibaiw4z] {
        align-items: stretch;
    }


    .sf-period-selector[b-2wsibaiw4z] {
        flex: 1;
    }


        .sf-period-selector
        select[b-2wsibaiw4z] {
            width: 100%;
            min-width: 0;
        }


    .sf-action-strip[b-2wsibaiw4z],
    .sf-kpi-grid[b-2wsibaiw4z] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/InternationalSupplierInvoice.razor.rz.scp.css */
.invoice-item-cell[b-pe4cl66s0u] {
    width: 14rem;
    min-width: 14rem;
    max-width: 16rem;
}

.invoice-selected-item[b-pe4cl66s0u] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.45rem;
    padding: 0.55rem 0.7rem;
    border-inline-start: 3px solid #14b8a6;
    border-radius: 6px;
    background: #f0fdfa;
    color: #0f172a;
    line-height: 1.35;
}

.invoice-selected-item-text[b-pe4cl66s0u] {
    min-width: 0;
}

.invoice-selected-item-code[b-pe4cl66s0u] {
    color: #0f5f59;
    font-size: 0.95rem;
    font-weight: 800;
}

.invoice-selected-item-description[b-pe4cl66s0u] {
    margin-top: 0.15rem;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: normal;
}

.international-rate-card[b-pe4cl66s0u] {
    padding: 1rem;
    border: 1px solid #99f6e4;
    border-radius: 8px;
    background: #f0fdfa;
}
/* /Components/Pages/LocalSupplierInvoice.razor.rz.scp.css */
.invoice-item-cell[b-x0adomnkn7] {
    width: 14rem;
    min-width: 14rem;
    max-width: 16rem;
}

.invoice-selected-item[b-x0adomnkn7] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.45rem;
    padding: 0.55rem 0.7rem;
    border-inline-start: 3px solid #14b8a6;
    border-radius: 6px;
    background: #f0fdfa;
    color: #0f172a;
    line-height: 1.35;
}

.invoice-selected-item-text[b-x0adomnkn7] {
    min-width: 0;
}

.invoice-selected-item-code[b-x0adomnkn7] {
    color: #0f5f59;
    font-size: 0.95rem;
    font-weight: 800;
}

.invoice-selected-item-description[b-x0adomnkn7] {
    margin-top: 0.15rem;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: normal;
}
/* /Components/Pages/MovementHistory.razor.rz.scp.css */
[b-vh2a25czp4] .movement-history-table {
    min-width: 760px;
}

[b-vh2a25czp4] .movement-history-table th {
    white-space: nowrap;
}

[b-vh2a25czp4] .movement-history-table td {
    vertical-align: top;
}

[b-vh2a25czp4] .movement-nowrap {
    white-space: nowrap;
}

[b-vh2a25czp4] .movement-item-code {
    font-weight: 600;
    white-space: nowrap;
}

[b-vh2a25czp4] .movement-secondary-text {
    color: var(--mud-palette-text-secondary);
    display: block;
    line-height: 1.25;
    margin-top: 0.15rem;
    max-width: 16rem;
}

[b-vh2a25czp4] .movement-quantity {
    font-weight: 600;
}

[b-vh2a25czp4] .movement-reference {
    color: var(--mud-palette-text-secondary);
    display: block;
    font-size: 0.75rem;
    margin-top: 0.15rem;
    white-space: nowrap;
}
/* /Components/Pages/SupplierDebt.razor.rz.scp.css */
.sf-page-header[b-livb35mpx8] {
    margin-bottom: 1rem;
}

.sf-page-header h1[b-livb35mpx8] {
    margin: 0;
    color: #0f2942;
    font-size: clamp(1.7rem, 2.4vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
}

.sf-page-header p[b-livb35mpx8] {
    margin: 0.35rem 0 0;
    color: #64748b;
}

.supplier-debt-total[b-livb35mpx8] {
    text-align: end;
}

@media (max-width: 959px) {
    .supplier-debt-total[b-livb35mpx8] {
        text-align: start;
    }
}
