.published-video-filters select {
    font-size: 11px;
    height: 30px;
    width: 128px;
    border-radius: 7px;
}

.pv-info span{
    font-weight: 500;
    margin: 0px 5px 0px 5px;
    font-size: 25px !important;
    font-style: italic;
    line-height: 25px;
    color: #3a3a3a;
}

.pv-info-text {
    font-weight: 700 !important;
    color: #909090;
    line-height: 20px;
    font-style: italic;
    font-size: 10px;
}

.pv-months {
    display: block;
}

.pv-months strong{
    font-weight: 700;
    line-height: 20px;
    font-size: 11px;
    color: #3a3a3a;
    margin-right: 5px;
}

.pv-months span {
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
    color: #bbb8b8;
}

.pv-months img {
    margin-right: -18px;
}

.dm-2 {
    margin-top: -4px;
    padding-left: 12px;
}

.month-legend {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #838383;
}

.month-legend span {
    margin-left: 55px;
}

.chart-container {
    background-color: rgb(251, 251, 251);
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 4px 20px 0px #0000001A;
    margin-bottom: 10px;
}

@media(max-width: 991px) {
    .published-video-filters select {
        font-size: 15px;
        height: 37px;
        width: 100%;
        border-radius: 10px;
    }

    .total-videos-engajament div:nth-child(1) span {
        font-size: 30px;
    }

    .pv-info span {
        font-size: 35px;
        margin: 0 20px 0 20px;
    }

    .pv-info i {
        font-size: 30px !important;
    }
}
