<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Use this file to add temporary fixes to css without recompiling each custom file */

@media print {
    #page-wrapper {
        padding-left: 0px !important;
    }
}

.filter-controls {
    width: 20px;
    text-align: center;
}

.slide-animation-container .filters hr {
    display: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
}

.filters h5 {
    margin-top: 10px;
    padding-bottom: 0;
    font-weight: bold;
}

.filter-name {
    width: 90%;
    float: left;
}

.filter-controls {
    width: 9%;
    float: right;
    text-align: right;
}

.filters label {
    cursor: default;
}

.filters .checkbox,
.filters .radio {
    margin-top: 2px;
    margin-bottom: 5px;
}

.filters h5 span.filter-minus {
    display: inherit;
}

.filters h5 span.filter-plus {
    display: none;
}

.filters h5[aria-expanded="false"] span.filter-plus {
    display: inherit;
}

.filters h5[aria-expanded="false"] span.filter-minus {
    display: none;
}

@media (min-width: 992px) {
    #ProductFilters.collapse {
        height: auto;
        display: inherit;
    }
}

@media (min-width: 992px) {
    .dashboard-container .row.flex-equal {
        display: flex;
        flex-wrap: wrap;
    }

    .dashboard-container .row.flex-equal&gt;[class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .dashboard-container .stretch {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .dashboard-container .panel {
        flex: 1;
    }

    .dashboard-container .dashboard-tiles {
        padding-left: 0px;
        padding-right: 0px;
    }

    .dashboard-container .card-with-panel {
        width: 100%;
    }
}</pre></body></html>