.dropdown-wrapper{position:relative;font-family:inherit;width:100%}.dropdown-control{display:flex;justify-content:space-between;align-items:center;font-style:normal;font-weight:400;line-height:18px;font-size:12px;font-family:Figtree;color:#fff;border-radius:10px;border:1px solid #191919;background:#000;cursor:pointer;user-select:none;transition:border .15s;padding:8px}.dropdown-control.sm{padding:4px 8px;font-size:14px}.dropdown-value.placeholder{color:#888}.dropdown-arrow{margin-left:8px;font-size:12px}.dropdown-menu{display:flex;flex-direction:column;align-items:flex-start;position:absolute;left:0;transform:translateY(100%);width:100%;transition:all .3s ease;max-height:150px;overflow-y:auto;bottom:0;border-radius:10px;border:1px solid #191919;background:#000;list-style:none;padding:4px 0 4px 8px}.dropdown-menu::-webkit-scrollbar{width:6px}.dropdown-menu::-webkit-scrollbar-track{background:transparent}.dropdown-menu::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:3px}.dropdown-menu::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.dropdown-item{cursor:pointer;color:#FFF;font-family:Figtree;font-size:12px;font-style:normal;font-weight:400;line-height:18px;margin-left:0;text-align:left;padding:6px 0;width:100%}.dropdown-item.active{background:#000000;color:#FFF}.check-icon{font-size:12px;color:#4ca3ff}