/* /Components/ConfirmDialog.razor.rz.scp.css */
.confirm-dialog-container[b-o14i4gocx3] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
}

.confirm-dialog[b-o14i4gocx3] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 20rem;
    padding: 2rem;
    border-radius: 1rem;
    background-color: white;
    margin-top: 1.5rem;
    position: relative; /* Ensure the close button is positioned relative to this container */
}

    .confirm-dialog .btn-close[b-o14i4gocx3] {
        position: absolute;
        top: 10px; /* Adjust the vertical position */
        right: 10px; /* Adjust the horizontal position */
        background: none;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        z-index: 2001; /* Ensure it appears above the dialog */
        margin-bottom: 15px;
    }
/* /Components/DeleteConfirmDialog.razor.rz.scp.css */
.confirm-dialog-container[b-j5os73l88f] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
}

.confirm-dialog[b-j5os73l88f] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 20rem;
    padding:2rem;
    border-radius: 1rem;
    background-color: white;
    margin-top: 1.5rem;
    position: fixed;
}
/* /Components/InvoiceCard.razor.rz.scp.css */

.custom-btn-size[b-va3p3vby8e] {
    width: 100px; /* Adjust the width to your preferred size */
    text-align: center; /* Ensure text alignment is consistent */
}

/* Custom modal background color */
.modal-content[b-va3p3vby8e] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-va3p3vby8e] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-va3p3vby8e] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-va3p3vby8e] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-va3p3vby8e] {
    background-color: #4682b4;
    color: white;
}

/* Custom classes for adjusting space */
.custom-row-spacing[b-va3p3vby8e] {
    padding: 8px; /* Adjust padding inside each row */
    margin-bottom: 2px; /* Adjust margin between each row */
}

.custom-gap[b-va3p3vby8e] {
    gap: 2px; /* Adjust gap between columns */
}

.custom-button-width[b-va3p3vby8e] {
    width: 200px;
}
/* /Components/InvoiceForm.razor.rz.scp.css */
.d-flex[b-gu1r8e5zat] {
    display: flex;
}

.justify-content-between[b-gu1r8e5zat] {
    justify-content: space-between;
}

.align-items-center[b-gu1r8e5zat] {
    align-items: center;
}

.text-right[b-gu1r8e5zat] {
    text-align: right;
}

.font-weight-bold[b-gu1r8e5zat] {
    font-weight: bold;
}

.form-group[b-gu1r8e5zat] {
    margin-bottom: 2px;
}

.autocomplete-list option:hover[b-gu1r8e5zat] {
    background-color: lightgray;
    color: black;
}


/* Custom modal background color */
.modal-content[b-gu1r8e5zat] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-gu1r8e5zat] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-gu1r8e5zat] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-gu1r8e5zat] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-gu1r8e5zat] {
    background-color: #4682b4;
    color: white;
}

/* Custom classes for adjusting space */
.custom-row-spacing[b-gu1r8e5zat] {
    padding: 8px; /* Adjust padding inside each row */
    margin-bottom: 2px; /* Adjust margin between each row */
}

.custom-gap[b-gu1r8e5zat] {
    gap: 2px; /* Adjust gap between columns */
}

.custom-button-width[b-gu1r8e5zat] {
    width: 200px;
}

.no-arrows[b-gu1r8e5zat] {
    -moz-appearance: textfield; /* For Firefox */
    -webkit-appearance: none; /* For Chrome, Safari, Edge */
    appearance: none; /* Standard */
}

    .no-arrows[b-gu1r8e5zat]::-webkit-inner-spin-button,
    .no-arrows[b-gu1r8e5zat]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }


/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vr0rucoq1w] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vr0rucoq1w] {
    flex: 1;
}

.sidebar[b-vr0rucoq1w] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vr0rucoq1w] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vr0rucoq1w]  a, .top-row[b-vr0rucoq1w]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-vr0rucoq1w]  a:hover, .top-row[b-vr0rucoq1w]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-vr0rucoq1w]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-vr0rucoq1w] {
        justify-content: space-between;
    }

        .top-row[b-vr0rucoq1w]  a, .top-row[b-vr0rucoq1w]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-vr0rucoq1w] {
        flex-direction: row;
    }

    .sidebar[b-vr0rucoq1w] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vr0rucoq1w] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-vr0rucoq1w]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-vr0rucoq1w], article[b-vr0rucoq1w] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vr0rucoq1w] {
    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[b-vr0rucoq1w] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wfs8giofgk] {
    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-wfs8giofgk] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-wfs8giofgk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wfs8giofgk] {
    font-size: 1.1rem;
}

.bi[b-wfs8giofgk] {
    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-wfs8giofgk] {
    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-wfs8giofgk] {
    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-wfs8giofgk] {
    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-wfs8giofgk] {
    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-wfs8giofgk] {
    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-wfs8giofgk] {
    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-wfs8giofgk] {
    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-wfs8giofgk] {
    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");
}

.parent-nav[b-wfs8giofgk] {
    cursor: pointer;
    background-color: rgba(255,255,255,0.37);
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    margin: 4px;
}

.nav-item[b-wfs8giofgk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-wfs8giofgk] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-wfs8giofgk] {
    padding-bottom: 1rem;
}

    .nav-item[b-wfs8giofgk]  .nav-link {
        color: #d7d7d7;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        margin: 4px;
        background-color: rgba(255,255,255,0.37);
        cursor: pointer;
    }

.nav-item[b-wfs8giofgk]  a.active {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-item[b-wfs8giofgk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
    margin: 5px;
}

.nav-scrollable[b-wfs8giofgk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wfs8giofgk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wfs8giofgk] {
        display: none;
    }

    .nav-scrollable[b-wfs8giofgk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.nav-link.disabled[b-wfs8giofgk] {
    pointer-events: none;
    color: gray;
    cursor: not-allowed;
}
/* /Components/Layout/TradesmenLayout.razor.rz.scp.css */
.page[b-j0ro8rbcew] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-j0ro8rbcew] {
    flex: 1;
}

.sidebar[b-j0ro8rbcew] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-j0ro8rbcew] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-j0ro8rbcew]  a, .top-row[b-j0ro8rbcew]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-j0ro8rbcew]  a:hover, .top-row[b-j0ro8rbcew]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-j0ro8rbcew]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-j0ro8rbcew] {
        justify-content: space-between;
    }

        .top-row[b-j0ro8rbcew]  a, .top-row[b-j0ro8rbcew]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-j0ro8rbcew] {
        flex-direction: row;
    }

    .sidebar[b-j0ro8rbcew] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-j0ro8rbcew] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-j0ro8rbcew]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-j0ro8rbcew], article[b-j0ro8rbcew] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-j0ro8rbcew] {
    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[b-j0ro8rbcew] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/VendorLayout.razor.rz.scp.css */
.page[b-vm3ibits75] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vm3ibits75] {
    flex: 1;
}

.sidebar[b-vm3ibits75] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vm3ibits75] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vm3ibits75]  a, .top-row[b-vm3ibits75]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-vm3ibits75]  a:hover, .top-row[b-vm3ibits75]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-vm3ibits75]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-vm3ibits75] {
        justify-content: space-between;
    }

        .top-row[b-vm3ibits75]  a, .top-row[b-vm3ibits75]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-vm3ibits75] {
        flex-direction: row;
    }

    .sidebar[b-vm3ibits75] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vm3ibits75] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-vm3ibits75]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-vm3ibits75], article[b-vm3ibits75] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vm3ibits75] {
    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[b-vm3ibits75] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Login.razor.rz.scp.css */
.container[b-s9j3ss0h3w] {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.alert[b-s9j3ss0h3w] {
    margin-top: 10px;
}

.logo-container[b-s9j3ss0h3w] {
    margin-top: 20px;
    text-align: center; 
}

.logo[b-s9j3ss0h3w] {
    width: 50%; 
    height: auto; 
    max-width: 40%; 
}
/* /Components/LoginManager.razor.rz.scp.css */
body[b-f6l96bnb9s], html[b-f6l96bnb9s] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.background-container[b-f6l96bnb9s] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('/image/mrts.jpg'); /* Default background image */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content-container[b-f6l96bnb9s] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.form-container[b-f6l96bnb9s] {
    display: flex;
    flex-direction: column;
    margin-left: 100px; /* Default margin for larger screens */
}

.form-box[b-f6l96bnb9s] {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    min-width: 300px;
    max-width: 300px;
    width: 80%;
    background-color: transparent;
    margin-left:20px;
}

.error-message[b-f6l96bnb9s] {
    color: red;
    font-size: 14px;
}

/* Responsive styles for tablets */
@media (max-width: 768px) {
    .form-container[b-f6l96bnb9s] {
        margin-left: 0; /* Remove margin for smaller screens */
        align-items: flex-start;
    }

    .form-box[b-f6l96bnb9s] {
        width: 90%; /* Adjust width for smaller screens */
    }
}

/* Responsive styles for mobile devices */
@media (max-width: 480px) {
    .form-box[b-f6l96bnb9s] {
        width: 100%; /* Full width for mobile devices */
    }
}
/* /Components/LoginVendor.razor.rz.scp.css */
.container[b-rpx7peuxdr] {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.alert[b-rpx7peuxdr] {
    margin-top: 10px;
}

.logo-container[b-rpx7peuxdr] {
    margin-top: 20px;
    text-align: center; 
}

.logo[b-rpx7peuxdr] {
    width: 50%; 
    height: auto; 
    max-width: 40%; 
}
/* /Components/LoginWORequest.razor.rz.scp.css */
body[b-1ehnhcj5ti], html[b-1ehnhcj5ti] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

/* Desktop styles */
.background-container[b-1ehnhcj5ti] {
    display: flex;
    flex-direction: row; /* Sidebar and content side by side */
    height: 100vh;
    width: 100%;
    background-image: url('/image/wo_login.jpg'); /* Desktop background */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: fixed;
    top: 0;
    left: 0;
}

/* Mobile styles */
@media (max-width: 768px) {
    .background-container[b-1ehnhcj5ti] {
        background-image: url('/image/wo_background.jpg'); /* Mobile background */
        background-position: center center; /* Adjust position for mobile */
    }
}

.content-container[b-1ehnhcj5ti] {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: 100vh; /* Full viewport height */
    width: 100%; /* Full width */
}

.form-container[b-1ehnhcj5ti] {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: 100vh; /* Full viewport height */
    width: 100%; /* Full width */
}

.form-box[b-1ehnhcj5ti] {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    min-width: 300px;
    max-width: 300px;
    width: 80%;
    background-color: transparent;
    margin-left:20px;
}

.error-message[b-1ehnhcj5ti] {
    color: red;
    font-size: 14px;
}

/* Responsive styles for tablets */
@media (max-width: 768px) {
    .form-container[b-1ehnhcj5ti] {
        margin-left: 0; /* Remove margin for smaller screens */
        align-items: center;
    }

    .form-box[b-1ehnhcj5ti] {
        width: 90%; /* Adjust width for smaller screens */
    }
}

/* Responsive styles for mobile devices */
@media (max-width: 480px) {
    .form-box[b-1ehnhcj5ti] {
        width: 100%; /* Full width for mobile devices */
    }
}
/* /Components/ManagementForm.razor.rz.scp.css */
.impact-text[b-guz5wl9azb] {
    font-family: 'Impact';
}

.d-flex[b-guz5wl9azb] {
    display: flex;
}

.justify-content-between[b-guz5wl9azb] {
    justify-content: space-between;
}

.align-items-center[b-guz5wl9azb] {
    align-items: center;
}

.text-right[b-guz5wl9azb] {
    text-align: right;
}

.font-weight-bold[b-guz5wl9azb] {
    font-weight: bold;
}

.form-group[b-guz5wl9azb] {
    margin-bottom: 2px;
}

.autocomplete-list option:hover[b-guz5wl9azb] {
    background-color: lightgray;
    color: black;
}


/* Custom modal background color */
.modal-content[b-guz5wl9azb] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-guz5wl9azb] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-guz5wl9azb] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-guz5wl9azb] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-guz5wl9azb] {
    background-color: #4682b4;
    color: white;
}

/* Custom classes for adjusting space */
.custom-row-spacing[b-guz5wl9azb] {
    padding: 8px; /* Adjust padding inside each row */
    margin-bottom: 2px; /* Adjust margin between each row */
}

.custom-gap[b-guz5wl9azb] {
    gap: 2px; /* Adjust gap between columns */
}

.custom-button-width[b-guz5wl9azb] {
    width: 200px;
}

.no-arrows[b-guz5wl9azb] {
    -moz-appearance: textfield; /* For Firefox */
    -webkit-appearance: none; /* For Chrome, Safari, Edge */
    appearance: none; /* Standard */
}

    .no-arrows[b-guz5wl9azb]::-webkit-inner-spin-button,
    .no-arrows[b-guz5wl9azb]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }


/* /Components/Pages/ContractAdd.razor.rz.scp.css */

.btn-custom[b-31l01901gg] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-31l01901gg] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/ContractList.razor.rz.scp.css */
.custom-dropdown[b-1y3h45uba2] {
    width: 25%; /* Set the width to 25% of the screen width */
    min-width: 150px; /* Ensure a minimum width for smaller screens */
    margin-left: 10px; /* Adjust the spacing to the left */
    display: inline-block; /* Align it with the label */
}


.custom-btn-size[b-1y3h45uba2] {
    width: 100px; /* Adjust the width to your preferred size */
    text-align: center; /* Ensure text alignment is consistent */
}

.form-label[b-1y3h45uba2] {
    display: inline-block;
    margin-right: 10px; /* Space between the label and the dropdown */
}

/* Custom modal background color */
.modal-content[b-1y3h45uba2] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-1y3h45uba2] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-1y3h45uba2] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-1y3h45uba2] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-1y3h45uba2] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-1y3h45uba2] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}


/* /Components/Pages/FinanceAdd.razor.rz.scp.css */
body[b-djtxer9lih] {
}


/* Custom modal background color */
.modal-content[b-djtxer9lih] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-djtxer9lih] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-djtxer9lih] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-djtxer9lih] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-djtxer9lih] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-djtxer9lih] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/FinanceList.razor.rz.scp.css */
.custom-dropdown[b-0b7odeo93a] {
    width: 25%; /* Set the width to 25% of the screen width */
    min-width: 150px; /* Ensure a minimum width for smaller screens */
    margin-left: 10px; /* Adjust the spacing to the left */
    display: inline-block; /* Align it with the label */
}


.custom-btn-size[b-0b7odeo93a] {
    width: 100px; /* Adjust the width to your preferred size */
    text-align: center; /* Ensure text alignment is consistent */
}

.form-label[b-0b7odeo93a] {
    display: inline-block;
    margin-right: 10px; /* Space between the label and the dropdown */
}

/* Custom modal background color */
.modal-content[b-0b7odeo93a] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-0b7odeo93a] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-0b7odeo93a] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-0b7odeo93a] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-0b7odeo93a] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-0b7odeo93a] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}


/* /Components/Pages/Insurance.razor.rz.scp.css */
body[b-yn53etfosr] {
}


/* Custom modal background color */
.modal-content[b-yn53etfosr] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-yn53etfosr] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-yn53etfosr] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-yn53etfosr] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-yn53etfosr] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-yn53etfosr] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/InsuranceAdd.razor.rz.scp.css */

.btn-custom[b-o6ve707ycc] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-o6ve707ycc] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/InsuranceList.razor.rz.scp.css */
.custom-dropdown[b-f0b9z69jrc] {
    width: 25%; /* Set the width to 25% of the screen width */
    min-width: 150px; /* Ensure a minimum width for smaller screens */
    margin-left: 10px; /* Adjust the spacing to the left */
    display: inline-block; /* Align it with the label */
}


.custom-btn-size[b-f0b9z69jrc] {
    width: 100px; /* Adjust the width to your preferred size */
    text-align: center; /* Ensure text alignment is consistent */
}

.form-label[b-f0b9z69jrc] {
    display: inline-block;
    margin-right: 10px; /* Space between the label and the dropdown */
}

/* Custom modal background color */
.modal-content[b-f0b9z69jrc] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-f0b9z69jrc] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-f0b9z69jrc] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-f0b9z69jrc] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-f0b9z69jrc] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-f0b9z69jrc] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}


/* /Components/Pages/InventoryAdd.razor.rz.scp.css */
body[b-0tiogcdh5w] {
}


/* Custom modal background color */
.modal-content[b-0tiogcdh5w] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-0tiogcdh5w] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-0tiogcdh5w] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-0tiogcdh5w] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-0tiogcdh5w] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-0tiogcdh5w] {
    min-width: 100px;
    text-align: center;
    margin: 2px;
}

.custom-button-width[b-0tiogcdh5w] {
    width: 200px;
}

/* /Components/Pages/InventoryList.razor.rz.scp.css */
.equal-width-btn[b-42ax75ygr1] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/InvoiceCardManagement.razor.rz.scp.css */

.custom-btn-size[b-zy5tlruuim] {
    width: 100px; /* Adjust the width to your preferred size */
    text-align: center; /* Ensure text alignment is consistent */
}

/* Custom modal background color */
.modal-content[b-zy5tlruuim] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-zy5tlruuim] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-zy5tlruuim] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-zy5tlruuim] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-zy5tlruuim] {
    background-color: #4682b4;
    color: white;
}

/* Custom classes for adjusting space */
.custom-row-spacing[b-zy5tlruuim] {
    padding: 8px; /* Adjust padding inside each row */
    margin-bottom: 2px; /* Adjust margin between each row */
}

.custom-gap[b-zy5tlruuim] {
    gap: 2px; /* Adjust gap between columns */
}

.custom-button-width[b-zy5tlruuim] {
    width: 200px;
}


.equal-width-btn[b-zy5tlruuim] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/InvoiceGLCodeAdd.razor.rz.scp.css */
.input-group[b-621hkoq99w] {
    display: flex;
    align-items: center;
}

    .input-group .input-group-text[b-621hkoq99w] {
        margin-right: 5px;
    }
/* /Components/Pages/InvoiceGLCodeList.razor.rz.scp.css */
.modal-content[b-jrj5tuv4ca] {
    background-color: #f0f8ff;
}

.modal-header[b-jrj5tuv4ca] {
    background-color: #4682b4;
    color: white;
}

.modal-footer[b-jrj5tuv4ca] {
    background-color: #4682b4;
    color: white;
}

.modal-header .close[b-jrj5tuv4ca] {
    color: white;
}

.btn-custom[b-jrj5tuv4ca] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-jrj5tuv4ca] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/InvoiceList.razor.rz.scp.css */
.timesheet-item[b-zie6ommbl3]{
    padding:1.5rem;
    margin-bottom:1rem;
    box-shadow:0 0 0.5rem rgba(0,0,0,0.3);
    border-radius:0.5rem;
}
/* /Components/Pages/ManagementReport.razor.rz.scp.css */

.custom-btn-size[b-c5x4z7ppwp] {
    width: 100px; /* Adjust the width to your preferred size */
    text-align: center; /* Ensure text alignment is consistent */
}

/* Custom modal background color */
.modal-content[b-c5x4z7ppwp] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-c5x4z7ppwp] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-c5x4z7ppwp] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-c5x4z7ppwp] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-c5x4z7ppwp] {
    background-color: #4682b4;
    color: white;
}

/* Custom classes for adjusting space */
.custom-row-spacing[b-c5x4z7ppwp] {
    padding: 8px; /* Adjust padding inside each row */
    margin-bottom: 2px; /* Adjust margin between each row */
}

.custom-gap[b-c5x4z7ppwp] {
    gap: 2px; /* Adjust gap between columns */
}

.custom-button-width[b-c5x4z7ppwp] {
    width: 200px;
}


.equal-width-btn[b-c5x4z7ppwp] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/OutsideInvoiceForm.razor.rz.scp.css */
.styled-treeview-item[b-lul8ai0sms] {
    font-weight: bold;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}



/* Custom modal background color */
.modal-content[b-lul8ai0sms] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-lul8ai0sms] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-lul8ai0sms] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-lul8ai0sms] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-lul8ai0sms] {
    background-color: #4682b4;
    color: white;
}

/* Custom classes for adjusting space */
.custom-row-spacing[b-lul8ai0sms] {
    padding: 8px; /* Adjust padding inside each row */
    margin-bottom: 2px; /* Adjust margin between each row */
}


.custom-gap[b-lul8ai0sms] {
    gap: 2px; /* Adjust gap between columns */
}

.custom-button-width[b-lul8ai0sms] {
    width: 200px;
}

textarea[b-lul8ai0sms] {
    border: 2px solid #000;
    border-radius: 5px;
    padding: 5px;
}


.folder-tree li[b-lul8ai0sms] {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
}

.folder-tree button[b-lul8ai0sms] {
    min-width: 80px;
}


.d-flex[b-lul8ai0sms] {
    display: flex;
}

.justify-content-between[b-lul8ai0sms] {
    justify-content: space-between;
}

.align-items-center[b-lul8ai0sms] {
    align-items: center;
}

.text-right[b-lul8ai0sms] {
    text-align: right;
}

.font-weight-bold[b-lul8ai0sms] {
    font-weight: bold;
}

.form-group[b-lul8ai0sms] {
    margin-bottom: 2px;
}

.autocomplete-list option:hover[b-lul8ai0sms] {
    background-color: lightgray;
    color: black;
}

.equal-width-btn[b-lul8ai0sms] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}

/* Default layout for larger screens */
.background-container[b-lul8ai0sms] {
    display: flex;
    flex-direction: row; /* Sidebar and content side by side */
    height: 100vh;
    width: 100%;
    background-image: url('/image/mrts.jpg'); /* Ensure the path is correct */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
}

.content-container[b-lul8ai0sms] {
    display: flex;
    flex: 1;
    height: 100%;
}

.even-row[b-lul8ai0sms] {
    background-color: transparent; /* Light gray for even rows */
}

.odd-row[b-lul8ai0sms] {
    background-color: #A3B18A; /* White for odd rows */
}

.sidebar[b-lul8ai0sms] {
    width: 300px; /* Default width for larger screens */
    height: 100vh; /* Full height of the viewport */
    background-color: transparent;
    display: flex; /* Enable flexbox for vertical centering */
    flex-direction: column; /* Stack links vertically */
    justify-content: center; /* Center links vertically */
    align-items: flex-end; /* Align links to the left */
}

.sidebar-link[b-lul8ai0sms] {
    font-family: Helvetica, Arial, sans-serif;
    color: darkolivegreen;
    font-weight: bold;
    font-size: 20px; /* Adjust font size */
    text-decoration: none;
    display: block;
    margin-bottom: 10px; /* Add spacing between links */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

    .sidebar-link:hover[b-lul8ai0sms] {
        font-size: 22px; /* Slightly increase font size */
        padding: 5px; /* Add padding for emphasis */
        border-radius: 5px; /* Round the edges of the background highlight */
        font-weight: bolder;
    }

.content[b-lul8ai0sms] {
    flex: 1;
    padding: 40px;
    background-color: transparent;
    padding-left: 350px;
}

.row[b-lul8ai0sms] {
    margin-bottom: 15px;
}

/* Responsive styles for large screens (32-inch monitor) */
@media (min-width: 1920px) {
    .background-container[b-lul8ai0sms] {
        background-size: cover; /* Ensure the background image scales properly */
    }

    .sidebar[b-lul8ai0sms] {
        width: 300px; /* Wider sidebar for large screens */
        align-items: flex-end;
    }

    .sidebar-link[b-lul8ai0sms] {
        font-size: 24px; /* Larger font size for better readability */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-lul8ai0sms] {
        padding-left: 350px; /* Increase padding for content area */
    }

    .row[b-lul8ai0sms] {
        margin-bottom: 25px; /* Increase spacing between rows */
    }
}

/* Responsive styles for tablets */
@media (max-width: 768px) {
    .background-container[b-lul8ai0sms] {
        flex-direction: column; /* Stack sidebar on top of content */
        height: auto; /* Adjust height to fit content */
    }

    .sidebar[b-lul8ai0sms] {
        width: 100%; /* Sidebar takes full width */
        height: auto; /* Adjust height to fit content */
        box-shadow: none; /* Remove shadow for smaller screens */
        align-items: center;
    }

    .sidebar-link[b-lul8ai0sms] {
        font-size: 16px; /* Reduce font size for smaller screens */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-lul8ai0sms] {
        padding: 20px; /* Adjust padding for smaller screens */
    }
}

/* Responsive styles for mobile devices */
@media (max-width: 480px) {
    .background-container[b-lul8ai0sms] {
        flex-direction: column; /* Stack sidebar on top of content */
        height: auto; /* Adjust height to fit content */
    }

    .sidebar[b-lul8ai0sms] {
        width: 100%; /* Sidebar takes full width */
        height: auto; /* Adjust height to fit content */
        align-items: center;
    }

    .sidebar-link[b-lul8ai0sms] {
        font-size: 14px; /* Further reduce font size */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-lul8ai0sms] {
        padding: 10px; /* Adjust padding for smaller screens */
    }
}

/* /Components/Pages/PropertyBuildingList.razor.rz.scp.css */
.modal-content[b-eznk8zlzsa] {
    background-color: #f0f8ff;
}

.modal-header[b-eznk8zlzsa] {
    background-color: #4682b4;
    color: white;
}

.modal-footer[b-eznk8zlzsa] {
    background-color: #4682b4;
    color: white;
}

.modal-header .close[b-eznk8zlzsa] {
    color: white;
}

.btn-custom[b-eznk8zlzsa] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-eznk8zlzsa] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/PropertyInvoicesList.razor.rz.scp.css */
/* Custom modal background color */
.modal-content[b-pjewf1x52p] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-pjewf1x52p] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-pjewf1x52p] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-pjewf1x52p] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-pjewf1x52p] {
    background-color: #4682b4;
    color: white;
}

/* Custom classes for adjusting space */
.custom-row-spacing[b-pjewf1x52p] {
    padding: 8px; /* Adjust padding inside each row */
    margin-bottom: 2px; /* Adjust margin between each row */
}

.custom-gap[b-pjewf1x52p] {
    gap: 2px; /* Adjust gap between columns */
}

.custom-button-width[b-pjewf1x52p] {
    width: 200px;
}

.equal-width-btn[b-pjewf1x52p] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}

.email-success-message[b-pjewf1x52p] {
    background-color: #d4edda;
    color: #155724;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #c3e6cb;
    margin-top: 16px;
    font-size: 1.1em;
}
/* /Components/Pages/PropertyLedgerList.razor.rz.scp.css */
.custom-dropdown[b-va5rojvt14] {
    width: 25%; /* Set the width to 25% of the screen width */
    min-width: 150px; /* Ensure a minimum width for smaller screens */
    margin-left: 10px; /* Adjust the spacing to the left */
    display: inline-block; /* Align it with the label */
}


.custom-btn-size[b-va5rojvt14] {
    width: 100px; /* Adjust the width to your preferred size */
    text-align: center; /* Ensure text alignment is consistent */
}

.form-label[b-va5rojvt14] {
    display: inline-block;
    margin-right: 10px; /* Space between the label and the dropdown */
}

/* Custom modal header color */
.modal-header[b-va5rojvt14] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-va5rojvt14] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-va5rojvt14] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-va5rojvt14] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-va5rojvt14] {
    min-width: 80px;
    text-align: center;
}

.modal-title[b-va5rojvt14] {
    color: white;
    font-weight: bold;
}

.modal-backdrop-custom[b-va5rojvt14] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    animation: fadeIn-b-va5rojvt14 0.3s ease forwards;
}

.modal-wrapper-custom[b-va5rojvt14] {
    background-color: #fff;
    padding: 1rem;
    border-radius: 6px;
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
    animation: fadeIn-b-va5rojvt14 0.3s ease forwards;
}

.fading-out .modal-wrapper-custom[b-va5rojvt14] {
    animation: fadeOut-b-va5rojvt14 0.3s ease forwards;
}

@keyframes fadeIn-b-va5rojvt14 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeOut-b-va5rojvt14 {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.95);
    }
}

/* Limit it to radios inside your group */
.custom-radio-group span .mud-icon-button[b-va5rojvt14] {
    padding: 0 !important;
    margin: 0 !important;
}

.mud-radio .mud-icon-button[b-va5rojvt14] {
    padding: 0 !important;
    margin: 0 !important;
}

.custom-radio-group .mud-radio .mud-icon-button[b-va5rojvt14] {
    padding: 0 !important;
    margin: 0 !important;
}

.mud-icon-button[b-va5rojvt14] {
    padding: 0 !important;
    margin: 0 !important;
}

/* Remove padding/margin around the group */
.compact-radio-group[b-va5rojvt14] {
    margin: 0;
    padding: 0;
}

    /* Remove vertical spacing for each radio */
    .compact-radio-group .mud-radio-root[b-va5rojvt14] {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
    }

    /* Reduce spacing inside the radio component itself */
    .compact-radio-group .mud-radio[b-va5rojvt14] {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 0.75rem;
    }
/* /Components/Pages/PropertyTaxList.razor.rz.scp.css */
.modal-content[b-p1fxp0kuyw] {
    background-color: #f0f8ff;
}


.modal-header[b-p1fxp0kuyw] {
    background-color: #4682b4;
    color: white;
}


.modal-footer[b-p1fxp0kuyw] {
    background-color: #4682b4;
    color: white;
}


.modal-header .close[b-p1fxp0kuyw] {
    color: white;
}


.btn-custom[b-p1fxp0kuyw] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-p1fxp0kuyw] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/QuotationList.razor.rz.scp.css */
/* Custom modal background color */
.modal-content[b-61jwjudfx6] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-61jwjudfx6] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-61jwjudfx6] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-61jwjudfx6] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-61jwjudfx6] {
    background-color: #4682b4;
    color: white;
}

/* Custom classes for adjusting space */
.custom-row-spacing[b-61jwjudfx6] {
    padding: 8px; /* Adjust padding inside each row */
    margin-bottom: 2px; /* Adjust margin between each row */
}

.custom-gap[b-61jwjudfx6] {
    gap: 2px; /* Adjust gap between columns */
}

.custom-button-width[b-61jwjudfx6] {
    width: 200px;
}

.equal-width-btn[b-61jwjudfx6] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}

.email-success-message[b-61jwjudfx6] {
    background-color: #d4edda;
    color: #155724;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #c3e6cb;
    margin-top: 16px;
    font-size: 1.1em;
}
/* /Components/Pages/ReimbursementAdd.razor.rz.scp.css */
/* Custom modal background color */
.modal-content[b-f1f3fukpmd] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-f1f3fukpmd] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-f1f3fukpmd] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-f1f3fukpmd] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-f1f3fukpmd] {
    background-color: #4682b4;
    color: white;
}

/* Custom classes for adjusting space */
.custom-row-spacing[b-f1f3fukpmd] {
    padding: 8px; /* Adjust padding inside each row */
    margin-bottom: 2px; /* Adjust margin between each row */
}

.custom-gap[b-f1f3fukpmd] {
    gap: 2px; /* Adjust gap between columns */
}

.custom-button-width[b-f1f3fukpmd] {
    width: 200px;
}

textarea[b-f1f3fukpmd] {
    border: 2px solid #000;
    border-radius: 5px;
    padding: 5px;
}


.folder-tree li[b-f1f3fukpmd] {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
}

.folder-tree button[b-f1f3fukpmd] {
    min-width: 80px;
}


.d-flex[b-f1f3fukpmd] {
    display: flex;
}

.justify-content-between[b-f1f3fukpmd] {
    justify-content: space-between;
}

.align-items-center[b-f1f3fukpmd] {
    align-items: center;
}

.text-right[b-f1f3fukpmd] {
    text-align: right;
}

.font-weight-bold[b-f1f3fukpmd] {
    font-weight: bold;
}

.form-group[b-f1f3fukpmd] {
    margin-bottom: 2px;
}

.autocomplete-list option:hover[b-f1f3fukpmd] {
    background-color: lightgray;
    color: black;
}

.equal-width-btn-mid[b-f1f3fukpmd] {
    width: 180px;
    min-width: 180px;
    text-align: center;
}

.equal-width-btn[b-f1f3fukpmd] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/ReimbursementAdminList.razor.rz.scp.css */
/* Custom modal background color */
.modal-content[b-sq1vsqfk50] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-sq1vsqfk50] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-sq1vsqfk50] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-sq1vsqfk50] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-sq1vsqfk50] {
    background-color: #4682b4;
    color: white;
}

/* Custom classes for adjusting space */
.custom-row-spacing[b-sq1vsqfk50] {
    padding: 8px; /* Adjust padding inside each row */
    margin-bottom: 2px; /* Adjust margin between each row */
}

.custom-gap[b-sq1vsqfk50] {
    gap: 2px; /* Adjust gap between columns */
}

.custom-button-width[b-sq1vsqfk50] {
    width: 200px;
}

.equal-width-btn[b-sq1vsqfk50] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}

.email-success-message[b-sq1vsqfk50] {
    background-color: #d4edda;
    color: #155724;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #c3e6cb;
    margin-top: 16px;
    font-size: 1.1em;
}
/* /Components/Pages/ReimbursementList.razor.rz.scp.css */
/* Custom modal background color */
.modal-content[b-baaxsnmc1a] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-baaxsnmc1a] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-baaxsnmc1a] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-baaxsnmc1a] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-baaxsnmc1a] {
    background-color: #4682b4;
    color: white;
}

/* Custom classes for adjusting space */
.custom-row-spacing[b-baaxsnmc1a] {
    padding: 8px; /* Adjust padding inside each row */
    margin-bottom: 2px; /* Adjust margin between each row */
}

.custom-gap[b-baaxsnmc1a] {
    gap: 2px; /* Adjust gap between columns */
}

.custom-button-width[b-baaxsnmc1a] {
    width: 200px;
}
/* /Components/Pages/ReimbursementReport.razor.rz.scp.css */

.custom-btn-size[b-16d24l5guv] {
    width: 100px; /* Adjust the width to your preferred size */
    text-align: center; /* Ensure text alignment is consistent */
}

/* Custom modal background color */
.modal-content[b-16d24l5guv] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-16d24l5guv] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-16d24l5guv] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-16d24l5guv] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-16d24l5guv] {
    background-color: #4682b4;
    color: white;
}

/* Custom classes for adjusting space */
.custom-row-spacing[b-16d24l5guv] {
    padding: 8px; /* Adjust padding inside each row */
    margin-bottom: 2px; /* Adjust margin between each row */
}

.custom-gap[b-16d24l5guv] {
    gap: 2px; /* Adjust gap between columns */
}

.custom-button-width[b-16d24l5guv] {
    width: 200px;
}


.equal-width-btn[b-16d24l5guv] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/RenoInvoice.razor.rz.scp.css */
.styled-treeview-item[b-1wfxatncg7] {
    font-weight: bold;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

/* Custom modal background color */
.modal-content[b-1wfxatncg7] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-1wfxatncg7] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-1wfxatncg7] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-1wfxatncg7] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-1wfxatncg7] {
    background-color: #4682b4;
    color: white;
}

/* Custom classes for adjusting space */
.custom-row-spacing[b-1wfxatncg7] {
    padding: 8px; /* Adjust padding inside each row */
    margin-bottom: 2px; /* Adjust margin between each row */
}


.custom-gap[b-1wfxatncg7] {
    gap: 2px; /* Adjust gap between columns */
}

.custom-button-width[b-1wfxatncg7] {
    width: 200px;
}

textarea[b-1wfxatncg7] {
    border: 2px solid #000;
    border-radius: 5px;
    padding: 5px;
}


.folder-tree li[b-1wfxatncg7] {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
}

.folder-tree button[b-1wfxatncg7] {
    min-width: 80px;
}


.d-flex[b-1wfxatncg7] {
    display: flex;
}

.justify-content-between[b-1wfxatncg7] {
    justify-content: space-between;
}

.align-items-center[b-1wfxatncg7] {
    align-items: center;
}

.text-right[b-1wfxatncg7] {
    text-align: right;
}

.font-weight-bold[b-1wfxatncg7] {
    font-weight: bold;
}

.form-group[b-1wfxatncg7] {
    margin-bottom: 2px;
}

.autocomplete-list option:hover[b-1wfxatncg7] {
    background-color: lightgray;
    color: black;
}

.equal-width-btn[b-1wfxatncg7] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}

/* Default layout for larger screens */
.background-container[b-1wfxatncg7] {
    display: flex;
    flex-direction: row; /* Sidebar and content side by side */
    height: 100vh;
    width: 100%;
    background-image: url('/image/mrts.jpg'); /* Ensure the path is correct */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
}

.content-container[b-1wfxatncg7] {
    display: flex;
    flex: 1;
    height: 100%;
}

.even-row[b-1wfxatncg7] {
    background-color: transparent; /* Light gray for even rows */
}

.odd-row[b-1wfxatncg7] {
    background-color: #A3B18A; /* White for odd rows */
}

.sidebar[b-1wfxatncg7] {
    width: 300px; /* Default width for larger screens */
    height: 100vh; /* Full height of the viewport */
    background-color: transparent;
    display: flex; /* Enable flexbox for vertical centering */
    flex-direction: column; /* Stack links vertically */
    justify-content: center; /* Center links vertically */
    align-items: flex-end; /* Align links to the left */
}

.sidebar-link[b-1wfxatncg7] {
    font-family: Helvetica, Arial, sans-serif;
    color: darkolivegreen;
    font-weight: bold;
    font-size: 20px; /* Adjust font size */
    text-decoration: none;
    display: block;
    margin-bottom: 10px; /* Add spacing between links */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

    .sidebar-link:hover[b-1wfxatncg7] {
        font-size: 22px; /* Slightly increase font size */
        padding: 5px; /* Add padding for emphasis */
        border-radius: 5px; /* Round the edges of the background highlight */
        font-weight: bolder;
    }

.content[b-1wfxatncg7] {
    flex: 1;
    padding: 40px;
    background-color: transparent;
    padding-left: 350px;
}

.row[b-1wfxatncg7] {
    margin-bottom: 15px;
}

/* Responsive styles for large screens (32-inch monitor) */
@media (min-width: 1920px) {
    .background-container[b-1wfxatncg7] {
        background-size: cover; /* Ensure the background image scales properly */
    }

    .sidebar[b-1wfxatncg7] {
        width: 300px; /* Wider sidebar for large screens */
        align-items: flex-end;
    }

    .sidebar-link[b-1wfxatncg7] {
        font-size: 24px; /* Larger font size for better readability */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-1wfxatncg7] {
        padding-left: 350px; /* Increase padding for content area */
    }

    .row[b-1wfxatncg7] {
        margin-bottom: 25px; /* Increase spacing between rows */
    }
}

/* Responsive styles for tablets */
@media (max-width: 768px) {
    .background-container[b-1wfxatncg7] {
        flex-direction: column; /* Stack sidebar on top of content */
        height: auto; /* Adjust height to fit content */
    }

    .sidebar[b-1wfxatncg7] {
        width: 100%; /* Sidebar takes full width */
        height: auto; /* Adjust height to fit content */
        box-shadow: none; /* Remove shadow for smaller screens */
        align-items: center;
    }

    .sidebar-link[b-1wfxatncg7] {
        font-size: 16px; /* Reduce font size for smaller screens */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-1wfxatncg7] {
        padding: 20px; /* Adjust padding for smaller screens */
    }
}

/* Responsive styles for mobile devices */
@media (max-width: 480px) {
    .background-container[b-1wfxatncg7] {
        flex-direction: column; /* Stack sidebar on top of content */
        height: auto; /* Adjust height to fit content */
    }

    .sidebar[b-1wfxatncg7] {
        width: 100%; /* Sidebar takes full width */
        height: auto; /* Adjust height to fit content */
        align-items: center;
    }

    .sidebar-link[b-1wfxatncg7] {
        font-size: 14px; /* Further reduce font size */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-1wfxatncg7] {
        padding: 10px; /* Adjust padding for smaller screens */
    }
}

/* Custom modal background color */
.modal-content[b-1wfxatncg7] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-1wfxatncg7] {
    background-color: #A3B18A; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-1wfxatncg7] {
    background-color: #A3B18A; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-1wfxatncg7] {
    color: white;
}
/* /Components/Pages/RenoTracker.razor.rz.scp.css */
/* Default layout for larger screens */
.background-container[b-nevhgmqsvg] {
    display: flex;
    flex-direction: row; /* Sidebar and content side by side */
    height: 100vh;
    width: 100%;
    background-image: url('/image/mrts.jpg'); /* Ensure the path is correct */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
}

.content-container[b-nevhgmqsvg] {
    display: flex;
    flex: 1;
    height: 100%;
}

.even-row[b-nevhgmqsvg] {
    background-color: transparent; /* Light gray for even rows */
}

.odd-row[b-nevhgmqsvg] {
    background-color: #A3B18A; /* White for odd rows */
}

.sidebar[b-nevhgmqsvg] {
    width: 300px; /* Default width for larger screens */
    height: 100vh; /* Full height of the viewport */
    background-color: transparent;
    display: flex; /* Enable flexbox for vertical centering */
    flex-direction: column; /* Stack links vertically */
    justify-content: center; /* Center links vertically */
    align-items: flex-end; /* Align links to the left */
}

.sidebar-link[b-nevhgmqsvg] {
    font-family: Helvetica, Arial, sans-serif;
    color: darkolivegreen;
    font-weight: bold;
    font-size: 20px; /* Adjust font size */
    text-decoration: none;
    display: block;
    margin-bottom: 10px; /* Add spacing between links */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

    .sidebar-link:hover[b-nevhgmqsvg] {
        font-size: 22px; /* Slightly increase font size */
        padding: 5px; /* Add padding for emphasis */
        border-radius: 5px; /* Round the edges of the background highlight */
        font-weight:bolder;
    }

.content[b-nevhgmqsvg] {
    flex: 1;
    padding: 40px;
    background-color: transparent;
    padding-left: 350px;
    overflow-y: auto;
}

.row[b-nevhgmqsvg] {
    margin-bottom: 15px;
}

/* Responsive styles for large screens (32-inch monitor) */
@media (min-width: 1920px) {
    .background-container[b-nevhgmqsvg] {
        background-size: cover; /* Ensure the background image scales properly */
    }

    .sidebar[b-nevhgmqsvg] {
        width: 300px; /* Wider sidebar for large screens */
        align-items: flex-end;
    }

    .sidebar-link[b-nevhgmqsvg] {
        font-size: 24px; /* Larger font size for better readability */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-nevhgmqsvg] {
        padding-left: 350px; /* Increase padding for content area */
    }

    .row[b-nevhgmqsvg] {
        margin-bottom: 25px; /* Increase spacing between rows */
    }
}

/* Responsive styles for tablets */
@media (max-width: 768px) {
    .background-container[b-nevhgmqsvg] {
        flex-direction: column; /* Stack sidebar on top of content */
        height: auto; /* Adjust height to fit content */
    }

    .sidebar[b-nevhgmqsvg] {
        width: 100%; /* Sidebar takes full width */
        height: auto; /* Adjust height to fit content */
        box-shadow: none; /* Remove shadow for smaller screens */
        align-items: center;
    }

    .sidebar-link[b-nevhgmqsvg] {
        font-size: 16px; /* Reduce font size for smaller screens */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-nevhgmqsvg] {
        padding: 20px; /* Adjust padding for smaller screens */
    }
}

/* Responsive styles for mobile devices */
@media (max-width: 480px) {
    .background-container[b-nevhgmqsvg] {
        flex-direction: column; /* Stack sidebar on top of content */
        height: auto; /* Adjust height to fit content */
    }

    .sidebar[b-nevhgmqsvg] {
        width: 100%; /* Sidebar takes full width */
        height: auto; /* Adjust height to fit content */
        align-items: center;
    }

    .sidebar-link[b-nevhgmqsvg] {
        font-size: 14px; /* Further reduce font size */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-nevhgmqsvg] {
        padding: 10px; /* Adjust padding for smaller screens */
    }
}

/* Custom modal background color */
.modal-content[b-nevhgmqsvg] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-nevhgmqsvg] {
    background-color: #A3B18A; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-nevhgmqsvg] {
    background-color: #A3B18A; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-nevhgmqsvg] {
    color: white;
}
/* /Components/Pages/RenoTrackerSummary.razor.rz.scp.css */
/* Default layout for larger screens */
.background-container[b-1za3zuu7m7] {
    display: flex;
    flex-direction: row; /* Sidebar and content side by side */
    height: 100vh;
    width: 100%;
    background-image: url('/image/mrts.jpg'); /* Ensure the path is correct */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
}

.content-container[b-1za3zuu7m7] {
    display: flex;
    flex: 1;
    height: 100%;
}

.even-row[b-1za3zuu7m7] {
    background-color: transparent; /* Light gray for even rows */
}

.odd-row[b-1za3zuu7m7] {
    background-color: #A3B18A; /* White for odd rows */
}

.sidebar[b-1za3zuu7m7] {
    width: 300px; /* Default width for larger screens */
    height: 100vh; /* Full height of the viewport */
    background-color: transparent;
    display: flex; /* Enable flexbox for vertical centering */
    flex-direction: column; /* Stack links vertically */
    justify-content: center; /* Center links vertically */
    align-items: flex-end; /* Align links to the left */
}

.sidebar-link[b-1za3zuu7m7] {
    font-family: Helvetica, Arial, sans-serif;
    color: darkolivegreen;
    font-weight: bold;
    font-size: 20px; /* Adjust font size */
    text-decoration: none;
    display: block;
    margin-bottom: 10px; /* Add spacing between links */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

    .sidebar-link:hover[b-1za3zuu7m7] {
        font-size: 22px; /* Slightly increase font size */
        padding: 5px; /* Add padding for emphasis */
        border-radius: 5px; /* Round the edges of the background highlight */
        font-weight: bolder;
    }

.content[b-1za3zuu7m7] {
    flex: 1;
    padding: 40px;
    overflow-y: auto;
    background-color: transparent;
}

.row[b-1za3zuu7m7] {
    margin-bottom: 15px;
}

/* Responsive styles for large screens (32-inch monitor) */
@media (min-width: 1920px) {
    .background-container[b-1za3zuu7m7] {
        background-size: cover; /* Ensure the background image scales properly */
    }

    .sidebar[b-1za3zuu7m7] {
        width: 300px; /* Wider sidebar for large screens */
        align-items: flex-end;
    }

    .sidebar-link[b-1za3zuu7m7] {
        font-size: 24px; /* Larger font size for better readability */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-1za3zuu7m7] {
        padding-left: 330px; /* Increase padding for content area */
    }

    .row[b-1za3zuu7m7] {
        margin-bottom: 25px; /* Increase spacing between rows */
    }
}

/* Responsive styles for tablets */
@media (max-width: 768px) {
    .background-container[b-1za3zuu7m7] {
        flex-direction: column; /* Stack sidebar on top of content */
        height: auto; /* Adjust height to fit content */
    }

    .sidebar[b-1za3zuu7m7] {
        width: 100%; /* Sidebar takes full width */
        height: auto; /* Adjust height to fit content */
        box-shadow: none; /* Remove shadow for smaller screens */
        align-items: center;
    }

    .sidebar-link[b-1za3zuu7m7] {
        font-size: 16px; /* Reduce font size for smaller screens */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-1za3zuu7m7] {
        padding: 20px; /* Adjust padding for smaller screens */
    }
}

/* Responsive styles for mobile devices */
@media (max-width: 480px) {
    .background-container[b-1za3zuu7m7] {
        flex-direction: column; /* Stack sidebar on top of content */
        height: auto; /* Adjust height to fit content */
    }

    .sidebar[b-1za3zuu7m7] {
        width: 100%; /* Sidebar takes full width */
        height: auto; /* Adjust height to fit content */
        align-items: center;
    }

    .sidebar-link[b-1za3zuu7m7] {
        font-size: 14px; /* Further reduce font size */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-1za3zuu7m7] {
        padding: 10px; /* Adjust padding for smaller screens */
    }
}

/* Custom modal background color */
.modal-content[b-1za3zuu7m7] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-1za3zuu7m7] {
    background-color: #A3B18A; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-1za3zuu7m7] {
    background-color: #A3B18A; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-1za3zuu7m7] {
    color: white;
}
/* /Components/Pages/RenoTrackProject.razor.rz.scp.css */
/* Default layout for larger screens */
.background-container[b-mgsz0ll63b] {
    display: flex;
    flex-direction: row; /* Sidebar and content side by side */
    height: 100vh;
    width: 100%;
    background-image: url('/image/mrts.jpg'); /* Ensure the path is correct */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
}

.content-container[b-mgsz0ll63b] {
    display: flex;
    flex: 1;
    height: 100%;
}

.even-row[b-mgsz0ll63b] {
    background-color: transparent; /* Light gray for even rows */
}

.odd-row[b-mgsz0ll63b] {
    background-color: #A3B18A; /* White for odd rows */
}

.sidebar[b-mgsz0ll63b] {
    width: 300px; /* Default width for larger screens */
    height: 100vh; /* Full height of the viewport */
    background-color: transparent;
    display: flex; /* Enable flexbox for vertical centering */
    flex-direction: column; /* Stack links vertically */
    justify-content: center; /* Center links vertically */
    align-items: flex-end; /* Align links to the left */
}

.sidebar-link[b-mgsz0ll63b] {
    font-family: Helvetica, Arial, sans-serif;
    color: darkolivegreen;
    font-weight: bold;
    font-size: 20px; /* Adjust font size */
    text-decoration: none;
    display: block;
    margin-bottom: 10px; /* Add spacing between links */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

    .sidebar-link:hover[b-mgsz0ll63b] {
        font-size: 22px; /* Slightly increase font size */
        padding: 5px; /* Add padding for emphasis */
        border-radius: 5px; /* Round the edges of the background highlight */
        font-weight: bolder;
    }

.content[b-mgsz0ll63b] {
    flex: 1;
    padding: 40px;
    overflow-y: auto;
    background-color: transparent;
}

.row[b-mgsz0ll63b] {
    margin-bottom: 15px;
}

/* Responsive styles for large screens (32-inch monitor) */
@media (min-width: 1920px) {
    .background-container[b-mgsz0ll63b] {
        background-size: cover; /* Ensure the background image scales properly */
    }

    .sidebar[b-mgsz0ll63b] {
        width: 300px; /* Wider sidebar for large screens */
        align-items: flex-end;
    }

    .sidebar-link[b-mgsz0ll63b] {
        font-size: 24px; /* Larger font size for better readability */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-mgsz0ll63b] {
        padding-left: 330px; /* Increase padding for content area */
    }

    .row[b-mgsz0ll63b] {
        margin-bottom: 25px; /* Increase spacing between rows */
    }
}

/* Responsive styles for tablets */
@media (max-width: 768px) {
    .background-container[b-mgsz0ll63b] {
        flex-direction: column; /* Stack sidebar on top of content */
        height: auto; /* Adjust height to fit content */
    }

    .sidebar[b-mgsz0ll63b] {
        width: 100%; /* Sidebar takes full width */
        height: auto; /* Adjust height to fit content */
        box-shadow: none; /* Remove shadow for smaller screens */
        align-items: center;
    }

    .sidebar-link[b-mgsz0ll63b] {
        font-size: 16px; /* Reduce font size for smaller screens */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-mgsz0ll63b] {
        padding: 20px; /* Adjust padding for smaller screens */
    }
}

/* Responsive styles for mobile devices */
@media (max-width: 480px) {
    .background-container[b-mgsz0ll63b] {
        flex-direction: column; /* Stack sidebar on top of content */
        height: auto; /* Adjust height to fit content */
    }

    .sidebar[b-mgsz0ll63b] {
        width: 100%; /* Sidebar takes full width */
        height: auto; /* Adjust height to fit content */
        align-items: center;
    }

    .sidebar-link[b-mgsz0ll63b] {
        font-size: 14px; /* Further reduce font size */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-mgsz0ll63b] {
        padding: 10px; /* Adjust padding for smaller screens */
    }
}

/* Custom modal background color */
.modal-content[b-mgsz0ll63b] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-mgsz0ll63b] {
    background-color: #A3B18A; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-mgsz0ll63b] {
    background-color: #A3B18A; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-mgsz0ll63b] {
    color: white;
}

.hoverable[b-mgsz0ll63b] {
    cursor: pointer;
    text-decoration: underline;
}

    .hoverable:hover[b-mgsz0ll63b] {
        color: blue; /* Change text color on hover */
    }
/* /Components/Pages/RenovationAdd.razor.rz.scp.css */
.styled-treeview-item[b-5lvgpn22jl] {
    font-weight: bold;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

/* Custom modal background color */
.modal-content[b-5lvgpn22jl] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-5lvgpn22jl] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-5lvgpn22jl] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-5lvgpn22jl] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-5lvgpn22jl] {
    background-color: #4682b4;
    color: white;
}

/* Custom classes for adjusting space */
.custom-row-spacing[b-5lvgpn22jl] {
    padding: 8px; /* Adjust padding inside each row */
    margin-bottom: 2px; /* Adjust margin between each row */
}


.custom-gap[b-5lvgpn22jl] {
    gap: 2px; /* Adjust gap between columns */
}

.custom-button-width[b-5lvgpn22jl] {
    width: 200px;
}

textarea[b-5lvgpn22jl] {
    border: 2px solid #000;
    border-radius: 5px;
    padding: 5px;
}


.folder-tree li[b-5lvgpn22jl] {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
}

.folder-tree button[b-5lvgpn22jl] {
    min-width: 80px;
}


.d-flex[b-5lvgpn22jl] {
    display: flex;
}

.justify-content-between[b-5lvgpn22jl] {
    justify-content: space-between;
}

.align-items-center[b-5lvgpn22jl] {
    align-items: center;
}

.text-right[b-5lvgpn22jl] {
    text-align: right;
}

.font-weight-bold[b-5lvgpn22jl] {
    font-weight: bold;
}

.form-group[b-5lvgpn22jl] {
    margin-bottom: 2px;
}

.autocomplete-list option:hover[b-5lvgpn22jl] {
    background-color: lightgray;
    color: black;
}

.equal-width-btn[b-5lvgpn22jl] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}

/* /Components/Pages/TimesheetList.razor.rz.scp.css */
.equal-width-btn[b-ar6ga30ztp] {
    width: 100px;
    min-width: 100px;
    text-align: center;
}

.equal-width-sm-btn[b-ar6ga30ztp] {
    width: 80px;
    min-width: 80px;
    text-align: center;
}
/* /Components/Pages/TradesmenReimbursementAdd.razor.rz.scp.css */
/* Custom modal background color */
.modal-content[b-qjl7v68eqp] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-qjl7v68eqp] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-qjl7v68eqp] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-qjl7v68eqp] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-qjl7v68eqp] {
    background-color: #4682b4;
    color: white;
}

/* Custom classes for adjusting space */
.custom-row-spacing[b-qjl7v68eqp] {
    padding: 8px; /* Adjust padding inside each row */
    margin-bottom: 2px; /* Adjust margin between each row */
}

.custom-gap[b-qjl7v68eqp] {
    gap: 2px; /* Adjust gap between columns */
}

.custom-button-width[b-qjl7v68eqp] {
    width: 200px;
}

textarea[b-qjl7v68eqp] {
    border: 2px solid #000;
    border-radius: 5px;
    padding: 5px;
}


.folder-tree li[b-qjl7v68eqp] {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
}

.folder-tree button[b-qjl7v68eqp] {
    min-width: 80px;
}


.d-flex[b-qjl7v68eqp] {
    display: flex;
}

.justify-content-between[b-qjl7v68eqp] {
    justify-content: space-between;
}

.align-items-center[b-qjl7v68eqp] {
    align-items: center;
}

.text-right[b-qjl7v68eqp] {
    text-align: right;
}

.font-weight-bold[b-qjl7v68eqp] {
    font-weight: bold;
}

.form-group[b-qjl7v68eqp] {
    margin-bottom: 2px;
}

.autocomplete-list option:hover[b-qjl7v68eqp] {
    background-color: lightgray;
    color: black;
}

.equal-width-btn-mid[b-qjl7v68eqp] {
    width: 180px;
    min-width: 180px;
    text-align: center;
}

.equal-width-btn[b-qjl7v68eqp] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/UserAdd.razor.rz.scp.css */
.input-group[b-xk1gj3g67u] {
    display: flex;
    align-items: center;
}

    .input-group .input-group-text[b-xk1gj3g67u] {
        margin-right: 5px;
    }
/* /Components/Pages/UserList.razor.rz.scp.css */
.modal-content[b-2q81di7f0e] {
    background-color: #f0f8ff;
}

.modal-header[b-2q81di7f0e] {
    background-color: #4682b4;
    color: white;
}

.modal-footer[b-2q81di7f0e] {
    background-color: #4682b4;
    color: white;
}

.modal-header .close[b-2q81di7f0e] {
    color: white;
}

.btn-custom[b-2q81di7f0e] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-2q81di7f0e] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/UtilityAdd.razor.rz.scp.css */
.input-group[b-g4a55nreaj] {
    display: flex;
    align-items: center;
}

    .input-group .input-group-text[b-g4a55nreaj] {
        margin-right: 5px;
    }

.equal-width-btn[b-g4a55nreaj] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/UtilityList.razor.rz.scp.css */
.modal-content[b-fe4wyohist] {
    background-color: #f0f8ff;
}

.modal-header[b-fe4wyohist] {
    background-color: #4682b4;
    color: white;
}

.modal-footer[b-fe4wyohist] {
    background-color: #4682b4;
    color: white;
}

.modal-header .close[b-fe4wyohist] {
    color: white;
}

.btn-custom[b-fe4wyohist] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-fe4wyohist] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/VacancyReport.razor.rz.scp.css */
/* Default layout for larger screens */
.background-container[b-bkgsbhux84] {
    display: flex;
    flex-direction: row; /* Sidebar and content side by side */
    height: 100vh;
    width: 100%;
    background-image: url('/image/mrts.jpg'); /* Ensure the path is correct */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
}

.content-container[b-bkgsbhux84] {
    display: flex;
    flex: 1;
    height: 100%;
}

.even-row[b-bkgsbhux84] {
    background-color: transparent; /* Light gray for even rows */
}

.odd-row[b-bkgsbhux84] {
    background-color: #A3B18A; /* White for odd rows */
}

.sidebar[b-bkgsbhux84] {
    width: 300px; /* Default width for larger screens */
    height: 100vh; /* Full height of the viewport */
    background-color: transparent;
    display: flex; /* Enable flexbox for vertical centering */
    flex-direction: column; /* Stack links vertically */
    justify-content: center; /* Center links vertically */
    align-items: flex-end; /* Align links to the left */
}

.sidebar-link[b-bkgsbhux84] {
    font-family: Helvetica, Arial, sans-serif;
    color: darkolivegreen;
    font-weight: bold;
    font-size: 20px; /* Adjust font size */
    text-decoration: none;
    display: block;
    margin-bottom: 10px; /* Add spacing between links */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

    .sidebar-link:hover[b-bkgsbhux84] {
        font-size: 22px; /* Slightly increase font size */
        padding: 5px; /* Add padding for emphasis */
        border-radius: 5px; /* Round the edges of the background highlight */
        font-weight: bolder;
    }

.content[b-bkgsbhux84] {
    flex: 1;
    padding: 40px;
    overflow-y: auto;
    background-color: transparent;
}

.row[b-bkgsbhux84] {
    margin-bottom: 15px;
}

/* Responsive styles for large screens (32-inch monitor) */
@media (min-width: 1920px) {
    .background-container[b-bkgsbhux84] {
        background-size: cover; /* Ensure the background image scales properly */
    }

    .sidebar[b-bkgsbhux84] {
        width: 300px; /* Wider sidebar for large screens */
        align-items: flex-end;
    }

    .sidebar-link[b-bkgsbhux84] {
        font-size: 24px; /* Larger font size for better readability */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-bkgsbhux84] {
        padding-left: 330px; /* Increase padding for content area */
    }

    .row[b-bkgsbhux84] {
        margin-bottom: 25px; /* Increase spacing between rows */
    }
}

/* Responsive styles for tablets */
@media (max-width: 768px) {
    .background-container[b-bkgsbhux84] {
        flex-direction: column; /* Stack sidebar on top of content */
        height: auto; /* Adjust height to fit content */
    }

    .sidebar[b-bkgsbhux84] {
        width: 100%; /* Sidebar takes full width */
        height: auto; /* Adjust height to fit content */
        box-shadow: none; /* Remove shadow for smaller screens */
        align-items: center;
    }

    .sidebar-link[b-bkgsbhux84] {
        font-size: 16px; /* Reduce font size for smaller screens */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-bkgsbhux84] {
        padding: 20px; /* Adjust padding for smaller screens */
    }
}

/* Responsive styles for mobile devices */
@media (max-width: 480px) {
    .background-container[b-bkgsbhux84] {
        flex-direction: column; /* Stack sidebar on top of content */
        height: auto; /* Adjust height to fit content */
    }

    .sidebar[b-bkgsbhux84] {
        width: 100%; /* Sidebar takes full width */
        height: auto; /* Adjust height to fit content */
        align-items: center;
    }

    .sidebar-link[b-bkgsbhux84] {
        font-size: 14px; /* Further reduce font size */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-bkgsbhux84] {
        padding: 10px; /* Adjust padding for smaller screens */
    }
}

/* Custom modal background color */
.modal-content[b-bkgsbhux84] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-bkgsbhux84] {
    background-color: #A3B18A; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-bkgsbhux84] {
    background-color: #A3B18A; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-bkgsbhux84] {
    color: white;
}

@media (max-width: 768px) {
    .scrollable-container[b-bkgsbhux84] {
        max-height: 70vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}
/* /Components/Pages/VacancyReportList.razor.rz.scp.css */
/* Default layout for larger screens */
.background-container[b-97cxgmnikv] {
    display: flex;
    flex-direction: row; /* Sidebar and content side by side */
    height: 100vh;
    width: 100%;
    background-image: url('/image/mrts.jpg'); /* Ensure the path is correct */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
}

.content-container[b-97cxgmnikv] {
    display: flex;
    flex: 1;
    height: 100%;
}

.even-row[b-97cxgmnikv] {
    background-color: transparent; /* Light gray for even rows */
}

.odd-row[b-97cxgmnikv] {
    background-color: #A3B18A; /* White for odd rows */
}

.sidebar[b-97cxgmnikv] {
    width: 300px; /* Default width for larger screens */
    height: 100vh; /* Full height of the viewport */
    background-color: transparent;
    display: flex; /* Enable flexbox for vertical centering */
    flex-direction: column; /* Stack links vertically */
    justify-content: center; /* Center links vertically */
    align-items: flex-end; /* Align links to the left */
}

.sidebar-link[b-97cxgmnikv] {
    font-family: Helvetica, Arial, sans-serif;
    color: darkolivegreen;
    font-weight: bold;
    font-size: 20px; /* Adjust font size */
    text-decoration: none;
    display: block;
    margin-bottom: 10px; /* Add spacing between links */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

    .sidebar-link:hover[b-97cxgmnikv] {
        font-size: 22px; /* Slightly increase font size */
        padding: 5px; /* Add padding for emphasis */
        border-radius: 5px; /* Round the edges of the background highlight */
        font-weight: bolder;
    }

.content[b-97cxgmnikv] {
    flex: 1;
    padding: 40px;
    overflow-y: auto;
    background-color: transparent;
}

.row[b-97cxgmnikv] {
    margin-bottom: 15px;
}

/* Responsive styles for large screens (32-inch monitor) */
@media (min-width: 1920px) {
    .background-container[b-97cxgmnikv] {
        background-size: cover; /* Ensure the background image scales properly */
    }

    .sidebar[b-97cxgmnikv] {
        width: 300px; /* Wider sidebar for large screens */
        align-items: flex-end;
    }

    .sidebar-link[b-97cxgmnikv] {
        font-size: 24px; /* Larger font size for better readability */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-97cxgmnikv] {
        padding-left: 330px; /* Increase padding for content area */
    }

    .row[b-97cxgmnikv] {
        margin-bottom: 25px; /* Increase spacing between rows */
    }
}

/* Responsive styles for tablets */
@media (max-width: 768px) {
    .background-container[b-97cxgmnikv] {
        flex-direction: column; /* Stack sidebar on top of content */
        height: auto; /* Adjust height to fit content */
    }

    .sidebar[b-97cxgmnikv] {
        width: 100%; /* Sidebar takes full width */
        height: auto; /* Adjust height to fit content */
        box-shadow: none; /* Remove shadow for smaller screens */
        align-items: center;
    }

    .sidebar-link[b-97cxgmnikv] {
        font-size: 16px; /* Reduce font size for smaller screens */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-97cxgmnikv] {
        padding: 20px; /* Adjust padding for smaller screens */
    }
}

/* Responsive styles for mobile devices */
@media (max-width: 480px) {
    .background-container[b-97cxgmnikv] {
        flex-direction: column; /* Stack sidebar on top of content */
        height: auto; /* Adjust height to fit content */
    }

    .sidebar[b-97cxgmnikv] {
        width: 100%; /* Sidebar takes full width */
        height: auto; /* Adjust height to fit content */
        align-items: center;
    }

    .sidebar-link[b-97cxgmnikv] {
        font-size: 14px; /* Further reduce font size */
        margin-bottom: 2px; /* Adjust spacing between links */
    }

    .content[b-97cxgmnikv] {
        padding: 10px; /* Adjust padding for smaller screens */
    }
}

/* Custom modal background color */
.modal-content[b-97cxgmnikv] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-97cxgmnikv] {
    background-color: #A3B18A; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-97cxgmnikv] {
    background-color: #A3B18A; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-97cxgmnikv] {
    color: white;
}
/* /Components/Pages/VendorAdd.razor.rz.scp.css */
body[b-v8x721ssum] {
}


/* Custom modal background color */
.modal-content[b-v8x721ssum] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-v8x721ssum] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-v8x721ssum] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-v8x721ssum] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-v8x721ssum] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-v8x721ssum] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/VendorClient.razor.rz.scp.css */
body[b-grvmgqmlws] {
}


/* Custom modal background color */
.modal-content[b-grvmgqmlws] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-grvmgqmlws] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-grvmgqmlws] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-grvmgqmlws] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-grvmgqmlws] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-grvmgqmlws] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/VendorClientList.razor.rz.scp.css */
.custom-dropdown[b-076yunsjz8] {
    width: 25%; /* Set the width to 25% of the screen width */
    min-width: 150px; /* Ensure a minimum width for smaller screens */
    margin-left: 10px; /* Adjust the spacing to the left */
    display: inline-block; /* Align it with the label */
}


.custom-btn-size[b-076yunsjz8] {
    width: 100px; /* Adjust the width to your preferred size */
    text-align: center; /* Ensure text alignment is consistent */
}

.form-label[b-076yunsjz8] {
    display: inline-block;
    margin-right: 10px; /* Space between the label and the dropdown */
}

/* Custom modal header color */
.modal-header[b-076yunsjz8] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-076yunsjz8] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-076yunsjz8] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-076yunsjz8] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-076yunsjz8] {
    min-width: 80px;
    text-align: center;

}

.modal-title[b-076yunsjz8] {
    color: white;
    font-weight: bold;
}

.modal-backdrop-custom[b-076yunsjz8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    animation: fadeIn-b-076yunsjz8 0.3s ease forwards;
}

.modal-wrapper-custom[b-076yunsjz8] {
    background-color: #fff;
    padding: 1rem;
    border-radius: 6px;
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
    animation: fadeIn-b-076yunsjz8 0.3s ease forwards;
}

.fading-out .modal-wrapper-custom[b-076yunsjz8] {
    animation: fadeOut-b-076yunsjz8 0.3s ease forwards;
}

@keyframes fadeIn-b-076yunsjz8 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeOut-b-076yunsjz8 {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.95);
    }
}

/* Limit it to radios inside your group */
.custom-radio-group span .mud-icon-button[b-076yunsjz8] {
    padding: 0 !important;
    margin: 0 !important;
}

.mud-radio .mud-icon-button[b-076yunsjz8] {
    padding: 0 !important;
    margin: 0 !important;
}

.custom-radio-group .mud-radio .mud-icon-button[b-076yunsjz8] {
    padding: 0 !important;
    margin: 0 !important;
}

.mud-icon-button[b-076yunsjz8] {
    padding: 0 !important;
    margin: 0 !important;
}

/* Remove padding/margin around the group */
.compact-radio-group[b-076yunsjz8] {
    margin: 0;
    padding: 0;
}

    /* Remove vertical spacing for each radio */
    .compact-radio-group .mud-radio-root[b-076yunsjz8] {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
    }

    /* Reduce spacing inside the radio component itself */
    .compact-radio-group .mud-radio[b-076yunsjz8] {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 0.75rem; 
    }


/* /Components/Pages/VendorHomepage.razor.rz.scp.css */
.center-screen[b-j75496knsc] {
    display: flex;
    justify-content: center; /* horizontal centering */
    align-items: center; /* vertical centering */
    height: 100vh; /* full viewport height */
    width: 100vw; /* full viewport width (optional) */
    background-color: transparent; /* optional */
    opacity: 0.7;
    gap: 20px;
    padding-top: 50px;
    padding-left: 90px;
}
/* /Components/Pages/VendorList.razor.rz.scp.css */
.custom-dropdown[b-n6nd5mt2lq] {
    width: 25%; /* Set the width to 25% of the screen width */
    min-width: 150px; /* Ensure a minimum width for smaller screens */
    margin-left: 10px; /* Adjust the spacing to the left */
    display: inline-block; /* Align it with the label */
}


.custom-btn-size[b-n6nd5mt2lq] {
    width: 100px; /* Adjust the width to your preferred size */
    text-align: center; /* Ensure text alignment is consistent */
}

.form-label[b-n6nd5mt2lq] {
    display: inline-block;
    margin-right: 10px; /* Space between the label and the dropdown */
}

/* Custom modal background color */
.modal-content[b-n6nd5mt2lq] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-n6nd5mt2lq] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-n6nd5mt2lq] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-n6nd5mt2lq] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-n6nd5mt2lq] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-n6nd5mt2lq] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}


/* /Components/Pages/VendorListClient.razor.rz.scp.css */
.custom-dropdown[b-4mbdkil1we] {
    width: 25%; /* Set the width to 25% of the screen width */
    min-width: 150px; /* Ensure a minimum width for smaller screens */
    margin-left: 10px; /* Adjust the spacing to the left */
    display: inline-block; /* Align it with the label */
}


.custom-btn-size[b-4mbdkil1we] {
    width: 100px; /* Adjust the width to your preferred size */
    text-align: center; /* Ensure text alignment is consistent */
}

.form-label[b-4mbdkil1we] {
    display: inline-block;
    margin-right: 10px; /* Space between the label and the dropdown */
}

/* Custom modal background color */
.modal-content[b-4mbdkil1we] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-4mbdkil1we] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-4mbdkil1we] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-4mbdkil1we] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-4mbdkil1we] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-4mbdkil1we] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}


/* /Components/Pages/WorkOderList.razor.rz.scp.css */
.timesheet-item[b-hk6oikx9hp]{
    padding:1.5rem;
    margin-bottom:1rem;
    box-shadow:0 0 0.5rem rgba(0,0,0,0.3);
    border-radius:0.5rem;
}

.equal-width-btn[b-hk6oikx9hp] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}


/* Custom modal background color */
.modal-content[b-hk6oikx9hp] {
    background-color: #f0f8ff; 
}

/* Custom modal header color */
.modal-header[b-hk6oikx9hp] {
    background-color: #4682b4; 
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-hk6oikx9hp] {
    background-color: #4682b4; 
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-hk6oikx9hp] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-hk6oikx9hp] {
    background-color: #4682b4;
    color: white;
}
/* /Components/Pages/WorkOderRequestAdminList.razor.rz.scp.css */
.timesheet-item[b-l7cuq9z7iq]{
    padding:1.5rem;
    margin-bottom:1rem;
    box-shadow:0 0 0.5rem rgba(0,0,0,0.3);
    border-radius:0.5rem;
}

.equal-width-btn[b-l7cuq9z7iq] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}


/* Custom modal background color */
.modal-content[b-l7cuq9z7iq] {
    background-color: #f0f8ff; 
}

/* Custom modal header color */
.modal-header[b-l7cuq9z7iq] {
    background-color: #4682b4; 
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-l7cuq9z7iq] {
    background-color: #4682b4; 
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-l7cuq9z7iq] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-l7cuq9z7iq] {
    background-color: #4682b4;
    color: white;
}
/* /Components/Pages/WorkOrderAdd.razor.rz.scp.css */
.d-flex[b-buhlvj6vur] {
    display: flex;
}

.justify-content-between[b-buhlvj6vur] {
    justify-content: space-between;
}

.align-items-center[b-buhlvj6vur] {
    align-items: center;
}

.text-right[b-buhlvj6vur] {
    text-align: right;
}

.font-weight-bold[b-buhlvj6vur] {
    font-weight: bold;
}

.form-group[b-buhlvj6vur] {
    margin-bottom: 2px;
}

.autocomplete-list option:hover[b-buhlvj6vur] {
    background-color: lightgray;
    color: black;
}


/* Custom modal background color */
.modal-content[b-buhlvj6vur] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-buhlvj6vur] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-buhlvj6vur] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-buhlvj6vur] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-buhlvj6vur] {
    background-color: #4682b4;
    color: white;
}

/* Custom classes for adjusting space */
.custom-row-spacing[b-buhlvj6vur] {
    padding: 8px; /* Adjust padding inside each row */
    margin-bottom: 2px; /* Adjust margin between each row */
}

.custom-gap[b-buhlvj6vur] {
    gap: 2px; /* Adjust gap between columns */
}

.custom-button-width[b-buhlvj6vur] {
    width: 200px;
}

textarea[b-buhlvj6vur] {
    border: 2px solid #000;
    border-radius: 5px;
    padding: 5px;
}
/* /Components/Pages/WorkOrderContactAdd.razor.rz.scp.css */
.input-group[b-jvzs09tmur] {
    display: flex;
    align-items: center;
}

    .input-group .input-group-text[b-jvzs09tmur] {
        margin-right: 5px;
    }
/* /Components/Pages/WorkOrderContactList.razor.rz.scp.css */
.modal-content[b-d3rfw4vomg] {
    background-color: #f0f8ff;
}

.modal-header[b-d3rfw4vomg] {
    background-color: #4682b4;
    color: white;
}

.modal-footer[b-d3rfw4vomg] {
    background-color: #4682b4;
    color: white;
}

.modal-header .close[b-d3rfw4vomg] {
    color: white;
}

.btn-custom[b-d3rfw4vomg] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-d3rfw4vomg] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}
/* /Components/Pages/WorkOrderRequestForm.razor.rz.scp.css */
/* Desktop styles */
.background-container[b-9bbvgh5rc1] {
    display: flex;
    flex-direction: row; /* Sidebar and content side by side */
    height: 100vh;
    width: 100%;
    background-image: url('/image/worm_desk.jpg'); /* Desktop background */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: fixed;
    top: 0;
    left: 0;
}

/* Mobile styles */
@media (max-width: 768px) {
    .background-container[b-9bbvgh5rc1] {
        background-image: url('/image/wo_background.jpg'); /* Mobile background */
        background-position: center center; /* Adjust position for mobile */
    }
}

.equal-width-btn[b-9bbvgh5rc1] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}


.card[b-9bbvgh5rc1] {
    background-color: rgba(255, 255, 255, 0.8); 
    border: none; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}

.card-body[b-9bbvgh5rc1] {
    backdrop-filter: blur(10px);
}

/* /Components/Pages/WorkOrderRequestList.razor.rz.scp.css */
/* Desktop styles */
.background-container[b-wpa849fgsm] {
    display: flex;
    flex-direction: row; /* Sidebar and content side by side */
    height: 100vh;
    width: 100%;
    background-image: url('/image/worm_desk.jpg'); /* Desktop background */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: fixed;
    top: 0;
    left: 0;
}

/* Mobile styles */
@media (max-width: 768px) {
    .background-container[b-wpa849fgsm] {
        background-image: url('/image/wo_background.jpg'); /* Mobile background */
        background-position: center center; /* Adjust position for mobile */
    }
}

.equal-width-btn[b-wpa849fgsm] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}

.card[b-wpa849fgsm] {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-body[b-wpa849fgsm] {
    backdrop-filter: blur(10px);
}

/* Default styles for desktop */
.responsive-row[b-wpa849fgsm] {
    display: flex;
    flex-wrap: nowrap;
}

.responsive-col[b-wpa849fgsm] {
    flex: 1;
    padding: 0 8px;
}

@media (max-width: 768px) {
    .responsive-row[b-wpa849fgsm] {
        flex-wrap: wrap; 
    }

    .responsive-col[b-wpa849fgsm] {
        flex: 1 1 100%;
        margin-bottom: 16px;
    }

        .responsive-col label[b-wpa849fgsm] {
            margin-bottom: 8px;
        }
}

.scrollable-container[b-wpa849fgsm] {
    max-height: 95vh; 
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
/* /Components/PropertyBuildingCard.razor.rz.scp.css */
.custom-dropdown[b-61b6z32h6f] {
    width: 25%; /* Set the width to 25% of the screen width */
    min-width: 150px; /* Ensure a minimum width for smaller screens */
    margin-left: 10px; /* Adjust the spacing to the left */
    display: inline-block; /* Align it with the label */
}

.form-label[b-61b6z32h6f] {
    display: inline-block;
    margin-right: 10px; /* Space between the label and the dropdown */
}

/* Custom modal background color */
.modal-content[b-61b6z32h6f] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-61b6z32h6f] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-61b6z32h6f] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-61b6z32h6f] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-61b6z32h6f] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-61b6z32h6f] {
    width: 100px;
    min-width: 100px;
    text-align: center;
    margin-bottom: 2px;
}

.equal-width-sm-btn[b-61b6z32h6f] {
    width: 80px;
    min-width: 80px;
    text-align: center;
}
/* /Components/Register.razor.rz.scp.css */
.container[b-v6pq1k335s] {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.alert[b-v6pq1k335s] {
    margin-top: 10px;
}

.logo-container[b-v6pq1k335s] {
    margin-top: 20px;
    text-align: center; 
}

.logo[b-v6pq1k335s] {
    width: 50%; 
    height: auto; 
    max-width: 40%; 
}
/* /Components/ReimbursementTradesmenAdd.razor.rz.scp.css */

@media (max-width: 600px) {
    .responsive-breadcrumbs[b-p2o11skm1v] {
        font-size: 0.8rem;
        padding: 5px;
    }
}
/* /Components/ReimbursementTradesmenList.razor.rz.scp.css */
thead[b-bpljb9kiik] {
    background-color: dodgerblue;
}

.custom-link:hover[b-bpljb9kiik] {
    text-decoration: underline;
}

.custom-dropdown[b-bpljb9kiik] {
    width: 25%; /* Set the width to 25% of the screen width */
    min-width: 150px; /* Ensure a minimum width for smaller screens */
    margin-left: 10px; /* Adjust the spacing to the left */
    display: inline-block; /* Align it with the label */
}

.form-label[b-bpljb9kiik] {
    display: inline-block;
    margin-right: 10px; /* Space between the label and the dropdown */
}

/* Custom modal background color */
.modal-content[b-bpljb9kiik] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-bpljb9kiik] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-bpljb9kiik] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-bpljb9kiik] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-bpljb9kiik] {
    background-color: #4682b4;
    color: white;
}


.equal-width-btn[b-bpljb9kiik] {
    width: 100px;
    min-width: 100px;
    text-align: center;
}

.equal-width-sm-btn[b-bpljb9kiik] {
    width: 80px;
    min-width: 80px;
    text-align: center;
}

/* For disabled state */
.btn-disabled[b-bpljb9kiik] {
    background-color: #007bff; /* Light grey background */
}

/* For enabled state */
.btn-enabled[b-bpljb9kiik] {
    background-color: #007bff; /* Default Bootstrap blue */
}

.folder-tree li[b-bpljb9kiik] {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
}

.folder-tree button[b-bpljb9kiik] {
    min-width: 80px;
}


.d-flex[b-bpljb9kiik] {
    display: flex;
}

.justify-content-between[b-bpljb9kiik] {
    justify-content: space-between;
}

.align-items-center[b-bpljb9kiik] {
    align-items: center;
}

.text-right[b-bpljb9kiik] {
    text-align: right;
}

.font-weight-bold[b-bpljb9kiik] {
    font-weight: bold;
}

.form-group[b-bpljb9kiik] {
    margin-bottom: 2px;
}

.autocomplete-list option:hover[b-bpljb9kiik] {
    background-color: lightgray;
    color: black;
}

@media (max-width: 600px) {
    .responsive-breadcrumbs[b-bpljb9kiik] {
        font-size: 0.8rem;
        padding: 5px;
    }
}
/* /Components/TimesheetCard.razor.rz.scp.css */
.custom-dropdown[b-igyvas13ph] {
    width: 25%; /* Set the width to 25% of the screen width */
    min-width: 150px; /* Ensure a minimum width for smaller screens */
    margin-left: 10px; /* Adjust the spacing to the left */
    display: inline-block; /* Align it with the label */
}

.form-label[b-igyvas13ph] {
    display: inline-block;
    margin-right: 10px; /* Space between the label and the dropdown */
}

/* Custom modal background color */
.modal-content[b-igyvas13ph] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-igyvas13ph] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-igyvas13ph] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-igyvas13ph] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-igyvas13ph] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-igyvas13ph] {
    width: 100px;
    min-width: 100px;
    text-align: center;
    margin-bottom: 2px;
}

.equal-width-sm-btn[b-igyvas13ph] {
    width: 80px;
    min-width: 80px;
    text-align: center;
}

/* /Components/TimesheetForm.razor.rz.scp.css */

@media (max-width: 600px) {
    .responsive-breadcrumbs[b-ve602qw79n] {
        font-size: 0.8rem;
        padding: 5px;
    }
}
/* /Components/TimesheetPeriodForm.razor.rz.scp.css */
/* Custom modal background color */
.modal-content[b-nlm9pyvlit] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-nlm9pyvlit] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-nlm9pyvlit] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-nlm9pyvlit] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-nlm9pyvlit] {
    background-color: #4682b4;
    color: white;
}

.equal-width-btn[b-nlm9pyvlit] {
    min-width: 80px;
    text-align: center;
    margin: 2px;
}



.folder-tree li[b-nlm9pyvlit] {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
}

.folder-tree button[b-nlm9pyvlit] {
    min-width: 80px;
}


.d-flex[b-nlm9pyvlit] {
    display: flex;
}

.justify-content-between[b-nlm9pyvlit] {
    justify-content: space-between;
}

.align-items-center[b-nlm9pyvlit] {
    align-items: center;
}

.text-right[b-nlm9pyvlit] {
    text-align: right;
}

.font-weight-bold[b-nlm9pyvlit] {
    font-weight: bold;
}

.form-group[b-nlm9pyvlit] {
    margin-bottom: 2px;
}

.autocomplete-list option:hover[b-nlm9pyvlit] {
    background-color: lightgray;
    color: black;
}
/* /Components/TimesheetPeriodSpecialList.razor.rz.scp.css */
thead[b-f9448dwvrb] {
    background-color: dodgerblue;
}

.custom-link:hover[b-f9448dwvrb] {
    text-decoration: underline;
}

.custom-dropdown[b-f9448dwvrb] {
    width: 25%; /* Set the width to 25% of the screen width */
    min-width: 150px; /* Ensure a minimum width for smaller screens */
    margin-left: 10px; /* Adjust the spacing to the left */
    display: inline-block; /* Align it with the label */
}

.form-label[b-f9448dwvrb] {
    display: inline-block;
    margin-right: 10px; /* Space between the label and the dropdown */
}

/* Custom modal background color */
.modal-content[b-f9448dwvrb] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-f9448dwvrb] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-f9448dwvrb] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-f9448dwvrb] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-f9448dwvrb] {
    background-color: #4682b4;
    color: white;
}


.equal-width-btn[b-f9448dwvrb] {
    width: 100px;
    min-width: 100px;
    text-align: center;
}

.equal-width-sm-btn[b-f9448dwvrb] {
    width: 80px;
    min-width: 80px;
    text-align: center;
}

/* For disabled state */
.btn-disabled[b-f9448dwvrb] {
    background-color: #007bff; /* Light grey background */
}

/* For enabled state */
.btn-enabled[b-f9448dwvrb] {
    background-color: #007bff; /* Default Bootstrap blue */
}

.folder-tree li[b-f9448dwvrb] {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
}

.folder-tree button[b-f9448dwvrb] {
    min-width: 80px;
}


.d-flex[b-f9448dwvrb] {
    display: flex;
}

.justify-content-between[b-f9448dwvrb] {
    justify-content: space-between;
}

.align-items-center[b-f9448dwvrb] {
    align-items: center;
}

.text-right[b-f9448dwvrb] {
    text-align: right;
}

.font-weight-bold[b-f9448dwvrb] {
    font-weight: bold;
}

.form-group[b-f9448dwvrb] {
    margin-bottom: 2px;
}

.autocomplete-list option:hover[b-f9448dwvrb] {
    background-color: lightgray;
    color: black;
}
/* /Components/TimesheetPeriodViewList.razor.rz.scp.css */
thead[b-2vot978g2a] {
    background-color: dodgerblue;
}

.custom-link:hover[b-2vot978g2a] {
    text-decoration: underline;
}

.custom-dropdown[b-2vot978g2a] {
    width: 25%; /* Set the width to 25% of the screen width */
    min-width: 150px; /* Ensure a minimum width for smaller screens */
    margin-left: 10px; /* Adjust the spacing to the left */
    display: inline-block; /* Align it with the label */
}

.form-label[b-2vot978g2a] {
    display: inline-block;
    margin-right: 10px; /* Space between the label and the dropdown */
}

/* Custom modal background color */
.modal-content[b-2vot978g2a] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-2vot978g2a] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-2vot978g2a] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-2vot978g2a] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-2vot978g2a] {
    background-color: #4682b4;
    color: white;
}


.equal-width-btn[b-2vot978g2a] {
    width: 100px;
    min-width: 100px;
    text-align: center;
}

.equal-width-sm-btn[b-2vot978g2a] {
    width: 80px;
    min-width: 80px;
    text-align: center;
}

/* For disabled state */
.btn-disabled[b-2vot978g2a] {
    background-color: #007bff; /* Light grey background */
}

/* For enabled state */
.btn-enabled[b-2vot978g2a] {
    background-color: #007bff; /* Default Bootstrap blue */
}

.folder-tree li[b-2vot978g2a] {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
}

.folder-tree button[b-2vot978g2a] {
    min-width: 80px;
}


.d-flex[b-2vot978g2a] {
    display: flex;
}

.justify-content-between[b-2vot978g2a] {
    justify-content: space-between;
}

.align-items-center[b-2vot978g2a] {
    align-items: center;
}

.text-right[b-2vot978g2a] {
    text-align: right;
}

.font-weight-bold[b-2vot978g2a] {
    font-weight: bold;
}

.form-group[b-2vot978g2a] {
    margin-bottom: 2px;
}

.autocomplete-list option:hover[b-2vot978g2a] {
    background-color: lightgray;
    color: black;
}
/* /Components/TimesheetSpecialList.razor.rz.scp.css */
thead[b-ryo3qyq7ro] {
    background-color: dodgerblue;
}

.custom-link:hover[b-ryo3qyq7ro] {
    text-decoration: underline;
}

.custom-dropdown[b-ryo3qyq7ro] {
    width: 25%; /* Set the width to 25% of the screen width */
    min-width: 150px; /* Ensure a minimum width for smaller screens */
    margin-left: 10px; /* Adjust the spacing to the left */
    display: inline-block; /* Align it with the label */
}

.form-label[b-ryo3qyq7ro] {
    display: inline-block;
    margin-right: 10px; /* Space between the label and the dropdown */
}

/* Custom modal background color */
.modal-content[b-ryo3qyq7ro] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-ryo3qyq7ro] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-ryo3qyq7ro] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-ryo3qyq7ro] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-ryo3qyq7ro] {
    background-color: #4682b4;
    color: white;
}


.equal-width-btn[b-ryo3qyq7ro] {
    width: 100px;
    min-width: 100px;
    text-align: center;
}

.equal-width-sm-btn[b-ryo3qyq7ro] {
    width: 80px;
    min-width: 80px;
    text-align: center;
}

/* For disabled state */
.btn-disabled[b-ryo3qyq7ro] {
    background-color: #007bff; /* Light grey background */
}

/* For enabled state */
.btn-enabled[b-ryo3qyq7ro] {
    background-color: #007bff; /* Default Bootstrap blue */
}
/* /Components/TimesheetViewList.razor.rz.scp.css */
thead[b-w97hgc7fhu] {
    background-color: dodgerblue;
}

.custom-link:hover[b-w97hgc7fhu] {
    text-decoration: underline;
}

.custom-dropdown[b-w97hgc7fhu] {
    width: 25%; /* Set the width to 25% of the screen width */
    min-width: 150px; /* Ensure a minimum width for smaller screens */
    margin-left: 10px; /* Adjust the spacing to the left */
    display: inline-block; /* Align it with the label */
}

.form-label[b-w97hgc7fhu] {
    display: inline-block;
    margin-right: 10px; /* Space between the label and the dropdown */
}

/* Custom modal background color */
.modal-content[b-w97hgc7fhu] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-w97hgc7fhu] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-w97hgc7fhu] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-w97hgc7fhu] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-w97hgc7fhu] {
    background-color: #4682b4;
    color: white;
}


.equal-width-btn[b-w97hgc7fhu] {
    width: 100px;
    min-width: 100px;
    text-align: center;
}

.equal-width-sm-btn[b-w97hgc7fhu] {
    width: 80px;
    min-width: 80px;
    text-align: center;
}

/* For disabled state */
.btn-disabled[b-w97hgc7fhu] {
    background-color: #007bff; /* Light grey background */
}

/* For enabled state */
.btn-enabled[b-w97hgc7fhu] {
    background-color: #007bff; /* Default Bootstrap blue */
}
/* /Components/TradesmenTimesheetPeriodList.razor.rz.scp.css */
thead[b-hmv65ccs24] {
    background-color: dodgerblue;
}

.custom-link:hover[b-hmv65ccs24] {
    text-decoration: underline;
}

.custom-dropdown[b-hmv65ccs24] {
    width: 25%; /* Set the width to 25% of the screen width */
    min-width: 150px; /* Ensure a minimum width for smaller screens */
    margin-left: 10px; /* Adjust the spacing to the left */
    display: inline-block; /* Align it with the label */
}

.form-label[b-hmv65ccs24] {
    display: inline-block;
    margin-right: 10px; /* Space between the label and the dropdown */
}

/* Custom modal background color */
.modal-content[b-hmv65ccs24] {
    background-color: #f0f8ff; /* Light blue background */
}

/* Custom modal header color */
.modal-header[b-hmv65ccs24] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal footer color */
.modal-footer[b-hmv65ccs24] {
    background-color: #4682b4; /* Steel blue */
    color: white;
}

/* Custom modal close button */
.modal-header .close[b-hmv65ccs24] {
    color: white;
}

/* Optional: Custom button in the modal */
.btn-custom[b-hmv65ccs24] {
    background-color: #4682b4;
    color: white;
}


.equal-width-btn[b-hmv65ccs24] {
    width: 100px;
    min-width: 100px;
    text-align: center;
}

.equal-width-sm-btn[b-hmv65ccs24] {
    width: 80px;
    min-width: 80px;
    text-align: center;
}

/* For disabled state */
.btn-disabled[b-hmv65ccs24] {
    background-color: #007bff; /* Light grey background */
}

/* For enabled state */
.btn-enabled[b-hmv65ccs24] {
    background-color: #007bff; /* Default Bootstrap blue */
}

.folder-tree li[b-hmv65ccs24] {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
}

.folder-tree button[b-hmv65ccs24] {
    min-width: 80px;
}


.d-flex[b-hmv65ccs24] {
    display: flex;
}

.justify-content-between[b-hmv65ccs24] {
    justify-content: space-between;
}

.align-items-center[b-hmv65ccs24] {
    align-items: center;
}

.text-right[b-hmv65ccs24] {
    text-align: right;
}

.font-weight-bold[b-hmv65ccs24] {
    font-weight: bold;
}

.form-group[b-hmv65ccs24] {
    margin-bottom: 2px;
}

.autocomplete-list option:hover[b-hmv65ccs24] {
    background-color: lightgray;
    color: black;
}


@media (max-width: 600px) {
    .responsive-breadcrumbs[b-hmv65ccs24] {
        font-size: 0.8rem;
        padding: 5px;
    }
}
