/* allow vendor prefixes and disable max length */
/* allow vendor prefixes and disable max length */
/* ==========================================================================
   Variables, mixins, silent classes etc.
   ========================================================================== */
.gd-heading-1 {
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  font-weight: 700;
  line-height: 30px;
  font-size: 24px;
}

.gd-heading-2 {
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  font-weight: 700;
  line-height: 26px;
  font-size: 20px;
}

.gd-heading-3 {
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  font-weight: 700;
  line-height: 23px;
  font-size: 17px;
}

.gd-paragraph {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  line-height: 1.4rem;
  color: var(--gd-palette-complementary-8, #464e56);
  font-size: 14px;
}

.gd-label-top {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  line-height: 1.8rem;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 10px;
  text-transform: uppercase;
}

.gd-label {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  line-height: 1.8rem;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 14px;
}

.gd-label-small {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  line-height: 1.8rem;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 12px;
}

.gd-typography {
  margin: 0;
}
.gd-typography--h1 {
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  font-weight: 700;
  line-height: 30px;
  font-size: 24px;
}
.gd-typography--h2 {
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  font-weight: 700;
  line-height: 26px;
  font-size: 20px;
}
.gd-typography--h3 {
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  font-weight: 700;
  line-height: 23px;
  font-size: 17px;
}
.gd-typography--p {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  line-height: 1.4rem;
  color: var(--gd-palette-complementary-8, #464e56);
  font-size: 14px;
}

.gd-fluidlayout-container {
  width: 100%;
}
.gd-fluidlayout-container .visualization {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.gd-fluidlayout-container .dash-item {
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: inherit;
  flex-direction: column;
}
.gd-fluidlayout-container.is-resizing {
  cursor: col-resize;
}
.gd-fluidlayout-container.is-row-resizing {
  cursor: row-resize;
}

.gd-fluidlayout-layout {
  width: 100%;
}

.gd-fluidlayout-column-container {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 320px) {
  .gd-fluidlayout-column-container {
    flex-direction: column;
  }
  .gd-fluidlayout-column-container::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    height: 0;
    border-bottom: 1px dashed var(--gd-palette-complementary-5, #b0beca);
  }
  .gd-fluidlayout-column-container.last::after {
    display: none;
  }
}

.gd-fluidlayout-column-container.custom-height .kpi {
  min-height: 100%;
}
.gd-fluidlayout-column-container.custom-height .gd-visualization-content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.gd-fluidlayout-row {
  position: relative;
}

.gd-fluidlayout-row-debug {
  background-color: #fff;
}
.gd-fluidlayout-row-debug:nth-of-type(even) {
  color: #f2f2f2;
}

.gd-fluid-layout-row-header {
  text-align: center;
}
@media only screen and (min-width:641px) {
  .gd-fluid-layout-row-header {
    text-align: left;
  }
}
.gd-fluid-layout-row-header .gd-row-header-view {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gd-fluid-layout-row-header .gd-row-header-view .title {
  padding: 0 5px 3px;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.gd-fluid-layout-row-header .gd-row-header-view .description {
  padding: 0 5px 7px;
}
.gd-fluid-layout-row-header .gd-row-header-title-wrapper {
  display: flex;
  align-items: center;
}
.gd-fluid-layout-row-header .gd-row-header-title-wrapper h2,
.gd-fluid-layout-row-header .gd-row-header-title-wrapper h3 {
  color: var(--gd-dashboards-section-title-color, var(--gd-palette-complementary-8, #464e56));
}
.gd-fluid-layout-row-header .gd-row-header-title-wrapper::before, .gd-fluid-layout-row-header .gd-row-header-title-wrapper::after {
  content: "";
  flex: 1 1 auto;
  height: 0;
  border-top: 1px solid var(--gd-dashboards-section-title-lineColor, var(--gd-palette-complementary-3, #dde4eb));
}
.gd-fluid-layout-row-header .gd-row-header-title-wrapper.gd-editable-label-container::before, .gd-fluid-layout-row-header .gd-row-header-title-wrapper.gd-editable-label-container::after {
  position: relative;
  top: 2px;
}
.gd-fluid-layout-row-header .gd-row-header-title-wrapper::before {
  margin-right: 20px;
}
.gd-fluid-layout-row-header .gd-row-header-title-wrapper::after {
  margin-left: 20px;
}
@media only screen and (min-width:641px) {
  .gd-fluid-layout-row-header .gd-row-header-title-wrapper::before {
    display: none;
  }
}
.gd-fluid-layout-row-header .gd-row-header-description-wrapper {
  overflow: hidden;
}
@media only screen and (min-width:641px) {
  .gd-fluid-layout-row-header .title-align-center {
    text-align: center;
  }
  .gd-fluid-layout-row-header .title-align-center::before {
    display: block;
  }
}
@media only screen and (min-width:641px) {
  .gd-fluid-layout-row-header .title-align-right {
    text-align: right;
  }
  .gd-fluid-layout-row-header .title-align-right::before {
    display: block;
  }
  .gd-fluid-layout-row-header .title-align-right::after {
    display: none;
  }
}
@media only screen and (min-width:641px) {
  .gd-fluid-layout-row-header .title,
  .gd-fluid-layout-row-header .gd-row-header-view .description {
    max-width: 95%;
  }
}
.gd-fluid-layout-row-header .title {
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  font-weight: 700;
  line-height: 26px;
  font-size: 20px;
  flex: 0 1 auto;
  overflow: hidden;
  color: var(--gd-dashboards-section-title-color, var(--gd-palette-complementary-8, #464e56));
}
.gd-fluid-layout-row-header .description {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  color: var(--gd-dashboards-section-description-color, var(--gd-palette-complementary-6, #94a1ad));
}
.gd-fluid-layout-row-header .description.collapsible {
  cursor: pointer;
}
.gd-fluid-layout-row-header .description:hover .more-link {
  color: var(--gd-palette-complementary-7, #6d7680);
}
.gd-fluid-layout-row-header .description:hover .underline {
  text-decoration: none;
}
.gd-fluid-layout-row-header .more-link {
  display: inline-block;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-fluid-layout-row-header .more-link::before {
  vertical-align: top;
  margin-left: 0.5em;
  margin-right: 0.1em;
  font-family: "Indigo", sans-serif;
}
.gd-fluid-layout-row-header .more-link.active::before {
  content: "\e612";
}
.gd-fluid-layout-row-header .more-link.passive::before {
  content: "\e613";
}
.gd-fluid-layout-row-header .underline {
  text-decoration: underline;
}
.gd-fluid-layout-row-header .gd-editable-label-container {
  font-size: 0;
}
.gd-fluid-layout-row-header .gd-editable-label {
  display: inline-block;
  overflow: hidden;
  width: auto;
  max-height: inherit;
  padding: 2px 4px 0;
}
.gd-fluid-layout-row-header .gd-editable-label:hover, .gd-fluid-layout-row-header .gd-editable-label:focus, .gd-fluid-layout-row-header .gd-editable-label:active {
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(177, 193, 209, 0.5));
}
.gd-fluid-layout-row-header .gd-editable-label.is-editing {
  width: 100%;
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(177, 193, 209, 0.5));
}
.gd-fluid-layout-row-header .gd-editable-label.title {
  min-width: 0;
}
.gd-fluid-layout-row-header .gd-editable-label.description {
  margin-top: 2px;
  font-size: 14px;
}
@media only screen and (min-width:641px) {
  .gd-fluid-layout-row-header .gd-editable-label.description {
    max-width: 95%;
  }
}
.gd-fluid-layout-row-header .gd-editable-label .description.gd-paragraph {
  height: 21px;
  padding-top: 1px;
}
.gd-fluid-layout-row-header .gd-editable-label.placeholder {
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-fluid-layout-row-header .gd-layout-row-description-richtext {
  white-space: initial;
}
.gd-fluid-layout-row-header .gd-editable-label-richtext {
  padding: 0 5px;
  margin-top: 3px;
  border: 1px solid transparent;
}
.gd-fluid-layout-row-header .gd-editable-label-richtext textarea {
  padding: 0;
  font-size: 14px;
  line-height: 19px;
  color: var(--gd-palette-complementary-7, #6d7680);
}
.gd-fluid-layout-row-header .gd-editable-label-richtext textarea::placeholder {
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-fluid-layout-row-header .gd-editable-label-richtext:hover, .gd-fluid-layout-row-header .gd-editable-label-richtext:focus, .gd-fluid-layout-row-header .gd-editable-label-richtext:active {
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(177, 193, 209, 0.5));
}
.gd-fluid-layout-row-header .gd-editable-label-richtext.is-editing {
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(177, 193, 209, 0.5));
}
.gd-fluid-layout-row-header .gd-editable-label-richtext .gd-editable-label-richtext-empty {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.gd-rich-text-content-view .gd-editable-label-richtext-empty {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-visualization-content.relative {
  position: relative !important;
}
.gd-visualization-content.absolute {
  position: absolute !important;
}

.gd-fluidlayout-item-changed {
  position: absolute;
  z-index: 107;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.gd-fluidlayout-item-changed.none {
  display: none;
}
.gd-fluidlayout-item-changed.added, .gd-fluidlayout-item-changed.modified {
  background: var(--gd-dashboards-content-backgroundColor-from-theme, var(--gd-palette-complementary-0-from-theme, rgba(255, 255, 255, 0.95)));
}
.gd-fluidlayout-item-changed .gd-fluidlayout-item-changed-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.gd-fluidlayout-item-changed.small .gd-fluidlayout-item-changed-content {
  display: flex;
  flex-direction: row;
  gap: 10px;
  max-height: 100%;
}
.gd-fluidlayout-item-changed .gd-fluidlayout-item-changed-icon {
  display: flex;
  align-items: center;
}
.gd-fluidlayout-item-changed .gd-fluidlayout-item-changed-icon svg {
  max-height: 100%;
}
.gd-fluidlayout-item-changed.small .gd-fluidlayout-item-changed-icon svg {
  top: -4px;
  position: relative;
}
.gd-fluidlayout-item-changed.big .gd-fluidlayout-item-changed-icon {
  height: auto !important;
}
.gd-fluidlayout-item-changed .gd-fluidlayout-item-changed-info {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.gd-fluidlayout-item-changed .gd-button {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-auto-resized-dashboard-descriptions .gd-fluid-layout-row-header .gd-editable-label:hover, .gd-auto-resized-dashboard-descriptions .gd-fluid-layout-row-header .gd-editable-label:focus, .gd-auto-resized-dashboard-descriptions .gd-fluid-layout-row-header .gd-editable-label:active {
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(177, 193, 209, 0.5));
  border-radius: 3px;
}
.gd-auto-resized-dashboard-descriptions .gd-fluid-layout-row-header .gd-editable-label.is-editing {
  border-radius: 3px;
}
.gd-auto-resized-dashboard-descriptions .gd-fluid-layout-row-header .gd-editable-label-richtext {
  padding: 2px 5px;
  border-radius: 3px;
}

.gd-grid-layout {
  flex-direction: column;
}
.gd-grid-layout .gd-fluid-layout-row-header {
  position: relative;
}
.gd-grid-layout .gd-fluid-layout-row-header .gd-row-header-edit--nested .title {
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  font-weight: 700;
  line-height: 23px;
  font-size: 17px;
  color: var(--gd-dashboards-section-title-color, var(--gd-palette-complementary-8, #464e56));
}
.gd-grid-layout .gd-fluid-layout-row-header .gd-row-header-edit--nested .placeholder {
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-grid-layout .gd-fluid-layout-row-header-container--with-headers {
  margin-top: 4px;
}
.gd-grid-layout .gd-fluidlayout-column-container {
  display: flex;
}

.gd-grid-layout__container--root {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  grid-auto-rows: min-content;
  flex-grow: 1;
  /**
   * Row separators (by default invisible) in edit mode already create spaces between items so no need to enlarge it even more there.
   * Use :where selector to not mess up with specificity.
   */
}
:where(.sdk-view-mode-on) .gd-grid-layout__container--root {
  row-gap: 20px;
}

.gd-grid-layout__container--nested {
  display: grid;
  column-gap: 20px;
}

.gd-grid-layout__section {
  position: relative;
  display: grid;
  grid-template-columns: subgrid;
  /**
   * Doing grid gaps in edit mode is problematical because there are lots of exceptions (such as row separators, width/height resizers) where the gaps shouldn't be,
   * so scope it only to view mode. Use :where selector to not mess up with specificity.
   */
}
:where(.sdk-view-mode-on) .gd-grid-layout__section {
  row-gap: 20px;
}
:where(.sdk-view-mode-on) .gd-grid-layout__section .gd-fluid-layout-row-header {
  margin-bottom: -20px;
}

.gd-grid-layout__item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.gd-grid-layout__item .gd-editable-label {
  max-height: inherit;
  overflow: hidden;
}
.gd-grid-layout__item:empty {
  display: none;
}

.gd-grid-layout__item--span-1 {
  grid-column: span 1;
}

.gd-grid-layout__container--nested--width-1 {
  grid-template-columns: repeat(1, 1fr);
}

.gd-grid-layout__item--span-2 {
  grid-column: span 2;
}

.gd-grid-layout__container--nested--width-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gd-grid-layout__item--span-3 {
  grid-column: span 3;
}

.gd-grid-layout__container--nested--width-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gd-grid-layout__item--span-4 {
  grid-column: span 4;
}

.gd-grid-layout__container--nested--width-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gd-grid-layout__item--span-5 {
  grid-column: span 5;
}

.gd-grid-layout__container--nested--width-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gd-grid-layout__item--span-6 {
  grid-column: span 6;
}

.gd-grid-layout__container--nested--width-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gd-grid-layout__item--span-7 {
  grid-column: span 7;
}

.gd-grid-layout__container--nested--width-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gd-grid-layout__item--span-8 {
  grid-column: span 8;
}

.gd-grid-layout__container--nested--width-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gd-grid-layout__item--span-9 {
  grid-column: span 9;
}

.gd-grid-layout__container--nested--width-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gd-grid-layout__item--span-10 {
  grid-column: span 10;
}

.gd-grid-layout__container--nested--width-10 {
  grid-template-columns: repeat(10, 1fr);
}

.gd-grid-layout__item--span-11 {
  grid-column: span 11;
}

.gd-grid-layout__container--nested--width-11 {
  grid-template-columns: repeat(11, 1fr);
}

.gd-grid-layout__item--span-12 {
  grid-column: span 12;
}

.gd-grid-layout__container--nested--width-12 {
  grid-template-columns: repeat(12, 1fr);
}

.rich-text-tooltip {
  z-index: 6001 !important;
}

.gd-dash-content--density-compact .gd-grid-layout__container--root {
  column-gap: 6px;
  row-gap: 6px;
}
.gd-dash-content--density-compact .gd-grid-layout__container--nested {
  column-gap: 6px;
  row-gap: 6px;
}
.gd-dash-content--density-compact .gd-grid-layout__section {
  column-gap: 6px;
  row-gap: 6px;
}
.gd-dash-content--density-compact .gd-grid-layout__section .gd-fluid-layout-row-header {
  margin-bottom: -6px;
}
.gd-dash-content--density-compact .gd-nested-layout-widget-renderer {
  min-height: 0 !important;
}
.gd-dash-content--density-compact .gd-fluid-layout-row-header .gd-fluid-layout-row-header-container {
  margin-top: 0;
}
.gd-dash-content--density-compact .gd-fluid-layout-row-header .gd-row-header-title-wrapper .title {
  padding: 0;
}
.gd-dash-content--density-compact .gd-fluid-layout-row-header .gd-row-header-title-wrapper .gd-typography--h2 {
  font-size: 16px;
}
.gd-dash-content--density-compact .gd-grid-layout .gd-fluid-layout-row-header .gd-row-header-view {
  gap: 0;
}
.gd-dash-content--density-compact .gd-grid-layout .gd-fluid-layout-row-header .gd-row-header-view .description {
  padding: 0 0 4px 0;
  font-size: 12px;
}
.gd-dash-content--density-compact .gd-grid-layout .gd-fluid-layout-row-header .gd-row-header-view .description .gd-rich-text-content p {
  font-size: 12px;
}

.kpi {
  min-height: 138px;
  text-align: center;
}
.kpi.kpi-with-pop {
  min-height: 191px;
}
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .kpi.kpi-with-pop {
    min-height: 186px;
  }
}
.kpi .gd-kpi-widget-content {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.kpi .kpi-value,
.kpi h3 {
  transition: color 0.4s;
}
.kpi.content-loading .kpi-value,
.kpi.content-loading h3 {
  color: var(--gd-palette-complementary-5, #b0beca);
}
.kpi.content-loading .kpi-link {
  width: 100%;
}
.kpi .kpi-animation-leave {
  opacity: 1;
  transition: none;
}
.kpi .kpi-animation-leave-active {
  opacity: 0;
  transition: opacity 0.3s;
}
.kpi .kpi-animation-enter {
  opacity: 0;
  transition: none;
}
.kpi .kpi-animation-enter-active {
  opacity: 1;
  transition: opacity 0.3s;
}

.kpi-link {
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.4s;
}
.kpi-link:hover, .kpi-link:focus, .kpi-link:active {
  text-decoration: none;
}
.kpi-link:hover {
  color: var(--gd-dashboards-content-kpiWidget-kpi-primaryMeasureColor-from-theme, var(--gd-palette-complementary-8, #464e56));
  opacity: 0.6;
}
.kpi-link:focus .kpi-value {
  color: var(--gd-dashboards-content-kpiWidget-kpi-primaryMeasureColor-from-theme, var(--gd-palette-complementary-7, #6d7680));
}
.kpi-link .kpi-value .kpi-value-value {
  position: relative;
}
.kpi-link .kpi-value .kpi-value-value::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.kpi-link .kpi-value .kpi-link-style-underline::after {
  border-bottom: 2px solid var(--gd-dashboards-content-kpiWidget-kpi-primaryMeasureColor, var(--gd-palette-complementary-9-from-theme, #6d7680));
}
.kpi-link .kpi-value.is-empty-value .kpi-value-value::after {
  border-bottom: none;
}

.kpi-value {
  position: relative;
  font-weight: 700;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  height: 60px;
  font-size: 50px;
  line-height: 60px;
  white-space: nowrap;
  vertical-align: bottom;
  color: var(--gd-dashboards-content-kpiWidget-kpi-primaryMeasureColor-from-theme, var(--gd-palette-complementary-9, #000));
}
.kpi-value.is-smallest-height {
  margin: 0;
}
.kpi-value.is-empty-value, .kpi-value.is-error-value {
  color: var(--gd-dashboards-content-kpiWidget-kpi-secondaryInfoColor, var(--gd-palette-complementary-6, #94a1ad));
}
.kpi-value.kpi-value-resize {
  margin: 0;
}

.is-kpi-positive {
  color: #00c18d;
}

.is-kpi-negative {
  color: #e54d42;
}

.gd-kpi-trend-icon {
  margin-right: 5px;
  font-size: inherit;
}

.visualization-content {
  position: relative;
  flex: 1 1 auto;
}

/* ==========================================================================
   Variables
   ========================================================================== */
.gd-icon-calendar-kpi {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 0;
  vertical-align: bottom;
}

@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .kpi-alert-dialog-overlay {
    right: 15px;
    left: 15px !important;
  }
}

.kpi-alert-dialog-overlay.truncated {
  z-index: 6001;
}

.kpi-alert-dialog {
  position: relative;
  z-index: 1000;
  min-height: 148px;
  border: 1px solid var(--gd-palette-complementary-3-from-theme, rgba(201, 213, 224, 0.5));
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09)), 0 2px 9px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15));
  background: var(--gd-palette-complementary-2, #ebeff4);
}
.kpi-alert-dialog::after, .kpi-alert-dialog::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  margin-right: 0;
  border: solid transparent;
}
.kpi-alert-dialog::before {
  border-width: 12px;
}
.kpi-alert-dialog::after {
  border-width: 11px;
}
@media only screen and (min-width:641px) {
  .kpi-alert-dialog {
    width: 288px;
  }
}
.kpi-alert-dialog .action-close {
  position: absolute;
  top: 15px;
  right: 19px;
  color: var(--gd-palette-complementary-7, #6d7680);
  cursor: pointer;
}
.kpi-alert-dialog .buttons {
  margin-top: 10px;
}
.kpi-alert-dialog .buttons .gd-button {
  width: 100%;
  margin: 10px 0 0;
  text-align: center;
}
.kpi-alert-dialog .buttons .delete-link {
  width: auto;
  padding-left: 0;
  text-align: left;
}
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .kpi-alert-dialog .buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 5px -5px 0;
  }
  .kpi-alert-dialog .buttons .gd-button {
    flex: 0 0 auto;
    width: auto;
    margin: 10px 5px 0;
  }
  .kpi-alert-dialog .buttons .delete-link {
    order: 1;
    margin-right: 7px;
  }
  .kpi-alert-dialog .buttons .cancel-button {
    flex: 1 0 auto;
    order: 2;
  }
  .kpi-alert-dialog .buttons .save-button {
    flex: 2 0 auto;
    order: 3;
  }
}

.target-tr.self-tl .kpi-alert-dialog::before,
.target-tl.self-tr .kpi-alert-dialog::before,
.target-cc.self-cr .kpi-alert-dialog::before,
.target-cc.self-cl .kpi-alert-dialog::before,
.target-tc.self-cr .kpi-alert-dialog::before,
.target-tc.self-cl .kpi-alert-dialog::before {
  margin-top: -12px;
}
.target-tr.self-tl .kpi-alert-dialog::after,
.target-tl.self-tr .kpi-alert-dialog::after,
.target-cc.self-cr .kpi-alert-dialog::after,
.target-cc.self-cl .kpi-alert-dialog::after,
.target-tc.self-cr .kpi-alert-dialog::after,
.target-tc.self-cl .kpi-alert-dialog::after {
  margin-top: -11px;
}

.target-tr.self-tl .kpi-alert-dialog::before, .target-tr.self-tl .kpi-alert-dialog::after,
.target-tl.self-tr .kpi-alert-dialog::before,
.target-tl.self-tr .kpi-alert-dialog::after {
  top: 93px;
}

.target-cc.self-cr .kpi-alert-dialog::before, .target-cc.self-cr .kpi-alert-dialog::after,
.target-cc.self-cl .kpi-alert-dialog::before,
.target-cc.self-cl .kpi-alert-dialog::after,
.target-tc.self-cr .kpi-alert-dialog::before,
.target-tc.self-cr .kpi-alert-dialog::after,
.target-tc.self-cl .kpi-alert-dialog::before,
.target-tc.self-cl .kpi-alert-dialog::after {
  top: 50%;
}

.target-tr.self-tl .kpi-alert-dialog::before, .target-tr.self-tl .kpi-alert-dialog::after,
.target-br.self-bl .kpi-alert-dialog::before,
.target-br.self-bl .kpi-alert-dialog::after,
.target-cc.self-cl .kpi-alert-dialog::before,
.target-cc.self-cl .kpi-alert-dialog::after,
.target-tc.self-cl .kpi-alert-dialog::before,
.target-tc.self-cl .kpi-alert-dialog::after {
  right: 100%;
}
.target-tr.self-tl .kpi-alert-dialog::before,
.target-br.self-bl .kpi-alert-dialog::before,
.target-cc.self-cl .kpi-alert-dialog::before,
.target-tc.self-cl .kpi-alert-dialog::before {
  border-right-color: var(--gd-palette-complementary-3-from-theme, rgba(201, 213, 224, 0.5));
}
.target-tr.self-tl .kpi-alert-dialog::after,
.target-br.self-bl .kpi-alert-dialog::after,
.target-cc.self-cl .kpi-alert-dialog::after,
.target-tc.self-cl .kpi-alert-dialog::after {
  border-right-color: var(--gd-palette-complementary-2, #ebeff4);
}

.target-tl.self-tr .kpi-alert-dialog::after, .target-tl.self-tr .kpi-alert-dialog::before,
.target-bl.self-br .kpi-alert-dialog::after,
.target-bl.self-br .kpi-alert-dialog::before,
.target-cc.self-cr .kpi-alert-dialog::after,
.target-cc.self-cr .kpi-alert-dialog::before,
.target-tc.self-cr .kpi-alert-dialog::after,
.target-tc.self-cr .kpi-alert-dialog::before {
  left: 100%;
}
.target-tl.self-tr .kpi-alert-dialog::after,
.target-bl.self-br .kpi-alert-dialog::after,
.target-cc.self-cr .kpi-alert-dialog::after,
.target-tc.self-cr .kpi-alert-dialog::after {
  border-left-color: var(--gd-palette-complementary-2, #ebeff4);
}
.target-tl.self-tr .kpi-alert-dialog::before,
.target-bl.self-br .kpi-alert-dialog::before,
.target-cc.self-cr .kpi-alert-dialog::before,
.target-tc.self-cr .kpi-alert-dialog::before {
  border-left-color: var(--gd-palette-complementary-3-from-theme, rgba(201, 213, 224, 0.5));
}

.target-br.self-bl .kpi-alert-dialog::before, .target-br.self-bl .kpi-alert-dialog::after,
.target-bl.self-br .kpi-alert-dialog::before,
.target-bl.self-br .kpi-alert-dialog::after {
  bottom: 93px;
}
.target-br.self-bl .kpi-alert-dialog::before,
.target-bl.self-br .kpi-alert-dialog::before {
  margin-bottom: -12px;
}
.target-br.self-bl .kpi-alert-dialog::after,
.target-bl.self-br .kpi-alert-dialog::after {
  margin-bottom: -11px;
}

.target-bc.self-tc .kpi-alert-dialog::before, .target-bc.self-tc .kpi-alert-dialog::after,
.target-tc.self-bc .kpi-alert-dialog::before,
.target-tc.self-bc .kpi-alert-dialog::after,
.target-bl.self-tl .kpi-alert-dialog::before,
.target-bl.self-tl .kpi-alert-dialog::after,
.target-br.self-tr .kpi-alert-dialog::before,
.target-br.self-tr .kpi-alert-dialog::after,
.target-tl.self-bl .kpi-alert-dialog::before,
.target-tl.self-bl .kpi-alert-dialog::after,
.target-tr.self-br .kpi-alert-dialog::before,
.target-tr.self-br .kpi-alert-dialog::after,
.target-cc.self-tc .kpi-alert-dialog::before,
.target-cc.self-tc .kpi-alert-dialog::after,
.target-cl.self-tl .kpi-alert-dialog::before,
.target-cl.self-tl .kpi-alert-dialog::after,
.target-cr.self-tr .kpi-alert-dialog::before,
.target-cr.self-tr .kpi-alert-dialog::after {
  border-right-color: transparent;
}
.target-bc.self-tc .kpi-alert-dialog::before,
.target-tc.self-bc .kpi-alert-dialog::before,
.target-bl.self-tl .kpi-alert-dialog::before,
.target-br.self-tr .kpi-alert-dialog::before,
.target-tl.self-bl .kpi-alert-dialog::before,
.target-tr.self-br .kpi-alert-dialog::before,
.target-cc.self-tc .kpi-alert-dialog::before,
.target-cl.self-tl .kpi-alert-dialog::before,
.target-cr.self-tr .kpi-alert-dialog::before {
  margin-left: -12px;
}
.target-bc.self-tc .kpi-alert-dialog::after,
.target-tc.self-bc .kpi-alert-dialog::after,
.target-bl.self-tl .kpi-alert-dialog::after,
.target-br.self-tr .kpi-alert-dialog::after,
.target-tl.self-bl .kpi-alert-dialog::after,
.target-tr.self-br .kpi-alert-dialog::after,
.target-cc.self-tc .kpi-alert-dialog::after,
.target-cl.self-tl .kpi-alert-dialog::after,
.target-cr.self-tr .kpi-alert-dialog::after {
  margin-left: -11px;
}

.target-bc.self-tc .kpi-alert-dialog::before, .target-bc.self-tc .kpi-alert-dialog::after,
.target-bl.self-tl .kpi-alert-dialog::before,
.target-bl.self-tl .kpi-alert-dialog::after,
.target-br.self-tr .kpi-alert-dialog::before,
.target-br.self-tr .kpi-alert-dialog::after,
.target-cc.self-tc .kpi-alert-dialog::before,
.target-cc.self-tc .kpi-alert-dialog::after,
.target-cl.self-tl .kpi-alert-dialog::before,
.target-cl.self-tl .kpi-alert-dialog::after,
.target-cr.self-tr .kpi-alert-dialog::before,
.target-cr.self-tr .kpi-alert-dialog::after {
  bottom: 100%;
}
.target-bc.self-tc .kpi-alert-dialog::before,
.target-bl.self-tl .kpi-alert-dialog::before,
.target-br.self-tr .kpi-alert-dialog::before,
.target-cc.self-tc .kpi-alert-dialog::before,
.target-cl.self-tl .kpi-alert-dialog::before,
.target-cr.self-tr .kpi-alert-dialog::before {
  border-bottom-color: var(--gd-palette-complementary-3-from-theme, rgba(201, 213, 224, 0.5));
}
.target-bc.self-tc .kpi-alert-dialog::after,
.target-bl.self-tl .kpi-alert-dialog::after,
.target-br.self-tr .kpi-alert-dialog::after,
.target-cc.self-tc .kpi-alert-dialog::after,
.target-cl.self-tl .kpi-alert-dialog::after,
.target-cr.self-tr .kpi-alert-dialog::after {
  border-bottom-color: var(--gd-palette-complementary-2, #ebeff4);
}

.target-tc.self-bc .kpi-alert-dialog::before, .target-tc.self-bc .kpi-alert-dialog::after,
.target-tl.self-bl .kpi-alert-dialog::before,
.target-tl.self-bl .kpi-alert-dialog::after,
.target-tr.self-br .kpi-alert-dialog::before,
.target-tr.self-br .kpi-alert-dialog::after {
  top: 100%;
}
.target-tc.self-bc .kpi-alert-dialog::before,
.target-tl.self-bl .kpi-alert-dialog::before,
.target-tr.self-br .kpi-alert-dialog::before {
  border-top-color: var(--gd-palette-complementary-3-from-theme, rgba(201, 213, 224, 0.5));
}
.target-tc.self-bc .kpi-alert-dialog::after,
.target-tl.self-bl .kpi-alert-dialog::after,
.target-tr.self-br .kpi-alert-dialog::after {
  border-top-color: var(--gd-palette-complementary-2, #ebeff4);
}

.target-bc.self-tc .kpi-alert-dialog::before, .target-bc.self-tc .kpi-alert-dialog::after,
.target-tc.self-bc .kpi-alert-dialog::before,
.target-tc.self-bc .kpi-alert-dialog::after,
.target-cc.self-tc .kpi-alert-dialog::before,
.target-cc.self-tc .kpi-alert-dialog::after {
  left: 50%;
}

.target-bl.self-tl .kpi-alert-dialog::before, .target-bl.self-tl .kpi-alert-dialog::after,
.target-tl.self-bl .kpi-alert-dialog::before,
.target-tl.self-bl .kpi-alert-dialog::after,
.target-cl.self-tl .kpi-alert-dialog::before,
.target-cl.self-tl .kpi-alert-dialog::after {
  left: 25%;
}

.target-br.self-tr .kpi-alert-dialog::before, .target-br.self-tr .kpi-alert-dialog::after,
.target-tr.self-br .kpi-alert-dialog::before,
.target-tr.self-br .kpi-alert-dialog::after,
.target-cr.self-tr .kpi-alert-dialog::before,
.target-cr.self-tr .kpi-alert-dialog::after {
  left: 75%;
}

.kpi-alert-dialog-header {
  position: relative;
  height: 43px;
  padding: 6px 35px 6px 15px;
  border: 1px solid #c9d5e0;
  border-radius: 3px 3px 0 0;
  background: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
}
.kpi-alert-dialog-header h3 {
  line-height: 29px;
}

.kpi-alert-dialog-content {
  padding: 30px 15px 15px;
}
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .kpi-alert-dialog-content {
    padding: 15px 17px;
  }
}
.kpi-alert-dialog-content .alert-select {
  margin-bottom: 10px;
}
.kpi-alert-dialog-content .alert-select .button-dropdown {
  width: 100%;
}
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .kpi-alert-dialog-content .alert-select .button-dropdown {
    line-height: 31px;
  }
}
.kpi-alert-dialog-content .alert-select,
.kpi-alert-dialog-content .input-container {
  display: block;
}
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .kpi-alert-dialog-content .alert-select,
  .kpi-alert-dialog-content .input-container,
  .kpi-alert-dialog-content .button-dropdown {
    height: 33px;
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .kpi-alert-dialog-content .gd-input-field,
  .kpi-alert-dialog-content .gd-input-with-prefix .gd-input-field,
  .kpi-alert-dialog-content .gd-input-with-suffix .gd-input-field {
    font-size: 16px;
  }
}
.kpi-alert-dialog-content .gd-message {
  display: block;
  margin: 10px 0;
}

.kpi-alert-dialog-text {
  margin: 8px 0;
  font-size: 14px;
  color: var(--gd-palette-complementary-8, #464e56);
}
.kpi-alert-dialog-text-on-top {
  padding-right: 30px;
}
.kpi-alert-dialog-text.email-info {
  font-size: 12px;
}
@media only screen and (min-width:1171px) {
  .kpi-alert-dialog-text.email-info {
    display: none;
  }
}
.kpi-alert-dialog-text + .email-info {
  padding-top: 15px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  color: var(--gd-palette-complementary-8-from-theme, #6d7680);
}
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .kpi-alert-dialog-text .underline-dotted {
    border-bottom: none;
  }
}

.underline-dotted {
  border-bottom: 1px dotted var(--gd-palette-complementary-6, #94a1ad);
  cursor: help;
}

.alert-broken .filter-section {
  margin-bottom: 10px;
}
.alert-broken .filter-section-headline {
  margin-top: 15px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.alert-broken .filter-section-content {
  overflow: auto;
  overscroll-behavior: contain;
  max-height: 117px;
  margin: 5px 0;
  font-size: 14px;
  color: var(--gd-palette-complementary-8-from-theme, inherit);
}
.alert-broken .filter-section-content.more-items {
  padding: 5px 0;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}
.alert-broken .info {
  font-size: 12px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.alert-broken .count,
.alert-broken .filter-label-selection {
  font-weight: bold;
}
.alert-broken .adi-attribute-filter-label {
  display: flex;
}
.alert-broken .adi-attribute-filter-label .label {
  display: block;
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.alert-broken .adi-attribute-filter-label .count {
  display: inline-block;
  flex: 0 0 auto;
  padding-left: 2px;
}

@media only screen and (max-width: 640px) {
  .gd-notifications-channels-dialog-overlay {
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    max-height: 99vh;
  }
}
.gd-notifications-channels-dialog--wide {
  width: 800px;
}

.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog {
  padding: 0;
}
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-management-dialog-title {
  margin: 0;
  padding: var(--gd-spacing-20px);
}
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-content {
  margin: 0;
  padding: var(--gd-spacing-20px) var(--gd-spacing-20px) 0 var(--gd-spacing-20px);
  width: 100%;
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
  height: 475px;
}
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-content-divider--no-spacing {
  margin: 0;
  padding: 0;
}
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons {
  margin: 0;
  padding: var(--gd-spacing-20px);
}
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons-inner {
  display: flex;
  gap: var(--gd-spacing-10px);
}
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-button {
  margin: 0;
}

.gd-notifications-channels-dialog-overlay {
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
}
.gd-notifications-channels-dialog-overlay [role=dialog] {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.gd-notifications-channels-dialog-overlay .gd-dialog {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.gd-notifications-channels-dialog-overlay .gd-dialog-header-wrapper,
.gd-notifications-channels-dialog-overlay .gd-dialog-footer {
  flex-shrink: 0;
}
.gd-notifications-channels-dialog-overlay .gd-dialog-content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.gd-notifications-channels-dialog-overlay .gd-notifications-channel-dialog-content-wrapper {
  flex: 1;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}

.gd-dialog:not(.gd-dropdown).gd-notifications-channels-dialog {
  width: calc(100vw - 20px);
  max-width: 640px;
}
.gd-dialog:not(.gd-dropdown).gd-notifications-channels-dialog .hr {
  height: 0;
  margin: 12px 0 14px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}
.gd-dialog:not(.gd-dropdown).gd-notifications-channels-dialog .gd-dialog-footer {
  display: flex;
}
.gd-dialog:not(.gd-dropdown).gd-notifications-channels-dialog .gd-dialog-footer .gd-loading-spinner {
  top: 8px;
  right: 6px;
}

.gd-input-component {
  margin-bottom: 20px;
}
.gd-input-component--no-last-child-margin:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .gd-input-component .gd-label {
    display: block;
    margin-bottom: 7px;
    margin-top: -3px;
  }
  .gd-input-component .gd-label:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width:641px) {
  .gd-input-component {
    display: flex;
    align-items: center;
  }
  .gd-input-component .gd-label {
    width: 120px;
    min-width: 120px;
  }
  .gd-input-component .gd-input {
    flex-grow: 1;
    min-width: 0;
    width: 100%;
  }
}

@media only screen and (min-width:641px) {
  .gd-textarea-component {
    align-items: flex-start;
  }
}
.gd-textarea-component .gd-input-field {
  resize: vertical;
  min-height: 30px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.gd-textarea-component .gd-input-field.has-error {
  outline-color: #e54d42;
}

.gd-notification-channels-automation-filters {
  align-items: normal;
}

@media only screen and (min-width:641px) {
  .gd-notifications-channels-attachments {
    align-items: flex-start;
  }
}
.gd-notifications-channels-attachments.gd-input-component {
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.gd-notifications-channels-attachments legend.gd-label {
  float: left;
  padding: 0;
  margin-bottom: 0;
  height: 30px;
  line-height: 30px;
}
@media only screen and (max-width: 640px) {
  .gd-notifications-channels-attachments legend.gd-label {
    float: none;
    display: block;
    width: auto;
    margin-bottom: 7px;
    margin-top: -3px;
  }
}
.gd-notifications-channels-attachments .gd-attachment-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  overflow: hidden;
  margin: -2px 0;
  flex-wrap: wrap;
  gap: 5px;
  scroll-margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .gd-notifications-channels-attachments .gd-attachment-list {
    max-width: none;
  }
}
.gd-notifications-channels-attachments .gd-attachment-list-old {
  display: flex;
  flex-direction: row;
  align-items: end;
  flex: 1;
  overflow: hidden;
  margin: -2px 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .gd-notifications-channels-attachments .gd-attachment-list-old {
    max-width: none;
  }
}
.gd-notifications-channels-attachments .gd-attachment-list-message {
  display: flex;
  flex-basis: 100%;
  margin-top: 10px;
}
.gd-notifications-channels-attachments .gd-attachment-filters-dropdown-button {
  display: flex;
  align-items: baseline;
  height: 28px;
  color: var(--gd-palette-complementary-7, #6d7680);
}
.gd-notifications-channels-attachments .gd-attachment-filters-dropdown-button .gd-button-link-dimmed {
  border: none;
  box-shadow: none;
}
.gd-notifications-channels-attachments .gd-attachment-item {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  margin-top: -3px;
  margin-left: 5px;
}
.gd-notifications-channels-attachments .gd-attachment-item-format {
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
  align-items: center;
  height: 24px;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-3, #dde4eb);
  border-radius: 3px;
  text-transform: uppercase;
}
.gd-notifications-channels-attachments .gd-attachment-item-format-with-configuration > span {
  border-radius: 3px 0 0 3px;
}
.gd-notifications-channels-attachments .gd-attachment-item-configuration {
  display: flex;
  height: 24px;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-2, #ebeff4);
  border: none;
  border-radius: 0 3px 3px 0;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: -10px;
  margin-right: 10px;
  cursor: pointer;
}
.gd-notifications-channels-attachments .gd-attachment-item-configuration::before {
  position: relative;
  top: 2px;
  margin-top: 1px;
}

.gd-attachment-filters-dropdown {
  width: 245px;
  max-height: 350px;
}
.gd-attachment-filters-dropdown .gd-list-title {
  line-height: normal;
}
.gd-attachment-filters-dropdown .gd-close-button {
  position: absolute;
  top: 5px;
  right: 5px;
}
.gd-attachment-filters-dropdown .gd-close-button .gd-button-link.gd-button-icon-only::before {
  font-size: 14px;
}
.gd-attachment-filters-dropdown .gd-attachment-filters-dropdown-content {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.gd-attachment-filters-dropdown .gd-attachment-filters-dropdown-content > :first-child {
  margin-bottom: 10px;
}
.gd-attachment-filters-dropdown .gd-attachment-filters-dropdown-content > :last-child {
  margin-top: 10px;
}
.gd-attachment-filters-dropdown .gd-attachment-filters-dropdown-content .gd-icon-circle-question {
  position: relative;
  top: -1px;
  padding: 5px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-attachment-filters-dropdown .gd-attachment-filters-dropdown-content .gd-attachment-filters-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 2px dotted var(--gd-palette-complementary-3, #dde4eb);
  padding: 0 10px;
  margin-left: 6px;
  max-height: 180px;
  overflow-y: auto;
  overscroll-behavior: contain;
  margin-right: -10px;
}
.gd-attachment-filters-dropdown .gd-attachment-filters-dropdown-content .gd-attachment-filters-list-item-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.gd-attachment-filters-dropdown .gd-attachment-filters-dropdown-content .gd-attachment-filters-list-item-subtitle {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--gd-palette-complementary-8, #464e56);
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.gd-attachment-filters-dropdown .gd-attachment-filters-dropdown-footer {
  display: flex;
  justify-content: end;
  padding: 10px;
}

.gd-attachment-settings-dropdown {
  width: 245px;
}
.gd-attachment-settings-dropdown .input-checkbox-label {
  height: auto;
}
.gd-attachment-settings-dropdown .gd-list-title {
  line-height: normal;
}
.gd-attachment-settings-dropdown .gd-close-button {
  position: absolute;
  top: 2px;
  right: 0;
}
.gd-attachment-settings-dropdown .gd-close-button .gd-button-link.gd-button-icon-only::before {
  font-size: 14px;
}
.gd-attachment-settings-dropdown .gd-attachment-settings-dropdown-content {
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
  gap: var(--gd-spacing-10px);
}
.gd-attachment-settings-dropdown .gd-pdf-export-dialog-item .gd-label {
  display: block;
  margin-bottom: 0;
}
.gd-attachment-settings-dropdown .gd-attachment-settings-dropdown-footer {
  display: flex;
  justify-content: end;
  padding: 10px;
}
.gd-attachment-settings-dropdown .gd-attachment-settings-dropdown-item h4 {
  margin: 0 0 8px 0;
  color: var(--gd-palette-complementary-7);
  font-size: 14px;
  font-weight: 400;
}
.gd-attachment-settings-dropdown .gd-attachment-settings-dropdown-error {
  margin-top: 6px;
  color: var(--gd-message-error-textColor);
  font-size: 12px;
  line-height: 16px;
}

@property --fade-top {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --fade-bottom {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@keyframes scroll-fade {
  0% {
    --fade-top: 0px;
    --fade-bottom: 56px;
  }
  1% {
    --fade-top: 56px;
    --fade-bottom: 56px;
  }
  99% {
    --fade-top: 56px;
    --fade-bottom: 56px;
  }
  100% {
    --fade-top: 56px;
    --fade-bottom: 0px;
  }
}
.gd-slides-template-dropdown-list,
.gd-export-template-list {
  max-height: 200px;
  overflow-y: auto;
  overscroll-behavior: contain;
  mask-image: linear-gradient(to bottom, transparent, #000 var(--fade-top), #000 calc(100% - var(--fade-bottom)), transparent);
  animation: scroll-fade linear both;
  animation-timeline: scroll(self);
}
.gd-slides-template-dropdown-list .gd-ui-kit-tooltip__anchor,
.gd-export-template-list .gd-ui-kit-tooltip__anchor {
  max-width: 100%;
}
.gd-slides-template-dropdown-list .input-radio-label,
.gd-export-template-list .input-radio-label {
  display: block;
  margin-left: 0;
  margin-bottom: 8px;
}
.gd-slides-template-dropdown-list .input-radio-label .input-label-text,
.gd-export-template-list .input-radio-label .input-label-text {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.gd-export-template-selection-dialog {
  width: 400px;
}
.gd-export-template-selection-dialog .gd-export-template-list {
  max-height: 350px;
}

.gd-notifications-channels-management-dialog {
  display: flex;
  flex-direction: column;
  width: 540px;
  border: 1px solid transparent !important;
}
.gd-notifications-channels-management-dialog--wide {
  width: 800px;
}
@media only screen and (max-width: 640px) {
  .gd-notifications-channels-management-dialog {
    width: calc(100vw - 20px);
    height: 90vh;
    max-height: none;
  }
}
.gd-notifications-channels-management-dialog .gd-notifications-channels-management-dialog-title {
  display: flex;
  margin-bottom: 10px;
}
.gd-notifications-channels-management-dialog .gd-notifications-channels-management-dialog-title .gd-dialog-header {
  margin: 0;
}
.gd-notifications-channels-management-dialog .gd-notifications-channels-management-dialog-title > h3 {
  color: var(--gd-modal-title-color, var(--gd-palette-complementary-9, #000));
}
.gd-notifications-channels-management-dialog .gd-notifications-channels-content {
  overflow-x: hidden;
  width: calc(100% + 20px);
  margin: 0 -20px 0 0;
  padding: 10px 20px 10px 0;
  min-height: 143px;
  max-height: 475px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media only screen and (max-width: 640px) {
  .gd-notifications-channels-management-dialog .gd-notifications-channels-content {
    max-height: none;
    height: 100%;
  }
}
.gd-notifications-channels-management-dialog .gd-notifications-channels-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gd-notifications-channels-management-dialog .gd-notifications-channels-content-header h3 {
  flex-grow: 2;
  position: relative;
  overflow: hidden;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-notifications-channels-management-dialog .gd-notifications-channels-content-header h3::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 0;
  margin-left: 10px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}
.gd-notifications-channels-management-dialog .gd-notifications-channels-content-header h3 + label {
  margin-top: 10px;
}
.gd-notifications-channels-management-dialog .gd-notifications-channels-message {
  height: 100%;
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  text-align: center;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-notifications-channels-management-dialog .gd-loading-equalizer {
  margin: auto;
}
.gd-notifications-channels-management-dialog .gd-notifications-channel {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 50px;
  cursor: default;
}
.gd-notifications-channels-management-dialog .gd-notifications-channel:hover, .gd-notifications-channels-management-dialog .gd-notifications-channel.hover {
  background: var(--gd-palette-complementary-2, #ebeff4);
}
.gd-notifications-channels-management-dialog .gd-notifications-channel:hover .gd-notifications-channel-icon, .gd-notifications-channels-management-dialog .gd-notifications-channel.hover .gd-notifications-channel-icon {
  background: transparent;
}
.gd-notifications-channels-management-dialog .gd-notifications-channel:hover .gd-notifications-channel-delete-icon, .gd-notifications-channels-management-dialog .gd-notifications-channel.hover .gd-notifications-channel-delete-icon {
  display: block;
}
.gd-notifications-channels-management-dialog .gd-notifications-channel.editable:hover, .gd-notifications-channels-management-dialog .gd-notifications-channel.editable.hover {
  cursor: pointer;
}
.gd-notifications-channels-management-dialog .gd-notifications-channel .gd-notifications-channel-menu-icon {
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/ellipsis.svg");
  background-color: transparent;
  background-position: center center;
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-old {
  display: inline-flex;
  flex-direction: row-reverse;
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-old .gd-notifications-channel-menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: auto 10px auto 0;
  background-color: var(--gd-palette-complementary-2, #ebeff4);
  border-radius: 100px;
  flex-shrink: 0;
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-icon.gd-notifications-channel-icon-invalid {
  background-color: var(--gd-palette-error-dimmed, #fcedec);
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-content {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-text-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  height: 40px;
  margin: auto;
  white-space: nowrap;
}
.gd-notifications-channels-management-dialog .gd-schedule-email__list:focus-visible {
  outline: none;
}
.gd-notifications-channels-management-dialog .gd-schedule-email__list:focus-visible .gd-schedule-email__item--isFocused .gd-notifications-channel-delete-icon {
  display: block;
}
.gd-notifications-channels-management-dialog .gd-schedule-email__list:focus-visible .gd-schedule-email__item--isFocusedSelectItem,
.gd-notifications-channels-management-dialog .gd-schedule-email__list:focus-visible .gd-schedule-email__item__button--isFocused {
  outline-offset: -2px;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-title {
  white-space: nowrap;
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-subtitle {
  white-space: nowrap;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-shortened-text {
  display: block;
  overflow: hidden;
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-delete {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  cursor: pointer;
  flex-shrink: 0;
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-content:has(~ .gd-notifications-channel-delete:hover) {
  background-color: var(--gd-palette-error-lightest, #fff2f1);
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-delete:hover {
  background-color: var(--gd-palette-error-lightest, #fff2f1);
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-delete:hover ~ .gd-notifications-channel-content {
  background-color: var(--gd-palette-error-lightest, #fff2f1);
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-delete:hover .gd-notifications-channel-delete-icon::after {
  color: var(--gd-palette-error-base, #e54d42);
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-delete:hover .gd-notifications-channel-menu-icon {
  color: #687581;
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-delete-icon {
  display: none;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .gd-notifications-channels-management-dialog .gd-notifications-channel-delete-icon {
    display: block;
  }
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-delete-icon::after {
  content: "\e61a";
  position: relative;
  font-family: "Indigo", sans-serif;
  color: var(--gd-palette-complementary-5, #b0beca);
  font-size: 16px;
  font-weight: 400;
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
.gd-notifications-channels-management-dialog .gd-notifications-channel-menu:hover {
  background-color: var(--gd-palette-complementary-4, #ccd8e2);
}
.gd-notifications-channels-management-dialog .gd-content-divider {
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  height: 0;
  margin: 0 0 20px 0;
}
.gd-notifications-channels-management-dialog .gd-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -5px;
}
.gd-notifications-channels-management-dialog .gd-buttons button {
  margin: 5px;
}
.gd-notifications-channels-management-dialog .gd-buttons .gd-hyperlink:hover {
  text-decoration: none;
}
.gd-notifications-channels-management-dialog .gd-buttons--end {
  justify-content: flex-end;
}
.gd-notifications-channels-management-dialog .gd-add-button .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-notifications-channel-delete-dialog {
  width: 440px;
}
@media only screen and (max-width: 640px) {
  .gd-notifications-channel-delete-dialog {
    width: calc(100vw - 20px);
  }
}
.gd-notifications-channel-delete-dialog .gd-dialog-content {
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  line-height: 20px;
}
@media only screen and (max-width: 640px) {
  .gd-notifications-channel-delete-dialog .gd-dialog-content {
    height: auto;
  }
}
.gd-notifications-channel-delete-dialog .gd-notifications-channel-delete-dialog-text {
  overflow: hidden;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 640px) {
  .gd-notifications-channel-delete-dialog .gd-notifications-channel-delete-dialog-text > strong {
    overflow: hidden;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.gd-notifications-channel-delete-dialog-overlay .modalityPlugin-mask {
  z-index: 5001;
}
@media only screen and (max-width: 640px) {
  .gd-notifications-channel-delete-dialog-overlay .modalityPlugin-mask {
    z-index: 5002;
  }
}

.gd-notifications-channel-dialog-content-wrapper {
  background: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
  margin: 0 -20px;
  padding: 0 20px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}
.gd-notifications-channel-dialog-content-wrapper .gd-ui-kit-tabs {
  margin: 10px 0 20px;
}

.gd-notification-channel-dialog-with-automation-filters {
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  max-height: 499px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}
@media only screen and (max-width: 640px) {
  .gd-notification-channel-dialog-with-automation-filters {
    height: inherit;
  }
}

.gd-notification-channel-dialog-with-tabs .gd-schedule-dialog-tab-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.gd-notification-channel-dialog-with-tabs .gd-schedule-dialog-tab-content-info {
  width: 100%;
  margin-bottom: 20px;
}

.gd-divider-with-margin {
  margin-top: 0;
  margin-bottom: 20px;
}

.gd-divider-without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.gd-divider-full-row {
  margin-left: -20px;
  margin-right: -20px;
}

.gd-notifications-channels-dialog-destination-empty {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  color: var(--gd-palette-complementary-6, #94a1ad);
  gap: 10px;
}
.gd-notifications-channels-dialog-destination-empty span {
  line-height: 30px;
}
.gd-notifications-channels-dialog-destination-empty .gd-icon-warning {
  position: relative;
  top: 3px;
  font-size: 18px;
  margin-right: 6px;
}
.gd-notifications-channels-dialog-destination-empty .gd-hyperlink-text {
  color: var(--gd-palette-primary-base, #14b2e2);
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .gd-notifications-channels-dialog-destination-empty {
    display: block;
  }
}

.gd-notifications-channels-dialog-destination button {
  width: 200px;
  height: 28px;
}

.gd-notifications-channels-dialog-message textarea {
  padding: 6px 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.gd-notifications-channels-dialog-message .gd-notifications-channels-dialog-message-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.gd-notifications-channels-dialog-message .gd-notifications-channels-dialog-message-content .has-error {
  border-color: #e54d42;
}
.gd-notifications-channels-dialog-message .gd-notifications-channels-dialog-message-error {
  color: #e54d42;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
}

.gd-notifications-channels-dialog-error {
  max-height: 70px;
  overflow: auto;
  overscroll-behavior: contain;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.gd-notifications-channels-dialog-error-scrollable {
  min-height: unset;
  max-height: 100%;
  overflow: unset;
}

.gd-notifications-channels-dialog-warning {
  width: 100%;
  margin-bottom: 20px;
}

.gd-notifications-channels-dialog-subject input {
  height: 28px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.gd-notifications-channels-dialog-subject .gd-notifications-channels-dialog-subject-wrapper {
  width: 100%;
}
.gd-notifications-channels-dialog-subject .gd-notifications-channels-dialog-subject-wrapper .gd-notifications-channels-dialog-subject-error {
  color: #e54d42;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
}

.gd-notifications-channels-dialog-header {
  display: flex;
  flex: 1;
  padding-bottom: 20px;
  overflow: hidden;
}
.gd-notifications-channels-dialog-header--large {
  padding-bottom: 53px;
}
.gd-notifications-channels-dialog-header .gd-editable-label-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gd-notifications-channels-dialog-title {
  margin-left: 15px;
  width: 100%;
  height: 29px;
  min-width: 0;
}
.gd-notifications-channels-dialog-title.gd-editable-label.is-editing, .gd-notifications-channels-dialog-title:hover {
  border-color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-notifications-channels-dialog-title.placeholder {
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-notifications-channels-dialog-title .gd-input-field {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: Avenir, sans-serif;
  height: 29px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd-notifications-channels-dialog-title .gd-input-field.has-error {
  padding-right: 30px;
}

.gd-notifications-channels-dialog-error-icon {
  right: 5px;
  position: absolute;
  transform: translateY(25%);
}

.gd-notifications-channels-dialog-title-secondary {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 10px;
}

.gd-notifications-channels-dialog-title-secondary-icon {
  display: flex;
  align-items: center;
}

.gd-notifications-channels-dialog-title-secondary-text {
  line-height: 23px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--gd-palette-complementary-6);
}

.gd-notifications-channels-attachment-checkbox {
  height: 100%;
  margin-left: 2px;
  margin-top: 8px;
}

.gd-notifications-channels-dialog-footer-link {
  display: inline-flex;
  flex: 1;
  justify-content: space-between;
}
.gd-notifications-channels-dialog-footer-link .gd-hyperlink:hover {
  text-decoration: none;
}
.gd-notifications-channels-dialog-footer-link .gd-button {
  padding: 0 10px;
}

.gd-notifications-channels-dialog-menu {
  min-width: 100px;
}
.gd-notifications-channels-dialog-menu .deleteItem:hover {
  background-color: var(--gd-palette-error-dimmed, #fcedec);
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-notifications-channels-dialog-destination-list-item.gd-list-item {
  height: 28px;
}

.gd-recurrence-form .gd-input-component .gd-label {
  min-width: unset;
}

.gd-attachment-type-label {
  display: inline-flex;
  gap: var(--gd-spacing-10px);
  align-items: center;
  margin-inline-start: 5px;
}

.gd-attachment-types-content {
  padding: var(--gd-spacing-10px);
}

.gd-attachment-type-item {
  padding: 3px 0;
  font-size: 12px;
}

.gd-attachment-chip {
  height: 27px;
  max-width: 245px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 20px;
  padding-left: var(--gd-spacing-10px);
  font-size: 12px;
  border: 1px solid var(--gd-palette-complementary-4);
  background-color: var(--gd-palette-complementary-0);
  color: var(--gd-palette-complementary-7);
}
.gd-attachment-chip:has(.gd-attachment-chip-delete:hover) {
  background-color: var(--gd-palette-error-dimmed);
  color: var(--gd-palette-error-base);
  border: 1px solid var(--gd-palette-error-base-t85);
}

.gd-attachment-chip-label {
  display: inline-flex;
  gap: var(--gd-spacing-5px);
  align-items: center;
}

.gd-attachment-chip-button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  color: var(--gd-palette-complementary-6);
  display: grid;
  place-items: center;
  width: 27px;
  height: 100%;
}
.gd-attachment-chip-button:hover {
  color: var(--gd-palette-complementary-8);
}

.gd-attachment-chip-delete:hover {
  color: var(--gd-palette-error-base);
}

.gd-attachment-list-error {
  color: var(--gd-palette-error-base);
  font-size: 12px;
}

.gd-evaluation-mode-checkbox {
  display: flex;
  align-items: center;
}
.gd-evaluation-mode-checkbox .input-checkbox-label .input-label-text {
  font-size: 14px;
  color: var(--gd-palette-complementary-7);
}

.gd-recipients-container.gd-input-component--invalid .gd-recipients__control {
  border-color: var(--gd-palette-error-base, #e54d42);
}
.gd-recipients-container.gd-input-component--invalid .gd-recipients__control:hover {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.gd-recipients-no-match {
  text-align: center;
  padding-top: 5px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 13px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 200;
}

.gd-recipients-field.gd-input-component {
  align-items: flex-start;
}
.gd-recipients-field .gd-recipients__control {
  box-sizing: border-box;
  min-height: 28px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  box-shadow: inset 0 1px 1px 0 rgba(31, 53, 74, 0.15);
  font-size: 14px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 200;
  line-height: normal;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0, #fff);
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  border-radius: 3px;
}
.gd-recipients-field .gd-recipients__control:hover {
  border-color: var(--gd-palette-complementary-5-from-theme, #b3b3b3);
}
.gd-recipients-field .gd-recipients-field-note,
.gd-recipients-field .gd-recipients-field-error {
  font-family: Avenir, sans-serif;
  font-size: 12px;
  margin-top: 5px;
}
.gd-recipients-field .gd-recipients-field-error {
  display: flex;
  flex-direction: column;
  color: var(--gd-palette-error-base, #e54d42);
}
.gd-recipients-field .gd-recipients-field-error:empty {
  display: none;
  margin-top: 0;
}
.gd-recipients-field .gd-recipients-field-note {
  color: var(--gd-palette-complementary-7-from-theme, #687581);
}
.gd-recipients-field .gd-recipients__control--is-focused,
.gd-recipients-field .gd-recipients__control--is-focused:hover {
  border-color: var(--gd-palette-primary-base, #14b2e2);
  outline: revert;
  box-shadow: inset 0 1px 1px 0 rgba(31, 53, 74, 0.2);
}
.gd-recipients-field .gd-recipients__value-container {
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0;
  min-height: 28px;
  max-height: 100px;
}
.gd-recipients-field .gd-recipient-input {
  display: inline-flex;
  flex-grow: 1;
}
.gd-recipients-field .gd-recipient-input div {
  width: 100%;
}
.gd-recipients-field .gd-recipient-input .gd-recipients__input {
  margin: 0;
  padding: 0;
  max-height: 19px;
  color: var(--gd-palette-complementary-8, #464e56);
  font-size: 14px;
}
.gd-recipients-field .gd-recipient-input .gd-recipients__input input {
  width: 100% !important;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}
@media only screen and (max-width: 320px) {
  .gd-recipients-field .gd-recipients__value-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.gd-recipients-field .gd-recipient-focused {
  outline-offset: -2px;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
}
.gd-recipients-field .gd-recipient-value-item,
.gd-recipients-field .gd-recipients__single-value {
  box-sizing: border-box;
  display: inline-flex;
  justify-items: center;
  height: 19px;
  margin: 2px 10px 2px 2px;
  padding: 0;
  background-color: var(--gd-palette-complementary-2, #ebeff4);
  border-radius: 3px;
}
.gd-recipients-field .gd-recipient-value-item .gd-recipient-label,
.gd-recipients-field .gd-recipients__single-value .gd-recipient-label {
  overflow: hidden;
  padding: 0 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-size: 14px;
  flex-grow: 0;
  flex-shrink: 1;
}
.gd-recipients-field .gd-recipient-value-item .gd-recipient-quest,
.gd-recipients-field .gd-recipients__single-value .gd-recipient-quest {
  color: var(--gd-palette-complementary-6, #94a1ad);
  flex-grow: 0;
  flex-shrink: 0;
}
.gd-recipients-field .gd-recipient-value-item .gd-recipient-label-error,
.gd-recipients-field .gd-recipients__single-value .gd-recipient-label-error {
  display: flex;
  align-items: center;
  margin-left: 3px;
}
.gd-recipients-field .gd-recipient-value-item .gd-recipient-remove-icon,
.gd-recipients-field .gd-recipient-value-item .gd-recipient-label-error,
.gd-recipients-field .gd-recipients__single-value .gd-recipient-remove-icon,
.gd-recipients-field .gd-recipients__single-value .gd-recipient-label-error {
  flex-grow: 0;
  flex-shrink: 0;
}
.gd-recipients-field .gd-recipient-value-item .gd-recipients__multi-value__remove,
.gd-recipients-field .gd-recipients__single-value .gd-recipients__multi-value__remove {
  display: inline-flex;
  height: 100%;
  background-color: transparent;
  color: var(--gd-palette-complementary-7-from-theme, #778491);
  padding-left: 0;
  padding-right: 7px;
}
.gd-recipients-field .gd-recipient-value-item .gd-recipients__multi-value__remove:hover,
.gd-recipients-field .gd-recipients__single-value .gd-recipients__multi-value__remove:hover {
  background-color: transparent;
  color: var(--gd-palette-complementary-8, #464e56);
}
.gd-recipients-field .gd-recipient-value-item .recipient-item-not-valid,
.gd-recipients-field .gd-recipients__single-value .recipient-item-not-valid {
  display: flex;
}
.gd-recipients-field .gd-recipient-value-item .recipient-item-not-valid .gd-recipient-label,
.gd-recipients-field .gd-recipients__single-value .recipient-item-not-valid .gd-recipient-label {
  color: var(--gd-palette-complementary-0, #fff);
}
.gd-recipients-field .gd-recipient-value-item .recipient-item-not-valid .gd-recipients__multi-value__remove,
.gd-recipients-field .gd-recipient-value-item .recipient-item-not-valid .gd-recipients__multi-value__remove:hover,
.gd-recipients-field .gd-recipients__single-value .recipient-item-not-valid .gd-recipients__multi-value__remove,
.gd-recipients-field .gd-recipients__single-value .recipient-item-not-valid .gd-recipients__multi-value__remove:hover {
  background-color: transparent;
  color: var(--gd-palette-complementary-0, #fff);
}
.gd-recipients-field .gd-recipient-value-item .gd-recipient-not-valid-bubble,
.gd-recipients-field .gd-recipients__single-value .gd-recipient-not-valid-bubble {
  margin: 0;
  padding: 0;
}
.gd-recipients-field .gd-recipient-value-item.not-valid, .gd-recipients-field .gd-recipient-value-item.invalid-external, .gd-recipients-field .gd-recipient-value-item.invalid-user, .gd-recipients-field .gd-recipient-value-item.invalid-email,
.gd-recipients-field .gd-recipients__single-value.not-valid,
.gd-recipients-field .gd-recipients__single-value.invalid-external,
.gd-recipients-field .gd-recipients__single-value.invalid-user,
.gd-recipients-field .gd-recipients__single-value.invalid-email {
  color: var(--gd-palette-error-base, #e54d42);
  background: var(--gd-palette-error-dimmed, #fcedec);
}
.gd-recipients-field .gd-recipient-value-item.not-valid .gd-recipient-label, .gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipient-label, .gd-recipients-field .gd-recipient-value-item.invalid-user .gd-recipient-label, .gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipient-label,
.gd-recipients-field .gd-recipients__single-value.not-valid .gd-recipient-label,
.gd-recipients-field .gd-recipients__single-value.invalid-external .gd-recipient-label,
.gd-recipients-field .gd-recipients__single-value.invalid-user .gd-recipient-label,
.gd-recipients-field .gd-recipients__single-value.invalid-email .gd-recipient-label {
  color: var(--gd-palette-error-base, #e54d42);
}
.gd-recipients-field .gd-recipient-value-item.not-valid .gd-recipient-quest, .gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipient-quest, .gd-recipients-field .gd-recipient-value-item.invalid-user .gd-recipient-quest, .gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipient-quest,
.gd-recipients-field .gd-recipients__single-value.not-valid .gd-recipient-quest,
.gd-recipients-field .gd-recipients__single-value.invalid-external .gd-recipient-quest,
.gd-recipients-field .gd-recipients__single-value.invalid-user .gd-recipient-quest,
.gd-recipients-field .gd-recipients__single-value.invalid-email .gd-recipient-quest {
  color: var(--gd-palette-error-dimmed90, #e75e54);
}
.gd-recipients-field .gd-recipient-value-item.not-valid .gd-recipients__multi-value__remove,
.gd-recipients-field .gd-recipient-value-item.not-valid .gd-recipients__multi-value__remove:hover, .gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipients__multi-value__remove,
.gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipients__multi-value__remove:hover, .gd-recipients-field .gd-recipient-value-item.invalid-user .gd-recipients__multi-value__remove,
.gd-recipients-field .gd-recipient-value-item.invalid-user .gd-recipients__multi-value__remove:hover, .gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipients__multi-value__remove,
.gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipients__multi-value__remove:hover,
.gd-recipients-field .gd-recipients__single-value.not-valid .gd-recipients__multi-value__remove,
.gd-recipients-field .gd-recipients__single-value.not-valid .gd-recipients__multi-value__remove:hover,
.gd-recipients-field .gd-recipients__single-value.invalid-external .gd-recipients__multi-value__remove,
.gd-recipients-field .gd-recipients__single-value.invalid-external .gd-recipients__multi-value__remove:hover,
.gd-recipients-field .gd-recipients__single-value.invalid-user .gd-recipients__multi-value__remove,
.gd-recipients-field .gd-recipients__single-value.invalid-user .gd-recipients__multi-value__remove:hover,
.gd-recipients-field .gd-recipients__single-value.invalid-email .gd-recipients__multi-value__remove,
.gd-recipients-field .gd-recipients__single-value.invalid-email .gd-recipients__multi-value__remove:hover {
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-recipients-overlay .gd-recipients__menu {
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 0 0 3px 3px;
  border-color: var(--gd-palette-primary-base, #14b2e2);
  border-top: 0;
  border-top-color: var(--gd-palette-complementary-4, #ccd8e2);
  margin-top: -2px;
  box-shadow: inset 0 1px 1px 0 rgba(31, 53, 74, 0.2);
  color: var(--gd-palette-complementary-8, #464e56);
  background-color: var(--gd-palette-complementary-0, #fff);
}
.gd-recipients-overlay .gd-recipients__menu .gd-recipients__option {
  padding: 0;
}
.gd-recipients-overlay .gd-recipients__menu .gd-recipients__option:first-child.gd-recipients__option--is-focused {
  border-top: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
}
.gd-recipients-overlay .recipient-item-not-valid {
  height: 100%;
  margin: 0;
  padding: 0;
}
.gd-recipients-overlay .gd-recipients__menu-list {
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: hidden;
}
.gd-recipients-overlay .gd-recipients__menu-list .gd-recipient-option-item {
  padding: 6px 8px;
  font-size: 13px;
  line-height: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gd-recipients-overlay .gd-recipients__menu-list .gd-recipient-option-item .gd-recipient-option-value-item {
  margin-left: 10px;
  color: var(--gd-palette-complementary-5, #b0beca);
}
.gd-recipients-overlay .gd-recipients__menu-list .gd-recipient-option-item .gd-recipient-quest {
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-recipients-overlay .gd-recipients__menu-list .gd-recipient-option-item .gd-recipient-option-label-external-warning {
  margin: 5px -8px -6px -8px;
  background: #fff;
  white-space: normal;
}
.gd-recipients-overlay .gd-recipients__menu-list .gd-recipient-option-item .gd-recipient-option-label-external-warning .gd-message {
  font-size: 13px;
  padding: 4px 8px 4px 8px;
}
.gd-recipients-overlay .gd-recipients__menu-list .gd-recipient-existed {
  display: block;
  width: 100%;
  padding: 8px 8px 8px 10px;
  margin-top: 2px;
}
.gd-recipients-overlay .gd-recipients__option--is-focused {
  color: var(--gd-palette-complementary-9-from-theme, inherit);
  background: none;
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}
.gd-recipients-overlay .gd-recipients__option--is-focused .gd-message {
  display: block;
  border-radius: 0 0 3px 3px;
}
.gd-recipients-overlay .gd-recipient-option-item.validEmail {
  padding: 0;
}

.gd-dashboard-alerting-dialog-form-field {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .gd-dashboard-alerting-dialog-form-field {
    flex-wrap: wrap;
  }
}
.gd-dashboard-alerting-dialog-form-field__label-container {
  width: 125px;
  min-height: 23px;
  display: flex;
  gap: 5px;
  align-items: center;
  min-width: 125px;
}
.gd-dashboard-alerting-dialog-form-field__content-container {
  min-height: 23px;
  flex: 1;
  min-width: 200px;
  max-width: 240px;
}
.gd-dashboard-alerting-dialog-form-field__content-container-full-width {
  min-height: 23px;
  flex: 1;
  min-width: 200px;
}
.gd-dashboard-alerting-dialog-form-field__content-container-tooltip {
  display: flex;
  align-items: center;
  gap: 5px;
}

.gd-dashboard-alerting-dialog-form-field-group {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .gd-dashboard-alerting-dialog-form-field-group {
    flex-wrap: wrap;
  }
}
.gd-dashboard-alerting-dialog-form-field-group__label-container {
  width: 125px;
  min-height: 23px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.gd-dashboard-alerting-dialog-form-field-group__content-container {
  min-height: 23px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.gd-dashboards-root {
  background: var(--gd-dashboards-content-backgroundColor, var(--gd-palette-complementary-0, #fff));
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  line-height: 1.5;
}
.gd-dashboards-root *,
.gd-dashboards-root *::before,
.gd-dashboards-root *::after {
  box-sizing: border-box;
}
.gd-dashboards-root .invisible {
  visibility: hidden;
}
.gd-dashboards-root textarea {
  color: inherit;
  font: inherit;
}

.gd-dashboards-root.gd-flex-container {
  flex-flow: row nowrap;
}

.gd-dash-content {
  flex: 1;
  flex-basis: 100%;
}

.gd-dashboards-root--floating-toolbar .dash-section {
  position: relative;
}

.gd-dash-tabs {
  max-width: 100vw;
  overflow: hidden;
  display: flex;
  background-color: var(--gd-dashboards-filterBar-backgroundColor, var(--gd-palette-complementary-0, #fff));
}
.gd-dash-tabs .gd-ui-kit-tabs__container {
  padding: 0 var(--gd-spacing-5px);
}
.gd-dash-tabs__list {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}
.gd-dash-tabs__add-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 0;
  border-bottom: 1px solid var(--gd-palette-complementary-3);
  display: flex;
  align-items: center;
  padding-right: var(--gd-spacing-5px);
}
.gd-dash-tabs__add {
  position: relative;
  padding-left: var(--gd-spacing-5px);
}
.gd-dash-tabs__add::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: var(--gd-palette-complementary-3);
  transform: translateY(-50%);
}
.gd-dash-tabs--with-create .gd-dash-tabs__list {
  flex-grow: 0;
}
.gd-dash-tabs--with-create .gd-dash-tabs__add-wrapper {
  flex-grow: 1;
}
.gd-dash-tabs__rename-wrapper {
  position: relative;
}
.gd-dash-tabs__rename-ghost-value {
  visibility: hidden;
}
.gd-dash-tabs__rename-value {
  position: absolute;
  inset: 0;
}
.gd-dash-tabs__rename-input {
  padding: 0;
  border: none;
  width: 100%;
  outline: 1px solid var(--gd-palette-complementary-3);
  outline-offset: var(--gd-spacing-3px);
  font-weight: 700;
}

.gd-dash-bottom-position-pixel {
  height: 1px;
  width: 1px;
  background: transparent;
  position: sticky;
  bottom: 0;
  right: 0;
}

.dash-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  padding: 10px;
}
.dash-item.dash-item-height {
  min-height: 178px;
}
@media only screen {
  .dash-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width:641px) {
  .dash-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width:941px) {
  .dash-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width:1591px) {
  .dash-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .dash-item {
    flex-direction: column;
  }
  .dash-item::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 5px;
    left: 10px;
    height: 0;
    border-bottom: 1px dashed var(--gd-palette-complementary-5, #b0beca);
  }
  .dash-item:last-child::after {
    display: none;
  }
}
.dash-item.layout-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
.dash-item.type-visualization .viz-line-family-chart {
  width: 100%;
  min-width: 0;
}
.dash-item.type-rich-text {
  min-height: 55px;
}
.dash-item.type-rich-text .viz-line-family-chart {
  width: 100%;
  min-width: 0;
}
.dash-item:hover a.kpi-link .kpi-value {
  color: var(--gd-dashboards-content-kpiWidget-kpi-primaryMeasureColor, var(--gd-palette-complementary-9-from-theme, #6d7680));
}
.dash-item:hover a.kpi-link .kpi-value.is-empty-value {
  color: var(--gd-dashboards-content-kpiWidget-kpi-secondaryInfoColor-from-theme, var(--gd-palette-complementary-6-from-theme, inherit));
}
.dash-item .is-selectable {
  cursor: pointer;
}
.dash-item .is-selectable.dash-item-content:hover {
  border-color: var(--gd-palette-complementary-2, #ebeff4);
}
.dash-item .is-selectable.is-selected.dash-item-content {
  border-color: var(--gd-palette-primary-base, #14b2e2);
}
.dash-item .is-selectable.is-selected.dash-item-content:hover {
  border-color: var(--gd-palette-primary-base, #14b2e2);
}
.dash-item.gd-highlighted > .dash-item-content-wrapper > .dash-item-content {
  border-color: var(--gd-palette-primary-base, #14b2e2);
}

.dash-item-content-wrapper,
.dash-item-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.dash-item-content {
  /**
  It does not work in IE.
  It is necessary for the widget background to be used inside charts and tables only in the
  limited scope of dashboard's widgets. It works in pair with 'defaultDashboardThemeModifier',
  which provides --gd-dashboards-content-widget-chart/table-backgroundColor variables.
   */
  --gd-chart-backgroundColor: var(
      --gd-dashboards-content-widget-chart-backgroundColor,
      var(--gd-dashboards-content-widget-backgroundColor, var(--gd-palette-complementary-0, #fff))
  );
  --gd-table-backgroundColor: var(
      --gd-dashboards-content-widget-table-backgroundColor,
      var(--gd-dashboards-content-widget-backgroundColor, var(--gd-palette-complementary-0, #fff))
  );
  position: relative;
  padding: 8px;
  border-width: var(--gd-dashboards-content-widget-borderWidth, 2px);
  border-style: solid;
  border-color: var(--gd-dashboards-content-widget-borderColor, transparent);
  border-radius: var(--gd-dashboards-content-widget-borderRadius, 15px);
  box-shadow: var(--gd-dashboards-content-widget-dropShadow, none);
  background-color: var(--gd-dashboards-content-widget-backgroundColor, var(--gd-palette-complementary-0, #fff));
  transition: 0.2s;
}
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .dash-item-content {
    padding: 10px 5px 5px;
  }
}
.dash-item-content::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  display: block;
  border-radius: inherit;
}
.dash-item-content.is-export {
  padding: 0;
  border-width: 0;
}
.dash-item-content.gd-dashboard-nested-layout-content {
  background-color: transparent;
}

.type-kpi .dash-item-action-placeholder,
.viz-type-headline .dash-item-action-placeholder {
  top: calc(-10px - var(--gd-dashboards-content-kpiWidget-borderWidth, var(--gd-dashboards-content-widget-borderWidth, 2px)));
  right: calc(-10px - var(--gd-dashboards-content-kpiWidget-borderWidth, var(--gd-dashboards-content-widget-borderWidth, 2px)));
}
.type-kpi .dash-item-action-description,
.viz-type-headline .dash-item-action-description {
  top: calc(-10px - var(--gd-dashboards-content-kpiWidget-borderWidth, var(--gd-dashboards-content-widget-borderWidth, 2px)));
  right: calc(-10px - var(--gd-dashboards-content-kpiWidget-borderWidth, var(--gd-dashboards-content-widget-borderWidth, 2px)) + 36px);
}
.type-kpi .dash-item-content,
.viz-type-headline .dash-item-content {
  border-width: var(--gd-dashboards-content-kpiWidget-borderWidth, var(--gd-dashboards-content-widget-borderWidth, 2px));
  border-style: solid;
  border-color: var(--gd-dashboards-content-kpiWidget-borderColor, var(--gd-dashboards-content-widget-borderColor, transparent));
  border-radius: var(--gd-dashboards-content-kpiWidget-borderRadius, var(--gd-dashboards-content-widget-borderRadius, 15px));
  background-color: var(--gd-dashboards-content-kpiWidget-backgroundColor, var(--gd-dashboards-content-widget-backgroundColor, var(--gd-palette-complementary-0, #fff)));
  box-shadow: var(--gd-dashboards-content-kpiWidget-dropShadow, var(--gd-dashboards-content-widget-dropShadow, none));
}
.type-kpi .item-headline,
.viz-type-headline .item-headline {
  text-align: var(--gd-dashboards-content-kpiWidget-title-textAlign, var(--gd-dashboards-content-widget-title-textAlign, center));
  color: var(--gd-dashboards-content-kpiWidget-title-color, var(--gd-dashboards-content-widget-title-color, var(--gd-palette-complementary-8, #464e56)));
}

.item-headline-outer {
  position: relative;
  z-index: 1;
  height: 48px;
  margin-top: 10px;
  line-height: 46px;
}
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .item-headline-outer {
    margin-top: 0;
    padding: 0;
  }
}
.visualization .item-headline-outer {
  margin-bottom: 10px;
}

.item-headline,
.item-headline-inner {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  line-height: 21px;
  margin: 0;
  font-weight: normal;
}

.item-headline {
  position: relative;
  width: 100%;
  max-height: 46px;
  text-align: var(--gd-dashboards-content-widget-title-textAlign, center);
  color: var(--gd-dashboards-content-widget-title-color, var(--gd-palette-complementary-8, #464e56));
}

.item-headline-inner {
  overflow: hidden;
}

.viz-zoom-out {
  position: absolute;
  top: -85px;
  right: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 50%;
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}
.viz-zoom-out:hover {
  background-color: var(--gd-palette-complementary-7-from-theme, var(--gd-palette-complementary-5, #b0beca));
}
.viz-zoom-out:hover svg path {
  fill: var(--gd-palette-complementary-0, #fff);
}
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .viz-zoom-out {
    top: -73px;
  }
}

.gd-absolute-row {
  position: absolute;
  top: calc(-10px - var(--gd-dashboards-content-widget-borderWidth, 2px));
  right: calc(-10px - var(--gd-dashboards-content-widget-borderWidth, 2px));
  height: 36px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.gd-absolute-row .dash-item-action-placeholder {
  position: relative;
  top: auto;
  right: auto;
}
.gd-absolute-row > span {
  display: none;
}

.dash-item-action-placeholder {
  position: absolute;
  z-index: 2;
  top: calc(-10px - var(--gd-dashboards-content-widget-borderWidth, 2px));
  right: calc(-10px - var(--gd-dashboards-content-widget-borderWidth, 2px));
  width: 36px;
  height: 36px;
}

.dash-item-action-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--gd-palette-complementary-7, #6d7680);
  background-color: var(--gd-palette-complementary-2, #ebeff4);
  cursor: pointer;
  transition: 0.2s;
}

.dash-item-content:hover .dash-item-action-button,
.dash-item:focus-visible .dash-item-action-button,
.dash-item-action-placeholder:focus-visible .dash-item-action-button,
.dash-item-action-button--active {
  display: flex;
}

@media only screen and (max-width: 640px), (hover: none) {
  .dash-item-action-button {
    display: flex;
  }
}
.dash-item-action-button:hover,
.dash-item-action-button--active {
  color: var(--gd-palette-complementary-0, #fff);
  background-color: var(--gd-palette-complementary-7-from-theme, var(--gd-palette-complementary-5, #b0beca));
}

.dash-item-action-widget-options::before {
  content: "...";
  position: relative;
  top: -5px;
  font-size: 22px;
}

.dash-item-action-description-trigger {
  font-size: 18px;
}
.dash-item-action-description-trigger .gd-icon-circle-question {
  margin-top: 2px;
}

.dash-section {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 20px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}
.dash-section:last-of-type {
  border-bottom: none;
}

.dash-section-kpis {
  max-width: 100vw;
}
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .dash-section-kpis {
    margin: 0;
  }
}

.dash-section-header {
  margin-bottom: 20px;
}
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .dash-section-header {
    text-align: center;
  }
}
.dash-section-header:empty {
  display: none;
}
.dash-section-header h2 {
  margin-bottom: 0.25em;
  color: var(--gd-palette-complementary-9, #000);
}
.dash-section-header p {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.visualization-content {
  position: relative;
  flex: 1 1 auto;
}
.visualization-content .visualization-small-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background: var(--gd-dashboards-content-widget-backgroundColor, var(--gd-palette-complementary-0, #fff));
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.visualization-content .visualization-small-content svg path {
  fill: var(--gd-palette-complementary-6, #94a1ad);
}
.visualization-content .visualization-small-content .visualization-small-content-description {
  max-width: 50%;
}
.visualization-content .visualization-small-content + div {
  visibility: hidden;
}

.insight-view-visualization {
  flex: 1 1 auto;
  height: 100%;
}

.gd-layered-table-view {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gd-layered-table-view__panels {
  flex: 1 1 auto;
  min-height: 0;
}
.gd-layered-table-view__panel--active {
  height: 100%;
}

.insight-view-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.insight-view-loader.is-invisible {
  visibility: hidden;
}

.bubble.options-menu-bubble {
  background-color: #fff;
}
.bubble.options-menu-bubble .gd-menu-wrapper {
  width: 105px;
}
.bubble.options-menu-bubble .bubble-content {
  padding: 0;
}

.gd-fluidlayout-column-container {
  z-index: 10;
}

.gd-header-menu-overlay {
  border: 1px solid transparent;
}
.gd-header-menu-overlay .gd-menu-wrapper {
  min-width: 170px;
  max-width: 300px;
}
.gd-header-menu-overlay .configuration-panel-header-back-button {
  cursor: pointer;
  border: none;
  background: none;
  color: var(--gd-palette-complementary-6, #94a1ad);
  padding: 0;
}
.gd-header-menu-overlay .gd-menu-item {
  padding: 5px 10px !important;
}
.gd-header-menu-overlay .gd-menu-item .gd-list-icon {
  color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
  font-size: 16px;
}
.gd-header-menu-overlay .gd-menu-item .gd-list-icon:not(.gd-list-icon-right) {
  margin-right: 10px;
}
.gd-header-menu-overlay .gd-menu-item.is-submenu {
  padding-right: 30px !important;
}

.gd-grid-layout .dash-item {
  height: 100%;
  width: 100%;
  padding: 0;
  flex: unset;
  max-width: unset;
  /**
   * View mode now uses grid gap. Keep spacing with padding in edit mode only, where using grid gap is problematic.
   * Use :where selector to not mess up with specificity.
   */
}
.gd-grid-layout .dash-item .is-dragging-widget.dash-item-content {
  border-color: var(--gd-palette-complementary-2, #ebeff4);
}
:where(.sdk-edit-mode-on) .gd-grid-layout .dash-item.gd-dashboard-nested-layout-widget .gd-dashboard-nested-layout-widget {
  padding: 10px 0 0 0;
}
:where(.sdk-edit-mode-on) .gd-grid-layout .dash-item:not(.gd-dashboard-nested-layout-widget):not(.gd-first-container-row-widget):not(.drag-info-placeholder) {
  padding: 10px 0;
}
:where(.sdk-edit-mode-on) .gd-grid-layout .dash-item.gd-first-container-row-widget:not(.gd-dashboard-nested-layout-widget) {
  padding: 0 0 10px 0;
}
.gd-grid-layout .gd-fluidlayout-column-container {
  display: flex;
}

.gd-dash-content--density-compact .dash-item-content {
  padding: 3px;
}
.gd-dash-content--density-compact .highcharts-axis-title {
  font-size: 12px !important;
}
.gd-dash-content--density-compact .item-headline-outer {
  margin-top: 0;
  height: 20px;
  line-height: 20px;
}
.gd-dash-content--density-compact .visualization .item-headline-outer {
  margin-bottom: 5px;
}
.gd-dash-content--density-compact .item-headline-inner {
  font-size: 12px;
  font-weight: 800;
}
.gd-dash-content--density-compact .gd-absolute-row {
  gap: 5px;
  top: 10px;
  right: 15px;
  height: 24px;
}
.gd-dash-content--density-compact .gd-absolute-row .dash-item-action-placeholder {
  top: auto;
  right: auto;
}
.gd-dash-content--density-compact .dash-item-action-placeholder {
  top: 10px;
  right: 15px;
  width: 24px;
  height: 24px;
}
.gd-dash-content--density-compact .dash-item-action-button {
  width: 24px;
  height: 24px;
}
.gd-dash-content--density-compact .dash-item-action-widget-options::before {
  font-size: 14px;
}
.gd-dash-content--density-compact .dash-item-action-description-trigger {
  font-size: 12px;
}
.gd-dash-content--density-compact .gd-grid-layout .dash-item.gd-dashboard-nested-layout-widget .gd-dashboard-nested-layout-widget {
  padding: 0;
}
.gd-dash-content--density-compact .gd-grid-layout .dash-item:not(.gd-dashboard-nested-layout-widget):not(.gd-first-container-row-widget):not(.drag-info-placeholder) {
  padding: 0;
}
.gd-dash-content--density-compact .gd-grid-layout .dash-item.gd-first-container-row-widget:not(.gd-dashboard-nested-layout-widget) {
  padding: 0;
}

/*# sourceMappingURL=dashboard.css.map */
