.mention-list-container {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    border-radius: 2px;
    outline: none;
    padding-bottom: 20px;
    /*border: solid 1px #c7d4e4;*/
}

.mention-list-container a {
    color: #3f80ea;
    text-decoration: none;

    &.levender-text {
        color: #7D5EE4;
    }
}

.mention-list-container a:hover {
    text-decoration: underline;
}

.mention-list-item-container {
    height: 60px;
    background: #fff;
    min-width: 100%;
    margin-top: -1px;
    position: relative;
}

.mention-list-container .mention-list-footer-container {
    text-align: center;
}

.mention-list-container .mention-list-footer-container .loading-spinner {
    width: 30px;
    height: 30px;
    margin: 10px;
    display: inline-block;
}

.mention-list-item-content {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.mention-list-item-expanded-container {

}

.mention-list-item {
    /*border: solid 1px #c7d4e4;*/
    height: 100%;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
    border-left: 3px solid transparent;
    padding-left: 10px;
}

.mention-list-item-container:hover > .mention-list-item-content > .mention-list-item {
    background: #fbfcff;
    border-left: 3px solid #6955af !important;
}

.mention-list-item-container.hidden {
    box-shadow: 0 8px 32px rgb(203, 196, 228);
}

.mention-list-item-container.list-item-active > .mention-list-item-content > .mention-list-item {
    background-color: #e4e1ff;
}

.mention-list-item .column {
    vertical-align: middle;
    display: table-cell;
    width: 50%;
    height: 60px;
}

.mention-list-item .column.source {
    width: 120px;
    font-size: 12px;
    color: #9eafbd;
    text-align: right;
    cursor: pointer;
}

.mention-list-item .icon {
    height: 100%;
    line-height: 60px;
    vertical-align: middle;
    width: 56px !important;
    min-width: 36px !important;
    padding: 0 10px;
}

.mention-list-item .icon svg {
    width: 18px;
    vertical-align: middle;
    display: inline-block;
}

.mention-list-item .author-container {
    width: 34px;
    height: 34px;
    position: relative;
}

.mention-list-item .author-container .author-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.mention-list-item .article-icon {
    width: 17px;
    height: 17px;
    position: absolute;
    z-index: 1;
    bottom: -5px;
    right: -3px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
}

.mention-list-item .article-icon svg {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.mention-list-item .column.headline {
    line-height: 61px;
    vertical-align: middle;
    display: table-cell;
    width: 80%;
    height: 60px;
    font-size: 14px;
    font-weight: 500;
    padding-right: 12px;
    cursor: pointer;
    color: #303030;
    position: relative;
}

/*.mention-list-item-container.read .column.headline {*/
/*    font-size: 14px;*/
/*	font-weight: 400;*/
/*	color: #505050;*/
/*} //dezactivare temporara read/unread */

.mention-list-item-container.read .mention-list-item .icon > svg path,
.mention-list-item-container.web.read .mention-list-item .icon > svg path {
    fill: #c0cfda !important;
}

/**
   5 Stars
 */
.mention-list-item .stars5 .star {
    color: #FF9800;
}

/**
   4 Stars
 */
.mention-list-item .stars4 .star:nth-child(1),
.mention-list-item .stars4 .star:nth-child(2),
.mention-list-item .stars4 .star:nth-child(3),
.mention-list-item .stars4 .star:nth-child(4) {
    color: #FF9800;
}

/**
   3 Stars
 */
.mention-list-item .stars3 .star:nth-child(1),
.mention-list-item .stars3 .star:nth-child(2),
.mention-list-item .stars3 .star:nth-child(3) {
    color: #FF9800;
}

/**
   2 Stars
 */
.mention-list-item .stars2 .star:nth-child(1),
.mention-list-item .stars2 .star:nth-child(2) {
    color: #FF9800;
}

/**
   1 Star
 */
.mention-list-item .stars1 .star:nth-child(1) {
    color: #FF9800;
}

.mention-list-item .review-source {
    height: 21px;
}

.mention-list-item .date {
    width: 64px;
    text-align: center;
    font-size: 11px;
    color: #757575;
    cursor: pointer;
    padding-right: 24px;
}

.mention-list-item-container.selected .mention-list-item {
    background-color: #E1EEFF;
}


.mention-list-item .headline .linked-icon {
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    height: 100%;
}

.mention-list-item .headline .linked-icon svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.mention-list-item .headline .linked-icon svg path {
    fill: #FECECE !important;
}

.mention-list-item .headline .headline-title {
    max-width: 90%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}


/** Expanded list item **/
/*.mention-list-item-expanded-container {
    overflow: hidden;
    box-shadow: 0 0 15px rgba(147, 167, 195, 0.85);
    background: white;
    max-height: 640px;
    border: solid 1px #fffefc;
    width: auto;
    min-width: 100%;
    position: relative;
    z-index: 2;
}

*//** Quick note: this is a hack **//*
.mention-list-item-expanded-container.hidden {
    max-height: 0 !important;
    border-color: #fffefc !important;
    border: none;
    margin: 0;
    padding: 0;
}*/
.warning-notification .notification-icon svg path {
    fill: #9B720D !important;
}

.mention-list-item-expanded {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.mention-list-item-expanded .row {
    clear: both;
}

.mention-list-item-expanded .column {
    width: 512px;
    display: block;
    margin: 0 auto;
    text-align: left;
}

.mention-list-item-expanded .header-container {
    height: 55px;
    line-height: 54px;
    border-bottom: solid 1px #e2e9f1;
    cursor: pointer;
    position: relative;
    background: #6955af;
}

.mention-list-item-expanded .footer-container {
    height: 55px;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;

    > div.column {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    &:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 48px);   /* subtract left + right gap */
        border-top: 1px solid #e2e9f1;
    }
}

.mention-list-item-expanded .header-container .is-important-icon {
    display: inline-block;
    vertical-align: top;
}

.mention-list-item-expanded .header-container .header {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 840px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mention-list-item-expanded .header-container .header svg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 22px;
}

.mention-list-item-expanded .header-container .article-icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    z-index: 1;
}

#social_mention .mention-list-item-expanded .header-container .article-icon,
#hashtag_tracker .mention-list-item-expanded .header-container .article-icon,
.quickresearch-element .mention-list-item-expanded .header-container .article-icon {
    display: none;
}

.mention-list-item-expanded .header-container > div:first-child {
    margin-left: 30px;
}

.mention-list-item-expanded .header-container .is-important-icon svg {
    width: 14px;
    display: block;
    margin-right: 6px;
}

.mention-list-item-expanded .header-container .is-important-icon svg path {
    fill: #fff !important;
}

.mention-list-item-expanded .header-container .article-icon svg {
    display: block;
    border: 1px solid #2d2d2d;
    border-radius: 2px;
}

.mention-list-item-expanded .header-container .article-icon svg path,
.mention-list-item-expanded .header-container .article-icon svg polygon {
    fill: #fff;
}

.mention-list-item-expanded .body-container {
    padding: 28px 0 0 0;
    background: inherit;
}

.mention-list-item-expanded .body-container .header {
    height: 50px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mention-list-item-expanded .body-container .header .author-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.mention-list-item-expanded .body-container .header .article-icon-container {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    flex-grow: 0;
}

.mention-list-item-expanded .body-container .header .article-title-container {
    padding-left: 14px;
    margin-right: auto;
}

.mention-list-item-expanded .body-container .header .article-icon {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mention-list-item-expanded .body-container .header .article-icon {
    background-color: var(--metalic-silver);
}

.mention-list-item-expanded .body-container .header .article-icon svg path,
.mention-list-item-expanded .body-container .header .article-icon svg polygon {
    fill: currentColor !important;
    color: #fff;
}


.mention-list-item-expanded .body-container .header .article-icon svg {
    display: block;
    width: 12px;
    height: 12px;
}


.mention-list-item-expanded .body-container .header .article-title {
    padding-top: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;

    a {
        text-decoration: none;
        padding: 0;
        margin: 0;
        font-size: inherit;
        font-weight: inherit;
        color: #2b2b45;

        &:has(span.blur) {
            pointer-events: none;
        }
    }

    &:has(a) {
        padding-top: 0;
    }
}

.mention-list-item-expanded .body-container .header .article-subtitle {
    color: var(--color-gray-slate);
    font-family: var(--default-font-family);
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 4px;
}

.mention-list-item-expanded .body-container .header .article-metrics-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 2px;
}

.mention-list-item-expanded .body-container .header .article-metrics-container .article-metric,
.mention-list-item-expanded .body-container .article-content .article-content-metrics .article-metric {
    display: flex;
    align-items: center;
}

.mention-list-item-expanded .body-container .header .article-metrics-container .article-metric {
    margin-right: 0;
}

.mention-list-item-expanded .body-container .article-content-metrics,
.mention-list-item-expanded .body-container .article-tags-element {
    display: flex;
    padding-top: 10px;
}

.mention-list-item-expanded .body-container .article-content-metrics:empty,
.mention-list-item-expanded .body-container .article-tags-element:has(> .tags-element:empty) {
    display: none;
}

.mention-list-item-expanded .body-container .header .article-metrics-container .article-metric .article-metric-count {
    margin-right: 4px;
}

.mention-list-item-expanded .body-container .article-metric {
    cursor: default;

    padding: 6px;
    margin: 0 12px;

    &:first-of-type {
        margin-left: 0;
    }

    &.clickable {
        cursor: pointer;
        &:hover {
            svg {
                color: var(--color-purple);
            }
            .article-metric-count {
                color: var(--color-purple);
            }
        }
    }

    &:hover {
        svg {
            color: var(--color-purple);
        }
        .article-metric-count,
        .article-metric-name {
            color: var(--color-purple);
        }
    }
}


.mention-list-item-expanded .body-container .article-footer .article-metric-name,
.mention-list-item-expanded .body-container .article-footer .article-metric-count {
    font-family: var(--default-font-family);
    font-size: 12px;
}

.mention-list-item-expanded .body-container .article-metric {
    margin-right: 18px;
}

.mention-list-item-expanded .body-container .article-metric {
    align-items: center;
    display: flex;
}

.mention-list-item-expanded .body-container .article-metric-icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    display: block;
}

.mention-list-item-expanded .body-container .article-metric-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}


.mention-list-item-expanded .body-container .header .article-metrics-container .article-metric:before {
    content: "•";
    position: relative;
    display: block;
    margin: 0 6px;
}

.mention-list-item-expanded .body-container .header .article-metrics-container .article-metric:after:last-of-type {
    display: none;
}

.mention-list-item-expanded .body-container .header .right .visited-container {
    margin-right: 10px;
    background: #e1f0e6;
    display: flex;
    align-items: center;
    color: #68B284;
    font-family: var(--default-font-family);
    font-size: 12px;
    border-radius: 5px;
    padding: 1px 7px 1px 4px;
}

.mention-list-item-expanded .body-container .header .right .visited-container:empty {
    display: none;
}

.mention-list-item-expanded .body-container .header .right .visited-container svg {
    width: 12px;
    height: 12px;
    margin-right: 3px;
}

.mention-list-item-expanded .body-container .header .right .visited-container svg polygon {
    fill: #68b284 !important;
}

.mention-list-item-expanded .body-container .article-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    padding: 15px 0 0 0;
    width: 100%;
}

.review .mention-list-item .article-icon,
.review .mention-list-item-expanded .body-container .header .article-icon,
.mention-list-item-expanded.review .body-container .header .article-icon {
    display: none;
}

span.highlight,
.mention-list-item-expanded .body-container .article-text span {
    /*background: #fffac0;*/
    font-weight: bold;
}

.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;
}

.mention-list-item-expanded .body-container .article-url:hover {
    background: #f3faff;
    border-color: #c4d2dc !important;
}

.mention-list-item-expanded .body-container .article-url:empty {
    display: none;
}

.mention-list-item-expanded .body-container .article-image {
    width: 100%;
    height: 252px;
    background-position: 50%;
    background-color: #e5e5e5;
    background-size: cover;
    border: solid 1px #e1e8ee;
    border-bottom: none !important;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
}

.mention-list-item-expanded .body-container .article-reply {
    margin-left: 20px;
    margin-top: 10px;
}

.mention-list-item-expanded .body-container .article-reply .article-reply-owner {
    color: #333;
    font-weight: bold;
}


.mention-list-item-expanded.no-image .body-container .article-image {
    display: none;
}

/** Web Expanded Mentions **/
.mention-list-item-expanded .article-footer {
    display: flex;
    align-items: center;
    height: 50px;
    padding-top: 1px;
    width: 100%;

}

.mention-list-item-expanded .article-footer .article-footer-left {
    display: flex;
    align-items: center;
    margin-right: auto;

    .article-footer-left-metrics {
        display: flex;
        align-items: center;
    }
}


.mention-list-item-expanded .article-footer .article-footer-right .base-select {
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    width: 85px;
    border: none;
    background: #f5f6f8;
    color: #A3A5BB;
    font-family: var(--default-font-family);
    font-size: 12px;
}

.mention-list-item-expanded .article-footer .article-footer-sentiment {
    border-right: solid 1px #dee6e9;
    margin-right: 20px;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}

.mention-list-item-expanded .article-footer .article-footer-sentiment:empty {
    display: none;
}

.mention-list-item-expanded .article-footer .article-footer-is-important {
    border-right: solid 1px #dee6e9;
    padding-right: 20px;
    margin-right: 20px;
    display: none;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}

.mention-list-item-expanded .article-footer .article-footer-is-important:empty {
    display: none;
}


.mention-list-item-expanded .article-footer .article-footer-is-important svg {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.mention-list-item-expanded.web .article-footer .article-metric.middle .count {
    padding: 0 20px 0 10px;
}

.mention-list-item-expanded.web.no-text .body-container .header {
    margin-bottom: 20px;
}

.mention-list-item-expanded.web.no-text .article-text {
    width: 100%;
    padding-left: 160px;
    font-size: 18px;
    height: 74px;
    color: #666;
}

.mention-list-item-expanded.web.no-text .article-text > div {
    width: 100%;
    height: 48px;
    overflow: hidden;
}

.mention-list-item-expanded.web.no-text .article-image {
    height: 75px;
    width: 140px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-right: solid 1px #e1e8ee;
}

.mention-list-item-expanded.web.no-text .article-url {
    border: none;
}

.mention-list-item-expanded.web.no-text.no-image .article-text {
    padding: 15px 20px;
}

.mention-list-item-expanded.web.no-text.no-image .article-image {
    display: none;
}

/** Twitter Expanded Mentions **/

.mention-list-item-expanded.twitter .article-title {
    max-width: 270px;
}

.mention-list-item-expanded.twitter .article-title a,
.mention-list-item-expanded.tiktok .article-title a {
    font-weight: 400;
    font-size: 13px;
}

.mention-list-item-expanded.twitter .article-footer {
    height: 60px;
    /*line-height: 50px;*/
}


.mention-list-item-expanded.twitter .article-footer .article-metric.clickable .icon svg path
.mention-list-item-expanded.facebook .article-footer .article-metric.clickable .icon svg path {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.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,
.mention-list-item-expanded.tiktok .article-footer .article-metric.clickable:hover .icon svg path,
.mention-list-item-expanded.twitch .article-footer .article-metric.clickable:hover .icon svg path {
    fill: rgb(101, 113, 121) !important;
}

.mention-list-item-expanded.twitter .article-footer .article-metric .count,
.mention-list-item-expanded.facebook .article-footer .article-metric .count,
.mention-list-item-expanded.tiktok .article-footer .article-metric .count {
    padding: 0 0 0 5px;
    font-weight: 500;
}


.mention-list-item-expanded.twitter .article-footer .article-metric .icon svg {
    height: 24px;
}

.mention-list-item-expanded .body-container .header .right {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mention-list-item-expanded.twitter .followers,
.mention-list-item-expanded.facebook .followers {
    cursor: pointer;
}

.mention-list-item-expanded.twitter .followers-count,
.mention-list-item-expanded.facebook .followers-count {
    position: relative;
    height: 18px;
    text-align: center;
    background: #fff;
    border: #8799a6 solid 1px;
    border-radius: 3px;
    line-height: 18px;
}

.mention-list-item-expanded.twitter .followers-count:hover,
.mention-list-item-expanded.facebook .followers-count:hover {
    text-decoration: underline;
}

.mention-list-item-expanded.twitter .followers-count span,
.mention-list-item-expanded.twitter .followers-count i,
.mention-list-item-expanded.facebook .followers-count span,
.mention-list-item-expanded.facebook .followers-count i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin: -4px 0 0 -4px;
    line-height: 0;
    border: 4px transparent solid;
    border-left: 0;
    border-right-color: #66757f;
}

.mention-list-item-expanded.twitter .followers-count i,
.mention-list-item-expanded.facebook .followers-count i {
    margin-left: -3px;
    border-right-color: #fff;
}

.mention-list-item-expanded.twitter .followers-count .count,
.mention-list-item-expanded.facebook .followers-count .count {
    font-size: 11px;
    padding: 0 5px;
    color: #292f33;
    white-space: nowrap;
}

.mention-list-item-expanded.twitter .blue-button {
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
}

.mention-list-item-expanded.twitter .follow:hover {
    background-color: #0c7abf;
}

.mention-list-item-expanded.twitter .blue-button div,
.mention-list-item-expanded.twitter .blue-button svg {
    display: inline-block;
    vertical-align: middle;
}

.mention-list-item-expanded.twitter .blue-button svg {
    width: 20px;
}

.mention-list-item-expanded.twitter .blue-button svg path {
    fill: #fff !important;
}

.mention-list-item-expanded.twitter .right .article-metric.follow,
.mention-list-item-expanded.facebook .right .article-metric.followers {
    display: inline-block;
    vertical-align: middle;
}

.mention-list-item-expanded.twitter .follow {
    background: #1B95E0;
    border-radius: 4px;
    display: inline-block;
    line-height: normal;
    padding: 0px 20px;
    margin-right: 10px;
    cursor: pointer;
}

.mention-list-item-expanded.twitter.expanded-blurred .article-title {
    pointer-events: none;
}

.mention-list-item-expanded.twitter.expanded-blurred .right {
    display: none;
}

/** Facebook Expanded Mentions **/
.mention-list-item-expanded.facebook .right .article-metric.like {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-right: 10px;
    line-height: normal;
}


.add-tag-button,
.overflow-button {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
}

.add-tag-button svg,
.overflow-button svg {
    width: 20px;
    height: 20px;
    display: block;
    vertical-align: middle;
}


/* FULL VIEW*/


.mention-list-container.full-view .mention-list-item-container {
    /*max-width: 720px;*/
    min-width: inherit;
    height: auto !important;
    background: #FFF;
    margin: 0 auto !important;
    margin-bottom: 17px !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    overflow: inherit !important;
}


.mention-list-container.full-view div:focus {
    outline: none;
}

.mention-list-container.full-view .mention-list-item-container:hover {
    box-shadow: var(--default-card-shadow);
}

.mention-list-container.full-view .mention-list-item {
    display: none !important;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded-container {
    border: 0px;
    border-radius: 18px;
    background-color: #FFFFFF;
    height: auto;
    position: relative;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-content {
    overflow: inherit;
}

.mention-list-container.full-view .mention-list-item-container.selected .mention-list-item-expanded-container {
    background-color: #E1EEFF !important;
}

.mention-list-container .mention-list-item-container .mention-list-item-expanded .column {
    width: 100%;
    padding: 0 20px;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .body-container {
    padding: 20px 0 0 0;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.mention-list-container .mention-list-item-expanded-container .mention-list-item-expanded.selected {
    background: rgb(239, 246, 255);
    border-color: #51a2ff;
}

.mention-list-container .mention-list-item-expanded-container .mention-list-item-expanded {
    border: 1px solid #ebe6e7;
}


.mention-list-container.full-view .mention-list-item-container.selected .mention-list-item-expanded-container .mention-list-item-expanded .header-container .header {
    display: none;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded-container .mention-list-item-expanded .body-container .header .article-title {
    color: #2b2b45;
    font-family: var(--default-font-family);
    font-size: 17px;
    font-weight: bold;
    &:hover {
        text-decoration: underline;
    }
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded-container .mention-list-item-expanded .article-title {
    max-width: 500px;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded-container .mention-list-item-expanded .article-title:empty {
    display: none;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .footer-container .tags-element {
    float: right;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded-container .mention-list-item-expanded .body-container .article-url {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
}


.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded-container .mention-list-item-expanded .sentiment-container .unlock-sentiment-container {
    margin-top: -5px;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded-container .mention-list-item-expanded .body-container .article-text {
    color: #525252;
    font-family: var(--default-font-family);
    font-size: 15px;
    word-wrap: break-word;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .close-button {
    display: none !important;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .body-container .header .article-subtitle a {
    color: inherit;

    &:has(span.blur) {
        pointer-events: none;
    }
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded.twitter .right .article-metric.follow,
.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded.facebook .right .article-metric.followers,
.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded.twitter .follow {
    display: none;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .header-container {
    display: none;
}

.mention-list-container .mention-list-item-container .mention-list-item-expanded .footer-container {
    position: relative;
    overflow: hidden;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;

    .footer-left-container {
        .base-button-element  {
            &.visit-button {
                padding: 8px 12px;
                border-radius: 8px;
                display: flex;
                align-items: center;
                gap: 4px;
                color: #1447e6;
                font-weight: 500;

                svg {
                    width: 16px;
                    height: 16px;
                    path {
                        fill: none !important;
                    }
                }
                &:hover {
                    background-color: #eff6ff;
                    svg {
                        path {
                            fill: currentColor;
                            color: #1447e6;
                        }
                    }
                }
            }
        }
    }
}

.mention-list-container .mention-list-item-container .mention-list-item-expanded .article-footer .article-footer-sentiment,
.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .footer-right-container .sentiment-container {
    display: none !important;
}

.mention-list-item-expanded .article-footer .article-metric.article-rating,
.mention-list-container.full-view .mention-list-item-container.review .mention-list-item-expanded .article-footer .article-rating {
    margin-left: 20px;
    color: #757575;
}

.mention-list-container .mention-list-item-container.review .mention-list-item-expanded .article-footer .respond-button,
.mention-list-container.full-view .mention-list-item-container.review .mention-list-item-expanded .article-footer .respond-button {
    float: right;
    margin-top: 15px;
}

.mention-list-container .mention-list-item-container.review .mention-list-item-expanded .article-footer .respond-button,
.mention-list-container.full-view .mention-list-item-container.review .mention-list-item-expanded .article-footer .respond-button {
    padding-right: 60px;
}


.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .article-footer .sentiment-container {
    display: block !important;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .article-footer .sentiment-container .sentiments-list ul li {
    display: inline-block;
}


.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .sentiment-container .sentiments-list {
    position: absolute;
    right: inherit !important;
    left: -160px !important;
    bottom: 24px !important;
    z-index: 99999 !important;
    width: 160px !important;
}


.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .footer-container .tags-element {
    text-align: right;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .footer-container .tags-element .tag-element {
    margin-left: 4px;
    margin-right: inherit;
}


.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .body-container .article-content-title {
    display: none;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .sentiment-container .sentiments-list.top:after {
    left: 155px !important;
    top: 22px !important;
    border-top: 1px solid #beccd6;
    border-right: 1px solid #beccd6;
    border-bottom: none !important;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .base-checkbox-element {

}


.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .article-footer .article-footer-is-important {
    display: inline-block !important;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .article-footer .article-footer-is-important:empty {
    /*display: none !important;*/
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .article-footer .article-footer-sentiment {
    display: inline-block !important;
}

.mention-list-container.full-view .mention-list-item-container.selected .mention-list-item-expanded-container .mention-list-item-expanded .base-checkbox-element {
    display: block !important;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .add-tag-button {

}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded.twitter .followers,
.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded.facebook .followers {
    display: none !important;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .footer-container .footer-right-container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .footer-container .footer-right-container .sentiment-container {
    /*display: none !important;*/
}

.mention-list-container.full-view .mention-list-item-container:hover .mention-list-item-expanded .base-checkbox-element {
    /*display: block !important;*/
}

.mention-list-container.full-view .mention-list-item-container:hover .mention-list-item-expanded .add-tag-button {
    /*display: block !important;*/
}

.mention-list-container.full-view .mention-list-item-container:hover .mention-list-item-expanded .footer-container .footer-right-container {
    /*display: flex !important;?*/
}


.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .body-container .article-image-container {
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .body-container .article-image-container.landscape {
    height: 400px;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .body-container .article-image-container .article-image {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    background-position: 50%;
    background-color: transparent;
    border: solid 1px #e1e8ee;
    border-bottom: none !important;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .body-container .article-image-container.landscape .article-image {
    background-size: contain;
    height: 400px;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .body-container .article-image-container .article-image-background {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-filter: blur(20px);
    filter: blur(20px) drop-shadow(8px 8px 10px gray);
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .body-container .article-image-container.landscape .article-image-background {
    height: 400px;
}


.mention-list-container.full-view .mention-list-item-container .important-button svg {
    padding-left: 2px;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .base-checkbox-element .base-checkbox-icon svg {
    width: 16px;
    height: 16px;
}

.mention-list-container.full-view .mention-list-item-container .bookmark-button svg path,
.mention-list-container.full-view .mention-list-item-container .important-button svg path,
.mention-list-container.full-view .mention-list-item-container .block-button svg path,
.mention-list-container.full-view .mention-list-item-container .unlinked-button svg path,
.mention-list-container.full-view .mention-list-item-container .delete-button svg path,
.mention-list-container.full-view .mention-list-item-container .delete-button svg path,
.mention-list-container.full-view .mention-list-item-container .add-tag-button svg path,
.mention-list-container.full-view .mention-list-item-container .overflow-button svg path {
    fill: currentColor !important;
}


.mention-list-container .mention-list-item-container .bookmark-button:hover svg path,
.mention-list-container.full-view .mention-list-item-container .bookmark-button:hover svg path,
.mention-list-container.full-view .mention-list-item-container .important-button:hover svg path,
.mention-list-container .mention-list-item-container .block-button:hover svg path,
.mention-list-container.full-view .mention-list-item-container .block-button:hover svg path,
.mention-list-container .mention-list-item-container .unlinked-button:hover svg path,
.mention-list-container.full-view .mention-list-item-container .unlinked-button:hover svg path,
.mention-list-container .mention-list-item-container .delete-button:hover svg path,
.mention-list-container.full-view .mention-list-item-container .delete-button:hover svg path,
.mention-list-container .mention-list-item-container .add-tag-button:hover svg path,
.mention-list-container.full-view .mention-list-item-container .add-tag-button:hover svg path,
.mention-list-container.full-view .mention-list-item-container .overflow-button:hover svg path {
    color: #7c5fe4;
}


.mention-list-container .bookmark-button.second-state {
    background: #f2eefc !important;
}


.mention-list-container .bookmark-button.second-state .base-toggle-button-label {
    color: #7d5ee4 !important;
}

.mention-list-container .bookmark-button.second-state .base-toggle-button-element svg path {
    fill: #7d5ee4 !important;
}


.mention-list-container .bookmark-button.second-state path,
.mention-list-container .important-button.second-state path {
    fill: var(--purple-fog);
!important;
}

.mention-list-container .important-button.second-state {
    background: #ecf1fe !important;
    border-radius: 50%;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded-container .mention-list-item-expanded {
    position: relative;
    border-radius: inherit;
}

.mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded-container .mention-list-item-expanded .header-container {
    border-bottom: 0;
    background: none;
}

.mention-list-container .mention-list-item-overlay-element {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF -3.81%, #D1D2FE 100%);
    width: 100%;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    color: #fff;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 63px;
    cursor: pointer;

    .notification-element {
        background: none;

        .notification-content {
            .notification-icon {
                padding: 0 4px;

                svg {
                    path {
                        fill: var(--mainly-blue) !important;
                    }
                }
            }

            .notification-text {
                color: var(--mainly-blue);
                padding-left: 0;
            }
        }
    }
}
.mention-list-item-container
.mention-list-item-expanded-container
.mention-list-item-expanded {

    /* ===========================
       Emotion chip
    ============================ */
    .emotion-chip {
        padding: 0 8px;
        height: 24px;
        border-radius: 11px;
        border: 1px solid;
        background: #f5f6f8;
        color: #A3A5BB;
        font-family: var(--default-font-family);
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;

        .emotion-chip-label {
            display: flex;
            align-items: center;
            font-size: 14px;
            font-family: var(--default-font-family);
            font-weight: 500;
        }

        .emotion-chip-icon {
            display: flex;
            align-items: center;

            svg {
                width: 14px;
                height: 14px;
                fill: none;
                stroke: currentColor;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
            }
        }
    }

    /* ===========================
       Sentiment select
    ============================ */
    .sentiment-container {
        .base-select-element.sentiment-select {

            /* ---- Base select styles ---- */
            .base-select {
                padding: 0;
                height: 24px;
                line-height: 24px;
                border-radius: 11px;
                width: 90px;
                background: #f5f6f8;
                color: #A3A5BB;
                font-family: var(--default-font-family);
                font-size: 12px;
            }

            .base-select-header {
                display: flex;
                align-items: center;
                font-size: 14px;
                font-family: var(--default-font-family);
                font-weight: 500;
            }

            .base-select-header .header-icon {
                position: relative;
                top: 0;
                right: 0;
                margin: 0 2px 0 4px;
            }

            .base-select-list-wrapper {
                border-color: inherit;
            }

            .base-select-list .item {
                line-height: 25px;
                font-size: 13px;
                padding-left: 12px;
                text-transform: lowercase;
            }

            /* ---- Unknown sentiment ---- */
            &.unknown-sentiment {
                .base-select {
                    background: #f5f6f8;
                }

                .base-select-header {
                    color: #A3A5BB;
                }

                .base-select-header svg path {
                    fill: #A3A5BB !important;
                }
            }

            /* ---- Negative sentiment ---- */
            &.negative-sentiment {
                .base-select {
                    background: #fdf2f8;
                    border-color: #fccee8;

                    &:hover {
                        border-color: #fda5d6;
                        background: #fce7f3;
                        box-shadow:
                            0 0 #0000,
                            0 0 #0000,
                            0 0 #0000,
                            0 0 #0000,
                            0 1px 3px 0 #0000001a,
                            0 1px 2px -1px #0000001a;
                    }
                }

                .base-select-header {
                    color: #e60076;
                }

                .base-select-header svg path {
                    fill: #f0468b !important;
                }
            }

            /* ---- Positive sentiment ---- */
            &.positive-sentiment {
                .base-select {
                    background: #f0fdf4;
                    border-color: #b9f8cf;

                    &:hover {
                        background: #dcfce7;
                        border-color: #7bf1a8;
                        box-shadow:
                            0 0 #0000,
                            0 0 #0000,
                            0 0 #0000,
                            0 0 #0000,
                            0 1px 3px 0 #0000001a,
                            0 1px 2px -1px #0000001a;
                    }
                }

                .base-select-header {
                    color: #00a63e;
                }

                .base-select-header svg path {
                    fill: #68B284 !important;
                }
            }

            /* ---- Neutral sentiment ---- */
            &.neutral-sentiment {
                .base-select {
                    background: #f5f6f8;
                    border-color: #A3A5BB;

                    &:hover {
                        box-shadow:
                            0 0 #0000,
                            0 0 #0000,
                            0 0 #0000,
                            0 0 #0000,
                            0 1px 3px 0 #0000001a,
                            0 1px 2px -1px #0000001a;
                    }
                }

                .base-select-header {
                    color: #A3A5BB;
                }

                .base-select-header svg path {
                    fill: #A3A5BB !important;
                }
            }
        }
    }
}


/* ----START MENTION LIST ITEM FOOTER BUTTONS ---- */
.mention-list-item-buttons-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.mention-list-item-buttons-container-left {
    margin-right: auto;
    display: flex;
    align-items: center;
}

.mention-list-item-buttons-container-right {
    display: flex;
    align-items: center;
    gap: 10px;

    > div {
        display: flex;
        align-items: center;
    }

    .base-button-element {
        display: flex;
        align-items: center;
    }

    .base-button-element,
    .base-toggle-button-label {
        color: var(--color-gray);
        font-family: var(--default-font-family);
        font-size: 14px;
        font-weight: 400;
    }

    .base-button-element,
    .base-toggle-button  {
        padding: 8px 12px;
        border-radius: 8px;
        &:hover {
            background: #f5f4f4;
            color: var(--color-purple);
            .base-toggle-button-label {
                color: var(--color-purple);
            }
        }
        svg {
            width: 14px;
            height: 14px;
            path {
                color: var(--metalic-silver);
                fill: currentColor;
            }
        }
    }

    .base-toggle-button .base-toggle-button-label,
    .base-button-element span {
        margin-left: 4px;
    }
}


.mention-list-item-buttons-container .mention-list-item-buttons-container-left .base-button-element {
    display: flex;
    align-items: center;
    padding: 0 8px;
}


.mention-list-item-buttons-container .mention-list-item-buttons-container-left > div {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.mention-list-item-buttons-container .mention-list-item-buttons-container-left .base-button-element,
.mention-list-item-buttons-container .mention-list-item-buttons-container-left .base-toggle-button .base-toggle-button-label {
    color: var(--metalic-silver);
    font-family: var(--default-font-family);
    font-size: 14px;
    font-weight: unset;
}


.mention-list-item-buttons-container .mention-list-item-buttons-container-left .base-button-element svg path,
.mention-list-item-buttons-container .mention-list-item-buttons-container-left .base-toggle-button svg path {
    color: var(--metalic-silver);
    fill: currentColor;
}

.mention-list-item-buttons-container .mention-list-item-buttons-container-left .base-button-element svg,
.mention-list-item-buttons-container .mention-list-item-buttons-container-left .base-toggle-button svg {
    width: 14px;
    height: 14px;
}

.mention-list-item-buttons-container .mention-list-item-buttons-container-left .base-toggle-button .base-toggle-button-label,
.mention-list-item-buttons-container .mention-list-item-buttons-container-left .base-button-element span {
    margin-left: 4px;
}

.mention-list-item-upgrade {
    width: 100%;
    height: 95px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(251, 236, 255, 1) 33%, rgba(233, 225, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
    color: var(--mainly-blue);
    font-size: 15px;
    font-weight: 500;

    .mention-list-item-upgrade-cta {
        background: #FFDC6C;
        border-radius: 15px;
        height: 29px;
        padding: 0 20px;
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
        color: #000;
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;

        img {
            margin-left: 20px;
        }
    }
}

/* ----END MENTION LIST ITEM FOOTER BUTTONS ---- */


.mention-list-item-container.removed-item {
    /*width: 500px;*/
    /*max-width: 500px;*/
    overflow: hidden;
    position: fixed;
    animation: removed-item-animation .5s ease-out;
}

/*cubic-bezier(.65,-0.02,.72,.29);*/

.mention-list-item-container.removed-item-last {
    /*width: 500px;*/
    /*max-width: 500px;*/
    overflow: hidden;
    position: relative;
    animation: removed-item-animation .5s ease-out;
}

/*cubic-bezier(.65,-0.02,.72,.29);*/


@keyframes removed-item-animation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .sentiment-container .sentiments-list {
        left: 40px !important;
    }

    .mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .sentiment-container .sentiments-list.top:after {
        left: -5px !important;
        top: 22px !important;
        border-bottom: 1px solid #beccd6 !important;
        border-left: 1px solid #beccd6 !important;
        border-top: none !important;
        border-right: none !important;
    }

    .mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .article-footer .sentiment-container .sentiments-list ul {
        width: 152px;
    }

    .mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .article-footer .sentiment-container .sentiments-list ul li {
        float: right;
    }

    .mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded-container .mention-list-item-expanded .article-title {
        max-width: 350px;
    }
}

@media only screen and (max-width: 1200px) {
    .mention-list-item-buttons-container .mention-list-item-buttons-container-left .base-toggle-button .base-toggle-button-label,
    .mention-list-item-buttons-container .mention-list-item-buttons-container-left .base-button-element span {
        display: none;
    }

    .mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .base-checkbox-element .base-checkbox-icon svg {
        width: 18px;
        height: 18px;
    }

    .mention-list-item-expanded .body-container .header {
        height: 90px;
    }

    .mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded-container .mention-list-item-expanded .article-title {
        max-width: 300px;
    }

    .mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .footer-container .footer-right-container .mention-list-item-buttons-container .mention-list-item-buttons-container-right{
        .base-button-element {
            span {
                display: none;
            }
        }
        .base-toggle-button {
            .base-toggle-button-label {
                display: none;
            }
        }
    }

    .mention-list-item-container .mention-list-item-expanded-container .mention-list-item-expanded {
        & .emotion-chip {
            .emotion-chip-label {
                display: none;
            }
        }
    }
}

@media only screen and (max-width: 1100px) {
    .mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded-container .mention-list-item-expanded .article-title {
        max-width: 200px;
    }

    #mentions_chart_container .metric-item {
        margin-right: 0;
        padding-right: 4px;
    }
}


@media only screen and (max-width: 769px) {


    .mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .body-container .header.column.ellipsis {
        width: 90% !important;
    }

    .mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded .body-container .header .article-subtitle a,
    .mention-list-container.full-view .mention-list-item-container .mention-list-item-expanded-container .mention-list-item-expanded .body-container .header .article-title {
        margin-left: 35px;
    }

}

