.dashboard__notification {
  margin-bottom: 1rem;
}

.dashboard__container {
  display: flex;
}

.dashboard__menu {
  background-color: #FCFCFD;
  padding: 3rem;
  height: 100vh;
}

.dashboard__menu .menu-list a {
  background-color: #FCFCFD;
}

.dashboard__menu .menu-list a:hover {
  background-color: #E9EAEC;
}

.dashboard__main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 2rem;
}

.dashboard__header {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}

.dashboard__header-title {
  align-items: center;
  display: flex;
  flex-grow: 1;
  margin-bottom: 0 !important;
}

.dashboard__header-buttons {
  flex-shrink: 1;
}
