<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Styles for Analytics Dashboard
 * ------------------------------
 */

/* Override Amchart's style */
.analytics-chart .amcharts-chart-div &gt; a {
    top: initial !important;
    right: 5px;
    bottom: 5px;
    left: initial !important;
    font-size: 10px !important;
    color: #333 !important;
}


.analytics-chart {
    width: 100%;
    height: 400px;
    background-color: #fff;
}

.amxsearch-title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}

.amxsearch-table {
    width: 100%;
    max-height: 950px;
    overflow-y: scroll;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.amxsearch-table .amxsearch-thead {
    line-height: 14px;
    font-size: 14px;
    font-weight: 500;
    background: #E6F6FF;
}

.amxsearch-table .amxsearch-row {
    font-size: 14px;
    font-weight: normal;
}

.amxsearch-table .amxsearch-row:nth-child(2n) {
    background: #F8F8F8;
}

.amxsearch-table .amxsearch-cell {
    padding: 20px;
    text-align: left;
}

.amxsearch-more-link {
    display: inline-block;
    margin: 25px 0 10px;
}

.amxsearch-table-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.amxsearch-2column {
    padding: 0 20px;
    width: 50%;
}

.amxsearch-legend-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 35px 0 60px;
}

.amxsearch-legend-wrap &gt; .amxsearch-item {
    margin-right: 50px;
}

.amxsearch-legend-wrap &gt; .amxsearch-item:last-child {
    margin: 0;
}

.amxsearch-legend-wrap .amxsearch-total {
    padding: 10px;
    min-width: 100px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.amxsearch-legend-wrap .amxsearch-total.-popularity {
    background: #ffa942;
}

.amxsearch-legend-wrap .amxsearch-total.-unique_query {
    background: #5B81CC;
}

.amxsearch-legend-wrap .amxsearch-total.-users {
    background: #2DCA9B;
}

.amxsearch-legend-wrap .amxsearch-total.-product_click {
    background: #79c5ca;
}

.amxsearch-legend-wrap .amxsearch-label {
    margin-top: 10px;
    color: #979797;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
</pre></body></html>