.ngx-dropdown-container button {
  border: 1px solid #ccc;
  border-color: #e5e5e5;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.42857143;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border-radius: 2px;
  color: #666666;
  background-color: #fff;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 300;
  padding: 0 11px 2px;
  font-family: 'Nunito Sans', 'Segoe UI', sans-serif;
}

.ngx-dropdown-container button {
  border: 1px solid #ccc;
  border-color: #e5e5e5;
  display: flex !important;
  height: auto !important;
  margin-bottom: 0;
  line-height: 1.42857143;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border-radius: 2px;
  color: #666666;
  background-color: #fff;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 300;
  padding: 0 11px 2px;
  font-family: 'Nunito Sans', 'Segoe UI', sans-serif;
}

.ngx-dropdown-container .ngx-dropdown-list-container ul li {
  border-bottom: 1px solid #e9e9e9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(233, 233, 233);
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}

.ngx-dropdown-container .ngx-dropdown-list-container ul li {
  border-bottom: 1px solid #e9e9e9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(233, 233, 233);
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}

.ngx-dropdown-container .ngx-dropdown-list-container .search-container label {
  font-size: 1.5rem;
}

.ngx-dropdown-container .ngx-dropdown-list-container ul li:hover {
  background: #f4f4f4;
}


.ngx-dropdown-container .ngx-dropdown-list-container ul.selected-items li {
  background-color: #dadada;
  color: #666666;
  margin-bottom: 0;
  font-size: 14px;
}

.ui-selectmenu-button.ui-button .ui-selectmenu-text {

}

.ngx-dropdown-container{
    margin: 0;
    padding: 0;
}

.ngx-dropdown-container div{
    border: 1px solid #ccc;
    border-color: #e5e5e5;
}

.ngx-dropdown-container .ngx-dropdown-button{
    width: 100% !important;
    padding: 4.5px 0 !important;
    border-radius: 2px !important;
    background-color: #FFF;
    border-color: #e5e5e5;
    vertical-align: middle !important;
    touch-action: manipulation !important;
  }

  .ngx-dropdown-button{
    padding-right: 5px !important;
}

.ngx-dropdown-container .ngx-dropdown-button:hover{
    border-color: #cccccc !important;
}

.ngx-dropdown-container button{
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #ccc !important;
    border-color: #e5e5e5 !important;
    border-radius: 2px !important;
    width: 100% !important;
    padding: 5px 0 !important;

}

.ngx-dropdown-container button span{
    color: #666666;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    padding: 0 12px 2px;
    font-family: 'Nunito Sans', 'Segoe UI', sans-serif;
}

.ngx-dropdown-container .ngx-dropdown-list-container ul li{
    font-size: 14px !important;
    font-weight: 300 !important;
    border: none !important;
    padding: 3px 8px !important;
    font-family: 'Nunito Sans', 'Segoe UI', sans-serif !important;
    color: #666666 !important;
}

.ngx-dropdown-container .ngx-dropdown-list-container ul.selected-items li{
    background-color: #f4f4f4 !important;
    padding: 10px 18px !important;
    border-bottom: 1px solid #e9e9e9 !important;
}

.ngx-dropdown-container .ngx-dropdown-list-container ul li{
    padding: 10px 18px !important;
}
