
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    padding: 15px 18px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    outline: 0;
    position: relative;
    transition: .2s linear;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    border-radius: 99px
}

.nice-select span.current {
    height: 20px;
    font-weight: 400;
    color: #000
}

.layout-wrap .wd-chart .wd-filter-date .ip-group input:focus,.layout-wrap .wd-listing .wd-filter .nice-select:focus,.layout-wrap .wd-listing .wd-filter input:focus,.nice-select.open,.nice-select:active,.nice-select:focus {
    border-color: #e4e4e4
}

.nice-select:after {
    border-bottom: 1.7px solid #1a140b;
    border-right: 1.7px solid #1a140b;
    content: "";
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.nice-select .list,.nice-select .nice-select-search-box {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    width: 100%;
    box-sizing: border-box;
    pointer-events: none
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    width: 100%;
    min-width: 180px;
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    z-index: 1060!important;
    height: auto
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.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 .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68,68,68,.11);
    margin-top: 4px;
    padding: 0;
    -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: .2s cubic-bezier(.5, 0, 0, 1.25),opacity .15s ease-out;
    transition: .2s cubic-bezier(.5, 0, 0, 1.25),opacity .15s ease-out;
    z-index: 1056!important;
    font-size: 14px;
    height: 0;
    max-height: 235px;
    overflow: auto
}

.nice-select .list.style {
    max-height: unset
}

.nice-select .list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0)
}

.nice-select .list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    background: #eae6dd;
    border: 1px solid #c9c6be;
    cursor: grab
}

.nice-select .list::-webkit-scrollbar {
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    width: 10px;
    border-right: 1px solid #f3f2f2
}

.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    font-size: 14px;
    text-align: left;
    -webkit-transition: .2s;
    transition: .2s;
    color: #1a140b
}

.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover {
    background-color: #fff;
    color: #c70a33;
    font-weight: 900
}

.nice-select .option.disabled {
    color: #1a140b;
    cursor: default
}

.box-select-1 .nice-select {
    min-width: 120px;
    padding-right: 40px
}

.nice-select.has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    line-height: 22px
}

.wd-search-form .nice-select.has-multiple {
    white-space: inherit;
    padding: 7px 12px;
    height: 53px;
    line-height: 38px
}

.nice-select.has-multiple span.current {
    display: inline-block;
    padding-right: 6px
}

.nice-select .nice-select-search-box {
    margin-top: 5px;
    z-index: 8;
    padding: 5px;
    background: #fff;
    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: .2s cubic-bezier(.5, 0, 0, 1.25),opacity .15s ease-out;
    transition: .2s cubic-bezier(.5, 0, 0, 1.25),opacity .15s ease-out
}

.box-navigation .navigation,.sw-pagination .swiper-pagination-bullet::before {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.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: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}
