@media (min-width: 992px){
    :root {
        --bs-app-sidebar-width: 200px;
        --bs-app-sidebar-width-actual: 200px;
    }
}

[data-bs-theme=light] {
    --bs-app-bg-color: #dfdfdf;
}

.form-control.form-control-solid {
    border-color: #dfdfdf;
}

.form-control {
    border: 1px solid var(--bs-gray-500);
}

.table:not(.table-bordered).table-row-dashed tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #a0a0a0;
}

.table.gy-5 td, .table.gy-5 th {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}