span {
    cursor: default;
}

.header-text {
    font-size: 2.813rem;
    font-weight: 600;
    color: #3e4f5e;
    margin: 0 0 15px;
    display: block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.row {
    margin: 0;
}

.dashboard {
    padding: 0 15px 0 15px;
    background-color: #ebebeb;
}

.col-style {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.col-style ::before,
.col-style ::after {
    box-sizing: border-box;
}

.btn-change-chart i {
    font-size: 1.5rem;
    text-align: center;
    vertical-align: bottom;
    cursor: pointer;

}

.pading-bottom {
    /* padding-bottom: 5px; */
}

.pading-right {
    padding: 10px;
}

.chart {
    border: 1px solid #f0f0f07a;
    border-radius: 12px;
    background-color: #fff;
}

.chart .title {
    text-align: left;
    height: 50px;
}

.chart-tilte {
    font-weight: 600;
    color: #181C32;
}

.chart-content {
    height: calc(100% - 50px);
}

.text-legend {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2rem;
    height: 60px;
    cursor: pointer;
}

.text-legend:hover {
    font-size: 1.25rem;
    font-weight: 550;
}


.chartSLDTDTTTLSX {
    height: 520px;
    box-sizing: border-box;
    padding: 25px;
}

.chart-element {
    height: 240px;
    box-sizing: border-box;
    padding: 25px;
}

.chart-SLDTDTTTH {
    height: 260px;
}

.chart-SLDTDTTTH .chart-content {
    width: 100%;
    height: calc(100% - 110px);
    text-align: center;
}

.chart-SLDTDTTTHCN {
    width: 39%;
    height: 85%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.chart-SLDTDTTTHDV {
    width: 60%;
    height: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.chart-TSSDXTTG {
    display: none;
}

.div-left {
    width: 55%;
    height: 100%;
    display: inline-block;
}

.legend-right {
    width: 40%;
    height: 100%;
    display: inline-block;
}

@media screen and (max-width: 1400px) {
    .chartSLDTDTTTLSX {
        height: 450px;
        box-sizing: border-box;
    }

    .chart-res-left,
    .chart-res-right {
        width: 100%;
    }

    .content-left,
    .content-right {
        width: 49%;
        box-sizing: border-box;
        height: 550px;
        display: inline-block;
        vertical-align: top;
    }

    .content-left {
        padding-right: 5px;
    }

    .chart-content {
        display: block;
    }

    .pading-bottom-sm {
        padding-bottom: 5px;
    }

    .chart-change-size {
        height: auto;
    }

    .chart-SLDTDTTTHCN {
        width: 30%;
        height: 380px;
        display: inline-block;
        vertical-align: bottom;
    }

    .chart-SLDTDTTTHDV {
        width: 60%;
        height: 380px;
        display: inline-block;
    }

    .chart-legend .content-legend {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .chartSLVBTTTT {
        text-align: center;
        height: 520px;
    }

    .chartSLVBTTTT .div-left {
        height: 300px;
    }

    .chartSLVBTTTT .div-left canvas {
        width: 80%;
        height: 10%;
        display: block;
    }

    .chartSLVBTTTT .legend-right {
        width: 100%;
        height: 80px;
        display: inline-block;
        text-align: left;
    }

    .legend-right .legend-content {
        width: 45%;
        height: 20px;
        display: inline-block;
    }
}

@media screen and (max-width: 1200px) {
    .title-page {
        display: none;
    }

    .change-chart {
        display: none;
    }

    .chart-TSSDXTTG {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    .chart-SLDTDTTTHCN {
        width: 60%;
        height: 100%;
        display: inline-block;
        box-sizing: border-box;
    }

    .chart-SLDTDTTTHDV {
        width: 100%;
        height: 100%;
        display: inline-block;
        box-sizing: border-box;
    }

    .chart-legend .content-legend {
        height: auto;
    }

    .content-left,
    .content-right {
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        height: auto;
    }
}

@media screen and (max-width: 350px) {

    .chart-SLDTDTTTHDV,
    .chart-SLDTDTTTHCN {
        height: 160px;
    }
}