.is-ctl-home .content-main--home {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.is-ctl-home .header-greeting .greeting-subheading {
  font-weight: 400;
}
.is-ctl-home .header-calendar {
  display: flex;
  justify-content: end;
    @media screen and (min-width: 768px){
    position: relative;
    }
}
.is-ctl-home .header-calendar .calendar-toggle button {
  position: relative;
  background: transparent;
  cursor: pointer;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-bottom: 2px solid #2E2D3E;
  padding-bottom: 10px;
}
.is-ctl-home .header-calendar .calendar-toggle button .icon {
  margin-right: 12px;
}
.is-ctl-home .header-calendar .calendar {
  position: absolute;
  height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  transition: height ease-in-out 0.4s;

  @media screen and (min-width: 768px){
    right: 0;
  top: 50px;
  }
  @media screen and (max-width: 767.98px) {
    left: 50%;
    top: 85px;
  }
  z-index: -1;
}
.is-ctl-home .header-calendar .calendar.show {
  opacity: 1;
  visibility: visible;
  padding: 30px 20px 0 20px;
  height: 610px;
  z-index: 10;
  @media screen and (max-width: 767.98px){
    transform: translateX(-50%);
    max-width: 90%;
  }

}
.is-ctl-home .date-checklists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 10px;
  row-gap: 30px;
  /* width: 55%;*/
}
.is-ctl-home .date-checklists .dates-checklist-frame {
  padding: 0;
  border-radius: unset;
  width: 100%;
  max-width: 840px;
  max-height: 100%;
}
.is-ctl-home .date-checklists .dates-checklist-frame .widget-heading {
  text-align: left;
  font-size: 1rem;
  font-weight: 800;
}
.is-ctl-home .date-checklists .dates-checklist-frame .widget-heading .icon {
  margin-right: 8px;
}
.is-ctl-home .date-checklists .dates-checklist-frame .widget-heading .count {
  font-weight: 800;
}
.is-ctl-home .date-checklists .dates-checklist-frame .widget-heading span {
  font-weight: 400;
}
.is-ctl-home .date-checklists .dates-checklist-frame #past-dates,
.is-ctl-home .date-checklists .dates-checklist-frame #morning-date-results,
.is-ctl-home .date-checklists .dates-checklist-frame #afternoon-date-results {
  max-height: 30vh;
  overflow: auto;
  background-color: rgba(67, 63, 88, 0.0509803922);
  padding: 30px;
  @media screen and (max-width: 400px){
    padding: 30px 5px;
  }
}
.is-ctl-home #statistics-widgets {
  width: 45%;
  margin-top: 40px;
}
.is-ctl-home #statistics-widgets .block-title {
  margin-top: 10px;
}
.is-ctl-home #statistics-widgets #sector-diagram-wrapper {
  width: 100%;
}
@media screen and (max-width: 1200px){
  .is-ctl-home .date-checklists.col-5, .is-ctl-home #statistics-widgets {
    width: 100%;
  }
}

/*# sourceMappingURL=home.page.css.map */
