/*
 * Sidebar + Main layout
 */
.main-layout {
  display: flex;
  height: 100vh;
}

.main-body {
  background-color: #EBEEEF;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  padding-left: 32px;
  padding-right: 45px;
  padding-top: 8px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/*
 * Collapsed Sidebar + Main layout
 */
.collapsed-layout {
  display: grid;
  grid-template-columns: minmax(56px, 56px) 1fr;
}

/*
 * Admin panel layout
 */
.admin-panel-layout {
  height: 100vh;
  display: flex;
}

.admin-panel-body {
  background-color: #E5E5E5;
  height: 100%;
  overflow: hidden;
  width: 100%;
  padding: 0px 24px 16px 16px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/*
 * Doctor page layout
 */
.doctor-layout {
  height: 100%;
  background-color: #FFFFFF;
}
.doctor-layout .doctor-table-container {
  height: calc(100vh - 176px);
}
.doctor-layout .doctor-table-container-filter {
  height: calc(100vh - 234px);
}
.doctor-layout .doctor-filters {
  padding: 8px 0px 8px 16px;
  background-color: rgba(232, 232, 232, 0.2);
  border-top: 1px solid #AEBBC0;
  display: flex;
  align-items: center;
}
.doctor-layout .doctor-pagination {
  width: 100%;
  bottom: 0px;
}
.doctor-layout .doctor-pagination .pagintaion {
  border-top: 1px solid #AEBBC0;
}
.doctor-layout .doctor-info {
  display: grid;
  grid-template-columns: 25% 75%;
  padding-top: 8px;
  padding-left: 0px;
}

/*
 * Doctor profile information in doctor list
 */
.doctor-profile-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 50px;
  height: 150px;
  background-color: #F4F6F6;
  border: 1px solid #F4F6F6;
  border-radius: 5px;
}
.doctor-profile-layout .doctor-profile-information-layout {
  grid-template-columns: 135px 1fr;
}

/*
 * Participant List layout
        display: grid;
 */
.participants-layout {
  height: 100%;
  background-color: #FFFFFF;
}
.participants-layout .patient-table-container {
  height: calc(100vh - 176px);
}
.participants-layout .patient-table-container-filter {
  height: calc(100vh - 234px);
}
.participants-layout .participants-filters {
  padding: 8px 0px 8px 16px;
  background-color: rgba(232, 232, 232, 0.2);
  border-top: 1px solid #AEBBC0;
  display: flex;
  align-items: center;
}
.participants-layout .participants-pagination {
  width: 100%;
  bottom: 0px;
}
.participants-layout .participants-pagination .pagintaion {
  border-top: 1px solid #AEBBC0;
}
.participants-layout .participant-info {
  display: grid;
  grid-template-columns: 25% 75%;
  padding-top: 8px;
  padding-left: 0px;
}

/*
 * Task List layout
 */
.tasks-header {
  display: grid;
  grid-template-columns: 40% 40% 20%;
}
.tasks-header .tasks-header-left-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.tasks-header .tasks-header-right-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tasks-header .tasks-header-profile {
  margin-left: auto;
  margin-right: 0;
}

.tasks-body {
  display: grid;
  grid-template-columns: 40% 60%;
  height: 95%;
}
.tasks-body .task-list-container {
  overflow: auto;
  height: calc(100vh - 112px);
}

.questionnaire-layout {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100vh;
}

/*
 * Notification page layout
 */
.notifications-page {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.notifications-page .notifications-layout {
  display: flex;
  height: 100%;
}

/*
 * Dashboard page layout
 */
.dashboard-page {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/*
 * Doctor dashboard page layout
 */
.doctor-dashboard-layout {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.doctor-dashboard-layout .doctor-dashboard-header {
  display: grid;
  grid-template-columns: 74% 25%;
  gap: 0 1%;
  height: 40px;
  align-items: center;
}
.doctor-dashboard-layout .doctor-dashboard-body {
  display: grid;
  grid-template-columns: 74% 25%;
  gap: 0 1%;
  min-height: 100%;
}
.doctor-dashboard-layout .doctor-dashboard-body .doctor-dashboard-body-forecast-table {
  height: calc(100% - 56px);
  overflow: auto;
}
.doctor-dashboard-layout .dashboard-time-interval-grid {
  display: grid;
  grid-template-columns: 24px 160px 24px;
}

.print-data {
  align-content: center;
  justify-content: space-between;
  padding: 15px;
}
.print-data .print-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}

@media print {
  body {
    zoom: 0.6;
  }
  .print-data {
    display: flex !important;
  }
  .health-data-page-container {
    height: auto !important;
  }
  .health-data-table-container .health-data-table-section {
    max-height: 100% !important;
    height: 100% !important;
  }
  .main-body,
  .health-data-page-container .charts,
  .health-data-table-container .health-data-table-section {
    overflow: visible !important;
  }
  .print-button,
  .chart-stats-container,
  .sidenav-container-wrapper,
  .main-body > .page-top-header,
  .activity-chart.chart > button,
  .health-data-page-container .filters,
  button[class^=health-data-filter-button-] {
    display: none !important;
  }
  .charts .e-chart,
  .health-data-table-container {
    break-inside: avoid;
  }
  .health-data-table-section,
  .health-data-page-container .chart {
    max-width: 1000px !important;
    width: 100% !important;
  }
}

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