body {
    min-height: 100vh;
}

.table td, .table th {
    white-space: nowrap;
}

.radial-progress {
    --value: 0;
    --size: 6rem;
    --thickness: calc(var(--size) / 10);
}

@media print {
    .drawer-side, .navbar, .btn { display: none; }
}
