/* mahasiswa.css - CSS khusus untuk halaman mahasiswa saja */

/* RESET untuk halaman mahasiswa - ENABLE SCROLL GLOBAL */
html.mahasiswa-page, 
body.mahasiswa-page {
  height: auto !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
}

.navbar-mahasiswa {
  background: linear-gradient(to right, #5e35b1, #8e24aa) !important;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1030 !important;
}

.main-content-mahasiswa {
  margin-top: 80px !important;
  padding: 20px !important;
  min-height: calc(100vh - 80px) !important;
}

/* Pastikan tidak ada konflik dengan CSS dashboard */
.sidebar, .main-content {
  height: auto !important;
  overflow: visible !important;
}