.custom-select{position:relative;width:100%}.custom-select__field{width:100%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;z-index:1}.custom-select__field--disabled{cursor:not-allowed}.custom-select__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background-color:#1a1d24;border-radius:8px;padding:4px;z-index:1000;max-height:240px;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a}.custom-select__option{padding:12px 16px;color:#fff;cursor:pointer;border-radius:4px;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease;background-color:transparent}.custom-select__option:hover,.custom-select__option--selected{background-color:#2a2d34}.custom-select__check-icon{width:16px;height:16px;margin-left:8px}
