.form-control.form-control-solid {
  background-color: #f1f3f8;
  border-color: #f1f3f8;
}
.form-select.form-select-solid {
  background-color: #f1f3f8;
  border-color: #f1f3f8;
}

.button-primary-override {
  color: #fff;
}

.button-primary-override:hover,
.button-primary-override:active,
.button-primary-override:focus,
.button-primary-override:visited {
  background-color: #cd9dff !important;
  border-color: #cd9dff !important;
  background-image: none !important;
  border: 0 !important;
  color: #fff;
}

.select2-results__option[aria-selected="true"] {
  background-color: #ebd7fe !important;
}

/* Higlighted (hover) result */
.select2-results__option--highlighted {
  background-color: #cd9dfe !important;
}

.select2-results__option--selected {
  background-color: #cd9dfe !important;
  color: #cd9dfe !important;
}

.table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #ebd7fe !important;
  color: #ebd7fe !important;
}

tr .profrow,
#profesionales tbody tr {
  cursor: pointer;
}

.active {
  color: #0095e8;
}

.iti {
  width: 100%;
}
.iti__country-list {
  z-index: 10000 !important;
}
