.rqtv-dropdown .rqtv-search-field{
  .dropdown-menu{
    overflow: auto;
    ul{
      position: relative;
      max-width: 100%;
      max-height: 100%;
      overflow-x: hidden;
    }
    .dropdown-item{
      max-width: 100%;
    }
    .dropdown-item.S{
      &:hover{background-color: $selected-background-hover;}
    }
    .dropdown-item.X{
      &:hover{
        background-color: $excluded-background-hover;
        color:$excluded-color;
      }
    }
  }
}

.rqtv-dropdown{
  .dropdown-toolbar{
    display: flex;
    justify-content: space-between;
    padding:0 1rem 1rem 1rem;
      input{
        height: 100%;
        border:1px solid #DDDDDD;
      }
      textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus {
      outline: 0px !important;
      -webkit-appearance:none;
      box-shadow: none !important;
      border:1px solid #DDDDDD;
    }
    .rqtv-search-container{
      flex-grow: 1;
    }
    .end-selections-buttons{
      flex-grow: 0.5;
    }
    .btn{
      margin: 0px;
    }
  }
}
