.select2-selection--multiple{
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.5;
    border: 1px solid #ced4da !important;
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}

.select2-container .select2-selection {
    border-radius: 20px;
}

.select2-container-flat .select2-selection {
    border: 1px solid transparent;
    color: var(--main-text-muted);
  }