/* allow vendor prefixes and disable max length */
/* allow vendor prefixes and disable max length */
/* ==========================================================================
   Variables, mixins, silent classes etc.
   ========================================================================== */
.edit-insight-config .bubble-content .widget-title > span.insight-title,
.edit-insight-config .bubble-content .insight-configuration-panel-header > span.insight-title, .edit-insight-config .bubble-content .insight-title .original-insight-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.edit-insight-config .bubble-content .widget-title {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
  color: var(--gd-palette-complementary-8-from-theme, #454e56);
  min-width: 0;
}
.edit-insight-config .bubble-content .insight-title {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.edit-insight-config .bubble-content .insight-title .original-insight-title {
  max-width: 204px;
  line-height: normal;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 11px;
}
.edit-insight-config .bubble-content .insight-title .gd-icon-locked {
  margin-right: 5px;
}
.edit-insight-config .bubble-content .insight-title .gd-icon-link {
  opacity: 0;
  cursor: pointer;
}
.edit-insight-config .bubble-content .insight-title .gd-bubble-locked {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
}
.edit-insight-config .bubble-content p.insight-title {
  width: fit-content;
}
.edit-insight-config .bubble-content .widget-title .insight-title {
  font: inherit;
  padding-bottom: 0;
  text-align: left;
}
.edit-insight-config .bubble-content .widget-title .insight-title .original-insight-title {
  font: inherit;
  line-height: normal;
  max-width: 190px;
  color: var(--gd-palette-complementary-7-from-theme, #454e56);
}
.edit-insight-config .bubble-content .widget-title > span.insight-title,
.edit-insight-config .bubble-content .insight-configuration-panel-header > span.insight-title {
  display: block;
}
.edit-insight-config .bubble-content .insight-configuration .insight-configuration-panel-header {
  display: flex;
  justify-content: space-between;
}
.edit-insight-config .bubble-content .insight-configuration .insight-configuration-panel-header .insight-menu-title-wrapper {
  flex: 1;
  overflow: hidden;
}
.edit-insight-config .bubble-content .insight-configuration .insight-configuration-panel-header p.insight-title {
  min-height: 16px;
  margin-top: 5px;
  padding-bottom: 0;
}
.edit-insight-config .bubble-content .insight-configuration .insight-configuration-panel-header p.insight-title .original-insight-title {
  line-height: normal;
}
.edit-insight-config .bubble-content .insight-configuration .insight-configuration-panel-header h3.widget-title p.insight-title {
  min-height: 23px;
  margin-top: 0;
}
.edit-insight-config .configuration-panel-header-close-button[class*=gd-icon-] {
  height: 23px;
}
.edit-insight-config .configuration-panel-header-close-button[class*=gd-icon-]::before {
  font-size: 14px;
}
.edit-insight-config .insight-configuration .insight-configuration-panel-header {
  background-color: var(--gd-palette-primary-dimmed-from-theme, rgba(142, 220, 244, 0.2));
  position: relative;
  height: 40px;
  min-height: 40px;
  align-items: center;
  padding: 0 10px 0 15px;
  margin-bottom: 8px;
}
.edit-insight-config .insight-configuration .gd-menu-wrapper-small-spacing.gd-menu-wrapper {
  box-shadow: inherit;
  padding: 0;
}
.edit-insight-config .insight-configuration .gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-ui-kit-tooltip__anchor {
  width: 100%;
}
.edit-insight-config .insight-configuration .gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-menu-item {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 6px 15px;
  color: var(--gd-palette-complementary-8, #464e56);
}
.edit-insight-config .insight-configuration .gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-menu-item:hover {
  color: var(--gd-palette-complementary-9-from-theme, #464e56);
}
.edit-insight-config .insight-configuration .gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-menu-item .item-icon {
  margin-right: 10px;
}
.edit-insight-config .insight-configuration .gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-menu-item .item-label {
  line-height: 21px;
}
.edit-insight-config .insight-configuration .gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-menu-item i {
  margin-right: 10px;
  color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
  font-size: 16px;
}
.edit-insight-config .insight-configuration .gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-menu-item i::before {
  position: relative;
  top: 2px;
}
.edit-insight-config .insight-configuration .gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-menu-item .gd-icon-wrapper {
  display: flex;
  padding-top: 3px;
}
.edit-insight-config .insight-configuration .gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-menu-item .gd-icon-wrapper > .gd-icon-explore {
  margin-right: 10px;
}
.edit-insight-config .insight-configuration .gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-menu-item .gd-ui-icon-wrapper {
  margin-right: 10px;
  flex-grow: 0;
}
.edit-insight-config .insight-configuration .gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-list-item-separator::before {
  right: 0;
  left: 0;
}
.edit-insight-config .insight-configuration .gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.s-delete-insight-item:hover {
  background-color: var(--gd-palette-error-lightest, #fff2f1);
  color: var(--gd-palette-error-base, #e54d42);
}
.edit-insight-config .insight-configuration .gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.s-delete-insight-item:hover i {
  color: inherit;
}
.edit-insight-config .insight-configuration .gd-ui-kit-submenu-header__title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.edit-insight-config .insight-configuration .gd-ui-kit-submenu-header__title-tooltip-icon {
  flex-shrink: 0;
}
.edit-insight-config .insight-configuration .gd-ui-kit-submenu-header__title-tooltip-content {
  max-width: 160px;
}
.edit-insight-config .insight-configuration .gd-menu-wrapper {
  border-radius: 0 0 3px 3px;
}

.bubble-light.arrow-left-direction.edit-insight-config-arrow-color .arrow {
  border-right-color: var(--gd-palette-complementary-3-from-theme, var(--gd-palette-primary-dimmed-from-theme, rgba(142, 220, 244, 0.2)));
}

.bubble-light.arrow-top-direction.edit-insight-config-arrow-color .arrow {
  border-bottom-color: var(--gd-palette-complementary-3-from-theme, var(--gd-palette-primary-dimmed-from-theme, rgba(142, 220, 244, 0.2)));
}

.bubble-light.arrow-bottom-direction.edit-insight-config-arrow-color .arrow {
  border-top-color: var(--gd-palette-complementary-3-from-theme, var(--gd-palette-primary-dimmed-from-theme, rgba(142, 220, 244, 0.2)));
}

.bubble-light.arrow-right-direction.edit-insight-config-arrow-color .arrow {
  border-left-color: var(--gd-palette-complementary-3-from-theme, var(--gd-palette-primary-dimmed-from-theme, rgba(142, 220, 244, 0.2)));
}

.bubble-light.arrow-left-direction.edit-insight-config-arrow-submenu-color .arrow {
  border-right-color: var(--gd-palette-complementary-2, #ebeff4);
}

.bubble-light.arrow-top-direction.edit-insight-config-arrow-submenu-color .arrow {
  border-bottom-color: var(--gd-palette-complementary-2, #ebeff4);
}

.bubble-light.arrow-bottom-direction.edit-insight-config-arrow-submenu-color .arrow {
  border-top-color: var(--gd-palette-complementary-2, #ebeff4);
}

.bubble-light.arrow-right-direction.edit-insight-config-arrow-submenu-color .arrow {
  border-left-color: var(--gd-palette-complementary-2, #ebeff4);
}

.edit-insight-config .bubble-content .content a {
  opacity: 1;
}

.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .edit-insight-config-arrow-submenu-color .bubble-content .configuration-panel-header {
  padding: 10px;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .edit-insight-config-title-1-line.arrow-left-direction .bubble-content .arrow-position,
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .edit-insight-config-title-1-line.arrow-right-direction .bubble-content .arrow-position {
  top: 9px;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .edit-insight-config-title-2-lines.arrow-left-direction .bubble-content .arrow-position,
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .edit-insight-config-title-2-lines.arrow-right-direction .bubble-content .arrow-position {
  top: 18px;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .edit-insight-config-title-1-line.arrow-top-direction .bubble-content .arrow-position {
  top: -16px;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .edit-insight-config-title-1-line.arrow-bottom-direction .bubble-content .arrow-position {
  top: unset;
  bottom: -1px;
}

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