/* ==========================================================================
   Variables
   ========================================================================== */
/* allow vendor prefixes and disable max length */
/* allow vendor prefixes and disable max length */
/* ==========================================================================
   Variables, mixins, silent classes etc.
   ========================================================================== */
.gd-rich-text-widget-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.gd-rich-text-widget-export-container {
  width: 100%;
  height: 100%;
}

.gd-rich-text-widget {
  padding: 5px;
  border-radius: var(--gd-dashboards-content-widget-borderRadius, 15px);
}
.gd-rich-text-widget textarea {
  background-color: var(--gd-chart-backgroundColor, var(--gd-palette-complementary-0, #fff));
  line-height: 19px;
  font-size: 14px;
  font-weight: 400;
  font-family: menlo, monaco, consolas, "Courier New", monospace;
  color: var(--gd-palette-complementary-8, #464e56);
}
.gd-rich-text-widget .gd-rich-text-content-view h1,
.gd-rich-text-widget .gd-rich-text-content-view h2,
.gd-rich-text-widget .gd-rich-text-content-view h3 {
  color: var(--gd-dashboards-title-color, var(--gd-palette-complementary-8, #464e56));
}

.gd-rich-text-widget-footer {
  padding: 0 4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: hidden;
  height: 40px;
  min-height: 40px;
}
.gd-rich-text-widget-footer .gd-divider {
  margin: 4px;
  height: 20px;
  border-left: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}
.gd-rich-text-widget-footer .gd-rich-text-footer-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
}
.gd-rich-text-widget-footer .gd-rich-text-footer-options .gd-button-link-dimmed::before {
  top: 6px;
}
.gd-rich-text-widget-footer .gd-rich-text-footer-options .gd-button-link-dimmed:focus {
  color: var(--gd-palette-complementary-7-from-theme, #778491);
}
.gd-rich-text-widget-footer .gd-rich-text-footer-options .gd-button-link-dimmed:hover {
  color: var(--gd-palette-complementary-8, #464e56);
}
.gd-rich-text-widget-footer .gd-rich-text-footer-options .gd-button-link-dimmed:hover::before {
  color: var(--gd-palette-complementary-8, #464e56);
}
.gd-rich-text-widget-footer .gd-rich-text-footer-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gd-rich-text-widget-footer .gd-rich-text-footer-actions .gd-button-link.gd-button-icon-only.gd-icon-trash:hover::before {
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-rich-text-widget-empty-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.edit-insight-config .insight-configuration .gd-menu-wrapper-small-spacing.gd-menu-wrapper.gd-rich-text-insight-configuration-menu-item {
  padding-bottom: 8px;
}

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