.gesmart-compatibility-search {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
}

.gesmart-compatibility-search__title {
  margin-bottom: 1rem;
}

.gesmart-compatibility-search .form-group {
  margin-bottom: 1rem;
}

.gesmart-compatibility-search select {
  width: 100%;
}

.gesmart-compatibility-search .Submit .btn {
  width: 100%;
}

.gesmart-compatibility-search__status {
  min-height: 1.25rem;
  margin: .75rem 0 0;
  font-size: .875rem;
}

.gesmart-searchable-select {
  position: relative;
  width: 100%;
}

.gesmart-searchable-select__native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.gesmart-searchable-select__input {
  width: 100%;
}

.gesmart-searchable-select__dropdown {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  z-index: 1050;
  max-height: 260px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .12);
}

.gesmart-searchable-select__dropdown[hidden] {
  display: none;
}

.gesmart-searchable-select__option {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  margin: 0;
  text-align: left;
  background: #fff;
  border: 0;
  cursor: pointer;
}

.gesmart-searchable-select__option:hover,
.gesmart-searchable-select__option:focus,
.gesmart-searchable-select__option.is-highlighted {
  background: #f2f2f2;
  outline: 0;
}

.gesmart-searchable-select__empty {
  padding: .5rem .75rem;
  color: #777;
}
