.rqtv-search-field{
  .dropdown-toolbar{
    width:100%;
    display:flex;
    justify-content:space-between;
    margin:0;
    padding:0;
    flex-grow:1;
  }
  li{
    font-size:1rem;
  }
  .dropdown-menu.show{
    width:100%;
    ul{
      width:100%;
    }
  }
}
