@media (min-width: 1200px) {
  .layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
      padding-top: 0 !important;
    }
}

:root {
    --bs-root-font-size: 14px;
}
.table th,
.table td {
    text-align: center;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] {
    background-color: #eee;
    opacity: 1;
}