@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/WMBlazorSlickCarousel/WMBlazorSlickCarousel.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Blazor default styles removed - Tabler handles all layout via tabler.min.css */

#blazor-error-ui[b-qduuagv2zn] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-qduuagv2zn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xlu0e37gng],
.components-reconnect-repeated-attempt-visible[b-xlu0e37gng],
.components-reconnect-failed-visible[b-xlu0e37gng],
.components-pause-visible[b-xlu0e37gng],
.components-resume-failed-visible[b-xlu0e37gng],
.components-rejoining-animation[b-xlu0e37gng] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xlu0e37gng],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xlu0e37gng],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xlu0e37gng],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xlu0e37gng],
#components-reconnect-modal.components-reconnect-retrying[b-xlu0e37gng],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xlu0e37gng],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xlu0e37gng],
#components-reconnect-modal.components-reconnect-failed[b-xlu0e37gng],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xlu0e37gng] {
    display: block;
}


#components-reconnect-modal[b-xlu0e37gng] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-xlu0e37gng 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xlu0e37gng 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xlu0e37gng 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xlu0e37gng]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xlu0e37gng 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xlu0e37gng {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xlu0e37gng {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xlu0e37gng {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xlu0e37gng] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xlu0e37gng] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xlu0e37gng] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xlu0e37gng] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xlu0e37gng] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xlu0e37gng] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xlu0e37gng] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xlu0e37gng 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xlu0e37gng] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xlu0e37gng {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Shared/MultiSelect.razor.rz.scp.css */
/*
 * multiselect-standalone.css
 * CSS requis pour MultiSelect.razor
 *
 * Dépendances :
 *  - Bootstrap 5 (classe form-control)
 *  - Font Awesome (uniquement si IsToggleActive est utilisé — icônes fa-solid/fa-regular fa-flag)
 *
 * IMPORTANT : le checkmark des items sélectionnés utilise un masque SVG.
 *  → Si tu n'as pas l'image, remplace le bloc  "li > a::after" par la version
 *    CSS pure fournie en commentaire juste en dessous.
 *
 * Installation : copie ce fichier dans wwwroot/css/ de ton projet cible
 * et ajoute <link rel="stylesheet" href="css/multiselect-standalone.css" />
 * dans ton _Host.cshtml / App.razor / index.html.
 */

/* ─── Avatar ──────────────────────────────────────────────────── */
.avatar-item[b-z9e4b2b60h] {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.625rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--avatar-item-color, #595959);
  background-color: var(--avatar-item-bg, #f0f0f0);
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 0.0625rem;
  font-size: 0.625rem;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
}

/* ─── Custom Tag (chip sélectionné) ───────────────────────────── */
.custom-tag[b-z9e4b2b60h] {
  --custom-tag-gap: 0.25rem;
  color: #000;
  background-color: #f0f0f0;
  border-radius: 0.375rem;
  padding: 0.2rem 0.5rem;
  gap: var(--custom-tag-gap);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.custom-tag .custom-tag-avatar[b-z9e4b2b60h] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.custom-tag .custom-tag-text[b-z9e4b2b60h] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
}

/* Bouton "Remove" (croix) */
.custom-tag .custom-tag-remove[b-z9e4b2b60h] {
  --custom-tag-remove-size: 1.25rem;
  --custom-tag-remove-border-width: 0;
  --custom-tag-remove-border-radius: 0;
  --custom-tag-remove-z-index: 10;
  --custom-tag-remove-ico-size: 60%;
  --custom-tag-remove-ico-line-width: 0.2rem;
  --custom-tag-remove-ico-line-border-radius: 999.9rem;
  --custom-tag-remove-opacity: 1;
  --custom-tag-remove-color: #000;
  --custom-tag-remove-bg: transparent;
  --custom-tag-remove-hover-ico-size: calc(var(--custom-tag-remove-ico-size) + 10%);
  --custom-tag-remove-hover-color: var(--custom-tag-remove-color);
  --custom-tag-remove-hover-bg: var(--custom-tag-remove-bg);
  --custom-tag-remove-hover-border-color: var(--custom-tag-remove-bg);
  --custom-tag-remove-hover-opacity: 1;
  --custom-tag-remove-focus-shadow: none;
  --custom-tag-remove-focus-opacity: 1;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: var(--custom-tag-remove-z-index);
  width: var(--custom-tag-remove-size);
  height: var(--custom-tag-remove-size);
  padding: 0;
  color: var(--custom-tag-remove-color);
  background: var(--custom-tag-remove-bg);
  border: var(--custom-tag-remove-border-width) solid var(--custom-tag-remove-bg);
  border-radius: var(--custom-tag-remove-border-radius);
  opacity: var(--custom-tag-remove-opacity);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
.custom-tag .custom-tag-remove[b-z9e4b2b60h]::before,
.custom-tag .custom-tag-remove[b-z9e4b2b60h]::after {
  content: "";
  position: absolute;
  z-index: var(--custom-tag-remove-z-index);
  top: 50%;
  left: 50%;
  width: var(--custom-tag-remove-ico-size);
  height: var(--custom-tag-remove-ico-line-width);
  background-color: var(--custom-tag-remove-color);
  border-radius: var(--custom-tag-remove-ico-line-border-radius);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-tag .custom-tag-remove[b-z9e4b2b60h]::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.custom-tag .custom-tag-remove[b-z9e4b2b60h]::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.custom-tag .custom-tag-remove:hover[b-z9e4b2b60h] {
  text-decoration: none;
  color: var(--custom-tag-remove-hover-color);
  background-color: var(--custom-tag-remove-hover-bg);
  border-color: var(--custom-tag-remove-hover-border-color);
  opacity: var(--custom-tag-remove-hover-opacity);
}
.custom-tag .custom-tag-remove:hover[b-z9e4b2b60h]::before,
.custom-tag .custom-tag-remove:hover[b-z9e4b2b60h]::after {
  width: var(--custom-tag-remove-hover-ico-size);
  background-color: var(--custom-tag-remove-hover-color);
}
.custom-tag .custom-tag-remove:focus[b-z9e4b2b60h] {
  outline: 0;
  -webkit-box-shadow: var(--custom-tag-remove-focus-shadow);
          box-shadow: var(--custom-tag-remove-focus-shadow);
  opacity: var(--custom-tag-remove-focus-opacity);
}

/* Bouton flag (toggle) dans le tag */
.custom-tag .custom-tag-toggle[b-z9e4b2b60h] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background: transparent;
  cursor: pointer;
}
.custom-tag .custom-tag-toggle:hover[b-z9e4b2b60h] {
  color: #f32727;
}
.custom-tag .custom-tag-toggle.active[b-z9e4b2b60h] {
  color: #f32727;
}

/* ─── Custom Multi-Select (conteneur principal) ───────────────── */
.custom-multi-select[b-z9e4b2b60h] {
  --custom-multi-select-gap: 0.25rem;
  position: relative;
  width: 100%;
}

/* Corps (tags + input) — hauteur calquée sur form-select Bootstrap 5 (~38px) */
.custom-multi-select .custom-multi-select-body[b-z9e4b2b60h] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--custom-multi-select-gap);
  padding: 0.375rem 0.5rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-multi-select .custom-multi-select-body .custom-multi-select-input[b-z9e4b2b60h] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.custom-multi-select .custom-multi-select-body .custom-multi-select-input .form-control[b-z9e4b2b60h] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: none;
  padding: 0 0.25rem;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.custom-multi-select .custom-multi-select-body .custom-multi-select-input .form-control[b-z9e4b2b60h]::placeholder {
  color: #000;
  opacity: 1;
}
.custom-multi-select .custom-multi-select-body .custom-multi-select-input .form-control:focus[b-z9e4b2b60h],
.custom-multi-select .custom-multi-select-body .custom-multi-select-input .form-control:active[b-z9e4b2b60h] {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Dropdown */
.custom-multi-select .custom-multi-select-drop[b-z9e4b2b60h] {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  margin-top: var(--custom-multi-select-gap);
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.08);
}

/* Liste des résultats */
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results[b-z9e4b2b60h] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li[b-z9e4b2b60h] {
  padding-block: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li:hover[b-z9e4b2b60h],
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li.highlighted[b-z9e4b2b60h] {
  background-color: #f0f0f0;
}
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li > a[b-z9e4b2b60h] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--custom-multi-select-gap);
  text-decoration: none;
  color: #000;
  width: 100%;
  position: relative;
}

/*
 * Checkmark de sélection — version SVG masque (R-Stream original) :
 *
 *   .custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li > a::after {
 *     content: "";
 *     width: 2rem; height: 2rem;
 *     flex-shrink: 0;
 *     -webkit-mask-image: url(../images/ico-check-blue-01.svg);
 *             mask-image: url(../images/ico-check-blue-01.svg);
 *     -webkit-mask-size: 2rem 2rem;
 *             mask-size: 2rem 2rem;
 *     -webkit-mask-repeat: no-repeat;
 *             mask-repeat: no-repeat;
 *     color: #597ef7;
 *     background-color: currentColor;
 *     position: absolute;
 *     inset-block-start: 50%; inset-inline-end: 0;
 *     transform: translate(0, -50%);
 *     transition: all 0.3s ease;
 *     opacity: 0;
 *   }
 *
 * Version CSS pure (sans SVG) — décommente si tu n'as pas le fichier image :
 */
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li > a[b-z9e4b2b60h]::after {
  content: "✓";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #597ef7;
  font-weight: 700;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li.active > a[b-z9e4b2b60h]::after {
  opacity: 1;
}

.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li .custom-tag-avatar[b-z9e4b2b60h] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li .custom-multi-select-result-name[b-z9e4b2b60h] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
}
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li .custom-multi-select-result-label[b-z9e4b2b60h] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: #495057;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.125rem 0.375rem;
}

/* Optgroup header */
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li.custom-multi-select-optgroup[b-z9e4b2b60h] {
  padding-block: 0.5rem 0.125rem;
  padding-inline: 0;
  font-size: 0.7rem;
  font-weight: 700;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: default;
  pointer-events: none;
  border-top: 1px solid #dee2e6;
}
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li.custom-multi-select-optgroup:first-child[b-z9e4b2b60h] {
  border-top: none;
  padding-block-start: 0.125rem;
}

/* Indentation des items sous un optgroup */
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li.custom-multi-select-optgroup-item > a[b-z9e4b2b60h] {
  padding-inline-start: 0.5rem;
}

/* Bouton flag dans la liste */
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li > .custom-tag-toggle[b-z9e4b2b60h] {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li > .custom-tag-toggle:hover[b-z9e4b2b60h] {
  color: #f32727;
}
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li > .custom-tag-toggle.active[b-z9e4b2b60h] {
  color: #f32727;
}

/* État focus — bordure bleue Bootstrap + dropdown visible */
.custom-multi-select.focus .custom-multi-select-body[b-z9e4b2b60h] {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.custom-multi-select.focus .custom-multi-select-drop[b-z9e4b2b60h] {
  display: block;
}

/* ─── Single select ───────────────────────────────────────────── */

/* Corps : ressemble à un <select> Bootstrap natif */
.custom-multi-select .custom-single-select-body[b-z9e4b2b60h] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  min-height: calc(1.5em + 0.75rem + 2px);
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Valeur sélectionnée */
.custom-multi-select .custom-single-select-body .custom-single-select-text[b-z9e4b2b60h] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
}

/* Placeholder */
.custom-multi-select .custom-single-select-body .custom-single-select-placeholder[b-z9e4b2b60h] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  color: #6c757d;
}

/* Chevron */
.custom-multi-select .custom-single-select-body .custom-select-chevron[b-z9e4b2b60h] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  color: #6c757d;
  font-size: 0.75rem;
  pointer-events: none;
}

/* Champ de recherche en haut de la dropdown */
.custom-multi-select .custom-multi-select-drop .custom-single-select-search[b-z9e4b2b60h] {
  padding-bottom: 0.375rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #dee2e6;
}
.custom-multi-select .custom-multi-select-drop .custom-single-select-search .form-control[b-z9e4b2b60h] {
  width: 100%;
  font-size: 0.875rem;
}

/* Focus state */
.custom-multi-select.focus .custom-single-select-body[b-z9e4b2b60h] {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* ─── Input-group compatibility ─────────────────────────────── */
.input-group .custom-multi-select[b-z9e4b2b60h] {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}

.input-group .custom-multi-select:not(:last-child) .custom-multi-select-body[b-z9e4b2b60h],
.input-group .custom-multi-select:not(:last-child) .custom-single-select-body[b-z9e4b2b60h] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* ─── Loading & hint states (server-side search) ─────────────── */
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li.custom-multi-select-loading[b-z9e4b2b60h],
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li.custom-multi-select-hint[b-z9e4b2b60h] {
  padding: 0.75rem 0.25rem;
  color: #6c757d;
  font-size: 0.875rem;
  cursor: default;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li.custom-multi-select-loading:hover[b-z9e4b2b60h],
.custom-multi-select .custom-multi-select-drop .custom-multi-select-results > li.custom-multi-select-hint:hover[b-z9e4b2b60h] {
  background-color: transparent;
}
