@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=kdaDialog.css.map */
