.custom-select{position:relative;width:252px;max-width:90%;border:1px solid #e2e2e2;background:#fff;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;display:inline-block}.custom-select a{display:inline-block;width:100%;height:100%;padding:5px;color:#000;text-decoration:none;cursor:pointer}.custom-select a span{display:inline-block;width:100%;white-space:nowrap;overflow:hidden}.custom-select select{display:none!important}.custom-select>div{display:none;position:absolute;top:100%;left:0;margin:1px 0 0 -1px;width:100%;border:1px solid #e2e2e2;border-top:0;background:#fff;z-index:10;overflow:hidden}.custom-select input{display:block;max-width:95%;border:1px solid #e2e2e2;margin:5px;padding:5px}.custom-select>div>div{position:relative;overflow-x:hidden;overflow-y:visible;margin:5px;max-height:120px}.custom-select div ul{padding:0;margin:0;list-style:none}.custom-select div ul li{display:none;padding:5px}.custom-select div ul li.active{display:block;cursor:pointer}.custom-select div ul li:hover{background:#6bf;color:#fff}.custom-select div ul li.option-hover{background:#39f;color:#fff}.custom-select div ul li.option-disabled{color:#999}.custom-select div ul li.option-disabled:hover{background:#f99;color:#fff}.custom-select div ul li.option-hover.option-disabled{background:#f66;color:#fff}.custom-select div ul li.no-results{display:none;background:#f2f2f2;color:#000}.custom-select-open{border-bottom:1px solid #eee}.custom-select-open div{display:block}.custom-select input.custom-select-hidden-input{position:absolute!important;top:0!important;left:-1000px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;z-index:-1!important}.custom-select-mobile select{display:inline!important;position:absolute;top:0;left:0;width:100%;height:100%}