<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#right-panel {
    order: 0;
    padding-left: 0;
}

#right-panel.collapsed .filter-bg {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all 1s ease;
}

#right-panel .white-panel {
    display: none;
}

#right-panel .white-panel.filter {
    display: block;
    position: fixed;
    top: 0;
    left: -88%;
    height: 100%;
    width: 88%;
    z-index: 2;
    transition: left .2s ease-out;
}

#right-panel.collapsed .white-panel.filter {
    left: 0;
}

#right-panel .btn-grey &gt; a {
    font-size: 14px;
    background: #f2f2f2;
    padding: 8px 10px 7px;
    text-align: center;
    margin-top: 30px;
}

.white-panel {
    background: #fff;
    padding: 15px;
    color: #707070;
    margin-bottom: 20px;
    font-size: 14px;
}

.white-panel h3 {
    font-size: 16px;
    font-weight: 600;
    color: #7d86a4;
    padding-top: 25px;
    margin-bottom: 0;
}

.white-panel ul {
    /*padding-left: 15px;*/
}
.white-panel li {
    padding-top: 10px;
}

.white-panel label {
    margin: 0;
}

.white-panel &gt;form &gt; label {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 5px;
    display: block;
    margin-bottom: -12px;
}

.white-panel select {
    width: 100%;
    padding: 4px 8px;
    border-color: #d1d4df;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}

.white-panel .select {
    position: relative;
    margin-top: 12px;
}

.white-panel .btn.btn-primary {
    width: 100%;
    background: url(/images/newdesign/logo-usi.png) no-repeat #017bde;
    background-position: 12px;
}

.white-panel .select2:after,
.white-panel .select:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    top: 6px;
    right: 8px;
}

.white-panel p {
    padding-top: 20px;
    margin: 0;
    line-height: 1.2;
}

.select2-container--krajee-bs4 .select2-selection--single {
    height: auto;
    padding: 4px 8px;
    border-radius: initial;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
    border-left: none;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-dropdown,
.select2-container--krajee-bs4.select2-container--open:not(.select2-container--disabled) .select2-selection,
.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-selection:focus {
    box-shadow: none;
}

a.reg-company {
    font-size: 11px;
}

#change-right-filter {
    display: block;
}

@media (min-width: 767.98px){
    #change-right-filter {
        display: none;
    }

    #right-panel {
        order: 1;
    }

    #right-panel .white-panel.filter {
        position: static;
        height: auto;
        width: 100%;
    }

    #right-panel .white-panel {
        display: block;
    }
}

@media (min-width: 1200px) {
    a.reg-company {
        font-size: 16px;
    }
}</pre></body></html>