﻿
.corpo-content-header{
    margin-bottom:10px;
}
.corpo-content-footer{
    margin-top:10px;
}
.quantidade-notas {
    font-size: 11px;
    border-radius: 8px;
    padding: 2px 7px;
    background-color: red;
}

.tabela-google-charts {
    background-color: white;
    padding: 0 2%;
    border-radius: 8px;
}

.area {
    background-color: white;
    border-radius: 10px;
}

.area-donnuts {
    height: 180px;
    background-color: white;
    border-radius: 10px;
    
}

.area-column {
    background-color: white;
    border-radius: 10px;
}


.container-google-charts {
    display: flex;
    align-self: stretch;
    
    margin-right:20px;
    width: 100%;
}

.container2 {
    margin-top: 20px;
    border-radius: 10px;
}

.container3 {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.container4 {
    margin-left: 20px;
}

.titulo-charts{
    font-size:24px;
    font-weight:400;
    margin-left:10px;
    margin-top:10px;

}


@media screen and (max-width:1300px){
    .container-google-charts {
        display: grid;
        grid-template-columns:1fr 1fr;
        align-content:center;
        grid-gap:10px;
    }
    .area-donnuts {
        margin-left:20px;
        height: 180px;
        background-color: white;
        border-radius: 10px;
        width:250px;
    }
    .area {
        width:230px;
    }
    .area-column {
        width:300px;
    }
    .area-area {
        width: 300px;
        background-color: white;
        border-radius: 10px;
    }
    .line{
        width:250px;
    }
    .pizza{
        
        
        width:300px;
    }
}