.tox-tinymce {
  border-radius: 0!important;
  border: 0!important;
}

.tox-fullscreen .sidebar-wrapper,
.tox-fullscreen .topbar-wrapper {
  z-index: -1!important;
}

.tox-fullscreen .sidebar-wrapper {
  display: none !important;
}

.tox-fullscreen .topbar-wrapper {
  z-index: -1 !important;
}

.progress-container {
  width: 100% !important;
  height: 3px !important;
  background-color: #e0e0e0 !important;
  position: relative !important;
  border-radius: 2px !important;
  overflow: hidden !important;
}

.progress-bar {
  height: 100% !important;
  background: linear-gradient(90deg, #00c2ff, #0088cc) !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  animation: loading 2s ease-in-out infinite, wave 4s linear infinite!important;
}

@keyframes loading {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

@keyframes wave {
  0% {
    background-position: 0% 0;
  }

  100% {
    background-position: 100% 0;
  }
}

.tox-preloader.hidden {
  display: none !important;
}

.tox-authoring-tool {
  width: 100%!important;
  height: calc(100vh - 64px)!important;
  border: 0!important;
}