
.nav-tabs {
  overflow-x: auto !important;
  overflow-y: hidden;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: flex-start;
}

.swal-modal {
  background: var(--bs-body-bg) !important;
  color: var(--bs-body-color) !important;
}

.swal-modal .swal-title,
.swal-modal .swal-text {
  color: inherit;
}

.swal-modal .swal-icon--success:after,
.swal-modal .swal-icon--success:before,
.swal-modal .swal-icon--success__hide-corners {
  background: inherit;
}

.disabled {
  opacity: 0.25 !important;
}
a.disabled {
  cursor: default !important;
}

.table img {
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
}
