/* to only be used on the dashboard (v5) routes */

#sidebar-backdrop {
  z-index: 989 !important;
}
#profile-backdrop {
  z-index: 991 !important;
}
#profile-morph {
  z-index: 992 !important;
}
#sidebar {
  z-index: 990 !important;
}
#cmd-overlay {
  z-index: 1000 !important;
}

@media (max-width: 917px) {
#sidebar-backdrop {
  z-index: 993 !important;
}
#profile-backdrop {
  z-index: 991 !important;
}
#profile-morph {
  z-index: 992 !important;
}
#sidebar {
  z-index: 994 !important;
}
#cmd-overlay {
  z-index: 1000 !important;
}
}
