/* Dashboard Styles */
.highcharts-credits {
    display: none;
}

/* FILTERS =================================================================== */
.save-segment-popup {
    z-index: 9999;
}

.tooltip.blue-tooltip .tooltip-inner {
    text-align: center;
}

#applied_filters_container {
    #compare_dates_container {
        padding-bottom: 13px;

        &:empty {
            display: none;
        }
    }
}


/* FILTERS =================================================================== */

.dashboard-fade-in-fast {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.4s;
}

.dashboard-fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}

.dashboard-divider {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 0px;
    line-height: 0px;
    clear: both;
    display: block;
    position: relative;
}

#content {
    /*padding-left: 57px;*/
    counter-reset: hashtags;
}

#dashboard_page {
    min-height: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    .no-results-placeholder .alternative-text {
        display: initial !important;;
    }
}

#dashboard_page_content {
    position: relative;
    height: 100%;
    margin: 0px auto;
    padding: 10px var(--content-page-padding-right) 0 var(--content-page-padding-left);
}

#dashboard_page_widgets {
    padding-bottom: 10px !important;
}

body.shared-dashboard #dashboard_page_widgets {
    padding: 22px 0 40px 0;
}

#dashboard_page.set-whitelabel .bm-bg-wl-logo {
    display: none;
}

#dashboard_page .no-results-placeholder.no-results-placeholder {
    z-index: 4;
    width: 100%;
    background: rgb(246 250 253 / 100%);
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dashboard-row {
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 15px;
    -webkit-transform-origin: 2px 0;
    transform-origin: 2px 0;
}

.dashboard-widget {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 19px 0;
    margin: 10px 0;
    position: relative;
    -webkit-transform-origin: 2px 0;
    transform-origin: 2px 0;
    box-shadow: var(--default-card-shadow);

    &:has(.dashboard-widget-no-data-element) {
        .base-button-element.accent-button.small-button.ai-button {
            display: none;
        }
    }
}

.locations-country-widget-legend-item-value {
    display: inline;
}

.dashboard-widget .widget-content {
    margin-top: 10px
}

.dashboard-widget .widget-title, .dashboard-widget .widget-subtitle {
    padding: 0 19px
}


.dashboard-mentions-metrics {
    background: #fff !important;
}

.dashboard-mentions-metrics.dashboard-mentions-tabs .dashboard-mentions-tabs-items-all {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom: none;
    background: #fff !important;
    position: relative;
}

.dashboard-mentions-metrics.dashboard-mentions-tabs .dashboard-mentions-tabs-items-all .dashboard-mentions-tabs-items {
    overflow: hidden;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    background: #fff;
}

.dashboard-mentions-metrics.dashboard-mentions-tabs .dashboard-mentions-tabs-items-all .dashboard-mentions-tabs-items-timerange {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 4;
}

.dashboard-mentions-metrics.dashboard-mentions-tabs .metric-item {
    border: 0 !important;
    background: #fff !important;
    border-radius: 0 !important;
    height: auto !important;
    line-height: 1 !important;
    color: #687A90;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    width: auto;
    text-align: center;
    cursor: pointer;
    border-right: none;
    position: relative;
    padding-right: 20px;
    margin-right: 10px;
}


.dashboard-widget .base-button-element.menu-button .menu-button-list .menu-list-item,
.dashboard-mentions-tabs .base-button-element.menu-button .menu-button-list .menu-list-item {
    font-size: 12px;
}

.dashboard-preloader::after {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderForPrelaoder;
    animation-name: placeHolderForPrelaoder;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 1000px 640px;

    /* For after */
    content: ' ';
    position: absolute;
    top: 19px;
    bottom: 19px;
    left: 19px;
    right: 19px;
}

/* Dashboard Sentiment ======================================================= */

.widget-footer .sentiment-bar-container {
    margin: 15px 4% 0 4%;
    height: 8px
}

.widget-footer .sentiment-legend-container {
    margin: 19px 4% 5px 4%;
    height: 24px
}

.widget-footer .sentiment-legend-container:after {
    content: '';
    display: table;
    clear: both;
}

.widget-footer .sentiment-bar-item,
.widget-footer .sentiment-legend-item {
    float: left;
}

.widget-footer .sentiment-legend-item {
    margin-right: 18px;
    cursor: pointer;
}

.widget-footer .sentiment-bar-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.widget-footer .sentiment-bar-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.widget-footer .sentiment-legend-item .sentiment-legend-item-text {
    display: inline-block;
    vertical-align: middle;
    color: #7C888A;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
}

.widget-footer .sentiment-legend-item .sentiment-legend-item-icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 4px
}

.widget-footer .sentiment-legend-item .sentiment-legend-item-icon.positive svg path {
    fill: currentColor !important;
    color: #32D5AA;
}

.widget-footer .sentiment-legend-item .sentiment-legend-item-icon.negative svg path {
    color: #EC0775;
    fill: currentColor !important;
}

.widget-footer .sentiment-legend-item .sentiment-legend-item-icon.neutral {
    color: #D9E3E4;
    fill: currentColor !important;
}

/* .widget-footer .sentiment-legend-item .sentiment-legend-item-icon img { */
/* 	display: inline-block; */
/* 	width: 24px; */
/*     height: 24px */
/* } */

/* Dashboard Sentiment END ===================================================== */

/* Dashboard Summary ======================================================= */
.dashboard-summary {
    min-height: 176px;
    z-index: 2;
    margin-top: 0;
}

.dashboard-summary.dashboard-preloader .summary-info {
    display: none;
}

/* Dashboard icons */
.dashboard-summary .img-responsive {
    display: block;
    position: relative;
    width: auto;
    max-width: 100%;
    max-height: 60px;
    margin: 0 auto;
}

.dashboard-summary .summary-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

.dashboard-summary .summary-info {
    flex: 1;
    text-align: center;
    min-height: 136px;
    justify-content: center;
}

.dashboard-summary .summary-info .image,
.dashboard-summary .summary-info .title {
    display: block;
    clear: both;
    position: relative;
}

.dashboard-summary .summary-info .image {
    height: 60px;
}

.dashboard-summary .summary-info .title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #525172;
    min-height: 20px;
    margin-top: 0px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center
}

.dashboard-summary .summary-info .counter {
    font-size: 22px;
    line-height: 39px;
    font-weight: 600;
    color: #525172;
}

.dashboard-summary .summary-info .procent {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
}

.dashboard-summary .summary-info .procent-positive {
    color: #A2CB8C;
}

.dashboard-summary .summary-info .procent-negative {
    color: #F37D86;
}

.dashboard-summary .summary-edit-button {
    position: absolute;
    right: 0;
    top: 14px;
}

.dashboard-summary .summary-edit-button svg {
    width: 15px;
    height: 15px;
}


#account_notifications_container {
    z-index: 5;
    width: 100%;
    margin: 0px auto;
    padding: 20px var(--content-page-padding-right) 0px 36px;
}

body.visible-sidebar-right {
    #account_notifications_container {
        padding-right: calc(var(--content-page-padding-right) + var(--right-sidebar-width));
    }
}

/* ========================================================================= */

/* Mentions Chart Tabs START ===================================================== */
.dashboard-row.dashboard-mentions-metrics {
    min-height: 380px;
    width: 100%;
    margin-top: 10px;
}

.dashboard-mentions-metrics .widget-content {
    min-height: 250px;
}

.dashboard-mentions-tabs .widget-content {
    padding: 0 2px 5px 2px;
    background-color: #fff;
    position: relative;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.dashboard-mentions-tabs .metric-list {
    height: auto;
    width: 100%;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    padding: 10px 20px;
    margin-top: 10px;
}

.dashboard-row.dashboard-mentions-metrics.dashboard-mentions-tabs .metric-list {
    background: #fff;
    width: auto;
}

.dashboard-mentions-tabs .metric-item.selected-metric {
    background-color: #fff !important;
    border-bottom: none;
    z-index: 2;
}

.dashboard-mentions-tabs .metric-item.selected-metric .mention-type:after {
    position: absolute;
    top: 48px;
    left: 40px;
    content: "";
    height: 3px;
    width: calc(100% - 40px);
    border-radius: 10px;
}

.dashboard-mentions-tabs .metric-item.selected-metric .mention-type.all-mentions:after {
    background: #2e62d5;
    background: -moz-linear-gradient(left, #f72585 0, #3a0ca3 100%);
    background: -webkit-linear-gradient(left, #f72585 0, #3a0ca3 100%);
    background: linear-gradient(to right, #f72585 0, #3a0ca3 100%);
}

.dashboard-mentions-tabs .metric-item.selected-metric .mention-type.web-mentions:after {
    background: #f72585;
}

.dashboard-mentions-tabs .base-select-element .base-select {
    box-sizing: border-box;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    width: 74px;
    font-family: var(--default-font-family);
}

.dashboard-mentions-tabs .base-select-element .base-select .base-select-header,
.dashboard-mentions-tabs .base-select-element .base-select .base-select-list .item {
    color: #555555;
    font-size: 12px;
}

.dashboard-mentions-tabs .metric-item.selected-metric .mention-type.social-mentions:after {
    background: #3a0ca3;
}

.dashboard-mentions-tabs .metric-item.selected-metric .mention-type.review-mentions:after {
    background: #4cc9f0;
}

.dashboard-mentions-tabs .metric-item {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    cursor: pointer;
    height: 60px;
    line-height: 58px;
    position: relative;
    z-index: 1;
    background: #fafcfe;
    color: #535473;
    font-size: 16px;
}


.dashboard-latest-feeds.dashboard-mentions-tabs .metric-item {
    text-align: left;
    padding-left: 20px;
    line-height: 42px;
    cursor: auto;
}

.dashboard-mentions-tabs .mention-type {
    display: flex;
    align-items: center;
}

.dashboard-mentions-tabs .metric-item .all-mentions .metric-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.dashboard-mentions-tabs .metric-item .web-mentions .metric-icon {
    background-color: #f72585;
}

.dashboard-mentions-tabs .metric-item .social-mentions .metric-icon {
    background-color: #3a0ca3;
}

.dashboard-mentions-tabs .metric-item .review-mentions .metric-icon {
    background-color: #4cc9f0;
}

.dashboard-mentions-tabs .metric-item.disabled .metric-icon {
    display: none;;
}

.dashboard-mentions-tabs .metric-item .metric-icon path {
    color: #525373;
    fill: currentColor !important;
}

.dashboard-mentions-tabs .metric-icon {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    line-height: normal;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.dashboard-mentions-tabs .metric-count {
    margin-left: 6px;
}

.dashboard-mentions-tabs .metric-label, .dashboard-mentions-tabs .metric-count {
    display: inline-block;
    vertical-align: middle;
    color: #535473;
    font-size: 16px;
    font-weight: 600;
    width: 220px;
    text-align: left;
}

/* Mentions Chart Tabs END ===================================================== */


.no-data-setup-progress .dashboard-mentions-metrics {
    width: 100%;
}

/**/

/* Hashtags START ===================================================== */

.dashboard-hashtags .table-header {
    color: #535473;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    background: #fff;
}

.dashboard-hashtags .header-column {
    text-transform: none;
    color: #535473;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    background: #fff;
    height: 28px;
}

.dashboard-hashtags .body-row {
    height: 28px;
    border: none;
    cursor: pointer;
}

.dashboard-hashtags .hashtag-label {
    color: #535473;
    font-family: var(--default-font-family);
    line-height: 28px;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
    display: flex;
}

.dashboard-hashtags .hashtag-value {
    color: #7C888A;
    font-family: var(--default-font-family);
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
}

.dashboard-hashtags .widget-content {
    margin-top: 8px;
    padding: 8px 19px 0px;
}

.dashboard-context .title-container,
.dashboard-hashtags .title-container {
    display: flex;
    justify-content: space-between;

    .sentiment-toggle {
        margin-right: 40px;

        .sentiment-button {
            border-radius: 15px;
            border: none;
            padding: 2px 6px;
            background: linear-gradient(0deg, rgba(245, 0, 74, 0.1) 0%, rgba(122, 102, 255, 0.1) 100%);
            margin-right: 14px;
            display: flex;
            align-items: center;

            &:hover {
                background: linear-gradient(0deg, rgba(245, 0, 74, 0.2) 0%, rgba(122, 102, 255, 0.2) 100%);

                .mentions-legend-container {
                    color: var(--mainly-blue) !important;
                }
            }

            .mentions-legend-container {
                color: var(--purple-fog);
                font-family: var(--default-font-family);
                font-size: 12px;
                font-weight: 400;

                span.legend-color {
                    margin-left: unset;

                    &.default {
                        background-color: var(--purple-fog);
                    }
                }
            }
        }
    }
}

.dashboard-hashtags .title-container {
    .sentiment-toggle {
        margin-right: 170px;
    }
}

/* Hashtags END ===================================================== */

/* Context mentions START ===================================================== */
.dashboard-context .widget-content {
    padding: 8px 19px 0px;
    margin-top: 0px;
    counter-reset: context;
    height: 100%;
    overflow: hidden;
}

.dashboard-context .widget-content:after {
    content: '';
    display: table;
    clear: both;
}

.dashboard-context .widget-list-item {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 16px;
    cursor: pointer;
}

.dashboard-context .widget-item-left,
.dashboard-hashtags .widget-item-left {
    float: left;
    width: 25%;
}

.dashboard-context .widget-item-right,
.dashboard-hashtags .widget-item-right {
    float: right;
    width: 75%;
    padding: 30px 30px 0 20px;
    overflow: hidden;
}

.dashboard-context .item-name,
.dashboard-hashtags .item-name {
    color: #535473;
    font-weight: 600;
    max-width: 90%;
}

.dashboard-context .item-value,
.dashboard-hashtags .item-value {
    color: #7C888A;
    font-weight: 300;
    display: inline-block;
    margin-left: 4px
}

.dashboard-context .widget-content .table-element .body-element,
.dashboard-hashtags .widget-content .table-element .body-element {
    height: 455px !important;
}

.dashboard-context .widget-content .table-element .table-header {
    /*display: none;*/
}

.dashboard-context .widget-content .table-element .body-row {
    height: 28px;
    border: none;
    cursor: pointer;
    /*background: none;*/
}

.dashboard-sources .body-row:nth-child(odd),
.dashboard-hashtags .body-row:nth-child(odd),
.dashboard-context .body-row:nth-child(odd),
.dashboard-languages .body-row:nth-child(odd) {
    background-color: rgba(122, 102, 255, .1);
}

.dashboard-context .widget-content .table-element .body-row .context-label {
    font-family: var(--default-font-family);
    line-height: 28px;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
    display: flex;
}

.dashboard-context .widget-content .table-element .body-row .context-label,
.dashboard-context .widget-content .table-element .body-row .context-value,
.dashboard-hashtags .widget-content .table-element .body-row .hashtag-label,
.dashboard-hashtags .widget-content .table-element .body-row .hashtag-value,
.dashboard-sources .widget-content .table-element .body-row .source-label,
.dashboard-sources .widget-content .table-element .body-row .source-value,
.dashboard-sources .widget-content .table-element .body-row .language-label,
.dashboard-sources .widget-content .table-element .body-row .language-value {
    color: #675e9c;
    font-size: 13px;
}

.widget-legend .body-cell.table-label-left.source-label.first-column {
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    color: #535473;
}


.dashboard-context .widget-content .table-element .body-row:hover .context-label,
.dashboard-context .widget-content .table-element .body-row:hover .context-value,
.dashboard-hashtags .widget-content .table-element .body-row:hover .hashtag-label,
.dashboard-hashtags .widget-content .table-element .body-row:hover .hashtag-value,
.dashboard-sources .widget-content .table-element .body-row:hover .source-label,
.dashboard-sources .widget-content .table-element .body-row:hover .source-value,
.dashboard-languages .widget-content .table-element .body-row:hover .language-label,
.dashboard-languages .widget-content .table-element .body-row:hover .language-value {
    color: var(--mainly-blue);
}

.dashboard-context .widget-content .table-element .body-row .context-value {
    font-family: var(--default-font-family);
    font-weight: 300;
    line-height: 15px;
}

.dashboard-context .widget-content .table-element .header-column {
    text-transform: none;
    color: #535473;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    background: #fff;
    height: 28px;
    padding-left: 0;
}

.dashboard-context .widget-content .table-element .header-column.last-column,
.dashboard-hashtags .widget-content .table-element .header-column.last-column {
    width: 100px !important;
}

/* Context mentions END ======================================================= */

/* Sources START ======================================================= */
.dashboard-sources .widget-content {
    margin-top: 8px;
    padding-bottom: 20px;
}

.dashboard-sources .table-header,
.dashboard-languages .table-header {
    color: #535473;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    background: #fff;
}

.dashboard-sources .header-column,
.dashboard-languages .header-column {
    text-transform: none;
    color: #535473;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    background: #fff;
    height: 30px;
}

.dashboard-sources .body-row,
.dashboard-languages .body-row {
    height: 30px;
    border: none;
    cursor: pointer;
}

.dashboard-sources .hashtag-label::before {
    counter-increment: hashtags;
    content: counter(hashtags) ". ";
    display: inline-block;
    position: absolute;
    left: 19px;
}

.dashboard-sources .source-label {
    color: #535473;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 34px;
}

.dashboard-sources .source-value {
    color: #7C888A;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
}

.dashboard-sources .table-body .source-badge {
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

/* Sources END ======================================================= */

/* Languages START ======================================================= */

.dashboard-languages .source-badge {
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.dashboard-languages .widget-legend-item {
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
}

.dashboard-languages .item-name {
    font-family: var(--default-font-family);
    color: #535473;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    display: inline-block;
    margin-right: 4px;
}

.dashboard-languages .item-value {
    font-family: var(--default-font-family);
    color: #7C888A;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
}


/* Languages END ======================================================= */

/* Latest Mentions START ======================================================= */

.dashboard-latest-mentions .widget-content .dashboard-latest-mentions-item-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-between;
}

.dashboard-latest-mentions .widget-content .dashboard-latest-mentions-item-content > div:first-child {
    height: 90%;
}

.dashboard-latest-mentions .mention-list-item-expanded {
    font-family: "Roboto", sans-serif !important;
    font-weight: 300;
    outline: none;
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 1;
    width: calc(100% - 2px);
    margin-left: 1px;
    border-bottom: 1px solid #EEF0F2;
    top: initial;
}

.dashboard-latest-mentions .mention-list-item-expanded .web.article-icon > svg path {
    fill: #0dc651 !important;
}

.dashboard-latest-mentions .mention-list-item-expanded .body-container .article-text span {
    background: #fffac0;
    font-weight: bold;
}

.dashboard-latest-mentions .mention-list-item-expanded .body-container .article-text a {
    color: #3f80ea;
    text-decoration: none;
}

.dashboard-latest-mentions .mention-list-item-expanded .body-container .article-text a:hover {
    text-decoration: underline;
}

.dashboard-latest-mentions .mention-list-item-expanded .header-container {
    height: 55px;
    line-height: 54px;
    border-bottom: solid 1px #e2e9f1;
    cursor: pointer;
    position: relative;
    background: #6955af;
}

.dashboard-latest-mentions .mention-list-item-expanded .body-container {
    padding: 28px 0 0 0;
    background: white;
}

.dashboard-latest-mentions .mention-list-item-expanded .body-container .header {
    height: 48px;
    padding-left: 0px;
    position: relative;
    width: 100%;
}

.dashboard-latest-mentions .mention-list-item-expanded .column {
    width: 100%;
    display: block;
    margin: 0;
    text-align: left;
}

.dashboard-latest-mentions .mention-list-item-expanded .body-container .header .article-icon-container {
    width: 50px;
    height: 50px;
}

.dashboard-latest-mentions .mention-list-item-expanded .body-container .header .article-icon {
    width: 20px;
    z-index: 1;
    bottom: -2px;
    right: -2px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
}

.dashboard-latest-mentions .mention-list-item-expanded .body-container .header .article-title-container {
    font-size: 14px;
    font-weight: 500;
}

.dashboard-latest-mentions .mention-list-item-expanded .body-container .header .article-subtitle {
    font-weight: 300;
}

.dashboard-latest-mentions .mention-list-item-expanded .body-container .article-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #333;
    padding: 15px 0;
    width: 100%;
}

.dashboard-latest-mentions .mention-list-item-expanded .body-container .article-url {
    font-size: 13px;
    padding: 6px 15px;
    border: solid 1px #e1e8ed;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #3f80ea;
}

.dashboard-latest-mentions .mention-list-item-expanded .body-container .article-url:hover {
    background: #f3faff;
    border-color: #c4d2dc !important;
}

.dashboard-latest-mentions .mention-list-item-expanded .article-footer {
    display: flex;
    line-height: 70px;
    vertical-align: middle;
    height: 70px;
    padding-top: 1px;
    padding-bottom: 15px
}

/* .mention-list-item-expanded .article-content { */
/* 	padding-bottom: 15px */
/* } */
.dashboard-latest-mentions .mention-list-item-expanded .article-footer .article-metric {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}

.dashboard-latest-mentions .mention-list-item-expanded .article-footer .article-metric.review-rating {
    margin-left: 20px;
}

.dashboard-latest-mentions .mention-list-item-expanded .article-footer .article-metric.review-respond {
    float: right;
    margin-top: 20px;
    margin-right: -12px;
}

.dashboard-latest-mentions .mention-list-item-expanded .article-footer .article-metric.review-respond svg {
    height: 30px;
}

.dashboard-latest-mentions .mention-list-item-expanded.twitter .article-footer .article-metric, .mention-list-item-expanded.facebook .article-footer .article-metric {
    padding: 0 5px;
    margin: 0 15px;
}

.dashboard-latest-mentions .mention-list-item-expanded.twitter .article-footer .article-metric.performance, .mention-list-item-expanded.facebook .article-footer .article-metric.performance {
    border-right: solid 1px #dee6e9;
    padding: 0;
    margin: 0;
}

.dashboard-latest-mentions .mention-list-item-expanded .article-footer .article-metric .icon {
    height: 20px;
    display: inline-block;
    line-height: 20px;
}

.dashboard-latest-mentions .mention-list-item-expanded .article-footer .article-metric .icon svg {
    vertical-align: middle;
    height: 16px;
}

.dashboard-latest-mentions .mention-list-item-expanded.twitter .article-footer .article-metric.performance .icon svg,
.dashboard-latest-mentions .mention-list-item-expanded.facebook .article-footer .article-metric.performance .icon svg {
    height: 20px;
}

.dashboard-latest-mentions .mention-list-item-expanded.twitter .article-footer .article-metric .count, .mention-list-item-expanded.facebook .article-footer .article-metric .count {
    padding: 0 0 0 5px;
    font-weight: 500;
}

.dashboard-latest-mentions .mention-list-item-expanded.twitter .article-footer .article-metric.performance .count, .mention-list-item-expanded.facebook .article-footer .article-metric.performance .count {
    padding-right: 20px;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.dashboard-latest-mentions .mention-list-item-expanded.twitter .article-footer .article-metric .icon svg,
.dashboard-latest-mentions .mention-list-item-expanded.instagram .article-footer .article-metric.likes .icon svg {

}

.dashboard-latest-mentions .mention-list-item-expanded.twitter .article-footer .article-metric.clickable:hover .icon svg path, .mention-list-item-expanded.facebook .article-footer .article-metric.clickable:hover .icon svg path {
    fill: rgb(101, 113, 121) !important;
}

.dashboard-latest-mentions .mention-list-item-expanded .article-footer .article-metric.clickable,
.mention-list-item-expanded .article-footer .article-metric.clickable {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.dashboard-latest-mentions .mention-list-item-expanded.web .article-footer .article-metric.middle {

}

.dashboard-latest-mentions .mention-list-item-expanded .article-footer .article-metric.performance .icon svg {
    margin-top: -3px;
}

.dashboard-latest-mentions .mention-list-item-expanded .article-footer .article-metric .count {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 20px 0 5px;
    font-size: 12px;
    color: #92acbd;
}

.dashboard-latest-mentions .mention-list-item-expanded .header-container .header {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 85%;
}

.dashboard-latest-mentions .mention-list-item-expanded .article-title a {
    font-weight: 400;
    font-size: 13px;

}

.dashboard-latest-mentions .mention-list-item-expanded a {
    color: #3f80ea;
    text-decoration: none;
}

.dashboard-latest-mentions .mention-list-item-expanded .article-title a:hover {
    text-decoration: underline;
}

.dashboard-latest-mentions .mention-list-item-expanded .header-container .is-important-icon svg path, .mention-list-item-expanded .header-container .article-icon svg path {
    fill: #fff !important;
}

.dashboard-latest-mentions .mention-list-item-expanded .header-container .is-important-icon svg {
    width: 14px;
    display: block;
    margin-right: 6px;
    margin-top: 0;
}

.dashboard-latest-mentions .mention-list-item-expanded .header-container .article-icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    z-index: 1;
}

.dashboard-latest-mentions .mention-list-item-expanded .header-container .article-icon svg {
    display: block;
    border: none;
}

.dashboard-latest-mentions .mention-list-item-expanded .header-container > div:first-child {
    margin-left: 30px;
}

.dashboard-latest-mentions .widget-content {
    background: #fff;
    padding: 30px 20px 20px;
}

.dashboard-latest-mentions .widget-content .latest-mentions-container,
.dashboard-latest-mentions .widget-content .latest-backlinks-container {
    height: 100%;
}

.dashboard-latest-mentions .metric-item {
    width: 100%;
    text-align: left;
}

.dashboard-latest-mentions .table-header {
    color: #535473;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    background: #fff;
}

.dashboard-latest-mentions .header-column {
    text-transform: none;
    color: #535473;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    background: #fff;
    height: 28px;
}

.dashboard-latest-mentions .header-post-image, .dashboard-latest-mentions .body-post-image {
    padding-left: 0;
}

.dashboard-latest-mentions .post-text {
    color: #535473;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.dashboard-latest-mentions .body-site, .dashboard-latest-mentions .body-performance, .dashboard-latest-mentions .body-date {
    color: #7C888A;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
}

.dashboard-latest-mentions .header-row {
    height: 54px;
}

.dashboard-latest-mentions .body-row {
    height: 60px;
    cursor: pointer;
}

.dashboard-latest-mentions .performance-icon {
    height: 22px;
    width: 18px;
    display: inline-block;
}

.dashboard-latest-mentions .performance-icon svg {
    height: 17px;
    vertical-align: middle;
    display: block;

}

.dashboard-latest-mentions .performance-icon svg path {
    fill: #D9E3E4 !important;
}

.dashboard-latest-mentions .sentiment-ico {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px
}

.dashboard-latest-mentions .sentiment-ico.positive {
    background: url("/images/dashboard/positive@2x.png") no-repeat;
    background-size: cover;
}

.dashboard-latest-mentions .sentiment-ico.negative {
    background: url("/images/dashboard/negative@2x.png") no-repeat;
    background-size: cover;
}

.dashboard-latest-mentions .sentiment-ico.neutral {
    background: url("/images/dashboard/neutral@2x.png") no-repeat;
    background-size: cover;
}

.dashboard-latest-mentions .sentiment-ico.unknown {
    background: url("/images/dashboard/unknown.png") no-repeat;
    background-size: cover;
}

.dashboard-latest-mentions .body-row:hover {
    background-color: #fff !important;
}

.dashboard-latest-mentions .metric-icon {
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 16px;
    vertical-align: middle;
    line-height: normal;
}

.dashboard-latest-mentions .metric-item:last-child .metric-icon {
    line-height: 20px;
    font-size: 26px;
}

/**
   5 Stars
 */
.stars5 .star {
    color: #FF9800;
}

/**
   4 Stars
 */
.stars4 .star:nth-child(1),
.stars4 .star:nth-child(2),
.stars4 .star:nth-child(3),
.stars4 .star:nth-child(4) {
    color: #FF9800;
}

/**
   3 Stars
 */
.stars3 .star:nth-child(1),
.stars3 .star:nth-child(2),
.stars3 .star:nth-child(3) {
    color: #FF9800;
}

/**
   2 Stars
 */
.stars2 .star:nth-child(1),
.stars2 .star:nth-child(2) {
    color: #FF9800;
}

/**
   1 Star
 */
.stars1 .star:nth-child(1) {
    color: #FF9800;
}

.dashboard-latest-mentions .review-source {
    height: 21px;
}

.dashboard-latest-mentions .respond-button svg {
    height: 30px;
}

.dashboard-latest-mentions .mention-list-item-expanded.review .header-container .article-icon,
.dashboard-latest-mentions .mention-list-item-expanded .body-container .header .article-icon.review {
    display: none;
}


.dashboard-latest-mentions .table-element.infinite-scroll .body-element {
    max-height: 700px;
}

.dashboard-latest-mentions.dashboard-preloader .widget-content {
    border-top: solid 1px #d3d4d8;
    background-color: #fff;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}


/* Latest Mentions END ======================================================= */

/* Latest Feeds START ======================================================= */

.dashboard-latest-feeds .widget-content .dashboard-latest-feeds-item-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-between;
}

.dashboard-latest-feeds .widget-content .dashboard-latest-feeds-item-content > div:first-child {
    height: 90%;
}

.dashboard-latest-feeds .mention-list-item-expanded {
    font-family: "Roboto", sans-serif !important;
    font-weight: 300;
    outline: none;
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 1;
    width: calc(100% - 2px);
    margin-left: 1px;
    border-bottom: 1px solid #EEF0F2;
    top: initial;
}

.dashboard-latest-feeds .mention-list-item-expanded .web.article-icon > svg path {
    fill: #0dc651 !important;
}

.dashboard-latest-feeds .mention-list-item-expanded .body-container .article-text span {
    background: #fffac0;
    font-weight: bold;
}

.dashboard-latest-feeds .mention-list-item-expanded .body-container .article-text a {
    color: #3f80ea;
    text-decoration: none;
}

.dashboard-latest-feeds .mention-list-item-expanded .body-container .article-text a:hover {
    text-decoration: underline;
}

.dashboard-latest-feeds .mention-list-item-expanded .header-container {
    height: 55px;
    line-height: 54px;
    border-bottom: solid 1px #e2e9f1;
    cursor: pointer;
    position: relative;
    background: #6955af;
}

.dashboard-latest-feeds .mention-list-item-expanded .body-container {
    padding: 28px 0 0 0;
    background: white;
}

.dashboard-latest-feeds .mention-list-item-expanded .body-container .header {
    height: 48px;
    padding-left: 56px;
    position: relative;
}

.dashboard-latest-feeds .mention-list-item-expanded .column {
    width: 512px;
    display: block;
    margin: 0 auto;
    text-align: left;
}

.dashboard-latest-feeds .mention-list-item-expanded .body-container .header .article-icon-container {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

.dashboard-latest-feeds .mention-list-item-expanded .body-container .header .article-icon {
    width: 23px;
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -2px;
    height: 23px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
}

.dashboard-latest-feeds .mention-list-item-expanded .body-container .header .article-title {
    padding-top: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.dashboard-latest-feeds .mention-list-item-expanded .body-container .header .article-subtitle {
    font-size: 13px;
    line-height: 18px;
    color: #999999;
}

.dashboard-latest-feeds .mention-list-item-expanded .body-container .article-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #333;
    padding: 15px 0;
    width: 100%;
}

.dashboard-latest-feeds .mention-list-item-expanded .body-container .article-url {
    font-size: 13px;
    padding: 6px 15px;
    border: solid 1px #e1e8ed;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #3f80ea;
}

.dashboard-latest-feeds .mention-list-item-expanded .body-container .article-url:hover {
    background: #f3faff;
    border-color: #c4d2dc !important;
}

.dashboard-latest-feeds .mention-list-item-expanded .article-footer {
    line-height: 70px;
    vertical-align: middle;
    height: 70px;
    padding-top: 1px;
    padding-bottom: 15px
}

/* .mention-list-item-expanded .article-content { */
/* 	padding-bottom: 15px */
/* } */
.dashboard-latest-feeds .mention-list-item-expanded .article-footer .article-metric {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}

.dashboard-latest-feeds .mention-list-item-expanded .article-footer .article-metric.review-rating {
    margin-left: 20px;
}

.dashboard-latest-feeds .mention-list-item-expanded .article-footer .article-metric.review-respond {
    float: right;
    margin-top: 20px;
    margin-right: -12px;
}

.dashboard-latest-feeds .mention-list-item-expanded .article-footer .article-metric.review-respond svg {
    height: 30px;
}

.dashboard-latest-feeds .mention-list-item-expanded.twitter .article-footer .article-metric, .mention-list-item-expanded.facebook .article-footer .article-metric {
    padding: 0 5px;
    margin: 0 15px;
}

.dashboard-latest-feeds .mention-list-item-expanded.twitter .article-footer .article-metric.performance, .mention-list-item-expanded.facebook .article-footer .article-metric.performance {
    border-right: solid 1px #dee6e9;
    padding: 0;
    margin: 0;
}

.dashboard-latest-feeds .mention-list-item-expanded .article-footer .article-metric .icon {
    height: 20px;
    display: inline-block;
    line-height: 20px;
}

.dashboard-latest-feeds .mention-list-item-expanded .article-footer .article-metric .icon svg {
    vertical-align: middle;
    height: 16px;
}

.dashboard-latest-feeds .mention-list-item-expanded.twitter .article-footer .article-metric.performance .icon svg,
.dashboard-latest-feeds .mention-list-item-expanded.facebook .article-footer .article-metric.performance .icon svg {
    height: 20px;
}

.dashboard-latest-feeds .mention-list-item-expanded.twitter .article-footer .article-metric .count, .mention-list-item-expanded.facebook .article-footer .article-metric .count {
    padding: 0 0 0 5px;
    font-weight: 500;
}

.dashboard-latest-feeds .mention-list-item-expanded.twitter .article-footer .article-metric.performance .count, .mention-list-item-expanded.facebook .article-footer .article-metric.performance .count {
    padding-right: 20px;
    font-weight: 300;
}

.dashboard-latest-feeds .mention-list-item-expanded.twitter .article-footer .article-metric .icon svg,
.dashboard-latest-feeds .mention-list-item-expanded.instagram .article-footer .article-metric.likes .icon svg {
    height: 24px;
}

.dashboard-latest-feeds .mention-list-item-expanded.twitter .article-footer .article-metric.clickable:hover .icon svg path, .mention-list-item-expanded.facebook .article-footer .article-metric.clickable:hover .icon svg path {
    fill: rgb(101, 113, 121) !important;
}

.dashboard-latest-feeds .mention-list-item-expanded.twitter .article-footer .article-metric.clickable, .mention-list-item-expanded.facebook .article-footer .article-metric.clickable {
    cursor: pointer;
}

.dashboard-latest-feeds .mention-list-item-expanded.web .article-footer .article-metric.middle {
    border-left: solid 1px #dee6e9;
    border-right: solid 1px #dee6e9;
    padding-left: 20px;
    margin-right: 20px;
}

.dashboard-latest-feeds .mention-list-item-expanded .article-footer .article-metric.performance .icon svg {
    margin-top: -3px;
}

.dashboard-latest-feeds .mention-list-item-expanded .article-footer .article-metric .count {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 20px 0 5px;
    font-size: 12px;
    color: #92acbd;
}

.dashboard-latest-feeds .mention-list-item-expanded .header-container .header {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 85%;
}

.dashboard-latest-feeds .mention-list-item-expanded .article-title a {
    font-weight: 400;
    font-size: 13px;

}

.dashboard-latest-feeds .mention-list-item-expanded a {
    color: #3f80ea;
    text-decoration: none;
}

.dashboard-latest-feeds .mention-list-item-expanded .article-title a:hover {
    text-decoration: underline;
}

.dashboard-latest-feeds .mention-list-item-expanded .header-container .is-important-icon svg path, .mention-list-item-expanded .header-container .article-icon svg path {
    fill: #fff !important;
}

.dashboard-latest-feeds .mention-list-item-expanded .header-container .is-important-icon svg {
    width: 14px;
    display: block;
    margin-right: 6px;
    margin-top: 0;
}

.dashboard-latest-feeds .mention-list-item-expanded .header-container .article-icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    z-index: 1;
}

.dashboard-latest-feeds .mention-list-item-expanded .header-container .article-icon svg {
    display: block;
    border: none;
}

.dashboard-latest-feeds .mention-list-item-expanded .header-container > div:first-child {
    margin-left: 30px;
}

.dashboard-latest-feeds .widget-content {
    background: #fff;
    padding: 30px 20px 20px;
}

.dashboard-latest-feeds .widget-content .latest-feeds-container,
.dashboard-latest-feeds .widget-content .latest-backlinks-container {
    height: 100%;
}

.dashboard-latest-feeds .metric-item {
    width: 100%;
}

.dashboard-latest-feeds .table-header {
    color: #535473;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    background: #fff;
}

.dashboard-latest-feeds .header-column {
    text-transform: none;
    color: #535473;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    background: #fff;
    height: 28px;
}

.dashboard-latest-feeds .header-post-image, .dashboard-latest-feeds .body-post-image {
    padding-left: 0;
}

.dashboard-latest-feeds .post-text {
    color: #535473;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.dashboard-latest-feeds .body-site, .dashboard-latest-feeds .body-performance, .dashboard-latest-feeds .body-date {
    color: #7C888A;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
}

.dashboard-latest-feeds .header-row {
    height: 54px;
}

.dashboard-latest-feeds .body-row {
    height: 60px;
    cursor: pointer;
}

.dashboard-latest-feeds .performance-icon {
    height: 22px;
    width: 18px;
    display: inline-block;
}

.dashboard-latest-feeds .performance-icon svg {
    height: 17px;
    vertical-align: middle;
    display: block;

}

.dashboard-latest-feeds .performance-icon svg path {
    fill: #D9E3E4 !important;
}

.dashboard-latest-feeds .comments-icon {
    margin-top: 6px;
}

.dashboard-latest-feeds .comments-count {
    margin-top: -1px;
}

.dashboard-latest-feeds .sentiment-ico {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px
}

.dashboard-latest-feeds .sentiment-ico.positive {
    background: url("/images/dashboard/positive@2x.png") no-repeat;
    background-size: cover;
}

.dashboard-latest-feeds .sentiment-ico.negative {
    background: url("/images/dashboard/negative@2x.png") no-repeat;
    background-size: cover;
}

.dashboard-latest-feeds .sentiment-ico.neutral {
    background: url("/images/dashboard/neutral@2x.png") no-repeat;
    background-size: cover;
}

.dashboard-latest-feeds .sentiment-ico.unknown {
    background: url("/images/dashboard/unknown.png") no-repeat;
    background-size: cover;
}

.dashboard-latest-feeds .body-row:hover {
    background-color: #fff !important;
}

.dashboard-latest-feeds .metric-icon {
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 16px;
    vertical-align: middle;
    line-height: normal;
}

.dashboard-latest-feeds .metric-item:last-child .metric-icon {
    line-height: 20px;
    font-size: 26px;
}

.dashboard-latest-feeds .review-source {
    height: 21px;
}

.dashboard-latest-feeds .respond-button svg {
    height: 30px;
}

.dashboard-latest-feeds .mention-list-item-expanded.review .header-container .article-icon,
.dashboard-latest-feeds .mention-list-item-expanded .body-container .header .article-icon.review {
    display: none;
}


.dashboard-latest-feeds .table-element.infinite-scroll .body-element {
    max-height: 700px;
}

.dashboard-latest-feeds.dashboard-preloader .widget-content {
    border-top: solid 1px #d3d4d8;
    background-color: #fff;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}


/* Latest Feeds END ======================================================= */

/* Top Influencers/Sites START ======================================================= */

.dashboard-influencer .table-header,
.dashboard-site .table-header {
    /*display: none !important;*/
    background: none;

    .header-column {
        text-align: center;
        color: #535473;
        font-size: 12px;
        font-weight: 300;
        text-transform: none;
        height: auto;
    }

    .header-column:nth-child(3),
    .header-column:nth-child(4) {
        text-align: right;
    }
}

.dashboard-influencer .widget-subheader, .dashboard-site .widget-subheader {
    padding: 10px 25px 0 19px;
    color: #535473;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
}

.dashboard-influencer .widget-content, .dashboard-site .widget-content {
    padding: 0 25px 0 19px;
    margin-top: 10px;
}

.dashboard-influencer .widget-subheader .subheader-left, .dashboard-site .widget-subheader .subheader-left {
    text-align: left;
    float: left;
}

.dashboard-influencer .widget-subheader .subheader-right, .dashboard-site .widget-subheader .subheader-right {
    text-align: right;
    float: right;
}

.dashboard-influencer .widget-subheader:after, .dashboard-site .widget-subheader:after {
    content: '';
    display: table;
    clear: both;
}

.dashboard-influencer .body-author-image, .dashboard-site .body-author-image {
    padding-left: 0;
}

.dashboard-influencer .body-row, .dashboard-site .body-row {
    height: 58px;
    border: unset;
}

.dashboard-influencer .body-row:hover, .dashboard-site .body-row:hover {
    background: rgba(122, 102, 255, .1) !important;

    a, div {
        color: var(--mainly-blue) !important;
    }

    svg path {
        fill: var(--mainly-blue) !important;
    }
}

.dashboard-site .linked-hover,
.dashboard-influencer .linked-hover {
    height: 19px;
    width: 19px;
    position: absolute;
    right: -28px;
    top: -2px
}

.dashboard-site .item-top-title a:hover {
    text-decoration: none;
    cursor: pointer;
    color: var(--mainly-blue);
}

.dashboard-influencer .item-top-subtext a,
.dashboard-site .item-top-title a {
    position: relative;
    text-decoration: none;

    &:hover {
        color: var(--mainly-blue);
    }
}

.dashboard-site .item-top-title a:hover .linked-hover,
.dashboard-influencer .item-top-subtext a:hover .linked-hover {
    display: block;
}

.dashboard-influencer .item-top-subtext .linked-hover {
    width: 19px;
    height: 19px;
    display: inline-block;
}

.dashboard-influencer .item-top-subtext .linked-hover:hover,
.dashboard-site .linked-hover:hover {
    transform: scale(1.20);
}

.dashboard-site .table-body .last-column .item-top-counter-number:hover,
.dashboard-influencer .table-body .last-column .item-top-counter-number:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* Top Influencers/Sites END ======================================================= */


/* Media Wall START =================================================== */
.dashboard-media .widget-content {
    padding: 0 19px 0px 19px;
    clear: both;
    position: relative;
    display: block;
    height: 800px;
    overflow: auto;
    min-height: 240px;
}

.dashboard-media .widget-options {
    padding: 0 19px 0px 19px;
    clear: both;
    position: relative;
    display: block;
}

.dashboard-media .widget-items {
    clear: both;
    position: relative;
    display: block;
    column-count: 3;
    column-gap: 20px;
}

.dashboard-media .loading-element .loading-spinner {
    margin: 0 auto;
    width: 30px;
    height: 30px;
}

.xdashboard-media .widget-content::after {
    content: ' ';
    display: block;
    position: relative;
    clear: both;
}

.dashboard-media .img-responsive {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.dashboard-media .widget-content .dashboard-media-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    break-inside: avoid;
    width: 100%;
    border: 1px solid #d3d4d8;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
}

.dashboard-media.media-three .widget-content .widget-items {
    column-count: initial;
    column-gap: initial;
}

.dashboard-media.media-three .widget-content .dashboard-media-box {
    width: 32%;
    display: block;
    float: left;
    margin: 0px 20px 20px 0px;
}

.dashboard-media.media-three .widget-content .dashboard-media-box:nth-child(3n+0) {
    margin: 0px 0px 20px 0px;
}

.dashboard-media .widget-content .dashboard-media-box:hover {
    border: 1px solid #6955af;
    transition: transform 0.5s;
}

.dashboard-media .widget-content .dashboard-media-box:hover .main_image img {
    transform: scale(1.02);
}

.dashboard-media .widget-content .dashboard-media-box .dashboard-media-box-url {
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px;
    clear: both;
}

.dashboard-media .widget-content .dashboard-media-box .main_image {
    margin-bottom: 0px;
}

.dashboard-media .widget-content .dashboard-media-box .author_details {
    padding-left: 10px;
    line-height: 15px;
    font-size: 12px;
    margin: 15px 0px;
}

.dashboard-media .widget-content .dashboard-media-box .author_details::after {
    content: ' ';
    display: block;
    position: relative;
    clear: both;
}

.dashboard-media .widget-content .dashboard-media-box .author_image {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 27px;
    max-height: 27px;
    float: left;
}

.dashboard-media .widget-content .dashboard-media-box .author_image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.dashboard-media .widget-content .dashboard-media-box .author_image::after {
    content: ' ';
    position: absolute;
    right: -6px;
    bottom: 2px;
    background-size: contain;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.dashboard-media .widget-content .dashboard-media-box.twitter .author_image::after {
    background: url("/images/dashboard/logo.twitter.svg") no-repeat center center transparent;
}

.dashboard-media .widget-content .dashboard-media-box.instagram .author_image::after {
    background: url("/images/dashboard/logo.instagram.svg") no-repeat center center transparent;
}

.dashboard-media .widget-content .dashboard-media-box.facebook .author_image::after {
    background: url("/images/dashboard/logo.facebook.svg") no-repeat center center transparent;
}

.dashboard-media .widget-content .dashboard-media-box.reddit .author_image::after {
    background: url("/images/dashboard/logo.reddit.svg") no-repeat center center transparent;
}

.dashboard-media .widget-content .dashboard-media-box.youtube .author_image::after {
    background: url("/images/dashboard/logo.youtube.svg") no-repeat center center transparent;
}

.dashboard-media .widget-content .dashboard-media-box.quora .author_image::after {
    background: url("/images/dashboard/logo.quora.svg") no-repeat center center transparent;
}

.dashboard-media .widget-content .dashboard-media-box .author_and_followers {
    float: left;
    margin-left: 15px;
}

.dashboard-media .widget-content .dashboard-media-box .author_and_followers .author_name {
    clear: both;
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #535473;
    font-weight: 500;
}

.dashboard-media .widget-content .dashboard-media-box .author_and_followers .author_profile {
    clear: both;
    position: relative;
    display: block;
    clear: both;
    font-size: 12px;
    line-height: 15px;
    color: #7C888A;
    font-weight: 400;
}

.dashboard-media .download-csv-button {
    display: none;
}

/* Media Wall END ===================================================== */

/* General widgets */
.metric-list .metric-item.disabled {
    cursor: default;
}


.dashboard-mentions-tabs .metric-item.disabled .mention-type {
    opacity: 1;
    background: #fff;
}

.dashboard-mentions-tabs .metric-item.disabled {
    /*background: #fff !important;*/
}

.dashboard-mentions-tabs .metric-item.disabled .mention-type .metric-count,
.dashboard-mentions-tabs .metric-item.disabled .mention-type .metric-label {
    /*opacity: 0.4;*/
}

.dashboard-latest-feeds-tabs .metric-label,
.dashboard-widget .widget-title {
    font-size: 16px;
    color: #535473;
    font-weight: 600;
    display: inline-block;
    position: relative;
    width: auto;
    height: 15px;
}

.dashboard-widget .widget-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    z-index: 1;

    .widget-title-info {
        color: #7C888A;
        font-size: 13px;
        font-weight: normal;
    }
}


.dashboard-widget.dashboard-sentiment-by-media-type  .widget-title,
.dashboard-widget.dashboard-sentiment-by-language  .widget-title {
    width: 65%
}

.widget-preloader {
    color: #7C888A;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    padding: 0 45px 0 100px;
    font-size: 13px;
}

.tooltip {
    text-align: left !important;
}


.dashboard-widget .widget-title svg {
    width: 16px;
    vertical-align: middle;
    margin-left: 4px;
}

.dashboard-widget .widget-title svg path {
    fill: #38335a;
}

.dashboard-widget .widget-subtitle {
    font-size: 12px;
    line-height: 15px;
    color: #7C888A;
    font-weight: 300;
    margin-top: 4px
}

.dashboard-widget .table-label-left {
    text-align: left;
    padding-left: 19px;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    color: #535473;
}

.dashboard-widget .table-label-right {
    text-align: right;
    padding-right: 19px;
    color: #7C888A;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
}

.widget-content .label-left {
    text-align: left;
}

.widget-content .label-right {
    text-align: right;
}

.widget-content .label-center {
    text-align: center;
}


#dashboard_page .author-source-icon {
    position: absolute;
    right: -1px;
    bottom: -1px;
    background-size: cover;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#dashboard_page .author-source-icon.twitter {
    background: url("/images/dashboard/logo.twitter.svg") no-repeat center center transparent;
}

#dashboard_page .author-source-icon.linkedin {
    background: url("/images/dashboard/logo.linkedin.svg") no-repeat center center #fff;
    background-size: 80%;
}

#dashboard_page .author-source-icon.instagram {
    background: url("/images/dashboard/logo.instagram.svg") no-repeat center center transparent;
}

#dashboard_page .author-source-icon.facebook {
    background: url("/images/dashboard/logo.facebook.svg") no-repeat center center transparent;
}

#dashboard_page .author-source-icon.reddit {
    background: url("/images/dashboard/logo.reddit.svg") no-repeat center center transparent;
}

#dashboard_page .author-source-icon.youtube {
    background: url("/images/dashboard/logo.youtube.svg") no-repeat center center transparent;
}

#dashboard_page .author-source-icon.quora {
    background: url("/images/dashboard/logo.quora.svg") no-repeat center center transparent;
}

#dashboard_page .author-source-icon.tiktok {
    background: url("/images/dashboard/logo.tiktok.svg") no-repeat center center #fff;
}

#dashboard_page .author-source-icon.twitch {
    background: url("/images/dashboard/logo.twitch.svg") no-repeat center center transparent;
}

#dashboard_page .author-source-icon.pinterest {
    background: url("/images/dashboard/logo.pinterest.svg") no-repeat center center #fff;
    background-size: 80%;
}

#dashboard_page .author-image-container {
    width: 27px;
    height: 27px;
    position: relative;
}

#dashboard_page .author-image {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    border-radius: 50%;
}

#dashboard_page .dashboard-latest-mentions .author-image,
#dashboard_page .dashboard-latest-feeds .author-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

#dashboard_page .item-top-title {
    color: #535473;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    padding-bottom: 2px
}

#dashboard_page .item-top-subtext {
    color: #7C888A;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
}

#dashboard_page .item-top-subtext > a:hover {
    text-decoration: underline;
}

#dashboard_page .item-top-counter {
    color: #7C888A;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
}

#dashboard_page .item-top-counter > div {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 0 10px 0;
    cursor: pointer;
    gap: 10px;

    &.mentions > span {
        margin-left: auto;
    }
}

#dashboard_page .item-top-counter-ico {
    width: 18px;
    cursor: pointer;
}

#dashboard_page .item-top-counter-ico svg {
    display: block;
}

#dashboard_page .item-top-counter-ico svg path {
    fill: #D9E3E4 !important;
}

#dashboard_page .widget-view-more {
    margin-top: 20px;
}

#dashboard_page .widget-view-more:not(.disabled) a:hover,
#dashboard_page .widget-view-more:not(.disabled) span:hover {
    color: var(--mainly-blue);
}

#dashboard_page .widget-view-more.disabled a,
#dashboard_page .widget-view-more.disabled span {
    opacity: .4;
}

/* LAYOUT TESTING MODE */
.dashboard-influencer, .dashboard-site, .dashboard-reach, .dashboard-performance,
.dashboard-sources,
.dashboard-weekday,
.dashboard-languages,
.dashboard-hashtags {
    width: 33.3333%;
}

/* BLOCK SUMMARY =========================================================== */
.no-data-dashboard-summary .dashboard-summary,
.no-data-summary-mentions .summary-mentions,
.no-data-summary-backlinks .summary-backlinks,
.no-data-summary-reach .summary-reach,
.no-data-summary-mentions-positive .summary-mentions-positive,
.no-data-summary-mentions-negative .summary-mentions-negative {
    display: none;
}

/* END BLOCK SUMMARY ======================================================= */
/* BLOCK TOP LATEST MENTIONS + BACKLINKS + INFLUENCER + SITE */
.dashboard-latest-mentions,
.dashboard-latest-feeds,
.dashboard-mentions-tabs {
    width: calc(66.6666% - 20px);
    display: block;
    clear: initial;
    margin-right: 20px;
    float: left;
    box-shadow: var(--default-card-shadow);
    background: #fff;
    border-radius: 18px;
}

.dashboard-latest-feeds {
    width: 100%;
}

.dashboard-latest-mentions .widget-content,
.dashboard-latest-feeds .widget-content {
    height: 800px;
    padding-top: 0;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

.dashboard-influencer, .dashboard-site {
    width: calc(50% - 10px);
    display: block;
    clear: initial;
    height: 720px;
    float: left;
}

.dashboard-influencer .widget-content .table-element,
.dashboard-site .widget-content .table-element {
    max-height: 600px;
    overflow: hidden;
}

.dashboard-influencer {
    margin-right: 20px;
}

.no-data-dashboard-site .dashboard-influencer,
.no-data-dashboard-influencer .dashboard-site {
    height: 859px;
    margin: 2px 0px 0px 0px;
}

.no-data-dashboard-site .dashboard-influencer .widget-content .table-element {
    max-height: 705px;
}

.no-data-dashboard-influencer .dashboard-site .widget-content .table-element {
    max-height: 905px;
}

.no-data-dashboard-site .dashboard-site,
.no-data-dashboard-influencer .dashboard-influencer {
    display: none;
}

.no-data-dashboard-site.no-data-dashboard-influencer .dashboard-latest-mentions,
.no-data-dashboard-influencer.no-data-dashboard-site .dashboard-latest-mentions {
    width: 100%;
    margin-right: 0px;
}

.highcharts-exporting-group {
    display: none;
}

#widgets-export-container .dashboard-widget,
#widgets-export-container .dashboard-row {
    /*margin-top: 0;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 30000px;*/
    /*z-index: 99999;*/
    /*max-width: 900px;*/
}

#widgets-export-container .download-csv-button {
    display: none;
}

#widgets-export-container .dashboard-row {
    margin-bottom: 0;
}

#widgets-export-container .dashboard-widget {
    margin-top: 0;
}

#widgets-export-container .widget-chart {
    width: 40%;
}

#widgets-export-container .widget-legend {
    width: 57%;
}

/* END - BLOCK TOP LATEST MENTIONS + BACKLINKS + INFLUENCER + SITE */

/* START - BLOCK GOOGLE TRENDS + SENTIMENT */
.dashboard-widget.dashboard-emotion-over-time .widget-title {
}

.dashboard-performance.dashboard-widget .widget-title,
.dashboard-widget.dashboard-sources .widget-title,
.dashboard-widget.dashboard-context .widget-title {
    width: 240px;
    text-align: left;
}

.dashboard-widget.dashboard-hashtags .widget-title {
    width: 200px;
    text-align: left;
}

.dashboard-google-trends,
.dashboard-sentiment,
.dashboard-emotion-over-time {
    position: relative;
    width: 100%;
    display: block;
    clear: initial;
    float: left;
    min-height: 380px;
    padding-bottom: 0;
}

.dashboard-google-trends .widget-content,
.dashboard-sentiment .widget-content {
    overflow: hidden;
    min-height: 250px;
    margin-top: 10px;
}

.dashboard-sentiment .widget-preloader {
    text-align: left;
    position: relative;
    top: initial;
    left: 0;
    transition: initial;
    transform: initial;
    padding: 6px 20px;
}

.dashboard-google-trends {
    margin-right: 20px;
}

.dashboard-google-trends .widget-content {
    margin-top: 0px;
    margin: 20px 30px 0px 30px;
    overflow: hidden;
}

.no-data-dashboard-google-trends .dashboard-sentiment,
.no-data-dashboard-sentiment .dashboard-google-trends {
    width: 100%;
    margin-right: 0px;
    float: initial;
}

.no-data-dashboard-google-trends .dashboard-google-trends,
.no-data-dashboard-sentiment .dashboard-sentiment {
    display: none;
}

.no-data-dashboard-sentiment .dashboard-sentiment.widget-show-overlay {
    display: block;
}

.dashboard-google-trends .highcharts-title .google-trends-chart-title {
    background: url("/images/dashboard/search.blue.svg") no-repeat left center transparent;
    color: #68C5D2;
    font-size: 16px;
    line-height: 19px;
    padding-left: 18px;
}

.dashboard-google-trends .highcharts-title .google-trends-chart-mentions {
    font-weight: 300;
    color: #525172;
    font-size: 24px;
    line-height: 29px;
}

/* Carousel for Google Trends */
.dashboard-google-trends .x-paint-monitor.overflowchange,
.dashboard-google-trends .x-size-monitors.overflowchange,
.dashboard-google-trends .x-paint-monitor.overflowchanged,
.dashboard-google-trends .x-size-monitors.overflowchanged {
    overflow: hidden;
}

.dashboard-google-trends .x-carousel-inner {
    position: relative;
    overflow: hidden;
    min-height: 260px;
}

.dashboard-google-trends .x-carousel-item,
.dashboard-google-trends .x-carousel-item > * {
    position: absolute !important;
    width: 100%;
    height: 100%
}

.dashboard-google-trends .google-trends-buttons {
    position: absolute;
    display: block;
    z-index: 3;
    top: 50%;
    cursor: pointer;
    width: 10px;
    height: 15px;
    background-size: contain !important;
}

.dashboard-google-trends .google-trends-button-left {
    left: 5px;
    background: url("/images/dashboard/arrow-left.svg") no-repeat center center transparent;
}

.dashboard-google-trends .google-trends-button-right {
    right: 5px;
    background: url("/images/dashboard/arrow-right.svg") no-repeat center center transparent;
}

.dashboard-google-trends .carousel-hide-navigation .x-carousel-indicator,
.dashboard-google-trends .x-carousel-indicator,
.dashboard-google-trends .carousel-button-left-hidden .google-trends-button-left,
.dashboard-google-trends .carousel-button-right-hidden .google-trends-button-right {
    display: none;
}

.dashboard-google-trends .message-container {
    width: 73%;
    text-align: center;
    margin: 0px auto;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.54);
}

.dashboard-google-trends .overlay-container .icon-element {
    width: 80px;
    margin: 20px auto;
    color: #e5e5e5;
    fill: currentColor;
    margin-bottom: 0px;
}

.dashboard-google-trends .overlay-container .icon-element > svg > path:nth-child(2) {
    color: #e5e5e5;
    fill: currentColor;
}

/* Carousel for Google Trends */
/* END - BLOCK GOOGLE TRENDS + SENTIMENT */

/* START - BLOCK REACH + PERFORMANCE */
.dashboard-reach, .dashboard-performance {
    /*width: calc(50% - 10px);*/
    /*display: block;*/
    /*clear: initial;*/
    /*float: left;*/
    height: 380px;
}

.dashboard-performance {
    width: 100%;
}

.dashboard-reach {
    margin-right: 20px;
}

.no-data-dashboard-reach .dashboard-performance,
.no-data-dashboard-performance .dashboard-reach {
    width: 100%;
    margin-right: 0px;
    float: initial;
}

.no-data-dashboard-reach .dashboard-reach,
.no-data-dashboard-performance .dashboard-performance {
    display: none;
}

/* END - BLOCK REACH + PERFORMANCE */

/* START - BLOCK SOURCES + LOCATIONS + WEEKDAYS + LANGUAGES */
.dashboard-sources,
.dashboard-languages {
    width: calc(50% - 10px);
    display: block;
    clear: initial;
    float: left;
    height: 500px;
}

.dashboard-sources {
    margin-right: 20px;
}

.dashboard-locations .widget-chart {
    width: 70%;
}

.dashboard-locations .widget-countries {
    padding: 20px 0px 10px 0px;
    clear: both;
    position: relative;
    width: 30%;
}

.dashboard-locations .dashboard-locations-country {
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    color: #535473;
    padding: 5px 0px 15px 0px;
}

.dashboard-locations .dashboard-locations-country > div {
    cursor: pointer;
    display: inline-block;
}

.dashboard-locations .dashboard-locations-country span {
    font-weight: 300;
    color: #7C888A;
}

.dashboard-locations .dashboard-locations-country > div:hover,
.dashboard-locations .dashboard-locations-country > div:hover span,
.dashboard-languages .widget-legend-item:hover .item-name,
.dashboard-languages .widget-legend-item:hover .item-value {
    color: #7A66FF;
}

.dashboard-weekday,
.dashboard-locations,
.dashboard-influencers-by-performance,
.dashboard-influencers-by-platform,
.dashboard-website-traffic-demographics,
.dashboard-websites-by-visits,
.dashboard-sentiment-by-media-type,
.dashboard-sentiment-by-language,
.dashboard-emoji,
.dashboard-emotion,
.dashboard-demographics-over-time {
    width: calc(50% - 10px);
    float: left;
    min-height: 450px;
    display: flex;
    flex-direction: column;
}

.dashboard-weekday,
.dashboard-locations,
.dashboard-websites-by-visits,
.dashboard-emoji,
.dashboard-emotion,
.dashboard-influencers-by-platform,
.dashboard-widget.dashboard-demographics-over-time
{
    height: 500px;
}

.dashboard-influencers-by-platform,
.dashboard-locations,
.dashboard-demographics-over-time,
.dashboard-sentiment-by-media-type,
.dashboard-emoji {
    margin-right: 20px;
}

.dashboard-weekday .highcharts-container .highcharts-crosshair.highcharts-crosshair-category {

}

.dashboard-review-widget {
    width: calc(33.3333% - 20px);
    display: block;
    clear: initial;
    float: left;
    height: 240px;
    margin-right: 20px;
}

.dashboard-review-widget ~ .dashboard-review-widget ~ .dashboard-review-widget {
    margin-right: 0px !important;
    width: 33.3333%;
    /*margin-left: 20px;*/
}


.dashboard-review-widget ~ .dashboard-review-widget ~ .dashboard-review-widget ~ .dashboard-review-widget {
    width: calc(33.3333% - 20px);
    margin-right: 20px !important;
}


.dashboard-review-widget ~ .dashboard-review-widget ~ .dashboard-review-widget ~ .dashboard-review-widget ~ .dashboard-review-widget {

}

.compare-mentions-tabs .overflow-container,
.dashboard-mentions-tabs .overflow-container {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 2;
    left: 2px;
    height: 220px;
    background: #fff;
    display: none;
}

.compare-mentions-tabs .overflow-container {
    width: 99%;
    top: 10px;
}

.compare-mentions-tabs .overflow-container.show,
.dashboard-mentions-tabs .overflow-container.show {
    display: block;
}


.compare-mentions-tabs .overflow-container .add-review-source-button,
.dashboard-mentions-tabs .overflow-container .add-review-source-button {
    height: 48px;
    width: 200px;
    border-radius: 5px;
    margin: 80px auto;
    cursor: pointer;
    padding-top: 14px;
    text-decoration: none;
    display: block;
    line-height: 20px;
}

.compare-mentions-tabs .overflow-container .add-review-source-button {
    margin: 100px auto;
}

/*.dashboard-allreviews.no-margin{*/
/*    width: 33.3333%;*/
/*    margin-right: 0;*/
/*}*/

.dashboard-allreviews .widget-title {
    width: 75%;
}

.dashboard-allreviews .reviews-group {
    padding-bottom: 30px;
    width: 100%;
    display: block;
    float: left;
    border-bottom: 1px solid #e0e0e0;
}

.dashboard-allreviews .reviews-group:last-child {
    border-bottom: 0px;
}

body:not(.visible-sidebar-right):not(.shared-dashboard) .dashboard-allreviews .base-reviews .left-side .review-average {
    font-size: 20px;
    display: inline-block;
    width: auto;
    font-weight: 500;
    float: left;
    line-height: 50px;
    margin-bottom: 10px;
    margin-top: -8px;
    margin-right: 10px;
    margin-left: 30px;
}


.shared-dashboard .dashboard-allreviews .base-reviews .left-side .review-average,
.visible-sidebar-right .dashboard-allreviews .base-reviews .left-side .review-average {
    font-size: 2.5em;
    line-height: 27px;
    transition: all 0.3s ease;
}

.dashboard-allreviews .base-reviews .left-side .no-reviews {
    cursor: pointer;
}

body:not(.visible-sidebar-right):not(.shared-dashboard) .dashboard-allreviews .base-reviews .left-side .no-reviews {
    color: #5E5E5E;
    font-size: 20px;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: left;
    display: block;
    margin-top: 0;
    margin-left: 30px;
    cursor: pointer;
}

.dashboard-allreviews .base-reviews .left-side .no-reviews:hover {
    font-weight: 500 !important;
}

body:not(.visible-sidebar-right):not(.shared-dashboard) .dashboard-allreviews .base-reviews .left-side .review-average-stars {
    margin: 0px;
}

.no-data-dashboard-sources .dashboard-sources,
.no-data-dashboard-locations .dashboard-locations,
.no-data-dashboard-weekday .dashboard-weekday,
.no-data-dashboard-languages .dashboard-languages {
    display: none;
}

.no-data-dashboard-sources .dashboard-weekday,
.no-data-dashboard-locations .dashboard-weekday {
    width: 66.6666%;
}

.no-data-dashboard-sources .dashboard-languages,
.no-data-dashboard-locations .dashboard-languages {
    width: 66.6666%;
}

.no-data-dashboard-sources.no-data-dashboard-locations .dashboard-weekday,
.no-data-dashboard-locations.no-data-dashboard-sources .dashboard-weekday {
    width: calc(50% - 10px);
    margin-right: 20px;
}

.no-data-dashboard-sources.no-data-dashboard-locations .dashboard-languages,
.no-data-dashboard-locations.no-data-dashboard-sources .dashboard-languages {
    width: calc(50% - 10px);
}

.no-data-dashboard-weekday .dashboard-languages,
.no-data-dashboard-languages .dashboard-weekday {
    height: 520px;
}

.dashboard-weekday {
    .widget-content {
        margin-top: 0;
    }

    .widget-subtitle {
        margin-top: 12px;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        color: #595a78;
    }
}

/* START - BLOCK SOURCES + LOCATIONS + WEEKDAYS + LANGUAGES */

/* START - BLOCK HASHTAG + MENTIONS */
.dashboard-hashtags {
    /*width: calc(33.3333% - 20px);*/
    width: 100%;
    display: block;
    clear: initial;
    margin-right: 20px;
    float: left;
    overflow: hidden;
}

.dashboard-context,
.dashboard-hashtags {
    width: 100%;
    display: block;
}

.no-data-dashboard-hashtags .dashboard-context,
.no-data-dashboard-context .dashboard-hashtags {
    width: 100%;
    margin-right: 0px;
    float: initial;
}

.no-data-dashboard-hashtags .dashboard-hashtags,
.no-data-dashboard-context .dashboard-context {
    display: none;
}

/* START - BLOCK HASHTAG + MENTIONS */

/* START BLOCK MEDIA */
.no-data-dashboard-media .dashboard-media {
    display: none;
}

/* START BLOCK MEDIA */

.extract-historical-data-popup.base-popup .base-popup-footer {
    padding-left: 30px;
}

.extract-historical-data-popup.base-popup .base-popup-footer .base-submit-button {
    margin-left: 20px;
    line-height: 31px;
}

.filters-applied-button {
    display: inline-block;
    background: #7C45E9;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    height: 30px;
    line-height: 27px;
    padding: 0 0 0 10px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.filters-applied-button > div {
    display: inline-block;
    vertical-align: middle;
}

.filters-applied-button .base-button-element.show-filters-button .filters-text {
    padding-right: 40px;
    text-decoration: underline;
}

.filters-applied-button .base-button-element.show-filters-button svg path {
    fill: #fff !important;
}

.filters-applied-button .base-button-element.reset-filters-button .reset-filters-icon svg path {
    fill: #8B94A8 !important;
    opacity: 1 !important;
}

.filters-applied-button .base-button-element.reset-filters-button .reset-filters-icon {
    display: inline-block;
    background: #fff;
    padding: 0 12px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0;
    border: 1px solid #7C45E9;
}

.filters-icon {
    width: 20px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.filters-applied-button .base-button-element.show-filters-button .filters-text {
    padding-right: 40px;
    text-decoration: underline;
}

.no-mentions-placeholder.no-results-placeholder .text-container.second-text-container h3 {
    font-size: 34px;
    font-weight: 700;
}

.no-mentions-placeholder.no-results-placeholder .text-container .bottom-text-container div {
    font-size: 20px;
    padding-top: 14px;
    padding-bottom: 20px;
}

.no-mentions-placeholder .reset-filters, .no-results-placeholder .reset-filters, .no-mentions-placeholder .get-free-analysis, .no-results-placeholder .get-free-analysis {
    display: inline-block;
}

.no-mentions-placeholder .alternative-text, .no-results-placeholder .alternative-text {
    display: inline-block !important;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

.no-mentions-placeholder.no-results-placeholder .import-mentions-text-container, .no-results-placeholder .buttons-container .import-mentions-text-container {
    padding: 0px !important;
    display: inline-block !important;
}

.no-mentions-placeholder .get-free-analysis .base-button-element.no-results-button, .no-results-placeholder .get-free-analysis .base-button-element.no-results-button {
    font-size: 18px;
    padding: 10px 60px;
    margin: 0;
}

.no-mentions-placeholder .buttons-container .import-mentions-text-container .base-button-element.cancel-button.simple-text-button {
    font-size: 18px;
    padding: 13px 70px;
    height: auto;
    line-height: normal;
}

.no-mentions-placeholder.no-results-placeholder .graphic-container {
    width: 390px;
    padding-top: 50px;
}

.no-results-placeholder .base-button-element.no-results-button.primary-button {
    background: var(--primary-button-background);

    &:hover {
        background: var(--primary-button-hover-background);
    }
}

body.no-data #sidebar_right_wrapper {
    display: none;
}

.ai-button {
    position: absolute;
    top: 18px;
    right: 52px;
    z-index: 1;
    > div {
        display: flex;
        align-items: center;
    }

    svg {
        margin-right: 5px !important;
    }
}

.dashboard-widget:has(.ai-button),
.dashboard-row:has(.ai-button) {
    padding-bottom: 45px;
}

.widget-footer:has(.widget-legend) {
    .legend-influencers, .legend-sites {
        bottom: 40px;
    }

    .ai-button {
        bottom: 10px;
    }
}

.ai-insights-popup  {
    position: fixed !important;
    height: 800px !important;
    width: 1200px !important;
    display: flex;
    overflow: hidden;

    .base-popup-header {
        display: none;
    }

    .base-popup-inner {
        width: 1200px !important;
        padding-bottom: 0 !important;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        flex-grow: 1;
        height: 100%;
        display: flex;

        .ai-insights-popup-sidebar {
            display: flex;
            flex-direction: column;
            padding: 0 20px 20px 20px;
            width: 356px;
            height: 100%;

            .ai-insights-popup-sidebar-title {
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                color: #535473;
                display: flex;
                align-items: center;
                gap: 4px;
                height: 80px;
                flex-shrink: 0;

                svg {
                    width: 16px;
                    height: 16px;
                }
            }

            .ai-insights-popup-sidebar-widget-title {
                font-style: normal;
                font-weight: 900;
                font-size: 47px;
                line-height: 41px;
                background: linear-gradient(292.46deg, #55479D 42.42%, #2E2655 105.57%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
                text-fill-color: transparent;
                padding-bottom: 20px;
            }

            .ai-insights-popup-sidebar-footer {
                margin-top: auto;
                display: flex;
                align-items: center;
                justify-content: center;

                svg {
                    width: 250px;
                    height: 220px;

                    path {

                    }
                }
            }
        }

        .ai-insights-popup-content {
            width: 100%;
            height: 100%;
            background: #F4F8FC;
            display: flex;
            flex-direction: column;
            padding: 0 20px 10px 60px;
            position: relative;

            .ai-insights-popup-content-header {
                display: flex;
                align-items: center;
                background: transparent;
                height: 80px;
                gap: 10px;
                flex-shrink: 0;

                .ai-insights-popup-content-header-left {
                    .typing-indicator {
                        display: flex;
                        gap: 5px;
                        justify-content: center;
                        align-items: center;

                        &.hidden {
                            display: none;
                        }

                        span {
                            display: inline-block;
                            width: 8px;
                            height: 8px;
                            background-color: var(--mainly-blue);
                            border-radius: 50%;
                            animation: blink 1.5s infinite ease-in-out;

                            &:nth-child(1) {
                                animation-delay: 0s;
                            }

                            &:nth-child(2) {
                                animation-delay: 0.2s;
                            }
                            &:nth-child(3) {
                                animation-delay: 0.4s;
                            }
                        }

                        .typing-text {
                            font-style: italic;
                            padding-left: 10px;
                        }
                    }
                }

                .ai-insights-popup-content-header-right {
                    margin-left: auto;
                    display: flex;
                    align-items: center;
                    gap: 10px;

                    .copy-popup-button {
                        background: #eeecff;
                        width: 40px;
                        height: 40px;

                        svg {
                            width: 18px;
                            height: 18px;
                            path {
                                color: #7A66FF;
                            }
                        }
                    }

                    .close-popup-button {
                        position: relative;
                        top: initial;
                        right: initial;
                        margin: 0;
                        svg {
                            width: 10px;
                            height: 10px;
                            path {
                                opacity: 1 !important;
                            }
                        }
                    }
                }


            }

            .ai-insights-popup-content-body {
                overflow: auto;
                flex-grow: 1;
                height: 100%;
                padding-right: 50px;

                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                color: #535473;
                line-height: 1.8;

                a {
                    color: var(--link-color);
                    text-decoration: underline;
                }

                /* Headings */

                h1, h2, h3 {
                    margin: 6px 0 4px 0;
                    font-weight: 600;
                    /*font-size: 16px;*/
                    line-height: 1.3;
                }


                /* Ordered lists */

                ol {
                    list-style: decimal;
                    list-style-position: outside;
                    padding-left: 24px;
                    margin: 10px 0;
                }

                /* Unordered lists */

                ul {
                    list-style: disc;
                    padding-left: 20px;
                    margin: 10px 0;
                }

                /* List items */

                li {
                    margin-bottom: 10px;
                    list-style: revert;
                    transition: opacity 0.2s ease-in-out;
                    opacity: 1;
                }

                /* Hidden <li> initially (until character is typed) */

                li[style*="opacity: 0"] {
                    opacity: 0 !important;
                }

                /* Bold first paragraph inside li for name/title emphasis */

                ol > li > p:first-child {
                    margin: 0 0 6px;
                }

                hr {
                    display: none;
                }
            }


            .ai-insights-popup-error {

                display: flex;
                flex-direction: column;
                gap: 10px;
                position: absolute;
                width: 100%;
                align-items: center;
                justify-content: center;
                left: 0;
                font-style: normal;
                font-weight: 400;
                font-size: 17px;
                line-height: 23px;
                text-align: center;
                color: #535473;
            }
        }
    }

    .base-popup-subtitle {
        display: none;
    }

    &.error {
        .ai-insights-popup-content {
            background: #FCF4F6;
            justify-content: center;
            .copy-popup-button {
                display: none;
            }
        }
    }
}


@media (max-width: 1350px) {
    .visible-sidebar-right .dashboard-summary .summary-info {
        flex: 20%;
        min-width: 120px;
    }
}

@media (max-width: 1200px) {
    .dashboard-summary .summary-info .title {
        font-size: 12px;
    }

    .dashboard-summary .summary-info .counter {
        font-size: 18px;
    }
}

@media (max-width: 950px) {
    .dashboard-summary .summary-info {
        flex: 20%;
        min-width: 120px;
    }
}

@media (max-width: 650px) {
    .dashboard-mentions-tabs .base-select-element .base-select {
        width: 100px;
        padding-left: 10px;
    }

    .dashboard-mentions-tabs .metric-list {
        height: auto;
    }

    .dashboard-row.dashboard-mentions-metrics.dashboard-mentions-tabs .metric-item {
        width: 100%;
        height: 42px !important;
        padding-left: 40px;
        text-align: left;
    }

    .dashboard-mentions-tabs .metric-item.selected-metric .mention-type {
        display: inline-block;
        position: relative;
    }

    .dashboard-mentions-tabs .metric-item.selected-metric .mention-type:after {
        position: absolute;
        top: 48px;
        left: 0px;
        content: "";
        height: 3px;
        width: 100%;
        border-radius: 10px;
    }

    .dashboard-mentions-tabs .metric-list {
        line-height: 0 !important;
    }

    .dashboard-mentions-metrics.dashboard-mentions-tabs .dashboard-mentions-tabs-items-all .dashboard-mentions-tabs-items {
        overflow: visible;
    }

    .dashboard-row.dashboard-mentions-metrics.dashboard-mentions-tabs .metric-list {
        overflow: visible;
    }
}

/* Responsiveness Analytics */
@media only screen and (max-width: 1150px) {
    .dashboard-sentiment-by-media-type, .dashboard-sentiment-by-language,
    .dashboard-influencer, .dashboard-influencers-by-platform,
    .dashboard-influencers-by-performance, .dashboard-website-traffic-demographics,
    .dashboard-sources {
        .widget-title {
            display: block;
            width: 90% !important;
        }
    }

    .dashboard-influencer, .dashboard-site {
        .header-row div:nth-child(2), .body-row div:nth-child(2) {
            width: unset !important;
        }

        .legend-influencers, .legend-sites {
            flex-direction: column;
            bottom: 15px;
        }
    }

    .dashboard-hashtags, .dashboard-context {
        .widget-content .table-element {
            .first-column.header-column.table-label-left {
                padding-left: 0;
                font-weight: 500;
                font-size: 14px;
            }

            .last-column.header-column.table-label-right {
                font-size: 14px;
            }

            .header-column.last-column {
                width: unset !important;
            }
        }

        .header-row div {
            width: 60px !important;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }

    .dashboard-locations .dashboard-locations-country {
        font-size: 9px;
    }
}

/* Responsiveness Ai Insights Popup */
@media (max-width: 1200px) {
    .ai-insights-popup  {
        width: 100% !important;
        /*height: 100 !important;*/
    }
}

@media (max-height: 800px) {
    .ai-insights-popup  {
        height: 100% !important;
        /*height: 100 !important;*/
    }
}