h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  margin-top: 51px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.code-embed {
  text-align: left;
  width: 100%;
  font-weight: 400;
}

.body {
  font-family: Open Sans, sans-serif;
}

.heading {
  margin-bottom: 18px;
  font-weight: 600;
}

.ed-top-nav {
  z-index: 10;
  background-color: #c60001;
  border-bottom: 1px solid #3333331a;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px 20px;
  display: flex;
  box-shadow: 0 0 10px #3333331a;
}

.dashboard-card-title-icon {
  text-align: right;
  width: 24px;
  position: relative;
  top: -1px;
}

.dashboard-card-title-icon.reduced {
  width: 20px;
  top: -2px;
}

.ed-dashboard-nav {
  background-color: #0000;
  width: 100%;
  padding: 16px 8px 16px 16px;
  position: sticky;
  top: 0;
}

.dashboard-wrapper-master {
  background-color: #f6f8fc;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ed-profile-pic {
  width: 60px;
}

.ed-profile-pic._48px {
  width: 48px;
  min-width: 48px;
  height: 48px;
}

.dashboard-tab-icon {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.margin-right-8px {
  margin-right: 8px;
}

.welcome-name {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 8px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  position: relative;
  top: 1px;
  left: 2px;
}

.ed-dashboard-card-master {
  color: #272338;
  background-color: #fff;
  border: 1.3px solid #d6dbe2;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding: 16px 16px 20px;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  position: relative;
}

.ed-dashboard-card-master.horizontal-flex {
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
}

.ed-dashboard-card-master.horizontal-flex.howdy {
  min-height: 60px;
  padding-left: 16px;
  padding-right: 8px;
}

.ed-dashboard-card-master.horizontal-flex.howdy.margin-bottom-8px {
  margin-bottom: 12px;
}

.ed-dashboard-card-master.mobile-cards-padding-right-0.overflow-hidden.overflow-visible-desktop {
  overflow: visible;
}

.ed-dashboard-card-master.dashboard-sub-card {
  border-style: none;
  margin-bottom: 16px;
  padding-top: 12px;
  box-shadow: inset 0 0 2px -1.3px #000000a3, 0 0 2px -1.3px #000000a3;
}

.ed-dashboard-card-master.dashboard-sub-card.link-card {
  text-align: center;
  border-style: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: 31.85%;
  min-height: 12vw;
  padding-top: 20px;
  text-decoration: none;
  transition: all .32s;
  box-shadow: inset 0 0 1.95px -1.3px #000, 0 0 1.95px -1.3px #000;
}

.ed-dashboard-card-master.dashboard-sub-card.link-card:hover {
  text-decoration: underline;
  box-shadow: inset 0 0 2px -1.3px #000000a3, 0 1px 8px -4px #000000a3;
}

.ed-dashboard-card-master.dashboard-sub-card.link-card.hidden {
  display: none;
}

.ed-dashboard-card-master.dashboard-sub-card.link-card.coming-soon {
  opacity: .5;
  cursor: wait;
  padding-top: 20px;
}

.ed-dashboard-card-master.dashboard-sub-card.link-card.coming-soon:hover {
  box-shadow: none;
  text-decoration: none;
}

.burger-line {
  z-index: 10;
  background-color: #000;
  border-radius: 10px;
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.ed-h5 {
  color: #272338;
  letter-spacing: -.2px;
  font-size: 18px;
  line-height: 24px;
}

.ed-h5.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.ed-h5.no-margins.ed-h5-reduced {
  font-size: 16px;
  line-height: 24px;
}

.dashboard-section-main {
  color: #f6f8fc;
  background-color: #f6f8fc;
}

.quick-tiles-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 8px;
  margin-left: -2px;
  margin-right: -2px;
  display: flex;
}

.hamburger-wrapper {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  padding: 10px 19px;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 14px -4px #00000080;
}

.ed-dashboard-tab {
  color: #272338;
  background-color: #0000;
  border: 1.3px solid #0000;
  border-radius: 8px;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: -1px;
  padding: 12px 16px 12px 14px;
  font-size: 16px;
  line-height: 14px;
  text-decoration: none;
  transition: all .325s;
  display: flex;
}

.ed-dashboard-tab:hover {
  background-color: #fff;
  border: 1px solid #d6dbe2;
  box-shadow: 0 0 8px -4px #58585878;
}

.ed-dashboard-tab.w--current {
  background-color: #fff;
  border: 1.3px solid #d6dbe2;
  border-right: 8px solid #2511ff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.hamburger-background {
  background-image: linear-gradient(#0000003d, #0000003d);
  width: 20%;
  position: absolute;
  inset: 0;
}

.ed-flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.ed-flex-horizontal._100-width {
  width: 100%;
}

.ed-flex-horizontal._100-width.ed-flex-space-between {
  justify-content: space-between;
}

.profile-pic-wrapper {
  align-items: center;
  margin-left: -1px;
  display: flex;
  position: relative;
}

.hidden {
  display: none;
}

.ed-tag {
  text-transform: capitalize;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  display: flex;
}

.ed-tag.ed-tag-small {
  min-height: 0;
  margin-bottom: 0;
  padding: 5px 8px 5.5px;
  font-size: 12px;
  line-height: 12px;
}

.ed-tag.ed-tag-small.ed-tag-transparent {
  border-width: 1px;
}

.ed-tag.ed-tag-small.ed-tag-transparent.absolute-top {
  position: absolute;
  inset: -11px auto auto;
}

.ed-tag.ed-tag-small.ed-tag-transparent.relative-adjustment {
  position: relative;
  top: 1px;
}

.ed-tag.ed-tag-small.ed-tag-transparent.relative-adjustment.hidden {
  display: none;
}

.ed-tag.ed-tag-small.ed-tag-pink {
  color: #c90086;
  background-color: #ffe9f8;
}

.ed-text-link {
  color: #666e7f;
  margin: 4px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.ed-text-link.no-margins {
  margin: 0;
}

.dashboard-sub-pane {
  flex-direction: row;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.dashboard-sub-pane._65 {
  flex: 1;
  width: 60%;
}

.dashboard-sub-pane._65.ed-flex-vertical.ed-flex-gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  min-width: 60%;
}

.dashboard-sub-pane._65.ed-flex-vertical.ed-flex-gap-16px.padding-bottom-0 {
  padding-bottom: 0;
}

.dashboard-sub-pane._40 {
  flex-direction: column;
  flex: 1;
  width: 40%;
  min-width: 340px;
}

.icon-title-flex {
  align-items: center;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.ed-divider {
  border: 1px #afb1b8;
  border-top: 1px solid #e1e1e2;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}

._3d-icon-master {
  height: 40px;
  position: relative;
  top: 4px;
  left: -8px;
}

._3d-icon-master.featured {
  height: 38px;
  top: -7px;
  left: 1px;
  transform: rotate(-4deg);
}

.ed-dashboard-icon._20px {
  width: 20px;
  height: 20px;
}

.ed-dashboard-icon._20px.dashboard {
  width: 19px;
  height: 16px;
}

.ed-dashboard-icon._20px {
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
}

.ed-dashboard-icon._20px.invoice-relative-correction {
  top: 0;
}

.ed-dashboard-icon._20px.ed-settings {
  position: relative;
  top: 1px;
}

.ed-dashboard-tabs-system {
  width: 100%;
  display: flex;
  position: relative;
}

.tile-icon-wrap {
  height: 40px;
}

.dashboard-pane-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #272338;
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.dashboard-pane-wrapper.contains-subpanes {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.ed-h6 {
  color: #272338;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 16px;
}

.ed-h4 {
  color: #272338;
  margin-top: 0;
  font-size: 22px;
  line-height: 30px;
}

.ed-h4.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.ed-h4.no-margins.reduced-mobile.margin-bottom-12px {
  margin-bottom: 12px;
}

.ed-dashboard-tabs-stacked {
  z-index: 0;
  background-color: #f6f8fc;
  flex-direction: column;
  align-items: stretch;
  width: 24%;
  min-width: 280px;
  max-width: 280px;
  display: flex;
}

.no-underline {
  text-decoration: none;
}

.margin-bottom-8px {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .ed-dashboard-nav {
    padding-top: 0;
  }

  .dashboard-sub-pane._65 {
    flex: 0 auto;
    width: 100%;
  }

  .dashboard-sub-pane._40 {
    width: 100%;
  }

  .ed-dashboard-tabs-system {
    position: relative;
  }

  .dashboard-pane-wrapper.contains-subpanes {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    align-content: flex-start;
    align-items: flex-start;
  }

  .ed-dashboard-tabs-stacked {
    width: 40%;
    max-width: 248px;
    top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .ed-top-nav {
    flex-direction: column;
    height: 80px;
    padding-right: 48px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .dashboard-card-title-icon {
    text-align: center;
    min-height: 20px;
    margin-right: 8px;
  }

  .ed-dashboard-nav {
    background-color: #f6f8fc;
    width: 80vw;
    height: 100%;
    min-height: 100vh;
    padding: 80px 16px 16px;
    box-shadow: 0 0 48px -16px #0000007a;
  }

  .burger-line {
    background-color: #272338;
    border-radius: 8px;
    width: 24px;
    height: 3px;
  }

  .burger-line._16 {
    width: 16px;
  }

  .burger-line._20 {
    width: 20px;
  }

  .burger-line._10 {
    width: 10px;
  }

  .dashboard-section-main {
    padding-top: 80px;
  }

  .hamburger-wrapper {
    border: 1.31px #d8dae9;
    align-items: flex-start;
    width: 56px;
    height: 56px;
    padding: 16px;
    box-shadow: 0 0 2px -1.3px #000000ed;
  }

  .hamburger-background {
    background-image: linear-gradient(#d8dae9, #d8dae9);
    border-radius: 4px 0 8px 4px;
    height: 106%;
    bottom: -2.6px;
    left: -2.6px;
  }

  .dashboard-sub-pane._65 {
    padding-left: 0;
    padding-right: 0;
  }

  .dashboard-sub-pane._40 {
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-title-flex {
    max-width: 80vw;
  }

  .ed-dashboard-menu-button {
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    padding: 0;
    display: flex;
  }

  .ed-dashboard-menu-button.w--open {
    z-index: 5;
    background-color: #0000;
    width: 64px;
    height: 64px;
    padding: 0;
  }

  .dashboard-pane-wrapper {
    padding-left: 16px;
  }

  .dashboard-pane-wrapper.contains-subpanes {
    width: 100%;
    padding: 4px 12px 12px;
    overflow: hidden;
  }

  .ed-dashboard-tabs-stacked {
    z-index: 12;
    color: #2f3033;
    background-color: #0000;
    width: 64px;
    height: 64px;
    padding: 12px 0 0 12px;
    position: fixed;
    inset: 0% auto auto 0%;
  }
}

@media screen and (max-width: 479px) {
  .ed-top-nav {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .dashboard-card-title-icon {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .mobile-padding-right-12px {
    padding-right: 12px;
  }

  .ed-dashboard-nav {
    width: 100vw;
    display: flex;
    position: static;
  }

  .dashboard-wrapper-master {
    margin-left: 0;
  }

  .margin-right-8px {
    position: static;
  }

  .ed-dashboard-card-master {
    padding: 16px;
  }

  .ed-dashboard-card-master.mobile-cards-padding-right-0 {
    padding-right: 0;
  }

  .ed-dashboard-card-master.mobile-cards-padding-right-0.overflow-hidden, .ed-dashboard-card-master.mobile-cards-padding-right-0.overflow-hidden.overflow-visible-desktop {
    overflow: hidden;
  }

  .ed-dashboard-card-master.dashboard-sub-card.link-card {
    min-width: 48vw;
    min-height: 45vw;
    margin-bottom: 0;
  }

  .burger-line._16 {
    width: 16px;
  }

  .burger-line._20 {
    width: 20px;
  }

  .burger-line._10 {
    width: 10px;
  }

  .ed-h5 {
    line-height: 24px;
  }

  .quick-tiles-flex {
    flex-wrap: nowrap;
    align-items: flex-start;
    max-width: 100vw;
    margin-top: 0;
    margin-left: -16vw;
    padding: 12px 8vw 12px 16vw;
    display: flex;
    overflow: scroll;
    box-shadow: inset 7px 0 6px 5px #fff;
  }

  .hamburger-wrapper {
    z-index: 0;
    border-width: 2.4px;
    align-items: flex-start;
    transition-property: all;
    transition-duration: .32s;
  }

  .hamburger-wrapper:hover {
    background-color: #d8dae9;
  }

  .hamburger-wrapper:active {
    filter: saturate(400%);
  }

  .hamburger-background {
    border-bottom-right-radius: 0;
  }

  .ed-flex-horizontal {
    flex-wrap: wrap;
  }

  .ed-tag {
    font-size: 13px;
    line-height: 13px;
  }

  .ed-tag.ed-tag-small {
    padding-top: 4px;
    padding-bottom: 4.5px;
  }

  .dashboard-sub-pane._65 {
    padding-left: 0;
    padding-right: 0;
  }

  .dashboard-sub-pane._40 {
    min-width: auto;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-title-flex {
    text-align: left;
    flex-direction: row;
    align-items: center;
    max-width: 80vw;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ed-dashboard-menu-button {
    z-index: 0;
    border-radius: 8px;
    box-shadow: 0 0 10px 5px #c5c5c53d;
  }

  .ed-dashboard-menu-button.w--open {
    width: 56px;
    height: 56px;
  }

  .ed-h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .ed-h4.no-margins.reduced-mobile {
    font-size: 18px;
    line-height: 24px;
  }

  .ed-dashboard-tabs-stacked {
    z-index: 1;
  }
}


