.ktc-rich-text-form-component--fullscreen .fr-popup.fr-active {
  z-index: 10210 !important;
}
.ktc-rich-text-form-component--fullscreen .fr-tooltip {
  white-space: nowrap;
}
.ktc-rich-text-form-component__froala.fr-box.fr-fullscreen {
  z-index: 10205 !important;
}
.ktc-rich-text-form-component__froala.fr-box.fr-fullscreen .fr-toolbar {
  padding-right: 48px;
}
.ktc-rich-text-form-component__froala.fr-box.fr-fullscreen .fr-toolbar .fr-newline {
  margin-right: -40px;
}
.ktc-btn-rich-text-apply {
  position: fixed;
  top: 0;
  right: 22px;
  z-index: 10205;
  text-align: left;
  width: 38px;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  outline: none;
  margin: 4px 2px;
  padding: 0;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background-color 0.5s, width 0.3s ease-in-out;
  transition: background-color 0.5s, width 0.3s ease-in-out;
}
.ktc-btn-rich-text-apply:hover {
  background: #ebebeb;
}
.ktc-btn-rich-text-apply:active {
  background-color: #d6d6d6;
}
.ktc-btn-rich-text-apply .fr-svg {
  margin: 8px 7px;
  height: 24px;
}
.ktc-btn-rich-text-apply .fr-svg path {
  fill: #0098f7;
}
.ktc-btn-rich-text-apply .ktc-btn-save__label {
  font-family: "Segoe UI", Helvetica, Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
}
.ktc-btn-rich-text-apply.ktc-btn-slide {
  color: #333333;
  width: 144px;
  background: #a3a2a2;
}
.ktc-btn-rich-text-apply.ktc-btn-slide .fr-svg path {
  fill: #333333;
}
.ktc-rich-text-form-component {
  max-width: 320px;
}
.ktc-rich-text-form-component .ktc-form-control.ktc-preview-frame {
  padding: 0;
  height: 144px;
}
.ktc-rich-text-form-component .ktc-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 140px;
  width: 100%;
  max-width: 316px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 2px;
  background-color: rgba(255, 255, 255, 0.75);
  pointer-events: none;
}
.ktc-rich-text-form-component .ktc-preview .ktc-preview-box {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: auto;
}
.ktc-rich-text-form-component .ktc-preview .ktc-preview-box .ktc-info-text {
  margin-bottom: 8px;
  font-weight: bold;
}
.ktc-rich-text-form-component .ktc-preview .ktc-preview-box .ktc-info-text.ktc-info-text--empty {
  display: none;
}
.ktc-rich-text-form-component .ktc-preview .ktc-preview-box .ktc-btn {
  width: 64px;
}
.ktc-rich-text-form-component:hover .ktc-preview {
  opacity: 1;
}
.ktc-rich-text-form-component.ktc-rich-text-form-component--empty .ktc-preview {
  opacity: 1;
}
.ktc-rich-text-form-component.ktc-rich-text-form-component--empty .ktc-preview .ktc-info-text {
  display: none;
}
.ktc-rich-text-form-component.ktc-rich-text-form-component--empty .ktc-preview .ktc-info-text.ktc-info-text--empty {
  display: block;
}

