/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-bkl6c2dzgk] {
    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-bkl6c2dzgk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vvv2x5imfy],
.components-reconnect-repeated-attempt-visible[b-vvv2x5imfy],
.components-reconnect-failed-visible[b-vvv2x5imfy],
.components-pause-visible[b-vvv2x5imfy],
.components-resume-failed-visible[b-vvv2x5imfy],
.components-rejoining-animation[b-vvv2x5imfy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-vvv2x5imfy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-vvv2x5imfy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-vvv2x5imfy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-vvv2x5imfy],
#components-reconnect-modal.components-reconnect-retrying[b-vvv2x5imfy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-vvv2x5imfy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-vvv2x5imfy],
#components-reconnect-modal.components-reconnect-failed[b-vvv2x5imfy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-vvv2x5imfy] {
    display: block;
}


#components-reconnect-modal[b-vvv2x5imfy] {
    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-vvv2x5imfy 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-vvv2x5imfy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-vvv2x5imfy 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-vvv2x5imfy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-vvv2x5imfy 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-vvv2x5imfy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-vvv2x5imfy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-vvv2x5imfy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-vvv2x5imfy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-vvv2x5imfy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-vvv2x5imfy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-vvv2x5imfy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-vvv2x5imfy] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-vvv2x5imfy] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-vvv2x5imfy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-vvv2x5imfy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-vvv2x5imfy] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-vvv2x5imfy {
    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/PProject/Details.razor.rz.scp.css */
.breadcrumbs[b-ycljqy2h2v] {
    border: 1px solid #cbd2d9;
    border-radius: 0.3rem;
    overflow: hidden;
    width: 100%;
}

.breadcrumbs-item[b-ycljqy2h2v] {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    height: 100px;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 0em 0.5em 0em 1em;
    position: relative;
    transition: background 0.2s linear;
}

    .breadcrumbs-item span[b-ycljqy2h2v] {
        align-self: center;
    }

    .breadcrumbs-item[b-ycljqy2h2v]:after,
    .breadcrumbs-item[b-ycljqy2h2v]:before {
        content: "";
        background: white;
        position: absolute;
        left: 100%;
        bottom: 0;
        top: 0;
        clip-path: polygon(50% 50%, -50% -50%, 0 100%);
        transition: background 0.2s linear;
        width: 1em;
        z-index: 1;
    }

    .breadcrumbs-item:last-child[b-ycljqy2h2v] {
        border-right: none;
        padding: 0em 0.4em 0em 0.8em;
    }

    .breadcrumbs-item[b-ycljqy2h2v]:before {
        background: #cbd2d9;
    }

    .breadcrumbs-item:hover[b-ycljqy2h2v],
    .breadcrumbs-item:hover[b-ycljqy2h2v]:after {
        background: #edf1f5;
    }

    .breadcrumbs-item.is-active[b-ycljqy2h2v],
    .breadcrumbs-item.is-active[b-ycljqy2h2v]:after {
        background-color: #f15b2a;
        color: white;
        font-weight: 600;
    }

        .breadcrumbs-item.is-active:hover[b-ycljqy2h2v],
        .breadcrumbs-item.is-active:hover[b-ycljqy2h2v]:after {
            background-color: #d94e24;
        }

        .breadcrumbs-item.is-active.exception[b-ycljqy2h2v],
        .breadcrumbs-item.is-active.exception[b-ycljqy2h2v]:after {
            background-color: #ffc107;
            color: black;
            font-weight: 600;
        }

            .breadcrumbs-item.is-active.exception:hover[b-ycljqy2h2v],
            .breadcrumbs-item.is-active.exception:hover[b-ycljqy2h2v]:after {
                background-color: #ffca2c;
            }

@media (max-width:767px) {
    .breadcrumbs-item[b-ycljqy2h2v] {
        height: 80px;
        padding: 0;
    }
}
/* /Components/Shared/Dialogs/CashFlowReportDialog.razor.rz.scp.css */
.cashflow-table th[b-m9c99p6794], .cashflow-table td[b-m9c99p6794] {
    font-size: 0.75rem !important;
    padding: 8px 6px !important;
}

.cashflow-table .sticky-col-left[b-m9c99p6794] {
    position: sticky !important;
    left: 0;
    z-index: 20;
    background-color: #f5f5f5 !important;
    box-shadow: 3px 0 8px -4px rgba(0,0,0,0.15);
    min-width: 120px;
    max-width: 160px;
    font-size: 0.75rem !important;
}

.cashflow-table .sticky-col-right[b-m9c99p6794] {
    position: sticky !important;
    right: 0;
    z-index: 20;
    background-color: #f5f5f5 !important;
    box-shadow: -3px 0 8px -4px rgba(0,0,0,0.15);
    min-width: 90px;
    max-width: 120px;
    font-size: 0.75rem !important;
}

.cashflow-table .sticky-header[b-m9c99p6794] {
    position: sticky !important;
    top: 0;
    z-index: 40 !important;
    background-color: #212529 !important;
}

    .cashflow-table .sticky-header th[b-m9c99p6794] {
        background-color: #212529 !important;
        color: white !important;
        border-bottom: 2px solid #495057 !important;
        font-weight: 600;
        white-space: nowrap;
        padding: 8px 6px;
        font-size: 0.75rem !important;
    }

    .cashflow-table .sticky-header .sticky-col-left[b-m9c99p6794],
    .cashflow-table .sticky-header .sticky-col-right[b-m9c99p6794] {
        z-index: 45 !important;
        background-color: #212529 !important;
        color: white !important;
    }

.cashflow-table tfoot .sticky-col-left[b-m9c99p6794],
.cashflow-table tfoot .sticky-col-right[b-m9c99p6794] {
    background-color: #f5f5f5 !important;
    color: #212529 !important;
}

.cashflow-table .sticky-footer[b-m9c99p6794] {
    position: sticky;
    bottom: 0;
    z-index: 40 !important;
    background-color: #f5f5f5 !important;
}

    .cashflow-table .sticky-footer td[b-m9c99p6794] {
        background-color: #f5f5f5 !important;
        color: #212529 !important;
        font-weight: bold;
    }
/* Strong separator border under the second (OUT) row of each date pair */
.cashflow-table tbody tr[style*="border-bottom: 3px solid"][b-m9c99p6794] {
    border-bottom: 3px solid #dee2e6 !important;
}
/* /Components/Shared/Dialogs/Invoices/InvoicesReportPreviewerDialog.razor.rz.scp.css */
.mud-popover .mud-list[b-4pr9nqo5jg] {
    max-height: 250px;
}

/* ==================== STICKY COLUMNS ==================== */
.sticky-col-left[b-4pr9nqo5jg] {
    position: sticky !important;
    left: 0;
    z-index: 20;
    box-shadow: 3px 0 8px -4px rgba(0,0,0,0.15);
}

.sticky-col-right[b-4pr9nqo5jg] {
    position: sticky !important;
    right: 0;
    z-index: 20;
    box-shadow: -3px 0 8px -4px rgba(0,0,0,0.15);
}

/* ==================== STICKY HEADER ==================== */
.sticky-header[b-4pr9nqo5jg] {
    position: sticky !important;
    top: 0;
    z-index: 40 !important;
    background-color: #212529 !important;
    color: white !important;
}

    .sticky-header th[b-4pr9nqo5jg] {
        border-bottom: 2px solid #495057 !important;
        font-weight: 600;
        white-space: nowrap;
        padding: 8px 6px;
        background-color: #212529 !important;
        color: white !important;
    }

    .sticky-header .sticky-col-left[b-4pr9nqo5jg],
    .sticky-header .sticky-col-right[b-4pr9nqo5jg] {
        z-index: 45 !important;
        background-color: #212529 !important;
    }

/* ==================== STICKY FOOTER ==================== */
.sticky-footer[b-4pr9nqo5jg] {
    position: sticky !important;
    bottom: 0;
    z-index: 35 !important;
}

    .sticky-footer td[b-4pr9nqo5jg] {
        font-weight: bold;
        padding: 8px 6px;
    }

    .sticky-footer .sticky-col-left[b-4pr9nqo5jg],
    .sticky-footer .sticky-col-right[b-4pr9nqo5jg] {
        z-index: 40 !important;
    }

/* ==================== SMALL TEXT ==================== */
.small-table[b-4pr9nqo5jg],
.small-table th[b-4pr9nqo5jg],
.small-table td[b-4pr9nqo5jg] {
    font-size: 0.75rem !important;
    line-height: 1.15 !important;
}

    .small-table th[b-4pr9nqo5jg],
    .small-table .sticky-footer td[b-4pr9nqo5jg] {
        font-weight: 600 !important;
        font-size: 0.78rem !important;
    }

/* Month headers and subtotals */
.blue-gray.lighten-5 td[b-4pr9nqo5jg],
.green.lighten-5 td[b-4pr9nqo5jg] {
    font-size: 0.75rem !important;
}
/* /Components/Shared/Dialogs/PurchaseRequisitions/PurchaseRequestsReportPreviewerDialog.razor.rz.scp.css */
.mud-popover .mud-list[b-x2riyxf0is] {
    max-height: 250px;
}

.sticky-col-left[b-x2riyxf0is] {
    position: sticky !important;
    left: 0;
    z-index: 20;
    background-color: inherit;
    box-shadow: 3px 0 8px -4px rgba(0,0,0,0.15);
}

.sticky-col-right[b-x2riyxf0is] {
    position: sticky !important;
    right: 0;
    z-index: 20;
    background-color: inherit;
    box-shadow: -3px 0 8px -4px rgba(0,0,0,0.15);
}

.sticky-header[b-x2riyxf0is] {
    position: sticky !important;
    top: 0;
    z-index: 40 !important;
    background-color: #212529 !important;
}

    .sticky-header th[b-x2riyxf0is] {
        background-color: #212529 !important;
        color: white !important;
        border-bottom: 2px solid #495057 !important;
        font-weight: 600;
        white-space: nowrap;
        padding: 8px 6px;
    }

    .sticky-header .sticky-col-left[b-x2riyxf0is],
    .sticky-header .sticky-col-right[b-x2riyxf0is] {
        z-index: 45 !important;
        background-color: #212529 !important;
        color: white !important;
    }

.sticky-footer[b-x2riyxf0is] {
    position: sticky !important;
    bottom: 0;
    z-index: 35 !important;
    background-color: #212529 !important;
}

    .sticky-footer td[b-x2riyxf0is] {
        background-color: #212529 !important;
        color: white !important;
        font-weight: bold;
        border-top: 2px solid #495057 !important;
        padding: 8px 6px;
    }

    .sticky-footer .sticky-col-left[b-x2riyxf0is],
    .sticky-footer .sticky-col-right[b-x2riyxf0is] {
        z-index: 40 !important;
        background-color: #212529 !important;
        color: white !important;
    }

.small-table[b-x2riyxf0is],
.small-table th[b-x2riyxf0is],
.small-table td[b-x2riyxf0is] {
    font-size: 0.75rem !important;
    line-height: 1.15 !important;
}

    .small-table th[b-x2riyxf0is],
    .small-table .sticky-footer td[b-x2riyxf0is] {
        font-weight: 600 !important;
        font-size: 0.78rem !important;
    }

.blue-gray.lighten-5 td[b-x2riyxf0is],
.green.lighten-5 td[b-x2riyxf0is] {
    font-size: 0.75rem !important;
}
/* /Components/Shared/HeadingTitle.razor.rz.scp.css */
.header-title[b-9puqmhsk0r] {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    line-height: 1.2;
    user-select: none;
    text-transform: uppercase;
}

.ten .header-title[b-9puqmhsk0r] {
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
}

    .ten .header-title[b-9puqmhsk0r]:before {
        background-color: #f15b2a;
        border-radius: 0.25rem;
        content: '';
        display: block;
        height: 0.25rem;
        width: 42px;
        margin-bottom: 1.25rem;
    }
