.select{-webkit-user-select:none;user-select:none;position:relative}.select__active{width:100%;display:flex;cursor:pointer;padding:8px 8px 8px 16px;border-radius:12px;justify-content:space-between;align-items:center}.select__active.white{background:#fff;color:#211f1d}.select__active.gray{background:#ededed;color:#211f1d}.select__active.dark{background:#32302e;color:#71e971}.select__active-status{transition:transform .3s}.select__active-status .select-bg{transition:stroke .3s,fill .3s}.select__active-status .select-arrow{transition:stroke .3s}.select__active-status.white .select-bg{stroke:#ededed;fill:#ededed}.select__active-status.white .select-arrow{stroke:#211f1d}.select__active-status.dark .select-bg{stroke:#211f1d;fill:#211f1d}.select__active-status.dark .select-arrow{stroke:#71e971}.select__active-status.opened{transform:rotate(180deg)}.select__list{position:absolute;left:0;right:0;top:100%;margin-top:10px;background:#fff;border-radius:12px;overflow:hidden;transform:scaleY(0);transform-origin:top center;box-shadow:0 0 15px #7d7b78;opacity:0;overflow-y:auto;transition:transform .3s,opacity .4s}.select__list.opened{transform:scaleY(1);opacity:1}.select-option.svelte-e48vc0.svelte-e48vc0{width:100%;display:flex}.select-option__input.svelte-e48vc0.svelte-e48vc0{visibility:hidden;opacity:0;width:0;height:0;position:absolute}.select-option__input.svelte-e48vc0:checked+.select-option__text.svelte-e48vc0{background:#71e971}.select-option__text.svelte-e48vc0.svelte-e48vc0{width:100%;cursor:pointer;transition:background-color .1s;padding:8px 16px}.select-option__text.svelte-e48vc0.svelte-e48vc0:hover{background-color:#7d7b78}
