.graficos-container .card-title {
    font-size: 20px;
    line-height: 23px !important;
}

.btn-graficos {
    list-style: none;
    display: flex;
    border-radius: 2px;
    height: 35px;
    padding: 0;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-graficos > div {
    cursor: pointer;
    width: 40px;
    text-align: center;
    padding-top: 2px;
}

.btn-graficos > .ativo, .btn-graficos > .ativo:hover {
    background-color: #e0e0e0;
}

.btn-grafico:hover {
    background-color: #e0e0e0;
}

.aumentar-grafico, .diminuir-grafico {
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    transition: all;
}

.aumentar-grafico:hover, .diminuir-grafico:hover {
    font-size: 18px;
}

.diminuir-grafico {
    top: -5px;
    left: 3px;
}

.aumentar-grafico {
    top: -5px;
    left: 20px;
}

.esconder {
    display: none;

}

.tabela-component-grafico {
    font-size: 12px;
    padding: 0 !important;
    overflow: auto;
}