@charset "UTF-8";
.checklist {
  list-style-type: none;
  padding-left: 0;
}
.checklist li {
  position: relative;
  padding-left: 30px;
}
.checklist li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.mce-container .fas {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=tinymce-backend.css.map */
