/* Customs */

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results__option--disabled {
  color: #ccc;
}

/* Miscellaneous */

.separator-slash {
  font-weight: bold;
  height: 100%;
  color: hsl(0, 0%, 40%);
  margin-inline: 0.2rem;
}

button[type="submit"] .spinner-border {
  display: none !important;
}

button[type="submit"]:disabled .spinner-border {
  display: inline-block !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results__option--disabled {
  color: #ccc;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dee2e6;
}

.select2-container--default .select2-selection--single {
  height: 37px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  margin-top: 3px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus-visible {
  border-color: #aaa !important;
  outline: 1px solid #dee2e6;
  border-radius: 4px;
}

.form-control::placeholder {
  color: #bfc4c9 !important;
  font-size: 14px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #dee2e6;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 10px;
  margin-left: 10px;
}

table.table {
  font-size: 14px;
}

table.table td {
  vertical-align: middle;
}

@media (min-width: 576px) {
  table.table {
    font-size: 15px;
  }
}

.select2-dropdown {
  z-index: 10000 !important;
}

.dropdown-menu .dropdown-item i {
  margin-right: 3px !important;
}

.fs-xs {
  font-size: 13px !important;
}

form.was-validated
  select:valid
  ~ .select2
  .select2-selection.select2-selection--single {
  border: 1px solid #198754 !important;
}

form.was-validated select:valid ~ .select2 b[role="presentation"] {
  border-color: #198754 transparent transparent transparent !important;
}

form.was-validated
  select:invalid
  ~ .select2
  .select2-selection.select2-selection--single {
  border: 1px solid #dc3545 !important;
}

form.was-validated select:invalid ~ .select2 b[role="presentation"] {
  border-color: #dc3545 transparent transparent transparent !important;
}

.was-validated .form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color) !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.is-valid ~ p.text-start.text-danger {
  display: none;
}

.custom-xl-size {
  width: 90% !important;
  max-width: 1140px !important;
  margin-inline: auto;
}

.dropdown-menu > li > * {
  font-size: 14px;
  color: hsl(210deg 10.81% 14.51%);
}

.dropdown-menu button:first-child:active {
  border-color: transparent !important;
}


/* METS CSS */


.td-sumary{
  background-color:rgb(158, 158, 158) !important;
}  
.td-sumary-noasist{
  background-color:#70ad47 !important;
}
.bg-mets-blue{
  background-color:#002D72 !important;
}
.bg-mets-orange{
  background-color:#ed7d31 !important;
}

.bg-mets-gray{
  background-color:#595959 !important;
}
.bg-mets-gray-light{
  background-color:#afafaf !important;
}


.bg-mets-ex{
  background-color:#afafaf !important;
  color: white !important;
}
.bg-mets-me{
  background-color:#ed7d31 !important;
  color: white !important;
}
.bg-mets-imp{
  background-color:#4472C4 !important;
  color: white !important;
}
.bg-mets-x{
  background-color:#70ad47 !important;
  color: white !important;
}
.bg-mets-did{
  background-color:#FFC000 !important;
  color: white !important;
}

.btn-prim-mets {
  --bs-btn-color: #ff5910;
  --bs-btn-bg: #002d72;
  --bs-btn-border-color: #002d72;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #002d72;
  --bs-btn-disabled-border-color: #002d72;
}