@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
/* Estilo global */

.bannerHeader{
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem;
    margin-left: -6rem;
    min-width: 119%;
}

#cobranzaChart{
    width: 500px; 
    height: 360px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;;
}

#cobranzaChart h1 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #ff0000;
    text-align: left;
}

#ventasMesChart{
     min-width: 500px; 
    height: 360px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;;
}

#ventasMesChart h1 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #ff0000;
    text-align: left;
}

/* Contenedor del gráfico */
.chart-container {
    width: 90%;
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* Título del gráfico */
.chart-container h1 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #ff0000;
    text-align: left;
}

/* Contenedor del gráfico */
#usersChart {
    min-width: 100%;
    height: 400px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
