.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-radius:0;border:solid 1px #005559;box-sizing:border-box;clear:both;cursor:pointer;display:flex;justify-content:flex-start;align-items:center;float:left;font-family:inherit;font-size:11px;font-weight:300;outline:none;padding-top:0;padding-bottom:0;padding-left:10px;padding-right:22px;position:relative;text-align:left !important;transition:all 0.2s ease-in-out;user-select:none;width:125px;min-height:27px;line-height:1;color:#000000}@media (max-width: 1023px){.nice-select{width:auto}}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select:after{content:'';width:5px;height:3px;position:absolute;top:0;bottom:0;right:10px;margin:auto;background:no-repeat center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAYAAABGM/VAAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAADJJREFUeJxjYAiNZAdiLiDmAWI+IBZkABLOQPwfCU9gAIPQyFyowBEGFBAaOR2IdUBMAA9XETJQD2SoAAAAAElFTkSuQmCC");display:block;pointer-events:none;transform-origin:66% 66%;transition:all 0.15s ease-in-out}.nice-select.open:after{transform:rotate(-180deg)}.nice-select.open .list{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .current{white-space:initial;text-overflow:ellipsis;overflow:hidden}@media (max-width: 1023px){.nice-select .current{max-height:25px}}.nice-select .list{background-color:#fff;border-radius:0;box-shadow:0 0 0 1px rgba(68,68,68,0.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(0.75) translateY(-21px);transition:all 0.2s cubic-bezier(0.5, 0, 0, 1.25),opacity 0.15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent !important}.nice-select .option{display:flex;justify-content:flex-start;align-items:center;cursor:pointer;font-weight:400;line-height:1;list-style:none;min-height:25px;outline:none;padding:2px 10px;white-space:nowrap;text-align:left;transition:all 0.2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:bold}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}
