.select2-container{
          width:100%!important;
          font-family:'Inter',sans-serif;
          font-size: 12px !important;
      }

      .select2-container--open .select2-dropdown--above, .select2-dropdown--below{
        background: #2b141d !important;
        color: #fff !important;
      }

      .select2-container--default .select2-results__option--selected{
        background: #6e374d !important;
      }

      .select2-container--default .select2-selection--multiple{

          background:transparent!important;

          border:none!important;

          border-bottom:1px solid rgba(255,255,255,.35)!important;

          border-radius:0!important;

          min-height:48px;

          padding:6px 35px 6px 0;
          color: white;
          background: #7A0830;

          position:relative;

      }

      /* .select2-container--focus .select2-selection--multiple{

          border-bottom:1px solid #fff!important;

      } */

      .select2-selection__rendered{

          display:flex!important;

          flex-wrap:wrap;

          gap:6px;

      }

      .select2-selection__choice {
          background: #9c0a3f!important;
          color: #fff!important;
          border: none!important;
          margin: 2px!important;
      }

      .select2-selection__choice__remove{

          color:#fff!important;

          margin-right:6px!important;

          border:none!important;

      }

      .select2-selection__choice__remove:hover{

          background:none!important;

          color:#fff!important;

      }

      .select2-search__field{

          color:#fff!important;

      }

      .select2-search__field::placeholder{

          color:rgba(255,255,255,.45);

      }

      .select2-dropdown{

          background:#151515;

          border:1px solid rgba(255,255,255,.08);

      }

      /* .select2-results__option{

          color:#fff;

          padding:10px 14px;

      } */

      .select2-results__option--highlighted{

          background:#9c0a3f!important;

          color:#fff!important;

      }

      .select2-results__option[aria-selected=true]{

          background:#252525;

      }

      .select2-container--default .select2-selection--multiple::after{

          content:"\f078";

          font-family:"Font Awesome 6 Free";

          font-weight:900;

          position:absolute;

          right:10px;

          top:50%;

          transform:translateY(-50%);

          color:#fff;

          pointer-events:none;

      }


      /* Select2 Dropdown Scrollbar Styling */
.select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: #9C0A3F transparent;
}

/* For Webkit browsers (Chrome, Safari, Edge) */
.select2-results__options::-webkit-scrollbar {
    width: 6px;
}

.select2-results__options::-webkit-scrollbar-track {
    background: transparent;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #9C0A3F;
    border-radius: 3px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #9C0A3F;
}