@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Components/Inputs/TriStateBoolInput.razor.rz.scp.css */
@keyframes fadeIn-b-6fstlwj7dv {
    0% {
        background-color: inherit;
    }

    100% {
        background-color: var(--color-relyon-purple);
    }
}

.tri-state-checkbox.indeterminate[b-6fstlwj7dv] {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: var(--color-relyon-purple);
    border: 1px solid var(--color-relyon-purple);
    border-radius: var(--border-radius-sm);
    margin: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transform: translateY(-0.075em);
    animation: 0.1s ease-in 0s 1 fadeIn-b-6fstlwj7dv;
}

.tri-state-checkbox.indeterminate .material-symbols-outlined[b-6fstlwj7dv] {
    color: white;
    font-size: 20px;
    font-weight: bold;
}
/* /Components/Modals/DatabaseCleanupConfirmModal.razor.rz.scp.css */
table thead th[b-8gxkor5ffw] {
    position: sticky;
    top: 0;
    z-index: 1;
}

table tr:first-child th:last-child[b-8gxkor5ffw] {
    width: 100%;
}

table tr td:first-child[b-8gxkor5ffw] {
    white-space: nowrap;
}

.modal-container__modal__header__btn-close-container[b-8gxkor5ffw],
.modal-container__modal__header__title[b-8gxkor5ffw] {
    width: auto;
}
