.nice-select {font-family: inherit;font-size: 15px;font-weight: normal;line-height: 37px;position: relative;display: inline-block;clear: both;box-sizing: border-box;width: auto;height: 38px;padding-right: 32px;padding-left: 18px;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;text-align: left !important;white-space: nowrap;/* border: solid 1px #c5c4c4; */outline: none;background-color: #fff;-webkit-tap-highlight-color: transparent;border-radius: 3px;}
.nice-select:hover {border-color: #dbdbdb;}
.nice-select:active, .nice-select.open, .nice-select:focus {border-color: #999;}
.nice-select:after {position: absolute;top: 50%;right: 16px;display: block;width: 5px;height: 5px;margin-top: -4px;content: '';-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);-webkit-transform-origin: 66% 66%;-ms-transform-origin: 66% 66%;transform-origin: 66% 66%;pointer-events: none;border-right: 2px solid #999;border-bottom: 2px solid #999;}
.nice-select.open:after {-webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg);}
.nice-select.open .list {-webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); pointer-events: auto; opacity: 1;}
.nice-select.disabled {pointer-events: none; color: #999; border-color: #ededed;}
.nice-select.disabled:after {border-color: #ccc;}
.nice-select.wide {width: 100%;}
.nice-select.wide .list {right: 0 !important; left: 0 !important;}

.nice-select.right .list {right: 0; left: auto;}
.nice-select.small {font-size: 12px; line-height: 34px; height: 36px;}
.nice-select.small:after {width: 4px; height: 4px;}
.nice-select.small .option {line-height: 34px; min-height: 34px;}
.nice-select .list {position: absolute; z-index: 13; top: 100%; left: 0; overflow: hidden; box-sizing: border-box; margin-top: 4px; padding: 0; -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out; transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out; -webkit-transform: scale(.75) translateY(-21px); -ms-transform: scale(.75) translateY(-21px); transform: scale(.75) translateY(-21px); -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; pointer-events: none; opacity: 0; background-color: #fff; box-shadow: 0 0 0 1px rgba(68, 68, 68, .11); border-radius: 3px;}
.nice-select .list:hover .option:not(:hover) {background-color: transparent !important;}
.nice-select .option {font-weight: 400; line-height: 40px; min-height: 40px; padding-right: 29px; padding-left: 18px; list-style: none; cursor: pointer; -webkit-transition: all .2s; transition: all .2s; text-align: left; outline: none;}
.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 {cursor: default; color: #999; background-color: transparent;}

.no-csspointerevents .nice-select .list {display: none;}

.no-csspointerevents .nice-select.open .list {display: block;}
