.form-check {
    display: flex;
    align-items: center;
}
.form-check-input {
    margin-right: 10px;
}
.custom-categories .form-check {
    margin-left: 20px; /* Indent the categories */
}
.is-invalid {
    border-color: #dc3545;
}
.invalid-feedback {
    color: #dc3545;
}
.btn-xs {
    padding: 0.4rem 0.4rem;
    font-size: 0.75rem;
    line-height: 0.75;
    border-radius: 1rem;
}
table {
    empty-cells: show;
}
