.select2-container .select2-selection--multiple .select2-selection__arrow {
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow
{
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; 
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow b 
{
      border-color: hsl(var(--palette-background-c050-main)) transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; 
}