.nice-select {font-family: inherit;font-size: inherit;font-weight: normal;/* line-height: 40px; */position: relative;display: inline-block;clear: both;box-sizing: border-box;width: auto;/* height: 42px; */padding: 13px 30px 13px 18px;/* 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:1px solid #96a7bb;border-radius:5px;outline: none;background-color: transparent;-webkit-tap-highlight-color: transparent;min-width: 190px;}
.nice-select:hover { border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus {border-color: #ccc;}
.nice-select:after {position: absolute;top: 50%;right: 18px;display: block;width: 9px;height: 9px;margin-top: -6px;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 #009bf7;border-bottom: 2px solid #009bf7;}
.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; max-height: 230px; overflow-y: auto;}
.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;width: auto;/* max-width: 100%; */z-index: 12;top: 100%;left: -2px;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 10px 4px rgba(68, 68, 68, .11);width: calc(100% + 4px);border-radius: 6px;}
.nice-select .list:hover .option:not(:hover) { background-color: transparent !important; }
.nice-select .option { font-weight: 400; line-height: 1.4; /* 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; width: auto; white-space: normal; padding-top: 10px; padding-bottom: 10px; /* min-width: 100%; */ }
.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; }
