.custom-select-wrapper{position:relative;display:inline-block;width:100%}.custom-select-wrapper select{display:none!important}.custom-select{position:relative;border:2px solid #ddd;border-radius:15px;cursor:pointer;padding:15px 40px 15px 15px;min-height:20px}.custom-options{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 4px 4px;z-index:1000;max-height:200px;overflow-y:auto;display:none}.custom-option{padding:10px 15px;cursor:pointer;background:#000!important;color:#fff!important;border-bottom:1px solid #333}.custom-option:hover{background:#333!important;color:#fff!important}.custom-option.selected{background:#b30034!important;color:#fff!important}.custom-option:last-child{border-bottom:none}