.nice-select {font-family: inherit; font-size: inherit; font-weight: normal;/* line-height: 40px; */position: relative;display: inline-block;box-sizing: border-box;width: auto;/* height: 42px; */padding-right: 30px;padding-left: 18px;padding: 12px 30px 12px 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 #E3E3E3;outline: none;background-color: #fff;-webkit-tap-highlight-color: transparent;border-radius: 4px;line-height: 1;}
.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: 12px;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 #008DB9;border-bottom: 2px solid #008DB9;}
.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;width: 100%;min-width: 165px;z-index: 101;top: 40px;left: 0; box-sizing: border-box;padding: 10px 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: 0px -1px 16.96px -1.96px rgba(37, 47, 58, 0.17); overflow: visible; border-radius: 2px;}
/* .nice-select .list:hover .option:not(:hover) {background-color: transparent !important;} */
.nice-select .option {position: relative;font-weight: 400;line-height: 1.2; padding: 8px 8px 8px 12px; color:#444; list-style: none;cursor: pointer;-webkit-transition: all .2s;transition: all .2s;text-align: left;outline: none;}
.nice-select.has-multiple .option {padding: 10px 10px 10px 35px;}
.nice-select .option:hover/* , .nice-select .option.focus, .nice-select .option.selected.focus */ {background-color: #f6f6f6;}
.nice-select .option.selected, .nice-select .option.selected:hover {/* font-weight: 500; */ background-color: #e4f0f3; color: #000; cursor:default}
.nice-select.has-multiple .option::before {
	width: 14px;
	height: 14px;
	border: 2px solid #e3e3e3;
	left: 12px;
	top: 11px;
	position: absolute;
	content: '';
    border-radius: 3px;
}
/* .nice-select ul li:first-child {display:none !important} */
/*
.nice-select.in-filters > span::before {
	position: absolute;
    content: '';
	width: 5px;
    height: 5px;
	left: -8px;
	top: 5px;
	border-radius:5px;
	background:#008DB9;
}
*/
.nice-select.has-multiple .option.selected::before {
	background:#008DB9; border-color:#008DB9
}
/*
.nice-select .option.selected::after {
    content: '';
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 9px;
    top: 13px;
    border-color: #fff;
    position: absolute;
}
.nice-select.has-multiple .option.selected::after {
	height: 4px;
	width: 9px;
	left: 15px;
	top: 16px;
}
*/
.nice-select .option.disabled {cursor: default;color: #444;background-color: transparent;font-weight: 500;}

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

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

.select-transparent {background-color: transparent;}
.select-transparent.open .list {
    width: auto
}

/* multiple */

/* .nice-select .list::-webkit-scrollbar {
    width: 0
} */

.nice-select .list {
   
    top: 100%;
    border-top: 0;
    border-radius: 5px;
    max-height: 210px;
    overflow-y: auto;
   /* padding: 52px 0 0 */
}
.closeme {position:absolute; z-index: 1000; padding: 10px; background-color: #fff;left: 0;
    border-radius: 0 0 6px 6px;}
.closeme .btn {width: 100%;}
.closeme:empty {display: none;}
.nice-select.has-multiple {
    white-space: inherit;
    height: auto;
/*     padding: 7px 12px;
    min-height: 36px;
    line-height: 22px */
}

.nice-select.has-multiple span.current {
    border: 1px solid #CCC;
    background: #EEE;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px
}

.nice-select.has-multiple .multiple-options {
    display: block;
    line-height: 1;
    padding: 0
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin-top: 5px;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #FFF;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -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
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100%!important;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0!important
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 10000;
    min-width: 260px;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}
.has-multiple .closeme {display:none}
.has-multiple.open .closeme {display:block}
.nice-select.has-multiple {
    padding: 0;
}

.nice-select.has-multiple .multiple-options {
    padding: 12px 30px 12px 18px;
    display: block;
}