body {
    color: #222;
    font-family: var(--flux-font-family-base);
    margin: 0;
    background-color: #fafafa;
    /* Prevent layout shifts from scrollbars appearing/disappearing */
    scrollbar-gutter: stable;
}

.add-insight {
    margin-top: 15px;
    border: 1px dotted lightgray;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.analysis-component {
    width: 100%;
    height: 100%;
    position: relative;
}

#gridCont {
    padding-bottom: 300px;
}

#gridCont .grid-stack-item-content {
    overflow-x: unset;
    overflow-y: unset;
}

.grid-stack-disabled {
    background: #fafafa !important;
}

.grid-content {
    height: 100%;
    width: 100%;
}

.top-articles-card {
    width: unset;
}

#app-drawer {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hide {
    display: none;
}

.drag-handle {
    display: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    justify-content: center;
    width: 84px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.83) 75%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    z-index: 17;
}

.drag-handle-disable {
    display: none;
}

.drag-handle-icon {
    color: var(--flux-color-aqua);
    transform: rotate(90deg);
}

.analysis-component:hover .drag-handle {
    display: flex;
    cursor: grab;
}

/* COMPONENT THEMING ------------------------------------------------------- */

/* Snackbar needs to be position fixed due to
   z-index issues with nav */
flux-snackbar {
    display: block;
    position: fixed;
    z-index: 1000;
}

.cta {
    display: flex;
    justify-content: center;
    padding: 52px;
}

.cta-disabled {
    display: none;
}

ua-custom-text-config-panel {
    height: 100%;
}

ua-custom-image-config-panel {
    height: 100%;
}

ua-custom-top-articles-config-panel {
    height: 100%;
}

ua-custom-top-articles-curation-panel {
    height: 100%;
}

.gs-24 > .grid-stack-item {
    width: 4.167%;
}
.gs-24 > .grid-stack-item[gs-x="1"] {
    left: 4.167%;
}
.gs-24 > .grid-stack-item[gs-w="2"] {
    width: 8.333%;
}
.gs-24 > .grid-stack-item[gs-x="2"] {
    left: 8.333%;
}
.gs-24 > .grid-stack-item[gs-w="3"] {
    width: 12.5%;
}
.gs-24 > .grid-stack-item[gs-x="3"] {
    left: 12.5%;
}
.gs-24 > .grid-stack-item[gs-w="4"] {
    width: 16.667%;
}
.gs-24 > .grid-stack-item[gs-x="4"] {
    left: 16.667%;
}
.gs-24 > .grid-stack-item[gs-w="5"] {
    width: 20.833%;
}
.gs-24 > .grid-stack-item[gs-x="5"] {
    left: 20.833%;
}
.gs-24 > .grid-stack-item[gs-w="6"] {
    width: 25%;
}
.gs-24 > .grid-stack-item[gs-x="6"] {
    left: 25%;
}
.gs-24 > .grid-stack-item[gs-w="7"] {
    width: 29.167%;
}
.gs-24 > .grid-stack-item[gs-x="7"] {
    left: 29.167%;
}
.gs-24 > .grid-stack-item[gs-w="8"] {
    width: 33.333%;
}
.gs-24 > .grid-stack-item[gs-x="8"] {
    left: 33.333%;
}
.gs-24 > .grid-stack-item[gs-w="9"] {
    width: 37.5%;
}
.gs-24 > .grid-stack-item[gs-x="9"] {
    left: 37.5%;
}
.gs-24 > .grid-stack-item[gs-w="10"] {
    width: 41.667%;
}
.gs-24 > .grid-stack-item[gs-x="10"] {
    left: 41.667%;
}
.gs-24 > .grid-stack-item[gs-w="11"] {
    width: 45.833%;
}
.gs-24 > .grid-stack-item[gs-x="11"] {
    left: 45.833%;
}
.gs-24 > .grid-stack-item[gs-w="12"] {
    width: 50%;
}
.gs-24 > .grid-stack-item[gs-x="12"] {
    left: 50%;
}
.gs-24 > .grid-stack-item[gs-w="13"] {
    width: 54.167%;
}
.gs-24 > .grid-stack-item[gs-x="13"] {
    left: 54.167%;
}
.gs-24 > .grid-stack-item[gs-w="14"] {
    width: 58.333%;
}
.gs-24 > .grid-stack-item[gs-x="14"] {
    left: 58.333%;
}
.gs-24 > .grid-stack-item[gs-w="15"] {
    width: 62.5%;
}
.gs-24 > .grid-stack-item[gs-x="15"] {
    left: 62.5%;
}
.gs-24 > .grid-stack-item[gs-w="16"] {
    width: 66.667%;
}
.gs-24 > .grid-stack-item[gs-x="16"] {
    left: 66.667%;
}
.gs-24 > .grid-stack-item[gs-w="17"] {
    width: 70.833%;
}
.gs-24 > .grid-stack-item[gs-x="17"] {
    left: 70.833%;
}
.gs-24 > .grid-stack-item[gs-w="18"] {
    width: 75%;
}
.gs-24 > .grid-stack-item[gs-x="18"] {
    left: 75%;
}
.gs-24 > .grid-stack-item[gs-w="19"] {
    width: 79.167%;
}
.gs-24 > .grid-stack-item[gs-x="19"] {
    left: 79.167%;
}
.gs-24 > .grid-stack-item[gs-w="20"] {
    width: 83.333%;
}
.gs-24 > .grid-stack-item[gs-x="20"] {
    left: 83.333%;
}
.gs-24 > .grid-stack-item[gs-w="21"] {
    width: 87.5%;
}
.gs-24 > .grid-stack-item[gs-x="21"] {
    left: 87.5%;
}
.gs-24 > .grid-stack-item[gs-w="22"] {
    width: 91.667%;
}
.gs-24 > .grid-stack-item[gs-x="22"] {
    left: 91.667%;
}
.gs-24 > .grid-stack-item[gs-w="23"] {
    width: 95.833%;
}
.gs-24 > .grid-stack-item[gs-x="23"] {
    left: 95.833%;
}
.gs-24 > .grid-stack-item[gs-w="24"] {
    width: 100%;
}
.top-articles-test {
    font-weight: var(--flux-font-weight-bold, 700);
    font-size: var(--flux-font-size-lg, 16px);
    border: 1px solid var(--flux-color-gray-800);
}

.top-articles-card {
    width: 100%;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    border-radius: 4px;
    border: solid 1px var(--flux-color-gray-300);
    box-shadow: var(--flux-shadow-1);
    background-color: var(--flux-color-white);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* Height is controlled via inline styles in the component */
    /* Ensure consistent scrollbar behavior */
    scrollbar-gutter: stable;
}

.top-articles-card-presentation-view {
    overflow-y: auto;
    box-sizing: border-box;
    /* Ensure stable scrollbar space */
    scrollbar-gutter: stable;
}


.top-articles-grid-container {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-rows: 450px;
    grid-gap: 12px 16px;
    /* Prevent layout shifts during content updates */
    contain: layout style;
}

.top-articles-grid-container-presentation-view {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-rows: 420px;
    grid-gap: 12px 16px;
    /* Prevent layout shifts during content updates */
    contain: layout style;
}

.top-articles-grid-container-compact-with-match-sentences {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-rows: 225px;
    grid-gap: 12px 16px;
    /* Prevent layout shifts during content updates */
    contain: layout style;
}

.top-articles-grid-container-compact{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-rows: 150px;
    grid-gap: 12px 16px;
    /* Prevent layout shifts during content updates */
    contain: layout style;
}

.top-articles-article-card {
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0px 1px var(--flux-color-gray-700);
    border-radius: 4px;
    border: 1px solid var(--flux-color-gray-300);
}

.top-articles-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: var(--flux-color-gray-700);
    line-height: 18px;
}

.top-articles-subtitle-duplicate-warning {
    visibility: hidden;
}

.top-articles-card:hover .top-articles-subtitle-duplicate-warning {
    visibility: visible;
}

.top-articles-loader {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 0 16px;
}

.media-container {
    background-image: url('https://app.meltwater.com/flux/image/https%3A%2F%2Fassets.meltwater.io%2Fflux-illustrations%2Flatest%2Fspot%2Fgeneral%2Fsvg%2Fcard_image_placeholder_aqua.svg');
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 50%;
    min-height: 50%;
    overflow-y: hidden;
    flex: 1 1 auto;
    position: relative;
}

.media-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.media-container-icon-for-avatar {
    font-size: 72px;
}

.remove-article-button {
    position: absolute;
    z-index: 2;
    visibility: hidden;
    height: 36px;
    width: 36px;
    box-shadow: var(--flux-shadow-2);
    border-radius: 36px;
    top: 0;
    right: 0;
    margin: 12px 12px 0px 0px;
    background-color: var(--flux-color-white);
}

.top-articles-article-card:hover .remove-article-button {
    visibility: visible;
}

.content-container {
    position: relative;
    height: 100%;
    padding: var(--flux-spacing-2);
    min-width: 0px;
    border-top: 1px solid var(--flux-color-gray-300);
    overflow: hidden;
    text-decoration: none;
}

.content-header {
    display: flex;
    gap: 8px;
    align-items: center;
    min-width: 0px;
    height: 40px;
}

.metadata {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0px;
}

.metadata-header {
    color: var(--flux-color-gray-800);
    display: flex;
    gap: 4px;
    text-overflow: ellipsis;
    min-width: 0px;
}

.metadata-header-no-source {
    color: var(--flux-color-gray-800);
    display: flex;
    text-overflow: ellipsis;
    min-width: 0px;
}

.metadata-footer {
    color: var(--flux-color-gray-700);
    display: flex;
    gap: 4px;
}

#author {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0px;
}

.country {
    white-space: nowrap;
}

.date-time-wrapper {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media-type {
    color: var(--flux-color-aqua);
    font-weight: 700;
}

.country {
    text-transform: uppercase;
}

flux-date-time {
    display: inline;
}

.content-title {
    padding: 8px 0 4px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content-title > a {
    color: var(--flux-color-gray-800);
    text-decoration: none;
}

.content-title > a:hover {
    text-decoration: underline;
}

.content-body {
    font-size: 12px;
    line-height: 1.25em;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--flux-color-gray-800);
}

em {
    color: var(--flux-color-purple);
    font-size: 14px;
    font-weight: 700;
}

label {
    cursor: default;
}

.top-articles-card:hover .top-articles-actions-container {
    display: flex;
    align-items: center;
}

.pick-top-articles-dropdown {
    padding-right: var(--flux-spacing-3);
}

.top-articles-card:hover .top-articles-header {
    background: rgba(255, 255, 255, 0.754);
}

.top-articles-card:hover .top-articles-footer {
    background: rgba(255, 255, 255, 0.754);
}

.top-articles-actions-container {
    display: none;
}

#edit-insight {
    padding-left: var(--flux-spacing-3);
}

.top-articles-insight-title-wrapper {
    overflow: hidden;
    flex: 1;
}

.top-articles-insight-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: var(--flux-font-weight-bold, 700);
    font-size: var(--flux-font-size-lg, 16px);
    margin: 4px 0;
    overflow: hidden;
    font-family: var(--flux-font-family-base, 'sans-serif');
}

.top-articles-insight-name-data-container {
    overflow: hidden;
    flex: 1;
}

.top-articles-drag-enabled:hover {
    cursor: grab;
}

.top-articles-header {
    padding: var(--flux-spacing-3);
    display: flex;
    justify-content: space-between;
    height: 48px;
}

.top-articles-card-header-container {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.top-articles-footer {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    font-family: var(--flux-font-family-base, "sans-serif");
}

.top-articles-subheader {
    align-items: center;
    display: flex;
    color: var(--flux-color-gray-700);
    height: 19px;
}

.top-articles-body {
    height: calc(100% - 48px);
    padding: var(--flux-spacing-3);
    padding-bottom: 48px;
    overflow-y: auto;
    /* Force scrollbar space to be reserved to prevent layout shifts */
    scrollbar-gutter: stable;
    /* Smooth scrolling for better UX */
    scroll-behavior: smooth;
    /* Fallback for browsers that don't support scrollbar-gutter */
    /* Always show scrollbar to prevent layout shift */
    overflow-y: scroll;
    box-sizing: border-box;
}

/* For browsers that support scrollbar-gutter, prefer auto overflow */
@supports (scrollbar-gutter: stable) {
    .top-articles-body {
        overflow-y: auto;
    }
}

.top-articles-custom-text {
    border-radius: 4px;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.top-articles-unconfigured-state {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.top-articles-unconfigured-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.top-articles-error-state {
    height: fit-content;
    margin: auto;
}

.top-articles-error-image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #757575;
    font-family: var(--flux-font-family-base, 'sans-serif');
    text-align: center;
    font-weight: 400;
    height: 200px;
}

.top-articles-error-image {
    height: auto;
    min-width: 40px;
    max-width: 120px;
}

.error-title{
    font-size: 18px;
    line-height: 24px;
    margin-top: 1rem;
}

.error-subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-top: .5rem;
}

.top-articles-configure-btn {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.top-articles-overlay-disabled {
    display: none;
}

.top-articles-overlay-transparent {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
}

.top-articles-overlay-opaque {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 012);
    border-radius: 4px;
}

.top-articles-hidden {
    display: none;
}

.hidden {
    display: none;
}

.top-articles-card {
    .content-footer {
        height: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        gap: 4px;
        line-height: 1.1em;
        font-weight: 600;
        color: var(--flux-color-gray-700);
        padding: var(--flux-spacing-2);
        z-index: 2;
    }

    .content-metadata {
        display: flex;
        align-items: center;
        align-self: stretch;
        gap: 8px;
    }

    .sentiment-wrapper {
        border-radius: 50%;
        border: 1px solid;
        height: 6px;
        width: 6px;
    }

    .positive {
        border-color: var(--flux-color-green);
    }

    .negative {
        border-color: var(--flux-color-red);
    }

    .neutral {
        border-color: var(--flux-color-gray-700);
    }

    .top-articles-empty-state {
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        font-family: var(--flux-font-family-base, 'sans-serif');
        color: #757575;

        img {
            height: auto;
            min-width: 40px;
            max-width: 120px;

        }

        .top-articles-empty-state--title{
            font-size: 18px;
            line-height: 24px;
            margin-top: 1rem;
        }

        .top-articles-empty-state--subtitle {
            font-size: 16px;
            line-height: 22px;
            margin-top: .5rem;
        }
    }
}
.ua-dashboard-insight-card {
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    border-radius: 4px;
    border: 1px solid var(--flux-color-gray-300);
    box-shadow: var(--flux-shadow-1);
    box-sizing: border-box;
    background-color: var(--flux-color-white);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    grid-template-rows: 60px auto;

    &:hover .actions-container {
        display: flex;
        align-items: center;
    }

    &:hover > header {
        .insight-card-header-labels-container {
            max-width: 60%;
        }
    }

    & > header {
        padding: 12px 12px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 60px;

        &:hover {
            cursor: grab;
        }

        .insight-card-header-labels-container {
            display: flex;
            height: 52px;
            flex-direction: row;
            align-items: center;
            gap: 4px;
            width: 100%;
            flex: 1;

            .insight-info {
                display: flex;
                flex-direction: column;
                gap: 4px;
                overflow: hidden;

                .insight-name {
                    font-family: var(--flux-font-family-base);
                    font-size: var(--flux-font-size-lg, 16px);
                    font-weight: var(--flux-font-weight-bold, 700);
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    margin: 0;
                }

                .date-info {
                    font-size: var(--flux-font-size-md, 14px);
                    color: var(--flux-color-gray-700);
                    font-weight: var(--flux-font-weight-normal, 400);
                    line-height: 18px;
                }
            }

            flux-infotip {
                align-self: baseline;
                padding: 6px 0;
            }
        }
    }

    .insight-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ua-dashboard-insight-card-content {
        padding: 0 12px 12px;
        overflow: auto;
        display: flex;
        flex-direction: column;
        height: inherit;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .ua-dashboard-insight-card__header--actions {
        opacity: 0;
        transition: 0.3s;
    }

    &:hover .ua-dashboard-insight-card__header--actions {
        opacity: 1;
    }


    .hidden-keys-dropdown {
        --width: 300px;
        --max-height: 200px;
    }

    .hidden-keys-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hidden-key-chip-container {
        flex: 1;
        display: flex;
        overflow: auto;
        flex-wrap: wrap;
        gap: 8px;
        padding-left: var(--flux-spacing-4);
        padding-right: var(--flux-spacing-4);
        padding-bottom: var(--flux-spacing-4);
        padding-top: var(--flux-spacing-2);
    }
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
    overflow: hidden;
}

.grid-stack-item-removing {
    opacity: 0.5;
}


/**
 * gridstack SASS styles 12.4.1
 * Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license
 */
.grid-stack {
  position: relative;
}

.grid-stack-rtl {
  direction: ltr;
}
.grid-stack-rtl > .grid-stack-item {
  direction: rtl;
}

.grid-stack-placeholder > .placeholder-content {
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0;
  position: absolute;
  width: auto;
  z-index: 0 !important;
}

.grid-stack > .grid-stack-item {
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  width: var(--gs-column-width);
  height: var(--gs-cell-height);
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  position: absolute;
  width: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.grid-stack > .grid-stack-item.size-to-content:not(.size-to-content-max) > .grid-stack-item-content {
  overflow-y: hidden;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content,
.grid-stack > .grid-stack-placeholder > .placeholder-content {
  top: var(--gs-item-margin-top);
  right: var(--gs-item-margin-right);
  bottom: var(--gs-item-margin-bottom);
  left: var(--gs-item-margin-left);
}

.grid-stack-item > .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle {
  display: none;
}
.grid-stack-item > .ui-resizable-ne,
.grid-stack-item > .ui-resizable-nw,
.grid-stack-item > .ui-resizable-se,
.grid-stack-item > .ui-resizable-sw {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 20 20"><path d="m10 3 2 2H8l2-2v14l-2-2h4l-2 2"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.grid-stack-item > .ui-resizable-ne {
  transform: rotate(45deg);
}
.grid-stack-item > .ui-resizable-sw {
  transform: rotate(45deg);
}
.grid-stack-item > .ui-resizable-nw {
  transform: rotate(-45deg);
}
.grid-stack-item > .ui-resizable-se {
  transform: rotate(-45deg);
}
.grid-stack-item > .ui-resizable-nw {
  cursor: nw-resize;
  width: 20px;
  height: 20px;
  top: var(--gs-item-margin-top);
  left: var(--gs-item-margin-left);
}
.grid-stack-item > .ui-resizable-n {
  cursor: n-resize;
  height: 10px;
  top: var(--gs-item-margin-top);
  left: 25px;
  right: 25px;
}
.grid-stack-item > .ui-resizable-ne {
  cursor: ne-resize;
  width: 20px;
  height: 20px;
  top: var(--gs-item-margin-top);
  right: var(--gs-item-margin-right);
}
.grid-stack-item > .ui-resizable-e {
  cursor: e-resize;
  width: 10px;
  top: 15px;
  bottom: 15px;
  right: var(--gs-item-margin-right);
}
.grid-stack-item > .ui-resizable-se {
  cursor: se-resize;
  width: 20px;
  height: 20px;
  bottom: var(--gs-item-margin-bottom);
  right: var(--gs-item-margin-right);
}
.grid-stack-item > .ui-resizable-s {
  cursor: s-resize;
  height: 10px;
  left: 25px;
  bottom: var(--gs-item-margin-bottom);
  right: 25px;
}
.grid-stack-item > .ui-resizable-sw {
  cursor: sw-resize;
  width: 20px;
  height: 20px;
  bottom: var(--gs-item-margin-bottom);
  left: var(--gs-item-margin-left);
}
.grid-stack-item > .ui-resizable-w {
  cursor: w-resize;
  width: 10px;
  top: 15px;
  bottom: 15px;
  left: var(--gs-item-margin-left);
}
.grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
  display: none !important;
}
.grid-stack-item.ui-draggable-dragging {
  will-change: left, top;
}
.grid-stack-item.ui-resizable-resizing {
  will-change: width, height;
}

.ui-draggable-dragging,
.ui-resizable-resizing {
  z-index: 10000;
}
.ui-draggable-dragging > .grid-stack-item-content,
.ui-resizable-resizing > .grid-stack-item-content {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

.grid-stack-animate,
.grid-stack-animate .grid-stack-item {
  transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
}

.grid-stack-animate .grid-stack-item.ui-draggable-dragging,
.grid-stack-animate .grid-stack-item.ui-resizable-resizing,
.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
  transition: left 0s, top 0s, height 0s, width 0s;
}

.grid-stack > .grid-stack-item[gs-y="0"] {
  top: 0px;
}

.grid-stack > .grid-stack-item[gs-x="0"] {
  left: 0%;
}
.title {
    color: var(--flux-color-gray-800);
}

flux-card {
    max-width: 792px;
}

.is-hidden {
    display: none;
}

.empty-state-container {
    display: flex;
    justify-content: center;
    padding: 52px;
}
.ua-dashboard-slide {
    border-radius: 4px;
    box-shadow: var(--flux-shadow-3);
    padding: var(--flux-spacing-2);
    margin: 16px 16px 0;
    background-color: var(--flux-color-white);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    width: auto;
    height: 807px;
    max-height: 807px;
    position: relative;

    .slide-actions-container {
        background-color: var(--flux-color-white);
        width: fit-content;
        display: flex;
        position: absolute;
        top: -18px;
        right: 24px;
        z-index: 25;
        border-radius: 4px;
        box-shadow: var(--flux-shadow-2);
        opacity: 0;
        transition: 'opacity 0.3s ease-in-out';
    }
}

.ua-dashboard-slide:hover {
    .slide-actions-container {
        opacity: 1;
    }
}
