/* Fix for theme v2 select box text cutoff */
.bootstrap-select .filter-option-inner-inner {
  line-height: 2 !important;
  overflow: visible !important;
}

.bootstrap-select .filter-option {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.bootstrap-select button.dropdown-toggle {
  min-height: 38px !important;
  height: auto !important;
}
