.chartCover {
    display: flex;
    justify-content: space-between;
    height: 40dvh;

    & div {
        width: 48%;
    }
}

.notificationChart {
    max-height: 40dvh;
    max-width: 100%;
    font-weight: 900;
}

@media (width < 1500px) {
    .chartCover {
        flex-direction: column;
        align-content: center;
        height: auto;
        width: 100vw;

        & div {
            width: 90dvw;
            margin: auto;
            height: 30dvh;
        }
    }

    .notificationChart {
        width: 100vw;
    }
}

@media (width < 950px) {
    .chartCover div {
        width: 100dvw;
    }
}

@media (width < 576px) {
    .dashboardTitleCover {
        margin-top: 1rem;
    }

    .tagsCover {
        flex-direction: column !important;
        align-items: center;
    }
}
