.ui.dropdown {
  min-height: 14px !important;
}

.ui.dropdown .text {
  font-size: 14px !important;
}

.ui.dropdown .menu > .item {
  font-size: 14px !important;
}

.ui.search.selection.dropdown > input.search {
  font-size: 14px !important;
  line-height: 14px !important;
}

.ui.selection.dropdown .menu {
  min-width: calc(100%) !important;
  width: calc(100%) !important;
}
.ui.fluid.dropdown {
  width: auto;
}
.ui.label > .delete.icon:after {
  content: "x";
  color: #266d4d;
  font-size: 16px;
  font-style: normal;
}
