
  .smart-dropdown {
  position: absolute;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  max-height: 250px;
  overflow-y: auto;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: none;
}

.smart-dropdown .dropdown-item {
  padding: 8px 16px;
  cursor: pointer;
  font-size: 0.95rem;
}

.smart-dropdown .dropdown-item:hover {
  background-color: #f1f1f1;
}

.smart-dropdown .dropdown-divider {
  margin: 4px 0;
}

.smart-dropdown .dropdown-header {
  padding: 6px 16px;
  font-size: 0.75rem;
  color: #6c757d;
}

.smart-input-wrapper {
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: inherit;
  position: relative;

  display: flex;
    align-items: center;
    border: 1px solid #dee2e6; /* Bootstrap's default border color */
    border-radius: 0.25rem; /* Bootstrap's default rounded value */
    padding-left: 0.5rem !important; /* px-2 equivalent */
    padding-right: 0.5rem !important; /* px-2 equivalent */
    padding-top: 0.25rem !important; /* py-1 equivalent */
    padding-bottom: 0.25rem !important; /* py-1 equivalent */
}


.smart-input-field {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  height: 2.4rem !important;
}

 
.smart-loading-spinner {
  position: absolute;
  right: 0.5rem;
}

.smart-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-top: 2px;
}
