.ng-select {
  .ng-select-container {
    border: 0 !important;
    &:hover {
      background: $grey-color;
      transition: all 0.5s;
    }
  }
}
