@layer GOVBREstilosDashboard {
    .TablelGridDashboard thead th {
        background-color: var(--colors_basecolor) !important;
        color: white !important;
    }

    .PanelTitleDashboard .panel-title {
        font-size: 18px;
        font-weight: bold;
    }

    .PanelGridDashboard > div > div > div > table {
        overflow: hidden;
        border-top-left-radius: 0.6rem;
        border-top-right-radius: 0.6rem;
    }
}
