@import '_content/RazorClassLibrary1/RazorClassLibrary1.bundle.scp.css';

/* _content/DxBlazorApplication1/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zbf2x6i38l] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zbf2x6i38l] {
    flex: 1;
}

.sidebar[b-zbf2x6i38l] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zbf2x6i38l] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zbf2x6i38l]  a, .top-row[b-zbf2x6i38l]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-zbf2x6i38l]  a:hover, .top-row[b-zbf2x6i38l]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-zbf2x6i38l]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.pending-projects-link[b-zbf2x6i38l] {
    color: black; /* Or any color you prefer */
    text-decoration: none; /* Removes underline from links */
    /* Add more styling as needed */
}

.rz-p-4[b-zbf2x6i38l] {
    overflow-x: auto;
}

body[b-zbf2x6i38l] {
    overflow-x: auto; /* Enable horizontal scrolling for the whole page */
}


@media (max-width: 640.98px) {
    .top-row[b-zbf2x6i38l] {
        justify-content: space-between;
    }

        .top-row[b-zbf2x6i38l]  a, .top-row[b-zbf2x6i38l]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-zbf2x6i38l] {
        flex-direction: row;
    }

    .sidebar[b-zbf2x6i38l] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zbf2x6i38l] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-zbf2x6i38l]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-zbf2x6i38l], article[b-zbf2x6i38l] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zbf2x6i38l] {
    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-zbf2x6i38l] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.header-image[b-zbf2x6i38l] {
    height: auto;
    max-height: 50px;
    width: auto;
    max-width: 100%;
}

.header-image2[b-zbf2x6i38l] {
    height: auto;
    max-height: 50px;
    width: auto;
    max-width: 100%;
}

.header-text-container[b-zbf2x6i38l] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 60%;
    color: #000000;
    flex-grow: 1;
    transform: translateY(40%);
    font-weight: bold;
}
.username-Text[b-zbf2x6i38l] {
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
}
.date-today[b-zbf2x6i38l] {
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 885px) {
    .header-text-container span[b-zbf2x6i38l] {
        font-size: 12px;
    }

    .header-image[b-zbf2x6i38l] {
        max-height: 30px;
    }

    .header-image2[b-zbf2x6i38l] {
        max-height:30px;
    }

    .user-display[b-zbf2x6i38l] {
        font-size: 10px;
    }

    .current-time-display[b-zbf2x6i38l] {
        font-size: 10px;
    }
    .username-Text[b-zbf2x6i38l] {
        font-size: 10px;
    }
    .date-today[b-zbf2x6i38l] {
        font-size: 10px;
    }
    .rz-p-4[b-zbf2x6i38l]{
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .header-text-container span[b-zbf2x6i38l] {
        font-size: 10px;
    }

    .header-image[b-zbf2x6i38l] {
        max-height: 20px;
    }

    .header-image2[b-zbf2x6i38l] {
        max-height: 20px;
    }

    .user-display[b-zbf2x6i38l] {
        font-size: 8px;
    }

    .current-time-display[b-zbf2x6i38l] {
        font-size: 7px;
    }
    .username-Text[b-zbf2x6i38l] {
        font-size: 8px;
    }
    .date-today[b-zbf2x6i38l] {
        font-size: 8px;
    }
}


[b-zbf2x6i38l] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-zbf2x6i38l] .content {
    overflow: auto;
}

[b-zbf2x6i38l] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

@media (max-width: 768px) {
    [b-zbf2x6i38l] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}
/* _content/DxBlazorApplication1/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bo6ei3ygs8] {
    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%280, 0, 0, 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-bo6ei3ygs8] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-bo6ei3ygs8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bo6ei3ygs8] {
    font-size: 1.1rem;
}

.bi[b-bo6ei3ygs8] {
    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-bo6ei3ygs8] {
    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-bo6ei3ygs8] {
    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-bo6ei3ygs8] {
    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");
}

.nav-item[b-bo6ei3ygs8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bo6ei3ygs8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bo6ei3ygs8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bo6ei3ygs8]  .nav-link {
        color: #080000;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-bo6ei3ygs8]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-bo6ei3ygs8]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-bo6ei3ygs8] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-bo6ei3ygs8] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bo6ei3ygs8] {
        display: none;
    }

    .nav-scrollable[b-bo6ei3ygs8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/DxBlazorApplication1/Components/Pages/Active.razor.rz.scp.css */
/*.dropdown-button {
    border-radius: 10px;
    padding: 2px 15px;
    border: 1px solid black;
    font-size: 1em;
    cursor: pointer;
    outline: none;
    width: 149px;
}

.alt-item > td {
    background-color: rgba(0, 0, 0, 0.05);
}

.header-bold span {
    font-weight: 700;
}

.page-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -18px;
}

.proper-container {
    flex: 0 1 auto;
    width: 80%;
    top: 70px;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 90%;
    bottom: 0;
    z-index: 1000 !important;
}

.rz-dialog-confirm {
    z-index: 1100 !important;
}

.dxbl-grid-search-box-container {
    margin-left: 0px !important;
}

.rz-dialog-alert-no-button {
    position: fixed;
    bottom: 20px;*/ /* Distance from the top */
    /*right: 20px;*/ /* Distance from the right */
    /*width: auto;*/ /* Adjust width as needed */
    /*max-width: 300px;*/ /* Limit max width */
    /*min-height: 20px !important;
    pointer-events: all;
}

    .rz-dialog-alert-no-button .rz-dialog-alert-buttons {
        display: none;
    }

    .rz-dialog-alert-no-button .rz-dialog-content {
        padding: 0px !important;
    }*/
/* Ensure this rule applies only to the wrapper containing .rz-dialog-alert-no-button */
/*.rz-dialog-wrapper:has(.rz-dialog-alert-no-button) {
    pointer-events: none;*/ /* Disable pointer events for the wrapper */
/*}

    .rz-dialog-wrapper:has(.rz-dialog-alert-no-button) .rz-dialog-mask {
        display: none;*/ /* Hide the mask */
    /*}

@media(max-width: 885px) {
    .welcome-gridlayout {
        font-size: 80%;
    }

    .gridOuter {
        font-size: 80%;
    }

    .page-container {
        margin-top: -12px;
    }
}*/
/* _content/DxBlazorApplication1/Components/Pages/Customers.razor.rz.scp.css */
.welcome[b-quby8eq0sq] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-quby8eq0sq] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-quby8eq0sq] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-quby8eq0sq] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-quby8eq0sq] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-quby8eq0sq] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-quby8eq0sq] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-quby8eq0sq] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-quby8eq0sq] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-quby8eq0sq] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-quby8eq0sq] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-quby8eq0sq] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-quby8eq0sq] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/DxBlazorApplication1/Components/Pages/DialogbTabs/AttachmentsTab.razor.rz.scp.css */
.upload-tooltip[b-b13jya90qj] {
    position: relative;
    display: inline-block;
    overflow: visible;
}

.upload-tooltip .tooltiptext[b-b13jya90qj] {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 12px;
    position: absolute;
    z-index: 9999;
    top: 110%;
    left: 0;
    transform: translateX(0);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.85em;
    white-space: nowrap;
    overflow: visible;
    display: inline-block;
}

.upload-tooltip:hover .tooltiptext[b-b13jya90qj] {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

/* _content/DxBlazorApplication1/Components/Pages/Pending.razor.rz.scp.css */
.welcome[b-vkfk409p55] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-vkfk409p55] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-vkfk409p55] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-vkfk409p55] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-vkfk409p55] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-vkfk409p55] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-vkfk409p55] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-vkfk409p55] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-vkfk409p55] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-vkfk409p55] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-vkfk409p55] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-vkfk409p55] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-vkfk409p55] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/DxBlazorApplication1/Components/Pages/Reports.razor.rz.scp.css */
.welcome[b-jo8z5ey1wr] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-jo8z5ey1wr] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-jo8z5ey1wr] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-jo8z5ey1wr] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-jo8z5ey1wr] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-jo8z5ey1wr] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-jo8z5ey1wr] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-jo8z5ey1wr] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-jo8z5ey1wr] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-jo8z5ey1wr] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-jo8z5ey1wr] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-jo8z5ey1wr] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-jo8z5ey1wr] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/DxBlazorApplication1/Components/Pages/SettingHelpers/ItemListManager.razor.rz.scp.css */
.columns-container[b-meruz9562d] {
    display: flex;
    gap: 2px;
}

.column[b-meruz9562d] {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
}

.input-container[b-meruz9562d] {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

ul[b-meruz9562d] {
    list-style-type: none;
    padding-left: 0;
}

.remove-button[b-meruz9562d] {
    background-color: white;
    color: red;
    border: 1px solid black;
    padding: 1px 3.5px;
    font-weight: bold;
    font-size: 10px;
    border-radius: 1px;
    cursor: pointer;
    margin-right: 5px; /* Space between buttons */
}

    .remove-button:hover[b-meruz9562d] {
        background-color: lightgray;
    }

.add-button[b-meruz9562d] {
    background-color: white;
    color: forestgreen;
    border: 1px solid black;
    padding: 0.5px 5px;
    font-weight: bold;
    font-size: 14px;
}

    .add-button:hover[b-meruz9562d] {
        background-color: lightgray;
    }
/* _content/DxBlazorApplication1/Components/Pages/Settings.razor.rz.scp.css */
