.custom-select{position:relative;width:100%}.custom-select__label{display:block;margin-bottom:1rem;color:#111827;font-size:1.5rem;font-weight:500;line-height:1.2}.custom-select__control{border:1px solid #C7D0E3;border-radius:.75rem;background:#fbfcff;box-shadow:0 1rem 2rem #10121a0a;display:flex;align-items:center;overflow:hidden;padding:.875rem 1rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.custom-select.is-open .custom-select__control,.custom-select:focus-within .custom-select__control{border-color:#4f5bd5;box-shadow:0 1rem 2.5rem #10121a0a}.custom-select__search{width:100%;min-width:0;border:0;background:transparent;color:#111827;flex:1 1 auto;padding:0}@media only screen and (max-width:575px){.custom-select__search{font-size:1rem!important}}.custom-select__search:focus{outline:none}.custom-select__clear,.custom-select__toggle{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;max-width:1.25rem;max-height:1.25rem;border:0;background:transparent;color:#111827;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;transition:transform .2s ease-in-out}.custom-select__divider{width:1px;height:1rem;background:#e9eefa;flex:0 0 1px;margin-left:8px;margin-right:8px}.custom-select.is-open .custom-select__toggle{transform:rotate(180deg)}.custom-select__dropdown{width:100%;max-height:18rem;margin-top:.5rem;padding:.375rem .5rem;border:1px solid #C7D0E3;border-radius:8px;background:#fff;box-shadow:0 1rem 2.5rem #10121a0a;opacity:0;pointer-events:none;position:absolute;top:100%;left:0;z-index:20;overflow-y:auto;transform:translateY(-.25rem);transition:opacity .2s ease-in-out,transform .2s ease-in-out}.custom-select.is-open .custom-select__dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.custom-select__options{display:flex;flex-direction:column;gap:0!important;margin:0;padding:0!important;list-style:none!important}.custom-select__option{width:100%;border:0;border-radius:.5rem;background:transparent;color:#111827;cursor:pointer;display:block;padding:.375rem .5rem;text-align:left;transition:background-color .2s ease-in-out}.custom-select__option:hover,.custom-select__option.is-selected{background:#e9eefa;font-weight:500}.custom-select__option.is-hidden{display:none}.custom-select__option-wrapper:before{content:none!important}
