.elementor-203 .elementor-element.elementor-element-56702e3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */body {
            font-family: "Segoe UI", sans-serif;
            background: #f2f2f2;
            padding: 16px;
        }

        h2 {
            text-align: center;
            margin-bottom: 10px;
        }

        table.dataTable {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .dataTables_wrapper .dataTables_filter input,
        .dataTables_wrapper .dataTables_length select,
        .dataTables_wrapper .dt-buttons button {
            padding: 6px 10px;
            margin: 4px;
            border-radius: 6px;
            border: 1px solid #ccc;
        }
        div#rezerwacje_length {
    padding: 0.25em 1em;
}
        table.dataTable thead th {
            background-color: #0073aa;
            color: white;
            font-weight: bold;
            text-align: left;
            padding: 10px;
        }

        table.dataTable tbody td {
            padding: 10px;
        }

        table.dataTable tbody tr:hover {
            background-color: #f0f8ff;
        }

        input[type="date"] {
            padding: 6px;
            border-radius: 6px;
            border: 1px solid #ccc;
            margin-right: 10px;
        }

        /* Przycisk exportu – prawy górny róg */
.top-toolbar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

/* Paginacja i pokaz X pozycji – prawy dolny róg */
.bottom-toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    gap: 20px;
    flex-wrap: wrap;
}

.export-excel {
    background-color: #1d6f42 !important;
    border: none;
    color: white !important;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
}
.bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 10px;
}
.toolbar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.export-excel {
    background-color: #1d6f42;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.export-excel:hover {
    background-color: #155c35;
}

div.dataTables_length {
    display: flex;
    align-items: center;
    gap: 8px;
}

div.dataTables_length label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}
/* Styl dla kontenera Od / Do */
#filter-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

#filter-wrapper label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    white-space: nowrap;
}

/* Zielony przycisk eksportu */
.export-excel {
    background-color: #198754 !important; /* Bootstrap zielony */
    color: white !important;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.export-excel:hover {
    background-color: #157347 !important;
}

/* SZUKAJ: label + input w jednej linii */
.dataTables_wrapper .dataTables_filter {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;
}

button#clearFilter {
    padding: 6px 12px 6px 12px;
    border: 1px solid #0073aa;
    color: #0073aa;
}

button#clearFilter:hover {
    background: #0073aa!important;
    color: #fff!important;
}

button#clearFilter:focus {
    background: transparent;

    color: #0073aa;
}/* End custom CSS */