/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./includes/blocks/src/total-courses/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.wisdm-learndash-reports-chart-block .top-card-container.total-courses-container {
  border-radius: 2px;
  padding: 24px 20px 20px 20px;
  line-height: 1;
}

.total-courses-icon img {
  height: 40px;
  width: auto;
}

.total-courses-details {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.total-courses-text {
  font-weight: 800;
  flex: 0 0 100%;
}

.total-courses-figure {
  font-weight: 700;
  font-size: 22px;
  color: #008AD8;
  margin-top: 4px;
  margin-right: 10px;
  display: inline-block;
}

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

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

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

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

.total-courses-percent-change .udup ~ span {
  color: #1AB900;
}

.total-courses-percent-change .uddown ~ span {
  color: #DC0000;
}

/*# sourceMappingURL=index-total-courses.css.map*/