div.dataTables_wrapper {
    overflow-x: auto;
    overflow-y: visible;
    position: relative;
    z-index: 1;
}

div.dataTables_paginate {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    z-index: 10;
    position: relative;
}
/* sfondo generale */
body {
    background: #ffffff; /* nuovo sfondo */
}

/* testo globale */
body, html {
    color: #222222;
}

/* link */
a {
    color: #0d6efd;
}

    a:hover {
        color: #0a58ca;
    }

/* sidebar dark */
.sidebar[data-background-color="dark"] {
    background: #111827 !important;
}

    .sidebar[data-background-color="dark"] .nav > .nav-item a {
        color: #e5e7eb !important;
    }

/* primary button */
.btn-primary {
    background: #ff6600 !important;
    border-color: #ff6600 !important;
}












/* Titolo grande nella top bar */
.app-title {
    font-weight: 700;
    font-size: 1.6rem; /* GRANDE */
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #111827; /* colore scuro, perfetto sullo sfondo chiaro */
    margin: 0;
}

/* Centra meglio verticalmente se necessario */
.app-title-container {
    padding-top: 6px;
    padding-bottom: 6px;
}


