.dashboard-content {
  height: 100%;
   /* overflow-y: hidden; */
}

.cs-dashboard {
  height: 100%;
}

.dashboard-toolbar-flex {
  max-height: 100% !important;
}

.cs-dashboard-col.col {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dashboard-stepper {
  background: transparent !important;
  box-shadow: none !important;
  width: 100%;
}
