/* @font-face {
  font-family: "Font Awesome 5 Free";
  src: url("../node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf");
} */

.ck-editor {
  height: 100% !important;
}
.ck-editor__main {
  height: 100% !important;
}
.ck-editor__editable_inline {
  height: calc(100% - 44px) !important;
}

.ck-source-editing-area {
  height: calc(100% - 44px) !important;
  overflow: auto !important;
}
.ck-source-editing-area textarea {
  background-color: lightyellow;
  line-height: 14px !important;
}

.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__button .ck-button__label {
  width: unset !important;
}
.ck.ck-heading-dropdown {
  width: 96px !important;
}

.ck {
  font-family: Arial, Helvetica, sans-serif;
}

.ck.ck-list__item .ck-button {
  height: 30px;
}

.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
  min-width: 50px !important;
}

h1,
.ck.ck-button.ck-heading_heading1 {
  border-bottom: inset 3px #cd4f4f;
  color: #cd4f4f;
}
h2,
.ck.ck-button.ck-heading_heading2 {
  border-bottom: solid 2px #cd4f4f;
  color: #cd4f4f;
}

h3,
.ck.ck-button.ck-heading_heading3 {
  border-bottom: solid 1px #cd4f4f;
  color: #cd4f4f;
}
h4,
.ck.ck-button.ck-heading_heading4 {
  color: #cd4f4f;
}
h5,
.ck.ck-button.ck-heading_heading5 {
  color: #cd4f4f;
}
.ck-tag .ck-button__label {
  color: rgb(51, 102, 204) !important;
}
.ck-tag .ck-list__item .ck-button:before {
  content: "" !important;
}

.ck.ck-button.REMOVE_TAG:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f12d" !important;
  margin-right: 10px;
}
.ck.ck-button.REMOVE_TAG .ck-button__label {
  color: #000 !important;
  font-weight: normal !important;
}

.ck.ck-list__item .ck-button {
  height: 30px;
}
.ck-tag .ck.ck-list__item .ck-button {
  height: 20px;
}

.ck-editor .COLEXP:before {
  display: block;
  color: rgb(110, 75, 75);
  font-size: 14px;
  font-weight: bold;
  font-weight: 900;
  content: "Collapsible block";
}
.ck-editor .COLEXP {
  margin-top: 5px;
  padding: 5px;
  border: solid 2px rgb(110, 75, 75);
}

.ck-content .COLEXP_H {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
  cursor: pointer;
  position: relative;
}

.ck-editor .COLEXP_H {
  cursor: auto;
}

.COLEXP_H:after {
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  content: "\f078";
  position: absolute;
  right: 10px;
  top: 0px;
  color: #cd4f4f;
  transition: all 0.2s linear;
}

.ck-content .COLEXP_H > :first-child {
  margin-bottom: 3px;
  margin-top: 3px;
}

.ck-content .COLEXP_H.active:after {
  transform: rotate(180deg);
}

.ck-content .COLEXP_B {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.ck-editor .COLEXP_B {
  max-height: none;
  overflow: visible;
}
.ck-content .video.video_resized {
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}
.ck-content .video {
  display: table;
  clear: both;
  text-align: center;
  margin: 1em auto;
}
.ck-content .video.video_resized video {
  width: 100%;
}
.ck-content .video video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 50px;
}

div.CTAG::before {
  content: attr(data-title);
  display: inline-block;
  background-color: lightskyblue;
  padding: 3px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  /* margin-right: 5px; */
}

:not(td, th) > div.CTAG:not(.Rline)::before {
  margin-left: -5px;
  display: table;
}

:not(td, th) > div.CTAG:not(.Rline) {
  padding: 0px 5px;
  border-left: solid 5px lightskyblue;
}

div.CTAG.Rline {
  margin-top: 5px;
  display: inline-block;
  border-left: 0 !important;
}

div.CTAG[data-tagid="0"]::before {
  background-color: #ccc !important;
  color: #fff !important;
}

:not(td, th) > div.CTAG[data-tagid="0"] {
  border-left: solid 5px #ccc !important;
}

div.CTAG.HL,
td.HL,
th.HL {
  border-left: solid 5px orange !important;
}
