/* //v3 */

.UNIV_filter_container_top {
    display: flex;
    flex-direction: row;
    align-items: end;
    overflow-x: scroll;
    gap: 10px;
    font-size: 13px;
    margin-bottom: 10px;
}

.UNIV_filter_container_top input {
    font-size: 13px;
}

.UNIV_filter_container_top::-webkit-scrollbar {
    display: none;
}


.chart-container {
    width: 100%;
    height: 500px; /* Set the height to your desired value */
}

canvas {
    width: 100% !important;
    height: 100% !important;
}
