@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');

html,
body {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #494949;
    line-height: 1.4em !important;
    font-weight: 400;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}

::-moz-selection {
    color: #fff;
    background: #0070c0;
}

::selection {
    color: #fff;
    background: #0070c0;
}

::placeholder {
    color: #c4c4c4;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #c4c4c4;
}

::-ms-input-placeholder {
    color: #c4c4c4;
}

pre {
    margin: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.ce-block a,
.ce-paragraph a {
    color: #1a0dab;
    cursor: pointer;
    text-decoration: underline
}

iframe {
    width: 100% !important;
}

img {
    display: flex;
    max-width: 100%;
}

.ce-header {
    font-weight: 500;
    line-height: 1.4em !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none;
    word-break: break-word;
}

.sepContentMsg h1,
.sepContentMsg h2,
.sepContentMsg h3,
.sepContentMsg h4,
.sepContentMsg h5,
.sepContentMsg h6 {
    font-weight: 500;
    line-height: 1.4em !important;
    padding: 0 !important;
    margin: 0 !important;
}

h1.ce-header,
.sepContentMsg h1 {
    font-size: 1.8em !important;
}

h2.ce-header,
.sepContentMsg h2 {
    font-size: 1.5em !important;
}

h3.ce-header,
.sepContentMsg h3 {
    font-size: 1.2em !important;
}

h4.ce-header,
.sepContentMsg h4 {
    font-size: 1em !important;
}

h5.ce-header,
.sepContentMsg h5 {
    font-size: .8em !important;
}

h6.ce-header,
.sepContentMsg h6 {
    font-size: .7em !important;
}

.ce-header p,
.ce-header div,
.sepContentMsg p {
    padding: 0 !important;
    margin: 0 !important;
}

.sepContentMsg ol li,
.sepContentMsg ul li {
    margin: 0;
    padding-left: 8px;
}

.cdx-block {
    padding: 0.4em 0;
}

.pdf-view,
.iFrameView {
    width: 100%;
    height: 88vh;
    max-height: 800px;
}

.ce-toolbox {
    background: #fff;
}

.ce-toolbox__button {
    height: 24px !important;
}

.cdx-notifies {
    z-index: 999999 !important;
}

.articleContentPanel {
    width: 100%;
}

.ce-block {
    width: 100% !important;
    max-width: 670px !important;
}

.ce-block__content {
    position: relative;
    width: 100% !important;
    max-width: 670px !important;
    margin: 0;
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease
}

.codex-editor {
    position: relative;
    word-break: break-word;
    z-index: 1
}

.ce-block__content,
.ce-toolbar__content {
    margin: 0 !important;
}

.ce-toolbar__actions {
    top: 1px !important;
    right: -38px !important;
}

.codex-editor-copyable {
    position: absolute;
    height: 1px;
    width: 1px;
    top: -400%;
    opacity: .001
}

.codex-editor-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    overflow: hidden
}

.codex-editor-overlay__container {
    position: relative;
    pointer-events: auto;
    z-index: 0
}

.codex-editor-overlay__rectangle {
    position: absolute;
    pointer-events: none;
    background-color: rgba(46, 170, 220, .2);
    border: 1px solid transparent
}

.codex-editor svg {
    fill: currentColor;
    vertical-align: middle;
    max-height: 100%
}

.codex-editor--toolbox-opened [contentEditable=true][data-placeholder]:focus:before {
    opacity: 0 !important
}

.ce-block--selected .ce-block__content {
    background: #e1f2ff
}

.ce-block--selected .ce-block__content [contenteditable] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ce-block--selected .ce-block__content .ce-stub,
.ce-block--selected .ce-block__content img {
    opacity: .55
}

.ce-block--drop-target .ce-block__content:before {
    content: "";
    position: absolute;
    top: 100%;
    left: -20px;
    margin-top: -1px;
    height: 8px;
    width: 8px;
    border: solid #388ae5;
    border-width: 1px 1px 0 0;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ce-block--drop-target .ce-block__content:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 1px;
    width: 100%;
    color: #388ae5;
    background: repeating-linear-gradient(90deg, #388ae5, #388ae5 1px, #fff 0, #fff 6px)
}

.ce-block b {
    font-weight: 700
}

.ce-block i {
    font-style: italic
}

.cdx-input {
    border: 1px solid rgba(201, 201, 204, .48);
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(35, 44, 72, .06);
    box-shadow: inset 0 1px 2px 0 rgba(35, 44, 72, .06);
    border-radius: 3px;
    padding: 8px 12px;
}

.cdx-input[data-placeholder]:before {
    position: static !important;
    display: inline-block;
    width: 0;
    white-space: nowrap;
    pointer-events: none
}

.cdx-loader {
    min-height: 42px;
}

.cdx-loader:before {
    width: 28px !important;
    height: 28px !important;
    margin: -16px 0 0 -16px !important;
    border-color: #cdd1e0 !important;
    border-left-color: #0070c0 !important;
    background: #cdd1e0;
    box-shadow: 0px 0px 0 2px #fff inset;
}

.cdx-button {
    white-space: nowrap;
    padding: 6px 15px !important;
    border: 1px solid #0070c0 !important;
    border-radius: 5px !important;
    background: #fff;
    color: #0070c0 !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
}

.cdx-button:hover {
    background-color: #0070c0 !important;
    color: #fff !important;
}

.cdx-button svg {
    height: 20px;
    margin-right: .2em;
    margin-top: -2px
}

.codex-editor.codex-editor--rtl {
    direction: rtl
}

.codex-editor.codex-editor--rtl .cdx-list {
    padding-left: 0;
    padding-right: 40px
}

.codex-editor.codex-editor--rtl .ce-toolbar__plus {
    right: -34px;
    left: auto
}

.codex-editor.codex-editor--rtl .ce-toolbar__actions {
    right: auto;
    left: -34px
}

.codex-editor.codex-editor--rtl .ce-settings {
    left: 5px;
    right: auto
}

.codex-editor.codex-editor--rtl .ce-settings:before {
    right: auto;
    left: 25px
}

.codex-editor.codex-editor--rtl .ce-settings__button:not(:nth-child(3n+3)) {
    margin-left: 3px;
    margin-right: 0
}

.codex-editor.codex-editor--rtl .ce-conversion-tool__icon {
    margin-right: 0;
    margin-left: 10px
}

.codex-editor.codex-editor--rtl .ce-inline-toolbar__dropdown {
    border-right: 0 solid transparent;
    border-left: 1px solid rgba(201, 201, 204, .48);
    margin: 0 -6px 0 6px
}

.codex-editor.codex-editor--rtl .ce-inline-toolbar__dropdown .icon--toggler-down {
    margin-left: 0;
    margin-right: 4px
}

/*----- Attaches.css -----*/
.cdx-attaches--with-file,
.multiAttachs {
    display: flex;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: #fff;
}

.multiAttachs {
    flex-direction: column;
}

.cdx-attaches--with-file .cdx-attaches__file-info {
    flex-grow: 8;
    max-width: calc(100% - 80px);
    margin-bottom: 0.8em;
}

.multiAttachs .cdx-attaches__file-info {
    display: flex;
}

.cdx-attaches--with-file .cdx-attaches__file-info:last-child {
    margin-bottom: 0;
}

.cdx-attaches--with-file .cdx-attaches__download-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    max-width: 100% !important;
}

.cdx-attaches--with-file .cdx-attaches__download-button:hover {
    text-decoration: underline;
}

.cdx-attaches--with-file .cdx-attaches__download-button svg {
    fill: #7b7e89;
}

.cdx-attaches--with-file .cdx-attaches__file-icon {
    margin-right: 16px !important;
    display: inline-flex;
    position: relative;
}

.cdx-attaches--with-file .cdx-attaches__file-icon::before {
    position: absolute;
    bottom: 7px;
    left: 8px !important;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
    background: #fff;
    line-height: 150%;
    content: attr(data-extension);
}

.cdx-attaches--with-file .cdx-attaches__file-icon svg {
    fill: currentColor;
}

.cdx-attaches--with-file .cdx-attaches__size {
    color: #7b7e89;
}

.cdx-attaches--with-file .cdx-attaches__size::after {
    content: attr(data-size);
    margin-left: 0.2em;
}

.cdx-attaches--with-file .cdx-attaches__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
    /* max-width: 90%; */
    max-width: calc(100% - 48px) !important;
}

.cdx-attaches--loading .cdx-attaches__title,
.cdx-attaches--loading .cdx-attaches__file-icon,
.cdx-attaches--loading .cdx-attaches__size,
.cdx-attaches--loading .cdx-attaches__download-button,
.cdx-attaches--loading .cdx-attaches__button {
    opacity: 0;
    font-size: 0;
}

.cdx-attaches__button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cdx-attaches__button svg {
    height: 14px;
    margin-top: 0;
    margin-right: 8px;
}

.cdx-attaches__button:hover {
    color: #393f52;
}

/*----- Button.css -----*/
.hide {
    display: none !important;
}

.anyButtonContainer {
    position: relative;
}

.anyButtonContainer__registerButton {
    display: block;
    margin: auto;
}

.anyButtonContainer__inputHolder>* {
    margin-bottom: 10px;
}

.anyButtonContainer__input {
    padding-left: 38px;
    background-repeat: no-repeat;
    background-position: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.anyButtonContainer__input--link {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 277.279 277.279" height="20" width="20" style="enable-background:new 0 0 277.279 277.279;" xml:space="preserve"> <g id="XMLID_105_"> <path id="XMLID_106_" d="M149.245,191.671l-42.425,42.426c0,0,0,0.001-0.001,0.001c0,0,0,0.001-0.001,0.001   c-17.544,17.545-46.092,17.546-63.638,0c-8.5-8.5-13.18-19.801-13.18-31.82c0-12.018,4.68-23.317,13.177-31.817   c0.001-0.001,0.002-0.002,0.003-0.003l42.425-42.426c5.857-5.858,5.857-15.356-0.001-21.213c-5.857-5.857-15.355-5.857-21.213,0   l-42.425,42.426c-0.003,0.003-0.006,0.007-0.009,0.01C7.798,163.42,0,182.251,0,202.279c0,20.033,7.801,38.867,21.967,53.033   C36.589,269.933,55.794,277.244,75,277.244c19.206,0,38.412-7.311,53.032-21.932c0,0,0-0.001,0-0.001   c0.001,0,0.001-0.001,0.001-0.001l42.425-42.426c5.857-5.857,5.857-15.355-0.001-21.213   C164.601,185.814,155.104,185.814,149.245,191.671z"/> <path id="XMLID_107_" d="M277.279,75c0-20.033-7.802-38.867-21.968-53.033c-29.243-29.242-76.824-29.241-106.065,0   c-0.001,0.002-0.003,0.003-0.004,0.005l-42.424,42.423c-5.858,5.857-5.858,15.356,0,21.213c2.93,2.93,6.768,4.394,10.607,4.394   c3.838,0,7.678-1.465,10.606-4.394l42.424-42.423c0.001-0.002,0.003-0.003,0.005-0.005c17.544-17.544,46.092-17.545,63.638,0   c8.499,8.5,13.181,19.801,13.181,31.82c0,12.018-4.68,23.317-13.178,31.817c-0.001,0.001-0.002,0.002-0.003,0.003l-42.425,42.426   c-5.857,5.857-5.857,15.355,0.001,21.213c2.929,2.929,6.768,4.394,10.606,4.394c3.839,0,7.678-1.465,10.607-4.394l42.425-42.426   c0.003-0.003,0.006-0.007,0.009-0.01C269.48,113.859,277.279,95.028,277.279,75z"/> <path id="XMLID_108_" d="M85.607,191.671c2.929,2.929,6.768,4.394,10.606,4.394c3.839,0,7.678-1.465,10.607-4.394l84.852-84.852   c5.858-5.857,5.858-15.355,0-21.213c-5.857-5.857-15.355-5.857-21.213,0l-84.852,84.851   C79.749,176.316,79.749,185.814,85.607,191.671z"/> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
}

.anyButtonContainer__input--text {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="Capa_1" enable-background="new 0 0 512 512" height="20" viewBox="0 0 512 512" width="20"><g><path d="m15 114.235c8.284 0 15-6.716 15-15v-69.235h69.235c8.284 0 15-6.716 15-15s-6.716-15-15-15h-84.235c-8.284 0-15 6.716-15 15v84.235c0 8.285 6.716 15 15 15z"/><path d="m497 0h-84.235c-8.284 0-15 6.716-15 15s6.716 15 15 15h69.235v69.235c0 8.284 6.716 15 15 15s15-6.716 15-15v-84.235c0-8.284-6.716-15-15-15z"/><path d="m497 397.765c-8.284 0-15 6.716-15 15v69.235h-69.235c-8.284 0-15 6.716-15 15s6.716 15 15 15h84.235c8.284 0 15-6.716 15-15v-84.235c0-8.285-6.716-15-15-15z"/><path d="m99.235 482h-69.235v-69.235c0-8.284-6.716-15-15-15s-15 6.716-15 15v84.235c0 8.284 6.716 15 15 15h84.235c8.284 0 15-6.716 15-15s-6.715-15-15-15z"/><path d="m419.66 191.38v-94.73c0-4.7-3.81-8.51-8.52-8.51h-155.14-155.14c-4.71 0-8.52 3.81-8.52 8.51v94.73c0 4.71 3.81 8.52 8.52 8.52h45.24c4.7 0 8.51-3.81 8.51-8.52v-32.45c0-4.71 3.82-8.52 8.52-8.52h53.21c4.71 0 8.52 3.81 8.52 8.52v234.14c0 4.71-3.81 8.52-8.52 8.52h-23.27c-4.71 0-8.52 3.81-8.52 8.52v45.24c0 4.7 3.81 8.51 8.52 8.51h62.93 62.93c4.71 0 8.52-3.81 8.52-8.51v-45.24c0-4.71-3.81-8.52-8.52-8.52h-23.27c-4.71 0-8.52-3.81-8.52-8.52v-234.14c0-4.71 3.81-8.52 8.52-8.52h53.21c4.7 0 8.52 3.81 8.52 8.52v32.45c0 4.71 3.81 8.52 8.51 8.52h45.24c4.71 0 8.52-3.81 8.52-8.52z"/></g></svg>');
}

.anyButtonContainer__input[contentEditable=true][data-placeholder]::before {
    position: absolute;
    content: attr(data-placeholder);
    color: #707684;
    font-weight: normal;
    opacity: 0;
}

.anyButtonContainer__input[contentEditable=true][data-placeholder]:empty::before {
    opacity: 1;
}

.anyButtonContainer__input[contentEditable=true][data-placeholder]:empty:focus::before {
    opacity: 0;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 14px !important;
    line-height: 29px !important;
    padding: 0 12px !important;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn--default {
    color: #fff !important;
    background-color: #0070c0 !important;
    border-color: #0070c0 !important;
    transition: all .3s ease 0s;
}

.btn--default:hover {
    color: #0070c0 !important;
    background-color: #fff !important;
}

.btn--gray {
    color: #fff;
    background-color: #7c7c7c;
    border-color: #7c7c7c;
}

.toggle-input {
    position: absolute;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
    width: 40px;
    height: 20px;
    margin: 0;
}

.toggle-label {
    width: 40px;
    height: 20px;
    background: #ccc;
    position: relative;
    display: inline-block;
    border-radius: 46px;
    transition: 0.4s;
}

.toggle-label:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
}

.toggle-input:checked+.toggle-label {
    background-color: #4BD865;
}

.toggle-input:checked+.toggle-label:after {
    left: 20px;
}

.toggle-switch {
    width: 40px;
    margin-left: auto;
    padding: 10px 0;
}

/*----- Checklist.css -----*/
.cdx-checklist__item {
    display: flex;
    box-sizing: content-box;
}

.cdx-checklist__item-text {
    outline: none;
    flex-grow: 1;
    padding: 5px 0;
}

.cdx-checklist__item-checkbox {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 5px;
    margin-left: 0;
    margin-right: 7px;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    background: #fff;
    cursor: pointer;
    user-select: none;
}

.cdx-checklist__item-checkbox:hover {
    border-color: #b5b5b5;
}

.cdx-checklist__item-checkbox::after {
    position: absolute;
    top: 5px !important;
    left: 4px !important;
    width: 9px;
    height: 4px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    content: '';
    opacity: 0;
    transform: rotate(-45deg);
}

.cdx-checklist__item--checked .cdx-checklist__item-checkbox {
    background: #0d6efd !important;
    border-color: #0d6efd !important;
}

.cdx-checklist__item--checked .cdx-checklist__item-checkbox:hover {
    background: #307cd1;
}

.cdx-checklist__item--checked .cdx-checklist__item-checkbox::after {
    opacity: 1;
}

/* ----- embed.css----- */
.embed-tool--loading .embed-tool__caption {
    display: none;
}

.embed-tool--loading .embed-tool__preloader {
    display: block;
}

.embed-tool--loading .embed-tool__content {
    display: none;
}

.embed-tool__preloader {
    display: none;
    position: relative;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #e6e9eb;
}

.embed-tool__preloader::before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -25px;
    margin-left: -15px;
    border-radius: 50%;
    border: 2px solid #cdd1e0;
    border-top-color: #388ae5;
    animation: embed-preloader-spin 2s infinite linear;
}

.embed-tool__url {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 250px;
    color: #7b7e89;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.embed-tool__content {
    width: 100%;
}

.embed-tool__caption {
    margin-top: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.embed-tool__caption[contentEditable=true][data-placeholder]::before {
    position: absolute;
    content: attr(data-placeholder);
    color: #707684;
    font-weight: normal;
    opacity: 0;
}

.embed-tool__caption[contentEditable=true][data-placeholder]:empty::before {
    opacity: 1;
}

.embed-tool__caption[contentEditable=true][data-placeholder]:empty:focus::before {
    opacity: 0;
}

/** * Styles for Plugin icon in Toolbar */
.ce-header[contentEditable=true][data-placeholder]::before {
    position: absolute;
    content: attr(data-placeholder);
    color: #707684;
    font-weight: normal;
    display: none;
    cursor: text;
}

.ce-header[contentEditable=true][data-placeholder]:empty::before {
    display: block;
}

.ce-header[contentEditable=true][data-placeholder]:empty:focus::before {
    display: none;
}

/* ----- image tools.css----- */
.image-tool {
    --bg-color: #cdd1e0;
    --front-color: #388ae5;
    --border-color: #e8e8eb;
}

.image-tool__image {
    border-radius: 3px;
    overflow: hidden;
    margin: 0 !important;
    position: relative;
}

.image-tool__image-picture {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 800px;
    display: block;
    object-fit: contain;
}

.image-tool__image-preloader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    margin: auto;
    position: relative;
    background-color: var(--bg-color);
    background-position: center center;
}

.image-tool__image-preloader::after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid var(--bg-color);
    border-top-color: var(--front-color);
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation: image-preloader-spin 2s infinite linear;
    box-sizing: border-box;
}

@keyframes image-preloader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.image-tool__image video {
    width: 100% !important;
}

.image-tool__image audio {
    width: 90% !important;
    min-height: 56px !important;
}

.video-settings {
    display: flex;
}

.video-settings .cdx-settings-button {
    width: 50%;
}

.image-tool__caption[contentEditable="true"][data-placeholder]::before {
    position: absolute !important;
    content: attr(data-placeholder);
    color: #707684;
    font-weight: normal;
    display: none;
}

.image-tool__caption[contentEditable="true"][data-placeholder]:empty::before {
    display: block;
}

.image-tool__caption[contentEditable="true"][data-placeholder]:empty:focus::before {
    display: none;
}

.image-tool--empty .image-tool__image,
.image-tool--empty .image-tool__caption,
.image-tool--loading .image-tool__caption,
.image-tool--filled .cdx-button,
.image-tool--filled .image-tool__image-preloader,
.image-tool--loading .image-tool__image-picture,
.image-tool--loading .cdx-button {
    display: none;
}

.attach-tool--loading {
    --bg-color: #cdd1e0;
    --front-color: #388ae5;
    --border-color: #e8e8eb;
}

.attach-tool--empty .image-tool__image,
.attach-tool--filled .image-tool__image {
    display: none;
}

.image-tool--loading .image-tool__image,
.attach-tool--loading .image-tool__image {
    min-height: 200px;
    display: flex;
    border: 1px solid var(--border-color);
    background-color: #fff;
}

.attach-tool--loading .image-tool__image {
    min-height: 80px;
}

.attach-tool--loading .cdx-attaches {
    display: none;
}

.link-tool {
    position: relative;
}

.link-tool__input {
    padding-left: 38px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.567 13.629c.728.464 1.581.65 2.41.558l-.873.873A3.722 3.722 0 1 1 4.84 9.794L6.694 7.94a3.722 3.722 0 0 1 5.256-.008L10.484 9.4a5.209 5.209 0 0 1-.017.016 1.625 1.625 0 0 0-2.29.009l-1.854 1.854a1.626 1.626 0 0 0 2.244 2.35zm2.766-7.358a3.722 3.722 0 0 0-2.41-.558l.873-.873a3.722 3.722 0 1 1 5.264 5.266l-1.854 1.854a3.722 3.722 0 0 1-5.256.008L9.416 10.5a5.2 5.2 0 0 1 .017-.016 1.625 1.625 0 0 0 2.29-.009l1.854-1.854a1.626 1.626 0 0 0-2.244-2.35z' fill='rgba(0, 0, 0, 0.6)' transform='translate(-3.667 -2.7)'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.link-tool__input-holder {
    position: relative;
}

.link-tool__input-holder--error .link-tool__input {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.567 13.629c.728.464 1.581.65 2.41.558l-.873.873A3.722 3.722 0 1 1 4.84 9.794L6.694 7.94a3.722 3.722 0 0 1 5.256-.008L10.484 9.4a5.209 5.209 0 0 1-.017.016 1.625 1.625 0 0 0-2.29.009l-1.854 1.854a1.626 1.626 0 0 0 2.244 2.35zm2.766-7.358a3.722 3.722 0 0 0-2.41-.558l.873-.873a3.722 3.722 0 1 1 5.264 5.266l-1.854 1.854a3.722 3.722 0 0 1-5.256.008L9.416 10.5a5.2 5.2 0 0 1 .017-.016 1.625 1.625 0 0 0 2.29-.009l1.854-1.854a1.626 1.626 0 0 0-2.244-2.35z' fill='rgb(224, 147, 147)' transform='translate(-3.667 -2.7)'/%3E%3C/svg%3E%0A");
    background-color: #fff3f6;
    border-color: #f3e0e0;
    color: #a95a5a;
    box-shadow: inset 0 1px 3px 0 rgba(146, 62, 62, .05);
}

.link-tool__input[contentEditable=true][data-placeholder]::before {
    position: absolute;
    content: attr(data-placeholder);
    color: #707684;
    font-weight: normal;
    opacity: 0;
}

.link-tool__input[contentEditable=true][data-placeholder]:empty::before {
    opacity: 1;
}

.link-tool__input[contentEditable=true][data-placeholder]:empty:focus::before {
    opacity: 0;
}

.link-tool__progress {
    position: absolute;
    box-shadow: inset 0 1px 3px 0 rgba(102, 85, 107, 0.04);
    height: 100%;
    width: 0;
    background-color: #f4f5f7;
    z-index: -1;
}

.link-tool__progress--loading {
    -webkit-animation: progress 500ms ease-in;
    -webkit-animation-fill-mode: forwards;
}

.link-tool__progress--loaded {
    width: 100%;
}

.link-tool__content {
    display: block;
    padding: 20px !important;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #fff;
    color: initial !important;
    text-decoration: none !important;
}

.link-tool__content::after {
    content: "";
    clear: both;
    display: table;
}

.link-tool__content--rendered {
    background: #fff;
    border: 1px solid rgba(201, 201, 204, 0.48);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 6px;
    will-change: filter;
    animation: link-in 450ms 1 cubic-bezier(0.215, 0.61, 0.355, 1);
}

.link-tool__content--rendered:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, .16);
}

.link-tool__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 0 30px;
    width: 65px;
    height: 65px;
    border-radius: 3px;
    float: right;
}

.link-tool__title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 0 10px 0;
}

.link-tool__title+.link-tool__anchor {
    margin-top: 25px;
}

.link-tool__description {
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 1.55em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.link-tool__anchor {
    display: block;
    font-size: 15px;
    line-height: 1em;
    color: #888 !important;
    border: 0 !important;
    padding: 0 !important;
}

/* ----- list.css----- */
.cdx-list {
    margin: 0;
    padding: 0 0 0 36px !important;
    outline: none;
}

.cdx-list__item {
    padding: 0 !important;
    margin: 0;
    line-height: 1.4em !important;
}

.cdx-list--unordered {
    list-style: disc;
}

.cdx-list--ordered {
    list-style: decimal;
}

.cdx-list-settings {
    display: flex;
}

.cdx-list-settings .cdx-settings-button {
    width: 50%;
}

.cdx-marker {
    background: #FFFF00 !important;
    padding: 0 !important;
}

.ce-paragraph {
    padding: 0;
    outline: none;
    word-break: break-word;
}

.ce-paragraph[data-placeholder]:empty::before {
    content: attr(data-placeholder);
    color: #a2a2a2;
    font-weight: normal;
    opacity: 1;
}

.ce-paragraph p:first-of-type {
    margin-top: 0;
}

.ce-paragraph p:last-of-type {
    margin-bottom: 0;
}

.ce-paragraph>*,
.ce-paragraph>span *,
.ce-header>span *,
.ce-header>* {
    font-size: unset !important;
    line-height: 1.4em !important;
}

/* ----- table.css----- */
.tc-editor {
    padding: .4em 0;
    position: relative;
    box-sizing: content-box;
    width: 100%;
    word-break: break-word;
}

.tc-toolbar {
    background: #368be6;
}

.tc-toolbar--hidden {
    display: none !important;
}

.tc-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.tc-table__wrap {
    border: 1px solid #dbdbe2;
    border-radius: 3px;
    position: relative;
    width: 100%;
}

.tc-table__cell {
    border: 1px solid #dbdbe2;
    padding: 0;
    vertical-align: top;
}

.tc-table__area {
    padding: 8px 10px !important;
}

.tc-table__inp {
    outline: none;
    min-height: 1em;
    overflow: hidden
}

.tc-table tbody tr:first-child td {
    border-top: none;
}

.tc-table tbody tr:last-child td {
    border-bottom: none;
}

.tc-table tbody tr td:last-child {
    border-right: none;
}

.tc-table tbody tr td:first-child {
    border-left: none;
}

/* ----- text color.css----- */
.picker_wrapper.popup {
    z-index: 99;
    width: 170px;
    margin: 0;
    box-shadow: 0 0 10px 1px #eaeaea;
    background: #ffffff;
}

.picker_arrow {
    display: none;
}

.layout_default .picker_slider,
.layout_default .picker_selector {
    padding: 5px;
}

.colorPlugin.ce-inline-tool {
    width: auto !important;
    border-radius: 0 !important;
    background: none;
    /* padding-right: 0 !important; */
}

.colorPlugin.ce-inline-tool xy-color-picker {
    position: relative !important;
    width: auto !important;
    padding: 0 !important;
}

.popcon-content {
    display: flex;
    width: max-content;
    padding: 0 15px;
    flex: 1;
    flex-direction: column;
}

.popcon-title {
    line-height: 30px;
    padding: 15px 30px 0 0;
    font-weight: 700;
    font-size: 14px;
    color: #4c5161;
    user-select: none;
    cursor: default;
}

.popcon-body {
    flex: 1;
    padding: 5px 0 15px 0;
}

.popcon-footer {
    padding: 3px 0 15px 0;
    margin-top: -3px;
    text-align: right;
    white-space: nowrap;
}

.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
}

.popcon-footer xy-button {
    font-size: .8em;
    margin-left: .8em;
}

.popcon-type {
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 22px;
    margin: 15px -10px 0 15px;
}

.color-btn {
    border: 1px solid #cab9b9;
    margin: 18px 2px 2px 2px;
    width: 6px;
    height: 6px;
    opacity: 0.9;
    padding: 1px 0 1px 0;
    color: var(--themeColor, #42b983);
    background: var(--themeColor, #42b983);
    font-weight: bolder;
    border-radius: 2px;
}

.color-btn:hover {
    opacity: 1;
    z-index: auto;
}

.pop-footer {
    display: flex;
    justify-content: flex-end;
    padding: 0 .8em .8em;
}

.pop-footer xy-button {
    font-size: .8em;
    margin-left: .8em;
}

.color-btn::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    z-index: -1;
    background: linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0), linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
}

.color-sign {
    max-width: 220px;
    padding: 10px;
    display: grid;
    cursor: default;
    grid-template-columns: repeat(auto-fit, minmax(15px, 1fr));
    grid-gap: 10px;
}

.color-sign>button {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 6px;
    border: 1px solid #b8b9b49e;
    outline: 0;
    opacity: 0.9;
}

.color-sign>button:hover {
    cursor: pointer;
    opacity: 1;
}

.color-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-fire-btn {
    font-size: 17px;
    font-weight: bold;
    height: 28px;
    padding-top: 8px;
    padding-right: 1px;
    margin-left: 0 !important;
    text-shadow: 2px 0 0 #cab9b9;
    padding-left: 3px;
    border-radius: 0 !important;
}

.color-fire-btn:hover {
    background: #eff2f5 !important;
}

.color-fire-btn-text {
    margin-right: 2px;
}

.colorPlugin.ce-inline-tool xy-popover {
    margin: 0 3px !important;
    border-radius: 0 !important;
}

.colorPlugin.ce-inline-tool xy-popover:hover {
    background: #eff2f5 !important;
}

.cdx-underline {
    text-decoration: underline;
}

.ce-code__textarea {
    min-height: 100px;
    margin: 0;
    line-height: 1.5em;
    background: #f8f7fa;
    border: 1px solid #f1f1f4;
    box-shadow: none;
    white-space: pre;
    word-wrap: normal;
    overflow-x: auto;
    resize: vertical;
}

.image-tool--withBorder .image-tool__image {
    border: 1px solid var(--border-color);
}

.image-tool--withBackground .image-tool__image {
    padding: 15px;
    background: var(--bg-color);
}

.image-tool--withBackground .image-tool__image-picture {
    margin: 0 auto !important;
}

.image-tool--stretched .image-tool__image-picture {
    width: 100% !important;
}

.codex-editor .codex-editor__redactor {
    padding-bottom: 160px !important;
    margin-right: 0 !important;
}

.ce-paragraph[data-placeholder]:empty::before {
    color: #a2a2a2 !important;
}

.publicMainContainer {
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    max-width: 650px;
    flex-direction: column;
    position: relative;
}

.publicMainContainer .ce-paragraph {
    line-height: 1.4em !important;
}

/*----- Media Query Starts -----*/
@media screen and (max-width: 767px) {

    .pdf-view,
    .iFrameView {
        height: 80vh;
        max-height: 550px;
    }

    .image-tool__image audio {
        width: 100% !important;
    }
}

@media (max-width:650px) {
    .codex-editor.codex-editor--rtl .ce-toolbar__actions {
        margin-left: 0;
        margin-right: auto;
        padding-right: 0;
        padding-left: 10px
    }
}

/* ------------------------------------------------  CK Editor ---------------------------------------------------------------- */
.ck-editor {
    word-break: break-word;
}

.ck-editor p {
    margin: 0;
}

.ck-editor h1,
.ck-editor h2,
.ck-editor h3,
.ck-editor h4,
.ck-editor h5,
.ck-editor h6 {
    font-weight: 500;
    line-height: 1.4em !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ck-editor h1 {
    font-size: 1.8em !important;
}

.ck-editor h2 {
    font-size: 1.5em !important;
}

.ck-editor h3 {
    font-size: 1.2em !important;
}

.ck-editor h4 {
    font-size: 1em !important;
}

.ck-editor h5 {
    font-size: .8em !important;
}

.ck-editor h6 {
    font-size: .7em !important;
}

.ck-editor__editable_inline {
    padding: var(--ck-spacing-standard) !important;
    min-height: 350px;
}

.html-object-embed {
    display: flex !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
}

.html-object-embed::before {
    display: none;
}

.ck-editor audio,
.ck-editor video {
    width: 100% !important;
    padding: 0.4em 0 !important;
    max-height: 800px;
}

/* .ck-editor img {
    max-height: 800px;
} */
.ck-editor .ce-block,
.ck-editor .ce-block__content {
    margin: 0 !important;
    max-width: none !important;
}

/* .ck-editor a {
    color: #1a0dab;
    cursor: pointer;
    text-decoration: none;
} */
.ce-header p,
.ce-header div,
.sepContentMsg p {
    padding: 0 !important;
    margin: 0 !important;
}

.ck-editor ol,
.ck-editor ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.ck-editor ol li,
.ck-editor ul li {
    margin: 0;
    padding-left: 8px;
}

.attachFile-link {
    display: inline-block;
    text-decoration: none !important;
    max-width: 100%;
    position: relative;
}

.attachIcon {
    float: left;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.attachIcon::before {
    position: absolute;
    top: 19px;
    left: 3px;
    font-size: 10px;
    min-width: 28px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 1;
    content: attr(data-extension);
}

.attachIcon .image-inline {
    float: left;
    width: 40px;
    height: 40px;
}

.attachInfo {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.attachInfo-name {
    float: left;
    width: calc(100% - 52px);
    margin-top: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #1a0dab;
    text-decoration: none;
}

.attachInfo-size {
    float: left;
    color: #7b7e89;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
}

.attachFile-link:hover .attachInfo-name,
.attachFile-link:hover .attachInfo-size {
    text-decoration: underline;
}

.ck.ck-abbr-form .ck-labeled-field-view {
    margin: var(--ck-spacing-large);
}

.ck.ck-abbr-form .ck-button {
    width: 50%;
    border-top: 1px solid var(--ck-color-base-border);
    cursor: pointer;
}

.ck.ck-abbr-form .ck-button.ck-button-save {
    border-right: 1px solid var(--ck-color-base-border);
}

.buttonLink {
    display: inline-block;
    margin: 4px 4px 4px 0;
    font-weight: 400;
    color: #fff;
    background-color: #0070c0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    outline: none;
    border: 1px solid #0070c0;
    font-size: 14px;
    line-height: 29px;
    padding: 0 12px;
    border-radius: 0.25rem;
    transition: all .3s ease 0s;
}

.buttonLink:hover {
    color: #0070c0;
    background-color: #fff;
}

/* --- Added by Bikram --- */
.ck-powered-by {
    display: none;
}

.html-object-embed__content {
    pointer-events: all !important;
}

.ck-media__wrapper iframe {
    pointer-events: all !important;
}

.ck-editor .image-inline.image-style-align-left,
.ck-content .image-inline.image-style-align-right {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.ck-editor .table {
    clear: both;
    display: block;
    margin: 0.9em 0;
    min-width: 15em;
    overflow-x: auto;
}

.ck-editor .table table {
    overflow: hidden;
}

.ck-editor .table table {
    border: 1px double #b3b3b3;
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    width: 100%;
}

.ck-editor .table table {
    border: 1px solid #bfbfbf;
    min-width: 2em;
    padding: 0.4em;
    width: auto !important;
}

.ck-editor .table table td {
    border: 1px solid #bfbfbf;
    min-width: 2em;
    padding: 0.4em;
}

.ck-editor .table td,
.ck-editor .table th {
    overflow-wrap: break-word;
    position: relative;
}

.inlineimage {
    display: inline-flex;
    position: relative;
}

.inlineimage:hover .img-overlay {
    opacity: 1;
}

.ck-editor hr {
    background: #dedede;
    border: 0;
    height: 4px;
    margin: 15px 0;
}

.ck-editor .page-break {
    align-items: center;
    clear: both;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    position: relative;
}

.ck-content .page-break:after {
    border-bottom: 2px dashed #c4c4c4;
    content: "";
    position: absolute;
    width: 100%;
}

.ck-editor .ck-heading_heading1 {
    font-weight: bold !important;
    font-size: 20px !important;
}

.ck-editor .ck-heading_heading2 {
    font-weight: bold !important;
    font-size: 17px !important;
}

.ck-editor .ck-heading_heading3 {
    font-weight: bold !important;
    font-size: 14px !important;
}

.ck-editor .ck-heading_heading4 {
    font-weight: bold !important;
    font-size: 12px !important;
}

.ck-editor .ck-heading_heading5 {
    font-weight: bold !important;
    font-size: 10px !important;
}

.ck-editor .ck-heading_heading6 {
    font-weight: bold !important;
    font-size: 8px !important;
}

.ck-editor blockquote {
    border-left: 5px solid #ccc;
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.ck-editor .ck-media__placeholder__url__text {
    max-width: 700px;
}

.ck-editor .media {
    clear: both;
    display: block;
    margin: 0.9em 0;
    min-width: 15em;
}

.ck-editor .table {
    clear: both;
    display: block;
    margin: 0.9em 0;
    min-width: 15em;
    overflow-x: auto;
}

.ck-editor pre {
    background: hsla(0, 0%, 78%, .3);
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    color: #353535;
    direction: ltr;
    font-style: normal;
    min-width: 200px;
    padding: 1em;
    tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    position: relative;
}

.ck-editor .marker-yellow {
    background-color: #fdfd77;
}

.ck-editor .marker-green {
    background-color: #62f962;
}

.ck-editor .marker-pink {
    background-color: #fc7899;
}

.ck-editor .marker-blue {
    background-color: #72ccfd;
}

.ck-editor .pen-red {
    background-color: transparent;
    color: #e71313;
}

.ck-editor .pen-green {
    background-color: transparent;
    color: #128a00;
}

/* .ck-editor pre {
    background: hsla(0, 0%, 78%, .3);
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    color: #353535;
    direction: ltr;
    font-style: normal;
    min-width: 200px;
    padding: 1em;
    tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    position: relative;
} */
.ck-editor pre code {
    background: unset;
    border-radius: 0;
    padding: 0;
}

.ck-editor pre[data-language]:after {
    background: var(--ck-color-code-block-label-background);
    color: #fff;
    font-family: var(--ck-font-face);
    font-size: 10px;
    line-height: 16px;
    padding: var(--ck-spacing-tiny) var(--ck-spacing-medium);
    right: 10px;
    top: -1px;
    white-space: nowrap;
}

.ck-editor pre[data-language]:after {
    content: attr(data-language);
    position: absolute;
}

.ck-editor .text-tiny {
    font-size: .7em;
}

.ck-editor .text-small {
    font-size: .85em;
}

.ck-editor .text-big {
    font-size: 1.4em;
}

.ck-editor .text-huge {
    font-size: 1.8em;
}

.ck-content ol ol ol ol ol {
    list-style-type: upper-roman;
}

.ck-content ol ol ol ol {
    list-style-type: upper-latin;
}

.ck-content ol ol ol {
    list-style-type: lower-roman;
}

.ck-content ol ol {
    list-style-type: lower-latin;
}

.ck-content ol {
    margin: 0;
    padding: 0 0 0 20px;
}

.ck-content ol {
    list-style-type: decimal;
}

.ck-content .image-style-align-right {
    float: right;
    margin-left: 1.5em;
}

.ck-content .image {
    clear: both;
    display: table;
    margin: 0.9em auto;
    min-width: 50px;
    text-align: center;
}

.ck-content .image-style-side {
    float: right;
    margin-left: 1.5em;
    max-width: 50%;
}

.ck-content .image-style-align-left {
    float: left;
    margin-right: 1.5em;
}

.ck-content .image-style-align-left,
.ck-content .image-style-align-right {
    clear: none;
}

.ck-content ol ol ol ol ol {
    list-style-type: upper-roman;
}

.ck-content ol ol ol ol {
    list-style-type: upper-latin;
}

.ck-content ol ol ol {
    list-style-type: lower-roman;
}

.ck-content ol ol {
    list-style-type: lower-latin;
}

.ck-content ol {
    margin: 0;
    padding: 0 0 0 20px;
}

.ck-content .table {
    /* display: table; */
    /* display: block !important; */
    margin: 0.9em auto;
    word-break: normal;
}

.ck-content .table table th {
    background: rgba(0, 0, 0, .05);
    font-weight: 700;
}

.ck-content .table table td,
.ck-content .table table th {
    border: 1px solid #bfbfbf;
    min-width: 2em;
    padding: 0.4em;
}

.ck-content ol {
    list-style-type: decimal;
}

.ck-content .image-style-align-right {
    float: right;
    margin-left: 1.5em;
}

.flexContainer {
    display: flex;
    flex-direction: column;
}

.ck-content .image img {
    min-width: auto !important;
}

.ck-content .image>figcaption {
    background-color: #f7f7f7;
    caption-side: bottom;
    color: #333;
    display: table-caption;
    font-size: .75em;
    outline-offset: -1px;
    padding: 0.6em;
    word-break: break-word;
}

.ckLoader {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
}

/*----- Media Query -----*/
@media screen and (max-width: 767px) {

    .ck-editor .image-style-align-right,
    .ck-editor .image-style-align-left {
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}