/* TinyMCE iframe content — SolutionCyberGold */
.mce-content-html,
.mce-content-body {
  font-family: "Open Sans", "Roboto", sans-serif;
  background: #1b234a !important;
  color: #c8d0ff !important;
}

.mce-content-body a {
  color: #7b8fdb;
}

.mce-content-body blockquote {
  border-left-color: #404c8f;
  background: rgba(32, 40, 85, 0.45);
  color: #c8d0ff;
}

.mce-content-body.with_code ol,
.with_code ol {
  list-style: decimal;
  margin-left: 2em;
  padding-left: 0;
}

.mce-content-body.with_code ul,
.with_code ul {
  list-style: disc;
  margin-left: 2em;
  padding-left: 0;
}

.mce-content-body.with_code ol li,
.mce-content-body.with_code ul li,
.with_code ol li,
.with_code ul li {
  display: list-item;
}

.mce-content-body.with_code .spoiler .spoiler-title {
  cursor: default;
  user-select: none;
  pointer-events: none;
}

.mce-content-body.with_code .spoiler .spoiler-title .title-text {
  cursor: text;
  user-select: auto;
  pointer-events: auto;
}

.mce-content-body.with_code .spoiler .spoiler-content.disp-n {
  display: block !important;
}

.mce-content-body table tr td {
  border-color: #404c8f;
  color: #c8d0ff;
}

.mce-content-body pre {
  background-color: rgba(32, 40, 85, 0.55);
  border-color: #404c8f;
  color: #c8d0ff;
}

/* Spoiler in editor */
.mce-content-body.with_code .spoiler .spoiler-title {
  border: 1px solid #404c8f;
  background: #242d5e;
  line-height: 35px;
  height: 35px;
  border-radius: 0;
}

.mce-content-body.with_code .spoiler .spoiler-title .spoiler-toggle {
  background: #394483;
  color: #fff;
}

.mce-content-body.with_code .spoiler .spoiler-title .spoiler-toggle::before,
.mce-content-body.with_code .spoiler .spoiler-title .show-icon::before,
.mce-content-body.with_code .spoiler .spoiler-title .hide-icon::before {
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

.mce-content-body.with_code .spoiler .spoiler-title .show-icon::before {
  content: "+";
}

.mce-content-body.with_code .spoiler .spoiler-title .hide-icon::before {
  content: "−";
}

.mce-content-body.with_code .spoiler .spoiler-title .title-text {
  color: #b9c4ff;
}

.mce-content-body.with_code .spoiler .spoiler-content {
  border: 1px solid #404c8f;
  border-top: 0;
  background: rgba(27, 35, 74, 0.65);
  color: #c8d0ff;
}

/* Spoiler on site (forum messages) */
.with_code .spoiler .spoiler-title {
  border: 1px solid #404c8f;
  background: #242d5e;
  border-radius: 0;
}

.with_code .spoiler .spoiler-title .spoiler-toggle {
  background: #394483;
  color: #fff;
}

.with_code .spoiler .spoiler-title .spoiler-toggle::before {
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

.with_code .spoiler .spoiler-title .hide-icon::before {
  content: "−";
}

.with_code .spoiler .spoiler-title .show-icon::before {
  content: "+";
}

.with_code .spoiler .spoiler-title .title-text {
  color: #b9c4ff;
}

.with_code .spoiler .spoiler-content {
  border: 1px solid #404c8f;
  border-top: 0;
  background: rgba(27, 35, 74, 0.65);
  color: #c8d0ff;
}
