.dropdown__options{background:inherit;border:1px solid;left:0;right:0;top:0;list-style:none;position:absolute;text-align:left;z-index:1;background:white;border-radius:24px;pointer-events:none;opacity:0;transition:opacity 0.25s;max-height:90vh;}.dropdown__options--up{bottom:0;top:auto;}.dropdown__option,.dropdown__reset{padding:12.5px 25px;cursor:pointer;transition:background-color 0.25s;line-height:1.2;}.dropdown__option:hover{background:var(--bravo);outline:none;}.dropdown__options--open{opacity:1;pointer-events:all;}.dropdown__reset{background:inherit;border-top:1px solid var(--alfa);}.dropdown__reset:hover{color:white;background:var(--delta);}.dropdown__options{display:flex;flex-direction:column;overflow:auto;}.dropdown__top{flex-grow:1;overflow:auto;margin:0;padding:0;}.dropdown__top::-webkit-scrollbar{width:0.5rem;}.dropdown__top::-webkit-scrollbar-thumb{background:#04e0e3;border-radius:0.25rem;}
