/* ==========================================================================
   Variables
   ========================================================================== */
/* allow vendor prefixes and disable max length */
/* allow vendor prefixes and disable max length */
/* ==========================================================================
   Variables, mixins, silent classes etc.
   ========================================================================== */
@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);
}

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