.card {
    border-radius: 14px;
}

.table input {
    text-align: center;
}

thead th {
    white-space: nowrap;
}

tfoot td {
    background: #f1f3f5;
}

/* Blur background when modal open */
body.modal-open .container,
body.modal-open .container-fluid {
    filter: blur(4px);
    pointer-events: none;
}
