/* Global styles for template site pages */
.dds-template {
    margin: 0;
}

/* Header */
.dds-template-header {
    position: relative;
}

.dds-template-header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1152px;
    width: 100%;
}

.dds-template-header--no-nav .dds-template-header__wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
}

body[data-wcm-mode="DISABLED"] .dds-template-header__wrapper > .newpar,
body[data-wcm-mode="DISABLED"]
    .dds-template-size-selection-toggle-group
    > .newpar {
    display: none;
}

.dds-template-header > .container {
    display: flex;
    justify-content: center;
}

.dds-template-size-selection-toggle-group,
.dds-template-header-left-wrapper {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.dds-template-header-aem-logo {
    display: flex;
    align-items: center;
    column-gap: 8px;
    height: 34px;
}

.dds-template-header-aem-logo .image img {
    height: 34px;
}

.dds-template-header--no-nav .dds-template__header__text {
    gap: 0;
}

/* Main content */
.dds-template-main {
    display: flex;
    justify-content: center;
    padding-top: 48px;
}

.dds-template .dds-template-main > .container {
    max-width: 1152px;
}

.dds-template-main > .container {
    width: 100%;
}

.dds-template-label-tooltip-wrapper {
    display: flex;
    justify-content: flex-start;
    column-gap: 4px;
}

.dds-template-maxwidth-container {
    max-width: 760px;
}

span.dds-template__step-indicator.dds-body {
    color: #666e75;
}

body[data-wcm-mode="DISABLED"].dds-template .newpar {
    display: none !important;
}

/* Banner */
.dds-template__banner {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ebeced;
  background-color: #f5f5f6;
}

.dds-template__banner > .container {
  width: 1152px;
  margin-left: 16px;
}

.dds-template__banner__innerwrapper {
  width: 100%;
}

/* Burger */
#dds-iconbutton-burger-menu {
    display: none;
}

/* Breadcrumb for listing page 1 & 2, form details page, listing page 2, information page 1 & 2 */
.dds-template__breadcrumb--mobile {
    display: none !important;
}

.dds-template__breadcrumb-group {
    display: flex;
    column-gap: 8px;
}

.dds-template__btngroup {
    display: flex;
    column-gap: 16px;
}

/* 3 cols Grid */
.dds-template__grid .dds-layout-flexbox__container {
  justify-content: flex-start;
}

.dds-template__grid .dds-layout-flexitem {
    margin-bottom: 48px;
    flex: 0 1 calc(100% / 3 - 16px);
}

.dds-template__grid .dds-layout-flexitem {
    margin-bottom: 48px;
}

/* Article date and social media bar */
.dds-template__article__left-wrapper,
.dds-template__article__social-media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dds-template__article__social-media .dds-icon-twitter:before {
  font-size: 1.2rem;
}

/* Numbered list item */
.dds-template__numbered-list-container > .container:not(:last-child) .dds-template__numbered-listitem {
  margin-bottom: 12px;
}

.dds-template__numbered-listitem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.dds-template__numbered-listitem .dds-template__numbered-listitem__number {
  padding: 0 5px;
  margin-right: 8px;
}

.dds-template .dds-template__4chips-container .dds-layout-flexbox__container {
  row-gap: 12px;
}

.dds-template-main .text-subdued {
  color: #666E75;
}

@media screen and (max-width: 1199px) {
    .dds-template-main,
    .dds-template-header {
        padding-left: 16px;
        padding-right: 16px;
    }

    .dds-template-header__wrapper {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
    .dds-template-main {
        padding-top: 40px;
    }

    #dds-iconbutton-burger-menu {
        display: inline-flex;
    }

    .dds-template-mobile-menu {
        z-index: 1000;
    }

    .dds-template-header--has-nav {
        padding: 12px 16px;
    }

    .dds-template-header--no-nav .dds-template-size-selection-toggle-group .hide-mobile {
        display: none;
    }

    .dds-template__breadcrumb--desktop {
        display: none !important;
    }

    .dds-template__breadcrumb--mobile {
        display: flex !important;
    }

    .dds-template__grid .dds-layout-flexitem {
        flex: 0 1 calc(50% - 24px / 2);
    }

    .dds-template__divider--hidden-mobile {
      display: none;
    }

    .dds-template__mob-fullwidth-divider-attached {
      position: relative;
    }

    .dds-template__mob-fullwidth-divider-attached:before {
      content: '';
      height: 1px;
      width: 100vw;
      background-color: #d6d8da;
      position: absolute;
      left: -16px;
      top: -48px;
    }

    .hide-sm {
      display: none !important;
    }

    .show-sm--block {
      display: block !important;
    }
}

@media screen and (max-width: 479px) {
    .hide-xs {
      display: none !important;
    }

    .show-xs--flex {
      display: flex !important;
    }

    .dds-template__btngroup {
        flex-direction: column;
        row-gap: 16px;
    }

    .dds-template__btngroup .dds-button {
        width: 100%;
    }

    .dds-template__grid .dds-layout-flexitem {
      flex: 100%;
    }

    .dds-template__grid .dds-layout-flexitem {
        margin-bottom: 40px;
    }

    /* 2 cols grid */
    .dds-template__grid--2cols {
      flex-wrap: wrap;
    }

    .dds-template__grid--2cols .dds-layout-flexitem {
      flex: 100%;
    }

    .dds-template__grid--2cols .dds-layout-flexitem:not(:last-child) {
      margin-bottom: 24px;
    }

    .dds-template__grid--2cols.dds-template__grid--2cols--gap-mobile-40 .dds-layout-flexitem:not(:last-child) {
      margin-bottom: 40px;
    }

    .dds-template-header-aem-logo .image img {
      height: 26px;
    }

    .dds-template-header--has-nav .dds-template__logo {
      height: 26px;
    }
}

@media screen and (min-width: 480px) {
  .hide-sm-up {
    display: none;
  }

  .dds-template-header--has-nav .dds-template__logo {
    height: 34px;
  }
}

@media screen and (min-width: 768px) {
  .hide-md-up {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .dds-template__components-template .dds-template-main {
    padding-left: 0;
    padding-right: 0;
  }

  .dds-template__components-template .dds-template__wrapper-with-padding-x {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.dds-template__form-page #dds-input-text-input-1 {
  margin-top: 2px;
}

.dds-template__form-page .dds-template-chip-container {
  display: flex;
  column-gap: 24px;
}

.dds-template__form-page .dds-template-chip-container .chip {
  flex: 1;
}

.dds-template__form-page .dds-template-chip-container .dds-chip.dds-chip--large {
  width: 100%;
}

.dds-template__form-page .dds-template-chip-container .dds-chip.dds-chip--large span {
  text-align: center;
}

.dds-template__form-page .dds-body.body-3.dds-template__notes {
  color: #666E75;
}

.dds-template__form-page .dds-headline {
  margin-bottom: 0;
}

.dds-template__form-page .dds-template__textarea-container {
  width: calc((100vw - 48px) / 2);
}

@media screen and (min-width: 1200px) {
  .dds-template__form-page .dds-template__textarea-container {
    width: 382px;
  }
}

@media screen and (max-width: 767px) {
  .dds-template__form-page .dds-template__textarea-container {
    width: calc(100vw - 48px);
  }
}

@media screen and (max-width: 479px) {
  .dds-template__form-page .dds-uploader-layout__container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .dds-template__form-live__input-2-cols .dds-layout-flexbox__container {
    flex-direction: column;
    row-gap: 24px;
  }
}

.dds-template__home .dds-template__home__illustration {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .dds-template__home .dds-template__home__illustration {
    display: none;
  }

  .dds-template__home .dds-template__home__cards-container .dds-layout-flexbox__container {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

@media screen and (max-width: 479px) {
  .dds-template__home .dds-template__home__cards-container .dds-layout-flexbox__container {
    flex-direction: column;
  }

  .dds-template__home .dds-template__home__cards-container .dds-layout-flexitem {
    align-self: center;
  }

  .dds-template__home .dds-template__home__cards-container .dds-layout-flexitem:first-child {
    margin-bottom: 24px;
  }
}

.dds-template__info-1-live .dds-table__cell:not(:first-child) .dds-table__cell__content {
  border-right: 0;
}

.dds-template__info-1-live .dds-table .dds-table__header-cell__content--border-right {
  border-width: 1px;
}

.dds-template__info-1-live .dds-table .dds-table__header-cell__content {
  border-width: 1px;
}

.dds-template__info-2-live__donut-chart .dds-donut-chart__labels {
  display: none;
}

.dds-template__info-2-live .dds-list-container .dds-list-container__container {
  padding: 8px 0;
}

.dds-template__info-2-live .dds-tabs {
  padding-left: 0;
  padding-right: 0;
}

.dds-template__info-2-live .pagination {
  text-align: center;
}

@media screen and (max-width: 479px) {
  .dds-template__info-2-live__banner > .dds-layout-flexbox__container {
    flex-direction: column;
  }

  .dds-template__info-2-live__banner > .dds-layout-flexbox__container > .dds-layout-flexitem {
    width: 100%;
  }

  .dds-template__info-2-live__donut-chart {
    display: flex;
  }

  .dds-template__info-2-live__donut-chart .dds-donut-chart__canvas-container {
    align-self: center;
  }

  .dds-template__info-2-live__donut-chart-flexitem {
    order: -1;
    margin-bottom: 24px;
  }

  .dds-template__info-2-live__legends-wrapper {
    flex-direction: column;
  }

  .dds-template__info-2-live__table-container {
    overflow-x: scroll;
  }

  #flexitem-6a95f0f30f {
    order: -1;
  }
}

.dds-template__listingpage-1__banner__flexbox {
  padding-top: 48px;
}

.dds-template__listingpage__banner__btngroup__flexitem {
    padding-bottom: 40px;
    min-width: 332px;
}

.dds-template__listingpage-1__banner-img {
  position: relative;
  right: -68px;
}

.dds-template-main__listingpage-1 {
    padding-top: 0;
}

.dds-template-main__listingpage-1 .dds-template__listingpage-1__table-headcell {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dds-template__listingpage-1__table-headcell .dds-image {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.dds-template-main__listingpage-1 table a {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
  .dds-template__listingpage-1__banner__flexbox {
    padding-top: 40px;
  }

  .dds-template__listingpage-1__banner__flexbox .dds-template__listingpage-1__banner-img {
    display: none;
  }
}

@media screen and (max-width: 1306px) {
  .dds-template__listingpage-1__banner-img {
    right: 0;
  }
}

@media screen and (max-width: 514px) {
  .dds-template-main__listingpage-1 .dds-template__listingpage-1__table-headcell {
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .dds-template__listingpage__banner__btngroup {
    flex-direction: column;
    row-gap: 16px;
  }

  .dds-template-main__listingpage-1 .dds-template__listingpage-1__table-headcell {
    align-items: flex-start;
  }

  .dds-template__listingpage-1__banner__flexbox .dds-layout-flexbox__container,
  .dds-template__listingpage__banner__btngroup__flexitem,
  .dds-template__listingpage__banner__btngroup__flexitem .dds-button {
    width: 100%;
  }

  .dds-template__listingpage__banner__btngroup__flexitem {
    padding-left: 0;
    padding-right: 24px;
  }
}

.dds-template__listing-1-live__banner-img {
  max-height: 331px;
}

.hidden-grid {
  display: none;
}

.dds-template__listing-1-live__showmore .button {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 479px) {
  .dds-template__listing-1-live__banner .dds-layout-flexbox__container {
    flex-direction: column;
    row-gap: 24px;
  }
  
  .dds-template__listing-1-live__banner-img-flexitem {
    order: -1;
  }

  .dds-template__listing-1-live__banner .dds-layout-flexbox__container .dds-layout-flexitem {
    width: 100%;
  }
}
#flexitem-270b265a44 {
  display: block;
}

.dds-template__listing-2-live #dds-dialogcontainer-filter-dialog .dds-dialog__container__title {
  padding-bottom: 24px;
}

.dds-template__listing-2-live #dds-dialogcontainer-filter-dialog .dds-dialog__action {
  flex-direction: row;
  justify-content: space-between;
}

.dds-template__listing-2-live #dds-dialogcontainer-filter-dialog .dds-button--tertiary {
  margin-top: 0;
  order: -1;
}

.dds-template__listing-2-live #dds-dialogcontainer-filter-dialog .dds-dialog__action__buttons-group-wrapper {
  width: auto;
  flex: 0 1 auto;
}

@media screen and (max-width: 479px) {
  .dds-template__listing-2-live #dds-dialogcontainer-filter-dialog .dds-dialog-container__dialog {
    padding: 0;
    max-width: none;
    max-height: none;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }

  .dds-template__listing-2-live #dds-dialogcontainer-filter-dialog .dds-dialog__container__title {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }

  .dds-template__listing-2-live #dds-dialogcontainer-filter-dialog .dds-dialog__scrolling-area {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dds-template__listing-2-live #dds-dialogcontainer-filter-dialog .dds-dialog__action {
    padding: 16px;
    border-top: 1px solid #D6D8DA;
  }
}

