.student-mode nav { display: none !important; }
.student-mode .drawer { display: none !important; }
.student-mode .drawer-toggler { display: none !important; }
.student-mode footer { display: none !important; }
.student-mode #questionnaire-timer-wrapper { display: none !important; }
.student-mode .navitem .btn-secondary { display: none !important; }

.student-mode .custom-logout-container {
    position: absolute;
    top: -40px;
    right: 10px;
    z-index: 9999;
}

.student-mode .custom-logout-link {
    font-weight: bold;
    color: #fff;
    background: #0073aa;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
}

.student-mode .custom-logout-link:hover {
    background: #005f8d;
}