
    :root {
        --select2-height: calc(3.0rem + 2px);
        --select2-choice-height: calc(1.875rem + 2px);
        --select2-multi-height: calc(3.875rem + 2px);
        --select2-multi-choice-height: calc(1.275rem + 2px);
    }

    .select2-container--default .select2-selection--single {
        /* border: 1px solid var(--gray) !important; */
        line-height: var(--select2-height) !important;
        height: var(--select2-height) !important;

    }

    .select2-container--default .select2-selection--single,  .select2-container--default .select2-selection--multiple {
        border-radius: var(--phoenix-border-radius) !important;
        background-color: var(--phoenix-emphasis-bg) !important;
        background-clip: padding-box;
        border: var(--phoenix-border-width) solid var(--phoenix-border-color) !important;
    }

    .input-group .select2-container--default .select2-selection--single, .input-group .select2-container--default .select2-selection--multiple {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {padding-right: 10px !important;
        padding-top: 15px;
        padding-left: 18px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: var(--select2-height) !important;
        padding-right: 30px !important;
    }

     .input-group .select2-container--default .select2-selection--single .select2-selection__arrow {
        padding-right: 20px !important;
    }

    .select2-container--default .select2-selection--multiple {
        line-height: normal !important;
        display: inline-block;
        width: 100%;
        min-height: var(--select2-height) !important;
        height: auto;

    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        line-height: var(--select2-multi-choice-height) !important;
        padding-top: 25px;
    }

    .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    {% comment %} min-height: var(--select2-height) !important;
    height:auto; {% endcomment %}
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        height: var(--select2-multi-choice-height) !important;
        vertical-align: top;
        margin-top: 2px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-role_field-container {
        min-height: var(--select2-multi-choice-height) !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        width: 20px !important;
        position: relative;
        height: var(--select2-height) !important;
        padding-right: 20px !important;
    }

      .input-group .select2-container--default .select2-selection--single .select2-selection__clear {
        padding-right: 15px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear:before {
        width: 20px !important;
        content: "x";
        position: absolute;
        top: 0;
        left: 0;
        color: #888;
        font-size: 15px;
    }
    .select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
        margin: 0 1rem;
        border-radius: var(--phoenix-border-radius) !important;
        background-color: var(--phoenix-emphasis-bg) !important;
        background-clip: border-box;
        padding: 0.65rem 0.55rem;
        overflow: hidden;
    }

    .select2-container--default .select2-results__option {
        border-radius: 0.75rem !important;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #5897fb;
        color: white;

    }

    .select2-container--default .select2-selection--multiple {
      padding-left: 15px;
    }

    .choices {
        margin-bottom: .5rem;
    }

    .choices .choices__inner {
        height: var(--select2-height) !important;
        padding: 6px 3rem 6px 1rem;
    }

      .choices .choices__list {
          z-index: 5;
      }

    .choices .choices__list--multiple .choices__item {

        font-size: .8rem !important;
        padding: 3px 8px !important;
        border-radius: 8px;
    }

    .choices .choices__list, .choices .choices__input--cloned, .choices__list.choices__list--multiple {
      margin-top: .4rem !important;
    }

    .choices__item.choices__item--selectable .choices__button {
        color: #008fa1;
    }

    /*.choices .choices__list {*/
    /*  margin-top: .2rem !important;*/
    /*}*/