$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 .wisdm-learndash-reports-learner-activity-log .local_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wisdm-learndash-reports-chart-block .wisdm-learndash-reports-learner-activity-log .local_wrapper .selector {
    width: 40%;
}

.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;
        }
    }
}

.load-more-ajax {
    cursor: pointer;
}


.wisdm-learndash-reports-learner-activity-log .error-message {
    text-align: center;
    margin-top: 50px;
}

.wisdm-learndash-reports-learner-activity-log .list-wrapper {
    overflow-y: auto;
    max-height: 500px;
    margin-bottom: 10px;
    &::-webkit-scrollbar {
        height: 10px;
        width: 4px;
        background: #e7e7e7;
    }
    &::-webkit-scrollbar-thumb:vertical {
        border-radius: 4px;
        background: #858585;
    }
}

.rtl .wisdm-learndash-reports-learner-activity-log .left-wrapper > div .right-side > div .user-name .right-trigger {
    transform: rotate(-90deg);
}

.wisdm-learndash-reports-learner-activity-log .left-wrapper > div {
    display: flex;
    justify-content: space-between;
    .left-side {
        font-size: 18px;
        font-weight: 400;
    }
    .right-side {
        width: 75%;
        position: relative;
        span.right-trigger.reset-trigger {
            position: absolute;
            right: 10px;
            top: 0;
            font-size: 16px;
            color: #008AD8;
            font-weight: 600;
            cursor: pointer;
            transform: rotate(180deg);
        }
        > div:first-child {
            padding-top: 0;
        }
        > div:last-child {
            border-bottom: 0;
        }
        > div {
            padding: 20px 0;
            border-bottom: 1px solid #ddd;
            .user-name {
                font-size: 16px;
                color: $color-primary;
                font-weight: 600;
                padding-right: 10px;
                .right-trigger {
                    float: right;
                    cursor: pointer;
                    transform: rotate(90deg);
                }
            }
            .item-title {
                position: relative;
                .time {
                    position: absolute;
                    top: 5px;
                    left: -95px;
                    color: #666666;
                }
                h2 {
                    font-size: 18px;
                    margin: 5px auto;
                    font-weight: 400;
                }
                span {
                    font-size: 14px;
                }
            }
            .activity-status {
                font-size: 16px;
                color: #0f0;
                margin: 5px auto;
            }
        }
    }
}

.wisdm-learndash-reports-duration-filter > div > div {
    border: 1px solid #C4C4C4;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
    border-radius: 4px;
}

.local_wrapper > .wisdm-learndash-reports-duration-filter > div > div {
    border: none;
}

.wisdm-learndash-reports-chart-block .graph-card-container.wisdm-learndash-reports-learner-activity-log .chart-title {
    margin-bottom: 40px;
}