@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');



html, body {
    font-family: "Noto Sans", sans-serif !important;
}

.rz-text-body1, .rz-text-body2 {
    font-family: "Noto Sans", sans-serif !important;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

@media (max-width: 768px) {
    .rz-layout {
        grid-template-columns: 1fr !important; /* Single column layout */
        grid-template-areas:
            'rz-header'
            'rz-body';
    }

    .rz-sidebar {
        position: absolute !important;
        z-index: 1000 !important;
        width: 80% !important;
        max-width: 300px !important;
        left: 50px !important;
        top: 49px !important;
        bottom: 0 !important;
        background-color: white !important;
        box-shadow: 0px 0 3px rgba(0, 0, 0, 0.3) !important;
    }

        .rz-sidebar.hidden {
            display: none;
        }

    .rz-body {
        grid-area: rz-body !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 768px) {
    .responsive-row .rz-col-3 {
        flex: 0 0 85% !important; /* Show 1 column per row on small screens */
        max-width: 85% !important;
    }
}

@media (min-width: 768px) and (max-width : 992px ) {
    .responsive-row .rz-col-3 {
        flex: 0 0 47% !important;
        max-width: 47% !important;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .responsive-row .rz-col-3 {
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }
}

@media (min-width: 2100px) {
    .responsive-row .rz-col-3 {
        flex: 0 0 18% !important;
        max-width: 18% !important;
    }
}

@media (min-width: 600px) and (max-width: 768px) {
    .responsive-row .rz-col-3 {
        flex: 0 0 45% !important;
        max-width: 43% !important;
    }
}
.rz-text-body .rz-column-title{
    font-size:0.873rem !important;
}

.rz-text-body1 {
    font-size: 14px;
}

.rz-text-body2 {
    font-size: 14px !important;
}

.rz-text-body1.active-management-text {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 3px;
    font-size: 25px !important;
    font-weight: 300;
}

.rz-datatable-tfoot td, .rz-grid-table tfoot td {
    padding: 10px !important;
}

.rz-grid-table thead th {
    padding: 0px 10px !important;
}

.rz-grid-table thead {
    border: 1px solid #EDEBE9 !important;
}

.rz-grid-table.rz-grid-gridlines-vertical > thead > tr > th {
    border-bottom: 1px solid #EDEBE9 !important;
}

.rz-grid-table-striped tbody td {
    border-bottom: none !important;
    padding: 5px 10px !important;
}

.rz-group-header {
    background-color: transparent !important;
}

.rz-switch {
    width: 3rem !important;
    min-width: 3rem !important;
    height: 1.75rem !important;
}

    .rz-switch .rz-switch-circle:before {
        width: 1rem !important;
        height: 1rem !important;
        margin-block-start: -0.500rem !important;
    }

.rz-grid-table thead th .rz-column-title {
    padding: 0px !important;
}

.rz-data-grid {
    border-radius: 4px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-18 {
    font-size: 18px !important;
}

.rz-button.rz-secondary.rz-variant-flat {
    background-color: #E2E2E2;
    color: #323130;
}

.staff-card {
    border-color: #EDEBE9;
    padding: 10px;
}

.staff-input-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.staff-counter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.numeric-inputbox .rz-numeric-button {
    display: none !important;
}

@media (min-width: 1301px) {
    .responsive-column {
        display: flex;
        justify-content: center;
    }

    .rz-dropdown-label {
        font-weight: 500;
    }

    .engagement-card.rz-card.rz-variant-filled {
        height: fit-content;
        margin-top: 42px;
    }

    .icon.icon-active {
        border-left: 2px solid #009CDB;
        background: rgba(0, 0, 0, 0.10);
        padding-bottom: 11px;
        padding-top: 11px;
    }

    .icon.icon-inactive {
        background-color: transparent;
        padding-bottom: 11px;
        padding-top: 11px;
    }

    .hover-datagrid td {
        background-color: var(--hover-bg-color) !important;
    }


    .Manage-staf-dialog-class .rz-dialog-titlebar {
        padding: 0px !important;
        display: none;
    }

    .Manage-staf-dialog-class .rz-dialog-content {
        padding: 0px !important;
    }

        .Manage-staf-dialog-class .rz-dialog-content .engagement-card.rz-card.rz-variant-filled {
            margin-top: 0px;
        }

    .rz-numeric input[type=text] {
        padding: 0px !important;
        text-align: center
    }
}

.rz-button.rz-variant-outlined.rz-primary.rz-shade-default {
    border: 1px solid !important;
}

.rz-data-row {
    cursor: pointer;
}

.rz-datatable-loading-content .rzi-circle-o-notch {
    margin-top: 40px !important;
}

.custom-budget-column {
    background-color: var(--custom-budget-column-background-color) !important;
}

@media (max-width: 767px) {

    .rz-row > .rz-col-6 {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 12px !important;
    }
}

.rz-grid-row:hover {
    background-color: #F9F9F8 !important;
    cursor: pointer;
}

.rz-grid-filter-active {
    color: #009CDB !important;
}

.grid-width .rz-grid-table {
    max-width: 100%;
    width: fit-content;
}

.rz-grid-table tfoot td {
    padding: 0px !important;
}

.width-for-staff-column {
    max-width: 150px !important;
    min-width: 100px !important
}

.Manage-staf-dialog-class .rz-dialog-content .engagement-card.rz-card.rz-variant-filled {
    background-color: var(--rz-dialog-background-color);
    padding: 20px !important;
}

.text-18 {
    font-size: 18px !important;
}

.rz-stack.rz-display-flex.rz-flex-column.rz-align-items-normal.rz-justify-content-normal.footer-total-text {
    height: 37px;
    border-bottom: var(--border-color-footer);
    padding: 6px 10px;
    justify-content: center !important;
    background-color: var(--footer-total-text);
}

    .rz-stack.rz-display-flex.rz-flex-column.rz-align-items-normal.rz-justify-content-normal.footer-total-text.staff-column-border {
        height: 37px;
        border-bottom: none !important;
        padding: 6px 10px;
        justify-content: center !important;
    }


.footer-wip-text {
    background-color: var(--background-color-footer);
    height: 37px;
    justify-content: center !important;
    padding-top: 6px;
    padding: 6px 10px;
}

.rz-text-body1.small-gray-text {
    color: var(--small-gray-text-color);
    font-size: 10px !important;
    margin-bottom: 0px !important;
}

.header-grid {
    height: 18px;
}

.monitor-grid .rz-grid-table-striped tbody td {
    padding: 8px 10px !important;
}

.font-weight-600 {
    font-weight: 600;
}

.rz-grid-table tfoot td {
    border-bottom: var(--border-color-footer);
}

.last-updated-text {
    color: var(--last-updated-text-color);
    font-style: italic !important;
}

.total-footer-height {
    height: 40px;
    border-bottom: var(--border-color-footer);
    padding: 6px 10px;
}

.wip-footer-height {
    height: 40px;
    justify-content: right !important;
    padding: 6px 10px;
}

.rz-text-body1.italic-text-wip {
    color: var(--small-gray-text-color);
    font-size: 10px !important;
    margin-bottom: 0px !important;
    margin-top: 3px !important;
    font-style: italic
}

.rz-text-body1.text-staff-columns {
    color: var(--small-gray-text-color);
    font-size: 10px !important;
    margin-bottom: 0px !important;
    margin-top: 3px !important;
}

.rz-text-body1.footer-small-text {
    color: var(--small-gray-text-color);
    font-size: 10px !important;
    margin-bottom: 0px;
}
.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.cancel-btn {
    background-color: #FFFFFF;
    color: #009CDB;
    border: 1px solid #009CDB;
    border-radius: 4px;
    padding: 5px 20px;
    margin-right: 7px;
    font-weight: 600;
}

.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.save-btn {
    padding: 6px 28px;
}

.manage-staff-btn-position {
    position: absolute;
    right: 15px;
}

.hover-datagrid td {
    background-color: var(--hover-bg-color) !important;
}

.rzi.chevron-icon-color {
    color:var(--chevron-icon-color) !important;
    font-size: 24px;
    font-weight: 300;
}

.pagetitle-ellipse {
    font-weight: 400 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex-shrink: 1;
    font-size:16px !important;
}

.pagesubtitle-ellipse {
    font-weight: 400 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex-shrink: 1;
    font-size: 16px !important;
}

.rz-dropdown.year-dropdown{
    cursor:pointer;
}


@media (min-width:1350px) and (max-width: 1415px) {
    .rz-dropdown.year-dropdown {
        width: 130px !important;
    }
}

    @media (min-width:1305px) and (max-width: 1520px) {
        .rz-dropdown.year-dropdown {
            width: 130px !important;
        }
        .rz-row > .rz-col-7.responsive-column-size {
            flex: 0 0 50%; /* Adjust percentage as needed to increase width */
            max-width: 50%;
        }

        .rz-row > .rz-col-5.responsive-column-size {
            flex: 0 0 47%; /* Adjust percentage as needed to increase width */
            max-width: 47%;
        }
        .rz-button.rz-button-md.rz-variant-flat.rz-primary.rz-shade-default.manage-staff-button {
            margin-right: 0px
        }
    }
@media (max-width:1304px) {
    .rz-dropdown.year-dropdown {
        width: 130px !important;
    }

    .rz-row > .rz-col-7.responsive-column-size {
        flex: 0 0 43%;
        max-width: 43%;
    }

    .rz-row > .rz-col-5.responsive-column-size {
        flex: 1 0 53%;
        max-width: 53%;
    }
    .rz-button.rz-button-md.rz-variant-flat.rz-primary.rz-shade-default.manage-staff-button {
        margin-right: 0px
    }
}

    @media (max-width: 1287px) {
        .rz-dropdown.year-dropdown {
            width: 100px !important;
        }

        .pagetitle-ellipse {
            display: none;
        }

        .last-updated-date-column {
            display: none !important;
        }

        .pagesubtitle-ellipse {
            display: none;
        }

        .header-star-icon {
            display: none;
        }

        .rzi.chevron-icon-color {
            display: none;
        }
        .rz-row > .rz-col-7.responsive-column-size {
            flex: 0 0 30%; /* Adjust percentage as needed to increase width */
            max-width: 30%;
        }

        .rz-row > .rz-col-5.responsive-column-size {
            flex: 0 0 65%; /* Adjust percentage as needed to increase width */
            max-width: 65%;
        }
        .rz-button.rz-button-md.rz-variant-flat.rz-primary.rz-shade-default.manage-staff-button {
            margin-right: 0px
        }
        .rz-row > .rz-col-6.responsive-column-size.responsive-width {
            flex: 0 0 25% !important;
            max-width: 25% !important;
        }
        .rz-row > .rz-col-6.responsive-column-size.responsive-width-2 {
            flex: 0 0 68% !important;
            max-width: 68% !important;
            
        }
    }

@media (min-width:800px) and (max-width: 1000px) {

    .rz-row > .rz-col-7.responsive-column-size {
        flex: 0 0 24%;
        max-width: 24%;
    }

    .rz-row > .rz-col-5.responsive-column-size {
        flex: 1 0 74%;
        max-width: 74%;
    }
    
    .rz-button.rz-button-md.rz-variant-flat.rz-primary.rz-shade-default.manage-staff-button {
        padding: 10px
    }
    .rz-button.rz-button-md.rz-variant-flat.rz-primary.rz-shade-default.manage-staff-button {
        margin-right: 0px
    }

}

@media (max-width: 800px) {
    .rz-dropdown.year-dropdown {
        width: 100px !important;
    }

    .rz-button.rz-button-md.rz-variant-flat.rz-primary.rz-shade-default.manage-staff-button{
        padding:5px
    }
    .rz-stack.rz-display-flex.rz-flex-column.rz-align-items-normal.rz-justify-content-normal.last-updated-date-column{
        display:none !important;
    }
    .rz-button.rz-button-md.rz-variant-flat.rz-primary.rz-shade-default.manage-staff-button {
        margin-right: 0px
    }

}

@media (max-width: 900px) {
    .rz-dropdown.year-dropdown {
        width: 100px !important;
    }
    .rz-button.rz-button-md.rz-button-text-only {
        padding: 5px
    }
    .rz-button.rz-button-md.rz-variant-flat.rz-primary.rz-shade-default.manage-staff-button {
        padding: 5px
    }
    .rz-button.rz-button-md.rz-variant-flat.rz-primary.rz-shade-default.manage-staff-button {
        margin-right: 0px
    }

}

@media (max-width: 710px) {
    .lbmc-logo {
        height: 25px !important;
    }
    .rz-button.rz-button-md.rz-variant-flat.rz-primary.rz-shade-default.manage-staff-button {
        margin-right: 0px
    }
}

    .h-3rem {
        height: 3rem;
    }

    .align-item-center {
        align-items: center;
    }

    .lbmc-logo {
        height: 30px;
        margin-left: 10px;
        cursor: pointer
    }

.rz-dropdown.year-dropdown {
    width: 200px;
    background-color: var(--rz-dropdownyear-dropdown-bg-color) !important;
    border : none !important;
}

.rz-button.rz-button-md.rz-variant-flat.rz-primary.rz-shade-default.manage-staff-button {
    margin-right: 16px
}

.footer-wip-text b, .total-footer-height b, .wip-footer-height b, .footer-total-text b, .card-font b, .card-font p {
    font-size: 0.813rem;
}

.rz-data-grid {
    max-width: 100%;
    width: fit-content;
    border-color:transparent;
}

.rz-text-body1.pagetitle-ellipse, .rz-text-body1.pagesubtitle-ellipse {
    color: var(--rz-pagetitle-ellipse);
}

.rz-data-grid.staff-grid {
    border: 1px solid rgb(221 221 221 / 50%) !important;
}

.rz-lookup-panel .rz-data-grid {
    height: 200px !important;
}

.rz-lookup-search .rz-button.rz-button-md.rz-button-icon-only.rz-primary {
    background-color: #009CDB;
}

.rz-grid-table tfoot tr:last-child > td:first-child {
    border-left: 3px solid #009CDB;
}

.rz-grid-table tfoot tr:first-child > td {
    border-top: var(--border-color-footer);
}

.rz-button.rz-button-md.rz-variant-flat.rz-primary.rz-shade-default.manage-staff-button {
    margin-right: 16px
}

.rz-card.rz-variant-filled.monitor-card-style {
    border-radius: 0px !important;
    background-color: var(--rz-monitor-card-color);
    height: 60px;
    align-items: center;
}

.card-border-total-fee {
    border-left: 3px solid #009CDB;
}

.card-border-realization {
    border-left: 3px solid red;
}

.card-border-wip {
    border-left: 3px solid #008000;
}


@media (min-width: 1288px) and (max-width:1490px){
    .rz-row > .rz-col-6.responsive-column-size.responsive-width {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }

    .rz-row > .rz-col-6.responsive-column-size.responsive-width-2 {
        flex: 0 0 58% !important;
        max-width: 58% !important;
    }
}

@media (min-width: 980px) and (max-width:1098px) {
    .rz-row > .rz-col-6.responsive-column-size.responsive-width {
        flex: 0 0 24% !important;
        max-width: 24% !important;
    }

    .rz-row > .rz-col-6.responsive-column-size.responsive-width-2 {
        flex: 0 0 74% !important;
        max-width: 74% !important;
    }
}

@media (max-width: 980px)  {
    .last-updated-text{
        display:none;
    }
}


@media (min-width: 767px) and (max-width:912px) {
    .rz-row > .rz-col-6.responsive-column-size.responsive-width {
        flex: 0 0 14% !important;
        max-width: 17% !important;
    }

    .rz-row > .rz-col-6.responsive-column-size.responsive-width-2 {
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }

    .lbmc-logo {
        height: 26px;
        margin-left: 6px;
    }
}

.rz-button.rz-button-md.rz-variant-flat.rz-secondary.rz-shade-default.manage-staff-button{
    margin-right:14px;
}

.rz-text-subtitle2.favorite-gray-text {
    color: var(--rz-favorite-color);
    font-size: 12px;
}
.rz-text-body1.client-name {
    font-weight: 500 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex-shrink: 1;
    font-size: 14px !important;
    color: var(--rz-client-name-color);
}

.rz-card.rz-variant-filled.favorite-card {
    background-color: var(--rz-monitor-card-color);
    padding-bottom:0px !important;
}
.rz-progressbar-determinate.rz-progressbar-primary .rz-progressbar-value {
    background-color: #009CDB !important;
    border-radius: 10px !important;
}
.rz-progressbar-label-value {
    background-color: #D9D9D9 !important;
    border-radius: 8px !important;
    border-color: #D9D9D9 !important;
}
.rz-progressbar-label {
    position: absolute !important;
    inset-inline: 0 !important;
    inset-block-start: 50% !important;
    margin-top: calc(-1* var(--rz-progressbar-height) / 2) !important;
    text-align: center !important;
    font-size: var(--rz-progressbar-font-size) !important;
    line-height: var(--rz-progressbar-height) !important;

}

.rz-text-subtitle2.favorite-gray-text.rz-client-name-color {
    color: var(--rz-client-name-color);
    font-weight: 500;
}
.rz-progressbar{
    background-color:transparent !important;
}

.header-star-icon {
    width:18px;
    margin-left:8px;
    cursor:pointer
}