[class^="icon-"], [class*=" icon-"] {
  font-family: 'Font Awesome 5 Free';
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fullscreen:before {
  content: "\f065";
}

.simditor-fullscreen {
  overflow: hidden;
}
.simditor-fullscreen .simditor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.simditor-fullscreen .simditor .simditor-body {
  overflow: auto;
}
