body{
    min-height: 100vh;
    background-color: #f8f9fa;
}

.feedback-message {
    white-space: pre-line;
}

.card {
    height: calc(100% - 1.5rem);
}

.nav-tabs .nav-link {
    color: var(--bs-primary);
}

.table td,
.table th {
    vertical-align: middle;
}

@media (max-width: 767.98px) {
    main.container {
        padding-top: 1.5rem !important;
    }
}
