.chartCover {
    display: flex;
    justify-content: space-between;
    height: 40dvh;
    & div{
        height: 100%;
    }
}

.scrollbarBox{
    width: 100%;
}

.assetChart {
   /*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;
        }

     & .scrollbarBox:nth-child(2){
        margin-top: 2rem;
     }
    }

    .assetChart {
        width: 100vw;
    }
}

@media (width < 950px) {
    .chartCover div {
        min-width: 100dvw;
    }
}

@media (width < 750px) {
    .tagsCover {
        flex-direction: column !important;
        align-items: center;
    }
}

@media (width < 625px) {
    .chartCover {
        height: 800px;
    }

    .scrollbarBox {
        overflow-x: auto;
        scrollbar-color: var(--blue-800);
        -ms-overflow-style: auto;
        height: 90% !important;

        & div {
            width: 900px;
            padding: 0 5rem 0 0 !important;
        }
    }

    .assetChart{
        padding: 0 0 10px 0;
    }

    .dashboardCargoListCover .h4{
        font-size: 1.2rem !important;
    }
}

@media (width < 576px) {
    .dashboardTitleCover {
        margin-top: 1rem;
    }

    .scrollbarBox p{
        font-size: 4.2dvw;
    }
}

@media (width < 420px){
    .tagsCover span{
        font-size: 4.2dvw;
    }
}

@media (height < 950px) {
    .chartCover {
        height: auto;
        & div {
            height: 80dvh;
            min-height: 500px;
            & div{
                height: 100%;
            }
        }
    }
}
