/* Fix: Esconde SVG gigante do Vite */
body > svg:first-of-type,
body > svg:not([class]):not([id]) {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    overflow: hidden !important;
}

/* Paginação Bootstrap */
.pagination {
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 0;
}
.page-link {
    color: #007bff;
}
.page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
}

/* Small boxes dashboard */
.small-box .display-6 { font-size: 1.6rem; }
.small-box .text-xs { font-size: 0.75rem; }
.small-box .opacity-80 { opacity: 0.8; }
.small-box .opacity-75 { opacity: 0.75; }
