/* #status-selector-btn + .dropdown-menu, #category-selector-btn + .dropdown-menu, #provinces-selector-btn + .dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
} */

.dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

/* Estilo para los dropdown */

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: rgb(250, 111, 5);
}

.dropdown {
  border: none !important;
  background-color: rgb(248,249,250);
  width: 100%;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown {
  border: none !important;
  box-shadow: none !important;
}

.status-selector-btn.disabled {
  background-color: #e9ecef;
  color: #6c757d;
  pointer-events: none;
  opacity: 0.7;
}

