#grafico {
    display: block !important;
}

#grafico-cirurgico {
    display: block !important;
}

.nomeProcedimento {
    text-align: start !important;
}

.nav-pills-premium-compact {
    flex-wrap: nowrap !important;
    justify-content: center !important;
}

.nav-pills-premium-compact .nav-link {
    padding: 10px 18px !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

@media (max-width: 1200px) {
    .nav-pills-premium-compact {
        justify-content: flex-start !important;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .nav-pills-premium-compact::-webkit-scrollbar {
        display: none;
    }
}
