.filter-select {
  width: 100%;
  min-height: 36px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #fff;
  color: #172033;
  padding: 8px 10px;
  font-weight: 700;
}

.filter-select:focus {
  outline: 2px solid #bfdbfe;
  border-color: #3b82f6;
}

.client-filter-group {
  min-width: 240px;
}
