.ui.multiple.dropdown>.label {
  vertical-align: unset;
  font-size: 14px;
  padding: 6px;
}
.ui.fluid.dropdown {
  padding: 4px;
  font-size: 16px;
  font-weight: normal;
}
.ui.label>.close.icon, .ui.label>.delete.icon {
  font-size: 12px;
}
.ui.multiple.dropdown>.text {
  margin: 5px;
}
.ui.label {
  background-color: #07924D;
  opacity: unset;
  color: #ffffff;
}
.ui.label>a {
  color: #ffffff;
  opacity: 1;
}
a.ui.label:hover, a.ui.labels .label:hover {
  background-color: #07924D;
  border-color: #07924D;
  background-image: none;
  color: rgba(255, 255, 255, .8);
}
.ui.active.label {
  background-color: #ffffff;
  border-color: #07924D;
  background-image: none;
  color: rgba(255, 255, 255, 1);
}
a.ui.active.label:hover, a.ui.labels .active.label:hover {
  background-color: #07924D;
  border-color: #07924D;
  background-image: none;
  color: rgba(255, 255, 255, 1);
}
/*.ui.selection.dropdown:hover {*/
/*  border-color: unset !important;*/
/*}*/
.ui.selection.dropdown .menu {
  border: none;
}
.ui.selection.dropdown, .ui.selection.dropdown:focus, .ui.selection.dropdown:hover {
  border: 1px solid #ccc;
}

.contact-card-title.featured-contact {
  margin-top: 0;
}
p.contact-counter {
  margin-bottom: 25px;
}
i.icon.delete:before {
  content: "\2716";
  /*font-size: 16px;*/
}
.ui.selection.active.dropdown:hover {
  border-color: #ccc;
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, .15);
}
.ui.selection.active.dropdown:hover .menu {
  border-color: #ccc;
  border: 1px solid #ccc;
}
.ui.default.dropdown:not(.button) > .text, .ui.dropdown:not(.button) > .default.text {
  color: #717171;
}
@media (max-width: 768px) {
  .ui.fluid.dropdown {
    padding: 4px;
    font-size: 12px;
    font-weight: normal;
  }
  .ui.dropdown .menu > .item {
    font-size: 12px;
  }
  .ui.multiple.dropdown>.label {
    vertical-align: unset;
    font-size: 12px;
    padding: 6px;
    font-weight: normal;
  }
}