body {
    background: #f4f6f9;
}

.navbar-brand {
    font-weight: 700;
}

.card {
    border: 0;
    border-radius: 18px;
}

.table th {
    white-space: nowrap;
}

.aksi-btn {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
}

@media (max-width: 768px) {
    .table-responsive {
        font-size: 14px;
    }

    .aksi-btn .btn {
        padding: 6px 10px;
        font-size: 13px;
    }
}

.login-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f4f6f9;
}

.login-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 15px;
}

.login-footer {
    text-align: center;
    color: #6c757d;
    font-size: 13px;
    padding-bottom: 12px;
}
