@charset "UTF-8";
:root {
  --gd-palette-error-base: #e54d42;
  --gd-palette-info-base: var(--gd-palette-primary-base, #14b2e2);
  --gd-palette-primary-base: #14b2e2;
  --gd-palette-success-base: #00c18d;
  --gd-palette-warning-base: #f18600;
  --gd-palette-complementary-0: #fff;
  --gd-palette-complementary-1: #f5f8fa;
  --gd-palette-complementary-2: #ebeff4;
  --gd-palette-complementary-3: #dde4eb;
  --gd-palette-complementary-4: #ccd8e2;
  --gd-palette-complementary-5: #b0beca;
  --gd-palette-complementary-6: #94a1ad;
  --gd-palette-complementary-7: #6d7680;
  --gd-palette-complementary-8: #464e56;
  --gd-palette-complementary-9: #000;
  --gd-button-borderRadius: 3px;
  --gd-button-textCapitalization: none;
  --gd-tooltip-backgroundColor: var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95));
  --gd-tooltip-color: var(--gd-palette-complementary-0, #fff);
  --gd-message-information-textColor: var(--gd-palette-info-base, var(--gd-palette-primary-base, #14b2e2));
  --gd-message-information-backgroundColor: var(
      --gd-palette-info-base-t85,
      var(--gd-palette-primary-base-t85, rgba(20, 178, 226, 0.15))
  );
  --gd-message-information-borderColor: transparent;
  --gd-message-information-borderWidth: 0;
  --gd-message-information-borderRadius: 3px;
  --gd-message-information-dropShadow: none;
  --gd-message-information-closeButtonColor: var(--gd-palette-complementary-0, #fff);
  --gd-message-information-linkButtonColor: currentColor;
  --gd-message-success-textColor: var(--gd-palette-success-base, #00c18d);
  --gd-message-success-backgroundColor: var(--gd-palette-success-base-t85, rgba(0, 193, 141, 0.15));
  --gd-message-success-borderColor: transparent;
  --gd-message-success-borderWidth: 0;
  --gd-message-success-borderRadius: 3px;
  --gd-message-success-dropShadow: none;
  --gd-message-success-closeButtonColor: var(--gd-palette-complementary-0, #fff);
  --gd-message-success-linkButtonColor: currentColor;
  --gd-message-warning-textColor: var(--gd-palette-warning-base, #f18600);
  --gd-message-warning-backgroundColor: var(--gd-palette-warning-base-t85, rgba(241, 134, 0, 0.15));
  --gd-message-warning-borderColor: transparent;
  --gd-message-warning-borderWidth: 0;
  --gd-message-warning-borderRadius: 3px;
  --gd-message-warning-dropShadow: none;
  --gd-message-warning-closeButtonColor: var(--gd-palette-complementary-0, #fff);
  --gd-message-warning-linkButtonColor: currentColor;
  --gd-message-error-textColor: var(--gd-palette-error-base, #e54d42);
  --gd-message-error-backgroundColor: var(--gd-palette-error-base-t85, rgba(229, 77, 66, 0.15));
  --gd-message-error-borderColor: transparent;
  --gd-message-error-borderWidth: 0;
  --gd-message-error-borderRadius: 3px;
  --gd-message-error-dropShadow: none;
  --gd-message-error-closeButtonColor: var(--gd-palette-complementary-0, #fff);
  --gd-message-error-linkButtonColor: currentColor;
  --gd-toastMessage-information-textColor: var(--gd-palette-complementary-0, #fff);
  --gd-toastMessage-information-backgroundColor: var(
      --gd-palette-info-base-t02,
      var(--gd-palette-primary-base-t02, rgba(20, 178, 226, 0.98))
  );
  --gd-toastMessage-information-borderColor: transparent;
  --gd-toastMessage-information-borderWidth: 0;
  --gd-toastMessage-information-borderRadius: 3px;
  --gd-toastMessage-information-closeButtonColor: var(--gd-palette-complementary-0, #fff);
  --gd-toastMessage-information-linkButtonColor: rgba(255, 255, 255, 0.85);
  --gd-toastMessage-information-separatorLineColor: var(--gd-palette-complementary-0, #fff);
  --gd-toastMessage-success-textColor: var(--gd-palette-complementary-0, #fff);
  --gd-toastMessage-success-backgroundColor: var(--gd-palette-success-base-t02, rgba(0, 193, 141, 0.98));
  --gd-toastMessage-success-borderColor: transparent;
  --gd-toastMessage-success-borderWidth: 0;
  --gd-toastMessage-success-borderRadius: 3px;
  --gd-toastMessage-success-closeButtonColor: var(--gd-palette-complementary-0, #fff);
  --gd-toastMessage-success-linkButtonColor: rgba(255, 255, 255, 0.85);
  --gd-toastMessage-success-separatorLineColor: var(--gd-palette-complementary-0, #fff);
  --gd-toastMessage-warning-textColor: var(--gd-palette-complementary-0, #fff);
  --gd-toastMessage-warning-backgroundColor: var(--gd-palette-warning-base, #f18600);
  --gd-toastMessage-warning-borderColor: transparent;
  --gd-toastMessage-warning-borderWidth: 0;
  --gd-toastMessage-warning-borderRadius: 3px;
  --gd-toastMessage-warning-closeButtonColor: var(--gd-palette-complementary-0, #fff);
  --gd-toastMessage-warning-linkButtonColor: rgba(255, 255, 255, 0.85);
  --gd-toastMessage-warning-separatorLineColor: var(--gd-palette-complementary-0, #fff);
  --gd-toastMessage-error-textColor: var(--gd-palette-complementary-0, #fff);
  --gd-toastMessage-error-backgroundColor: var(--gd-palette-error-base-t02, rgba(229, 77, 66, 0.98));
  --gd-toastMessage-error-borderColor: transparent;
  --gd-toastMessage-error-borderWidth: 0;
  --gd-toastMessage-error-borderRadius: 3px;
  --gd-toastMessage-error-closeButtonColor: var(--gd-palette-complementary-0, #fff);
  --gd-toastMessage-error-linkButtonColor: rgba(255, 255, 255, 0.85);
  --gd-toastMessage-error-separatorLineColor: var(--gd-palette-complementary-0, #fff);
  --gd-modal-borderColor: var(--gd-palette-complementary-3, #dde4eb);
  --gd-modal-borderRadius: 3px;
  --gd-modal-borderWidth: 0;
  --gd-modal-outsideBackgroundColor: var(--gd-palette-complementary-2-from-theme, #eff1f3);
  --gd-modal-title-color: var(--gd-palette-complementary-9, #000);
  --gd-modal-title-lineColor: var(--gd-palette-complementary-3, #dde4eb);
  --gd-chart-axis-color: var(--gd-palette-complementary-4-from-theme, #ccd6eb);
  --gd-chart-axis-labelColor: var(--gd-palette-complementary-7, #6d7680);
  --gd-chart-axis-valueColor: var(--gd-palette-complementary-6, #94a1ad);
  --gd-chart-backgroundColor: var(--gd-palette-complementary-0, #fff);
  --gd-chart-gridColor: var(--gd-palette-complementary-3-from-theme, #ebebeb);
  --gd-chart-legendValueColor: var(--gd-palette-complementary-7, #6d7680);
  --gd-chart-tooltip-backgroundColor: var(
      --gd-chart-tooltipBackgroundColor,
      var(--gd-palette-complementary-0-from-theme, rgba(255, 255, 255, 0.95))
  );
  --gd-chart-tooltip-borderColor: var(
      --gd-chart-tooltipBorderColor,
      var(--gd-palette-complementary-3-from-theme, rgba(201, 213, 224, 0.7))
  );
  --gd-chart-tooltip-labelColor: var(
      --gd-chart-tooltipLabelColor,
      var(--gd-palette-complementary-6-from-theme, var(--gd-palette-complementary-9, #000))
  );
  --gd-chart-tooltip-valueColor: var(--gd-chart-tooltipValueColor, var(--gd-palette-complementary-9, #000));
  --gd-chart-legendLabelColor: var(--gd-palette-complementary-5, #b0beca);
  --gd-chart-dataLabel-backplateTextColor: var(--gd-palette-complementary-9, #000);
  --gd-chart-dataLabel-backplateBackgroundColor: var(--gd-palette-complementary-0, #fff);
  --gd-chart-dataLabel-backplateBorderColor: var(--gd-palette-complementary-3-from-theme, #dde4eb);
  --gd-chart-dataLabel-backplateBorderRadius: 2px;
  --gd-chart-axisColor: var(--gd-palette-complementary-4-from-theme, #ccd6eb);
  --gd-chart-axisLabelColor: var(--gd-palette-complementary-7, #6d7680);
  --gd-chart-axisValueColor: var(--gd-palette-complementary-6, #94a1ad);
  --gd-chart-tooltipBackgroundColor: var(
      --gd-palette-complementary-0-from-theme,
      rgba(255, 255, 255, 0.95)
  );
  --gd-chart-tooltipBorderColor: var(--gd-palette-complementary-3-from-theme, rgba(201, 213, 224, 0.7));
  --gd-chart-tooltipLabelColor: var(
      --gd-palette-complementary-6-from-theme,
      var(--gd-palette-complementary-9, #000)
  );
  --gd-chart-tooltipValueColor: var(--gd-palette-complementary-9, #000);
  --gd-table-backgroundColor: var(--gd-palette-complementary-0, #fff);
  --gd-table-gridColor: var(--gd-palette-complementary-4-from-theme, rgba(176, 190, 202, 0.5));
  --gd-table-headerHoverBackgroundColor: var(
      --gd-palette-complementary-1-from-theme,
      var(--gd-palette-primary-dimmed, #e8f7fc)
  );
  --gd-table-headerLabelColor: var(
      --gd-palette-complementary-7-from-theme,
      var(--gd-palette-complementary-8, #464e56)
  );
  --gd-table-hoverBackgroundColor: var(--gd-palette-complementary-1-from-theme, rgba(109, 118, 128, 0.1));
  --gd-table-loadingIconColor: var(--gd-palette-complementary-6, #94a1ad);
  --gd-table-nullValueColor: var(--gd-palette-complementary-6, #94a1ad);
  --gd-table-subtotalBackgroundColor: var(
      --gd-palette-complementary-1-from-theme,
      rgba(176, 190, 202, 0.1)
  );
  --gd-table-totalBackgroundColor: var(--gd-palette-complementary-2-from-theme, rgba(176, 190, 202, 0.2));
  --gd-table-overallTotalBackgroundColor: var(--gd-palette-complementary-5-t60, rgba(176, 190, 202, 0.4));
  --gd-table-totalValueColor: var(--gd-palette-complementary-9, #000);
  --gd-table-valueColor: var(--gd-palette-complementary-8, #464e56);
  --gd-kpi-primaryMeasureColor: var(--gd-palette-complementary-9, #000);
  --gd-kpi-secondaryInfoColor: var(--gd-palette-complementary-3-from-theme, rgba(176, 190, 202, 0.5));
  --gd-analyticalDesigner-title-color: var(--gd-palette-complementary-8, #464e56);
  --gd-dashboards-content-backgroundColor: var(--gd-palette-complementary-0, #fff);
  --gd-dashboards-content-kpiWidget-backgroundColor: var(
      --gd-dashboards-content-widget-backgroundColor,
      var(--gd-palette-complementary-0, #fff)
  );
  --gd-dashboards-content-kpiWidget-borderColor: var(
      --gd-dashboards-content-widget-borderColor,
      transparent
  );
  --gd-dashboards-content-kpiWidget-borderRadius: var(--gd-dashboards-content-widget-borderRadius, 15px);
  --gd-dashboards-content-kpiWidget-borderWidth: var(--gd-dashboards-content-widget-borderWidth, 2px);
  --gd-dashboards-content-kpiWidget-dropShadow: var(--gd-dashboards-content-widget-dropShadow, none);
  --gd-dashboards-content-kpiWidget-kpi-primaryMeasureColor: var(
      --gd-palette-complementary-9-from-theme,
      #6d7680
  );
  --gd-dashboards-content-kpiWidget-kpi-secondaryInfoColor: var(--gd-palette-complementary-6, #94a1ad);
  --gd-dashboards-content-kpiWidget-title-color: var(
      --gd-dashboards-content-widget-title-color,
      var(--gd-palette-complementary-8, #464e56)
  );
  --gd-dashboards-content-kpiWidget-title-textAlign: var(
      --gd-dashboards-content-widget-title-textAlign,
      center
  );
  --gd-dashboards-content-widget-backgroundColor: var(--gd-palette-complementary-0, #fff);
  --gd-dashboards-content-widget-borderColor: transparent;
  --gd-dashboards-content-widget-borderRadius: 15px;
  --gd-dashboards-content-widget-borderWidth: 2px;
  --gd-dashboards-content-widget-chart-backgroundColor: var(
      --gd-dashboards-content-widget-backgroundColor,
      var(--gd-palette-complementary-0, #fff)
  );
  --gd-dashboards-content-widget-dropShadow: none;
  --gd-dashboards-content-widget-table-backgroundColor: var(
      --gd-dashboards-content-widget-backgroundColor,
      var(--gd-palette-complementary-0, #fff)
  );
  --gd-dashboards-content-widget-title-color: var(--gd-palette-complementary-8, #464e56);
  --gd-dashboards-content-widget-title-textAlign: center;
  --gd-dashboards-filterBar-backgroundColor: var(--gd-palette-complementary-0, #fff);
  --gd-dashboards-filterBar-borderColor: var(--gd-palette-complementary-3, #dde4eb);
  --gd-dashboards-filterBar-filterButton-backgroundColor: transparent;
  --gd-dashboards-navigation-backgroundColor: var(--gd-palette-complementary-1-from-theme, #303442);
  --gd-dashboards-navigation-borderColor: var(
      --gd-palette-complementary-4-from-theme,
      rgba(148, 161, 173, 0.2)
  );
  --gd-dashboards-navigation-title-color: var(--gd-palette-complementary-6, #94a1ad);
  --gd-dashboards-navigation-item-color: var(--gd-palette-complementary-8-from-theme, #94a1ad);
  --gd-dashboards-navigation-item-hoverColor: var(--gd-palette-complementary-9-from-theme, #fff);
  --gd-dashboards-navigation-item-selectedColor: var(--gd-palette-complementary-9-from-theme, #fff);
  --gd-dashboards-navigation-item-selectedBackgroundColor: var(
      --gd-palette-complementary-0-from-theme,
      #131c28
  );
  --gd-dashboards-section-description-color: var(--gd-palette-complementary-6, #94a1ad);
  --gd-dashboards-section-title-color: var(--gd-palette-complementary-8, #464e56);
  --gd-dashboards-section-title-lineColor: var(--gd-palette-complementary-3, #dde4eb);
  --gd-dashboards-title-backgroundColor: var(--gd-palette-complementary-0, #fff);
  --gd-dashboards-title-color: var(--gd-palette-complementary-8, #464e56);
  --gd-dashboards-title-borderColor: var(--gd-palette-complementary-3, #dde4eb);
  --gd-palette-error-base-d10: #d62a1e;
  --gd-palette-error-base-d20: #aa2117;
  --gd-palette-error-base-t02: rgba(229, 77, 66, 0.98);
  --gd-palette-error-base-t10: rgba(229, 77, 66, 0.9);
  --gd-palette-error-base-t50: rgba(229, 77, 66, 0.5);
  --gd-palette-error-base-t70d20: rgba(170, 33, 23, 0.3);
  --gd-palette-error-base-t85: rgba(229, 77, 66, 0.15);
  --gd-palette-error-dimmed: #fcedec;
  --gd-palette-error-dimmed90: #e75e54;
  --gd-palette-error-disabled: rgba(241, 161, 156, 0.6);
  --gd-palette-error-focus: rgba(235, 119, 111, 0.6);
  --gd-palette-error-lightest: #fff2f1;
  --gd-palette-info-base-t02: var(--gd-palette-primary-base-t02, rgba(20, 178, 226, 0.98));
  --gd-palette-info-base-t85: var(--gd-palette-primary-base-t85, rgba(20, 178, 226, 0.15));
  --gd-palette-primary-base-d06: #129cc6;
  --gd-palette-primary-base-d12: #0f86aa;
  --gd-palette-primary-base-darken20: #0c6884;
  --gd-palette-primary-base-dimmed-darken03: #daf2fa;
  --gd-palette-primary-base-lighten45: #dff5fc;
  --gd-palette-primary-base-mix15-white: rgba(220, 243, 251, 0.925);
  --gd-palette-primary-base-t02: rgba(20, 178, 226, 0.98);
  --gd-palette-primary-base-t10: rgba(20, 178, 226, 0.9);
  --gd-palette-primary-base-t25: rgba(20, 178, 226, 0.75);
  --gd-palette-primary-base-t50: rgba(20, 178, 226, 0.5);
  --gd-palette-primary-base-t70: rgba(20, 178, 226, 0.3);
  --gd-palette-primary-base-t80: rgba(20, 178, 226, 0.2);
  --gd-palette-primary-base-t85: rgba(20, 178, 226, 0.15);
  --gd-palette-primary-base-t90: rgba(20, 178, 226, 0.1);
  --gd-palette-primary-dimmed: #e8f7fc;
  --gd-palette-primary-dimmed50: #8ad9f1;
  --gd-palette-primary-disabled: rgba(69, 199, 239, 0.6);
  --gd-palette-primary-focus: rgba(41, 190, 236, 0.6);
  --gd-palette-primary-lightest: #dff5fc;
  --gd-palette-success-base-d06: #00a277;
  --gd-palette-success-base-d12: #008460;
  --gd-palette-success-base-t02: rgba(0, 193, 141, 0.98);
  --gd-palette-success-base-t85: rgba(0, 193, 141, 0.15);
  --gd-palette-success-dimmed: #e5f8f3;
  --gd-palette-success-disabled: rgba(0, 224, 163, 0.5);
  --gd-palette-success-focus: rgba(0, 224, 163, 0.5);
  --gd-palette-warning-base-t50: rgba(241, 134, 0, 0.5);
  --gd-palette-warning-base-t70d20: rgba(179, 153, 4, 0.3);
  --gd-palette-warning-base-t85: rgba(241, 134, 0, 0.15);
  --gd-palette-warning-dimmed: #fce7cc;
  --gd-palette-warning-dimmed40: #8a6434;
  --gd-palette-warning-text-dimmed: #685945;
  --gd-palette-warning-low-base-m80: #d0f0f9;
  --gd-palette-warning-medium-base-m80: #fce7cc;
  --gd-palette-warning-high-base-m80: #fadbd9;
  --gd-palette-complementary-0-t10: rgba(255, 255, 255, 0.95);
  --gd-palette-complementary-0-t50: rgba(255, 255, 255, 0.5);
  --gd-palette-complementary-0-t70: rgba(255, 255, 255, 0.3);
  --gd-palette-complementary-5-t40: rgba(176, 190, 202, 0.6);
  --gd-palette-complementary-5-t60: rgba(176, 190, 202, 0.4);
  --gd-palette-complementary-9-t80: rgba(0, 0, 0, 0.2);
  --gd-palette-complementary-9-t85: rgba(0, 0, 0, 0.15);
  --gd-palette-complementary-9-t90: rgba(0, 0, 0, 0.1);
  --gd-shadow-color: rgba(20, 56, 93, 0.15);
  --gd-font-family: gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif;
  --gd-spacing-10px: 10px;
  --gd-spacing-15px: 15px;
  --gd-spacing-20px: 20px;
  --gd-spacing-5px: 5px;
  --gd-spacing-6px: 6px;
  --gd-spacing-7px: 7px;
  --gd-spacing-3px: 3px;
  --gd-spacing-14px: 14px;
  --gd-spacing-16px: 16px;
  --gd-spacing-34px: 34px;
  --gd-transition-all: all 0.25s ease-in-out;
  --gd-button-XXL: 55px;
  --gd-button-XL: 45px;
  --gd-button-L: 38px;
  --gd-button-M: 32px;
  --gd-button-S: 27px;
  --gd-button-XS: 21px;
  --gd-icon-fill-color: var(--gd-palette-complementary-9);
  --gd-icon-background-color: var(--gd-palette-complementary-2);
  --gd-tabs-height-L: 56px;
  --gd-tabs-height-M: 27px;
  --gd-tabs-height-S: 23px;
  --gd-table-font-size: 14px;
  --gd-table-row-height-normal: 45px;
  --gd-table-row-height-large: 55px;
  --gd-table-row-height-small: 27px;
  --gd-table-row-line-height: 27px;
  --gd-table-label-font-size: 11px;
  --gd-table-counter-font-size: 12px;
  --gd-table-dropdown-item-font-size: 12px;
  --gd-table-multi-line-font-size: 12px;
  --gd-table-multi-line-line-height: 17px;
  --gd-table-multi-line-font-size-large: 14px;
  --gd-table-multi-line-line-height-large: 23px;
  --gd-table-dropdown-item-height: 28px;
  --gd-table-title-font-size: 24px;
}

.animation-fadeIn,
.animation-fadeOut,
.animation-bounce {
  animation-duration: 0.6s;
}

.animation-fadeIn,
.animation-fadeOut {
  animation-name: animation-fade;
}

.animation-fadeOut {
  animation-direction: reverse;
}

.animation-bounce {
  animation-name: animation-bounce;
}

.animation-slow {
  animation-duration: 1s;
}

.animation-fast {
  animation-duration: 0.4s;
}

@keyframes animation-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animation-bounce {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* allow vendor prefixes and disable max length */
/* allow vendor prefixes and disable max length */
@font-face {
  font-family: "Indigo";
  src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff2") format("woff2"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=gd-icon-]::before,
[class*=" gd-icon-"]::before,
[class^=gd-icon-].gd-icon-right::after,
[class*=" gd-icon-"].gd-icon-right::after {
  font-family: "Indigo", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  /* Better Font Rendering looks better in Chrome, corresponds to Sketch mockups */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: none;
}

[class^=gd-icon-].gd-icon-right::before,
[class*=" gd-icon-"].gd-icon-right::before {
  content: "";
  display: none;
}

.gd-icon-trend-down::before,
.gd-icon-trend-down.gd-icon-right::after {
  content: "\e600";
}

.gd-icon-trend-up::before,
.gd-icon-trend-up.gd-icon-right::after {
  content: "\e601";
}

.gd-icon-user::before,
.gd-icon-user.gd-icon-right::after {
  content: "\e602";
}

.gd-icon-ghost::before,
.gd-icon-ghost.gd-icon-right::after {
  content: "\e603";
}

.gd-icon-redo::before,
.gd-icon-redo.gd-icon-right::after {
  content: "\e604";
}

.gd-icon-undo::before,
.gd-icon-undo.gd-icon-right::after {
  content: "\e605";
}

.gd-icon-pause::before,
.gd-icon-pause.gd-icon-right::after {
  content: "\e606";
}

.gd-icon-users::before,
.gd-icon-users.gd-icon-right::after {
  content: "\e607";
}

.gd-icon-cloud-rain::before, .gd-icon-rain::before,
.gd-icon-cloud-rain.gd-icon-right::after,
.gd-icon-right.gd-icon-rain::after {
  content: "\e608";
}

.gd-icon-calendar::before,
.gd-icon-calendar.gd-icon-right::after {
  content: "\e609";
}

.gd-icon-circle-exclamation::before,
.gd-icon-circle-exclamation.gd-icon-right::after {
  content: "\e60a";
}

.gd-icon-circle-question::before,
.gd-icon-circle-question.gd-icon-right::after {
  content: "\e60b";
}

.gd-icon-dropright::before,
.gd-icon-dropright.gd-icon-right::after {
  content: "\e60c";
}

.gd-icon-dropdown::before,
.gd-icon-dropdown.gd-icon-right::after {
  content: "\e60d";
}

.gd-icon-question::before,
.gd-icon-question.gd-icon-right::after {
  content: "\e60e";
}

.gd-icon-number::before,
.gd-icon-number.gd-icon-right::after {
  content: "\e60f";
}

.gd-icon-navigateleft::before,
.gd-icon-navigateleft.gd-icon-right::after {
  content: "\e610";
}

.gd-icon-navigateright::before,
.gd-icon-navigateright.gd-icon-right::after {
  content: "\e611";
}

.gd-icon-navigatedown::before,
.gd-icon-navigatedown.gd-icon-right::after {
  content: "\e612";
}

.gd-icon-navigateup::before,
.gd-icon-navigateup.gd-icon-right::after {
  content: "\e613";
}

.gd-icon-pencil::before,
.gd-icon-pencil.gd-icon-right::after {
  content: "\e614";
}

.gd-icon-magic::before,
.gd-icon-magic.gd-icon-right::after {
  content: "\e615";
}

.gd-icon-cloud-upload::before, .gd-icon-upload::before, .gd-icon-uploadcloud::before,
.gd-icon-cloud-upload.gd-icon-right::after,
.gd-icon-right.gd-icon-upload::after,
.gd-icon-right.gd-icon-uploadcloud::after {
  content: "\e616";
}

.gd-icon-lock::before,
.gd-icon-lock.gd-icon-right::after {
  content: "\e617";
}

.gd-icon-unlock::before,
.gd-icon-unlock.gd-icon-right::after {
  content: "\e618";
}

.gd-icon-settings::before, .gd-icon-config::before,
.gd-icon-settings.gd-icon-right::after,
.gd-icon-right.gd-icon-config::after {
  content: "\e619";
}

.gd-icon-trash::before,
.gd-icon-trash.gd-icon-right::after {
  content: "\e61a";
}

.gd-icon-at-sign::before,
.gd-icon-at-sign.gd-icon-right::after {
  content: "\e61b";
}

.gd-icon-envelope::before,
.gd-icon-envelope.gd-icon-right::after {
  content: "\e61c";
}

.gd-icon-visible::before,
.gd-icon-visible.gd-icon-right::after {
  content: "\e61d";
}

.gd-icon-invisible::before,
.gd-icon-invisible.gd-icon-right::after {
  content: "\e61e";
}

.gd-icon-save::before,
.gd-icon-save.gd-icon-right::after {
  content: "\e61f";
}

.gd-icon-printer::before,
.gd-icon-printer.gd-icon-right::after {
  content: "\e620";
}

.gd-icon-file::before,
.gd-icon-file.gd-icon-right::after {
  content: "\e621";
}

.gd-icon-folder::before,
.gd-icon-folder.gd-icon-right::after {
  content: "\e622";
}

.gd-icon-enter::before,
.gd-icon-enter.gd-icon-right::after {
  content: "\e623";
}

.gd-icon-earth::before,
.gd-icon-earth.gd-icon-right::after {
  content: "\e624";
}

.gd-icon-bell::before,
.gd-icon-bell.gd-icon-right::after {
  content: "\e625";
}

.gd-icon-horn::before,
.gd-icon-horn.gd-icon-right::after {
  content: "\e626";
}

.gd-icon-sync::before,
.gd-icon-sync.gd-icon-right::after {
  content: "\e627";
}

.gd-icon-clock::before,
.gd-icon-clock.gd-icon-right::after {
  content: "\e628";
}

.gd-icon-timer::before,
.gd-icon-timer.gd-icon-right::after {
  content: "\e629";
}

.gd-icon-download::before,
.gd-icon-download.gd-icon-right::after {
  content: "\e62a";
}

.gd-icon-magnifier::before, .gd-icon-search::before,
.gd-icon-magnifier.gd-icon-right::after,
.gd-icon-right.gd-icon-search::after {
  content: "\e62b";
}

.gd-icon-checkmark::before,
.gd-icon-checkmark.gd-icon-right::after {
  content: "\e62c";
}

.gd-icon-cross::before, .gd-icon-clear::before,
.gd-icon-cross.gd-icon-right::after,
.gd-icon-right.gd-icon-clear::after {
  content: "\e62d";
}

.gd-icon-chevron-up::before,
.gd-icon-chevron-up.gd-icon-right::after {
  content: "\e62e";
}

.gd-icon-chevron-down::before,
.gd-icon-chevron-down.gd-icon-right::after {
  content: "\e62f";
}

.gd-icon-chevron-left::before,
.gd-icon-chevron-left.gd-icon-right::after {
  content: "\e630";
}

.gd-icon-chevron-right::before,
.gd-icon-chevron-right.gd-icon-right::after {
  content: "\e631";
}

.gd-icon-arrow-up::before,
.gd-icon-arrow-up.gd-icon-right::after {
  content: "\e632";
}

.gd-icon-arrow-down::before,
.gd-icon-arrow-down.gd-icon-right::after {
  content: "\e633";
}

.gd-icon-arrow-left::before,
.gd-icon-arrow-left.gd-icon-right::after {
  content: "\e634";
}

.gd-icon-arrow-right::before,
.gd-icon-arrow-right.gd-icon-right::after {
  content: "\e635";
}

.gd-icon-tab::before,
.gd-icon-tab.gd-icon-right::after {
  content: "\e636";
}

.gd-icon-warning::before,
.gd-icon-warning.gd-icon-right::after {
  content: "\e637";
}

.gd-icon-circle-checkmark::before,
.gd-icon-circle-checkmark.gd-icon-right::after {
  content: "\e638";
}

.gd-icon-circle-cross::before,
.gd-icon-circle-cross.gd-icon-right::after {
  content: "\e639";
}

.gd-icon-circle-plus::before,
.gd-icon-circle-plus.gd-icon-right::after {
  content: "\e63a";
}

.gd-icon-circle-minus::before,
.gd-icon-circle-minus.gd-icon-right::after {
  content: "\e63b";
}

.gd-icon-filter::before,
.gd-icon-filter.gd-icon-right::after {
  content: "\e63c";
}

.gd-icon-sharp::before,
.gd-icon-sharp.gd-icon-right::after {
  content: "\e63d";
}

.gd-icon-money::before,
.gd-icon-money.gd-icon-right::after {
  content: "\e63e";
}

.gd-icon-percent::before,
.gd-icon-percent.gd-icon-right::after {
  content: "\e63f";
}

.gd-icon-plus::before, .gd-icon-add::before,
.gd-icon-plus.gd-icon-right::after,
.gd-icon-right.gd-icon-add::after {
  content: "\e640";
}

.gd-icon-A::before,
.gd-icon-A.gd-icon-right::after {
  content: "\e641";
}

.gd-icon-copyright::before,
.gd-icon-copyright.gd-icon-right::after {
  content: "\e642";
}

.gd-list-item.gd-list-item-header .is-open::before, .gd-list-item.gd-list-item-header .is-collapsible::before {
  overflow: hidden;
  width: 12px;
  height: 20px;
  margin: 1px 0 0;
  color: #b9b9b9;
  font-family: "Indigo", sans-serif;
  font-size: 11px;
}

.gd-list-item.gd-menu-item.is-submenu::after, .gd-list-item.gd-menu-item.is-checked::before {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--gd-palette-complementary-5, #b0beca);
  font-family: "Indigo", sans-serif;
}

.gd-list-noResults {
  padding: 15px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 14px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  text-align: center;
}

.gd-list-loading {
  margin: 10px;
  text-align: center;
}

.gd-list-status-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  margin: 5px 10px;
  line-height: 20px;
  font-size: 12px;
  padding-top: 5px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-list-status-bar span {
  flex: 0 0 auto;
  height: 20px;
  white-space: nowrap;
  min-width: 0;
}

.gd-list-status-bar .gd-shortened-text {
  flex: 0 1 auto;
  overflow: hidden;
  width: auto;
  height: 20px;
  white-space: nowrap;
  max-width: inherit;
  text-overflow: ellipsis;
}

.gd-list-status-bar .gd-shortened-text.gd-selection-list {
  font-weight: bold;
}

.gd-list-all-checkbox-checked {
  font-weight: bold;
}

.gd-list-actions {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  margin: 0 10px 10px;
  line-height: 1;
  font-size: 12px;
}

.gd-list-actions .gd-button-link:first-of-type {
  margin-left: 0;
  padding-left: 0;
}

.gd-list-actions.gd-list-actions-invertable {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-list-actions.gd-list-actions-invertable .input-checkbox-label {
  flex: 0 1 auto;
  cursor: pointer;
}

.gd-list-actions.gd-list-actions-invertable .input-checkbox-label.disabled {
  cursor: default;
}

.gd-list-actions.gd-list-actions-invertable .input-checkbox-label::after {
  content: " ";
}

.gd-list-actions-selection-size {
  box-sizing: border-box;
  margin: 1px 0 0 5px;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-list {
  line-height: 28px;
  font-size: 12px;
}

.gd-list .gd-infinite-list {
  position: relative;
  width: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

button.gd-list-item {
  width: 100%;
  border-color: transparent;
  background: none;
  text-align: left;
}

.gd-list-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  padding: 0 10px;
  color: var(--gd-palette-complementary-8, #464e56);
  cursor: pointer;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-size: 12px;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gd-list-item:hover {
  color: var(--gd-palette-complementary-9, #000);
  background: var(--gd-palette-complementary-2, #ebeff4);
  text-decoration: none;
}

.gd-list-item:hover.is-selected {
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.gd-list-item:focus-visible {
  outline: revert;
  outline-offset: -2px;
}

.gd-list-item.gd-menu-item-remove:hover {
  color: var(--gd-palette-error-base, #e54d42);
  background: var(--gd-palette-error-dimmed, #fcedec);
}

.gd-mobile-dropdown-content .gd-list-item {
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-size: 14px;
  text-align: left;
}

.gd-list-item.variant-delete:hover {
  color: var(--gd-palette-error-base, #e54d42);
  background: var(--gd-palette-error-dimmed, #fcedec);
}

.gd-list-item.is-disabled {
  opacity: 0.5;
}

.gd-list-item.is-focused {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
  color: var(--gd-palette-complementary-9, #000);
}

.gd-list-item.is-selected {
  color: var(--gd-palette-primary-base, #14b2e2);
  font-weight: bold;
}

.gd-list-item.is-selected .gd-customizable-checkmark-mobile-navigation-wrapper {
  width: 29px;
}

.gd-list-item.is-selected .gd-customizable-checkmark-mobile-navigation {
  top: 18px;
  right: 13px;
  bottom: 0;
}

.gd-list-item.gd-menu-item {
  padding: 4px 30px;
}

@media (forced-colors: active) {
  .gd-list-item.gd-menu-item {
    color: buttontext !important;
  }
  .gd-list-item.gd-menu-item i {
    color: buttontext !important;
  }
}
.gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-menu-item {
  padding: 4px 10px;
}

.gd-list-item.gd-menu-item.is-checked::before {
  content: "\e62c";
  left: 0;
  width: 30px;
  font-size: 12px;
}

.gd-list-item.gd-menu-item.is-submenu::after {
  content: "\e611";
  right: 0;
  width: 30px;
  font-size: 14px;
}

.gd-list-item label.input-checkbox-label {
  pointer-events: none;
}

.gd-list-item input[type=checkbox] {
  flex: 0 0 auto;
  margin: 0 7px 0 0;
}

.gd-list-item span,
.gd-list-item label {
  display: block;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gd-list-item .gd-list-icon,
.gd-list-item .gd-list-icon-right {
  flex: 0 0 auto;
}

.is-multiselect .gd-list-item.is-selected {
  color: var(--gd-palette-complementary-8, #464e56);
  font-weight: bold;
}

.is-multiselect .gd-list-item.is-selected::after {
  display: none !important;
}

.is-multiselect .gd-list-item.is-focused.is-selected, .is-multiselect .gd-list-item:hover.is-selected {
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-list-item.has-only-visible:hover:hover .gd-list-item-only {
  opacity: 1;
}

.gd-list-item .gd-list-item-only {
  opacity: 0;
  flex: 0 0 auto;
  color: var(--gd-palette-primary-base, #14b2e2);
  margin-left: 7px;
  font-weight: normal;
}

.gd-list-item .gd-list-item-only:hover, .gd-list-item .gd-list-item-only:focus, .gd-list-item .gd-list-item-only:active {
  color: var(--gd-palette-complementary-8, #464e56);
  text-decoration: underline;
}

.gd-list-item.gd-list-item-separator, .gd-list-item.gd-list-item-header {
  cursor: default;
}

.gd-list-item.gd-list-item-separator:hover, .gd-list-item.gd-list-item-separator:hover > div, .gd-list-item.gd-list-item-separator:focus, .gd-list-item.gd-list-item-separator:focus > div, .gd-list-item.gd-list-item-separator:active, .gd-list-item.gd-list-item-separator:active > div, .gd-list-item.gd-list-item-header:hover, .gd-list-item.gd-list-item-header:hover > div, .gd-list-item.gd-list-item-header:focus, .gd-list-item.gd-list-item-header:focus > div, .gd-list-item.gd-list-item-header:active, .gd-list-item.gd-list-item-header:active > div {
  color: var(--gd-palette-complementary-6, #94a1ad);
  background: transparent;
}

.gd-list-item.gd-list-item-separator {
  position: relative;
  min-height: 10px;
}

.gd-list-item.gd-list-item-separator::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  left: 10px;
  height: 0;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-menu-wrapper .gd-list-item.gd-list-item-separator::before {
  right: 30px;
  left: 30px;
}

.gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-list-item-separator::before {
  right: 10px;
  left: 10px;
}

.gd-list-item.gd-list-item-header {
  padding: 12px 10px 0;
  line-height: 16px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 10px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gd-menu-wrapper .gd-list-item.gd-list-item-header {
  padding: 12px 30px 0;
}

.gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-list-item-header {
  padding: 12px 10px 0;
}

.gd-list-item.gd-list-item-header > div {
  color: inherit;
}

.gd-list-item.gd-list-item-header .is-collapsible {
  cursor: pointer;
}

.gd-list-item.gd-list-item-header .is-collapsible:hover {
  background-color: #f2f2f2;
}

.gd-list-item.gd-list-item-header .is-collapsible::before {
  content: ")";
  float: left;
}

.gd-list-item.gd-list-item-header .is-open::before {
  content: "(";
}

.gd-list-item .gd-list-item-bubble {
  padding-left: 3px;
  padding-bottom: 3px;
}

.gd-ui-kit-listbox__items:focus-visible .gd-list-item.is-focused {
  outline-offset: -2px;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
}

.gd-list-icon {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-list-icon:first-child {
  margin-left: 0;
}

.gd-list-icon:last-child {
  margin-right: 0;
}

.gd-list-icon-right {
  margin-right: 0;
}

.gd-list-item .input-checkbox-label,
.gd-list-actions .input-checkbox-label {
  padding-right: 0;
  padding-left: 23px;
}

.gd-list-root .gd-button-link {
  padding: 0;
  font-size: 12px;
}

.gd-list-root .gd-button-link > span {
  text-decoration: none;
}

.gd-list-root .gd-button-link:hover > span {
  text-decoration: underline;
}

.gd-list-root .gd-button-link:first-child {
  margin-left: 8px;
}

.gd-infinite-list .gd-infinite-list-scroll-container {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.gd-infinite-list .gd-infinite-list-scroll-container::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
}

.gd-infinite-list .gd-infinite-list-scroll-container::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(176, 190, 202, 0.3);
}

.gd-infinite-list .gd-infinite-list-scroll-container:hover::-webkit-scrollbar-thumb {
  background-color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-infinite-list .gd-infinite-list-scroll-container:focus-visible {
  outline: revert;
}

.gd-infinite-list .gd-infinite-list-item {
  white-space: nowrap;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-infinite-list .gd-project-list-item {
  height: inherit;
}

.gd-list-header,
.gd-list-footer {
  margin: 10px;
  line-height: 16px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 12px;
}

.gd-list-header {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-list-footer {
  padding-top: 10px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-list-limitExceeded {
  margin: 5px 10px;
}

.gd-list-limitExceeded.gd-message::after {
  display: none;
}

.gd-menu-wrapper {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 8px 0;
  box-shadow: 0 1px 20px var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.2));
  background: var(--gd-palette-complementary-0, #fff);
  border-radius: 3px;
}

.gd-menu-wrapper .gd-ui-kit-tooltip__anchor {
  width: 100%;
}


/* allow vendor prefixes and disable max length */
/* allow vendor prefixes and disable max length */
.gd-flex-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.gd-flex-list-container {
  flex: 1 1 auto;
}

.gd-flex-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: row wrap;
  align-content: stretch;
}

.gd-flex-row-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  flex-flow: column nowrap;
  align-content: stretch;
}

.gd-flex-item {
  flex: 0 0 auto;
}

.gd-flex-item-stretch {
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: auto;
}

@media only screen and (max-width: 640px) {
  .gd-flex-wrapper-mobile {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .gd-flex-list-container-mobile {
    flex: 1 1 auto;
  }
  .gd-flex-container-mobile {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: row wrap;
    align-content: stretch;
  }
  .gd-flex-row-container-mobile {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    flex-flow: column nowrap;
    align-content: stretch;
  }
  .gd-flex-item-mobile {
    flex: 0 0 auto;
  }
  .gd-flex-item-stretch-mobile {
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior: auto;
  }
}
/* ==========================================================================
   Messages
   ========================================================================== */
.gd-message-enter,
.gd-message-exit.gd-message-exit-active {
  opacity: 0;
  transition: opacity 0.22s ease-in;
}

.gd-message-enter.gd-message-enter-active,
.gd-message-exit {
  opacity: 1;
}

.gd-messages {
  position: fixed;
  z-index: 2;
  top: 30px;
  left: 50%;
  width: 90%;
  margin: 0;
  transform: translateX(-50%);
  pointer-events: none;
  max-width: 620px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 640px) {
  .gd-messages {
    top: 30px;
  }
}
.gd-message-layout {
  margin: 15px 0 20px;
}

.gd-message-dismiss, .gd-message-support {
  font: inherit;
  color: inherit;
  opacity: 0.85;
  cursor: pointer;
}

.gd-message-dismiss:hover, .gd-message-support:hover, .gd-message-dismiss:focus, .gd-message-support:focus, .gd-message-dismiss:active, .gd-message-support:active {
  color: inherit;
  opacity: 1;
}

.gd-message-support {
  margin-left: 10px;
  text-decoration: underline;
}

.gd-message-dismiss {
  position: relative;
  padding: 0;
  margin-left: 10px;
  background: none;
  border: 0;
  box-shadow: none;
  height: 20px;
}

.gd-message-dismiss, .gd-message-dismiss:hover, .gd-message-dismiss:focus, .gd-message-dismiss:active {
  text-decoration: none;
}

.gd-message-dismiss::before {
  color: var(--gd-palette-complementary-0, #fff);
  font-size: 14px;
}

/* ==========================================================================
   Messages
   ========================================================================== */
.gd-message {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 4px 8px 4px 10px;
  min-height: 1px;
  line-height: 1.4em;
  pointer-events: all;
  max-width: 100%;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-size: 14px;
  text-align: left;
  --shadow-when-enabled: 0 4px 4px 0 var(--gd-shadow-color);
  color: var(--local_textColor);
  background: var(--local_backgroundColor);
  border-style: solid;
  border-color: var(--local_borderColor);
  border-width: var(--local_borderWidth);
  border-radius: var(--local_borderRadius);
  box-shadow: var(--local_dropShadow, var(--shadow-when-enabled));
}

.gd-message::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

.gd-message a:not(.gd-message-dismiss),
.gd-message .gd-message-text-showmorelink {
  color: var(--local_linkButtonColor);
  text-decoration: underline;
}

.gd-message .gd-message-dismiss::before {
  color: var(--local_closeButtonColor);
}

.gd-message.contrast::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.gd-message.progress {
  --local_textColor: var(--gd-message-information-textColor);
  --local_backgroundColor: var(--gd-message-information-backgroundColor);
  --local_borderColor: var(--gd-message-information-borderColor);
  --local_borderWidth: var(--gd-message-information-borderWidth);
  --local_borderRadius: var(--gd-message-information-borderRadius);
  --local_dropShadow: var(--gd-message-information-dropShadow);
  --local_linkButtonColor: var(--gd-message-information-linkButtonColor);
  --local_closeButtonColor: var(--gd-message-information-closeButtonColor);
}

.gd-message.information {
  --local_textColor: var(--gd-message-information-textColor);
  --local_backgroundColor: var(--gd-message-information-backgroundColor);
  --local_borderColor: var(--gd-message-information-borderColor);
  --local_borderWidth: var(--gd-message-information-borderWidth);
  --local_borderRadius: var(--gd-message-information-borderRadius);
  --local_dropShadow: var(--gd-message-information-dropShadow);
  --local_linkButtonColor: var(--gd-message-information-linkButtonColor);
  --local_closeButtonColor: var(--gd-message-information-closeButtonColor);
}

.gd-message.success {
  --local_textColor: var(--gd-message-success-textColor);
  --local_backgroundColor: var(--gd-message-success-backgroundColor);
  --local_borderColor: var(--gd-message-success-borderColor);
  --local_borderWidth: var(--gd-message-success-borderWidth);
  --local_borderRadius: var(--gd-message-success-borderRadius);
  --local_dropShadow: var(--gd-message-success-dropShadow);
  --local_linkButtonColor: var(--gd-message-success-linkButtonColor);
  --local_closeButtonColor: var(--gd-message-success-closeButtonColor);
}

.gd-message.warning {
  --local_textColor: var(--gd-message-warning-textColor);
  --local_backgroundColor: var(--gd-message-warning-backgroundColor);
  --local_borderColor: var(--gd-message-warning-borderColor);
  --local_borderWidth: var(--gd-message-warning-borderWidth);
  --local_borderRadius: var(--gd-message-warning-borderRadius);
  --local_dropShadow: var(--gd-message-warning-dropShadow);
  --local_linkButtonColor: var(--gd-message-warning-linkButtonColor);
  --local_closeButtonColor: var(--gd-message-warning-closeButtonColor);
}

.gd-message.error {
  --local_textColor: var(--gd-message-error-textColor);
  --local_backgroundColor: var(--gd-message-error-backgroundColor);
  --local_borderColor: var(--gd-message-error-borderColor);
  --local_borderWidth: var(--gd-message-error-borderWidth);
  --local_borderRadius: var(--gd-message-error-borderRadius);
  --local_dropShadow: var(--gd-message-error-dropShadow);
  --local_linkButtonColor: var(--gd-message-error-linkButtonColor);
  --local_closeButtonColor: var(--gd-message-error-closeButtonColor);
}

.gd-message.gd-message-overlay.information, .gd-message.gd-message.intensive.information {
  --local_textColor: var(--gd-toastMessage-information-textColor);
  --local_backgroundColor: var(--gd-toastMessage-information-backgroundColor);
  --local_borderColor: var(--gd-toastMessage-information-borderColor);
  --local_borderWidth: var(--gd-toastMessage-information-borderWidth);
  --local_borderRadius: var(--gd-toastMessage-information-borderRadius);
  --local_dropShadow: var(--gd-toastMessage-information-dropShadow);
  --local_linkButtonColor: var(--gd-toastMessage-information-linkButtonColor);
  --local_closeButtonColor: var(--gd-toastMessage-information-closeButtonColor);
  --local_separatorLineColor: var(--gd-toastMessage-information-separatorLineColor);
}

.gd-message.gd-message-overlay.success, .gd-message.gd-message.intensive.success {
  --local_textColor: var(--gd-toastMessage-success-textColor);
  --local_backgroundColor: var(--gd-toastMessage-success-backgroundColor);
  --local_borderColor: var(--gd-toastMessage-success-borderColor);
  --local_borderWidth: var(--gd-toastMessage-success-borderWidth);
  --local_borderRadius: var(--gd-toastMessage-success-borderRadius);
  --local_dropShadow: var(--gd-toastMessage-success-dropShadow);
  --local_linkButtonColor: var(--gd-toastMessage-success-linkButtonColor);
  --local_closeButtonColor: var(--gd-toastMessage-success-closeButtonColor);
  --local_separatorLineColor: var(--gd-toastMessage-success-separatorLineColor);
}

.gd-message.gd-message-overlay.warning, .gd-message.gd-message.intensive.warning {
  --local_textColor: var(--gd-toastMessage-warning-textColor);
  --local_backgroundColor: var(--gd-toastMessage-warning-backgroundColor);
  --local_borderColor: var(--gd-toastMessage-warning-borderColor);
  --local_borderWidth: var(--gd-toastMessage-warning-borderWidth);
  --local_borderRadius: var(--gd-toastMessage-warning-borderRadius);
  --local_dropShadow: var(--gd-toastMessage-warning-dropShadow);
  --local_linkButtonColor: var(--gd-toastMessage-warning-linkButtonColor);
  --local_closeButtonColor: var(--gd-toastMessage-warning-closeButtonColor);
  --local_separatorLineColor: var(--gd-toastMessage-warning-separatorLineColor);
}

.gd-message.gd-message-overlay.error, .gd-message.gd-message.intensive.error {
  --local_textColor: var(--gd-toastMessage-error-textColor);
  --local_backgroundColor: var(--gd-toastMessage-error-backgroundColor);
  --local_borderColor: var(--gd-toastMessage-error-borderColor);
  --local_borderWidth: var(--gd-toastMessage-error-borderWidth);
  --local_borderRadius: var(--gd-toastMessage-error-borderRadius);
  --local_dropShadow: var(--gd-toastMessage-error-dropShadow);
  --local_linkButtonColor: var(--gd-toastMessage-error-linkButtonColor);
  --local_closeButtonColor: var(--gd-toastMessage-error-closeButtonColor);
  --local_separatorLineColor: var(--gd-toastMessage-error-separatorLineColor);
}

.gd-message-overlay {
  margin: 0;
  border: 1px solid transparent;
  -moz-transition-property: "opacity";
  -webkit-transition-property: "opacity";
  transition-property: "opacity";
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: "ease-in-out";
  -webkit-transition-timing-function: "ease-in-out";
  transition-timing-function: "ease-in-out";
}

.gd-message-overlay.is-hidden {
  opacity: 0;
}

.gd-message-overlay .gd-message-text {
  display: flex;
  align-items: flex-start;
}

.gd-message-overlay .gd-message-text > div {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.gd-message-overlay .gd-message-text .gd-message-support, .gd-message-overlay .gd-message-text-header {
  margin: 0;
  padding: 5px 10px;
}

.gd-message-overlay .gd-message-text-showmorelink {
  color: inherit;
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
  padding-left: 5px;
  background-color: transparent;
  border: none;
}

.gd-message-overlay .gd-message-text-content {
  padding-top: 5px;
  color: inherit;
  font-size: 13px;
  border-top: 1px solid var(--local_separatorLineColor);
}

.gd-message-overlay .gd-message-text-content.on {
  visibility: visible;
  overflow: auto;
  overscroll-behavior: contain;
  height: 100%;
  max-height: 150px;
}

.gd-message-overlay .gd-message-text-content.off {
  visibility: hidden;
  height: 0;
  padding: 0;
}


/* ==========================================================================
   Variables
   ========================================================================== */
/* allow vendor prefixes and disable max length */
/* allow vendor prefixes and disable max length */
.gd-rich-text-content {
  width: 100%;
  height: 100%;
  min-height: 19px;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-rich-text-content textarea {
  width: 100%;
  height: 100%;
  background-color: 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-7, #6d7680);
  border: none;
  resize: none;
  box-sizing: border-box;
}

.gd-rich-text-content textarea::placeholder {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-rich-text-content .gd-rich-text-metric-empty {
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-rich-text-content .gd-rich-text-metric-error,
.gd-rich-text-content .gd-rich-text-metric-multiple {
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-rich-text-content-view * {
  margin-top: 0;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-rich-text-content-view a,
.gd-rich-text-content-view a * {
  cursor: pointer;
  color: var(--gd-palette-primary-base, #14b2e2);
  text-decoration: underline;
}

.gd-rich-text-content-view a:hover, .gd-rich-text-content-view a:focus, .gd-rich-text-content-view a:active,
.gd-rich-text-content-view a *:hover,
.gd-rich-text-content-view a *:focus,
.gd-rich-text-content-view a *:active {
  color: var(--gd-palette-complementary-8, #464e56);
  text-decoration: underline;
}

.gd-rich-text-content-view a:hover,
.gd-rich-text-content-view a:hover * {
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-rich-text-content-view h1,
.gd-rich-text-content-view h2,
.gd-rich-text-content-view h3,
.gd-rich-text-content-view h4,
.gd-rich-text-content-view h5,
.gd-rich-text-content-view h6 {
  color: var(--gd-palette-complementary-8, #464e56);
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
}

.gd-rich-text-content-view h1 {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 10px;
}

.gd-rich-text-content-view h2 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}

.gd-rich-text-content-view h3,
.gd-rich-text-content-view h4,
.gd-rich-text-content-view h5,
.gd-rich-text-content-view h6 {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 5px;
}

.gd-rich-text-content-view p,
.gd-rich-text-content-view ul,
.gd-rich-text-content-view ol {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 0;
}

.gd-rich-text-content-view p + p {
  margin-top: 0.625rem;
}

.gd-rich-text-content-view hr {
  border-top: 0;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.bubble .bubble-content .content .gd-rich-text-content a {
  color: var(--gd-palette-primary-base, #14b2e2);
  font-size: 14px;
  line-height: 19px;
}

.bubble .bubble-content .content .gd-rich-text-content a:hover {
  color: var(--gd-palette-complementary-8, #464e56);
}

.bubble .bubble-content .content .gd-rich-text-content > p {
  font-size: 14px;
  line-height: 19px;
}


.gd-ui-kit-parameter-input {
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid var(--gd-palette-complementary-4);
  border-radius: 3px;
  background-color: var(--gd-palette-complementary-0);
}
.gd-ui-kit-parameter-input:hover {
  border-color: var(--gd-palette-complementary-5);
}
.gd-ui-kit-parameter-input:focus-within {
  border-color: var(--gd-palette-primary-base);
  box-shadow: 0 0 0 1px var(--gd-palette-primary-base);
}
.gd-ui-kit-parameter-input--hasError {
  border-color: var(--gd-palette-error-base);
}
.gd-ui-kit-parameter-input--hasError:focus-within {
  border-color: var(--gd-palette-error-base);
  box-shadow: 0 0 0 1px var(--gd-palette-error-base);
}
.gd-ui-kit-parameter-input__field {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  padding: 6px 10px 5px;
  border: 0;
  background: transparent;
  color: var(--gd-palette-complementary-9);
  font-family: inherit;
  font-size: 14px;
  line-height: normal;
}
.gd-ui-kit-parameter-input__field:focus-visible {
  outline: none;
}
.gd-ui-kit-parameter-input__field--number {
  text-align: right;
  appearance: textfield;
  -moz-appearance: textfield;
}
.gd-ui-kit-parameter-input__field--number::-webkit-outer-spin-button, .gd-ui-kit-parameter-input__field--number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gd-ui-kit-parameter-input__stepper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 25px;
  min-width: 25px;
  padding: 0;
  border-left: 1px solid var(--gd-palette-complementary-4);
  background-color: var(--gd-palette-complementary-1);
}
.gd-ui-kit-parameter-input__stepper-button {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  color: var(--gd-palette-complementary-6);
}
.gd-ui-kit-parameter-input__stepper-button:hover {
  color: var(--gd-palette-complementary-8);
}
.gd-ui-kit-parameter-input__stepper-button:disabled {
  color: var(--gd-palette-complementary-5);
  cursor: default;
}

.gd-ui-kit-parameter-control--dropdown {
  display: flex;
  flex-direction: column;
  width: 240px;
  background: var(--gd-palette-complementary-0);
  border-radius: 4px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08), 0 2px 10px rgba(0, 0, 0, 0.1);
}
.gd-ui-kit-parameter-control__dropdown-field {
  padding: 10px;
}
.gd-ui-kit-parameter-control__dropdown-field-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  font-size: 12px;
}
.gd-ui-kit-parameter-control__dropdown-label {
  color: var(--gd-palette-complementary-8);
  font-weight: 400;
}
.gd-ui-kit-parameter-control__dropdown-error {
  padding-top: 5px;
  color: var(--gd-palette-error-base);
  font-size: 12px;
}
.gd-ui-kit-parameter-control__dropdown-divider {
  height: 1px;
  margin: 10px;
  background-color: var(--gd-palette-complementary-3);
}
.gd-ui-kit-parameter-control__dropdown-preview {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 10px 10px;
  font-size: 12px;
}
.gd-ui-kit-parameter-control__dropdown-preview-label {
  color: var(--gd-palette-complementary-6);
}
.gd-ui-kit-parameter-control__dropdown-preview-text {
  color: var(--gd-palette-complementary-8);
}
.gd-ui-kit-parameter-control__dropdown-preview-text strong {
  font-weight: 700;
}
.gd-ui-kit-parameter-control__dropdown-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 10px;
  padding: 10px 0;
  border-top: 1px solid var(--gd-palette-complementary-3);
}

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px, ... */
/* allow vendor prefixes and disable max length */
/* allow vendor prefixes and disable max length */
.gd-dropdown.overlay {
  padding: 0;
}

.overlay-wrapper {
  z-index: 5001;
}

@media (forced-colors: active) {
  .overlay-wrapper .gd-bubble {
    border: 1px solid transparent !important;
  }
}
.overlay {
  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;
  position: relative;
  padding: 0.1px;
  border-radius: 3px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  background-color: var(--gd-palette-complementary-0, #fff);
  box-shadow: 0 1px 20px var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.2));
}

@media (forced-colors: active) {
  .overlay {
    border: 1px solid transparent !important;
  }
}
@media only screen and (max-width: 640px) {
  .overlay {
    border-radius: 0;
  }
}
.gd-overlay-content {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  line-height: 1.5;
}

.gd-overlay-content *,
.gd-overlay-content *::before,
.gd-overlay-content *::after {
  box-sizing: border-box;
}

.gd-overlay-content .invisible {
  visibility: hidden;
}

.gd-error-overlay-content .modalityPlugin-mask-visible {
  z-index: 10001;
  opacity: 0.95;
}

.gd-error-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.gd-error-overlay .gd-error-overlay-icon {
  margin-bottom: 20px;
}

.gd-error-overlay h2 {
  margin-bottom: 10px;
}

.gd-error-overlay .gd-error-overlay-text {
  line-height: 23px;
  color: var(--gd-palette-complementary-8, #464e56);
  font-size: 14px;
}

.gd-error-overlay .gd-error-overlay-button {
  margin-top: 20px;
}

.gd-dot-spinner {
  position: relative;
  width: 34px;
  height: 34px;
}

.gd-dot-spinner-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gd-dot-spinner div {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  background: var(--gd-palette-complementary-6, #94a1ad);
  opacity: 0.3;
  transform: translate(0, -50%) rotate(0);
  border-radius: 50%;
  transform-origin: 17px center;
}

.gd-dot-spinner .gd-dot-spinner-1 {
  transform: translate(0, -50%) rotate(45deg);
  animation-name: spinner-animation;
  animation-duration: 8/15s;
  animation-timing-function: 0.0666666667 s;
  animation-iteration-count: infinite;
}

.gd-dot-spinner .gd-dot-spinner-2 {
  transform: translate(0, -50%) rotate(90deg);
  animation-name: spinner-animation;
  animation-duration: 8/15s;
  animation-timing-function: 0.1333333333 s;
  animation-iteration-count: infinite;
}

.gd-dot-spinner .gd-dot-spinner-3 {
  transform: translate(0, -50%) rotate(135deg);
  animation-name: spinner-animation;
  animation-duration: 8/15s;
  animation-timing-function: 0.2 s;
  animation-iteration-count: infinite;
}

.gd-dot-spinner .gd-dot-spinner-4 {
  transform: translate(0, -50%) rotate(180deg);
  animation-name: spinner-animation;
  animation-duration: 8/15s;
  animation-timing-function: 0.2666666667 s;
  animation-iteration-count: infinite;
}

.gd-dot-spinner .gd-dot-spinner-5 {
  transform: translate(0, -50%) rotate(225deg);
  animation-name: spinner-animation;
  animation-duration: 8/15s;
  animation-timing-function: 0.3333333333 s;
  animation-iteration-count: infinite;
}

.gd-dot-spinner .gd-dot-spinner-6 {
  transform: translate(0, -50%) rotate(270deg);
  animation-name: spinner-animation;
  animation-duration: 8/15s;
  animation-timing-function: 0.4 s;
  animation-iteration-count: infinite;
}

.gd-dot-spinner .gd-dot-spinner-7 {
  transform: translate(0, -50%) rotate(315deg);
  animation-name: spinner-animation;
  animation-duration: 8/15s;
  animation-timing-function: 0.4666666667 s;
  animation-iteration-count: infinite;
}

.gd-dot-spinner .gd-dot-spinner-8 {
  transform: translate(0, -50%) rotate(360deg);
  animation-name: spinner-animation;
  animation-duration: 8/15s;
  animation-timing-function: 0.5333333333 s;
  animation-iteration-count: infinite;
}

@keyframes spinner-animation {
  0% {
    opacity: 0.2;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.animation-fadeIn,
.animation-fadeOut,
.animation-bounce {
  animation-duration: 0.6s;
}

.animation-fadeIn,
.animation-fadeOut {
  animation-name: animation-fade;
}

.animation-fadeOut {
  animation-direction: reverse;
}

.animation-bounce {
  animation-name: animation-bounce;
}

.animation-slow {
  animation-duration: 1s;
}

.animation-fast {
  animation-duration: 0.4s;
}

@keyframes animation-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animation-bounce {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@font-face {
  font-family: "Indigo";
  src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff2") format("woff2"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=gd-icon-]::before,
[class*=" gd-icon-"]::before,
[class^=gd-icon-].gd-icon-right::after,
[class*=" gd-icon-"].gd-icon-right::after {
  font-family: "Indigo", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  /* Better Font Rendering looks better in Chrome, corresponds to Sketch mockups */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: none;
}

[class^=gd-icon-].gd-icon-right::before,
[class*=" gd-icon-"].gd-icon-right::before {
  content: "";
  display: none;
}

.gd-icon-trend-down::before,
.gd-icon-trend-down.gd-icon-right::after {
  content: "\e600";
}

.gd-icon-trend-up::before,
.gd-icon-trend-up.gd-icon-right::after {
  content: "\e601";
}

.gd-icon-user::before,
.gd-icon-user.gd-icon-right::after {
  content: "\e602";
}

.gd-icon-ghost::before,
.gd-icon-ghost.gd-icon-right::after {
  content: "\e603";
}

.gd-icon-redo::before,
.gd-icon-redo.gd-icon-right::after {
  content: "\e604";
}

.gd-icon-undo::before,
.gd-icon-undo.gd-icon-right::after {
  content: "\e605";
}

.gd-icon-pause::before,
.gd-icon-pause.gd-icon-right::after {
  content: "\e606";
}

.gd-icon-users::before,
.gd-icon-users.gd-icon-right::after {
  content: "\e607";
}

.gd-icon-cloud-rain::before, .gd-icon-rain::before,
.gd-icon-cloud-rain.gd-icon-right::after,
.gd-icon-right.gd-icon-rain::after {
  content: "\e608";
}

.gd-icon-calendar::before,
.gd-icon-calendar.gd-icon-right::after {
  content: "\e609";
}

.gd-icon-circle-exclamation::before,
.gd-icon-circle-exclamation.gd-icon-right::after {
  content: "\e60a";
}

.gd-icon-circle-question::before,
.gd-icon-circle-question.gd-icon-right::after {
  content: "\e60b";
}

.gd-icon-dropright::before,
.gd-icon-dropright.gd-icon-right::after {
  content: "\e60c";
}

.gd-icon-dropdown::before,
.gd-icon-dropdown.gd-icon-right::after {
  content: "\e60d";
}

.gd-icon-question::before,
.gd-icon-question.gd-icon-right::after {
  content: "\e60e";
}

.gd-icon-number::before,
.gd-icon-number.gd-icon-right::after {
  content: "\e60f";
}

.gd-icon-navigateleft::before,
.gd-icon-navigateleft.gd-icon-right::after {
  content: "\e610";
}

.gd-icon-navigateright::before,
.gd-icon-navigateright.gd-icon-right::after {
  content: "\e611";
}

.gd-icon-navigatedown::before,
.gd-icon-navigatedown.gd-icon-right::after {
  content: "\e612";
}

.gd-icon-navigateup::before,
.gd-icon-navigateup.gd-icon-right::after {
  content: "\e613";
}

.gd-icon-pencil::before,
.gd-icon-pencil.gd-icon-right::after {
  content: "\e614";
}

.gd-icon-magic::before,
.gd-icon-magic.gd-icon-right::after {
  content: "\e615";
}

.gd-icon-cloud-upload::before, .gd-icon-upload::before, .gd-icon-uploadcloud::before,
.gd-icon-cloud-upload.gd-icon-right::after,
.gd-icon-right.gd-icon-upload::after,
.gd-icon-right.gd-icon-uploadcloud::after {
  content: "\e616";
}

.gd-icon-lock::before,
.gd-icon-lock.gd-icon-right::after {
  content: "\e617";
}

.gd-icon-unlock::before,
.gd-icon-unlock.gd-icon-right::after {
  content: "\e618";
}

.gd-icon-settings::before, .gd-icon-config::before,
.gd-icon-settings.gd-icon-right::after,
.gd-icon-right.gd-icon-config::after {
  content: "\e619";
}

.gd-icon-trash::before,
.gd-icon-trash.gd-icon-right::after {
  content: "\e61a";
}

.gd-icon-at-sign::before,
.gd-icon-at-sign.gd-icon-right::after {
  content: "\e61b";
}

.gd-icon-envelope::before,
.gd-icon-envelope.gd-icon-right::after {
  content: "\e61c";
}

.gd-icon-visible::before,
.gd-icon-visible.gd-icon-right::after {
  content: "\e61d";
}

.gd-icon-invisible::before,
.gd-icon-invisible.gd-icon-right::after {
  content: "\e61e";
}

.gd-icon-save::before,
.gd-icon-save.gd-icon-right::after {
  content: "\e61f";
}

.gd-icon-printer::before,
.gd-icon-printer.gd-icon-right::after {
  content: "\e620";
}

.gd-icon-file::before,
.gd-icon-file.gd-icon-right::after {
  content: "\e621";
}

.gd-icon-folder::before,
.gd-icon-folder.gd-icon-right::after {
  content: "\e622";
}

.gd-icon-enter::before,
.gd-icon-enter.gd-icon-right::after {
  content: "\e623";
}

.gd-icon-earth::before,
.gd-icon-earth.gd-icon-right::after {
  content: "\e624";
}

.gd-icon-bell::before,
.gd-icon-bell.gd-icon-right::after {
  content: "\e625";
}

.gd-icon-horn::before,
.gd-icon-horn.gd-icon-right::after {
  content: "\e626";
}

.gd-icon-sync::before,
.gd-icon-sync.gd-icon-right::after {
  content: "\e627";
}

.gd-icon-clock::before,
.gd-icon-clock.gd-icon-right::after {
  content: "\e628";
}

.gd-icon-timer::before,
.gd-icon-timer.gd-icon-right::after {
  content: "\e629";
}

.gd-icon-download::before,
.gd-icon-download.gd-icon-right::after {
  content: "\e62a";
}

.gd-icon-magnifier::before, .gd-icon-search::before,
.gd-icon-magnifier.gd-icon-right::after,
.gd-icon-right.gd-icon-search::after {
  content: "\e62b";
}

.gd-icon-checkmark::before,
.gd-icon-checkmark.gd-icon-right::after {
  content: "\e62c";
}

.gd-icon-cross::before, .gd-icon-clear::before,
.gd-icon-cross.gd-icon-right::after,
.gd-icon-right.gd-icon-clear::after {
  content: "\e62d";
}

.gd-icon-chevron-up::before,
.gd-icon-chevron-up.gd-icon-right::after {
  content: "\e62e";
}

.gd-icon-chevron-down::before,
.gd-icon-chevron-down.gd-icon-right::after {
  content: "\e62f";
}

.gd-icon-chevron-left::before,
.gd-icon-chevron-left.gd-icon-right::after {
  content: "\e630";
}

.gd-icon-chevron-right::before,
.gd-icon-chevron-right.gd-icon-right::after {
  content: "\e631";
}

.gd-icon-arrow-up::before,
.gd-icon-arrow-up.gd-icon-right::after {
  content: "\e632";
}

.gd-icon-arrow-down::before,
.gd-icon-arrow-down.gd-icon-right::after {
  content: "\e633";
}

.gd-icon-arrow-left::before,
.gd-icon-arrow-left.gd-icon-right::after {
  content: "\e634";
}

.gd-icon-arrow-right::before,
.gd-icon-arrow-right.gd-icon-right::after {
  content: "\e635";
}

.gd-icon-tab::before,
.gd-icon-tab.gd-icon-right::after {
  content: "\e636";
}

.gd-icon-warning::before,
.gd-icon-warning.gd-icon-right::after {
  content: "\e637";
}

.gd-icon-circle-checkmark::before,
.gd-icon-circle-checkmark.gd-icon-right::after {
  content: "\e638";
}

.gd-icon-circle-cross::before,
.gd-icon-circle-cross.gd-icon-right::after {
  content: "\e639";
}

.gd-icon-circle-plus::before,
.gd-icon-circle-plus.gd-icon-right::after {
  content: "\e63a";
}

.gd-icon-circle-minus::before,
.gd-icon-circle-minus.gd-icon-right::after {
  content: "\e63b";
}

.gd-icon-filter::before,
.gd-icon-filter.gd-icon-right::after {
  content: "\e63c";
}

.gd-icon-sharp::before,
.gd-icon-sharp.gd-icon-right::after {
  content: "\e63d";
}

.gd-icon-money::before,
.gd-icon-money.gd-icon-right::after {
  content: "\e63e";
}

.gd-icon-percent::before,
.gd-icon-percent.gd-icon-right::after {
  content: "\e63f";
}

.gd-icon-plus::before, .gd-icon-add::before,
.gd-icon-plus.gd-icon-right::after,
.gd-icon-right.gd-icon-add::after {
  content: "\e640";
}

.gd-icon-A::before,
.gd-icon-A.gd-icon-right::after {
  content: "\e641";
}

.gd-icon-copyright::before,
.gd-icon-copyright.gd-icon-right::after {
  content: "\e642";
}

.gd-list-item.gd-list-item-header .is-open::before, .gd-list-item.gd-list-item-header .is-collapsible::before {
  overflow: hidden;
  width: 12px;
  height: 20px;
  margin: 1px 0 0;
  color: #b9b9b9;
  font-family: "Indigo", sans-serif;
  font-size: 11px;
}

.gd-list-item.gd-menu-item.is-submenu::after, .gd-list-item.gd-menu-item.is-checked::before {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--gd-palette-complementary-5, #b0beca);
  font-family: "Indigo", sans-serif;
}

.gd-list-noResults {
  padding: 15px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 14px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  text-align: center;
}

.gd-list-loading {
  margin: 10px;
  text-align: center;
}

.gd-list-status-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  margin: 5px 10px;
  line-height: 20px;
  font-size: 12px;
  padding-top: 5px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-list-status-bar span {
  flex: 0 0 auto;
  height: 20px;
  white-space: nowrap;
  min-width: 0;
}

.gd-list-status-bar .gd-shortened-text {
  flex: 0 1 auto;
  overflow: hidden;
  width: auto;
  height: 20px;
  white-space: nowrap;
  max-width: inherit;
  text-overflow: ellipsis;
}

.gd-list-status-bar .gd-shortened-text.gd-selection-list {
  font-weight: bold;
}

.gd-list-all-checkbox-checked {
  font-weight: bold;
}

.gd-list-actions {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  margin: 0 10px 10px;
  line-height: 1;
  font-size: 12px;
}

.gd-list-actions .gd-button-link:first-of-type {
  margin-left: 0;
  padding-left: 0;
}

.gd-list-actions.gd-list-actions-invertable {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-list-actions.gd-list-actions-invertable .input-checkbox-label {
  flex: 0 1 auto;
  cursor: pointer;
}

.gd-list-actions.gd-list-actions-invertable .input-checkbox-label.disabled {
  cursor: default;
}

.gd-list-actions.gd-list-actions-invertable .input-checkbox-label::after {
  content: " ";
}

.gd-list-actions-selection-size {
  box-sizing: border-box;
  margin: 1px 0 0 5px;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-list {
  line-height: 28px;
  font-size: 12px;
}

.gd-list .gd-infinite-list {
  position: relative;
  width: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

button.gd-list-item {
  width: 100%;
  border-color: transparent;
  background: none;
  text-align: left;
}

.gd-list-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  padding: 0 10px;
  color: var(--gd-palette-complementary-8, #464e56);
  cursor: pointer;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-size: 12px;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gd-list-item:hover {
  color: var(--gd-palette-complementary-9, #000);
  background: var(--gd-palette-complementary-2, #ebeff4);
  text-decoration: none;
}

.gd-list-item:hover.is-selected {
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.gd-list-item:focus-visible {
  outline: revert;
  outline-offset: -2px;
}

.gd-list-item.gd-menu-item-remove:hover {
  color: var(--gd-palette-error-base, #e54d42);
  background: var(--gd-palette-error-dimmed, #fcedec);
}

.gd-mobile-dropdown-content .gd-list-item {
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-size: 14px;
  text-align: left;
}

.gd-list-item.variant-delete:hover {
  color: var(--gd-palette-error-base, #e54d42);
  background: var(--gd-palette-error-dimmed, #fcedec);
}

.gd-list-item.is-disabled {
  opacity: 0.5;
}

.gd-list-item.is-focused {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
  color: var(--gd-palette-complementary-9, #000);
}

.gd-list-item.is-selected {
  color: var(--gd-palette-primary-base, #14b2e2);
  font-weight: bold;
}

.gd-list-item.is-selected .gd-customizable-checkmark-mobile-navigation-wrapper {
  width: 29px;
}

.gd-list-item.is-selected .gd-customizable-checkmark-mobile-navigation {
  top: 18px;
  right: 13px;
  bottom: 0;
}

.gd-list-item.gd-menu-item {
  padding: 4px 30px;
}

@media (forced-colors: active) {
  .gd-list-item.gd-menu-item {
    color: buttontext !important;
  }
  .gd-list-item.gd-menu-item i {
    color: buttontext !important;
  }
}
.gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-menu-item {
  padding: 4px 10px;
}

.gd-list-item.gd-menu-item.is-checked::before {
  content: "\e62c";
  left: 0;
  width: 30px;
  font-size: 12px;
}

.gd-list-item.gd-menu-item.is-submenu::after {
  content: "\e611";
  right: 0;
  width: 30px;
  font-size: 14px;
}

.gd-list-item label.input-checkbox-label {
  pointer-events: none;
}

.gd-list-item input[type=checkbox] {
  flex: 0 0 auto;
  margin: 0 7px 0 0;
}

.gd-list-item span,
.gd-list-item label {
  display: block;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gd-list-item .gd-list-icon,
.gd-list-item .gd-list-icon-right {
  flex: 0 0 auto;
}

.is-multiselect .gd-list-item.is-selected {
  color: var(--gd-palette-complementary-8, #464e56);
  font-weight: bold;
}

.is-multiselect .gd-list-item.is-selected::after {
  display: none !important;
}

.is-multiselect .gd-list-item.is-focused.is-selected, .is-multiselect .gd-list-item:hover.is-selected {
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-list-item.has-only-visible:hover:hover .gd-list-item-only {
  opacity: 1;
}

.gd-list-item .gd-list-item-only {
  opacity: 0;
  flex: 0 0 auto;
  color: var(--gd-palette-primary-base, #14b2e2);
  margin-left: 7px;
  font-weight: normal;
}

.gd-list-item .gd-list-item-only:hover, .gd-list-item .gd-list-item-only:focus, .gd-list-item .gd-list-item-only:active {
  color: var(--gd-palette-complementary-8, #464e56);
  text-decoration: underline;
}

.gd-list-item.gd-list-item-separator, .gd-list-item.gd-list-item-header {
  cursor: default;
}

.gd-list-item.gd-list-item-separator:hover, .gd-list-item.gd-list-item-separator:hover > div, .gd-list-item.gd-list-item-separator:focus, .gd-list-item.gd-list-item-separator:focus > div, .gd-list-item.gd-list-item-separator:active, .gd-list-item.gd-list-item-separator:active > div, .gd-list-item.gd-list-item-header:hover, .gd-list-item.gd-list-item-header:hover > div, .gd-list-item.gd-list-item-header:focus, .gd-list-item.gd-list-item-header:focus > div, .gd-list-item.gd-list-item-header:active, .gd-list-item.gd-list-item-header:active > div {
  color: var(--gd-palette-complementary-6, #94a1ad);
  background: transparent;
}

.gd-list-item.gd-list-item-separator {
  position: relative;
  min-height: 10px;
}

.gd-list-item.gd-list-item-separator::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  left: 10px;
  height: 0;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-menu-wrapper .gd-list-item.gd-list-item-separator::before {
  right: 30px;
  left: 30px;
}

.gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-list-item-separator::before {
  right: 10px;
  left: 10px;
}

.gd-list-item.gd-list-item-header {
  padding: 12px 10px 0;
  line-height: 16px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 10px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gd-menu-wrapper .gd-list-item.gd-list-item-header {
  padding: 12px 30px 0;
}

.gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-list-item-header {
  padding: 12px 10px 0;
}

.gd-list-item.gd-list-item-header > div {
  color: inherit;
}

.gd-list-item.gd-list-item-header .is-collapsible {
  cursor: pointer;
}

.gd-list-item.gd-list-item-header .is-collapsible:hover {
  background-color: #f2f2f2;
}

.gd-list-item.gd-list-item-header .is-collapsible::before {
  content: ")";
  float: left;
}

.gd-list-item.gd-list-item-header .is-open::before {
  content: "(";
}

.gd-list-item .gd-list-item-bubble {
  padding-left: 3px;
  padding-bottom: 3px;
}

.gd-ui-kit-listbox__items:focus-visible .gd-list-item.is-focused {
  outline-offset: -2px;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
}

.gd-list-icon {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-list-icon:first-child {
  margin-left: 0;
}

.gd-list-icon:last-child {
  margin-right: 0;
}

.gd-list-icon-right {
  margin-right: 0;
}

.gd-list-item .input-checkbox-label,
.gd-list-actions .input-checkbox-label {
  padding-right: 0;
  padding-left: 23px;
}

.gd-list-root .gd-button-link {
  padding: 0;
  font-size: 12px;
}

.gd-list-root .gd-button-link > span {
  text-decoration: none;
}

.gd-list-root .gd-button-link:hover > span {
  text-decoration: underline;
}

.gd-list-root .gd-button-link:first-child {
  margin-left: 8px;
}

.gd-infinite-list .gd-infinite-list-scroll-container {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.gd-infinite-list .gd-infinite-list-scroll-container::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
}

.gd-infinite-list .gd-infinite-list-scroll-container::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(176, 190, 202, 0.3);
}

.gd-infinite-list .gd-infinite-list-scroll-container:hover::-webkit-scrollbar-thumb {
  background-color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-infinite-list .gd-infinite-list-scroll-container:focus-visible {
  outline: revert;
}

.gd-infinite-list .gd-infinite-list-item {
  white-space: nowrap;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-infinite-list .gd-project-list-item {
  height: inherit;
}

.gd-list-header,
.gd-list-footer {
  margin: 10px;
  line-height: 16px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 12px;
}

.gd-list-header {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-list-footer {
  padding-top: 10px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-list-limitExceeded {
  margin: 5px 10px;
}

.gd-list-limitExceeded.gd-message::after {
  display: none;
}

.gd-menu-wrapper {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 8px 0;
  box-shadow: 0 1px 20px var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.2));
  background: var(--gd-palette-complementary-0, #fff);
  border-radius: 3px;
}

.gd-menu-wrapper .gd-ui-kit-tooltip__anchor {
  width: 100%;
}

.gd-dropdown.overlay {
  padding: 0;
}

.gd-dropdown-search {
  margin: 8px;
  vertical-align: baseline;
}

.gd-dropdown-buttons {
  padding: 8px;
  text-align: right;
}

.gd-dropdown-buttons .gd-button {
  margin-left: 10px;
}

.gd-dropdown .gd-input-label {
  margin-bottom: 5px;
}

.gd-dropdown .gd-list,
.gd-dropdown .gd-list-view,
.gd-dropdown .gd-infinite-list,
.dropdown-body .gd-list,
.dropdown-body .gd-list-view,
.dropdown-body .gd-infinite-list {
  margin: 6px 0;
}

@media only screen and (max-width: 640px) {
  .gd-dropdown .gd-list,
  .gd-dropdown .gd-list-view,
  .gd-dropdown .gd-infinite-list,
  .dropdown-body .gd-list,
  .dropdown-body .gd-list-view,
  .dropdown-body .gd-infinite-list {
    margin: 0;
  }
}
.gd-dropdown .gd-async-list,
.dropdown-body .gd-async-list {
  margin: 6px 0;
}

@media only screen and (max-width: 640px) {
  .gd-dropdown .gd-async-list,
  .dropdown-body .gd-async-list {
    margin: 6px 0;
  }
}
.gd-dropdown .gd-list-view,
.gd-dropdown-small .gd-list-view {
  font-size: 12px;
}

.gd-dropdown .gd-list-view-item,
.gd-dropdown .gd-list-view-item-header,
.gd-dropdown-small .gd-list-view-item,
.gd-dropdown-small .gd-list-view-item-header {
  height: 25px;
}

.gd-dropdown .gd-list-view-item > div,
.gd-dropdown .gd-list-view-item-header > div,
.gd-dropdown-small .gd-list-view-item > div,
.gd-dropdown-small .gd-list-view-item-header > div {
  line-height: 25px;
}

.gd-dropdown-normal .gd-list-view {
  font-size: 14px;
}

.gd-dropdown-normal .gd-list-view-item,
.gd-dropdown-normal .gd-list-view-item-header {
  height: 28px;
}

.gd-dropdown-normal .gd-list-view-item > div,
.gd-dropdown-normal .gd-list-view-item-header > div {
  line-height: 28px;
}

.gd-list-searchfield,
.gd-dropdown-searchfield {
  margin: 10px;
}

.gd-list-title {
  margin: 0;
  padding: 10px;
  background: var(--gd-palette-complementary-2, #ebeff4);
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.gd-dropdown-tabs {
  margin: 0 10px;
}

.gd-mobile-dropdown-overlay {
  height: 100%;
  background-color: var(--gd-palette-complementary-0-from-theme, #f8fafb);
}

.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project {
  margin: 0;
  box-shadow: 0 1px 2px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1));
  color: var(--gd-palette-complementary-8-from-theme, #000);
  border-bottom: 1px solid var(--gd-palette-complementary-4-from-theme, #c9d5e0);
}

.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-expanded::after, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-collapsed::after,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-expanded::after,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-collapsed::after {
  right: 10px;
  color: var(--gd-palette-complementary-8, #464e56);
  opacity: 1;
}

.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-expanded, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-expanded:hover, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-collapsed, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-collapsed:hover,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-expanded,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-expanded:hover,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-collapsed,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-collapsed:hover {
  background-color: var(--gd-palette-complementary-0, #fff);
}

/* ==========================================================================
   Mixins, silent classes etc.
   ========================================================================== */
/* ==========================================================================
   General styles for inputs & selects
   ========================================================================== */
.gd-input {
  position: relative;
  display: block;
}

.gd-input-wrapper,
.gd-input-field,
.input-text {
  width: 100%;
  max-width: 100%;
}

.gd-input-wrapper {
  position: relative;
}

.gd-input-field,
.input-text {
  box-sizing: border-box;
  margin: 0;
  padding: 6px 7px 5px;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  line-height: normal;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0, #fff);
  font-size: 14px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 200;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px 0 rgba(31, 53, 74, 0.15);
}

.gd-input-field::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-field:-moz-placeholder,
.input-text:-moz-placeholder {
  color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-field::-moz-placeholder,
.input-text::-moz-placeholder {
  color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-field:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-field:hover,
.input-text:hover {
  border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
}

.gd-input-field:hover::-webkit-input-placeholder,
.input-text:hover::-webkit-input-placeholder {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-input-field:hover:-moz-placeholder,
.input-text:hover:-moz-placeholder {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-input-field:hover::-moz-placeholder,
.input-text:hover::-moz-placeholder {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-input-field:hover:-ms-input-placeholder,
.input-text:hover:-ms-input-placeholder {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-input-field:focus,
.input-text:focus {
  box-shadow: inset 0 1px 1px 0 rgba(31, 53, 74, 0.2);
}

.gd-input-field:focus-visible,
.input-text:focus-visible {
  box-shadow: none;
  outline-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-input-field:disabled, .gd-input-field:disabled:hover, .gd-input-field.disabled, .gd-input-field.disabled:hover,
.input-text:disabled,
.input-text:disabled:hover,
.input-text.disabled,
.input-text.disabled:hover {
  color: var(--gd-palette-complementary-5, #b0beca);
  border-color: var(--gd-palette-complementary-4, #ccd8e2);
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
  box-shadow: none;
}

.gd-input-field.gd-input-field-small, .gd-input-field.small,
.input-text.gd-input-field-small,
.input-text.small {
  height: 27.1px;
  padding: 5px 7px;
  font-size: 13px;
}

textarea.gd-input, textarea.input-text {
  height: auto;
}

/* Searchfield
   ========================================================================== */
.gd-input-search,
.searchfield {
  position: relative;
}

.gd-input-search.gd-input-small .gd-input-field,
.gd-input-search.gd-input-small .searchfield-input, .gd-input-search.small .gd-input-field,
.gd-input-search.small .searchfield-input,
.searchfield.gd-input-small .gd-input-field,
.searchfield.gd-input-small .searchfield-input,
.searchfield.small .gd-input-field,
.searchfield.small .searchfield-input {
  padding-left: 30px;
  padding-right: 30px;
}

.gd-input-search.gd-input-small .gd-input-icon,
.gd-input-search.gd-input-small .searchfield-icon, .gd-input-search.small .gd-input-icon,
.gd-input-search.small .searchfield-icon,
.searchfield.gd-input-small .gd-input-icon,
.searchfield.gd-input-small .searchfield-icon,
.searchfield.small .gd-input-icon,
.searchfield.small .searchfield-icon {
  left: 8px;
}

.gd-input-search.gd-input-small .gd-input-icon-clear,
.gd-input-search.gd-input-small .searchfield-clear, .gd-input-search.small .gd-input-icon-clear,
.gd-input-search.small .searchfield-clear,
.searchfield.gd-input-small .gd-input-icon-clear,
.searchfield.gd-input-small .searchfield-clear,
.searchfield.small .gd-input-icon-clear,
.searchfield.small .searchfield-clear {
  right: 8px;
}

.gd-input-search.gd-input-small .gd-input-icon,
.gd-input-search.gd-input-small .gd-input-icon-clear,
.gd-input-search.gd-input-small .searchfield-icon,
.gd-input-search.gd-input-small .searchfield-clear, .gd-input-search.small .gd-input-icon,
.gd-input-search.small .gd-input-icon-clear,
.gd-input-search.small .searchfield-icon,
.gd-input-search.small .searchfield-clear,
.searchfield.gd-input-small .gd-input-icon,
.searchfield.gd-input-small .gd-input-icon-clear,
.searchfield.gd-input-small .searchfield-icon,
.searchfield.gd-input-small .searchfield-clear,
.searchfield.small .gd-input-icon,
.searchfield.small .gd-input-icon-clear,
.searchfield.small .searchfield-icon,
.searchfield.small .searchfield-clear {
  line-height: 29px;
  font-size: 14px;
}

.gd-input-search .gd-input-field,
.searchfield-input {
  padding-left: 36px;
  padding-right: 36px;
}

.gd-input-icon,
.searchfield-icon {
  left: 10px;
  color: var(--gd-palette-complementary-5, #b0beca);
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 32px;
  font-size: 16px;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

:focus + .gd-input-icon,
:focus + .searchfield-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-input-icon-clear,
.searchfield-clear {
  right: 10px;
  color: var(--gd-palette-complementary-7, #6d7680);
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 32px;
  font-size: 16px;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-icon-clear:hover,
.searchfield-clear:hover {
  color: var(--gd-palette-primary-base, #14b2e2);
}

/* Input states
   ========================================================================== */
.has-error .gd-input-field,
.has-error .input-text {
  color: var(--gd-palette-complementary-8, #464e56);
  border-color: var(--gd-palette-error-base, #e54d42);
  box-shadow: none;
}

.has-error .gd-input-field:focus-visible,
.has-error .input-text:focus-visible {
  outline-color: var(--gd-palette-error-base, #e54d42);
}

.has-error .gd-input-icon {
  color: var(--gd-palette-error-base, #e54d42);
}

.has-warning .gd-input-field,
.has-warning .input-text {
  border-color: var(--gd-palette-warning-base, #f18600);
  box-shadow: none;
}

.has-warning .gd-input-field:focus-visible,
.has-warning .input-text:focus-visible {
  outline-color: var(--gd-palette-warning-base, #f18600);
}

/* Input label
   ========================================================================== */
.gd-input-with-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gd-input-with-label .gd-input-wrapper {
  flex: 1 1 auto;
}

.gd-input-with-label.is-disabled .gd-input-label {
  color: var(--gd-palette-complementary-5, #b0beca);
  user-select: none;
}

.gd-input-with-label.has-error .gd-input-label {
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-input-label {
  flex: 0 0 auto;
  margin-right: 20px;
  white-space: nowrap;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 14px;
}

.gd-input-label-top {
  flex-wrap: wrap;
}

.gd-input-label-top .gd-input-label {
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
  font-size: 10px;
  text-transform: uppercase;
}

/* Input prefixes and suffixes
   ========================================================================== */
.gd-input-with-prefix .gd-input-wrapper,
.gd-input-with-suffix .gd-input-wrapper {
  display: flex;
}

.gd-input-with-prefix:hover .gd-input-field,
.gd-input-with-prefix:hover .gd-input-prefix,
.gd-input-with-prefix:hover .gd-input-suffix,
.gd-input-with-suffix:hover .gd-input-field,
.gd-input-with-suffix:hover .gd-input-prefix,
.gd-input-with-suffix:hover .gd-input-suffix {
  border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
}

.gd-input-with-prefix:hover .gd-input-field:disabled,
.gd-input-with-prefix:hover .gd-input-field:disabled ~ .gd-input-prefix,
.gd-input-with-prefix:hover .gd-input-field:disabled ~ .gd-input-suffix,
.gd-input-with-suffix:hover .gd-input-field:disabled,
.gd-input-with-suffix:hover .gd-input-field:disabled ~ .gd-input-prefix,
.gd-input-with-suffix:hover .gd-input-field:disabled ~ .gd-input-suffix {
  border-color: var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-input-with-prefix .gd-input-prefix,
.gd-input-with-suffix .gd-input-prefix {
  order: 0;
}

.gd-input-with-prefix .gd-input-field,
.gd-input-with-suffix .gd-input-field {
  flex: 1 1 100%;
  min-width: 0;
}

.gd-input-with-prefix .gd-input-field:focus,
.gd-input-with-prefix .gd-input-field:focus ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field:focus ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field:focus,
.gd-input-with-suffix .gd-input-field:focus ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field:focus ~ .gd-input-suffix {
  border-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-input-with-prefix .gd-input-field.gd-input-field-small,
.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-suffix, .gd-input-with-prefix .gd-input-field.small,
.gd-input-with-prefix .gd-input-field.small ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field.small ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field.gd-input-field-small,
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field.small,
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-suffix {
  height: 27.1px;
  padding: 5px 7px;
  font-size: 13px;
}

.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-suffix, .gd-input-with-prefix .gd-input-field.small ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field.small ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-suffix {
  min-width: 27px;
}

.gd-input-with-prefix .gd-input-field,
.gd-input-with-prefix .gd-input-suffix,
.gd-input-with-suffix .gd-input-field,
.gd-input-with-suffix .gd-input-suffix {
  order: 1;
}

.gd-input-with-prefix.has-error .gd-input-field,
.gd-input-with-prefix.has-error .gd-input-field ~ .gd-input-prefix,
.gd-input-with-prefix.has-error .gd-input-field ~ .gd-input-suffix,
.gd-input-with-suffix.has-error .gd-input-field,
.gd-input-with-suffix.has-error .gd-input-field ~ .gd-input-prefix,
.gd-input-with-suffix.has-error .gd-input-field ~ .gd-input-suffix {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.gd-input-with-prefix .gd-input-field {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.gd-input-with-suffix .gd-input-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.gd-input-prefix,
.gd-input-suffix {
  display: block;
  flex: 0 0 auto;
  box-sizing: border-box;
  margin: 0;
  padding: 6px 7px 5px;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  line-height: normal;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0, #fff);
  font-size: 14px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 200;
  color: var(--gd-palette-complementary-6-from-theme, #b0beca);
  min-width: 30px;
  text-align: center;
  background-color: var(--gd-palette-complementary-1-from-theme, #fcfcfd);
}

.gd-input-prefix {
  border-right: none;
  border-radius: 3px 0 0 3px;
}

.gd-input-suffix {
  border-left: none;
  border-radius: 0 3px 3px 0;
}

/* Icon button
   ========================================================================== */
.gd-input-with-icon-button .gd-input-field {
  padding-right: var(--gd-button-M);
  text-overflow: ellipsis;
  overflow: hidden;
}

.gd-input-icon-button {
  position: absolute;
  right: 0;
}

/* Checkbox and radio
   ========================================================================== */
.input-radio-label,
.input-checkbox-label {
  position: relative;
  display: inline-block;
  height: 20px;
  padding: 0 10px 0 23px;
  line-height: 20px;
  margin-left: -3px;
}

.input-radio-label .input-label-text,
.input-checkbox-label .input-label-text {
  line-height: inherit;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
}

.input-radio-label .input-label-text::before, .input-radio-label .input-label-text::after,
.input-checkbox-label .input-label-text::before,
.input-checkbox-label .input-label-text::after {
  content: "";
  position: absolute;
  box-sizing: content-box;
  cursor: pointer;
}

.input-radio-label .input-label-text::before,
.input-checkbox-label .input-label-text::before {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--gd-palette-complementary-5-from-theme, #b1c1d1);
  transition: all 0.2s;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.input-radio-label .input-label-text::after,
.input-checkbox-label .input-label-text::after {
  transform: scale(0);
  transition: transform 0.2s;
}

.input-radio-label .gd-checkbox-label-small,
.input-checkbox-label .gd-checkbox-label-small {
  line-height: inherit;
  vertical-align: inherit;
}

.input-radio-label input:disabled ~ .input-label-text::before,
.input-radio-label input.disabled ~ .input-label-text::before, .input-radio-label:hover input:disabled ~ .input-label-text::before,
.input-radio-label:hover input.disabled ~ .input-label-text::before, .input-radio-label:active input:disabled ~ .input-label-text::before,
.input-radio-label:active input.disabled ~ .input-label-text::before,
.input-checkbox-label input:disabled ~ .input-label-text::before,
.input-checkbox-label input.disabled ~ .input-label-text::before,
.input-checkbox-label:hover input:disabled ~ .input-label-text::before,
.input-checkbox-label:hover input.disabled ~ .input-label-text::before,
.input-checkbox-label:active input:disabled ~ .input-label-text::before,
.input-checkbox-label:active input.disabled ~ .input-label-text::before {
  box-shadow: none;
  border-color: var(--gd-palette-complementary-3-from-theme, rgba(204, 216, 226, 0.7));
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
}

.input-radio-label:hover .input-label-text::before, .input-radio-label:active .input-label-text::before,
.input-checkbox-label:hover .input-label-text::before,
.input-checkbox-label:active .input-label-text::before {
  box-shadow: inset 0 1px 2px 0 rgba(31, 53, 74, 0.25);
}

.input-radio-label:hover input:checked ~ .input-label-text::before, .input-radio-label:active input:checked ~ .input-label-text::before,
.input-checkbox-label:hover input:checked ~ .input-label-text::before,
.input-checkbox-label:active input:checked ~ .input-label-text::before {
  box-shadow: none;
  border-color: transparent;
}

.input-radio-label:hover .input-label-text::before,
.input-checkbox-label:hover .input-label-text::before {
  border-color: var(--gd-palette-complementary-6, #94a1ad);
}

.input-radio-label:active .input-label-text::before,
.input-checkbox-label:active .input-label-text::before {
  border-color: var(--gd-palette-primary-base, #14b2e2);
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.input-radio-label input,
.input-checkbox-label input {
  position: absolute;
  opacity: 0;
}

.input-radio-label input:checked ~ .input-label-text::before,
.input-checkbox-label input:checked ~ .input-label-text::before {
  border-color: transparent;
  background-color: var(--gd-palette-primary-base, #14b2e2);
}

.input-radio-label input:checked ~ .input-label-text::after,
.input-checkbox-label input:checked ~ .input-label-text::after {
  transform: scale(1);
}

.input-radio-label input:disabled ~ .input-label-text, .input-radio-label input.disabled ~ .input-label-text,
.input-checkbox-label input:disabled ~ .input-label-text,
.input-checkbox-label input.disabled ~ .input-label-text {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.input-radio-label input:disabled ~ .input-label-text::before,
.input-radio-label input:disabled ~ .input-label-text::after, .input-radio-label input.disabled ~ .input-label-text::before,
.input-radio-label input.disabled ~ .input-label-text::after,
.input-checkbox-label input:disabled ~ .input-label-text::before,
.input-checkbox-label input:disabled ~ .input-label-text::after,
.input-checkbox-label input.disabled ~ .input-label-text::before,
.input-checkbox-label input.disabled ~ .input-label-text::after {
  cursor: default;
}

.input-radio-label input:disabled:checked ~ .input-label-text::before, .input-radio-label input.disabled:checked ~ .input-label-text::before,
.input-checkbox-label input:disabled:checked ~ .input-label-text::before,
.input-checkbox-label input.disabled:checked ~ .input-label-text::before {
  background-color: var(--gd-palette-complementary-4, #ccd8e2);
}

.input-radio-label input[type=checkbox]:focus-visible + ::before,
.input-radio-label input[type=radio]:focus-visible + ::before,
.input-checkbox-label input[type=checkbox]:focus-visible + ::before,
.input-checkbox-label input[type=radio]:focus-visible + ::before,
.input-checkbox-toggle input[type=checkbox]:focus-visible + ::before,
.input-checkbox-toggle input[type=radio]:focus-visible + ::before {
  outline: 2px solid var(--gd-palette-primary-base, #14b2e2);
  outline-offset: 2px;
  transition: none;
}

.input-radio-label .input-label-text::before {
  border-radius: 50%;
}

.input-radio-label .input-label-text::after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.input-checkbox-label .input-label-text::before {
  border-radius: 2px;
}

.input-checkbox-label .input-label-text::after {
  top: 7px;
  left: 4px;
  width: 7px;
  height: 3px;
  transform: scale(0) rotate(315deg) skew(-2deg);
  transform-origin: top;
  border-left: 2px solid var(--gd-palette-complementary-0, #fff);
  border-bottom: 2px solid var(--gd-palette-complementary-0, #fff);
}

.input-checkbox-label input:checked ~ .input-label-text::after {
  transform: scale(1) rotate(315deg) skew(-2deg);
}

.input-checkbox-label .checkbox-indefinite ~ .input-label-text::after {
  top: 9px;
  left: 6px;
  width: 8px;
  height: 0;
  transform: scale(0);
  border-left: none;
}

.input-checkbox-label .checkbox-indefinite:checked ~ .input-label-text::after {
  transform: scale(1);
}

.input-checkbox-toggle input {
  position: absolute;
  opacity: 0;
}

.input-checkbox-toggle input:disabled ~ .input-label-text, .input-checkbox-toggle input.disabled ~ .input-label-text {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.input-checkbox-toggle .input-label-text {
  position: relative;
  height: 14px;
  line-height: 14px;
  padding-right: 35px;
}

.input-checkbox-toggle .input-label-text::before, .input-checkbox-toggle .input-label-text::after {
  content: "";
  position: absolute;
  box-sizing: content-box;
  background: var(--gd-palette-complementary-0-from-theme, #f3f6f7);
  cursor: pointer;
  transition: all 0.4s;
}

.input-checkbox-toggle .input-label-text::before {
  top: 1px;
  right: 0;
  width: 28px;
  height: 12px;
  border: 1px solid var(--gd-palette-complementary-4-from-theme, #c9d5e0);
  border-radius: 7px;
}

.input-checkbox-toggle .input-label-text::after {
  top: 3px;
  right: 18px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--gd-palette-complementary-5, #b0beca);
  border-radius: 50%;
}

.input-checkbox-toggle input:checked ~ .input-label-text::after {
  right: 2px;
  border: 1px solid var(--gd-palette-primary-base-d06, #129cc6);
  background: var(--gd-palette-primary-base, #14b2e2);
}

.input-checkbox-toggle:hover .input-label-text::after, .input-checkbox-toggle:active .input-label-text::after {
  border: 1px solid var(--gd-palette-complementary-5-from-theme, #94a1ad);
  background: var(--gd-palette-complementary-3-from-theme, #d7dfe5);
}

.input-checkbox-toggle:hover input:checked ~ .input-label-text::after, .input-checkbox-toggle:active input:checked ~ .input-label-text::after {
  background: var(--gd-palette-primary-base-d06, #129cc6);
}

.input-checkbox-toggle input:disabled ~ .input-label-text::before,
.input-checkbox-toggle input:disabled ~ .input-label-text::after,
.input-checkbox-toggle input.disabled ~ .input-label-text::before,
.input-checkbox-toggle input.disabled ~ .input-label-text::after, .input-checkbox-toggle:hover input:disabled ~ .input-label-text::before,
.input-checkbox-toggle:hover input:disabled ~ .input-label-text::after,
.input-checkbox-toggle:hover input.disabled ~ .input-label-text::before,
.input-checkbox-toggle:hover input.disabled ~ .input-label-text::after, .input-checkbox-toggle:active input:disabled ~ .input-label-text::before,
.input-checkbox-toggle:active input:disabled ~ .input-label-text::after,
.input-checkbox-toggle:active input.disabled ~ .input-label-text::before,
.input-checkbox-toggle:active input.disabled ~ .input-label-text::after {
  box-shadow: none;
  cursor: default;
  border-color: var(--gd-palette-complementary-3-from-theme, rgba(204, 216, 226, 0.5));
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
}

/* ==========================================================================
   Variables
   ========================================================================== */
.gd-button-primary,
.gd-button-secondary, .gd-button-positive, .gd-button-negative, .gd-button-action, .gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 14px;
  border: 1px solid transparent;
  font: 400 14px/20px var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  border-radius: var(--gd-button-borderRadius, 3px);
  text-transform: var(--gd-button-textCapitalization, none);
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-primary::before,
.gd-button-secondary::before, .gd-button-positive::before, .gd-button-negative::before, .gd-button-action::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before, .gd-button-primary::after,
.gd-button-secondary::after, .gd-button-positive::after, .gd-button-negative::after, .gd-button-action::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after {
  position: absolute;
  top: 50%;
  height: 20px;
  line-height: 20px;
  color: var(--gd-palette-complementary-5, #b0beca);
  transform: translateY(-50%);
  font-size: 18px;
  text-align: center;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-primary::before,
.gd-button-secondary::before, .gd-button-positive::before, .gd-button-negative::before, .gd-button-action::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before {
  left: 10px;
  margin-right: 0.5em;
}

.gd-button-primary::after,
.gd-button-secondary::after, .gd-button-positive::after, .gd-button-negative::after, .gd-button-action::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after {
  right: 7px;
  margin-left: 0.5em;
}

.gd-button-primary .gd-button-text,
.gd-button-secondary .gd-button-text, .gd-button-positive .gd-button-text, .gd-button-negative .gd-button-text, .gd-button-action .gd-button-text, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-text, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-text,
.gd-button-primary .gd-button-icon,
.gd-button-secondary .gd-button-icon,
.gd-button-positive .gd-button-icon,
.gd-button-negative .gd-button-icon,
.gd-button-action .gd-button-icon,
.gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon {
  position: relative;
  display: block;
  justify-content: space-between;
  align-items: center;
}

.gd-button-primary .gd-button-text,
.gd-button-secondary .gd-button-text, .gd-button-positive .gd-button-text, .gd-button-negative .gd-button-text, .gd-button-action .gd-button-text, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-text, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-text {
  top: 1px;
  flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.gd-button-primary .gd-button-icon,
.gd-button-secondary .gd-button-icon, .gd-button-positive .gd-button-icon, .gd-button-negative .gd-button-icon, .gd-button-action .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0 0.5em;
  line-height: 18px;
  color: var(--gd-palette-complementary-5, #b0beca);
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-button-primary .gd-button-icon::before,
.gd-button-secondary .gd-button-icon::before, .gd-button-positive .gd-button-icon::before, .gd-button-negative .gd-button-icon::before, .gd-button-action .gd-button-icon::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon::before, .gd-button-primary .gd-button-icon::after,
.gd-button-secondary .gd-button-icon::after, .gd-button-positive .gd-button-icon::after, .gd-button-negative .gd-button-icon::after, .gd-button-action .gd-button-icon::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon::after {
  color: inherit;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-primary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child,
.gd-button-secondary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-positive:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-negative:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-action:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child {
  margin-left: -4px;
}

.gd-button-primary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child,
.gd-button-secondary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-positive:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-negative:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-action:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child {
  margin-right: -4px;
}

.gd-button-primary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child,
.gd-button-secondary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-positive:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-negative:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-action:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child {
  width: 19px;
  height: 17px;
  line-height: 17px;
  margin-right: -9px;
  margin-left: -9px;
  font-size: 16px;
}

.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after {
  top: calc(50% + 1px);
}

.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text {
  top: 2px;
}

.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon {
  margin-top: 2px;
}

.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child {
  color: var(--gd-palette-complementary-7-from-theme, #778491);
}

.gd-button-primary:hover::before,
.gd-button-secondary:hover::before, .gd-button-positive:hover::before, .gd-button-negative:hover::before, .gd-button-action:hover::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover::before, .gd-button-primary:hover::after,
.gd-button-secondary:hover::after, .gd-button-positive:hover::after, .gd-button-negative:hover::after, .gd-button-action:hover::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover::after,
.gd-button-primary:hover .gd-button-icon,
.gd-button-secondary:hover .gd-button-icon,
.gd-button-positive:hover .gd-button-icon,
.gd-button-negative:hover .gd-button-icon,
.gd-button-action:hover .gd-button-icon,
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-primary:focus-visible,
.gd-button-secondary:focus-visible, .gd-button-positive:focus-visible, .gd-button-negative:focus-visible, .gd-button-action:focus-visible, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:focus-visible, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:focus-visible {
  transition: none;
}

[class*=gd-icon-].gd-button-primary,
[class*=gd-icon-].gd-button-secondary, [class*=gd-icon-].gd-button-positive, [class*=gd-icon-].gd-button-negative, [class*=gd-icon-].gd-button-action, [class*=gd-icon-].gd-button-link.gd-button-icon-only, [class*=gd-icon-].gd-button-icon-only.gd-button-link-dimmed {
  padding-left: 37px;
}

[class*=gd-icon-].gd-icon-right.gd-button-primary,
[class*=gd-icon-].gd-icon-right.gd-button-secondary, [class*=gd-icon-].gd-icon-right.gd-button-positive, [class*=gd-icon-].gd-icon-right.gd-button-negative, [class*=gd-icon-].gd-icon-right.gd-button-action, [class*=gd-icon-].gd-icon-right.gd-button-link.gd-button-icon-only, [class*=gd-icon-].gd-icon-right.gd-button-icon-only.gd-button-link-dimmed {
  padding-left: 11px;
  padding-right: 32px;
}

.gd-button-primary .ss-icon,
.gd-button-secondary .ss-icon, .gd-button-positive .ss-icon, .gd-button-negative .ss-icon, .gd-button-action .ss-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .ss-icon, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .ss-icon {
  vertical-align: middle;
}

/* Basic button variants
   ========================================================================== */
/* disable max length */
.gd-button + .gd-button {
  margin-left: 10px;
}

.gd-button-primary, .gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary {
  box-shadow: var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15));
  color: var(--gd-palette-complementary-7-from-theme, #778491);
  background: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
  border-color: var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-button-primary:hover, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover,
.gd-button-secondary:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.6));
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-1, #f5f8fa);
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
}

.gd-button-primary:focus, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:focus, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:focus, .gd-button-primary.is-focus, .is-focus.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-focus.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary:focus,
.gd-button-secondary.is-focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) rgba(69, 199, 239, 0), var(--gd-button-dropShadow, 0 1px 2px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.6));
  border-color: var(--gd-palette-primary-base-t25, rgba(20, 178, 226, 0.75));
}

.gd-button-primary:active, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:active, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active, .gd-button-primary.is-active, .is-active.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-active.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary:active,
.gd-button-secondary.is-active {
  box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
  color: var(--gd-palette-complementary-8, #464e56);
  border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
  background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
}

.gd-button-primary.is-full-width, .is-full-width.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-full-width.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary.is-full-width {
  width: 100%;
}

.gd-button-positive,
.gd-button-negative,
.gd-button-action {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-positive[class*=gd-icon-],
.gd-button-positive .gd-button-icon,
.gd-button-negative[class*=gd-icon-],
.gd-button-negative .gd-button-icon,
.gd-button-action[class*=gd-icon-],
.gd-button-action .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-positive[class*=gd-icon-]::before, .gd-button-positive[class*=gd-icon-]::after,
.gd-button-positive[class*=gd-icon-] .gd-button-icon, .gd-button-positive[class*=gd-icon-]:hover::before, .gd-button-positive[class*=gd-icon-]:hover::after,
.gd-button-positive[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-positive .gd-button-icon::before,
.gd-button-positive .gd-button-icon::after,
.gd-button-positive .gd-button-icon .gd-button-icon,
.gd-button-positive .gd-button-icon:hover::before,
.gd-button-positive .gd-button-icon:hover::after,
.gd-button-positive .gd-button-icon:hover .gd-button-icon,
.gd-button-negative[class*=gd-icon-]::before,
.gd-button-negative[class*=gd-icon-]::after,
.gd-button-negative[class*=gd-icon-] .gd-button-icon,
.gd-button-negative[class*=gd-icon-]:hover::before,
.gd-button-negative[class*=gd-icon-]:hover::after,
.gd-button-negative[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-negative .gd-button-icon::before,
.gd-button-negative .gd-button-icon::after,
.gd-button-negative .gd-button-icon .gd-button-icon,
.gd-button-negative .gd-button-icon:hover::before,
.gd-button-negative .gd-button-icon:hover::after,
.gd-button-negative .gd-button-icon:hover .gd-button-icon,
.gd-button-action[class*=gd-icon-]::before,
.gd-button-action[class*=gd-icon-]::after,
.gd-button-action[class*=gd-icon-] .gd-button-icon,
.gd-button-action[class*=gd-icon-]:hover::before,
.gd-button-action[class*=gd-icon-]:hover::after,
.gd-button-action[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-action .gd-button-icon::before,
.gd-button-action .gd-button-icon::after,
.gd-button-action .gd-button-icon .gd-button-icon,
.gd-button-action .gd-button-icon:hover::before,
.gd-button-action .gd-button-icon:hover::after,
.gd-button-action .gd-button-icon:hover .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-positive,
.gd-button-negative,
.gd-button-action,
.gd-button-primary,
.gd-button-link.gd-button-icon-only[class*=gd-icon-],
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed {
  font-weight: 700;
}

.gd-button-positive {
  box-shadow: var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09));
  background: var(--gd-palette-success-base, #00c18d);
}

.gd-button-positive:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-success-base-d06, #00a277);
}

.gd-button-positive:focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-success-focus, rgba(0, 224, 163, 0.5)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
}

.gd-button-positive:active, .gd-button-positive.is-active {
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-success-base-d06, #00a277); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277));
}

.gd-button-negative {
  box-shadow: var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09));
  background: var(--gd-palette-error-base, #e54d42);
}

.gd-button-negative:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-error-base-d10, #d62a1e);
}

.gd-button-negative:focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-error-focus, rgba(235, 119, 111, 0.6)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}

.gd-button-negative:active, .gd-button-negative.is-active {
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-error-base-d10, #d62a1e); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e));
}

.gd-button-action {
  box-shadow: var(--gd-button-dropShadow, 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09));
  background: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-action:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-primary-base-d06, #129cc6);
}

.gd-button-action:focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-primary-focus, rgba(41, 190, 236, 0.6)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}

.gd-button-action:active, .gd-button-action.is-active {
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-primary-base-d06, #129cc6); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6));
}

/* Button links
   ========================================================================== */
.gd-button-link[class*=gd-icon-], [class*=gd-icon-].gd-button-link-dimmed {
  position: relative;
  padding-left: 32px;
}

.gd-button-link[class*=gd-icon-].gd-icon-right, [class*=gd-icon-].gd-icon-right.gd-button-link-dimmed {
  padding-left: 11px;
  padding-right: 30px;
}

.gd-button-link[class*=gd-icon-].gd-icon-right::after, [class*=gd-icon-].gd-icon-right.gd-button-link-dimmed::after {
  position: absolute;
  right: 5px;
  font-size: 18px;
}

.gd-button-link, .gd-button-link-dimmed {
  box-sizing: border-box;
  display: inline-flex;
  padding: 0 6px;
  border: 1px solid transparent;
  font: 400 14px/30px var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  vertical-align: middle;
  color: var(--gd-palette-primary-base, #14b2e2);
  background: none;
  cursor: pointer;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-link > span, .gd-button-link-dimmed > span {
  text-decoration: none;
}

.gd-button-link::before, .gd-button-link-dimmed::before, .gd-button-link::after, .gd-button-link-dimmed::after {
  position: absolute;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
  font-size: 18px;
  text-align: center;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-link::before, .gd-button-link-dimmed::before, .gd-button-link::after, .gd-button-link-dimmed::after,
.gd-button-link .gd-button-icon,
.gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-link::before, .gd-button-link-dimmed::before {
  left: 6px;
}

.gd-button-link::after, .gd-button-link-dimmed::after {
  right: 6px;
}

.gd-button-link .gd-button-icon, .gd-button-link-dimmed .gd-button-icon {
  width: 20px;
  margin: 0 6px;
  font-size: 18px;
}

.gd-button-link .gd-button-icon:first-child, .gd-button-link-dimmed .gd-button-icon:first-child {
  margin-left: 0;
}

.gd-button-link .gd-button-icon:last-child, .gd-button-link-dimmed .gd-button-icon:last-child {
  margin-right: 0;
}

.gd-button-link .gd-button-icon:only-child, .gd-button-link-dimmed .gd-button-icon:only-child {
  position: relative;
  left: -3px;
}

.gd-button-link:hover, .gd-button-link-dimmed:hover, .gd-button-link:active, .gd-button-link-dimmed:active, .gd-button-link.is-active, .is-active.gd-button-link-dimmed {
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-button-link:hover::after, .gd-button-link-dimmed:hover::after, .gd-button-link:hover::before, .gd-button-link-dimmed:hover::before,
.gd-button-link:hover .gd-button-icon,
.gd-button-link-dimmed:hover .gd-button-icon, .gd-button-link:active::after, .gd-button-link-dimmed:active::after, .gd-button-link:active::before, .gd-button-link-dimmed:active::before,
.gd-button-link:active .gd-button-icon,
.gd-button-link-dimmed:active .gd-button-icon, .gd-button-link.is-active::after, .is-active.gd-button-link-dimmed::after, .gd-button-link.is-active::before, .is-active.gd-button-link-dimmed::before,
.gd-button-link.is-active .gd-button-icon,
.is-active.gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-link:hover .gd-button-text, .gd-button-link-dimmed:hover .gd-button-text, .gd-button-link:focus .gd-button-text, .gd-button-link-dimmed:focus .gd-button-text, .gd-button-link:active .gd-button-text, .gd-button-link-dimmed:active .gd-button-text, .gd-button-link.is-active .gd-button-text, .is-active.gd-button-link-dimmed .gd-button-text {
  text-decoration: underline;
}

.gd-button-link-dimmed {
  color: var(--gd-palette-complementary-7-from-theme, #778491);
}

.gd-button-link-dimmed::before, .gd-button-link-dimmed::after,
.gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-button-link-dimmed.is-active, .gd-button-link-dimmed:hover, .gd-button-link-dimmed:focus, .gd-button-link-dimmed:active {
  color: var(--gd-palette-complementary-8-from-theme, #000);
}

.gd-button-link-dimmed .gd-button-text {
  text-decoration: underline;
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed {
  width: 31px;
  height: 29px;
  line-height: 27px;
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:focus, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:active {
  border: 0;
  box-shadow: none;
  background: none;
  padding-left: 0;
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-].gd-button-small::before, .gd-button-icon-only[class*=gd-icon-].gd-button-small.gd-button-link-dimmed::before {
  font-size: 16px;
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-]:active::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:active .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active .gd-button-icon {
  color: var(--gd-palette-primary-base-d06, #129cc6);
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled::before, .gd-button-icon-only[class*=gd-icon-].disabled.gd-button-link-dimmed::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].disabled.gd-button-link-dimmed .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:hover::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:hover .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:focus::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:focus .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:active::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-5, #b0beca);
}

:not(button).gd-button-link, :not(button).gd-button-link-dimmed {
  line-height: 0.8;
}

.button-dropdown {
  font-weight: 400;
}

.button-dropdown:not(.customizable) {
  border-radius: 3px;
  text-transform: "none";
}

.button-dropdown::after, .button-dropdown::before,
.button-dropdown .gd-button-icon {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.button-dropdown:focus::after, .button-dropdown:focus::before,
.button-dropdown:focus .gd-button-icon, .button-dropdown:hover::after, .button-dropdown:hover::before,
.button-dropdown:hover .gd-button-icon, .button-dropdown:active::after, .button-dropdown:active::before,
.button-dropdown:active .gd-button-icon, .button-dropdown.is-active::after, .button-dropdown.is-active::before,
.button-dropdown.is-active .gd-button-icon {
  color: var(--gd-palette-complementary-7, #6d7680);
}

/* Button sizes
   ========================================================================== */
.gd-button-small {
  height: 27px;
  padding: 0 11px;
  line-height: 25px;
  font-size: 12px;
}

.gd-button-small[class*=gd-icon-] {
  padding-left: 32px;
}

.gd-button-small[class*=gd-icon-]::before, .gd-button-small[class*=gd-icon-]::after {
  width: 18px;
  font-size: 15px;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-small[class*=gd-icon-]::before {
  left: 9px;
}

.gd-button-small[class*=gd-icon-]::after {
  right: 7px;
}

.gd-button-small[class*=gd-icon-].gd-button-icon-only {
  height: 27px;
}

.gd-button-small[class*=gd-icon-].gd-button-icon-only::before {
  width: auto;
}

.gd-button-small .gd-button-icon {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}

.gd-button-important,
.gd-button-large {
  height: 38px;
  padding: 7px 19px;
  line-height: 22px;
  font-size: 16px;
}

.gd-button.gd-button-icon-only {
  width: 31px;
  height: 29px;
  line-height: 27px;
  color: var(--gd-palette-complementary-7-from-theme, #778491);
  padding-left: 0;
}

.gd-button.gd-button-icon-only::before {
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  color: var(--gd-palette-complementary-7-from-theme, #778491);
  font-size: 16px;
}

.gd-button.gd-button-icon-only:hover::before,
.gd-button.gd-button-icon-only:hover .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

/* Button states
   ========================================================================== */
.gd-button.disabled, .gd-button.disabled:hover, .gd-button.disabled:focus, .gd-button.disabled:active {
  box-shadow: none;
  background: transparent;
  cursor: default;
  border-color: transparent;
  text-decoration: none;
}

.gd-button-primary.disabled, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-], .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary.disabled {
  cursor: default;
}

.gd-button-primary.disabled, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-], .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed, .gd-button-primary.disabled:hover, .gd-button-primary.disabled:focus, .gd-button-primary.disabled:active,
.gd-button-secondary.disabled,
.gd-button-secondary.disabled:hover,
.gd-button-secondary.disabled:focus,
.gd-button-secondary.disabled:active {
  color: var(--gd-palette-complementary-5, #b0beca);
  background: rgba(252, 252, 253, 0.3);
  border-color: rgba(210, 219, 227, 0.75);
}

.gd-button-primary.disabled::before, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before, .gd-button-primary.disabled::after, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after,
.gd-button-primary.disabled .gd-button-icon,
.disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon,
.disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon, .gd-button-primary.disabled:hover::before, .gd-button-primary.disabled:hover::after,
.gd-button-primary.disabled:hover .gd-button-icon, .gd-button-primary.disabled:focus::before, .gd-button-primary.disabled:focus::after,
.gd-button-primary.disabled:focus .gd-button-icon, .gd-button-primary.disabled:active::before, .gd-button-primary.disabled:active::after,
.gd-button-primary.disabled:active .gd-button-icon,
.gd-button-secondary.disabled::before,
.gd-button-secondary.disabled::after,
.gd-button-secondary.disabled .gd-button-icon,
.gd-button-secondary.disabled:hover::before,
.gd-button-secondary.disabled:hover::after,
.gd-button-secondary.disabled:hover .gd-button-icon,
.gd-button-secondary.disabled:focus::before,
.gd-button-secondary.disabled:focus::after,
.gd-button-secondary.disabled:focus .gd-button-icon,
.gd-button-secondary.disabled:active::before,
.gd-button-secondary.disabled:active::after,
.gd-button-secondary.disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-button-positive.disabled {
  cursor: default;
}

.gd-button-positive.disabled, .gd-button-positive.disabled:hover, .gd-button-positive.disabled:focus, .gd-button-positive.disabled:active {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-success-disabled, rgba(0, 224, 163, 0.5));
}

.gd-button-positive.disabled::before, .gd-button-positive.disabled::after,
.gd-button-positive.disabled .gd-button-icon, .gd-button-positive.disabled:hover::before, .gd-button-positive.disabled:hover::after,
.gd-button-positive.disabled:hover .gd-button-icon, .gd-button-positive.disabled:focus::before, .gd-button-positive.disabled:focus::after,
.gd-button-positive.disabled:focus .gd-button-icon, .gd-button-positive.disabled:active::before, .gd-button-positive.disabled:active::after,
.gd-button-positive.disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-negative.disabled {
  cursor: default;
}

.gd-button-negative.disabled, .gd-button-negative.disabled:hover, .gd-button-negative.disabled:focus, .gd-button-negative.disabled:active {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-error-disabled, rgba(241, 161, 156, 0.6));
}

.gd-button-negative.disabled::before, .gd-button-negative.disabled::after,
.gd-button-negative.disabled .gd-button-icon, .gd-button-negative.disabled:hover::before, .gd-button-negative.disabled:hover::after,
.gd-button-negative.disabled:hover .gd-button-icon, .gd-button-negative.disabled:focus::before, .gd-button-negative.disabled:focus::after,
.gd-button-negative.disabled:focus .gd-button-icon, .gd-button-negative.disabled:active::before, .gd-button-negative.disabled:active::after,
.gd-button-negative.disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-action.disabled {
  cursor: default;
}

.gd-button-action.disabled, .gd-button-action.disabled:hover, .gd-button-action.disabled:focus, .gd-button-action.disabled:active {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-primary-disabled, rgba(69, 199, 239, 0.6));
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.gd-button-action.disabled::before, .gd-button-action.disabled::after,
.gd-button-action.disabled .gd-button-icon, .gd-button-action.disabled:hover::before, .gd-button-action.disabled:hover::after,
.gd-button-action.disabled:hover .gd-button-icon, .gd-button-action.disabled:focus::before, .gd-button-action.disabled:focus::after,
.gd-button-action.disabled:focus .gd-button-icon, .gd-button-action.disabled:active::before, .gd-button-action.disabled:active::after,
.gd-button-action.disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-link.disabled, .disabled.gd-button-link-dimmed {
  cursor: default;
}

.gd-button-link.disabled, .disabled.gd-button-link-dimmed, .gd-button-link.disabled:hover, .gd-button-link.disabled:focus, .gd-button-link.disabled:active {
  color: var(--gd-palette-complementary-4, #ccd8e2);
  border-color: transparent;
}

.gd-button-link.disabled > span, .disabled.gd-button-link-dimmed > span, .gd-button-link.disabled:hover > span, .gd-button-link.disabled:focus > span, .gd-button-link.disabled:active > span {
  text-decoration: none;
}

.gd-button-link.disabled::before, .disabled.gd-button-link-dimmed::before, .gd-button-link.disabled::after, .disabled.gd-button-link-dimmed::after,
.gd-button-link.disabled .gd-button-icon,
.disabled.gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after {
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
}

.gd-button-group .gd-button {
  position: relative;
  z-index: 1;
  margin: 0 -1px 0 0;
  border-radius: 0;
}

.gd-button-group .gd-button:focus {
  z-index: 2;
}

.gd-button-group .gd-button:not(:focus) {
  box-shadow: none;
}

.gd-button-group > .gd-button:first-child,
.gd-button-group > *:not(.gd-button):first-child .gd-button {
  border-radius: var(--gd-button-borderRadius, 3px) 0 0 var(--gd-button-borderRadius, 3px);
}

.gd-button-group > .gd-button:last-child,
.gd-button-group > *:not(.gd-button):last-child .gd-button {
  margin-right: 0;
  border-radius: 0 var(--gd-button-borderRadius, 3px) var(--gd-button-borderRadius, 3px) 0;
}

/* Alternative markup support
   ========================================================================== */
a[class*=gd-button-] {
  box-sizing: border-box;
  display: inline-block;
}

a[class*=gd-button-], a[class*=gd-button-]:hover, a[class*=gd-button-]:focus {
  text-decoration: none;
}

a[class*=gd-button-], a[class*=gd-button-]:active {
  outline: none;
}

a[class*=gd-button-] .gd-button-text {
  display: initial;
}

a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button-text {
  text-decoration: underline;
}

.loading-mask {
  position: relative;
}

.loading-mask .gd-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}

.loading-mask .gd-spinner.small {
  margin-top: -8px;
  margin-left: -8px;
}

.loading-mask .gd-spinner.large {
  margin-top: -16px;
  margin-left: -16px;
}

.gd-spinner {
  display: inline-block;
  background-image: url("@gooddata/sdk-ui-kit/esm/assets/loading.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  animation: loadingSpinner 1s infinite linear;
}

.gd-spinner.small {
  width: 16px;
  height: 16px;
}

.gd-spinner.middle {
  width: 24px;
  height: 24px;
}

.gd-spinner.large {
  width: 32px;
  height: 32px;
}

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg) translateZ(-0.1px);
  }
  7.8333333333% {
    transform: rotate(0deg) translateZ(0.1px);
  }
  8.3333333333% {
    transform: rotate(30deg) translateZ(0);
  }
  16.1666666667% {
    transform: rotate(30deg) translateZ(0.1px);
  }
  16.6666666667% {
    transform: rotate(60deg) translateZ(0);
  }
  24.5% {
    transform: rotate(60deg) translateZ(0.1px);
  }
  25% {
    transform: rotate(90deg) translateZ(0);
  }
  32.8333333333% {
    transform: rotate(90deg) translateZ(0.1px);
  }
  33.3333333333% {
    transform: rotate(120deg) translateZ(0);
  }
  41.1666666667% {
    transform: rotate(120deg) translateZ(0.1px);
  }
  41.6666666667% {
    transform: rotate(150deg) translateZ(0);
  }
  49.5% {
    transform: rotate(150deg) translateZ(0.1px);
  }
  50% {
    transform: rotate(180deg) translateZ(0);
  }
  57.8333333333% {
    transform: rotate(180deg) translateZ(0.1px);
  }
  58.3333333333% {
    transform: rotate(210deg) translateZ(0);
  }
  66.1666666667% {
    transform: rotate(210deg) translateZ(0.1px);
  }
  66.6666666667% {
    transform: rotate(240deg) translateZ(0);
  }
  74.5% {
    transform: rotate(240deg) translateZ(0.1px);
  }
  75% {
    transform: rotate(270deg) translateZ(0);
  }
  82.8333333333% {
    transform: rotate(270deg) translateZ(0.1px);
  }
  83.3333333333% {
    transform: rotate(300deg) translateZ(0);
  }
  91.1666666667% {
    transform: rotate(300deg) translateZ(0.1px);
  }
  91.6666666667% {
    transform: rotate(330deg) translateZ(0);
  }
  99.5% {
    transform: rotate(330deg) translateZ(0.1px);
  }
  100% {
    transform: rotate(360deg) translateZ(0);
  }
}
.gd-invertable-select {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  flex-shrink: 1;
}

.gd-invertable-select-search-input {
  margin: 10px;
  width: calc(100% - 20px);
  min-width: 0;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.gd-invertable-select-all-checkbox,
.gd-invertable-select-search-bar,
.gd-invertable-select-status-bar {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.gd-invertable-select-list,
.gd-invertable-select-loading,
.gd-invertable-select-error,
.gd-invertable-select-no-data {
  height: 100%;
  min-height: 0;
  flex-shrink: 1;
}

.gd-invertable-select-list .gd-list-item:focus-visible {
  outline-offset: -2px;
}

.gd-invertable-select-all-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0 10px 10px;
  font-size: 12px;
  cursor: pointer;
}

.gd-invertable-select-all-checkbox::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-invertable-select-all-checkbox .input-checkbox-label {
  cursor: pointer;
}

.gd-invertable-select-all-checkbox[role=checkbox][aria-checked=true] .input-label-text::before {
  border-color: transparent;
  background-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-invertable-select-all-checkbox[role=checkbox][aria-checked=true] .input-label-text::after {
  transform: scale(1) rotate(315deg) skew(-2deg);
}

.gd-invertable-select-all-checkbox[role=checkbox][aria-checked=mixed] .input-label-text::before {
  border-color: transparent;
  background-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-invertable-select-all-checkbox[role=checkbox][aria-checked=mixed] .input-label-text::after {
  top: 9px;
  left: 6px;
  width: 8px;
  height: 0;
  transform: scale(1);
  border-left: none;
  border-bottom: 2px solid var(--gd-palette-complementary-0, #fff);
}

.gd-invertable-select-all-checkbox[role=checkbox]:hover .input-label-text::before {
  box-shadow: inset 0 1px 2px 0 rgba(31, 53, 74, 0.25);
}

.gd-invertable-select-all-checkbox[role=checkbox]:hover[aria-checked=true] .input-label-text::before, .gd-invertable-select-all-checkbox[role=checkbox]:hover[aria-checked=mixed] .input-label-text::before {
  box-shadow: none;
  border-color: transparent;
}

.gd-invertable-select-all-checkbox[role=checkbox]:active .input-label-text::before {
  border-color: var(--gd-palette-primary-base, #14b2e2);
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.gd-invertable-list-limitExceeded {
  margin: 0 10px 10px;
}

.gd-invertable-select-selection-status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25px;
  min-width: 0;
  margin: 5px 10px;
  line-height: 20px;
  font-size: 12px;
  padding-top: 5px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-invertable-select-selection-status span,
.gd-invertable-select-selection-status b {
  flex: 0 0 auto;
  height: 20px;
  min-width: 0;
  line-height: 20px;
  white-space: nowrap;
}

.gd-invertable-select-selection-status .gd-ui-kit-tooltip__anchor {
  display: flex;
  flex: 0 1 auto;
  overflow: hidden;
  width: auto;
  height: 20px;
  white-space: nowrap;
  max-width: inherit;
  text-overflow: ellipsis;
}

.gd-invertable-select-selection-status .gd-ui-kit-tooltip__anchor.gd-selection-list {
  font-weight: bold;
}

.gd-invertable-select-selection-status .gd-shortened-text {
  flex: 0 1 auto;
  overflow: hidden;
  width: auto;
  height: 20px;
  white-space: nowrap;
  max-width: inherit;
  text-overflow: ellipsis;
}

.gd-invertable-select-selection-status .gd-shortened-text.gd-selection-list {
  font-weight: bold;
}

.gd-invertable-select-error {
  display: flex;
  margin: 10px;
}

.gd-invertable-select-error .gd-message {
  width: 100%;
}

.gd-invertable-select-actions {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.gd-invertable-select-actions-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
}

.gd-flex-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.gd-flex-list-container {
  flex: 1 1 auto;
}

.gd-flex-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: row wrap;
  align-content: stretch;
}

.gd-flex-row-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  flex-flow: column nowrap;
  align-content: stretch;
}

.gd-flex-item {
  flex: 0 0 auto;
}

.gd-flex-item-stretch {
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: auto;
}

@media only screen and (max-width: 640px) {
  .gd-flex-wrapper-mobile {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .gd-flex-list-container-mobile {
    flex: 1 1 auto;
  }
  .gd-flex-container-mobile {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: row wrap;
    align-content: stretch;
  }
  .gd-flex-row-container-mobile {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    flex-flow: column nowrap;
    align-content: stretch;
  }
  .gd-flex-item-mobile {
    flex: 0 0 auto;
  }
  .gd-flex-item-stretch-mobile {
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior: auto;
  }
}
.gd-attribute-filter__next {
  display: inline-block;
}

.gd-attribute-filter__next .button-dropdown {
  max-width: 100%;
}

.gd-attribute-filter-dropdown-bubble__next {
  max-width: 200px;
}

.gd-extended-date-filter-body .gd-list-item.is-selected {
  font-weight: bold;
}

.gd-filtered-message__next:hover {
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-mobile-dropdown-content .gd-attribute-filter-overlay__next {
  max-width: none;
}

.gd-is-mobile .gd-invertable-select-all-checkbox {
  font-size: 14px;
  height: 21px;
  margin-bottom: 10px;
}

.gd-is-mobile .gd-invertable-select-all-checkbox::after {
  bottom: -10px;
}

.gd-is-mobile .gd-invertable-list-limitExceeded {
  width: 100%;
}

.gd-is-mobile .gd-invertable-select-selection-status {
  font-size: 14px;
  height: 30px;
}

.gd-attribute-filter-delete-button {
  float: left;
}

.gd-attribute-filter-delete-button .delete-button:hover::before {
  color: #e54d42;
}

.gd-attribute-filter-dropdown-configuration-button {
  width: 100%;
}

.gd-attribute-filter-dropdown-configuration-button .gd-attribute-filter-dropdown-configuration-button-wrapper {
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-attribute-filter-dropdown-configuration-button .gd-attribute-filter-dropdown-configuration-button-text {
  padding-left: 6px;
  font-size: 12px;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-attribute-display-form-dropdown .gd-attribute-filter-display-form-button {
  max-width: 200px;
  margin-left: 5px;
  margin-bottom: 2px;
  padding: 2px 5px;
  border: 1px solid transparent;
  border-radius: var(--gd-button-borderRadius, 3px);
  box-shadow: none;
  line-height: 18px;
  color: inherit;
  background-color: inherit;
}

.gd-attribute-display-form-dropdown .gd-attribute-filter-display-form-button:hover, .gd-attribute-display-form-dropdown .gd-attribute-filter-display-form-button.is-active {
  border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.6));
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
}

.gd-attribute-display-form-dropdown .gd-attribute-filter-display-form-button:active, .gd-attribute-display-form-dropdown .gd-attribute-filter-display-form-button.is-active {
  border: 1px solid var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
  box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
  background-image: linear-gradient(-179deg, var(--gd-palette-complementary-2-from-theme, #dee6ef) 0%, var(--gd-palette-complementary-2-from-theme, #ecf0f5) 100%);
}

.gd-attribute-display-form-dropdown-body {
  line-height: 1.4rem;
}

.gd-attribute-display-form-dropdown-body .gd-attribute-display-form {
  padding: 2px 10px;
}

.gd-attribute-display-form-dropdown-body .gd-attribute-display-form::before {
  content: "";
  flex-shrink: 0;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: bottom;
}

.gd-attribute-display-form-dropdown-body .gd-attribute-display-form.gd-icon-earth::before {
  content: "\e624";
  color: #f18600;
  text-align: center;
}

.gd-empty-select-search-bar {
  padding-bottom: 10px;
}

.gd-attribute-filter-dropdown-button-icon-tooltip {
  height: 16px;
  overflow: hidden;
  margin-left: 5px;
}

.gd-attribute-filter-dropdown-button-icon-tooltip path {
  fill: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-attribute-filter-dropdown-button-icon-tooltip__content {
  max-width: 160px;
}

.gd-attribute-filter-dropdown-actions__next,
.gd-measure-value-filter-dropdown-actions__next {
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px;
  padding: 10px 0;
}

.gd-attribute-filter-dropdown-actions-left-content__next,
.gd-attribute-filter-dropdown-actions-right-content__next,
.gd-measure-value-filter-dropdown-actions-left-content__next,
.gd-measure-value-filter-dropdown-actions-right-content__next {
  display: flex;
  align-items: center;
}

.gd-attribute-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
.gd-attribute-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
.gd-attribute-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
.gd-attribute-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
.gd-measure-value-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
.gd-measure-value-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
.gd-measure-value-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
.gd-measure-value-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next {
  margin-left: 10px;
}

.gd-is-mobile .gd-attribute-filter-dropdown-actions__next,
.gd-is-mobile .gd-measure-value-filter-dropdown-actions__next {
  display: flex;
  align-items: stretch;
  height: 52px;
  margin: 0 10px;
  padding: 10px 0;
}

.gd-is-mobile .gd-attribute-filter-cancel-button__next,
.gd-is-mobile .gd-attribute-filter-apply-button__next,
.gd-is-mobile .gd-attribute-filter-close-button__next,
.gd-is-mobile .gd-measure-value-filter-cancel-button__next,
.gd-is-mobile .gd-measure-value-filter-apply-button__next {
  text-align: center;
  flex: 1;
  height: 32px;
  font-size: 14px;
}

.gd-attribute-filter-dropdown-body__next {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .gd-attribute-filter-dropdown-body__next {
    height: 100%;
  }
}
.gd-attribute-filter-dropdown-header {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  padding-left: 10px;
  background: var(--gd-palette-complementary-2, #ebeff4);
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
}

.gd-attribute-filter-dropdown-header__title {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  overflow: hidden;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 15px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-attribute-filter-dropdown-header__title-text {
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.gd-attribute-filter-dropdown-header__title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gd-attribute-filter-dropdown-body__display-form-debug {
  padding: 2px 10px;
  font-size: 10px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-is-mobile .gd-attribute-filter-dropdown-header {
  display: none;
}

.gd-is-mobile .gd-attribute-filter-mobile-menu {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
}

.gd-is-mobile .gd-attribute-filter-mobile-menu::before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon {
  width: 44px;
  height: 100%;
}

.gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon .gd-ui-kit-icon-button {
  width: 44px;
  height: 100%;
  min-width: 44px;
  border-radius: 0;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon:hover .gd-ui-kit-icon-button, .gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon.is-active .gd-ui-kit-icon-button, .gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon:active .gd-ui-kit-icon-button {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}

/* ==========================================================================
   Variables
   ========================================================================== */
/* allow vendor prefixes and disable max length */
/* allow vendor prefixes and disable max length */
.gd-ui-kit-control-button {
  position: relative;
  max-width: 230px;
  padding: 5px 10px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
  user-select: none;
  border-radius: 3px;
}

.gd-ui-kit-control-button--isDraggable {
  padding-left: 23px;
}

.gd-ui-kit-control-button::before, .gd-ui-kit-control-button::after {
  content: "";
  position: absolute;
  transition: all 0.2s ease;
}

.gd-ui-kit-control-button::before {
  z-index: 1;
  top: 8px;
  left: 9px;
  width: 7px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg width='7' height='26' viewBox='0 0 7 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4h2v2H0V4zm0-4h2v2H0V0zm5 4h2v2H5V4zm0-4h2v2H5V0zm0 8h2v2H5V8zM0 8h2v2H0V8zm0 4h2v2H0v-2zm5 4h2v2H5v-2zm-5 0h2v2H0v-2zm5 4h2v2H5v-2zm-5 0h2v2H0v-2zm5 4h2v2H5v-2zm-5 0h2v2H0v-2zm5-12h2v2H5v-2z' fill='%23B0BECA' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
  opacity: 0;
}

.gd-ui-kit-control-button::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  background: transparent;
  transform: translateZ(-1px);
  border-radius: 3px;
}

.gd-ui-kit-control-button:hover::after {
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
}

.gd-ui-kit-control-button:hover.gd-ui-kit-control-button--isDraggable {
  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));
}

.gd-ui-kit-control-button:hover.gd-ui-kit-control-button--isDraggable::before {
  opacity: 1;
}

.gd-ui-kit-control-button--isOpen::after {
  box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
  border-color: var(--gd-palette-complementary-5-from-theme, var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2)));
  background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
}

.gd-ui-kit-control-button--isOpen.gd-ui-kit-control-button--isDraggable::before {
  opacity: 1;
}

.gd-ui-kit-control-button--isOpen .gd-ui-kit-control-button__subtitle-row::after {
  content: "\e613";
}

.gd-ui-kit-control-button--isDragging {
  display: inline-block;
}

.gd-ui-kit-control-button--isDragging::after {
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
  background: var(--gd-palette-complementary-0-from-theme, rgba(255, 255, 255, 0.95));
}

.gd-ui-kit-control-button--isDragging.gd-ui-kit-control-button--isDraggable::before {
  opacity: 1;
}

.gd-ui-kit-control-button--isError {
  font-size: 12px;
  color: var(--gd-palette-error-base, #e54d42);
  background: var(--gd-palette-error-base-t85, rgba(229, 77, 66, 0.15));
}

.gd-ui-kit-control-button--isWarning {
  font-size: 12px;
  color: var(--gd-palette-warning-base, #f18600);
  background: var(--gd-palette-warning-base-t85, rgba(241, 134, 0, 0.15));
}

.gd-ui-kit-control-button--disabled {
  cursor: default;
}

.gd-ui-kit-control-button--disabled:hover, .gd-ui-kit-control-button--disabled:focus, .gd-ui-kit-control-button--disabled:active {
  user-select: auto;
  box-shadow: none;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}

.gd-ui-kit-control-button--layout-row {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 28px;
}

.gd-ui-kit-control-button--layout-row::after {
  display: none;
}

.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__icon {
  display: flex;
  height: 100%;
  align-items: center;
}

.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__content {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__title-row {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  margin-right: 5px;
}

.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__title--withColon::after {
  content: ":";
}

.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__subtitle-row {
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
}

.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__subtitle-row::after {
  position: absolute;
  top: 50%;
  right: -16px;
  margin-left: 0;
  font-size: 18px;
  transform: translateY(-50%);
}

.gd-ui-kit-control-button--hideChevron .gd-ui-kit-control-button__subtitle-row::after {
  display: none;
}

.gd-ui-kit-control-button__icon {
  position: relative;
  z-index: 1;
  float: left;
  padding-right: 5px;
}

.gd-ui-kit-control-button__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  min-width: 0;
  flex: 1 1 auto;
}

.gd-ui-kit-control-button__title-row {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  white-space: nowrap;
}

.gd-ui-kit-control-button__title {
  overflow: hidden;
  color: var(--gd-palette-complementary-7, #6d7680);
  margin-right: auto;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gd-ui-kit-control-button__title .gd-bubble-trigger,
.gd-ui-kit-control-button__title .shortened {
  display: inline-flex;
}

.gd-ui-kit-control-button__title .shortened {
  max-width: 100%;
}

.gd-ui-kit-control-button__subtitle-row {
  display: inline-flex;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  color: var(--gd-palette-complementary-9, #000);
}

.gd-ui-kit-control-button__subtitle-row::after {
  content: "\e612";
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Indigo", sans-serif;
  font-weight: normal;
  font-size: inherit;
  vertical-align: top;
  color: var(--gd-palette-complementary-6, #94a1ad);
  transition: all 0.2s ease;
}

.gd-ui-kit-control-button__subtitle {
  display: inline-block;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.gd-ui-kit-control-button__subtitle .gd-bubble-trigger,
.gd-ui-kit-control-button__subtitle .shortened {
  display: inline-flex;
}

.gd-ui-kit-control-button__subtitle .shortened {
  max-width: 100%;
}

.gd-attribute-filter-dropdown-button__next,
.gd-mvf-dashboard-filter-button__next {
  position: relative;
  line-height: 16px;
}

.gd-attribute-filter-dropdown-button__next::after,
.gd-mvf-dashboard-filter-button__next::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  background: var(--gd-dashboards-filterBar-filterButton-backgroundColor, transparent);
  transform: translateZ(-1px);
  border-radius: 3px;
}

.gd-attribute-filter-dropdown-button__next:hover.gd-is-draggable:not(.gd-is-active, .gd-is-filtering),
.gd-mvf-dashboard-filter-button__next:hover.gd-is-draggable:not(.gd-is-active, .gd-is-filtering) {
  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));
}

.gd-attribute-filter-dropdown-button__next:hover::after,
.gd-mvf-dashboard-filter-button__next:hover::after {
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
}

.gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active),
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active) {
  background: var(--gd-palette-primary-dimmed, #e8f7fc);
  border-radius: 3px;
}

.gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)::before, .gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)::after,
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active)::before,
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active)::after {
  display: none;
}

.gd-attribute-filter-dropdown-button__next:active::after, .edit-mode-on .gd-attribute-filter-dropdown-button__next:active::after, .gd-attribute-filter-dropdown-button__next.gd-is-active::after, .edit-mode-on .gd-attribute-filter-dropdown-button__next.gd-is-active::after,
.gd-mvf-dashboard-filter-button__next:active::after,
.edit-mode-on .gd-mvf-dashboard-filter-button__next:active::after,
.gd-mvf-dashboard-filter-button__next.gd-is-active::after,
.edit-mode-on .gd-mvf-dashboard-filter-button__next.gd-is-active::after {
  box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
  border-color: var(--gd-palette-complementary-5-from-theme, var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2)));
  background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
}

.gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__title-row .gd-list-item-tooltip,
.gd-mvf-dashboard-filter-button__next .gd-ui-kit-control-button__title-row .gd-list-item-tooltip {
  line-height: 15px;
}

.gd-attribute-filter-dropdown-button__next.gd-is-draggable,
.gd-mvf-dashboard-filter-button__next.gd-is-draggable {
  padding-left: 23px;
}

.gd-mvf-dashboard-filter-button__next {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
}

.gd-attribute-filter-dropdown-button__next:not(.gd-ui-kit-control-button),
.gd-mvf-dashboard-filter-button__next:not(.gd-ui-kit-control-button) {
  max-width: 230px;
  padding: 5px 10px;
  font-size: 12px;
}

.gd-attribute-filter-dropdown-button__next:not(.gd-ui-kit-control-button).gd-is-draggable,
.gd-mvf-dashboard-filter-button__next:not(.gd-ui-kit-control-button).gd-is-draggable {
  padding-left: 23px;
}

.gd-attribute-filter-mobile-button-wrapper {
  display: flex;
  align-items: center;
}

.gd-is-mobile .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__icon {
  display: flex;
  height: 100%;
  align-items: center;
}

.gd-is-mobile .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__content {
  flex-direction: row;
  align-items: center;
}

.gd-is-mobile .gd-attribute-filter-dropdown-button__next.gd-is-active {
  flex: 1;
  min-width: 0;
  height: 47px;
  max-width: none;
  margin: 0;
  font-size: 14px;
}

.gd-is-mobile .gd-attribute-filter-dropdown-button__next.gd-is-active::after {
  background-color: #fff;
  background-image: none;
}

.gd-is-mobile .gd-attribute-filter-button-wrapper {
  flex: 1;
  min-width: 0;
}

.gd-is-mobile .gd-attribute-filter-button-wrapper .gd-bubble-trigger {
  display: block;
  width: 100%;
}

.gd-is-mobile--with-menu {
  background-color: var(--gd-palette-complementary-0, #fff);
  border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-is-mobile--with-menu .gd-attribute-filter-dropdown-button__next.gd-is-active {
  border-radius: 0;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.gd-is-mobile--with-menu .gd-attribute-filter-dropdown-button__next.gd-is-active::after {
  display: none;
}

.gd-mobile-dropdown-overlay .gd-attribute-filter-button-mobile__next {
  display: none;
}

.gd-mobile-dropdown-header .gd-attribute-filter-button-mobile__next {
  display: block;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 10px;
  box-shadow: 0 1px 2px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1));
  line-height: 25px;
  border-width: 1px 0;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-size: 14px;
  text-align: left;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.gd-mobile-dropdown-header .gd-attribute-filter-button-mobile__next::after {
  display: none;
}

.gd-mobile-dropdown-header .gd-attribute-filter-button-mobile__next::before {
  right: 4px;
}

.gd-attribute-filter-button-mobile__next.gd-is-active .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__title::after,
.gd-attribute-filter-button-mobile__next.gd-is-active .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__subtitle-row::after {
  content: "\e613";
  position: absolute;
  top: 50%;
  right: -20px;
  display: inline-block;
  font-size: 18px;
  transform: translateY(-50%);
}

.gd-attribute-filter-details {
  width: 220px;
  word-wrap: break-word;
  padding: 0;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--gd-palette-complementary-3-from-theme, #c9d5e0);
  box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
  background: var(--gd-palette-complementary-0, #fff);
}

.drag-preview .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__subtitle-row::after {
  display: none;
}

.gd-attribute-filter-dropdown-button-selected-items__next,
.gd-measure-value-filter-dropdown-button-selected-items__next {
  display: inline-block;
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  max-width: 120px;
  text-overflow: ellipsis;
  vertical-align: bottom;
  color: var(--gd-palette-complementary-8, #464e56);
}

.overlay .gd-attribute-filter-dropdown-button-selected-items__next,
.overlay .gd-measure-value-filter-dropdown-button-selected-items__next {
  max-width: none;
}

.gd-attribute-filter-dropdown-button-selected-items-count__next {
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: bottom;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-attribute-filter-dropdown-simple-button__next {
  max-width: 285px;
}

@media only screen and (max-width: 640px) {
  .gd-attribute-filter-dropdown-simple-button__next .is-active {
    max-width: 100vw;
  }
}
.gd-attribute-filter-dropdown-simple-button__next .gd-attribute-filter-dropdown-simple-button-text {
  display: flex;
}

.gd-attribute-filter-dropdown-simple-button__next .gd-attribute-filter-dropdown-simple-button-selection {
  overflow: hidden;
  text-overflow: ellipsis;
}

.gd-attribute-filter-dropdown-simple-button__next .gd-attribute-filter-dropdown-simple-button-selection-count {
  flex: 1 0 auto;
  padding-left: 5px;
}

.gd-attribute-filter-tooltip-content {
  display: block;
  overflow: hidden;
  max-width: 100%;
  word-wrap: break-word;
  word-break: break-word;
  pointer-events: auto;
  padding: 12px 0 12px 12px;
}

.gd-attribute-filter-tooltip-content h3 {
  font-weight: 500;
  line-height: 23px;
  margin: 0;
  font-size: 14px;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-attribute-filter-tooltip-content p {
  text-transform: capitalize;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-attribute-filter-tooltip-content h4 {
  margin: 13px 0 0;
  padding-right: 5px;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled:hover, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled:focus, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled:active, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled:hover::after, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled:focus::after, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled:active::after {
  cursor: default;
  user-select: auto;
  box-shadow: none;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}

.gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled .gd-ui-kit-control-button__subtitle-row::after {
  content: none;
}

.gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.gd-virtual-attribute-filter-dropdown-button {
  background: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.gd-virtual-attribute-filter-dropdown-button:hover, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.gd-virtual-attribute-filter-dropdown-button:focus, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.gd-virtual-attribute-filter-dropdown-button:active, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.gd-virtual-attribute-filter-dropdown-button:hover::after, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.gd-virtual-attribute-filter-dropdown-button:focus::after, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.gd-virtual-attribute-filter-dropdown-button:active::after {
  background: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.gd-mvf-dashboard-filter-button__next.disabled:hover, .gd-mvf-dashboard-filter-button__next.disabled:focus, .gd-mvf-dashboard-filter-button__next.disabled:active, .gd-mvf-dashboard-filter-button__next.disabled:hover::after, .gd-mvf-dashboard-filter-button__next.disabled:focus::after, .gd-mvf-dashboard-filter-button__next.disabled:active::after {
  cursor: default;
  user-select: auto;
  box-shadow: none;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}

.gd-mvf-dashboard-filter-button__next.disabled .gd-attribute-filter-dropdown-button-subtitle__next::after {
  content: none;
}

.gd-item-title-tooltip {
  min-width: 100px;
}

.gd-item-title-tooltip p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

.gd-item-title-tooltip h4 {
  margin: 0;
  padding-right: 5px;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
}

.gd-attribute-filter-list-item-label {
  display: block;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 3px;
}

.gd-async-list:focus-visible, .gd-async-list:focus-within {
  outline: none;
}

.gd-async-list:focus-visible .gd-attribute-filter-list-item--isFocused .gd-list-item-only, .gd-async-list:focus-within .gd-attribute-filter-list-item--isFocused .gd-list-item-only {
  opacity: 1;
  outline: none;
}

.gd-async-list:focus-visible .gd-attribute-filter-list-item--isFocused .gd-list-item-only a, .gd-async-list:focus-within .gd-attribute-filter-list-item--isFocused .gd-list-item-only a {
  outline: none;
}

.gd-async-list:focus-visible .gd-attribute-filter-list-item--isFocused .gd-list-item-only.gd-list-item-only--isFocusedSelectItem, .gd-async-list:focus-within .gd-attribute-filter-list-item--isFocused .gd-list-item-only.gd-list-item-only--isFocusedSelectItem {
  outline-offset: -2px;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
}

.gd-async-list:focus-visible .gd-attribute-filter-list-item--isFocused .gd-item-title-tooltip-wrapper.gd-list-item-only.gd-list-item-only--isFocusedSelectItem,
.gd-async-list:focus-visible .gd-attribute-filter-list-item--isFocused .gd-list-item-only.gd-list-item-only .gd-icon-circle-question--isFocusedSelectItem, .gd-async-list:focus-within .gd-attribute-filter-list-item--isFocused .gd-item-title-tooltip-wrapper.gd-list-item-only.gd-list-item-only--isFocusedSelectItem,
.gd-async-list:focus-within .gd-attribute-filter-list-item--isFocused .gd-list-item-only.gd-list-item-only .gd-icon-circle-question--isFocusedSelectItem {
  outline-offset: -2px;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
  outline-offset: 0;
}

.gd-async-list:focus-visible .gd-attribute-filter-single-selection-list-item--isFocusedSelectItem,
.gd-async-list:focus-visible .gd-attribute-filter-list-item--isFocusedSelectItem,
.gd-async-list:focus-visible .gd-item-title-tooltip-wrapper.gd-list-item-only--isFocusedSelectItem,
.gd-async-list:focus-visible .gd-list-item-only .gd-icon-circle-question--isFocusedSelectItem, .gd-async-list:focus-within .gd-attribute-filter-single-selection-list-item--isFocusedSelectItem,
.gd-async-list:focus-within .gd-attribute-filter-list-item--isFocusedSelectItem,
.gd-async-list:focus-within .gd-item-title-tooltip-wrapper.gd-list-item-only--isFocusedSelectItem,
.gd-async-list:focus-within .gd-list-item-only .gd-icon-circle-question--isFocusedSelectItem {
  outline-offset: -2px;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
  outline-offset: 0;
}

.gd-single-selection-attribute-filter-elements-select-item .gd-attribute-filter-list-item-label:focus-visible {
  outline: none;
  outline-offset: 0;
}

.gd-single-selection-attribute-filter-elements-select-item .gd-item-title-tooltip-wrapper.gd-list-item-only {
  margin-left: 5px;
  margin-top: 2px;
  flex-grow: 0;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-single-selection-attribute-filter-elements-select-item.gd-list-item.is-selected .gd-customizable-checkmark-mobile-navigation {
  right: 27px;
}

.gd-async-list .gd-attribute-filter-elements-select-item__next {
  min-height: 28px;
  padding-left: 7px;
}

.gd-async-list .gd-attribute-filter-elements-select-item__next .gd-item-title-tooltip-wrapper.gd-list-item-only {
  margin: 0 0 0 5px;
  flex-grow: 0;
  flex-shrink: 0;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:hover {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}

.gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:hover.is-selected {
  color: var(--gd-palette-complementary-8, #464e56);
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:hover .input-label-text {
  color: var(--gd-palette-complementary-9-from-theme, inherit);
}

.gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item.is-selected {
  font-weight: bold;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-async-list .gd-attribute-filter-elements-select-item__next .gd-list-item-only,
.gd-async-list .gd-single-selection-attribute-filter-elements-select-item .gd-list-item-only {
  opacity: 0;
  margin-left: 0;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
}

.gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:hover .gd-list-item-only,
.gd-async-list .gd-single-selection-attribute-filter-elements-select-item.gd-list-item:hover .gd-list-item-only {
  opacity: 1;
  width: auto;
  margin-left: 7px;
  pointer-events: auto;
}

.gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item.gd-single-selection-attribute-filter-elements-select-item.gd-attribute-filter-list-item--isFocused .gd-list-item-only, .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item.is-focused .gd-list-item-only, .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:focus-within .gd-list-item-only,
.gd-async-list .gd-single-selection-attribute-filter-elements-select-item.gd-list-item.gd-single-selection-attribute-filter-elements-select-item.gd-attribute-filter-list-item--isFocused .gd-list-item-only,
.gd-async-list .gd-single-selection-attribute-filter-elements-select-item.gd-list-item.is-focused .gd-list-item-only,
.gd-async-list .gd-single-selection-attribute-filter-elements-select-item.gd-list-item:focus-within .gd-list-item-only {
  opacity: 1;
  width: auto;
  margin-left: 7px;
  pointer-events: auto;
}

.gd-attribute-filter-list-empty-item .input-checkbox-label.gd-empty-value-label {
  flex-grow: 0;
}

.gd-attribute-filter-list-empty-item .input-checkbox-label .input-label-text {
  justify-content: flex-start;
  font-style: italic;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

div.gd-empty-item-bubble {
  max-width: 235px;
}

.gd-attribute-filter-elements-select__next.gd-list {
  margin: 0;
}

.gd-attribute-filter-elements-select__next.gd-list .gd-list-item.gd-attribute-filter-list-empty-item:hover .input-label-text {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-attribute-filter-empty-result__next {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}

.gd-attribute-filter-empty-filtered-result__next {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  cursor: default;
}

.gd-attribute-filter-empty-filtered-result__next .gd-filtered-message__next {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gd-attribute-filter-empty-filtered-result__next .gd-filtered-message__next .gd-icon-circle-question {
  top: 22px;
  padding: 5px;
}

@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .gd-attribute-filter-empty-filtered-result__next .gd-filtered-message__next .gd-icon-circle-question {
    top: 60px;
  }
}
.gd-attribute-filter-filtered-status__next {
  position: relative;
  margin: 0 10px 5px;
  color: var(--gd-palette-complementary-8, #464e56);
  cursor: default;
}

.gd-attribute-filter-filtered-status__next .gd-filtered-message__next {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  line-height: 20px;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0, #fff);
  font-size: 12px;
}

.gd-attribute-filter-filtered-status__next .gd-filtered-message__next .gd-icon-circle-question {
  top: 1px;
  padding: 5px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .gd-attribute-filter-filtered-status__next .gd-filtered-message__next {
    font-size: 14px;
  }
}
.gd-attribute-filter-status-bar__next {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.gd-attribute-filter-status-show-all {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25px;
  min-width: 0;
  margin: 0 10px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  line-height: 20px;
  font-size: 12px;
  padding-top: 5px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-attribute-filter-status-show-all .gd-relevant-values-text {
  margin-left: 3px;
}

.gd-attribute-filter-status-show-all .gd-action-show-all {
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding-left: 0;
}

.gd-attribute-filter-status-show-all .gd-action-show-all:hover {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-attribute-filter-status-show-all.no-divider {
  margin-bottom: 6px;
}

.gd-attribute-filter-status-irrelevant-message {
  width: 100%;
  margin: 0 10px 10px;
}

.gd-attribute-filter-status-irrelevant-message .gd-message-text {
  line-height: 20px;
  font-size: 12px;
}

.gd-attribute-filter-status-irrelevant-message .gd-action-clear {
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding-left: 0;
}

.gd-attribute-filter-dropdown-button__next.gd-message.error {
  box-sizing: border-box;
  width: 103px;
}

.dash-filter-is-edit-mode .gd-attribute-filter-dropdown-button__next.gd-message.error {
  padding-left: 23px;
  width: 106px;
}

.dash-filter-is-edit-mode .gd-attribute-filter-dropdown-button__next.gd-message.error:hover::before {
  opacity: 1;
}

.gd-is-mobile .gd-attribute-filter-dropdown-button__next.gd-message.error {
  width: 100%;
}

.overlay.dropdown-body:has(.gd-filter-menu__dropdown) {
  width: max-content;
}

.gd-filter-menu__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 35px;
  height: 35px;
}

.gd-filter-menu__button--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 0;
}

.gd-filter-menu__button--icon .gd-ui-kit-icon-button {
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: 0 3px 0 0;
}

.gd-filter-menu__button--icon:hover .gd-ui-kit-icon-button {
  background-color: var(--gd-palette-complementary-3, #dde4eb);
}

.gd-filter-menu__button--icon.is-active .gd-ui-kit-icon-button, .gd-filter-menu__button--icon:active .gd-ui-kit-icon-button {
  background-color: var(--gd-palette-complementary-3, #dde4eb);
}

.gd-filter-menu__dropdown {
  width: var(--tooltipWidth-x, 160px);
  max-height: none;
  box-shadow: 0 2px 20px 0 rgba(20, 56, 93, 0.2);
  border-radius: 3px;
  padding: 0 0 8px;
}

.gd-filter-menu__dropdown .gd-ui-kit-listbox {
  width: 100%;
  min-width: 100%;
  max-height: none;
  overflow-y: hidden;
  padding: 0;
}

.gd-filter-menu__section {
  display: flex;
  align-items: center;
  padding: 10px 10px 2px;
}

.gd-filter-menu__section-label {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-filter-menu__section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.gd-filter-menu__section-icon .gd-ui-kit-icon-button {
  width: 16px;
  height: 16px;
  min-width: 16px;
}

.gd-filter-menu__item.gd-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 5px 5px 5px 10px;
  border: none;
  background: none;
  font-size: 12px;
  line-height: 18px;
  color: var(--gd-palette-complementary-8, #464e56);
  text-align: left;
  cursor: pointer;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-filter-menu__item.gd-list-item > *:not(.gd-filter-menu__item-check) {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gd-filter-menu__item.gd-list-item:hover {
  background-color: var(--gd-palette-complementary-1, #f5f8fa);
}

.gd-filter-menu__item.gd-list-item.is-selected {
  background-color: transparent;
  font-weight: 600;
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-filter-menu__item.gd-list-item .gd-filter-menu__item-check {
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: 5px;
  color: var(--gd-palette-primary-base, #14b2e2);
  aspect-ratio: 1/1;
}

.gd-filter-menu__divider.gd-list-item.gd-list-item-separator {
  margin: 4px 0 6px;
}

.gd-text-filter-body {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gd-text-filter-body__operator, .gd-text-filter-body__values {
  display: flex;
  flex-direction: column;
}

.gd-text-filter-body__label {
  font-size: 12px;
  font-weight: 400;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-text-filter-body__label-with-help {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.gd-text-filter-body__values-help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: help;
}

.gd-text-filter-body__values-help-icon:focus-visible {
  outline: 2px solid var(--gd-palette-primary-base, #14b2e2);
  outline-offset: 2px;
}

.gd-text-filter-body__input {
  width: 100%;
  box-sizing: border-box;
}

.gd-text-filter-body__input .gd-input-field {
  height: 27px;
}

.gd-text-filter-body__input .gd-input-field::placeholder {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-text-filter-body__input .gd-input-field:disabled {
  cursor: not-allowed;
}

.gd-text-filter-body__input--error .gd-input-field {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.gd-text-filter-body__error {
  padding-top: 5px;
  font-size: 12px;
  line-height: 13px;
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-text-filter-body__error--limit {
  color: var(--gd-palette-warning-base, #f18600);
}

.gd-text-filter-body__options {
  margin-top: -2px;
}

.gd-text-filter-body__options .input-checkbox-label {
  margin-left: -3px;
}

.gd-text-filter-body__values-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.gd-text-filter-body__values-header .gd-ui-kit-link {
  flex-shrink: 0;
  font-size: 12px;
}

.gd-text-filter-body__values-header--disabled .gd-ui-kit-link {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.gd-text-filter-state-summary {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 6px;
}

.gd-text-filter-state-summary__divider {
  height: 1px;
  width: 100%;
  background-color: var(--gd-palette-complementary-3, #dde4eb);
}

.gd-text-filter-state-summary__text {
  display: flex;
  align-items: baseline;
  font-size: 12px;
  line-height: 20px;
  color: var(--gd-palette-complementary-8, #464e56);
  overflow: hidden;
}

.gd-text-filter-state-summary__text .gd-ui-kit-tooltip__anchor {
  display: flex;
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  width: auto;
}

.gd-text-filter-state-summary__text .gd-shortened-text {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gd-text-filter-state-summary__text .gd-shortened-text.gd-selection-list {
  font-weight: bold;
}

.gd-text-filter-state-summary__operator {
  flex: 0 0 auto;
  white-space: nowrap;
}

.gd-text-filter-state-summary__tooltip {
  display: block;
  max-width: 300px;
  word-wrap: break-word;
}

.gd-text-filter-operator-dropdown__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 27px;
  padding: 8px;
  font-size: 12px;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  border-radius: 3px;
  box-sizing: border-box;
  background-color: var(--gd-palette-complementary-0, #fff);
  text-align: left;
}

.gd-text-filter-operator-dropdown__button span::first-letter {
  text-transform: capitalize;
}

.gd-text-filter-operator-dropdown__button:focus, .gd-text-filter-operator-dropdown__button:focus-visible {
  box-shadow: none;
  border-color: initial;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
}

.gd-text-filter-operator-dropdown__button:disabled {
  background-color: var(--gd-palette-complementary-1, #f5f8fa);
  cursor: not-allowed;
}

.gd-text-filter-operator-dropdown__menu {
  min-width: 188px;
  background: var(--gd-palette-complementary-0, #fff);
}

.gd-text-filter-operator-dropdown__menu .gd-list {
  line-height: 18px;
}

.gd-text-filter-operator-dropdown__menu .gd-ui-kit-listbox {
  min-width: 100%;
  max-height: none;
  overflow-y: hidden;
}

.gd-text-filter-operator-dropdown__item.gd-list-item {
  font-size: 12px;
  line-height: 18px;
  padding: 5px 5px 5px 10px;
}

.gd-text-filter-operator-dropdown__item.gd-list-item span::first-letter {
  text-transform: capitalize;
}

.gd-text-filter-operator-dropdown__item.gd-list-item.is-selected {
  font-weight: 700;
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-text-filter-operator-dropdown__divider.gd-list-item.gd-list-item-separator {
  height: 10px;
  min-height: 10px;
  line-height: 10px;
  padding: 0 10px;
  position: relative;
}

.gd-text-filter-operator-dropdown__divider.gd-list-item.gd-list-item-separator::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 45%;
  height: 1px;
  border-bottom: none;
  background-color: var(--gd-palette-complementary-3, #dde4eb);
}

.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body {
  flex: 1;
  min-height: 0;
}

.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body__values {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body--has-options .gd-text-filter-body__values {
  flex: 0 0 auto;
  overflow-y: visible;
}

.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body--has-options .gd-text-filter-body__options {
  flex: 1;
}

.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body__operator {
  flex-shrink: 0;
}

.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-state-summary {
  flex-shrink: 0;
}

.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body__label {
  font-size: 14px;
}

@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .gd-text-filter-operator-dropdown__divider.gd-list-item.gd-list-item-separator {
    display: none;
  }
  .gd-text-filter-operator-dropdown__item.gd-list-item {
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  }
  .gd-text-filter-operator-dropdown__button {
    height: 32px;
    font-size: 14px;
  }
  .gd-text-filter-state-summary__text {
    font-size: 14px;
  }
}
.gd-chips-input {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.gd-chips-input__container {
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  border-radius: 3px;
  background-color: var(--gd-palette-complementary-0, #fff);
  min-height: 38px;
}

.gd-chips-input__container:focus-within {
  border-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-chips-input__container--with-values {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.gd-chips-input__container--with-values .gd-chips-input__chips-frame {
  padding: 7px 5px;
  max-height: 120px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  border-radius: 3px 3px 0 0;
}

.gd-chips-input__container--with-values .gd-chips-input__input-frame {
  padding: 0 7px;
}

.gd-chips-input__container--warning {
  border-color: var(--gd-palette-warning-base, #f18600);
}

.gd-chips-input__container--warning:focus-within {
  border-color: var(--gd-palette-warning-base, #f18600);
}

.gd-chips-input__container--warning.gd-chips-input__container--with-values .gd-chips-input__chips-frame {
  border-bottom-color: var(--gd-palette-warning-base, #f18600);
}

.gd-chips-input__container--warning.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field {
  border-color: var(--gd-palette-warning-base, #f18600);
}

.gd-chips-input__container--warning.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus, .gd-chips-input__container--warning.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus-visible {
  border-color: var(--gd-palette-warning-base, #f18600);
}

.gd-chips-input__container--error {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.gd-chips-input__container--error:focus-within {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.gd-chips-input__container--error.gd-chips-input__container--with-values .gd-chips-input__chips-frame {
  border-bottom-color: var(--gd-palette-error-base, #e54d42);
}

.gd-chips-input__container--error.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.gd-chips-input__container--error.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus, .gd-chips-input__container--error.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus-visible {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.gd-chips-input__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.gd-chips-input__input-frame--standalone {
  padding: 0;
}

.gd-chips-input__input {
  flex: 1;
  min-width: 120px;
  display: block;
}

.gd-chips-input__input .gd-input-field {
  border: none;
  outline: none;
  padding: 4px 0;
  font-size: 13px;
  background: transparent;
  box-shadow: none;
}

.gd-chips-input__input .gd-input-field:focus-visible {
  outline: none;
}

.gd-chips-input__input .gd-input-field::placeholder {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-chips-input__input .gd-input-field:disabled {
  cursor: not-allowed;
}

.gd-chips-input__container--empty {
  border: none;
  min-height: auto;
  background: transparent;
}

.gd-chips-input__container--empty:focus-within {
  border-color: transparent;
}

.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field {
  box-sizing: border-box;
  margin: 0;
  padding: 6px 7px 5px;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  line-height: normal;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0, #fff);
  font-size: 14px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 200;
  height: 27.1px;
  padding: 5px 7px;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  box-shadow: inset 0 1px 2px 0 rgba(31, 53, 74, 0.15);
}

.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus, .gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus-visible {
  outline: none;
  border-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field::placeholder {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-chips-input__autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  background-color: #fcfcfd;
  border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-radius: 3px;
  box-shadow: 0 2px 20px 0 rgba(20, 56, 93, 0.2);
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.gd-chips-input__autocomplete-item {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: var(--gd-palette-complementary-8, #464e56);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gd-chips-input__autocomplete-item strong {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-style: solid;
  color: inherit;
}

.gd-chips-input__autocomplete-item:hover {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}

.gd-chips-input__autocomplete-item--active {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}

.gd-chips-input__autocomplete-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  min-height: 28px;
  cursor: default;
  pointer-events: none;
}

.gd-attribute-filter-details-bubble__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.gd-attribute-filter-details-bubble {
  width: 220px;
  margin: -7px -10px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-radius: var(--gd-modal-borderRadius, 3px);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.gd-attribute-filter-details-bubble__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gd-attribute-filter-details-bubble__section {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  gap: 3px;
}

.gd-attribute-filter-details-bubble__title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-attribute-filter-details-bubble__description {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-attribute-filter-details-bubble__key {
  display: block;
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: normal;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-attribute-filter-details-bubble__value {
  display: block;
  margin: 0;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-attribute-filter-details-bubble__elements {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-attribute-filter-details-bubble__element {
  display: block;
}

.gd-attribute-filter-details-bubble__more {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 400;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-attribute-filter-details-bubble__loading {
  margin: 0;
  font-size: 12px;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-attribute-filter-details-bubble__error {
  margin: 0;
  font-size: 12px;
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-attribute-filter {
  display: inline-block;
}

.gd-attribute-filter-overlay {
  padding: 16px 8px 8px 8px;
  max-width: 245px;
}

.gd-attribute-filter-overlay .gd-message {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  padding: 4px 8px 4px 10px;
  min-height: 1px;
  border-radius: 3px;
  font-family: gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif;
  font-size: 14px;
  text-align: left;
  color: #e54d42;
  background: rgba(229, 77, 66, 0.15);
  pointer-events: all;
}

.gd-attribute-filter-actions {
  text-align: right;
  margin-top: 8px;
}

.gd-attribute-filter .button-dropdown {
  max-width: 100%;
}

.attribute-filter-button {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  max-width: 185px;
  position: relative;
  height: 41px;
  margin: 7px 11px 7px 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  user-select: none;
}

.attribute-filter-button.disabled {
  cursor: pointer;
  user-select: auto;
  pointer-events: none;
}

.attribute-filter-button.disabled .button-subtitle::after {
  content: none;
}

.attribute-filter-button::before, .attribute-filter-button::after {
  content: "";
  position: absolute;
  transition: all 0.2s;
}

.attribute-filter-button::before {
  z-index: 1;
  top: 8px;
  left: -4px;
  width: 7px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg width='7' height='26' viewBox='0 0 7 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4h2v2H0V4zm0-4h2v2H0V0zm5 4h2v2H5V4zm0-4h2v2H5V0zm0 8h2v2H5V8zM0 8h2v2H0V8zm0 4h2v2H0v-2zm5 4h2v2H5v-2zm-5 0h2v2H0v-2zm5 4h2v2H5v-2zm-5 0h2v2H0v-2zm5 4h2v2H5v-2zm-5 0h2v2H0v-2zm5-12h2v2H5v-2z' fill='%23B0BECA' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
  opacity: 0;
}

.attribute-filter-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  background: var(--gd-dashboards-filterBar-filterButton-backgroundColor, transparent);
  transform: translateZ(-1px);
  border-radius: 3px;
}

.attribute-filter-button .button-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

.overlay .attribute-filter-button .button-content {
  align-items: center;
  height: 100%;
  flex-direction: row;
}

.attribute-filter-button:active::after, .edit-mode-on .attribute-filter-button:active::after, .attribute-filter-button.is-active::after, .edit-mode-on .attribute-filter-button.is-active::after {
  box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
  border-color: var(--gd-palette-complementary-5-from-theme, var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2)));
  background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
}

.attribute-filter-button:active .button-title::after,
.attribute-filter-button:active .button-subtitle::after, .attribute-filter-button.is-active .button-title::after,
.attribute-filter-button.is-active .button-subtitle::after {
  content: "\e613";
}

.attribute-filter-button:hover::after {
  border-color: var(--gd-palette-complementary-3, #dde4eb);
}

.gd-mobile-dropdown-overlay .gd-attribute-filter-button-mobile {
  display: none;
}

.gd-mobile-dropdown-header .gd-attribute-filter-button-mobile {
  display: block;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 10px;
  box-shadow: 0 1px 2px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1));
  line-height: 25px;
  border-width: 1px 0;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-size: 14px;
  text-align: left;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.gd-mobile-dropdown-header .gd-attribute-filter-button-mobile::after {
  display: none;
}

.gd-mobile-dropdown-header .gd-attribute-filter-button-mobile::before {
  right: 4px;
}

.gd-attribute-filter-button-mobile.is-active .button-title::after,
.gd-attribute-filter-button-mobile.is-active .button-subtitle::after {
  content: "\e613";
  position: absolute;
  top: 50%;
  right: -20px;
  display: inline-block;
  font-size: 18px;
  transform: translateY(-50%);
}

.button-title {
  overflow: hidden;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.button-title .gd-bubble-trigger,
.button-title .shortened {
  display: inline-flex;
}

.button-title .shortened {
  max-width: 100%;
}

.overlay .button-title {
  flex: 0 0 auto;
  max-width: 100%;
  margin-right: 5px;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.overlay .button-title::after {
  content: ":";
}

.button-title,
.button-subtitle {
  max-width: 100%;
  white-space: nowrap;
}

.button-title::after,
.button-subtitle::after {
  content: "\e612";
  display: none;
  margin-left: 0.5em;
  font-family: "Indigo", sans-serif;
  font-weight: normal;
  font-size: inherit;
  vertical-align: top;
  color: var(--gd-palette-complementary-6, #94a1ad);
  transition: 0.2s;
}

.button-title:only-child::after,
.button-subtitle:only-child::after {
  display: inline-block;
}

.drag-preview .button-title::after,
.drag-preview .button-subtitle::after {
  display: none;
}

.button-subtitle {
  display: inline-flex;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
  color: var(--gd-palette-complementary-9, #000);
}

.overlay .button-subtitle {
  flex: 1 1 auto;
  max-width: none;
}

.overlay .button-subtitle::after {
  position: absolute;
  top: 50%;
  right: -20px;
  font-size: 18px;
  transform: translateY(-50%);
}

.button-subtitle::after {
  display: inline-block;
}

.button-selected-items {
  display: inline-block;
  flex: 0 1 auto;
  overflow: hidden;
  max-width: 120px;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.overlay .button-selected-items {
  max-width: none;
}

.button-selected-items-count {
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: bottom;
}

.gd-attribute-filter-dropdown-all-items-filtered {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  cursor: default;
}

.gd-attribute-filter-dropdown-all-items-filtered .gd-filtered-message {
  margin-left: -20px;
}

.gd-attribute-filter-dropdown-all-items-filtered .gd-filtered-message .gd-icon-circle-question {
  position: absolute;
  top: 22px;
  padding: 5px;
}

@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .gd-attribute-filter-dropdown-all-items-filtered .gd-filtered-message .gd-icon-circle-question {
    top: 60px;
  }
}
.gd-attribute-filter-dropdown-bubble {
  max-width: 200px;
}

.gd-extended-date-filter-body .gd-list-item.is-selected {
  font-weight: bold;
}

.attributevalues-list .loading-mask {
  flex: 1 0 auto;
  min-height: 52px;
}

.attributevalues-list .gd-list-item:hover {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}

.attributevalues-list .gd-list-item:hover.is-selected {
  color: var(--gd-palette-complementary-8, #464e56);
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}

.attributevalues-list .gd-list-item:hover .input-label-text {
  color: var(--gd-palette-complementary-9-from-theme, inherit);
}

.attributevalues-list .gd-list-item.is-selected {
  font-weight: bold;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-filtered-message:hover {
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-attribute-filter-dropdown-items-filtered {
  position: relative;
  margin-top: 10px;
  padding: 0 10px;
  cursor: default;
}

.gd-attribute-filter-dropdown-items-filtered::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  display: block;
  width: calc(100% - 20px);
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 -2px 4px 0 var(--gd-palette-complementary-3, #dde4eb);
}

.gd-attribute-filter-dropdown-items-filtered .gd-filtered-message {
  position: relative;
  z-index: 2;
  padding: 6px 5px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  background: var(--gd-palette-complementary-0, #fff);
  font-size: 12px;
}

.gd-attribute-filter-dropdown-items-filtered .gd-filtered-message .gd-icon-circle-question {
  position: absolute;
  top: 1px;
  padding: 5px;
}

@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .gd-attribute-filter-dropdown-items-filtered .gd-filtered-message {
    font-size: 14px;
    background: var(--gd-palette-complementary-0-from-theme, #f8fafb);
  }
}
.gd-attribute-filter-button-is-filtering.attribute-filter-button:not(.is-active) {
  background: var(--gd-palette-primary-dimmed, #e8f7fc);
  border-radius: 3px;
}

.gd-attribute-filter-button-is-filtering.attribute-filter-button:not(.is-active).attribute-filter-button::before, .gd-attribute-filter-button-is-filtering.attribute-filter-button:not(.is-active).attribute-filter-button::after {
  display: none;
}

.gd-mobile-dropdown-content .gd-attribute-filter-overlay {
  max-width: none;
}

.gd-mobile-dropdown-content .gd-attribute-filter-actions {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: stretch;
  margin: 0 10px;
  padding: 10px 0;
}

.gd-mobile-dropdown-content .gd-attribute-filter-actions .gd-button {
  text-align: center;
  flex: 1;
}

/* hide IE10+ eraser */
::-ms-clear {
  display: none;
}


@font-face {
  font-family: "Indigo";
  src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff2") format("woff2"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=gd-icon-]::before,
[class*=" gd-icon-"]::before,
[class^=gd-icon-].gd-icon-right::after,
[class*=" gd-icon-"].gd-icon-right::after {
  font-family: "Indigo", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  /* Better Font Rendering looks better in Chrome, corresponds to Sketch mockups */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: none;
}

[class^=gd-icon-].gd-icon-right::before,
[class*=" gd-icon-"].gd-icon-right::before {
  content: "";
  display: none;
}

.gd-icon-trend-down::before,
.gd-icon-trend-down.gd-icon-right::after {
  content: "\e600";
}

.gd-icon-trend-up::before,
.gd-icon-trend-up.gd-icon-right::after {
  content: "\e601";
}

.gd-icon-user::before,
.gd-icon-user.gd-icon-right::after {
  content: "\e602";
}

.gd-icon-ghost::before,
.gd-icon-ghost.gd-icon-right::after {
  content: "\e603";
}

.gd-icon-redo::before,
.gd-icon-redo.gd-icon-right::after {
  content: "\e604";
}

.gd-icon-undo::before,
.gd-icon-undo.gd-icon-right::after {
  content: "\e605";
}

.gd-icon-pause::before,
.gd-icon-pause.gd-icon-right::after {
  content: "\e606";
}

.gd-icon-users::before,
.gd-icon-users.gd-icon-right::after {
  content: "\e607";
}

.gd-icon-cloud-rain::before, .gd-icon-rain::before,
.gd-icon-cloud-rain.gd-icon-right::after,
.gd-icon-right.gd-icon-rain::after {
  content: "\e608";
}

.gd-icon-calendar::before,
.gd-icon-calendar.gd-icon-right::after {
  content: "\e609";
}

.gd-icon-circle-exclamation::before,
.gd-icon-circle-exclamation.gd-icon-right::after {
  content: "\e60a";
}

.gd-icon-circle-question::before,
.gd-icon-circle-question.gd-icon-right::after {
  content: "\e60b";
}

.gd-icon-dropright::before,
.gd-icon-dropright.gd-icon-right::after {
  content: "\e60c";
}

.gd-icon-dropdown::before,
.gd-icon-dropdown.gd-icon-right::after {
  content: "\e60d";
}

.gd-icon-question::before,
.gd-icon-question.gd-icon-right::after {
  content: "\e60e";
}

.gd-icon-number::before,
.gd-icon-number.gd-icon-right::after {
  content: "\e60f";
}

.gd-icon-navigateleft::before,
.gd-icon-navigateleft.gd-icon-right::after {
  content: "\e610";
}

.gd-icon-navigateright::before,
.gd-icon-navigateright.gd-icon-right::after {
  content: "\e611";
}

.gd-icon-navigatedown::before,
.gd-icon-navigatedown.gd-icon-right::after {
  content: "\e612";
}

.gd-icon-navigateup::before,
.gd-icon-navigateup.gd-icon-right::after {
  content: "\e613";
}

.gd-icon-pencil::before,
.gd-icon-pencil.gd-icon-right::after {
  content: "\e614";
}

.gd-icon-magic::before,
.gd-icon-magic.gd-icon-right::after {
  content: "\e615";
}

.gd-icon-cloud-upload::before, .gd-icon-upload::before, .gd-icon-uploadcloud::before,
.gd-icon-cloud-upload.gd-icon-right::after,
.gd-icon-right.gd-icon-upload::after,
.gd-icon-right.gd-icon-uploadcloud::after {
  content: "\e616";
}

.gd-icon-lock::before,
.gd-icon-lock.gd-icon-right::after {
  content: "\e617";
}

.gd-icon-unlock::before,
.gd-icon-unlock.gd-icon-right::after {
  content: "\e618";
}

.gd-icon-settings::before, .gd-icon-config::before,
.gd-icon-settings.gd-icon-right::after,
.gd-icon-right.gd-icon-config::after {
  content: "\e619";
}

.gd-icon-trash::before,
.gd-icon-trash.gd-icon-right::after {
  content: "\e61a";
}

.gd-icon-at-sign::before,
.gd-icon-at-sign.gd-icon-right::after {
  content: "\e61b";
}

.gd-icon-envelope::before,
.gd-icon-envelope.gd-icon-right::after {
  content: "\e61c";
}

.gd-icon-visible::before,
.gd-icon-visible.gd-icon-right::after {
  content: "\e61d";
}

.gd-icon-invisible::before,
.gd-icon-invisible.gd-icon-right::after {
  content: "\e61e";
}

.gd-icon-save::before,
.gd-icon-save.gd-icon-right::after {
  content: "\e61f";
}

.gd-icon-printer::before,
.gd-icon-printer.gd-icon-right::after {
  content: "\e620";
}

.gd-icon-file::before,
.gd-icon-file.gd-icon-right::after {
  content: "\e621";
}

.gd-icon-folder::before,
.gd-icon-folder.gd-icon-right::after {
  content: "\e622";
}

.gd-icon-enter::before,
.gd-icon-enter.gd-icon-right::after {
  content: "\e623";
}

.gd-icon-earth::before,
.gd-icon-earth.gd-icon-right::after {
  content: "\e624";
}

.gd-icon-bell::before,
.gd-icon-bell.gd-icon-right::after {
  content: "\e625";
}

.gd-icon-horn::before,
.gd-icon-horn.gd-icon-right::after {
  content: "\e626";
}

.gd-icon-sync::before,
.gd-icon-sync.gd-icon-right::after {
  content: "\e627";
}

.gd-icon-clock::before,
.gd-icon-clock.gd-icon-right::after {
  content: "\e628";
}

.gd-icon-timer::before,
.gd-icon-timer.gd-icon-right::after {
  content: "\e629";
}

.gd-icon-download::before,
.gd-icon-download.gd-icon-right::after {
  content: "\e62a";
}

.gd-icon-magnifier::before, .gd-icon-search::before,
.gd-icon-magnifier.gd-icon-right::after,
.gd-icon-right.gd-icon-search::after {
  content: "\e62b";
}

.gd-icon-checkmark::before,
.gd-icon-checkmark.gd-icon-right::after {
  content: "\e62c";
}

.gd-icon-cross::before, .gd-icon-clear::before,
.gd-icon-cross.gd-icon-right::after,
.gd-icon-right.gd-icon-clear::after {
  content: "\e62d";
}

.gd-icon-chevron-up::before,
.gd-icon-chevron-up.gd-icon-right::after {
  content: "\e62e";
}

.gd-icon-chevron-down::before,
.gd-icon-chevron-down.gd-icon-right::after {
  content: "\e62f";
}

.gd-icon-chevron-left::before,
.gd-icon-chevron-left.gd-icon-right::after {
  content: "\e630";
}

.gd-icon-chevron-right::before,
.gd-icon-chevron-right.gd-icon-right::after {
  content: "\e631";
}

.gd-icon-arrow-up::before,
.gd-icon-arrow-up.gd-icon-right::after {
  content: "\e632";
}

.gd-icon-arrow-down::before,
.gd-icon-arrow-down.gd-icon-right::after {
  content: "\e633";
}

.gd-icon-arrow-left::before,
.gd-icon-arrow-left.gd-icon-right::after {
  content: "\e634";
}

.gd-icon-arrow-right::before,
.gd-icon-arrow-right.gd-icon-right::after {
  content: "\e635";
}

.gd-icon-tab::before,
.gd-icon-tab.gd-icon-right::after {
  content: "\e636";
}

.gd-icon-warning::before,
.gd-icon-warning.gd-icon-right::after {
  content: "\e637";
}

.gd-icon-circle-checkmark::before,
.gd-icon-circle-checkmark.gd-icon-right::after {
  content: "\e638";
}

.gd-icon-circle-cross::before,
.gd-icon-circle-cross.gd-icon-right::after {
  content: "\e639";
}

.gd-icon-circle-plus::before,
.gd-icon-circle-plus.gd-icon-right::after {
  content: "\e63a";
}

.gd-icon-circle-minus::before,
.gd-icon-circle-minus.gd-icon-right::after {
  content: "\e63b";
}

.gd-icon-filter::before,
.gd-icon-filter.gd-icon-right::after {
  content: "\e63c";
}

.gd-icon-sharp::before,
.gd-icon-sharp.gd-icon-right::after {
  content: "\e63d";
}

.gd-icon-money::before,
.gd-icon-money.gd-icon-right::after {
  content: "\e63e";
}

.gd-icon-percent::before,
.gd-icon-percent.gd-icon-right::after {
  content: "\e63f";
}

.gd-icon-plus::before, .gd-icon-add::before,
.gd-icon-plus.gd-icon-right::after,
.gd-icon-right.gd-icon-add::after {
  content: "\e640";
}

.gd-icon-A::before,
.gd-icon-A.gd-icon-right::after {
  content: "\e641";
}

.gd-icon-copyright::before,
.gd-icon-copyright.gd-icon-right::after {
  content: "\e642";
}

.gd-dropdown.overlay {
  padding: 0;
}

.gd-dropdown-search {
  margin: 8px;
  vertical-align: baseline;
}

.gd-dropdown-buttons {
  padding: 8px;
  text-align: right;
}

.gd-dropdown-buttons .gd-button {
  margin-left: 10px;
}

.gd-dropdown .gd-input-label {
  margin-bottom: 5px;
}

.gd-dropdown .gd-list,
.gd-dropdown .gd-list-view,
.gd-dropdown .gd-infinite-list,
.dropdown-body .gd-list,
.dropdown-body .gd-list-view,
.dropdown-body .gd-infinite-list {
  margin: 6px 0;
}

@media only screen and (max-width: 640px) {
  .gd-dropdown .gd-list,
  .gd-dropdown .gd-list-view,
  .gd-dropdown .gd-infinite-list,
  .dropdown-body .gd-list,
  .dropdown-body .gd-list-view,
  .dropdown-body .gd-infinite-list {
    margin: 0;
  }
}
.gd-dropdown .gd-async-list,
.dropdown-body .gd-async-list {
  margin: 6px 0;
}

@media only screen and (max-width: 640px) {
  .gd-dropdown .gd-async-list,
  .dropdown-body .gd-async-list {
    margin: 6px 0;
  }
}
.gd-dropdown .gd-list-view,
.gd-dropdown-small .gd-list-view {
  font-size: 12px;
}

.gd-dropdown .gd-list-view-item,
.gd-dropdown .gd-list-view-item-header,
.gd-dropdown-small .gd-list-view-item,
.gd-dropdown-small .gd-list-view-item-header {
  height: 25px;
}

.gd-dropdown .gd-list-view-item > div,
.gd-dropdown .gd-list-view-item-header > div,
.gd-dropdown-small .gd-list-view-item > div,
.gd-dropdown-small .gd-list-view-item-header > div {
  line-height: 25px;
}

.gd-dropdown-normal .gd-list-view {
  font-size: 14px;
}

.gd-dropdown-normal .gd-list-view-item,
.gd-dropdown-normal .gd-list-view-item-header {
  height: 28px;
}

.gd-dropdown-normal .gd-list-view-item > div,
.gd-dropdown-normal .gd-list-view-item-header > div {
  line-height: 28px;
}

.gd-list-searchfield,
.gd-dropdown-searchfield {
  margin: 10px;
}

.gd-list-title {
  margin: 0;
  padding: 10px;
  background: var(--gd-palette-complementary-2, #ebeff4);
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.gd-dropdown-tabs {
  margin: 0 10px;
}

.gd-mobile-dropdown-overlay {
  height: 100%;
  background-color: var(--gd-palette-complementary-0-from-theme, #f8fafb);
}

.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project {
  margin: 0;
  box-shadow: 0 1px 2px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1));
  color: var(--gd-palette-complementary-8-from-theme, #000);
  border-bottom: 1px solid var(--gd-palette-complementary-4-from-theme, #c9d5e0);
}

.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-expanded::after, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-collapsed::after,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-expanded::after,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-collapsed::after {
  right: 10px;
  color: var(--gd-palette-complementary-8, #464e56);
  opacity: 1;
}

.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-expanded, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-expanded:hover, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-collapsed, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-collapsed:hover,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-expanded,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-expanded:hover,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-collapsed,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-collapsed:hover {
  background-color: var(--gd-palette-complementary-0, #fff);
}

.animation-fadeIn,
.animation-fadeOut,
.animation-bounce {
  animation-duration: 0.6s;
}

.animation-fadeIn,
.animation-fadeOut {
  animation-name: animation-fade;
}

.animation-fadeOut {
  animation-direction: reverse;
}

.animation-bounce {
  animation-name: animation-bounce;
}

.animation-slow {
  animation-duration: 1s;
}

.animation-fast {
  animation-duration: 0.4s;
}

@keyframes animation-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animation-bounce {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* allow vendor prefixes and disable max length */
/* allow vendor prefixes and disable max length */
.gd-list-item.gd-list-item-header .is-open::before, .gd-list-item.gd-list-item-header .is-collapsible::before {
  overflow: hidden;
  width: 12px;
  height: 20px;
  margin: 1px 0 0;
  color: #b9b9b9;
  font-family: "Indigo", sans-serif;
  font-size: 11px;
}

.gd-list-item.gd-menu-item.is-submenu::after, .gd-list-item.gd-menu-item.is-checked::before {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--gd-palette-complementary-5, #b0beca);
  font-family: "Indigo", sans-serif;
}

.gd-list-noResults {
  padding: 15px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 14px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  text-align: center;
}

.gd-list-loading {
  margin: 10px;
  text-align: center;
}

.gd-list-status-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  margin: 5px 10px;
  line-height: 20px;
  font-size: 12px;
  padding-top: 5px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-list-status-bar span {
  flex: 0 0 auto;
  height: 20px;
  white-space: nowrap;
  min-width: 0;
}

.gd-list-status-bar .gd-shortened-text {
  flex: 0 1 auto;
  overflow: hidden;
  width: auto;
  height: 20px;
  white-space: nowrap;
  max-width: inherit;
  text-overflow: ellipsis;
}

.gd-list-status-bar .gd-shortened-text.gd-selection-list {
  font-weight: bold;
}

.gd-list-all-checkbox-checked {
  font-weight: bold;
}

.gd-list-actions {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  margin: 0 10px 10px;
  line-height: 1;
  font-size: 12px;
}

.gd-list-actions .gd-button-link:first-of-type {
  margin-left: 0;
  padding-left: 0;
}

.gd-list-actions.gd-list-actions-invertable {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-list-actions.gd-list-actions-invertable .input-checkbox-label {
  flex: 0 1 auto;
  cursor: pointer;
}

.gd-list-actions.gd-list-actions-invertable .input-checkbox-label.disabled {
  cursor: default;
}

.gd-list-actions.gd-list-actions-invertable .input-checkbox-label::after {
  content: " ";
}

.gd-list-actions-selection-size {
  box-sizing: border-box;
  margin: 1px 0 0 5px;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-list {
  line-height: 28px;
  font-size: 12px;
}

.gd-list .gd-infinite-list {
  position: relative;
  width: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

button.gd-list-item {
  width: 100%;
  border-color: transparent;
  background: none;
  text-align: left;
}

.gd-list-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  padding: 0 10px;
  color: var(--gd-palette-complementary-8, #464e56);
  cursor: pointer;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-size: 12px;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gd-list-item:hover {
  color: var(--gd-palette-complementary-9, #000);
  background: var(--gd-palette-complementary-2, #ebeff4);
  text-decoration: none;
}

.gd-list-item:hover.is-selected {
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.gd-list-item:focus-visible {
  outline: revert;
  outline-offset: -2px;
}

.gd-list-item.gd-menu-item-remove:hover {
  color: var(--gd-palette-error-base, #e54d42);
  background: var(--gd-palette-error-dimmed, #fcedec);
}

.gd-mobile-dropdown-content .gd-list-item {
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-size: 14px;
  text-align: left;
}

.gd-list-item.variant-delete:hover {
  color: var(--gd-palette-error-base, #e54d42);
  background: var(--gd-palette-error-dimmed, #fcedec);
}

.gd-list-item.is-disabled {
  opacity: 0.5;
}

.gd-list-item.is-focused {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
  color: var(--gd-palette-complementary-9, #000);
}

.gd-list-item.is-selected {
  color: var(--gd-palette-primary-base, #14b2e2);
  font-weight: bold;
}

.gd-list-item.is-selected .gd-customizable-checkmark-mobile-navigation-wrapper {
  width: 29px;
}

.gd-list-item.is-selected .gd-customizable-checkmark-mobile-navigation {
  top: 18px;
  right: 13px;
  bottom: 0;
}

.gd-list-item.gd-menu-item {
  padding: 4px 30px;
}

@media (forced-colors: active) {
  .gd-list-item.gd-menu-item {
    color: buttontext !important;
  }
  .gd-list-item.gd-menu-item i {
    color: buttontext !important;
  }
}
.gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-menu-item {
  padding: 4px 10px;
}

.gd-list-item.gd-menu-item.is-checked::before {
  content: "\e62c";
  left: 0;
  width: 30px;
  font-size: 12px;
}

.gd-list-item.gd-menu-item.is-submenu::after {
  content: "\e611";
  right: 0;
  width: 30px;
  font-size: 14px;
}

.gd-list-item label.input-checkbox-label {
  pointer-events: none;
}

.gd-list-item input[type=checkbox] {
  flex: 0 0 auto;
  margin: 0 7px 0 0;
}

.gd-list-item span,
.gd-list-item label {
  display: block;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gd-list-item .gd-list-icon,
.gd-list-item .gd-list-icon-right {
  flex: 0 0 auto;
}

.is-multiselect .gd-list-item.is-selected {
  color: var(--gd-palette-complementary-8, #464e56);
  font-weight: bold;
}

.is-multiselect .gd-list-item.is-selected::after {
  display: none !important;
}

.is-multiselect .gd-list-item.is-focused.is-selected, .is-multiselect .gd-list-item:hover.is-selected {
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-list-item.has-only-visible:hover:hover .gd-list-item-only {
  opacity: 1;
}

.gd-list-item .gd-list-item-only {
  opacity: 0;
  flex: 0 0 auto;
  color: var(--gd-palette-primary-base, #14b2e2);
  margin-left: 7px;
  font-weight: normal;
}

.gd-list-item .gd-list-item-only:hover, .gd-list-item .gd-list-item-only:focus, .gd-list-item .gd-list-item-only:active {
  color: var(--gd-palette-complementary-8, #464e56);
  text-decoration: underline;
}

.gd-list-item.gd-list-item-separator, .gd-list-item.gd-list-item-header {
  cursor: default;
}

.gd-list-item.gd-list-item-separator:hover, .gd-list-item.gd-list-item-separator:hover > div, .gd-list-item.gd-list-item-separator:focus, .gd-list-item.gd-list-item-separator:focus > div, .gd-list-item.gd-list-item-separator:active, .gd-list-item.gd-list-item-separator:active > div, .gd-list-item.gd-list-item-header:hover, .gd-list-item.gd-list-item-header:hover > div, .gd-list-item.gd-list-item-header:focus, .gd-list-item.gd-list-item-header:focus > div, .gd-list-item.gd-list-item-header:active, .gd-list-item.gd-list-item-header:active > div {
  color: var(--gd-palette-complementary-6, #94a1ad);
  background: transparent;
}

.gd-list-item.gd-list-item-separator {
  position: relative;
  min-height: 10px;
}

.gd-list-item.gd-list-item-separator::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  left: 10px;
  height: 0;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-menu-wrapper .gd-list-item.gd-list-item-separator::before {
  right: 30px;
  left: 30px;
}

.gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-list-item-separator::before {
  right: 10px;
  left: 10px;
}

.gd-list-item.gd-list-item-header {
  padding: 12px 10px 0;
  line-height: 16px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 10px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gd-menu-wrapper .gd-list-item.gd-list-item-header {
  padding: 12px 30px 0;
}

.gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-list-item-header {
  padding: 12px 10px 0;
}

.gd-list-item.gd-list-item-header > div {
  color: inherit;
}

.gd-list-item.gd-list-item-header .is-collapsible {
  cursor: pointer;
}

.gd-list-item.gd-list-item-header .is-collapsible:hover {
  background-color: #f2f2f2;
}

.gd-list-item.gd-list-item-header .is-collapsible::before {
  content: ")";
  float: left;
}

.gd-list-item.gd-list-item-header .is-open::before {
  content: "(";
}

.gd-list-item .gd-list-item-bubble {
  padding-left: 3px;
  padding-bottom: 3px;
}

.gd-ui-kit-listbox__items:focus-visible .gd-list-item.is-focused {
  outline-offset: -2px;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
}

.gd-list-icon {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-list-icon:first-child {
  margin-left: 0;
}

.gd-list-icon:last-child {
  margin-right: 0;
}

.gd-list-icon-right {
  margin-right: 0;
}

.gd-list-item .input-checkbox-label,
.gd-list-actions .input-checkbox-label {
  padding-right: 0;
  padding-left: 23px;
}

.gd-list-root .gd-button-link {
  padding: 0;
  font-size: 12px;
}

.gd-list-root .gd-button-link > span {
  text-decoration: none;
}

.gd-list-root .gd-button-link:hover > span {
  text-decoration: underline;
}

.gd-list-root .gd-button-link:first-child {
  margin-left: 8px;
}

.gd-infinite-list .gd-infinite-list-scroll-container {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.gd-infinite-list .gd-infinite-list-scroll-container::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
}

.gd-infinite-list .gd-infinite-list-scroll-container::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(176, 190, 202, 0.3);
}

.gd-infinite-list .gd-infinite-list-scroll-container:hover::-webkit-scrollbar-thumb {
  background-color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-infinite-list .gd-infinite-list-scroll-container:focus-visible {
  outline: revert;
}

.gd-infinite-list .gd-infinite-list-item {
  white-space: nowrap;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-infinite-list .gd-project-list-item {
  height: inherit;
}

.gd-list-header,
.gd-list-footer {
  margin: 10px;
  line-height: 16px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 12px;
}

.gd-list-header {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-list-footer {
  padding-top: 10px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-list-limitExceeded {
  margin: 5px 10px;
}

.gd-list-limitExceeded.gd-message::after {
  display: none;
}

.gd-menu-wrapper {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 8px 0;
  box-shadow: 0 1px 20px var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.2));
  background: var(--gd-palette-complementary-0, #fff);
  border-radius: 3px;
}

.gd-menu-wrapper .gd-ui-kit-tooltip__anchor {
  width: 100%;
}

.gd-dropdown.overlay {
  padding: 0;
}

.overlay-wrapper {
  z-index: 5001;
}

@media (forced-colors: active) {
  .overlay-wrapper .gd-bubble {
    border: 1px solid transparent !important;
  }
}
.overlay {
  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;
  position: relative;
  padding: 0.1px;
  border-radius: 3px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  background-color: var(--gd-palette-complementary-0, #fff);
  box-shadow: 0 1px 20px var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.2));
}

@media (forced-colors: active) {
  .overlay {
    border: 1px solid transparent !important;
  }
}
@media only screen and (max-width: 640px) {
  .overlay {
    border-radius: 0;
  }
}
.gd-overlay-content {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  line-height: 1.5;
}

.gd-overlay-content *,
.gd-overlay-content *::before,
.gd-overlay-content *::after {
  box-sizing: border-box;
}

.gd-overlay-content .invisible {
  visibility: hidden;
}

.gd-error-overlay-content .modalityPlugin-mask-visible {
  z-index: 10001;
  opacity: 0.95;
}

.gd-error-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.gd-error-overlay .gd-error-overlay-icon {
  margin-bottom: 20px;
}

.gd-error-overlay h2 {
  margin-bottom: 10px;
}

.gd-error-overlay .gd-error-overlay-text {
  line-height: 23px;
  color: var(--gd-palette-complementary-8, #464e56);
  font-size: 14px;
}

.gd-error-overlay .gd-error-overlay-button {
  margin-top: 20px;
}

.gd-tabs {
  display: flex;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-tabs.small .gd-tab {
  padding: 3px 6px;
  line-height: 14px;
  margin-right: 14px;
  font-size: 12px;
}

.gd-tab {
  display: flex;
  flex: 0 1 auto;
  align-items: flex-end;
  margin: 0 20px -1px 0;
  padding: 3px 0;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  line-height: 16px;
  color: var(--gd-palette-complementary-7, #6d7680);
  cursor: pointer;
  border-bottom: 3px solid transparent;
  font-size: 14px;
  text-align: center;
}

.gd-tab:hover {
  color: var(--gd-palette-complementary-8-from-theme, var(--gd-palette-complementary-9, #000));
  border-bottom: 3px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-tab.is-active {
  color: var(--gd-palette-complementary-9, #000);
  border-bottom: 3px solid var(--gd-palette-primary-base, #14b2e2);
  font-weight: 700;
}

.gd-tab:hover, .gd-tab.is-active {
  text-decoration: none;
}

.gd-tab span {
  overflow: hidden;
}

/* ==========================================================================
   Mixins, silent classes etc.
   ========================================================================== */
/* ==========================================================================
   General styles for inputs & selects
   ========================================================================== */
.gd-input {
  position: relative;
  display: block;
}

.gd-input-wrapper,
.gd-input-field,
.input-text {
  width: 100%;
  max-width: 100%;
}

.gd-input-wrapper {
  position: relative;
}

.gd-input-field,
.input-text {
  box-sizing: border-box;
  margin: 0;
  padding: 6px 7px 5px;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  line-height: normal;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0, #fff);
  font-size: 14px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 200;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px 0 rgba(31, 53, 74, 0.15);
}

.gd-input-field::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-field:-moz-placeholder,
.input-text:-moz-placeholder {
  color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-field::-moz-placeholder,
.input-text::-moz-placeholder {
  color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-field:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-field:hover,
.input-text:hover {
  border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
}

.gd-input-field:hover::-webkit-input-placeholder,
.input-text:hover::-webkit-input-placeholder {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-input-field:hover:-moz-placeholder,
.input-text:hover:-moz-placeholder {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-input-field:hover::-moz-placeholder,
.input-text:hover::-moz-placeholder {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-input-field:hover:-ms-input-placeholder,
.input-text:hover:-ms-input-placeholder {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-input-field:focus,
.input-text:focus {
  box-shadow: inset 0 1px 1px 0 rgba(31, 53, 74, 0.2);
}

.gd-input-field:focus-visible,
.input-text:focus-visible {
  box-shadow: none;
  outline-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-input-field:disabled, .gd-input-field:disabled:hover, .gd-input-field.disabled, .gd-input-field.disabled:hover,
.input-text:disabled,
.input-text:disabled:hover,
.input-text.disabled,
.input-text.disabled:hover {
  color: var(--gd-palette-complementary-5, #b0beca);
  border-color: var(--gd-palette-complementary-4, #ccd8e2);
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
  box-shadow: none;
}

.gd-input-field.gd-input-field-small, .gd-input-field.small,
.input-text.gd-input-field-small,
.input-text.small {
  height: 27.1px;
  padding: 5px 7px;
  font-size: 13px;
}

textarea.gd-input, textarea.input-text {
  height: auto;
}

/* Searchfield
   ========================================================================== */
.gd-input-search,
.searchfield {
  position: relative;
}

.gd-input-search.gd-input-small .gd-input-field,
.gd-input-search.gd-input-small .searchfield-input, .gd-input-search.small .gd-input-field,
.gd-input-search.small .searchfield-input,
.searchfield.gd-input-small .gd-input-field,
.searchfield.gd-input-small .searchfield-input,
.searchfield.small .gd-input-field,
.searchfield.small .searchfield-input {
  padding-left: 30px;
  padding-right: 30px;
}

.gd-input-search.gd-input-small .gd-input-icon,
.gd-input-search.gd-input-small .searchfield-icon, .gd-input-search.small .gd-input-icon,
.gd-input-search.small .searchfield-icon,
.searchfield.gd-input-small .gd-input-icon,
.searchfield.gd-input-small .searchfield-icon,
.searchfield.small .gd-input-icon,
.searchfield.small .searchfield-icon {
  left: 8px;
}

.gd-input-search.gd-input-small .gd-input-icon-clear,
.gd-input-search.gd-input-small .searchfield-clear, .gd-input-search.small .gd-input-icon-clear,
.gd-input-search.small .searchfield-clear,
.searchfield.gd-input-small .gd-input-icon-clear,
.searchfield.gd-input-small .searchfield-clear,
.searchfield.small .gd-input-icon-clear,
.searchfield.small .searchfield-clear {
  right: 8px;
}

.gd-input-search.gd-input-small .gd-input-icon,
.gd-input-search.gd-input-small .gd-input-icon-clear,
.gd-input-search.gd-input-small .searchfield-icon,
.gd-input-search.gd-input-small .searchfield-clear, .gd-input-search.small .gd-input-icon,
.gd-input-search.small .gd-input-icon-clear,
.gd-input-search.small .searchfield-icon,
.gd-input-search.small .searchfield-clear,
.searchfield.gd-input-small .gd-input-icon,
.searchfield.gd-input-small .gd-input-icon-clear,
.searchfield.gd-input-small .searchfield-icon,
.searchfield.gd-input-small .searchfield-clear,
.searchfield.small .gd-input-icon,
.searchfield.small .gd-input-icon-clear,
.searchfield.small .searchfield-icon,
.searchfield.small .searchfield-clear {
  line-height: 29px;
  font-size: 14px;
}

.gd-input-search .gd-input-field,
.searchfield-input {
  padding-left: 36px;
  padding-right: 36px;
}

.gd-input-icon,
.searchfield-icon {
  left: 10px;
  color: var(--gd-palette-complementary-5, #b0beca);
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 32px;
  font-size: 16px;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

:focus + .gd-input-icon,
:focus + .searchfield-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-input-icon-clear,
.searchfield-clear {
  right: 10px;
  color: var(--gd-palette-complementary-7, #6d7680);
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 32px;
  font-size: 16px;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-icon-clear:hover,
.searchfield-clear:hover {
  color: var(--gd-palette-primary-base, #14b2e2);
}

/* Input states
   ========================================================================== */
.has-error .gd-input-field,
.has-error .input-text {
  color: var(--gd-palette-complementary-8, #464e56);
  border-color: var(--gd-palette-error-base, #e54d42);
  box-shadow: none;
}

.has-error .gd-input-field:focus-visible,
.has-error .input-text:focus-visible {
  outline-color: var(--gd-palette-error-base, #e54d42);
}

.has-error .gd-input-icon {
  color: var(--gd-palette-error-base, #e54d42);
}

.has-warning .gd-input-field,
.has-warning .input-text {
  border-color: var(--gd-palette-warning-base, #f18600);
  box-shadow: none;
}

.has-warning .gd-input-field:focus-visible,
.has-warning .input-text:focus-visible {
  outline-color: var(--gd-palette-warning-base, #f18600);
}

/* Input label
   ========================================================================== */
.gd-input-with-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gd-input-with-label .gd-input-wrapper {
  flex: 1 1 auto;
}

.gd-input-with-label.is-disabled .gd-input-label {
  color: var(--gd-palette-complementary-5, #b0beca);
  user-select: none;
}

.gd-input-with-label.has-error .gd-input-label {
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-input-label {
  flex: 0 0 auto;
  margin-right: 20px;
  white-space: nowrap;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 14px;
}

.gd-input-label-top {
  flex-wrap: wrap;
}

.gd-input-label-top .gd-input-label {
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
  font-size: 10px;
  text-transform: uppercase;
}

/* Input prefixes and suffixes
   ========================================================================== */
.gd-input-with-prefix .gd-input-wrapper,
.gd-input-with-suffix .gd-input-wrapper {
  display: flex;
}

.gd-input-with-prefix:hover .gd-input-field,
.gd-input-with-prefix:hover .gd-input-prefix,
.gd-input-with-prefix:hover .gd-input-suffix,
.gd-input-with-suffix:hover .gd-input-field,
.gd-input-with-suffix:hover .gd-input-prefix,
.gd-input-with-suffix:hover .gd-input-suffix {
  border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
}

.gd-input-with-prefix:hover .gd-input-field:disabled,
.gd-input-with-prefix:hover .gd-input-field:disabled ~ .gd-input-prefix,
.gd-input-with-prefix:hover .gd-input-field:disabled ~ .gd-input-suffix,
.gd-input-with-suffix:hover .gd-input-field:disabled,
.gd-input-with-suffix:hover .gd-input-field:disabled ~ .gd-input-prefix,
.gd-input-with-suffix:hover .gd-input-field:disabled ~ .gd-input-suffix {
  border-color: var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-input-with-prefix .gd-input-prefix,
.gd-input-with-suffix .gd-input-prefix {
  order: 0;
}

.gd-input-with-prefix .gd-input-field,
.gd-input-with-suffix .gd-input-field {
  flex: 1 1 100%;
  min-width: 0;
}

.gd-input-with-prefix .gd-input-field:focus,
.gd-input-with-prefix .gd-input-field:focus ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field:focus ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field:focus,
.gd-input-with-suffix .gd-input-field:focus ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field:focus ~ .gd-input-suffix {
  border-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-input-with-prefix .gd-input-field.gd-input-field-small,
.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-suffix, .gd-input-with-prefix .gd-input-field.small,
.gd-input-with-prefix .gd-input-field.small ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field.small ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field.gd-input-field-small,
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field.small,
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-suffix {
  height: 27.1px;
  padding: 5px 7px;
  font-size: 13px;
}

.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-suffix, .gd-input-with-prefix .gd-input-field.small ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field.small ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-suffix {
  min-width: 27px;
}

.gd-input-with-prefix .gd-input-field,
.gd-input-with-prefix .gd-input-suffix,
.gd-input-with-suffix .gd-input-field,
.gd-input-with-suffix .gd-input-suffix {
  order: 1;
}

.gd-input-with-prefix.has-error .gd-input-field,
.gd-input-with-prefix.has-error .gd-input-field ~ .gd-input-prefix,
.gd-input-with-prefix.has-error .gd-input-field ~ .gd-input-suffix,
.gd-input-with-suffix.has-error .gd-input-field,
.gd-input-with-suffix.has-error .gd-input-field ~ .gd-input-prefix,
.gd-input-with-suffix.has-error .gd-input-field ~ .gd-input-suffix {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.gd-input-with-prefix .gd-input-field {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.gd-input-with-suffix .gd-input-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.gd-input-prefix,
.gd-input-suffix {
  display: block;
  flex: 0 0 auto;
  box-sizing: border-box;
  margin: 0;
  padding: 6px 7px 5px;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  line-height: normal;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0, #fff);
  font-size: 14px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 200;
  color: var(--gd-palette-complementary-6-from-theme, #b0beca);
  min-width: 30px;
  text-align: center;
  background-color: var(--gd-palette-complementary-1-from-theme, #fcfcfd);
}

.gd-input-prefix {
  border-right: none;
  border-radius: 3px 0 0 3px;
}

.gd-input-suffix {
  border-left: none;
  border-radius: 0 3px 3px 0;
}

/* Icon button
   ========================================================================== */
.gd-input-with-icon-button .gd-input-field {
  padding-right: var(--gd-button-M);
  text-overflow: ellipsis;
  overflow: hidden;
}

.gd-input-icon-button {
  position: absolute;
  right: 0;
}

/* Checkbox and radio
   ========================================================================== */
.input-radio-label,
.input-checkbox-label {
  position: relative;
  display: inline-block;
  height: 20px;
  padding: 0 10px 0 23px;
  line-height: 20px;
  margin-left: -3px;
}

.input-radio-label .input-label-text,
.input-checkbox-label .input-label-text {
  line-height: inherit;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
}

.input-radio-label .input-label-text::before, .input-radio-label .input-label-text::after,
.input-checkbox-label .input-label-text::before,
.input-checkbox-label .input-label-text::after {
  content: "";
  position: absolute;
  box-sizing: content-box;
  cursor: pointer;
}

.input-radio-label .input-label-text::before,
.input-checkbox-label .input-label-text::before {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--gd-palette-complementary-5-from-theme, #b1c1d1);
  transition: all 0.2s;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.input-radio-label .input-label-text::after,
.input-checkbox-label .input-label-text::after {
  transform: scale(0);
  transition: transform 0.2s;
}

.input-radio-label .gd-checkbox-label-small,
.input-checkbox-label .gd-checkbox-label-small {
  line-height: inherit;
  vertical-align: inherit;
}

.input-radio-label input:disabled ~ .input-label-text::before,
.input-radio-label input.disabled ~ .input-label-text::before, .input-radio-label:hover input:disabled ~ .input-label-text::before,
.input-radio-label:hover input.disabled ~ .input-label-text::before, .input-radio-label:active input:disabled ~ .input-label-text::before,
.input-radio-label:active input.disabled ~ .input-label-text::before,
.input-checkbox-label input:disabled ~ .input-label-text::before,
.input-checkbox-label input.disabled ~ .input-label-text::before,
.input-checkbox-label:hover input:disabled ~ .input-label-text::before,
.input-checkbox-label:hover input.disabled ~ .input-label-text::before,
.input-checkbox-label:active input:disabled ~ .input-label-text::before,
.input-checkbox-label:active input.disabled ~ .input-label-text::before {
  box-shadow: none;
  border-color: var(--gd-palette-complementary-3-from-theme, rgba(204, 216, 226, 0.7));
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
}

.input-radio-label:hover .input-label-text::before, .input-radio-label:active .input-label-text::before,
.input-checkbox-label:hover .input-label-text::before,
.input-checkbox-label:active .input-label-text::before {
  box-shadow: inset 0 1px 2px 0 rgba(31, 53, 74, 0.25);
}

.input-radio-label:hover input:checked ~ .input-label-text::before, .input-radio-label:active input:checked ~ .input-label-text::before,
.input-checkbox-label:hover input:checked ~ .input-label-text::before,
.input-checkbox-label:active input:checked ~ .input-label-text::before {
  box-shadow: none;
  border-color: transparent;
}

.input-radio-label:hover .input-label-text::before,
.input-checkbox-label:hover .input-label-text::before {
  border-color: var(--gd-palette-complementary-6, #94a1ad);
}

.input-radio-label:active .input-label-text::before,
.input-checkbox-label:active .input-label-text::before {
  border-color: var(--gd-palette-primary-base, #14b2e2);
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.input-radio-label input,
.input-checkbox-label input {
  position: absolute;
  opacity: 0;
}

.input-radio-label input:checked ~ .input-label-text::before,
.input-checkbox-label input:checked ~ .input-label-text::before {
  border-color: transparent;
  background-color: var(--gd-palette-primary-base, #14b2e2);
}

.input-radio-label input:checked ~ .input-label-text::after,
.input-checkbox-label input:checked ~ .input-label-text::after {
  transform: scale(1);
}

.input-radio-label input:disabled ~ .input-label-text, .input-radio-label input.disabled ~ .input-label-text,
.input-checkbox-label input:disabled ~ .input-label-text,
.input-checkbox-label input.disabled ~ .input-label-text {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.input-radio-label input:disabled ~ .input-label-text::before,
.input-radio-label input:disabled ~ .input-label-text::after, .input-radio-label input.disabled ~ .input-label-text::before,
.input-radio-label input.disabled ~ .input-label-text::after,
.input-checkbox-label input:disabled ~ .input-label-text::before,
.input-checkbox-label input:disabled ~ .input-label-text::after,
.input-checkbox-label input.disabled ~ .input-label-text::before,
.input-checkbox-label input.disabled ~ .input-label-text::after {
  cursor: default;
}

.input-radio-label input:disabled:checked ~ .input-label-text::before, .input-radio-label input.disabled:checked ~ .input-label-text::before,
.input-checkbox-label input:disabled:checked ~ .input-label-text::before,
.input-checkbox-label input.disabled:checked ~ .input-label-text::before {
  background-color: var(--gd-palette-complementary-4, #ccd8e2);
}

.input-radio-label input[type=checkbox]:focus-visible + ::before,
.input-radio-label input[type=radio]:focus-visible + ::before,
.input-checkbox-label input[type=checkbox]:focus-visible + ::before,
.input-checkbox-label input[type=radio]:focus-visible + ::before,
.input-checkbox-toggle input[type=checkbox]:focus-visible + ::before,
.input-checkbox-toggle input[type=radio]:focus-visible + ::before {
  outline: 2px solid var(--gd-palette-primary-base, #14b2e2);
  outline-offset: 2px;
  transition: none;
}

.input-radio-label .input-label-text::before {
  border-radius: 50%;
}

.input-radio-label .input-label-text::after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.input-checkbox-label .input-label-text::before {
  border-radius: 2px;
}

.input-checkbox-label .input-label-text::after {
  top: 7px;
  left: 4px;
  width: 7px;
  height: 3px;
  transform: scale(0) rotate(315deg) skew(-2deg);
  transform-origin: top;
  border-left: 2px solid var(--gd-palette-complementary-0, #fff);
  border-bottom: 2px solid var(--gd-palette-complementary-0, #fff);
}

.input-checkbox-label input:checked ~ .input-label-text::after {
  transform: scale(1) rotate(315deg) skew(-2deg);
}

.input-checkbox-label .checkbox-indefinite ~ .input-label-text::after {
  top: 9px;
  left: 6px;
  width: 8px;
  height: 0;
  transform: scale(0);
  border-left: none;
}

.input-checkbox-label .checkbox-indefinite:checked ~ .input-label-text::after {
  transform: scale(1);
}

.input-checkbox-toggle input {
  position: absolute;
  opacity: 0;
}

.input-checkbox-toggle input:disabled ~ .input-label-text, .input-checkbox-toggle input.disabled ~ .input-label-text {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.input-checkbox-toggle .input-label-text {
  position: relative;
  height: 14px;
  line-height: 14px;
  padding-right: 35px;
}

.input-checkbox-toggle .input-label-text::before, .input-checkbox-toggle .input-label-text::after {
  content: "";
  position: absolute;
  box-sizing: content-box;
  background: var(--gd-palette-complementary-0-from-theme, #f3f6f7);
  cursor: pointer;
  transition: all 0.4s;
}

.input-checkbox-toggle .input-label-text::before {
  top: 1px;
  right: 0;
  width: 28px;
  height: 12px;
  border: 1px solid var(--gd-palette-complementary-4-from-theme, #c9d5e0);
  border-radius: 7px;
}

.input-checkbox-toggle .input-label-text::after {
  top: 3px;
  right: 18px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--gd-palette-complementary-5, #b0beca);
  border-radius: 50%;
}

.input-checkbox-toggle input:checked ~ .input-label-text::after {
  right: 2px;
  border: 1px solid var(--gd-palette-primary-base-d06, #129cc6);
  background: var(--gd-palette-primary-base, #14b2e2);
}

.input-checkbox-toggle:hover .input-label-text::after, .input-checkbox-toggle:active .input-label-text::after {
  border: 1px solid var(--gd-palette-complementary-5-from-theme, #94a1ad);
  background: var(--gd-palette-complementary-3-from-theme, #d7dfe5);
}

.input-checkbox-toggle:hover input:checked ~ .input-label-text::after, .input-checkbox-toggle:active input:checked ~ .input-label-text::after {
  background: var(--gd-palette-primary-base-d06, #129cc6);
}

.input-checkbox-toggle input:disabled ~ .input-label-text::before,
.input-checkbox-toggle input:disabled ~ .input-label-text::after,
.input-checkbox-toggle input.disabled ~ .input-label-text::before,
.input-checkbox-toggle input.disabled ~ .input-label-text::after, .input-checkbox-toggle:hover input:disabled ~ .input-label-text::before,
.input-checkbox-toggle:hover input:disabled ~ .input-label-text::after,
.input-checkbox-toggle:hover input.disabled ~ .input-label-text::before,
.input-checkbox-toggle:hover input.disabled ~ .input-label-text::after, .input-checkbox-toggle:active input:disabled ~ .input-label-text::before,
.input-checkbox-toggle:active input:disabled ~ .input-label-text::after,
.input-checkbox-toggle:active input.disabled ~ .input-label-text::before,
.input-checkbox-toggle:active input.disabled ~ .input-label-text::after {
  box-shadow: none;
  cursor: default;
  border-color: var(--gd-palette-complementary-3-from-theme, rgba(204, 216, 226, 0.5));
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
}

/* ==========================================================================
   Variables
   ========================================================================== */
.gd-button-primary,
.gd-button-secondary, .gd-button-positive, .gd-button-negative, .gd-button-action, .gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 14px;
  border: 1px solid transparent;
  font: 400 14px/20px var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  border-radius: var(--gd-button-borderRadius, 3px);
  text-transform: var(--gd-button-textCapitalization, none);
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-primary::before,
.gd-button-secondary::before, .gd-button-positive::before, .gd-button-negative::before, .gd-button-action::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before, .gd-button-primary::after,
.gd-button-secondary::after, .gd-button-positive::after, .gd-button-negative::after, .gd-button-action::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after {
  position: absolute;
  top: 50%;
  height: 20px;
  line-height: 20px;
  color: var(--gd-palette-complementary-5, #b0beca);
  transform: translateY(-50%);
  font-size: 18px;
  text-align: center;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-primary::before,
.gd-button-secondary::before, .gd-button-positive::before, .gd-button-negative::before, .gd-button-action::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before {
  left: 10px;
  margin-right: 0.5em;
}

.gd-button-primary::after,
.gd-button-secondary::after, .gd-button-positive::after, .gd-button-negative::after, .gd-button-action::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after {
  right: 7px;
  margin-left: 0.5em;
}

.gd-button-primary .gd-button-text,
.gd-button-secondary .gd-button-text, .gd-button-positive .gd-button-text, .gd-button-negative .gd-button-text, .gd-button-action .gd-button-text, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-text, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-text,
.gd-button-primary .gd-button-icon,
.gd-button-secondary .gd-button-icon,
.gd-button-positive .gd-button-icon,
.gd-button-negative .gd-button-icon,
.gd-button-action .gd-button-icon,
.gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon {
  position: relative;
  display: block;
  justify-content: space-between;
  align-items: center;
}

.gd-button-primary .gd-button-text,
.gd-button-secondary .gd-button-text, .gd-button-positive .gd-button-text, .gd-button-negative .gd-button-text, .gd-button-action .gd-button-text, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-text, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-text {
  top: 1px;
  flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.gd-button-primary .gd-button-icon,
.gd-button-secondary .gd-button-icon, .gd-button-positive .gd-button-icon, .gd-button-negative .gd-button-icon, .gd-button-action .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0 0.5em;
  line-height: 18px;
  color: var(--gd-palette-complementary-5, #b0beca);
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-button-primary .gd-button-icon::before,
.gd-button-secondary .gd-button-icon::before, .gd-button-positive .gd-button-icon::before, .gd-button-negative .gd-button-icon::before, .gd-button-action .gd-button-icon::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon::before, .gd-button-primary .gd-button-icon::after,
.gd-button-secondary .gd-button-icon::after, .gd-button-positive .gd-button-icon::after, .gd-button-negative .gd-button-icon::after, .gd-button-action .gd-button-icon::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon::after {
  color: inherit;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-primary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child,
.gd-button-secondary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-positive:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-negative:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-action:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child {
  margin-left: -4px;
}

.gd-button-primary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child,
.gd-button-secondary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-positive:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-negative:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-action:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child {
  margin-right: -4px;
}

.gd-button-primary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child,
.gd-button-secondary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-positive:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-negative:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-action:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child {
  width: 19px;
  height: 17px;
  line-height: 17px;
  margin-right: -9px;
  margin-left: -9px;
  font-size: 16px;
}

.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after {
  top: calc(50% + 1px);
}

.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text {
  top: 2px;
}

.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon {
  margin-top: 2px;
}

.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child {
  color: var(--gd-palette-complementary-7-from-theme, #778491);
}

.gd-button-primary:hover::before,
.gd-button-secondary:hover::before, .gd-button-positive:hover::before, .gd-button-negative:hover::before, .gd-button-action:hover::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover::before, .gd-button-primary:hover::after,
.gd-button-secondary:hover::after, .gd-button-positive:hover::after, .gd-button-negative:hover::after, .gd-button-action:hover::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover::after,
.gd-button-primary:hover .gd-button-icon,
.gd-button-secondary:hover .gd-button-icon,
.gd-button-positive:hover .gd-button-icon,
.gd-button-negative:hover .gd-button-icon,
.gd-button-action:hover .gd-button-icon,
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-primary:focus-visible,
.gd-button-secondary:focus-visible, .gd-button-positive:focus-visible, .gd-button-negative:focus-visible, .gd-button-action:focus-visible, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:focus-visible, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:focus-visible {
  transition: none;
}

[class*=gd-icon-].gd-button-primary,
[class*=gd-icon-].gd-button-secondary, [class*=gd-icon-].gd-button-positive, [class*=gd-icon-].gd-button-negative, [class*=gd-icon-].gd-button-action, [class*=gd-icon-].gd-button-link.gd-button-icon-only, [class*=gd-icon-].gd-button-icon-only.gd-button-link-dimmed {
  padding-left: 37px;
}

[class*=gd-icon-].gd-icon-right.gd-button-primary,
[class*=gd-icon-].gd-icon-right.gd-button-secondary, [class*=gd-icon-].gd-icon-right.gd-button-positive, [class*=gd-icon-].gd-icon-right.gd-button-negative, [class*=gd-icon-].gd-icon-right.gd-button-action, [class*=gd-icon-].gd-icon-right.gd-button-link.gd-button-icon-only, [class*=gd-icon-].gd-icon-right.gd-button-icon-only.gd-button-link-dimmed {
  padding-left: 11px;
  padding-right: 32px;
}

.gd-button-primary .ss-icon,
.gd-button-secondary .ss-icon, .gd-button-positive .ss-icon, .gd-button-negative .ss-icon, .gd-button-action .ss-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .ss-icon, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .ss-icon {
  vertical-align: middle;
}

/* Basic button variants
   ========================================================================== */
/* disable max length */
.gd-button + .gd-button {
  margin-left: 10px;
}

.gd-button-primary, .gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary {
  box-shadow: var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15));
  color: var(--gd-palette-complementary-7-from-theme, #778491);
  background: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
  border-color: var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-button-primary:hover, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover,
.gd-button-secondary:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.6));
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-1, #f5f8fa);
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
}

.gd-button-primary:focus, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:focus, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:focus, .gd-button-primary.is-focus, .is-focus.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-focus.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary:focus,
.gd-button-secondary.is-focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) rgba(69, 199, 239, 0), var(--gd-button-dropShadow, 0 1px 2px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.6));
  border-color: var(--gd-palette-primary-base-t25, rgba(20, 178, 226, 0.75));
}

.gd-button-primary:active, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:active, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active, .gd-button-primary.is-active, .is-active.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-active.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary:active,
.gd-button-secondary.is-active {
  box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
  color: var(--gd-palette-complementary-8, #464e56);
  border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
  background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
}

.gd-button-primary.is-full-width, .is-full-width.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-full-width.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary.is-full-width {
  width: 100%;
}

.gd-button-positive,
.gd-button-negative,
.gd-button-action {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-positive[class*=gd-icon-],
.gd-button-positive .gd-button-icon,
.gd-button-negative[class*=gd-icon-],
.gd-button-negative .gd-button-icon,
.gd-button-action[class*=gd-icon-],
.gd-button-action .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-positive[class*=gd-icon-]::before, .gd-button-positive[class*=gd-icon-]::after,
.gd-button-positive[class*=gd-icon-] .gd-button-icon, .gd-button-positive[class*=gd-icon-]:hover::before, .gd-button-positive[class*=gd-icon-]:hover::after,
.gd-button-positive[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-positive .gd-button-icon::before,
.gd-button-positive .gd-button-icon::after,
.gd-button-positive .gd-button-icon .gd-button-icon,
.gd-button-positive .gd-button-icon:hover::before,
.gd-button-positive .gd-button-icon:hover::after,
.gd-button-positive .gd-button-icon:hover .gd-button-icon,
.gd-button-negative[class*=gd-icon-]::before,
.gd-button-negative[class*=gd-icon-]::after,
.gd-button-negative[class*=gd-icon-] .gd-button-icon,
.gd-button-negative[class*=gd-icon-]:hover::before,
.gd-button-negative[class*=gd-icon-]:hover::after,
.gd-button-negative[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-negative .gd-button-icon::before,
.gd-button-negative .gd-button-icon::after,
.gd-button-negative .gd-button-icon .gd-button-icon,
.gd-button-negative .gd-button-icon:hover::before,
.gd-button-negative .gd-button-icon:hover::after,
.gd-button-negative .gd-button-icon:hover .gd-button-icon,
.gd-button-action[class*=gd-icon-]::before,
.gd-button-action[class*=gd-icon-]::after,
.gd-button-action[class*=gd-icon-] .gd-button-icon,
.gd-button-action[class*=gd-icon-]:hover::before,
.gd-button-action[class*=gd-icon-]:hover::after,
.gd-button-action[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-action .gd-button-icon::before,
.gd-button-action .gd-button-icon::after,
.gd-button-action .gd-button-icon .gd-button-icon,
.gd-button-action .gd-button-icon:hover::before,
.gd-button-action .gd-button-icon:hover::after,
.gd-button-action .gd-button-icon:hover .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-positive,
.gd-button-negative,
.gd-button-action,
.gd-button-primary,
.gd-button-link.gd-button-icon-only[class*=gd-icon-],
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed {
  font-weight: 700;
}

.gd-button-positive {
  box-shadow: var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09));
  background: var(--gd-palette-success-base, #00c18d);
}

.gd-button-positive:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-success-base-d06, #00a277);
}

.gd-button-positive:focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-success-focus, rgba(0, 224, 163, 0.5)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
}

.gd-button-positive:active, .gd-button-positive.is-active {
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-success-base-d06, #00a277); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277));
}

.gd-button-negative {
  box-shadow: var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09));
  background: var(--gd-palette-error-base, #e54d42);
}

.gd-button-negative:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-error-base-d10, #d62a1e);
}

.gd-button-negative:focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-error-focus, rgba(235, 119, 111, 0.6)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}

.gd-button-negative:active, .gd-button-negative.is-active {
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-error-base-d10, #d62a1e); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e));
}

.gd-button-action {
  box-shadow: var(--gd-button-dropShadow, 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09));
  background: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-action:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-primary-base-d06, #129cc6);
}

.gd-button-action:focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-primary-focus, rgba(41, 190, 236, 0.6)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}

.gd-button-action:active, .gd-button-action.is-active {
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-primary-base-d06, #129cc6); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6));
}

/* Button links
   ========================================================================== */
.gd-button-link[class*=gd-icon-], [class*=gd-icon-].gd-button-link-dimmed {
  position: relative;
  padding-left: 32px;
}

.gd-button-link[class*=gd-icon-].gd-icon-right, [class*=gd-icon-].gd-icon-right.gd-button-link-dimmed {
  padding-left: 11px;
  padding-right: 30px;
}

.gd-button-link[class*=gd-icon-].gd-icon-right::after, [class*=gd-icon-].gd-icon-right.gd-button-link-dimmed::after {
  position: absolute;
  right: 5px;
  font-size: 18px;
}

.gd-button-link, .gd-button-link-dimmed {
  box-sizing: border-box;
  display: inline-flex;
  padding: 0 6px;
  border: 1px solid transparent;
  font: 400 14px/30px var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  vertical-align: middle;
  color: var(--gd-palette-primary-base, #14b2e2);
  background: none;
  cursor: pointer;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-link > span, .gd-button-link-dimmed > span {
  text-decoration: none;
}

.gd-button-link::before, .gd-button-link-dimmed::before, .gd-button-link::after, .gd-button-link-dimmed::after {
  position: absolute;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
  font-size: 18px;
  text-align: center;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-link::before, .gd-button-link-dimmed::before, .gd-button-link::after, .gd-button-link-dimmed::after,
.gd-button-link .gd-button-icon,
.gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-link::before, .gd-button-link-dimmed::before {
  left: 6px;
}

.gd-button-link::after, .gd-button-link-dimmed::after {
  right: 6px;
}

.gd-button-link .gd-button-icon, .gd-button-link-dimmed .gd-button-icon {
  width: 20px;
  margin: 0 6px;
  font-size: 18px;
}

.gd-button-link .gd-button-icon:first-child, .gd-button-link-dimmed .gd-button-icon:first-child {
  margin-left: 0;
}

.gd-button-link .gd-button-icon:last-child, .gd-button-link-dimmed .gd-button-icon:last-child {
  margin-right: 0;
}

.gd-button-link .gd-button-icon:only-child, .gd-button-link-dimmed .gd-button-icon:only-child {
  position: relative;
  left: -3px;
}

.gd-button-link:hover, .gd-button-link-dimmed:hover, .gd-button-link:active, .gd-button-link-dimmed:active, .gd-button-link.is-active, .is-active.gd-button-link-dimmed {
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-button-link:hover::after, .gd-button-link-dimmed:hover::after, .gd-button-link:hover::before, .gd-button-link-dimmed:hover::before,
.gd-button-link:hover .gd-button-icon,
.gd-button-link-dimmed:hover .gd-button-icon, .gd-button-link:active::after, .gd-button-link-dimmed:active::after, .gd-button-link:active::before, .gd-button-link-dimmed:active::before,
.gd-button-link:active .gd-button-icon,
.gd-button-link-dimmed:active .gd-button-icon, .gd-button-link.is-active::after, .is-active.gd-button-link-dimmed::after, .gd-button-link.is-active::before, .is-active.gd-button-link-dimmed::before,
.gd-button-link.is-active .gd-button-icon,
.is-active.gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-link:hover .gd-button-text, .gd-button-link-dimmed:hover .gd-button-text, .gd-button-link:focus .gd-button-text, .gd-button-link-dimmed:focus .gd-button-text, .gd-button-link:active .gd-button-text, .gd-button-link-dimmed:active .gd-button-text, .gd-button-link.is-active .gd-button-text, .is-active.gd-button-link-dimmed .gd-button-text {
  text-decoration: underline;
}

.gd-button-link-dimmed {
  color: var(--gd-palette-complementary-7-from-theme, #778491);
}

.gd-button-link-dimmed::before, .gd-button-link-dimmed::after,
.gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-button-link-dimmed.is-active, .gd-button-link-dimmed:hover, .gd-button-link-dimmed:focus, .gd-button-link-dimmed:active {
  color: var(--gd-palette-complementary-8-from-theme, #000);
}

.gd-button-link-dimmed .gd-button-text {
  text-decoration: underline;
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed {
  width: 31px;
  height: 29px;
  line-height: 27px;
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:focus, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:active {
  border: 0;
  box-shadow: none;
  background: none;
  padding-left: 0;
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-].gd-button-small::before, .gd-button-icon-only[class*=gd-icon-].gd-button-small.gd-button-link-dimmed::before {
  font-size: 16px;
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-]:active::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:active .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active .gd-button-icon {
  color: var(--gd-palette-primary-base-d06, #129cc6);
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled::before, .gd-button-icon-only[class*=gd-icon-].disabled.gd-button-link-dimmed::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].disabled.gd-button-link-dimmed .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:hover::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:hover .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:focus::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:focus .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:active::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-5, #b0beca);
}

:not(button).gd-button-link, :not(button).gd-button-link-dimmed {
  line-height: 0.8;
}

.button-dropdown {
  font-weight: 400;
}

.button-dropdown:not(.customizable) {
  border-radius: 3px;
  text-transform: "none";
}

.button-dropdown::after, .button-dropdown::before,
.button-dropdown .gd-button-icon {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.button-dropdown:focus::after, .button-dropdown:focus::before,
.button-dropdown:focus .gd-button-icon, .button-dropdown:hover::after, .button-dropdown:hover::before,
.button-dropdown:hover .gd-button-icon, .button-dropdown:active::after, .button-dropdown:active::before,
.button-dropdown:active .gd-button-icon, .button-dropdown.is-active::after, .button-dropdown.is-active::before,
.button-dropdown.is-active .gd-button-icon {
  color: var(--gd-palette-complementary-7, #6d7680);
}

/* Button sizes
   ========================================================================== */
.gd-button-small {
  height: 27px;
  padding: 0 11px;
  line-height: 25px;
  font-size: 12px;
}

.gd-button-small[class*=gd-icon-] {
  padding-left: 32px;
}

.gd-button-small[class*=gd-icon-]::before, .gd-button-small[class*=gd-icon-]::after {
  width: 18px;
  font-size: 15px;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-small[class*=gd-icon-]::before {
  left: 9px;
}

.gd-button-small[class*=gd-icon-]::after {
  right: 7px;
}

.gd-button-small[class*=gd-icon-].gd-button-icon-only {
  height: 27px;
}

.gd-button-small[class*=gd-icon-].gd-button-icon-only::before {
  width: auto;
}

.gd-button-small .gd-button-icon {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}

.gd-button-important,
.gd-button-large {
  height: 38px;
  padding: 7px 19px;
  line-height: 22px;
  font-size: 16px;
}

.gd-button.gd-button-icon-only {
  width: 31px;
  height: 29px;
  line-height: 27px;
  color: var(--gd-palette-complementary-7-from-theme, #778491);
  padding-left: 0;
}

.gd-button.gd-button-icon-only::before {
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  color: var(--gd-palette-complementary-7-from-theme, #778491);
  font-size: 16px;
}

.gd-button.gd-button-icon-only:hover::before,
.gd-button.gd-button-icon-only:hover .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

/* Button states
   ========================================================================== */
.gd-button.disabled, .gd-button.disabled:hover, .gd-button.disabled:focus, .gd-button.disabled:active {
  box-shadow: none;
  background: transparent;
  cursor: default;
  border-color: transparent;
  text-decoration: none;
}

.gd-button-primary.disabled, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-], .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary.disabled {
  cursor: default;
}

.gd-button-primary.disabled, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-], .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed, .gd-button-primary.disabled:hover, .gd-button-primary.disabled:focus, .gd-button-primary.disabled:active,
.gd-button-secondary.disabled,
.gd-button-secondary.disabled:hover,
.gd-button-secondary.disabled:focus,
.gd-button-secondary.disabled:active {
  color: var(--gd-palette-complementary-5, #b0beca);
  background: rgba(252, 252, 253, 0.3);
  border-color: rgba(210, 219, 227, 0.75);
}

.gd-button-primary.disabled::before, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before, .gd-button-primary.disabled::after, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after,
.gd-button-primary.disabled .gd-button-icon,
.disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon,
.disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon, .gd-button-primary.disabled:hover::before, .gd-button-primary.disabled:hover::after,
.gd-button-primary.disabled:hover .gd-button-icon, .gd-button-primary.disabled:focus::before, .gd-button-primary.disabled:focus::after,
.gd-button-primary.disabled:focus .gd-button-icon, .gd-button-primary.disabled:active::before, .gd-button-primary.disabled:active::after,
.gd-button-primary.disabled:active .gd-button-icon,
.gd-button-secondary.disabled::before,
.gd-button-secondary.disabled::after,
.gd-button-secondary.disabled .gd-button-icon,
.gd-button-secondary.disabled:hover::before,
.gd-button-secondary.disabled:hover::after,
.gd-button-secondary.disabled:hover .gd-button-icon,
.gd-button-secondary.disabled:focus::before,
.gd-button-secondary.disabled:focus::after,
.gd-button-secondary.disabled:focus .gd-button-icon,
.gd-button-secondary.disabled:active::before,
.gd-button-secondary.disabled:active::after,
.gd-button-secondary.disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-button-positive.disabled {
  cursor: default;
}

.gd-button-positive.disabled, .gd-button-positive.disabled:hover, .gd-button-positive.disabled:focus, .gd-button-positive.disabled:active {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-success-disabled, rgba(0, 224, 163, 0.5));
}

.gd-button-positive.disabled::before, .gd-button-positive.disabled::after,
.gd-button-positive.disabled .gd-button-icon, .gd-button-positive.disabled:hover::before, .gd-button-positive.disabled:hover::after,
.gd-button-positive.disabled:hover .gd-button-icon, .gd-button-positive.disabled:focus::before, .gd-button-positive.disabled:focus::after,
.gd-button-positive.disabled:focus .gd-button-icon, .gd-button-positive.disabled:active::before, .gd-button-positive.disabled:active::after,
.gd-button-positive.disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-negative.disabled {
  cursor: default;
}

.gd-button-negative.disabled, .gd-button-negative.disabled:hover, .gd-button-negative.disabled:focus, .gd-button-negative.disabled:active {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-error-disabled, rgba(241, 161, 156, 0.6));
}

.gd-button-negative.disabled::before, .gd-button-negative.disabled::after,
.gd-button-negative.disabled .gd-button-icon, .gd-button-negative.disabled:hover::before, .gd-button-negative.disabled:hover::after,
.gd-button-negative.disabled:hover .gd-button-icon, .gd-button-negative.disabled:focus::before, .gd-button-negative.disabled:focus::after,
.gd-button-negative.disabled:focus .gd-button-icon, .gd-button-negative.disabled:active::before, .gd-button-negative.disabled:active::after,
.gd-button-negative.disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-action.disabled {
  cursor: default;
}

.gd-button-action.disabled, .gd-button-action.disabled:hover, .gd-button-action.disabled:focus, .gd-button-action.disabled:active {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-primary-disabled, rgba(69, 199, 239, 0.6));
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.gd-button-action.disabled::before, .gd-button-action.disabled::after,
.gd-button-action.disabled .gd-button-icon, .gd-button-action.disabled:hover::before, .gd-button-action.disabled:hover::after,
.gd-button-action.disabled:hover .gd-button-icon, .gd-button-action.disabled:focus::before, .gd-button-action.disabled:focus::after,
.gd-button-action.disabled:focus .gd-button-icon, .gd-button-action.disabled:active::before, .gd-button-action.disabled:active::after,
.gd-button-action.disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-link.disabled, .disabled.gd-button-link-dimmed {
  cursor: default;
}

.gd-button-link.disabled, .disabled.gd-button-link-dimmed, .gd-button-link.disabled:hover, .gd-button-link.disabled:focus, .gd-button-link.disabled:active {
  color: var(--gd-palette-complementary-4, #ccd8e2);
  border-color: transparent;
}

.gd-button-link.disabled > span, .disabled.gd-button-link-dimmed > span, .gd-button-link.disabled:hover > span, .gd-button-link.disabled:focus > span, .gd-button-link.disabled:active > span {
  text-decoration: none;
}

.gd-button-link.disabled::before, .disabled.gd-button-link-dimmed::before, .gd-button-link.disabled::after, .disabled.gd-button-link-dimmed::after,
.gd-button-link.disabled .gd-button-icon,
.disabled.gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after {
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
}

.gd-button-group .gd-button {
  position: relative;
  z-index: 1;
  margin: 0 -1px 0 0;
  border-radius: 0;
}

.gd-button-group .gd-button:focus {
  z-index: 2;
}

.gd-button-group .gd-button:not(:focus) {
  box-shadow: none;
}

.gd-button-group > .gd-button:first-child,
.gd-button-group > *:not(.gd-button):first-child .gd-button {
  border-radius: var(--gd-button-borderRadius, 3px) 0 0 var(--gd-button-borderRadius, 3px);
}

.gd-button-group > .gd-button:last-child,
.gd-button-group > *:not(.gd-button):last-child .gd-button {
  margin-right: 0;
  border-radius: 0 var(--gd-button-borderRadius, 3px) var(--gd-button-borderRadius, 3px) 0;
}

/* Alternative markup support
   ========================================================================== */
a[class*=gd-button-] {
  box-sizing: border-box;
  display: inline-block;
}

a[class*=gd-button-], a[class*=gd-button-]:hover, a[class*=gd-button-]:focus {
  text-decoration: none;
}

a[class*=gd-button-], a[class*=gd-button-]:active {
  outline: none;
}

a[class*=gd-button-] .gd-button-text {
  display: initial;
}

a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button-text {
  text-decoration: underline;
}

/* ==========================================================================
   Variables, mixins, silent classes etc.
   ========================================================================== */
/* ==========================================================================
   Bubble
   ========================================================================== */
.bubbleArrowShift {
  width: 7px;
  height: 12px;
}

.inlineBubbleHelp {
  display: inline-block;
  font: 14px/1 "Indigo", sans-serif;
  vertical-align: middle;
  color: var(--gd-palette-complementary-6-from-theme, #bbb);
}

.inlineBubbleHelp::before {
  content: "\e60b";
}

.inlineBubbleHelp, .inlineBubbleHelp:hover, .inlineBubbleHelp:focus, .inlineBubbleHelp:active {
  text-decoration: none;
}

.inlineBubbleHelp:hover, .inlineBubbleHelp:focus, .inlineBubbleHelp:active {
  color: #999;
  cursor: help;
}

.bubble {
  position: absolute;
  max-width: 300px;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.bubble.bubble-small {
  max-width: 200px;
}

.bubble.gd-bubble {
  position: relative;
}

.bubble.isActive {
  opacity: 1;
}

.bubble .helper {
  position: absolute;
  background: white;
  opacity: 0.01;
}

.bubble .bubble-content {
  position: relative;
  overflow: visible;
  padding: 7px 10px;
  border-radius: 3px;
  pointer-events: none;
}

.bubble .bubble-content .content {
  display: block;
  overflow: hidden;
  max-width: 100%;
  word-wrap: break-word;
  word-break: break-word;
  pointer-events: auto;
}

.bubble .bubble-content .content a:not(.gd-ui-kit-link) {
  color: var(--gd-palette-complementary-0, #fff);
  opacity: 0.8;
  text-decoration: underline;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.bubble .bubble-content .content a:not(.gd-ui-kit-link):hover {
  opacity: 1;
}

.bubble .bubble-content .content,
.bubble .bubble-content .content p,
.bubble .bubble-content .content a {
  font: 400 12px/18px var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.bubble .bubble-content .content p {
  margin: 0;
}

.bubble .bubble-content .content p + p {
  margin-top: 0.5em;
}

.bubble.bubble-primary {
  padding: 0;
  border-radius: 3px;
  border-style: solid;
  border-width: 0;
  border-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
  box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
}

.bubble.bubble-primary .arrow-border {
  display: none;
}

.bubble.bubble-primary {
  color: var(--gd-tooltip-color, var(--gd-palette-complementary-0, #fff));
  background: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-primary .arrow-border,
.bubble.bubble-primary .arrow {
  border-color: transparent;
}

.bubble.bubble-primary.arrow-bottom-direction .arrow-border {
  border-top-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-primary.arrow-bottom-direction .arrow {
  border-top-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-primary.arrow-top-direction .arrow-border {
  border-bottom-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-primary.arrow-top-direction .arrow {
  border-bottom-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-primary.arrow-left-direction .arrow-border {
  border-right-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-primary.arrow-left-direction .arrow {
  border-right-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-primary.arrow-right-direction .arrow-border {
  border-left-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-primary.arrow-right-direction .arrow {
  border-left-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-secondary {
  padding: 0;
  border-radius: 3px;
  border-style: solid;
  border-width: 0;
  border-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
  box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
}

.bubble.bubble-secondary .arrow-border {
  display: none;
}

.bubble.bubble-secondary {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
}

.bubble.bubble-secondary .arrow-border,
.bubble.bubble-secondary .arrow {
  border-color: transparent;
}

.bubble.bubble-secondary.arrow-bottom-direction .arrow-border {
  border-top-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
}

.bubble.bubble-secondary.arrow-bottom-direction .arrow {
  border-top-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
}

.bubble.bubble-secondary.arrow-top-direction .arrow-border {
  border-bottom-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
}

.bubble.bubble-secondary.arrow-top-direction .arrow {
  border-bottom-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
}

.bubble.bubble-secondary.arrow-left-direction .arrow-border {
  border-right-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
}

.bubble.bubble-secondary.arrow-left-direction .arrow {
  border-right-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
}

.bubble.bubble-secondary.arrow-right-direction .arrow-border {
  border-left-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
}

.bubble.bubble-secondary.arrow-right-direction .arrow {
  border-left-color: var(--gd-palette-primary-base-t10, rgba(20, 178, 226, 0.9));
}

.bubble.bubble-dark {
  padding: 0;
  border-radius: 3px;
  border-style: solid;
  border-width: 0;
  border-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
  box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
}

.bubble.bubble-dark .arrow-border {
  display: none;
}

.bubble.bubble-dark {
  color: var(--gd-tooltip-color, var(--gd-palette-complementary-0, #fff));
  background: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-dark .arrow-border,
.bubble.bubble-dark .arrow {
  border-color: transparent;
}

.bubble.bubble-dark.arrow-bottom-direction .arrow-border {
  border-top-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-dark.arrow-bottom-direction .arrow {
  border-top-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-dark.arrow-top-direction .arrow-border {
  border-bottom-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-dark.arrow-top-direction .arrow {
  border-bottom-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-dark.arrow-left-direction .arrow-border {
  border-right-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-dark.arrow-left-direction .arrow {
  border-right-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-dark.arrow-right-direction .arrow-border {
  border-left-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-dark.arrow-right-direction .arrow {
  border-left-color: var(--gd-tooltip-backgroundColor, var(--gd-palette-complementary-8-from-theme, rgba(70, 78, 86, 0.95)));
}

.bubble.bubble-light {
  padding: 0;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--gd-palette-complementary-3-from-theme, #c9d5e0);
  box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
}

.bubble.bubble-light {
  color: #000;
  background: rgba(255, 255, 255, 0.95);
}

.bubble.bubble-light .arrow-border,
.bubble.bubble-light .arrow {
  border-color: transparent;
}

.bubble.bubble-light.arrow-bottom-direction .arrow-border {
  border-top-color: var(--gd-palette-complementary-3-from-theme, #c9d5e0);
}

.bubble.bubble-light.arrow-bottom-direction .arrow {
  border-top-color: rgba(255, 255, 255, 0.95);
}

.bubble.bubble-light.arrow-top-direction .arrow-border {
  border-bottom-color: var(--gd-palette-complementary-3-from-theme, #c9d5e0);
}

.bubble.bubble-light.arrow-top-direction .arrow {
  border-bottom-color: rgba(255, 255, 255, 0.95);
}

.bubble.bubble-light.arrow-left-direction .arrow-border {
  border-right-color: var(--gd-palette-complementary-3-from-theme, #c9d5e0);
}

.bubble.bubble-light.arrow-left-direction .arrow {
  border-right-color: rgba(255, 255, 255, 0.95);
}

.bubble.bubble-light.arrow-right-direction .arrow-border {
  border-left-color: var(--gd-palette-complementary-3-from-theme, #c9d5e0);
}

.bubble.bubble-light.arrow-right-direction .arrow {
  border-left-color: rgba(255, 255, 255, 0.95);
}

.bubble.bubble-warning {
  padding: 0;
  border-radius: 3px;
  border-style: solid;
  border-width: 0;
  border-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
  box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
}

.bubble.bubble-warning .arrow-border {
  display: none;
}

.bubble.bubble-warning {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
}

.bubble.bubble-warning .arrow-border,
.bubble.bubble-warning .arrow {
  border-color: transparent;
}

.bubble.bubble-warning.arrow-bottom-direction .arrow-border {
  border-top-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
}

.bubble.bubble-warning.arrow-bottom-direction .arrow {
  border-top-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
}

.bubble.bubble-warning.arrow-top-direction .arrow-border {
  border-bottom-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
}

.bubble.bubble-warning.arrow-top-direction .arrow {
  border-bottom-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
}

.bubble.bubble-warning.arrow-left-direction .arrow-border {
  border-right-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
}

.bubble.bubble-warning.arrow-left-direction .arrow {
  border-right-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
}

.bubble.bubble-warning.arrow-right-direction .arrow-border {
  border-left-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
}

.bubble.bubble-warning.arrow-right-direction .arrow {
  border-left-color: var(--gd-palette-primary-base-t10-from-theme, rgba(241, 134, 0, 0.9));
}

.bubble.bubble-negative {
  padding: 0;
  border-radius: 3px;
  border-style: solid;
  border-width: 0;
  border-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
  box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
}

.bubble.bubble-negative .arrow-border {
  display: none;
}

.bubble.bubble-negative {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
}

.bubble.bubble-negative .arrow-border,
.bubble.bubble-negative .arrow {
  border-color: transparent;
}

.bubble.bubble-negative.arrow-bottom-direction .arrow-border {
  border-top-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
}

.bubble.bubble-negative.arrow-bottom-direction .arrow {
  border-top-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
}

.bubble.bubble-negative.arrow-top-direction .arrow-border {
  border-bottom-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
}

.bubble.bubble-negative.arrow-top-direction .arrow {
  border-bottom-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
}

.bubble.bubble-negative.arrow-left-direction .arrow-border {
  border-right-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
}

.bubble.bubble-negative.arrow-left-direction .arrow {
  border-right-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
}

.bubble.bubble-negative.arrow-right-direction .arrow-border {
  border-left-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
}

.bubble.bubble-negative.arrow-right-direction .arrow {
  border-left-color: var(--gd-palette-error-base-t10, rgba(229, 77, 66, 0.9));
}

.bubble .arrow-position,
.bubble .arrow-border,
.bubble .arrow {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px;
}

.bubble .arrow-position {
  border-width: 0;
}

.bubble .arrow {
  z-index: 4;
  border-width: 6px;
}

.bubble.arrow-top-direction .arrow-position, .bubble.arrow-bottom-direction .arrow-position {
  margin: 0 12px;
}

.bubble.arrow-top-direction .arrow, .bubble.arrow-bottom-direction .arrow {
  left: -6px;
}

.bubble.arrow-top-direction .arrow-border, .bubble.arrow-bottom-direction .arrow-border {
  top: 1px;
  left: -7px;
}

.bubble.arrow-top-direction .helper, .bubble.arrow-bottom-direction .helper {
  right: 0;
  left: 0;
  height: 8px;
}

.bubble.arrow-top-direction.arrow-tl .arrow-position, .bubble.arrow-top-direction.arrow-bl .arrow-position, .bubble.arrow-bottom-direction.arrow-tl .arrow-position, .bubble.arrow-bottom-direction.arrow-bl .arrow-position {
  left: 0;
}

.bubble.arrow-top-direction.arrow-tr .arrow-position, .bubble.arrow-top-direction.arrow-br .arrow-position, .bubble.arrow-bottom-direction.arrow-tr .arrow-position, .bubble.arrow-bottom-direction.arrow-br .arrow-position {
  right: 0;
}

.bubble.arrow-top-direction.arrow-tc .arrow-position, .bubble.arrow-top-direction.arrow-bc .arrow-position, .bubble.arrow-bottom-direction.arrow-tc .arrow-position, .bubble.arrow-bottom-direction.arrow-bc .arrow-position {
  right: 0;
  left: 0;
  margin: 0 auto;
}

.bubble.arrow-top-direction .arrow-position {
  top: -15px;
}

.bubble.arrow-top-direction .arrow {
  top: 3px;
}

.bubble.arrow-top-direction .helper {
  top: -8px;
}

.bubble.arrow-bottom-direction .arrow-position {
  bottom: 0;
}

.bubble.arrow-bottom-direction .arrow-border {
  top: 0;
}

.bubble.arrow-bottom-direction .helper {
  bottom: -8px;
}

.bubble.arrow-left-direction .arrow-position, .bubble.arrow-right-direction .arrow-position {
  margin: 10px 0;
}

.bubble.arrow-left-direction .arrow, .bubble.arrow-right-direction .arrow {
  top: -5px;
}

.bubble.arrow-left-direction .arrow-border, .bubble.arrow-right-direction .arrow-border {
  top: -6px;
  left: 2px;
}

.bubble.arrow-left-direction .helper, .bubble.arrow-right-direction .helper {
  top: 0;
  bottom: 0;
  width: 8px;
}

.bubble.arrow-left-direction.arrow-tl .arrow-position, .bubble.arrow-left-direction.arrow-tr .arrow-position, .bubble.arrow-right-direction.arrow-tl .arrow-position, .bubble.arrow-right-direction.arrow-tr .arrow-position {
  top: 0;
}

.bubble.arrow-left-direction.arrow-bl .arrow-position, .bubble.arrow-left-direction.arrow-br .arrow-position, .bubble.arrow-right-direction.arrow-bl .arrow-position, .bubble.arrow-right-direction.arrow-br .arrow-position {
  bottom: 3px;
}

.bubble.arrow-left-direction.arrow-cl .arrow-position, .bubble.arrow-left-direction.arrow-cr .arrow-position, .bubble.arrow-right-direction.arrow-cl .arrow-position, .bubble.arrow-right-direction.arrow-cr .arrow-position {
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.bubble.arrow-left-direction .arrow-position {
  left: -16px;
}

.bubble.arrow-left-direction .arrow {
  left: 4px;
}

.bubble.arrow-left-direction .helper {
  left: -8px;
}

.bubble.arrow-right-direction .arrow-position {
  right: 0;
}

.bubble.arrow-right-direction .arrow-border {
  left: 0;
}

.bubble.arrow-right-direction .helper {
  right: -8px;
}

.bubble.arrow-none .arrow-position {
  display: none;
}

.gecko .bubble-chart,
.chrome .bubble-chart,
.safari .bubble-chart {
  opacity: 0;
}

.gecko .bubble-anim,
.chrome .bubble-anim,
.safari .bubble-anim {
  opacity: 1;
  -moz-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gecko .bubble-anim.yui3-overlay-hidden,
.chrome .bubble-anim.yui3-overlay-hidden,
.safari .bubble-anim.yui3-overlay-hidden {
  visibility: visible !important;
  -moz-transition-duration: 0s;
  opacity: 0;
}

.bubble-none {
  display: none;
}

/* ==========================================================================
   Variables
   ========================================================================== */
.modalityPlugin-mask {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: var(--gd-modal-outsideBackgroundColor, var(--gd-palette-complementary-2-from-theme, #eff1f3));
}

.modalityPlugin-mask-visible {
  display: block;
}

.gd-dialog:not(.gd-dropdown),
.overlay.gd-dialog:not(.gd-dropdown) {
  position: relative;
  z-index: 2;
  padding: 20px;
  max-width: 600px;
  border-style: solid;
  border-color: var(--gd-modal-borderColor, var(--gd-palette-complementary-3, #dde4eb));
  border-radius: var(--gd-modal-borderRadius, 3px);
  border-width: var(--gd-modal-borderWidth, 0);
  box-shadow: var(--gd-modal-dropShadow, 0 1px 20px) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15));
  /**
   * Row inside a row has negative margin.
   * Dialog can be inserted anywhere to the DOM,
   * we have to set default value to be consistent
   * across all applications
   */
}

.gd-dialog:not(.gd-dropdown).gd-dialog--wide,
.overlay.gd-dialog:not(.gd-dropdown).gd-dialog--wide {
  max-width: 800px;
}

.gd-dialog:not(.gd-dropdown) .row,
.overlay.gd-dialog:not(.gd-dropdown) .row {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.gd-dialog:not(.gd-dropdown) .gd-dialog-close,
.gd-dialog:not(.gd-dropdown) .gd-dialog-close.gd-button-link,
.overlay.gd-dialog:not(.gd-dropdown) .gd-dialog-close,
.overlay.gd-dialog:not(.gd-dropdown) .gd-dialog-close.gd-button-link {
  position: absolute;
  z-index: 5;
  top: 14px;
  right: 14px;
}

.gd-dialog:not(.gd-dropdown) .gd-dialog-close::before,
.gd-dialog:not(.gd-dropdown) .gd-dialog-close.gd-button-link::before,
.overlay.gd-dialog:not(.gd-dropdown) .gd-dialog-close::before,
.overlay.gd-dialog:not(.gd-dropdown) .gd-dialog-close.gd-button-link::before {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-dialog:not(.gd-dropdown) .gd-dialog-close:hover, .gd-dialog:not(.gd-dropdown) .gd-dialog-close:focus, .gd-dialog:not(.gd-dropdown) .gd-dialog-close:active,
.gd-dialog:not(.gd-dropdown) .gd-dialog-close.gd-button-link:hover,
.gd-dialog:not(.gd-dropdown) .gd-dialog-close.gd-button-link:focus,
.gd-dialog:not(.gd-dropdown) .gd-dialog-close.gd-button-link:active,
.overlay.gd-dialog:not(.gd-dropdown) .gd-dialog-close:hover,
.overlay.gd-dialog:not(.gd-dropdown) .gd-dialog-close:focus,
.overlay.gd-dialog:not(.gd-dropdown) .gd-dialog-close:active,
.overlay.gd-dialog:not(.gd-dropdown) .gd-dialog-close.gd-button-link:hover,
.overlay.gd-dialog:not(.gd-dropdown) .gd-dialog-close.gd-button-link:focus,
.overlay.gd-dialog:not(.gd-dropdown) .gd-dialog-close.gd-button-link:active {
  box-shadow: none;
  border-color: transparent;
}

.gd-dialog:not(.gd-dropdown) .gd-dialog-close:hover::before, .gd-dialog:not(.gd-dropdown) .gd-dialog-close:focus::before, .gd-dialog:not(.gd-dropdown) .gd-dialog-close:active::before,
.gd-dialog:not(.gd-dropdown) .gd-dialog-close.gd-button-link:hover::before,
.gd-dialog:not(.gd-dropdown) .gd-dialog-close.gd-button-link:focus::before,
.gd-dialog:not(.gd-dropdown) .gd-dialog-close.gd-button-link:active::before,
.overlay.gd-dialog:not(.gd-dropdown) .gd-dialog-close:hover::before,
.overlay.gd-dialog:not(.gd-dropdown) .gd-dialog-close:focus::before,
.overlay.gd-dialog:not(.gd-dropdown) .gd-dialog-close:active::before,
.overlay.gd-dialog:not(.gd-dropdown) .gd-dialog-close.gd-button-link:hover::before,
.overlay.gd-dialog:not(.gd-dropdown) .gd-dialog-close.gd-button-link:focus::before,
.overlay.gd-dialog:not(.gd-dropdown) .gd-dialog-close.gd-button-link:active::before {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-dialog.gd-confirm {
  max-width: 350px;
}

.gd-dialog.gd-confirm .gd-dialog-close,
.gd-dialog.gd-confirm .gd-dialog-close.gd-button-link {
  top: 10px;
}

.gd-dialog-header-wrapper {
  display: flex;
}

.gd-dialog-header {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 30px 20px 0;
}

.gd-dialog-header h1,
.gd-dialog-header h2,
.gd-dialog-header h3,
.gd-dialog-header h4,
.gd-dialog-header h5,
.gd-dialog-header h6 {
  margin: 0;
  padding: 0;
}

.gd-dialog-header h2,
.gd-dialog-header h3,
.gd-dialog-header div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.gd-dialog-header 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-dialog-header 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-dialog-header.gd-dialog-header-with-border {
  border-bottom: 1px solid var(--gd-modal-title-lineColor, var(--gd-palette-complementary-3, #dde4eb));
}

.gd-dialog-icon {
  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;
  display: inline-block;
  width: 35px;
  vertical-align: middle;
}

.gd-dialog-icon::before {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-dialog-section {
  margin-bottom: 20px;
}

.gd-dialog-section + .gd-dialog-footer {
  margin-top: 30px;
}

.gd-dialog-section-separated {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-dialog-section-separated + .gd-dialog-footer {
  margin-top: 30px;
}

.gd-dialog-section-separated + .gd-dialog-section-separated {
  margin-top: 20px;
}

.gd-dialog-warning {
  width: 100%;
  margin-bottom: 12px;
  padding: 8px;
  border-radius: 4px;
  background-color: #fff3f2;
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-dialog-content p:first-of-type,
.gd-dialog-section p:first-of-type,
.gd-dialog-section-separated p:first-of-type {
  margin-top: 0;
}

.gd-dialog-content p:last-of-type,
.gd-dialog-section p:last-of-type,
.gd-dialog-section-separated p:last-of-type {
  margin-bottom: 0;
}

.gd-dialog-footer {
  margin-top: 20px;
  text-align: right;
}

.gd-dialog-spinner {
  position: relative;
  top: 4px;
  right: 16px;
  display: inline-block;
}

/* Export Dialog
   ========================================================================== */
.gd-export-dialog {
  min-width: 350px;
}

.gd-export-dialog .gd-dialog-header h3 {
  margin: 0;
  padding: 0;
}

.gd-export-dialog .gd-export-dialog-item {
  margin-top: 10px;
}

.gd-export-dialog .gd-export-dialog-item h4 {
  margin: 0;
}

.gd-export-dialog .gd-export-dialog-item:first-of-type {
  margin-top: 0;
}

.gd-export-dialog .input-label-text {
  margin-left: 3px;
}

/* Community edition Dialog
   ========================================================================== */
.gd-community-dialog-header {
  margin-top: 0;
  margin-bottom: 1em;
}

.gd-community-dialog-info::after {
  content: none !important;
}

.gd-community-dialog-copyright {
  margin-top: 1em;
}

.gd-community-dialog-links {
  padding: 0;
  list-style: none;
}

.gd-community-dialog-links li:not(:last-child) {
  margin-bottom: 0.7em;
}

.gd-community-dialog-links li a {
  color: #6d7680;
  text-decoration: underline;
}

/* Conversion touch point Dialog
   ========================================================================== */
.overlay.gd-dialog.conversion-touch-point-dialog {
  width: 320px;
  height: 340px;
}

@media screen and (max-width: 400px) {
  .overlay.gd-dialog.conversion-touch-point-dialog {
    width: 290px;
  }
}
.overlay.gd-dialog.conversion-touch-point-dialog .conversion-touch-point-dialog-wrapper {
  position: relative;
}

.overlay.gd-dialog.conversion-touch-point-dialog h3 {
  font-weight: 900;
  font-size: 20px;
  margin: 0 0 25px;
}

.overlay.gd-dialog.conversion-touch-point-dialog .gd-button-secondary {
  position: absolute;
  right: 85px;
  bottom: 0;
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-form-field label {
  font-size: 14px;
  line-height: 14px;
  color: #464e56;
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-form-field .input {
  margin-top: 10px;
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form ul.inputs-list {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0 0 0 5px;
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-form-radio {
  margin-bottom: 0;
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form textarea.hs-input {
  box-sizing: border-box;
  width: 100%;
  min-height: 92px;
  resize: none;
  margin: 0;
  padding: 6px 7px 5px;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  box-shadow: inset 0 1px 1px 0 rgba(31, 53, 74, 0.15);
  line-height: normal;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0, #fff);
  font-size: 14px;
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
  font-weight: 200;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  border-radius: 3px;
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form textarea.hs-input:hover {
  border-color: #b1c1d1;
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-form-radio-display {
  position: relative;
  display: inline-block;
  height: 20px;
  padding: 0 10px 0 23px;
  line-height: 20px;
  margin-left: -3px;
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-form-radio-display:hover span::before, .overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-form-radio-display:active span::before {
  border-color: #94a1ad;
  box-shadow: inset 0 1px 2px 0 rgba(31, 53, 74, 0.25);
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-form-radio-display input[type=radio] {
  position: absolute;
  opacity: 0;
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-form-radio-display input[type=radio]:checked ~ span::before {
  border-color: transparent;
  background-color: #14b2e2;
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-form-radio-display input[type=radio]:checked ~ span::after {
  transform: scale(1);
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-form-radio-display span {
  line-height: inherit;
  vertical-align: middle;
  color: #464e56;
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-form-radio-display span::before, .overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-form-radio-display span::after {
  content: "";
  position: absolute;
  box-sizing: content-box;
  cursor: pointer;
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-form-radio-display span::before {
  top: 0;
  left: 3px;
  width: 12px;
  height: 12px;
  border: 1px solid #b1c1d1;
  transition: all 0.2s;
  background-color: #fff;
  border-radius: 50%;
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-form-radio-display span::after {
  top: 4px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(0);
  transition: transform 0.2s;
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-submit {
  margin-top: 30px;
  text-align: right;
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-submit input[type=submit] {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--gd-button-borderRadius, 3px);
  box-shadow: var(--gd-button-dropShadow, 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09));
  font: 700 14px/20px gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
  white-space: nowrap;
  vertical-align: middle;
  text-align: left;
  text-transform: var(--gd-button-textCapitalization, none);
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-primary-base, #14b2e2);
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-submit input[type=submit]:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-primary-base-d06, #129cc6);
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-submit input[type=submit]:focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-primary-focus, rgba(41, 190, 236, 0.6)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}

.overlay.gd-dialog.conversion-touch-point-dialog .hubspot-form .hs-submit input[type=submit]:active {
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-primary-base-d06, #129cc6);
  background-image: linear-gradient(to top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6));
}

.gd-dynamic-select {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
}

.gd-dynamic-select .gd-dynamic-select-input-wrapper {
  display: inline-flex;
  flex: 1 1 auto;
}

.gd-dynamic-select .gd-input-field {
  flex: 1 1 auto;
  overflow: hidden;
}

.gd-dynamic-select-menu {
  width: 100%;
}

.gd-select-menu {
  position: absolute;
  z-index: 5000;
  padding: 6px 0;
  line-height: 1.4rem;
  border-radius: 3px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
  min-width: 100%;
  box-shadow: 0 1px 20px var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.2));
}

.gd-select-menu * {
  box-sizing: border-box;
}

.gd-select-menu-wrapper {
  position: relative;
}

.gd-select-menu div.gd-select-separator {
  padding: 0 10px;
}

.gd-select-menu div.gd-select-heading {
  padding: 0 10px;
}

.gd-select-menu div.gd-select-option {
  padding: 5px 10px;
}

.gd-list-item.gd-select-option {
  padding: 5px 10px;
}

.gd-list-item.gd-select-option-is-selected {
  text-decoration: none;
  color: var(--gd-palette-primary-base, #14b2e2);
  background: none;
  font-weight: bold;
}

.gd-list-item.gd-select-option-is-focused {
  text-decoration: none;
  color: var(--gd-palette-complementary-9, #000);
  background: var(--gd-palette-complementary-2, #ebeff4);
}

.gd-list-item.gd-select-option-is-selected.gd-select-option-is-focused {
  color: var(--gd-palette-primary-base, #14b2e2);
  background: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.gd-date-filter-button {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  display: flex;
  gap: 7px;
  position: relative;
  height: 42px;
  margin: 7px 11px 7px 0;
  padding: 5px 10px;
  line-height: 16px;
  cursor: pointer;
  user-select: none;
  font-size: 12px;
  max-width: none !important;
}

.gd-date-filter-button.disabled:hover, .gd-date-filter-button.disabled:focus, .gd-date-filter-button.disabled:active, .gd-date-filter-button.disabled:hover::after, .gd-date-filter-button.disabled:focus::after, .gd-date-filter-button.disabled:active::after {
  cursor: default;
  user-select: auto;
  box-shadow: none;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}

.gd-date-filter-button.disabled .button-subtitle::after {
  content: none;
}

.gd-date-filter-button::before, .gd-date-filter-button::after {
  content: "";
  position: absolute;
  transition: all 0.2s;
}

.gd-date-filter-button::before {
  z-index: 1;
  top: 8px;
  left: -4px;
  width: 7px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg width='7' height='26' viewBox='0 0 7 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4h2v2H0V4zm0-4h2v2H0V0zm5 4h2v2H5V4zm0-4h2v2H5V0zm0 8h2v2H5V8zM0 8h2v2H0V8zm0 4h2v2H0v-2zm5 4h2v2H5v-2zm-5 0h2v2H0v-2zm5 4h2v2H5v-2zm-5 0h2v2H0v-2zm5 4h2v2H5v-2zm-5 0h2v2H0v-2zm5-12h2v2H5v-2z' fill='%23B0BECA' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
  opacity: 0;
}

.gd-date-filter-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  background: var(--gd-dashboards-filterBar-filterButton-backgroundColor, transparent);
  transform: translateZ(-1px);
  border-radius: 3px;
}

.gd-date-filter-button:hover::after {
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
}

@media only screen and (min-width: 941px) {
  .edit-mode-on .gd-date-filter-button:hover::before {
    opacity: 1;
  }
  .edit-mode-on .gd-date-filter-button:hover::after {
    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));
    border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
  }
}
.edit-mode-on .gd-date-filter-button:hover::before {
  z-index: 1;
  top: 8px;
  left: -4px;
  width: 7px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg width='7' height='26' viewBox='0 0 7 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4h2v2H0V4zm0-4h2v2H0V0zm5 4h2v2H5V4zm0-4h2v2H5V0zm0 8h2v2H5V8zM0 8h2v2H0V8zm0 4h2v2H0v-2zm5 4h2v2H5v-2zm-5 0h2v2H0v-2zm5 4h2v2H5v-2zm-5 0h2v2H0v-2zm5 4h2v2H5v-2zm-5 0h2v2H0v-2zm5-12h2v2H5v-2z' fill='%23B0BECA' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
  opacity: 0;
}

.gd-date-filter-button:active::after, .edit-mode-on .gd-date-filter-button:active::after, .gd-date-filter-button.is-active::after, .edit-mode-on .gd-date-filter-button.is-active::after {
  box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
  border-color: var(--gd-palette-complementary-5-from-theme, var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2)));
  background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
}

.gd-date-filter-button.is-active .button-title::after,
.gd-date-filter-button.is-active .button-subtitle::after {
  content: "\e613";
}

@media only screen and (min-width: 941px) {
  .edit-mode-on .gd-date-filter-button {
    cursor: grab;
  }
  .edit-mode-on .gd-date-filter-button::after {
    left: -10px;
  }
  .edit-mode-on .gd-date-filter-button.is-active::before {
    opacity: 1;
  }
}
.is-dragging .gd-date-filter-button::after, .is-dragging .gd-date-filter-button:hover::after, .is-dragging .gd-date-filter-button:active::after, .is-dragging .gd-date-filter-button.is-active::after {
  box-shadow: none;
  background-color: var(--gd-palette-complementary-1-from-theme, #eff2f4);
  border-color: transparent;
}

.is-dragging .gd-date-filter-button .button-title::after,
.is-dragging .gd-date-filter-button .button-subtitle::after {
  content: "\e612";
}

.gd-date-filter-button .button-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  max-width: 100%;
  height: 100%;
  flex-direction: column;
}

.overlay .gd-date-filter-button .button-content {
  align-items: center;
  height: 100%;
  flex-direction: row;
}

.gd-date-filter-button .button-title,
.gd-date-filter-button .button-subtitle {
  white-space: nowrap;
  max-width: 100%;
}

.gd-date-filter-button .button-title::after,
.gd-date-filter-button .button-subtitle::after {
  content: "\e612";
  display: none;
  vertical-align: top;
  color: var(--gd-palette-complementary-6, #94a1ad);
  transition: 0.2s;
  margin-left: 0.5em;
  font-family: "Indigo", sans-serif;
  font-weight: normal;
  font-size: inherit;
}

.gd-date-filter-button .button-title:only-child::after,
.gd-date-filter-button .button-subtitle:only-child::after {
  display: inline-block;
}

.drag-preview .gd-date-filter-button .button-title::after,
.drag-preview .gd-date-filter-button .button-subtitle::after {
  display: none;
}

.gd-date-filter-button .button-title {
  overflow: hidden;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-date-filter-button .button-title .gd-bubble-trigger,
.gd-date-filter-button .button-title .shortened {
  display: inline-flex;
}

.gd-date-filter-button .button-title .shortened {
  max-width: 100%;
}

.overlay .gd-date-filter-button .button-title {
  flex: 0 0 auto;
  color: var(--gd-palette-complementary-7, #6d7680);
  max-width: 100%;
  margin-right: 5px;
}

.overlay .gd-date-filter-button .button-title::after {
  content: ":";
}

.gd-date-filter-button .button-subtitle {
  display: inline-flex;
  overflow: hidden;
  color: var(--gd-palette-complementary-8, #464e56);
  font-weight: bold;
  text-overflow: ellipsis;
}

.overlay .gd-date-filter-button .button-subtitle {
  flex: 1 1 auto;
  max-width: none;
}

.overlay .gd-date-filter-button .button-subtitle::after {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  font-size: 18px;
}

.gd-date-filter-button .button-subtitle::after {
  display: inline-block;
}

.gd-date-filter-button.dropdown-button.is-unrelated,
.gd-date-filter-button .gd-list-item.is-unrelated {
  color: #e54d42;
}

.gd-mobile-dropdown-overlay .gd-date-filter-button-mobile {
  display: none;
}

.gd-mobile-dropdown-content .gd-date-filter-button-mobile {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px;
  box-shadow: 0 1px 2px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1));
  line-height: 25px;
  border-width: 1px 0;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-size: 14px;
  text-align: left;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.gd-mobile-dropdown-content .gd-date-filter-button-mobile::after {
  display: none;
}

.gd-mobile-dropdown-content .gd-date-filter-button-mobile::before {
  right: 4px;
}

.gd-date-filter-form-wrapper-desktop.gd-date-filter-form-wrapper {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 10px 10px;
  padding: 10px 10px 0 10px;
  border-left: 2px dotted var(--gd-palette-complementary-3, #dde4eb);
}

.gd-date-filter-form-wrapper-inner {
  padding: 10px;
  background-color: var(--gd-palette-complementary-1-from-theme, #f5f7f9);
}

/* Variables declaration */
.rdp-root {
  --rdp-accent-color: blue; /* The accent color used for selected days and UI elements. */
  --rdp-accent-background-color: #f0f0ff; /* The accent background color used for selected days and UI elements. */
  --rdp-day-height: 44px; /* The height of the day cells. */
  --rdp-day-width: 44px; /* The width of the day cells. */
  --rdp-day_button-border-radius: 100%; /* The border radius of the day cells. */
  --rdp-day_button-border: 2px solid transparent; /* The border of the day cells. */
  --rdp-day_button-height: 42px; /* The height of the day cells. */
  --rdp-day_button-width: 42px; /* The width of the day cells. */
  --rdp-selected-border: 2px solid var(--rdp-accent-color); /* The border of the selected days. */
  --rdp-disabled-opacity: 0.5; /* The opacity of the disabled days. */
  --rdp-outside-opacity: 0.75; /* The opacity of the days outside the current month. */
  --rdp-today-color: var(--rdp-accent-color); /* The color of the today's date. */
  --rdp-dropdown-gap: 0.5rem; /* The gap between the dropdowns used in the month captons. */
  --rdp-months-gap: 2rem; /* The gap between the months in the multi-month view. */
  --rdp-nav_button-disabled-opacity: 0.5; /* The opacity of the disabled navigation buttons. */
  --rdp-nav_button-height: 2.25rem; /* The height of the navigation buttons. */
  --rdp-nav_button-width: 2.25rem; /* The width of the navigation buttons. */
  --rdp-nav-height: 2.75rem; /* The height of the navigation bar. */
  --rdp-range_middle-background-color: var(--rdp-accent-background-color); /* The color of the background for days in the middle of a range. */
  --rdp-range_middle-color: inherit; /* The color of the range text. */
  --rdp-range_start-color: white; /* The color of the range text. */
  --rdp-range_start-background: linear-gradient(
    var(--rdp-gradient-direction),
    transparent 50%,
    var(--rdp-range_middle-background-color) 50%
  ); /* Used for the background of the start of the selected range. */
  --rdp-range_start-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the start of the selected range. */
  --rdp-range_end-background: linear-gradient(
    var(--rdp-gradient-direction),
    var(--rdp-range_middle-background-color) 50%,
    transparent 50%
  ); /* Used for the background of the end of the selected range. */
  --rdp-range_end-color: white; /* The color of the range text. */
  --rdp-range_end-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the end of the selected range. */
  --rdp-week_number-border-radius: 100%; /* The border radius of the week number. */
  --rdp-week_number-border: 2px solid transparent; /* The border of the week number. */
  --rdp-week_number-height: var(--rdp-day-height); /* The height of the week number cells. */
  --rdp-week_number-opacity: 0.75; /* The opacity of the week number. */
  --rdp-week_number-width: var(--rdp-day-width); /* The width of the week number cells. */
  --rdp-weeknumber-text-align: center; /* The text alignment of the weekday cells. */
  --rdp-weekday-opacity: 0.75; /* The opacity of the weekday. */
  --rdp-weekday-padding: 0.5rem 0rem; /* The padding of the weekday. */
  --rdp-weekday-text-align: center; /* The text alignment of the weekday cells. */
  --rdp-gradient-direction: 90deg;
  --rdp-animation_duration: 0.3s;
  --rdp-animation_timing: cubic-bezier(0.4, 0, 0.2, 1);
}

.rdp-root[dir=rtl] {
  --rdp-gradient-direction: -90deg;
}

.rdp-root[data-broadcast-calendar=true] {
  --rdp-outside-opacity: unset;
}

/* Root of the component. */
.rdp-root {
  position: relative; /* Required to position the navigation toolbar. */
  box-sizing: border-box;
}

.rdp-root * {
  box-sizing: border-box;
}

.rdp-day {
  width: var(--rdp-day-width);
  height: var(--rdp-day-height);
  text-align: center;
}

.rdp-day_button {
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  justify-content: center;
  align-items: center;
  display: flex;
  width: var(--rdp-day_button-width);
  height: var(--rdp-day_button-height);
  border: var(--rdp-day_button-border);
  border-radius: var(--rdp-day_button-border-radius);
}

.rdp-day_button:disabled {
  cursor: revert;
}

.rdp-caption_label {
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border: 0;
}

.rdp-dropdown:focus-visible ~ .rdp-caption_label {
  outline: 5px auto Highlight;
  /* biome-ignore lint/suspicious/noDuplicateProperties: backward compatibility */
  outline: 5px auto -webkit-focus-ring-color;
}

.rdp-button_next,
.rdp-button_previous {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  appearance: none;
  width: var(--rdp-nav_button-width);
  height: var(--rdp-nav_button-height);
}

.rdp-button_next:disabled,
.rdp-button_next[aria-disabled=true],
.rdp-button_previous:disabled,
.rdp-button_previous[aria-disabled=true] {
  cursor: revert;
  opacity: var(--rdp-nav_button-disabled-opacity);
}

.rdp-chevron {
  display: inline-block;
  fill: var(--rdp-accent-color);
}

.rdp-root[dir=rtl] .rdp-nav .rdp-chevron {
  transform: rotate(180deg);
  transform-origin: 50%;
}

.rdp-dropdowns {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--rdp-dropdown-gap);
}

.rdp-dropdown {
  z-index: 2;
  /* Reset */
  opacity: 0;
  appearance: none;
  position: absolute;
  inset-block-start: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: inherit;
  border: none;
  line-height: inherit;
}

.rdp-dropdown_root {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.rdp-dropdown_root[data-disabled=true] .rdp-chevron {
  opacity: var(--rdp-disabled-opacity);
}

.rdp-month_caption {
  display: flex;
  align-content: center;
  height: var(--rdp-nav-height);
  font-weight: bold;
  font-size: large;
}

.rdp-root[data-nav-layout=around] .rdp-month,
.rdp-root[data-nav-layout=after] .rdp-month {
  position: relative;
}

.rdp-root[data-nav-layout=around] .rdp-month_caption {
  justify-content: center;
  margin-inline-start: var(--rdp-nav_button-width);
  margin-inline-end: var(--rdp-nav_button-width);
  position: relative;
}

.rdp-root[data-nav-layout=around] .rdp-button_previous {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  height: var(--rdp-nav-height);
  display: inline-flex;
}

.rdp-root[data-nav-layout=around] .rdp-button_next {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  height: var(--rdp-nav-height);
  display: inline-flex;
  justify-content: center;
}

.rdp-months {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: var(--rdp-months-gap);
  max-width: fit-content;
}

.rdp-month_grid {
  border-collapse: collapse;
}

.rdp-nav {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  display: flex;
  align-items: center;
  height: var(--rdp-nav-height);
}

.rdp-weekday {
  opacity: var(--rdp-weekday-opacity);
  padding: var(--rdp-weekday-padding);
  font-weight: 500;
  font-size: smaller;
  text-align: var(--rdp-weekday-text-align);
  text-transform: var(--rdp-weekday-text-transform);
}

.rdp-week_number {
  opacity: var(--rdp-week_number-opacity);
  font-weight: 400;
  font-size: small;
  height: var(--rdp-week_number-height);
  width: var(--rdp-week_number-width);
  border: var(--rdp-week_number-border);
  border-radius: var(--rdp-week_number-border-radius);
  text-align: var(--rdp-weeknumber-text-align);
}

/* DAY MODIFIERS */
.rdp-today:not(.rdp-outside) {
  color: var(--rdp-today-color);
}

.rdp-selected {
  font-weight: bold;
  font-size: large;
}

.rdp-selected .rdp-day_button {
  border: var(--rdp-selected-border);
}

.rdp-outside {
  opacity: var(--rdp-outside-opacity);
}

.rdp-disabled {
  opacity: var(--rdp-disabled-opacity);
}

.rdp-hidden {
  visibility: hidden;
  color: var(--rdp-range_start-color);
}

.rdp-range_start {
  background: var(--rdp-range_start-background);
}

.rdp-range_start .rdp-day_button {
  background-color: var(--rdp-range_start-date-background-color);
  color: var(--rdp-range_start-color);
}

.rdp-range_middle {
  background-color: var(--rdp-range_middle-background-color);
}

.rdp-range_middle .rdp-day_button {
  border: unset;
  border-radius: unset;
  color: var(--rdp-range_middle-color);
}

.rdp-range_end {
  background: var(--rdp-range_end-background);
  color: var(--rdp-range_end-color);
}

.rdp-range_end .rdp-day_button {
  color: var(--rdp-range_start-color);
  background-color: var(--rdp-range_end-date-background-color);
}

.rdp-range_start.rdp-range_end {
  background: revert;
}

.rdp-focusable {
  cursor: pointer;
}

@keyframes rdp-slide_in_left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rdp-slide_in_right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rdp-slide_out_left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes rdp-slide_out_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.rdp-weeks_before_enter {
  animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-weeks_before_exit {
  animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-weeks_after_enter {
  animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-weeks_after_exit {
  animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-root[dir=rtl] .rdp-weeks_after_enter {
  animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-root[dir=rtl] .rdp-weeks_before_exit {
  animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-root[dir=rtl] .rdp-weeks_before_enter {
  animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-root[dir=rtl] .rdp-weeks_after_exit {
  animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

@keyframes rdp-fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rdp-fade_out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.rdp-caption_after_enter {
  animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-caption_after_exit {
  animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-caption_before_enter {
  animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.rdp-caption_before_exit {
  animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
}

.gd-date-range-row fieldset {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  border: 0;
  margin: 0;
  padding: 0;
}

.gd-date-range-column {
  display: flex;
  flex-direction: column;
}

.gd-date-range-column--with-time {
  width: 50%;
}

.gd-date-range-picker {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gd-date-range-picker .gd-input-field, .gd-date-range-picker .input-text {
  font-size: 13px;
}

.gd-date-range-picker-from, .gd-date-range-picker-to {
  position: relative;
}

.gd-date-range-picker label {
  font-size: 13px;
  display: block;
}

.gd-date-range-picker label:nth-of-type(2) {
  padding-top: 10px;
}

@media only screen and (min-width: 641px) {
  .gd-date-range-picker.datetime input {
    width: 126px;
  }
}
@media only screen and (min-width: 641px) {
  .gd-date-range-picker input[type=time]::-webkit-calendar-picker-indicator {
    display: none;
  }
}
.gd-date-range-picker-input {
  position: relative;
}

.gd-date-range-picker-input input {
  height: 30px;
  padding-left: 34px;
}

@media only screen and (min-width: 641px) {
  .gd-date-range-picker-input input {
    width: 126px;
  }
}
.gd-date-range-picker-input-native {
  display: flex;
  flex: 1;
  overflow: hidden;
}

.gd-date-range-picker-input-native .gd-date-range-picker-input-field {
  flex: 1 1 auto;
  font-size: 16px;
  -webkit-appearance: none;
}

.gd-date-range-picker-input-native .gd-date-range-picker-input-field[value=""]::before {
  content: attr(placeholder);
  margin-right: 5px;
  color: rgba(109, 118, 128, 0.75);
}

@media only screen and (min-width: 641px) {
  .gd-date-range-picker-input-native .gd-date-range-picker-input-field {
    min-width: 13em;
  }
}
.gd-date-range-picker-input .gd-icon-clock,
.gd-date-range-picker-input .gd-icon-calendar {
  position: absolute;
  top: 0;
  left: 10px;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  color: var(--gd-palette-primary-base, #14b2e2);
  pointer-events: none;
}

.gd-date-range-picker-input__description {
  white-space: normal;
  font-size: 12px;
  line-height: 17px;
  padding-top: 5px;
}

@media only screen and (min-width: 641px) {
  .gd-date-range-picker-input__description {
    width: 126px;
  }
}
.gd-date-range-picker-input__description--error {
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-date-range-picker:not(.datetime) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.gd-date-range-picker-input-wrapper {
  position: relative;
}

.gd-date-range-picker-picker {
  --rdp-cell-size: 32px;
  --rdp-background-color: none;
  --rdp-accent-color: none;
  --rdp-accent-color-dart: none;
  --rdp-background-color-dark: none;
  --rdp-accent-color-dark: none;
  position: absolute;
  z-index: 10;
  width: 267px;
  padding: 18px 15px 15px;
  box-shadow: 0 2px 5px 0 var(--gd-shadow-color-from-theme, rgba(31, 53, 74, 0.15));
  background: var(--gd-palette-complementary-0, #fff);
  user-select: none;
}

.gd-date-range-picker-picker .rdp-button {
  line-height: 16px;
}

.gd-date-range-picker-picker .rdp-months {
  position: unset;
}

.gd-date-range-picker-picker .rdp-nav {
  position: absolute;
  top: 18px;
  height: 29px;
  right: 0;
  left: 0;
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
}

.gd-date-range-picker-picker .rdp-nav button {
  position: absolute;
  width: 29px;
  height: 29px;
  cursor: pointer;
}

.gd-date-range-picker-picker .rdp-nav button:hover {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-date-range-picker-picker .rdp-button_previous {
  left: 0.8em;
  display: block;
  width: 2em;
  height: 2em;
  text-align: center;
  color: var(--gd-palette-primary-base, #14b2e2);
  padding-top: 0.15em;
  font-family: "Indigo", sans-serif;
  font-size: 18px;
}

.gd-date-range-picker-picker .rdp-button_next {
  right: 0.8em;
  display: block;
  width: 2em;
  height: 2em;
  text-align: center;
  color: var(--gd-palette-primary-base, #14b2e2);
  padding-top: 0.15em;
  font-family: "Indigo", sans-serif;
  font-size: 18px;
}

.gd-date-range-picker-picker .rdp-chevron {
  fill: currentColor;
}

.gd-date-range-picker-picker .rdp-month_caption {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  height: 29px;
}

.gd-date-range-picker-picker .rdp-caption_label {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-size: 17px;
  text-align: center;
  font-weight: normal;
  color: var(--gd-palette-complementary-9, #000);
}

.gd-date-range-picker-picker .rdp-weekday {
  display: table-cell;
  color: var(--gd-palette-complementary-8-from-theme, #94a1ad);
  cursor: help;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  font-size: 13px;
  text-transform: none;
  text-align: center;
}

.gd-date-range-picker-picker .rdp-weekday span {
  text-decoration: none;
  border-bottom: none;
}

.gd-date-range-picker-picker .rdp-day {
  padding: 0.3125em 0.55em;
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
}

.gd-date-range-picker-picker .rdp-day:not(.rdp-range_middle):hover {
  background: var(--gd-palette-complementary-2, #ebeff4);
  cursor: pointer;
}

.gd-date-range-picker-picker .rdp-day button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.gd-date-range-picker-picker .rdp-disabled {
  color: var(--gd-palette-complementary-5, #b0beca);
  cursor: default;
  font-weight: 400;
}

.gd-date-range-picker-picker .rdp-outside {
  color: var(--gd-palette-complementary-7-from-theme, #687581);
  cursor: default;
  font-weight: 400;
  opacity: 1;
}

.gd-date-range-picker-picker .rdp-outside.rdp-selected {
  font-weight: 700;
}

.gd-date-range-picker-picker .rdp-selected:not(.rdp-disabled):not(.rdp-range_middle) {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-primary-base, #14b2e2);
}

.gd-date-range-picker-picker .rdp-selected:not(.rdp-day_range_start):not(.rdp-range_end) {
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.gd-date-range-picker-picker .rdp-selected:not(.rdp-day_range_start):not(.rdp-range_end):hover {
  cursor: pointer;
}

.gd-date-range-picker-picker .DayPicker {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  user-select: none;
}

.gd-date-range-picker-picker .DayPicker-Month {
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 0;
  user-select: none;
}

.gd-date-range-picker-picker .DayPicker-NavBar {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 0.5rem;
}

.gd-date-range-picker-picker .DayPicker-NavButton {
  position: absolute;
  top: -0.25em;
  box-sizing: content-box;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  background-image: none;
  cursor: pointer;
}

.gd-date-range-picker-picker .DayPicker-NavButton::before {
  display: block;
  padding-top: 0.15em;
  font-family: "Indigo", sans-serif;
  font-size: 18px;
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-date-range-picker-picker .DayPicker-NavButton:hover {
  color: var(--gd-palette-primary-base, #14b2e2);
  cursor: pointer;
}

.gd-date-range-picker-picker .DayPicker-NavButton:hover::before {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-date-range-picker-picker .DayPicker-NavButton--prev {
  left: 0.15em;
}

.gd-date-range-picker-picker .DayPicker-NavButton--prev::before {
  content: "\e630";
}

.gd-date-range-picker-picker .DayPicker-NavButton--next {
  right: 0.35em;
}

.gd-date-range-picker-picker .DayPicker-NavButton--next::before {
  content: "\e631";
}

.gd-date-range-picker-picker .DayPicker-Caption {
  display: table-caption;
  margin-left: 0.25em;
  margin-right: 0.25em;
  margin-bottom: 1em;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  color: var(--gd-palette-complementary-9, #000);
  cursor: default;
}

.gd-date-range-picker-picker .DayPicker-Weekdays {
  display: table-header-group;
}

.gd-date-range-picker-picker .DayPicker-WeekdaysRow {
  display: table-row;
}

.gd-date-range-picker-picker .DayPicker-Weekday {
  display: table-cell;
  padding-bottom: 0.5em;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: var(--gd-palette-complementary-8-from-theme, #94a1ad);
  cursor: help;
}

.gd-date-range-picker-picker .DayPicker-Weekday abbr {
  text-decoration: none;
  border-bottom: none;
}

.gd-date-range-picker-picker .DayPicker-Body {
  display: table-row-group;
}

.gd-date-range-picker-picker .DayPicker-Week {
  display: table-row;
}

.gd-date-range-picker-picker .DayPicker-Day {
  display: table-cell;
  padding: 0.3125em 0.55em;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: var(--gd-palette-complementary-8, #464e56);
  border-radius: 0;
}

.gd-date-range-picker-picker .DayPicker-Day:hover {
  background: var(--gd-palette-complementary-2, #ebeff4);
  cursor: pointer;
}

.gd-date-range-picker-picker .DayPicker-Day--disabled {
  font-weight: 400;
  color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-date-range-picker-picker .DayPicker-Day--disabled:hover {
  background: transparent;
  cursor: default;
}

.gd-date-range-picker-picker .DayPicker-Day--outside {
  font-weight: normal;
  color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-date-range-picker-picker .DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.gd-date-range-picker-picker .DayPicker-NavButton--interactionDisabled {
  display: none;
}

.gd-date-range-picker-picker .DayPicker-Day--selected:not(.DayPicker-Day--disabled) {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-primary-base, #14b2e2);
}

.gd-date-range-picker-picker .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end) {
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.gd-date-range-picker-error-message {
  width: 269px;
  margin-top: 5px;
  padding: 2px 10px;
  border-radius: 3px;
  color: var(--gd-palette-warning-base, #f18600);
  background-color: var(--gd-palette-warning-dimmed, #fce7cc);
}

.gd-date-range__hint {
  display: flex;
  flex-direction: column;
  color: var(--gd-palette-complementary-7-from-theme, #687581);
  font-size: 12px;
  padding-top: 10px;
}

.gd-date-range-picker-wrapper {
  position: relative;
}

.gd-extended-date-filter-container {
  display: flex;
  flex: 1 1 auto;
}

.gd-extended-date-filter-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  max-height: 600px;
  overflow: hidden;
}

.gd-extended-date-filter-body-mobile {
  max-height: none;
  margin: 0;
  overflow: visible;
  isolation: isolate;
}

.gd-extended-date-filter-body-mobile .gd-date-filter-form-wrapper {
  flex: 1 1 auto;
}

.gd-extended-date-filter-body-mobile .gd-dynamic-select {
  position: static;
}

.gd-extended-date-filter-body-mobile .gd-dynamic-select .gd-select-menu {
  height: 100%;
}

.gd-extended-date-filter-body-mobile .gd-dynamic-select .List {
  width: 100% !important;
}

.gd-extended-date-filter-body-mobile .gd-dynamic-select-menu {
  height: calc(100vh - 228px);
}

.gd-extended-date-filter-body-mobile .gd-date-filter-form-buttons {
  background-color: transparent;
  border-top: 0;
  box-shadow: none;
}

.gd-extended-date-filter-body-mobile .gd-date-filter-checkbox-section {
  background-color: transparent;
  margin: 0;
  border-top: 0;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  padding: 10px;
}

.gd-extended-date-filter-body-mobile .gd-date-filter-checkbox-section .gd-date-filter-checkbox-section-item {
  min-height: 42px;
  padding: 0;
  display: flex;
  align-items: center;
}

.gd-extended-date-filter-body-mobile .gd-date-filter-checkbox-section .input-checkbox-label,
.gd-extended-date-filter-body-mobile .gd-date-filter-checkbox-section .input-label-text {
  font-size: 14px;
}

.gd-extended-date-filter-body-wrapper {
  display: flex;
  flex-direction: column;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  max-height: 100vh;
  width: 100%;
  padding: 10px 0 0;
}

.gd-extended-date-filter-body-wrapper .gd-date-preset-tabs {
  padding: 0 10px 10px;
}

.gd-extended-date-filter-body-wrapper .gd-relative-form-section {
  display: flex;
}

.gd-extended-date-filter-body-wrapper .gd-filter-list-item .gd-ui-kit-tooltip__anchor {
  line-height: 10px;
  margin-left: 5px;
}

.gd-extended-date-filter-body-mobile .gd-extended-date-filter-body-wrapper, .gd-extended-date-filter-body-mobile .gd-extended-date-filter-form-wrapper {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
  padding: 0;
}

.gd-extended-date-filter-body-mobile .gd-extended-date-filter-body-wrapper .gd-date-preset-tabs, .gd-extended-date-filter-body-mobile .gd-extended-date-filter-form-wrapper .gd-date-preset-tabs {
  padding: 0;
}

.gd-extended-date-filter-form-wrapper {
  padding-bottom: 10px;
}

.gd-extended-date-filter-actions {
  margin: 0 10px;
  padding: 10px 0;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  display: flex;
  justify-content: space-between;
  text-align: right;
  align-items: center;
}

.gd-extended-date-filter-actions-buttons {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.gd-extended-date-filter-actions.gd-dialog-footer {
  padding-bottom: 0;
}

.gd-extended-date-filter-actions .gd-button {
  flex: 0 0 auto;
  text-align: center;
}

.gd-extended-date-filter-body-mobile .gd-extended-date-filter-actions {
  background-color: var(--gd-palette-complementary-0, #fff);
  position: sticky;
  bottom: 0;
  z-index: 1;
  flex: 0 0 auto;
  margin: 0;
  padding: 10px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  box-shadow: 0 -2px 10px 0 var(--gd-shadow-color);
  justify-content: flex-end;
}

.gd-extended-date-filter-body-mobile .gd-extended-date-filter-actions .gd-extended-date-filter-actions-buttons {
  flex: 0 0 auto;
  gap: 10px;
}

.gd-extended-date-filter-body-mobile .gd-extended-date-filter-actions .gd-extended-date-filter-actions-buttons .gd-button + .gd-button {
  margin-left: 0;
}

.gd-extended-date-filter-body-mobile .gd-extended-date-filter-actions .gd-button {
  flex: 0 0 auto;
}

.gd-extended-date-filter-exclude-current {
  margin: 6px 10px 0 10px;
  padding: 5px 0;
  font-size: 12px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-extended-date-filter-exclude-current .input-checkbox-label {
  margin-left: -3px;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-extended-date-filter-exclude-current .input-checkbox-label.is-disabled {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-extended-date-filter-exclude-current .input-label-text {
  cursor: pointer;
}

.gd-extended-date-filter-body-mobile .gd-extended-date-filter-exclude-current:not(.gd-date-filter-checkbox-section) {
  margin: 0;
  padding: 0 10px;
  border-top: 0;
}

.gd-extended-date-filter-body-mobile .gd-date-filter-checkbox-section + .gd-extended-date-filter-actions {
  border-top: 0;
}

.gd-extended-date-filter-body-mobile .gd-date-filter-form-buttons + .gd-extended-date-filter-actions {
  border-top: 0;
}

.gd-extended-date-filter-body-mobile .gd-date-filter-menu-divider {
  margin: 0 10px;
  padding: 0;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-extended-date-filter-body-mobile .gd-extended-date-filter-mobile-header {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: var(--gd-palette-complementary-0, #fff);
  box-shadow: 0 2px 10px 0 var(--gd-shadow-color);
}

.gd-extended-date-filter-body-mobile .gd-extended-date-filter-mobile-header .gd-date-filter-button-mobile .button-subtitle::after {
  right: 4px;
}

.gd-extended-date-filter-edit-mode-message {
  margin: 0 10px 5px;
  font-size: 12px;
  line-height: 16px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-extended-date-filter-edit-mode-message-text {
  margin-bottom: 10px;
}

.gd-extended-date-filter-body .gd-date-filter-item-mobile.gd-list-item {
  flex: 0 0 auto;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-extended-date-filter-body .gd-date-filter-item-mobile.gd-filter-list-item {
  height: 42px;
}

.gd-extended-date-filter-body .gd-date-filter-item-mobile.gd-list-item-header {
  height: 24px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 12px;
}

.gd-extended-date-filter-body .gd-date-filter-item-mobile.gd-list-item-header, .gd-extended-date-filter-body .gd-date-filter-item-mobile.gd-list-item-header:hover, .gd-extended-date-filter-body .gd-date-filter-item-mobile.gd-list-item-header:active {
  background-color: var(--gd-palette-complementary-2-from-theme, rgba(221, 228, 235, 0.2));
}

.gd-extended-date-filter-body-scrollable-small-screen {
  max-height: 350px;
}

.gd-extended-date-filter-body-redesigned.gd-extended-date-filter-body.gd-active-form {
  overflow: visible;
}

.gd-extended-date-filter-body-redesigned.gd-extended-date-filter-body .gd-extended-date-filter-body-scrollable,
.gd-extended-date-filter-body-redesigned.gd-extended-date-filter-body .gd-extended-date-filter-body-scrollable-small-screen {
  padding-bottom: 10px;
}

.gd-extended-date-filter-body-redesigned.gd-extended-date-filter-body .gd-date-filter-form-wrapper-desktop.gd-date-filter-form-wrapper {
  margin: 0;
  border-left: none;
}

.gd-extended-date-filter-body-redesigned.gd-extended-date-filter-body .gd-date-filter-form-wrapper-inner {
  padding: 0;
  background-color: transparent;
}

.gd-extended-date-filter-body-redesigned.gd-extended-date-filter-body .gd-date-filter-menu-divider {
  margin: 5px 10px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-extended-date-filter-body-redesigned.gd-extended-date-filter-body .gd-extended-date-filter-exclude-current {
  margin: 0 10px 0 10px;
  border-top: 0;
  border-bottom: 0;
}

.gd-extended-date-filter-body-redesigned.gd-extended-date-filter-body .gd-date-filter-checkbox-section {
  padding: 5px 0;
  margin-bottom: 5px;
}

.gd-extended-date-filter-body-redesigned.gd-extended-date-filter-body .gd-date-filter-checkbox-section .input-checkbox-label {
  display: block;
}

.gd-extended-date-filter-body-redesigned.gd-extended-date-filter-body .gd-date-filter-checkbox-section .gd-date-filter-checkbox-section-item + .gd-date-filter-checkbox-section-item {
  margin-top: 5px;
}

.gd-extended-date-filter-body-redesigned.gd-extended-date-filter-body .header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 7px 15px;
  background: var(--gd-palette-complementary-2, #ebeff4);
  line-height: normal;
}

.gd-extended-date-filter-body-redesigned.gd-extended-date-filter-body .header-title {
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.gd-date-filter-form-content .gd-date-filter-empty-values-handling-toggle {
  padding-top: 10px;
  font-size: 12px;
}

.gd-extended-date-filter-body-mobile .gd-date-filter-form-content .gd-date-filter-empty-values-handling-toggle {
  font-size: 14px;
}

.gd-extended-date-filter-body-mobile .gd-date-filter-form-content .gd-date-filter-empty-values-handling-toggle .input-checkbox-label,
.gd-extended-date-filter-body-mobile .gd-date-filter-form-content .gd-date-filter-empty-values-handling-toggle .input-label-text {
  font-size: 14px;
}

.gd-extended-date-filter-header {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  background: var(--gd-palette-complementary-0, #fff);
}

.gd-extended-date-filter-body .gd-filter-list-item {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  border: none;
  line-height: 1.4rem;
  background: transparent;
  font-size: 12px;
  text-align: left;
}

.gd-extended-date-filter-body .gd-filter-list-item span {
  flex: 0 1 auto;
}

.gd-extended-date-filter-body .gd-filter-list-item .gd-list-item-tooltip {
  color: var(--gd-palette-complementary-8-from-theme, initial);
}

.gd-extended-date-filter-body .gd-filter-list-item:hover .gd-list-item-tooltip {
  color: var(--gd-palette-complementary-9-from-theme, initial);
}

.gd-extended-date-filter-body .gd-relative-form-list-item {
  width: auto;
}

.gd-extended-date-filter-body .gd-customizable-checkmark-mobile-date-filter {
  top: 15px;
  right: 13px;
  bottom: 0;
}

.gd-extended-date-filter-body .gd-list-items-group {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gd-list-item-tooltip {
  position: relative;
  top: 1px;
  margin-left: 6px;
  color: initial;
}

.gd-list-item-tooltip-icon {
  opacity: 0.5;
}

.gd-numeric-button {
  padding-top: 8px;
  padding-bottom: 4px;
  font: inherit;
  color: inherit;
}

.gd-numeric-button-increment {
  border-radius: 0;
}

.gd-relative-filter-form-granularity-tabs {
  margin-bottom: 10px;
}

.gd-relative-filter-form-granularity-tabs.gd-tabs.small .gd-tab {
  background: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-right: 0;
  margin-left: 0;
}

.gd-relative-range-picker {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  gap: 10px;
  align-items: baseline;
}

.gd-relative-range-picker .gd-relative-range-picker-select-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.gd-relative-range-picker .gd-relative-range-picker-select-wrapper .gd-label {
  font-size: 13px;
  line-height: 21px;
}

.gd-relative-range-picker .gd-relative-range-picker-select-wrapper__error-message {
  margin-top: 5px;
  max-width: 158px;
  font-size: 12px;
  line-height: 17px;
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-relative-range-picker-picker {
  flex: 1 1 auto;
}

.gd-relative-range-picker-picker .gd-select-menu-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}

.gd-relative-range-picker-picker-mobile {
  flex-direction: column;
  overflow: hidden;
}

.gd-relative-range-picker-picker-mobile .gd-select-separator {
  padding: 0;
}

.gd-relative-range-picker-picker-mobile .gd-select-menu-wrapper .gd-select-menu {
  position: relative;
  z-index: auto;
  border-radius: 0;
  background-color: var(--gd-palette-complementary-0, #fff);
  box-shadow: none;
}

.gd-relative-range-picker-picker-mobile .gd-input-field {
  font-size: 16px;
}

.gd-relative-range-picker-dash {
  margin: 0 5px;
}

.gd-separator-generic {
  height: 1px;
  margin: 0;
  border: 0;
  background: var(--gd-palette-complementary-3, #dde4eb);
}

.gd-visible-scrollbar {
  overflow-x: hidden;
}

.gd-visible-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
}

.gd-visible-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--gd-palette-complementary-7);
  border-radius: 4px;
}

.gd-filter-button-custom-icon-wrapper {
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-left: 5px;
  z-index: 1;
}

.gd-filter-button-custom-icon-wrapper i {
  cursor: pointer;
}

.gd-filter-button-custom-icon-wrapper.disabled i {
  cursor: default;
}

.gd-date-filter-form-buttons {
  padding-top: 2px;
  padding-bottom: 2px;
}

.gd-date-filter-form-buttons .gd-date-filter-form-buttons-container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.gd-date-filter-form-buttons .gd-date-filter-form-buttons-container .gd-date-filter-form-button {
  padding: 0 10px 0 10px;
  border: 0;
  height: 23px;
}

.gd-date-filter-form-buttons .gd-date-filter-form-buttons-container .gd-button + .gd-button {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .gd-extended-date-filter-body-mobile .gd-date-filter-form-buttons {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
  }
  .gd-extended-date-filter-body-mobile .gd-date-filter-form-buttons .gd-date-filter-form-buttons-container .gd-date-filter-form-button {
    min-height: 42px;
    font-size: 14px;
    border-bottom: 0;
  }
  .gd-extended-date-filter-body-mobile .gd-date-filter-form-buttons .gd-date-filter-form-content {
    padding: 12px 0;
  }
  .gd-extended-date-filter-body-mobile .gd-date-filter-form-buttons .gd-date-filter-form-content .gd-date-filter-form-wrapper {
    padding: 0 12px;
  }
}

.gd-invertable-select {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  flex-shrink: 1;
}

.gd-invertable-select-search-input {
  margin: 10px;
  width: calc(100% - 20px);
  min-width: 0;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.gd-invertable-select-all-checkbox,
.gd-invertable-select-search-bar,
.gd-invertable-select-status-bar {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.gd-invertable-select-list,
.gd-invertable-select-loading,
.gd-invertable-select-error,
.gd-invertable-select-no-data {
  height: 100%;
  min-height: 0;
  flex-shrink: 1;
}

.gd-invertable-select-list .gd-list-item:focus-visible {
  outline-offset: -2px;
}

.gd-invertable-select-all-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0 10px 10px;
  font-size: 12px;
  cursor: pointer;
}

.gd-invertable-select-all-checkbox::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-invertable-select-all-checkbox .input-checkbox-label {
  cursor: pointer;
}

.gd-invertable-select-all-checkbox[role=checkbox][aria-checked=true] .input-label-text::before {
  border-color: transparent;
  background-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-invertable-select-all-checkbox[role=checkbox][aria-checked=true] .input-label-text::after {
  transform: scale(1) rotate(315deg) skew(-2deg);
}

.gd-invertable-select-all-checkbox[role=checkbox][aria-checked=mixed] .input-label-text::before {
  border-color: transparent;
  background-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-invertable-select-all-checkbox[role=checkbox][aria-checked=mixed] .input-label-text::after {
  top: 9px;
  left: 6px;
  width: 8px;
  height: 0;
  transform: scale(1);
  border-left: none;
  border-bottom: 2px solid var(--gd-palette-complementary-0, #fff);
}

.gd-invertable-select-all-checkbox[role=checkbox]:hover .input-label-text::before {
  box-shadow: inset 0 1px 2px 0 rgba(31, 53, 74, 0.25);
}

.gd-invertable-select-all-checkbox[role=checkbox]:hover[aria-checked=true] .input-label-text::before, .gd-invertable-select-all-checkbox[role=checkbox]:hover[aria-checked=mixed] .input-label-text::before {
  box-shadow: none;
  border-color: transparent;
}

.gd-invertable-select-all-checkbox[role=checkbox]:active .input-label-text::before {
  border-color: var(--gd-palette-primary-base, #14b2e2);
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.gd-invertable-list-limitExceeded {
  margin: 0 10px 10px;
}

.gd-invertable-select-selection-status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25px;
  min-width: 0;
  margin: 5px 10px;
  line-height: 20px;
  font-size: 12px;
  padding-top: 5px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-invertable-select-selection-status span,
.gd-invertable-select-selection-status b {
  flex: 0 0 auto;
  height: 20px;
  min-width: 0;
  line-height: 20px;
  white-space: nowrap;
}

.gd-invertable-select-selection-status .gd-ui-kit-tooltip__anchor {
  display: flex;
  flex: 0 1 auto;
  overflow: hidden;
  width: auto;
  height: 20px;
  white-space: nowrap;
  max-width: inherit;
  text-overflow: ellipsis;
}

.gd-invertable-select-selection-status .gd-ui-kit-tooltip__anchor.gd-selection-list {
  font-weight: bold;
}

.gd-invertable-select-selection-status .gd-shortened-text {
  flex: 0 1 auto;
  overflow: hidden;
  width: auto;
  height: 20px;
  white-space: nowrap;
  max-width: inherit;
  text-overflow: ellipsis;
}

.gd-invertable-select-selection-status .gd-shortened-text.gd-selection-list {
  font-weight: bold;
}

.gd-invertable-select-error {
  display: flex;
  margin: 10px;
}

.gd-invertable-select-error .gd-message {
  width: 100%;
}

.gd-invertable-select-actions {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.gd-invertable-select-actions-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
}

.gd-flex-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.gd-flex-list-container {
  flex: 1 1 auto;
}

.gd-flex-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: row wrap;
  align-content: stretch;
}

.gd-flex-row-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  flex-flow: column nowrap;
  align-content: stretch;
}

.gd-flex-item {
  flex: 0 0 auto;
}

.gd-flex-item-stretch {
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: auto;
}

@media only screen and (max-width: 640px) {
  .gd-flex-wrapper-mobile {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .gd-flex-list-container-mobile {
    flex: 1 1 auto;
  }
  .gd-flex-container-mobile {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: row wrap;
    align-content: stretch;
  }
  .gd-flex-row-container-mobile {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    flex-flow: column nowrap;
    align-content: stretch;
  }
  .gd-flex-item-mobile {
    flex: 0 0 auto;
  }
  .gd-flex-item-stretch-mobile {
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior: auto;
  }
}
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px, ... */
/* allow vendor prefixes and disable max length */
/* allow vendor prefixes and disable max length */
.gd-dropdown.overlay {
  padding: 0;
}

.overlay-wrapper {
  z-index: 5001;
}

@media (forced-colors: active) {
  .overlay-wrapper .gd-bubble {
    border: 1px solid transparent !important;
  }
}
.overlay {
  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;
  position: relative;
  padding: 0.1px;
  border-radius: 3px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  background-color: var(--gd-palette-complementary-0, #fff);
  box-shadow: 0 1px 20px var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.2));
}

@media (forced-colors: active) {
  .overlay {
    border: 1px solid transparent !important;
  }
}
@media only screen and (max-width: 640px) {
  .overlay {
    border-radius: 0;
  }
}
.gd-overlay-content {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  line-height: 1.5;
}

.gd-overlay-content *,
.gd-overlay-content *::before,
.gd-overlay-content *::after {
  box-sizing: border-box;
}

.gd-overlay-content .invisible {
  visibility: hidden;
}

.gd-error-overlay-content .modalityPlugin-mask-visible {
  z-index: 10001;
  opacity: 0.95;
}

.gd-error-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.gd-error-overlay .gd-error-overlay-icon {
  margin-bottom: 20px;
}

.gd-error-overlay h2 {
  margin-bottom: 10px;
}

.gd-error-overlay .gd-error-overlay-text {
  line-height: 23px;
  color: var(--gd-palette-complementary-8, #464e56);
  font-size: 14px;
}

.gd-error-overlay .gd-error-overlay-button {
  margin-top: 20px;
}

.gd-dot-spinner {
  position: relative;
  width: 34px;
  height: 34px;
}

.gd-dot-spinner-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gd-dot-spinner div {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  background: var(--gd-palette-complementary-6, #94a1ad);
  opacity: 0.3;
  transform: translate(0, -50%) rotate(0);
  border-radius: 50%;
  transform-origin: 17px center;
}

.gd-dot-spinner .gd-dot-spinner-1 {
  transform: translate(0, -50%) rotate(45deg);
  animation-name: spinner-animation;
  animation-duration: 8/15s;
  animation-timing-function: 0.0666666667 s;
  animation-iteration-count: infinite;
}

.gd-dot-spinner .gd-dot-spinner-2 {
  transform: translate(0, -50%) rotate(90deg);
  animation-name: spinner-animation;
  animation-duration: 8/15s;
  animation-timing-function: 0.1333333333 s;
  animation-iteration-count: infinite;
}

.gd-dot-spinner .gd-dot-spinner-3 {
  transform: translate(0, -50%) rotate(135deg);
  animation-name: spinner-animation;
  animation-duration: 8/15s;
  animation-timing-function: 0.2 s;
  animation-iteration-count: infinite;
}

.gd-dot-spinner .gd-dot-spinner-4 {
  transform: translate(0, -50%) rotate(180deg);
  animation-name: spinner-animation;
  animation-duration: 8/15s;
  animation-timing-function: 0.2666666667 s;
  animation-iteration-count: infinite;
}

.gd-dot-spinner .gd-dot-spinner-5 {
  transform: translate(0, -50%) rotate(225deg);
  animation-name: spinner-animation;
  animation-duration: 8/15s;
  animation-timing-function: 0.3333333333 s;
  animation-iteration-count: infinite;
}

.gd-dot-spinner .gd-dot-spinner-6 {
  transform: translate(0, -50%) rotate(270deg);
  animation-name: spinner-animation;
  animation-duration: 8/15s;
  animation-timing-function: 0.4 s;
  animation-iteration-count: infinite;
}

.gd-dot-spinner .gd-dot-spinner-7 {
  transform: translate(0, -50%) rotate(315deg);
  animation-name: spinner-animation;
  animation-duration: 8/15s;
  animation-timing-function: 0.4666666667 s;
  animation-iteration-count: infinite;
}

.gd-dot-spinner .gd-dot-spinner-8 {
  transform: translate(0, -50%) rotate(360deg);
  animation-name: spinner-animation;
  animation-duration: 8/15s;
  animation-timing-function: 0.5333333333 s;
  animation-iteration-count: infinite;
}

@keyframes spinner-animation {
  0% {
    opacity: 0.2;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.animation-fadeIn,
.animation-fadeOut,
.animation-bounce {
  animation-duration: 0.6s;
}

.animation-fadeIn,
.animation-fadeOut {
  animation-name: animation-fade;
}

.animation-fadeOut {
  animation-direction: reverse;
}

.animation-bounce {
  animation-name: animation-bounce;
}

.animation-slow {
  animation-duration: 1s;
}

.animation-fast {
  animation-duration: 0.4s;
}

@keyframes animation-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animation-bounce {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@font-face {
  font-family: "Indigo";
  src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff2") format("woff2"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=gd-icon-]::before,
[class*=" gd-icon-"]::before,
[class^=gd-icon-].gd-icon-right::after,
[class*=" gd-icon-"].gd-icon-right::after {
  font-family: "Indigo", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  /* Better Font Rendering looks better in Chrome, corresponds to Sketch mockups */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: none;
}

[class^=gd-icon-].gd-icon-right::before,
[class*=" gd-icon-"].gd-icon-right::before {
  content: "";
  display: none;
}

.gd-icon-trend-down::before,
.gd-icon-trend-down.gd-icon-right::after {
  content: "\e600";
}

.gd-icon-trend-up::before,
.gd-icon-trend-up.gd-icon-right::after {
  content: "\e601";
}

.gd-icon-user::before,
.gd-icon-user.gd-icon-right::after {
  content: "\e602";
}

.gd-icon-ghost::before,
.gd-icon-ghost.gd-icon-right::after {
  content: "\e603";
}

.gd-icon-redo::before,
.gd-icon-redo.gd-icon-right::after {
  content: "\e604";
}

.gd-icon-undo::before,
.gd-icon-undo.gd-icon-right::after {
  content: "\e605";
}

.gd-icon-pause::before,
.gd-icon-pause.gd-icon-right::after {
  content: "\e606";
}

.gd-icon-users::before,
.gd-icon-users.gd-icon-right::after {
  content: "\e607";
}

.gd-icon-cloud-rain::before, .gd-icon-rain::before,
.gd-icon-cloud-rain.gd-icon-right::after,
.gd-icon-right.gd-icon-rain::after {
  content: "\e608";
}

.gd-icon-calendar::before,
.gd-icon-calendar.gd-icon-right::after {
  content: "\e609";
}

.gd-icon-circle-exclamation::before,
.gd-icon-circle-exclamation.gd-icon-right::after {
  content: "\e60a";
}

.gd-icon-circle-question::before,
.gd-icon-circle-question.gd-icon-right::after {
  content: "\e60b";
}

.gd-icon-dropright::before,
.gd-icon-dropright.gd-icon-right::after {
  content: "\e60c";
}

.gd-icon-dropdown::before,
.gd-icon-dropdown.gd-icon-right::after {
  content: "\e60d";
}

.gd-icon-question::before,
.gd-icon-question.gd-icon-right::after {
  content: "\e60e";
}

.gd-icon-number::before,
.gd-icon-number.gd-icon-right::after {
  content: "\e60f";
}

.gd-icon-navigateleft::before,
.gd-icon-navigateleft.gd-icon-right::after {
  content: "\e610";
}

.gd-icon-navigateright::before,
.gd-icon-navigateright.gd-icon-right::after {
  content: "\e611";
}

.gd-icon-navigatedown::before,
.gd-icon-navigatedown.gd-icon-right::after {
  content: "\e612";
}

.gd-icon-navigateup::before,
.gd-icon-navigateup.gd-icon-right::after {
  content: "\e613";
}

.gd-icon-pencil::before,
.gd-icon-pencil.gd-icon-right::after {
  content: "\e614";
}

.gd-icon-magic::before,
.gd-icon-magic.gd-icon-right::after {
  content: "\e615";
}

.gd-icon-cloud-upload::before, .gd-icon-upload::before, .gd-icon-uploadcloud::before,
.gd-icon-cloud-upload.gd-icon-right::after,
.gd-icon-right.gd-icon-upload::after,
.gd-icon-right.gd-icon-uploadcloud::after {
  content: "\e616";
}

.gd-icon-lock::before,
.gd-icon-lock.gd-icon-right::after {
  content: "\e617";
}

.gd-icon-unlock::before,
.gd-icon-unlock.gd-icon-right::after {
  content: "\e618";
}

.gd-icon-settings::before, .gd-icon-config::before,
.gd-icon-settings.gd-icon-right::after,
.gd-icon-right.gd-icon-config::after {
  content: "\e619";
}

.gd-icon-trash::before,
.gd-icon-trash.gd-icon-right::after {
  content: "\e61a";
}

.gd-icon-at-sign::before,
.gd-icon-at-sign.gd-icon-right::after {
  content: "\e61b";
}

.gd-icon-envelope::before,
.gd-icon-envelope.gd-icon-right::after {
  content: "\e61c";
}

.gd-icon-visible::before,
.gd-icon-visible.gd-icon-right::after {
  content: "\e61d";
}

.gd-icon-invisible::before,
.gd-icon-invisible.gd-icon-right::after {
  content: "\e61e";
}

.gd-icon-save::before,
.gd-icon-save.gd-icon-right::after {
  content: "\e61f";
}

.gd-icon-printer::before,
.gd-icon-printer.gd-icon-right::after {
  content: "\e620";
}

.gd-icon-file::before,
.gd-icon-file.gd-icon-right::after {
  content: "\e621";
}

.gd-icon-folder::before,
.gd-icon-folder.gd-icon-right::after {
  content: "\e622";
}

.gd-icon-enter::before,
.gd-icon-enter.gd-icon-right::after {
  content: "\e623";
}

.gd-icon-earth::before,
.gd-icon-earth.gd-icon-right::after {
  content: "\e624";
}

.gd-icon-bell::before,
.gd-icon-bell.gd-icon-right::after {
  content: "\e625";
}

.gd-icon-horn::before,
.gd-icon-horn.gd-icon-right::after {
  content: "\e626";
}

.gd-icon-sync::before,
.gd-icon-sync.gd-icon-right::after {
  content: "\e627";
}

.gd-icon-clock::before,
.gd-icon-clock.gd-icon-right::after {
  content: "\e628";
}

.gd-icon-timer::before,
.gd-icon-timer.gd-icon-right::after {
  content: "\e629";
}

.gd-icon-download::before,
.gd-icon-download.gd-icon-right::after {
  content: "\e62a";
}

.gd-icon-magnifier::before, .gd-icon-search::before,
.gd-icon-magnifier.gd-icon-right::after,
.gd-icon-right.gd-icon-search::after {
  content: "\e62b";
}

.gd-icon-checkmark::before,
.gd-icon-checkmark.gd-icon-right::after {
  content: "\e62c";
}

.gd-icon-cross::before, .gd-icon-clear::before,
.gd-icon-cross.gd-icon-right::after,
.gd-icon-right.gd-icon-clear::after {
  content: "\e62d";
}

.gd-icon-chevron-up::before,
.gd-icon-chevron-up.gd-icon-right::after {
  content: "\e62e";
}

.gd-icon-chevron-down::before,
.gd-icon-chevron-down.gd-icon-right::after {
  content: "\e62f";
}

.gd-icon-chevron-left::before,
.gd-icon-chevron-left.gd-icon-right::after {
  content: "\e630";
}

.gd-icon-chevron-right::before,
.gd-icon-chevron-right.gd-icon-right::after {
  content: "\e631";
}

.gd-icon-arrow-up::before,
.gd-icon-arrow-up.gd-icon-right::after {
  content: "\e632";
}

.gd-icon-arrow-down::before,
.gd-icon-arrow-down.gd-icon-right::after {
  content: "\e633";
}

.gd-icon-arrow-left::before,
.gd-icon-arrow-left.gd-icon-right::after {
  content: "\e634";
}

.gd-icon-arrow-right::before,
.gd-icon-arrow-right.gd-icon-right::after {
  content: "\e635";
}

.gd-icon-tab::before,
.gd-icon-tab.gd-icon-right::after {
  content: "\e636";
}

.gd-icon-warning::before,
.gd-icon-warning.gd-icon-right::after {
  content: "\e637";
}

.gd-icon-circle-checkmark::before,
.gd-icon-circle-checkmark.gd-icon-right::after {
  content: "\e638";
}

.gd-icon-circle-cross::before,
.gd-icon-circle-cross.gd-icon-right::after {
  content: "\e639";
}

.gd-icon-circle-plus::before,
.gd-icon-circle-plus.gd-icon-right::after {
  content: "\e63a";
}

.gd-icon-circle-minus::before,
.gd-icon-circle-minus.gd-icon-right::after {
  content: "\e63b";
}

.gd-icon-filter::before,
.gd-icon-filter.gd-icon-right::after {
  content: "\e63c";
}

.gd-icon-sharp::before,
.gd-icon-sharp.gd-icon-right::after {
  content: "\e63d";
}

.gd-icon-money::before,
.gd-icon-money.gd-icon-right::after {
  content: "\e63e";
}

.gd-icon-percent::before,
.gd-icon-percent.gd-icon-right::after {
  content: "\e63f";
}

.gd-icon-plus::before, .gd-icon-add::before,
.gd-icon-plus.gd-icon-right::after,
.gd-icon-right.gd-icon-add::after {
  content: "\e640";
}

.gd-icon-A::before,
.gd-icon-A.gd-icon-right::after {
  content: "\e641";
}

.gd-icon-copyright::before,
.gd-icon-copyright.gd-icon-right::after {
  content: "\e642";
}

.gd-list-item.gd-list-item-header .is-open::before, .gd-list-item.gd-list-item-header .is-collapsible::before {
  overflow: hidden;
  width: 12px;
  height: 20px;
  margin: 1px 0 0;
  color: #b9b9b9;
  font-family: "Indigo", sans-serif;
  font-size: 11px;
}

.gd-list-item.gd-menu-item.is-submenu::after, .gd-list-item.gd-menu-item.is-checked::before {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--gd-palette-complementary-5, #b0beca);
  font-family: "Indigo", sans-serif;
}

.gd-list-noResults {
  padding: 15px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 14px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  text-align: center;
}

.gd-list-loading {
  margin: 10px;
  text-align: center;
}

.gd-list-status-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  margin: 5px 10px;
  line-height: 20px;
  font-size: 12px;
  padding-top: 5px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-list-status-bar span {
  flex: 0 0 auto;
  height: 20px;
  white-space: nowrap;
  min-width: 0;
}

.gd-list-status-bar .gd-shortened-text {
  flex: 0 1 auto;
  overflow: hidden;
  width: auto;
  height: 20px;
  white-space: nowrap;
  max-width: inherit;
  text-overflow: ellipsis;
}

.gd-list-status-bar .gd-shortened-text.gd-selection-list {
  font-weight: bold;
}

.gd-list-all-checkbox-checked {
  font-weight: bold;
}

.gd-list-actions {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  margin: 0 10px 10px;
  line-height: 1;
  font-size: 12px;
}

.gd-list-actions .gd-button-link:first-of-type {
  margin-left: 0;
  padding-left: 0;
}

.gd-list-actions.gd-list-actions-invertable {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-list-actions.gd-list-actions-invertable .input-checkbox-label {
  flex: 0 1 auto;
  cursor: pointer;
}

.gd-list-actions.gd-list-actions-invertable .input-checkbox-label.disabled {
  cursor: default;
}

.gd-list-actions.gd-list-actions-invertable .input-checkbox-label::after {
  content: " ";
}

.gd-list-actions-selection-size {
  box-sizing: border-box;
  margin: 1px 0 0 5px;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-list {
  line-height: 28px;
  font-size: 12px;
}

.gd-list .gd-infinite-list {
  position: relative;
  width: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

button.gd-list-item {
  width: 100%;
  border-color: transparent;
  background: none;
  text-align: left;
}

.gd-list-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  padding: 0 10px;
  color: var(--gd-palette-complementary-8, #464e56);
  cursor: pointer;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-size: 12px;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gd-list-item:hover {
  color: var(--gd-palette-complementary-9, #000);
  background: var(--gd-palette-complementary-2, #ebeff4);
  text-decoration: none;
}

.gd-list-item:hover.is-selected {
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.gd-list-item:focus-visible {
  outline: revert;
  outline-offset: -2px;
}

.gd-list-item.gd-menu-item-remove:hover {
  color: var(--gd-palette-error-base, #e54d42);
  background: var(--gd-palette-error-dimmed, #fcedec);
}

.gd-mobile-dropdown-content .gd-list-item {
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-size: 14px;
  text-align: left;
}

.gd-list-item.variant-delete:hover {
  color: var(--gd-palette-error-base, #e54d42);
  background: var(--gd-palette-error-dimmed, #fcedec);
}

.gd-list-item.is-disabled {
  opacity: 0.5;
}

.gd-list-item.is-focused {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
  color: var(--gd-palette-complementary-9, #000);
}

.gd-list-item.is-selected {
  color: var(--gd-palette-primary-base, #14b2e2);
  font-weight: bold;
}

.gd-list-item.is-selected .gd-customizable-checkmark-mobile-navigation-wrapper {
  width: 29px;
}

.gd-list-item.is-selected .gd-customizable-checkmark-mobile-navigation {
  top: 18px;
  right: 13px;
  bottom: 0;
}

.gd-list-item.gd-menu-item {
  padding: 4px 30px;
}

@media (forced-colors: active) {
  .gd-list-item.gd-menu-item {
    color: buttontext !important;
  }
  .gd-list-item.gd-menu-item i {
    color: buttontext !important;
  }
}
.gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-menu-item {
  padding: 4px 10px;
}

.gd-list-item.gd-menu-item.is-checked::before {
  content: "\e62c";
  left: 0;
  width: 30px;
  font-size: 12px;
}

.gd-list-item.gd-menu-item.is-submenu::after {
  content: "\e611";
  right: 0;
  width: 30px;
  font-size: 14px;
}

.gd-list-item label.input-checkbox-label {
  pointer-events: none;
}

.gd-list-item input[type=checkbox] {
  flex: 0 0 auto;
  margin: 0 7px 0 0;
}

.gd-list-item span,
.gd-list-item label {
  display: block;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gd-list-item .gd-list-icon,
.gd-list-item .gd-list-icon-right {
  flex: 0 0 auto;
}

.is-multiselect .gd-list-item.is-selected {
  color: var(--gd-palette-complementary-8, #464e56);
  font-weight: bold;
}

.is-multiselect .gd-list-item.is-selected::after {
  display: none !important;
}

.is-multiselect .gd-list-item.is-focused.is-selected, .is-multiselect .gd-list-item:hover.is-selected {
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-list-item.has-only-visible:hover:hover .gd-list-item-only {
  opacity: 1;
}

.gd-list-item .gd-list-item-only {
  opacity: 0;
  flex: 0 0 auto;
  color: var(--gd-palette-primary-base, #14b2e2);
  margin-left: 7px;
  font-weight: normal;
}

.gd-list-item .gd-list-item-only:hover, .gd-list-item .gd-list-item-only:focus, .gd-list-item .gd-list-item-only:active {
  color: var(--gd-palette-complementary-8, #464e56);
  text-decoration: underline;
}

.gd-list-item.gd-list-item-separator, .gd-list-item.gd-list-item-header {
  cursor: default;
}

.gd-list-item.gd-list-item-separator:hover, .gd-list-item.gd-list-item-separator:hover > div, .gd-list-item.gd-list-item-separator:focus, .gd-list-item.gd-list-item-separator:focus > div, .gd-list-item.gd-list-item-separator:active, .gd-list-item.gd-list-item-separator:active > div, .gd-list-item.gd-list-item-header:hover, .gd-list-item.gd-list-item-header:hover > div, .gd-list-item.gd-list-item-header:focus, .gd-list-item.gd-list-item-header:focus > div, .gd-list-item.gd-list-item-header:active, .gd-list-item.gd-list-item-header:active > div {
  color: var(--gd-palette-complementary-6, #94a1ad);
  background: transparent;
}

.gd-list-item.gd-list-item-separator {
  position: relative;
  min-height: 10px;
}

.gd-list-item.gd-list-item-separator::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  left: 10px;
  height: 0;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-menu-wrapper .gd-list-item.gd-list-item-separator::before {
  right: 30px;
  left: 30px;
}

.gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-list-item-separator::before {
  right: 10px;
  left: 10px;
}

.gd-list-item.gd-list-item-header {
  padding: 12px 10px 0;
  line-height: 16px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 10px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gd-menu-wrapper .gd-list-item.gd-list-item-header {
  padding: 12px 30px 0;
}

.gd-menu-wrapper.gd-menu-wrapper-small-spacing .gd-list-item.gd-list-item-header {
  padding: 12px 10px 0;
}

.gd-list-item.gd-list-item-header > div {
  color: inherit;
}

.gd-list-item.gd-list-item-header .is-collapsible {
  cursor: pointer;
}

.gd-list-item.gd-list-item-header .is-collapsible:hover {
  background-color: #f2f2f2;
}

.gd-list-item.gd-list-item-header .is-collapsible::before {
  content: ")";
  float: left;
}

.gd-list-item.gd-list-item-header .is-open::before {
  content: "(";
}

.gd-list-item .gd-list-item-bubble {
  padding-left: 3px;
  padding-bottom: 3px;
}

.gd-ui-kit-listbox__items:focus-visible .gd-list-item.is-focused {
  outline-offset: -2px;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
}

.gd-list-icon {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-list-icon:first-child {
  margin-left: 0;
}

.gd-list-icon:last-child {
  margin-right: 0;
}

.gd-list-icon-right {
  margin-right: 0;
}

.gd-list-item .input-checkbox-label,
.gd-list-actions .input-checkbox-label {
  padding-right: 0;
  padding-left: 23px;
}

.gd-list-root .gd-button-link {
  padding: 0;
  font-size: 12px;
}

.gd-list-root .gd-button-link > span {
  text-decoration: none;
}

.gd-list-root .gd-button-link:hover > span {
  text-decoration: underline;
}

.gd-list-root .gd-button-link:first-child {
  margin-left: 8px;
}

.gd-infinite-list .gd-infinite-list-scroll-container {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.gd-infinite-list .gd-infinite-list-scroll-container::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
}

.gd-infinite-list .gd-infinite-list-scroll-container::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(176, 190, 202, 0.3);
}

.gd-infinite-list .gd-infinite-list-scroll-container:hover::-webkit-scrollbar-thumb {
  background-color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-infinite-list .gd-infinite-list-scroll-container:focus-visible {
  outline: revert;
}

.gd-infinite-list .gd-infinite-list-item {
  white-space: nowrap;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-infinite-list .gd-project-list-item {
  height: inherit;
}

.gd-list-header,
.gd-list-footer {
  margin: 10px;
  line-height: 16px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 12px;
}

.gd-list-header {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-list-footer {
  padding-top: 10px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-list-limitExceeded {
  margin: 5px 10px;
}

.gd-list-limitExceeded.gd-message::after {
  display: none;
}

.gd-menu-wrapper {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 8px 0;
  box-shadow: 0 1px 20px var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.2));
  background: var(--gd-palette-complementary-0, #fff);
  border-radius: 3px;
}

.gd-menu-wrapper .gd-ui-kit-tooltip__anchor {
  width: 100%;
}

.gd-dropdown.overlay {
  padding: 0;
}

.gd-dropdown-search {
  margin: 8px;
  vertical-align: baseline;
}

.gd-dropdown-buttons {
  padding: 8px;
  text-align: right;
}

.gd-dropdown-buttons .gd-button {
  margin-left: 10px;
}

.gd-dropdown .gd-input-label {
  margin-bottom: 5px;
}

.gd-dropdown .gd-list,
.gd-dropdown .gd-list-view,
.gd-dropdown .gd-infinite-list,
.dropdown-body .gd-list,
.dropdown-body .gd-list-view,
.dropdown-body .gd-infinite-list {
  margin: 6px 0;
}

@media only screen and (max-width: 640px) {
  .gd-dropdown .gd-list,
  .gd-dropdown .gd-list-view,
  .gd-dropdown .gd-infinite-list,
  .dropdown-body .gd-list,
  .dropdown-body .gd-list-view,
  .dropdown-body .gd-infinite-list {
    margin: 0;
  }
}
.gd-dropdown .gd-async-list,
.dropdown-body .gd-async-list {
  margin: 6px 0;
}

@media only screen and (max-width: 640px) {
  .gd-dropdown .gd-async-list,
  .dropdown-body .gd-async-list {
    margin: 6px 0;
  }
}
.gd-dropdown .gd-list-view,
.gd-dropdown-small .gd-list-view {
  font-size: 12px;
}

.gd-dropdown .gd-list-view-item,
.gd-dropdown .gd-list-view-item-header,
.gd-dropdown-small .gd-list-view-item,
.gd-dropdown-small .gd-list-view-item-header {
  height: 25px;
}

.gd-dropdown .gd-list-view-item > div,
.gd-dropdown .gd-list-view-item-header > div,
.gd-dropdown-small .gd-list-view-item > div,
.gd-dropdown-small .gd-list-view-item-header > div {
  line-height: 25px;
}

.gd-dropdown-normal .gd-list-view {
  font-size: 14px;
}

.gd-dropdown-normal .gd-list-view-item,
.gd-dropdown-normal .gd-list-view-item-header {
  height: 28px;
}

.gd-dropdown-normal .gd-list-view-item > div,
.gd-dropdown-normal .gd-list-view-item-header > div {
  line-height: 28px;
}

.gd-list-searchfield,
.gd-dropdown-searchfield {
  margin: 10px;
}

.gd-list-title {
  margin: 0;
  padding: 10px;
  background: var(--gd-palette-complementary-2, #ebeff4);
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.gd-dropdown-tabs {
  margin: 0 10px;
}

.gd-mobile-dropdown-overlay {
  height: 100%;
  background-color: var(--gd-palette-complementary-0-from-theme, #f8fafb);
}

.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project {
  margin: 0;
  box-shadow: 0 1px 2px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1));
  color: var(--gd-palette-complementary-8-from-theme, #000);
  border-bottom: 1px solid var(--gd-palette-complementary-4-from-theme, #c9d5e0);
}

.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-expanded::after, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-collapsed::after,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-expanded::after,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-collapsed::after {
  right: 10px;
  color: var(--gd-palette-complementary-8, #464e56);
  opacity: 1;
}

.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-expanded, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-expanded:hover, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-collapsed, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-collapsed:hover,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-expanded,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-expanded:hover,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-collapsed,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-collapsed:hover {
  background-color: var(--gd-palette-complementary-0, #fff);
}

/* ==========================================================================
   Mixins, silent classes etc.
   ========================================================================== */
/* ==========================================================================
   General styles for inputs & selects
   ========================================================================== */
.gd-input {
  position: relative;
  display: block;
}

.gd-input-wrapper,
.gd-input-field,
.input-text {
  width: 100%;
  max-width: 100%;
}

.gd-input-wrapper {
  position: relative;
}

.gd-input-field,
.input-text {
  box-sizing: border-box;
  margin: 0;
  padding: 6px 7px 5px;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  line-height: normal;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0, #fff);
  font-size: 14px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 200;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px 0 rgba(31, 53, 74, 0.15);
}

.gd-input-field::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-field:-moz-placeholder,
.input-text:-moz-placeholder {
  color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-field::-moz-placeholder,
.input-text::-moz-placeholder {
  color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-field:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-field:hover,
.input-text:hover {
  border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
}

.gd-input-field:hover::-webkit-input-placeholder,
.input-text:hover::-webkit-input-placeholder {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-input-field:hover:-moz-placeholder,
.input-text:hover:-moz-placeholder {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-input-field:hover::-moz-placeholder,
.input-text:hover::-moz-placeholder {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-input-field:hover:-ms-input-placeholder,
.input-text:hover:-ms-input-placeholder {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-input-field:focus,
.input-text:focus {
  box-shadow: inset 0 1px 1px 0 rgba(31, 53, 74, 0.2);
}

.gd-input-field:focus-visible,
.input-text:focus-visible {
  box-shadow: none;
  outline-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-input-field:disabled, .gd-input-field:disabled:hover, .gd-input-field.disabled, .gd-input-field.disabled:hover,
.input-text:disabled,
.input-text:disabled:hover,
.input-text.disabled,
.input-text.disabled:hover {
  color: var(--gd-palette-complementary-5, #b0beca);
  border-color: var(--gd-palette-complementary-4, #ccd8e2);
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
  box-shadow: none;
}

.gd-input-field.gd-input-field-small, .gd-input-field.small,
.input-text.gd-input-field-small,
.input-text.small {
  height: 27.1px;
  padding: 5px 7px;
  font-size: 13px;
}

textarea.gd-input, textarea.input-text {
  height: auto;
}

/* Searchfield
   ========================================================================== */
.gd-input-search,
.searchfield {
  position: relative;
}

.gd-input-search.gd-input-small .gd-input-field,
.gd-input-search.gd-input-small .searchfield-input, .gd-input-search.small .gd-input-field,
.gd-input-search.small .searchfield-input,
.searchfield.gd-input-small .gd-input-field,
.searchfield.gd-input-small .searchfield-input,
.searchfield.small .gd-input-field,
.searchfield.small .searchfield-input {
  padding-left: 30px;
  padding-right: 30px;
}

.gd-input-search.gd-input-small .gd-input-icon,
.gd-input-search.gd-input-small .searchfield-icon, .gd-input-search.small .gd-input-icon,
.gd-input-search.small .searchfield-icon,
.searchfield.gd-input-small .gd-input-icon,
.searchfield.gd-input-small .searchfield-icon,
.searchfield.small .gd-input-icon,
.searchfield.small .searchfield-icon {
  left: 8px;
}

.gd-input-search.gd-input-small .gd-input-icon-clear,
.gd-input-search.gd-input-small .searchfield-clear, .gd-input-search.small .gd-input-icon-clear,
.gd-input-search.small .searchfield-clear,
.searchfield.gd-input-small .gd-input-icon-clear,
.searchfield.gd-input-small .searchfield-clear,
.searchfield.small .gd-input-icon-clear,
.searchfield.small .searchfield-clear {
  right: 8px;
}

.gd-input-search.gd-input-small .gd-input-icon,
.gd-input-search.gd-input-small .gd-input-icon-clear,
.gd-input-search.gd-input-small .searchfield-icon,
.gd-input-search.gd-input-small .searchfield-clear, .gd-input-search.small .gd-input-icon,
.gd-input-search.small .gd-input-icon-clear,
.gd-input-search.small .searchfield-icon,
.gd-input-search.small .searchfield-clear,
.searchfield.gd-input-small .gd-input-icon,
.searchfield.gd-input-small .gd-input-icon-clear,
.searchfield.gd-input-small .searchfield-icon,
.searchfield.gd-input-small .searchfield-clear,
.searchfield.small .gd-input-icon,
.searchfield.small .gd-input-icon-clear,
.searchfield.small .searchfield-icon,
.searchfield.small .searchfield-clear {
  line-height: 29px;
  font-size: 14px;
}

.gd-input-search .gd-input-field,
.searchfield-input {
  padding-left: 36px;
  padding-right: 36px;
}

.gd-input-icon,
.searchfield-icon {
  left: 10px;
  color: var(--gd-palette-complementary-5, #b0beca);
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 32px;
  font-size: 16px;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

:focus + .gd-input-icon,
:focus + .searchfield-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-input-icon-clear,
.searchfield-clear {
  right: 10px;
  color: var(--gd-palette-complementary-7, #6d7680);
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 32px;
  font-size: 16px;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-icon-clear:hover,
.searchfield-clear:hover {
  color: var(--gd-palette-primary-base, #14b2e2);
}

/* Input states
   ========================================================================== */
.has-error .gd-input-field,
.has-error .input-text {
  color: var(--gd-palette-complementary-8, #464e56);
  border-color: var(--gd-palette-error-base, #e54d42);
  box-shadow: none;
}

.has-error .gd-input-field:focus-visible,
.has-error .input-text:focus-visible {
  outline-color: var(--gd-palette-error-base, #e54d42);
}

.has-error .gd-input-icon {
  color: var(--gd-palette-error-base, #e54d42);
}

.has-warning .gd-input-field,
.has-warning .input-text {
  border-color: var(--gd-palette-warning-base, #f18600);
  box-shadow: none;
}

.has-warning .gd-input-field:focus-visible,
.has-warning .input-text:focus-visible {
  outline-color: var(--gd-palette-warning-base, #f18600);
}

/* Input label
   ========================================================================== */
.gd-input-with-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gd-input-with-label .gd-input-wrapper {
  flex: 1 1 auto;
}

.gd-input-with-label.is-disabled .gd-input-label {
  color: var(--gd-palette-complementary-5, #b0beca);
  user-select: none;
}

.gd-input-with-label.has-error .gd-input-label {
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-input-label {
  flex: 0 0 auto;
  margin-right: 20px;
  white-space: nowrap;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 14px;
}

.gd-input-label-top {
  flex-wrap: wrap;
}

.gd-input-label-top .gd-input-label {
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
  font-size: 10px;
  text-transform: uppercase;
}

/* Input prefixes and suffixes
   ========================================================================== */
.gd-input-with-prefix .gd-input-wrapper,
.gd-input-with-suffix .gd-input-wrapper {
  display: flex;
}

.gd-input-with-prefix:hover .gd-input-field,
.gd-input-with-prefix:hover .gd-input-prefix,
.gd-input-with-prefix:hover .gd-input-suffix,
.gd-input-with-suffix:hover .gd-input-field,
.gd-input-with-suffix:hover .gd-input-prefix,
.gd-input-with-suffix:hover .gd-input-suffix {
  border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
}

.gd-input-with-prefix:hover .gd-input-field:disabled,
.gd-input-with-prefix:hover .gd-input-field:disabled ~ .gd-input-prefix,
.gd-input-with-prefix:hover .gd-input-field:disabled ~ .gd-input-suffix,
.gd-input-with-suffix:hover .gd-input-field:disabled,
.gd-input-with-suffix:hover .gd-input-field:disabled ~ .gd-input-prefix,
.gd-input-with-suffix:hover .gd-input-field:disabled ~ .gd-input-suffix {
  border-color: var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-input-with-prefix .gd-input-prefix,
.gd-input-with-suffix .gd-input-prefix {
  order: 0;
}

.gd-input-with-prefix .gd-input-field,
.gd-input-with-suffix .gd-input-field {
  flex: 1 1 100%;
  min-width: 0;
}

.gd-input-with-prefix .gd-input-field:focus,
.gd-input-with-prefix .gd-input-field:focus ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field:focus ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field:focus,
.gd-input-with-suffix .gd-input-field:focus ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field:focus ~ .gd-input-suffix {
  border-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-input-with-prefix .gd-input-field.gd-input-field-small,
.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-suffix, .gd-input-with-prefix .gd-input-field.small,
.gd-input-with-prefix .gd-input-field.small ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field.small ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field.gd-input-field-small,
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field.small,
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-suffix {
  height: 27.1px;
  padding: 5px 7px;
  font-size: 13px;
}

.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-suffix, .gd-input-with-prefix .gd-input-field.small ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field.small ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-suffix {
  min-width: 27px;
}

.gd-input-with-prefix .gd-input-field,
.gd-input-with-prefix .gd-input-suffix,
.gd-input-with-suffix .gd-input-field,
.gd-input-with-suffix .gd-input-suffix {
  order: 1;
}

.gd-input-with-prefix.has-error .gd-input-field,
.gd-input-with-prefix.has-error .gd-input-field ~ .gd-input-prefix,
.gd-input-with-prefix.has-error .gd-input-field ~ .gd-input-suffix,
.gd-input-with-suffix.has-error .gd-input-field,
.gd-input-with-suffix.has-error .gd-input-field ~ .gd-input-prefix,
.gd-input-with-suffix.has-error .gd-input-field ~ .gd-input-suffix {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.gd-input-with-prefix .gd-input-field {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.gd-input-with-suffix .gd-input-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.gd-input-prefix,
.gd-input-suffix {
  display: block;
  flex: 0 0 auto;
  box-sizing: border-box;
  margin: 0;
  padding: 6px 7px 5px;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  line-height: normal;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0, #fff);
  font-size: 14px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 200;
  color: var(--gd-palette-complementary-6-from-theme, #b0beca);
  min-width: 30px;
  text-align: center;
  background-color: var(--gd-palette-complementary-1-from-theme, #fcfcfd);
}

.gd-input-prefix {
  border-right: none;
  border-radius: 3px 0 0 3px;
}

.gd-input-suffix {
  border-left: none;
  border-radius: 0 3px 3px 0;
}

/* Icon button
   ========================================================================== */
.gd-input-with-icon-button .gd-input-field {
  padding-right: var(--gd-button-M);
  text-overflow: ellipsis;
  overflow: hidden;
}

.gd-input-icon-button {
  position: absolute;
  right: 0;
}

/* Checkbox and radio
   ========================================================================== */
.input-radio-label,
.input-checkbox-label {
  position: relative;
  display: inline-block;
  height: 20px;
  padding: 0 10px 0 23px;
  line-height: 20px;
  margin-left: -3px;
}

.input-radio-label .input-label-text,
.input-checkbox-label .input-label-text {
  line-height: inherit;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
}

.input-radio-label .input-label-text::before, .input-radio-label .input-label-text::after,
.input-checkbox-label .input-label-text::before,
.input-checkbox-label .input-label-text::after {
  content: "";
  position: absolute;
  box-sizing: content-box;
  cursor: pointer;
}

.input-radio-label .input-label-text::before,
.input-checkbox-label .input-label-text::before {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--gd-palette-complementary-5-from-theme, #b1c1d1);
  transition: all 0.2s;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.input-radio-label .input-label-text::after,
.input-checkbox-label .input-label-text::after {
  transform: scale(0);
  transition: transform 0.2s;
}

.input-radio-label .gd-checkbox-label-small,
.input-checkbox-label .gd-checkbox-label-small {
  line-height: inherit;
  vertical-align: inherit;
}

.input-radio-label input:disabled ~ .input-label-text::before,
.input-radio-label input.disabled ~ .input-label-text::before, .input-radio-label:hover input:disabled ~ .input-label-text::before,
.input-radio-label:hover input.disabled ~ .input-label-text::before, .input-radio-label:active input:disabled ~ .input-label-text::before,
.input-radio-label:active input.disabled ~ .input-label-text::before,
.input-checkbox-label input:disabled ~ .input-label-text::before,
.input-checkbox-label input.disabled ~ .input-label-text::before,
.input-checkbox-label:hover input:disabled ~ .input-label-text::before,
.input-checkbox-label:hover input.disabled ~ .input-label-text::before,
.input-checkbox-label:active input:disabled ~ .input-label-text::before,
.input-checkbox-label:active input.disabled ~ .input-label-text::before {
  box-shadow: none;
  border-color: var(--gd-palette-complementary-3-from-theme, rgba(204, 216, 226, 0.7));
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
}

.input-radio-label:hover .input-label-text::before, .input-radio-label:active .input-label-text::before,
.input-checkbox-label:hover .input-label-text::before,
.input-checkbox-label:active .input-label-text::before {
  box-shadow: inset 0 1px 2px 0 rgba(31, 53, 74, 0.25);
}

.input-radio-label:hover input:checked ~ .input-label-text::before, .input-radio-label:active input:checked ~ .input-label-text::before,
.input-checkbox-label:hover input:checked ~ .input-label-text::before,
.input-checkbox-label:active input:checked ~ .input-label-text::before {
  box-shadow: none;
  border-color: transparent;
}

.input-radio-label:hover .input-label-text::before,
.input-checkbox-label:hover .input-label-text::before {
  border-color: var(--gd-palette-complementary-6, #94a1ad);
}

.input-radio-label:active .input-label-text::before,
.input-checkbox-label:active .input-label-text::before {
  border-color: var(--gd-palette-primary-base, #14b2e2);
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.input-radio-label input,
.input-checkbox-label input {
  position: absolute;
  opacity: 0;
}

.input-radio-label input:checked ~ .input-label-text::before,
.input-checkbox-label input:checked ~ .input-label-text::before {
  border-color: transparent;
  background-color: var(--gd-palette-primary-base, #14b2e2);
}

.input-radio-label input:checked ~ .input-label-text::after,
.input-checkbox-label input:checked ~ .input-label-text::after {
  transform: scale(1);
}

.input-radio-label input:disabled ~ .input-label-text, .input-radio-label input.disabled ~ .input-label-text,
.input-checkbox-label input:disabled ~ .input-label-text,
.input-checkbox-label input.disabled ~ .input-label-text {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.input-radio-label input:disabled ~ .input-label-text::before,
.input-radio-label input:disabled ~ .input-label-text::after, .input-radio-label input.disabled ~ .input-label-text::before,
.input-radio-label input.disabled ~ .input-label-text::after,
.input-checkbox-label input:disabled ~ .input-label-text::before,
.input-checkbox-label input:disabled ~ .input-label-text::after,
.input-checkbox-label input.disabled ~ .input-label-text::before,
.input-checkbox-label input.disabled ~ .input-label-text::after {
  cursor: default;
}

.input-radio-label input:disabled:checked ~ .input-label-text::before, .input-radio-label input.disabled:checked ~ .input-label-text::before,
.input-checkbox-label input:disabled:checked ~ .input-label-text::before,
.input-checkbox-label input.disabled:checked ~ .input-label-text::before {
  background-color: var(--gd-palette-complementary-4, #ccd8e2);
}

.input-radio-label input[type=checkbox]:focus-visible + ::before,
.input-radio-label input[type=radio]:focus-visible + ::before,
.input-checkbox-label input[type=checkbox]:focus-visible + ::before,
.input-checkbox-label input[type=radio]:focus-visible + ::before,
.input-checkbox-toggle input[type=checkbox]:focus-visible + ::before,
.input-checkbox-toggle input[type=radio]:focus-visible + ::before {
  outline: 2px solid var(--gd-palette-primary-base, #14b2e2);
  outline-offset: 2px;
  transition: none;
}

.input-radio-label .input-label-text::before {
  border-radius: 50%;
}

.input-radio-label .input-label-text::after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.input-checkbox-label .input-label-text::before {
  border-radius: 2px;
}

.input-checkbox-label .input-label-text::after {
  top: 7px;
  left: 4px;
  width: 7px;
  height: 3px;
  transform: scale(0) rotate(315deg) skew(-2deg);
  transform-origin: top;
  border-left: 2px solid var(--gd-palette-complementary-0, #fff);
  border-bottom: 2px solid var(--gd-palette-complementary-0, #fff);
}

.input-checkbox-label input:checked ~ .input-label-text::after {
  transform: scale(1) rotate(315deg) skew(-2deg);
}

.input-checkbox-label .checkbox-indefinite ~ .input-label-text::after {
  top: 9px;
  left: 6px;
  width: 8px;
  height: 0;
  transform: scale(0);
  border-left: none;
}

.input-checkbox-label .checkbox-indefinite:checked ~ .input-label-text::after {
  transform: scale(1);
}

.input-checkbox-toggle input {
  position: absolute;
  opacity: 0;
}

.input-checkbox-toggle input:disabled ~ .input-label-text, .input-checkbox-toggle input.disabled ~ .input-label-text {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.input-checkbox-toggle .input-label-text {
  position: relative;
  height: 14px;
  line-height: 14px;
  padding-right: 35px;
}

.input-checkbox-toggle .input-label-text::before, .input-checkbox-toggle .input-label-text::after {
  content: "";
  position: absolute;
  box-sizing: content-box;
  background: var(--gd-palette-complementary-0-from-theme, #f3f6f7);
  cursor: pointer;
  transition: all 0.4s;
}

.input-checkbox-toggle .input-label-text::before {
  top: 1px;
  right: 0;
  width: 28px;
  height: 12px;
  border: 1px solid var(--gd-palette-complementary-4-from-theme, #c9d5e0);
  border-radius: 7px;
}

.input-checkbox-toggle .input-label-text::after {
  top: 3px;
  right: 18px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--gd-palette-complementary-5, #b0beca);
  border-radius: 50%;
}

.input-checkbox-toggle input:checked ~ .input-label-text::after {
  right: 2px;
  border: 1px solid var(--gd-palette-primary-base-d06, #129cc6);
  background: var(--gd-palette-primary-base, #14b2e2);
}

.input-checkbox-toggle:hover .input-label-text::after, .input-checkbox-toggle:active .input-label-text::after {
  border: 1px solid var(--gd-palette-complementary-5-from-theme, #94a1ad);
  background: var(--gd-palette-complementary-3-from-theme, #d7dfe5);
}

.input-checkbox-toggle:hover input:checked ~ .input-label-text::after, .input-checkbox-toggle:active input:checked ~ .input-label-text::after {
  background: var(--gd-palette-primary-base-d06, #129cc6);
}

.input-checkbox-toggle input:disabled ~ .input-label-text::before,
.input-checkbox-toggle input:disabled ~ .input-label-text::after,
.input-checkbox-toggle input.disabled ~ .input-label-text::before,
.input-checkbox-toggle input.disabled ~ .input-label-text::after, .input-checkbox-toggle:hover input:disabled ~ .input-label-text::before,
.input-checkbox-toggle:hover input:disabled ~ .input-label-text::after,
.input-checkbox-toggle:hover input.disabled ~ .input-label-text::before,
.input-checkbox-toggle:hover input.disabled ~ .input-label-text::after, .input-checkbox-toggle:active input:disabled ~ .input-label-text::before,
.input-checkbox-toggle:active input:disabled ~ .input-label-text::after,
.input-checkbox-toggle:active input.disabled ~ .input-label-text::before,
.input-checkbox-toggle:active input.disabled ~ .input-label-text::after {
  box-shadow: none;
  cursor: default;
  border-color: var(--gd-palette-complementary-3-from-theme, rgba(204, 216, 226, 0.5));
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
}

/* ==========================================================================
   Variables
   ========================================================================== */
.gd-button-primary,
.gd-button-secondary, .gd-button-positive, .gd-button-negative, .gd-button-action, .gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 14px;
  border: 1px solid transparent;
  font: 400 14px/20px var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  border-radius: var(--gd-button-borderRadius, 3px);
  text-transform: var(--gd-button-textCapitalization, none);
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-primary::before,
.gd-button-secondary::before, .gd-button-positive::before, .gd-button-negative::before, .gd-button-action::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before, .gd-button-primary::after,
.gd-button-secondary::after, .gd-button-positive::after, .gd-button-negative::after, .gd-button-action::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after {
  position: absolute;
  top: 50%;
  height: 20px;
  line-height: 20px;
  color: var(--gd-palette-complementary-5, #b0beca);
  transform: translateY(-50%);
  font-size: 18px;
  text-align: center;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-primary::before,
.gd-button-secondary::before, .gd-button-positive::before, .gd-button-negative::before, .gd-button-action::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before {
  left: 10px;
  margin-right: 0.5em;
}

.gd-button-primary::after,
.gd-button-secondary::after, .gd-button-positive::after, .gd-button-negative::after, .gd-button-action::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after {
  right: 7px;
  margin-left: 0.5em;
}

.gd-button-primary .gd-button-text,
.gd-button-secondary .gd-button-text, .gd-button-positive .gd-button-text, .gd-button-negative .gd-button-text, .gd-button-action .gd-button-text, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-text, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-text,
.gd-button-primary .gd-button-icon,
.gd-button-secondary .gd-button-icon,
.gd-button-positive .gd-button-icon,
.gd-button-negative .gd-button-icon,
.gd-button-action .gd-button-icon,
.gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon {
  position: relative;
  display: block;
  justify-content: space-between;
  align-items: center;
}

.gd-button-primary .gd-button-text,
.gd-button-secondary .gd-button-text, .gd-button-positive .gd-button-text, .gd-button-negative .gd-button-text, .gd-button-action .gd-button-text, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-text, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-text {
  top: 1px;
  flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.gd-button-primary .gd-button-icon,
.gd-button-secondary .gd-button-icon, .gd-button-positive .gd-button-icon, .gd-button-negative .gd-button-icon, .gd-button-action .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0 0.5em;
  line-height: 18px;
  color: var(--gd-palette-complementary-5, #b0beca);
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-button-primary .gd-button-icon::before,
.gd-button-secondary .gd-button-icon::before, .gd-button-positive .gd-button-icon::before, .gd-button-negative .gd-button-icon::before, .gd-button-action .gd-button-icon::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon::before, .gd-button-primary .gd-button-icon::after,
.gd-button-secondary .gd-button-icon::after, .gd-button-positive .gd-button-icon::after, .gd-button-negative .gd-button-icon::after, .gd-button-action .gd-button-icon::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon::after {
  color: inherit;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-primary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child,
.gd-button-secondary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-positive:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-negative:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-action:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child {
  margin-left: -4px;
}

.gd-button-primary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child,
.gd-button-secondary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-positive:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-negative:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-action:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child {
  margin-right: -4px;
}

.gd-button-primary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child,
.gd-button-secondary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-positive:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-negative:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-action:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child {
  width: 19px;
  height: 17px;
  line-height: 17px;
  margin-right: -9px;
  margin-left: -9px;
  font-size: 16px;
}

.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after {
  top: calc(50% + 1px);
}

.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text {
  top: 2px;
}

.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon {
  margin-top: 2px;
}

.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child {
  color: var(--gd-palette-complementary-7-from-theme, #778491);
}

.gd-button-primary:hover::before,
.gd-button-secondary:hover::before, .gd-button-positive:hover::before, .gd-button-negative:hover::before, .gd-button-action:hover::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover::before, .gd-button-primary:hover::after,
.gd-button-secondary:hover::after, .gd-button-positive:hover::after, .gd-button-negative:hover::after, .gd-button-action:hover::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover::after,
.gd-button-primary:hover .gd-button-icon,
.gd-button-secondary:hover .gd-button-icon,
.gd-button-positive:hover .gd-button-icon,
.gd-button-negative:hover .gd-button-icon,
.gd-button-action:hover .gd-button-icon,
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-primary:focus-visible,
.gd-button-secondary:focus-visible, .gd-button-positive:focus-visible, .gd-button-negative:focus-visible, .gd-button-action:focus-visible, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:focus-visible, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:focus-visible {
  transition: none;
}

[class*=gd-icon-].gd-button-primary,
[class*=gd-icon-].gd-button-secondary, [class*=gd-icon-].gd-button-positive, [class*=gd-icon-].gd-button-negative, [class*=gd-icon-].gd-button-action, [class*=gd-icon-].gd-button-link.gd-button-icon-only, [class*=gd-icon-].gd-button-icon-only.gd-button-link-dimmed {
  padding-left: 37px;
}

[class*=gd-icon-].gd-icon-right.gd-button-primary,
[class*=gd-icon-].gd-icon-right.gd-button-secondary, [class*=gd-icon-].gd-icon-right.gd-button-positive, [class*=gd-icon-].gd-icon-right.gd-button-negative, [class*=gd-icon-].gd-icon-right.gd-button-action, [class*=gd-icon-].gd-icon-right.gd-button-link.gd-button-icon-only, [class*=gd-icon-].gd-icon-right.gd-button-icon-only.gd-button-link-dimmed {
  padding-left: 11px;
  padding-right: 32px;
}

.gd-button-primary .ss-icon,
.gd-button-secondary .ss-icon, .gd-button-positive .ss-icon, .gd-button-negative .ss-icon, .gd-button-action .ss-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .ss-icon, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .ss-icon {
  vertical-align: middle;
}

/* Basic button variants
   ========================================================================== */
/* disable max length */
.gd-button + .gd-button {
  margin-left: 10px;
}

.gd-button-primary, .gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary {
  box-shadow: var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15));
  color: var(--gd-palette-complementary-7-from-theme, #778491);
  background: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
  border-color: var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-button-primary:hover, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover,
.gd-button-secondary:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.6));
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-1, #f5f8fa);
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
}

.gd-button-primary:focus, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:focus, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:focus, .gd-button-primary.is-focus, .is-focus.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-focus.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary:focus,
.gd-button-secondary.is-focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) rgba(69, 199, 239, 0), var(--gd-button-dropShadow, 0 1px 2px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.6));
  border-color: var(--gd-palette-primary-base-t25, rgba(20, 178, 226, 0.75));
}

.gd-button-primary:active, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:active, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active, .gd-button-primary.is-active, .is-active.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-active.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary:active,
.gd-button-secondary.is-active {
  box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
  color: var(--gd-palette-complementary-8, #464e56);
  border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
  background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
}

.gd-button-primary.is-full-width, .is-full-width.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-full-width.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary.is-full-width {
  width: 100%;
}

.gd-button-positive,
.gd-button-negative,
.gd-button-action {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-positive[class*=gd-icon-],
.gd-button-positive .gd-button-icon,
.gd-button-negative[class*=gd-icon-],
.gd-button-negative .gd-button-icon,
.gd-button-action[class*=gd-icon-],
.gd-button-action .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-positive[class*=gd-icon-]::before, .gd-button-positive[class*=gd-icon-]::after,
.gd-button-positive[class*=gd-icon-] .gd-button-icon, .gd-button-positive[class*=gd-icon-]:hover::before, .gd-button-positive[class*=gd-icon-]:hover::after,
.gd-button-positive[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-positive .gd-button-icon::before,
.gd-button-positive .gd-button-icon::after,
.gd-button-positive .gd-button-icon .gd-button-icon,
.gd-button-positive .gd-button-icon:hover::before,
.gd-button-positive .gd-button-icon:hover::after,
.gd-button-positive .gd-button-icon:hover .gd-button-icon,
.gd-button-negative[class*=gd-icon-]::before,
.gd-button-negative[class*=gd-icon-]::after,
.gd-button-negative[class*=gd-icon-] .gd-button-icon,
.gd-button-negative[class*=gd-icon-]:hover::before,
.gd-button-negative[class*=gd-icon-]:hover::after,
.gd-button-negative[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-negative .gd-button-icon::before,
.gd-button-negative .gd-button-icon::after,
.gd-button-negative .gd-button-icon .gd-button-icon,
.gd-button-negative .gd-button-icon:hover::before,
.gd-button-negative .gd-button-icon:hover::after,
.gd-button-negative .gd-button-icon:hover .gd-button-icon,
.gd-button-action[class*=gd-icon-]::before,
.gd-button-action[class*=gd-icon-]::after,
.gd-button-action[class*=gd-icon-] .gd-button-icon,
.gd-button-action[class*=gd-icon-]:hover::before,
.gd-button-action[class*=gd-icon-]:hover::after,
.gd-button-action[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-action .gd-button-icon::before,
.gd-button-action .gd-button-icon::after,
.gd-button-action .gd-button-icon .gd-button-icon,
.gd-button-action .gd-button-icon:hover::before,
.gd-button-action .gd-button-icon:hover::after,
.gd-button-action .gd-button-icon:hover .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-positive,
.gd-button-negative,
.gd-button-action,
.gd-button-primary,
.gd-button-link.gd-button-icon-only[class*=gd-icon-],
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed {
  font-weight: 700;
}

.gd-button-positive {
  box-shadow: var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09));
  background: var(--gd-palette-success-base, #00c18d);
}

.gd-button-positive:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-success-base-d06, #00a277);
}

.gd-button-positive:focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-success-focus, rgba(0, 224, 163, 0.5)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
}

.gd-button-positive:active, .gd-button-positive.is-active {
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-success-base-d06, #00a277); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277));
}

.gd-button-negative {
  box-shadow: var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09));
  background: var(--gd-palette-error-base, #e54d42);
}

.gd-button-negative:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-error-base-d10, #d62a1e);
}

.gd-button-negative:focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-error-focus, rgba(235, 119, 111, 0.6)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}

.gd-button-negative:active, .gd-button-negative.is-active {
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-error-base-d10, #d62a1e); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e));
}

.gd-button-action {
  box-shadow: var(--gd-button-dropShadow, 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09));
  background: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-action:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-primary-base-d06, #129cc6);
}

.gd-button-action:focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-primary-focus, rgba(41, 190, 236, 0.6)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}

.gd-button-action:active, .gd-button-action.is-active {
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-primary-base-d06, #129cc6); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6));
}

/* Button links
   ========================================================================== */
.gd-button-link[class*=gd-icon-], [class*=gd-icon-].gd-button-link-dimmed {
  position: relative;
  padding-left: 32px;
}

.gd-button-link[class*=gd-icon-].gd-icon-right, [class*=gd-icon-].gd-icon-right.gd-button-link-dimmed {
  padding-left: 11px;
  padding-right: 30px;
}

.gd-button-link[class*=gd-icon-].gd-icon-right::after, [class*=gd-icon-].gd-icon-right.gd-button-link-dimmed::after {
  position: absolute;
  right: 5px;
  font-size: 18px;
}

.gd-button-link, .gd-button-link-dimmed {
  box-sizing: border-box;
  display: inline-flex;
  padding: 0 6px;
  border: 1px solid transparent;
  font: 400 14px/30px var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  vertical-align: middle;
  color: var(--gd-palette-primary-base, #14b2e2);
  background: none;
  cursor: pointer;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-link > span, .gd-button-link-dimmed > span {
  text-decoration: none;
}

.gd-button-link::before, .gd-button-link-dimmed::before, .gd-button-link::after, .gd-button-link-dimmed::after {
  position: absolute;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
  font-size: 18px;
  text-align: center;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-link::before, .gd-button-link-dimmed::before, .gd-button-link::after, .gd-button-link-dimmed::after,
.gd-button-link .gd-button-icon,
.gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-link::before, .gd-button-link-dimmed::before {
  left: 6px;
}

.gd-button-link::after, .gd-button-link-dimmed::after {
  right: 6px;
}

.gd-button-link .gd-button-icon, .gd-button-link-dimmed .gd-button-icon {
  width: 20px;
  margin: 0 6px;
  font-size: 18px;
}

.gd-button-link .gd-button-icon:first-child, .gd-button-link-dimmed .gd-button-icon:first-child {
  margin-left: 0;
}

.gd-button-link .gd-button-icon:last-child, .gd-button-link-dimmed .gd-button-icon:last-child {
  margin-right: 0;
}

.gd-button-link .gd-button-icon:only-child, .gd-button-link-dimmed .gd-button-icon:only-child {
  position: relative;
  left: -3px;
}

.gd-button-link:hover, .gd-button-link-dimmed:hover, .gd-button-link:active, .gd-button-link-dimmed:active, .gd-button-link.is-active, .is-active.gd-button-link-dimmed {
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-button-link:hover::after, .gd-button-link-dimmed:hover::after, .gd-button-link:hover::before, .gd-button-link-dimmed:hover::before,
.gd-button-link:hover .gd-button-icon,
.gd-button-link-dimmed:hover .gd-button-icon, .gd-button-link:active::after, .gd-button-link-dimmed:active::after, .gd-button-link:active::before, .gd-button-link-dimmed:active::before,
.gd-button-link:active .gd-button-icon,
.gd-button-link-dimmed:active .gd-button-icon, .gd-button-link.is-active::after, .is-active.gd-button-link-dimmed::after, .gd-button-link.is-active::before, .is-active.gd-button-link-dimmed::before,
.gd-button-link.is-active .gd-button-icon,
.is-active.gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-link:hover .gd-button-text, .gd-button-link-dimmed:hover .gd-button-text, .gd-button-link:focus .gd-button-text, .gd-button-link-dimmed:focus .gd-button-text, .gd-button-link:active .gd-button-text, .gd-button-link-dimmed:active .gd-button-text, .gd-button-link.is-active .gd-button-text, .is-active.gd-button-link-dimmed .gd-button-text {
  text-decoration: underline;
}

.gd-button-link-dimmed {
  color: var(--gd-palette-complementary-7-from-theme, #778491);
}

.gd-button-link-dimmed::before, .gd-button-link-dimmed::after,
.gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-button-link-dimmed.is-active, .gd-button-link-dimmed:hover, .gd-button-link-dimmed:focus, .gd-button-link-dimmed:active {
  color: var(--gd-palette-complementary-8-from-theme, #000);
}

.gd-button-link-dimmed .gd-button-text {
  text-decoration: underline;
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed {
  width: 31px;
  height: 29px;
  line-height: 27px;
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:focus, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:active {
  border: 0;
  box-shadow: none;
  background: none;
  padding-left: 0;
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-].gd-button-small::before, .gd-button-icon-only[class*=gd-icon-].gd-button-small.gd-button-link-dimmed::before {
  font-size: 16px;
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-]:active::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:active .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active .gd-button-icon {
  color: var(--gd-palette-primary-base-d06, #129cc6);
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled::before, .gd-button-icon-only[class*=gd-icon-].disabled.gd-button-link-dimmed::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].disabled.gd-button-link-dimmed .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:hover::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:hover .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:focus::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:focus .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:active::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-5, #b0beca);
}

:not(button).gd-button-link, :not(button).gd-button-link-dimmed {
  line-height: 0.8;
}

.button-dropdown {
  font-weight: 400;
}

.button-dropdown:not(.customizable) {
  border-radius: 3px;
  text-transform: "none";
}

.button-dropdown::after, .button-dropdown::before,
.button-dropdown .gd-button-icon {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.button-dropdown:focus::after, .button-dropdown:focus::before,
.button-dropdown:focus .gd-button-icon, .button-dropdown:hover::after, .button-dropdown:hover::before,
.button-dropdown:hover .gd-button-icon, .button-dropdown:active::after, .button-dropdown:active::before,
.button-dropdown:active .gd-button-icon, .button-dropdown.is-active::after, .button-dropdown.is-active::before,
.button-dropdown.is-active .gd-button-icon {
  color: var(--gd-palette-complementary-7, #6d7680);
}

/* Button sizes
   ========================================================================== */
.gd-button-small {
  height: 27px;
  padding: 0 11px;
  line-height: 25px;
  font-size: 12px;
}

.gd-button-small[class*=gd-icon-] {
  padding-left: 32px;
}

.gd-button-small[class*=gd-icon-]::before, .gd-button-small[class*=gd-icon-]::after {
  width: 18px;
  font-size: 15px;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-small[class*=gd-icon-]::before {
  left: 9px;
}

.gd-button-small[class*=gd-icon-]::after {
  right: 7px;
}

.gd-button-small[class*=gd-icon-].gd-button-icon-only {
  height: 27px;
}

.gd-button-small[class*=gd-icon-].gd-button-icon-only::before {
  width: auto;
}

.gd-button-small .gd-button-icon {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}

.gd-button-important,
.gd-button-large {
  height: 38px;
  padding: 7px 19px;
  line-height: 22px;
  font-size: 16px;
}

.gd-button.gd-button-icon-only {
  width: 31px;
  height: 29px;
  line-height: 27px;
  color: var(--gd-palette-complementary-7-from-theme, #778491);
  padding-left: 0;
}

.gd-button.gd-button-icon-only::before {
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  color: var(--gd-palette-complementary-7-from-theme, #778491);
  font-size: 16px;
}

.gd-button.gd-button-icon-only:hover::before,
.gd-button.gd-button-icon-only:hover .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

/* Button states
   ========================================================================== */
.gd-button.disabled, .gd-button.disabled:hover, .gd-button.disabled:focus, .gd-button.disabled:active {
  box-shadow: none;
  background: transparent;
  cursor: default;
  border-color: transparent;
  text-decoration: none;
}

.gd-button-primary.disabled, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-], .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary.disabled {
  cursor: default;
}

.gd-button-primary.disabled, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-], .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed, .gd-button-primary.disabled:hover, .gd-button-primary.disabled:focus, .gd-button-primary.disabled:active,
.gd-button-secondary.disabled,
.gd-button-secondary.disabled:hover,
.gd-button-secondary.disabled:focus,
.gd-button-secondary.disabled:active {
  color: var(--gd-palette-complementary-5, #b0beca);
  background: rgba(252, 252, 253, 0.3);
  border-color: rgba(210, 219, 227, 0.75);
}

.gd-button-primary.disabled::before, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before, .gd-button-primary.disabled::after, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after,
.gd-button-primary.disabled .gd-button-icon,
.disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon,
.disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon, .gd-button-primary.disabled:hover::before, .gd-button-primary.disabled:hover::after,
.gd-button-primary.disabled:hover .gd-button-icon, .gd-button-primary.disabled:focus::before, .gd-button-primary.disabled:focus::after,
.gd-button-primary.disabled:focus .gd-button-icon, .gd-button-primary.disabled:active::before, .gd-button-primary.disabled:active::after,
.gd-button-primary.disabled:active .gd-button-icon,
.gd-button-secondary.disabled::before,
.gd-button-secondary.disabled::after,
.gd-button-secondary.disabled .gd-button-icon,
.gd-button-secondary.disabled:hover::before,
.gd-button-secondary.disabled:hover::after,
.gd-button-secondary.disabled:hover .gd-button-icon,
.gd-button-secondary.disabled:focus::before,
.gd-button-secondary.disabled:focus::after,
.gd-button-secondary.disabled:focus .gd-button-icon,
.gd-button-secondary.disabled:active::before,
.gd-button-secondary.disabled:active::after,
.gd-button-secondary.disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-button-positive.disabled {
  cursor: default;
}

.gd-button-positive.disabled, .gd-button-positive.disabled:hover, .gd-button-positive.disabled:focus, .gd-button-positive.disabled:active {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-success-disabled, rgba(0, 224, 163, 0.5));
}

.gd-button-positive.disabled::before, .gd-button-positive.disabled::after,
.gd-button-positive.disabled .gd-button-icon, .gd-button-positive.disabled:hover::before, .gd-button-positive.disabled:hover::after,
.gd-button-positive.disabled:hover .gd-button-icon, .gd-button-positive.disabled:focus::before, .gd-button-positive.disabled:focus::after,
.gd-button-positive.disabled:focus .gd-button-icon, .gd-button-positive.disabled:active::before, .gd-button-positive.disabled:active::after,
.gd-button-positive.disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-negative.disabled {
  cursor: default;
}

.gd-button-negative.disabled, .gd-button-negative.disabled:hover, .gd-button-negative.disabled:focus, .gd-button-negative.disabled:active {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-error-disabled, rgba(241, 161, 156, 0.6));
}

.gd-button-negative.disabled::before, .gd-button-negative.disabled::after,
.gd-button-negative.disabled .gd-button-icon, .gd-button-negative.disabled:hover::before, .gd-button-negative.disabled:hover::after,
.gd-button-negative.disabled:hover .gd-button-icon, .gd-button-negative.disabled:focus::before, .gd-button-negative.disabled:focus::after,
.gd-button-negative.disabled:focus .gd-button-icon, .gd-button-negative.disabled:active::before, .gd-button-negative.disabled:active::after,
.gd-button-negative.disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-action.disabled {
  cursor: default;
}

.gd-button-action.disabled, .gd-button-action.disabled:hover, .gd-button-action.disabled:focus, .gd-button-action.disabled:active {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-primary-disabled, rgba(69, 199, 239, 0.6));
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.gd-button-action.disabled::before, .gd-button-action.disabled::after,
.gd-button-action.disabled .gd-button-icon, .gd-button-action.disabled:hover::before, .gd-button-action.disabled:hover::after,
.gd-button-action.disabled:hover .gd-button-icon, .gd-button-action.disabled:focus::before, .gd-button-action.disabled:focus::after,
.gd-button-action.disabled:focus .gd-button-icon, .gd-button-action.disabled:active::before, .gd-button-action.disabled:active::after,
.gd-button-action.disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-link.disabled, .disabled.gd-button-link-dimmed {
  cursor: default;
}

.gd-button-link.disabled, .disabled.gd-button-link-dimmed, .gd-button-link.disabled:hover, .gd-button-link.disabled:focus, .gd-button-link.disabled:active {
  color: var(--gd-palette-complementary-4, #ccd8e2);
  border-color: transparent;
}

.gd-button-link.disabled > span, .disabled.gd-button-link-dimmed > span, .gd-button-link.disabled:hover > span, .gd-button-link.disabled:focus > span, .gd-button-link.disabled:active > span {
  text-decoration: none;
}

.gd-button-link.disabled::before, .disabled.gd-button-link-dimmed::before, .gd-button-link.disabled::after, .disabled.gd-button-link-dimmed::after,
.gd-button-link.disabled .gd-button-icon,
.disabled.gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after {
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
}

.gd-button-group .gd-button {
  position: relative;
  z-index: 1;
  margin: 0 -1px 0 0;
  border-radius: 0;
}

.gd-button-group .gd-button:focus {
  z-index: 2;
}

.gd-button-group .gd-button:not(:focus) {
  box-shadow: none;
}

.gd-button-group > .gd-button:first-child,
.gd-button-group > *:not(.gd-button):first-child .gd-button {
  border-radius: var(--gd-button-borderRadius, 3px) 0 0 var(--gd-button-borderRadius, 3px);
}

.gd-button-group > .gd-button:last-child,
.gd-button-group > *:not(.gd-button):last-child .gd-button {
  margin-right: 0;
  border-radius: 0 var(--gd-button-borderRadius, 3px) var(--gd-button-borderRadius, 3px) 0;
}

/* Alternative markup support
   ========================================================================== */
a[class*=gd-button-] {
  box-sizing: border-box;
  display: inline-block;
}

a[class*=gd-button-], a[class*=gd-button-]:hover, a[class*=gd-button-]:focus {
  text-decoration: none;
}

a[class*=gd-button-], a[class*=gd-button-]:active {
  outline: none;
}

a[class*=gd-button-] .gd-button-text {
  display: initial;
}

a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button-text {
  text-decoration: underline;
}

.loading-mask {
  position: relative;
}

.loading-mask .gd-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}

.loading-mask .gd-spinner.small {
  margin-top: -8px;
  margin-left: -8px;
}

.loading-mask .gd-spinner.large {
  margin-top: -16px;
  margin-left: -16px;
}

.gd-spinner {
  display: inline-block;
  background-image: url("@gooddata/sdk-ui-kit/esm/assets/loading.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  animation: loadingSpinner 1s infinite linear;
}

.gd-spinner.small {
  width: 16px;
  height: 16px;
}

.gd-spinner.middle {
  width: 24px;
  height: 24px;
}

.gd-spinner.large {
  width: 32px;
  height: 32px;
}

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg) translateZ(-0.1px);
  }
  7.8333333333% {
    transform: rotate(0deg) translateZ(0.1px);
  }
  8.3333333333% {
    transform: rotate(30deg) translateZ(0);
  }
  16.1666666667% {
    transform: rotate(30deg) translateZ(0.1px);
  }
  16.6666666667% {
    transform: rotate(60deg) translateZ(0);
  }
  24.5% {
    transform: rotate(60deg) translateZ(0.1px);
  }
  25% {
    transform: rotate(90deg) translateZ(0);
  }
  32.8333333333% {
    transform: rotate(90deg) translateZ(0.1px);
  }
  33.3333333333% {
    transform: rotate(120deg) translateZ(0);
  }
  41.1666666667% {
    transform: rotate(120deg) translateZ(0.1px);
  }
  41.6666666667% {
    transform: rotate(150deg) translateZ(0);
  }
  49.5% {
    transform: rotate(150deg) translateZ(0.1px);
  }
  50% {
    transform: rotate(180deg) translateZ(0);
  }
  57.8333333333% {
    transform: rotate(180deg) translateZ(0.1px);
  }
  58.3333333333% {
    transform: rotate(210deg) translateZ(0);
  }
  66.1666666667% {
    transform: rotate(210deg) translateZ(0.1px);
  }
  66.6666666667% {
    transform: rotate(240deg) translateZ(0);
  }
  74.5% {
    transform: rotate(240deg) translateZ(0.1px);
  }
  75% {
    transform: rotate(270deg) translateZ(0);
  }
  82.8333333333% {
    transform: rotate(270deg) translateZ(0.1px);
  }
  83.3333333333% {
    transform: rotate(300deg) translateZ(0);
  }
  91.1666666667% {
    transform: rotate(300deg) translateZ(0.1px);
  }
  91.6666666667% {
    transform: rotate(330deg) translateZ(0);
  }
  99.5% {
    transform: rotate(330deg) translateZ(0.1px);
  }
  100% {
    transform: rotate(360deg) translateZ(0);
  }
}
.gd-attribute-filter__next {
  display: inline-block;
}

.gd-attribute-filter__next .button-dropdown {
  max-width: 100%;
}

.gd-attribute-filter-dropdown-bubble__next {
  max-width: 200px;
}

.gd-extended-date-filter-body .gd-list-item.is-selected {
  font-weight: bold;
}

.gd-filtered-message__next:hover {
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-mobile-dropdown-content .gd-attribute-filter-overlay__next {
  max-width: none;
}

.gd-is-mobile .gd-invertable-select-all-checkbox {
  font-size: 14px;
  height: 21px;
  margin-bottom: 10px;
}

.gd-is-mobile .gd-invertable-select-all-checkbox::after {
  bottom: -10px;
}

.gd-is-mobile .gd-invertable-list-limitExceeded {
  width: 100%;
}

.gd-is-mobile .gd-invertable-select-selection-status {
  font-size: 14px;
  height: 30px;
}

.gd-attribute-filter-delete-button {
  float: left;
}

.gd-attribute-filter-delete-button .delete-button:hover::before {
  color: #e54d42;
}

.gd-attribute-filter-dropdown-configuration-button {
  width: 100%;
}

.gd-attribute-filter-dropdown-configuration-button .gd-attribute-filter-dropdown-configuration-button-wrapper {
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-attribute-filter-dropdown-configuration-button .gd-attribute-filter-dropdown-configuration-button-text {
  padding-left: 6px;
  font-size: 12px;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-attribute-display-form-dropdown .gd-attribute-filter-display-form-button {
  max-width: 200px;
  margin-left: 5px;
  margin-bottom: 2px;
  padding: 2px 5px;
  border: 1px solid transparent;
  border-radius: var(--gd-button-borderRadius, 3px);
  box-shadow: none;
  line-height: 18px;
  color: inherit;
  background-color: inherit;
}

.gd-attribute-display-form-dropdown .gd-attribute-filter-display-form-button:hover, .gd-attribute-display-form-dropdown .gd-attribute-filter-display-form-button.is-active {
  border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.6));
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
}

.gd-attribute-display-form-dropdown .gd-attribute-filter-display-form-button:active, .gd-attribute-display-form-dropdown .gd-attribute-filter-display-form-button.is-active {
  border: 1px solid var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
  box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
  background-image: linear-gradient(-179deg, var(--gd-palette-complementary-2-from-theme, #dee6ef) 0%, var(--gd-palette-complementary-2-from-theme, #ecf0f5) 100%);
}

.gd-attribute-display-form-dropdown-body {
  line-height: 1.4rem;
}

.gd-attribute-display-form-dropdown-body .gd-attribute-display-form {
  padding: 2px 10px;
}

.gd-attribute-display-form-dropdown-body .gd-attribute-display-form::before {
  content: "";
  flex-shrink: 0;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: bottom;
}

.gd-attribute-display-form-dropdown-body .gd-attribute-display-form.gd-icon-earth::before {
  content: "\e624";
  color: #f18600;
  text-align: center;
}

.gd-empty-select-search-bar {
  padding-bottom: 10px;
}

.gd-attribute-filter-dropdown-button-icon-tooltip {
  height: 16px;
  overflow: hidden;
  margin-left: 5px;
}

.gd-attribute-filter-dropdown-button-icon-tooltip path {
  fill: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-attribute-filter-dropdown-button-icon-tooltip__content {
  max-width: 160px;
}

.gd-attribute-filter-dropdown-actions__next,
.gd-measure-value-filter-dropdown-actions__next {
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px;
  padding: 10px 0;
}

.gd-attribute-filter-dropdown-actions-left-content__next,
.gd-attribute-filter-dropdown-actions-right-content__next,
.gd-measure-value-filter-dropdown-actions-left-content__next,
.gd-measure-value-filter-dropdown-actions-right-content__next {
  display: flex;
  align-items: center;
}

.gd-attribute-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
.gd-attribute-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
.gd-attribute-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
.gd-attribute-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
.gd-measure-value-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
.gd-measure-value-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
.gd-measure-value-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
.gd-measure-value-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next {
  margin-left: 10px;
}

.gd-is-mobile .gd-attribute-filter-dropdown-actions__next,
.gd-is-mobile .gd-measure-value-filter-dropdown-actions__next {
  display: flex;
  align-items: stretch;
  height: 52px;
  margin: 0 10px;
  padding: 10px 0;
}

.gd-is-mobile .gd-attribute-filter-cancel-button__next,
.gd-is-mobile .gd-attribute-filter-apply-button__next,
.gd-is-mobile .gd-attribute-filter-close-button__next,
.gd-is-mobile .gd-measure-value-filter-cancel-button__next,
.gd-is-mobile .gd-measure-value-filter-apply-button__next {
  text-align: center;
  flex: 1;
  height: 32px;
  font-size: 14px;
}

.gd-attribute-filter-dropdown-body__next {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .gd-attribute-filter-dropdown-body__next {
    height: 100%;
  }
}
.gd-attribute-filter-dropdown-header {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  padding-left: 10px;
  background: var(--gd-palette-complementary-2, #ebeff4);
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
}

.gd-attribute-filter-dropdown-header__title {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  overflow: hidden;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 15px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-attribute-filter-dropdown-header__title-text {
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.gd-attribute-filter-dropdown-header__title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gd-attribute-filter-dropdown-body__display-form-debug {
  padding: 2px 10px;
  font-size: 10px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-is-mobile .gd-attribute-filter-dropdown-header {
  display: none;
}

.gd-is-mobile .gd-attribute-filter-mobile-menu {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
}

.gd-is-mobile .gd-attribute-filter-mobile-menu::before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon {
  width: 44px;
  height: 100%;
}

.gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon .gd-ui-kit-icon-button {
  width: 44px;
  height: 100%;
  min-width: 44px;
  border-radius: 0;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon:hover .gd-ui-kit-icon-button, .gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon.is-active .gd-ui-kit-icon-button, .gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon:active .gd-ui-kit-icon-button {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}

/* ==========================================================================
   Variables
   ========================================================================== */
/* allow vendor prefixes and disable max length */
/* allow vendor prefixes and disable max length */
.gd-ui-kit-control-button {
  position: relative;
  max-width: 230px;
  padding: 5px 10px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
  user-select: none;
  border-radius: 3px;
}

.gd-ui-kit-control-button--isDraggable {
  padding-left: 23px;
}

.gd-ui-kit-control-button::before, .gd-ui-kit-control-button::after {
  content: "";
  position: absolute;
  transition: all 0.2s ease;
}

.gd-ui-kit-control-button::before {
  z-index: 1;
  top: 8px;
  left: 9px;
  width: 7px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg width='7' height='26' viewBox='0 0 7 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4h2v2H0V4zm0-4h2v2H0V0zm5 4h2v2H5V4zm0-4h2v2H5V0zm0 8h2v2H5V8zM0 8h2v2H0V8zm0 4h2v2H0v-2zm5 4h2v2H5v-2zm-5 0h2v2H0v-2zm5 4h2v2H5v-2zm-5 0h2v2H0v-2zm5 4h2v2H5v-2zm-5 0h2v2H0v-2zm5-12h2v2H5v-2z' fill='%23B0BECA' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
  opacity: 0;
}

.gd-ui-kit-control-button::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  background: transparent;
  transform: translateZ(-1px);
  border-radius: 3px;
}

.gd-ui-kit-control-button:hover::after {
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
}

.gd-ui-kit-control-button:hover.gd-ui-kit-control-button--isDraggable {
  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));
}

.gd-ui-kit-control-button:hover.gd-ui-kit-control-button--isDraggable::before {
  opacity: 1;
}

.gd-ui-kit-control-button--isOpen::after {
  box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
  border-color: var(--gd-palette-complementary-5-from-theme, var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2)));
  background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
}

.gd-ui-kit-control-button--isOpen.gd-ui-kit-control-button--isDraggable::before {
  opacity: 1;
}

.gd-ui-kit-control-button--isOpen .gd-ui-kit-control-button__subtitle-row::after {
  content: "\e613";
}

.gd-ui-kit-control-button--isDragging {
  display: inline-block;
}

.gd-ui-kit-control-button--isDragging::after {
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
  background: var(--gd-palette-complementary-0-from-theme, rgba(255, 255, 255, 0.95));
}

.gd-ui-kit-control-button--isDragging.gd-ui-kit-control-button--isDraggable::before {
  opacity: 1;
}

.gd-ui-kit-control-button--isError {
  font-size: 12px;
  color: var(--gd-palette-error-base, #e54d42);
  background: var(--gd-palette-error-base-t85, rgba(229, 77, 66, 0.15));
}

.gd-ui-kit-control-button--isWarning {
  font-size: 12px;
  color: var(--gd-palette-warning-base, #f18600);
  background: var(--gd-palette-warning-base-t85, rgba(241, 134, 0, 0.15));
}

.gd-ui-kit-control-button--disabled {
  cursor: default;
}

.gd-ui-kit-control-button--disabled:hover, .gd-ui-kit-control-button--disabled:focus, .gd-ui-kit-control-button--disabled:active {
  user-select: auto;
  box-shadow: none;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}

.gd-ui-kit-control-button--layout-row {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 28px;
}

.gd-ui-kit-control-button--layout-row::after {
  display: none;
}

.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__icon {
  display: flex;
  height: 100%;
  align-items: center;
}

.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__content {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__title-row {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  margin-right: 5px;
}

.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__title--withColon::after {
  content: ":";
}

.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__subtitle-row {
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
}

.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__subtitle-row::after {
  position: absolute;
  top: 50%;
  right: -16px;
  margin-left: 0;
  font-size: 18px;
  transform: translateY(-50%);
}

.gd-ui-kit-control-button--hideChevron .gd-ui-kit-control-button__subtitle-row::after {
  display: none;
}

.gd-ui-kit-control-button__icon {
  position: relative;
  z-index: 1;
  float: left;
  padding-right: 5px;
}

.gd-ui-kit-control-button__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  min-width: 0;
  flex: 1 1 auto;
}

.gd-ui-kit-control-button__title-row {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  white-space: nowrap;
}

.gd-ui-kit-control-button__title {
  overflow: hidden;
  color: var(--gd-palette-complementary-7, #6d7680);
  margin-right: auto;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gd-ui-kit-control-button__title .gd-bubble-trigger,
.gd-ui-kit-control-button__title .shortened {
  display: inline-flex;
}

.gd-ui-kit-control-button__title .shortened {
  max-width: 100%;
}

.gd-ui-kit-control-button__subtitle-row {
  display: inline-flex;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  color: var(--gd-palette-complementary-9, #000);
}

.gd-ui-kit-control-button__subtitle-row::after {
  content: "\e612";
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Indigo", sans-serif;
  font-weight: normal;
  font-size: inherit;
  vertical-align: top;
  color: var(--gd-palette-complementary-6, #94a1ad);
  transition: all 0.2s ease;
}

.gd-ui-kit-control-button__subtitle {
  display: inline-block;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.gd-ui-kit-control-button__subtitle .gd-bubble-trigger,
.gd-ui-kit-control-button__subtitle .shortened {
  display: inline-flex;
}

.gd-ui-kit-control-button__subtitle .shortened {
  max-width: 100%;
}

.gd-attribute-filter-dropdown-button__next,
.gd-mvf-dashboard-filter-button__next {
  position: relative;
  line-height: 16px;
}

.gd-attribute-filter-dropdown-button__next::after,
.gd-mvf-dashboard-filter-button__next::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  background: var(--gd-dashboards-filterBar-filterButton-backgroundColor, transparent);
  transform: translateZ(-1px);
  border-radius: 3px;
}

.gd-attribute-filter-dropdown-button__next:hover.gd-is-draggable:not(.gd-is-active, .gd-is-filtering),
.gd-mvf-dashboard-filter-button__next:hover.gd-is-draggable:not(.gd-is-active, .gd-is-filtering) {
  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));
}

.gd-attribute-filter-dropdown-button__next:hover::after,
.gd-mvf-dashboard-filter-button__next:hover::after {
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
}

.gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active),
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active) {
  background: var(--gd-palette-primary-dimmed, #e8f7fc);
  border-radius: 3px;
}

.gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)::before, .gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)::after,
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active)::before,
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active)::after {
  display: none;
}

.gd-attribute-filter-dropdown-button__next:active::after, .edit-mode-on .gd-attribute-filter-dropdown-button__next:active::after, .gd-attribute-filter-dropdown-button__next.gd-is-active::after, .edit-mode-on .gd-attribute-filter-dropdown-button__next.gd-is-active::after,
.gd-mvf-dashboard-filter-button__next:active::after,
.edit-mode-on .gd-mvf-dashboard-filter-button__next:active::after,
.gd-mvf-dashboard-filter-button__next.gd-is-active::after,
.edit-mode-on .gd-mvf-dashboard-filter-button__next.gd-is-active::after {
  box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
  border-color: var(--gd-palette-complementary-5-from-theme, var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2)));
  background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
}

.gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__title-row .gd-list-item-tooltip,
.gd-mvf-dashboard-filter-button__next .gd-ui-kit-control-button__title-row .gd-list-item-tooltip {
  line-height: 15px;
}

.gd-attribute-filter-dropdown-button__next.gd-is-draggable,
.gd-mvf-dashboard-filter-button__next.gd-is-draggable {
  padding-left: 23px;
}

.gd-mvf-dashboard-filter-button__next {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 400;
}

.gd-attribute-filter-dropdown-button__next:not(.gd-ui-kit-control-button),
.gd-mvf-dashboard-filter-button__next:not(.gd-ui-kit-control-button) {
  max-width: 230px;
  padding: 5px 10px;
  font-size: 12px;
}

.gd-attribute-filter-dropdown-button__next:not(.gd-ui-kit-control-button).gd-is-draggable,
.gd-mvf-dashboard-filter-button__next:not(.gd-ui-kit-control-button).gd-is-draggable {
  padding-left: 23px;
}

.gd-attribute-filter-mobile-button-wrapper {
  display: flex;
  align-items: center;
}

.gd-is-mobile .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__icon {
  display: flex;
  height: 100%;
  align-items: center;
}

.gd-is-mobile .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__content {
  flex-direction: row;
  align-items: center;
}

.gd-is-mobile .gd-attribute-filter-dropdown-button__next.gd-is-active {
  flex: 1;
  min-width: 0;
  height: 47px;
  max-width: none;
  margin: 0;
  font-size: 14px;
}

.gd-is-mobile .gd-attribute-filter-dropdown-button__next.gd-is-active::after {
  background-color: #fff;
  background-image: none;
}

.gd-is-mobile .gd-attribute-filter-button-wrapper {
  flex: 1;
  min-width: 0;
}

.gd-is-mobile .gd-attribute-filter-button-wrapper .gd-bubble-trigger {
  display: block;
  width: 100%;
}

.gd-is-mobile--with-menu {
  background-color: var(--gd-palette-complementary-0, #fff);
  border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-is-mobile--with-menu .gd-attribute-filter-dropdown-button__next.gd-is-active {
  border-radius: 0;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.gd-is-mobile--with-menu .gd-attribute-filter-dropdown-button__next.gd-is-active::after {
  display: none;
}

.gd-mobile-dropdown-overlay .gd-attribute-filter-button-mobile__next {
  display: none;
}

.gd-mobile-dropdown-header .gd-attribute-filter-button-mobile__next {
  display: block;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 10px;
  box-shadow: 0 1px 2px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1));
  line-height: 25px;
  border-width: 1px 0;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-size: 14px;
  text-align: left;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.gd-mobile-dropdown-header .gd-attribute-filter-button-mobile__next::after {
  display: none;
}

.gd-mobile-dropdown-header .gd-attribute-filter-button-mobile__next::before {
  right: 4px;
}

.gd-attribute-filter-button-mobile__next.gd-is-active .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__title::after,
.gd-attribute-filter-button-mobile__next.gd-is-active .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__subtitle-row::after {
  content: "\e613";
  position: absolute;
  top: 50%;
  right: -20px;
  display: inline-block;
  font-size: 18px;
  transform: translateY(-50%);
}

.gd-attribute-filter-details {
  width: 220px;
  word-wrap: break-word;
  padding: 0;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--gd-palette-complementary-3-from-theme, #c9d5e0);
  box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
  background: var(--gd-palette-complementary-0, #fff);
}

.drag-preview .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__subtitle-row::after {
  display: none;
}

.gd-attribute-filter-dropdown-button-selected-items__next,
.gd-measure-value-filter-dropdown-button-selected-items__next {
  display: inline-block;
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  max-width: 120px;
  text-overflow: ellipsis;
  vertical-align: bottom;
  color: var(--gd-palette-complementary-8, #464e56);
}

.overlay .gd-attribute-filter-dropdown-button-selected-items__next,
.overlay .gd-measure-value-filter-dropdown-button-selected-items__next {
  max-width: none;
}

.gd-attribute-filter-dropdown-button-selected-items-count__next {
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: bottom;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-attribute-filter-dropdown-simple-button__next {
  max-width: 285px;
}

@media only screen and (max-width: 640px) {
  .gd-attribute-filter-dropdown-simple-button__next .is-active {
    max-width: 100vw;
  }
}
.gd-attribute-filter-dropdown-simple-button__next .gd-attribute-filter-dropdown-simple-button-text {
  display: flex;
}

.gd-attribute-filter-dropdown-simple-button__next .gd-attribute-filter-dropdown-simple-button-selection {
  overflow: hidden;
  text-overflow: ellipsis;
}

.gd-attribute-filter-dropdown-simple-button__next .gd-attribute-filter-dropdown-simple-button-selection-count {
  flex: 1 0 auto;
  padding-left: 5px;
}

.gd-attribute-filter-tooltip-content {
  display: block;
  overflow: hidden;
  max-width: 100%;
  word-wrap: break-word;
  word-break: break-word;
  pointer-events: auto;
  padding: 12px 0 12px 12px;
}

.gd-attribute-filter-tooltip-content h3 {
  font-weight: 500;
  line-height: 23px;
  margin: 0;
  font-size: 14px;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-attribute-filter-tooltip-content p {
  text-transform: capitalize;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-attribute-filter-tooltip-content h4 {
  margin: 13px 0 0;
  padding-right: 5px;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled:hover, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled:focus, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled:active, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled:hover::after, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled:focus::after, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled:active::after {
  cursor: default;
  user-select: auto;
  box-shadow: none;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}

.gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.disabled .gd-ui-kit-control-button__subtitle-row::after {
  content: none;
}

.gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.gd-virtual-attribute-filter-dropdown-button {
  background: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.gd-virtual-attribute-filter-dropdown-button:hover, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.gd-virtual-attribute-filter-dropdown-button:focus, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.gd-virtual-attribute-filter-dropdown-button:active, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.gd-virtual-attribute-filter-dropdown-button:hover::after, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.gd-virtual-attribute-filter-dropdown-button:focus::after, .gd-attribute-filter__next .gd-attribute-filter-dropdown-button__next.gd-virtual-attribute-filter-dropdown-button:active::after {
  background: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.gd-mvf-dashboard-filter-button__next.disabled:hover, .gd-mvf-dashboard-filter-button__next.disabled:focus, .gd-mvf-dashboard-filter-button__next.disabled:active, .gd-mvf-dashboard-filter-button__next.disabled:hover::after, .gd-mvf-dashboard-filter-button__next.disabled:focus::after, .gd-mvf-dashboard-filter-button__next.disabled:active::after {
  cursor: default;
  user-select: auto;
  box-shadow: none;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}

.gd-mvf-dashboard-filter-button__next.disabled .gd-attribute-filter-dropdown-button-subtitle__next::after {
  content: none;
}

.gd-item-title-tooltip {
  min-width: 100px;
}

.gd-item-title-tooltip p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

.gd-item-title-tooltip h4 {
  margin: 0;
  padding-right: 5px;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
}

.gd-attribute-filter-list-item-label {
  display: block;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 3px;
}

.gd-async-list:focus-visible, .gd-async-list:focus-within {
  outline: none;
}

.gd-async-list:focus-visible .gd-attribute-filter-list-item--isFocused .gd-list-item-only, .gd-async-list:focus-within .gd-attribute-filter-list-item--isFocused .gd-list-item-only {
  opacity: 1;
  outline: none;
}

.gd-async-list:focus-visible .gd-attribute-filter-list-item--isFocused .gd-list-item-only a, .gd-async-list:focus-within .gd-attribute-filter-list-item--isFocused .gd-list-item-only a {
  outline: none;
}

.gd-async-list:focus-visible .gd-attribute-filter-list-item--isFocused .gd-list-item-only.gd-list-item-only--isFocusedSelectItem, .gd-async-list:focus-within .gd-attribute-filter-list-item--isFocused .gd-list-item-only.gd-list-item-only--isFocusedSelectItem {
  outline-offset: -2px;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
}

.gd-async-list:focus-visible .gd-attribute-filter-list-item--isFocused .gd-item-title-tooltip-wrapper.gd-list-item-only.gd-list-item-only--isFocusedSelectItem,
.gd-async-list:focus-visible .gd-attribute-filter-list-item--isFocused .gd-list-item-only.gd-list-item-only .gd-icon-circle-question--isFocusedSelectItem, .gd-async-list:focus-within .gd-attribute-filter-list-item--isFocused .gd-item-title-tooltip-wrapper.gd-list-item-only.gd-list-item-only--isFocusedSelectItem,
.gd-async-list:focus-within .gd-attribute-filter-list-item--isFocused .gd-list-item-only.gd-list-item-only .gd-icon-circle-question--isFocusedSelectItem {
  outline-offset: -2px;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
  outline-offset: 0;
}

.gd-async-list:focus-visible .gd-attribute-filter-single-selection-list-item--isFocusedSelectItem,
.gd-async-list:focus-visible .gd-attribute-filter-list-item--isFocusedSelectItem,
.gd-async-list:focus-visible .gd-item-title-tooltip-wrapper.gd-list-item-only--isFocusedSelectItem,
.gd-async-list:focus-visible .gd-list-item-only .gd-icon-circle-question--isFocusedSelectItem, .gd-async-list:focus-within .gd-attribute-filter-single-selection-list-item--isFocusedSelectItem,
.gd-async-list:focus-within .gd-attribute-filter-list-item--isFocusedSelectItem,
.gd-async-list:focus-within .gd-item-title-tooltip-wrapper.gd-list-item-only--isFocusedSelectItem,
.gd-async-list:focus-within .gd-list-item-only .gd-icon-circle-question--isFocusedSelectItem {
  outline-offset: -2px;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
  outline-offset: 0;
}

.gd-single-selection-attribute-filter-elements-select-item .gd-attribute-filter-list-item-label:focus-visible {
  outline: none;
  outline-offset: 0;
}

.gd-single-selection-attribute-filter-elements-select-item .gd-item-title-tooltip-wrapper.gd-list-item-only {
  margin-left: 5px;
  margin-top: 2px;
  flex-grow: 0;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-single-selection-attribute-filter-elements-select-item.gd-list-item.is-selected .gd-customizable-checkmark-mobile-navigation {
  right: 27px;
}

.gd-async-list .gd-attribute-filter-elements-select-item__next {
  min-height: 28px;
  padding-left: 7px;
}

.gd-async-list .gd-attribute-filter-elements-select-item__next .gd-item-title-tooltip-wrapper.gd-list-item-only {
  margin: 0 0 0 5px;
  flex-grow: 0;
  flex-shrink: 0;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:hover {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}

.gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:hover.is-selected {
  color: var(--gd-palette-complementary-8, #464e56);
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:hover .input-label-text {
  color: var(--gd-palette-complementary-9-from-theme, inherit);
}

.gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item.is-selected {
  font-weight: bold;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-async-list .gd-attribute-filter-elements-select-item__next .gd-list-item-only,
.gd-async-list .gd-single-selection-attribute-filter-elements-select-item .gd-list-item-only {
  opacity: 0;
  margin-left: 0;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
}

.gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:hover .gd-list-item-only,
.gd-async-list .gd-single-selection-attribute-filter-elements-select-item.gd-list-item:hover .gd-list-item-only {
  opacity: 1;
  width: auto;
  margin-left: 7px;
  pointer-events: auto;
}

.gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item.gd-single-selection-attribute-filter-elements-select-item.gd-attribute-filter-list-item--isFocused .gd-list-item-only, .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item.is-focused .gd-list-item-only, .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:focus-within .gd-list-item-only,
.gd-async-list .gd-single-selection-attribute-filter-elements-select-item.gd-list-item.gd-single-selection-attribute-filter-elements-select-item.gd-attribute-filter-list-item--isFocused .gd-list-item-only,
.gd-async-list .gd-single-selection-attribute-filter-elements-select-item.gd-list-item.is-focused .gd-list-item-only,
.gd-async-list .gd-single-selection-attribute-filter-elements-select-item.gd-list-item:focus-within .gd-list-item-only {
  opacity: 1;
  width: auto;
  margin-left: 7px;
  pointer-events: auto;
}

.gd-attribute-filter-list-empty-item .input-checkbox-label.gd-empty-value-label {
  flex-grow: 0;
}

.gd-attribute-filter-list-empty-item .input-checkbox-label .input-label-text {
  justify-content: flex-start;
  font-style: italic;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

div.gd-empty-item-bubble {
  max-width: 235px;
}

.gd-attribute-filter-elements-select__next.gd-list {
  margin: 0;
}

.gd-attribute-filter-elements-select__next.gd-list .gd-list-item.gd-attribute-filter-list-empty-item:hover .input-label-text {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-attribute-filter-empty-result__next {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}

.gd-attribute-filter-empty-filtered-result__next {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  cursor: default;
}

.gd-attribute-filter-empty-filtered-result__next .gd-filtered-message__next {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gd-attribute-filter-empty-filtered-result__next .gd-filtered-message__next .gd-icon-circle-question {
  top: 22px;
  padding: 5px;
}

@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .gd-attribute-filter-empty-filtered-result__next .gd-filtered-message__next .gd-icon-circle-question {
    top: 60px;
  }
}
.gd-attribute-filter-filtered-status__next {
  position: relative;
  margin: 0 10px 5px;
  color: var(--gd-palette-complementary-8, #464e56);
  cursor: default;
}

.gd-attribute-filter-filtered-status__next .gd-filtered-message__next {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  line-height: 20px;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0, #fff);
  font-size: 12px;
}

.gd-attribute-filter-filtered-status__next .gd-filtered-message__next .gd-icon-circle-question {
  top: 1px;
  padding: 5px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .gd-attribute-filter-filtered-status__next .gd-filtered-message__next {
    font-size: 14px;
  }
}
.gd-attribute-filter-status-bar__next {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.gd-attribute-filter-status-show-all {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25px;
  min-width: 0;
  margin: 0 10px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  line-height: 20px;
  font-size: 12px;
  padding-top: 5px;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-attribute-filter-status-show-all .gd-relevant-values-text {
  margin-left: 3px;
}

.gd-attribute-filter-status-show-all .gd-action-show-all {
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding-left: 0;
}

.gd-attribute-filter-status-show-all .gd-action-show-all:hover {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-attribute-filter-status-show-all.no-divider {
  margin-bottom: 6px;
}

.gd-attribute-filter-status-irrelevant-message {
  width: 100%;
  margin: 0 10px 10px;
}

.gd-attribute-filter-status-irrelevant-message .gd-message-text {
  line-height: 20px;
  font-size: 12px;
}

.gd-attribute-filter-status-irrelevant-message .gd-action-clear {
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding-left: 0;
}

.gd-attribute-filter-dropdown-button__next.gd-message.error {
  box-sizing: border-box;
  width: 103px;
}

.dash-filter-is-edit-mode .gd-attribute-filter-dropdown-button__next.gd-message.error {
  padding-left: 23px;
  width: 106px;
}

.dash-filter-is-edit-mode .gd-attribute-filter-dropdown-button__next.gd-message.error:hover::before {
  opacity: 1;
}

.gd-is-mobile .gd-attribute-filter-dropdown-button__next.gd-message.error {
  width: 100%;
}

.overlay.dropdown-body:has(.gd-filter-menu__dropdown) {
  width: max-content;
}

.gd-filter-menu__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 35px;
  height: 35px;
}

.gd-filter-menu__button--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 0;
}

.gd-filter-menu__button--icon .gd-ui-kit-icon-button {
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: 0 3px 0 0;
}

.gd-filter-menu__button--icon:hover .gd-ui-kit-icon-button {
  background-color: var(--gd-palette-complementary-3, #dde4eb);
}

.gd-filter-menu__button--icon.is-active .gd-ui-kit-icon-button, .gd-filter-menu__button--icon:active .gd-ui-kit-icon-button {
  background-color: var(--gd-palette-complementary-3, #dde4eb);
}

.gd-filter-menu__dropdown {
  width: var(--tooltipWidth-x, 160px);
  max-height: none;
  box-shadow: 0 2px 20px 0 rgba(20, 56, 93, 0.2);
  border-radius: 3px;
  padding: 0 0 8px;
}

.gd-filter-menu__dropdown .gd-ui-kit-listbox {
  width: 100%;
  min-width: 100%;
  max-height: none;
  overflow-y: hidden;
  padding: 0;
}

.gd-filter-menu__section {
  display: flex;
  align-items: center;
  padding: 10px 10px 2px;
}

.gd-filter-menu__section-label {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-filter-menu__section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.gd-filter-menu__section-icon .gd-ui-kit-icon-button {
  width: 16px;
  height: 16px;
  min-width: 16px;
}

.gd-filter-menu__item.gd-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 5px 5px 5px 10px;
  border: none;
  background: none;
  font-size: 12px;
  line-height: 18px;
  color: var(--gd-palette-complementary-8, #464e56);
  text-align: left;
  cursor: pointer;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-filter-menu__item.gd-list-item > *:not(.gd-filter-menu__item-check) {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gd-filter-menu__item.gd-list-item:hover {
  background-color: var(--gd-palette-complementary-1, #f5f8fa);
}

.gd-filter-menu__item.gd-list-item.is-selected {
  background-color: transparent;
  font-weight: 600;
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-filter-menu__item.gd-list-item .gd-filter-menu__item-check {
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: 5px;
  color: var(--gd-palette-primary-base, #14b2e2);
  aspect-ratio: 1/1;
}

.gd-filter-menu__divider.gd-list-item.gd-list-item-separator {
  margin: 4px 0 6px;
}

.gd-text-filter-body {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gd-text-filter-body__operator, .gd-text-filter-body__values {
  display: flex;
  flex-direction: column;
}

.gd-text-filter-body__label {
  font-size: 12px;
  font-weight: 400;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-text-filter-body__label-with-help {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.gd-text-filter-body__values-help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: help;
}

.gd-text-filter-body__values-help-icon:focus-visible {
  outline: 2px solid var(--gd-palette-primary-base, #14b2e2);
  outline-offset: 2px;
}

.gd-text-filter-body__input {
  width: 100%;
  box-sizing: border-box;
}

.gd-text-filter-body__input .gd-input-field {
  height: 27px;
}

.gd-text-filter-body__input .gd-input-field::placeholder {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-text-filter-body__input .gd-input-field:disabled {
  cursor: not-allowed;
}

.gd-text-filter-body__input--error .gd-input-field {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.gd-text-filter-body__error {
  padding-top: 5px;
  font-size: 12px;
  line-height: 13px;
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-text-filter-body__error--limit {
  color: var(--gd-palette-warning-base, #f18600);
}

.gd-text-filter-body__options {
  margin-top: -2px;
}

.gd-text-filter-body__options .input-checkbox-label {
  margin-left: -3px;
}

.gd-text-filter-body__values-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.gd-text-filter-body__values-header .gd-ui-kit-link {
  flex-shrink: 0;
  font-size: 12px;
}

.gd-text-filter-body__values-header--disabled .gd-ui-kit-link {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.gd-text-filter-state-summary {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 6px;
}

.gd-text-filter-state-summary__divider {
  height: 1px;
  width: 100%;
  background-color: var(--gd-palette-complementary-3, #dde4eb);
}

.gd-text-filter-state-summary__text {
  display: flex;
  align-items: baseline;
  font-size: 12px;
  line-height: 20px;
  color: var(--gd-palette-complementary-8, #464e56);
  overflow: hidden;
}

.gd-text-filter-state-summary__text .gd-ui-kit-tooltip__anchor {
  display: flex;
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  width: auto;
}

.gd-text-filter-state-summary__text .gd-shortened-text {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gd-text-filter-state-summary__text .gd-shortened-text.gd-selection-list {
  font-weight: bold;
}

.gd-text-filter-state-summary__operator {
  flex: 0 0 auto;
  white-space: nowrap;
}

.gd-text-filter-state-summary__tooltip {
  display: block;
  max-width: 300px;
  word-wrap: break-word;
}

.gd-text-filter-operator-dropdown__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 27px;
  padding: 8px;
  font-size: 12px;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  border-radius: 3px;
  box-sizing: border-box;
  background-color: var(--gd-palette-complementary-0, #fff);
  text-align: left;
}

.gd-text-filter-operator-dropdown__button span::first-letter {
  text-transform: capitalize;
}

.gd-text-filter-operator-dropdown__button:focus, .gd-text-filter-operator-dropdown__button:focus-visible {
  box-shadow: none;
  border-color: initial;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
}

.gd-text-filter-operator-dropdown__button:disabled {
  background-color: var(--gd-palette-complementary-1, #f5f8fa);
  cursor: not-allowed;
}

.gd-text-filter-operator-dropdown__menu {
  min-width: 188px;
  background: var(--gd-palette-complementary-0, #fff);
}

.gd-text-filter-operator-dropdown__menu .gd-list {
  line-height: 18px;
}

.gd-text-filter-operator-dropdown__menu .gd-ui-kit-listbox {
  min-width: 100%;
  max-height: none;
  overflow-y: hidden;
}

.gd-text-filter-operator-dropdown__item.gd-list-item {
  font-size: 12px;
  line-height: 18px;
  padding: 5px 5px 5px 10px;
}

.gd-text-filter-operator-dropdown__item.gd-list-item span::first-letter {
  text-transform: capitalize;
}

.gd-text-filter-operator-dropdown__item.gd-list-item.is-selected {
  font-weight: 700;
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-text-filter-operator-dropdown__divider.gd-list-item.gd-list-item-separator {
  height: 10px;
  min-height: 10px;
  line-height: 10px;
  padding: 0 10px;
  position: relative;
}

.gd-text-filter-operator-dropdown__divider.gd-list-item.gd-list-item-separator::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 45%;
  height: 1px;
  border-bottom: none;
  background-color: var(--gd-palette-complementary-3, #dde4eb);
}

.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body {
  flex: 1;
  min-height: 0;
}

.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body__values {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body--has-options .gd-text-filter-body__values {
  flex: 0 0 auto;
  overflow-y: visible;
}

.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body--has-options .gd-text-filter-body__options {
  flex: 1;
}

.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body__operator {
  flex-shrink: 0;
}

.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-state-summary {
  flex-shrink: 0;
}

.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body__label {
  font-size: 14px;
}

@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .gd-text-filter-operator-dropdown__divider.gd-list-item.gd-list-item-separator {
    display: none;
  }
  .gd-text-filter-operator-dropdown__item.gd-list-item {
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  }
  .gd-text-filter-operator-dropdown__button {
    height: 32px;
    font-size: 14px;
  }
  .gd-text-filter-state-summary__text {
    font-size: 14px;
  }
}
.gd-chips-input {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.gd-chips-input__container {
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  border-radius: 3px;
  background-color: var(--gd-palette-complementary-0, #fff);
  min-height: 38px;
}

.gd-chips-input__container:focus-within {
  border-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-chips-input__container--with-values {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.gd-chips-input__container--with-values .gd-chips-input__chips-frame {
  padding: 7px 5px;
  max-height: 120px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  border-radius: 3px 3px 0 0;
}

.gd-chips-input__container--with-values .gd-chips-input__input-frame {
  padding: 0 7px;
}

.gd-chips-input__container--warning {
  border-color: var(--gd-palette-warning-base, #f18600);
}

.gd-chips-input__container--warning:focus-within {
  border-color: var(--gd-palette-warning-base, #f18600);
}

.gd-chips-input__container--warning.gd-chips-input__container--with-values .gd-chips-input__chips-frame {
  border-bottom-color: var(--gd-palette-warning-base, #f18600);
}

.gd-chips-input__container--warning.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field {
  border-color: var(--gd-palette-warning-base, #f18600);
}

.gd-chips-input__container--warning.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus, .gd-chips-input__container--warning.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus-visible {
  border-color: var(--gd-palette-warning-base, #f18600);
}

.gd-chips-input__container--error {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.gd-chips-input__container--error:focus-within {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.gd-chips-input__container--error.gd-chips-input__container--with-values .gd-chips-input__chips-frame {
  border-bottom-color: var(--gd-palette-error-base, #e54d42);
}

.gd-chips-input__container--error.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.gd-chips-input__container--error.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus, .gd-chips-input__container--error.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus-visible {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.gd-chips-input__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.gd-chips-input__input-frame--standalone {
  padding: 0;
}

.gd-chips-input__input {
  flex: 1;
  min-width: 120px;
  display: block;
}

.gd-chips-input__input .gd-input-field {
  border: none;
  outline: none;
  padding: 4px 0;
  font-size: 13px;
  background: transparent;
  box-shadow: none;
}

.gd-chips-input__input .gd-input-field:focus-visible {
  outline: none;
}

.gd-chips-input__input .gd-input-field::placeholder {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-chips-input__input .gd-input-field:disabled {
  cursor: not-allowed;
}

.gd-chips-input__container--empty {
  border: none;
  min-height: auto;
  background: transparent;
}

.gd-chips-input__container--empty:focus-within {
  border-color: transparent;
}

.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field {
  box-sizing: border-box;
  margin: 0;
  padding: 6px 7px 5px;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  line-height: normal;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0, #fff);
  font-size: 14px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 200;
  height: 27.1px;
  padding: 5px 7px;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  box-shadow: inset 0 1px 2px 0 rgba(31, 53, 74, 0.15);
}

.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus, .gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus-visible {
  outline: none;
  border-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field::placeholder {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-chips-input__autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  background-color: #fcfcfd;
  border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-radius: 3px;
  box-shadow: 0 2px 20px 0 rgba(20, 56, 93, 0.2);
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.gd-chips-input__autocomplete-item {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: var(--gd-palette-complementary-8, #464e56);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gd-chips-input__autocomplete-item strong {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-style: solid;
  color: inherit;
}

.gd-chips-input__autocomplete-item:hover {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}

.gd-chips-input__autocomplete-item--active {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}

.gd-chips-input__autocomplete-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  min-height: 28px;
  cursor: default;
  pointer-events: none;
}

.gd-attribute-filter-details-bubble__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.gd-attribute-filter-details-bubble {
  width: 220px;
  margin: -7px -10px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-radius: var(--gd-modal-borderRadius, 3px);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.gd-attribute-filter-details-bubble__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gd-attribute-filter-details-bubble__section {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  gap: 3px;
}

.gd-attribute-filter-details-bubble__title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-attribute-filter-details-bubble__description {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-attribute-filter-details-bubble__key {
  display: block;
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: normal;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-attribute-filter-details-bubble__value {
  display: block;
  margin: 0;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-attribute-filter-details-bubble__elements {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-attribute-filter-details-bubble__element {
  display: block;
}

.gd-attribute-filter-details-bubble__more {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 400;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-attribute-filter-details-bubble__loading {
  margin: 0;
  font-size: 12px;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-attribute-filter-details-bubble__error {
  margin: 0;
  font-size: 12px;
  color: var(--gd-palette-error-base, #e54d42);
}


/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px, ... */
.gd-icon-fact::before,
.gd-icon-measure::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-fact[class*=gd-button-]::before,
.gd-icon-measure[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-fact::before,
.gd-icon-measure::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/measure.svg");
}

.gd-icon-fact.disabled::before, .gd-icon-fact[disabled=disabled]::before,
.gd-icon-measure.disabled::before,
.gd-icon-measure[disabled=disabled]::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-fact.disabled[class*=gd-button-]::before, .gd-icon-fact[disabled=disabled][class*=gd-button-]::before,
.gd-icon-measure.disabled[class*=gd-button-]::before,
.gd-icon-measure[disabled=disabled][class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-fact.disabled::before, .gd-icon-fact[disabled=disabled]::before,
.gd-icon-measure.disabled::before,
.gd-icon-measure[disabled=disabled]::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/measure-disabled.svg");
}

.gd-icon-fact.gd-button-small::before, .gd-icon-fact.gd-button-link::before,
.gd-icon-measure.gd-button-small::before,
.gd-icon-measure.gd-button-link::before {
  margin-top: -1px;
}

.gd-icon-aggregated-fact::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-aggregated-fact[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-aggregated-fact::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/aggregated-fact.svg");
}

.gd-icon-aggregated-fact.gd-button-small::before, .gd-icon-aggregated-fact.gd-button-link::before {
  margin-top: -1px;
}

.gd-icon-aggregation::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-aggregation[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-aggregation::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/sum.svg");
}

.gd-icon-aggregation.gd-button-small::before, .gd-icon-aggregation.gd-button-link::before {
  margin-top: -1px;
}

.gd-icon-metric::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-metric[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-metric::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/metric.svg");
}

.gd-icon-metric.disabled::before, .gd-icon-metric[disabled=disabled]::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-metric.disabled[class*=gd-button-]::before, .gd-icon-metric[disabled=disabled][class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-metric.disabled::before, .gd-icon-metric[disabled=disabled]::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/metric-disabled.svg");
}

.gd-icon-metric.gd-button-small::before, .gd-icon-metric.gd-button-link::before {
  margin-top: -1px;
}

.gd-icon-attribute::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-attribute[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-attribute::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/attribute.svg");
}

.gd-icon-attribute.disabled::before, .gd-icon-attribute[disabled=disabled]::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-attribute.disabled[class*=gd-button-]::before, .gd-icon-attribute[disabled=disabled][class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-attribute.disabled::before, .gd-icon-attribute[disabled=disabled]::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/attribute-disabled.svg");
}

.gd-icon-attribute.gd-button-small::before, .gd-icon-attribute.gd-button-link::before {
  margin-top: -1px;
}

.gd-icon-model::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-model[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-model::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/model.svg");
}

.gd-icon-model.is-active::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-model.is-active[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-model.is-active::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/model-active.svg");
}

.gd-icon-sources::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-sources[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-sources::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/sources.svg");
}

.gd-icon-sources.is-active::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-sources.is-active[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-sources.is-active::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/sources-active.svg");
}

.gd-icon-date::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-date[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-date::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/date.svg");
}

.gd-icon-date.disabled::before, .gd-icon-date[disabled=disabled]::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-date.disabled[class*=gd-button-]::before, .gd-icon-date[disabled=disabled][class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-date.disabled::before, .gd-icon-date[disabled=disabled]::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/date-disabled.svg");
}

.gd-icon-date.gd-button-small::before {
  margin-top: -1px;
}

.gd-icon-date.gd-button-link::before {
  margin-top: -2px;
}

.gd-icon-measure-value-filter::before, .gd-icon-anomaly-detection::before, .gd-icon-changes-by::before, .gd-icon-decreases-by::before, .gd-icon-increases-by::before, .gd-icon-not-equal-to::before, .gd-icon-equal-to::before, .gd-icon-not-between::before, .gd-icon-between::before, .gd-icon-less-than-equal-to::before, .gd-icon-less-than::before, .gd-icon-greater-than-equal-to::before, .gd-icon-greater-than::before, .gd-icon-all::before {
  width: 18px;
  height: 15px;
}

.gd-icon-all::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-all[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-all::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/all.svg");
}

.gd-icon-all.gd-button-small::before {
  margin-top: -1px;
}

.gd-icon-all.gd-button-link::before {
  margin-top: -2px;
}

.gd-icon-greater-than::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-greater-than[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-greater-than::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/greater-than.svg");
}

.gd-icon-greater-than.gd-button-small::before {
  margin-top: -1px;
}

.gd-icon-greater-than.gd-button-link::before {
  margin-top: -2px;
}

.gd-icon-greater-than-equal-to::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-greater-than-equal-to[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-greater-than-equal-to::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/greater-than-equal-to.svg");
}

.gd-icon-greater-than-equal-to.gd-button-small::before {
  margin-top: -1px;
}

.gd-icon-greater-than-equal-to.gd-button-link::before {
  margin-top: -2px;
}

.gd-icon-less-than::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-less-than[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-less-than::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/less-than.svg");
}

.gd-icon-less-than.gd-button-small::before {
  margin-top: -1px;
}

.gd-icon-less-than.gd-button-link::before {
  margin-top: -2px;
}

.gd-icon-less-than-equal-to::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-less-than-equal-to[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-less-than-equal-to::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/less-than-equal-to.svg");
}

.gd-icon-less-than-equal-to.gd-button-small::before {
  margin-top: -1px;
}

.gd-icon-less-than-equal-to.gd-button-link::before {
  margin-top: -2px;
}

.gd-icon-between::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-between[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-between::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/between.svg");
}

.gd-icon-between.gd-button-small::before {
  margin-top: -1px;
}

.gd-icon-between.gd-button-link::before {
  margin-top: -2px;
}

.gd-icon-not-between::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-not-between[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-not-between::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/not-between.svg");
}

.gd-icon-not-between.gd-button-small::before {
  margin-top: -1px;
}

.gd-icon-not-between.gd-button-link::before {
  margin-top: -2px;
}

.gd-icon-equal-to::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-equal-to[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-equal-to::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/equal-to.svg");
}

.gd-icon-equal-to.gd-button-small::before {
  margin-top: -1px;
}

.gd-icon-equal-to.gd-button-link::before {
  margin-top: -2px;
}

.gd-icon-not-equal-to::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-not-equal-to[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-not-equal-to::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/not-equal-to.svg");
}

.gd-icon-not-equal-to.gd-button-small::before {
  margin-top: -1px;
}

.gd-icon-not-equal-to.gd-button-link::before {
  margin-top: -2px;
}

.gd-icon-increases-by::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-increases-by[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-increases-by::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/increases-by.svg");
}

.gd-icon-increases-by.gd-button-small::before {
  margin-top: -1px;
}

.gd-icon-increases-by.gd-button-link::before {
  margin-top: -2px;
}

.gd-icon-decreases-by::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-decreases-by[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-decreases-by::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/decreases-by.svg");
}

.gd-icon-decreases-by.gd-button-small::before {
  margin-top: -1px;
}

.gd-icon-decreases-by.gd-button-link::before {
  margin-top: -2px;
}

.gd-icon-changes-by::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-changes-by[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-changes-by::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/changes-by.svg");
}

.gd-icon-changes-by.gd-button-small::before {
  margin-top: -1px;
}

.gd-icon-changes-by.gd-button-link::before {
  margin-top: -2px;
}

.gd-icon-anomaly-detection::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-anomaly-detection[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-anomaly-detection::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/ai.svg");
}

.gd-icon-anomaly-detection.gd-button-small::before {
  margin-top: -1px;
}

.gd-icon-anomaly-detection.gd-button-link::before {
  margin-top: -2px;
}

.gd-icon-label::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-label[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-label::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/label.svg");
}

.gd-icon-label-disabled::before, .gd-icon-label.disabled::before, .gd-icon-label[disabled=disabled]::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-label-disabled[class*=gd-button-]::before, .gd-icon-label.disabled[class*=gd-button-]::before, .gd-icon-label[disabled=disabled][class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-label-disabled::before, .gd-icon-label.disabled::before, .gd-icon-label[disabled=disabled]::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/label-disabled.svg");
}

.gd-icon-label-active::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-label-active[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-label-active::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/label-active.svg");
}

.gd-icon-label-warning::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-label-warning[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-label-warning::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/label-warning.svg");
}

.gd-icon-hyperlink::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-hyperlink[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-hyperlink::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/hyperlink.svg");
}

.gd-icon-hyperlink-disabled::before, .gd-icon-hyperlink.disabled::before, .gd-icon-hyperlink[disabled=disabled]::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-hyperlink-disabled[class*=gd-button-]::before, .gd-icon-hyperlink.disabled[class*=gd-button-]::before, .gd-icon-hyperlink[disabled=disabled][class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-hyperlink-disabled::before, .gd-icon-hyperlink.disabled::before, .gd-icon-hyperlink[disabled=disabled]::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/hyperlink-disabled.svg");
}

.gd-icon-hyperlink-active::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-hyperlink-active[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-hyperlink-active::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/hyperlink-active.svg");
}

.gd-icon-hyperlink-warning::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-hyperlink-warning[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-hyperlink-warning::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/hyperlink-warning.svg");
}

.gd-icon-image::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-icon-image[class*=gd-button-]::before {
  height: 100%;
}

.gd-icon-image::before {
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/image.svg");
}

.gd-dropdown.overlay {
  padding: 0;
}

.gd-dropdown-search {
  margin: 8px;
  vertical-align: baseline;
}

.gd-dropdown-buttons {
  padding: 8px;
  text-align: right;
}

.gd-dropdown-buttons .gd-button {
  margin-left: 10px;
}

.gd-dropdown .gd-input-label {
  margin-bottom: 5px;
}

.gd-dropdown .gd-list,
.gd-dropdown .gd-list-view,
.gd-dropdown .gd-infinite-list,
.dropdown-body .gd-list,
.dropdown-body .gd-list-view,
.dropdown-body .gd-infinite-list {
  margin: 6px 0;
}

@media only screen and (max-width: 640px) {
  .gd-dropdown .gd-list,
  .gd-dropdown .gd-list-view,
  .gd-dropdown .gd-infinite-list,
  .dropdown-body .gd-list,
  .dropdown-body .gd-list-view,
  .dropdown-body .gd-infinite-list {
    margin: 0;
  }
}
.gd-dropdown .gd-async-list,
.dropdown-body .gd-async-list {
  margin: 6px 0;
}

@media only screen and (max-width: 640px) {
  .gd-dropdown .gd-async-list,
  .dropdown-body .gd-async-list {
    margin: 6px 0;
  }
}
.gd-dropdown .gd-list-view,
.gd-dropdown-small .gd-list-view {
  font-size: 12px;
}

.gd-dropdown .gd-list-view-item,
.gd-dropdown .gd-list-view-item-header,
.gd-dropdown-small .gd-list-view-item,
.gd-dropdown-small .gd-list-view-item-header {
  height: 25px;
}

.gd-dropdown .gd-list-view-item > div,
.gd-dropdown .gd-list-view-item-header > div,
.gd-dropdown-small .gd-list-view-item > div,
.gd-dropdown-small .gd-list-view-item-header > div {
  line-height: 25px;
}

.gd-dropdown-normal .gd-list-view {
  font-size: 14px;
}

.gd-dropdown-normal .gd-list-view-item,
.gd-dropdown-normal .gd-list-view-item-header {
  height: 28px;
}

.gd-dropdown-normal .gd-list-view-item > div,
.gd-dropdown-normal .gd-list-view-item-header > div {
  line-height: 28px;
}

.gd-list-searchfield,
.gd-dropdown-searchfield {
  margin: 10px;
}

.gd-list-title {
  margin: 0;
  padding: 10px;
  background: var(--gd-palette-complementary-2, #ebeff4);
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.gd-dropdown-tabs {
  margin: 0 10px;
}

.gd-mobile-dropdown-overlay {
  height: 100%;
  background-color: var(--gd-palette-complementary-0-from-theme, #f8fafb);
}

.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project {
  margin: 0;
  box-shadow: 0 1px 2px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1));
  color: var(--gd-palette-complementary-8-from-theme, #000);
  border-bottom: 1px solid var(--gd-palette-complementary-4-from-theme, #c9d5e0);
}

.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-expanded::after, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-collapsed::after,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-expanded::after,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-collapsed::after {
  right: 10px;
  color: var(--gd-palette-complementary-8, #464e56);
  opacity: 1;
}

.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-expanded, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-expanded:hover, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-collapsed, .gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-button.is-collapsed:hover,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-expanded,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-expanded:hover,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-collapsed,
.gd-mobile-dropdown-overlay .gd-mobile-dropdown-header .gd-header-project.is-collapsed:hover {
  background-color: var(--gd-palette-complementary-0, #fff);
}

@font-face {
  font-family: "Indigo";
  src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff2") format("woff2"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=gd-icon-]::before,
[class*=" gd-icon-"]::before,
[class^=gd-icon-].gd-icon-right::after,
[class*=" gd-icon-"].gd-icon-right::after {
  font-family: "Indigo", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  /* Better Font Rendering looks better in Chrome, corresponds to Sketch mockups */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: none;
}

[class^=gd-icon-].gd-icon-right::before,
[class*=" gd-icon-"].gd-icon-right::before {
  content: "";
  display: none;
}

.gd-icon-trend-down::before,
.gd-icon-trend-down.gd-icon-right::after {
  content: "\e600";
}

.gd-icon-trend-up::before,
.gd-icon-trend-up.gd-icon-right::after {
  content: "\e601";
}

.gd-icon-user::before,
.gd-icon-user.gd-icon-right::after {
  content: "\e602";
}

.gd-icon-ghost::before,
.gd-icon-ghost.gd-icon-right::after {
  content: "\e603";
}

.gd-icon-redo::before,
.gd-icon-redo.gd-icon-right::after {
  content: "\e604";
}

.gd-icon-undo::before,
.gd-icon-undo.gd-icon-right::after {
  content: "\e605";
}

.gd-icon-pause::before,
.gd-icon-pause.gd-icon-right::after {
  content: "\e606";
}

.gd-icon-users::before,
.gd-icon-users.gd-icon-right::after {
  content: "\e607";
}

.gd-icon-cloud-rain::before, .gd-icon-rain::before,
.gd-icon-cloud-rain.gd-icon-right::after,
.gd-icon-right.gd-icon-rain::after {
  content: "\e608";
}

.gd-icon-calendar::before,
.gd-icon-calendar.gd-icon-right::after {
  content: "\e609";
}

.gd-icon-circle-exclamation::before,
.gd-icon-circle-exclamation.gd-icon-right::after {
  content: "\e60a";
}

.gd-icon-circle-question::before,
.gd-icon-circle-question.gd-icon-right::after {
  content: "\e60b";
}

.gd-icon-dropright::before,
.gd-icon-dropright.gd-icon-right::after {
  content: "\e60c";
}

.gd-icon-dropdown::before,
.gd-icon-dropdown.gd-icon-right::after {
  content: "\e60d";
}

.gd-icon-question::before,
.gd-icon-question.gd-icon-right::after {
  content: "\e60e";
}

.gd-icon-number::before,
.gd-icon-number.gd-icon-right::after {
  content: "\e60f";
}

.gd-icon-navigateleft::before,
.gd-icon-navigateleft.gd-icon-right::after {
  content: "\e610";
}

.gd-icon-navigateright::before,
.gd-icon-navigateright.gd-icon-right::after {
  content: "\e611";
}

.gd-icon-navigatedown::before,
.gd-icon-navigatedown.gd-icon-right::after {
  content: "\e612";
}

.gd-icon-navigateup::before,
.gd-icon-navigateup.gd-icon-right::after {
  content: "\e613";
}

.gd-icon-pencil::before,
.gd-icon-pencil.gd-icon-right::after {
  content: "\e614";
}

.gd-icon-magic::before,
.gd-icon-magic.gd-icon-right::after {
  content: "\e615";
}

.gd-icon-cloud-upload::before, .gd-icon-upload::before, .gd-icon-uploadcloud::before,
.gd-icon-cloud-upload.gd-icon-right::after,
.gd-icon-right.gd-icon-upload::after,
.gd-icon-right.gd-icon-uploadcloud::after {
  content: "\e616";
}

.gd-icon-lock::before,
.gd-icon-lock.gd-icon-right::after {
  content: "\e617";
}

.gd-icon-unlock::before,
.gd-icon-unlock.gd-icon-right::after {
  content: "\e618";
}

.gd-icon-settings::before, .gd-icon-config::before,
.gd-icon-settings.gd-icon-right::after,
.gd-icon-right.gd-icon-config::after {
  content: "\e619";
}

.gd-icon-trash::before,
.gd-icon-trash.gd-icon-right::after {
  content: "\e61a";
}

.gd-icon-at-sign::before,
.gd-icon-at-sign.gd-icon-right::after {
  content: "\e61b";
}

.gd-icon-envelope::before,
.gd-icon-envelope.gd-icon-right::after {
  content: "\e61c";
}

.gd-icon-visible::before,
.gd-icon-visible.gd-icon-right::after {
  content: "\e61d";
}

.gd-icon-invisible::before,
.gd-icon-invisible.gd-icon-right::after {
  content: "\e61e";
}

.gd-icon-save::before,
.gd-icon-save.gd-icon-right::after {
  content: "\e61f";
}

.gd-icon-printer::before,
.gd-icon-printer.gd-icon-right::after {
  content: "\e620";
}

.gd-icon-file::before,
.gd-icon-file.gd-icon-right::after {
  content: "\e621";
}

.gd-icon-folder::before,
.gd-icon-folder.gd-icon-right::after {
  content: "\e622";
}

.gd-icon-enter::before,
.gd-icon-enter.gd-icon-right::after {
  content: "\e623";
}

.gd-icon-earth::before,
.gd-icon-earth.gd-icon-right::after {
  content: "\e624";
}

.gd-icon-bell::before,
.gd-icon-bell.gd-icon-right::after {
  content: "\e625";
}

.gd-icon-horn::before,
.gd-icon-horn.gd-icon-right::after {
  content: "\e626";
}

.gd-icon-sync::before,
.gd-icon-sync.gd-icon-right::after {
  content: "\e627";
}

.gd-icon-clock::before,
.gd-icon-clock.gd-icon-right::after {
  content: "\e628";
}

.gd-icon-timer::before,
.gd-icon-timer.gd-icon-right::after {
  content: "\e629";
}

.gd-icon-download::before,
.gd-icon-download.gd-icon-right::after {
  content: "\e62a";
}

.gd-icon-magnifier::before, .gd-icon-search::before,
.gd-icon-magnifier.gd-icon-right::after,
.gd-icon-right.gd-icon-search::after {
  content: "\e62b";
}

.gd-icon-checkmark::before,
.gd-icon-checkmark.gd-icon-right::after {
  content: "\e62c";
}

.gd-icon-cross::before, .gd-icon-clear::before,
.gd-icon-cross.gd-icon-right::after,
.gd-icon-right.gd-icon-clear::after {
  content: "\e62d";
}

.gd-icon-chevron-up::before,
.gd-icon-chevron-up.gd-icon-right::after {
  content: "\e62e";
}

.gd-icon-chevron-down::before,
.gd-icon-chevron-down.gd-icon-right::after {
  content: "\e62f";
}

.gd-icon-chevron-left::before,
.gd-icon-chevron-left.gd-icon-right::after {
  content: "\e630";
}

.gd-icon-chevron-right::before,
.gd-icon-chevron-right.gd-icon-right::after {
  content: "\e631";
}

.gd-icon-arrow-up::before,
.gd-icon-arrow-up.gd-icon-right::after {
  content: "\e632";
}

.gd-icon-arrow-down::before,
.gd-icon-arrow-down.gd-icon-right::after {
  content: "\e633";
}

.gd-icon-arrow-left::before,
.gd-icon-arrow-left.gd-icon-right::after {
  content: "\e634";
}

.gd-icon-arrow-right::before,
.gd-icon-arrow-right.gd-icon-right::after {
  content: "\e635";
}

.gd-icon-tab::before,
.gd-icon-tab.gd-icon-right::after {
  content: "\e636";
}

.gd-icon-warning::before,
.gd-icon-warning.gd-icon-right::after {
  content: "\e637";
}

.gd-icon-circle-checkmark::before,
.gd-icon-circle-checkmark.gd-icon-right::after {
  content: "\e638";
}

.gd-icon-circle-cross::before,
.gd-icon-circle-cross.gd-icon-right::after {
  content: "\e639";
}

.gd-icon-circle-plus::before,
.gd-icon-circle-plus.gd-icon-right::after {
  content: "\e63a";
}

.gd-icon-circle-minus::before,
.gd-icon-circle-minus.gd-icon-right::after {
  content: "\e63b";
}

.gd-icon-filter::before,
.gd-icon-filter.gd-icon-right::after {
  content: "\e63c";
}

.gd-icon-sharp::before,
.gd-icon-sharp.gd-icon-right::after {
  content: "\e63d";
}

.gd-icon-money::before,
.gd-icon-money.gd-icon-right::after {
  content: "\e63e";
}

.gd-icon-percent::before,
.gd-icon-percent.gd-icon-right::after {
  content: "\e63f";
}

.gd-icon-plus::before, .gd-icon-add::before,
.gd-icon-plus.gd-icon-right::after,
.gd-icon-right.gd-icon-add::after {
  content: "\e640";
}

.gd-icon-A::before,
.gd-icon-A.gd-icon-right::after {
  content: "\e641";
}

.gd-icon-copyright::before,
.gd-icon-copyright.gd-icon-right::after {
  content: "\e642";
}

/* allow vendor prefixes and disable max length */
/* allow vendor prefixes and disable max length */
/* ==========================================================================
   Mixins, silent classes etc.
   ========================================================================== */
/* ==========================================================================
   General styles for inputs & selects
   ========================================================================== */
.gd-input {
  position: relative;
  display: block;
}

.gd-input-wrapper,
.gd-input-field,
.input-text {
  width: 100%;
  max-width: 100%;
}

.gd-input-wrapper {
  position: relative;
}

.gd-input-field,
.input-text {
  box-sizing: border-box;
  margin: 0;
  padding: 6px 7px 5px;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  line-height: normal;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0, #fff);
  font-size: 14px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 200;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px 0 rgba(31, 53, 74, 0.15);
}

.gd-input-field::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-field:-moz-placeholder,
.input-text:-moz-placeholder {
  color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-field::-moz-placeholder,
.input-text::-moz-placeholder {
  color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-field:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: var(--gd-palette-complementary-6-from-theme, rgba(109, 118, 128, 0.75));
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-field:hover,
.input-text:hover {
  border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
}

.gd-input-field:hover::-webkit-input-placeholder,
.input-text:hover::-webkit-input-placeholder {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-input-field:hover:-moz-placeholder,
.input-text:hover:-moz-placeholder {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-input-field:hover::-moz-placeholder,
.input-text:hover::-moz-placeholder {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-input-field:hover:-ms-input-placeholder,
.input-text:hover:-ms-input-placeholder {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-input-field:focus,
.input-text:focus {
  box-shadow: inset 0 1px 1px 0 rgba(31, 53, 74, 0.2);
}

.gd-input-field:focus-visible,
.input-text:focus-visible {
  box-shadow: none;
  outline-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-input-field:disabled, .gd-input-field:disabled:hover, .gd-input-field.disabled, .gd-input-field.disabled:hover,
.input-text:disabled,
.input-text:disabled:hover,
.input-text.disabled,
.input-text.disabled:hover {
  color: var(--gd-palette-complementary-5, #b0beca);
  border-color: var(--gd-palette-complementary-4, #ccd8e2);
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
  box-shadow: none;
}

.gd-input-field.gd-input-field-small, .gd-input-field.small,
.input-text.gd-input-field-small,
.input-text.small {
  height: 27.1px;
  padding: 5px 7px;
  font-size: 13px;
}

textarea.gd-input, textarea.input-text {
  height: auto;
}

/* Searchfield
   ========================================================================== */
.gd-input-search,
.searchfield {
  position: relative;
}

.gd-input-search.gd-input-small .gd-input-field,
.gd-input-search.gd-input-small .searchfield-input, .gd-input-search.small .gd-input-field,
.gd-input-search.small .searchfield-input,
.searchfield.gd-input-small .gd-input-field,
.searchfield.gd-input-small .searchfield-input,
.searchfield.small .gd-input-field,
.searchfield.small .searchfield-input {
  padding-left: 30px;
  padding-right: 30px;
}

.gd-input-search.gd-input-small .gd-input-icon,
.gd-input-search.gd-input-small .searchfield-icon, .gd-input-search.small .gd-input-icon,
.gd-input-search.small .searchfield-icon,
.searchfield.gd-input-small .gd-input-icon,
.searchfield.gd-input-small .searchfield-icon,
.searchfield.small .gd-input-icon,
.searchfield.small .searchfield-icon {
  left: 8px;
}

.gd-input-search.gd-input-small .gd-input-icon-clear,
.gd-input-search.gd-input-small .searchfield-clear, .gd-input-search.small .gd-input-icon-clear,
.gd-input-search.small .searchfield-clear,
.searchfield.gd-input-small .gd-input-icon-clear,
.searchfield.gd-input-small .searchfield-clear,
.searchfield.small .gd-input-icon-clear,
.searchfield.small .searchfield-clear {
  right: 8px;
}

.gd-input-search.gd-input-small .gd-input-icon,
.gd-input-search.gd-input-small .gd-input-icon-clear,
.gd-input-search.gd-input-small .searchfield-icon,
.gd-input-search.gd-input-small .searchfield-clear, .gd-input-search.small .gd-input-icon,
.gd-input-search.small .gd-input-icon-clear,
.gd-input-search.small .searchfield-icon,
.gd-input-search.small .searchfield-clear,
.searchfield.gd-input-small .gd-input-icon,
.searchfield.gd-input-small .gd-input-icon-clear,
.searchfield.gd-input-small .searchfield-icon,
.searchfield.gd-input-small .searchfield-clear,
.searchfield.small .gd-input-icon,
.searchfield.small .gd-input-icon-clear,
.searchfield.small .searchfield-icon,
.searchfield.small .searchfield-clear {
  line-height: 29px;
  font-size: 14px;
}

.gd-input-search .gd-input-field,
.searchfield-input {
  padding-left: 36px;
  padding-right: 36px;
}

.gd-input-icon,
.searchfield-icon {
  left: 10px;
  color: var(--gd-palette-complementary-5, #b0beca);
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 32px;
  font-size: 16px;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

:focus + .gd-input-icon,
:focus + .searchfield-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-input-icon-clear,
.searchfield-clear {
  right: 10px;
  color: var(--gd-palette-complementary-7, #6d7680);
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 32px;
  font-size: 16px;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-input-icon-clear:hover,
.searchfield-clear:hover {
  color: var(--gd-palette-primary-base, #14b2e2);
}

/* Input states
   ========================================================================== */
.has-error .gd-input-field,
.has-error .input-text {
  color: var(--gd-palette-complementary-8, #464e56);
  border-color: var(--gd-palette-error-base, #e54d42);
  box-shadow: none;
}

.has-error .gd-input-field:focus-visible,
.has-error .input-text:focus-visible {
  outline-color: var(--gd-palette-error-base, #e54d42);
}

.has-error .gd-input-icon {
  color: var(--gd-palette-error-base, #e54d42);
}

.has-warning .gd-input-field,
.has-warning .input-text {
  border-color: var(--gd-palette-warning-base, #f18600);
  box-shadow: none;
}

.has-warning .gd-input-field:focus-visible,
.has-warning .input-text:focus-visible {
  outline-color: var(--gd-palette-warning-base, #f18600);
}

/* Input label
   ========================================================================== */
.gd-input-with-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gd-input-with-label .gd-input-wrapper {
  flex: 1 1 auto;
}

.gd-input-with-label.is-disabled .gd-input-label {
  color: var(--gd-palette-complementary-5, #b0beca);
  user-select: none;
}

.gd-input-with-label.has-error .gd-input-label {
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-input-label {
  flex: 0 0 auto;
  margin-right: 20px;
  white-space: nowrap;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 14px;
}

.gd-input-label-top {
  flex-wrap: wrap;
}

.gd-input-label-top .gd-input-label {
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
  font-size: 10px;
  text-transform: uppercase;
}

/* Input prefixes and suffixes
   ========================================================================== */
.gd-input-with-prefix .gd-input-wrapper,
.gd-input-with-suffix .gd-input-wrapper {
  display: flex;
}

.gd-input-with-prefix:hover .gd-input-field,
.gd-input-with-prefix:hover .gd-input-prefix,
.gd-input-with-prefix:hover .gd-input-suffix,
.gd-input-with-suffix:hover .gd-input-field,
.gd-input-with-suffix:hover .gd-input-prefix,
.gd-input-with-suffix:hover .gd-input-suffix {
  border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
}

.gd-input-with-prefix:hover .gd-input-field:disabled,
.gd-input-with-prefix:hover .gd-input-field:disabled ~ .gd-input-prefix,
.gd-input-with-prefix:hover .gd-input-field:disabled ~ .gd-input-suffix,
.gd-input-with-suffix:hover .gd-input-field:disabled,
.gd-input-with-suffix:hover .gd-input-field:disabled ~ .gd-input-prefix,
.gd-input-with-suffix:hover .gd-input-field:disabled ~ .gd-input-suffix {
  border-color: var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-input-with-prefix .gd-input-prefix,
.gd-input-with-suffix .gd-input-prefix {
  order: 0;
}

.gd-input-with-prefix .gd-input-field,
.gd-input-with-suffix .gd-input-field {
  flex: 1 1 100%;
  min-width: 0;
}

.gd-input-with-prefix .gd-input-field:focus,
.gd-input-with-prefix .gd-input-field:focus ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field:focus ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field:focus,
.gd-input-with-suffix .gd-input-field:focus ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field:focus ~ .gd-input-suffix {
  border-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-input-with-prefix .gd-input-field.gd-input-field-small,
.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-suffix, .gd-input-with-prefix .gd-input-field.small,
.gd-input-with-prefix .gd-input-field.small ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field.small ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field.gd-input-field-small,
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field.small,
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-suffix {
  height: 27.1px;
  padding: 5px 7px;
  font-size: 13px;
}

.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field.gd-input-field-small ~ .gd-input-suffix, .gd-input-with-prefix .gd-input-field.small ~ .gd-input-prefix,
.gd-input-with-prefix .gd-input-field.small ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field.gd-input-field-small ~ .gd-input-suffix,
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-prefix,
.gd-input-with-suffix .gd-input-field.small ~ .gd-input-suffix {
  min-width: 27px;
}

.gd-input-with-prefix .gd-input-field,
.gd-input-with-prefix .gd-input-suffix,
.gd-input-with-suffix .gd-input-field,
.gd-input-with-suffix .gd-input-suffix {
  order: 1;
}

.gd-input-with-prefix.has-error .gd-input-field,
.gd-input-with-prefix.has-error .gd-input-field ~ .gd-input-prefix,
.gd-input-with-prefix.has-error .gd-input-field ~ .gd-input-suffix,
.gd-input-with-suffix.has-error .gd-input-field,
.gd-input-with-suffix.has-error .gd-input-field ~ .gd-input-prefix,
.gd-input-with-suffix.has-error .gd-input-field ~ .gd-input-suffix {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.gd-input-with-prefix .gd-input-field {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.gd-input-with-suffix .gd-input-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.gd-input-prefix,
.gd-input-suffix {
  display: block;
  flex: 0 0 auto;
  box-sizing: border-box;
  margin: 0;
  padding: 6px 7px 5px;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  line-height: normal;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0, #fff);
  font-size: 14px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  font-weight: 200;
  color: var(--gd-palette-complementary-6-from-theme, #b0beca);
  min-width: 30px;
  text-align: center;
  background-color: var(--gd-palette-complementary-1-from-theme, #fcfcfd);
}

.gd-input-prefix {
  border-right: none;
  border-radius: 3px 0 0 3px;
}

.gd-input-suffix {
  border-left: none;
  border-radius: 0 3px 3px 0;
}

/* Icon button
   ========================================================================== */
.gd-input-with-icon-button .gd-input-field {
  padding-right: var(--gd-button-M);
  text-overflow: ellipsis;
  overflow: hidden;
}

.gd-input-icon-button {
  position: absolute;
  right: 0;
}

/* Checkbox and radio
   ========================================================================== */
.input-radio-label,
.input-checkbox-label {
  position: relative;
  display: inline-block;
  height: 20px;
  padding: 0 10px 0 23px;
  line-height: 20px;
  margin-left: -3px;
}

.input-radio-label .input-label-text,
.input-checkbox-label .input-label-text {
  line-height: inherit;
  vertical-align: middle;
  color: var(--gd-palette-complementary-8, #464e56);
}

.input-radio-label .input-label-text::before, .input-radio-label .input-label-text::after,
.input-checkbox-label .input-label-text::before,
.input-checkbox-label .input-label-text::after {
  content: "";
  position: absolute;
  box-sizing: content-box;
  cursor: pointer;
}

.input-radio-label .input-label-text::before,
.input-checkbox-label .input-label-text::before {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--gd-palette-complementary-5-from-theme, #b1c1d1);
  transition: all 0.2s;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.input-radio-label .input-label-text::after,
.input-checkbox-label .input-label-text::after {
  transform: scale(0);
  transition: transform 0.2s;
}

.input-radio-label .gd-checkbox-label-small,
.input-checkbox-label .gd-checkbox-label-small {
  line-height: inherit;
  vertical-align: inherit;
}

.input-radio-label input:disabled ~ .input-label-text::before,
.input-radio-label input.disabled ~ .input-label-text::before, .input-radio-label:hover input:disabled ~ .input-label-text::before,
.input-radio-label:hover input.disabled ~ .input-label-text::before, .input-radio-label:active input:disabled ~ .input-label-text::before,
.input-radio-label:active input.disabled ~ .input-label-text::before,
.input-checkbox-label input:disabled ~ .input-label-text::before,
.input-checkbox-label input.disabled ~ .input-label-text::before,
.input-checkbox-label:hover input:disabled ~ .input-label-text::before,
.input-checkbox-label:hover input.disabled ~ .input-label-text::before,
.input-checkbox-label:active input:disabled ~ .input-label-text::before,
.input-checkbox-label:active input.disabled ~ .input-label-text::before {
  box-shadow: none;
  border-color: var(--gd-palette-complementary-3-from-theme, rgba(204, 216, 226, 0.7));
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
}

.input-radio-label:hover .input-label-text::before, .input-radio-label:active .input-label-text::before,
.input-checkbox-label:hover .input-label-text::before,
.input-checkbox-label:active .input-label-text::before {
  box-shadow: inset 0 1px 2px 0 rgba(31, 53, 74, 0.25);
}

.input-radio-label:hover input:checked ~ .input-label-text::before, .input-radio-label:active input:checked ~ .input-label-text::before,
.input-checkbox-label:hover input:checked ~ .input-label-text::before,
.input-checkbox-label:active input:checked ~ .input-label-text::before {
  box-shadow: none;
  border-color: transparent;
}

.input-radio-label:hover .input-label-text::before,
.input-checkbox-label:hover .input-label-text::before {
  border-color: var(--gd-palette-complementary-6, #94a1ad);
}

.input-radio-label:active .input-label-text::before,
.input-checkbox-label:active .input-label-text::before {
  border-color: var(--gd-palette-primary-base, #14b2e2);
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.input-radio-label input,
.input-checkbox-label input {
  position: absolute;
  opacity: 0;
}

.input-radio-label input:checked ~ .input-label-text::before,
.input-checkbox-label input:checked ~ .input-label-text::before {
  border-color: transparent;
  background-color: var(--gd-palette-primary-base, #14b2e2);
}

.input-radio-label input:checked ~ .input-label-text::after,
.input-checkbox-label input:checked ~ .input-label-text::after {
  transform: scale(1);
}

.input-radio-label input:disabled ~ .input-label-text, .input-radio-label input.disabled ~ .input-label-text,
.input-checkbox-label input:disabled ~ .input-label-text,
.input-checkbox-label input.disabled ~ .input-label-text {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.input-radio-label input:disabled ~ .input-label-text::before,
.input-radio-label input:disabled ~ .input-label-text::after, .input-radio-label input.disabled ~ .input-label-text::before,
.input-radio-label input.disabled ~ .input-label-text::after,
.input-checkbox-label input:disabled ~ .input-label-text::before,
.input-checkbox-label input:disabled ~ .input-label-text::after,
.input-checkbox-label input.disabled ~ .input-label-text::before,
.input-checkbox-label input.disabled ~ .input-label-text::after {
  cursor: default;
}

.input-radio-label input:disabled:checked ~ .input-label-text::before, .input-radio-label input.disabled:checked ~ .input-label-text::before,
.input-checkbox-label input:disabled:checked ~ .input-label-text::before,
.input-checkbox-label input.disabled:checked ~ .input-label-text::before {
  background-color: var(--gd-palette-complementary-4, #ccd8e2);
}

.input-radio-label input[type=checkbox]:focus-visible + ::before,
.input-radio-label input[type=radio]:focus-visible + ::before,
.input-checkbox-label input[type=checkbox]:focus-visible + ::before,
.input-checkbox-label input[type=radio]:focus-visible + ::before,
.input-checkbox-toggle input[type=checkbox]:focus-visible + ::before,
.input-checkbox-toggle input[type=radio]:focus-visible + ::before {
  outline: 2px solid var(--gd-palette-primary-base, #14b2e2);
  outline-offset: 2px;
  transition: none;
}

.input-radio-label .input-label-text::before {
  border-radius: 50%;
}

.input-radio-label .input-label-text::after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--gd-palette-complementary-0, #fff);
}

.input-checkbox-label .input-label-text::before {
  border-radius: 2px;
}

.input-checkbox-label .input-label-text::after {
  top: 7px;
  left: 4px;
  width: 7px;
  height: 3px;
  transform: scale(0) rotate(315deg) skew(-2deg);
  transform-origin: top;
  border-left: 2px solid var(--gd-palette-complementary-0, #fff);
  border-bottom: 2px solid var(--gd-palette-complementary-0, #fff);
}

.input-checkbox-label input:checked ~ .input-label-text::after {
  transform: scale(1) rotate(315deg) skew(-2deg);
}

.input-checkbox-label .checkbox-indefinite ~ .input-label-text::after {
  top: 9px;
  left: 6px;
  width: 8px;
  height: 0;
  transform: scale(0);
  border-left: none;
}

.input-checkbox-label .checkbox-indefinite:checked ~ .input-label-text::after {
  transform: scale(1);
}

.input-checkbox-toggle input {
  position: absolute;
  opacity: 0;
}

.input-checkbox-toggle input:disabled ~ .input-label-text, .input-checkbox-toggle input.disabled ~ .input-label-text {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.input-checkbox-toggle .input-label-text {
  position: relative;
  height: 14px;
  line-height: 14px;
  padding-right: 35px;
}

.input-checkbox-toggle .input-label-text::before, .input-checkbox-toggle .input-label-text::after {
  content: "";
  position: absolute;
  box-sizing: content-box;
  background: var(--gd-palette-complementary-0-from-theme, #f3f6f7);
  cursor: pointer;
  transition: all 0.4s;
}

.input-checkbox-toggle .input-label-text::before {
  top: 1px;
  right: 0;
  width: 28px;
  height: 12px;
  border: 1px solid var(--gd-palette-complementary-4-from-theme, #c9d5e0);
  border-radius: 7px;
}

.input-checkbox-toggle .input-label-text::after {
  top: 3px;
  right: 18px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--gd-palette-complementary-5, #b0beca);
  border-radius: 50%;
}

.input-checkbox-toggle input:checked ~ .input-label-text::after {
  right: 2px;
  border: 1px solid var(--gd-palette-primary-base-d06, #129cc6);
  background: var(--gd-palette-primary-base, #14b2e2);
}

.input-checkbox-toggle:hover .input-label-text::after, .input-checkbox-toggle:active .input-label-text::after {
  border: 1px solid var(--gd-palette-complementary-5-from-theme, #94a1ad);
  background: var(--gd-palette-complementary-3-from-theme, #d7dfe5);
}

.input-checkbox-toggle:hover input:checked ~ .input-label-text::after, .input-checkbox-toggle:active input:checked ~ .input-label-text::after {
  background: var(--gd-palette-primary-base-d06, #129cc6);
}

.input-checkbox-toggle input:disabled ~ .input-label-text::before,
.input-checkbox-toggle input:disabled ~ .input-label-text::after,
.input-checkbox-toggle input.disabled ~ .input-label-text::before,
.input-checkbox-toggle input.disabled ~ .input-label-text::after, .input-checkbox-toggle:hover input:disabled ~ .input-label-text::before,
.input-checkbox-toggle:hover input:disabled ~ .input-label-text::after,
.input-checkbox-toggle:hover input.disabled ~ .input-label-text::before,
.input-checkbox-toggle:hover input.disabled ~ .input-label-text::after, .input-checkbox-toggle:active input:disabled ~ .input-label-text::before,
.input-checkbox-toggle:active input:disabled ~ .input-label-text::after,
.input-checkbox-toggle:active input.disabled ~ .input-label-text::before,
.input-checkbox-toggle:active input.disabled ~ .input-label-text::after {
  box-shadow: none;
  cursor: default;
  border-color: var(--gd-palette-complementary-3-from-theme, rgba(204, 216, 226, 0.5));
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
}

/* ==========================================================================
   Variables
   ========================================================================== */
.gd-button-primary,
.gd-button-secondary, .gd-button-positive, .gd-button-negative, .gd-button-action, .gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 14px;
  border: 1px solid transparent;
  font: 400 14px/20px var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  border-radius: var(--gd-button-borderRadius, 3px);
  text-transform: var(--gd-button-textCapitalization, none);
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-primary::before,
.gd-button-secondary::before, .gd-button-positive::before, .gd-button-negative::before, .gd-button-action::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before, .gd-button-primary::after,
.gd-button-secondary::after, .gd-button-positive::after, .gd-button-negative::after, .gd-button-action::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after {
  position: absolute;
  top: 50%;
  height: 20px;
  line-height: 20px;
  color: var(--gd-palette-complementary-5, #b0beca);
  transform: translateY(-50%);
  font-size: 18px;
  text-align: center;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-primary::before,
.gd-button-secondary::before, .gd-button-positive::before, .gd-button-negative::before, .gd-button-action::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before {
  left: 10px;
  margin-right: 0.5em;
}

.gd-button-primary::after,
.gd-button-secondary::after, .gd-button-positive::after, .gd-button-negative::after, .gd-button-action::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after {
  right: 7px;
  margin-left: 0.5em;
}

.gd-button-primary .gd-button-text,
.gd-button-secondary .gd-button-text, .gd-button-positive .gd-button-text, .gd-button-negative .gd-button-text, .gd-button-action .gd-button-text, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-text, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-text,
.gd-button-primary .gd-button-icon,
.gd-button-secondary .gd-button-icon,
.gd-button-positive .gd-button-icon,
.gd-button-negative .gd-button-icon,
.gd-button-action .gd-button-icon,
.gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon {
  position: relative;
  display: block;
  justify-content: space-between;
  align-items: center;
}

.gd-button-primary .gd-button-text,
.gd-button-secondary .gd-button-text, .gd-button-positive .gd-button-text, .gd-button-negative .gd-button-text, .gd-button-action .gd-button-text, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-text, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-text {
  top: 1px;
  flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.gd-button-primary .gd-button-icon,
.gd-button-secondary .gd-button-icon, .gd-button-positive .gd-button-icon, .gd-button-negative .gd-button-icon, .gd-button-action .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0 0.5em;
  line-height: 18px;
  color: var(--gd-palette-complementary-5, #b0beca);
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gd-button-primary .gd-button-icon::before,
.gd-button-secondary .gd-button-icon::before, .gd-button-positive .gd-button-icon::before, .gd-button-negative .gd-button-icon::before, .gd-button-action .gd-button-icon::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon::before, .gd-button-primary .gd-button-icon::after,
.gd-button-secondary .gd-button-icon::after, .gd-button-positive .gd-button-icon::after, .gd-button-negative .gd-button-icon::after, .gd-button-action .gd-button-icon::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon::after {
  color: inherit;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-primary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child,
.gd-button-secondary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-positive:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-negative:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-action:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:first-child {
  margin-left: -4px;
}

.gd-button-primary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child,
.gd-button-secondary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-positive:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-negative:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-action:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:last-child {
  margin-right: -4px;
}

.gd-button-primary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child,
.gd-button-secondary:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-positive:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-negative:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-action:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child {
  width: 19px;
  height: 17px;
  line-height: 17px;
  margin-right: -9px;
  margin-left: -9px;
  font-size: 16px;
}

.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::before, .gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active::after {
  top: calc(50% + 1px);
}

.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-text {
  top: 2px;
}

.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed):active .gd-button-icon {
  margin-top: 2px;
}

.gd-button-primary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child,
.gd-button-secondary:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-positive:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-negative:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-action:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:not(.disabled):not(.gd-button-link):not(.gd-button-link-dimmed) .gd-button-icon:only-child {
  color: var(--gd-palette-complementary-7-from-theme, #778491);
}

.gd-button-primary:hover::before,
.gd-button-secondary:hover::before, .gd-button-positive:hover::before, .gd-button-negative:hover::before, .gd-button-action:hover::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover::before, .gd-button-primary:hover::after,
.gd-button-secondary:hover::after, .gd-button-positive:hover::after, .gd-button-negative:hover::after, .gd-button-action:hover::after, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover::after,
.gd-button-primary:hover .gd-button-icon,
.gd-button-secondary:hover .gd-button-icon,
.gd-button-positive:hover .gd-button-icon,
.gd-button-negative:hover .gd-button-icon,
.gd-button-action:hover .gd-button-icon,
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-primary:focus-visible,
.gd-button-secondary:focus-visible, .gd-button-positive:focus-visible, .gd-button-negative:focus-visible, .gd-button-action:focus-visible, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:focus-visible, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:focus-visible {
  transition: none;
}

[class*=gd-icon-].gd-button-primary,
[class*=gd-icon-].gd-button-secondary, [class*=gd-icon-].gd-button-positive, [class*=gd-icon-].gd-button-negative, [class*=gd-icon-].gd-button-action, [class*=gd-icon-].gd-button-link.gd-button-icon-only, [class*=gd-icon-].gd-button-icon-only.gd-button-link-dimmed {
  padding-left: 37px;
}

[class*=gd-icon-].gd-icon-right.gd-button-primary,
[class*=gd-icon-].gd-icon-right.gd-button-secondary, [class*=gd-icon-].gd-icon-right.gd-button-positive, [class*=gd-icon-].gd-icon-right.gd-button-negative, [class*=gd-icon-].gd-icon-right.gd-button-action, [class*=gd-icon-].gd-icon-right.gd-button-link.gd-button-icon-only, [class*=gd-icon-].gd-icon-right.gd-button-icon-only.gd-button-link-dimmed {
  padding-left: 11px;
  padding-right: 32px;
}

.gd-button-primary .ss-icon,
.gd-button-secondary .ss-icon, .gd-button-positive .ss-icon, .gd-button-negative .ss-icon, .gd-button-action .ss-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-] .ss-icon, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .ss-icon {
  vertical-align: middle;
}

/* Basic button variants
   ========================================================================== */
/* disable max length */
.gd-button + .gd-button {
  margin-left: 10px;
}

.gd-button-primary, .gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary {
  box-shadow: var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15));
  color: var(--gd-palette-complementary-7-from-theme, #778491);
  background: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
  border-color: var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-button-primary:hover, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover,
.gd-button-secondary:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.6));
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-1, #f5f8fa);
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
}

.gd-button-primary:focus, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:focus, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:focus, .gd-button-primary.is-focus, .is-focus.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-focus.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary:focus,
.gd-button-secondary.is-focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) rgba(69, 199, 239, 0), var(--gd-button-dropShadow, 0 1px 2px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.6));
  border-color: var(--gd-palette-primary-base-t25, rgba(20, 178, 226, 0.75));
}

.gd-button-primary:active, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:active, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active, .gd-button-primary.is-active, .is-active.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-active.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary:active,
.gd-button-secondary.is-active {
  box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
  color: var(--gd-palette-complementary-8, #464e56);
  border-color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
  background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
}

.gd-button-primary.is-full-width, .is-full-width.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-full-width.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary.is-full-width {
  width: 100%;
}

.gd-button-positive,
.gd-button-negative,
.gd-button-action {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-positive[class*=gd-icon-],
.gd-button-positive .gd-button-icon,
.gd-button-negative[class*=gd-icon-],
.gd-button-negative .gd-button-icon,
.gd-button-action[class*=gd-icon-],
.gd-button-action .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-positive[class*=gd-icon-]::before, .gd-button-positive[class*=gd-icon-]::after,
.gd-button-positive[class*=gd-icon-] .gd-button-icon, .gd-button-positive[class*=gd-icon-]:hover::before, .gd-button-positive[class*=gd-icon-]:hover::after,
.gd-button-positive[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-positive .gd-button-icon::before,
.gd-button-positive .gd-button-icon::after,
.gd-button-positive .gd-button-icon .gd-button-icon,
.gd-button-positive .gd-button-icon:hover::before,
.gd-button-positive .gd-button-icon:hover::after,
.gd-button-positive .gd-button-icon:hover .gd-button-icon,
.gd-button-negative[class*=gd-icon-]::before,
.gd-button-negative[class*=gd-icon-]::after,
.gd-button-negative[class*=gd-icon-] .gd-button-icon,
.gd-button-negative[class*=gd-icon-]:hover::before,
.gd-button-negative[class*=gd-icon-]:hover::after,
.gd-button-negative[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-negative .gd-button-icon::before,
.gd-button-negative .gd-button-icon::after,
.gd-button-negative .gd-button-icon .gd-button-icon,
.gd-button-negative .gd-button-icon:hover::before,
.gd-button-negative .gd-button-icon:hover::after,
.gd-button-negative .gd-button-icon:hover .gd-button-icon,
.gd-button-action[class*=gd-icon-]::before,
.gd-button-action[class*=gd-icon-]::after,
.gd-button-action[class*=gd-icon-] .gd-button-icon,
.gd-button-action[class*=gd-icon-]:hover::before,
.gd-button-action[class*=gd-icon-]:hover::after,
.gd-button-action[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-action .gd-button-icon::before,
.gd-button-action .gd-button-icon::after,
.gd-button-action .gd-button-icon .gd-button-icon,
.gd-button-action .gd-button-icon:hover::before,
.gd-button-action .gd-button-icon:hover::after,
.gd-button-action .gd-button-icon:hover .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-positive,
.gd-button-negative,
.gd-button-action,
.gd-button-primary,
.gd-button-link.gd-button-icon-only[class*=gd-icon-],
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed {
  font-weight: 700;
}

.gd-button-positive {
  box-shadow: var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09));
  background: var(--gd-palette-success-base, #00c18d);
}

.gd-button-positive:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-success-base-d06, #00a277);
}

.gd-button-positive:focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-success-focus, rgba(0, 224, 163, 0.5)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
}

.gd-button-positive:active, .gd-button-positive.is-active {
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-success-base-d06, #00a277); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-success-base-d12, #008460), var(--gd-palette-success-base-d06, #00a277));
}

.gd-button-negative {
  box-shadow: var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09));
  background: var(--gd-palette-error-base, #e54d42);
}

.gd-button-negative:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-error-base-d10, #d62a1e);
}

.gd-button-negative:focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-error-focus, rgba(235, 119, 111, 0.6)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}

.gd-button-negative:active, .gd-button-negative.is-active {
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-error-base-d10, #d62a1e); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-error-base-d20, #aa2117), var(--gd-palette-error-base-d10, #d62a1e));
}

.gd-button-action {
  box-shadow: var(--gd-button-dropShadow, 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09));
  background: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-action:hover {
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-primary-base-d06, #129cc6);
}

.gd-button-action:focus {
  box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-primary-focus, rgba(41, 190, 236, 0.6)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}

.gd-button-action:active, .gd-button-action.is-active {
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
  background: var(--gd-palette-primary-base-d06, #129cc6); /* Old browsers */
  background-image: -webkit-linear-gradient(top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6)); /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6)); /* FF3.6 */
  background-image: -ms-linear-gradient(top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6)); /* IE10 */
  background-image: linear-gradient(to top, var(--gd-palette-primary-base-d12, #0f86aa), var(--gd-palette-primary-base-d06, #129cc6));
}

/* Button links
   ========================================================================== */
.gd-button-link[class*=gd-icon-], [class*=gd-icon-].gd-button-link-dimmed {
  position: relative;
  padding-left: 32px;
}

.gd-button-link[class*=gd-icon-].gd-icon-right, [class*=gd-icon-].gd-icon-right.gd-button-link-dimmed {
  padding-left: 11px;
  padding-right: 30px;
}

.gd-button-link[class*=gd-icon-].gd-icon-right::after, [class*=gd-icon-].gd-icon-right.gd-button-link-dimmed::after {
  position: absolute;
  right: 5px;
  font-size: 18px;
}

.gd-button-link, .gd-button-link-dimmed {
  box-sizing: border-box;
  display: inline-flex;
  padding: 0 6px;
  border: 1px solid transparent;
  font: 400 14px/30px var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  vertical-align: middle;
  color: var(--gd-palette-primary-base, #14b2e2);
  background: none;
  cursor: pointer;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-link > span, .gd-button-link-dimmed > span {
  text-decoration: none;
}

.gd-button-link::before, .gd-button-link-dimmed::before, .gd-button-link::after, .gd-button-link-dimmed::after {
  position: absolute;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
  font-size: 18px;
  text-align: center;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-link::before, .gd-button-link-dimmed::before, .gd-button-link::after, .gd-button-link-dimmed::after,
.gd-button-link .gd-button-icon,
.gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-link::before, .gd-button-link-dimmed::before {
  left: 6px;
}

.gd-button-link::after, .gd-button-link-dimmed::after {
  right: 6px;
}

.gd-button-link .gd-button-icon, .gd-button-link-dimmed .gd-button-icon {
  width: 20px;
  margin: 0 6px;
  font-size: 18px;
}

.gd-button-link .gd-button-icon:first-child, .gd-button-link-dimmed .gd-button-icon:first-child {
  margin-left: 0;
}

.gd-button-link .gd-button-icon:last-child, .gd-button-link-dimmed .gd-button-icon:last-child {
  margin-right: 0;
}

.gd-button-link .gd-button-icon:only-child, .gd-button-link-dimmed .gd-button-icon:only-child {
  position: relative;
  left: -3px;
}

.gd-button-link:hover, .gd-button-link-dimmed:hover, .gd-button-link:active, .gd-button-link-dimmed:active, .gd-button-link.is-active, .is-active.gd-button-link-dimmed {
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-button-link:hover::after, .gd-button-link-dimmed:hover::after, .gd-button-link:hover::before, .gd-button-link-dimmed:hover::before,
.gd-button-link:hover .gd-button-icon,
.gd-button-link-dimmed:hover .gd-button-icon, .gd-button-link:active::after, .gd-button-link-dimmed:active::after, .gd-button-link:active::before, .gd-button-link-dimmed:active::before,
.gd-button-link:active .gd-button-icon,
.gd-button-link-dimmed:active .gd-button-icon, .gd-button-link.is-active::after, .is-active.gd-button-link-dimmed::after, .gd-button-link.is-active::before, .is-active.gd-button-link-dimmed::before,
.gd-button-link.is-active .gd-button-icon,
.is-active.gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-link:hover .gd-button-text, .gd-button-link-dimmed:hover .gd-button-text, .gd-button-link:focus .gd-button-text, .gd-button-link-dimmed:focus .gd-button-text, .gd-button-link:active .gd-button-text, .gd-button-link-dimmed:active .gd-button-text, .gd-button-link.is-active .gd-button-text, .is-active.gd-button-link-dimmed .gd-button-text {
  text-decoration: underline;
}

.gd-button-link-dimmed {
  color: var(--gd-palette-complementary-7-from-theme, #778491);
}

.gd-button-link-dimmed::before, .gd-button-link-dimmed::after,
.gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-button-link-dimmed.is-active, .gd-button-link-dimmed:hover, .gd-button-link-dimmed:focus, .gd-button-link-dimmed:active {
  color: var(--gd-palette-complementary-8-from-theme, #000);
}

.gd-button-link-dimmed .gd-button-text {
  text-decoration: underline;
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed {
  width: 31px;
  height: 29px;
  line-height: 27px;
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-], .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:focus, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:active {
  border: 0;
  box-shadow: none;
  background: none;
  padding-left: 0;
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-].gd-button-small::before, .gd-button-icon-only[class*=gd-icon-].gd-button-small.gd-button-link-dimmed::before {
  font-size: 16px;
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-]:active::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:active .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active .gd-button-icon {
  color: var(--gd-palette-primary-base-d06, #129cc6);
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled::before, .gd-button-icon-only[class*=gd-icon-].disabled.gd-button-link-dimmed::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled .gd-button-icon,
.gd-button-icon-only[class*=gd-icon-].disabled.gd-button-link-dimmed .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:hover::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:hover .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:focus::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:focus .gd-button-icon, .gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:active::before,
.gd-button-link.gd-button-icon-only[class*=gd-icon-].disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-5, #b0beca);
}

:not(button).gd-button-link, :not(button).gd-button-link-dimmed {
  line-height: 0.8;
}

.button-dropdown {
  font-weight: 400;
}

.button-dropdown:not(.customizable) {
  border-radius: 3px;
  text-transform: "none";
}

.button-dropdown::after, .button-dropdown::before,
.button-dropdown .gd-button-icon {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.button-dropdown:focus::after, .button-dropdown:focus::before,
.button-dropdown:focus .gd-button-icon, .button-dropdown:hover::after, .button-dropdown:hover::before,
.button-dropdown:hover .gd-button-icon, .button-dropdown:active::after, .button-dropdown:active::before,
.button-dropdown:active .gd-button-icon, .button-dropdown.is-active::after, .button-dropdown.is-active::before,
.button-dropdown.is-active .gd-button-icon {
  color: var(--gd-palette-complementary-7, #6d7680);
}

/* Button sizes
   ========================================================================== */
.gd-button-small {
  height: 27px;
  padding: 0 11px;
  line-height: 25px;
  font-size: 12px;
}

.gd-button-small[class*=gd-icon-] {
  padding-left: 32px;
}

.gd-button-small[class*=gd-icon-]::before, .gd-button-small[class*=gd-icon-]::after {
  width: 18px;
  font-size: 15px;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.gd-button-small[class*=gd-icon-]::before {
  left: 9px;
}

.gd-button-small[class*=gd-icon-]::after {
  right: 7px;
}

.gd-button-small[class*=gd-icon-].gd-button-icon-only {
  height: 27px;
}

.gd-button-small[class*=gd-icon-].gd-button-icon-only::before {
  width: auto;
}

.gd-button-small .gd-button-icon {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}

.gd-button-important,
.gd-button-large {
  height: 38px;
  padding: 7px 19px;
  line-height: 22px;
  font-size: 16px;
}

.gd-button.gd-button-icon-only {
  width: 31px;
  height: 29px;
  line-height: 27px;
  color: var(--gd-palette-complementary-7-from-theme, #778491);
  padding-left: 0;
}

.gd-button.gd-button-icon-only::before {
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  color: var(--gd-palette-complementary-7-from-theme, #778491);
  font-size: 16px;
}

.gd-button.gd-button-icon-only:hover::before,
.gd-button.gd-button-icon-only:hover .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}

/* Button states
   ========================================================================== */
.gd-button.disabled, .gd-button.disabled:hover, .gd-button.disabled:focus, .gd-button.disabled:active {
  box-shadow: none;
  background: transparent;
  cursor: default;
  border-color: transparent;
  text-decoration: none;
}

.gd-button-primary.disabled, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-], .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
.gd-button-secondary.disabled {
  cursor: default;
}

.gd-button-primary.disabled, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-], .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed, .gd-button-primary.disabled:hover, .gd-button-primary.disabled:focus, .gd-button-primary.disabled:active,
.gd-button-secondary.disabled,
.gd-button-secondary.disabled:hover,
.gd-button-secondary.disabled:focus,
.gd-button-secondary.disabled:active {
  color: var(--gd-palette-complementary-5, #b0beca);
  background: rgba(252, 252, 253, 0.3);
  border-color: rgba(210, 219, 227, 0.75);
}

.gd-button-primary.disabled::before, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before, .gd-button-primary.disabled::after, .disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after,
.gd-button-primary.disabled .gd-button-icon,
.disabled.gd-button-link.gd-button-icon-only[class*=gd-icon-] .gd-button-icon,
.disabled.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed .gd-button-icon, .gd-button-primary.disabled:hover::before, .gd-button-primary.disabled:hover::after,
.gd-button-primary.disabled:hover .gd-button-icon, .gd-button-primary.disabled:focus::before, .gd-button-primary.disabled:focus::after,
.gd-button-primary.disabled:focus .gd-button-icon, .gd-button-primary.disabled:active::before, .gd-button-primary.disabled:active::after,
.gd-button-primary.disabled:active .gd-button-icon,
.gd-button-secondary.disabled::before,
.gd-button-secondary.disabled::after,
.gd-button-secondary.disabled .gd-button-icon,
.gd-button-secondary.disabled:hover::before,
.gd-button-secondary.disabled:hover::after,
.gd-button-secondary.disabled:hover .gd-button-icon,
.gd-button-secondary.disabled:focus::before,
.gd-button-secondary.disabled:focus::after,
.gd-button-secondary.disabled:focus .gd-button-icon,
.gd-button-secondary.disabled:active::before,
.gd-button-secondary.disabled:active::after,
.gd-button-secondary.disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-button-positive.disabled {
  cursor: default;
}

.gd-button-positive.disabled, .gd-button-positive.disabled:hover, .gd-button-positive.disabled:focus, .gd-button-positive.disabled:active {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-success-disabled, rgba(0, 224, 163, 0.5));
}

.gd-button-positive.disabled::before, .gd-button-positive.disabled::after,
.gd-button-positive.disabled .gd-button-icon, .gd-button-positive.disabled:hover::before, .gd-button-positive.disabled:hover::after,
.gd-button-positive.disabled:hover .gd-button-icon, .gd-button-positive.disabled:focus::before, .gd-button-positive.disabled:focus::after,
.gd-button-positive.disabled:focus .gd-button-icon, .gd-button-positive.disabled:active::before, .gd-button-positive.disabled:active::after,
.gd-button-positive.disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-negative.disabled {
  cursor: default;
}

.gd-button-negative.disabled, .gd-button-negative.disabled:hover, .gd-button-negative.disabled:focus, .gd-button-negative.disabled:active {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-error-disabled, rgba(241, 161, 156, 0.6));
}

.gd-button-negative.disabled::before, .gd-button-negative.disabled::after,
.gd-button-negative.disabled .gd-button-icon, .gd-button-negative.disabled:hover::before, .gd-button-negative.disabled:hover::after,
.gd-button-negative.disabled:hover .gd-button-icon, .gd-button-negative.disabled:focus::before, .gd-button-negative.disabled:focus::after,
.gd-button-negative.disabled:focus .gd-button-icon, .gd-button-negative.disabled:active::before, .gd-button-negative.disabled:active::after,
.gd-button-negative.disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-action.disabled {
  cursor: default;
}

.gd-button-action.disabled, .gd-button-action.disabled:hover, .gd-button-action.disabled:focus, .gd-button-action.disabled:active {
  color: var(--gd-palette-complementary-0, #fff);
  background: var(--gd-palette-primary-disabled, rgba(69, 199, 239, 0.6));
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.gd-button-action.disabled::before, .gd-button-action.disabled::after,
.gd-button-action.disabled .gd-button-icon, .gd-button-action.disabled:hover::before, .gd-button-action.disabled:hover::after,
.gd-button-action.disabled:hover .gd-button-icon, .gd-button-action.disabled:focus::before, .gd-button-action.disabled:focus::after,
.gd-button-action.disabled:focus .gd-button-icon, .gd-button-action.disabled:active::before, .gd-button-action.disabled:active::after,
.gd-button-action.disabled:active .gd-button-icon {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-button-link.disabled, .disabled.gd-button-link-dimmed {
  cursor: default;
}

.gd-button-link.disabled, .disabled.gd-button-link-dimmed, .gd-button-link.disabled:hover, .gd-button-link.disabled:focus, .gd-button-link.disabled:active {
  color: var(--gd-palette-complementary-4, #ccd8e2);
  border-color: transparent;
}

.gd-button-link.disabled > span, .disabled.gd-button-link-dimmed > span, .gd-button-link.disabled:hover > span, .gd-button-link.disabled:focus > span, .gd-button-link.disabled:active > span {
  text-decoration: none;
}

.gd-button-link.disabled::before, .disabled.gd-button-link-dimmed::before, .gd-button-link.disabled::after, .disabled.gd-button-link-dimmed::after,
.gd-button-link.disabled .gd-button-icon,
.disabled.gd-button-link-dimmed .gd-button-icon {
  color: var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-button-link.gd-button-icon-only[class*=gd-icon-]::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::before, .gd-button-link.gd-button-icon-only[class*=gd-icon-]::after, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed::after {
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
}

.gd-button-group .gd-button {
  position: relative;
  z-index: 1;
  margin: 0 -1px 0 0;
  border-radius: 0;
}

.gd-button-group .gd-button:focus {
  z-index: 2;
}

.gd-button-group .gd-button:not(:focus) {
  box-shadow: none;
}

.gd-button-group > .gd-button:first-child,
.gd-button-group > *:not(.gd-button):first-child .gd-button {
  border-radius: var(--gd-button-borderRadius, 3px) 0 0 var(--gd-button-borderRadius, 3px);
}

.gd-button-group > .gd-button:last-child,
.gd-button-group > *:not(.gd-button):last-child .gd-button {
  margin-right: 0;
  border-radius: 0 var(--gd-button-borderRadius, 3px) var(--gd-button-borderRadius, 3px) 0;
}

/* Alternative markup support
   ========================================================================== */
a[class*=gd-button-] {
  box-sizing: border-box;
  display: inline-block;
}

a[class*=gd-button-], a[class*=gd-button-]:hover, a[class*=gd-button-]:focus {
  text-decoration: none;
}

a[class*=gd-button-], a[class*=gd-button-]:active {
  outline: none;
}

a[class*=gd-button-] .gd-button-text {
  display: initial;
}

a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button-text {
  text-decoration: underline;
}

.gd-mvf-dropdown-body {
  width: 250px;
  padding: 0 !important;
}

.gd-mvf-dropdown-body.gd-is-mobile {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  padding: 0 !important;
}

.gd-mvf-dropdown-body.gd-is-mobile .gd-mvf-operator-dropdown-label {
  font-size: 14px;
  line-height: 20px;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-mvf-dropdown-body.gd-is-mobile .gd-mvf-operator-dropdown-button {
  height: 32px;
  font-size: 14px;
  line-height: 14px;
}

.gd-mvf-dropdown-body.gd-is-mobile .gd-input-field {
  height: 32px;
  font-size: 14px;
  line-height: 20px;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-mvf-dropdown-body.gd-is-mobile .gd-mvf-preview,
.gd-mvf-dropdown-body.gd-is-mobile .gd-mvf-preview .gd-mvf-preview-content {
  font-size: 14px;
  line-height: 20px;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-mvf-dropdown-body.gd-is-mobile .gd-mvf-conditions-joiner,
.gd-mvf-dropdown-body.gd-is-mobile .gd-mvf-dropdown-section .gd-mvf-treat-null-values-as-zero {
  font-size: 14px;
}

.gd-mvf-dropdown-body.gd-is-mobile .gd-mvf-condition-action {
  flex-basis: 32px;
  width: 32px;
}

.gd-mvf-dropdown-body.gd-is-mobile .gd-mvf-condition-section--multi .gd-mvf-condition-inputs {
  padding-right: 42px;
}

.gd-mvf-dropdown-body.gd-is-mobile .gd-mvf-dropdown-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.gd-mvf-dropdown-body.gd-is-mobile .gd-mvf-conditions-scroll-container {
  max-height: none;
  overflow-y: visible;
}

.gd-mvf-dropdown-body.gd-is-mobile .gd-mvf-dropdown-footer {
  flex: 0 0 auto;
}

.gd-mvf-dropdown-body .gd-mvf-dropdown-section {
  padding: 10px 10px 0;
}

.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-warning-message {
  padding: 4px 8px 4px 10px;
  line-height: 1.4em;
  font-size: 12px;
  border-radius: 3px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  margin-top: 4px;
}

.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-warning-message.gd-mvf-warning-message-low {
  color: var(--gd-palette-primary-base, #14b2e2);
  background: var(--gd-palette-primary-base-t80, rgba(20, 178, 226, 0.2));
}

.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-warning-message.gd-mvf-warning-message-medium {
  color: #f18600;
  background: var(--gd-palette-warning-base-t85, rgba(241, 134, 0, 0.15));
}

.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-warning-message.gd-mvf-warning-message-high {
  color: #e54d42;
  background: rgba(229, 77, 66, 0.15);
}

.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-treat-null-values-as-zero {
  margin-top: 8px;
  font-size: 12px;
}

.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-treat-null-values-as-zero .input-label-text {
  white-space: nowrap;
}

.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-treat-null-values-as-zero .inlineBubbleHelp {
  margin: 0 0 2px 5px;
  font-size: 12px;
}

.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-apply-on-result-checkbox {
  margin-top: 8px;
  font-size: 12px;
}

.gd-mvf-dropdown-body .gd-mvf-dropdown-section .gd-mvf-treat-null-values-as-zero + .gd-mvf-apply-on-result-checkbox {
  margin-top: 0;
}

.gd-mvf-dropdown-body .gd-mvf-dropdown-section:last-child {
  padding-bottom: 10px;
}

.gd-mvf-dropdown-body .gd-mvf-dropdown-footer {
  margin: 0 10px;
  padding: 10px 0;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  text-align: right;
}

.gd-mvf-dropdown-body .gd-mvf-dropdown-footer > * {
  display: inline-block;
  vertical-align: middle;
}

.gd-mvf-dropdown-body .gd-mvf-dropdown-footer > *:not(:first-child) {
  margin-left: 10px;
}

.gd-mvf-operator-dropdown-button {
  width: 100%;
}

.gd-mvf-operator-dropdown {
  display: flex;
  flex-direction: column;
}

.gd-mvf-operator-dropdown-label {
  font-size: 12px;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-mvf-condition-header {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.gd-mvf-condition-operator {
  flex: 1 1 auto;
  min-width: 0;
}

.gd-mvf-condition-action {
  flex: 0 0 28px;
  width: 28px;
  display: flex;
  justify-content: flex-end;
}

.gd-mvf-condition-inputs {
  margin-top: 10px;
}

.gd-mvf-input-error {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.4em;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  color: #e54d42;
}

.gd-mvf-input-error--range {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.gd-mvf-condition-section--multi .gd-mvf-condition-inputs {
  padding-right: 38px;
}

.gd-mvf-conditions-scroll-container {
  max-height: 322px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.gd-mvf-conditions-joiner {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  text-transform: lowercase;
}

.gd-mvf-operator-dropdown-body {
  width: 230px;
}

.gd-mvf-operator-dropdown-body .gd-ui-kit-listbox {
  padding: 5px 0;
}

.gd-mvf-operator-dropdown-body .gd-list-item {
  padding: 5px 10px;
}

.gd-mvf-operator-dropdown-body .gd-list-item > span {
  margin-left: 5px;
}

.gd-mvf-operator-dropdown-body .gd-list-item > .tooltip-bubble {
  margin-right: 5px;
  text-align: right;
}

.gd-mvf-operator-dropdown-body .gd-list-item.is-disabled {
  opacity: 0.5;
  cursor: default;
}

.gd-mvf-operator-dropdown-body.gd-is-mobile {
  width: 100%;
  padding: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.gd-mvf-operator-dropdown-body.gd-is-mobile .gd-list-item {
  height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-mvf-operator-dropdown-body.gd-is-mobile .gd-list-item.is-selected {
  font-weight: 700;
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-mvf-mobile-dropdown {
  width: 100%;
  height: 100%;
  background: var(--gd-palette-complementary-0, #fff);
}

.gd-mvf-mobile-dropdown-header {
  flex: 0 0 auto;
}

.gd-mvf-mobile-dropdown-header.gd-is-mobile {
  background: var(--gd-palette-complementary-0, #fff);
  border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-mvf-mobile-dropdown-header.gd-is-mobile .gd-ui-kit-control-button {
  display: flex;
  flex: 1;
  min-width: 0;
  width: 100%;
  max-width: none;
  height: 47px;
  margin: 0;
  padding: 0 10px;
  border-radius: 0;
  background-color: var(--gd-palette-complementary-0, #fff);
  background-image: none;
  font-size: 14px;
}

.gd-mvf-mobile-dropdown-header.gd-is-mobile .gd-ui-kit-control-button::after {
  display: none;
}

.gd-mvf-mobile-dropdown-header.gd-is-mobile .gd-ui-kit-control-button__icon {
  display: flex;
  height: 100%;
  align-items: center;
}

.gd-mvf-mobile-dropdown-header.gd-is-mobile .gd-ui-kit-control-button__content {
  position: relative;
  padding-right: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  width: 100%;
}

.gd-mvf-mobile-dropdown-header.gd-is-mobile .gd-ui-kit-control-button__title {
  flex: 0 0 auto;
}

.gd-mvf-mobile-dropdown-header.gd-is-mobile .gd-ui-kit-control-button__subtitle-row {
  flex: 1 1 auto;
  max-width: none;
}

.gd-mvf-mobile-dropdown-header.gd-is-mobile .gd-ui-kit-control-button__subtitle-row::after {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 18px;
  transform: translateY(-50%);
}

.gd-mvf-mobile-dropdown-header.gd-is-mobile .gd-mvf-dropdown-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 47px;
  margin: 0;
  padding: 0 10px;
  border: none;
  border-radius: 0;
  background: var(--gd-palette-complementary-0, #fff);
  font-size: 14px;
  text-align: left;
}

.gd-mvf-mobile-dropdown-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.gd-mvf-operator-mobile-header {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 47px;
  padding: 0 10px;
  background: var(--gd-palette-complementary-0, #fff);
  border: none;
  border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  box-shadow: 0 1px 1px 0 rgba(20, 57, 93, 0.05);
  cursor: pointer;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  text-align: left;
}

.gd-mvf-operator-mobile-header__label {
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.gd-mvf-operator-mobile-header__value {
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: var(--gd-palette-complementary-8, #464e56);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gd-mvf-operator-mobile-header__chevron {
  flex: 0 0 auto;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 16px;
}

.gd-mvf-range-input {
  display: flex;
}

.gd-mvf-range-input.hidden {
  display: none;
}

.gd-mvf-range-input .gd-mvf-range-input__field {
  flex: 1 1 0;
  min-width: 0;
}

.gd-mvf-range-input .gd-mvf-range-input__field--to {
  margin-left: 10px;
}

.gd-mvf-compare-input.hidden {
  display: none;
}

.s-mvf-comparison-value-input .gd-input-field,
.s-mvf-range-from-input .gd-input-field,
.s-mvf-range-to-input .gd-input-field {
  text-align: right;
}

.gd-mvf-dimensionality-header {
  display: flex;
}

.gd-mvf-dimensionality-header label {
  font-size: 12px;
  line-height: 20px;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-mvf-dimensionality-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.gd-mvf-dimensionality-scroll-container {
  max-height: 350px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.gd-mvf-dimensionality-reset-button {
  position: relative;
  left: -5px;
}

.gd-mvf-dimensionality-tag-wrapper {
  max-width: 180px;
  min-width: 0;
  display: flex;
}

.gd-mvf-dimensionality-add-wrapper {
  display: flex;
  align-items: center;
}

.gd-mvf-dimensionality-empty-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gd-mvf-preview {
  font-size: 12px;
  padding: 5px 10px 10px;
}

.gd-mvf-preview .gd-mvf-preview-header {
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  padding-top: 10px;
}

.gd-mvf-preview .gd-mvf-preview-content {
  line-height: 16px;
}

.gd-mvf-preview .gd-mvf-preview-content--truncated {
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.gd-mvf-preview-tooltip-content {
  max-width: 300px;
  word-wrap: break-word;
}

.gd-mvf-backward-compatibility-message {
  margin-top: 10px;
}

.gd-mvf-backward-compatibility-message .gd-message-text {
  font-size: 12px;
}

.gd-mvf-dropdown-header {
  display: flex;
  gap: 5px;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  background: var(--gd-palette-complementary-2, #ebeff4);
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
}

.gd-mvf-dropdown-header__title {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  overflow: hidden;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 15px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-mvf-dropdown-header__title-text {
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.gd-mvf-dropdown-header__title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gd-mvf-details-bubble__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.gd-mvf-details-bubble {
  width: 220px;
  margin: -7px -10px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-radius: var(--gd-modal-borderRadius, 3px);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.gd-mvf-details-bubble__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gd-mvf-details-bubble__section {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  gap: 3px;
}

.gd-mvf-details-bubble__title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-mvf-details-bubble .gd-mvf-details-bubble__description {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-mvf-details-bubble__key {
  display: block;
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: normal;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-mvf-details-bubble__value {
  display: block;
  margin: 0;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gd-palette-complementary-8, #464e56);
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
}

.gd-mvf-details-bubble__expression {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 1.4;
  word-break: break-word;
  white-space: pre-wrap;
}

.gd-mvf-details-bubble__loading {
  margin: 0;
  font-size: 12px;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-mvf-details-bubble__error {
  margin: 0;
  font-size: 12px;
  color: var(--gd-palette-error-base, #e54d42);
}


.gd-numeric-input {
  display: flex;
}


.gd-attribute-hierarchy-detail-panel {
  width: 200px;
  padding: 8px 5px;
  font-style: normal;
  font-weight: 400;
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-title {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 10px;
}

.gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-description {
  font-size: 13px;
  line-height: 18px;
  color: var(--gd-palette-complementary-7-from-theme, #687581);
  margin-bottom: 15px;
}

.gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-levels {
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-item {
  font-size: 12px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  padding: 3px 0;
}

.gd-attribute-hierarchy-detail-panel .is-attribute::before {
  content: "";
  width: 18px;
  height: 20px;
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/attribute.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.gd-attribute-hierarchy-detail-panel .is-date::before {
  content: "";
  width: 18px;
  height: 20px;
  background-image: url("@gooddata/sdk-ui-kit/styles/icons/date.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-panel-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.gd-dialog.attribute-hierarchy-dialog {
  width: 890px;
  max-width: 890px !important;
  height: 690px;
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-header {
  height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-header .gd-attribute-hierarchy-icon::before {
  display: flex;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/icons/attribute-hierarchy.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-header .attribute-hierarchy-title {
  padding: 3px 4px;
  font-size: 20px;
  font-weight: 700;
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-header .attribute-hierarchy-title.placeholder .gd-editable-label-inner {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content {
  position: relative;
  height: 468px;
  margin: 0 -20px;
  padding: 0 20px;
  border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  border-top: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .attribute-hierarchy-table-title {
  height: 16px;
  margin: 10px 0;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item {
  padding-right: 0;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item:hover {
  background: var(--gd-palette-complementary-2, #ebeff4);
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item:has(.attribute-item-delete-action:hover) {
  background: var(--gd-palette-error-dimmed, #fcedec);
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-title {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--gd-palette-complementary-8, #464e56);
  font-size: 14px;
  font-weight: 700;
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-title .gd-icon-navigatedown {
  font-size: 16px;
  font-weight: 400;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions {
  display: flex;
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions button {
  display: flex;
  align-items: center;
  height: 43px;
  width: 43px;
  margin: 0;
  border-radius: 0;
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions .attribute-item-delete-action:active::before,
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions .attribute-item-delete-action:focus::before,
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions .attribute-item-add-action:active::before,
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions .attribute-item-add-action:focus::before {
  color: unset;
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions .attribute-item-delete-action:hover::before {
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions .attribute-item-add-action:hover {
  background: var(--gd-palette-complementary-3, #dde4eb);
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions .attribute-item-add-action:hover::before {
  color: var(--gd-palette-complementary-8, #464e56);
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .attribute-hierarchy-add-attribute-action {
  padding: 5px 0;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .attribute-hierarchy-content-loading-mask {
  position: absolute;
  top: 0;
  width: 850px;
  height: 546px;
  background: var(--gd-palette-complementary-0, #fff);
  opacity: 0.8;
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-footer .attribute-hierarchy-note-message {
  margin: -5px 0 20px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-footer .attribute-hierarchy-note-message .gd-message {
  margin-bottom: 15px;
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-footer .attribute-hierarchy-footer-actions-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-footer .gd-dialog-footer-tip {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-footer .gd-dialog-footer-tip span {
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 14px;
  height: 18px;
}

.gd-dialog.attribute-hierarchy-dialog .gd-dialog-footer .gd-dialog-footer-tip a {
  text-decoration: underline;
}

.gd-dropdown-tabs.gd-tabs.date-attribute-dropdown-tabs {
  display: flex;
  flex-direction: row;
}

.gd-dropdown-tabs.gd-tabs.date-attribute-dropdown-tabs > div {
  display: flex;
  flex: 1 0 0;
  justify-content: center;
  align-items: center;
  height: 27px;
  padding: 0 39px;
  border-radius: 3px;
  border: 1px solid #ccd8e2;
  margin-right: 0;
}

.gd-dropdown-tabs.gd-tabs.date-attribute-dropdown-tabs > div:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.gd-dropdown-tabs.gd-tabs.date-attribute-dropdown-tabs > div:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.gd-dropdown-tabs.gd-tabs.date-attribute-dropdown-tabs > div.is-active {
  background: linear-gradient(180deg, #dee6ef 0%, #ecf0f5 100%);
  box-shadow: 0 2px 0 0 rgba(177, 193, 209, 0.65) inset;
  border: 1px solid rgba(31, 53, 74, 0.2);
}

.attribute-hierarchy-delete-confirmation {
  width: 464px;
}

.attribute-hierarchy-delete-confirmation .gd-dialog-content {
  position: relative;
}

.attribute-hierarchy-delete-confirmation .gd-dialog-content .attribute-hierarchy-content-loading-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: var(--gd-palette-complementary-0, #fff);
  opacity: 0.8;
}

.gd-dialog.attribute-hierarchy-dialog .gd-icon-attribute::before,
.attribute-hierarchy-attribute-dropdown-body .gd-icon-attribute::before,
.date-attribute-dropdown-tabs .gd-icon-attribute::before {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-size: 18px 18px;
}

.gd-dialog.attribute-hierarchy-dialog .gd-icon-metric::before,
.attribute-hierarchy-attribute-dropdown-body .gd-icon-metric::before,
.date-attribute-dropdown-tabs .gd-icon-metric::before {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-size: 18px 16px;
}

.gd-dialog.attribute-hierarchy-dialog .gd-icon-date::before,
.attribute-hierarchy-attribute-dropdown-body .gd-icon-date::before,
.date-attribute-dropdown-tabs .gd-icon-date::before {
  width: 16px;
  height: 16px;
  margin-right: 7px;
  background-size: 16px 16px;
}

.attribute-hierarchy-add-action-menu .gd-list-item.gd-menu-item {
  gap: 10px;
}

.attribute-hierarchy-add-action-menu .gd-list-item.gd-menu-item i {
  font-size: 14px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-attribute-hierarchy-detail-panel-bubble {
  padding: 0;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--gd-palette-complementary-3-from-theme, #c9d5e0);
  box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
  background: var(--gd-palette-complementary-0, #fff);
}


figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

/* 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;
}

.drag-layer {
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  line-height: 1.5;
  box-sizing: border-box;
  flex-wrap: nowrap;
}
.drag-layer *,
.drag-layer *::before,
.drag-layer *::after {
  box-sizing: border-box;
}
.drag-layer .invisible {
  visibility: hidden;
}

.date-filter-button.is-draggable, .date-filter-button.is-dragging,
.attribute-filter-button.is-draggable,
.attribute-filter-button.is-dragging {
  cursor: grab;
}
.date-filter-button.is-draggable::after, .date-filter-button.is-dragging::after,
.attribute-filter-button.is-draggable::after,
.attribute-filter-button.is-dragging::after {
  left: -10px;
}
.date-filter-button.is-dragging,
.attribute-filter-button.is-dragging {
  display: inline-block;
  padding: 0 10px;
}
.date-filter-button.is-dragging::after,
.attribute-filter-button.is-dragging::after {
  border-color: var(--gd-palette-complementary-3, #dde4eb);
  background: var(--gd-palette-complementary-0-from-theme, rgba(255, 255, 255, 0.95));
}
.date-filter-button:hover .drag-handle-icon, .date-filter-button.is-dragging .drag-handle-icon,
.attribute-filter-button:hover .drag-handle-icon,
.attribute-filter-button.is-dragging .drag-handle-icon {
  opacity: 1;
}
.date-filter-button .drag-handle-icon,
.attribute-filter-button .drag-handle-icon {
  content: "";
  position: absolute;
  z-index: 1;
  top: 8px;
  left: -4px;
  width: 7px;
  height: 26px;
  opacity: 0;
  transition: all 0.2s;
}

.attr-filter-dropzone {
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.attr-filter-dropzone .drop-hint {
  width: 0;
  height: 100%;
  border-left: 2px dashed var(--gd-palette-primary-base, #14b2e2);
}
.attr-filter-dropzone.next, .attr-filter-dropzone.outside {
  right: 0;
  margin-right: 0;
}
.attr-filter-dropzone.next .drop-hint, .attr-filter-dropzone.outside .drop-hint {
  float: right;
  margin-left: 2px;
}
.attr-filter-dropzone.prev {
  left: 0;
  margin-left: 0;
}
.attr-filter-dropzone.prev .drop-hint {
  float: left;
  margin-left: -2px;
}
.attr-filter-dropzone.hidden {
  display: none;
}
.attr-filter-dropzone.outside {
  width: 100%;
}

.gd-dropzone {
  position: relative;
}
.gd-dropzone::before, .gd-dropzone::after {
  content: "";
  position: absolute;
  display: block;
}
.gd-dropzone-message {
  text-align: center;
}

.gd-dropzone-delete {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--gd-palette-complementary-0, #fff);
}
.gd-dropzone-delete::before {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 3px dashed var(--gd-palette-primary-base, #14b2e2);
  border-radius: 15px;
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}
.gd-dropzone-delete::after {
  top: 23px;
  right: 23px;
  bottom: 23px;
  left: 23px;
  border-radius: 7px;
}
.gd-dropzone-delete .gd-dropzone-message {
  z-index: 1;
  flex: 1 1 auto;
  margin: 0 23px;
  color: var(--gd-palette-complementary-8, #464e56);
  font-size: 14px;
}
.gd-dropzone-delete .gd-dropzone-message::before {
  content: "\e61a";
  display: block;
  line-height: 80px;
  color: var(--gd-palette-primary-base, #14b2e2);
  font-family: Indigo, sans-serif;
  font-size: 50px;
}
.gd-dropzone-delete.gd-dropzone-over::after {
  background-color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-dropzone-delete.gd-dropzone-over .gd-dropzone-message, .gd-dropzone-delete.gd-dropzone-over .gd-dropzone-message::before {
  color: var(--gd-palette-complementary-0, #fff);
}

.add-kpi-placeholder::before,
.move-kpi-placeholder::before {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-kpi-placeholder.svg");
}

.add-attribute-filter-placeholder.disabled::before {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-attribute-filter-placeholder-disabled.svg");
}

.add-attribute-filter-placeholder::before {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-attribute-filter-placeholder.svg");
}

.gd-fluid-layout .dropzone {
  z-index: 99;
}
.gd-fluid-layout .dropzone.next, .gd-fluid-layout .dropzone.prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}
.gd-fluid-layout .dropzone.next {
  right: 0;
}
.gd-fluid-layout .dropzone.next .drop-hint {
  float: right;
  margin-left: 3px;
}
.gd-fluid-layout .dropzone.next.full {
  width: 100%;
}
.gd-fluid-layout .dropzone.prev {
  left: 0;
}
.gd-fluid-layout .dropzone.prev .drop-hint {
  float: left;
  margin-left: -3px;
}
.gd-fluid-layout .dropzone.prev.full {
  width: 100%;
}
.gd-fluid-layout .dropzone.hidden {
  display: none;
}
.gd-fluid-layout .dropzone.extended {
  width: 100%;
}

.widget-dropzone,
.new-row-dropzone {
  width: 100%;
  height: 100%;
}
.widget-dropzone .widget-dropzone-box,
.new-row-dropzone .widget-dropzone-box {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.widget-dropzone .widget-dropzone-box .can-drop,
.new-row-dropzone .widget-dropzone-box .can-drop {
  margin: 0;
}
.widget-dropzone .widget-dropzone-box .can-drop .drag-info-placeholder-drop-target,
.new-row-dropzone .widget-dropzone-box .can-drop .drag-info-placeholder-drop-target {
  display: block;
}
.widget-dropzone .widget-dropzone-box .drop-target-message,
.new-row-dropzone .widget-dropzone-box .drop-target-message {
  font-weight: normal;
}
.widget-dropzone .over-widget-dropzone,
.new-row-dropzone .over-widget-dropzone {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.new-row-dropzone {
  height: 80px;
  background-color: var(--gd-palette-complementary-0, #fff);
}
.new-row-dropzone .drag-info-placeholder.type-kpi .kpi-drop-target {
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-row-dropzone .drag-info-placeholder.type-kpi .kpi-drop-target::before {
  margin-right: 10px;
}

.row-hotspot-container {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 0;
}
.row-hotspot-container .row-hotspot {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  width: 100%;
  height: 100px;
}
.row-hotspot-container .row-hotspot.hidden {
  visibility: hidden;
}
.row-hotspot-container.last {
  top: 16px;
  height: 100px;
  margin: 0;
}

.gd-fluid-layout-row-header .row-hotspot-container {
  position: absolute;
  top: 0;
  height: 100%;
}
.gd-fluid-layout-row-header .row-hotspot-container.hidden {
  height: 0;
}
.gd-fluid-layout-row-header .row-hotspot-container .row-hotspot {
  height: 100%;
}

.drag-info-placeholder {
  position: relative;
  text-align: center;
}
.drag-info-placeholder.type-none, .drag-info-placeholder.type-attribute-filter {
  flex-basis: 100%;
  max-width: 100%;
}
.drag-info-placeholder.type-kpi {
  text-align: left;
}
.drag-info-placeholder.type-kpi .kpi-drop-target {
  display: block;
}
.drag-info-placeholder.type-visualization .visualization-drop-target {
  display: block;
}
.drag-info-placeholder.type-visualization .drag-info-placeholder-drop-target {
  width: 100%;
}
.drag-info-placeholder .drop-target-message {
  display: block;
}
.drag-info-placeholder.type-loading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.drag-info-placeholder .can-drop {
  margin: 0;
}
.drag-info-placeholder .can-drop .drag-info-placeholder-box {
  display: none;
}
.drag-info-placeholder .can-drop .drag-info-placeholder-drop-target {
  display: block;
}
.drag-info-placeholder .can-drop.is-over .drop-target-inner {
  background-color: var(--gd-palette-primary-base, #14b2e2);
}
.drag-info-placeholder .can-drop.is-over .drop-target-message {
  color: var(--gd-palette-complementary-0, #fff);
}

.gd-fluidlayout-layout .drag-info-placeholder.type-visualization .drag-info-placeholder-drop-target {
  width: auto;
}

.drag-info-placeholder-inner {
  width: 100%;
}

.drag-info-placeholder-box {
  width: 420px;
  margin: 110px auto 0;
  padding: 40px;
  border-radius: 15px;
  border: 2px dashed var(--gd-palette-complementary-3-from-theme, rgba(176, 190, 202, 0.45));
  background: var(--gd-palette-complementary-1-from-theme, rgba(201, 213, 224, 0.05));
  text-align: center;
}
.drag-info-placeholder-box.drag-info-empty-nested-layout {
  padding: 0;
}
.drag-info-placeholder-box h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.drag-info-placeholder-box p {
  margin-top: 5px;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.drag-info-placeholder-box .gd-icon-insight::before {
  content: url("@gooddata/sdk-ui-dashboard/esm/assets/add-insight-placeholder.svg");
  display: inline-block;
  margin-right: 10px;
}

.gd-dashboard-nested-layout-widget-visualization-content .drag-info-placeholder-box p {
  margin-top: 0;
}
.gd-dashboard-nested-layout-widget-visualization-content .drop-target-message {
  line-height: 28px;
}

.drag-info-placeholder-drop-target,
.drop-target-inner {
  position: absolute;
}

.drag-info-placeholder-drop-target {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 2px dashed var(--gd-palette-primary-base, #14b2e2);
  border-radius: 15px;
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.drop-target-inner {
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border-radius: 7px;
}

.drop-target-message {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  color: #909293;
  transform: translateY(-50%);
}

.drop-target-message,
.drag-info-placeholder-drop-target {
  display: none;
}

.gd-fluidlayout-row-separator {
  position: absolute;
  right: 10px;
  left: 10px;
  height: 2px;
  background-color: var(--gd-palette-complementary-5, #b0beca);
}
.gd-fluidlayout-row-separator-icon {
  position: absolute;
  top: -9px;
  width: 20px;
  height: 20px;
}
.gd-fluidlayout-row-separator-icon-left {
  left: -25px;
}
.gd-fluidlayout-row-separator-icon-right {
  right: -25px;
  transform: rotate(180deg);
}
.new-row-dropzone .gd-fluidlayout-row-separator.bottom {
  bottom: 20px;
}
.gd-fluidlayout-row-separator.top {
  top: 0;
}
.gd-fluidlayout-row-separator.bottom {
  bottom: -18px;
}
.gd-fluidlayout-row-separator.active {
  background-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-fluid-layout-row-header .new-row-dropzone .gd-fluidlayout-row-separator.bottom {
  bottom: -23px;
}

.kpi-placeholder {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  text-align: center;
  cursor: pointer;
}
.kpi-placeholder.select-measure {
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/dummy-kpi-simple.svg") no-repeat center center;
  background-size: 130px;
}

.attributes-list .dropdown-body {
  flex-direction: column;
}

.move-kpi-placeholder {
  display: flex;
  align-items: center;
  width: 151px;
  height: 42px;
  padding: 0 10px 0 50px;
  font-size: 12px;
  border: 1px solid rgba(201, 213, 224, 0);
  border-color: var(--gd-palette-complementary-5-from-theme, rgba(201, 213, 224, 0.5));
  border-radius: 2px;
  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));
  line-height: 14px;
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0-t10, rgba(255, 255, 255, 0.95));
}
.move-kpi-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  flex: 0 0 auto;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.move-kpi-placeholder .shortened {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.move-insight-placeholder {
  width: 215px;
  height: 42px;
  border: 1px solid rgba(201, 213, 224, 0);
  border-color: var(--gd-palette-complementary-5-from-theme, rgba(201, 213, 224, 0.5));
  border-radius: 2px;
  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));
  color: var(--gd-palette-complementary-8, #464e56);
  background: var(--gd-palette-complementary-0-t10, rgba(255, 255, 255, 0.95));
}
.move-insight-placeholder .shortened {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.dashboard-widget-draggable-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.current-dragging-item {
  width: 0;
  display: none;
}

.gd-fluidlayout-column-row-end-hotspot {
  flex-grow: 1;
  min-height: 60px;
  position: relative;
  align-self: stretch;
}

.sdk-edit-mode-on .highcharts-container {
  pointer-events: none;
}

.gd-grid-layout .new-row-dropzone {
  position: absolute;
  height: unset;
}
.gd-grid-layout .new-row-dropzone .widget-dropzone-box {
  position: unset;
  height: unset;
  padding: unset;
}
.gd-grid-layout .new-row-dropzone .widget-dropzone-box .can-drop {
  margin: unset;
}
.gd-grid-layout .widget-dropzone {
  height: 100%;
}
.gd-grid-layout .widget-dropzone .widget-dropzone-box {
  position: relative;
  height: 100%;
  padding: 10px;
}
.gd-grid-layout .widget-dropzone .widget-dropzone-box .can-drop {
  margin: 0;
}
.gd-grid-layout .widget-dropzone .drag-info-placeholder-drop-target,
.gd-grid-layout .widget-dropzone .drop-target-inner {
  position: absolute;
}
.gd-grid-layout .widget-dropzone .drag-info-placeholder-drop-target {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.gd-grid-layout .widget-dropzone .drop-target-inner {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  align-content: center;
}
.gd-grid-layout .row-hotspot-container .row-hotspot {
  top: -20px;
  right: unset;
  bottom: unset;
  left: unset;
  height: 100%;
}
.gd-grid-layout .row-hotspot-container.last {
  top: unset;
  height: 70px;
}
.gd-grid-layout .gd-fluid-layout-row-header .row-hotspot-container {
  z-index: 99;
}
.gd-grid-layout .drag-info-placeholder {
  position: unset;
}
.gd-grid-layout .drag-info-placeholder .can-drop {
  margin: unset;
}
.gd-grid-layout .drag-info-placeholder-inner {
  padding: 0 20px;
}
.gd-grid-layout .drag-info-placeholder-drop-target {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  padding: 10px;
}
.gd-grid-layout .drag-info-placeholder-drop-target,
.gd-grid-layout .drop-target-inner {
  position: unset;
}
.gd-grid-layout .drop-target-inner {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  padding: 10px;
}
.gd-grid-layout .gd-fluidlayout-column-dropzone__text--hidden .drop-target-inner {
  padding: 4px;
}
.gd-grid-layout .drop-target-message {
  position: unset;
  top: unset;
  right: unset;
  left: unset;
  transform: unset;
}
.gd-grid-layout .gd-fluidlayout-row-separator {
  position: unset;
  right: unset;
  left: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  height: 20px;
  background-color: unset;
}
.gd-grid-layout .gd-fluidlayout-row-separator-icon {
  position: unset;
  top: unset;
}
.gd-grid-layout .gd-fluidlayout-row-separator-icon-left {
  left: unset;
}
.gd-grid-layout .gd-fluidlayout-row-separator-icon-right {
  right: 0;
}
.gd-grid-layout .gd-fluidlayout-row-separator-line {
  flex-grow: 1;
  height: 2px;
  background-color: var(--gd-palette-complementary-5, #b0beca);
}
.gd-grid-layout .gd-fluidlayout-row-separator.active {
  background-color: unset;
}
.gd-grid-layout .gd-fluidlayout-row-separator.active .gd-fluidlayout-row-separator-line {
  height: 2px;
  background-color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-grid-layout .dashboard-widget-draggable-wrapper {
  z-index: auto;
}
.gd-grid-layout .dashboard-widget-draggable-wrapper:not(.gd-nested-layout-widget-wrapper) {
  position: relative;
  display: flex;
  flex-direction: column;
}
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot {
  min-height: unset;
}
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .widget-dropzone-box {
  padding: 10px 0;
}
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .drag-info-placeholder-inner {
  padding: 0;
}
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot.gd-fluidlayout-column-row-end-hotspot--direction-column.gd-fluidlayout-column-dropzone__text--hidden .widget-dropzone-box {
  padding: 0;
}
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot.gd-first-container-row-dropzone .widget-dropzone-box {
  padding-top: 0;
}
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .drag-info-placeholder-drop-target,
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .drop-target-inner {
  position: unset;
  height: 100%;
}
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot.gd-fluidlayout-column-dropzone__text--hidden .drop-target-message.kpi-drop-target {
  display: none;
}

.gd-filter-delete-overlay {
  z-index: 99;
}

.dash-filters-wrapper {
  position: relative;
}
.dash-filters-wrapper .show-all {
  position: relative;
  margin-top: -1px;
  display: flex;
  justify-content: center;
}
.dash-filters-wrapper .gd-filter-button-custom-icon-wrapper .gd-icon-invisible {
  display: flex;
  padding-top: 2px;
}

.filters-message {
  position: absolute;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  z-index: 11;
  text-align: center;
  width: 90%;
}
.filters-message .gd-message {
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}
.filters-message a {
  cursor: pointer;
}
.filters-message .filters-message-spacer {
  width: 10px;
  display: inline-block;
}

.gd-dash-header-wrapper {
  z-index: 100;
  transition: left 0.5s;
}
.gd-dash-header-wrapper.gd-dash-header-wrapper-sdk-8-12 {
  z-index: 6000;
}
.is-dashboard-loading .gd-dash-header-wrapper {
  z-index: 0;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media only screen and (min-width:641px) {
  .gd-dash-header-wrapper {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
  }
}

@media only screen and (min-width:641px) {
  .is-sticky .dash-nav,
  .is-sticky .gd-dash-header-wrapper {
    position: fixed;
    top: 0;
    animation: sticky-intro 1ms;
  }
}
.is-sticky .dash-nav {
  width: 230px;
}

@keyframes sticky-intro {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
.dash-filters-visible {
  position: relative;
  overflow-y: hidden;
  padding: 0 15px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-bottom-color: var(--gd-dashboards-filterBar-borderColor, var(--gd-palette-complementary-3, #dde4eb));
  background-color: var(--gd-dashboards-filterBar-backgroundColor, var(--gd-palette-complementary-0, #fff));
  transition: height 0.2s;
  max-height: 50vh;
}
.dash-filters-visible.scrollable {
  overflow-y: auto;
  overscroll-behavior: contain;
}
.dash-filters-visible .dash-filters-rows {
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.dash-filters-visible .dash-filters-rows .dash-filters-row {
  width: 100%;
  background-image: linear-gradient(to right, var(--gd-dashboards-filterBar-borderColor, var(--gd-palette-complementary-3, #dde4eb)) 15%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.dash-filters-visible .dash-filters-rows .dash-filters-row:last-child {
  background: none;
}

.dash-filters-all {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100% - 150px);
  min-height: 55px;
  margin-right: 15px;
}
.apply-all-at-once .dash-filters-all {
  width: calc(100% - 225px);
}
.dash-filters-all .dash-filters-date,
.dash-filters-all .dash-filters-mvf {
  max-width: 285px;
}
.dash-filters-all .gd-ui-kit-control-button {
  margin: 7px 11px 7px 3px;
}
.dash-filters-all .dash-filters-attribute,
.dash-filters-all .dash-filters-date,
.dash-filters-all .dash-filters-mvf {
  position: relative;
}
.dash-filters-all .dash-filters-attribute .gd-bubble-trigger .gd-attribute-filter-dropdown-button__next,
.dash-filters-all .dash-filters-attribute .gd-bubble-trigger .gd-mvf-dashboard-filter-button__next,
.dash-filters-all .dash-filters-date .gd-bubble-trigger .gd-attribute-filter-dropdown-button__next,
.dash-filters-all .dash-filters-date .gd-bubble-trigger .gd-mvf-dashboard-filter-button__next,
.dash-filters-all .dash-filters-mvf .gd-bubble-trigger .gd-attribute-filter-dropdown-button__next,
.dash-filters-all .dash-filters-mvf .gd-bubble-trigger .gd-mvf-dashboard-filter-button__next {
  display: flex;
}
.dash-filters-all .dash-filters-attribute .gd-bubble-trigger .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__content,
.dash-filters-all .dash-filters-date .gd-bubble-trigger .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__content,
.dash-filters-all .dash-filters-mvf .gd-bubble-trigger .gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__content {
  width: calc(100% - 17px);
}
.dash-filters-all .dash-filters-attribute .gd-mvf-dashboard-filter-button__next .gd-attribute-filter-dropdown-button-title__next .shortened,
.dash-filters-all .dash-filters-date .gd-mvf-dashboard-filter-button__next .gd-attribute-filter-dropdown-button-title__next .shortened,
.dash-filters-all .dash-filters-mvf .gd-mvf-dashboard-filter-button__next .gd-attribute-filter-dropdown-button-title__next .shortened {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.dash-filters-all .dash-filters-attribute .gd-attribute-filter-dropdown-button__next,
.dash-filters-all .dash-filters-attribute .gd-mvf-dashboard-filter-button__next,
.dash-filters-all .dash-filters-attribute .gd-date-filter-button,
.dash-filters-all .dash-filters-date .gd-attribute-filter-dropdown-button__next,
.dash-filters-all .dash-filters-date .gd-mvf-dashboard-filter-button__next,
.dash-filters-all .dash-filters-date .gd-date-filter-button,
.dash-filters-all .dash-filters-mvf .gd-attribute-filter-dropdown-button__next,
.dash-filters-all .dash-filters-mvf .gd-mvf-dashboard-filter-button__next,
.dash-filters-all .dash-filters-mvf .gd-date-filter-button {
  margin: 7px 11px 7px 3px;
}
.dash-filters-all .dash-filters-attribute.dash-filter-is-edit-mode,
.dash-filters-all .dash-filters-date.dash-filter-is-edit-mode,
.dash-filters-all .dash-filters-mvf.dash-filter-is-edit-mode {
  margin-left: -10px;
}
.dash-filters-all .dash-filters-attribute.dash-filter-is-edit-mode .gd-attribute-filter-dropdown-button__next,
.dash-filters-all .dash-filters-attribute.dash-filter-is-edit-mode .gd-mvf-dashboard-filter-button__next,
.dash-filters-all .dash-filters-attribute.dash-filter-is-edit-mode .gd-date-filter-button,
.dash-filters-all .dash-filters-date.dash-filter-is-edit-mode .gd-attribute-filter-dropdown-button__next,
.dash-filters-all .dash-filters-date.dash-filter-is-edit-mode .gd-mvf-dashboard-filter-button__next,
.dash-filters-all .dash-filters-date.dash-filter-is-edit-mode .gd-date-filter-button,
.dash-filters-all .dash-filters-mvf.dash-filter-is-edit-mode .gd-attribute-filter-dropdown-button__next,
.dash-filters-all .dash-filters-mvf.dash-filter-is-edit-mode .gd-mvf-dashboard-filter-button__next,
.dash-filters-all .dash-filters-mvf.dash-filter-is-edit-mode .gd-date-filter-button {
  margin-left: 0;
  padding-left: 23px;
}
.dash-filters-all .dash-filters-attribute.dash-filter-is-edit-mode .gd-date-filter-button::before,
.dash-filters-all .dash-filters-date.dash-filter-is-edit-mode .gd-date-filter-button::before,
.dash-filters-all .dash-filters-mvf.dash-filter-is-edit-mode .gd-date-filter-button::before {
  left: 9px;
}
.dash-filters-all .dash-filters-attribute.dash-filter-is-edit-mode .gd-date-filter-button::after,
.dash-filters-all .dash-filters-date.dash-filter-is-edit-mode .gd-date-filter-button::after,
.dash-filters-all .dash-filters-mvf.dash-filter-is-edit-mode .gd-date-filter-button::after {
  left: 0;
}

.button-filter-bar-show-all {
  height: 24px;
  padding: 5px 24px;
  border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-top: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-color: var(--gd-dashboards-filterBar-borderColor, var(--gd-palette-complementary-3, #dde4eb));
  line-height: 12px;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  color: var(--gd-palette-complementary-4, #ccd8e2);
  background-color: var(--gd-dashboards-filterBar-backgroundColor, var(--gd-palette-complementary-0, #fff));
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.button-filter-bar-show-all:hover .gd-button-text,
.button-filter-bar-show-all:hover .gd-button-icon {
  color: var(--gd-palette-primary-base, #14b2e2);
}
.button-filter-bar-show-all .gd-button-text {
  font-size: 10px;
  line-height: inherit;
}
.button-filter-bar-show-all .gd-button-icon {
  margin-left: 8px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.dropdown-footer {
  margin: 0 10px;
  padding: 10px 0;
  text-align: right;
}
@media only screen and (min-width:641px) {
  .dropdown-footer {
    border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  }
}
.dropdown-footer .delete-button-wrapper {
  margin-top: 2px;
  float: left;
}
.dropdown-footer .delete-button-wrapper .delete-button:hover::before {
  color: #e54d42;
}
.dropdown-footer-mobile {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: stretch;
}
.dropdown-footer-mobile .gd-button {
  text-align: center;
  flex: 1;
}

.attr-filter-dropzone-box-outer {
  display: flex;
  align-items: stretch;
  margin-left: 10px;
}

.attr-filter-dropzone-box {
  display: flex;
  min-width: 160px;
  height: calc(100% - 25px);
  margin: 12.5px 0;
  padding: 3px;
  border: 2px dashed var(--gd-palette-complementary-3-from-theme, rgba(176, 190, 202, 0.45));
  color: var(--gd-palette-complementary-6, #94a1ad);
  border-radius: 5px;
  transition: 0.2s, margin-right 0.4s;
}
.attr-filter-dropzone-box:hover {
  border-color: var(--gd-palette-complementary-5-from-theme, rgba(176, 190, 202, 0.85));
  color: var(--gd-palette-complementary-7, #6d7680);
}
.attr-filter-dropzone-box .attr-filter-dropzone-box-inner {
  display: flex;
  flex: 1;
  padding-top: 3px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
}
.attr-filter-dropzone-box .attr-filter-dropzone-box-inner .attribute-filter-icon {
  margin: 0 4px;
}
.attr-filter-dropzone-box.attr-filter-dropzone-box-active {
  border-color: var(--gd-palette-primary-dimmed50, #8ad9f1);
  color: var(--gd-palette-complementary-8, #464e56);
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}
.attr-filter-dropzone-box.attr-filter-dropzone-box-over > div {
  color: var(--gd-palette-complementary-0, #fff);
  background-color: var(--gd-palette-primary-base, #14b2e2);
}

.filter-bar-dropzone-container {
  position: relative;
  flex-grow: 1;
  height: 55px;
}

.draggable-attribute-filter,
.draggable-measure-value-filter {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-attribute-filter-dropdown .attribute-filter-button {
  margin-left: 10px;
}
.add-attribute-filter-dropdown .attribute-filter-button::before {
  opacity: 1;
}
.add-attribute-filter-dropdown .attribute-filter-button::after {
  left: -10px;
}
.add-attribute-filter-dropdown .attribute-filter-button .button-title:only-child {
  font-weight: bold;
  color: var(--gd-palette-complementary-8, #464e56);
}

.dropdown-body .attributes-list-mvf .gd-dropdown-tabs {
  border-bottom: 0;
}
.dropdown-body .attributes-list-mvf .gd-dropdown-tabs .gd-tab {
  margin: 0;
  padding: 0;
}

.gd-button-small[class*=gd-icon-].gd-button-icon-only.gd-configuration-button, .gd-button-small[class*=gd-icon-].gd-button-icon-only.gd-delete-button {
  width: 18px;
  height: 18px;
  padding: 0;
}

.gd-button-separator {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: var(--gd-palette-complementary-3, #dde4eb);
  margin: 0 5px;
}

.gd-attribute-dropdown-list-item-details {
  width: 230px;
  word-wrap: break-word;
  padding: 0;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--gd-palette-complementary-3-from-theme, #c9d5e0);
  box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
  background: var(--gd-palette-complementary-0, #fff);
}
.gd-attribute-dropdown-list-item-details .gd-attribute-dropdown-list-tooltip-content {
  display: block;
  overflow: hidden;
  max-width: 100%;
  word-wrap: break-word;
  word-break: break-word;
  pointer-events: auto;
  padding: 12px 0 12px 12px;
}
.gd-attribute-dropdown-list-item-details .gd-attribute-dropdown-list-tooltip-content h3 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: var(--gd-palette-complementary-8, #464e56);
}
.gd-attribute-dropdown-list-item-details .gd-attribute-dropdown-list-tooltip-content h4 {
  margin: 13px 0 0;
  padding-right: 5px;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-attribute-dropdown-list-item-details .gd-attribute-dropdown-list-tooltip-content p {
  font-size: 12px;
  line-height: 20px;
  color: var(--gd-palette-complementary-8, #464e56);
}
.gd-attribute-dropdown-list-item-details .gd-attribute-dropdown-list-tooltip-content .gd-attribute-element {
  font-size: 12px;
  line-height: 14px;
}
.gd-attribute-dropdown-list-item-details .gd-attribute-dropdown-list-tooltip-content .attribute-tooltip-elements-more {
  color: var(--gd-palette-complementary-6, #94a1ad);
  text-transform: lowercase;
}

.gd-attribute-list-item {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.gd-attribute-list-item:hover .gd-attribute-item-tooltip-icon {
  display: block;
  cursor: help;
}
.gd-attribute-list-item .gd-attribute-item-tooltip-icon {
  display: none;
  flex: 0 0 auto;
  margin-left: 7px;
  font-weight: normal;
}

.dropdown-body .attributes-list .gd-attribute-list-item.gd-list-item.type-geo_attribute::before {
  content: "\e624";
  height: 14px;
  padding-left: 4px;
  padding-top: 1px;
  line-height: normal;
  vertical-align: middle;
  color: #f18600;
}

.gd-bubble.gd-filter-button-custom-icon-bubble, .gd-bubble.gd-filter-configuration-mode-item-bubble {
  max-width: 209px;
}

.dash-filters-reset {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}

.button-filter-bar-reset {
  padding: 0;
  margin-left: 1px;
  border: 1px solid transparent;
}
.button-filter-bar-reset .gd-icon-reset path {
  fill: var(--gd-palette-complementary-6, #94a1ad);
}
.button-filter-bar-reset:hover .gd-icon-reset path {
  fill: var(--gd-palette-primary-base, #14b2e2);
}

.filter-bar-configuration {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  height: 100%;
}

.gd-filter-views {
  display: flex;
  align-items: center;
}

.gd-button-primary.gd-filter-views-button {
  border: 0;
  box-shadow: none;
  color: var(--gd-palette-complementary-6);
  background: var(--gd-dashboards-content-backgroundColor, var(--gd-palette-complementary-0, #fff));
  font-size: 14px;
}
.gd-button-primary.gd-filter-views-button.deprecated-margin-top {
  margin-top: 7px;
}
.gd-button-primary.gd-filter-views-button:not(.disabled):not(.gd-button-link):active::before, .gd-button-primary.gd-filter-views-button:not(.disabled):not(.gd-button-link):active::after {
  top: 1px;
}
.gd-button-primary.gd-filter-views-button:not(.disabled):not(.gd-button-link):active .gd-button-text {
  top: 1px;
}
.gd-button-primary.gd-filter-views-button:not(.disabled):not(.gd-button-link):active .gd-button-icon {
  margin-top: 1px;
  color: var(--gd-palette-primary-base);
}
.gd-button-primary.gd-filter-views-button:not(.disabled):not(.gd-button-link):hover {
  color: var(--gd-palette-complementary-8);
}
.gd-button-primary.gd-filter-views-button:not(.disabled):not(.gd-button-link):hover .gd-button-icon {
  color: var(--gd-palette-primary-base);
}
.gd-button-primary.gd-filter-views-button .gd-button-icon {
  color: var(--gd-palette-complementary-5);
  /* stylelint-disable-next-line declaration-no-important */
  margin: 0 -8px 0 6px !important;
}
.gd-button-primary.gd-filter-views-button .gd-filter-views-button__label {
  text-decoration: underline;
}

.gd-dash-content--density-compact .filter-bar-configuration {
  align-items: center;
  padding-right: 10px;
}
.gd-dash-content--density-compact .gd-button-primary.gd-filter-views-button.deprecated-margin-top {
  margin-top: 0;
}

.gd-button-primary.gd-filter-views-button--open {
  color: var(--gd-palette-complementary-8, #464e56);
}
.gd-button-primary.gd-filter-views-button--open .gd-button-icon::before {
  color: #14b2e2;
}

.gd-filters-views__panel__divider {
  border-right: 1px solid #dde4eb;
  width: 1px;
  height: 20px;
  margin-top: 9px;
}

.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble.gd-filters-configuration-panel .arrow-position, .gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble.gd-filters-views__panel .arrow-position {
  display: none;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble.gd-filters-views__panel {
  min-width: 350px;
  max-width: 350px;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble.gd-filters-views__panel .configuration-panel-header {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 10px;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble.gd-filters-views__panel .configuration-panel-header-title {
  line-height: normal;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel__filter-view__add .configuration-category {
  margin: 10px 10px 0;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel__filter-view__add .gd-filter-view-add-hint {
  font-size: 12px;
  margin: 5px 0;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel__filter-view__add .configuration-panel-header-title-button {
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel__filter-view__list .configuration-category {
  margin: 10px 0 0;
  overflow: auto;
  overscroll-behavior: contain;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .gd-filter-view__list:focus-visible {
  outline: none;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .gd-filter-view__list:focus-visible .gd-filter-view__item--isFocused .gd-filter-view__item__button {
  opacity: 1;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .gd-filter-view__list:focus-visible .gd-filter-view__item--isFocusedSelectItem,
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .gd-filter-view__list:focus-visible .gd-filter-view__item__button--isFocused {
  outline-offset: -2px;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
}

.gd-filters-views__panel .gd-title-with-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}
.gd-filters-views__panel .gd-title-with-icon .gd-ui-kit-tooltip__anchor {
  line-height: 14px;
}
.gd-filters-views__panel .configuration-panel-header-title {
  display: flex;
  justify-content: space-between;
}
.gd-filters-views__panel .configuration-panel-footer__content {
  text-align: right;
}
.gd-filters-views__panel .gd-input-with-label .gd-input-label {
  font-size: 12px;
}
.gd-filters-views__panel .gd-filter-view-add-checkbox-row {
  padding: 5px 0;
}

.configuration-panel__filter-view__list .configuration-panel-footer__content {
  text-align: left;
}
.configuration-panel__filter-view__list .configuration-panel-footer__content .gd-button {
  display: flex;
  height: 23px;
  align-items: center;
  margin-left: -10px;
}

.gd-filter-view__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 28px;
}
.gd-filter-view__item .gd-filter-view__item__value {
  display: flex;
  flex-grow: 1;
  gap: 5px;
  overflow: hidden;
  cursor: pointer;
  color: var(--gd-palette-complementary-8, #464e56);
  padding: 5px 10px;
  align-items: center;
}
.gd-filter-view__item .gd-filter-view__item__value__title {
  gap: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd-filter-view__item .gd-filter-view__item__value__suffix {
  flex-shrink: 0;
  color: var(--gd-palette-complementary-5, #b0beca);
}
.gd-filter-view__item .gd-filter-view__item__button {
  opacity: 0;
  flex-shrink: 0;
  height: 28px;
  padding: 0;
  margin: 0;
  transition: none;
  display: flex;
  align-items: center;
}
.gd-filter-view__item:hover {
  background: #ebeff4;
}
.gd-filter-view__item:hover .gd-filter-view__item__button, .gd-filter-view__item--isFocused:focus .gd-filter-view__item__button, .gd-filter-view__item--isFocused:focus-within .gd-filter-view__item__button {
  opacity: 1;
  cursor: pointer;
}
.gd-filter-view__item .gd-filter-view__item__button--delete {
  width: 16px;
  margin-left: 5px;
}
.gd-filter-view__item .gd-filter-view__item__button--delete .gd-button-icon::before {
  color: var(--gd-palette-complementary-7, #6d7680);
}
.gd-filter-view__item .gd-filter-view__item__button--delete:hover .gd-button-icon::before {
  color: #e54d42;
}
.gd-filter-view__item .gd-filter-view__item__delete-button-wrapper {
  padding: 0 5px;
  display: flex;
  align-items: center;
}
.gd-filter-view__item .gd-filter-view__item__delete-button-wrapper:hover {
  background-color: var(--gd-palette-error-lightest, #fff2f1);
  color: #e54d42;
}
.gd-filter-view__item .gd-filter-view__item__button:has(~ .gd-filter-view__item__delete-button-wrapper:hover),
.gd-filter-view__item .gd-filter-view__item__button ~ .gd-filter-view__item__delete-button-wrapper:hover,
.gd-filter-view__item .gd-filter-view__item__value:has(~ .gd-filter-view__item__delete-button-wrapper:hover),
.gd-filter-view__item .gd-filter-view__item__value ~ .gd-filter-view__item__delete-button-wrapper:hover {
  background-color: var(--gd-palette-error-lightest, #fff2f1);
}

.gd-filter-view__list__empty {
  text-align: center;
  color: var(--gd-palette-complementary-5, #b0beca);
  padding: 5px 0;
}

.gd-filter-view__list__tooltip {
  width: 230px;
}

.overlay.gd-dialog.gd-filter-view__delete-dialog {
  min-width: 450px;
  max-width: 450px;
}
.overlay.gd-dialog.gd-filter-view__delete-dialog .gd-filter-view__delete-dialog__item {
  word-break: break-word;
  overflow-wrap: break-word;
}

.gd-add-filter-menu {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.gd-add-filter-menu-body {
  display: flex;
  flex-direction: column;
  min-width: 250px;
}
.gd-add-filter-menu-body .gd-add-filter-menu-content {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.gd-add-filter-menu-body .gd-add-filter-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 5px 10px;
  font-size: 12px;
  text-align: left;
  color: var(--gd-palette-complementary-8);
  background: transparent;
  border: none;
  cursor: pointer;
}
.gd-add-filter-menu-body .gd-add-filter-menu-item:hover {
  background-color: var(--gd-palette-complementary-2);
}

.grouped-navigation {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-right: -1px;
  font-size: 16px;
  color: var(--gd-dashboards-navigation-item-color, var(--gd-palette-complementary-8-from-theme, #94a1ad));
  background-color: var(--gd-dashboards-navigation-backgroundColor, var(--gd-palette-complementary-1-from-theme, #303442));
  transition: left 0.5s, width 0.5s;
}

.grouped-navigation-header,
.grouped-navigation-section-button {
  flex: 0 0 auto;
  padding: 10px;
  font-weight: bold;
  line-height: 27px;
  text-transform: uppercase;
  color: var(--gd-dashboards-navigation-title-color, var(--gd-palette-complementary-6, #94a1ad));
}

.grouped-navigation-header {
  display: flex;
  border-bottom: 1px solid var(--gd-dashboards-navigation-borderColor, var(--gd-palette-complementary-4-from-theme, rgba(148, 161, 173, 0.2)));
  align-items: center;
}
@media only screen and (min-width:641px) {
  .grouped-navigation-header {
    font-size: 14px;
  }
}
@media only screen and (min-width:1171px) {
  .grouped-navigation-header {
    font-size: 16px;
  }
}
.grouped-navigation-header .grouped-navigation-header-title {
  flex: 1 0 auto;
}
.grouped-navigation-header .grouped-navigation-add-button {
  flex: 0 0 auto;
  width: 27px;
}
@media only screen and (min-width:641px) {
  .grouped-navigation-header .grouped-navigation-add-button {
    display: none;
  }
}
@media only screen and (min-width:1171px) {
  .grouped-navigation-header .grouped-navigation-add-button {
    display: block;
  }
}
.grouped-navigation-header .grouped-navigation-add-button::before {
  color: var(--gd-palette-complementary-0, #fff);
}
.grouped-navigation-header .grouped-navigation-add-button:hover::before {
  color: var(--gd-palette-complementary-0, #fff);
}

.grouped-navigation-groups-divider {
  border-top: 1px solid var(--gd-dashboards-navigation-borderColor, var(--gd-palette-complementary-4-from-theme, rgba(148, 161, 173, 0.2)));
  margin: 8px 15px;
}

.grouped-navigation-section-button {
  border-top: 1px solid var(--gd-dashboards-navigation-borderColor, var(--gd-palette-complementary-4-from-theme, rgba(148, 161, 173, 0.2)));
  border-bottom: none;
  font-size: 14px;
  cursor: pointer;
}
.grouped-navigation-section-button .grouped-navigation-expand-group-icon {
  margin-right: 10px;
}

.grouped-navigation-section--is-collapsed .grouped-navigation-list {
  height: 0;
  padding: 0;
  transition: height 0.15s ease-out;
}

.grouped-navigation-section--is-expanded {
  background-color: var(--gd-dashboards-navigation-item-selectedBackgroundColor, var(--gd-palette-complementary-0-from-theme, #131c28));
}
.grouped-navigation-section--is-expanded .grouped-navigation-list {
  height: calc(40vh - 43px);
  transition: height 0.15s ease-out;
}

.grouped-navigation-list {
  flex: 1 1 auto;
  overflow: auto;
  overscroll-behavior: contain;
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
}

.grouped-navigation,
.grouped-navigation-list {
  width: 230px;
}
@media only screen and (min-width:641px) {
  .grouped-navigation,
  .grouped-navigation-list {
    width: 160px;
  }
}
@media only screen and (min-width:1171px) {
  .grouped-navigation,
  .grouped-navigation-list {
    width: 230px;
  }
}

.grouped-navigation-list-item {
  display: block;
  border-left: 4px solid transparent;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
}
.grouped-navigation-list-item:hover {
  color: var(--gd-dashboards-navigation-item-hoverColor, var(--gd-palette-complementary-9-from-theme, #fff));
  border-color: var(--gd-palette-complementary-6-from-theme, rgba(255, 255, 255, 0.5));
}
.grouped-navigation-list-item-selected {
  color: var(--gd-dashboards-navigation-item-selectedColor, var(--gd-palette-complementary-9-from-theme, #fff));
  border-color: var(--gd-palette-primary-base, #14b2e2);
  font-weight: bold;
  background-color: var(--gd-dashboards-navigation-item-selectedBackgroundColor, var(--gd-palette-complementary-0-from-theme, #131c28));
}
.grouped-navigation-list-item a {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 15px 0 11px;
  white-space: nowrap;
}
.grouped-navigation-list-item a .gd-bubble-trigger,
.grouped-navigation-list-item a .shortened {
  display: inline-flex;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
}
.grouped-navigation-list-item a .shortened {
  max-width: 100%;
}
.overlay .grouped-navigation-list-item a {
  flex: 0 0 auto;
  max-width: 100%;
  margin-right: 5px;
  color: var(--gd-palette-complementary-7, #6d7680);
}
.grouped-navigation-list-item a, .grouped-navigation-list-item a:hover, .grouped-navigation-list-item a:focus, .grouped-navigation-list-item a:active {
  text-decoration: none;
  color: inherit;
}
.grouped-navigation-list-item .grouped-navigation-list-item-icon {
  padding-right: 10px;
  font-size: 14px;
  display: block;
}
.grouped-navigation-list-item .grouped-navigation-list-item-icon::before {
  display: block;
  margin-bottom: 3px;
}

.grouped-navigation-off .grouped-navigation,
.grouped-navigation-off .gd-ui-kit-navigation-bypass {
  display: none;
}

.grouped-navigation-on .grouped-navigation {
  left: 0;
}
@media only screen and (min-width:641px) {
  .grouped-navigation-on .dash-content {
    padding-left: 160px;
  }
  .grouped-navigation-on .dash-content.is-widgets-catalogue-hidden {
    padding-left: 0;
  }
  .grouped-navigation-on .dash-content.is-widgets-catalogue-hidden .dash-header-wrapper {
    left: 0;
  }
  .grouped-navigation-on .dash-header-wrapper {
    left: 160px;
  }
  .grouped-navigation-on .gd-dash-header-wrapper {
    left: 160px;
  }
  .grouped-navigation-on .dash-nav {
    left: 0;
    width: 160px;
  }
}
@media only screen and (min-width:1171px) {
  .grouped-navigation-on .dash-content {
    padding-left: 230px;
  }
  .grouped-navigation-on .dash-header-wrapper {
    left: 230px;
  }
  .grouped-navigation-on .gd-dash-header-wrapper {
    left: 230px;
  }
  .grouped-navigation-on .dash-nav {
    width: 230px;
  }
}
@media only screen and (min-width:1171px) {
  .grouped-navigation-on.edit-mode-on .dash-nav::before,
  .grouped-navigation-on.edit-mode-on .grouped-navigation {
    left: -230px;
  }
}
@media only screen and (min-width:641px) {
  .grouped-navigation-on.edit-mode-off .dash-nav::before,
  .grouped-navigation-on.edit-mode-off .grouped-navigation {
    left: 0;
  }
}

.grouped-mobile-navigation {
  width: 100%;
}
.is-splashscreen-visible .grouped-mobile-navigation {
  display: none;
}

.grouped-mobile-navigation-dropdown {
  display: flex;
  flex-direction: column;
  overflow: auto;
  overscroll-behavior: contain;
  height: 100%;
}
.grouped-mobile-navigation-dropdown.grouped-mobile-navigation-dropdown--has-subgroups {
  height: calc(100% - 45px + 1px);
}
.grouped-mobile-navigation-dropdown .gd-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  border: none;
  font-size: 14px;
  line-height: 40px;
  color: var(--gd-palette-complementary-8, #464e56);
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}
.grouped-mobile-navigation-dropdown .gd-list-item::after {
  display: none;
}
.grouped-mobile-navigation-dropdown .gd-list-item.is-selected {
  font-weight: bold;
  color: #14b2e2;
}
.grouped-mobile-navigation-dropdown .gd-list-item.is-selected .gd-customizable-checkmark-mobile-navigation {
  top: 14px;
  right: 15px;
}
.grouped-mobile-navigation-dropdown .gd-list-item.grouped-mobile-navigation-group, .grouped-mobile-navigation-dropdown .gd-list-item.grouped-mobile-navigation-expanded-group {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.grouped-mobile-navigation-dropdown .gd-list-item .grouped-navigation-list-item-icon {
  flex: 0 0 auto;
  margin-right: 5px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.grouped-mobile-navigation-dropdown .gd-list-item .grouped-mobile-navigation-expanded-group-icon {
  flex: 0 0 auto;
  margin-right: 5px;
}
.grouped-mobile-navigation-dropdown .gd-list-item .grouped-mobile-navigation-group-icon {
  flex: 0 0 auto;
}
.grouped-mobile-navigation-dropdown .gd-list-item .grouped-navigation-dashboard-title {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.grouped-mobile-navigation-dropdown .gd-list-item.grouped-mobile-navigation-group {
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  height: 45px;
  line-height: 45px;
  background: var(--gd-palette-complementary-2-from-theme, rgba(221, 228, 235, 0.2));
}
.grouped-mobile-navigation-dropdown .grouped-mobile-navigation-groups-divider {
  padding-top: 5px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  background: var(--gd-palette-complementary-2-from-theme, rgba(221, 228, 235, 0.2));
}
.grouped-mobile-navigation-dropdown .grouped-mobile-navigation-groups {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}
.grouped-mobile-navigation-dropdown .grouped-mobile-navigation-expanded-group {
  position: fixed;
  top: 45px;
  right: 0;
  left: 0;
}
.grouped-mobile-navigation-dropdown .grouped-mobile-navigation-spacer {
  background: var(--gd-palette-complementary-2-from-theme, rgba(221, 228, 235, 0.2));
  flex-grow: 1;
}
.grouped-mobile-navigation-dropdown.grouped-mobile-navigation-dropdown--is-subgroup-expanded {
  height: 100%;
  margin-top: 40px;
}
.grouped-mobile-navigation-dropdown.grouped-mobile-navigation-dropdown--is-subgroup-expanded .gd-list-item.grouped-navigation-dashboard-item {
  margin-left: 30px;
  padding: 0 15px 0 0;
}
.grouped-mobile-navigation-dropdown.grouped-mobile-navigation-dropdown--is-subgroup-expanded .grouped-mobile-navigation-spacer {
  background: none;
}

.dash-header {
  min-height: 1px;
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  max-width: 100vw;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  border-bottom-color: var(--gd-dashboards-title-borderColor, var(--gd-palette-complementary-3, #dde4eb));
  background: var(--gd-dashboards-title-backgroundColor, var(--gd-palette-complementary-0, #fff));
}
.dash-header::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.dash-header .dash-control-buttons {
  display: flex;
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 20px;
  text-align: right;
}
.dash-header.dash-header-export {
  border-bottom: none;
  display: flex;
}
.dash-header.dash-header-export .dash-header-inner {
  flex: unset;
}
.dash-header.dash-header-export::after {
  content: "";
  position: relative;
  top: 1px;
  flex: 1 1 auto;
  height: 0;
  border-top: 1px solid var(--gd-dashboards-section-title-lineColor, var(--gd-palette-complementary-3, #dde4eb));
  visibility: visible;
  margin-right: 20px;
}

.dash-control-buttons {
  flex: 0 0 auto;
  margin: 0 10px 0 auto;
  padding-left: 20px;
  text-align: right;
  align-items: center;
  gap: 10px;
}

.dash-header-inner {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  overflow: hidden;
  margin-left: 15px;
}
.dash-header-inner .gd-locked-status,
.dash-header-inner .gd-share-status {
  align-self: flex-end;
}
.dash-header-inner .gd-locked-status {
  padding-bottom: 2px;
  margin-left: 5px;
}
.dash-header-inner .gd-share-status {
  padding-bottom: 4px;
}

.dash-title-wrapper {
  display: block;
  overflow: hidden;
  margin-right: 5px;
}
.dash-title-wrapper .gd-editable-label-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dash-title {
  overflow: hidden;
  width: auto;
  height: 40px;
  max-width: 100%;
  padding: 4px 10px 2px 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-overflow: ellipsis;
  vertical-align: top;
  color: var(--gd-dashboards-title-color, var(--gd-palette-complementary-8, #464e56));
}
.dash-title textarea {
  font: inherit;
  color: inherit;
}
.dash-title,
.dash-title textarea {
  white-space: nowrap;
}
.dash-title::placeholder,
.dash-title textarea::placeholder {
  color: var(--gd-palette-complementary-6-from-theme, inherit);
}
.dash-title.editable {
  border: 1px solid transparent;
  min-width: 76px;
}
.dash-title.editable:hover, .dash-title.is-editing {
  border-color: var(--gd-palette-complementary-4-from-theme, rgba(177, 193, 209, 0.5));
}
.dash-title.placeholder {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .dash-header-options-wrapper {
    height: 100%;
  }
  .dash-header-options-wrapper button {
    height: 100%;
  }
}

.dash-header-options-button {
  flex: 0 0 auto;
  text-align: center;
}
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
  .dash-header-options-button {
    width: 46px;
    align-self: stretch;
    padding: 0;
    font-size: 20px;
    border-radius: 0;
    border-width: 0 0 0 1px;
    border-style: solid;
    background: var(--gd-dashboards-title-backgroundColor, var(--gd-palette-complementary-0, #fff));
    border-color: var(--gd-dashboards-title-borderColor, var(--gd-palette-complementary-3, #dde4eb));
  }
}
@media only screen and (min-width:641px) {
  .dash-header-options-button {
    margin-right: 10px;
  }
}

.gd-dash-content--density-compact .dash-title {
  font-size: 18px;
  padding-left: 3px;
}
.gd-dash-content--density-compact .dash-control-buttons {
  gap: 5px;
}

.overlay-wrapper {
  z-index: 5001;
}

.gd-list-item.delete-button:hover {
  background-color: var(--gd-palette-error-lightest, #fff2f1);
  color: var(--gd-palette-error-base, #e54d42);
}

/* ==========================================================================
   Variables
   ========================================================================== */
.gd-dialog.gd-drill-modal-dialog:not(.gd-dropdown),
.overlay.gd-dialog.gd-drill-modal-dialog:not(.gd-dropdown) {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  max-width: 100vw;
  width: calc(100vw - 10 * (1vw + 1vh - 1vmin));
  height: calc(100vh - 10 * (1vw + 1vh - 1vmin));
  padding: 20px;
  background-color: var(--gd-palette-complementary-0, #fff);
}
@media only screen and (max-width: 640px) {
  .gd-dialog.gd-drill-modal-dialog:not(.gd-dropdown),
  .overlay.gd-dialog.gd-drill-modal-dialog:not(.gd-dropdown) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    border-radius: 0;
  }
}
.gd-dialog.gd-drill-modal-dialog:not(.gd-dropdown).gd-ff-drill-description,
.overlay.gd-dialog.gd-drill-modal-dialog:not(.gd-dropdown).gd-ff-drill-description {
  overflow-y: hidden;
}

.gd-drill-modal-dialog-header {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 38px;
  margin: 0 0 20px;
  background-color: var(--gd-palette-complementary-0, #fff);
}
.gd-drill-modal-dialog-header .gd-drill-reset-button {
  margin: 0 10px 0 0;
}
.gd-drill-modal-dialog-header .gd-drill-title {
  font-weight: 400;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 20px 0 0;
  padding: 4px;
  line-height: 23px;
  white-space: nowrap;
}
.gd-drill-modal-dialog-header .gd-drill-close-button {
  top: -5px;
  right: -5px;
}
.gd-drill-modal-dialog .gd-drill-modal-dialog-header .gd-drill-close-button {
  position: absolute;
}
.gd-drill-modal-dialog-header.gd-ff-drill-description {
  flex-shrink: 0;
}

.gd-drill-modal-dialog-footer {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  color: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
  margin-top: 20px;
  padding-top: 18px;
}
.gd-drill-modal-dialog-footer .export-drilled-insight {
  position: relative;
}
.gd-drill-modal-dialog-footer .export-drilled-insight .export-menu-toggle-button {
  border: none;
  box-shadow: none;
  line-height: 20px;
}
.gd-drill-modal-dialog-footer .export-drilled-insight .export-menu-toggle-button::before {
  top: 8px;
  font-size: 16px;
}
.gd-drill-modal-dialog-footer .gd-show-as-table-button {
  display: flex;
  gap: 5px;
}
.gd-drill-modal-dialog-footer .gd-show-as-table-button path {
  fill: var(--gd-palette-complementary-5-from-theme, #b1c1d1);
}
.gd-drill-modal-dialog-footer .gd-show-as-table-button:hover path {
  fill: var(--gd-palette-primary-base);
}

.gd-drill-modal-dialog-footer.gd-drill-modal-dialog-footer-with-border {
  border-top: 1px solid var(--gd-modal-title-lineColor, var(--gd-palette-complementary-3, #dde4eb));
}

.gd-drill-modal-dialog-content {
  background-color: var(--gd-palette-complementary-0, #fff);
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  align-items: flex-start;
}
.gd-drill-modal-dialog-content .gd-drill-modal-dialog-content-base {
  position: relative;
  width: 100%;
  height: 100%;
}
.gd-drill-modal-dialog-content .visualization-uri-root {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
.gd-drill-modal-dialog-content .visualization-uri-root .headline {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.gd-drill-modal-dialog-content .visualization-uri-root .headline .headline-primary-item {
  color: var(--gd-palette-complementary-9, #000);
}
.gd-drill-modal-dialog-content .visualization-uri-root .headline .headline-secondary-item {
  border-left-color: rgba(176, 190, 202, 0.5);
}
.gd-drill-modal-dialog-content .visualization-uri-root .headline .headline-compare-section,
.gd-drill-modal-dialog-content .visualization-uri-root .headline .headline-compare-section-item,
.gd-drill-modal-dialog-content .visualization-uri-root .headline .headline-value--empty {
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-drill-modal-dialog-content .gd-loading-equalizer-wrap,
.gd-drill-modal-dialog-content .gd-drill-modal-error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--gd-palette-complementary-0, #fff);
}
.gd-drill-modal-dialog-content .gd-loading-equalizer-wrap {
  z-index: 3;
}
.gd-drill-modal-dialog-content .gd-loading-equalizer-wrap .gd-loading-equalizer {
  margin: auto 0;
}
.gd-drill-modal-dialog-content .gd-drill-modal-error {
  position: absolute;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gd-drill-modal-dialog-content .info-label {
  height: auto;
}
.gd-drill-modal-dialog-content.gd-ff-drill-description {
  max-height: 100%;
  flex-shrink: 1;
}

/* stylelint-disable declaration-no-important */
.highcharts-tooltip-container {
  z-index: 6001 !important;
}

.drill-dialog-insight-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.drill-dialog-insight-container-insight {
  order: 2;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 47px 20px 20px;
}
.drill-dialog-insight-container-insight .gd-ui-kit-tooltip__anchor {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.drill-dialog-insight-container-insight .gd-ui-kit-tooltip__anchor .drill-dialog-insight-container-button {
  width: 32px;
  height: 32px;
  padding-right: 0;
}
.drill-dialog-insight-container-insight .gd-ui-kit-tooltip__anchor .drill-dialog-insight-container-button span {
  display: block;
  margin: auto;
  text-align: center;
}
.drill-dialog-insight-container-insight .gd-ui-kit-tooltip__anchor .drill-dialog-insight-container-button:hover span svg path {
  fill: var(--gd-palette-primary-base);
}
.drill-dialog-insight-container-insight .gd-ui-kit-tooltip__anchor .drill-dialog-insight-container-button span svg path {
  fill: var(--gd-palette-complementary-7);
}
.drill-dialog-insight-container-insight .gd-ui-kit-tooltip__anchor .drill-dialog-insight-container-button.drill-dialog-insight-container-button--open {
  left: 10px;
}
.drill-dialog-insight-container-insight .gd-ui-kit-tooltip__anchor .drill-dialog-insight-container-button.drill-dialog-insight-container-button--open.drill-dialog-insight-container-button--mobile {
  left: min(330px, 100vw - 72px);
}

.drill-dialog-insight-container-description {
  order: 1;
  width: 0;
  margin-top: -20px;
  height: calc(100% + 40px);
  flex-shrink: 0;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  transition: width 0.3s ease-in-out;
  position: relative;
}
.drill-dialog-insight-container-description:not(.drill-dialog-insight-container-description--open) .drill-dialog-insight-container-description-content {
  display: none;
}
.drill-dialog-insight-container-description.drill-dialog-insight-container-description--open {
  border-right: 1px solid var(--gd-palette-complementary-3);
  width: 220px;
}
.drill-dialog-insight-container-description.drill-dialog-insight-container-description--open .drill-dialog-insight-container-description-content {
  width: 220px;
}
.drill-dialog-insight-container-description.drill-dialog-insight-container-description--open.drill-dialog-insight-container-description--mobile {
  width: 320px;
  max-width: calc(100vw - 82px);
}
.drill-dialog-insight-container-description.drill-dialog-insight-container-description--open.drill-dialog-insight-container-description--mobile .drill-dialog-insight-container-description-content {
  width: 320px;
  max-width: calc(100vw - 82px);
}
.drill-dialog-insight-container-description.drill-dialog-insight-container-description--mobile {
  margin-top: 0;
  height: auto;
  background: var(--gd-palette-complementary-0);
  position: absolute;
  top: -20px;
  left: 0;
  bottom: -20px;
  z-index: 2;
}
.drill-dialog-insight-container-description .drill-dialog-insight-container-description-content {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.drill-dialog-insight-container-description .drill-dialog-insight-container-description-content .gd-rich-text-content {
  padding: 15px;
}

.gd-drill-dialog-export .gd-ui-kit-tooltip__anchor {
  width: 100%;
}

.gd-drill-modal-picker-overlay-mask {
  position: absolute;
  z-index: 5002;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.gd-drill-modal-picker-dropdown {
  overflow: hidden;
  max-width: 230px;
  width: 230px;
  background-color: var(--gd-palette-complementary-0, #fff);
  border-radius: 3px;
  border: 1px solid var(--gd-palette-complementary-3-from-theme, #ccd8e2);
  box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
}
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-title {
  font-weight: 400;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 10px 0 10px;
  line-height: 16px;
  white-space: nowrap;
  color: var(--gd-palette-complementary-6, #94a1ad);
  text-transform: uppercase;
}
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-body {
  max-height: 160px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 0 10px 0;
}

.gd-drill-to-url-modal-picker {
  padding: 2px 0 0 10px;
}

.gd-drill-modal-wrapper-mask {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.gd-drill-modal-wrapper-mask:first-child .gd-bubble-trigger-zoom-out {
  z-index: 1;
  top: -30px;
  right: 30px;
}

.gd-powered-by-logo-wrapper {
  right: 0;
  bottom: 0;
  margin: 10px 10px 10px 0;
  line-height: 0;
  background-color: white;
  opacity: 0.85;
}
.gd-powered-by-logo-wrapper-small {
  position: absolute;
  z-index: 1;
}
.gd-powered-by-logo-wrapper-large {
  position: fixed;
}

.gd-powered-by-logo-img {
  display: block;
}
.gd-powered-by-logo-img-large {
  width: 165px;
  height: 30px;
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-large.svg?v=2022");
  background-size: 165px 30px;
}
.gd-powered-by-logo-img-small {
  width: 146px;
  height: 16px;
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-small.svg?v=2022");
  background-size: 146px 16px;
}

.export-mode {
  /* =====================================================================
  Export Mode Accessibility Enhancements
  ===================================================================== */
  /* =====================================================================
  Export Mode Accessibility Enhancements
  ===================================================================== */
}
.export-mode * {
  transition: none !important; /* stylelint-disable-line declaration-no-important */
}
.export-mode .gd-fluidlayout-row {
  display: block !important; /* stylelint-disable-line declaration-no-important */
  page-break-inside: avoid;
}
.export-mode .gd-fluidlayout-row .gd-fluidlayout-column {
  display: inline-block;
  vertical-align: top;
}
.export-mode .gd-fluidlayout-row .gd-fluidlayout-column .dash-item {
  min-height: inherit;
}
.export-mode .gd-fluidlayout-row .gd-fluidlayout-column .dashboard-widget-draggable-wrapper {
  min-height: inherit;
}
.export-mode .gd-grid-layout__item--leaf {
  page-break-inside: avoid;
}
.export-mode .gd-grid-layout__item--leaf .dash-item {
  min-height: inherit;
}
.export-mode .gd-grid-layout__item--leaf .dashboard-widget-draggable-wrapper {
  min-height: inherit;
}
.export-mode .gd-row-header-view .description .more-link.active {
  display: none;
}
.export-mode .gd-custom-widget-export {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.export-mode .gd-grid-layout__container--root {
  padding-bottom: 500px;
}
.export-mode .gd-grid-layout__container--nested {
  padding-bottom: 300px;
}
.export-mode .gd-widget-export {
  z-index: auto;
}
.export-mode .gd-fluidlayout-column-container-export {
  z-index: auto;
}
.export-mode .gd-row-header-export {
  text-align: left;
  padding-right: 0;
  padding-left: 0;
}
.export-mode .gd-row-header-title-wrapper-export::before {
  display: none;
}

.gd-dashboard-meta {
  display: none;
  width: 100%;
}

.gd-csv-export-dialog {
  min-width: 300px;
}
.gd-csv-export-dialog .gd-dialog-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gd-csv-export-dialog .gd-dialog-content .gd-csv-export-dialog-item h4 {
  margin: 0 0 8px 0;
  color: var(--gd-palette-complementary-7);
  font-size: 14px;
  font-weight: 400;
}

.export-slides-mode .dash-item.type-visualization.viz-type-headline .headline {
  max-height: calc(100% - 10px);
}

.export-mode .dash-item-action-button,
.export-slides-mode .dash-item-action-button {
  display: none;
}

.gd-dialog.save-as-new-dialog {
  max-width: 450px;
}
.gd-dialog .dashboard-note {
  line-height: 21px;
  padding-bottom: 25px;
}
.gd-dialog .dashboard-title {
  padding-bottom: 25px;
}

.gd-loading-equalizer-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--gd-palette-complementary-5, #b0beca);
}

.gd-loading-equalizer {
  flex: 0 0 auto;
  margin-top: 220px;
}
.gd-loading-equalizer .gd-loading-equalizer-spinner {
  display: block;
  margin: 10px auto;
}
.gd-loading-equalizer-fade {
  animation: fadein 0.25s ease-in-out;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.gd-loading-equalizer-attribute-filter-config-wrap {
  display: flex;
  justify-content: center;
  padding: 25px 0;
}

.visualizations-flex-dimensions {
  height: 100%;
}

.configuration-scrollable-panel {
  width: 100%;
  overflow: auto;
  overscroll-behavior: contain;
}

.configuration-panel {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
  display: flex;
  flex-direction: column;
}
.configuration-panel h2 {
  margin: 0 15px 6px;
  font-size: 16px;
  line-height: 24px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.configuration-panel .dropdown-button {
  width: 204px;
  text-align: left;
}
.configuration-panel .gd-button {
  max-width: 100%;
}
.configuration-panel .gd-rich-text-insight-description {
  height: 85px;
  overflow: auto;
  overscroll-behavior: contain;
}
.configuration-panel .gd-rich-text-insight-description textarea {
  font-weight: 400;
  font-size: 14px;
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
  line-height: 19px;
  color: var(--gd-palette-complementary-7, #6d7680);
  padding: 0;
}
.configuration-panel .gd-rich-text-insight-description .gd-bubble-trigger {
  margin: revert;
}

.creation-panel h3 {
  padding-left: 15px;
}

.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on {
  z-index: 1000;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on.is-sticky {
  z-index: 10;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on.target-br {
  z-index: 1000;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble {
  z-index: 1000;
  width: 251px;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble.is-sticky {
  z-index: 5;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble.arrow-right-direction {
  margin-left: 20px;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .bubble-content {
  padding: 0;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel-kpi .configuration-category.description-configuration-section {
  margin: 25px 0 0 0;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel {
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-category {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
  padding: 0;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-category:last-child {
  margin-bottom: 15px;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-category h3 {
  padding-left: 0;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-category-item {
  display: block;
  padding: 6px 0;
  font-size: 12px;
  line-height: 20px;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-category-item .input-label-text {
  display: flex;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-category-item label .gd-bubble-trigger {
  margin: 0 5px;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel-header-title-button {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel-header-title-button:hover {
  background: transparent;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel-header-title {
  flex-grow: 1;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 11px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel-header-title.clickable {
  cursor: pointer;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel-screen {
  overflow: hidden;
  display: flex;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel-header-title i {
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel-header-close-button::before {
  font-size: 12px;
  padding-right: 0;
  margin-right: 0;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble.arrow-br .bubble-content .arrow-position, .gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble.arrow-bl .bubble-content .arrow-position {
  top: auto;
  bottom: 35px;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .arrow-position {
  top: 35px;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3px 10px 3px 15px;
  background: var(--gd-palette-complementary-2, #ebeff4);
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel-footer {
  padding: 10px 10px 0;
}
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel-footer .configuration-panel-footer__content {
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  padding: 10px 0;
}

.sdk-edit-mode-on .configuration-category {
  margin-bottom: 20px;
}
.sdk-edit-mode-on .configuration-category:last-child {
  margin-bottom: 0;
}
.sdk-edit-mode-on .configuration-category h3 {
  position: relative;
  overflow: hidden;
  margin: 25px 0 10px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.sdk-edit-mode-on .configuration-category h3.is-disabled {
  color: #c9d5e0;
}
.sdk-edit-mode-on .configuration-category 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);
}
.sdk-edit-mode-on .configuration-category h3 .configuration-panel-header-title {
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.sdk-edit-mode-on .configuration-category h3 .configuration-panel-header-title.clickable {
  cursor: pointer;
}
.sdk-edit-mode-on .configuration-category h3 .configuration-panel-screen {
  overflow: hidden;
  display: flex;
}
.sdk-edit-mode-on .configuration-category h3 .configuration-panel-header-title i {
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.sdk-edit-mode-on .configuration-category h3 .configuration-panel-header-close-button::before {
  font-size: 12px;
  padding-right: 0;
  margin-right: 0;
}
.sdk-edit-mode-on .configuration-category > h3:first-child {
  margin-top: 0;
}
.sdk-edit-mode-on .configuration-category label {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: var(--gd-palette-complementary-7, #6d7680);
}
.sdk-edit-mode-on .configuration-category label + label {
  margin-top: 0;
}
.sdk-edit-mode-on .configuration-category label.filter-by-item {
  display: flex;
}
.sdk-edit-mode-on .configuration-category .gd-input-search {
  margin: 0 15px 10px;
}
.sdk-edit-mode-on .configuration-category .attribute-select {
  margin-top: 10px;
}
.sdk-edit-mode-on .configuration-category .subsection-disabled label {
  color: var(--gd-palette-complementary-5, #b0beca);
}
.sdk-edit-mode-on .configuration-category .warning + h3 {
  margin-top: 10px;
}
.sdk-edit-mode-on .configuration-category .gd-message {
  display: block;
  word-break: break-word;
  overflow-wrap: break-word;
}
.sdk-edit-mode-on .configuration-category .gd-message.error, .sdk-edit-mode-on .configuration-category .gd-message.warning {
  margin: 10px 0;
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
}
.sdk-edit-mode-on .configuration-category-vis {
  overflow: hidden;
}
.sdk-edit-mode-on .filter-by-item {
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}
.sdk-edit-mode-on .filter-by-item input,
.sdk-edit-mode-on .filter-by-item .gd-spinner {
  flex: 0 0 auto;
}
.sdk-edit-mode-on .filter-by-item span {
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
}
.sdk-edit-mode-on .filter-by-item .input-label-text {
  display: flex;
}
.sdk-edit-mode-on .filter-by-item .gd-bubble-trigger {
  margin: 0;
}
.sdk-edit-mode-on .filter-by-item .gd-spinner {
  margin-left: 10px;
}
.sdk-edit-mode-on .configuration-subcategory {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-left: 23px;
}
.sdk-edit-mode-on .subcategory-label {
  flex: 0 0 auto;
  margin-right: 10px;
}
.sdk-edit-mode-on .subcategory-dropdown {
  flex: 1 1 auto;
  overflow: hidden;
  padding: 6px 0;
}
.sdk-edit-mode-on .date-filter-error .title,
.sdk-edit-mode-on .attribute-filter-error .title {
  color: var(--gd-palette-error-base, #e54d42);
}
.sdk-edit-mode-on .is-highlighted {
  border: 1px solid var(--gd-palette-primary-base, #14b2e2) !important;
  box-shadow: 0 0 3px 0 var(--gd-palette-primary-base-t50, rgba(20, 178, 226, 0.5)), 0 1px 2px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15));
  color: var(--gd-palette-primary-base, #14b2e2);
}
.sdk-edit-mode-on .dataSets-list .gd-list-item-header {
  padding: 11px 10px 6px;
}
.sdk-edit-mode-on .drill-to-dropdown-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.sdk-edit-mode-on .drill-to-dropdown {
  display: inline-block;
  max-width: 179px;
}
.sdk-edit-mode-on .drill-to-dropdown:last-child {
  width: 100%;
}
.sdk-edit-mode-on .button-remove-drill-to {
  position: relative;
  margin: -1px -8px -1px 0;
  text-decoration: none;
}
.sdk-edit-mode-on .button-remove-drill-to:hover {
  text-decoration: none;
}
.sdk-edit-mode-on .gd-visualizations-list {
  overflow: hidden;
  text-align: left;
}
.sdk-edit-mode-on .gd-visualizations-list .gd-dropdown-tabs {
  margin-left: 15px;
  margin-right: 15px;
}
.sdk-edit-mode-on .gd-visualizations-list .gd-infinite-list-item:hover {
  z-index: 1 !important;
}
.sdk-edit-mode-on .gd-visualizations-list .gd-infinite-list-item {
  background: none;
}
.sdk-edit-mode-on .gd-visualizations-list .gd-visualizations-list-item {
  margin-left: 15px;
  margin-right: 15px;
  padding-right: 5px;
  padding-left: 5px;
}
.sdk-edit-mode-on .gd-visualizations-list .gd-visualizations-list-no-data.gd-no-data {
  margin: 0;
  padding: 10px 20px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  text-align: left;
}
.sdk-edit-mode-on .gd-visualizations-list .gd-visualizations-list-no-data.gd-no-data.gd-visualization-list-not-found {
  text-align: center;
  padding: 0 20px;
}
.sdk-edit-mode-on .gd-visualizations-list .gd-visualizations-list-no-data.gd-no-data .gd-button {
  padding: 0;
}
.sdk-edit-mode-on .gd-visualizations-list-item-wrap.is-first {
  margin-top: 10px;
}
.sdk-edit-mode-on .gd-visualizations-list-item-wrap.is-last {
  margin-bottom: 10px;
}
.sdk-edit-mode-on .flex-panel-full-height {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  height: 100%;
}
.sdk-edit-mode-on .flex-panel-full-height .flex-panel-item-stretch {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}
.sdk-edit-mode-on .flex-panel-full-height .flex-panel-item-stretch .visualizations-list-wrap {
  position: relative;
  flex: 1 1 auto;
  height: 0;
}
.sdk-edit-mode-on .flex-panel-full-height .flex-panel-item-stretch .visualizations-list-wrap .gd-visualizations-list .gd-flex-item-stretch {
  overflow-x: hidden;
}
.sdk-edit-mode-on .gd-kpi-date-dataset-dropdown .gd-button {
  width: 159px;
}
.sdk-edit-mode-on .metrics-dropdown {
  width: 204px;
}
.sdk-edit-mode-on .metrics-dropdown .dropdown-body {
  flex-direction: column;
}
.gd-configuration-bubble-wrapper.overlay-wrapper .gd-configuration-bubble .bubble-content .sdk-edit-mode-on .zoom-and-pan-section {
  margin-top: 10px;
}
.sdk-edit-mode-on .zoom-and-pan-section h6 {
  display: none;
}
.sdk-edit-mode-on .zoom-and-pan-section .gd-icon-circle-question {
  cursor: help;
  margin-left: -12px;
  margin-top: -3px;
}
.sdk-edit-mode-on .zoom-and-pan-section .gd-icon-circle-question:hover::before {
  color: var(--gd-palette-complementary-5-from-theme, #999);
}
.sdk-edit-mode-on .zoom-and-pan-section .gd-icon-circle-question::before {
  font: 14px/1 "Indigo", sans-serif;
  color: var(--gd-palette-complementary-5-from-theme, #bbb);
}
.sdk-edit-mode-on .zoom-and-pan-section .input-label-text {
  font-size: 13px;
  color: var(--gd-palette-complementary-8, #464e56);
}
.sdk-edit-mode-on .zoom-and-pan-section .gd-message {
  margin-top: 5px;
}
.sdk-edit-mode-on .zoom-and-pan-section .input-checkbox-label {
  display: inline-block;
}
.sdk-edit-mode-on .configuration-panel-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.sdk-edit-mode-on .description-configuration-section .dropdown-button.description-config-dropdown-button {
  width: auto;
  padding: 0 10px 0 10px;
}
.sdk-edit-mode-on .description-configuration-section .gd-input {
  margin-top: 10px;
}
.sdk-edit-mode-on .description-configuration-section .description {
  font-size: 13px;
  resize: none;
}
.sdk-edit-mode-on .description-configuration-section .description:not(:disabled) {
  color: var(--gd-palette-complementary-8, #464e56);
}
.sdk-edit-mode-on .description-configuration-section .include-metrics-wrapper {
  margin-top: 10px;
}
.sdk-edit-mode-on .description-configuration-section .include-metrics-wrapper .input-checkbox-label {
  display: inline-block;
}
.sdk-edit-mode-on .description-configuration-section .include-metrics-wrapper .gd-bubble-trigger {
  display: inline-block;
  vertical-align: middle;
}
.sdk-edit-mode-on .description-configuration-section .gd-icon-circle-question {
  cursor: help;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.sdk-edit-mode-on .description-configuration-section .gd-icon-circle-question:hover {
  color: var(--gd-palette-complementary-7-from-theme, #687581);
}

.gd-cross-filtering-configuration {
  margin-top: 10px;
}
.gd-cross-filtering-configuration .question-mark-icon {
  margin-left: 5px;
  position: relative;
  top: 4px;
}

.gd-configuration-export-options {
  width: 100%;
}
.gd-configuration-export-options .gd-export-options-pdf-presentation,
.gd-configuration-export-options .gd-export-options-pptx-presentation,
.gd-configuration-export-options .gd-export-options-xlsx,
.gd-configuration-export-options .gd-export-options-csv,
.gd-configuration-export-options .gd-export-options-csv-raw,
.gd-configuration-export-options .gd-export-options-png {
  justify-content: flex-start;
}
.gd-configuration-export-options .gd-export-icon {
  margin-right: 10px;
  display: flex;
}

.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;
}

.visualization {
  text-align: center;
}
.visualization:focus-visible {
  outline-offset: -2px;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
  outline-offset: 2px;
}
.visualization .visualization-empty {
  width: 100%;
  height: 100%;
}
.visualization .info-label {
  height: 100%;
  margin: -5px 0 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}
.visualization .info-label h2,
.visualization .info-label p,
.visualization .info-label div {
  color: var(--gd-palette-complementary-8, #464e56);
}
.visualization .info-label h2 {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.visualization .info-label p {
  margin: 3px 0;
}
.visualization .info-label-icon {
  margin-bottom: 10px;
  font-size: 40px;
  color: var(--gd-palette-complementary-8, #464e56);
}
.visualization .info-label-icon-empty {
  margin-bottom: 7px;
}
.visualization .info-label-icon-empty::before {
  content: "–";
  font-size: 50px;
}
.visualization .indigo-table-component {
  text-align: left;
}
.visualization .updating-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--gd-palette-complementary-0, #fff);
  opacity: 0.6;
  animation-name: updatingFadeIn;
  animation-duration: 0.3s;
}
.visualization .gd-bubble-trigger-zoom-out {
  left: calc(-10px - var(--gd-dashboards-content-widget-borderWidth, 2px) - 8px);
  right: unset;
}

.gd-grid-layout .visualization {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.zoomable .crosshair {
  cursor: crosshair;
}
.zoomable .highcharts-selection-marker {
  fill: var(--gd-palette-complementary-1-from-theme, #b0beca);
  fill-opacity: 0.2;
}

@keyframes updatingFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
.overlay.gd-dialog.gd-warning-partial-result:not(.gd-dropdown) {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 50%;
  width: 280px;
  max-width: calc(100% - 20px);
  padding: 0;
  transform: translateX(-50%);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: start;
}

.gd-locked-status {
  display: inline-block;
}

.gd-share-status {
  display: inline-block;
}
.gd-share-status .gd-share-indicator {
  display: inline-block;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 12px;
}
.gd-share-status .gd-share-indicator .gd-share-icon {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.gd-sidebar-container {
  position: sticky;
  top: 0;
  width: 230px;
  height: 100vh;
  border-right: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}
.gd-sidebar-container--resizable {
  min-width: 230px;
  width: 100%;
}

.gd-resizable-sidebar {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
.gd-resizable-sidebar--dragging, .gd-resizable-sidebar:has(.gd-resizable-sidebar__handle:focus) {
  z-index: 9999;
}
.gd-resizable-sidebar__handle {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translateX(calc(var(--drag-x, 0) - 50%));
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  background: transparent;
  border: 0;
  cursor: col-resize;
  touch-action: none;
}
.gd-resizable-sidebar__handle:focus {
  outline: none;
}
.gd-resizable-sidebar__handle:disabled {
  cursor: initial;
}
.gd-resizable-sidebar__handle--dragging {
  opacity: 1;
}
.gd-resizable-sidebar--resizable:hover .gd-resizable-sidebar__handle, .gd-resizable-sidebar--resizable:focus-within .gd-resizable-sidebar__handle {
  opacity: 1;
}
.gd-resizable-sidebar__handle-grip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 25px;
  padding: 5px 3px;
  background: var(--gd-palette-complementary-0);
  border: 1px solid var(--gd-palette-complementary-5);
  border-radius: 2px;
}
.gd-resizable-sidebar--dragging .gd-resizable-sidebar__handle-grip, .gd-resizable-sidebar__handle:focus .gd-resizable-sidebar__handle-grip {
  border: 2px solid #14b2e2;
  border-radius: 3px;
}
.gd-resizable-sidebar--dragging .gd-resizable-sidebar__handle-grip::after, .gd-resizable-sidebar__handle:focus .gd-resizable-sidebar__handle-grip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 2px;
  background: #14b2e2;
  box-shadow: 0 0 0 4px var(--gd-palette-primary-base-t85, rgba(20, 178, 226, 0.15));
}

.add-item-panel {
  padding: 0 7px;
}

.add-item-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  height: 47px;
  padding: 0 10px 0 50px;
  border: 1px solid rgba(201, 213, 224, 0);
  border-radius: 2px;
  font-size: 12px;
  line-height: 14px;
  color: var(--gd-palette-complementary-8, #464e56);
  cursor: pointer;
}
.add-item-placeholder.disabled {
  color: var(--gd-palette-complementary-5, #b0beca);
  cursor: default;
  user-select: none;
}
.add-item-placeholder:hover:not(.disabled) {
  border-color: var(--gd-palette-complementary-5-from-theme, rgba(201, 213, 224, 0.5));
  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-0-t10, rgba(255, 255, 255, 0.95));
}
.add-item-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  flex: 0 0 auto;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.add-item-placeholder.add-panel-item {
  padding: 0 10px 0 0;
}
.add-item-placeholder.add-panel-item .add-panel-item__text {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.add-item-placeholder.add-panel-item svg {
  margin: 0 14px;
}
.add-item-placeholder.add-panel-item::before {
  content: none;
}
.add-item-placeholder.add-panel-item:hover .gd-add-item-placeholder-help-trigger {
  display: block;
  cursor: help;
}
.add-item-placeholder.add-panel-item .gd-add-item-placeholder-help-trigger {
  display: none;
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: 5px;
  font-weight: normal;
}
.add-item-placeholder.add-panel-item span {
  flex: 0 0 auto;
}
.add-item-placeholder span {
  flex: 1 1 auto;
}

.gd-visualizations-related-header {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding: 5px 0 5px 10px;
  font-size: 12px;
  line-height: 12px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-container-tooltip {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  max-width: 260px;
}
.gd-container-tooltip__image {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/flexible-layouts-tooltip.gif");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  aspect-ratio: 44/27;
}
.gd-container-tooltip__actions {
  padding-top: 10px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: baseline;
}

.gd-floating-toolbar {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 108;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  background: var(--gd-palette-complementary-0, #fff);
  border-radius: 3px;
  border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.gd-floating-toolbar__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  width: 75px;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.gd-floating-toolbar__button:hover {
  background: var(--gd-palette-complementary-1, #f5f8fa);
}
.gd-floating-toolbar__button:hover .gd-floating-toolbar__button-label {
  color: var(--gd-palette-complementary-8, #464e56);
}
.gd-floating-toolbar__button.is-dragging {
  background: var(--gd-palette-complementary-1, #f5f8fa);
  border-color: var(--gd-palette-complementary-3, #dde4eb);
  box-shadow: 0 1px 3px 0 rgba(20, 57, 93, 0.1), 0 2px 9px 0 rgba(20, 57, 93, 0.15);
}
.gd-floating-toolbar__button.is-dragging .gd-floating-toolbar__button-label {
  color: var(--gd-palette-complementary-8, #464e56);
}
.gd-floating-toolbar__button--primary {
  position: relative;
}
.gd-floating-toolbar__button--primary::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 6px;
  bottom: 6px;
  width: 0;
  border-right: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}
.gd-floating-toolbar__button--primary.is-selected {
  background: transparent;
}
.gd-floating-toolbar__button-label {
  font-size: 11px;
  line-height: 16px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.gd-insight-picker-panel-overlay {
  z-index: 108;
}
.gd-insight-picker-panel-overlay > .overlay-wrapper {
  position: fixed !important;
  bottom: 120px !important;
  top: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.gd-insight-picker-panel-overlay .gd-insight-picker-panel.gd-dialog {
  max-width: none;
  max-height: 430px;
  padding: 10px 0;
  background: var(--gd-palette-complementary-0, #fff);
  border-radius: 3px;
  border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.gd-insight-picker-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  cursor: grab;
  background: var(--gd-palette-complementary-0, #fff);
  overflow: hidden;
}
.gd-insight-picker-list-item:hover {
  background: var(--gd-palette-complementary-1, #f5f8fa);
}
.gd-insight-picker-list-item.is-dragging {
  opacity: 0.5;
}
.gd-insight-picker-list-item__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 30px;
}
.gd-insight-picker-list-item__icon .gd-vis-type,
.gd-insight-picker-list-item__icon [class*=gd-vis-type-] {
  margin-right: 0;
}
.gd-insight-picker-list-item__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 20px;
  font-size: 14px;
}
.gd-insight-picker-list-item__title {
  color: var(--gd-palette-complementary-8, #464e56);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd-insight-picker-list-item__date {
  color: var(--gd-palette-complementary-6, #94a1ad);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.icon {
  display: inline-block;
  margin: 0 0.25em;
  font-size: 80%;
  vertical-align: middle;
}

.button-dropdown.gd-button-small[class*=type-]::before,
.dropdown-body .gd-list-item[class*=type-]::before,
.configuration-category label[class*=type-]::before {
  content: "";
  position: relative;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: -1px;
  margin-right: 6px;
  font-family: Indigo, sans-serif;
  font-size: 12px;
  text-align: left;
  vertical-align: bottom;
}
.button-dropdown.gd-button-small.type-growIsGood .shortened,
.dropdown-body .gd-list-item.type-growIsGood .shortened,
.configuration-category label.type-growIsGood .shortened {
  display: inline;
}
.button-dropdown.gd-button-small.type-growIsGood::before,
.dropdown-body .gd-list-item.type-growIsGood::before,
.configuration-category label.type-growIsGood::before {
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/trend-positive.svg") no-repeat center;
}
.button-dropdown.gd-button-small.type-growIsGood.is-selected,
.dropdown-body .gd-list-item.type-growIsGood.is-selected,
.configuration-category label.type-growIsGood.is-selected {
  color: #00c18d;
}
.button-dropdown.gd-button-small.type-growIsGood.is-selected:hover,
.dropdown-body .gd-list-item.type-growIsGood.is-selected:hover,
.configuration-category label.type-growIsGood.is-selected:hover {
  background-color: #e6f9f4;
}
.button-dropdown.gd-button-small.type-growIsBad .shortened,
.dropdown-body .gd-list-item.type-growIsBad .shortened,
.configuration-category label.type-growIsBad .shortened {
  display: inline;
}
.button-dropdown.gd-button-small.type-growIsBad::before,
.dropdown-body .gd-list-item.type-growIsBad::before,
.configuration-category label.type-growIsBad::before {
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/trend-negative.svg") no-repeat center;
}
.button-dropdown.gd-button-small.type-growIsBad.is-selected,
.dropdown-body .gd-list-item.type-growIsBad.is-selected,
.configuration-category label.type-growIsBad.is-selected {
  color: #e54d42;
}
.button-dropdown.gd-button-small.type-growIsBad.is-selected:hover,
.dropdown-body .gd-list-item.type-growIsBad.is-selected:hover,
.configuration-category label.type-growIsBad.is-selected:hover {
  background-color: #fcedec;
}
.button-dropdown.gd-button-small.type-measure::before,
.dropdown-body .gd-list-item.type-measure::before,
.configuration-category label.type-measure::before {
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg") no-repeat center;
}
.button-dropdown.gd-button-small.type-metric::before,
.dropdown-body .gd-list-item.type-metric::before,
.configuration-category label.type-metric::before {
  margin-top: 0;
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg") no-repeat center;
}
.button-dropdown.gd-button-small.type-attribute::before,
.dropdown-body .gd-list-item.type-attribute::before,
.configuration-category label.type-attribute::before {
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg") no-repeat center;
}
.button-dropdown.gd-button-small.type-date::before,
.dropdown-body .gd-list-item.type-date::before,
.configuration-category label.type-date::before {
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
}
.button-dropdown.gd-button-small.type-comparison::before,
.dropdown-body .gd-list-item.type-comparison::before,
.configuration-category label.type-comparison::before {
  display: none;
}

.button-dropdown.gd-button-small[class*=type-] {
  padding-left: 35px;
}
.button-dropdown.gd-button-small[class*=type-]::before {
  position: absolute;
  left: 11px;
}

.gd-icon-list::before {
  content: "";
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/list.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.gd-icon-save-as-new::before {
  content: "";
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/save-as-new.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.gd-icon-filter::before {
  content: "";
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/filter.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.gd-icon-type-pdf::before {
  content: "";
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-pdf.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.gd-icon-type-sheet::before {
  content: "";
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-sheet.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.gd-icon-type-slides::before {
  content: "";
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-slides.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.gd-icon-type-image::before {
  content: "";
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-image.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.gd-icon-type-csv-raw::before {
  content: "";
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-csv-raw.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.gd-icon-type-csv-formatted::before {
  content: "";
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-csv-formatted.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.dropdown-body .gd-list-item.type-growIsGood::before, .dropdown-body .gd-list-item.type-growIsBad::before, .dropdown-body .gd-list-item.type-metric::before, .dropdown-body .gd-list-item.type-attribute::before, .dropdown-body .gd-list-item.type-date::before {
  margin-left: 1px;
}

/* (C) 2022 GoodData Corporation */
.gd-message.gd-date-filter-config-warning-message {
  display: block;
  width: 100%;
  margin: 0 4px 10px;
}

.gd-date-filter-config-warning-message-items {
  list-style: none;
  padding-left: 10px;
}

.attribute-filter-dropdown-configuration .configuration-panel-header,
.date-filter-dropdown-configuration .configuration-panel-header,
.gd-header-menu-overlay .configuration-panel-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 36px;
  padding: 3px 10px 3px 10px;
  background: var(--gd-palette-complementary-2, #ebeff4);
}
.attribute-filter-dropdown-configuration .configuration-panel-header-title,
.date-filter-dropdown-configuration .configuration-panel-header-title,
.gd-header-menu-overlay .configuration-panel-header-title {
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
  width: 100%;
}
.attribute-filter-dropdown-configuration .configuration-panel-header-title.clickable,
.date-filter-dropdown-configuration .configuration-panel-header-title.clickable,
.gd-header-menu-overlay .configuration-panel-header-title.clickable {
  cursor: pointer;
}
.attribute-filter-dropdown-configuration .configuration-panel-header-title i,
.attribute-filter-dropdown-configuration .configuration-panel-header i,
.date-filter-dropdown-configuration .configuration-panel-header-title i,
.date-filter-dropdown-configuration .configuration-panel-header i,
.gd-header-menu-overlay .configuration-panel-header-title i,
.gd-header-menu-overlay .configuration-panel-header i {
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.attribute-filter-dropdown-configuration .configuration-panel-header-close-button::before,
.date-filter-dropdown-configuration .configuration-panel-header-close-button::before,
.gd-header-menu-overlay .configuration-panel-header-close-button::before {
  font-size: 12px !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.attribute-filter-dropdown-configuration .configuration-category-title,
.date-filter-dropdown-configuration .configuration-category-title,
.gd-header-menu-overlay .configuration-category-title {
  display: flex;
  justify-content: space-between;
}
.attribute-filter-dropdown-configuration .configuration-category-title h3,
.date-filter-dropdown-configuration .configuration-category-title h3,
.gd-header-menu-overlay .configuration-category-title h3 {
  flex-grow: 2;
}
.attribute-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset,
.date-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset,
.gd-header-menu-overlay .configuration-category-title .attribute-filter-renaming-title-reset {
  padding: 15px 12px 0 0;
  font-size: 13px;
  font-weight: 400;
}
.attribute-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset.disabled,
.date-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset.disabled,
.gd-header-menu-overlay .configuration-category-title .attribute-filter-renaming-title-reset.disabled {
  cursor: pointer;
}
.attribute-filter-dropdown-configuration .configuration-attribute-filter-title,
.date-filter-dropdown-configuration .configuration-attribute-filter-title,
.gd-header-menu-overlay .configuration-attribute-filter-title {
  padding: 0 10px 10px;
}
.attribute-filter-dropdown-configuration .configuration-category,
.date-filter-dropdown-configuration .configuration-category,
.gd-header-menu-overlay .configuration-category {
  flex-grow: 2;
  margin-bottom: -5px;
  padding: 10px 10px 0;
}
.attribute-filter-dropdown-configuration .configuration-category ::after,
.date-filter-dropdown-configuration .configuration-category ::after,
.gd-header-menu-overlay .configuration-category ::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-header-menu-overlay .configuration-panel-header,
.gd-header-menu-overlay .dashboard-configuration-panel-header {
  margin-top: -10px;
  margin-bottom: 10px;
}

.configuration-panel-header-back-button {
  border-color: transparent;
  border-width: 0;
  background: transparent;
  color: var(--gd-palette-complementary-6, #94a1ad);
  padding: 0 4px 0 0;
}

.attribute-filter-dropdown-configuration-button {
  width: 100%;
  margin-bottom: -1px;
}
.attribute-filter-dropdown-configuration-button .button-wrapper {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  color: var(--gd-palette-complementary-5, #b0beca);
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}
.attribute-filter-dropdown-configuration-button .button-text {
  padding-left: 6px;
  font-size: 14px;
  color: var(--gd-palette-complementary-8, #464e56);
}

.attribute-filter-dropdown-configuration .gd-infinite-list {
  max-height: 350px;
  overflow: auto;
  overscroll-behavior: contain;
  margin: 6px 0 10px;
}
.attribute-filter-dropdown-configuration .gd-list-item.is-selected {
  font-weight: normal;
}
.attribute-filter-dropdown-configuration .attribute-filter-item {
  height: 28px;
}
.attribute-filter-dropdown-configuration .input-checkbox-label.configuration-item-title {
  display: flex;
  flex-grow: 0;
}
.attribute-filter-dropdown-configuration .input-checkbox-label.configuration-item-title .addon {
  flex-shrink: 0;
  color: var(--gd-palette-complementary-6, #94a1ad);
  margin-right: 3px;
}
.attribute-filter-dropdown-configuration .input-checkbox-label {
  display: inline-block;
}
.attribute-filter-dropdown-configuration .configuration-panel-body {
  padding: 0 10px 10px;
}
.attribute-filter-dropdown-configuration .configuration-panel-body .attribute-display-form-button {
  width: 100%;
}
.attribute-filter-dropdown-configuration .connecting-attributes-dropdown {
  padding: 6px 10px 6px 30px;
}
.attribute-filter-dropdown-configuration .connecting-attributes-dropdown .gd-button {
  width: 100%;
}
.attribute-filter-dropdown-configuration .connecting-attributes-dropdown .gd-button-icon {
  width: 18px;
}
.attribute-filter-dropdown-configuration .connecting-attributes-dropdown .gd-button-icon::before {
  height: 17px;
}
.attribute-filter-dropdown-configuration .configuration-selection-mode {
  display: flex;
  flex-direction: column;
  margin: 0 10px 10px;
}
.attribute-filter-dropdown-configuration .configuration-selection-mode .selection-mode-dropdown-button {
  width: 100%;
}
.attribute-filter-dropdown-configuration .configuration-selection-kind {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 10px 10px;
}
.attribute-filter-dropdown-configuration .configuration-selection-kind .configuration-selection-kind-label {
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 12px;
  line-height: 20px;
  flex-shrink: 0;
}
.attribute-filter-dropdown-configuration .configuration-selection-kind .selection-kind-dropdown {
  flex: 1;
  min-width: 0;
}
.attribute-filter-dropdown-configuration .configuration-selection-kind .selection-kind-dropdown-button {
  width: 100%;
}
.attribute-filter-dropdown-configuration .selection-kind-dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.attribute-filter-dropdown-configuration .selection-kind-dropdown-item .selection-kind-dropdown-item-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.attribute-filter-dropdown-configuration .selection-kind-dropdown-item .selection-kind-dropdown-item-help {
  flex-shrink: 0;
  cursor: help;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 12px;
  margin-left: 5px;
}
.attribute-filter-dropdown-configuration .configuration-item-mode {
  margin: 0 10px 10px;
}
.attribute-filter-dropdown-configuration .configuration-item-mode .input-radio-label {
  font-size: 12px;
}
.attribute-filter-dropdown-configuration .configuration-category.attribute-filter__limit__title .gd-button-small::after {
  width: 0;
}
.attribute-filter-dropdown-configuration .configuration-category.attribute-filter__limit__title .gd-button-icon::after,
.attribute-filter-dropdown-configuration .configuration-category.attribute-filter__limit__title .gd-button-text::after {
  width: 0;
}

.connecting-attributes-dropdown-body .gd-list-icon {
  width: 18px;
}
.connecting-attributes-dropdown-body .gd-list-icon::before {
  height: 16px;
}

.dropdown-footer {
  margin: 0 10px;
  padding: 10px 0;
  text-align: right;
}
@media only screen and (min-width:641px) {
  .dropdown-footer {
    border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  }
}

.dropdown-body .gd-list-footer .unrelated-date-button {
  font-size: 12px;
  line-height: 16px;
  padding-left: 2px;
  padding-right: 0;
  margin-top: -3px;
}

.gd-attribute-filter-dropdown-tooltip {
  width: 100%;
}

.gd-attribute-filter-dropdown-bubble {
  max-width: 200px;
}

.attribute-display-form-dropdown-body {
  line-height: 1.4rem;
}
.attribute-display-form-dropdown-body .attribute-display-form-name {
  padding: 2px 10px;
}
.attribute-display-form-dropdown-body .attribute-display-form-name::before {
  content: "";
  flex-shrink: 0;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: bottom;
}
.attribute-display-form-dropdown-body .attribute-display-form-name.gd-icon-earth::before {
  content: "\e624";
  color: #f18600;
  text-align: center;
}

.attribute-filter__limit__title {
  display: flex;
  justify-content: space-between;
}
.attribute-filter__limit__title h3 {
  flex: 1 0;
}
.attribute-filter__limit__title .gd-icon-circle-question {
  color: #b0beca;
}

.attribute-filter__limit__add-button {
  padding: 0 0 0 5px;
}
.attribute-filter__limit__add-button:active .gd-button-text, .attribute-filter__limit__add-button:focus .gd-button-text, .attribute-filter__limit__add-button:hover .gd-button-text {
  text-decoration: none;
  color: var(--gd-palette-primary-base-d06, #129cc6);
}
.attribute-filter__limit__add-button .gd-button-text {
  line-height: 21px;
}
.attribute-filter__limit__add-button .gd-button-icon::before {
  line-height: 22px;
}

.attribute-filter__limit__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 3px 10px;
  font-size: 12px;
}
.attribute-filter__limit__item .attribute-filter__limit__item__delete {
  visibility: hidden;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  line-height: 12px;
  color: var(--gd-palette-complementary-7, #6d7680);
}
.attribute-filter__limit__item:hover .attribute-filter__limit__item__delete {
  visibility: visible;
}
.attribute-filter__limit__item .attribute-filter__limit__item__delete:hover {
  color: var(--gd-palette-error-base, #e54d42);
}

.attribute-filter__limit__item__title {
  display: flex;
  overflow: hidden;
  align-items: center;
  color: #464e56;
}
.attribute-filter__limit__item__title .attribute-filter__limit__item__icon {
  flex-shrink: 0;
  margin: 0 5px 0 0;
}
.attribute-filter__limit__item__title .attribute-filter__limit__item__name {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.attribute-filter__limit__item__title--aggregated {
  white-space: nowrap;
  overflow: hidden;
  color: var(--gd-palette-complementary-6, #94a1ad);
  display: flex;
  align-items: center;
  gap: 6px;
}

.attribute-filter__limit__item--disabled {
  color: #b0beca;
}

.attribute-filter__limit__no-data,
.attribute-filter__limit__popup__no-data {
  font-size: 12px;
  text-align: left;
  margin: 10px;
}

.attribute-filter__limit__popup__no-data {
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
  margin: 0;
}

.attribute-filter__limit__popup__item.gd-list-item span {
  display: flex;
}
.attribute-filter__limit__popup__item.gd-list-item.is-disabled {
  color: #b0beca;
  cursor: default;
}

.attribute-filter__limit__popup .attribute-filter__limit__popup__content {
  padding: 5px 0;
}
.attribute-filter__limit__popup.bubble .bubble-content .content .attribute-filter__limit__popup__action-select__option__link {
  color: var(--gd-palette-complementary-8, #464e56);
}

.attribute-filter__limit__popup__action-select__option {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}
.attribute-filter__limit__popup__action-select__option:hover {
  background: var(--gd-palette-complementary-2, #ebeff4);
}

.attribute-filter__limit__popup__action-select__title {
  color: var(--gd-palette-complementary-8, #464e56);
  font-size: 14px;
  padding-bottom: 5px;
}

.attribute-filter__limit__popup__action-select__description {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.attribute-filter__limit__popup__action-select__icon::before {
  font-size: 10px;
}

.attribute-filter__limit__popup__list {
  padding: 10px 0;
}

.attribute-filter__limit__popup__list--searchable {
  padding: 0 0 10px;
}

.attribute-filter__limit__popup__list--dates {
  padding: 10px 0;
}

.date-filter__limit__popup__item span {
  display: flex;
  margin-left: 5px;
}
.date-filter__limit__popup__item::before {
  content: "";
  position: relative;
  display: block;
  width: 18px;
  height: 24px;
  background: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
}

.dash-width-resizer-container {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 100%;
  height: 100%;
}

.dash-height-resizer-container {
  position: absolute;
  right: 10px;
  bottom: 20px;
  left: 10px;
  height: 0;
}

.dash-width-resizer-hotspot,
.resizer-drag-preview {
  display: flex;
  justify-content: center;
  width: 20px;
  cursor: col-resize;
}

.dash-height-resizer-hotspot,
.height-resizer-drag-preview {
  position: absolute;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 40px;
  cursor: row-resize;
}

.dash-height-resizer-hotspot {
  width: 100%;
}

.gd-fluidlayout-width-resizer {
  height: 100%;
  padding: 0 4px;
}
.gd-fluidlayout-width-resizer.active {
  background-color: var(--gd-palette-primary-base-t85, rgba(20, 178, 226, 0.15));
}
.gd-fluidlayout-width-resizer.error {
  background-color: var(--gd-palette-error-dimmed, #fcedec);
}
.gd-fluidlayout-width-resizer .width-resizer-line {
  height: 100%;
  border-left: 2px dashed;
}
.gd-fluidlayout-width-resizer .width-resizer-line.default {
  border-color: var(--gd-palette-complementary-5, #b0beca);
}
.gd-fluidlayout-width-resizer .width-resizer-line.muted {
  border-color: var(--gd-palette-complementary-8, #464e56);
}
.gd-fluidlayout-width-resizer .width-resizer-line.active {
  border-color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-fluidlayout-width-resizer .width-resizer-line.error {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.gd-fluidlayout-height-resizer {
  width: 100%;
  height: 10px;
  padding: 4px 0;
}
.gd-fluidlayout-height-resizer.active {
  background-color: var(--gd-palette-primary-base-t85, rgba(20, 178, 226, 0.15));
}
.gd-fluidlayout-height-resizer.error {
  background-color: var(--gd-palette-error-dimmed, #fcedec);
}
.gd-fluidlayout-height-resizer .height-resizer-line {
  width: 100%;
  border-top: 2px dashed;
  border-color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-fluidlayout-height-resizer .height-resizer-line.default {
  border-color: var(--gd-palette-complementary-5, #b0beca);
}
.gd-fluidlayout-height-resizer .height-resizer-line.muted {
  border-color: var(--gd-palette-complementary-8, #464e56);
}
.gd-fluidlayout-height-resizer .height-resizer-line.active {
  border-color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-fluidlayout-height-resizer .height-resizer-line.error {
  border-color: var(--gd-palette-error-base, #e54d42);
}

.sdk-edit-mode-on .resizer-drag-preview,
.sdk-edit-mode-on .dash-height-resizer-hotspot,
.sdk-edit-mode-on .dash-width-resizer-hotspot,
.sdk-edit-mode-on .height-resizer-drag-preview {
  z-index: 101;
}
.sdk-edit-mode-on .dash-width-resizer-hotspot {
  position: absolute;
  left: 10px;
  overflow: hidden;
  height: 100%;
}
.sdk-edit-mode-on .gd-resize-overlay,
.sdk-edit-mode-on .gd-resize-overlay-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 5px;
}
.sdk-edit-mode-on .gd-resize-overlay {
  z-index: 105;
  border-width: 0;
  border-radius: calc(var(--gd-dashboards-content-widget-borderRadius, 15px) + 5px);
  background-color: var(--gd-palette-complementary-0-t50, rgba(255, 255, 255, 0.5));
}
.sdk-edit-mode-on .gd-resize-overlay.active {
  background-color: var(--gd-palette-primary-base-mix15-white, rgba(220, 243, 251, 0.925));
}
.sdk-edit-mode-on .gd-resize-overlay.error {
  background: var(--gd-palette-primary-base-mix15-white, rgba(220, 243, 251, 0.925));
}
.sdk-edit-mode-on .gd-resize-overlay.squared {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  border-radius: 0;
}
.sdk-edit-mode-on .gd-resize-overlay-text {
  z-index: 106;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  color: var(--gd-palette-complementary-6-from-theme, #909293);
  font-weight: bold;
  text-align: center;
}

.gd-resize-bullet {
  width: 10px;
  height: 10px;
  padding-left: 2px;
  padding-right: 2px;
}

.gd-resize-bullet-icon {
  display: block;
  width: 6px;
  height: 6px;
}
.gd-resize-bullet-icon .active {
  fill: var(--gd-palette-primary-base, #14b2e2);
}
.gd-resize-bullet-icon .initial {
  fill: var(--gd-palette-complementary-9, #000);
}
.gd-resize-bullet-icon .passive {
  fill: var(--gd-palette-complementary-6-from-theme, #b0beca);
}

.gd-resize-bullets-bar {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px 8px;
  background: var(--gd-dashboards-content-backgroundColor-from-theme, var(--gd-palette-complementary-0-from-theme, rgba(255, 255, 255, 0.95)));
}

.gd-grid-layout-width-resizer-drag-preview.gd-first-container-row-widget .gd-fluidlayout-width-resizer__container {
  padding-top: 0;
}

.gd-grid-layout-resizer-drag-preview .gd-fluidlayout-width-resizer__container,
.gd-grid-layout .gd-fluidlayout-width-resizer__container {
  padding: 10px 0;
  border-radius: 4px;
}
.gd-grid-layout-resizer-drag-preview .gd-fluidlayout-width-resizer,
.gd-grid-layout .gd-fluidlayout-width-resizer {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  align-items: center;
  padding: 0;
}
.gd-grid-layout-resizer-drag-preview .gd-fluidlayout-width-resizer .width-resizer-line,
.gd-grid-layout .gd-fluidlayout-width-resizer .width-resizer-line {
  flex: 1 0 auto;
  width: 0;
  height: unset;
}
.gd-grid-layout-resizer-drag-preview .dash-height-resizer-container,
.gd-grid-layout .dash-height-resizer-container {
  position: relative;
  right: unset;
  bottom: unset;
  left: unset;
  height: 0;
}
.gd-grid-layout-resizer-drag-preview .width-resizer-drag-handler,
.gd-grid-layout .width-resizer-drag-handler {
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-radius: 3px;
  flex: 0 0 10px;
}
.gd-grid-layout-resizer-drag-preview .width-resizer-drag-handler.default,
.gd-grid-layout .width-resizer-drag-handler.default {
  border-color: var(--gd-palette-complementary-5, #b0beca);
}
.gd-grid-layout-resizer-drag-preview .width-resizer-drag-handler.muted,
.gd-grid-layout .width-resizer-drag-handler.muted {
  border-color: var(--gd-palette-complementary-8, #464e56);
}
.gd-grid-layout-resizer-drag-preview .width-resizer-drag-handler.active,
.gd-grid-layout .width-resizer-drag-handler.active {
  border-color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-grid-layout-resizer-drag-preview .width-resizer-drag-handler.error,
.gd-grid-layout .width-resizer-drag-handler.error {
  border-color: var(--gd-palette-error-base, #e54d42);
}
.gd-grid-layout-resizer-drag-preview .gd-fluidlayout-height-resizer,
.gd-grid-layout .gd-fluidlayout-height-resizer {
  padding: 0;
  margin-top: 7px;
  display: flex;
  flex-direction: row;
  border-radius: 4px;
}
.gd-grid-layout-resizer-drag-preview .gd-fluidlayout-height-resizer .height-resizer-line,
.gd-grid-layout .gd-fluidlayout-height-resizer .height-resizer-line {
  flex: 1 0 auto;
  margin-top: 4px;
  width: unset;
}

.gd-grid-layout-resizer-drag-preview.height-resizer-drag-preview {
  height: 20px;
}

.gd-grid-layout .dash-width-resizer-container {
  position: absolute;
  right: -20px;
  width: 20px;
  display: flex;
  justify-content: center;
}
.gd-grid-layout .dash-width-resizer-container.gd-first-container-row-widget .gd-fluidlayout-width-resizer__container {
  padding-top: 0;
}
.gd-grid-layout .gd-fluidlayout-width-resizer__container {
  background: var(--gd-dashboards-content-backgroundColor, var(--gd-palette-complementary-0, #fff));
  width: 20px;
  display: flex;
  justify-content: center;
}
.gd-grid-layout .dash-height-resizer-hotspot {
  position: absolute;
  bottom: -6px;
  display: flex;
  height: 20px;
}
.gd-grid-layout .gd-hover-detector {
  width: 100%;
  height: 100%;
}
.gd-grid-layout .gd-resize-overlay {
  top: 5px;
  bottom: 5px;
  left: -5px;
  right: -5px;
  border-radius: calc(var(--gd-dashboards-content-widget-borderRadius, 15px));
}
.gd-grid-layout .gd-resize-overlay.gd-first-container-row-widget {
  top: -5px;
}

.sdk-edit-mode-on .gd-grid-layout .dash-width-resizer-hotspot {
  position: static;
  width: 20px;
  display: flex;
  justify-content: center;
}
.sdk-edit-mode-on .gd-grid-layout .gd-resize-overlay-text {
  right: -10px;
  left: -10px;
}

.gd-grid-layout__ruler {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 20px;
}
.gd-grid-layout__ruler .gd-grid-layout__item--span-1 {
  position: relative;
}
.gd-grid-layout__ruler .gd-resize-bullet {
  position: relative;
  left: -13px;
  width: 6px;
  height: 6px;
  padding-left: 0;
  padding-right: 0;
}
.gd-grid-layout__ruler .gd-resize-bullet--last {
  position: absolute;
  top: 0;
  right: -13px;
  left: unset;
}

.gd-grid-layout-ruler {
  --bullet-size: 6px;
  --bullet-size-active: 9px;
  --gap: 20px;
  padding: 20px 0 20px var(--gap);
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  pointer-events: none;
}
.gd-grid-layout-ruler__grid {
  flex-grow: 1;
  flex-shrink: 0;
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(var(--columns-num), 1fr);
  grid-template-rows: auto;
  justify-content: start;
  align-items: stretch;
}
.gd-grid-layout-ruler__bullet-container {
  width: var(--gap);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: calc(var(--gap) * -1);
}
.gd-grid-layout-ruler__bullet-container--last {
  left: 0;
}
.gd-grid-layout-ruler__bullet {
  width: var(--bullet-size);
  height: var(--bullet-size);
  border-radius: 100%;
  background-color: var(--gd-palette-complementary-6-from-theme, #b0beca);
  position: absolute;
  opacity: 0;
  transform: translateY(-20px);
  transition: transform 0.2s ease-out, opacity 0.1s ease-in, width 0.1s ease-out, height 0.1s ease-out;
}
.gd-grid-layout-ruler--active .gd-grid-layout-ruler__bullet {
  opacity: 1;
  transform: translateY(0);
}
.gd-grid-layout-ruler__bullet--active {
  background-color: var(--gd-palette-primary-base, #14b2e2);
  width: var(--bullet-size-active);
  height: var(--bullet-size-active);
}
.gd-grid-layout-ruler__bullet--initial {
  background-color: var(--gd-palette-complementary-9, #000);
}

.gd-drill-origin-selector .dropdown-button {
  font-size: 12px;
  display: inline-block;
  width: auto;
  padding: 0 8px 0 20px;
}
.gd-drill-origin-selector .dropdown-button .gd-icon-add {
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 8px;
}
.gd-drill-origin-selector .dropdown-button .gd-button-text {
  top: 0;
  display: inline-block;
}
.gd-drill-origin-selector .dropdown-button .gd-button-icon:last-child {
  display: none;
}

.gd-drill-item-selector-dropdown {
  overflow: hidden;
  width: 204px;
  border-radius: 3px;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
}
.gd-drill-item-selector-dropdown .gd-drill-item-selector-header {
  position: relative;
  padding: 9px 12px;
  color: var(--gd-palette-complementary-7, #6d7680);
  background: var(--gd-palette-complementary-2, #ebeff4);
  font-size: 12px;
}
.gd-drill-item-selector-dropdown .gd-drill-item-selector-header .gd-icon-cross {
  position: absolute;
  top: 3px;
  right: 4px;
}
.gd-drill-item-selector-dropdown .gd-drill-item-selector-header .gd-icon-cross::before {
  font-size: 11px;
}
.gd-drill-item-selector-dropdown .gd-drill-item-selector-body {
  max-height: 165px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.gd-drill-item-selector-dropdown .gd-drill-origin-selector-separator,
.gd-drill-item-selector-dropdown .gd-drill-measure-selector-list-item,
.gd-drill-item-selector-dropdown .gd-drill-metric-selector-list-item,
.gd-drill-item-selector-dropdown .gd-drill-attribute-selector-list-item,
.gd-drill-item-selector-dropdown .gd-drill-attribute-date-selector-list-item {
  text-overflow: ellipsis;
  position: relative;
  display: block;
  overflow: hidden;
  height: 33px;
  line-height: 35px;
  white-space: nowrap;
}
.gd-drill-item-selector-dropdown .gd-drill-origin-selector-separator {
  margin: 0 12px;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-weight: bold;
}
.gd-drill-item-selector-dropdown .gd-drill-origin-selector-separator span {
  display: inline-block;
}
.gd-drill-item-selector-dropdown .gd-drill-origin-selector-separator span::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-drill-item-selector-dropdown .gd-drill-measure-selector-list-item,
.gd-drill-item-selector-dropdown .gd-drill-metric-selector-list-item,
.gd-drill-item-selector-dropdown .gd-drill-attribute-selector-list-item,
.gd-drill-item-selector-dropdown .gd-drill-attribute-date-selector-list-item {
  padding: 0 12px 0 35px;
  font-size: 12px;
  text-decoration: none;
  color: var(--gd-palette-complementary-7, #6d7680);
}
.gd-drill-item-selector-dropdown .gd-drill-measure-selector-list-item::before,
.gd-drill-item-selector-dropdown .gd-drill-metric-selector-list-item::before,
.gd-drill-item-selector-dropdown .gd-drill-attribute-selector-list-item::before,
.gd-drill-item-selector-dropdown .gd-drill-attribute-date-selector-list-item::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  display: block;
  width: 18px;
  height: 24px;
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.gd-drill-item-selector-dropdown .gd-drill-measure-selector-list-item:hover,
.gd-drill-item-selector-dropdown .gd-drill-metric-selector-list-item:hover,
.gd-drill-item-selector-dropdown .gd-drill-attribute-selector-list-item:hover,
.gd-drill-item-selector-dropdown .gd-drill-attribute-date-selector-list-item:hover {
  background: var(--gd-palette-primary-dimmed, #e8f7fc);
}
.gd-drill-item-selector-dropdown .gd-drill-measure-selector-list-item::before {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
}
.gd-drill-item-selector-dropdown .gd-drill-metric-selector-list-item::before {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
  top: 8px;
  height: 18px;
}
.gd-drill-item-selector-dropdown .gd-drill-attribute-selector-list-item::before {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
}
.gd-drill-item-selector-dropdown .gd-drill-attribute-date-selector-list-item::before {
  top: 9px;
  height: 16px;
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
}

.drill-config-empty-hierarchy-target {
  margin: 10px 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: var(--gd-palette-complementary-7, #6d7680);
}

.attribute-hierarchy-list-item {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
  cursor: pointer;
  color: var(--gd-palette-complementary-8, #464e56);
}
.attribute-hierarchy-list-item .attribute-hierarchy-list-item-description,
.attribute-hierarchy-list-item .attribute-hierarchy-item-edit-button {
  display: none;
}
.attribute-hierarchy-list-item:hover {
  color: var(--gd-palette-primary-base, #14b2e2);
}
.attribute-hierarchy-list-item:hover .attribute-hierarchy-list-item-description,
.attribute-hierarchy-list-item:hover .attribute-hierarchy-item-edit-button {
  display: block;
}
.attribute-hierarchy-list-item.is-disabled .attribute-hierarchy-list-item-content {
  opacity: 0.5;
  color: var(--gd-palette-complementary-5, #b0beca);
}
.attribute-hierarchy-list-item.is-disabled .attribute-hierarchy-list-item-content:hover {
  opacity: 0.5;
  color: var(--gd-palette-complementary-5, #b0beca);
}
.attribute-hierarchy-list-item .attribute-hierarchy-list-item-actions {
  width: 38px;
  height: 28px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.attribute-hierarchy-list-item .attribute-hierarchy-list-item-actions .attribute-hierarchy-item-edit-button {
  font-size: 14px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.attribute-hierarchy-list-item .attribute-hierarchy-list-item-actions .attribute-hierarchy-item-edit-button:hover, .attribute-hierarchy-list-item .attribute-hierarchy-list-item-actions .attribute-hierarchy-item-edit-button:active, .attribute-hierarchy-list-item .attribute-hierarchy-list-item-actions .attribute-hierarchy-item-edit-button:focus {
  color: var(--gd-palette-primary-base, #14b2e2);
}

.attribute-hierarchy-list-item-content {
  padding-left: 25px;
  font-size: 12px;
  font-style: normal;
  max-width: calc(100% - 45px);
  min-width: calc(100% - 45px);
  text-decoration: none;
  white-space: nowrap;
}
.attribute-hierarchy-list-item-content::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 12px;
  display: block;
  width: 18px;
  height: 24px;
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.attribute-hierarchy-list-item-content .attribute-hierarchy-title {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

.gd-drill-config-measure-item {
  display: inline-flex;
  flex-wrap: nowrap;
  height: 27px;
  margin: 6px 0;
  border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
  box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15));
  line-height: 25px;
  color: var(--gd-palette-complementary-7-from-theme, #778491);
  background: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
  border-radius: 15px;
  max-width: 100%;
  padding-left: 10px;
}
.gd-drill-config-measure-item .dm-button-icon {
  flex: 0 0 18px;
  width: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.gd-drill-config-measure-item .dm-button-icon-metric {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
}
.gd-drill-config-measure-item .dm-button-icon-measure {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
}
.gd-drill-config-measure-item .dm-button-icon-attribute {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
}
.gd-drill-config-measure-item .dm-button-icon-date {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
}
.gd-drill-config-measure-item .dm-button-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 5px;
  padding-right: 5px;
}
.gd-drill-config-measure-item.is-readonly .dm-button-title {
  padding-right: 10px;
}
.gd-drill-config-measure-item .dm-button-delete-wrapper {
  position: relative;
  flex: 0 0 26px;
  width: 26px;
}
.gd-drill-config-measure-item .dm-button-delete-wrapper .gd-icon-cross {
  margin-left: -5px;
}
.gd-drill-config-measure-item .dm-button-delete-wrapper .gd-icon-cross:hover::before {
  color: red;
}
.gd-drill-config-measure-item .dm-button-delete-wrapper .gd-icon-cross::before {
  font-size: 11px;
  line-height: 17px;
}

.open-visualizations {
  height: 304px;
}
.open-visualizations .gd-visualizations-list-item {
  margin: 0;
  padding: 5px 10px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.open-visualizations .gd-visualizations-list-item:hover {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}
.open-visualizations .gd-visualizations-list-item:hover .content .date {
  color: var(--gd-palette-complementary-9, #000);
}
.open-visualizations .gd-visualizations-list-item.is-selected:hover {
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}

.drill-config-target {
  border-left: 2px dotted var(--gd-palette-complementary-3, #dde4eb);
  margin-bottom: 10px;
  margin-top: 6px;
  padding-left: 10px;
}
.drill-config-target.drill-config-target-with-warning .drill-config-target-box {
  background-color: var(--gd-palette-warning-dimmed, #fce7cc);
}
.drill-config-target.drill-config-target-with-warning .drill-config-target-warning {
  display: inline-block;
  margin-top: 8px;
  color: #f18600;
}
.drill-config-target.drill-config-target-with-warning .drill-config-target-warning > span:first-child {
  font-size: 14px;
  margin-right: 4px;
}
.drill-config-target .drill-config-date-filter-warning {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 8px 4px 10px;
  color: #f18600;
  background-color: var(--gd-palette-warning-dimmed, #fce7cc);
  border-radius: 5px;
}
.drill-config-target .drill-config-target-box {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: var(--gd-palette-complementary-2-from-theme, #e3e9f0);
}
.drill-config-target .drill-config-target-box .empty-attribute-hierarchy-info-content {
  position: relative;
  color: var(--gd-palette-complementary-8, #464e56);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 10px 1px;
}
.drill-config-target .drill-config-target-box .empty-attribute-hierarchy-info-content a.gd-button-link-dimmed {
  position: absolute;
  bottom: -1px;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration-line: underline;
  padding-left: 2px;
}
.drill-config-target .drill-config-target-box .add-attribute-hierarchy-button {
  padding: 0 0 0 17px;
}
.drill-config-target .drill-config-target-box .add-attribute-hierarchy-button::before {
  left: -6px;
}
.drill-config-target .drill-config-target-box .gd-drill-target-tab-selector-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 8px;
}
.drill-config-target .drill-config-target-box .gd-drill-target-tab-selector-container .gd-drill-target-tab-selector__label {
  color: var(--gd-palette-complementary-7, #6d7680);
  padding-top: 5px;
}
.drill-config-target .drill-config-target-box .gd-drill-target-tab-selector-container .gd-tabs-dropdown-button {
  max-width: 130px;
}
.drill-config-target .gd-button-small {
  margin-top: 5px;
}

.gd-tab-select_list-item.gd-list-item {
  height: 28px;
}

.drill-config-item-target {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.drill-config-item-intro {
  color: var(--gd-palette-complementary-7, #6d7680);
}
.drill-config-item-intro .addon {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-drill-filter-config-link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-top: 5px;
  min-height: calc(var(--gd-button-S) + 5px);
}

.gd-drill-config-panel-target .gd-icon-drill-to-dashboard::before,
.gd-drill-config-panel-target .gd-icon-drill-to-insight::before,
.gd-drill-config-panel-target .gd-icon-drill-down::before,
.gd-drill-config-panel-target .gd-icon-hyperlink-disabled::before,
.gd-drill-config-panel-target .gd-icon-attribute-hierarchy::before,
.drill-config-target .gd-icon-drill-to-dashboard::before,
.drill-config-target .gd-icon-drill-to-insight::before,
.drill-config-target .gd-icon-drill-down::before,
.drill-config-target .gd-icon-hyperlink-disabled::before,
.drill-config-target .gd-icon-attribute-hierarchy::before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: bottom;
}
.gd-drill-config-panel-target .gd-icon-drill-to-dashboard::before,
.drill-config-target .gd-icon-drill-to-dashboard::before {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-to-dashboard.svg");
}
.gd-drill-config-panel-target .gd-icon-drill-to-insight::before,
.drill-config-target .gd-icon-drill-to-insight::before {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-to-insight.svg");
}
.gd-drill-config-panel-target .gd-icon-drill-down::before,
.drill-config-target .gd-icon-drill-down::before {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-down.svg");
  background-repeat: no-repeat;
  top: 1px;
}
.gd-drill-config-panel-target .gd-icon-attribute-hierarchy::before,
.drill-config-target .gd-icon-attribute-hierarchy::before {
  background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
  background-repeat: no-repeat;
  top: 1px;
}
.gd-drill-config-panel-target .gd-icon-hyperlink-disabled::before,
.drill-config-target .gd-icon-hyperlink-disabled::before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: bottom;
}

.dashboards-dropdown-body {
  height: 319px;
}
.dashboards-dropdown-body .gd-drill-dashboard-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gd-drill-to-url-body {
  width: 230px;
}
.gd-drill-to-url-body .gd-drill-to-url-section-items {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}
.gd-drill-to-url-body .gd-list-item {
  width: 230px;
}
.gd-drill-to-url-body .gd-list-item.gd-list-item-header {
  width: auto;
}
.gd-drill-to-url-body .gd-drill-to-custom-url-button-wrapper {
  padding: 5px 10px;
}

.gd-drill-to-url-list .gd-list-item.gd-menu-item {
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 4px 10px;
  white-space: nowrap;
}
.gd-drill-to-url-list .gd-list-item.gd-menu-item .gd-parameter-title {
  flex-grow: 0;
  padding-right: 5px;
}
.gd-drill-to-url-list .gd-list-item.gd-menu-item .addon {
  flex: 1;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-drill-to-url-list .gd-list-item.is-selected .addon {
  color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-drill-to-url-list .gd-list-item.gd-drill-to-custom-url-option {
  overflow-wrap: break-word;
  white-space: normal;
}
.gd-drill-to-url-list .gd-list-item.gd-list-item-header {
  position: relative;
  display: block;
  margin: 0 10px;
  padding: 12px 0 0;
  white-space: nowrap;
  font-weight: bold;
  font-size: 11px;
}
.gd-drill-to-url-list .gd-list-item.gd-list-item-header span {
  display: inline-block;
  line-height: 10px;
}
.gd-drill-to-url-list .gd-list-item.gd-list-item-header span::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-drill-to-url-list .gd-list-item.gd-list-item-header::before {
  width: 0;
  margin-right: 0;
}
.gd-drill-to-url-list .gd-list-item::before {
  content: "";
  flex-shrink: 0;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: bottom;
}
.gd-drill-to-url-list .gd-list-item.gd-icon-sharp::before {
  content: "\e63d";
  color: var(--gd-palette-primary-base, #14b2e2);
  text-align: center;
}
.gd-drill-to-url-list .gd-list-item.gd-icon-filter::before {
  content: "\e63c";
  color: #94a1ad;
  text-align: center;
}
.gd-drill-to-url-list .gd-list-item.gd-icon-earth::before {
  content: "\e624";
  color: #f18600;
  text-align: center;
}
.gd-drill-to-url-list .gd-drill-to-url-section-loading {
  margin: 5px 0;
  padding: 0 12px;
}

.gd-dialog.gd-drill-custom-url-editor {
  width: 600px;
  max-width: 600px;
}
.gd-dialog.gd-drill-custom-url-editor .gd-dialog-content {
  display: flex;
}
.gd-dialog.gd-drill-custom-url-editor .gd-label {
  font-size: 12px;
}
.gd-dialog.gd-drill-custom-url-editor .gd-icon-circle-question {
  color: var(--gd-palette-complementary-5-from-theme, inherit);
  pointer-events: all;
}
.gd-dialog.gd-drill-custom-url-editor .gd-input-syntax-highlighting-input {
  padding: 2px 20px 0 0;
}
.gd-dialog.gd-drill-custom-url-editor .gd-input-syntax-highlighting-input .cm-editor {
  width: 340px;
  height: 270px;
}
.gd-dialog.gd-drill-custom-url-editor .gd-drill-to-url-parameters {
  overflow: auto;
  overscroll-behavior: contain;
  width: 200px;
  height: 270px;
  border: 1px solid var(--gd-palette-complementary-3-from-theme, #c9d5e0);
  border-radius: 3px 3px 0 0;
}
.gd-dialog.gd-drill-custom-url-editor .gd-drill-to-url-parameters .gd-list-item {
  height: auto;
  padding: 4px 5px 4px 10px;
  white-space: nowrap;
}
.gd-dialog.gd-drill-custom-url-editor .gd-drill-to-url-parameters .gd-list-item .gd-parameter-title {
  padding-left: 2px;
  flex-grow: 0;
}
.gd-dialog.gd-drill-custom-url-editor .gd-drill-to-url-parameters .gd-list-item .gd-button-link {
  display: none;
  font-size: 11px;
  line-height: 11px;
  margin-left: auto;
}
.gd-dialog.gd-drill-custom-url-editor .gd-drill-to-url-parameters .gd-list-item.gd-list-item-header {
  padding: 12px 0 0;
}
.gd-dialog.gd-drill-custom-url-editor .gd-drill-to-url-parameters .gd-list-item .gd-list-item-tooltip {
  display: none;
  margin: 0 2px;
}
.gd-dialog.gd-drill-custom-url-editor .gd-drill-to-url-parameters .gd-list-item .gd-list-item-tooltip-icon {
  height: 16px;
  margin-right: 2px;
  margin-bottom: 3px;
}
.gd-dialog.gd-drill-custom-url-editor .gd-drill-to-url-parameters .gd-list-item:hover .gd-button-link {
  display: block;
}
.gd-dialog.gd-drill-custom-url-editor .gd-drill-to-url-parameters .gd-list-item:hover .gd-list-item-tooltip {
  display: block;
}
.gd-dialog.gd-drill-custom-url-editor .gd-drill-to-custom-url-help {
  padding-left: 0;
  margin-top: 8px;
  display: flex;
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 12px;
}
.gd-dialog.gd-drill-custom-url-editor .gd-drill-to-custom-url-help .gd-icon-circle-question {
  color: var(--gd-palette-complementary-5-from-theme, inherit);
  margin-right: 4px;
}
.gd-dialog.gd-drill-custom-url-editor .gd-drill-to-custom-url-help:hover {
  color: var(--gd-palette-complementary-8, #464e56);
}
.gd-dialog.gd-drill-custom-url-editor .gd-drill-to-custom-url-help:hover .gd-button-link-text {
  text-decoration: underline;
}
.gd-dialog.gd-drill-custom-url-editor .gd-dialog-close .gd-button-link {
  margin: 2px 10px;
}
.gd-dialog.gd-drill-custom-url-editor .cm-code .cm-matchingbracket {
  color: inherit;
  background-color: #fff;
}
.gd-dialog.gd-drill-custom-url-editor .cm-code .cm-nonmatchingbracket {
  color: inherit;
}
.gd-dialog.gd-drill-custom-url-editor .cm-code .cm-identifier {
  color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-dialog.gd-drill-custom-url-editor .cm-code .cm-attribute {
  color: #f18600;
}
.gd-dialog.gd-drill-custom-url-editor .cm-code .cm-filter {
  color: #f18600;
}
.gd-dialog.gd-drill-custom-url-editor .cm-code .cm-invalid-identifier,
.gd-dialog.gd-drill-custom-url-editor .cm-code .cm-invalid-attribute,
.gd-dialog.gd-drill-custom-url-editor .cm-code .cm-invalid-filter {
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-drill-to-url-editor-parameter-detail {
  width: 200px;
}
.gd-drill-to-url-editor-parameter-detail .gd-parameter-detail-section {
  margin-bottom: 6px;
}
.gd-drill-to-url-editor-parameter-detail .gd-parameter-detail-title {
  margin: 6px 0 10px;
  font-size: 14px;
  color: var(--gd-palette-complementary-8, #464e56);
  font-weight: normal;
}
.gd-drill-to-url-editor-parameter-detail .gd-parameter-detail-subtitle {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-drill-to-url-editor-parameter-detail .gd-parameter-detail-info {
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-drill-to-url-editor-parameter-detail .gd-parameter-detail-ellipsis-row {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.themed-bubble.bubble-primary .gd-parameter-detail-title {
  color: var(--gd-tooltip-color, var(--gd-palette-complementary-0, #fff));
}

.dashboard-dropdown-button .gd-button-icon,
.dashboard-dropdown-button .gd-list-icon,
.gd-drill-dashboard-item .gd-button-icon,
.gd-drill-dashboard-item .gd-list-icon {
  font-size: 14px;
  color: #14b2e2;
}

.gd-list.gd-infinite-list.gd-infinite-list.hierarchies-dropdown-body {
  margin-bottom: 0;
}

.attribute-hierarchy-list-footer {
  padding: 0 0 10px;
}

.gd-drill-filters-config-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}

.gd-drill-filters-config-section-header {
  padding: 5px 0;
}

.gd-drill-filters-config-section-item {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 20px;
}
.gd-drill-filters-config-section-item .input-checkbox-label .input-label-text {
  display: block;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: fit-content;
  max-width: 185px;
}

.gd-drill-filters-config-section-tooltip {
  max-width: 280px;
}

.gd-dashboard-toolbar {
  z-index: 108;
  position: fixed;
  right: 20px;
  bottom: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  background-color: #fcfcfd;
  align-items: center;
  padding: 10px;
  border: 1px solid #ebeff4;
  border-radius: 3px;
}
.gd-dashboard-toolbar .gd-toolbar-button-wrapper {
  margin: 0;
}
.gd-dashboard-toolbar .gd-toolbar-button-wrapper ~ .gd-toolbar-button-wrapper {
  margin-left: 10px;
}
.gd-dashboard-toolbar button {
  width: 31px;
  height: 28px;
  padding: 5px 5px 5px 33px !important;
}
.gd-dashboard-toolbar button::before {
  margin: 0;
}
.gd-dashboard-toolbar .gd-toolbar-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gd-dashboard-toolbar .gd-toolbar-group + .gd-toolbar-group {
  margin-left: 10px;
}
.gd-dashboard-toolbar .gd-toolbar-group-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gd-palette-complementary-6, #94a1ad);
  margin-right: 10px;
}

.date-filter-dropdown-configuration .configuration-panel-header {
  justify-content: space-between;
  background: var(--gd-palette-complementary-2, #ebeff4);
}
.date-filter-dropdown-configuration .configuration-panel-header-title {
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.date-filter-dropdown-configuration .configuration-category {
  margin-bottom: -5px;
  padding: 10px 10px 0;
}
.date-filter-dropdown-configuration .configuration-item-title {
  display: flex;
  flex-grow: 0;
}
.date-filter-dropdown-configuration .configuration-item-title .addon {
  flex-shrink: 0;
  color: var(--gd-palette-complementary-6, #94a1ad);
  margin-right: 3px;
  text-overflow: initial;
}
.date-filter-dropdown-configuration .configuration-item-mode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 10px 10px;
  font-size: 12px;
}

.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;
}

.gd-visualization-switcher-widget-wrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: auto;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.gd-visualization-switcher-widget-wrapper .dash-item,
.gd-visualization-switcher-widget-wrapper .dash-item-content {
  padding: 0;
  position: static;
}
.gd-visualization-switcher-widget-wrapper .dash-item {
  flex: 1 1 100%;
}
.gd-visualization-switcher-widget-wrapper .dash-item-content {
  border-width: 0;
}
.gd-visualization-switcher-widget-wrapper .gd-editable-label-inner span {
  text-decoration-line: underline;
}
.gd-visualization-switcher-widget-wrapper .gd-editable-label-inner span::after {
  content: "\e612";
  display: inline-block;
  height: 1px;
  color: var(--gd-dashboards-content-widget-title-color, var(--gd-palette-complementary-8, #464e56));
  vertical-align: top;
  transition: 0.2s;
  margin-left: 0.5em;
  font-family: "Indigo", sans-serif;
  font-weight: normal;
  font-size: inherit;
}

.gd-visualization-switcher-widget-empty-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.gd-visualization-switcher-widget-empty-content .gd-typography--p {
  color: var(--gd-palette-complementary-7, #6d7680);
}

.gd-visualization-switcher-visible-visualization {
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.gd-visualization-switcher-visible-visualization.is-edit-mode {
  display: flex;
}
.gd-visualization-switcher-visible-visualization .gd-drill-modal-wrapper-mask:first-child {
  padding-top: 0;
}

.gd-visualization-switcher-hidden-visualization {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}
.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */
  background-color: var(--base-color);
  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;
  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: " ";
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(--custom-highlight-background, linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));
  transform: translateX(-100%);
  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}
.gd-alerts-list {
  width: 100%;
}

.gd-alerts-list__items {
  padding: 10px 0 10px 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  max-height: 365px;
}
.gd-alerts-list__items .skeleton-flex {
  flex: 1;
}
.gd-alerts-list__items .skeleton-margin {
  margin-left: 10px;
}
.gd-alerts-list__items .gd-react-loading-skeleton-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.gd-alerts-list__items .gd-react-loading-skeleton.react-loading-skeleton {
  --base-color: var(
      --gd-dashboards-title-borderColor-from-theme,
      var(--gd-palette-complementary-2, #ebeff4)
  );
  --highlight-color: var(
      --gd-dashboards-content-backgroundColor,
      var(--gd-palette-complementary-0, #fff)
  );
}

.gd-alerts-list__buttons {
  padding: 10px 0;
}
.gd-alerts-list__buttons .gd-alerts-list__add-button {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  padding-left: 28px;
}
.gd-alerts-list__buttons .gd-alerts-list__add-button::before {
  font-size: 15px;
}

.gd-alerts-list__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-alerts-list--widget .gd-alerts-list-item {
  --icon-size: 13px;
  --icon-left-padding: 10px;
  --item-height: 42px;
}

.gd-alerts-list--dialog .gd-alerts-list-item {
  --icon-size: 16px;
  --icon-left-padding: 0;
  --item-height: 50px;
}

.gd-alerts-list-item {
  --item-height: 42px;
  --icon-size: 26px;
  --icon-left-padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  transition: background-color 100ms ease-in-out;
  height: var(--item-height);
}
.gd-alerts-list-item:hover, .gd-alerts-list-item--isActive {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}
.gd-alerts-list-item--readonly {
  cursor: default;
}
.gd-alerts-list-item__content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 5px 0 5px var(--icon-left-padding);
}
.gd-alerts-list-item__icon {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
  padding: calc(var(--icon-size) / 2);
  border-radius: 51%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gd-alerts-list-item__icon--invalid {
  background-color: var(--gd-palette-error-dimmed, #fcedec);
}
.gd-alerts-list-item__icon > * {
  width: var(--icon-size);
  height: var(--icon-size);
}
.gd-alerts-list-item__text-content {
  overflow: hidden;
  color: var(--gd-palette-complementary-8, #464e56);
}
.gd-alerts-list-item__shortened-text {
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
.gd-alerts-list-item__title {
  font-weight: 700;
}
.gd-alerts-list-item__subtitle {
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-alerts-list-item__menu-icon {
  border: none;
  background: transparent;
  width: var(--item-height);
  height: var(--item-height);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  transition: background-color 100ms ease-in-out;
}
.gd-alerts-list-item__menu-icon:hover, .gd-alerts-list-item--isActive .gd-alerts-list-item__menu-icon {
  background-color: var(--gd-palette-complementary-4, #ccd8e2);
}

.gd-alerts-list__items:focus-visible {
  outline: none;
}
.gd-alerts-list__items:focus-visible .gd-alerts-list-item--isFocusedSelectItem {
  outline-offset: -2px;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
}
.gd-alerts-list__items:focus-visible .gd-alerts-list-item__menu-icon--isFocused {
  outline-offset: -2px;
  outline: auto 5px Highlight; /* For Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* For Chrome */
}

.gd-edit-alert {
  font-size: 12px;
  line-height: 14px;
  color: var(--gd-palette-complementary-8, #464e56);
  width: 100%;
  display: flex;
  flex-direction: column;
}

.gd-edit-alert__form {
  padding: 10px 10px 0 10px;
  overflow: auto;
  overscroll-behavior: contain;
  flex: 1 1 auto;
  min-height: 0;
}
.gd-edit-alert__form button {
  margin-bottom: 10px;
}

.gd-edit-alert__destination-label,
.gd-edit-alert__title-label {
  margin-bottom: 5px;
}

.gd-edit-alert__measure-info {
  display: flex;
  gap: 5px;
  line-height: 1.8rem;
  color: var(--gd-palette-complementary-7, #6d7680);
}
.gd-edit-alert__measure-info .inlineBubbleHelp {
  font-size: 12px;
}

.gd-edit-alert__value-input {
  /* Removes number input arrows for Chrome, Safari, Edge, Opera */
  /* Removes number input arrows for Firefox */
}
.gd-edit-alert__value-input input::-webkit-outer-spin-button,
.gd-edit-alert__value-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gd-edit-alert__value-input input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.gd-edit-alert__title-input {
  margin-bottom: 20px;
}

.gd-edit-alert__buttons {
  padding: 10px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}
.gd-edit-alert__buttons .gd-button-left-margin {
  margin-left: 10px;
}

.gd-edit-alert__configuration-button {
  color: var(--gd-palette-complementary-6, #94a1ad);
}

.gd-edit-alert__recipients {
  flex-direction: column;
  margin-bottom: 10px;
}
.gd-edit-alert__recipients > label {
  font-size: 12px;
  line-height: 21px;
}

.gd-edit-alert-configuration {
  width: 100%;
}

.gd-edit-alert-configuration__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.gd-edit-alert-configuration__trigger-label {
  color: var(--gd-palette-complementary-8, #464e56);
  display: flex;
  align-items: center;
  width: 50%;
}

.gd-edit-alert-configuration__trigger-label-icon {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.gd-edit-alert-configuration__trigger-select {
  width: 50%;
}

.gd-edit-alert-configuration__buttons {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-no-measures-alert .gd-message {
  margin: 10px;
  font-size: 12px;
  line-height: 17px;
}

.gd-alert-measure-select__button,
.gd-alert-attribute-select__button {
  width: 100%;
}

.gd-alert-attribute-select__button_wrapper > div {
  width: 100%;
}

.gd-alert-measure-select__list,
.gd-alert-attribute-select__list {
  height: 100%;
}

.gd-alert-measure-select__icon,
.gd-alert-attribute-select__icon {
  height: 100%;
}
.gd-alert-measure-select__icon::before,
.gd-alert-attribute-select__icon::before {
  height: 100%;
}

.gd-alert-comparison-operator-select__list .gd-list-item-header {
  display: flex;
}

.gd-alert-comparison-operator-tooltip-spacer {
  margin-bottom: 10px;
}

.gd-alert-attribute-select__menu-item_wrapper {
  padding: 5px 10px !important;
}
.gd-alert-attribute-select__menu-item_wrapper::before {
  content: none !important;
}
.gd-alert-attribute-select__menu-item_wrapper.is-checked {
  color: var(--gd-palette-primary-base, #14b2e2);
  font-weight: 700;
}

.gd-alert-attribute-select__submenu-content {
  min-width: 200px;
}

.gd-alert-attribute-select__menu-item_search {
  font-size: 13px;
  margin: 5px 10px 10px 10px;
  width: auto;
}

.gd-alert-attribute-select__menu-item {
  position: relative;
}
.gd-alert-attribute-select__menu-item.is-clickable {
  cursor: pointer;
}

.gd-alert-attribute-select__menu-item__values {
  max-height: 375px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.gd-alert-attribute-select__submenu .gd-list-item-separator::before {
  left: 10px !important;
  right: 10px !important;
}
.gd-alert-attribute-select__submenu .gd-menuOpenedByClick-togglerWrapped {
  width: 100%;
}

.gd-alerts-configuration-panel-management .arrow-position {
  display: none;
}

.gd-configuration-bubble-wrapper.truncated .gd-alerts-configuration-panel-management,
.gd-configuration-bubble-wrapper.truncated .gd-alerts-configuration-panel {
  height: 100%;
}

.gd-configuration-bubble-wrapper:not(.truncated) .gd-edit-alert__form {
  max-height: 400px;
}

.gd-alert-comparison-operator-select__button {
  width: 100%;
}

.gd-button.gd-alert-destination-select__button,
.gd-edit-alert-sensitivity-select__button,
.gd-edit-alert-granularity-select__button,
.gd-button.gd-alert-comparison-select__button {
  margin-top: 0;
  padding-left: 5px;
  width: 100% !important;
}

.gd-edit-alert-trigger-mode-select__button {
  width: 100%;
}

.gd-button.gd-alert-actions-dropdown__button {
  width: 42px;
  height: 42px;
  padding: 0;
}
.gd-button.gd-alert-actions-dropdown__button:hover, .gd-button.gd-alert-actions-dropdown__button.gd-alert-actions-dropdown__button--open {
  background-color: var(--gd-palette-complementary-4, #ccd8e2);
}
.gd-button.gd-alert-actions-dropdown__button .gd-button-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.gd-alert-actions-dropdown__list-item-delete:hover {
  color: #e54d42;
  background-color: var(--gd-palette-error-dimmed, #fcedec);
}

.gd-alert-destination-select__list-item.gd-list-item,
.gd-alert-trigger-mode-select__list-item.gd-list-item,
.gd-alert-trigger-interval-select__list-item.gd-list-item,
.gd-alert-sensitivity-select__list-item.gd-list-item,
.gd-alert-granularity-select__list-item.gd-list-item,
.gd-alert-measure-select__list-item.gd-list-item,
.gd-alert-comparison-operator-select__list-item.gd-list-item,
.gd-alert-comparison-select__list-item.gd-list-item {
  height: 28px;
}

.gd-threshold-field-error {
  font-size: 12px;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-delete-dialog-objects-list {
  padding: 0 20px;
  margin: 10px 0;
}

.gd-density-dialog-description {
  font-size: 14px;
  margin-bottom: 20px;
}

.gd-density-dialog-option .input-radio-label {
  display: flex;
  align-items: center;
}

.gd-density-dialog-option-description {
  color: var(--gd-palette-complementary-7);
  margin-left: 23px;
  font-size: 12px;
}

.gd-density-dialog-option:not(:last-child) {
  margin-bottom: 10px;
}

.gd-density-dialog .gd-dialog-footer {
  border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  padding-top: 20px;
}

.gd-visualization-switcher-toolbar-bubble-wrapper.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble.gd-visualization-switcher-configuration-bubble {
  width: 270px;
}
.gd-visualization-switcher-toolbar-bubble-wrapper.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .bubble-content {
  padding: 0;
}
.gd-visualization-switcher-toolbar-bubble-wrapper.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .content {
  padding: 10px;
}

.gd-visualization-switcher-toolbar-top.bubble.bubble-light {
  position: initial;
  width: 189px;
  height: 40px;
  padding: 6px 8px;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: var(--gd-palette-complementary-0, #fff);
  line-height: 0;
}
.gd-visualization-switcher-toolbar-top.bubble.bubble-light .gd-bubble-trigger {
  display: inline-block;
}
.gd-visualization-switcher-toolbar-top.bubble.bubble-light .left-section {
  cursor: pointer;
  padding: 4px;
  flex: 0 1 auto;
}
.gd-visualization-switcher-toolbar-top.bubble.bubble-light .left-section:not(.is-active):hover path {
  fill: var(--gd-palette-complementary-8, #464e56);
}
.gd-visualization-switcher-toolbar-top.bubble.bubble-light .vertical-divider {
  flex: 0 0 1px;
  width: 1px;
  height: 28px;
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}
.gd-visualization-switcher-toolbar-top.bubble.bubble-light .middle-section {
  flex: 1 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--gd-palette-complementary-7, #6d7680);
  font-size: 14px;
}
.gd-visualization-switcher-toolbar-top.bubble.bubble-light .status {
  padding: 2px 0;
  line-height: 21px;
}
.gd-visualization-switcher-toolbar-top.bubble.bubble-light .navigate-button {
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
}
.gd-visualization-switcher-toolbar-top.bubble.bubble-light .navigate-button:not(.is-disabled) {
  cursor: pointer;
}
.gd-visualization-switcher-toolbar-top.bubble.bubble-light .navigate-button:not(.is-disabled):hover path {
  fill: var(--gd-palette-complementary-8, #464e56);
}
.gd-visualization-switcher-toolbar-top.bubble.bubble-light .right-section {
  cursor: pointer;
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.gd-visualization-switcher-toolbar-top.bubble.bubble-light .gd-trash-icon:hover path {
  fill: var(--gd-palette-error-base, #e54d42);
}

.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light {
  position: initial;
  background-color: var(--gd-palette-complementary-0, #fff);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .configuration-panel-header {
  height: 39px;
  position: relative;
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .insight-configuration-content {
  padding: 10px 0 5px 0;
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .no-visualizations-text {
  margin-left: 15px;
  padding: 5px 0;
  font-size: 12px;
  line-height: 21px;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .configuration-panel-header-close-button {
  display: none;
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .visualizations-list {
  max-height: 253px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .horizontal-divider {
  width: 100%;
  text-align: center;
  padding: 5px 15px;
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .horizontal-divider .horizontal-divider-line {
  height: 1px;
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .gd-add-visualization {
  margin-left: 5px;
  font-size: 12px;
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .open-visualizations {
  padding-top: 5px;
  padding-bottom: 15px;
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  cursor: pointer;
  color: var(--gd-palette-complementary-8, #464e56);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item .switcher-visualizations-list-item-content {
  width: 100%;
  padding: 0 0 0 15px;
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item .gd-vis-switcher-show-more-button {
  display: none;
  position: relative;
  padding: 5px 14px;
  border: 1px solid transparent;
  font: 700 14px/20px gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
  height: 40px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  background: transparent;
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item:not(.is-selected):hover {
  color: var(--gd-palette-complementary-9-from-theme, #464e56);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item:not(.is-selected) .gd-vis-switcher-show-more-button:hover {
  background: var(--gd-palette-complementary-7-from-theme, #ccd8e2);
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item.is-selected.is-active {
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item.is-selected.is-active .gd-vis-switcher-show-more-button {
  display: block;
  background: var(--gd-palette-primary-dimmed50-from-theme, #b9e8f6);
  color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item.is-active:not(.is-selected) {
  background: var(--gd-palette-complementary-2, #ebeff4);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item.is-active:not(.is-selected) .gd-vis-switcher-show-more-button {
  display: block;
  background: var(--gd-palette-complementary-7-from-theme, #ccd8e2);
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item:hover {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item:hover .visualization-title,
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item:hover .gd-vis-type {
  color: var(--gd-palette-complementary-9, #000);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item:hover .gd-vis-switcher-show-more-button {
  display: block;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item.is-selected .visualization-title,
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item.is-selected .gd-vis-type {
  font-weight: 700;
  color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item.is-selected .gd-vis-switcher-show-more-button {
  color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item.is-selected:hover {
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item.is-selected:hover .gd-vis-switcher-show-more-button {
  color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item.is-selected:hover .gd-vis-switcher-show-more-button:hover {
  background: var(--gd-palette-primary-dimmed50-from-theme, #b9e8f6);
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item .visualization-title {
  display: flex;
  align-items: center;
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item .gd-visualizations-list-item-content-name {
  white-space: nowrap;
  max-width: 150px;
}
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .switcher-visualizations-list-item .gd-visualizations-list-item-content-name .gd-visualizations-list-item-content-name-text {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

.gd-vis-swicher-show-more-item-remove:hover {
  background-color: var(--gd-palette-error-lightest, #fff2f1);
  color: var(--gd-palette-error-base, #e54d42);
}

.gd-vis-switcher-show-more-item.is-disabled {
  cursor: default;
}

.gd-visualization-switcher-widget-header {
  text-align: center;
  font-size: 17px;
  line-height: 23px;
  cursor: pointer;
}
.gd-visualization-switcher-widget-header .item-headline-inner {
  text-decoration-line: underline;
}
.gd-visualization-switcher-widget-header .item-headline-inner::after {
  content: "\e612";
  display: inline-block;
  color: var(--gd-dashboards-content-widget-title-color, var(--gd-palette-complementary-8, #464e56));
  vertical-align: top;
  transition: 0.2s;
  margin-left: 0.5em;
  font-family: "Indigo", sans-serif;
  font-weight: normal;
  font-size: inherit;
  transform: rotate(0deg);
}
.gd-visualization-switcher-widget-header.is-open .item-headline-inner::after {
  transform: rotate(180deg);
}

.gd-nested-layout__toolbar.overlay-wrapper {
  width: unset;
}
.gd-nested-layout__toolbar.overlay-wrapper .bubble-content {
  padding: 0;
}
.gd-nested-layout__toolbar.overlay-wrapper .helper {
  display: none;
}
.gd-nested-layout__toolbar.overlay-wrapper .gd-bubble-trigger {
  display: flex;
}
.gd-nested-layout__toolbar.overlay-wrapper .content {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 5px;
}
.gd-nested-layout__toolbar.overlay-wrapper .gd-nested-layout__toolbar__delimiter {
  width: 1px;
  height: 28px;
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}

.gd-nested-layout-configuration__panel .arrow-position {
  display: none;
}
.gd-nested-layout-configuration__panel .gd-nested-layout-configuration__content {
  padding: 10px 0;
}

.gd-dashboard-nested-layout-widget .gd-dashboard-nested-layout-content.dash-item-content {
  border-radius: 0;
  padding: 19px 10px 15px 10px;
}
.gd-dashboard-nested-layout-widget .is-selectable.gd-dashboard-nested-layout-content.dash-item-content:not(.is-selected):hover, .gd-dashboard-nested-layout-widget .is-selectable.gd-dashboard-nested-layout-content.dash-item-content.is-dragging-widget {
  border-style: solid;
}
.gd-dashboard-nested-layout-widget .is-selectable.dash-item-content:not(.is-selected):hover > .gd-dashboard-nested-layout-widget-visualization-content:first-child > .gd-dashboard-nested-layout-tab:not(.is-selected), .gd-dashboard-nested-layout-widget .is-selectable.dash-item-content.is-dragging-widget .gd-dashboard-nested-layout-tab {
  display: flex;
  color: var(--gd-palette-complementary-7, #6d7680);
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}
.gd-dashboard-nested-layout-widget .is-selectable.dash-item-content:not(.is-selected):hover > .gd-dashboard-nested-layout-widget-visualization-content:first-child > .gd-dashboard-nested-layout-tab:not(.is-selected) .gd-dashboard-nested-layout-tab__text, .gd-dashboard-nested-layout-widget .is-selectable.dash-item-content.is-dragging-widget .gd-dashboard-nested-layout-tab .gd-dashboard-nested-layout-tab__text {
  background-color: var(--gd-palette-complementary-2, #ebeff4);
}
.gd-dashboard-nested-layout-widget .gd-dashboard-nested-layout-tab.is-selected {
  display: flex;
  color: var(--gd-palette-complementary-0, #fff);
  background-color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-dashboard-nested-layout-widget .gd-dashboard-nested-layout-tab.is-selected .gd-dashboard-nested-layout-tab__text {
  background-color: var(--gd-palette-primary-base, #14b2e2);
}
.gd-dashboard-nested-layout-widget .gd-dashboard-nested-layout-tab.is-selected path {
  fill: var(--gd-palette-complementary-0, #fff);
}
.gd-dashboard-nested-layout-widget .drop-target-inner {
  align-content: center;
  height: 100%;
}
.gd-dashboard-nested-layout-widget .drop-target-inner p {
  font-size: 18px;
}

.gd-dashboard-nested-layout-tab {
  display: none;
  width: auto;
  padding: 2px 5px;
  font-size: 11px;
  position: absolute;
  left: calc(0px - var(--gd-dashboards-content-widget-borderWidth, 2px));
  top: calc(0px - var(--gd-dashboards-content-widget-borderWidth, 2px));
  z-index: 100;
}
.gd-dashboard-nested-layout-tab > .gd-dashboard-nested-layout-tab__icon {
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  margin-top: 2px;
  margin-right: 5px;
}
.gd-dashboard-nested-layout-tab > .gd-dashboard-nested-layout-tab__text {
  z-index: 1;
  margin-left: 11px;
}

.gd-dashboard-nested-layout-widget-visualization-content {
  width: 100%;
  height: 100%;
}
.gd-dashboard-nested-layout-widget-visualization-content .drag-info-placeholder-inner {
  padding: 0;
}
.gd-dashboard-nested-layout-widget-visualization-content .drag-info-placeholder-box,
.gd-dashboard-nested-layout-widget-visualization-content .drag-info-placeholder-drop-target {
  width: 100%;
  height: 100%;
  margin: 0;
  align-content: center;
}
.gd-dashboard-nested-layout-widget-visualization-content .drag-info-placeholder {
  padding: 0 0 0 10px;
}
.gd-dashboard-nested-layout-widget-visualization-content .drag-info-empty-nested-layout {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  justify-content: center;
}

.gd-grid-layout .gd-fluidlayout-column-dropzone {
  height: 100%;
}
.gd-grid-layout .gd-empty-dashboard-dropzone .drag-info-placeholder-inner,
.gd-grid-layout .gd-empty-dashboard-dropzone .drag-info-placeholder-drop-target {
  height: 100%;
}
.gd-grid-layout .gd-empty-dashboard-dropzone .drop-target-inner {
  align-content: center;
  height: 100%;
}
.gd-grid-layout .gd-empty-dashboard-dropzone .drag-info-placeholder {
  min-height: 300px;
}

.gd-grid-layout-dropzone {
  z-index: 99;
}
.gd-grid-layout-dropzone--type-prev, .gd-grid-layout-dropzone--type-next {
  position: absolute;
}
.gd-grid-layout-dropzone--type-prev .drop-hint {
  float: left;
  margin-left: -3px;
}
.gd-grid-layout-dropzone--type-next .drop-hint {
  float: right;
  margin-left: 3px;
}
.gd-grid-layout-dropzone--hidden {
  display: none;
}
.gd-grid-layout-dropzone--direction-row.gd-grid-layout-dropzone--type-prev, .gd-grid-layout-dropzone--direction-row.gd-grid-layout-dropzone--type-next {
  top: 0;
  bottom: 0;
  width: 50%;
}
.gd-grid-layout-dropzone--direction-row.gd-grid-layout-dropzone--type-prev.gd-grid-layout-dropzone--full, .gd-grid-layout-dropzone--direction-row.gd-grid-layout-dropzone--type-next.gd-grid-layout-dropzone--full {
  width: 100%;
}
.gd-grid-layout-dropzone--direction-row.gd-grid-layout-dropzone--type-prev {
  left: 0;
}
.gd-grid-layout-dropzone--direction-row.gd-grid-layout-dropzone--type-prev.gd-grid-layout-dropzone--active .gd-grid-layout-dropzone__drop-target--direction-row {
  left: -15px;
}
.gd-grid-layout-dropzone--direction-row.gd-grid-layout-dropzone--type-next {
  right: 0;
}
.gd-grid-layout-dropzone--direction-row.gd-grid-layout-dropzone--type-next.gd-grid-layout-dropzone--active .gd-grid-layout-dropzone__drop-target--direction-row {
  right: -15px;
}
.gd-grid-layout-dropzone--direction-row.gd-grid-layout-dropzone--extended {
  width: 100%;
}
.gd-grid-layout-dropzone--direction-row.gd-grid-layout-dropzone--isOverNestedLayout.gd-grid-layout-dropzone--type-prev, .gd-grid-layout-dropzone--direction-row.gd-grid-layout-dropzone--isOverNestedLayout.gd-grid-layout-dropzone--type-next {
  width: 50px;
}
.gd-grid-layout-dropzone--direction-column.gd-grid-layout-dropzone--type-prev, .gd-grid-layout-dropzone--direction-column.gd-grid-layout-dropzone--type-next {
  right: 0;
  left: 0;
  height: 50%;
}
.gd-grid-layout-dropzone--direction-column.gd-grid-layout-dropzone--type-prev.gd-grid-layout-dropzone--full, .gd-grid-layout-dropzone--direction-column.gd-grid-layout-dropzone--type-next.gd-grid-layout-dropzone--full {
  width: 100%;
  height: 100%;
}
.gd-grid-layout-dropzone--direction-column.gd-grid-layout-dropzone--type-prev {
  top: 0;
}
.gd-grid-layout-dropzone--direction-column.gd-grid-layout-dropzone--type-prev.gd-grid-layout-dropzone--active .gd-grid-layout-dropzone__drop-target--direction-column {
  top: -5px;
}
.gd-grid-layout-dropzone--direction-column.gd-grid-layout-dropzone--type-next {
  bottom: 0;
}
.gd-grid-layout-dropzone--direction-column.gd-grid-layout-dropzone--type-next.gd-grid-layout-dropzone--active .gd-grid-layout-dropzone__drop-target--direction-column {
  bottom: -5px;
}
.gd-grid-layout-dropzone--direction-column.gd-grid-layout-dropzone--isOverNestedLayout.gd-grid-layout-dropzone--type-prev, .gd-grid-layout-dropzone--direction-column.gd-grid-layout-dropzone--isOverNestedLayout.gd-grid-layout-dropzone--type-next {
  height: 50px;
}
.gd-grid-layout-dropzone--direction-column.gd-grid-layout-dropzone--isInFirstRow.gd-grid-layout-dropzone--type-prev.gd-grid-layout-dropzone--active .gd-grid-layout-dropzone__drop-target--direction-column {
  top: -15px;
}
.gd-grid-layout-dropzone__drop-target {
  display: none;
  position: absolute;
}
.gd-grid-layout-dropzone__drop-target--direction-row {
  padding: 10px 0;
  width: 10px;
  height: 100%;
}
.gd-grid-layout-dropzone__drop-target--direction-row .gd-grid-layout-dropzone__drop-target-inner {
  width: 4px;
}
.gd-grid-layout-dropzone__drop-target--direction-column {
  padding: 0;
  width: 100%;
  height: 10px;
}
.gd-grid-layout-dropzone__drop-target--direction-column .gd-grid-layout-dropzone__drop-target-inner {
  width: 100%;
}
.gd-grid-layout-dropzone__drop-target.gd-grid-layout-dropzone--isInFirstRow {
  padding-top: 0;
}
.gd-grid-layout-dropzone--active .gd-grid-layout-dropzone__drop-target {
  display: block;
}
.gd-grid-layout-dropzone__drop-target-border {
  width: 100%;
  height: 100%;
  padding: 2px;
  border: 1px dashed var(--gd-palette-primary-base, #14b2e2);
  border-radius: 15px;
  background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
}
.gd-grid-layout-dropzone__drop-target-inner {
  height: 100%;
  padding: 0;
  border-radius: 2px;
  background-color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-dashboard-settings-dialog {
  width: 500px;
}
.gd-dashboard-settings-dialog .gd-dashboard-settings-dialog-section {
  margin-top: 20px;
}
.gd-dashboard-settings-dialog .gd-dashboard-settings-dialog-section:first-child {
  margin-top: 0;
}
.gd-dashboard-settings-dialog .gd-dashboard-settings-filters {
  margin-top: 0;
  padding-top: 0;
}
.gd-dashboard-settings-dialog .gd-dashboard-settings-evaluation-note {
  margin-top: -15px;
  font-size: 12px;
  line-height: 17px;
  font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
  color: var(--gd-palette-complementary-7, #6d7680);
}
.gd-dashboard-settings-dialog .configuration-category-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 23px;
  padding: 6px 0;
  min-height: 32px;
}
.gd-dashboard-settings-dialog .configuration-category-item .input-checkbox-toggle {
  display: block;
  width: 100%;
}
.gd-dashboard-settings-dialog .configuration-category-item .input-checkbox-toggle .input-label-text {
  display: flex;
}
.gd-dashboard-settings-dialog .configuration-category-item .configuration-category-item-tooltip-icon {
  margin: 0 5px;
}
.gd-dashboard-settings-dialog .configuration-category-item .configuration-category-item-tooltip-icon .gd-filter-configuration__help-icon {
  cursor: help;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-dashboard-settings-dialog .gd-recurrence-form-repeat.gd-input-component {
  flex-wrap: wrap;
}
.gd-dashboard-settings-dialog .gd-recurrence-form-repeat.gd-input-component .gd-label {
  display: block;
  width: 100%;
}
.gd-dashboard-settings-dialog .gd-dashboard-content-wrapper {
  margin: 0 -20px;
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
}

.gd-dashboard-settings-dialog-date-dataset-dropdown-list-item {
  min-height: 28px;
}

.gd-description-panel-bubble-overlay.truncated {
  z-index: 6001 !important; /* stylelint-disable-line declaration-no-important */
}

.gd-automation-filters {
  width: 100%;
}
.gd-automation-filters__wrapper {
  position: relative;
}
.gd-automation-filters__wrapper--disabled {
  pointer-events: none;
}
.gd-automation-filters__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
  pointer-events: none;
}
.gd-automation-filters__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.gd-automation-filters__list--tabbed {
  flex-direction: column;
  gap: 0;
  align-items: stretch;
}
.gd-automation-filters__message {
  color: var(--gd-palette-complementary-7);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.gd-automation-filters__warning-message {
  color: var(--gd-palette-warning-base, #f18600);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-top: 5px;
}
.gd-automation-filters__dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: var(--gd-palette-complementary-2, #ebeff4);
}
.gd-automation-filters__dropdown-header h3 {
  color: var(--gd-palette-complementary-6, #94a1ad);
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
}
.gd-automation-filters__dropdown-no-filters {
  margin: 12px;
  color: var(--gd-palette-complementary-6, #94a1ad);
  text-align: center;
  line-height: 19px;
  font-size: 14px;
}
.gd-automation-filters__use-filters-checkbox {
  margin-top: 10px;
}
.gd-automation-filters__use-filters-checkbox .input-label-text {
  color: var(--gd-palette-complementary-7, #6d7680);
  display: flex;
}
.gd-automation-filters__use-filters-checkbox .input-label-text .gd-ui-kit-tooltip__anchor {
  margin-left: 8px;
  margin-top: 2px;
}
.gd-automation-filters__checkbox-icon {
  position: relative;
  margin-left: 5px;
  top: 3px;
}
.gd-automation-filters__tab-section {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  padding: 20px 0;
}
.gd-automation-filters__tab-header {
  display: flex;
  flex-direction: column;
  width: 140px;
  max-width: 140px;
  flex-shrink: 0;
}
.gd-automation-filters__tab-header * {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd-automation-filters__tab-label {
  color: var(--gd-palette-complementary-6);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
}
.gd-automation-filters__tab-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  max-width: 300px;
}
.gd-automation-filters__tab-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  flex: 1;
}
.gd-automation-filters__tab-divider {
  height: 1px;
  background-color: var(--gd-palette-complementary-3);
  width: 100%;
}

.gd-pdf-export-dialog {
  min-width: 300px;
}
.gd-pdf-export-dialog .input-checkbox-label {
  height: auto;
}
.gd-pdf-export-dialog .gd-dialog-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gd-pdf-export-dialog .gd-dialog-content .gd-input.gd-pdf-export-dialog-item .gd-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--gd-palette-complementary-7);
  margin: 0 0 2px 0;
}

@keyframes gd-kda-dialog-enter-minimized {
  0% {
    opacity: 0;
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes gd-kda-dialog-enter-expanded {
  0% {
    opacity: 0;
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes gd-kda-success-enter {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  60% {
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.gd-kda-dialog {
  width: 948px;
  height: 704px;
  max-width: none !important;
  transform-origin: top center;
}
.gd-kda-dialog.gd-kda-dialog--minimized.gd-kda-dialog.gd-kda-dialog--minimized {
  width: 326px;
  height: 35px;
  padding: 4px 5px 4px 10px;
  border-radius: 4px;
  border-width: 1px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  animation: gd-kda-dialog-enter-minimized 200ms cubic-bezier(0.22, 1, 0.36, 1) 50ms both;
}
.gd-kda-dialog.gd-kda-dialog--minimized.gd-kda-dialog.gd-kda-dialog--minimized--done {
  background: var(--gd-toastMessage-success-backgroundColor);
  border-color: var(--gd-toastMessage-success-borderColor);
  color: var(--gd-toastMessage-success-textColor);
}
.gd-kda-dialog.gd-kda-dialog--minimized.gd-kda-dialog.gd-kda-dialog--minimized--error {
  background: var(--gd-toastMessage-error-backgroundColor);
  border-color: var(--gd-toastMessage-error-borderColor);
  color: var(--gd-toastMessage-error-textColor);
}
.gd-kda-dialog.gd-kda-dialog--minimized.gd-kda-dialog.gd-kda-dialog--minimized--step1, .gd-kda-dialog.gd-kda-dialog--minimized.gd-kda-dialog.gd-kda-dialog--minimized--step2 {
  border-color: var(--gd-palette-complementary-3);
}
.gd-kda-dialog.gd-kda-dialog--expanded.gd-kda-dialog.gd-kda-dialog--expanded {
  animation: gd-kda-dialog-enter-expanded 200ms cubic-bezier(0.22, 1, 0.36, 1) 50ms both;
}
.gd-kda-dialog.gd-kda-dialog--expanded.gd-kda-dialog.gd-kda-dialog--expanded .gd-kda-dialog-controls {
  top: 20px;
}
.gd-kda-dialog .gd-kda-dialog-controls {
  display: flex;
  align-items: center;
  gap: 5px;
}
.gd-kda-dialog .gd-kda-dialog-action-buttons {
  display: flex;
  align-items: center;
}
.gd-kda-dialog .gd-kda-dialog-action-buttons__button {
  display: flex;
  cursor: pointer;
}
.gd-kda-dialog .gd-kda-dialog-action-buttons__button__open {
  margin-right: 7px;
}
.gd-kda-dialog .gd-kda-dialog-action-buttons__divider {
  width: 1px;
  background-color: var(--gd-palette-complementary-3);
}
.gd-kda-dialog .gd-kda-dialog-action-buttons__divider.done, .gd-kda-dialog .gd-kda-dialog-action-buttons__divider.error {
  background-color: var(--gd-palette-complementary-0-t70);
}
.gd-kda-dialog .gd-kda-dialog-action-buttons--size-small {
  gap: 3px;
}
.gd-kda-dialog .gd-kda-dialog-action-buttons--size-small .gd-ui-kit-icon-button {
  width: 22px;
  height: 22px;
}
.gd-kda-dialog .gd-kda-dialog-action-buttons--size-small .gd-ui-kit-icon-button svg {
  width: 14px;
  height: 14px;
}
.gd-kda-dialog .gd-kda-dialog-action-buttons--size-small .gd-kda-dialog-action-buttons__divider {
  height: 17px;
}
.gd-kda-dialog .gd-kda-dialog-action-buttons--size-medium {
  gap: 5px;
}
.gd-kda-dialog .gd-kda-dialog-action-buttons--size-medium .gd-kda-dialog-action-buttons__divider {
  height: 32px;
}
.gd-kda-dialog .gd-kda-floating-status-bar {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 100%;
}
.gd-kda-dialog .gd-kda-floating-status-bar__content {
  display: flex;
  flex: 1 0 0;
  gap: 5px;
  align-items: center;
  min-width: 0;
}
.gd-kda-dialog .gd-kda-floating-status-bar__content .gd-ui-kit-icon--color-success {
  animation: gd-kda-success-enter 250ms cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
}
.gd-kda-dialog .gd-kda-floating-status-bar__spinner {
  display: flex;
}
.gd-kda-dialog .gd-kda-floating-status-bar__text {
  flex: 1 0 0;
  min-width: 0;
  margin: 0;
  color: var(--gd-palette-complementary-7);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gd-kda-dialog.gd-kda-dialog--minimized--done .gd-kda-floating-status-bar__text, .gd-kda-dialog.gd-kda-dialog--minimized--error .gd-kda-floating-status-bar__text {
  color: var(--gd-palette-complementary-0);
  font-weight: 700;
}
.gd-kda-dialog .gd-kda-dialog-sections {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.gd-kda-dialog .gd-kda-dialog-sections-header {
  flex: 0 0 auto;
}
.gd-kda-dialog .gd-kda-dialog-sections-content {
  flex: 1 1 auto;
  overflow: hidden;
  margin: -20px;
  padding: 20px;
  background: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
}
.gd-kda-dialog .gd-kda-dialog-sections-footer {
  flex: 0 0 auto;
}
.gd-kda-dialog .gd-kda-dialog-sections-divider {
  height: 0;
  border-bottom: 1px solid var(--gd-palette-complementary-2);
  margin: 20px -20px;
}
.gd-kda-dialog .gd-kda-dialog-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gd-kda-dialog .gd-kda-dialog-header-title {
  display: flex;
  padding: 3px 0;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.gd-kda-dialog .gd-kda-dialog-header-title-text {
  color: var(--gd-palette-complementary-8);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 60px;
}
.gd-kda-dialog .gd-kda-dialog-header-bars {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.gd-kda-dialog .gd-kda-dialog-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}
.gd-kda-dialog .gd-kda-dialog-bar-title {
  color: var(--gd-palette-complementary-6);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
}
.gd-kda-dialog .gd-kda-dialog-bar-content {
  flex-wrap: wrap;
  display: flex;
  gap: 5px;
}
.gd-kda-dialog .gd-kda-dialog-bar__metric {
  display: flex;
  max-width: 320px;
}
.gd-kda-dialog .gd-kda-dialog-bar__metric svg.gd-ui-kit-icon {
  fill: #00c18d;
}
.gd-kda-dialog .gd-kda-dialog-bar__date {
  display: flex;
  max-width: 320px;
}
.gd-kda-dialog .gd-kda-dialog-bar__attribute {
  display: flex;
  max-width: 320px;
}
.gd-kda-dialog .gd-kda-attribute-add-dropdown > div {
  margin: 0;
}
.gd-kda-dialog .gd-kda-dialog-footer {
  display: flex;
  flex-direction: row;
}
.gd-kda-dialog .gd-kda-dialog-footer-content {
  flex: 1 1 auto;
  display: flex;
}
.gd-kda-dialog .gd-kda-dialog-footer-buttons {
  flex: 0 0 auto;
  display: flex;
}
.gd-kda-dialog .gd-kda-dialog-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.gd-kda-dialog .gd-kda-dialog-content-full {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gd-kda-dialog .gd-kda-dialog-content-left-panel {
  flex: 0 0 250px;
  max-width: 250px;
}
.gd-kda-dialog .gd-kda-dialog-content-divider {
  width: 0;
  border-right: 1px solid var(--gd-palette-complementary-2);
}
.gd-kda-dialog .gd-kda-dialog-content-right-panel {
  flex: 1 1 auto;
  overflow: hidden;
}
.gd-kda-dialog .gd-kda-key-drivers-panel {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.gd-kda-dialog .gd-kda-key-drivers-panel-title {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--gd-palette-complementary-7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.gd-kda-dialog .gd-kda-key-drivers-panel-trend {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 5px;
}
.gd-kda-dialog .gd-kda-key-drivers-panel-trend button {
  justify-content: flex-end;
  width: 100%;
  --gd-icon-fill-color: var(--gd-palette-complementary-6);
}
.gd-kda-dialog .gd-kda-key-drivers-panel-trend button .gd-ui-kit-button__text {
  flex-grow: 1;
  text-align: left;
  color: var(--gd-palette-complementary-7);
}
.gd-kda-dialog .gd-kda-key-drivers-panel-trend button .gd-ui-kit-button__badge {
  color: var(--gd-palette-complementary-6);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.gd-kda-dialog .gd-kda-key-drivers-panel-list {
  margin-top: 20px;
  overflow: hidden;
  margin-right: -20px;
  position: relative;
}
.gd-kda-dialog .gd-kda-key-drivers-panel-list.empty::before, .gd-kda-dialog .gd-kda-key-drivers-panel-list.empty::after {
  display: none;
}
.gd-kda-dialog .gd-kda-key-drivers-panel-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  z-index: 1;
  width: 250px;
  border-top: 1px solid var(--gd-palette-complementary-3);
  border-left: 1px solid var(--gd-palette-complementary-3);
  border-right: 1px solid var(--gd-palette-complementary-3);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.gd-kda-dialog .gd-kda-key-drivers-panel-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  z-index: 1;
  width: 250px;
  border-bottom: 1px solid var(--gd-palette-complementary-3);
  border-left: 1px solid var(--gd-palette-complementary-3);
  border-right: 1px solid var(--gd-palette-complementary-3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.gd-kda-dialog .gd-kda-key-drivers-panel-list .gd-ui-kit-listbox {
  margin: 0;
  padding: 0;
  max-height: 100%;
  height: 100%;
}
.gd-kda-dialog .gd-kda-key-drivers-panel-list .gd-ui-kit-listbox::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
}
.gd-kda-dialog .gd-kda-key-drivers-panel-list .gd-ui-kit-listbox::-webkit-scrollbar-thumb {
  background-color: var(--gd-palette-complementary-7);
  border: 2px solid transparent;
  border-radius: 5px;
  background-clip: padding-box;
}
.gd-kda-dialog .gd-kda-key-drivers-panel-list .gd-ui-kit-listbox:hover::-webkit-scrollbar-thumb:hover {
  border: 0;
  background-color: var(--gd-palette-complementary-5);
}
.gd-kda-dialog .gd-kda-key-drivers-panel-list .gd-ui-kit-listbox li .gd-kda-item {
  border-bottom: 1px solid var(--gd-palette-complementary-3);
}
.gd-kda-dialog .gd-kda-key-drivers-panel-list .gd-ui-kit-listbox li:first-child .gd-kda-item {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.gd-kda-dialog .gd-kda-key-drivers-panel-list .gd-ui-kit-listbox li:last-child .gd-kda-item {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: transparent;
}
.gd-kda-dialog .gd-kda-key-drivers-panel-list .gd-ui-kit-listbox ul:focus-visible .gd-kda-item.gd-kda-item-focused {
  background-color: var(--gd-palette-complementary-2);
  outline-offset: -2px;
  outline: 2px solid -webkit-focus-ring-color;
}
.gd-kda-dialog .gd-kda-key-drivers-panel-list-loading {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-right: 20px;
}
.gd-kda-dialog .gd-kda-key-drivers-panel-list-empty {
  display: flex;
  padding: 40px 10px;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: var(--gd-palette-complementary-6);
}
.gd-kda-dialog .gd-kda-item {
  position: relative;
  display: flex;
  width: 250px;
  padding: 10px 15px;
  align-items: center;
  height: 60px;
  gap: 5px;
  cursor: pointer;
  background: var(--gd-palette-complementary-0);
  border-left: 1px solid var(--gd-palette-complementary-3);
  border-right: 1px solid var(--gd-palette-complementary-3);
}
.gd-kda-dialog .gd-kda-item-text {
  flex: 1 1 auto;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
}
.gd-kda-dialog .gd-kda-item-text-title {
  color: var(--gd-palette-complementary-7);
  font-weight: 400;
}
.gd-kda-dialog .gd-kda-item-text-category {
  color: var(--gd-palette-complementary-8);
  font-weight: 700;
}
.gd-kda-dialog .gd-kda-item-value {
  flex: 0 0 auto;
  color: var(--gd-palette-complementary-8);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
}
.gd-kda-dialog .gd-kda-item-progress {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
  height: 3px;
}
.gd-kda-dialog .gd-kda-item-progress::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--kda-item-width);
  background: linear-gradient(90deg, var(--gd-palette-primary-base-t70) 0%, var(--gd-palette-primary-base) 100%);
}
.gd-kda-dialog .gd-kda-item.gd-kda-item-selected {
  background-color: var(--gd-palette-complementary-1);
}
.gd-kda-dialog .gd-kda-item.gd-kda-item-selected::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: var(--gd-palette-primary-base);
}
.gd-kda-dialog .gd-kda-item:hover {
  background-color: var(--gd-palette-complementary-1);
}
.gd-kda-dialog .gd-kda-item:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: var(--gd-palette-complementary-3);
}
.gd-kda-dialog .gd-kda-item.gd-kda-item-selected:hover {
  background-color: var(--gd-palette-primary-dimmed);
}
.gd-kda-dialog .gd-kda-item.gd-kda-item-selected:hover::before {
  background-color: var(--gd-palette-primary-base);
}
.gd-kda-dialog .gd-kda-key-drivers-overview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  height: 100%;
}
.gd-kda-dialog .gd-kda-key-drivers-overview-title {
  color: var(--gd-palette-complementary-8);
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.gd-kda-dialog .gd-kda-key-drivers-overview-headline {
  display: flex;
}
.gd-kda-dialog .gd-kda-key-drivers-overview-drivers {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gd-kda-dialog .gd-kda-key-drivers-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  height: 100%;
}
.gd-kda-dialog .gd-kda-key-drivers-detail-head {
  width: 100%;
}
.gd-kda-dialog .gd-kda-key-drivers-detail-title {
  color: var(--gd-palette-complementary-8);
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-left: 5px;
}
.gd-kda-dialog .gd-kda-key-drivers-detail-breadcrumb {
  margin-bottom: 8px;
  width: 100%;
}
.gd-kda-dialog .gd-kda-key-drivers-detail-visualisation {
  width: 100%;
  display: flex;
  flex: 1 1 auto;
}
.gd-kda-dialog .gd-kda-key-drivers-detail-visualisation-container {
  width: 100%;
  height: 100%;
}
.gd-kda-dialog .gd-kda-key-drivers-detail-visualisation-container rect.highcharts-background {
  fill: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
}
.gd-kda-dialog .gd-kda-key-drivers-detail-info {
  color: var(--gd-palette-complementary-7);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.gd-kda-dialog .gd-kda-key-driver-headline {
  gap: 20px;
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
.gd-kda-dialog .gd-kda-headline-date, .gd-kda-dialog .gd-kda-headline-diff {
  color: var(--gd-palette-complementary-8);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
.gd-kda-dialog .gd-kda-key-drivers-summary {
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  flex: 1 1 auto;
}
.gd-kda-dialog .gd-kda-key-drivers-summary-title {
  flex: 0 0 auto;
  color: var(--gd-palette-complementary-8);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
.gd-kda-dialog .gd-kda-key-drivers-summary-info {
  flex: 0 0 auto;
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  justify-content: space-between;
  border-radius: 3px;
  background: color-mix(in sRGB, var(--gd-palette-complementary-5) 10%, transparent);
}
.gd-kda-dialog .gd-kda-key-drivers-summary-info-text {
  color: var(--gd-palette-complementary-7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.gd-kda-dialog .gd-kda-key-drivers-summary-list {
  flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
}
.gd-kda-dialog .gd-kda-key-drivers-summary-list .gd-ui-kit-async-table__header:focus-visible {
  outline-offset: -2px;
  outline: 2px solid -webkit-focus-ring-color;
}
.gd-kda-dialog .gd-kda-attributes-dropdown {
  display: inline-flex;
}
.gd-kda-dialog .gd-kda-dialog-error {
  display: flex;
  flex-direction: column;
  max-width: 460px;
  gap: 0;
}
.gd-kda-dialog .gd-kda-dialog-error-trace-id {
  color: var(--gd-palette-complementary-6);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gd-kda-dialog .gd-kda-dialog-error-trace-id-name {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.gd-kda-dialog .gd-kda-dialog-error-details-show {
  margin-top: 0;
  display: flex;
  flex-direction: column;
}
.gd-kda-dialog .gd-kda-dialog-error-details-show-content {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  height: 233px;
  padding-top: 5px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 3px;
  border: 1px solid var(--gd-palette-complementary-3);
}
.gd-kda-dialog .gd-kda-dialog-error-details-show-content-title {
  display: flex;
  padding: 0 10px;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  flex-grow: 0;
}
.gd-kda-dialog .gd-kda-dialog-error-details-show-content-title-text {
  flex: 1 0 0;
  color: var(--gd-palette-complementary-6);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 164.286% */
}
.gd-kda-dialog .gd-kda-dialog-error-details-show-content-description {
  display: flex;
  padding: 10px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid var(--gd-palette-complementary-3);
  background: var(--gray-100-fcfcfd-com-0, #fcfcfd);
  margin: 0;
  color: var(--gd-palette-complementary-7);
  font-family: "Andale Mono", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  overflow: auto;
  overscroll-behavior: contain;
  white-space: normal;
  word-break: break-word;
}

@media (prefers-reduced-motion: reduce) {
  .gd-kda-dialog.gd-kda-dialog {
    transition: none;
    animation: none;
  }
  .gd-kda-floating-status-bar__content .gd-ui-kit-icon--color-success {
    animation: none;
  }
}
.gd-kda-dialog-bar__date-select {
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: -10px;
  width: calc(100% + 20px);
}

.gd-kda-attributes-dropdown__header {
  color: var(--gd-palette-complementary-6);
  background: var(--gd-palette-complementary-2);
  display: flex;
  padding: 10px;
  align-items: flex-start;
  align-self: stretch;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.gd-kda-attributes-dropdown__no-search {
  display: flex;
  margin-top: 6px;
}

.gd-kda-attributes-dropdown__subheader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 10px;
  font-size: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
  color: var(--gd-palette-complementary-6);
}
.gd-kda-attributes-dropdown__subheader .gd-kda-attributes-dropdown__subheader__attribute {
  flex: 1 1 auto;
}
.gd-kda-attributes-dropdown__subheader .gd-kda-attributes-dropdown__subheader__key_drivers {
  flex: 0 0 auto;
}

.gd-kda-attributes-dropdown__body {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 260px;
}

.gd-kda-attributes-dropdown__actions-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 10px;
}

.gd-kda-attributes-select-item__right {
  flex: 0 0 auto;
  min-width: 35px;
  margin-left: 5px;
  text-align: right;
}

.gd-kda-attributes-dropdown__key_drivers {
  font-weight: bold;
  color: var(--gd-palette-complementary-7);
}

.gd-kda-attributes-select .gd-ui-kit-paged-virtual-list__scroll-container {
  padding-right: 7px;
}

.gd-kda-trend-item {
  display: flex;
  flex-direction: row;
  gap: 5px;
  padding: 5px 10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 32px;
  cursor: pointer;
}
.gd-kda-trend-item .gd-kda-trend-item-text {
  flex-grow: 1;
  text-align: left;
  color: var(--gd-palette-complementary-7);
}
.gd-kda-trend-item .gd-kda-trend-item-drivers {
  color: var(--gd-palette-complementary-6);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.gd-kda-trend-item.gd-kda-trend-item-selected .gd-kda-trend-item-text,
.gd-kda-trend-item.gd-kda-trend-item-selected .gd-kda-trend-item-drivers {
  color: var(--gd-palette-primary-base);
}
.gd-kda-trend-item.gd-kda-trend-item-focused {
  background-color: var(--gd-palette-complementary-2);
}
.gd-kda-trend-item:hover, .gd-kda-trend-item.gd-kda-trend-item-focused:not(.gd-kda-trend-item-selected) {
  background-color: var(--gd-palette-complementary-2);
}
.gd-kda-trend-item:hover .gd-kda-trend-item-text,
.gd-kda-trend-item:hover .gd-kda-trend-item-drivers, .gd-kda-trend-item.gd-kda-trend-item-focused:not(.gd-kda-trend-item-selected) .gd-kda-trend-item-text,
.gd-kda-trend-item.gd-kda-trend-item-focused:not(.gd-kda-trend-item-selected) .gd-kda-trend-item-drivers {
  color: var(--gd-palette-complementary-8);
}
.gd-kda-trend-item.gd-kda-trend-item-selected:hover .gd-kda-trend-item-text,
.gd-kda-trend-item.gd-kda-trend-item-selected:hover .gd-kda-trend-item-drivers {
  color: var(--gd-palette-primary-base);
}
.gd-kda-trend-item.gd-kda-trend-item-disabled {
  cursor: default;
}
.gd-kda-trend-item.gd-kda-trend-item-disabled .gd-kda-trend-item-text,
.gd-kda-trend-item.gd-kda-trend-item-disabled .gd-kda-trend-item-drivers {
  color: var(--gd-palette-complementary-5);
}
.gd-kda-trend-item.gd-kda-trend-item-disabled:hover {
  background-color: transparent;
}
.gd-kda-trend-item.gd-kda-trend-item-disabled:hover .gd-kda-trend-item-text,
.gd-kda-trend-item.gd-kda-trend-item-disabled:hover .gd-kda-trend-item-drivers {
  color: var(--gd-palette-complementary-5);
}

/* stylelint-disable declaration-no-important */
body.gd-kda-dialog-opened .highcharts-tooltip-container {
  z-index: 6111 !important;
}

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