.select2-container{width:100% !important;font:inherit;}
.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--multiple{min-height:46px;border:1px solid var(--line,rgba(24,51,47,0.1));border-radius:16px;background:#fff;box-shadow:inset 0 1px 2px rgba(18,43,56,0.04);transition:border-color 0.2s ease,box-shadow 0.2s ease;}
.select2-container--default .select2-selection--single{display:flex;align-items:center;height:46px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{width:100%;padding-inline:16px 34px;color:var(--text,#18332f);line-height:1.4;}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-inline:34px 16px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;inset-inline-end:12px;inset-inline-start:auto;transform:translateY(-50%);}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{inset-inline-start:12px;inset-inline-end:auto;}
.select2-container--default .select2-selection--multiple{min-height:52px;padding:6px 10px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:0;}
.select2-container--default .select2-search--inline .select2-search__field{min-height:30px;margin:0;color:var(--text,#18332f);font:inherit;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{display:inline-flex;align-items:center;gap:6px;margin:0;padding:5px 9px;border:1px solid rgba(22,115,255,0.18);border-radius:999px;color:var(--brand-strong,#0f56bd);background:rgba(22,115,255,0.08);}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{margin:0;color:inherit;opacity:0.72;}
.select2-container--default.select2-container--focus .select2-selection--single,.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default.select2-container--open .select2-selection--single,.select2-container--default.select2-container--open .select2-selection--multiple{border-color:rgba(22,115,255,0.45);box-shadow:0 0 0 4px rgba(22,115,255,0.12);}
.select2-dropdown{overflow:hidden;border:1px solid rgba(24,51,47,0.1);border-radius:16px;box-shadow:0 18px 36px rgba(18,43,56,0.14);}
.select2-search--dropdown{padding:10px;}
.select2-container--default .select2-search--dropdown .select2-search__field{min-height:40px;border:1px solid var(--line,rgba(24,51,47,0.1));border-radius:12px;padding:0 12px;color:var(--text,#18332f);font:inherit;}
.select2-results__option{padding:10px 12px;}
.select2-container--default .select2-results__option[aria-selected=true]{background:rgba(22,115,255,0.1);color:var(--brand-strong,#0f56bd);}
.select2-container--default .select2-results__option--highlighted[aria-selected]{color:#fff;background:var(--brand,#1673ff);}
html[data-theme="dark"] .select2-container--default .select2-selection--single,html[data-theme="dark"] .select2-container--default .select2-selection--multiple,html[data-theme="dark"] .select2-dropdown{color:var(--text,#eef8f7);background:#132334;border-color:var(--line,rgba(196,231,230,0.14));box-shadow:0 18px 36px rgba(0,0,0,0.3);}
html[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered,html[data-theme="dark"] .select2-container--default .select2-search--inline .select2-search__field,html[data-theme="dark"] .select2-container--default .select2-search--dropdown .select2-search__field,html[data-theme="dark"] .select2-results__option{color:var(--text,#eef8f7);}
html[data-theme="dark"] .select2-container--default .select2-search--dropdown .select2-search__field{background:rgba(255,255,255,0.06);border-color:var(--line,rgba(196,231,230,0.14));}
html[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice,html[data-theme="dark"] .select2-container--default .select2-results__option[aria-selected=true]{color:var(--brand-strong,#91c7ff);background:rgba(88,166,255,0.14);border-color:rgba(88,166,255,0.24);}