$color-primary: #1b7cba;
.wisdm-learndash-reports-time-spent-on-a-course .wisdm-learndash-reports-chart-block {
    margin-right: 0;
}
.chart-title{
    text-align: left;
    font-weight: bold;
}

.chart-summary-time-spent-on-a-course {
    display: flex;
    flex-direction: row;
    border-radius: 2px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.chart-summary-revenue-figure {
    text-align: left;
    border-right: 1px dashed #9191917a;
}

.chart-summary-revenue-figure .revenue-figure {
    color: $color-primary;
}

.summary-amount {
    font-weight: 800;
}

.chart-summary-revenue-figure > div , .chart-summary-revenue-particulars > div{
    text-align: left;
    padding:2px 5px;
}

.chart-summary-revenue-particulars{
    color:#6b6b6bf5;
}


time-spent-on-a-course .apexcharts-legend.apexcharts-align-center.apx-legend-position-right {
    max-width: 40%;
    max-height: 60%;
}

.no-graph-data-found {
    padding: 15px;
    text-align: center;
}

.wisdm-donut-chart-tooltip .tooltip-title {
    font-weight: bold;
}

.wisdm-donut-chart-tooltip {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 20px 40px rgb(0 0 0 / 10%);
    border-radius: 4px;
    color: black;
    padding: 10px;
}

.apexcharts-pie path[selected=true] {
    fill: $color-primary;
}

.wisdm-learndash-reports-time-spent-on-a-course.graph-card-container .apexcharts-legend.apexcharts-align-center.apx-legend-position-right {
    max-height: 100%;
    max-width: 40%;
    background: #F7F7F7;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    height: auto;
}