.custom-dropdown{position:relative;width:100px;background:#212121;border:1px solid #212121;border-radius:3px;cursor:pointer}.custom-dropdown .selected{padding:.5rem;color:#4e4e4e;text-align:center;position:relative}.custom-dropdown.active .selected{color:#fff;padding-left:1rem;text-align:left;background-image:url(/_next/static/media/SelectDownArrowIcon.f5f25c12.svg);background-repeat:no-repeat;background-position:right .5rem center;background-size:1rem}.custom-dropdown .search-item{padding:6px}.custom-dropdown .search-item input{width:100%;padding:6px 8px;background:#222;border:1px solid #444;color:#fff;outline:none;border-radius:4px}.custom-dropdown .dropdown-list{position:absolute;top:100%;left:0;width:100%;max-height:210px;overflow-y:auto;background:#212121;border:1px solid #333;z-index:10;border-radius:3px}.custom-dropdown .dropdown-list li{padding:.5rem;color:#9e9e9e;text-align:center;transition:background .2s}.custom-dropdown .dropdown-list li:hover{background:#333}.custom-dropdown .dropdown-list li.selected-item{color:#eee;font-weight:600;background:#2a2a2a}.custom-dropdown .dropdown-list .no-data{padding:8px;color:#888;text-align:center}.custom-dropdown .dropdown-list{scrollbar-width:thin;scrollbar-color:#fff rgba(0,0,0,0)}.custom-dropdown .dropdown-list::-webkit-scrollbar{width:6px}.custom-dropdown .dropdown-list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.custom-dropdown .dropdown-list::-webkit-scrollbar-thumb{background-color:#555;border-radius:6px}.custom-dropdown .dropdown-list::-webkit-scrollbar-thumb:hover{background-color:#777}