$color-primary: #008AD8;

.wisdm-learndash-reports-chart-block .top-card-container.pending-assignments-container{
    border-radius: 2px;
    padding: 24px 20px 20px 20px;
    line-height: 1;
}

.pending-assignments-icon img {
    height: 40px;
    width: auto;
}
.pending-assignments-details {
    text-align: left;
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.pending-assignments-text {
    font-weight: 800;
    flex: 0 0 100%;
}

.pending-assignments-figure {
    font-weight: 700;
    font-size: 22px;
    color: $color-primary;
    margin-top: 4px;
    margin-right: 10px;
    display: inline-block;
}

.pending-assignments-percent-change {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    visibility: visible;
    padding-right: 6px;
    margin-top: 4px;
}

span.dashicons.dashicons-arrow-up-alt.ld-reports {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #5cba0a;
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.dashicons.dashicons-minus.ld-reports {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #919191;
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.dashicons.dashicons-arrow-down-alt.ld-reports {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dd3f2c;
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.change-value {
    margin: 0px 4px;
}

span.change-value-positive {
    margin: 0px 4px;
    color: #5cba0a;
}

span.change-value-negative {
    margin: 0px 4px;
    color: #dd3f2c;
}

.pending-assignments-container .udup ~ span{
    color: #1AB900;
}

.pending-assignments-container .uddown ~ span{
    color: #DC0000;
}

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

.wisdm-upgrade-to-pro .pending-assignments-figure {
    color: #444444;
}

.wisdm-upgrade-to-pro .pending-assignments-percent-change {
    display: none;
}

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

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

.wisdm-upgrade-to-pro .pending-assignments-container{
    min-height: 115px;
}

.wisdm-upgrade-to-pro 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-upgrade-to-pro 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-upgrade-to-pro 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-upgrade-to-pro 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-upgrade-to-pro: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;
}


