.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.dashboard-wrapper {
  height: 100vh;
}
