/* FILTER XFIELD
----------------------------------------------- */
.flex-row {display: -webkit-box; display:-webkit-flex; -webkit-flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; 
display:flex; flex-flow:row wrap; justify-content:space-between;}
.filter-wrap {font-size: 14px;margin-bottom: 20px;}
.fb-sect-name {margin-bottom:10px; font-weight:600; color: #000;}
.fb-sect {margin-bottom:10px;}
.fb-checks {margin-bottom:10px;}
.flex-2 > * {display:inline-block; width:48%;}
.flex-3 > * {display:inline-block; width:32%;}
.flex-4 > * {display:inline-block; width:23%;}
.fb-sel select {width:100%;}
.fb-submit input[type="button"] {    display: inline-block;
    text-align: center;
    padding: 0;
    height: 36px;
    line-height: 36px;
    font-size: 12px !important;
    text-shadow: none;}
.fb-submit input[type="button"]:last-child {



        background-color: var(--bg-color);
    color: var(--primary-text-color);
    box-shadow: none!important;
    border: 1px solid var(--bg-color);
}
.fb-submit input[type="button"]:last-child:hover{
    color: #0ab0d5;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 0%);
}

.fb-check2 {margin-bottom:5px;}
.fb-check2 input {margin:0 5px 0 0; vertical-align:middle; display:inline-block; position:relative; top:-2px;}
.filter-wrap select {height:30px;     background-color: var(--bg-color);
    box-shadow: inset 0 0 0 1px var(--bg-color);}
.fb-sect input[type="text"] {background-color:#fff;}
.fb-check {position: relative;cursor: pointer;font-weight: 400;height: 30px;line-height: 30px;display: inline-block;margin-bottom: 2px;width: 49%;}
.fb-check input {opacity: 0; position: absolute; cursor: pointer;}
.fb-check span {display: inline-block; padding-left: 50px; height: 30px; line-height: 30px;}
.fb-check span:before, .fb-check span:after{content: '';position: absolute;top: 50%;transition: .3s;}
.fb-check span:before{left: 0;height: 12px;margin-top: -6px;width: 40px;border-radius: 6px;
	background: #fff;box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);}
.fb-check span:after{left: 1px;height: 18px;width: 18px;margin-top: -9px;background: #fff;
	border-radius: 50%;box-shadow: 0 1px 2px rgba(0,0,0,0.4);}
.fb-check input:checked + span:before{background-color: #2daae1;}
.fb-check input:checked + span:after{left: 21px; background-color: #fff;}
.filter-wrap input {font-size: 14px !important;}

.fb-coll{
	width: 30%;
}
.fb-coll100{
	width: 100%!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fb__cell-content--check-group {
    height: 36px;
    line-height: 34px;
    background-position: right 8px top 50%;
    background-color: var(--bg-color);
    border: 1px solid var(--bg-color);
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    margin-right: 55px;
}
.fb__cell-content label {
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
        border-right: 1px solid var(--bg-color-second);
    background-color: var(--bg-color);
}
.fb__cell-content label:last-child{
	border-right: 0;
}
.fb__cell-content--check-group label {
    padding: 0;
    text-align: center;
    white-space: nowrap;
    flex: 1 1 0;
    min-width: 30px;
    max-width: 100%;
}
.fb__cell-content label input {
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    height: 20px;
    width: 40px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s linear;
    box-shadow: inset 0 2px 5px rgb(0 0 0 / 10%);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.fb__cell-content--check-group label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
}
.fb__cell-content--check-group label div {
    height: 36px;
    font-size: 13px;
}
.fb__cell-content--check-group label input:checked + div {
    background-color: var(--primary-color);
    color: #fff;
}

/* Ion.RangeSlider css version 2.0.3 Denis Ineshin | IonDen.com */

.irs {position: relative; display: block; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none;
-moz-user-select: none; -ms-user-select: none; user-select: none;}
.irs-line {position: relative; display: block; overflow: hidden; outline: none !important;}
.irs-line-left, .irs-line-mid, .irs-line-right {position: absolute; display: block; top: 0;}
.irs-line-left {left: 0; width: 11%;}
.irs-line-mid {left: 9%; width: 82%;}
.irs-line-right {right: 0; width: 11%;}
.irs-bar {position: absolute; display: block; left: 0; width: 0;}
.irs-bar-edge {position: absolute; display: block; top: 0; left: 0;}
.irs-shadow {position: absolute; display: none; left: 0; width: 0;}
.irs-handle {position: absolute; display: block; cursor: default; z-index: 1;}
.irs-handle.single {}
.irs-handle.from {}
.irs-handle.to {}
.irs-handle.type_last {z-index: 2;}
.irs-min {position: absolute; display: block; left: 0; cursor: default;}
.irs-max {position: absolute; display: block; right: 0; cursor: default;}
.irs-from, .irs-to, .irs-single {position: absolute; display: block; top: -4px; left: 0; cursor: default; white-space: nowrap;}
.irs-grid {position: absolute; display: none; bottom: 0; left: 0; width: 100%; height: 20px;}
.irs-with-grid .irs-grid {display: block;}
.irs-grid-pol {position: absolute; top: 0; left: 0; width: 1px; height: 8px; background: #ec2828;}
.irs-grid-pol.small {height: 4px;}
.irs-grid-text {position: absolute; bottom: 0; left: 0; white-space: nowrap; text-align: center;
font-size: 9px; line-height: 9px; padding: 0 3px; color: #ec2828;}
.irs-disable-mask {position: absolute; display: block; top: 0; left: -1%; width: 102%; height: 100%;
cursor: default; background: rgba(0,0,0,0.0); z-index: 2;}
.irs-disabled {opacity: 0.4;}
.lt-ie9 .irs-disabled {filter: alpha(opacity=40);}
.irs-hidden-input {position: absolute !important; display: block !important; top: 0 !important; left: 0 !important;
width: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; padding: 0 !important;
margin: 0 !important; outline: none !important; z-index: -9999 !important; background: none !important;
border-style: solid !important; border-color: transparent !important;}


/* Ion.RangeSlider, Nice Skin */

.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-handle {}
.irs {height: 40px;}
.irs-with-grid {height: 60px;}
.irs-line {height: 8px; top: 25px;background-color:  var(--bg-color);border-radius:4px 0 0 4px;}
.irs-bar {height: 8px;
    top: 25px;
    background-color: var(--primary-color);
    border-radius: 4px;}
.irs-bar-edge {top: 25px; height: 8px; width: 11px; background-color:#e3e3e3;}
.irs-shadow {height: 1px; top: 34px; background: #2ecc71; opacity: 0.15;}
.irs-handle {
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: 19px;
        background-color: var(--bg-color);
    border-radius: 50%;
    border: 3px solid var(--primary-color);
}
.irs-handle.state_hover, .irs-handle:hover {background-position: 0 -150px;}
.irs-min, .irs-max {color: #999; font-size: 10px; line-height: 1.333; text-shadow: none;
top: 0; padding: 1px 3px; background: rgba(0,0,0,0.1); -moz-border-radius: 3px; border-radius: 3px;}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {background: #ccc;}
.irs-from, .irs-to, .irs-single { font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: var(--primary-color);
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {background: #999;}
.irs-grid-pol {background: #99a4ac;}
.irs-grid-text {color: #99a4ac;}
.irs-disabled {}


/* Nice Select */

.nice-select {
    background-color: var(--bg-color);
    box-shadow: inset 0 0 0 1px var(--bg-color);
    cursor: pointer;
    border-radius: 0;
    line-height: 38px;
    padding: 0 35px 0 10px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
    border-radius: 3px;
}

.nice-select:active,.nice-select.open,.nice-select:focus {
    border-color: #999;
}

.nice-select::after {
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    content: "";
    display: block;
    height: 6px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    opacity: 0.7;
    transform: rotate(45deg);
    transform-origin: 66% 66% 0;
    transition: all 0.15s ease-in-out 0s;
    width: 6px;
}

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

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
}

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

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

.nice-select .list {


        background-color: var(--bg-color);
    box-shadow: 0 0 9px 8px rgb(21 20 21 / 54%);
    left: 0;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 998;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent;
}

.nice-select .option {
    cursor: pointer;
    line-height: 30px;
    min-height: 30px;
    padding: 0 15px;
}

.nice-select .option.selected.focus {
    color: #fff;
    background-color: var(--primary-color);
}
.nice-select .option:hover,.nice-select .option.focus{
    color: #fff;
    background-color: var(--primary-color);
}
.nice-select .option.selected {
    font-weight: 500;
}

.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;
}

@media screen and (max-width: 1220px) {
    .fb__cell-content--check-group {
        margin-right: 46px;
    }
}
@media screen and (max-width: 950px) {
    .fb__cell-content--check-group {
        margin-right: 44px;
    }
}
@media screen and (max-width: 760px) {
    .fb__cell-content--check-group {
        width: 100%;
        margin-right: 0!important;
        margin-bottom: 15px;
    }
    .fb-submit {
        width: 100%!important;
    }
    .fb-coll100 {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 590px) {
    .fb-coll {
        width: 45%!important;
    }
    .fb-colllast {
        width: 100%!important;
    }
    .flex-2 > * {
        width: 45% !important;
    }
}

@media screen and (max-width: 470px) {
    .fb-coll {
        width: 100%!important;
    }
    .fb-coll100 {
        width: 100%!important;
    }
    .fb__cell-content--check-group label div {
        font-size: 12px;
    }
}

@media screen and (max-width: 360px) {
    .fb__cell-content--check-group label div {
        font-size: 11px;
    }
}


@charset "UTF-8";
/*
 |  tail.select - The vanilla solution to make your HTML select fields AWESOME!
 |  @file       ./css/bootstrap4/tail.select-default.css
 |  @author     SamBrishes <sam@pytes.net>
 |  @version    0.5.15 - Beta
 |
 |  @website    https://github.com/pytesNET/tail.select
 |  @license    X11 / MIT License
 |  @copyright  Copyright Ã‚Â© 2014 - 2019 SamBrishes, pytesNET <info@pytes.net>
 */

/* @start GENERAL */
.tail-select, .tail-select *, .tail-select *:before, .tail-select *:after{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.tail-select, .tail-select *{
    outline: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.tail-select{
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    font-size: 1rem;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.tail-select mark{
    color: white;
    background-color: #0088CC;
}
.tail-select button{
    outline: none;
}
.tail-select button.tail-all, .tail-select button.tail-none{
    height: auto;
    margin: 0 2px;
    padding: 2px 6px;
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    text-shadow: none;
    letter-spacing: 0;
    text-transform: none;
    vertical-align: top;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 3px;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: color 142ms linear, border 142ms linear, background 142ms linear;
    -webkit-transition: color 142ms linear, border 142ms linear, background 142ms linear;
}
.tail-select button.tail-all{
    color: #AAAAAA;
    border-color: #CCCCCC;
    background-color: transparent;
}
.tail-select button.tail-all:hover{
    color: #62C462;
    border-color: #62C462;
    background-color: transparent;
}
.tail-select button.tail-none{
    color: #AAAAAA;
    border-color: #CCCCCC;
    background-color: transparent;
}
.tail-select button.tail-none:hover{
    color: #EE5F5B;
    border-color: #EE5F5B;
    background-color: transparent;
}
.tail-select.disabled button.tail-all{
    color: #CCCCCC;
    border-color: #CCCCCC;
    background-color: #F0F0F0;
}
.tail-select.disabled button.tail-none{
    color: #CCCCCC;
    border-color: #CCCCCC;
    background-color: #F0F0F0;
}
.tail-select input[type="text"]{
    color: #343a40;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0.25rem 0.5rem;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5;
    vertical-align: middle;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    border-radius: 0.2rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border 142ms linear, box-shadow 142ms linear;
    -webkit-transition: border 142ms linear, box-shadow 142ms linear;
}
.tail-select input[type="text"]:hover{
    color: #343a40;
    border-color: #b3b3b3;
    background-color: transparent;
}
.tail-select input[type="text"]:focus{
    color: #0088CC;
    border-color: #0088CC;
    background-color: transparent;
}
.tail-select.disabled input[type="text"]{
    color: #e6e6e6;
    border-color: #CCCCCC;
    background-color: #e6e6e6;
}
.tail-select-container{
    margin: 0;
    padding: 3px;
    text-align: left;
    border-radius: 3px;
}
.tail-select-container .select-handle{
    width: auto;
    color: white;
    cursor: pointer;
    margin: 1px;
    padding: 0.2em 0.6em 0.3em;
    display: inline-block;
    position: relative;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
    line-height: 16px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: top;
    background-color: #0ab0d5;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 3px;
    transition: background 142ms linear;
    -webkit-transition: background 142ms linear;
}
.tail-select-container .select-handle:hover {
    color: white;
    background-color: #03748e;
}
/*.tail-select-container.select-label .select-handle{
    margin: 5px 3px;
}*/
/* @end GENERAL */

/* @start LABEL */
.tail-select .select-label{
    cursor: pointer;
    color: #343A40;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
        flex-wrap: wrap;
    position: relative;
    text-align: left;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%204%205'%3E%3Cpath%20fill%3D'%23343A40'%20d%3D'M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
    background-position: center right 0.75rem;
    background-size: 8px 10px;
    transition: border 142ms linear, background 142ms linear, box-shadow 142ms linear;
    -webkit-transition: border 142ms linear, background 142ms linear, box-shadow 142ms linear;
background-color: #fff;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px #e6e6e6;
    min-height: 38px;
    padding: 0 35px 0 10px;
    position: relative;
    width: 100%;
    font-size: 14px;
    border-radius: 3px;
}
.tail-select .select-label:hover{
    color: #343A40;
    border-color: #b9b9b9;
    background-color: #ececec;
}
.tail-select .select-label .label-count, .tail-select .select-label .label-inner{
    width: auto;
    margin: 0;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.tail-select .select-label .label-count{
    float: left;
    color: white;
    margin: 10px -3px 0 9px;
    padding: 0.25em 0.4em;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-shadow: none;
    white-space: nowrap;
    border-radius: 0.25rem;
    background-color: #343A40;
}
.tail-select .select-label .label-inner{
    margin: 0;
    padding: 0.375rem 0.75rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tail-select.active .select-label{
    color: #343A40;
    background-color: #fff;
}
/* @end LABEL */

/* @start DROPDOWN */
.tail-select .select-dropdown{
    top: 100%;
    left: 0;
    color: #343a40;
    width: 100%;
    margin: 0.125rem 0 0;
    padding: 0;
    z-index: 27;
    display: none;
    position: absolute;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.tail-select .select-dropdown .dropdown-search{
    width: 100%;
    margin: 0;
    padding: 10px;
    display: block;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #e6e6e6;
}
.tail-select .select-dropdown .dropdown-inner{
    width: 100%;
    margin: 0;
    padding: 1px 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}
.tail-select .select-dropdown .dropdown-empty{
    margin: 0;
    padding: 1.25rem 1.75rem;
    display: block;
    font-size: 0.875rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
}
.tail-select .select-dropdown .dropdown-action{
    top: 8px;
    right: 15px;
    width: auto;
    margin: 0;
    padding: 7px 0;
    z-index: 35;
    display: inline-block;
    position: absolute;
    text-align: center;
}
.tail-select .select-dropdown ul, .tail-select .select-dropdown ul li{
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    list-style: none;
    vertical-align: top;
}
.tail-select .select-dropdown ul li{
    color: #343a40;
    padding: 0.25rem 1.75rem 0.25rem 4.75rem;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}
.tail-select .select-dropdown ul li:first-of-type{
    margin-top: 0.5rem;
}
.tail-select .select-dropdown ul li:last-of-type{
    margin-bottom: 0.5rem;
}
.tail-select .select-dropdown ul li.optgroup-title{
    color: rgba(52, 58, 64, 0.7);
    cursor: default;
    margin: 0;
    padding: 0.5rem 1.5rem;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tail-select .select-dropdown ul li.optgroup-title b{
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
    text-shadow: none;
    letter-spacing: 0;
    text-transform: none;
}
.tail-select .select-dropdown ul li.optgroup-title button{
    float: right;
    opacity: 0;
}
.tail-select .select-dropdown ul:hover li button{
    opacity: 1;
}
.tail-select .select-dropdown ul li.dropdown-option{
    cursor: pointer;
    color: #343a40;
        position: relative;
}
.tail-select .select-dropdown ul li.dropdown-option:before{
    content: "";
    position: absolute;
    left: 15px;
    top: 4px;
    background-color: #ececec;
    width: 18px;
    height: 18px;
    border-radius: 1px;
    box-shadow: inset 0 2px 5px rgb(0 0 0 / 7%);
}
.tail-select .select-dropdown ul li.dropdown-option .option-description{
    color: rgba(52, 58, 64, 0.7);
    width: auto;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 10px;
    text-align: left;
    line-height: 14px;
    vertical-align: top;
}
.tail-select.hide-selected .select-dropdown ul li.selected,
.tail-select.hide-disabled .select-dropdown ul li.disabled{
    display: none;
}
/* Selected */
.tail-select .select-dropdown ul li.dropdown-option.selected{
    color: #0ab0d5;
    background-color: transparent;
}
.tail-select .select-dropdown ul li.dropdown-option.selected:before{
    content: "\f00c";
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background-color: #0ab0d5;
    font-size: 12px;
}
.tail-select .select-dropdown ul li.dropdown-option.selected .option-description{
    color: rgba(52, 58, 64, 0.7);
}
/* Unselect */
.tail-select.deselect .select-dropdown ul li.dropdown-option.selected:hover:before,
.tail-select.multiple .select-dropdown ul li.dropdown-option.selected:hover:before,
.tail-select.deselect .select-dropdown ul li.dropdown-option.selected.hover:before,
.tail-select.multiple .select-dropdown ul li.dropdown-option.selected.hover:before,
.tail-select .select-dropdown ul li.dropdown-option.selected:hover:before{
content: "\f00c";
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background-color: #0ab0d5;
}
/* Hover */
.tail-select .select-dropdown ul li.dropdown-option{
    transition: all 0.3s ease-in;
}
.tail-select .select-dropdown ul li.dropdown-option:hover,
.tail-select .select-dropdown ul li.dropdown-option.hover{
    transition: all 0.4s ease;
    color: #343a40;
    background-color: #ffffff;
}
.tail-select .select-dropdown ul li.dropdown-option:hover .option-description,
.tail-select .select-dropdown ul li.dropdown-option.hover .option-description{
    color: rgba(52, 58, 64, 0.7);
}
/* Disabled */
.tail-select.disabled .select-dropdown ul li.dropdown-option,
.tail-select .select-dropdown ul li.dropdown-option.disabled{
    cursor: not-allowed;
    color: rgba(52, 58, 64, 0.35);
    text-shadow: 0px 1px 0px rgba(122, 135, 147, 0.1), 0px -1px 0px rgba(0, 0, 0, 0.1);
    background-color: rgba(52, 58, 64, 0.02);
}
.tail-select.disabled .select-dropdown ul li.dropdown-option .option-description,
.tail-select .select-dropdown ul li.dropdown-option.disabled .option-description{
    text-shadow: 0px 1px 0px rgba(63, 71, 78, 0.05), 0px -1px 0px rgba(41, 45, 50, 0.05);
}
.tail-select.disabled .select-dropdown ul li.dropdown-option .option-description,
.tail-select .select-dropdown ul li.dropdown-option.disabled .option-description,
.tail-select.disabled .select-dropdown ul li.dropdown-option:hover .option-description,
.tail-select .select-dropdown ul li.dropdown-option.disabled:hover .option-description,
.tail-select.disabled .select-dropdown ul li.dropdown-option.hover .option-description,
.tail-select .select-dropdown ul li.dropdown-option.disabled.hover .option-description{
    color: rgba(52, 58, 64, 0.7);
}
/* @end DROPDOWN */

/*# sourceMappingURL=tail.select-default.map */


.tail-select .select-label {
    background-color: #1f1f1f;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px #131313;
    color: #fff;
}

.tail-select .select-label:hover {
    color: #fff;
    border-color: #b9b9b9;
    background-color: #1f1f1f;
}

.tail-select.active .select-label {
    color: #ffffff;
    background-color: #1f1f1f;
}

.tail-select .select-dropdown {
    background-color: #1f1f1f;
}

.tail-select .select-dropdown ul li.dropdown-option {
    color: #fff;
}

.tail-select .select-dropdown ul li.dropdown-option:before {
    background-color: #131313;
}

.tail-select .select-dropdown ul li.dropdown-option:hover, .tail-select .select-dropdown ul li.dropdown-option.hover {
    transition: all 0.4s ease;
    color: #fff;
    background-color: #c740d3;
}

.tail-select .select-dropdown ul li.dropdown-option.selected {
    color: #f5f5f5;
}

.tail-select .select-dropdown ul li.dropdown-option.selected:before {
    background-color: #c740d3;
}

.tail-select.deselect .select-dropdown ul li.dropdown-option.selected:hover:before, .tail-select.multiple .select-dropdown ul li.dropdown-option.selected:hover:before, .tail-select.deselect .select-dropdown ul li.dropdown-option.selected.hover:before, .tail-select.multiple .select-dropdown ul li.dropdown-option.selected.hover:before, .tail-select .select-dropdown ul li.dropdown-option.selected:hover:before {
    background-color: #c740d3;
}

.tail-select-container .select-handle {
    background-color: #c740d3;
}

.tail-select-container .select-handle:hover {
    color: white;
    background-color: #7a0484;
}
