html {
    font-size: 13px;
}

/* Giảm kích thước gốc của trình duyệt (mặc định thường là 16px) */

body {
    background-color: #f8f9fa;
    color: #333;
    padding-bottom: 56px;
}

.system-info-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
}

.system-info-footer .footer-inner {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem 0.9rem;
    font-size: 0.9rem;
}

.system-clock-badge {
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.15);
    border-radius: 10px;
    padding: 0.2rem 0.5rem;
    min-width: 210px;
    text-align: right;
    font-size: 0.78rem;
    line-height: 1.2;
    margin-left: 0.75rem;
}

.system-clock-line-1 {
    color: #1d4ed8;
    font-weight: 700;
}

.system-clock-line-2 {
    color: #111827;
    font-weight: 600;
}

@media (max-width: 576px) {
    body {
        padding-bottom: 64px;
    }

    .system-info-footer .footer-inner {
        font-size: 0.8rem;
        line-height: 1.3;
        text-align: left;
        flex-wrap: wrap;
        gap: 6px;
    }

    .system-clock-badge {
        min-width: 100%;
        font-size: 0.72rem;
        margin-left: 0;
    }
}

.table td,
.table th {
    padding: 0.5rem;
    /* Thu hẹp khoảng cách các ô trong bảng */
    vertical-align: middle;
}

.btn {
    font-weight: 500;
}