@import "https://cdn.jsdelivr.net/npm/tom-select@2.2.2/dist/css/tom-select.bootstrap5.min.css";

.ts-control .item {
  background-color: #0d6efd !important;
  color: white !important;
  border-radius: 4px !important;
}

.btn:disabled, .btn.disabled {
  background-color: #e9ecef !important;
  border-color: #dee2e6 !important;
  color: #adb5bd !important;
  opacity: 0.6;
  filter: grayscale(100%);
  cursor: not-allowed !important;
}