/* Mentions Preview Popup */
.mentions-preview-popup {
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 40px 0 rgba(0,0,0,0.1);
    width: var(--default-popup-width-large) !important;
}

.mentions-preview-popup.base-popup .base-popup-inner {
    width: var(--default-popup-width-large) !important;
}

.mentions-preview-popup.base-popup  .popup-preloader  {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.mentions-preview-popup .base-popup-header .download-csv-button {
    border-radius: 15px;
    border: none;
    padding: 2px 5px;
    color: var(--purple-fog);
    background: linear-gradient(0deg, rgba(245, 0, 74, 0.1) 0%, rgba(122, 102, 255, 0.1) 100%);
    font-family: var(--default-font-family);
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    margin-left: auto;
    margin-right: 14px;
    display: flex;
    align-items: center;
}

.mentions-preview-popup .base-popup-header .download-csv-button svg {
    width: 10px;
    height: 10px;
    margin-right: 3px;
}

.mentions-preview-popup .base-popup-header .download-csv-button svg path {
    fill: var(--medium-state-blue);
}


.mentions-preview-popup.base-popup .base-popup-footer .base-button-element.animate {
    border: none;
}

.mentions-preview-popup .base-popup-header .download-csv-button:hover {
    background: linear-gradient(0deg, rgba(245, 0, 74, 0.2) 0%, rgba(122, 102, 255, 0.2) 100%);
    color: #7A66FF;
}

.mentions-preview-popup.base-popup .base-popup-footer .base-button-element:hover {
    border-color: initial;
}

.mentions-preview-popup .base-popup-header .download-csv-button .menu-button-list {
    left: 0;
    width: 100%;
}

.mentions-preview-popup.base-popup .base-popup-subtitle span {
    margin-left: 8px;
    padding: 2px 6px;
    border-radius: 18px;
    background-color: rgba(122, 102, 255, 0.2);
    font-family: var(--default-font-family);
    font-size: 13px !important;
    font-weight: 400;
    color: #7A66FF;
}

.mentions-preview-popup  .popup-preloader  .popup-preloader-text {
    text-align: center;
}

.mentions-preview-popup.base-popup .base-popup-header {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 5px 10px -7px rgba(0,0,0,0.20);
    z-index: 2;
    display: flex;
    align-items: center;
}

.mentions-preview-popup.base-popup .base-popup-header .base-popup-title,
.mentions-preview-popup.base-popup .base-popup-subtitle {
    text-align: center;
    line-height: normal;
    color: #363636;
    font-family: var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 24px;
    top: unset !important;
}

.mentions-preview-popup.base-popup .base-popup-header .base-button-element.close-popup-button {
    position: relative;
    margin: 0;
    top: 0;
    right: 0;
    padding: 0;
    width: 27px;
    height: 27px;
    background: var(--lavender-mist);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mentions-preview-popup.base-popup .base-popup-header .base-button-element.close-popup-button svg {
    width: 12px;
    height: 12px;

}

.mentions-preview-popup.base-popup .base-popup-header .base-button-element.close-popup-button svg  path {
    fill: var(--medium-state-blue);
    opacity: 1 !important;
}

.mentions-preview-popup.base-popup .base-popup-inner {
    height: 650px;
    position: relative;
}

.mentions-preview-popup.base-popup .base-popup-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.mentions-preview-popup.base-popup .base-popup-footer:empty {
    display: none;
}

.mentions-preview-popup.base-popup .base-popup-footer > div {
    margin-right: 10px;
}

.mentions-preview-popup.base-popup .base-popup-footer .base-button-element {
    height: 40px;
    line-height: 40px;
    color: #304754;
}

.mentions-preview-popup.base-popup .base-popup-footer .simple-text-button {
    border-color: #C8C8C8;
    border-radius: 5px;
}

.mentions-preview-popup.base-popup .base-popup-footer .simple-text-button:hover {
    border-color: initial;
}

.mentions-preview-popup.base-popup .base-popup-footer .purple-button {
    padding: 14px 24px;
    margin-right: 12px;
    height: initial;
    line-height: normal;
}

.mentions-preview-popup.base-popup .mention-list-container {
    position: absolute;
    bottom: 10px;
    width: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    padding: 30px 40px 0;
    min-height: initial;
}


.mentions-preview-popup.base-popup .mention-list-item-expanded .body-container {
    padding: 14px 0 30px 0;
}

.mentions-preview-popup.base-popup .mention-list-item-expanded.review .body-container {
    padding: 14px 0 10px 0;
}

.mentions-preview-popup.base-popup .mention-list-container .mention-list-item-expanded {
    position: relative;
    outline: none;
    margin-bottom: 10px;
}

.mentions-preview-popup.base-popup .mention-list-container .mention-list-item-expanded .header-container {
    display: none;
}

.mentions-preview-popup.base-popup .mention-list-container .mention-list-item-expanded .column:has(.article-footer-left) {
    /*overflow: hidden;*/
}

/*.mentions-preview-popup.base-popup .mention-list-container  .mention-list-item-expanded .body-container .article-image:empty,*/
/*.mentions-preview-popup.base-popup .mention-list-container  .mention-list-item-expanded .body-container .article-image-background:empty,*/
/*.mentions-preview-popup.base-popup .mention-list-container  .mention-list-item-expanded .body-container .article-text:empty {*/
/*    display: none;*/
/*}*/

.mentions-preview-popup.base-popup .mention-list-container  .mention-list-item-expanded .header .right .base-checkbox-element {
    display: none;
}

.mentions-preview-popup.base-popup .popup-preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 4;
    border-radius: inherit;
}

.mentions-preview-popup.base-popup .popup-preloader .infinite-preloader {
    border-top-color: rgba(255, 255, 255, 0.8);
    border-bottom-color: #ee1e4f;
    border-left-color: rgba(255, 255, 255, 0.8);
    border-right-color: #ee1e4f;
    position: relative;
    top: initial;
    left: initial;
    margin-top: 14px;
}

.mentions-preview-popup.base-popup .popup-preloader .popup-preloader-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-style: italic;
    height: 100%;
}

.mentions-preview-popup.base-popup .base-popup-inner .mention-list-item-expanded.review .body-container .article-footer{
    display: block;
    border-bottom: solid 1px #e1e8ed;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}


.mentions-preview-popup.base-popup .base-popup-inner .mention-list-item-expanded.review:last-child .body-container .article-footer{
    border-bottom: 0;
}

.mentions-preview-popup.base-popup .base-popup-inner .mention-list-item-expanded.review .article-footer .article-metric{
    margin-right: 20px;
}

.mentions-preview-popup.base-popup .base-popup-inner .mention-list-item-expanded.review .article-footer .respond-button{
    display: none;
}

.mentions-preview-popup.base-popup .base-popup-inner .mention-list-item-expanded.review .article-footer .article-metric .icon img{
    height: 20px;
    display: inline-block;
    line-height: 20px;
}

.mentions-preview-popup.base-popup .base-popup-inner .mention-list-container .export-data-notice {
    padding: 16px 0;
    font-weight: 500;
}

.mentions-preview-popup.base-popup .base-popup-inner .mention-list-container .more-data-notice {
    position: sticky;
    bottom: 10px;
    left: 28%;
    margin-left: 40px;
    margin-right: 40px;
}

.mentions-preview-popup.base-popup .base-popup-inner .mention-list-container .more-data-notice .title-element {
    font-weight: bold;
    font-size: 24px;
    color: #6467A8;
}

.mentions-preview-popup.base-popup .base-popup-inner .mention-list-container .more-data-notice .subtitle-element {
    font-size: 19px;
    color: #333;
    padding: 12px 0;
}

.mentions-preview-popup .footer-container .footer-right-container .base-checkbox-element {
    display: none;
}

body.shared-dashboard .mentions-preview-popup.base-popup .base-popup-inner .mention-list-container .mention-list-item-container .mention-list-item-expanded .body-container .header .right,
body.shared-dashboard .mentions-preview-popup.base-popup .base-popup-inner .mention-list-container .mention-list-item-container .mention-list-item-expanded .footer-container {
     display: none;
}


@media only screen and (max-width: 1200px) {
    .mentions-preview-popup {
       width: var(--default-popup-width) !important;
    }
}


@media screen and (max-width: 720px), (max-height: 630px) {
    .mentions-preview-popup {
        margin: 0 !important;
        left: 0 !important;
        top: 0 !important;
        width: 100vw !important;
        height: 100vh;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        transform: none;
    }

    .mentions-preview-popup .close-popup-button {
        right: 20px;
    }

    .mentions-preview-popup.base-popup .base-popup-inner {
        margin-bottom: 0;
        flex: 1;
    }

    .mentions-preview-popup.base-popup .mention-list-container .mention-list-item-expanded .column {
        width: 100%;
    }

    .mentions-preview-popup .base-popup-header .download-csv-button .menu-button-list {
        bottom: 100%;
        top: initial;
    }
}