@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.sidebar {
    margin-top: 0 !important;
}

.h_100 {
    height: 100vh;
}

.chart {
    margin: auto;
    padding: 18px;
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    display: block;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.chart_header > h3 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #157DFC;
}

.chart_header > p,
.chart_body_box > p {
    font-family: Inter;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #7E8D9C;
}

.chart_body > span,
.chart_body_box > span {
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #157DFC;
}

.chart_body_box > span {
    font-size: 28px;
}

.chart_body_box > p {
    margin-top: 15px;
}

.chart_footer {
    margin-top: 10px;
    text-align: center;
}
