@import "https://assets.codepen.io/434262/ddsc.css";
:root {
  --header-l: 3rem;
  --header-xl: 7rem;
  --header-size: var(--header-xl);
}

.ddsc__body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ddsc__body header {
  min-height: var(ader-size);
  max-height: var(--header-size);
  padding-top: 0.625rem;
  border-bottom: 1px solid lightgray;
}

#headerLogo img {
  pointer-events: none;
}

main {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  position: relative;
  /* ?? */
  overflow: hidden;
}

footer {
  min-height: 3rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  border-top: 1px solid lightgray;
}

.ddsc__icon--logo {
  margin-left: 0.625rem;
  width: 140px;
}

.dds__side-nav__wrapper {
  position: sticky;
  height: calc(100vh - 8.5rem) !important;
}

.ddsc__content footer {
  display: none;
}

.ddsc__header--row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-grow: 1 2 auto;
  padding-right: 1rem;
  padding-left: 4.5rem;
}

.ddsc__header--col {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

main nav {
  position: sticky;
  top: 0;
}

.ddsc__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 90vh;
  overflow-y: auto;
  max-height: calc(100vh - var(--header-size) - 3rem);
  padding-bottom: 3rem;
}

.colUser .dds__icon {
  cursor: pointer;
}

.colMenu button {
  color: #2BA5DE !important;
}

@media only screen and (max-width: 480px) {
  .colMenu,
.colSearch,
.body main nav {
    display: none;
  }

  header {
    padding-top: 0 !important;
  }

  :root {
    --header-size: var(--header-l);
  }

  .ddsc__header--row {
    padding-left: 0rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .ddsc__header--row {
    padding-left: 1.5rem;
  }

  .colMenu {
    display: none;
  }

  :root {
    --header-size: var(--header-l);
  }

  .ddsc__content {
    max-height: calc(100vh - var(--header-size) - 3rem);
    padding-bottom: 3rem;
  }

  .dds__side-nav__wrapper {
    height: calc(100vh - 6.55rem) !important;
  }
}
@media only screen and (min-width: 768px) {
  .colSearch {
    min-width: 400px;
  }

  .dds__side-nav__wrapper {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) {
  .ddsc__header--menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .ddsc__content > .dds__container,
.ddsc__content > footer > .dds__container,
.ddsc__content > .dds__container-fluid,
.ddsc__content > footer > .dds__container-fluid {
    padding-left: 5rem !important;
  }
}
@media (min-width: 430px) {
  .ddsc__content > .dds__container,
.ddsc__content > footer > .dds__container,
.ddsc__content > .dds__container-fluid,
.ddsc__content > footer > .dds__container-fluid {
    padding-left: 4rem !important;
  }
}
@media (max-width: 475px) {
  .ddsc__content > .dds__container,
.ddsc__content > footer > .dds__container,
.ddsc__content > .dds__container-fluid,
.ddsc__content > footer > .dds__container-fluid {
    padding-left: 1rem !important;
  }
}
.ddsc__button--selected {
  background: #F5F6F7 !important;
  border-bottom: 2px solid #707070 !important;
}

.ddsc__side-nav__groupItem {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f6f7+0,cedbe5+100 */
  background: #f5f6f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f6f7 0%, #cedbe5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5f6f7 0%, #cedbe5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f6f7 0%, #cedbe5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5f6f7", endColorstr="#cedbe5",GradientType=0 );
  /* IE6-9 */
  border-right: 3px solid darkblue !important;
}

#bodyContent {
  max-width: 70rem;
  margin: auto;
}

#notificationsIcon {
  padding: 0.4rem;
}

.ddsc__search-results-root {
  font-size: 0.8rem;
  font-style: italic;
  color: #555;
  padding: 2px 4px;
}

.ddsc__flyout--terminus,
.ddsc__flyout--terminus--level {
  position: relative;
  z-index: 9999;
}

.demolab-topnav-template-child {
  padding-left: 1.5rem !important;
  background: aliceblue !important;
  color: navy !important;
  border: 0 !important;
  margin: 0 !important;
}

.demolab-topnav-template-parent:hover,
.demolab-topnav-template-child:hover {
  background: azure !important;
}

.ddsc__flyout--terminus--level2 .demolab-topnav-template-child {
  min-width: 250px;
}