/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/
.modal-gray {
    pointer-events: none !important;
    filter: grayscale(1) brightness(0.7) blur(1px);
    transition: filter 0.2s;
}

/* Styl tylko dla filtrów */
.active-filters .form-select,
.active-filters .form-control[type="text"] {
    min-width: 120px;
    max-width: 170px;
    width: 150px;
}

.active-filters .form-control[type="date"] {
    min-width: 130px;
    max-width: 160px;
    width: 140px;
}

.active-filters .btn-outline-secondary,
.active-filters .btn,
.active-filters .btn-icon {
    min-width: 50px;
}

.active-filters .d-flex.align-items-center.bg-light.rounded.p-2 {
    gap: 7px; /* Spójne przerwy między elementami w filtrze */
    margin-bottom: 4px;
}

.tabulator-loader {
    display: none !important;
}
