.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead .tt-menu {
  width: 100%;
  background: $theme-light;
  border: 1px solid $gray-100;
  border-radius: 5px;
  padding: 0.75rem 0;
}

.twitter-typeahead .tt-menu .tt-suggestion {
  padding: 0.25rem 0.75rem;
  cursor: pointer;
}

.twitter-typeahead .tt-menu .tt-suggestion:hover {
  background-color: $primary;
  color: $white;
}

.twitter-typeahead .empty-message {
  padding: 5px 10px;
  text-align: center;
}

.twitter-typeahead .rtl-typeahead .tt-menu {
  text-align: right;
}

.twitter-typeahead .league-name {
  margin: 0 10px 5px;
  padding: 7px 5px 10px;
  border-bottom: 1px solid $gray-200;
}

.scrollable-dropdown .twitter-typeahead .tt-menu {
  max-height: 80px;
  overflow-y: auto;
}

.bootstrap-maxlength {
  margin-top: 0.5rem;
}

.afu-select-btn {
  margin-bottom: 0;
}

.afu-valid-file {
  .progress {
    width: 500px;
    height: 13px;
  }
}

#attachPin {
  .label:empty {
    display: none;
  }
}

.multiselect-dropdown .dropdown-btn .selected-item {
  border: 1px solid $info !important;
  background: $info !important;
}

// Form Editor 
//

.NgxEditor__Wrapper {
  border: 1px solid $border-color !important;
}

.NgxEditor__Wrapper .NgxEditor__MenuBar {
  border-bottom: 1px solid $border-color !important;
}

.NgxEditor__Seperator {
  border-left: 1px solid $border-color !important;
}