body .selectify-dropdown-widget .selectify-available-one-option,
body .selectify-dropdown-widget .selectify-available-one-option label {
  cursor: pointer !important;
}

body .selectify-dropdown-widget .selectify-available-one-option label {
  pointer-events: none;
}

body .selectify-dropdown-widget .selectify-available-one-option.s-selected {
  display: block !important;
}

body .selectify-dropdown-widget .selectify-available-one-option.s-selected label {
  font-weight: bold !important;
}
