.col-fixed-100 {
    width: 100px;
    max-width: 100px;
}

/* INLINE FILTR - zvyrazneni vyplnenych poli */
.filter-filled,
.filter-filled:focus {
    background-color: var(--bs-warning-bg-subtle, #fff3cd);
    border-color: var(--bs-warning-border-subtle, #ffe69c);
    font-weight: 600;
}

.filter-filled-label {
    font-weight: 700;
    color: var(--bs-warning-text-emphasis, #664d03);
}