
.top-controls{
    margin-bottom: 30px;
}
.figure-stats .figure-stat-box {
    background-color: #fff3cd;
    min-height: 150px;
    padding-top: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #856404;
}

.figure-stats .figure-stat-box .figure{
    font-size: 40px;
    font-weight: bold;
    color: #856404;
}

.figure-stats .figure-stat-box .label{
    /* font-size: 18px; */
    font-weight: bold;
}

.chart-box{
    border: solid 1px #e2e3e5;
    border-radius: 6px;
    padding-bottom: 15px;
}

.chart-box .chart-header{
    color: #856404;
    background-color: #fff3cd;
    min-height: 40px;
    padding: 10px 5px 5px 10px ;
    margin-bottom: 10px;
    font-weight: bold;
}

.figure-stat-box .tip{
    font-size: 13px!important;
}

.loading-container .sc-loader{
    margin: auto;
}