.style_tokenSelector__CrOLJ{align-items:center;border-radius:10px;cursor:pointer;display:flex;height:35px;justify-content:space-between;padding:.5em 1em;position:relative;width:clamp(100px,100%,200px)}.style_tokenSelector__CrOLJ ul:before,.style_tokenSelector__CrOLJ:before{padding:2px}.style_tokenSelector__CrOLJ>svg{width:16px;height:16px;transition:transform .2s ease-in-out}.style_tokenSelector__CrOLJ>svg path{fill:#00d1ff}.style_tokenSelector__CrOLJ>p{font-size:.75em;color:#00d1ff}.style_tokenSelector__CrOLJ ul{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:inherit;border-radius:inherit;display:none;flex-direction:column;font-size:.9em;gap:.7em;left:0;list-style:none;margin-top:10px;padding-block:.5em;padding-inline:inherit;position:absolute;top:100%;width:100%;z-index:2}.style_tokenSelector__CrOLJ ul li{cursor:pointer;white-space:nowrap;color:hsla(0,0%,100%,.533);font-size:.9em}.style_tokenSelector__CrOLJ ul li:hover{color:#00d1ff}.style_tokenSelector__CrOLJ[data-active=true]>svg{transform:rotate(180deg)}.style_tokenSelector__CrOLJ[data-active=true]>ul{display:block;animation:style_slideFadeIn__z5nVO .75s ease-out}@keyframes style_slideFadeIn__z5nVO{0%{opacity:0;transform:scale(0) translateY(100px);z-index:-1}50%{transform:scale(1) translateY(0);z-index:3}to{opacity:1}}