@import url("/css/common/grid.css");

/** Tag Input **/

.taginput {
    width: 500px;
    position: relative;
}

.taginput * {
    vertical-align: middle;
}

.taginput-selector,
.taginput-selected-items {
    display: table;
}

.taginput-selector > div,
.taginput-selected-item {
    display: table-cell;
}

.taginput-selector {
    border: solid 1px #aaa;
    border-radius: 3px;
    padding: 3px;
    background: #fff;
    min-width: 100%;
}

.taginput-selected-item {
    position: relative;
}

.taginput-selected-item .text {
    line-height: 24px;
    height: 24px;
    padding: 0 20px 0 5px;
    cursor: pointer;
    color: #fff;
    background: #39f;
    border-radius: 3px;
    margin-right: 5px;
    white-space: nowrap;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.taginput-selected-item .close {
    position: absolute;
    height: 24px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    right: 5px;
    top: 0;
    font-weight: bold;
}

.taginput-input-container {
    width: 100%;
}

.taginput-input-container input {
    height: 24px;
    border: none;
    line-height: 24px;
    vertical-align: middle;
    padding: 0 5px;
    outline: none;
    display: block;
    width: 100%;
}

.taginput-items-list {
    position: absolute;
    top: 100%;
    background: white;
    width: 100%;
}

.ajaxinput-result-item {
    padding: 0 10px;
    line-height: 30px;
    height: 31px;
    width: 100%;
    border-bottom: solid 1px #ccc;
    cursor: pointer;
}

.ajaxinput-result-item:hover {
    background: #f9f9f9;
}

.ajaxinput-result-item.highlight {
    background: #f3f3f3;
}

.ajaxinput-result-item img {
    display: inline-block;
    margin-right: 10px;
    max-height: 24px;
    max-width: 24px;
    border-radius: 50%;
    border: solid 1px #ddd;
}

/** Base Select **/
/*

.base-select {
    position: relative;
    padding: 0 30px;
    height: 40px;
    border: 1px solid #C7D3E0;
    border-radius: 3px;
    line-height: 40px;
    text-align: left;
    color: #555555;
    font-size: 14px
}

.base-select:hover,
.base-select:focus {
    background: #fff;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.base-select .base-select-list {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 5px 29px 3px rgba(30, 30, 30, 0.15);
    max-height: 204px;
    overflow: auto;
    z-index: 1;
}


.base-select:focus .base-select-list
{
    display: block;
}

.base-select.has-selected:focus .base-select-list {
    display: none;
}

.base-select .item {
    line-height: 34px;
    padding: 0 5px 0 15px;
    cursor: pointer;
}

.base-select .item.hover
{
    background: #f1f1f1;
}

.base-select .item.selected {
    background: #f59397;
    color: #fff;
    font-weight: 500;
}

.base-select .header-icon {
    width: 18px;
    height: 18px;
    top: 50%;
    right: 6px;
    position: absolute;
    margin-top: -9px;
}

.base-select:not(.has-selected):focus .header-icon svg {
    transform: rotate(180deg);
}
*/


/** Base Chart **/
.base-chart .header-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
    text-decoration: none;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    cursor: pointer;
}

.base-chart .header-close {
    top: 11px;
    width: 26px;
    height: 26px;
    vertical-align: bottom;
    text-align: center;
}

.base-chart .header-close:after {
    display: block;
    font-size: 28px;
    font-family: var(--default-font-family);
    content: "\D7";
    line-height: 28px;
    text-decoration: none;
    color: #999;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.base-chart .header-close:after {
    font-weight: 300;
    font-size: 33px;
    font-family: var(--default-font-family);
    line-height: 23px;
}


.base-chart {
    position: relative;
}


.base-chart .header {
    height: 44px;
    width: 100%;
    line-height: 44px;
    padding-left: 20px;
}

.base-chart .header-title {
    display: inline-block;
    padding-right: 20px;
    font-family: var(--default-font-family);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #555;
    line-height: 24px;
    vertical-align: middle;
    border-right: solid 1px #ccc;
    margin-right: 20px;
}


.base-chart .header-legend {
    display: inline-block;
}

.base-chart .header-disclaimer {
    display: inline-block;
    position: absolute;
    right: 100px;
    font-size: 12px;
    top: 0;
    color: #bbb;
    font-family: var(--default-font-family);
    font-weight: 400;
    font-style: italic;
    height: 44px;
    padding-top: 4px;
}

.base-chart .chart-legend-container {
    cursor: pointer;
    display: inline-block;
    padding-right: 15px;
}

.base-chart .chart-legend-container.disabled {
    opacity: 0.4;
}

.base-chart .chart-legend-label-color {
    width: 15px;
    background-color: rgba(0, 172, 237, 0.3);
    height: 7px;
    display: inline-block;
    float: left;
    margin-top: 20px;
}

.base-chart .chart-legend-label-text {
    padding-left: 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--default-font-family);
}


.bubble-chart {
    height: 70px;
    width: 100%;
    position: relative;
    background: url("/images/dash-background.png") repeat-x 0 29px;
}

.bubble-chart .bubble-container {
    display: inline-block;
    height: 46px;
    padding-top: 15px;
    position: relative;
}

.bubble-chart .bubble-container.last {
    position: absolute;
    width: auto !important;
    right: -14px;
    top: 0;
}

.bubble-chart .bubble-outer {
    margin-left: -14px;
    width: 28px;
    height: 28px;
}

.bubble-chart .bubble-inner {
    border: solid 2px #ccc;
    border-radius: 28px;
    min-width: 7px;
    min-height: 7px;
    background: white;
}

.bubble-chart .bubble-outer:hover .bubble-inner {
    border: solid 2px #666;
}

.bubble-chart .bubble-date {
    padding-top: 4px;
    font-family: var(--default-font-family);
    font-size: 11px;
    margin-left: -18px;
    color: #606060;
}


.sort-mentions-select .base-select {
    margin-right: 12px;
}

.sort-mentions-select,
.sort-mentions-select-label {
    display: inline-block;
    vertical-align: middle;
}

.sort-mentions-select-label {
    font-size: 12px;
    color: #9B9FA2;
    margin-right: 12px;
}

.sort-mentions-select,
.sort-mentions-select-label {
    display: inline-block;
    vertical-align: middle;
}

.sort-mentions-button {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.sort-mentions-button .base-toggle-button-element {
    line-height: normal;
}

.sort-mentions-button .base-toggle-button-label {
    width: 20px;
}

.sort-mentions-button.sort-asc svg g polygon:nth-child(1) {
    fill: #474747 !important;
}

.sort-mentions-button.sort-asc svg g polygon:nth-child(2) {
    fill: #C7C7C7 !important;
}

.sort-mentions-button.sort-desc svg polygon:nth-child(1) {
    fill: #C7C7C7 !important;
}

.sort-mentions-button.sort-desc svg polygon:nth-child(2) {
    fill: #474747 !important;
}

.no-results-placeholder {
    width: 830px;
    height: 364px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--default-font-family);
}

.no-results-placeholder.no-results-placeholder {
    width: 580px;
}

.no-results-placeholder .graphic-container,
.no-results-placeholder .top-graphic-container {
    width: 554px;
    margin: 0 auto;
}

.no-results-placeholder .graphic-container svg,
.no-results-placeholder .top-graphic-container svg {
    display: block;
    width: 100%;
}

.no-results-placeholder .graphic-container svg path,
.no-results-placeholder .top-graphic-container svg path {
    fill: #ced8e1;
}

.no-results-placeholder .graphic-container,
.no-results-placeholder .top-graphic-container {
    padding: 10px 0;
    text-align: center;
}

.no-results-placeholder .text-container {
    padding: 0 0 24px;
}

.no-mentions-placeholder.no-results-placeholder .text-container {
    padding: 40px 0 18px 0;
}

.no-results-placeholder .text-container h3 {
    color: #000;
    text-align: center;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
}

.no-results-placeholder .text-container h3.no-bold {
    font-weight: 400;
}

.no-results-placeholder .text-container h3 span {
    color: #6e52f0;
}

.no-results-placeholder .text-container > div {
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    line-height: 22px;
}

.no-results-placeholder .reset-filters {
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-mentions-placeholder.no-results-placeholder .text-container > div {
    width: 100%;
}

.no-mentions-placeholder.no-results-placeholder .text-container > em {
    font-style: normal;
    color: #68cc96;
    font-weight: 500;
}


.no-results-placeholder .buttons-container {
    text-align: center;
    font-family: var(--default-font-family);
}

/*.no-mentions-placeholder.no-results-placeholder .base-button-element {
    text-align: center;
    text-transform: uppercase;
    background-color: #4080ea;
    border-radius: 3px;
    width: 200px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 500;
}*/

.no-results-placeholder .no-results-button.base-button-element {
    font-family: var(--default-font-family);
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
    padding: 10px 24px;
    line-height: normal;
    border-radius: var(--primary-button-radius);
    background: #f94a73;
}

.no-results-placeholder .no-results-button.base-button-element:hover {
    background: #f01a4d;
}

.no-project-placeholder {
    background: #F6FAFD url("/images/common/mention_bubbles.png") 100% 0px no-repeat;
    position: absolute;
    top: 0px;
    background-size: contain;
    z-index: 2;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.no-project-placeholder .start-first-project.simple-button {
    padding: 16px 30px;
    text-transform: uppercase;
}

.no-project-placeholder > div:first-child {
    margin-top: 20vh;
    margin-left: 220px;
    display: inline-block;
    max-width: 800px;
}

.no-project-placeholder .title-container {
    font-weight: 400;
    font-size: 34px;
    color: #333333;
    font-family: var(--default-font-family);
}

.no-project-placeholder .subtitle-container {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
    font-family: var(--default-font-family);
}

.no-project-placeholder .text-container {
    font-weight: 300;
    color: #555555;
    line-height: 26px;
    font-size: 16px;
    padding: 30px 0px 40px 0px;
}

.no-project-placeholder .buttons-container {
    font-weight: 300;
    color: #555555;
    font-size: 16px;
}


/** All sentiment colors **/

.sentiments-list ul li:hover .menu-icon.positive-sentiment svg path,
.sentiments-list ul li.selected .menu-icon.positive-sentiment svg path,
.multiple-select-value-block-label-icon.positiveSentiment svg path,
.sentiment-icon.positive-sentiment svg path {
    fill: #6BBF19 !important;
}

.sentiments-list ul li:hover .menu-icon.negative-sentiment svg path,
.sentiments-list ul li.selected .menu-icon.negative-sentiment svg path,
.multiple-select-value-block-label-icon.negativeSentiment svg path,
.sentiment-icon.negative-sentiment svg path {
    fill: #FA7353 !important;
}

.sentiments-list ul li:hover .menu-icon.neutral-sentiment svg path,
.sentiments-list ul li.selected .menu-icon.neutral-sentiment svg path,
.multiple-select-value-block-label-icon.neutralSentiment svg path,
.sentiment-icon.neutral-sentiment svg path {
    fill: #F5B417 !important;
}

.sentiments-list ul li:hover .menu-icon.unknown-sentiment svg path,
.sentiments-list ul li.selected .menu-icon.unknown-sentiment svg path,
.multiple-select-value-block-label-icon.unknownSentiment svg path,
.sentiment-icon.unknown-sentiment svg path {
    fill: #71879F !important;
}

@media (max-height: 450px) {
    .no-results-placeholder {
        top: 20px;
        margin-top: 0;
    }
}

.viewmode-buttons-container .label-element,
.viewmode-buttons-container .buttons-element,
.viewmode-buttons-container .buttons-element li,
.sort-buttons-container .base-toggle-button,
.sort-buttons-container .label-element,
.sort-buttons-container .buttons-element,
.sort-buttons-container .buttons-separator {
    display: inline-block;
    vertical-align: middle;
}

.sort-buttons-container .sort-buttons-container .buttons-separator {
    vertical-align: middle;
}

.sort-buttons-container .base-toggle-button .base-toggle-button-element {
    float: right;
}

.sort-buttons-container .base-toggle-button .base-toggle-button-label {
    float: left;
    margin-right: 10px;
    color: #6e52f0;
}

.sort-buttons-container .base-toggle-button:after {
    content: '';
    clear: both;
}

.sort-buttons-container .base-toggle-button.first-state .base-toggle-button-label,
.sort-buttons-container .base-toggle-button.second-state .base-toggle-button-label {
    font-size: 14px;
    color: #6e52f0;
    font-weight: 500;
    padding-right: 2px;
}

.sort-buttons-container .base-toggle-button .base-toggle-button-label {
    font-size: 13px;
    margin: 0px;
    color: #6e52f0;
}

.sort-buttons-container .base-toggle-button .base-toggle-button-label:hover,
.sort-buttons-container .base-toggle-button.first-state .base-toggle-button-label:hover,
.sort-buttons-container .base-toggle-button.second-state .base-toggle-button-label:hover,
.sort-buttons-container .base-toggle-button .base-toggle-button-label:hover {
    color: #3b1ebd;
}

.sort-buttons-container .buttons-separator {
    width: 1px;
    height: 16px;
    background: #d2e0ea;
    margin: 0px 12px;
}

.viewmode-buttons-container .label-element,
.sort-buttons-container .label-element {
    font-size: 12px;
    margin-right: 12px;
    padding: 0px;
    color: #525373;
}

.sort-buttons-container .buttons-element .base-toggle-button.first-state .base-toggle-button-element svg path,
.sort-buttons-container .buttons-element .base-toggle-button.second-state .base-toggle-button-element svg path {
    fill: #6e52f0;
}

/** Save Segment Popup **/
.save-segment-popup {
    background: #fff;
}

.save-segment-popup .base-popup-header {
    height: 88px;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    border-bottom: solid 1px #eee;
}

.save-segment-popup .base-popup-title {
    border: none;
    font-size: 20px;
    padding-left: 10px;
    padding-top: 10px;
    height: 50px;
}

.save-segment-popup .base-popup-inner {
    padding: 40px 32px;
    background: #f7fcff;
}

.save-segment-popup .base-popup-inner .notification-element {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    border-radius: 0 !important;
    margin: 0;
}

.save-segment-popup .base-popup-inner .notification-element .notification-text {
    padding-top: 14px;
    padding-bottom: 14px;
}

.save-segment-popup .base-popup-inner .notification-element .notification-close-button {
    display: none;
}

.save-segment-popup .subtitle-container {
    font-size: 14px;
    color: #aaa;
    line-height: 20px;
    padding-left: 10px;
}

.save-segment-popup .radio-input-text-box {
    padding: 5px 0;
}

.save-segment-popup .base-radio-element:first-child {
    padding-bottom: 8px;
}

.save-segment-popup .base-radio-element label {
    line-height: 22px;
    cursor: pointer;
    height: auto;
    display: flex;
}

.save-segment-popup .base-radio-element label span span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #bcc9d2;
}

.save-segment-popup .base-radio-element input[type="radio"]:checked ~ label .base-radio-label span {
    color: #6ca5e5;
}

.save-segment-popup .base-radio-icon {
    padding: 3px 0;
    width: 14px;
}

.save-segment-popup .base-radio-icon svg {
    display: block;
}

.save-segment-popup .radio-input-text-box .base-input-text-label {
    display: none;
}

.save-segment-popup .radio-input-text-box .base-input-text-element {
    padding-left: 24px;
    padding-top: 2px;
}

.save-segment-popup .radio-input-text-box input[type=text] {
    width: 100%;
    height: 28px;
    line-height: 26px;
}

.save-segment-popup .base-popup-footer {
    text-align: right;
    border-top: solid 2px #eee;
    position: relative !important;
    bottom: auto !important;
}

.save-segment-popup .base-popup-footer .base-button-element {
    height: 34px;
    color: #fff;
    background: #7c5fe4;
    font-family: var(--default-font-family);
    font-size: 11px;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    padding: 0 40px;
    border-radius: var(--primary-button-radius);
}

.save-segment-popup .base-popup-footer .base-button-element svg {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
}

.save-segment-popup .base-popup-footer .base-button-element svg path {
    fill: #fff !important;
}

.save-segment-popup .base-popup-footer .base-button-element:hover {
    background: #6955af;
}


/*-----Block Mention Popup-----start*/
.block-mention-popup {
    width: 560px !important;
}

.block-mention-popup .base-popup-header {
    position: relative;
    height: auto;
    line-height: normal;
    padding: 30px;
}

.block-mention-popup .base-popup-inner {
    color: #7C7A8F;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.block-mention-popup .base-popup-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
}

.block-mention-popup .base-popup-header.has-subtitle {
    padding-bottom: 0;
}

.block-mention-popup .base-popup-footer .simple-text-button {
    margin-right: 14px;
}

/*-----Block Mention Popup-----end*/

/** PROFILE MENU **/
.profile-menu-wrapper {
    position: relative;
}

.profile-menu {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
    cursor: pointer;
}

.profile-menu .profile-menu-user-name-element {
    color: #FFFFFF;
    font-family: var(--default-font-family);
    font-size: 14px;
}

.profile-menu .profile-button {
    padding: 0px;
    font-family: var(--default-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    background: #673AB7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-button > div {
    background-size: cover !important;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* USER PROFILE */

.user-profile-menu {

    .user-profile-avatar-button {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #673AB7;
        overflow: hidden;
        color: #fff;
        padding: 0;
        font-family: var(--default-font-family);

        &.user-profile-avatar-popover-button {
            width: 40px;
            height: 40px;
        }

        .user-profile-avatar-icon {
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 100%;
        }

    }

    .user-profile-popover {
        position: absolute;
        top: 62px;
        right: 12px;
        border-radius: 5px;
        background: rgb(255, 255, 255);
        border: 1px solid #d7e1e8;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(165, 165, 165, 0.3);
        -moz-box-shadow: 0px 3px 6px 0px rgba(165, 165, 165, 0.3);
        box-shadow: 0px 3px 6px 0px rgba(165, 165, 165, 0.3);
        overflow: hidden;
        width: 200px;
        z-index: 10;
        padding: 10px;

        .user-profile-popover-header {
            display: flex;
            align-items: center;
            padding: 6px 0;
            gap: 10px;
        }

        .user-profile-popover-separator {
            height: 1px;
            background: var(--metalic-silver);
            margin: 2px 0;
        }


        .user-profile-menu-list {
            div {
                ul {
                    line-height: normal;

                    li {
                        a {
                            padding: 10px 16px 10px 10px;
                            cursor: pointer;
                            text-align: left;
                            font-size: 15px;
                            color: #555555;
                            font-weight: 400;
                            display: block;

                            .menu-icon {
                                width: 16px;
                                height: 16px;
                                margin-right: 10px;

                                img {
                                    width: 16px;
                                    height: 16px;
                                }

                                svg path {
                                    fill: currentColor !important;
                                    color: #555;
                                }
                            }
                        }

                        &:hover {
                            background-color: #F8F8F8;
                        }

                        span {
                            display: inline-block;
                            vertical-align: middle;
                        }
                    }

                }
            }
        }

        .user-profile-avatar-button {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #673AB7;
            overflow: hidden;
            color: #fff;
            padding: 0;

            .user-profile-avatar-icon {
                background-size: cover;
                background-position: center;
                width: 100%;
                height: 100%;
            }
        }
    }
}

/* Settings Container */

.settings-container {
    margin-bottom: 32px;
    outline: none;
}

.settings-container-header {
    margin-bottom: 16px;
}

.settings-container-content {
    padding: 32px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 2px 3px rgba(122, 102, 255, 0.2);
    border-radius: 18px;
    transition: box-shadow 1s ease-in-out;
}

.settings-container.subsection {
    .settings-container-title {
        font-size: 20px;
    }

    .settings-container-content {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        box-shadow: none;

        .social-accounts-section,
        .reviews-section,
        .sites-section,
        .feeds-section {
            min-height: auto !important;
        }


        .reviews-section .review-sources-element {
            padding-top: 0;

            .filters-list {
                padding-bottom: 10px;
            }
        }
    }

    &.exclusions {
        margin-bottom: 0;
    }

    &.social-accounts {
        margin-top: 10px;
        margin-bottom: 0;

        .settings-container-header {
            display: none;
        }
    }
}

.settings-container-title {
    color: var(--purple-fog);;
    font-size: 24px;
    padding: 0px;
    font-weight: 500;
    font-family: var(--default-font-family);
}

.settings-container-subtitle {
    font-family: var(--default-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    flex-direction: column;
    color: var(--purple-fog);
    margin-top: 5px;

    span {
        color: #363636;
        font-weight: 200;
    }
}

.settings-container-subtitle:empty {
    display: none;
}

.settings-container.selected-section .settings-container-content {
    /*box-shadow: 0 5px 7px rgba(122, 102, 255, 0.2);*/
    box-shadow: 10px 35px 25px rgba(122, 102, 255, 0.2);
}

.settings-container-title {
    color: var(--purple-fog);
    padding: 0;
    font-family: var(--default-font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.settings-container-footer {
    padding-top: 16px;
    gap: 10px;
}

.settings-container-footer .notification-element {
    margin-left: auto;
}

.settings-container .section-config-separator {
    width: 40%;
    height: 1px;
    background: #D8DFE5;
    margin-bottom: 16px;
}

.settings-container.no-background > .settings-container-content {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: none;
}

.settings-container .settings-container-content .settings-container-content-title {
    font-family: var(--default-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: var(--purple-fog);;
}

.settings-container .settings-container-content .settings-container-content-subtitle {
    font-family: var(--default-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #363636;
    padding: 10px 0;
}

.settings-container.no-content-data .settings-container-content {
    padding: 0;
    overflow: hidden;
}

.section-no-data-element {
    background-image: url("/images/account/reports/linear-background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 24px 32px;
    background: #F0E2FF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(122, 102, 255, 0.23);
    border-radius: 18px;

    .section-no-data-title-element {
        font-family: var(--default-font-family);
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        color: #363636;
    }

    .section-no-data-subtitle-element {
        font-family: var(--default-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        display: flex;
        align-items: center;
        color: #535473;
    }

    .section-no-data-icon-element {
        position: absolute;
        right: 34px;
    }
}


/*Phone Number Input*/
.phone-number-input-with-select .input-with-select {
    display: table;
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 34px;
    background-color: #f9f9f9;
    border: 1px solid #C7D3E0;
    border-radius: 3px;
    font-size: 14px;
    text-align: left;
}

.phone-number-input-with-select .input-with-select .phone-number-select {
    width: 90px;
}

.phone-number-input-with-select .input-with-select .phone-number-select .base-select {
    border: none;
    width: 100%;
    position: initial;
}

.phone-number-input-with-select .input-with-select .phone-number-select,
.phone-number-input-with-select .input-with-select .phone-number-input {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
}

.phone-number-input-with-select .input-with-select .phone-number-input .base-input-text-element {
    height: 100%;
}

.phone-number-input-with-select .input-with-select .phone-number-input .base-input-text-element .base-input-text-label {
    display: none;
}

.phone-number-input-with-select .input-with-select .phone-number-input .base-input-text-element .base-input-text {
    height: 100%;
    border: none;
    width: 100%;
}

.phone-number-input-with-select .input-with-select .item strong.flag,
.phone-number-input-with-select .input-with-select .base-select-header .flag {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 15px;
    background-size: cover;
    margin: 0px 12px 0px 0px;
}

.phone-number-input-with-select .input-with-select .base-select-header {
    line-height: 34px;
    position: relative;
    height: 100%;
}

.phone-number-input-with-select .input-with-select .base-select .base-select-list {
    width: 100%;
}

.phone-number-input-with-select .input-with-select .base-select .item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.phone-number-input-with-select .input-with-select.active {
    border-color: #7c5fe4;
    color: rgba(0, 0, 0, .8);
    box-shadow: none;
}

.phone-number-input-with-select .phone-number-label {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    display: block;
    margin-bottom: 10px;
}

/*Delete Project Popup*/
.delete-project-button {
    cursor: pointer;
    padding: 6px;
    color: #C8CBD3;
    font-size: 14px;
    font-weight: 300;
    margin: 15px 26px
}

/*Delete Popups*/


.cleanup-project-popup .base-popup-header {
    height: 0px;
}

.cleanup-project-popup .base-popup-inner,
.delete-project-popup .base-popup-inner,
.delete-social-account-popup .base-popup-inner,
.delete-tag-popup .base-popup-inner,
.delete-segment-popup .base-popup-inner,
.delete-report-popup .base-popup-inner,
.delete-mention-popup .base-popup-inner,
.delete-user-popup .base-popup-inner,
.text-popup .base-popup-inner {
    width: var(--default-popup-width-medium);
}

.cleanup-project-popup .base-popup-inner > div,
.delete-project-popup .base-popup-inner > div,
.delete-social-account-popup .base-popup-inner > div,
.delete-tag-popup .base-popup-inner > div,
.delete-segment-popup .base-popup-inner > div,
.delete-report-popup .base-popup-inner > div,
.delete-mention-popup .base-popup-inner > div,
.delete-user-popup .base-popup-inner > div,
.text-popup .base-popup-inner > div {
    padding: 24px 0 24px 0;
}

.cleanup-project-popup .delete-button,
.delete-project-popup .delete-button,
.delete-social-account-popup .delete-button,
.delete-tag-popup .delete-button,
.delete-segment-popup .delete-button,
.delete-report-popup .delete-button,
.delete-mention-popup .delete-button,
.delete-user-popup .delete-button,
.text-popup .delete-button {

}

.delete-warning-popup .popup-info {
    margin-top: 20px !important;
}

.delete-warning-popup .popup-alert {
    padding: 11px 0px !important;
}

.delete-warning-popup .cancel-button {
    margin-left: 0px !important;
}

.delete-warning-popup .base-popup-inner {
    padding-bottom: 60px !important;
}

.text-popup .simple-button {
    height: 34px;
    line-height: 34px;
}

.cleanup-project-popup .base-popup-footer,
.delete-project-popup .base-popup-footer,
.delete-social-account-popup .base-popup-footer,
.delete-tag-popup .base-popup-footer,
.delete-segment-popup .base-popup-footer,
.delete-report-popup .base-popup-footer,
.delete-mention-popup .base-popup-footer,
.delete-user-popup .base-popup-footer,
.text-popup .base-popup-footer {
    padding-left: 32px !important;
    height: 80px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cleanup-project-popup .popup-icon,
.delete-project-popup .popup-icon,
.delete-social-account-popup .popup-icon,
.delete-tag-popup .popup-icon,
.delete-segment-popup .popup-icon,
.delete-report-popup .popup-icon,
.delete-mention-popup .popup-icon,
.delete-user-popup .popup-icon,
.text-popup .popup-icon {
    display: none;
}

.cleanup-project-popup .popup-subtitle,
.delete-project-popup .popup-subtitle,
.delete-social-account-popup .popup-subtitle,
.delete-tag-popup .popup-subtitle,
.delete-segment-popup .popup-subtitle,
.delete-report-popup .popup-subtitle,
.delete-mention-popup .popup-subtitle,
.delete-user-popup .popup-subtitle,
.text-popup .popup-subtitle {
    color: #555555;
    font-size: 18px;
    font-weight: 500;
}

.cleanup-project-popup .popup-info,
.delete-project-popup .popup-info,
.delete-social-account-popup .popup-info,
.delete-tag-popup .popup-info,
.delete-segment-popup .popup-info,
.delete-report-popup .popup-info,
.delete-mention-popup .popup-info,
.delete-user-popup .popup-info,
.text-popup .popup-info {
    color: #7C7A8F;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 0px;
    overflow-x: hidden;
}

.cleanup-project-popup .popup-alert,
.delete-project-popup .popup-alert,
.delete-social-account-popup .popup-alert,
.delete-tag-popup .popup-alert,
.delete-segment-popup .popup-alert,
.delete-report-popup .popup-alert,
.delete-mention-popup .popup-alert,
.delete-user-popup .popup-alert,
.text-popup .popup-alert {
    color: #7C7A8F;
    font-size: 16px;
    font-weight: 300;
    padding: 22px 0px;
    overflow: hidden;
}

.text-popup .base-popup-footer:empty {
    display: none;
}

.cleanup-project-popup .popup-alert .popup-delete-mentions {
    color: #555;
    font-weight: bold;
}

.text-popup.invitation-sent-popup .popup-icon {
    display: inline-block;
}

.text-popup.invitation-sent-popup .popup-subtitle {
    margin-left: 4px;
    margin-bottom: 6px;
    display: inline-block;
}

.text-popup.invitation-sent-popup .popup-info span {
    font-weight: 500;
}

.text-popup.invitation-sent-popup .popup-icon svg {
    width: 20px;
}

.text-popup.invitation-sent-popup .popup-icon svg polygon {
    fill: #1fff61 !important;
}

/*Upgrade Account Popup*/
.upgrade-account-popup.base-popup {
    text-align: center;
    overflow: hidden;
    width: 550px !important;
    font-family: var(--default-font-family);
    background: linear-gradient(to top right, #FBFCFF 0%, #E3C7FF 100%) !important;
}

.upgrade-account-popup.base-popup .base-popup-header .base-popup-subtitle:empty {
    display: none;
}

.upgrade-account-popup.custom-plan-popup.base-popup .upgrade-account-popup-text {
    font-size: 16px;
    color: #304754;
    font-family: var(--default-font-family);
    font-weight: 500;
    line-height: 28px;
}

.upgrade-account-popup.custom-plan-popup.base-popup .base-popup-header {
    height: 100px;
    line-height: 100px;;
}

.upgrade-account-popup.custom-plan-popup.base-popup .upgrade-account-popup-top-element,
.upgrade-account-popup.custom-plan-popup.base-popup hr {
    display: none;
}

.upgrade-account-popup.base-popup .base-popup-inner {
    width: var(--default-popup-width-medium);
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

.upgrade-account-popup.base-popup .base-popup-inner .package-table .table-header {
    display: none;
}

.upgrade-account-popup.base-popup .base-popup-inner .package-table .table-body .body-row {
    border-bottom: none;
    height: 30px;
}

.upgrade-account-popup.base-popup .base-popup-inner .package-table .table-body .body-row .body-cell {
    font-size: 21px;
    color: #000;
    font-family: var(--default-font-family);
    font-weight: 400;
    padding-left: unset;
}

.upgrade-account-popup.base-popup .upgrade-account-popup-price-billing-billed-period-element {
    margin-left: 5px;
}

.upgrade-account-popup.base-popup .base-popup-inner .package-table .table-body .body-row:hover {
    background: none;
}

.upgrade-account-popup.base-popup .base-popup-footer {
    display: none;
}

.upgrade-account-popup.base-popup .upgrade-account-popup-button {
    width: max-content;
    margin: 0 auto;
    /*border-radius: var(--base-button-radius);*/
    /*background: var(--primary-button-background);*/
}

.upgrade-account-popup.base-popup .upgrade-account-popup-button a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: var(--default-font-family);
    font-size: 15px;
}

.upgrade-account-popup.base-popup .upgrade-account-popup-loading-element {
    padding: 20px 0;
}

.upgrade-account-popup.base-popup .upgrade-account-popup-loading-element svg {
    width: 40px;
    height: 40px;
}

.upgrade-account-popup.base-popup .upgrade-account-popup-loading-element div {
    font-size: 16px;
    color: #f94a73;
    font-family: var(--default-font-family);
    font-weight: 300;
}

.upgrade-account-popup .upgrade-account-popup-plan-name-element {
    font-family: var(--default-font-family);
    font-size: 32px;
    font-weight: 500;
    color: #55479D;
    margin-bottom: 8px;
}

.upgrade-account-popup .upgrade-account-popup-price-billed-period-element {
    font-family: var(--default-font-family);
    font-size: 14px;
    font-weight: 400;
    color: #7A66FF;
}

.upgrade-account-popup .upgrade-account-popup-price-value-element {
    font-family: var(--default-font-family);
    color: #7A66FF;
    font-size: 71px;
    font-weight: 700;
}

.upgrade-account-popup .upgrade-account-popup-price-currency-element {
    font-family: var(--default-font-family);
    font-size: 71px;
    font-weight: 100;
    color: #7A66FF;
    top: 0;
    margin-right: 5px;
}

.upgrade-account-popup .upgrade-account-popup-price-billing-period-element {
    font-family: var(--default-font-family);
    font-size: 28px;
    font-weight: 300;
    color: #7A66FF;
}

.upgrade-account-popup .upgrade-account-popup-keywords-element {
    font-family: var(--default-font-family);
    color: #000;
    font-size: 21px;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.upgrade-account-popup .upgrade-account-popup-button-element {
    padding: 25px 0;
}

.upgrade-account-popup hr {
    margin: 20px 0;
    width: 100%;
    border-width: 0;
    border-top: 1px solid #e1e1e1;
}

.upgrade-account-popup-social-icons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upgrade-account-popup-social-icons div {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 5px;
}

.upgrade-account-popup-social-icons .instagram-icon svg,
.upgrade-account-popup-social-icons .tiktok-icon svg path,
.upgrade-account-popup-social-icons .youtube-icon svg {
    width: 20px;
    fill: currentColor;
    color: rgb(122, 102, 255);
}

.upgrade-account-popup-text-included {
    font-size: 17px;
    color: #000;
    font-family: var(--default-font-family);
}

.upgrade-account-popup-text-advanced {
    margin-top: 30px;
    font-size: 17px;
    color: #7A66FF;
    font-family: var(--default-font-family);
}

.upgrade-account-popup-text-advanced span {
    padding: 0 10px;
}

.upgrade-account-popup-text-advanced > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.upgrade-your-plan,
.activate-your-plan {
    font-family: var(--default-font-family);
    color: #7c5fe4;
    /*font-weight: 700;*/
    font-size: 13px;
    font-style: normal;
    text-decoration: underline;
    cursor: pointer;
}

.overlay.change-plan {
    z-index: 1000;
}

.change-plan-popup.base-popup {
    z-index: 1001;
}

.change-plan-popup.base-popup .base-popup-title {
    font-weight: 500;
}

.change-plan-popup.base-popup .base-popup-subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 0px;
}


.change-plan-popup.base-popup .base-popup-inner {
    padding-left: 30px;
    padding-right: 30px;
}

.change-plan-popup.base-popup .base-popup-inner,
.change-plan-popup.base-popup .base-popup-header {
    width: var(--default-popup-width-medium);
}

.change-plan-popup.base-popup .base-popup-footer {
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.change-plan-popup.base-popup .base-popup-footer .cancel-button {
    margin-right: 20px;
}

.change-plan-popup.base-popup .base-popup-subtitle span,
.change-plan-popup.base-popup .base-popup-inner span:not(.base-checkbox-label) {
    font-weight: 700;
}

.inactive-plan-popup {
    text-align: center;
    overflow: hidden;
    width: 550px !important;
    /*height: 350px;*/
    background: linear-gradient(45deg, #FBFCFF, #E3C7FF);

    .base-popup-header {
        margin: unset;

        &.has-subtitle {
            padding: 50px 0 0 0;
        }

        .base-popup-title {
            font-size: 32px;
            color: #55479D;
            font-weight: 500;
            font-family: var(--default-font-family);
            padding-bottom: 15px;
        }

        .base-popup-subtitle {
            font-size: 18px;
            color: #000000;
            font-family: var(--default-font-family);
            font-weight: 300;
            line-height: 27px;
            padding: unset;

            a {
                font-weight: 500;
                color: #000000;
            }
        }
    }

    .base-popup-inner {
        padding-bottom: 50px;

        .bottom-text {
            font-size: 18px;
            color: var(--mainly-blue);
            font-family: var(--default-font-family);
            font-weight: 400;
            line-height: 32px;
            padding: 30px 0;
        }

        .instagram-icon {
            position: absolute;
            top: 0;
            right: 0;
        }

        .x-twitter-icon {
            position: absolute;
            top: 120px;
            right: 20px;
        }

        .globe-icon {
            position: absolute;
            bottom: 0;
            right: 20px;
        }
    }

    .base-popup-footer {
        display: none;
    }

    .select-your-plan-button {
        display: inline-block;
        color: #fff;
        text-decoration: none;
    }

    &.reactivate-trial-popup {
        .base-popup-inner {
            .select-your-plan-button {
                margin-top: 20px;
            }
        }
    }
}

/* Appsumo upgrade Popup*/
.upgrade-account-popup.appsumo-upgrade-popup.custom-plan-popup.base-popup .upgrade-account-popup-text {
    text-align: left;
    font-size: 18px;
}

.upgrade-account-popup.appsumo-upgrade-popup.custom-plan-popup.base-popup .base-popup-inner .bottom-text {
    font-size: 14px;
    font-weight: 700;
}

/* Request Offer Popup */

.request-offer-popup .base-popup-inner {
    padding: 10px 32px 120px 32px;
}

.request-offer-popup .base-popup-footer {
    padding-left: 32px !important;
    height: 80px;
    line-height: 80px;
}

.request-offer-popup .base-popup-inner .flex-row {
    margin-bottom: 16px;
    width: 100%;
}

.request-offer-popup .base-popup-inner .flex-row .base-input-text-element {
    flex: 1 1 50%;
    position: relative;
    align-items: flex-start;
}

.request-offer-popup .base-popup-inner .flex-row .base-input-text-element .base-input-text-label,
.request-offer-popup .base-popup-inner .flex-row .base-textarea-element .base-textarea-label,
.request-offer-popup .base-popup-inner .flex-column .slidebar-label-element {
    display: block;
    margin-bottom: 10px;
}

.request-offer-popup .base-popup-inner .flex-column .slidebar-label-element {
    font-size: 14px;
    padding-right: 10px;
    font-weight: 600;
    color: #777;
}

.request-offer-popup .base-popup-inner .flex-row .base-input-text-element:first-child {
    margin-right: 30px;
}

.request-offer-popup .base-popup-inner .flex-row .base-textarea-element,
.request-offer-popup .base-popup-inner .flex-row .base-textarea-element .base-textarea-input {
    width: 100%;
}

.request-offer-popup .base-popup-inner .flex-row .base-textarea-element .base-textarea-input {
    overflow: auto;
    resize: vertical;
    max-height: 200px;
}

.request-offer-popup .base-popup-inner .flex-row:last-child {
    margin-top: 50px;
}

.request-offer-popup .noUi-target {
    background: #e1e9f4;
    border: none
}

.request-offer-popup .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    outline: none;
}

.request-offer-popup .noUi-horizontal {
    height: 10px
}

.request-offer-popup .noUi-connect {
    background: #7c5fe4
}

.request-offer-popup .noUi-handle {
    border: 1px solid #7c5fe4;
    border-radius: 50%;
    background: #7c5fe4;
    cursor: pointer;
    box-shadow: none
}

.request-offer-popup .noUi-handle:after,
.request-offer-popup .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background: #fff;
    left: 7px;
    top: 4px
}

.request-offer-popup .noUi-handle:after {
    left: 10px
}

.request-offer-popup .noUi-horizontal .noUi-handle {
    right: -10px;
    left: auto
}

.request-offer-popup .noUi-marker {
    top: 7px;
    height: 9px;
    color: #e2eaf6
}

.request-offer-popup .noUi-value {
    line-height: 1;
    font-size: .675rem;
    top: 15px;
    color: #bec4ce
}

.request-offer-popup .noUi-tooltip {
    background: #7c5fe4;
    border: none;
    font-size: .675rem;
    color: #fff;
    padding: 2px 5px
}

.request-offer-popup .noUi-tooltip:after {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #7c5fe4
}

.request-offer-popup .noUi-horizontal .noUi-tooltip {
    bottom: -170%
}

.request-offer-popup .noUi-pips-horizontal {
    height: 50px
}

/* Request Specialist Popup */

.request-specialist-popup .base-popup-inner {
    padding: 10px 32px 0 32px;
    width: var(--default-popup-width-medium);
}

.request-specialist-popup .base-popup-footer {
    padding-left: 32px !important;
    display: flex;
    align-items: center;
}

.request-specialist-popup .base-popup-inner .flex-row {
    margin-bottom: 16px;
    width: 100%;
}

.request-specialist-popup .base-popup-inner .flex-row .base-input-text-element,
.request-specialist-popup .base-popup-inner .flex-row .base-select-element {
    flex: 1 1 50%;
    position: relative;
    align-items: flex-start;
}

.request-specialist-popup .base-popup-inner .flex-row .base-input-text-element .base-input-text-label,
.request-specialist-popup .base-popup-inner .flex-row .base-select-element .base-select-label,
.request-specialist-popup .base-popup-inner .flex-row .base-textarea-element .base-textarea-label,
.request-specialist-popup .base-popup-inner .flex-column .slidebar-label-element {
    display: block;
    margin-bottom: 10px;
}


.request-specialist-popup .base-popup-inner .flex-row .base-input-text-element .base-input-text,
.request-specialist-popup .base-popup-inner .flex-row .base-select-element .base-select {
    width: 100%;
    height: 40px;
}

.request-specialist-popup .base-popup-inner .flex-column .slidebar-label-element {
    font-size: 14px;
    padding-right: 10px;
    font-weight: 600;
    color: #777;
}

.request-specialist-popup .base-popup-inner .flex-row .base-input-text-element:first-child,
.request-specialist-popup .base-popup-inner .flex-row .base-select-element {
    margin-right: 30px;
}

.is-book-meeting {
    .base-popup-inner .flex-row .base-select-element {
        margin-right: 0;
    }

    .hint-text {
        font-size: 14px;
        margin-bottom: 20px;
        font-style: italic;
    }
}

.request-specialist-popup .base-popup-inner .flex-row .base-textarea-element,
.request-specialist-popup .base-popup-inner .flex-row .base-textarea-element .base-textarea-input {
    width: 100%;
}

.request-specialist-popup .base-popup-inner .flex-row .base-textarea-element .base-textarea-input {
    overflow: auto;
    resize: vertical;
    max-height: 200px;
    min-height: 75px;
    color: #000;
}

/* Add Mention Popup */

.add-mention-popup .base-popup-inner {
    width: var(--default-popup-width-small);
    padding: 10px 32px 0 32px;
}

.add-mention-popup .base-popup-footer {
    height: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
}

.add-mention-popup .base-popup-inner .flex-row {
    margin-bottom: 16px;
    width: 100%;
}

.add-mention-popup .base-popup-inner .flex-row.description {
    display: inline-block;
}

.add-mention-popup .base-popup-inner .flex-row .base-input-text-element,
.add-mention-popup .base-popup-inner .flex-row .base-select-element {
    flex: 1 1 50%;
    position: relative;
    align-items: flex-start;
}

.add-mention-popup .base-popup-inner .flex-row .base-input-text-element .base-input-text-label,
.add-mention-popup .base-popup-inner .flex-row .base-select-element .base-select-label,
.add-mention-popup .base-popup-inner .flex-row .base-textarea-element .base-textarea-label,
.add-mention-popup .base-popup-inner .flex-column .slidebar-label-element {
    display: block;
    margin-bottom: 10px;
}


.add-mention-popup .base-popup-inner .flex-row .base-select-element .base-select {
    width: 100%;
    height: 40px;
}

.add-mention-popup .base-popup-inner .flex-row .base-input-text-element .base-input-text {
    width: 100%;
}

.add-mention-popup .base-popup-inner .flex-column .slidebar-label-element {
    font-size: 14px;
    padding-right: 10px;
    font-weight: 600;
    color: #777;
}

.add-mention-popup .base-popup-inner .flex-row .base-input-text-element:first-child,
.add-mention-popup .base-popup-inner .flex-row .base-select-element {
    margin-right: 0;
}

.add-mention-popup .base-popup-inner .flex-row .base-textarea-element,
.add-mention-popup .base-popup-inner .flex-row .base-textarea-element .base-textarea-input {
    width: 100%;
}

.add-mention-popup .base-popup-inner .flex-row .base-textarea-element .base-textarea-input {
    overflow: auto;
    resize: vertical;
    max-height: 200px;
    min-height: 75px;
}

.add-mention-popup.base-popup .base-popup-header.has-subtitle {
    padding-bottom: 10px;
}

.add-mention-popup .base-popup-footer .base-submit-button {
    margin-left: 20px;
}

.add-mention-popup.base-popup .validate-file-container {
    display: none;
}


.add-mention-popup.base-popup .validate-file-container.show {
    display: block;
}

.add-mention-popup.base-popup .validate-file-container.show .validate-file-errors {
    color: #e82053;
}

.add-mention-popup.base-popup .success-message {
    color: #00aa12;
}

/* More data notice */
.more-data-notice {
    position: fixed;
    bottom: 150px;
    left: 52%;
    z-index: 3;
    padding: 15px 30px;
    border: 1px solid #6467A8;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0 rgba(91, 98, 129, 0.16);
    text-align: center;
    background: #ECF1FE;
    margin-right: 40px;
}

.more-data-notice .title-element {
    font-weight: bold;
    font-size: 32px;
    color: #6467A8;
}

.more-data-notice .subtitle-element {
    font-size: 22px;
    color: #333;
    padding: 12px 0;
}

.more-data-notice .base-button-element {
    padding: 12px 24px;
}

/* Extract Historical Data Button */
.request-historical-data.base-button-element .historical-ico svg {
    display: block;
    width: 16px;
    height: 16px;
}


/* Extract Historical Data Popup */
.extract-historical-data-popup.base-popup .base-popup-header,
.extract-historical-data-popup.base-popup .base-popup-inner {
    width: var(--default-popup-width-small);
}

.extract-historical-data-popup.base-popup .base-popup-footer {
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.extract-historical-data-popup.base-popup .base-popup-footer .base-submit-button {
    margin-left: 20px;
}

.more-mentions-popup {
    max-height: 220px;
}

.more-mentions-popup .popup-subtitle {
    margin-bottom: 10px;
}

.more-mentions-popup .base-popup-header {
    display: block !important;
}

.more-mentions-popup .base-popup-inner {
    line-height: 41px;
    text-align: center;
    margin-top: -20px;
}

.more-mentions-popup .base-submit-button {
    margin: 25px auto;
    text-align: center;
    width: 210px;
}

.more-mentions-popup .base-popup-footer {
    border-top: 0 !important;
    padding-left: 0 !important;
}

.calendar-widget-element-more-mentions-text {
    font-family: var(--default-font-family);
    font-size: 13px;
    font-style: italic;
    color: #304754;
    padding: 10px 0 14px 30px;
    cursor: pointer;
}

.morementions-upgrade .get-more-mentions-link,
.calendar-widget-element-more-mentions-text a {
    display: inline;
    font-size: 13px;
    font-style: italic;
    color: #6e52f0;
    font-weight: 500;
    padding-right: 2px;
    cursor: pointer;
    text-decoration: none;

}

.morementions-upgrade .get-more-mentions-link:hover,
.calendar-widget-element-more-mentions-text a:hover {
    color: #3b1ebd;
}

.morementions-upgrade {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-style: italic;
    color: #304754;
    margin-top: 0;
    margin-left: 18px;
    padding-bottom: 7px;
}

.calendar-element.show-daterange-picker .date-range-picker .ui-datepicker-group {
    padding: 0;
}

.morementions-upgrade .base-button-element {
    padding: 0;
}


.morementions-upgrade .get-more-mentions-text,
.morementions-upgrade .get-more-mentions-link {
    display: inline-block;
}

.video-player-popup .base-popup-inner > div {
    padding: 24px 16px 24px 20px;
}

.video-player-popup .base-popup-inner {
    padding-bottom: 0 !important;
}

.video-player-popup .base-popup-title {
    padding-top: 16px;
    text-align: center;
}

.video-player-popup .base-popup-footer {
    display: none;
}

.highcharts-exporting-group {
    display: none;
}

/* --- START Collect Data Preloader --- */
.collect-data-preloader {
    border-radius: 24px;
    background: linear-gradient(180deg, #ECE5FF 0.08%, #D2C2FF 100%);
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.collect-data-preloader .collect-data-preloader-text {
    font-family: var(--default-font-family);
    font-size: 13px;
    font-weight: 700;
    color: #535473;

    a {
        text-decoration: underline;
        cursor: pointer;
    }
}

.collect-data-preloader .collect-data-preloader-spinner {
    width: 24px;
    height: 24px;
    margin-left: 20px;
}

.collect-data-preloader .collect-data-preloader-spinner svg {
    display: block;
    width: 100%;
    height: 100%;
}

.collect-data-preloader .collect-data-preloader-spinner svg path {
    fill: currentColor !important;
    color: var(--mainly-blue);
}

.ai-analysis-popup {
    position: fixed !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: calc(100% - 40px) !important;

    .widget-content {
        padding: 0 !important;
    }

    .base-popup-title {
        color: var(--mainly-blue);
    }

    .close-popup-button {
        svg {
            width: 16px;
            height: 16px;

            path {
                opacity: 1 !important;
            }
        }
    }

    .base-popup-inner {
        width: 100% !important;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;

        .chart-element,
        .chart-container {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            overflow: hidden;
        }

        .chart-element:has(.widget-item-left):has(.widget-item-right) {
            align-items: flex-start;
        }

        .widget-item-left {
            flex: 0 0 25%;
            padding: 0 !important;
        }

        .widget-item-right {
            flex: 0 0 75%;
            padding: 0 !important;
        }

        .chart-element:has(.widget-chart):has(.widget-legend) {
            .widget-chart {
                flex: 0 0 50%;
            }

            .widget-legend {
                flex: 0 0 50%;
            }
        }

        .base-chart,
        .chart-container,
        .highcharts-container,
        svg {
            max-width: 100%;
            max-height: 30vh;
        }

        .highcharts-tooltip {
            display: none !important;
        }
    }

    .chart-element {
        padding: 0 20px 20px 20px;
        max-height: 30vh;
    }

    .description-element {
        background-color: #f8f7ff;
        padding: 20px;
        overflow: hidden auto;
        max-height: 50vh;

        h2, h3, h4 {
            font-size: 17px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        ul, li {
            list-style: disc;
        }

        ul {
            margin-bottom: 20px;
            padding-left: 25px;

            li {
                line-height: 1.5;
            }
        }
    }

    .table-element .body-row {
        height: 28px;
        border: none;
        cursor: pointer;
    }

    .table-label-left {
        text-align: left;
        padding-left: 19px;
        font-size: 14px;
        font-weight: 500;
        line-height: 15px;
        color: #535473;
    }

    .body-row:nth-child(odd),
    .body-row:nth-child(odd),
    .body-row:nth-child(odd),
    .body-row:nth-child(odd) {
        background-color: rgba(122, 102, 255, .1);
    }

    .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;
    }

    .table-element .body-row .context-label,
    .table-element .body-row .context-value,
    .table-element .body-row .hashtag-label,
    .table-element .body-row .hashtag-value,
    .table-element .body-row .source-label,
    .table-element .body-row .source-value,
    .table-element .body-row .language-label,
    .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;
    }

    .table-element .body-row:hover .context-label,
    .table-element .body-row:hover .context-value,
    .table-element .body-row:hover .hashtag-label,
    .table-element .body-row:hover .hashtag-value,
    .table-element .body-row:hover .source-label,
    .table-element .body-row:hover .source-value,
    .table-element .body-row:hover .language-label,
    .table-element .body-row:hover .language-value {
        color: var(--mainly-blue);
    }

    .table-element .body-row .context-value {
        font-family: var(--default-font-family);
        font-weight: 300;
        line-height: 15px;
    }

    .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;
    }

    .table-body .source-badge {
        height: 12px;
        width: 12px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 8px;
        position: relative;
        top: 2px;
    }

    .dashboard-locations-country {
        font-size: 14px;
        font-weight: 500;
        line-height: 15px;
        color: #535473;
        padding: 5px 0;
    }

    .dashboard-locations-country > div {
        cursor: pointer;
        display: inline-block;
    }

    .dashboard-locations-country span {
        font-weight: 300;
        color: #7C888A;
    }

    .dashboard-locations-country > div:hover,
    .dashboard-locations-country > div:hover span,
    .widget-legend-item:hover .item-name,
    .widget-legend-item:hover .item-value {
        color: #7A66FF;
    }

    .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;
    }

    .author-image-container {
        width: 27px;
        height: 27px;
        position: relative;
    }

    .author-image {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: cover;
        border-radius: 50%;
    }

    .item-top-title {
        color: #535473;
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
        padding-bottom: 2px;
    }

    .item-top-subtext {
        color: #7C888A;
        font-size: 12px;
        font-weight: 300;
        line-height: 15px;
    }

    .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%;
    }

    .author-source-icon.twitter {
        background: url("/images/dashboard/logo.twitter.svg") no-repeat center center transparent;
    }

    .author-source-icon.linkedin {
        background: url("/images/dashboard/logo.linkedin.svg") no-repeat center center #fff;
        background-size: 80%;
    }

    .author-source-icon.instagram {
        background: url("/images/dashboard/logo.instagram.svg") no-repeat center center transparent;
    }

    .author-source-icon.facebook {
        background: url("/images/dashboard/logo.facebook.svg") no-repeat center center transparent;
    }

    .author-source-icon.reddit {
        background: url("/images/dashboard/logo.reddit.svg") no-repeat center center transparent;
    }

    .author-source-icon.youtube {
        background: url("/images/dashboard/logo.youtube.svg") no-repeat center center transparent;
    }

    .author-source-icon.quora {
        background: url("/images/dashboard/logo.quora.svg") no-repeat center center transparent;
    }

    .author-source-icon.tiktok {
        background: url("/images/dashboard/logo.tiktok.svg") no-repeat center center #fff;
    }

    .author-source-icon.twitch {
        background: url("/images/dashboard/logo.twitch.svg") no-repeat center center transparent;
    }

    .author-source-icon.pinterest {
        background: url("/images/dashboard/logo.pinterest.svg") no-repeat center center #fff;
        background-size: 80%;
    }
}


/* --- END Collect Data Preloader --- */

.change-plan-popup-new,
.extract-full-data-popup {
    text-align: center;

    .base-popup-header {
        padding-bottom: 10px !important;
    }

    .base-popup-title {
        color: #000;
        font-size: 29px;

        strong {
            color: var(--mainly-blue);
        }
    }

    .base-popup-subtitle {
        color: var(--mainly-blue);
        font-size: 16px;
        font-weight: 600;
    }

    .base-popup-inner {
        padding-bottom: 20px !important;
    }

    .base-popup-footer {
        position: static !important;
        height: auto !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0 !important;
    }

    .cta-button {
        flex: 0 0 45%;
        border: 1px solid #ccc;
        border-radius: 9px;
        height: 76px;
        transition: all 0.5s ease;

        .cta-button-label {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            color: #535473;

            strong {
                display: block;
                font-size: 15px;
                font-weight: 600;
            }

            img {
                margin-bottom: 5px;
            }

            &.hover {
                display: none;
                font-weight: 200;
            }
        }

        &.primary {
            border: 1px solid #84A5FF;
            background: linear-gradient(180deg, #84A5FF 0.19%, #7A66FF 100%);
            color: #fff;

            .cta-button-label {
                color: #fff;
            }
        }

        &:hover {
            background: #535473;

            &.primary {
                background: linear-gradient(180deg, #84A5FF 0.19%, #7A66FF 100%);
            }

            .cta-button-label:not(.hover) {
                display: none;
            }

            .cta-button-label.hover {
                display: flex;
                color: #fff;
            }
        }
    }

    .strengths {
        text-align: left;
        padding: 0 65px;

        > div {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 10px;

            .icon {
                flex: 0 0 50px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }

        ul {
            padding-left: 20px;

            li {
                list-style: disc;
            }
        }
    }

    .hint {
        color: #A3A5BB;
        font-size: 14px;
        margin-bottom: 20px;
    }
}


@media only screen and (max-width: 720px) {
    .base-popup.upgrade-account-popup {
        width: 100%;
        margin-left: 0 !important;
        left: 0 !important;
        height: 100%;
        margin-top: 0 !important;
        top: 0;
        border-radius: inherit;
    }

    .upgrade-account-popup.base-popup .base-popup-inner {
        width: 90%;
    }

    .upgrade-account-popup.base-popup .base-popup-inner .package-table .table-body .body-row .body-cell {
        padding-left: 4px;
    }
}

@media only screen and (max-width: 510px) {
    .upgrade-account-popup.base-popup .base-popup-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 400px) {
    .upgrade-account-popup.base-popup .base-popup-inner .upgrade-account-popup-text {
        padding: 10px 0 14px 0;
    }

    .upgrade-account-popup.base-popup .base-popup-inner .price-text {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 360px) {
    .upgrade-account-popup.base-popup .base-popup-title {
        font-size: 18px;
    }

    .upgrade-account-popup.base-popup .base-popup-inner .upgrade-account-popup-text {
        padding: 10px 0 14px 0;
    }

    .upgrade-account-popup.base-popup .base-popup-inner .price-text {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .upgrade-account-popup.base-popup .base-popup-inner .upgrade-account-popup-text {
        font-size: 18px;
    }

    .upgrade-account-popup.base-popup .base-popup-inner .package-table .table-body .body-row .body-cell {
        font-size: 14px;
    }

    .upgrade-account-popup.base-popup .base-popup-inner .price-text {
        padding-top: 4px;
    }
}
