.select-v{position:relative}.select-v-trigger-flag{background-image:var(--image);background-size:36px;background-position:50%;width:22px;height:22px;border-radius:50%;overflow:hidden;margin-right:8px;flex-shrink:0}.select-v-trigger{display:flex;align-items:center;padding:8px 4px;cursor:pointer}.select-v-trigger-title{color:var(--subtitle-text2)}.select-v-dropdown{position:absolute;background-color:#fff;z-index:123;max-height:340px;width:328px;border-radius:24px;padding:24px;overflow:hidden;left:-94px;top:56px;border:1px solid var(--surface-black-t10)}.select-v-list{max-height:228px;overflow:auto}.select-v-list::-webkit-scrollbar{width:4px;height:4px}.select-v-list::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #86868633}.select-v-list::-webkit-scrollbar-thumb{background-color:var(--secondary)}.select-v-trigger-angle{display:flex}.select-v-option{padding:8px 12px;display:flex;align-items:center;justify-content:space-between;border-radius:8px;cursor:pointer}.select-v-option:hover{background-color:var(--surface-black-t3)}.select-v-option .select-v-option-right span{color:var(--subtitle-text2)}.select-v-option.is-selected .select-v-option-right-check{opacity:1;visibility:visible}.select-v-option-prev-img{background-image:var(--image);background-size:36px;background-position:50%;width:22px;height:22px;border-radius:50%;overflow:hidden;margin-right:8px;flex-shrink:0}.select-v-option-left{display:flex}.select-v-option-left span{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select-v-option-right{display:flex;align-items:center;color:var(--subtitle-text2)}.select-v-option-right-check{margin-left:12px;width:22px;height:22px;opacity:0;visibility:hidden;background-image:var(--selected-option-check-icon)}.select-v-search{display:flex;justify-content:space-between;padding:8px 16px;background-color:var(--surface-light);border-radius:12px;margin-bottom:24px;border:1px solid var(--surface-light)}.select-v-search input{padding:0!important;max-width:200px!important}.select-v-search:has(input:focus){border:1px solid var(--secondary);background-color:var(--secondary-t10)}.select-v-search svg{margin-left:0;display:flex;color:var(--subtitle-text2)}
