.custom-select{display:inline-block;position:absolute;top:0;left:0;transform:translateX(-50px);z-index:2}.custom-select__options{list-style-type:none;position:absolute;background:#fff;padding:5px 0;margin:0;width:100%;min-width:300px;border-radius:10px;box-shadow:0 0 6px 0 #00000052;z-index:3}.custom-select__options li{padding:5px;cursor:pointer}.custom-select__options li:hover{background-color:rgba(210,208,25,.08)}.custom-select__bg{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000000;z-index:1}