/* _content/WebApp/Components/Admin/Account/ForgotPassword.razor.rz.scp.css */

.login-title-section[b-pahy162md7] {
    height: 90dvh;
}

    .login-title-section .login-box[b-pahy162md7] {
        background: var(--white-color);
        border-radius: var( --input-radius);
        box-shadow: 0px 0px 5px 0px color-mix(in srgb, var(--black-color) 20%, transparent);
        max-width: 450px;
        margin: 0 auto;
    }

        .login-title-section .login-box .login-title-wrap[b-pahy162md7] {
            margin-bottom: 25px;
            padding: 30px 30px 20px;
            background: var(--cms-bg);
            border-top-left-radius: var(--input-radius);
            border-top-right-radius: var(--input-radius);
        }


        .login-title-section .login-box .form-wrap[b-pahy162md7] {
            padding: 0px 30px 30px;
        }
/* _content/WebApp/Components/Admin/AdminLayout/AdminLayoutHome.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
*/
.rz-menu:not(.rz-profile-menu) .rz-navigation-menu[b-lj74wrc8n4] {
    right: 0 !important;
}
.rz-menu:not(.rz-profile-menu) .rz-navigation-item-wrapper:hover[b-lj74wrc8n4] {
    background-color: transparent !important;
}

.rz-navigation-item-link .rz-navigation-item-icon-children[b-lj74wrc8n4]{
    opacity: 0 !important;
    visibility: hidden !important;
}
/* _content/WebApp/Components/Admin/AdminLayout/AdminLoginLayout.razor.rz.scp.css */
.page[b-exkz5tlrxj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-exkz5tlrxj] {
    flex: 1;
}

.sidebar[b-exkz5tlrxj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-exkz5tlrxj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-exkz5tlrxj]  a, .top-row[b-exkz5tlrxj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-exkz5tlrxj]  a:hover, .top-row[b-exkz5tlrxj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-exkz5tlrxj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-exkz5tlrxj] {
        justify-content: space-between;
    }

    .top-row[b-exkz5tlrxj]  a, .top-row[b-exkz5tlrxj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-exkz5tlrxj] {
        flex-direction: row;
    }

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

    .top-row[b-exkz5tlrxj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-exkz5tlrxj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-exkz5tlrxj], article[b-exkz5tlrxj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-exkz5tlrxj] {
    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-exkz5tlrxj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WebApp/Components/Admin/Dashboard/AdminDashboard.razor.rz.scp.css */
/* _content/WebApp/Components/Admin/GeneralSettings/AdminSettings.razor.rz.scp.css */
body[b-rfwp84luzn] {
}
.portal-tabbing-section[b-rfwp84luzn]{
/*   padding:0;*/
}

.portal-tabbing-section .menuItem[b-rfwp84luzn] {
    padding: 10px;
    cursor: pointer;
}
.settings-tab-button[b-rfwp84luzn] {
/*    background: var(--white-color);*/
/*    padding: 20px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
/*    box-shadow: 0 2px 2px -1px #1019280a,0 2px 12px -1px #1019281a;*/
    border-radius: 4px;
    height:100% !important;

}
.card-title[b-rfwp84luzn]{
    font-size:18px !important;
}
.description-title[b-rfwp84luzn] {
    color: var(--font-color);
    margin: 0;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 22px !important;
}
.settings-tab-button  a[b-rfwp84luzn]{
    text-decoration: none !important;
}

.portal-settings-description[b-rfwp84luzn]{
    max-width:200px !important;

}
/* _content/WebApp/Components/Admin/Login/Adminlogin.razor.rz.scp.css */
.password-toggle-btn[b-0qs178x1zz] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0;
    color: #6c757d;
    cursor: pointer;
    z-index: 10;
    pointer-events: auto;
}

.password-toggle-btn:hover[b-0qs178x1zz] {
    color: #495057;
}

.password-toggle-btn:focus[b-0qs178x1zz] {
    outline: none;
    box-shadow: none;
}

.password-toggle-btn i[b-0qs178x1zz] {
    font-size: 1.1rem;
    pointer-events: none;
}

/* _content/WebApp/Components/Agent/AgentLayout/AgentLayoutHome.razor.rz.scp.css */
.page[b-edvyi2b0uw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-edvyi2b0uw] {
    flex: 1;
}

.sidebar[b-edvyi2b0uw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-edvyi2b0uw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-edvyi2b0uw]  a, .top-row[b-edvyi2b0uw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-edvyi2b0uw]  a:hover, .top-row[b-edvyi2b0uw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-edvyi2b0uw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.loading-spinner[b-edvyi2b0uw] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.redirect-message[b-edvyi2b0uw] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 1.2rem;
    color: #666;
}

.user-info[b-edvyi2b0uw] {
    color: #333;
    font-weight: 500;
}

@media (max-width: 640.98px) {
    .top-row[b-edvyi2b0uw] {
        justify-content: space-between;
    }

    .top-row[b-edvyi2b0uw]  a, .top-row[b-edvyi2b0uw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-edvyi2b0uw] {
        flex-direction: row;
    }

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

    .top-row[b-edvyi2b0uw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-edvyi2b0uw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-edvyi2b0uw], article[b-edvyi2b0uw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-edvyi2b0uw] {
    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-edvyi2b0uw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WebApp/Components/Agent/AgentLayout/AgentLoginLayout.razor.rz.scp.css */
.page[b-mt78b4qdiv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mt78b4qdiv] {
    flex: 1;
}

.sidebar[b-mt78b4qdiv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mt78b4qdiv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mt78b4qdiv]  a, .top-row[b-mt78b4qdiv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mt78b4qdiv]  a:hover, .top-row[b-mt78b4qdiv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mt78b4qdiv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-mt78b4qdiv] {
        justify-content: space-between;
    }

    .top-row[b-mt78b4qdiv]  a, .top-row[b-mt78b4qdiv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mt78b4qdiv] {
        flex-direction: row;
    }

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

    .top-row[b-mt78b4qdiv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mt78b4qdiv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mt78b4qdiv], article[b-mt78b4qdiv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-mt78b4qdiv] {
    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-mt78b4qdiv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WebApp/Components/Customer/CustomerHistory/CustomerHistory.razor.rz.scp.css */
.filter-panel[b-w2x4z673ya] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
}

.filter-dropdown[b-w2x4z673ya] {
    min-width: 150px;
}

.work-order-grid[b-w2x4z673ya] {
    margin-top: 1rem;
}

.card-title[b-w2x4z673ya] {
    font-size: 1rem;
    font-weight: 600;
}

.work-date[b-w2x4z673ya] {
    color: #6c757d;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

.no-record-wrap[b-w2x4z673ya] {
    padding: 2rem;
}

.text-22[b-w2x4z673ya] {
    font-size: 1.375rem;
    color: #6c757d;
}
/* _content/WebApp/Components/Customer/CustomerLayout/CustomerLayoutHome.razor.rz.scp.css */
.page[b-yd76d3gw7m] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yd76d3gw7m] {
    flex: 1;
}

.sidebar[b-yd76d3gw7m] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yd76d3gw7m] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yd76d3gw7m]  a, .top-row[b-yd76d3gw7m]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-yd76d3gw7m]  a:hover, .top-row[b-yd76d3gw7m]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-yd76d3gw7m]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.loading-spinner[b-yd76d3gw7m] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.redirect-message[b-yd76d3gw7m] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 1.2rem;
    color: #666;
}

.user-info[b-yd76d3gw7m] {
    color: #333;
    font-weight: 500;
}

@media (max-width: 640.98px) {
    .top-row[b-yd76d3gw7m] {
        justify-content: space-between;
    }

    .top-row[b-yd76d3gw7m]  a, .top-row[b-yd76d3gw7m]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yd76d3gw7m] {
        flex-direction: row;
    }

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

    .top-row[b-yd76d3gw7m] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-yd76d3gw7m]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-yd76d3gw7m], article[b-yd76d3gw7m] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-yd76d3gw7m] {
    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-yd76d3gw7m] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WebApp/Components/Customer/CustomerLayout/CustomerLoginLayout.razor.rz.scp.css */
.page[b-8vg38b3bbn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8vg38b3bbn] {
    flex: 1;
}

.sidebar[b-8vg38b3bbn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8vg38b3bbn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8vg38b3bbn]  a, .top-row[b-8vg38b3bbn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8vg38b3bbn]  a:hover, .top-row[b-8vg38b3bbn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8vg38b3bbn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-8vg38b3bbn] {
        justify-content: space-between;
    }

    .top-row[b-8vg38b3bbn]  a, .top-row[b-8vg38b3bbn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8vg38b3bbn] {
        flex-direction: row;
    }

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

    .top-row[b-8vg38b3bbn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8vg38b3bbn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8vg38b3bbn], article[b-8vg38b3bbn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8vg38b3bbn] {
    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-8vg38b3bbn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fq3qcrodmt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fq3qcrodmt] {
    flex: 1;
}

.sidebar[b-fq3qcrodmt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fq3qcrodmt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fq3qcrodmt]  a, .top-row[b-fq3qcrodmt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fq3qcrodmt]  a:hover, .top-row[b-fq3qcrodmt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fq3qcrodmt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fq3qcrodmt] {
        justify-content: space-between;
    }

    .top-row[b-fq3qcrodmt]  a, .top-row[b-fq3qcrodmt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fq3qcrodmt] {
        flex-direction: row;
    }

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

    .top-row[b-fq3qcrodmt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fq3qcrodmt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fq3qcrodmt], article[b-fq3qcrodmt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fq3qcrodmt] {
    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-fq3qcrodmt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mw927cfqhi] {
    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-mw927cfqhi] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mw927cfqhi] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mw927cfqhi] {
    font-size: 1.1rem;
}

.bi[b-mw927cfqhi] {
    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-mw927cfqhi] {
    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-mw927cfqhi] {
    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-mw927cfqhi] {
    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-mw927cfqhi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mw927cfqhi] {
        padding-top: 1rem;
    }

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

    .nav-item[b-mw927cfqhi]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-mw927cfqhi]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mw927cfqhi]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

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

@media (min-width: 641px) {
    .navbar-toggler[b-mw927cfqhi] {
        display: none;
    }

    .nav-scrollable[b-mw927cfqhi] {
        /* 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/WebApp/Components/Manager/Calendar/Calendar.razor.rz.scp.css */
.loading-container[b-c0uy0c9ozz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999; /* Lower z-index so Radzen dialogs (z-index ~1000+) appear on top */
    pointer-events: all;
}

.calendar-loading-overlay[b-c0uy0c9ozz] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    pointer-events: all;
}

.resource-loading[b-c0uy0c9ozz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    margin-bottom: 10px;
}

/* Unavailable time slot styles */
.unavailable-time-slot[b-c0uy0c9ozz] {
    background-color: #ffebee !important;
    border-color: #f44336 !important;
    opacity: 0.7;
    pointer-events: none;
}

.unavailable-time-slot[b-c0uy0c9ozz]::before {
    content: "Not Available";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d32f2f;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    z-index: 10;
}

/* Hide breadcrumb section on calendar page */
:deep(.breadcrumb-wrap)[b-c0uy0c9ozz] {
    display: none !important;
}

/* Right Drawer Panel Styles - positioned from map corner */
.work-orders-drawer[b-c0uy0c9ozz] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.15);
    z-index: 1001;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    border-left: 1px solid #e0e0e0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    margin: 0;
    padding: 0;
}

.work-orders-drawer.drawer-open[b-c0uy0c9ozz] {
    transform: translateX(0);
    pointer-events: all;
    opacity: 1;
}

/* Ensure map column has proper positioning context for drawer overlay */
[b-c0uy0c9ozz] .cal_drawer {
    position: relative;
    overflow: hidden;
}

/* Ensure the drawer container has proper stacking context */
.calendar-map-container > RadzenColumn:last-child[b-c0uy0c9ozz] {
    position: relative;
    overflow: hidden;
}

/* Ensure calendar-map-container doesn't expand */
.calendar-map-container[b-c0uy0c9ozz] {
    position: relative;
    overflow: hidden;
}

/* Override old grid styles that might cause extra space */
.schedule-wrap .cal-map-wrap[b-c0uy0c9ozz] {
    height: 100% !important;
    min-height: 0 !important;
    flex: 1 1 auto !important;
}

.schedule-wrap:has(.Unscheduled-table) .cal-map-wrap[b-c0uy0c9ozz] {
    height: 100% !important;
}

/* Remove any extra space from old grid styles - override app.css */
.page-manager-calendar.schedule-wrap[b-c0uy0c9ozz] {
    justify-content: flex-start !important;
    gap: 0 !important;
    height: 100% !important;
    overflow-x: hidden !important;
}

/* Ensure no extra space below calendar-map-container */
.calendar-map-container[b-c0uy0c9ozz] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
}

/* Ensure RadzenRow doesn't add extra space */
.calendar-map-container.rz-row[b-c0uy0c9ozz] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Ensure RadzenColumn doesn't add extra space */
.cal-map-wrap.rz-column[b-c0uy0c9ozz] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.work-orders-drawer-header[b-c0uy0c9ozz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    flex-shrink: 0;
}

.work-orders-drawer-content[b-c0uy0c9ozz] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
}

.work-order-card[b-c0uy0c9ozz] {
    position: relative;
    border: 1px solid #e0e0e0;
}

.work-order-card-header[b-c0uy0c9ozz] {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.work-order-number[b-c0uy0c9ozz] {
    font-weight: 600;
    font-size: 0.85rem;
    cursor: move;
    cursor: grab;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    user-select: none;
}

.work-order-number:active[b-c0uy0c9ozz] {
    cursor: grabbing;
}

.work-order-number[b-c0uy0c9ozz]::before {
    content: "⋮⋮";
    font-size: 0.7rem;
    opacity: 0.7;
    margin-right: 0.25rem;
    letter-spacing: -0.1em;
}

.work-order-number:hover[b-c0uy0c9ozz] {
    opacity: 0.9;
}

.work-order-card-body[b-c0uy0c9ozz] {
    padding: 1rem;
}

.work-order-title[b-c0uy0c9ozz] {
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #333;
}

.work-order-details[b-c0uy0c9ozz] {
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.work-order-priority[b-c0uy0c9ozz] {
    font-size: 0.875rem;
    color: #666;
}

.work-order-customer[b-c0uy0c9ozz] {
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.5rem;
}

.empty-message[b-c0uy0c9ozz] {
    text-align: center;
    color: #999;
    padding: 2rem;
}

/* _content/WebApp/Components/Manager/ManagerLayout/ManagerLayoutHome.razor.rz.scp.css */
.page[b-m091wlrc6m] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-m091wlrc6m] {
    flex: 1;
}

.sidebar[b-m091wlrc6m] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-m091wlrc6m] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-m091wlrc6m]  a, .top-row[b-m091wlrc6m]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-m091wlrc6m]  a:hover, .top-row[b-m091wlrc6m]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-m091wlrc6m]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.loading-spinner[b-m091wlrc6m] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.redirect-message[b-m091wlrc6m] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 1.2rem;
    color: #666;
}

.user-info[b-m091wlrc6m] {
    color: #333;
    font-weight: 500;
}

@media (max-width: 640.98px) {
    .top-row[b-m091wlrc6m] {
        justify-content: space-between;
    }

    .top-row[b-m091wlrc6m]  a, .top-row[b-m091wlrc6m]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-m091wlrc6m] {
        flex-direction: row;
    }

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

    .top-row[b-m091wlrc6m] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-m091wlrc6m]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-m091wlrc6m], article[b-m091wlrc6m] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-m091wlrc6m] {
    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-m091wlrc6m] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WebApp/Components/Manager/ManagerLayout/ManagerLoginLayout.razor.rz.scp.css */
.page[b-xq5syq3xi3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xq5syq3xi3] {
    flex: 1;
}

.sidebar[b-xq5syq3xi3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xq5syq3xi3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xq5syq3xi3]  a, .top-row[b-xq5syq3xi3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xq5syq3xi3]  a:hover, .top-row[b-xq5syq3xi3]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xq5syq3xi3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xq5syq3xi3] {
        justify-content: space-between;
    }

    .top-row[b-xq5syq3xi3]  a, .top-row[b-xq5syq3xi3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xq5syq3xi3] {
        flex-direction: row;
    }

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

    .top-row[b-xq5syq3xi3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xq5syq3xi3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xq5syq3xi3], article[b-xq5syq3xi3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

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