<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************
    Search - MS (Multi Select) Options
***********************************************/
.ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
}
.ms-options-wrap {

}
.ms-options-wrap &gt; button:focus,
.ms-options-wrap &gt; button {
    position: relative;
    text-align: right;
    border: unset;
    background-color: #fff;
    padding: 0;
    line-height: 2.2;
    margin-top: 0;
    font-size: 13px !important;
    color: #aaa;
    outline-offset: -2px;
    white-space: nowrap;
    display: flex;
    box-sizing: border-box;
    z-index: 1;
}
.ms-options-wrap &gt; button &gt; span {
    display: block;
    text-align: right;
    /* line-height: 3.15em; */
    position: relative;
    z-index: 4;
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding-left: 8px;
    font-size: 17px;
    color: #333;
    pointer-events: none;
}
.ms-options-wrap &gt; button[disabled] {
    background-color: #e5e9ed;
    color: #808080;
    opacity: 0.6;
}
.ms-options-wrap &gt; button {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #dedede;
}
.ms-options-wrap &gt; button:focus,
.ms-options-wrap &gt; button {

}
.ms-options-wrap &gt; button:after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    top: 50%;
    right: 6px;
    background: #fff url(images/arrow-down.svg) no-repeat right;
    background-size: 12px;
    z-index: 4;
}
.ms-options-wrap.ms-active &gt; button:after {
    transform: rotate(180deg);
}
.ms-options-wrap.ms-has-selections &gt; button {
    color: #333;
}
.ms-options-wrap &gt; .ms-options {
    position: absolute;
    left: -2px;
    min-width: 100%;
    width: auto;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 11;
    /*border: 2px solid #ccc;*/
    overflow: auto;
    visibility: hidden;
    border-top: unset;
    padding: 10px;
}
.ms-options-wrap.ms-active &gt; .ms-options {
    visibility: visible;
    border: 1px solid #ccc;
    margin: 1px 2px
}
.ms-options-wrap &gt; .ms-options &gt; .ms-search input {
    width: 100%;
    padding: 4px 5px;
    border: none;
    /*border-bottom: 1px groove;*/
    outline: none;
}
.ms-options-wrap &gt; .ms-options .ms-selectall {
    display: inline-block;
    font-size: .9em;
    text-transform: lowercase;
    text-decoration: none;
}
.ms-options-wrap &gt; .ms-options .ms-selectall:hover {
    text-decoration: underline;
}
.ms-options-wrap &gt; .ms-options &gt; .ms-selectall.global {
    margin: 4px 5px;
}
.ms-options-wrap &gt; .ms-options &gt; ul,
.ms-options-wrap &gt; .ms-options &gt; ul &gt; li.optgroup ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ms-options-wrap &gt; .ms-options &gt; ul li.ms-hidden {
    display: none;
}
.ms-options-wrap &gt; .ms-options &gt; ul &gt; li.optgroup {
    padding: 5px;
}
.ms-options-wrap &gt; .ms-options &gt; ul &gt; li.optgroup + li.optgroup {
    border-top: 1px solid #aaa;
}
.ms-options-wrap &gt; .ms-options &gt; ul &gt; li.optgroup .label {
    display: block;
    padding: 5px 0 0 0;
    font-weight: bold;
}
.ms-options-wrap &gt; .ms-options &gt; ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 4px 4px 20px;
    margin: 1px 0;
    font-size: 16px;
    border: 1px dotted transparent;
    font-weight: 400;
}
.ms-options-wrap &gt; .ms-options.checkbox-autofit &gt; ul label,
.ms-options-wrap &gt; .ms-options.hide-checkbox &gt; ul label {
    padding: 4px;
}
.ms-options-wrap &gt; .ms-options &gt; ul label.focused,
.ms-options-wrap &gt; .ms-options &gt; ul label:hover {
    background-color: #efefef;
    border-color: #999;
}
.ms-options-wrap &gt; .ms-options &gt; ul li.selected label {
    border-color: transparent;
}
.ms-options-wrap &gt; .ms-options &gt; ul input[type="checkbox"] {
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 7px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}
.ms-options-wrap &gt; .ms-options.hide-checkbox &gt; ul input[type="checkbox"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.ms-options-wrap &gt; button:hover, .ms-options-wrap &gt; button:focus {
    background-color: #fff;
    color: #333;
    box-shadow: inherit;
    border:1px solid #dedede!important;
}
.ms-options-wrap &gt; button::after {
    border: unset;
}
.ms-options ul {
    /* border-top: 2px solid #ccc; */
}
.ms-options li {
    min-width: 150px;
}
/* Hide any */
.ms-options ul li:nth-child(1) {
	display: none;
}


/***********************************************
    END Search - MS (Multi Select) Options
***********************************************/
/* Autocomplete
----------------------------------*/

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

.ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
    background-origin: content-box;
}

/* workarounds */

* html .ui-autocomplete {
    width: 1px;
}

/* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/

.ui-menu {
    list-style: none;
    margin: 0;
    display: block;
    z-index: 999;
    background: #fff;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 5px;
    cursor: pointer;
}

.ui-menu .ui-menu-item:hover {
    background: #f6f6f6;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
    margin: -1px;
}

.ui-menu-item-wrapper {
    font-size: 14px;
}

/** Auto complete - end **/

.epl-search-builder-row {
    display: flex;
}

.epl-search-builder-column,
.epl-search-form .epl-search-builder-column {
    flex: 0 1 auto;
    width: auto;
}

.epl-search-builder-col-1 {
    max-width: calc(100% / 12);
}

.epl-search-builder-col-2 {
    max-width: calc(100% / 12 * 2);
}

.epl-search-builder-col-3 {
    max-width: calc(100% / 12 * 3);
}

.epl-search-builder-col-4 {
    max-width: calc(100% / 12 * 4);
}

.epl-search-builder-col-5 {
    max-width: calc(100% / 12 * 5);
}

.epl-search-builder-col-6 {
    max-width: calc(100% / 2);
}

/** Hide &amp; show classes **/

.epl-search-builder-hide {
    display: none;
}

.epl-search-builder-show {
    display: inherit;
}

.epl-search-builder-show-mobile {
    display: none;
}

.epl-search-builder-show-tab {
    display: none;
}

.epl-search-builder-hide-desktop {
    display: none;
}

@media screen and (max-width: 768px) {
    /* .epl-search-builder-column {
        min-width: 33%;
        width: 33%;
        margin: 0;
    } */
    .epl-search-builder-show-tab {
        display: inherit;
    }
    .epl-search-builder-hide-tab {
        display: none;
    }
    .epl-search-builder-hide-desktop {
        display: inherit;
    }
    .epl-search-builder-show-desktop {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .epl-search-builder-column {
        min-width: 100%;
        width: 100%;
        margin: 0;
    }
    .epl-search-builder-show-mobile {
        display: inherit;
    }
    .epl-search-builder-hide-mobile {
        display: none;
    }
    .epl-search-builder-show-desktop {
        display: none;
    }
}

/** Select 2 **/

.epl-search-row span.select2.select2-container {
    width: 100%!important;
    max-width: 100%!important;
}

/** Toggle Arrows **/

.epl-search-builder-arrow {
    border: 2px solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
}

.epl-search-builder-arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 3px;
}

.epl-search-builder-arrow-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-top: 5px;
}

.epl-search-builder-arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-left: 10px;
}

.epl-search-builder-arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 10px;
}
a.epl-search-builder-toggle {
    display: flex;
    align-items: center;
    font-size: 0.8em;
}
/** arrows - end **/
span.epl-search-builder-no-suggestion {
    display: inline-block;
    margin: 2px;
    font-size: 0.8em;
}
</pre></body></html>