.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%;
}

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