/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-b03zp5j4lv] {
    height: 100%;
}

.navigation-drawer-shading[b-b03zp5j4lv] {
    height: 100%;
    position: absolute;
    transition: ease 300ms;
    transition-property: opacity, visibility;
    visibility: visible;
    width: 100%;
    z-index: 99;
    background-color: black;
    opacity: 0.5;
}

.navigation-drawer.mobile.panel-closed .navigation-drawer-shading[b-b03zp5j4lv] {
    opacity: 0;
    visibility: hidden;
}

[b-b03zp5j4lv] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-b03zp5j4lv] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

.navigation-drawer-shading[b-b03zp5j4lv] {
    display: none;
}

[b-b03zp5j4lv] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-b03zp5j4lv] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-b03zp5j4lv] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    .navigation-drawer-shading[b-b03zp5j4lv] {
        display: block;
    }

    [b-b03zp5j4lv] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
        display: flex;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7cntg1mvrt] {
    height: 100%;
    min-height: 0;
}

[b-7cntg1mvrt] .navigation-drawer {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
    --dxbl-drawer-panel-footer-bg: none;
    --dxbl-drawer-panel-header-bg: none;
    --dxbl-drawer-separator-border-width: 0;
}

[b-7cntg1mvrt] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, #1a2744 0%, #2c3e6b 100%);
}

.navigation-drawer-header[b-7cntg1mvrt] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.375rem 0.375rem;
    width: 100%;
}

.navigation-drawer-header .logo[b-7cntg1mvrt] {
    height: 1.5rem;
    width: 9rem;
}

.navigation-drawer-footer[b-7cntg1mvrt] {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 0.875rem;
    width: 100%;
}

.drawer-content[b-7cntg1mvrt] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.nav-buttons-container[b-7cntg1mvrt] {
    align-items: center;
    display: flex;
    gap: 0.625rem;
    margin-bottom: 1.5rem;
    min-height: 2rem;
}

.user-menu[b-7cntg1mvrt] {
    position: relative;
}

.user-menu-dropdown[b-7cntg1mvrt] {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
    min-width: 220px;
    padding: 6px 0;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    z-index: 1050;
}

.user-menu-email[b-7cntg1mvrt] {
    color: #6c757d;
    font-size: 0.8rem;
    overflow: hidden;
    padding: 6px 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-menu-item[b-7cntg1mvrt] {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    padding: 8px 16px;
    text-decoration: none;
    transition: background 0.15s;
}

.user-menu-item:hover[b-7cntg1mvrt] {
    background: #f8f9fa;
}

.user-menu-backdrop[b-7cntg1mvrt] {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1049;
}

[b-7cntg1mvrt] .nav-buttons-container > a {
    color: inherit;
}

[b-7cntg1mvrt] .nav-buttons-container .back-button {
    padding-left: 0;
    padding-right: 0.25rem;
}

[b-7cntg1mvrt] .nav-buttons-container .btn-icon-only,
[b-7cntg1mvrt] .navigation-drawer-header .btn-icon-only {
    --dxbl-btn-padding-x: 0.5rem;
    --dxbl-btn-padding-y: 0.25rem;
}

.page-content-container[b-7cntg1mvrt] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-275yuhv0fz] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;
    --dxbl-menu-item-padding-x: 1.125rem;
    --dxbl-menu-item-padding-y: 0.5rem;
    --dxbl-menu-color: var(--bs-white);
    --dxbl-menu-item-hover-color: var(--bs-white);

    background: none;
}

[b-275yuhv0fz] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-275yuhv0fz] .menu-item-active {
    background-color: rgb(from var(--bs-white) r g b / 0.10);
}

[b-275yuhv0fz] .menu .dxbl-menu-item:hover {
    background-color: rgb(from var(--bs-white) r g b / 0.15);
}
/* /Components/Pages/Auth/Login.razor.rz.scp.css */
.login-container[b-9n27fsg2hg] {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

.login-left[b-9n27fsg2hg] {
    flex: 1;
    background: linear-gradient(135deg, #1a2744 0%, #2c3e6b 50%, #1e3a5f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.login-left-content[b-9n27fsg2hg] {
    text-align: center;
    color: #fff;
}

.login-logo[b-9n27fsg2hg] {
    width: 130px;
    height: auto;
    margin-bottom: 1.5rem;
    border-radius: 8px;
}

.login-brand[b-9n27fsg2hg] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.login-subtitle[b-9n27fsg2hg] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
}

.login-right[b-9n27fsg2hg] {
    flex: 1;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.login-form-wrapper[b-9n27fsg2hg] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    width: 100%;
    max-width: 480px;
}

.login-form-title[b-9n27fsg2hg] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a2744;
    margin-bottom: 0.25rem;
}

.login-form-subtitle[b-9n27fsg2hg] {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 1.75rem;
}

.login-alert[b-9n27fsg2hg] {
    background-color: #fff3f3;
    border: 1px solid #f5c2c7;
    border-radius: 8px;
    color: #842029;
    padding: 0.75rem 1rem;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.login-field[b-9n27fsg2hg] {
    margin-bottom: 1.25rem;
}

.login-label[b-9n27fsg2hg] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #344054;
    margin-bottom: 0.375rem;
}

.login-input-wrapper[b-9n27fsg2hg] {
    position: relative;
    display: flex;
    align-items: center;
}

.login-input-wrapper i[b-9n27fsg2hg] {
    position: absolute;
    left: 14px;
    color: #6c757d;
    font-size: 1rem;
    pointer-events: none;
}

.login-input[b-9n27fsg2hg],
[b-9n27fsg2hg] .login-input {
    width: 100%;
    padding: 0.7rem 0.75rem 0.7rem 2.5rem;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #1a2744;
    background-color: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

.login-input:focus[b-9n27fsg2hg],
[b-9n27fsg2hg] .login-input:focus {
    border-color: #2c3e6b;
    box-shadow: 0 0 0 3px rgba(44, 62, 107, 0.15);
}

.login-input[b-9n27fsg2hg]::placeholder {
    color: #adb5bd;
}

.login-validation[b-9n27fsg2hg],
[b-9n27fsg2hg] .login-validation {
    margin-top: 0.3rem;
    font-size: 0.82rem;
    color: #842029;
}

.login-check[b-9n27fsg2hg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.15rem;
    color: #6c757d;
}

[b-9n27fsg2hg] .login-check .form-check-input {
    margin-top: 0;
}

.login-button[b-9n27fsg2hg] {
    width: 100%;
    padding: 0.75rem;
    background: linear-gradient(135deg, #1a2744 0%, #2c3e6b 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.1s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
}

.login-button:hover:not(:disabled)[b-9n27fsg2hg] {
    opacity: 0.9;
    transform: translateY(-1px);
}

.login-button:active:not(:disabled)[b-9n27fsg2hg] {
    transform: translateY(0);
}

.login-button:disabled[b-9n27fsg2hg] {
    opacity: 0.7;
    cursor: not-allowed;
}

.login-footer[b-9n27fsg2hg] {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.8rem;
    color: #adb5bd;
}

@media (max-width: 768px) {
    .login-container[b-9n27fsg2hg] {
        flex-direction: column;
    }

    .login-left[b-9n27fsg2hg] {
        padding: 2rem 1rem;
        flex: none;
    }

    .login-logo[b-9n27fsg2hg] {
        width: 80px;
    }

    .login-brand[b-9n27fsg2hg] {
        font-size: 1.75rem;
    }

    .login-right[b-9n27fsg2hg] {
        flex: 1;
        padding: 1.5rem;
    }

    .login-form-wrapper[b-9n27fsg2hg] {
        padding: 1.5rem;
    }
}
/* /Components/Pages/Index/Index.razor.rz.scp.css */
.dash-card[b-hb2a8ddle2] {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.dash-card:hover[b-hb2a8ddle2] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
}
/* /Components/Pages/Index/IndexTile.razor.rz.scp.css */
.tile[b-e12wfh1wlb] {
    border-radius: 0.75rem;
    height: 7.5rem;
    transition: box-shadow 0.2s;
    width: 14.375rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.tile:hover[b-e12wfh1wlb] {
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.tile[b-e12wfh1wlb]  > a {
    text-decoration: none;
}

[b-e12wfh1wlb] .tile-content {
    padding: 1rem;
}

[b-e12wfh1wlb] .tile-icon {
    border-radius: 0.375rem;
    height: 2.75rem;
    padding: 0.75rem;
    width: 2.75rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

[b-e12wfh1wlb] .tile-title {
    align-self: center;
    color: var(--bs-body-color);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25rem;
}

[b-e12wfh1wlb] .tile-description {
    color: var(--bs-secondary-color);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1rem;
}
