/* v0.9.82 — AJAX feedback, cancel and reversible content conversion. */
#ajax-content-wrap .container.main-content [data-te-classic] .te-front-editor .te-front-editor-cancel,
#main [data-te-classic] .te-front-editor .te-front-editor-cancel,
[data-te-classic] .te-front-editor .te-front-editor-cancel {
  width: auto !important;
  min-width: 68px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(41,96,112,.24) !important;
  background: transparent !important;
  color: #296070 !important;
  font: 700 13px/1 "Dosis", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
#ajax-content-wrap .container.main-content [data-te-classic] .te-front-editor .te-front-editor-convert,
#main [data-te-classic] .te-front-editor .te-front-editor-convert,
[data-te-classic] .te-front-editor .te-front-editor-convert {
  width: 100% !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 7px 10px !important;
  border: 1px solid rgba(137,88,53,.3) !important;
  background: #f7ebcc !important;
  color: #895835 !important;
  font: 700 12px/1 "Dosis", Arial, sans-serif !important;
  letter-spacing: .025em !important;
  text-transform: none !important;
}
[data-te-classic] .te-front-editor-status {
  display: block !important;
  min-height: 14px !important;
  color: #296070 !important;
  font: 700 11px/1.2 "Dosis", Arial, sans-serif !important;
  text-align: center !important;
}
.te-front-editor-toast {
  position: fixed; z-index: 100001; right: 22px; bottom: 22px;
  max-width: min(340px, calc(100vw - 32px)); padding: 11px 16px;
  border-radius: 999px; background: #296070; color: #fffaf0;
  font: 700 14px/1.2 "Dosis", Arial, sans-serif;
  box-shadow: 0 10px 30px rgba(21,63,74,.25);
  opacity: 0; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease;
}
.te-front-editor-toast.is-visible { opacity: 1; transform: translateY(0); }
.te-front-editor-toast.is-error { background: #9d342f; }
[data-te-classic] .te-front-editor form[aria-busy="true"] { opacity: .72; }
