.exam-table {
    border: 1px solid #000;
    border-collapse: collapse;
}

/* ── Fixed Navbar & Scrollable Content ── */
body {
    overflow: hidden;
    height: 100vh;
}

/* Fix navbar di atas */
body > .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

/* Geser page-content ke bawah sesuai tinggi navbar */
.page-content {
    margin-top: 3.12503rem;
    height: calc(100vh - 3.12503rem);
    overflow: hidden;
}

/* Content wrapper scrollable */
.content-wrapper {
    overflow-y: auto;
    height: 100%;
}
