/**
 * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
    --ck-color-mention-background: rgba(153, 0, 48, .1);
    --ck-color-mention-text: #990030
}

.ckeditor-content .mention {
    background: var(--ck-color-mention-background);
    color: var(--ck-color-mention-text)
}


.ckeditor-content 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
}

.ckeditor-content[dir=rtl] blockquote {
    border-left: 0;
    border-right: 5px solid #ccc
}

.ckeditor-content .text-tiny {
    font-size: .7em
}

.ckeditor-content .text-small {
    font-size: .85em
}

.ckeditor-content .text-big {
    font-size: 1.4em
}

.ckeditor-content .text-huge {
    font-size: 1.8em
}

:root {
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-marker-green: #62f962;
    --ck-highlight-marker-pink: #fc7899;
    --ck-highlight-marker-blue: #72ccfd;
    --ck-highlight-pen-red: #e71313;
    --ck-highlight-pen-green: #128a00
}

.ckeditor-content .marker-yellow {
    background-color: var(--ck-highlight-marker-yellow)
}

.ckeditor-content .marker-green {
    background-color: var(--ck-highlight-marker-green)
}

.ckeditor-content .marker-pink {
    background-color: var(--ck-highlight-marker-pink)
}

.ckeditor-content .marker-blue {
    background-color: var(--ck-highlight-marker-blue)
}

.ckeditor-content .pen-red {
    background-color: transparent;
    color: var(--ck-highlight-pen-red)
}

.ckeditor-content .pen-green {
    background-color: transparent;
    color: var(--ck-highlight-pen-green)
}

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

:root {
    --ck-color-image-caption-background: #f7f7f7;
    --ck-color-image-caption-text: #333
}

.ckeditor-content .image > figcaption {
    background-color: var(--ck-color-image-caption-background);
    caption-side: bottom;
    color: var(--ck-color-image-caption-text);
    display: table-caption;
    font-size: .75em;
    outline-offset: -1px;
    padding: .6em;
    word-break: break-word
}

@media (forced-colors: active) {
    .ckeditor-content .image > figcaption {
        background-color: unset;
        color: unset
    }
}

.ckeditor-content img.image_resized {
    height: auto
}

.ckeditor-content .image.image_resized {
    box-sizing: border-box;
    display: block;
    max-width: 100%
}

.ckeditor-content .image.image_resized img {
    width: 100%
}

.ckeditor-content .image.image_resized > figcaption {
    display: block
}

:root {
    --ck-image-style-spacing: 1.5em;
    --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2)
}

.ckeditor-content .image.image-style-block-align-left, .ckeditor-content .image.image-style-block-align-right {
    max-width: calc(100% - var(--ck-image-style-spacing))
}

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

.ckeditor-content .image.image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%
}

.ckeditor-content .image.image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing)
}

.ckeditor-content .image.image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing)
}

.ckeditor-content .image.image-style-block-align-right {
    margin-left: auto;
    margin-right: 0
}

.ckeditor-content .image.image-style-block-align-left {
    margin-left: 0;
    margin-right: auto
}

.ckeditor-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto
}

.ckeditor-content .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing)
}

.ckeditor-content .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing)
}

.ckeditor-content p + .image.image-style-align-left, .ckeditor-content p + .image.image-style-align-right, .ckeditor-content p + .image.image-style-side {
    margin-top: 0
}

.ckeditor-content .image-inline.image-style-align-left, .ckeditor-content .image-inline.image-style-align-right {
    margin-bottom: var(--ck-inline-image-style-spacing);
    margin-top: var(--ck-inline-image-style-spacing)
}

.ckeditor-content .image-inline.image-style-align-left {
    margin-right: var(--ck-inline-image-style-spacing)
}

.ckeditor-content .image-inline.image-style-align-right {
    margin-left: var(--ck-inline-image-style-spacing)
}

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

.ckeditor-content .image img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%
}

.ckeditor-content .image-inline {
    align-items: flex-start;
    display: inline-flex;
    max-width: 100%
}

.ckeditor-content .image-inline picture {
    display: flex
}

.ckeditor-content .image-inline img, .ckeditor-content .image-inline picture {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%
}

.ckeditor-content ol {
    list-style-type: decimal
}

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

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

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

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

.ckeditor-content ul {
    list-style-type: disc
}

.ckeditor-content ul ul {
    list-style-type: circle
}

.ckeditor-content ul ul ul, .ckeditor-content ul ul ul ul {
    list-style-type: square
}

:root {
    --ck-todo-list-checkmark-size: 16px
}

.ckeditor-content .todo-list {
    list-style: none
}

.ckeditor-content .todo-list li {
    margin-bottom: 5px;
    position: relative
}

.ckeditor-content .todo-list li .todo-list {
    margin-top: 5px
}

.ckeditor-content .todo-list .todo-list__label > input {
    -webkit-appearance: none;
    border: 0;
    display: inline-block;
    height: var(--ck-todo-list-checkmark-size);
    left: -25px;
    margin-left: 0;
    margin-right: -15px;
    position: relative;
    right: 0;
    vertical-align: middle;
    width: var(--ck-todo-list-checkmark-size)
}

.ckeditor-content[dir=rtl] .todo-list .todo-list__label > input {
    left: 0;
    margin-left: -15px;
    margin-right: 0;
    right: -25px
}

.ckeditor-content .todo-list .todo-list__label > input:before {
    border: 1px solid #333;
    border-radius: 2px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: box-shadow .25s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion: reduce) {
    .ckeditor-content .todo-list .todo-list__label > input:before {
        transition: none
    }
}

.ckeditor-content .todo-list .todo-list__label > input:after {
    border-color: transparent;
    border-style: solid;
    border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;
    box-sizing: content-box;
    content: "";
    display: block;
    height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
    left: calc(var(--ck-todo-list-checkmark-size) / 3);
    pointer-events: none;
    position: absolute;
    top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
    transform: rotate(45deg);
    width: calc(var(--ck-todo-list-checkmark-size) / 5.3)
}

.ckeditor-content .todo-list .todo-list__label > input[checked]:before {
    background: #26ab33;
    border-color: #26ab33
}

.ckeditor-content .todo-list .todo-list__label > input[checked]:after {
    border-color: #fff
}

.ckeditor-content .todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle
}

.ckeditor-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
    position: absolute
}

.ckeditor-content .media {
    clear: both;
    display: block;
    margin: .9em 0;
    min-width: 15em
}

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

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

.ckeditor-content .page-break__label {
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .15);
    color: #333;
    display: block;
    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    font-size: .75em;
    font-weight: 700;
    padding: .3em .6em;
    position: relative;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1
}

@media print {
    .ckeditor-content .page-break {
        padding: 0
    }

    .ckeditor-content .page-break:after {
        display: none
    }

    .ckeditor-content :has(+.page-break) {
        margin-bottom: 0
    }
}

.ckeditor-content .table {
    display: table;
    margin: .9em auto
}

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

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

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

@media print {
    .ckeditor-content .table table {
        height: auto
    }
}

.ckeditor-content[dir=rtl] .table th {
    text-align: right
}

.ckeditor-content[dir=ltr] .table th {
    text-align: left
}

:root {
    --ck-color-selector-caption-background: #f7f7f7;
    --ck-color-selector-caption-text: #333
}

.ckeditor-content .table > figcaption {
    background-color: var(--ck-color-selector-caption-background);
    caption-side: top;
    color: var(--ck-color-selector-caption-text);
    display: table-caption;
    font-size: .75em;
    outline-offset: -1px;
    padding: .6em;
    text-align: center;
    word-break: break-word
}

@media (forced-colors: active) {
    .ckeditor-content .table > figcaption {
        background-color: unset;
        color: unset
    }
}

.ckeditor-content .table .ck-table-resized {
    table-layout: fixed
}

.ckeditor-content .table table {
    overflow: hidden
}

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