.ui-select-container .btn {
  margin: 0;
  border-radius: 3px;
}

.ui-select-container .btn span {
  float: left;
}

.rtl .btn span {
  float: right;
}

.ui-select-container .ui-select-choices {
  box-shadow: 0 0;
  font-size: 13px !important;
}

.ui-select-container .ui-select-choices-row > a {
  padding: 1px 15px !important;
  color: black;
  font-size: 13px !important;
}

.ui-select-container .dropdown-menu {
  padding: 0;
  border: 1px black solid !important;
}

.rtl .dropdown-menu {
  text-align: right;
}

.rtl .ui-select-toggle > .caret {
  left: 10px;
  right: auto;
}

.rtl .ui-select-match .btn span.pull-left {
  float: right !important;
}

.ui-select-container .ui-select-toggle > .caret {
  display: none;
}

.ui-select-container .ui-select-match .ui-select-toggle::before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 5px;
  font-size: 10px;
  top: 9px;
}

.rtl .ui-select-match .ui-select-toggle::before {
  left: 3px;
  right: auto;
  top: 4px;
  position: absolute;
}

.ui-select-bootstrap .ui-select-choices-row.active > a,
.ui-select-choices-row-inner:hover {
  color: #fff !important;
  text-decoration: none;
  outline: 0;
  background-color: #228efc !important;
}

.ui-select-container .btn-default-focus {
  box-shadow: none;
}

.rtl .ui-select-search {
  direction: rtl;
}

.ui-select-choices-group {
  padding: 0 !important;
}

.ui-select-container .ui-select-choices-group:hover {
  background-color: #fff !important;
}
