.azul-trashin {
    color: #4080c6 !important;
}

.verde-trashin {
    color: #74cb9b !important;
}

.amarelo-trashin {
    color: #ffbd4e !important;
}

.vermelho-trashin {
    color: #fe575f !important;
}

.grafico-do-dashboard {
    height: 220px;
}

div.toggle-group > label{
    width: 0px !important;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
