@import 'es-selectize/dist/css/selectize.css'

.selectize-dropdown.single
  border-radius: 0 !important
  z-index: 1003

  .selectize-dropdown-content
    font-weight: 400 !important
    color: $themeTextColor !important
    font-size: 1rem !important
    line-height: 1rem !important

  .option.active
    background-color: $themeAccentColor !important
    color: $themeTextColorInverted !important

.selectize-control
  height: $themeElementHeight

