.custom-react-select__control{--font-family: var(--theme--interaction);font-family:var(--font-family),sans-serif;box-shadow:0 0 16px #2222221f;padding:15px 16px;background:#fff;color:#222;border-radius:4px;transition:background .2s cubic-bezier(.7,0,.3,1),box-shadow .2s cubic-bezier(.7,0,.3,1)}.custom-react-select__control::placeholder{color:#222}.custom-react-select__control.custom-react-select__control--is-focused,.custom-react-select__control:is(:hover,:focus-visible,:active){background:#f8f8f8;cursor:pointer}.custom-react-select__control.custom-react-select__control--is-focused,.custom-react-select__control:is(:focus-visible){outline:auto!important}.custom-react-select__menu{box-shadow:0 0 16px #2222221f;background:#fff;border-radius:4px;z-index:10!important}.custom-react-select__indicators{gap:.05rem}.custom-react-select__dropdown-indicator,.custom-react-select__clear-indicator{width:1rem;height:1rem}.custom-react-select__clear-indicator:is(:hover,:focus-visible,:active){color:#cd0606}.custom-react-select__dropdown-indicator{--theme--color: var(--theme--select-dropdown--indiciator-color);color:var(--theme--color);transition:transform .2s ease}.custom-react-select__control--menu-is-open .custom-react-select__dropdown-indicator{transform:rotate(-90deg)}.custom-react-select__menu-list{--font-family: var(--theme--interaction);font-family:var(--font-family),sans-serif;display:flex;flex-direction:column}.custom-react-select__option{display:flex;color:#222;padding:16px;transition:background .2s ease}.custom-react-select__option:first-child{border-radius:4px 4px 0 0}.custom-react-select__option:last-child{border-radius:0 0 4px 4px}.custom-react-select__option.custom-react-select__option--is-focused,.custom-react-select__option:is(:hover,:focus-visible,:active){background:#e9e9e9;cursor:pointer}.custom-react-select__menu-notice{padding:16px}.custom-react-select__option--is-selected{background:#dedede}.custom-react-select__option--is-selected.custom-react-select__option--is-focused,.custom-react-select__option--is-selected:is(:hover,:focus-visible,:active){background:#bebebe}.custom-react-select__value-container{gap:.25rem}
