body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#tentang {
    background-color: #f8f9fa;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
}


/* Halaman Login */

.login-container {
    height: 100vh;
    background: linear-gradient(135deg, #007bff, #00c6ff);
}

.login-card {
    width: 100%;
    max-width: 400px;
    background-color: white;
    border-radius: 10px;
}


/* Sidebar Style */

#wrapper {
    min-height: 100vh;
}

.sidebar {
    width: 250px;
    min-height: 100vh;
}

.content-area {
    flex: 1;
}


/* Responsive layout */

@media (max-width: 768px) {
    .sidebar {
        width: 100%;
        min-height: auto;
    }
    .content-area {
        margin-top: 20px;
    }
}


/* Tabel Kelulusan Style */

.table th,
.table td {
    vertical-align: middle;
}

form input[type="text"] {
    border-radius: 5px;
}

.container h2 {
    color: #0d6efd;
    font-weight: 600;
}

.container h2 {
    color: #0d6efd;
    font-weight: 700;
}

form input[type="text"] {
    border-radius: 5px;
}

.table th,
.table td {
    vertical-align: middle;
}

.btn-secondary {
    white-space: nowrap;
}