.select-custom{position:relative}.select-custom select.is-hidden{opacity:0;visibility:hidden;position:absolute;top:0;left:0}.select-custom_field{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;width:100%;font:var(--themeFieldFont);height:var(--themeFieldHeight,40px);line-height:var(--themeFieldHeight,40px);background:var(--themeFieldBg,transparent);border-radius:var(--themeFieldRadius,0);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:var(--themeFieldPadding);cursor:pointer}.select-custom_field:after{content:'';position:absolute;top:50%;right:10px;-webkit-transform:translate(0,-100%) rotate(45deg);transform:translate(0,-100%) rotate(45deg);width:12px;height:12px;border:2px solid currentColor;border-top:0;border-left:0;cursor:pointer}.select-custom_field.is-active::after{-webkit-transform:translate(0,-50%) rotate(225deg);transform:translate(0,-50%) rotate(225deg)}.select-custom__multiple .select-custom_field{display:block}.select-custom_options{display:none;position:absolute;top:100%;left:0;right:0;z-index:100;background:var(--themeBlockBg);box-shadow:var(--themeShadow);border-radius:var(--themeRadius);overflow:hidden;width:100%;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}.select-custom.is-active .select-custom_options{display:block}.select-custom_options-inner,.select-custom__multiple .select-custom_options{max-height:280px;overflow-y:auto}.select-custom_option{white-space:nowrap;padding:10px;cursor:pointer;transition:all 0.3s ease;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}.select-custom_option:hover{background:rgb(0 0 0 / .03);color:var(--themePrimary)}.select-custom_option input[type="checkbox"]{margin-right:10px;-ms-flex-negative:0;flex-shrink:0}