.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);height:38px;font-size:14px;border:1px solid #e8e8e8;font-weight:400;transition:all .2s ease-in-out;position:relative;padding-right:30px;outline:none;text-align:left!important;clear:both;background-color:#fff;box-sizing:border-box;border-radius:5px;cursor:pointer;width:auto;line-height:36px;float:left;user-select:none;white-space:nowrap;font-family:inherit;padding-left:18px;display:block}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{height:5px;border-right:2px solid #999;transform:rotate(45deg);pointer-events:none;right:12px;transition:all .15s ease-in-out;content:"";position:absolute;border-bottom:2px solid #999;top:50%;transform-origin:66% 66%;width:5px;margin-top:-4px;display:block}.nice-select.open:after{transform:rotate(-135deg)}.nice-select.open .nice-select-dropdown{transform:scale(1) translateY(0);pointer-events:auto;opacity:1}.nice-select.disabled{border-color:#ededed;pointer-events:none;color:#999}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .nice-select-dropdown{right:0!important;left:0!important}.nice-select.right{float:right}.nice-select.right .nice-select-dropdown{right:0;left:auto}.nice-select.small{height:36px;font-size:12px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{min-height:34px;line-height:34px}.nice-select .nice-select-dropdown{transform:scale(.75) translateY(19px);pointer-events:none;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;position:absolute;opacity:0;top:100%;background-color:#fff;transform-origin:50% 0;box-shadow:0 0 0 1px rgba(68,68,68,.11);border-radius:5px;left:0;margin-top:4px;z-index:9}.nice-select .list{overflow:hidden;overflow-y:auto;padding:0;max-height:210px;box-sizing:border-box;border-radius:5px}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{list-style:none;font-weight:400;transition:all .2s;padding-right:29px;outline:none;text-align:left;cursor:pointer;line-height:40px;padding-left:18px}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{color:#999;background-color:transparent;cursor:default}.nice-select .optgroup{font-weight:700}.no-csspointerevents .nice-select .nice-select-dropdown{display:none}.no-csspointerevents .nice-select.open .nice-select-dropdown{display:block}.nice-select .list::-webkit-scrollbar{width:0}.nice-select .has-multiple{height:auto;min-height:36px;padding:7px 12px;line-height:22px;white-space:inherit}.nice-select .has-multiple span.current{padding:0 10px;font-size:14px;border:1px solid #ccc;margin-right:3px;margin-bottom:3px;border-radius:3px;background:#eee;line-height:24px;display:inline-block}.nice-select .has-multiple .multiple-options{padding:0;line-height:24px;display:block}.nice-select .nice-select-search-box{pointer-events:none;padding:5px;box-sizing:border-box;border-radius:5px 5px 0 0;width:100%}.nice-select .nice-select-search{height:auto;min-height:36px;padding:7px 12px;font-size:14px;border:1px solid #e8e8e8;color:#444;outline:0!important;background-color:#fff;box-sizing:border-box;margin:0 10px 0 0;border-radius:3px;width:100%;line-height:22px;vertical-align:middle;display:inline-block}