/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

:root {
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0;
}

@media (min-width: 1900px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1820px;
  }
}

table.table-sm td .select.mb-3,
table.table-sm td .hidden.mb-3 {
  margin-bottom: 0 !important;
}

td.novalidate .form-select.is-valid {
  --bs-form-select-bg-icon: none !important;
  padding-right: 2em !important;
}

td.max10 {
  width: 12%;
}