$color-primary: #008AD8;
.wisdm-learndash-reports-learner-activity-log .wisdm-learndash-reports-chart-block {
    margin-left: 0;
}
.chart-title{
    text-align: left;
    font-weight: bold;
}

.chart-summary-learner-activity-log {
    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;
}

.wisdm-ld-reports-upgrade-to-pro-front .description{
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;  
    color: #444444;
}

.wisdm-ld-reports-upgrade-to-pro-front .learner-activity-log-percent-change {
    display: none;
}

a.overlay.pro-upgrade {
    display: none;
}

.wisdm-ld-reports-upgrade-to-pro-front {
    position: relative;
}

.wisdm-ld-reports-upgrade-to-pro-front a.overlay.pro-upgrade {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
}

.wisdm-ld-reports-upgrade-to-pro-front a.overlay.pro-upgrade button {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    color: #008AD8;
    font-weight:normal;
}

.wisdm-ld-reports-upgrade-to-pro-front a.overlay.pro-upgrade span.upgrade-text {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.9;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
}

.wisdm-ld-reports-upgrade-to-pro-front a.overlay.pro-upgrade {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    opacity: 0;
    top: 0px;
    -webkit-transition: background-color 0.25s ease-in, opacity 0.25s ease-in; 
    transition: background-color 0.25s ease-in, opacity 0.25s ease-in;  
    text-align: center;
    border-radius: 4px;
}

.wisdm-ld-reports-upgrade-to-pro-front:hover a.overlay.pro-upgrade {
    width: 100%;
    height: 100%;
    display:flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    opacity: 0.8;
    top: 0px;
    -webkit-transition: background-color 0.25s ease-in, opacity 0.25s ease-in; 
    transition: background-color 0.25s ease-in, opacity 0.25s ease-in; 
    text-align: center;
    border-radius: 4px;
}

a.overlay:link {
    text-decoration: none;
}

.dashicons.dashicons-lock.ld-reports.top-corner {
    position: absolute;
    top: 11px;
    right:13px;
}

.wisdm-learndash-reports-chart-block .graph-card-container .chart-summary-learner-activity-log.wisdm-ld-reports-upgrade-to-pro-front {
    padding: 0px;
}

.revenue-particulars-wrapper, .revenue-figure-wrapper {
    padding: 20px 5px 20px 5px;
}

.wisdm-ld-reports-upgrade-to-pro-front {
    background: linear-gradient(0deg, #E5E5E5, #E5E5E5), #FFFFFF;
    border-radius: 4px;
}

.chart-summary-learner-activity-log .chart-summary-revenue-figure {
    padding-left: 15px;
}

.wisdm-learndash-reports-learner-activity-log{
    .chart-summary{
        .revenue-figure-wrapper{
            .chart-summary-revenue-figure{
                padding-left: 0;
            }
        }
        .revenue-particulars-wrapper{
            padding: 20px;
            padding-left: 0;
        }
    }
}

.wisdm-learndash-reports-learner-activity-log{
    .chart-summary.wisdm-ld-reports-upgrade-to-pro-front{
        .revenue-figure-wrapper{
            padding: 20px 20px 20px 30px;
        }
    }
}