/* /Pages/Admin/Assets/Assets.razor.rz.scp.css */
.landing-grid-background[b-n9jvlapo8v] {
    min-height: 100vh;
    background: linear-gradient(to right, #01040D, #02172A) !important;
}
/* /Pages/Admin/Assets/Components/AssetGridSwitcher.razor.rz.scp.css */
.assets-view-toggle[b-qfaxctyksn] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 1rem 0;
}

.assets-view-toggle[b-qfaxctyksn]  .assets-view-toggle-button {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #dfe7ef;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.assets-view-toggle[b-qfaxctyksn]  .assets-view-toggle-button.active {
    background: #1e88e5;
    border-color: #1e88e5;
    color: #fff;
}
/* /Pages/Admin/Dashboard/Components/DashboardPiChart.razor.rz.scp.css */
.pie-chart-container[b-j8ovv9fktp] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.pie-legend[b-j8ovv9fktp] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 10px;
}

.legend-item[b-j8ovv9fktp] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}

    .legend-item:hover[b-j8ovv9fktp] {
        opacity: 0.7;
    }

.legend-color[b-j8ovv9fktp] {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border-radius: 2px;
}
/* /Pages/Admin/WorkTasks/WorkTasks.razor.rz.scp.css */
.task-popup-form[b-ypzmzhte0f] {
    background-color: #fff;
}

.task-popup-grid[b-ypzmzhte0f] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.task-popup-field[b-ypzmzhte0f] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.task-popup-span-2[b-ypzmzhte0f] {
    grid-column: 1 / -1;
}

.task-popup-label[b-ypzmzhte0f] {
    color: #3f3f46;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0;
}

.task-popup-actions[b-ypzmzhte0f] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.task-popup-toggle-actions[b-ypzmzhte0f] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.task-popup-toggle-button[b-ypzmzhte0f] {
    min-width: 110px;
}

.notes-preview[b-ypzmzhte0f] {
    display: inline-block;
    max-width: 15ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.task-popup-toggle-button.k-disabled[b-ypzmzhte0f],
.task-popup-toggle-button:disabled[b-ypzmzhte0f],
.task-popup-toggle-button[disabled][b-ypzmzhte0f] {
    background-color: #d4d4d8;
    border-color: #d4d4d8;
    color: #71717a;
    cursor: not-allowed;
    opacity: 1;
}

.k-window-titlebar[b-ypzmzhte0f] {
    background-color: #233741;
    color: #fff;
}

.k-window-content:has(.task-popup-form) + .k-actions[b-ypzmzhte0f],
.k-dialog-content:has(.task-popup-form) + .k-actions[b-ypzmzhte0f] {
    display: none;
}

.task-popup-field .k-input[b-ypzmzhte0f],
.task-popup-field .k-picker[b-ypzmzhte0f],
.task-popup-field .k-dropdownlist[b-ypzmzhte0f],
.task-popup-field .k-combobox[b-ypzmzhte0f],
.task-popup-field .k-textarea[b-ypzmzhte0f] {
    width: 100%;
}

@media (max-width: 767.98px) {
    .task-popup-grid[b-ypzmzhte0f] {
        grid-template-columns: 1fr;
    }

    .task-popup-span-2[b-ypzmzhte0f] {
        grid-column: auto;
    }
}
/* /Pages/Authorization/Login/Login.razor.rz.scp.css */
.custom-logo[b-7o1lh20ife] {
    max-height: 8vh;
    max-width: 50vw;
}
/* /Pages/Authorization/ResetPassword/ResetPassword.razor.rz.scp.css */
.side-solid-color[b-h2bsp7bv6m] {
    background-image: linear-gradient( 180deg, #0c181a 0%, #243640 100% ) !important;
}

.custom-logo[b-h2bsp7bv6m] {
    max-height: 8vh;
    max-width: 50vw;
}
/* /Pages/Landing/Landing.razor.rz.scp.css */
.landing-bottom-container[b-6pmdclcl32] {
    position: relative;
    margin-top: 75vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to right, #01040D, #02172A) !important;
}

.landing-page-logo[b-6pmdclcl32] {
    width: 400px;
    height: auto;
}

.landing-grid-container[b-6pmdclcl32] {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    overflow-x: auto; /* horizontal scroll only */
}

.scroll-text[b-6pmdclcl32] {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.landing-bottom-container .d-flex[b-6pmdclcl32] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    width: 100%;
}

.scroll-arrows[b-6pmdclcl32] {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 10px;
}

.bounce[b-6pmdclcl32] {
    animation: bounce-b-6pmdclcl32 1.5s infinite;
}

@keyframes bounce-b-6pmdclcl32 {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }
}

.scroll-prompt[b-6pmdclcl32] {
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.scroll-prompt.hidden[b-6pmdclcl32] {
    opacity: 0;
    visibility: hidden;
}
/* /Shared/Layout/Components/LoginDisplay.razor.rz.scp.css */
.user-image[b-d7lto17ufl] {
    width: 25px;
    height: 25px;
    margin-top: -2px;
}
/* /Shared/TermsOfUsePrompt.razor.rz.scp.css */
.tou-overlay[b-iy1bbjx2c7] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(33, 37, 41, 0.7);
}

.tou-dialog[b-iy1bbjx2c7] {
    width: min(100%, 720px);
    max-height: calc(100vh - 3rem);
    overflow-y: auto;
    padding: 2rem;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
}

.tou-template[b-iy1bbjx2c7] {
    max-height: 50vh;
    overflow-y: auto;
}
/* /Shared/WorkTaskStatusChip.razor.rz.scp.css */
.status-chip[b-kjxey6hila] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 6.5rem;
    padding: 0.3rem 0.7rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}
