@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600;1,700&amp;display=swap);

:root {
    --ck-color-image-caption-background: #f7f7f7;
    --ck-color-image-caption-text: #333;
    --ck-color-mention-background: rgba(153, 0, 48, 0.1);
    --ck-color-mention-text: #990030;
    --ck-color-table-caption-background: #f7f7f7;
    --ck-color-table-caption-text: #333;
    --ck-highlight-marker-blue: #72ccfd;
    --ck-highlight-marker-green: #62f962;
    --ck-highlight-marker-pink: #fc7899;
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-pen-green: #128a00;
    --ck-highlight-pen-red: #e71313;
    --ck-image-style-spacing: 1.5em;
    --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing)/2);
    --ck-todo-list-checkmark-size: 16px;
    --dodger-blue: #0560fc
}

#answer .kb-article-body-content:after,
.answer .kb-article-body-content:after,
.article-content .kb-article-body-content:after,
.article-item .body .kb-article-body-content:after,
.article-item .kb-article-body-content:after,
.fr-view .kb-article-body-content:after,
article .kb-article-body-content:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

#answer .kb-editor-content code,
.answer .kb-editor-content code,
.article-content .kb-editor-content code,
.article-item .body .kb-editor-content code,
.article-item .kb-editor-content code,
.fr-view .kb-editor-content code,
article .kb-editor-content code {
    background-color: hsla(0, 0%, 78%, .3) !important;
    padding: .15em !important;
    border-radius: 2px !important
}

#answer .kb-editor-content blockquote,
.answer .kb-editor-content blockquote,
.article-content .kb-editor-content blockquote,
.article-item .body .kb-editor-content blockquote,
.article-item .kb-editor-content blockquote,
.fr-view .kb-editor-content blockquote,
article .kb-editor-content blockquote {
    overflow: hidden;
    padding: 10px 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #ccc !important;
    background: none
}

#answer .kb-editor-content blockquote:before,
.answer .kb-editor-content blockquote:before,
.article-content .kb-editor-content blockquote:before,
.article-item .body .kb-editor-content blockquote:before,
.article-item .kb-editor-content blockquote:before,
.fr-view .kb-editor-content blockquote:before,
article .kb-editor-content blockquote:before {
    content: none
}

#answer .kb-editor-content blockquote p,
.answer .kb-editor-content blockquote p,
.article-content .kb-editor-content blockquote p,
.article-item .body .kb-editor-content blockquote p,
.article-item .kb-editor-content blockquote p,
.fr-view .kb-editor-content blockquote p,
article .kb-editor-content blockquote p {
    margin: 18px 0 !important
}

#answer .kb-editor-content[dir=rtl] blockquote,
.answer .kb-editor-content[dir=rtl] blockquote,
.article-content .kb-editor-content[dir=rtl] blockquote,
.article-item .body .kb-editor-content[dir=rtl] blockquote,
.article-item .kb-editor-content[dir=rtl] blockquote,
.fr-view .kb-editor-content[dir=rtl] blockquote,
article .kb-editor-content[dir=rtl] blockquote {
    border-left: 0;
    border-right: 5px solid #ccc
}

#answer .kb-editor-content .text-tiny,
.answer .kb-editor-content .text-tiny,
.article-content .kb-editor-content .text-tiny,
.article-item .body .kb-editor-content .text-tiny,
.article-item .kb-editor-content .text-tiny,
.fr-view .kb-editor-content .text-tiny,
article .kb-editor-content .text-tiny {
    font-size: .7em
}

#answer .kb-editor-content .text-small,
.answer .kb-editor-content .text-small,
.article-content .kb-editor-content .text-small,
.article-item .body .kb-editor-content .text-small,
.article-item .kb-editor-content .text-small,
.fr-view .kb-editor-content .text-small,
article .kb-editor-content .text-small {
    font-size: .85em
}

#answer .kb-editor-content .text-big,
.answer .kb-editor-content .text-big,
.article-content .kb-editor-content .text-big,
.article-item .body .kb-editor-content .text-big,
.article-item .kb-editor-content .text-big,
.fr-view .kb-editor-content .text-big,
article .kb-editor-content .text-big {
    font-size: 1.4em
}

#answer .kb-editor-content .text-huge,
.answer .kb-editor-content .text-huge,
.article-content .kb-editor-content .text-huge,
.article-item .body .kb-editor-content .text-huge,
.article-item .kb-editor-content .text-huge,
.fr-view .kb-editor-content .text-huge,
article .kb-editor-content .text-huge {
    font-size: 1.8em
}

#answer .kb-editor-content .marker-yellow,
.answer .kb-editor-content .marker-yellow,
.article-content .kb-editor-content .marker-yellow,
.article-item .body .kb-editor-content .marker-yellow,
.article-item .kb-editor-content .marker-yellow,
.fr-view .kb-editor-content .marker-yellow,
article .kb-editor-content .marker-yellow {
    background-color: #fdfd77;
    background-color: var(--ck-highlight-marker-yellow)
}

#answer .kb-editor-content .marker-green,
.answer .kb-editor-content .marker-green,
.article-content .kb-editor-content .marker-green,
.article-item .body .kb-editor-content .marker-green,
.article-item .kb-editor-content .marker-green,
.fr-view .kb-editor-content .marker-green,
article .kb-editor-content .marker-green {
    background-color: #62f962;
    background-color: var(--ck-highlight-marker-green)
}

#answer .kb-editor-content .marker-pink,
.answer .kb-editor-content .marker-pink,
.article-content .kb-editor-content .marker-pink,
.article-item .body .kb-editor-content .marker-pink,
.article-item .kb-editor-content .marker-pink,
.fr-view .kb-editor-content .marker-pink,
article .kb-editor-content .marker-pink {
    background-color: #fc7899;
    background-color: var(--ck-highlight-marker-pink)
}

#answer .kb-editor-content .marker-blue,
.answer .kb-editor-content .marker-blue,
.article-content .kb-editor-content .marker-blue,
.article-item .body .kb-editor-content .marker-blue,
.article-item .kb-editor-content .marker-blue,
.fr-view .kb-editor-content .marker-blue,
article .kb-editor-content .marker-blue {
    background-color: #72ccfd;
    background-color: var(--ck-highlight-marker-blue)
}

#answer .kb-editor-content .pen-red,
.answer .kb-editor-content .pen-red,
.article-content .kb-editor-content .pen-red,
.article-item .body .kb-editor-content .pen-red,
.article-item .kb-editor-content .pen-red,
.fr-view .kb-editor-content .pen-red,
article .kb-editor-content .pen-red {
    color: #e71313;
    color: var(--ck-highlight-pen-red);
    background-color: transparent
}

#answer .kb-editor-content .pen-green,
.answer .kb-editor-content .pen-green,
.article-content .kb-editor-content .pen-green,
.article-item .body .kb-editor-content .pen-green,
.article-item .kb-editor-content .pen-green,
.fr-view .kb-editor-content .pen-green,
article .kb-editor-content .pen-green {
    color: #128a00;
    color: var(--ck-highlight-pen-green);
    background-color: transparent
}

#answer .kb-editor-content .image,
.answer .kb-editor-content .image,
.article-content .kb-editor-content .image,
.article-item .body .kb-editor-content .image,
.article-item .kb-editor-content .image,
.fr-view .kb-editor-content .image,
article .kb-editor-content .image {
    display: table;
    clear: both;
    text-align: center;
    margin: .9em auto;
    min-width: 50px
}

#answer .kb-editor-content img,
.answer .kb-editor-content img,
.article-content .kb-editor-content img,
.article-item .body .kb-editor-content img,
.article-item .kb-editor-content img,
.fr-view .kb-editor-content img,
article .kb-editor-content img {
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

#answer .kb-editor-content .image img,
.answer .kb-editor-content .image img,
.article-content .kb-editor-content .image img,
.article-item .body .kb-editor-content .image img,
.article-item .kb-editor-content .image img,
.fr-view .kb-editor-content .image img,
article .kb-editor-content .image img {
    display: block
}

#answer .kb-editor-content .image-inline,
.answer .kb-editor-content .image-inline,
.article-content .kb-editor-content .image-inline,
.article-item .body .kb-editor-content .image-inline,
.article-item .kb-editor-content .image-inline,
.fr-view .kb-editor-content .image-inline,
article .kb-editor-content .image-inline {
    display: inline-flex;
    max-width: 100%;
    align-items: flex-start
}

#answer .kb-editor-content .image-inline picture,
.answer .kb-editor-content .image-inline picture,
.article-content .kb-editor-content .image-inline picture,
.article-item .body .kb-editor-content .image-inline picture,
.article-item .kb-editor-content .image-inline picture,
.fr-view .kb-editor-content .image-inline picture,
article .kb-editor-content .image-inline picture {
    display: flex
}

#answer .kb-editor-content .image-inline img,
#answer .kb-editor-content .image-inline picture,
.answer .kb-editor-content .image-inline img,
.answer .kb-editor-content .image-inline picture,
.article-content .kb-editor-content .image-inline img,
.article-content .kb-editor-content .image-inline picture,
.article-item .body .kb-editor-content .image-inline img,
.article-item .body .kb-editor-content .image-inline picture,
.article-item .kb-editor-content .image-inline img,
.article-item .kb-editor-content .image-inline picture,
.fr-view .kb-editor-content .image-inline img,
.fr-view .kb-editor-content .image-inline picture,
article .kb-editor-content .image-inline img,
article .kb-editor-content .image-inline picture {
    flex-grow: 1;
    flex-shrink: 1
}

#answer .kb-editor-content .image>figcaption,
.answer .kb-editor-content .image>figcaption,
.article-content .kb-editor-content .image>figcaption,
.article-item .body .kb-editor-content .image>figcaption,
.article-item .kb-editor-content .image>figcaption,
.fr-view .kb-editor-content .image>figcaption,
article .kb-editor-content .image>figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: #333;
    color: var(--ck-color-image-caption-text);
    background-color: #f7f7f7;
    background-color: var(--ck-color-image-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px
}

#answer .kb-editor-content .image.image_resized,
.answer .kb-editor-content .image.image_resized,
.article-content .kb-editor-content .image.image_resized,
.article-item .body .kb-editor-content .image.image_resized,
.article-item .kb-editor-content .image.image_resized,
.fr-view .kb-editor-content .image.image_resized,
article .kb-editor-content .image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box
}

#answer .kb-editor-content .image.image_resized img,
.answer .kb-editor-content .image.image_resized img,
.article-content .kb-editor-content .image.image_resized img,
.article-item .body .kb-editor-content .image.image_resized img,
.article-item .kb-editor-content .image.image_resized img,
.fr-view .kb-editor-content .image.image_resized img,
article .kb-editor-content .image.image_resized img {
    width: 100%
}

#answer .kb-editor-content .image.image_resized>figcaption,
.answer .kb-editor-content .image.image_resized>figcaption,
.article-content .kb-editor-content .image.image_resized>figcaption,
.article-item .body .kb-editor-content .image.image_resized>figcaption,
.article-item .kb-editor-content .image.image_resized>figcaption,
.fr-view .kb-editor-content .image.image_resized>figcaption,
article .kb-editor-content .image.image_resized>figcaption {
    display: block
}

#answer .kb-editor-content .image-style-block-align-left,
#answer .kb-editor-content .image-style-block-align-right,
.answer .kb-editor-content .image-style-block-align-left,
.answer .kb-editor-content .image-style-block-align-right,
.article-content .kb-editor-content .image-style-block-align-left,
.article-content .kb-editor-content .image-style-block-align-right,
.article-item .body .kb-editor-content .image-style-block-align-left,
.article-item .body .kb-editor-content .image-style-block-align-right,
.article-item .kb-editor-content .image-style-block-align-left,
.article-item .kb-editor-content .image-style-block-align-right,
.fr-view .kb-editor-content .image-style-block-align-left,
.fr-view .kb-editor-content .image-style-block-align-right,
article .kb-editor-content .image-style-block-align-left,
article .kb-editor-content .image-style-block-align-right {
    max-width: calc(100% - 1.5em);
    max-width: calc(100% - var(--ck-image-style-spacing))
}

#answer .kb-editor-content .image-style-align-left,
#answer .kb-editor-content .image-style-align-right,
.answer .kb-editor-content .image-style-align-left,
.answer .kb-editor-content .image-style-align-right,
.article-content .kb-editor-content .image-style-align-left,
.article-content .kb-editor-content .image-style-align-right,
.article-item .body .kb-editor-content .image-style-align-left,
.article-item .body .kb-editor-content .image-style-align-right,
.article-item .kb-editor-content .image-style-align-left,
.article-item .kb-editor-content .image-style-align-right,
.fr-view .kb-editor-content .image-style-align-left,
.fr-view .kb-editor-content .image-style-align-right,
article .kb-editor-content .image-style-align-left,
article .kb-editor-content .image-style-align-right {
    clear: none
}

#answer .kb-editor-content .image-style-side,
.answer .kb-editor-content .image-style-side,
.article-content .kb-editor-content .image-style-side,
.article-item .body .kb-editor-content .image-style-side,
.article-item .kb-editor-content .image-style-side,
.fr-view .kb-editor-content .image-style-side,
article .kb-editor-content .image-style-side {
    float: right;
    margin-left: 1.5em;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%
}

#answer .kb-editor-content .image-style-align-left,
.answer .kb-editor-content .image-style-align-left,
.article-content .kb-editor-content .image-style-align-left,
.article-item .body .kb-editor-content .image-style-align-left,
.article-item .kb-editor-content .image-style-align-left,
.fr-view .kb-editor-content .image-style-align-left,
article .kb-editor-content .image-style-align-left {
    float: left;
    margin-right: 1.5em;
    margin-right: var(--ck-image-style-spacing)
}

#answer .kb-editor-content .image-style-align-center,
.answer .kb-editor-content .image-style-align-center,
.article-content .kb-editor-content .image-style-align-center,
.article-item .body .kb-editor-content .image-style-align-center,
.article-item .kb-editor-content .image-style-align-center,
.fr-view .kb-editor-content .image-style-align-center,
article .kb-editor-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto
}

#answer .kb-editor-content .image-style-align-right,
.answer .kb-editor-content .image-style-align-right,
.article-content .kb-editor-content .image-style-align-right,
.article-item .body .kb-editor-content .image-style-align-right,
.article-item .kb-editor-content .image-style-align-right,
.fr-view .kb-editor-content .image-style-align-right,
article .kb-editor-content .image-style-align-right {
    float: right;
    margin-left: 1.5em;
    margin-left: var(--ck-image-style-spacing)
}

#answer .kb-editor-content .image-style-block-align-right,
.answer .kb-editor-content .image-style-block-align-right,
.article-content .kb-editor-content .image-style-block-align-right,
.article-item .body .kb-editor-content .image-style-block-align-right,
.article-item .kb-editor-content .image-style-block-align-right,
.fr-view .kb-editor-content .image-style-block-align-right,
article .kb-editor-content .image-style-block-align-right {
    margin-right: 0;
    margin-left: auto
}

#answer .kb-editor-content .image-style-block-align-left,
.answer .kb-editor-content .image-style-block-align-left,
.article-content .kb-editor-content .image-style-block-align-left,
.article-item .body .kb-editor-content .image-style-block-align-left,
.article-item .kb-editor-content .image-style-block-align-left,
.fr-view .kb-editor-content .image-style-block-align-left,
article .kb-editor-content .image-style-block-align-left {
    margin-left: 0;
    margin-right: auto
}

#answer .kb-editor-content p+.image-style-align-left,
#answer .kb-editor-content p+.image-style-align-right,
#answer .kb-editor-content p+.image-style-side,
.answer .kb-editor-content p+.image-style-align-left,
.answer .kb-editor-content p+.image-style-align-right,
.answer .kb-editor-content p+.image-style-side,
.article-content .kb-editor-content p+.image-style-align-left,
.article-content .kb-editor-content p+.image-style-align-right,
.article-content .kb-editor-content p+.image-style-side,
.article-item .body .kb-editor-content p+.image-style-align-left,
.article-item .body .kb-editor-content p+.image-style-align-right,
.article-item .body .kb-editor-content p+.image-style-side,
.article-item .kb-editor-content p+.image-style-align-left,
.article-item .kb-editor-content p+.image-style-align-right,
.article-item .kb-editor-content p+.image-style-side,
.fr-view .kb-editor-content p+.image-style-align-left,
.fr-view .kb-editor-content p+.image-style-align-right,
.fr-view .kb-editor-content p+.image-style-side,
article .kb-editor-content p+.image-style-align-left,
article .kb-editor-content p+.image-style-align-right,
article .kb-editor-content p+.image-style-side {
    margin-top: 0
}

#answer .kb-editor-content .image-inline.image-style-align-left,
#answer .kb-editor-content .image-inline.image-style-align-right,
.answer .kb-editor-content .image-inline.image-style-align-left,
.answer .kb-editor-content .image-inline.image-style-align-right,
.article-content .kb-editor-content .image-inline.image-style-align-left,
.article-content .kb-editor-content .image-inline.image-style-align-right,
.article-item .body .kb-editor-content .image-inline.image-style-align-left,
.article-item .body .kb-editor-content .image-inline.image-style-align-right,
.article-item .kb-editor-content .image-inline.image-style-align-left,
.article-item .kb-editor-content .image-inline.image-style-align-right,
.fr-view .kb-editor-content .image-inline.image-style-align-left,
.fr-view .kb-editor-content .image-inline.image-style-align-right,
article .kb-editor-content .image-inline.image-style-align-left,
article .kb-editor-content .image-inline.image-style-align-right {
    margin-top: .75em;
    margin-top: var(--ck-inline-image-style-spacing);
    margin-bottom: .75em;
    margin-bottom: var(--ck-inline-image-style-spacing)
}

#answer .kb-editor-content .image-inline.image-style-align-left,
.answer .kb-editor-content .image-inline.image-style-align-left,
.article-content .kb-editor-content .image-inline.image-style-align-left,
.article-item .body .kb-editor-content .image-inline.image-style-align-left,
.article-item .kb-editor-content .image-inline.image-style-align-left,
.fr-view .kb-editor-content .image-inline.image-style-align-left,
article .kb-editor-content .image-inline.image-style-align-left {
    margin-right: .75em;
    margin-right: var(--ck-inline-image-style-spacing)
}

#answer .kb-editor-content .image-inline.image-style-align-right,
.answer .kb-editor-content .image-inline.image-style-align-right,
.article-content .kb-editor-content .image-inline.image-style-align-right,
.article-item .body .kb-editor-content .image-inline.image-style-align-right,
.article-item .kb-editor-content .image-inline.image-style-align-right,
.fr-view .kb-editor-content .image-inline.image-style-align-right,
article .kb-editor-content .image-inline.image-style-align-right {
    margin-left: .75em;
    margin-left: var(--ck-inline-image-style-spacing)
}

#answer .kb-editor-content .todo-list,
.answer .kb-editor-content .todo-list,
.article-content .kb-editor-content .todo-list,
.article-item .body .kb-editor-content .todo-list,
.article-item .kb-editor-content .todo-list,
.fr-view .kb-editor-content .todo-list,
article .kb-editor-content .todo-list {
    list-style: none
}

#answer .kb-editor-content .todo-list li,
.answer .kb-editor-content .todo-list li,
.article-content .kb-editor-content .todo-list li,
.article-item .body .kb-editor-content .todo-list li,
.article-item .kb-editor-content .todo-list li,
.fr-view .kb-editor-content .todo-list li,
article .kb-editor-content .todo-list li {
    margin-bottom: 5px
}

#answer .kb-editor-content .todo-list li .todo-list,
.answer .kb-editor-content .todo-list li .todo-list,
.article-content .kb-editor-content .todo-list li .todo-list,
.article-item .body .kb-editor-content .todo-list li .todo-list,
.article-item .kb-editor-content .todo-list li .todo-list,
.fr-view .kb-editor-content .todo-list li .todo-list,
article .kb-editor-content .todo-list li .todo-list {
    margin-top: 5px
}

#answer .kb-editor-content .todo-list .todo-list__label>input,
.answer .kb-editor-content .todo-list .todo-list__label>input,
.article-content .kb-editor-content .todo-list .todo-list__label>input,
.article-item .body .kb-editor-content .todo-list .todo-list__label>input,
.article-item .kb-editor-content .todo-list .todo-list__label>input,
.fr-view .kb-editor-content .todo-list .todo-list__label>input,
article .kb-editor-content .todo-list .todo-list__label>input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: 16px;
    width: var(--ck-todo-list-checkmark-size);
    height: 16px;
    height: var(--ck-todo-list-checkmark-size);
    flex-shrink: 0;
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0
}

#answer .kb-editor-content .todo-list .todo-list__label>input:before,
.answer .kb-editor-content .todo-list .todo-list__label>input:before,
.article-content .kb-editor-content .todo-list .todo-list__label>input:before,
.article-item .body .kb-editor-content .todo-list .todo-list__label>input:before,
.article-item .kb-editor-content .todo-list .todo-list__label>input:before,
.fr-view .kb-editor-content .todo-list .todo-list__label>input:before,
article .kb-editor-content .todo-list .todo-list__label>input:before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    border-radius: 2px;
    transition: box-shadow .25s ease-in-out, background .25s ease-in-out, border .25s ease-in-out
}

#answer .kb-editor-content .todo-list .todo-list__label>input:after,
.answer .kb-editor-content .todo-list .todo-list__label>input:after,
.article-content .kb-editor-content .todo-list .todo-list__label>input:after,
.article-item .body .kb-editor-content .todo-list .todo-list__label>input:after,
.article-item .kb-editor-content .todo-list .todo-list__label>input:after,
.fr-view .kb-editor-content .todo-list .todo-list__label>input:after,
article .kb-editor-content .todo-list .todo-list__label>input:after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: "";
    left: 5.33333px;
    left: calc(var(--ck-todo-list-checkmark-size)/3);
    top: 3.01887px;
    top: calc(var(--ck-todo-list-checkmark-size)/5.3);
    width: 3.01887px;
    width: calc(var(--ck-todo-list-checkmark-size)/5.3);
    height: 6.15385px;
    height: calc(var(--ck-todo-list-checkmark-size)/2.6);
    border-width: 0 2px 2px 0;
    border-left: 0 solid transparent;
    border-bottom: calc(var(--ck-todo-list-checkmark-size)/8) solid transparent;
    border-right: calc(var(--ck-todo-list-checkmark-size)/8) solid transparent;
    border-top: 0 solid transparent;
    transform: rotate(45deg)
}

#answer .kb-editor-content .todo-list .todo-list__label>input[checked]:before,
.answer .kb-editor-content .todo-list .todo-list__label>input[checked]:before,
.article-content .kb-editor-content .todo-list .todo-list__label>input[checked]:before,
.article-item .body .kb-editor-content .todo-list .todo-list__label>input[checked]:before,
.article-item .kb-editor-content .todo-list .todo-list__label>input[checked]:before,
.fr-view .kb-editor-content .todo-list .todo-list__label>input[checked]:before,
article .kb-editor-content .todo-list .todo-list__label>input[checked]:before {
    background: #26ab33;
    border-color: #26ab33
}

#answer .kb-editor-content .todo-list .todo-list__label>input[checked]:after,
.answer .kb-editor-content .todo-list .todo-list__label>input[checked]:after,
.article-content .kb-editor-content .todo-list .todo-list__label>input[checked]:after,
.article-item .body .kb-editor-content .todo-list .todo-list__label>input[checked]:after,
.article-item .kb-editor-content .todo-list .todo-list__label>input[checked]:after,
.fr-view .kb-editor-content .todo-list .todo-list__label>input[checked]:after,
article .kb-editor-content .todo-list .todo-list__label>input[checked]:after {
    border-color: #fff
}

#answer .kb-editor-content .todo-list .todo-list__label .todo-list__label__description,
.answer .kb-editor-content .todo-list .todo-list__label .todo-list__label__description,
.article-content .kb-editor-content .todo-list .todo-list__label .todo-list__label__description,
.article-item .body .kb-editor-content .todo-list .todo-list__label .todo-list__label__description,
.article-item .kb-editor-content .todo-list .todo-list__label .todo-list__label__description,
.fr-view .kb-editor-content .todo-list .todo-list__label .todo-list__label__description,
article .kb-editor-content .todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle
}

#answer .kb-editor-content .media,
.answer .kb-editor-content .media,
.article-content .kb-editor-content .media,
.article-item .body .kb-editor-content .media,
.article-item .kb-editor-content .media,
.fr-view .kb-editor-content .media,
article .kb-editor-content .media {
    clear: both;
    margin: .9em 0;
    display: block;
    min-width: 15em
}

#answer .kb-editor-content .page-break,
.answer .kb-editor-content .page-break,
.article-content .kb-editor-content .page-break,
.article-item .body .kb-editor-content .page-break,
.article-item .kb-editor-content .page-break,
.fr-view .kb-editor-content .page-break,
article .kb-editor-content .page-break {
    position: relative;
    clear: both;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#answer .kb-editor-content .page-break:after,
.answer .kb-editor-content .page-break:after,
.article-content .kb-editor-content .page-break:after,
.article-item .body .kb-editor-content .page-break:after,
.article-item .kb-editor-content .page-break:after,
.fr-view .kb-editor-content .page-break:after,
article .kb-editor-content .page-break:after {
    content: "";
    position: absolute;
    border-bottom: 2px dashed #c4c4c4;
    width: 100%
}

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

#answer .kb-editor-content .table,
.answer .kb-editor-content .table,
.article-content .kb-editor-content .table,
.article-item .body .kb-editor-content .table,
.article-item .kb-editor-content .table,
.fr-view .kb-editor-content .table,
article .kb-editor-content .table {
    margin: .9em auto;
    display: table
}

#answer .table,
.answer .table,
.article-content .table,
.article-item .body .table,
.article-item .table,
.fr-view .table,
article .table {
    width: 100%;
    max-width: 100%
}

#answer .kb-editor-content .table table,
.answer .kb-editor-content .table table,
.article-content .kb-editor-content .table table,
.article-item .body .kb-editor-content .table table,
.article-item .kb-editor-content .table table,
.fr-view .kb-editor-content .table table,
article .kb-editor-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-color: #b3b3b3
}

#answer .kb-editor-content .table table td,
.answer .kb-editor-content .table table td,
.article-content .kb-editor-content .table table td,
.article-item .body .kb-editor-content .table table td,
.article-item .kb-editor-content .table table td,
.fr-view .kb-editor-content .table table td,
article .kb-editor-content .table table td {
    word-break: normal;
    overflow-wrap: anywhere
}

#answer .kb-editor-content .table table td,
#answer .kb-editor-content .table table th,
.answer .kb-editor-content .table table td,
.answer .kb-editor-content .table table th,
.article-content .kb-editor-content .table table td,
.article-content .kb-editor-content .table table th,
.article-item .body .kb-editor-content .table table td,
.article-item .body .kb-editor-content .table table th,
.article-item .kb-editor-content .table table td,
.article-item .kb-editor-content .table table th,
.fr-view .kb-editor-content .table table td,
.fr-view .kb-editor-content .table table th,
article .kb-editor-content .table table td,
article .kb-editor-content .table table th {
    min-width: 2em;
    padding: .4em;
    border: 1px #b3b3b3
}

#answer .kb-article-body-content table.fr-alternate-rows td,
#answer .kb-article-body-content table.fr-alternate-rows th,
.answer .kb-article-body-content table.fr-alternate-rows td,
.answer .kb-article-body-content table.fr-alternate-rows th,
.article-content .kb-article-body-content table.fr-alternate-rows td,
.article-content .kb-article-body-content table.fr-alternate-rows th,
.article-item .body .kb-article-body-content table.fr-alternate-rows td,
.article-item .body .kb-article-body-content table.fr-alternate-rows th,
.article-item .kb-article-body-content table.fr-alternate-rows td,
.article-item .kb-article-body-content table.fr-alternate-rows th,
.fr-view .kb-article-body-content table.fr-alternate-rows td,
.fr-view .kb-article-body-content table.fr-alternate-rows th,
article .kb-article-body-content table.fr-alternate-rows td,
article .kb-article-body-content table.fr-alternate-rows th {
    border-width: 1px;
    border-style: solid
}

#answer .kb-article-body-content table.fr-alternate-rows tbody tr:nth-child(2n),
.answer .kb-article-body-content table.fr-alternate-rows tbody tr:nth-child(2n),
.article-content .kb-article-body-content table.fr-alternate-rows tbody tr:nth-child(2n),
.article-item .body .kb-article-body-content table.fr-alternate-rows tbody tr:nth-child(2n),
.article-item .kb-article-body-content table.fr-alternate-rows tbody tr:nth-child(2n),
.fr-view .kb-article-body-content table.fr-alternate-rows tbody tr:nth-child(2n),
article .kb-article-body-content table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5
}

#answer .kb-article-body-content table.fr-table-border-0,
#answer .kb-article-body-content table.fr-table-border-0 td,
#answer .kb-article-body-content table.fr-table-border-0 th,
.answer .kb-article-body-content table.fr-table-border-0,
.answer .kb-article-body-content table.fr-table-border-0 td,
.answer .kb-article-body-content table.fr-table-border-0 th,
.article-content .kb-article-body-content table.fr-table-border-0,
.article-content .kb-article-body-content table.fr-table-border-0 td,
.article-content .kb-article-body-content table.fr-table-border-0 th,
.article-item .body .kb-article-body-content table.fr-table-border-0,
.article-item .body .kb-article-body-content table.fr-table-border-0 td,
.article-item .body .kb-article-body-content table.fr-table-border-0 th,
.article-item .kb-article-body-content table.fr-table-border-0,
.article-item .kb-article-body-content table.fr-table-border-0 td,
.article-item .kb-article-body-content table.fr-table-border-0 th,
.fr-view .kb-article-body-content table.fr-table-border-0,
.fr-view .kb-article-body-content table.fr-table-border-0 td,
.fr-view .kb-article-body-content table.fr-table-border-0 th,
article .kb-article-body-content table.fr-table-border-0,
article .kb-article-body-content table.fr-table-border-0 td,
article .kb-article-body-content table.fr-table-border-0 th {
    border-width: 0
}

#answer .kb-article-body-content table.fr-table-border-1,
#answer .kb-article-body-content table.fr-table-border-1 td,
#answer .kb-article-body-content table.fr-table-border-1 th,
.answer .kb-article-body-content table.fr-table-border-1,
.answer .kb-article-body-content table.fr-table-border-1 td,
.answer .kb-article-body-content table.fr-table-border-1 th,
.article-content .kb-article-body-content table.fr-table-border-1,
.article-content .kb-article-body-content table.fr-table-border-1 td,
.article-content .kb-article-body-content table.fr-table-border-1 th,
.article-item .body .kb-article-body-content table.fr-table-border-1,
.article-item .body .kb-article-body-content table.fr-table-border-1 td,
.article-item .body .kb-article-body-content table.fr-table-border-1 th,
.article-item .kb-article-body-content table.fr-table-border-1,
.article-item .kb-article-body-content table.fr-table-border-1 td,
.article-item .kb-article-body-content table.fr-table-border-1 th,
.fr-view .kb-article-body-content table.fr-table-border-1,
.fr-view .kb-article-body-content table.fr-table-border-1 td,
.fr-view .kb-article-body-content table.fr-table-border-1 th,
article .kb-article-body-content table.fr-table-border-1,
article .kb-article-body-content table.fr-table-border-1 td,
article .kb-article-body-content table.fr-table-border-1 th {
    border-width: 1px;
    border-style: solid
}

#answer .kb-article-body-content table.fr-table-border-2,
#answer .kb-article-body-content table.fr-table-border-2 td,
#answer .kb-article-body-content table.fr-table-border-2 th,
.answer .kb-article-body-content table.fr-table-border-2,
.answer .kb-article-body-content table.fr-table-border-2 td,
.answer .kb-article-body-content table.fr-table-border-2 th,
.article-content .kb-article-body-content table.fr-table-border-2,
.article-content .kb-article-body-content table.fr-table-border-2 td,
.article-content .kb-article-body-content table.fr-table-border-2 th,
.article-item .body .kb-article-body-content table.fr-table-border-2,
.article-item .body .kb-article-body-content table.fr-table-border-2 td,
.article-item .body .kb-article-body-content table.fr-table-border-2 th,
.article-item .kb-article-body-content table.fr-table-border-2,
.article-item .kb-article-body-content table.fr-table-border-2 td,
.article-item .kb-article-body-content table.fr-table-border-2 th,
.fr-view .kb-article-body-content table.fr-table-border-2,
.fr-view .kb-article-body-content table.fr-table-border-2 td,
.fr-view .kb-article-body-content table.fr-table-border-2 th,
article .kb-article-body-content table.fr-table-border-2,
article .kb-article-body-content table.fr-table-border-2 td,
article .kb-article-body-content table.fr-table-border-2 th {
    border-width: 2px;
    border-style: solid
}

#answer .kb-article-body-content table.fr-table-border-3,
#answer .kb-article-body-content table.fr-table-border-3 td,
#answer .kb-article-body-content table.fr-table-border-3 th,
.answer .kb-article-body-content table.fr-table-border-3,
.answer .kb-article-body-content table.fr-table-border-3 td,
.answer .kb-article-body-content table.fr-table-border-3 th,
.article-content .kb-article-body-content table.fr-table-border-3,
.article-content .kb-article-body-content table.fr-table-border-3 td,
.article-content .kb-article-body-content table.fr-table-border-3 th,
.article-item .body .kb-article-body-content table.fr-table-border-3,
.article-item .body .kb-article-body-content table.fr-table-border-3 td,
.article-item .body .kb-article-body-content table.fr-table-border-3 th,
.article-item .kb-article-body-content table.fr-table-border-3,
.article-item .kb-article-body-content table.fr-table-border-3 td,
.article-item .kb-article-body-content table.fr-table-border-3 th,
.fr-view .kb-article-body-content table.fr-table-border-3,
.fr-view .kb-article-body-content table.fr-table-border-3 td,
.fr-view .kb-article-body-content table.fr-table-border-3 th,
article .kb-article-body-content table.fr-table-border-3,
article .kb-article-body-content table.fr-table-border-3 td,
article .kb-article-body-content table.fr-table-border-3 th {
    border-width: 3px;
    border-style: solid
}

#answer .kb-article-body-content table.fr-dashed-borders,
#answer .kb-article-body-content table.fr-dashed-borders td,
#answer .kb-article-body-content table.fr-dashed-borders th,
.answer .kb-article-body-content table.fr-dashed-borders,
.answer .kb-article-body-content table.fr-dashed-borders td,
.answer .kb-article-body-content table.fr-dashed-borders th,
.article-content .kb-article-body-content table.fr-dashed-borders,
.article-content .kb-article-body-content table.fr-dashed-borders td,
.article-content .kb-article-body-content table.fr-dashed-borders th,
.article-item .body .kb-article-body-content table.fr-dashed-borders,
.article-item .body .kb-article-body-content table.fr-dashed-borders td,
.article-item .body .kb-article-body-content table.fr-dashed-borders th,
.article-item .kb-article-body-content table.fr-dashed-borders,
.article-item .kb-article-body-content table.fr-dashed-borders td,
.article-item .kb-article-body-content table.fr-dashed-borders th,
.fr-view .kb-article-body-content table.fr-dashed-borders,
.fr-view .kb-article-body-content table.fr-dashed-borders td,
.fr-view .kb-article-body-content table.fr-dashed-borders th,
article .kb-article-body-content table.fr-dashed-borders,
article .kb-article-body-content table.fr-dashed-borders td,
article .kb-article-body-content table.fr-dashed-borders th {
    border-style: dashed
}

#answer .kb-editor-content .table table th,
.answer .kb-editor-content .table table th,
.article-content .kb-editor-content .table table th,
.article-item .body .kb-editor-content .table table th,
.article-item .kb-editor-content .table table th,
.fr-view .kb-editor-content .table table th,
article .kb-editor-content .table table th {
    background: rgba(0, 0, 0, .05);
    font-weight: 700
}

#answer .kb-editor-content[dir=rtl] .table th,
.answer .kb-editor-content[dir=rtl] .table th,
.article-content .kb-editor-content[dir=rtl] .table th,
.article-item .body .kb-editor-content[dir=rtl] .table th,
.article-item .kb-editor-content[dir=rtl] .table th,
.fr-view .kb-editor-content[dir=rtl] .table th,
article .kb-editor-content[dir=rtl] .table th {
    text-align: right
}

#answer .kb-editor-content[dir=ltr] .table th,
.answer .kb-editor-content[dir=ltr] .table th,
.article-content .kb-editor-content[dir=ltr] .table th,
.article-item .body .kb-editor-content[dir=ltr] .table th,
.article-item .kb-editor-content[dir=ltr] .table th,
.fr-view .kb-editor-content[dir=ltr] .table th,
article .kb-editor-content[dir=ltr] .table th {
    text-align: left
}

#answer .kb-editor-content .table>figcaption,
.answer .kb-editor-content .table>figcaption,
.article-content .kb-editor-content .table>figcaption,
.article-item .body .kb-editor-content .table>figcaption,
.article-item .kb-editor-content .table>figcaption,
.fr-view .kb-editor-content .table>figcaption,
article .kb-editor-content .table>figcaption {
    display: table-caption;
    caption-side: top;
    word-break: break-word;
    text-align: center;
    color: #333;
    color: var(--ck-color-table-caption-text);
    background-color: #f7f7f7;
    background-color: var(--ck-color-table-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px
}

#answer .kb-editor-content pre,
.answer .kb-editor-content pre,
.article-content .kb-editor-content pre,
.article-item .body .kb-editor-content pre,
.article-item .kb-editor-content pre,
.fr-view .kb-editor-content pre,
article .kb-editor-content pre {
    padding: 1em !important;
    color: #353535;
    background: hsla(0, 0%, 78%, .3) !important;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px
}

#answer .kb-editor-content pre code,
.answer .kb-editor-content pre code,
.article-content .kb-editor-content pre code,
.article-item .body .kb-editor-content pre code,
.article-item .kb-editor-content pre code,
.fr-view .kb-editor-content pre code,
article .kb-editor-content pre code {
    font-size: 16px !important;
    background: none !important;
    padding: 0;
    border-radius: 0;
    border: none;
    color: #353535 !important
}

#answer .kb-editor-content hr,
.answer .kb-editor-content hr,
.article-content .kb-editor-content hr,
.article-item .body .kb-editor-content hr,
.article-item .kb-editor-content hr,
.fr-view .kb-editor-content hr,
article .kb-editor-content hr {
    margin: 15px 0;
    height: 4px;
    background: #dedede;
    border: 0
}

@media print {

    #answer .kb-editor-content .page-break,
    .answer .kb-editor-content .page-break,
    .article-content .kb-editor-content .page-break,
    .article-item .body .kb-editor-content .page-break,
    .article-item .kb-editor-content .page-break,
    .fr-view .kb-editor-content .page-break,
    article .kb-editor-content .page-break {
        padding: 0
    }

    #answer .kb-editor-content .page-break:after,
    .answer .kb-editor-content .page-break:after,
    .article-content .kb-editor-content .page-break:after,
    .article-item .body .kb-editor-content .page-break:after,
    .article-item .kb-editor-content .page-break:after,
    .fr-view .kb-editor-content .page-break:after,
    article .kb-editor-content .page-break:after {
        display: none
    }
}

#answer .kb-editor-content .kb-decision-tree,
.answer .kb-editor-content .kb-decision-tree,
.article-content .kb-editor-content .kb-decision-tree,
.article-item .body .kb-editor-content .kb-decision-tree,
.article-item .kb-editor-content .kb-decision-tree,
.fr-view .kb-editor-content .kb-decision-tree,
article .kb-editor-content .kb-decision-tree {
    position: relative;
    border: 3px solid #e1e1e1;
    border-radius: 10px;
    padding: 50px 16px;
    text-align: center;
    margin: 10px 0;
    min-height: 170px;
    background: #fff
}

#answer .kb-editor-content .kb-decision-tree:before,
.answer .kb-editor-content .kb-decision-tree:before,
.article-content .kb-editor-content .kb-decision-tree:before,
.article-item .body .kb-editor-content .kb-decision-tree:before,
.article-item .kb-editor-content .kb-decision-tree:before,
.fr-view .kb-editor-content .kb-decision-tree:before,
article .kb-editor-content .kb-decision-tree:before {
    content: none
}

#answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav,
.answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav,
.article-content .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav,
.article-item .body .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav,
.article-item .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav,
.fr-view .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav,
article .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

#answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button,
.answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button,
.article-content .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button,
.article-item .body .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button,
.article-item .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button,
.fr-view .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button,
article .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button {
    padding: 10px 30px;
    background: #0560fc;
    background: var(--dodger-blue);
    border-radius: 20px;
    margin: 5px;
    color: #fff;
    cursor: pointer
}

#answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text,
.answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text,
.article-content .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text,
.article-item .body .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text,
.article-item .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text,
.fr-view .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text,
article .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text {
    margin: 0 !important
}

#answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text p,
.answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text p,
.article-content .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text p,
.article-item .body .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text p,
.article-item .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text p,
.fr-view .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text p,
article .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text p {
    font-size: 16px;
    margin: 0;
    color: #fff
}

#answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content,
#answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-delete-button,
.answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content,
.answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-delete-button,
.article-content .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content,
.article-content .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-delete-button,
.article-item .body .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content,
.article-item .body .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-delete-button,
.article-item .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content,
.article-item .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-delete-button,
.fr-view .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content,
.fr-view .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-delete-button,
article .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content,
article .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-delete-button {
    display: none
}

#answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content[data-active=active],
.answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content[data-active=active],
.article-content .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content[data-active=active],
.article-item .body .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content[data-active=active],
.article-item .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content[data-active=active],
.fr-view .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content[data-active=active],
article .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content[data-active=active] {
    display: block
}

#answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-add-answers,
.answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-add-answers,
.article-content .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-add-answers,
.article-item .body .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-add-answers,
.article-item .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-add-answers,
.fr-view .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-add-answers,
article .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-add-answers {
    display: none
}

#answer .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers,
.answer .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers,
.article-content .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers,
.article-item .body .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers,
.article-item .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers,
.fr-view .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers,
article .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f3f5f8;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

#answer .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers:before,
.answer .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers:before,
.article-content .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers:before,
.article-item .body .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers:before,
.article-item .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers:before,
.fr-view .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers:before,
article .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    display: block;
    font-size: 16px;
    padding-left: 2px
}

#answer .kb-editor-content .kb-accordion,
.answer .kb-editor-content .kb-accordion,
.article-content .kb-editor-content .kb-accordion,
.article-item .body .kb-editor-content .kb-accordion,
.article-item .kb-editor-content .kb-accordion,
.fr-view .kb-editor-content .kb-accordion,
article .kb-editor-content .kb-accordion {
    position: relative;
    border: 2px solid #e1e1e1 !important;
    margin: 10px 0;
    border-radius: 5px
}

#answer .kb-editor-content .kb-accordion .kb-accordion-title,
.answer .kb-editor-content .kb-accordion .kb-accordion-title,
.article-content .kb-editor-content .kb-accordion .kb-accordion-title,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-title,
.article-item .kb-editor-content .kb-accordion .kb-accordion-title,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-title,
article .kb-editor-content .kb-accordion .kb-accordion-title {
    font-size: 24px !important;
    margin: 0 !important;
    padding: 10px 60px 10px 20px;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer
}

#answer .kb-editor-content .kb-accordion .kb-accordion-body,
.answer .kb-editor-content .kb-accordion .kb-accordion-body,
.article-content .kb-editor-content .kb-accordion .kb-accordion-body,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-body,
.article-item .kb-editor-content .kb-accordion .kb-accordion-body,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-body,
article .kb-editor-content .kb-accordion .kb-accordion-body {
    display: none;
    margin: 0 !important;
    padding: 10px 10px 10px 20px;
    border: none !important;
    box-shadow: none !important
}

#answer .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
.answer .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
.article-content .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
.article-item .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
article .kb-editor-content .kb-accordion .kb-accordion-body.active-content {
    display: block
}

#answer .kb-editor-content .kb-accordion .kb-accordion-toggle,
.answer .kb-editor-content .kb-accordion .kb-accordion-toggle,
.article-content .kb-editor-content .kb-accordion .kb-accordion-toggle,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-toggle,
.article-item .kb-editor-content .kb-accordion .kb-accordion-toggle,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-toggle,
article .kb-editor-content .kb-accordion .kb-accordion-toggle {
    position: absolute !important;
    top: 12px;
    right: 12px;
    z-index: 10;
    outline: none !important;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e1e1e1;
    border-radius: 50%
}

#answer .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
.answer .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
.article-content .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
.article-item .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
article .kb-editor-content .kb-accordion .kb-accordion-toggle:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-left: 2px solid #999;
    border-top: 2px solid #999;
    display: block;
    transform: rotate(-135deg);
    margin: -2px 0 0
}

#answer .kb-editor-content .kb-accordion .kb-accordion-delete,
.answer .kb-editor-content .kb-accordion .kb-accordion-delete,
.article-content .kb-editor-content .kb-accordion .kb-accordion-delete,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-delete,
.article-item .kb-editor-content .kb-accordion .kb-accordion-delete,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-delete,
article .kb-editor-content .kb-accordion .kb-accordion-delete {
    display: none !important
}

#answer .kb-editor-content .kb-tabs,
.answer .kb-editor-content .kb-tabs,
.article-content .kb-editor-content .kb-tabs,
.article-item .body .kb-editor-content .kb-tabs,
.article-item .kb-editor-content .kb-tabs,
.fr-view .kb-editor-content .kb-tabs,
article .kb-editor-content .kb-tabs {
    position: relative;
    border: 1px solid #e1e1e1 !important;
    margin: 10px 0;
    border-radius: 5px
}

#answer .kb-editor-content .kb-tabs .kb-tabs-nav,
.answer .kb-editor-content .kb-tabs .kb-tabs-nav,
.article-content .kb-editor-content .kb-tabs .kb-tabs-nav,
.article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav,
.article-item .kb-editor-content .kb-tabs .kb-tabs-nav,
.fr-view .kb-editor-content .kb-tabs .kb-tabs-nav,
article .kb-editor-content .kb-tabs .kb-tabs-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    border-bottom: 1px solid #f3f5f8;
    border-radius: 5px
}

#answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title {
    font-size: 18px;
    padding: 5px 20px;
    background-color: #fff;
    min-height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease;
    cursor: pointer
}

#answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title:hover,
.answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title:hover,
.article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title:hover,
.article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title:hover,
.article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title:hover,
.fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title:hover,
article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title:hover {
    background-color: #e1e1e1
}

#answer .kb-editor-content .kb-tabs .kb-tabs-content,
.answer .kb-editor-content .kb-tabs .kb-tabs-content,
.article-content .kb-editor-content .kb-tabs .kb-tabs-content,
.article-item .body .kb-editor-content .kb-tabs .kb-tabs-content,
.article-item .kb-editor-content .kb-tabs .kb-tabs-content,
.fr-view .kb-editor-content .kb-tabs .kb-tabs-content,
article .kb-editor-content .kb-tabs .kb-tabs-content {
    padding: 20px
}

#answer .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
.answer .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
.article-content .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
.article-item .body .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
.article-item .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
.fr-view .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
article .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content {
    display: none
}

#answer .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active,
.answer .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active,
.article-content .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active,
.article-item .body .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active,
.article-item .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active,
.fr-view .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active,
article .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active {
    display: block
}

#answer .kb-editor-content .kb-callout,
.answer .kb-editor-content .kb-callout,
.article-content .kb-editor-content .kb-callout,
.article-item .body .kb-editor-content .kb-callout,
.article-item .kb-editor-content .kb-callout,
.fr-view .kb-editor-content .kb-callout,
article .kb-editor-content .kb-callout {
    border-radius: 8px;
    padding: 10px 20px;
    margin: 10px 0
}

#answer .kb-editor-content .kb-callout .kb-callout-delete,
.answer .kb-editor-content .kb-callout .kb-callout-delete,
.article-content .kb-editor-content .kb-callout .kb-callout-delete,
.article-item .body .kb-editor-content .kb-callout .kb-callout-delete,
.article-item .kb-editor-content .kb-callout .kb-callout-delete,
.fr-view .kb-editor-content .kb-callout .kb-callout-delete,
article .kb-editor-content .kb-callout .kb-callout-delete {
    display: none !important
}

#answer .kb-editor-content .kb-callout .kb-callout-body,
.answer .kb-editor-content .kb-callout .kb-callout-body,
.article-content .kb-editor-content .kb-callout .kb-callout-body,
.article-item .body .kb-editor-content .kb-callout .kb-callout-body,
.article-item .kb-editor-content .kb-callout .kb-callout-body,
.fr-view .kb-editor-content .kb-callout .kb-callout-body,
article .kb-editor-content .kb-callout .kb-callout-body {
    border: none !important;
    box-shadow: none !important
}

#answer .kb-editor-content .kb-callout .kb-callout-body h3:first-of-type,
.answer .kb-editor-content .kb-callout .kb-callout-body h3:first-of-type,
.article-content .kb-editor-content .kb-callout .kb-callout-body h3:first-of-type,
.article-item .body .kb-editor-content .kb-callout .kb-callout-body h3:first-of-type,
.article-item .kb-editor-content .kb-callout .kb-callout-body h3:first-of-type,
.fr-view .kb-editor-content .kb-callout .kb-callout-body h3:first-of-type,
article .kb-editor-content .kb-callout .kb-callout-body h3:first-of-type {
    font-weight: 400
}

#answer .kb-editor-content .kb-callout.success,
.answer .kb-editor-content .kb-callout.success,
.article-content .kb-editor-content .kb-callout.success,
.article-item .body .kb-editor-content .kb-callout.success,
.article-item .kb-editor-content .kb-callout.success,
.fr-view .kb-editor-content .kb-callout.success,
article .kb-editor-content .kb-callout.success {
    background: #d4edda;
    border: 3px solid #155724
}

#answer .kb-editor-content .kb-callout.success .kb-callout-body,
.answer .kb-editor-content .kb-callout.success .kb-callout-body,
.article-content .kb-editor-content .kb-callout.success .kb-callout-body,
.article-item .body .kb-editor-content .kb-callout.success .kb-callout-body,
.article-item .kb-editor-content .kb-callout.success .kb-callout-body,
.fr-view .kb-editor-content .kb-callout.success .kb-callout-body,
article .kb-editor-content .kb-callout.success .kb-callout-body {
    background: #d4edda !important
}

#answer .kb-editor-content .kb-callout.success .kb-callout-body h3:first-of-type,
.answer .kb-editor-content .kb-callout.success .kb-callout-body h3:first-of-type,
.article-content .kb-editor-content .kb-callout.success .kb-callout-body h3:first-of-type,
.article-item .body .kb-editor-content .kb-callout.success .kb-callout-body h3:first-of-type,
.article-item .kb-editor-content .kb-callout.success .kb-callout-body h3:first-of-type,
.fr-view .kb-editor-content .kb-callout.success .kb-callout-body h3:first-of-type,
article .kb-editor-content .kb-callout.success .kb-callout-body h3:first-of-type {
    color: #155724
}

#answer .kb-editor-content .kb-callout.info,
.answer .kb-editor-content .kb-callout.info,
.article-content .kb-editor-content .kb-callout.info,
.article-item .body .kb-editor-content .kb-callout.info,
.article-item .kb-editor-content .kb-callout.info,
.fr-view .kb-editor-content .kb-callout.info,
article .kb-editor-content .kb-callout.info {
    background: #cce5ff;
    border: 3px solid #004085
}

#answer .kb-editor-content .kb-callout.info .kb-callout-body,
.answer .kb-editor-content .kb-callout.info .kb-callout-body,
.article-content .kb-editor-content .kb-callout.info .kb-callout-body,
.article-item .body .kb-editor-content .kb-callout.info .kb-callout-body,
.article-item .kb-editor-content .kb-callout.info .kb-callout-body,
.fr-view .kb-editor-content .kb-callout.info .kb-callout-body,
article .kb-editor-content .kb-callout.info .kb-callout-body {
    background: #cce5ff !important
}

#answer .kb-editor-content .kb-callout.info .kb-callout-body h3:first-of-type,
.answer .kb-editor-content .kb-callout.info .kb-callout-body h3:first-of-type,
.article-content .kb-editor-content .kb-callout.info .kb-callout-body h3:first-of-type,
.article-item .body .kb-editor-content .kb-callout.info .kb-callout-body h3:first-of-type,
.article-item .kb-editor-content .kb-callout.info .kb-callout-body h3:first-of-type,
.fr-view .kb-editor-content .kb-callout.info .kb-callout-body h3:first-of-type,
article .kb-editor-content .kb-callout.info .kb-callout-body h3:first-of-type {
    color: #004085
}

#answer .kb-editor-content .kb-callout.warning,
.answer .kb-editor-content .kb-callout.warning,
.article-content .kb-editor-content .kb-callout.warning,
.article-item .body .kb-editor-content .kb-callout.warning,
.article-item .kb-editor-content .kb-callout.warning,
.fr-view .kb-editor-content .kb-callout.warning,
article .kb-editor-content .kb-callout.warning {
    background: #fff3cd;
    border: 3px solid #856404
}

#answer .kb-editor-content .kb-callout.warning .kb-callout-body,
.answer .kb-editor-content .kb-callout.warning .kb-callout-body,
.article-content .kb-editor-content .kb-callout.warning .kb-callout-body,
.article-item .body .kb-editor-content .kb-callout.warning .kb-callout-body,
.article-item .kb-editor-content .kb-callout.warning .kb-callout-body,
.fr-view .kb-editor-content .kb-callout.warning .kb-callout-body,
article .kb-editor-content .kb-callout.warning .kb-callout-body {
    background: #fff3cd !important
}

#answer .kb-editor-content .kb-callout.warning .kb-callout-body h3:first-of-type,
.answer .kb-editor-content .kb-callout.warning .kb-callout-body h3:first-of-type,
.article-content .kb-editor-content .kb-callout.warning .kb-callout-body h3:first-of-type,
.article-item .body .kb-editor-content .kb-callout.warning .kb-callout-body h3:first-of-type,
.article-item .kb-editor-content .kb-callout.warning .kb-callout-body h3:first-of-type,
.fr-view .kb-editor-content .kb-callout.warning .kb-callout-body h3:first-of-type,
article .kb-editor-content .kb-callout.warning .kb-callout-body h3:first-of-type {
    color: #856404
}

#answer .kb-editor-content .kb-callout.danger,
.answer .kb-editor-content .kb-callout.danger,
.article-content .kb-editor-content .kb-callout.danger,
.article-item .body .kb-editor-content .kb-callout.danger,
.article-item .kb-editor-content .kb-callout.danger,
.fr-view .kb-editor-content .kb-callout.danger,
article .kb-editor-content .kb-callout.danger {
    background: #f8d7da;
    border: 3px solid #721c24
}

#answer .kb-editor-content .kb-callout.danger .kb-callout-body,
.answer .kb-editor-content .kb-callout.danger .kb-callout-body,
.article-content .kb-editor-content .kb-callout.danger .kb-callout-body,
.article-item .body .kb-editor-content .kb-callout.danger .kb-callout-body,
.article-item .kb-editor-content .kb-callout.danger .kb-callout-body,
.fr-view .kb-editor-content .kb-callout.danger .kb-callout-body,
article .kb-editor-content .kb-callout.danger .kb-callout-body {
    background: #f8d7da !important
}

#answer .kb-editor-content .kb-callout.danger .kb-callout-body h3:first-of-type,
.answer .kb-editor-content .kb-callout.danger .kb-callout-body h3:first-of-type,
.article-content .kb-editor-content .kb-callout.danger .kb-callout-body h3:first-of-type,
.article-item .body .kb-editor-content .kb-callout.danger .kb-callout-body h3:first-of-type,
.article-item .kb-editor-content .kb-callout.danger .kb-callout-body h3:first-of-type,
.fr-view .kb-editor-content .kb-callout.danger .kb-callout-body h3:first-of-type,
article .kb-editor-content .kb-callout.danger .kb-callout-body h3:first-of-type {
    color: #721c24
}

#answer .kb-editor-content .kb-internal-block,
.answer .kb-editor-content .kb-internal-block,
.article-content .kb-editor-content .kb-internal-block,
.article-item .body .kb-editor-content .kb-internal-block,
.article-item .kb-editor-content .kb-internal-block,
.fr-view .kb-editor-content .kb-internal-block,
article .kb-editor-content .kb-internal-block {
    border-radius: 5px;
    margin: 10px 0;
    background: #f3f5f8
}

#answer .kb-editor-content .kb-internal-block .kb-internal-block-body,
.answer .kb-editor-content .kb-internal-block .kb-internal-block-body,
.article-content .kb-editor-content .kb-internal-block .kb-internal-block-body,
.article-item .body .kb-editor-content .kb-internal-block .kb-internal-block-body,
.article-item .kb-editor-content .kb-internal-block .kb-internal-block-body,
.fr-view .kb-editor-content .kb-internal-block .kb-internal-block-body,
article .kb-editor-content .kb-internal-block .kb-internal-block-body {
    padding: 10px 20px
}

#answer .kb-editor-content .kb-internal-block .kb-internal-block-delete,
#answer .kb-editor-content .kb-internal-block .kb-internal-block-settings,
.answer .kb-editor-content .kb-internal-block .kb-internal-block-delete,
.answer .kb-editor-content .kb-internal-block .kb-internal-block-settings,
.article-content .kb-editor-content .kb-internal-block .kb-internal-block-delete,
.article-content .kb-editor-content .kb-internal-block .kb-internal-block-settings,
.article-item .body .kb-editor-content .kb-internal-block .kb-internal-block-delete,
.article-item .body .kb-editor-content .kb-internal-block .kb-internal-block-settings,
.article-item .kb-editor-content .kb-internal-block .kb-internal-block-delete,
.article-item .kb-editor-content .kb-internal-block .kb-internal-block-settings,
.fr-view .kb-editor-content .kb-internal-block .kb-internal-block-delete,
.fr-view .kb-editor-content .kb-internal-block .kb-internal-block-settings,
article .kb-editor-content .kb-internal-block .kb-internal-block-delete,
article .kb-editor-content .kb-internal-block .kb-internal-block-settings {
    display: none !important
}

#answer .kb-editor-content .kb-inserted-article .kb-inserted-article-body>h3,
#answer .kb-editor-content .kb-inserted-article .kb-inserted-article-body>p,
.answer .kb-editor-content .kb-inserted-article .kb-inserted-article-body>h3,
.answer .kb-editor-content .kb-inserted-article .kb-inserted-article-body>p,
.article-content .kb-editor-content .kb-inserted-article .kb-inserted-article-body>h3,
.article-content .kb-editor-content .kb-inserted-article .kb-inserted-article-body>p,
.article-item .body .kb-editor-content .kb-inserted-article .kb-inserted-article-body>h3,
.article-item .body .kb-editor-content .kb-inserted-article .kb-inserted-article-body>p,
.article-item .kb-editor-content .kb-inserted-article .kb-inserted-article-body>h3,
.article-item .kb-editor-content .kb-inserted-article .kb-inserted-article-body>p,
.fr-view .kb-editor-content .kb-inserted-article .kb-inserted-article-body>h3,
.fr-view .kb-editor-content .kb-inserted-article .kb-inserted-article-body>p,
article .kb-editor-content .kb-inserted-article .kb-inserted-article-body>h3,
article .kb-editor-content .kb-inserted-article .kb-inserted-article-body>p {
    display: none
}

#answer .link-button,
.answer .link-button,
.article-content .link-button,
.article-item .body .link-button,
.article-item .link-button,
.fr-view .link-button,
article .link-button {
    display: inline-block;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #0560fc !important;
    background-color: var(--dodger-blue) !important;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 18px;
    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
}

#answer .link-button:hover,
.answer .link-button:hover,
.article-content .link-button:hover,
.article-item .body .link-button:hover,
.article-item .link-button:hover,
.fr-view .link-button:hover,
article .link-button:hover {
    background-color: #3e85f7 !important
}

#answer .todo-list,
.answer .todo-list,
.article-content .todo-list,
.article-item .body .todo-list,
.article-item .todo-list,
.fr-view .todo-list,
article .todo-list {
    margin: 10px 0;
    padding: 0 0 0 30px
}

#answer .todo-list li,
.answer .todo-list li,
.article-content .todo-list li,
.article-item .body .todo-list li,
.article-item .todo-list li,
.fr-view .todo-list li,
article .todo-list li {
    list-style-type: none;
    margin-bottom: 5px
}

#answer .todo-list li .todo-list__label,
.answer .todo-list li .todo-list__label,
.article-content .todo-list li .todo-list__label,
.article-item .body .todo-list li .todo-list__label,
.article-item .todo-list li .todo-list__label,
.fr-view .todo-list li .todo-list__label,
article .todo-list li .todo-list__label {
    display: flex;
    align-items: center
}

#answer .todo-list li .todo-list__label input,
.answer .todo-list li .todo-list__label input,
.article-content .todo-list li .todo-list__label input,
.article-item .body .todo-list li .todo-list__label input,
.article-item .todo-list li .todo-list__label input,
.fr-view .todo-list li .todo-list__label input,
article .todo-list li .todo-list__label input {
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, .87) !important;
    border-radius: 2px;
    margin-right: 10px
}

#answer .todo-list li .todo-list__label__description,
.answer .todo-list li .todo-list__label__description,
.article-content .todo-list li .todo-list__label__description,
.article-item .body .todo-list li .todo-list__label__description,
.article-item .todo-list li .todo-list__label__description,
.fr-view .todo-list li .todo-list__label__description,
article .todo-list li .todo-list__label__description {
    font-size: 18px
}

#answer .kb-editor-content ol,
.answer .kb-editor-content ol,
.article-content .kb-editor-content ol,
.article-item .body .kb-editor-content ol,
.article-item .kb-editor-content ol,
.fr-view .kb-editor-content ol,
article .kb-editor-content ol {
    list-style-type: decimal
}

#answer .kb-editor-content ol ol,
.answer .kb-editor-content ol ol,
.article-content .kb-editor-content ol ol,
.article-item .body .kb-editor-content ol ol,
.article-item .kb-editor-content ol ol,
.fr-view .kb-editor-content ol ol,
article .kb-editor-content ol ol {
    list-style-type: lower-latin
}

#answer .kb-editor-content ol ol ol,
.answer .kb-editor-content ol ol ol,
.article-content .kb-editor-content ol ol ol,
.article-item .body .kb-editor-content ol ol ol,
.article-item .kb-editor-content ol ol ol,
.fr-view .kb-editor-content ol ol ol,
article .kb-editor-content ol ol ol {
    list-style-type: lower-roman
}

#answer .kb-editor-content ol ol ol ol,
.answer .kb-editor-content ol ol ol ol,
.article-content .kb-editor-content ol ol ol ol,
.article-item .body .kb-editor-content ol ol ol ol,
.article-item .kb-editor-content ol ol ol ol,
.fr-view .kb-editor-content ol ol ol ol,
article .kb-editor-content ol ol ol ol {
    list-style-type: upper-latin
}

#answer .kb-editor-content ol ol ol ol ol,
.answer .kb-editor-content ol ol ol ol ol,
.article-content .kb-editor-content ol ol ol ol ol,
.article-item .body .kb-editor-content ol ol ol ol ol,
.article-item .kb-editor-content ol ol ol ol ol,
.fr-view .kb-editor-content ol ol ol ol ol,
article .kb-editor-content ol ol ol ol ol {
    list-style-type: upper-roman
}

#answer .kb-editor-content ul,
.answer .kb-editor-content ul,
.article-content .kb-editor-content ul,
.article-item .body .kb-editor-content ul,
.article-item .kb-editor-content ul,
.fr-view .kb-editor-content ul,
article .kb-editor-content ul {
    list-style-type: disc
}

#answer .kb-editor-content ul li,
.answer .kb-editor-content ul li,
.article-content .kb-editor-content ul li,
.article-item .body .kb-editor-content ul li,
.article-item .kb-editor-content ul li,
.fr-view .kb-editor-content ul li,
article .kb-editor-content ul li {
    list-style-type: unset
}

#answer .kb-editor-content ul ul,
.answer .kb-editor-content ul ul,
.article-content .kb-editor-content ul ul,
.article-item .body .kb-editor-content ul ul,
.article-item .kb-editor-content ul ul,
.fr-view .kb-editor-content ul ul,
article .kb-editor-content ul ul {
    list-style-type: circle
}

#answer .kb-editor-content ul ul ul,
#answer .kb-editor-content ul ul ul ul,
.answer .kb-editor-content ul ul ul,
.answer .kb-editor-content ul ul ul ul,
.article-content .kb-editor-content ul ul ul,
.article-content .kb-editor-content ul ul ul ul,
.article-item .body .kb-editor-content ul ul ul,
.article-item .body .kb-editor-content ul ul ul ul,
.article-item .kb-editor-content ul ul ul,
.article-item .kb-editor-content ul ul ul ul,
.fr-view .kb-editor-content ul ul ul,
.fr-view .kb-editor-content ul ul ul ul,
article .kb-editor-content ul ul ul,
article .kb-editor-content ul ul ul ul {
    list-style-type: square
}

.kb-table-of-contents-container {
    background-color: #f3f5f8;
    padding: 20px;
    border-radius: 5px
}

.kb-table-of-contents-container p {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
    margin: 0 0 10px !important
}

.kb-table-of-contents-container .kb-toc-items {
    overflow-y: auto;
    height: 100%;
    padding: 0 10px 40px 0
}

.kb-table-of-contents-container a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: rgba(0, 0, 0, .87) !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    opacity: .5;
    padding: 5px 0 5px 10px;
    border-left: 2px solid #e2e5e9;
    transition: all .2s ease
}

.kb-table-of-contents-container a[data-tag-name=H2] {
    padding-left: 20px
}

.kb-table-of-contents-container a[data-tag-name=H3] {
    padding-left: 30px
}

.kb-table-of-contents-container a[data-tag-name=H4] {
    padding-left: 40px
}

.kb-table-of-contents-container a.active,
.kb-table-of-contents-container a:hover {
    text-decoration: none;
    opacity: 1
}

.kb-table-of-contents-container a.active {
    border-color: rgba(0, 0, 0, .87)
}

.wrapper #page_content #answer .kb-editor-content .kb-tabs,
.wrapper #page_content #answer .kb-editor-content .kb-tabs .kb-tabs-nav,
.wrapper #page_content .answer .kb-editor-content .kb-tabs,
.wrapper #page_content .answer .kb-editor-content .kb-tabs .kb-tabs-nav,
.wrapper #page_content .article-content .kb-editor-content .kb-tabs,
.wrapper #page_content .article-content .kb-editor-content .kb-tabs .kb-tabs-nav,
.wrapper #page_content .article-item .body .kb-editor-content .kb-tabs,
.wrapper #page_content .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav,
.wrapper #page_content .article-item .kb-editor-content .kb-tabs,
.wrapper #page_content .article-item .kb-editor-content .kb-tabs .kb-tabs-nav,
.wrapper #page_content .fr-view .kb-editor-content .kb-tabs,
.wrapper #page_content .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav,
.wrapper #page_content article .kb-editor-content .kb-tabs,
.wrapper #page_content article .kb-editor-content .kb-tabs .kb-tabs-nav {
    border: none !important
}

.wrapper #page_content #answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.wrapper #page_content .answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.wrapper #page_content .article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.wrapper #page_content .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.wrapper #page_content .article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.wrapper #page_content .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.wrapper #page_content article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title {
    font-size: 16px;
    font-weight: 700;
    border-top: 5px solid #d7dee6;
    background: #f3f8fe;
    color: #3a4f5a
}

.wrapper #page_content #answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.wrapper #page_content .answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.wrapper #page_content .article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.wrapper #page_content .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.wrapper #page_content .article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.wrapper #page_content .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.wrapper #page_content article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active {
    border-color: #3a4f5a;
    background: #fff
}

#main-content .article-content #answer .kb-editor-content .kb-tabs,
#main-content .article-content #answer .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .article-content .answer .kb-editor-content .kb-tabs,
#main-content .article-content .answer .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .article-content .article-content .kb-editor-content .kb-tabs,
#main-content .article-content .article-content .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .article-content .article-item .body .kb-editor-content .kb-tabs,
#main-content .article-content .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .article-content .article-item .kb-editor-content .kb-tabs,
#main-content .article-content .article-item .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .article-content .fr-view .kb-editor-content .kb-tabs,
#main-content .article-content .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .article-content article .kb-editor-content .kb-tabs,
#main-content .article-content article .kb-editor-content .kb-tabs .kb-tabs-nav {
    border: none !important
}

#main-content .article-content #answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .article-content .answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .article-content .article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .article-content .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .article-content .article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .article-content .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .article-content article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 24px;
    margin-right: 1px;
    border: 1px solid #dadae7;
    border-bottom-color: #fff;
    border-radius: 5px 5px 0 0;
    background: none;
    color: #2f2f2f
}

#main-content .article-content #answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .article-content .answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .article-content .article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .article-content .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .article-content .article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .article-content .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .article-content article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active {
    color: #0e68ca;
    background: #f9f9fb
}

#main-content .article-content #answer .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .article-content .answer .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .article-content .article-content .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .article-content .article-item .body .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .article-content .article-item .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .article-content .fr-view .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .article-content article .kb-editor-content .kb-tabs .kb-tabs-content {
    border: 1px solid #dadae7;
    padding: 16px;
    border-radius: 0 5px 5px 5px
}

#main-content .content_for_layout #answer .kb-editor-content .kb-tabs,
#main-content .content_for_layout #answer .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .content_for_layout .answer .kb-editor-content .kb-tabs,
#main-content .content_for_layout .answer .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .content_for_layout .article-content .kb-editor-content .kb-tabs,
#main-content .content_for_layout .article-content .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .content_for_layout .article-item .body .kb-editor-content .kb-tabs,
#main-content .content_for_layout .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .content_for_layout .article-item .kb-editor-content .kb-tabs,
#main-content .content_for_layout .article-item .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .content_for_layout .fr-view .kb-editor-content .kb-tabs,
#main-content .content_for_layout .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .content_for_layout article .kb-editor-content .kb-tabs,
#main-content .content_for_layout article .kb-editor-content .kb-tabs .kb-tabs-nav {
    border: none !important
}

#main-content .content_for_layout #answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .content_for_layout .answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .content_for_layout .article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .content_for_layout .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .content_for_layout .article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .content_for_layout .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .content_for_layout article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    margin-right: 1px;
    border: none !important;
    border-radius: 5px 5px 0 0;
    background: none;
    color: #0e68ca
}

#main-content .content_for_layout #answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .content_for_layout .answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .content_for_layout .article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .content_for_layout .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .content_for_layout .article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .content_for_layout .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .content_for_layout article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active {
    color: #fff;
    background: #0e68ca
}

#main-content .content_for_layout #answer .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .content_for_layout .answer .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .content_for_layout .article-content .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .content_for_layout .article-item .body .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .content_for_layout .article-item .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .content_for_layout .fr-view .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .content_for_layout article .kb-editor-content .kb-tabs .kb-tabs-content {
    padding: 0 !important
}

#main-content .content_for_layout #answer .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
#main-content .content_for_layout .answer .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
#main-content .content_for_layout .article-content .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
#main-content .content_for_layout .article-item .body .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
#main-content .content_for_layout .article-item .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
#main-content .content_for_layout .fr-view .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
#main-content .content_for_layout article .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content {
    border: 1px solid #0e68ca;
    padding: 24px;
    border-radius: 10px 10px 10px 10px
}

#main-content .content_for_layout #answer .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active:first-child,
#main-content .content_for_layout .answer .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active:first-child,
#main-content .content_for_layout .article-content .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active:first-child,
#main-content .content_for_layout .article-item .body .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active:first-child,
#main-content .content_for_layout .article-item .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active:first-child,
#main-content .content_for_layout .fr-view .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active:first-child,
#main-content .content_for_layout article .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active:first-child {
    border-radius: 0 10px 10px 10px
}

body.onboarding-behavior {
    overflow: hidden
}

body.onboarding-behavior .onboarding-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1999999997;
    pointer-events: all
}

body.onboarding-behavior .search-form.onboarding-highlight,
body.onboarding-behavior .search_block.onboarding-highlight {
    position: relative;
    z-index: 1999999998
}

body.onboarding-behavior .search-form.onboarding-highlight:after,
body.onboarding-behavior .search_block.onboarding-highlight:after {
    content: "Your helpbar, precise answers to your questions";
    position: absolute;
    top: 0;
    right: -56%;
    border-radius: 8px;
    background: rgba(0, 0, 0, .4);
    padding: 10px 16px;
    max-width: 300px;
    color: #fff;
    font-size: 16px;
    font-weight: 550;
    line-height: 140%;
    text-align: left
}

body.onboarding-behavior .search-form.onboarding-highlight:before,
body.onboarding-behavior .search_block.onboarding-highlight:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, .4);
    transform: translateY(-50%) rotate(90deg)
}

body.onboarding-behavior .search-form.onboarding-highlight.row:after,
body.onboarding-behavior .search_block.onboarding-highlight.row:after {
    right: -68%
}

body.onboarding-behavior .search-form.onboarding-highlight.row:before,
body.onboarding-behavior .search_block.onboarding-highlight.row:before {
    right: -18px
}

body.onboarding-behavior .search-form.onboarding-highlight.header_nav_section:before,
body.onboarding-behavior .search_block.onboarding-highlight.header_nav_section:before {
    right: -24px
}

body.onboarding-behavior .search-form.onboarding-highlight.header_nav_section input#search,
body.onboarding-behavior .search_block.onboarding-highlight.header_nav_section input#search {
    border-radius: 8px
}

body.onboarding-behavior.blankfff-theme .search_block.onboarding-highlight form:after {
    content: "Our helpbar will deliver instant specific answers to your questions.";
    position: absolute;
    top: 0;
    right: -54%;
    border-radius: 8px;
    background: rgba(0, 0, 0, .4);
    padding: 10px 16px;
    max-width: 305px;
    color: #fff;
    font-size: 16px;
    font-weight: 550;
    line-height: 140%;
    text-align: left
}

body.onboarding-behavior.blankfff-theme .search_block.onboarding-highlight form:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -34px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, .4);
    transform: translateY(-50%) rotate(90deg)
}

body.onboarding-behavior #swifty-chatbot-container {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 35px;
    right: 35px
}

body.onboarding-behavior #swifty-chatbot-container.show-chatbot {
    z-index: 1999999999
}

body.onboarding-behavior #swifty-chatbot-container.show-chatbot:after {
    content: "Your AI Chatbot will explain it in a clear, helpful way.";
    position: absolute;
    top: 0;
    right: 150%;
    border-radius: 8px;
    background: rgba(0, 0, 0, .5);
    padding: 10px 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 550;
    line-height: 140%;
    text-align: left;
    white-space: nowrap
}

body.onboarding-behavior #swifty-chatbot-container.show-chatbot:before {
    content: "";
    position: absolute;
    top: 45%;
    right: 120%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, .5);
    transform: translateY(-50%) rotate(-90deg)
}

body.onboarding-behavior .post {
    position: fixed;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    grid-gap: 12px;
    gap: 12px;
    max-width: 420px;
    border-radius: 6px;
    background: #29384b;
    border: 1.2px solid #ff0be5;
    z-index: 1999999999
}

body.onboarding-behavior .post p {
    all: unset;
    color: #fff;
    font-size: 16px;
    font-weight: 550;
    line-height: 180%
}

body.onboarding-behavior .post--2 {
    bottom: 35%;
    right: 20%
}

body.onboarding-behavior .post--3 {
    bottom: 40%;
    right: 33%
}

body.onboarding-behavior .onboarding-next-button {
    border-radius: 4px;
    border: 1px solid #e4e4e7;
    background: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    grid-gap: 4px;
    gap: 4px;
    padding: 4px 8px;
    cursor: pointer
}

body.onboarding-behavior .onboarding-next-button:hover {
    background: #f3f4f6
}

body.onboarding-behavior .dashboard.onboarding-highlight {
    z-index: 1999999999;
    position: relative;
    border-radius: 2px;
    padding: 2px
}

body.onboarding-behavior .dashboard.onboarding-highlight:after {
    content: "Your dashboard organizes your knowledge base with efficiency.";
    position: absolute;
    top: 35px;
    left: 0;
    border-radius: 8px;
    background: rgba(0, 0, 0, .7);
    padding: 10px 16px;
    width: 450px;
    color: #fff;
    font-size: 16px;
    font-weight: 550;
    line-height: 140%;
    text-align: left
}

body.onboarding-behavior .dashboard.onboarding-highlight:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 25px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, .7);
    transform: translateY(-50%)
}

body.onboarding-behavior .onboarding-highlight {
    animation: onboarding-pulse 2s ease-in-out infinite;
    border-radius: 8px
}

@keyframes onboarding-pulse {

    0%,
    to {
        box-shadow: 0 0 0 0 rgba(255, 11, 229, .6);
        transform: scale(1)
    }

    50% {
        box-shadow: 0 0 0 12px rgba(255, 11, 229, 0);
        transform: scale(1.02)
    }
}

#kb-search-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 99999999;
    padding: 10px;
    width: 450px;
    border-radius: 5px;
    display: none;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, .24)
}

#kb-search-wrapper input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid #e2e5e9;
    width: 300px;
    height: 32px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 14px;
    color: #1e293a
}

#kb-search-wrapper input:focus {
    border-color: #0560fc
}

#kb-search-wrapper .counter {
    margin: 0 10px 0 5px;
    font-size: 14px
}

#kb-search-wrapper button {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #fff;
    outline: none;
    transition: .2s ease
}

#kb-search-wrapper button svg {
    width: 14px;
    color: #1e293a
}

#kb-search-wrapper button.close-kb-search-wrapper svg {
    width: 10px
}

#kb-search-wrapper button:disabled {
    opacity: .4
}

#kb-search-wrapper button:hover {
    background: #f3f5f8
}

body.search--active .f-accordion-panel>.panel-content,
body.search--active .kb-accordion-body {
    display: block !important
}

.kb-glossary-item {
    border-bottom: 1px dashed #0560fc
}

#kb-glossary-modal {
    position: absolute;
    width: 300px;
    border: 1px solid #e3e6e9;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 3px 6px rgba(246, 249, 254, .2);
    display: none
}

#kb-glossary-modal header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#kb-glossary-modal header h3 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100% - 35px);
    font-size: 16px;
    font-weight: 600;
    color: #262e4a;
    margin: 0
}

#kb-glossary-modal header a {
    flex: 0 1 30px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    transition: .2s ease
}

#kb-glossary-modal header a i {
    font-size: 12px;
    color: #4b5461
}

#kb-glossary-modal header a:hover {
    background: #f3f5f8
}

#kb-glossary-modal .body p {
    font-size: 14px;
    font-weight: 400
}

#kb-glossary-modal footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background: #fff
}

#kb-glossary-modal footer h4 {
    font-size: 12px;
    margin: 0;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100% - 65px)
}

#kb-glossary-modal footer .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 1 60px
}

#kb-glossary-modal footer .actions .thumb-down,
#kb-glossary-modal footer .actions .thumb-up {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4b5461;
    text-decoration: none;
    opacity: .7;
    margin-left: 5px;
    transition: .2s ease
}

#kb-glossary-modal footer .actions .thumb-down span,
#kb-glossary-modal footer .actions .thumb-up span {
    margin-left: 3px
}

#kb-glossary-modal footer .actions .thumb-down:hover,
#kb-glossary-modal footer .actions .thumb-up:hover {
    opacity: 1
}

.success-term-vote {
    position: fixed;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    background: #262e4a;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    text-align: center
}

.fr-view span {
    font-size: inherit
}

.kb-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.kb-unselectable::selection {
    background: none
}

.kb-unselectable::-moz-selection {
    background: none
}

.subtitle-tooltip {
    position: relative
}

.subtitle-tooltip:after,
.subtitle-tooltip:before {
    display: none
}

.subtitle-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 16px;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 11
}

.subtitle-tooltip:after {
    content: attr(aria-label);
    position: absolute;
    top: calc(100% + 7px);
    left: var(--check-position);
    width: -moz-max-content;
    width: max-content;
    max-width: 600px;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .14);
    font-weight: 400;
    color: #000;
    z-index: 10;
    font-size: 1em
}

.subtitle-tooltip:hover:after,
.subtitle-tooltip:hover:before {
    display: block
}

.kb-editor-content .table table td p {
    margin: 0
}

.kb-loader-container {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 80px;
    padding: 45px;
    background: #f8f8f8
}

.kb-loader {
    border-radius: 50%;
    border: 2px solid #f3f3f3;
    border-top-color: #0560fc;
    width: 60px;
    height: 60px;
    animation: spin .35s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.dot-pulse {
    position: relative;
    left: -9999px;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s linear infinite;
    animation-delay: .25s
}

.dot-pulse,
.dot-pulse:after,
.dot-pulse:before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #0560fc;
    color: #0560fc
}

.dot-pulse:after,
.dot-pulse:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0
}

.dot-pulse:before {
    box-shadow: 9984px 0 0 -5px;
    animation: dot-pulse-before 1.5s linear infinite;
    animation-delay: 0s
}

.dot-pulse:after {
    box-shadow: 10014px 0 0 -5px;
    animation: dot-pulse-after 1.5s linear infinite;
    animation-delay: .5s
}

@keyframes dot-pulse-before {
    0% {
        box-shadow: 9984px 0 0 -5px
    }

    30% {
        box-shadow: 9984px 0 0 2px
    }

    60%,
    to {
        box-shadow: 9984px 0 0 -5px
    }
}

@keyframes dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -5px
    }

    30% {
        box-shadow: 9999px 0 0 2px
    }

    60%,
    to {
        box-shadow: 9999px 0 0 -5px
    }
}

@keyframes dot-pulse-after {
    0% {
        box-shadow: 10014px 0 0 -5px
    }

    30% {
        box-shadow: 10014px 0 0 2px
    }

    60%,
    to {
        box-shadow: 10014px 0 0 -5px
    }
}

#results {
    max-height: 570px;
    overflow-y: scroll
}

#results ul {
    max-height: none
}

.galaxy-theme .answer-header {
    margin-bottom: 0 !important;
    padding: 15px 25px 5px;
    font-size: 16px !important;
    text-align: left;
    color: #888 !important
}

.galaxy-theme .search-answer {
    position: relative;
    max-height: 220px;
    margin: 0;
    overflow-y: scroll;
    min-height: 80px
}

.galaxy-theme .search-answer p {
    color: #000 !important;
    text-align: start;
    font-size: 16px !important;
    padding: 15px 25px 5px
}

.scientia-theme .search-answer p {
    padding: 8px
}

.creativeness-theme .answer-header {
    margin-bottom: 16px !important
}

.creativeness-theme .search-answer p {
    text-align: center;
    margin-bottom: 32px
}

.enterprise-theme .answer-header {
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

.enterprise-theme .search-answer {
    border-bottom: 1px solid #888;
    margin: 0 20px
}

.enterprise-theme .search-answer p {
    padding: 8px 0
}

.classic-theme .answer-header {
    margin: 0
}

.classic-theme .search-answer p {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 20px
}

.sidekick-theme #search_results .answer-header {
    margin: 0
}

.sidekick-theme .search-answer p {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 20px
}

.enigma-theme .answer-header {
    margin: 0
}

.enigma-theme .answer-header,
.enigma-theme .search-answer {
    padding-left: 2em;
    padding-right: 2em;
    text-align: center
}

.blankfff-theme .answer-header {
    max-width: 790px;
    margin: 32px auto 16px;
    font-size: 26px;
    text-indent: 30px
}

.blankfff-theme .answer-header .highlight {
    color: #373f48;
    font-weight: 600
}

.blankfff-theme .search-answer {
    max-width: 790px;
    margin: 0 auto;
    padding-left: 30px
}

.blankfff-theme .search-answer p {
    padding-bottom: 25px;
    border-bottom: 1px dotted #b7bbc4
}

.lotsalove-theme .answer-header {
    max-width: 930px;
    margin: auto;
    font-size: 26px;
    padding: 32px 20px 0
}

.lotsalove-theme .answer-header .highlight {
    color: #373f48;
    font-weight: 600
}

.lotsalove-theme .search-answer {
    max-width: 930px;
    margin: 0 auto -40px;
    padding: 0 20px
}

.smooth-theme .answer-header {
    text-align: center;
    font-size: 26px;
    padding: 32px 8px 0
}

.smooth-theme .answer-header .highlight {
    color: #373f48;
    font-weight: 600
}

.smooth-theme .search-answer {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px
}

.simplecard-theme .search-answer p {
    font-weight: 400
}

.aidmilkshake-theme .answer-header {
    text-align: left;
    font-size: 1.6em;
    margin-top: 32px
}

.aidmilkshake-theme .answer-header .highlight {
    color: #373f48;
    font-weight: 600
}

.aidmilkshake-theme .search-answer p {
    padding: 0
}

.startup-theme .answer-header {
    max-width: 768px;
    margin: 0 auto;
    font-size: 26px;
    padding: 32px 0 0
}

.startup-theme .answer-header .highlight {
    color: #373f48;
    font-weight: 600
}

.startup-theme .search-answer {
    max-width: 768px;
    margin: 0 auto
}

.highlighted-swifty-search {
    background: linear-gradient(90deg, #ffca8b 50%, transparent 0);
    background-size: 200% 100%;
    background-position: 100%;
    animation: highlighted-swifty-search 1s 1s forwards
}

@keyframes highlighted-swifty-search {
    to {
        background-position: 0
    }
}

@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600;1,700&amp;display=swap);

:root {
    --ck-color-image-caption-background: #f7f7f7;
    --ck-color-image-caption-text: #333;
    --ck-color-mention-background: rgba(153, 0, 48, 0.1);
    --ck-color-mention-text: #990030;
    --ck-color-table-caption-background: #f7f7f7;
    --ck-color-table-caption-text: #333;
    --ck-highlight-marker-blue: #72ccfd;
    --ck-highlight-marker-green: #62f962;
    --ck-highlight-marker-pink: #fc7899;
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-pen-green: #128a00;
    --ck-highlight-pen-red: #e71313;
    --ck-image-style-spacing: 1.5em;
    --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing)/2);
    --ck-todo-list-checkmark-size: 16px;
    --dodger-blue: #0560fc
}

#answer .kb-article-body-content:after,
.answer .kb-article-body-content:after,
.article-content .kb-article-body-content:after,
.article-item .body .kb-article-body-content:after,
.article-item .kb-article-body-content:after,
.fr-view .kb-article-body-content:after,
article .kb-article-body-content:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

#answer .kb-editor-content code,
.answer .kb-editor-content code,
.article-content .kb-editor-content code,
.article-item .body .kb-editor-content code,
.article-item .kb-editor-content code,
.fr-view .kb-editor-content code,
article .kb-editor-content code {
    background-color: hsla(0, 0%, 78%, .3) !important;
    padding: .15em !important;
    border-radius: 2px !important
}

#answer .kb-editor-content blockquote,
.answer .kb-editor-content blockquote,
.article-content .kb-editor-content blockquote,
.article-item .body .kb-editor-content blockquote,
.article-item .kb-editor-content blockquote,
.fr-view .kb-editor-content blockquote,
article .kb-editor-content blockquote {
    overflow: hidden;
    padding: 10px 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #ccc !important;
    background: none
}

#answer .kb-editor-content blockquote:before,
.answer .kb-editor-content blockquote:before,
.article-content .kb-editor-content blockquote:before,
.article-item .body .kb-editor-content blockquote:before,
.article-item .kb-editor-content blockquote:before,
.fr-view .kb-editor-content blockquote:before,
article .kb-editor-content blockquote:before {
    content: none
}

#answer .kb-editor-content blockquote p,
.answer .kb-editor-content blockquote p,
.article-content .kb-editor-content blockquote p,
.article-item .body .kb-editor-content blockquote p,
.article-item .kb-editor-content blockquote p,
.fr-view .kb-editor-content blockquote p,
article .kb-editor-content blockquote p {
    margin: 18px 0 !important
}

#answer .kb-editor-content[dir=rtl] blockquote,
.answer .kb-editor-content[dir=rtl] blockquote,
.article-content .kb-editor-content[dir=rtl] blockquote,
.article-item .body .kb-editor-content[dir=rtl] blockquote,
.article-item .kb-editor-content[dir=rtl] blockquote,
.fr-view .kb-editor-content[dir=rtl] blockquote,
article .kb-editor-content[dir=rtl] blockquote {
    border-left: 0;
    border-right: 5px solid #ccc
}

#answer .kb-editor-content .text-tiny,
.answer .kb-editor-content .text-tiny,
.article-content .kb-editor-content .text-tiny,
.article-item .body .kb-editor-content .text-tiny,
.article-item .kb-editor-content .text-tiny,
.fr-view .kb-editor-content .text-tiny,
article .kb-editor-content .text-tiny {
    font-size: .7em
}

#answer .kb-editor-content .text-small,
.answer .kb-editor-content .text-small,
.article-content .kb-editor-content .text-small,
.article-item .body .kb-editor-content .text-small,
.article-item .kb-editor-content .text-small,
.fr-view .kb-editor-content .text-small,
article .kb-editor-content .text-small {
    font-size: .85em
}

#answer .kb-editor-content .text-big,
.answer .kb-editor-content .text-big,
.article-content .kb-editor-content .text-big,
.article-item .body .kb-editor-content .text-big,
.article-item .kb-editor-content .text-big,
.fr-view .kb-editor-content .text-big,
article .kb-editor-content .text-big {
    font-size: 1.4em
}

#answer .kb-editor-content .text-huge,
.answer .kb-editor-content .text-huge,
.article-content .kb-editor-content .text-huge,
.article-item .body .kb-editor-content .text-huge,
.article-item .kb-editor-content .text-huge,
.fr-view .kb-editor-content .text-huge,
article .kb-editor-content .text-huge {
    font-size: 1.8em
}

#answer .kb-editor-content .marker-yellow,
.answer .kb-editor-content .marker-yellow,
.article-content .kb-editor-content .marker-yellow,
.article-item .body .kb-editor-content .marker-yellow,
.article-item .kb-editor-content .marker-yellow,
.fr-view .kb-editor-content .marker-yellow,
article .kb-editor-content .marker-yellow {
    background-color: #fdfd77;
    background-color: var(--ck-highlight-marker-yellow)
}

#answer .kb-editor-content .marker-green,
.answer .kb-editor-content .marker-green,
.article-content .kb-editor-content .marker-green,
.article-item .body .kb-editor-content .marker-green,
.article-item .kb-editor-content .marker-green,
.fr-view .kb-editor-content .marker-green,
article .kb-editor-content .marker-green {
    background-color: #62f962;
    background-color: var(--ck-highlight-marker-green)
}

#answer .kb-editor-content .marker-pink,
.answer .kb-editor-content .marker-pink,
.article-content .kb-editor-content .marker-pink,
.article-item .body .kb-editor-content .marker-pink,
.article-item .kb-editor-content .marker-pink,
.fr-view .kb-editor-content .marker-pink,
article .kb-editor-content .marker-pink {
    background-color: #fc7899;
    background-color: var(--ck-highlight-marker-pink)
}

#answer .kb-editor-content .marker-blue,
.answer .kb-editor-content .marker-blue,
.article-content .kb-editor-content .marker-blue,
.article-item .body .kb-editor-content .marker-blue,
.article-item .kb-editor-content .marker-blue,
.fr-view .kb-editor-content .marker-blue,
article .kb-editor-content .marker-blue {
    background-color: #72ccfd;
    background-color: var(--ck-highlight-marker-blue)
}

#answer .kb-editor-content .pen-red,
.answer .kb-editor-content .pen-red,
.article-content .kb-editor-content .pen-red,
.article-item .body .kb-editor-content .pen-red,
.article-item .kb-editor-content .pen-red,
.fr-view .kb-editor-content .pen-red,
article .kb-editor-content .pen-red {
    color: #e71313;
    color: var(--ck-highlight-pen-red);
    background-color: transparent
}

#answer .kb-editor-content .pen-green,
.answer .kb-editor-content .pen-green,
.article-content .kb-editor-content .pen-green,
.article-item .body .kb-editor-content .pen-green,
.article-item .kb-editor-content .pen-green,
.fr-view .kb-editor-content .pen-green,
article .kb-editor-content .pen-green {
    color: #128a00;
    color: var(--ck-highlight-pen-green);
    background-color: transparent
}

#answer .kb-editor-content .image,
.answer .kb-editor-content .image,
.article-content .kb-editor-content .image,
.article-item .body .kb-editor-content .image,
.article-item .kb-editor-content .image,
.fr-view .kb-editor-content .image,
article .kb-editor-content .image {
    display: table;
    clear: both;
    text-align: center;
    margin: .9em auto;
    min-width: 50px
}

#answer .kb-editor-content img,
.answer .kb-editor-content img,
.article-content .kb-editor-content img,
.article-item .body .kb-editor-content img,
.article-item .kb-editor-content img,
.fr-view .kb-editor-content img,
article .kb-editor-content img {
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

#answer .kb-editor-content .image img,
.answer .kb-editor-content .image img,
.article-content .kb-editor-content .image img,
.article-item .body .kb-editor-content .image img,
.article-item .kb-editor-content .image img,
.fr-view .kb-editor-content .image img,
article .kb-editor-content .image img {
    display: block
}

#answer .kb-editor-content .image-inline,
.answer .kb-editor-content .image-inline,
.article-content .kb-editor-content .image-inline,
.article-item .body .kb-editor-content .image-inline,
.article-item .kb-editor-content .image-inline,
.fr-view .kb-editor-content .image-inline,
article .kb-editor-content .image-inline {
    display: inline-flex;
    max-width: 100%;
    align-items: flex-start
}

#answer .kb-editor-content .image-inline picture,
.answer .kb-editor-content .image-inline picture,
.article-content .kb-editor-content .image-inline picture,
.article-item .body .kb-editor-content .image-inline picture,
.article-item .kb-editor-content .image-inline picture,
.fr-view .kb-editor-content .image-inline picture,
article .kb-editor-content .image-inline picture {
    display: flex
}

#answer .kb-editor-content .image-inline img,
#answer .kb-editor-content .image-inline picture,
.answer .kb-editor-content .image-inline img,
.answer .kb-editor-content .image-inline picture,
.article-content .kb-editor-content .image-inline img,
.article-content .kb-editor-content .image-inline picture,
.article-item .body .kb-editor-content .image-inline img,
.article-item .body .kb-editor-content .image-inline picture,
.article-item .kb-editor-content .image-inline img,
.article-item .kb-editor-content .image-inline picture,
.fr-view .kb-editor-content .image-inline img,
.fr-view .kb-editor-content .image-inline picture,
article .kb-editor-content .image-inline img,
article .kb-editor-content .image-inline picture {
    flex-grow: 1;
    flex-shrink: 1
}

#answer .kb-editor-content .image>figcaption,
.answer .kb-editor-content .image>figcaption,
.article-content .kb-editor-content .image>figcaption,
.article-item .body .kb-editor-content .image>figcaption,
.article-item .kb-editor-content .image>figcaption,
.fr-view .kb-editor-content .image>figcaption,
article .kb-editor-content .image>figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: #333;
    color: var(--ck-color-image-caption-text);
    background-color: #f7f7f7;
    background-color: var(--ck-color-image-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px
}

#answer .kb-editor-content .image.image_resized,
.answer .kb-editor-content .image.image_resized,
.article-content .kb-editor-content .image.image_resized,
.article-item .body .kb-editor-content .image.image_resized,
.article-item .kb-editor-content .image.image_resized,
.fr-view .kb-editor-content .image.image_resized,
article .kb-editor-content .image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box
}

#answer .kb-editor-content .image.image_resized img,
.answer .kb-editor-content .image.image_resized img,
.article-content .kb-editor-content .image.image_resized img,
.article-item .body .kb-editor-content .image.image_resized img,
.article-item .kb-editor-content .image.image_resized img,
.fr-view .kb-editor-content .image.image_resized img,
article .kb-editor-content .image.image_resized img {
    width: 100%
}

#answer .kb-editor-content .image.image_resized>figcaption,
.answer .kb-editor-content .image.image_resized>figcaption,
.article-content .kb-editor-content .image.image_resized>figcaption,
.article-item .body .kb-editor-content .image.image_resized>figcaption,
.article-item .kb-editor-content .image.image_resized>figcaption,
.fr-view .kb-editor-content .image.image_resized>figcaption,
article .kb-editor-content .image.image_resized>figcaption {
    display: block
}

#answer .kb-editor-content .image-style-block-align-left,
#answer .kb-editor-content .image-style-block-align-right,
.answer .kb-editor-content .image-style-block-align-left,
.answer .kb-editor-content .image-style-block-align-right,
.article-content .kb-editor-content .image-style-block-align-left,
.article-content .kb-editor-content .image-style-block-align-right,
.article-item .body .kb-editor-content .image-style-block-align-left,
.article-item .body .kb-editor-content .image-style-block-align-right,
.article-item .kb-editor-content .image-style-block-align-left,
.article-item .kb-editor-content .image-style-block-align-right,
.fr-view .kb-editor-content .image-style-block-align-left,
.fr-view .kb-editor-content .image-style-block-align-right,
article .kb-editor-content .image-style-block-align-left,
article .kb-editor-content .image-style-block-align-right {
    max-width: calc(100% - 1.5em);
    max-width: calc(100% - var(--ck-image-style-spacing))
}

#answer .kb-editor-content .image-style-align-left,
#answer .kb-editor-content .image-style-align-right,
.answer .kb-editor-content .image-style-align-left,
.answer .kb-editor-content .image-style-align-right,
.article-content .kb-editor-content .image-style-align-left,
.article-content .kb-editor-content .image-style-align-right,
.article-item .body .kb-editor-content .image-style-align-left,
.article-item .body .kb-editor-content .image-style-align-right,
.article-item .kb-editor-content .image-style-align-left,
.article-item .kb-editor-content .image-style-align-right,
.fr-view .kb-editor-content .image-style-align-left,
.fr-view .kb-editor-content .image-style-align-right,
article .kb-editor-content .image-style-align-left,
article .kb-editor-content .image-style-align-right {
    clear: none
}

#answer .kb-editor-content .image-style-side,
.answer .kb-editor-content .image-style-side,
.article-content .kb-editor-content .image-style-side,
.article-item .body .kb-editor-content .image-style-side,
.article-item .kb-editor-content .image-style-side,
.fr-view .kb-editor-content .image-style-side,
article .kb-editor-content .image-style-side {
    float: right;
    margin-left: 1.5em;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%
}

#answer .kb-editor-content .image-style-align-left,
.answer .kb-editor-content .image-style-align-left,
.article-content .kb-editor-content .image-style-align-left,
.article-item .body .kb-editor-content .image-style-align-left,
.article-item .kb-editor-content .image-style-align-left,
.fr-view .kb-editor-content .image-style-align-left,
article .kb-editor-content .image-style-align-left {
    float: left;
    margin-right: 1.5em;
    margin-right: var(--ck-image-style-spacing)
}

#answer .kb-editor-content .image-style-align-center,
.answer .kb-editor-content .image-style-align-center,
.article-content .kb-editor-content .image-style-align-center,
.article-item .body .kb-editor-content .image-style-align-center,
.article-item .kb-editor-content .image-style-align-center,
.fr-view .kb-editor-content .image-style-align-center,
article .kb-editor-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto
}

#answer .kb-editor-content .image-style-align-right,
.answer .kb-editor-content .image-style-align-right,
.article-content .kb-editor-content .image-style-align-right,
.article-item .body .kb-editor-content .image-style-align-right,
.article-item .kb-editor-content .image-style-align-right,
.fr-view .kb-editor-content .image-style-align-right,
article .kb-editor-content .image-style-align-right {
    float: right;
    margin-left: 1.5em;
    margin-left: var(--ck-image-style-spacing)
}

#answer .kb-editor-content .image-style-block-align-right,
.answer .kb-editor-content .image-style-block-align-right,
.article-content .kb-editor-content .image-style-block-align-right,
.article-item .body .kb-editor-content .image-style-block-align-right,
.article-item .kb-editor-content .image-style-block-align-right,
.fr-view .kb-editor-content .image-style-block-align-right,
article .kb-editor-content .image-style-block-align-right {
    margin-right: 0;
    margin-left: auto
}

#answer .kb-editor-content .image-style-block-align-left,
.answer .kb-editor-content .image-style-block-align-left,
.article-content .kb-editor-content .image-style-block-align-left,
.article-item .body .kb-editor-content .image-style-block-align-left,
.article-item .kb-editor-content .image-style-block-align-left,
.fr-view .kb-editor-content .image-style-block-align-left,
article .kb-editor-content .image-style-block-align-left {
    margin-left: 0;
    margin-right: auto
}

#answer .kb-editor-content p+.image-style-align-left,
#answer .kb-editor-content p+.image-style-align-right,
#answer .kb-editor-content p+.image-style-side,
.answer .kb-editor-content p+.image-style-align-left,
.answer .kb-editor-content p+.image-style-align-right,
.answer .kb-editor-content p+.image-style-side,
.article-content .kb-editor-content p+.image-style-align-left,
.article-content .kb-editor-content p+.image-style-align-right,
.article-content .kb-editor-content p+.image-style-side,
.article-item .body .kb-editor-content p+.image-style-align-left,
.article-item .body .kb-editor-content p+.image-style-align-right,
.article-item .body .kb-editor-content p+.image-style-side,
.article-item .kb-editor-content p+.image-style-align-left,
.article-item .kb-editor-content p+.image-style-align-right,
.article-item .kb-editor-content p+.image-style-side,
.fr-view .kb-editor-content p+.image-style-align-left,
.fr-view .kb-editor-content p+.image-style-align-right,
.fr-view .kb-editor-content p+.image-style-side,
article .kb-editor-content p+.image-style-align-left,
article .kb-editor-content p+.image-style-align-right,
article .kb-editor-content p+.image-style-side {
    margin-top: 0
}

#answer .kb-editor-content .image-inline.image-style-align-left,
#answer .kb-editor-content .image-inline.image-style-align-right,
.answer .kb-editor-content .image-inline.image-style-align-left,
.answer .kb-editor-content .image-inline.image-style-align-right,
.article-content .kb-editor-content .image-inline.image-style-align-left,
.article-content .kb-editor-content .image-inline.image-style-align-right,
.article-item .body .kb-editor-content .image-inline.image-style-align-left,
.article-item .body .kb-editor-content .image-inline.image-style-align-right,
.article-item .kb-editor-content .image-inline.image-style-align-left,
.article-item .kb-editor-content .image-inline.image-style-align-right,
.fr-view .kb-editor-content .image-inline.image-style-align-left,
.fr-view .kb-editor-content .image-inline.image-style-align-right,
article .kb-editor-content .image-inline.image-style-align-left,
article .kb-editor-content .image-inline.image-style-align-right {
    margin-top: .75em;
    margin-top: var(--ck-inline-image-style-spacing);
    margin-bottom: .75em;
    margin-bottom: var(--ck-inline-image-style-spacing)
}

#answer .kb-editor-content .image-inline.image-style-align-left,
.answer .kb-editor-content .image-inline.image-style-align-left,
.article-content .kb-editor-content .image-inline.image-style-align-left,
.article-item .body .kb-editor-content .image-inline.image-style-align-left,
.article-item .kb-editor-content .image-inline.image-style-align-left,
.fr-view .kb-editor-content .image-inline.image-style-align-left,
article .kb-editor-content .image-inline.image-style-align-left {
    margin-right: .75em;
    margin-right: var(--ck-inline-image-style-spacing)
}

#answer .kb-editor-content .image-inline.image-style-align-right,
.answer .kb-editor-content .image-inline.image-style-align-right,
.article-content .kb-editor-content .image-inline.image-style-align-right,
.article-item .body .kb-editor-content .image-inline.image-style-align-right,
.article-item .kb-editor-content .image-inline.image-style-align-right,
.fr-view .kb-editor-content .image-inline.image-style-align-right,
article .kb-editor-content .image-inline.image-style-align-right {
    margin-left: .75em;
    margin-left: var(--ck-inline-image-style-spacing)
}

#answer .kb-editor-content .todo-list,
.answer .kb-editor-content .todo-list,
.article-content .kb-editor-content .todo-list,
.article-item .body .kb-editor-content .todo-list,
.article-item .kb-editor-content .todo-list,
.fr-view .kb-editor-content .todo-list,
article .kb-editor-content .todo-list {
    list-style: none
}

#answer .kb-editor-content .todo-list li,
.answer .kb-editor-content .todo-list li,
.article-content .kb-editor-content .todo-list li,
.article-item .body .kb-editor-content .todo-list li,
.article-item .kb-editor-content .todo-list li,
.fr-view .kb-editor-content .todo-list li,
article .kb-editor-content .todo-list li {
    margin-bottom: 5px
}

#answer .kb-editor-content .todo-list li .todo-list,
.answer .kb-editor-content .todo-list li .todo-list,
.article-content .kb-editor-content .todo-list li .todo-list,
.article-item .body .kb-editor-content .todo-list li .todo-list,
.article-item .kb-editor-content .todo-list li .todo-list,
.fr-view .kb-editor-content .todo-list li .todo-list,
article .kb-editor-content .todo-list li .todo-list {
    margin-top: 5px
}

#answer .kb-editor-content .todo-list .todo-list__label>input,
.answer .kb-editor-content .todo-list .todo-list__label>input,
.article-content .kb-editor-content .todo-list .todo-list__label>input,
.article-item .body .kb-editor-content .todo-list .todo-list__label>input,
.article-item .kb-editor-content .todo-list .todo-list__label>input,
.fr-view .kb-editor-content .todo-list .todo-list__label>input,
article .kb-editor-content .todo-list .todo-list__label>input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: 16px;
    width: var(--ck-todo-list-checkmark-size);
    height: 16px;
    height: var(--ck-todo-list-checkmark-size);
    flex-shrink: 0;
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0
}

#answer .kb-editor-content .todo-list .todo-list__label>input:before,
.answer .kb-editor-content .todo-list .todo-list__label>input:before,
.article-content .kb-editor-content .todo-list .todo-list__label>input:before,
.article-item .body .kb-editor-content .todo-list .todo-list__label>input:before,
.article-item .kb-editor-content .todo-list .todo-list__label>input:before,
.fr-view .kb-editor-content .todo-list .todo-list__label>input:before,
article .kb-editor-content .todo-list .todo-list__label>input:before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    border-radius: 2px;
    transition: box-shadow .25s ease-in-out, background .25s ease-in-out, border .25s ease-in-out
}

#answer .kb-editor-content .todo-list .todo-list__label>input:after,
.answer .kb-editor-content .todo-list .todo-list__label>input:after,
.article-content .kb-editor-content .todo-list .todo-list__label>input:after,
.article-item .body .kb-editor-content .todo-list .todo-list__label>input:after,
.article-item .kb-editor-content .todo-list .todo-list__label>input:after,
.fr-view .kb-editor-content .todo-list .todo-list__label>input:after,
article .kb-editor-content .todo-list .todo-list__label>input:after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: "";
    left: 5.33333px;
    left: calc(var(--ck-todo-list-checkmark-size)/3);
    top: 3.01887px;
    top: calc(var(--ck-todo-list-checkmark-size)/5.3);
    width: 3.01887px;
    width: calc(var(--ck-todo-list-checkmark-size)/5.3);
    height: 6.15385px;
    height: calc(var(--ck-todo-list-checkmark-size)/2.6);
    border-width: 0 2px 2px 0;
    border-left: 0 solid transparent;
    border-bottom: calc(var(--ck-todo-list-checkmark-size)/8) solid transparent;
    border-right: calc(var(--ck-todo-list-checkmark-size)/8) solid transparent;
    border-top: 0 solid transparent;
    transform: rotate(45deg)
}

#answer .kb-editor-content .todo-list .todo-list__label>input[checked]:before,
.answer .kb-editor-content .todo-list .todo-list__label>input[checked]:before,
.article-content .kb-editor-content .todo-list .todo-list__label>input[checked]:before,
.article-item .body .kb-editor-content .todo-list .todo-list__label>input[checked]:before,
.article-item .kb-editor-content .todo-list .todo-list__label>input[checked]:before,
.fr-view .kb-editor-content .todo-list .todo-list__label>input[checked]:before,
article .kb-editor-content .todo-list .todo-list__label>input[checked]:before {
    background: #26ab33;
    border-color: #26ab33
}

#answer .kb-editor-content .todo-list .todo-list__label>input[checked]:after,
.answer .kb-editor-content .todo-list .todo-list__label>input[checked]:after,
.article-content .kb-editor-content .todo-list .todo-list__label>input[checked]:after,
.article-item .body .kb-editor-content .todo-list .todo-list__label>input[checked]:after,
.article-item .kb-editor-content .todo-list .todo-list__label>input[checked]:after,
.fr-view .kb-editor-content .todo-list .todo-list__label>input[checked]:after,
article .kb-editor-content .todo-list .todo-list__label>input[checked]:after {
    border-color: #fff
}

#answer .kb-editor-content .todo-list .todo-list__label .todo-list__label__description,
.answer .kb-editor-content .todo-list .todo-list__label .todo-list__label__description,
.article-content .kb-editor-content .todo-list .todo-list__label .todo-list__label__description,
.article-item .body .kb-editor-content .todo-list .todo-list__label .todo-list__label__description,
.article-item .kb-editor-content .todo-list .todo-list__label .todo-list__label__description,
.fr-view .kb-editor-content .todo-list .todo-list__label .todo-list__label__description,
article .kb-editor-content .todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle
}

#answer .kb-editor-content .media,
.answer .kb-editor-content .media,
.article-content .kb-editor-content .media,
.article-item .body .kb-editor-content .media,
.article-item .kb-editor-content .media,
.fr-view .kb-editor-content .media,
article .kb-editor-content .media {
    clear: both;
    margin: .9em 0;
    display: block;
    min-width: 15em
}

#answer .kb-editor-content .page-break,
.answer .kb-editor-content .page-break,
.article-content .kb-editor-content .page-break,
.article-item .body .kb-editor-content .page-break,
.article-item .kb-editor-content .page-break,
.fr-view .kb-editor-content .page-break,
article .kb-editor-content .page-break {
    position: relative;
    clear: both;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#answer .kb-editor-content .page-break:after,
.answer .kb-editor-content .page-break:after,
.article-content .kb-editor-content .page-break:after,
.article-item .body .kb-editor-content .page-break:after,
.article-item .kb-editor-content .page-break:after,
.fr-view .kb-editor-content .page-break:after,
article .kb-editor-content .page-break:after {
    content: "";
    position: absolute;
    border-bottom: 2px dashed #c4c4c4;
    width: 100%
}

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

#answer .kb-editor-content .table,
.answer .kb-editor-content .table,
.article-content .kb-editor-content .table,
.article-item .body .kb-editor-content .table,
.article-item .kb-editor-content .table,
.fr-view .kb-editor-content .table,
article .kb-editor-content .table {
    margin: .9em auto;
    display: table
}

#answer .table,
.answer .table,
.article-content .table,
.article-item .body .table,
.article-item .table,
.fr-view .table,
article .table {
    width: 100%;
    max-width: 100%
}

#answer .kb-editor-content .table table,
.answer .kb-editor-content .table table,
.article-content .kb-editor-content .table table,
.article-item .body .kb-editor-content .table table,
.article-item .kb-editor-content .table table,
.fr-view .kb-editor-content .table table,
article .kb-editor-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-color: #b3b3b3
}

#answer .kb-editor-content .table table td,
.answer .kb-editor-content .table table td,
.article-content .kb-editor-content .table table td,
.article-item .body .kb-editor-content .table table td,
.article-item .kb-editor-content .table table td,
.fr-view .kb-editor-content .table table td,
article .kb-editor-content .table table td {
    word-break: normal;
    overflow-wrap: anywhere
}

#answer .kb-editor-content .table table td,
#answer .kb-editor-content .table table th,
.answer .kb-editor-content .table table td,
.answer .kb-editor-content .table table th,
.article-content .kb-editor-content .table table td,
.article-content .kb-editor-content .table table th,
.article-item .body .kb-editor-content .table table td,
.article-item .body .kb-editor-content .table table th,
.article-item .kb-editor-content .table table td,
.article-item .kb-editor-content .table table th,
.fr-view .kb-editor-content .table table td,
.fr-view .kb-editor-content .table table th,
article .kb-editor-content .table table td,
article .kb-editor-content .table table th {
    min-width: 2em;
    padding: .4em;
    border: 1px #b3b3b3
}

#answer .kb-article-body-content table.fr-alternate-rows td,
#answer .kb-article-body-content table.fr-alternate-rows th,
.answer .kb-article-body-content table.fr-alternate-rows td,
.answer .kb-article-body-content table.fr-alternate-rows th,
.article-content .kb-article-body-content table.fr-alternate-rows td,
.article-content .kb-article-body-content table.fr-alternate-rows th,
.article-item .body .kb-article-body-content table.fr-alternate-rows td,
.article-item .body .kb-article-body-content table.fr-alternate-rows th,
.article-item .kb-article-body-content table.fr-alternate-rows td,
.article-item .kb-article-body-content table.fr-alternate-rows th,
.fr-view .kb-article-body-content table.fr-alternate-rows td,
.fr-view .kb-article-body-content table.fr-alternate-rows th,
article .kb-article-body-content table.fr-alternate-rows td,
article .kb-article-body-content table.fr-alternate-rows th {
    border-width: 1px;
    border-style: solid
}

#answer .kb-article-body-content table.fr-alternate-rows tbody tr:nth-child(2n),
.answer .kb-article-body-content table.fr-alternate-rows tbody tr:nth-child(2n),
.article-content .kb-article-body-content table.fr-alternate-rows tbody tr:nth-child(2n),
.article-item .body .kb-article-body-content table.fr-alternate-rows tbody tr:nth-child(2n),
.article-item .kb-article-body-content table.fr-alternate-rows tbody tr:nth-child(2n),
.fr-view .kb-article-body-content table.fr-alternate-rows tbody tr:nth-child(2n),
article .kb-article-body-content table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5
}

#answer .kb-article-body-content table.fr-table-border-0,
#answer .kb-article-body-content table.fr-table-border-0 td,
#answer .kb-article-body-content table.fr-table-border-0 th,
.answer .kb-article-body-content table.fr-table-border-0,
.answer .kb-article-body-content table.fr-table-border-0 td,
.answer .kb-article-body-content table.fr-table-border-0 th,
.article-content .kb-article-body-content table.fr-table-border-0,
.article-content .kb-article-body-content table.fr-table-border-0 td,
.article-content .kb-article-body-content table.fr-table-border-0 th,
.article-item .body .kb-article-body-content table.fr-table-border-0,
.article-item .body .kb-article-body-content table.fr-table-border-0 td,
.article-item .body .kb-article-body-content table.fr-table-border-0 th,
.article-item .kb-article-body-content table.fr-table-border-0,
.article-item .kb-article-body-content table.fr-table-border-0 td,
.article-item .kb-article-body-content table.fr-table-border-0 th,
.fr-view .kb-article-body-content table.fr-table-border-0,
.fr-view .kb-article-body-content table.fr-table-border-0 td,
.fr-view .kb-article-body-content table.fr-table-border-0 th,
article .kb-article-body-content table.fr-table-border-0,
article .kb-article-body-content table.fr-table-border-0 td,
article .kb-article-body-content table.fr-table-border-0 th {
    border-width: 0
}

#answer .kb-article-body-content table.fr-table-border-1,
#answer .kb-article-body-content table.fr-table-border-1 td,
#answer .kb-article-body-content table.fr-table-border-1 th,
.answer .kb-article-body-content table.fr-table-border-1,
.answer .kb-article-body-content table.fr-table-border-1 td,
.answer .kb-article-body-content table.fr-table-border-1 th,
.article-content .kb-article-body-content table.fr-table-border-1,
.article-content .kb-article-body-content table.fr-table-border-1 td,
.article-content .kb-article-body-content table.fr-table-border-1 th,
.article-item .body .kb-article-body-content table.fr-table-border-1,
.article-item .body .kb-article-body-content table.fr-table-border-1 td,
.article-item .body .kb-article-body-content table.fr-table-border-1 th,
.article-item .kb-article-body-content table.fr-table-border-1,
.article-item .kb-article-body-content table.fr-table-border-1 td,
.article-item .kb-article-body-content table.fr-table-border-1 th,
.fr-view .kb-article-body-content table.fr-table-border-1,
.fr-view .kb-article-body-content table.fr-table-border-1 td,
.fr-view .kb-article-body-content table.fr-table-border-1 th,
article .kb-article-body-content table.fr-table-border-1,
article .kb-article-body-content table.fr-table-border-1 td,
article .kb-article-body-content table.fr-table-border-1 th {
    border-width: 1px;
    border-style: solid
}

#answer .kb-article-body-content table.fr-table-border-2,
#answer .kb-article-body-content table.fr-table-border-2 td,
#answer .kb-article-body-content table.fr-table-border-2 th,
.answer .kb-article-body-content table.fr-table-border-2,
.answer .kb-article-body-content table.fr-table-border-2 td,
.answer .kb-article-body-content table.fr-table-border-2 th,
.article-content .kb-article-body-content table.fr-table-border-2,
.article-content .kb-article-body-content table.fr-table-border-2 td,
.article-content .kb-article-body-content table.fr-table-border-2 th,
.article-item .body .kb-article-body-content table.fr-table-border-2,
.article-item .body .kb-article-body-content table.fr-table-border-2 td,
.article-item .body .kb-article-body-content table.fr-table-border-2 th,
.article-item .kb-article-body-content table.fr-table-border-2,
.article-item .kb-article-body-content table.fr-table-border-2 td,
.article-item .kb-article-body-content table.fr-table-border-2 th,
.fr-view .kb-article-body-content table.fr-table-border-2,
.fr-view .kb-article-body-content table.fr-table-border-2 td,
.fr-view .kb-article-body-content table.fr-table-border-2 th,
article .kb-article-body-content table.fr-table-border-2,
article .kb-article-body-content table.fr-table-border-2 td,
article .kb-article-body-content table.fr-table-border-2 th {
    border-width: 2px;
    border-style: solid
}

#answer .kb-article-body-content table.fr-table-border-3,
#answer .kb-article-body-content table.fr-table-border-3 td,
#answer .kb-article-body-content table.fr-table-border-3 th,
.answer .kb-article-body-content table.fr-table-border-3,
.answer .kb-article-body-content table.fr-table-border-3 td,
.answer .kb-article-body-content table.fr-table-border-3 th,
.article-content .kb-article-body-content table.fr-table-border-3,
.article-content .kb-article-body-content table.fr-table-border-3 td,
.article-content .kb-article-body-content table.fr-table-border-3 th,
.article-item .body .kb-article-body-content table.fr-table-border-3,
.article-item .body .kb-article-body-content table.fr-table-border-3 td,
.article-item .body .kb-article-body-content table.fr-table-border-3 th,
.article-item .kb-article-body-content table.fr-table-border-3,
.article-item .kb-article-body-content table.fr-table-border-3 td,
.article-item .kb-article-body-content table.fr-table-border-3 th,
.fr-view .kb-article-body-content table.fr-table-border-3,
.fr-view .kb-article-body-content table.fr-table-border-3 td,
.fr-view .kb-article-body-content table.fr-table-border-3 th,
article .kb-article-body-content table.fr-table-border-3,
article .kb-article-body-content table.fr-table-border-3 td,
article .kb-article-body-content table.fr-table-border-3 th {
    border-width: 3px;
    border-style: solid
}

#answer .kb-article-body-content table.fr-dashed-borders,
#answer .kb-article-body-content table.fr-dashed-borders td,
#answer .kb-article-body-content table.fr-dashed-borders th,
.answer .kb-article-body-content table.fr-dashed-borders,
.answer .kb-article-body-content table.fr-dashed-borders td,
.answer .kb-article-body-content table.fr-dashed-borders th,
.article-content .kb-article-body-content table.fr-dashed-borders,
.article-content .kb-article-body-content table.fr-dashed-borders td,
.article-content .kb-article-body-content table.fr-dashed-borders th,
.article-item .body .kb-article-body-content table.fr-dashed-borders,
.article-item .body .kb-article-body-content table.fr-dashed-borders td,
.article-item .body .kb-article-body-content table.fr-dashed-borders th,
.article-item .kb-article-body-content table.fr-dashed-borders,
.article-item .kb-article-body-content table.fr-dashed-borders td,
.article-item .kb-article-body-content table.fr-dashed-borders th,
.fr-view .kb-article-body-content table.fr-dashed-borders,
.fr-view .kb-article-body-content table.fr-dashed-borders td,
.fr-view .kb-article-body-content table.fr-dashed-borders th,
article .kb-article-body-content table.fr-dashed-borders,
article .kb-article-body-content table.fr-dashed-borders td,
article .kb-article-body-content table.fr-dashed-borders th {
    border-style: dashed
}

#answer .kb-editor-content .table table th,
.answer .kb-editor-content .table table th,
.article-content .kb-editor-content .table table th,
.article-item .body .kb-editor-content .table table th,
.article-item .kb-editor-content .table table th,
.fr-view .kb-editor-content .table table th,
article .kb-editor-content .table table th {
    background: rgba(0, 0, 0, .05);
    font-weight: 700
}

#answer .kb-editor-content[dir=rtl] .table th,
.answer .kb-editor-content[dir=rtl] .table th,
.article-content .kb-editor-content[dir=rtl] .table th,
.article-item .body .kb-editor-content[dir=rtl] .table th,
.article-item .kb-editor-content[dir=rtl] .table th,
.fr-view .kb-editor-content[dir=rtl] .table th,
article .kb-editor-content[dir=rtl] .table th {
    text-align: right
}

#answer .kb-editor-content[dir=ltr] .table th,
.answer .kb-editor-content[dir=ltr] .table th,
.article-content .kb-editor-content[dir=ltr] .table th,
.article-item .body .kb-editor-content[dir=ltr] .table th,
.article-item .kb-editor-content[dir=ltr] .table th,
.fr-view .kb-editor-content[dir=ltr] .table th,
article .kb-editor-content[dir=ltr] .table th {
    text-align: left
}

#answer .kb-editor-content .table>figcaption,
.answer .kb-editor-content .table>figcaption,
.article-content .kb-editor-content .table>figcaption,
.article-item .body .kb-editor-content .table>figcaption,
.article-item .kb-editor-content .table>figcaption,
.fr-view .kb-editor-content .table>figcaption,
article .kb-editor-content .table>figcaption {
    display: table-caption;
    caption-side: top;
    word-break: break-word;
    text-align: center;
    color: #333;
    color: var(--ck-color-table-caption-text);
    background-color: #f7f7f7;
    background-color: var(--ck-color-table-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px
}

#answer .kb-editor-content pre,
.answer .kb-editor-content pre,
.article-content .kb-editor-content pre,
.article-item .body .kb-editor-content pre,
.article-item .kb-editor-content pre,
.fr-view .kb-editor-content pre,
article .kb-editor-content pre {
    padding: 1em !important;
    color: #353535;
    background: hsla(0, 0%, 78%, .3) !important;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px
}

#answer .kb-editor-content pre code,
.answer .kb-editor-content pre code,
.article-content .kb-editor-content pre code,
.article-item .body .kb-editor-content pre code,
.article-item .kb-editor-content pre code,
.fr-view .kb-editor-content pre code,
article .kb-editor-content pre code {
    font-size: 16px !important;
    background: none !important;
    padding: 0;
    border-radius: 0;
    border: none;
    color: #353535 !important
}

#answer .kb-editor-content hr,
.answer .kb-editor-content hr,
.article-content .kb-editor-content hr,
.article-item .body .kb-editor-content hr,
.article-item .kb-editor-content hr,
.fr-view .kb-editor-content hr,
article .kb-editor-content hr {
    margin: 15px 0;
    height: 4px;
    background: #dedede;
    border: 0
}

@media print {

    #answer .kb-editor-content .page-break,
    .answer .kb-editor-content .page-break,
    .article-content .kb-editor-content .page-break,
    .article-item .body .kb-editor-content .page-break,
    .article-item .kb-editor-content .page-break,
    .fr-view .kb-editor-content .page-break,
    article .kb-editor-content .page-break {
        padding: 0
    }

    #answer .kb-editor-content .page-break:after,
    .answer .kb-editor-content .page-break:after,
    .article-content .kb-editor-content .page-break:after,
    .article-item .body .kb-editor-content .page-break:after,
    .article-item .kb-editor-content .page-break:after,
    .fr-view .kb-editor-content .page-break:after,
    article .kb-editor-content .page-break:after {
        display: none
    }
}

#answer .kb-editor-content .kb-decision-tree,
.answer .kb-editor-content .kb-decision-tree,
.article-content .kb-editor-content .kb-decision-tree,
.article-item .body .kb-editor-content .kb-decision-tree,
.article-item .kb-editor-content .kb-decision-tree,
.fr-view .kb-editor-content .kb-decision-tree,
article .kb-editor-content .kb-decision-tree {
    position: relative;
    border: 3px solid #e1e1e1;
    border-radius: 10px;
    padding: 50px 16px;
    text-align: center;
    margin: 10px 0;
    min-height: 170px;
    background: #fff
}

#answer .kb-editor-content .kb-decision-tree:before,
.answer .kb-editor-content .kb-decision-tree:before,
.article-content .kb-editor-content .kb-decision-tree:before,
.article-item .body .kb-editor-content .kb-decision-tree:before,
.article-item .kb-editor-content .kb-decision-tree:before,
.fr-view .kb-editor-content .kb-decision-tree:before,
article .kb-editor-content .kb-decision-tree:before {
    content: none
}

#answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav,
.answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav,
.article-content .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav,
.article-item .body .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav,
.article-item .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav,
.fr-view .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav,
article .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

#answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button,
.answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button,
.article-content .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button,
.article-item .body .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button,
.article-item .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button,
.fr-view .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button,
article .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button {
    padding: 10px 30px;
    background: #0560fc;
    background: var(--dodger-blue);
    border-radius: 20px;
    margin: 5px;
    color: #fff;
    cursor: pointer
}

#answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text,
.answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text,
.article-content .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text,
.article-item .body .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text,
.article-item .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text,
.fr-view .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text,
article .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text {
    margin: 0 !important
}

#answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text p,
.answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text p,
.article-content .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text p,
.article-item .body .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text p,
.article-item .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text p,
.fr-view .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text p,
article .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-button-text p {
    font-size: 16px;
    margin: 0;
    color: #fff
}

#answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content,
#answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-delete-button,
.answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content,
.answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-delete-button,
.article-content .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content,
.article-content .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-delete-button,
.article-item .body .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content,
.article-item .body .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-delete-button,
.article-item .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content,
.article-item .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-delete-button,
.fr-view .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content,
.fr-view .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-delete-button,
article .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content,
article .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-nav .kb-decision-tree-button .kb-decision-tree-delete-button {
    display: none
}

#answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content[data-active=active],
.answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content[data-active=active],
.article-content .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content[data-active=active],
.article-item .body .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content[data-active=active],
.article-item .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content[data-active=active],
.fr-view .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content[data-active=active],
article .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-tab-content[data-active=active] {
    display: block
}

#answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-add-answers,
.answer .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-add-answers,
.article-content .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-add-answers,
.article-item .body .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-add-answers,
.article-item .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-add-answers,
.fr-view .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-add-answers,
article .kb-editor-content .kb-decision-tree .kb-decision-tree-tabs .kb-decision-tree-add-answers {
    display: none
}

#answer .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers,
.answer .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers,
.article-content .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers,
.article-item .body .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers,
.article-item .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers,
.fr-view .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers,
article .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f3f5f8;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

#answer .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers:before,
.answer .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers:before,
.article-content .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers:before,
.article-item .body .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers:before,
.article-item .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers:before,
.fr-view .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers:before,
article .kb-editor-content .kb-decision-tree>.kb-decision-tree-tabs>.kb-decision-tree-add-answers:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    display: block;
    font-size: 16px;
    padding-left: 2px
}

#answer .kb-editor-content .kb-accordion,
.answer .kb-editor-content .kb-accordion,
.article-content .kb-editor-content .kb-accordion,
.article-item .body .kb-editor-content .kb-accordion,
.article-item .kb-editor-content .kb-accordion,
.fr-view .kb-editor-content .kb-accordion,
article .kb-editor-content .kb-accordion {
    position: relative;
    border: 2px solid #e1e1e1 !important;
    margin: 10px 0;
    border-radius: 5px
}

#answer .kb-editor-content .kb-accordion .kb-accordion-title,
.answer .kb-editor-content .kb-accordion .kb-accordion-title,
.article-content .kb-editor-content .kb-accordion .kb-accordion-title,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-title,
.article-item .kb-editor-content .kb-accordion .kb-accordion-title,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-title,
article .kb-editor-content .kb-accordion .kb-accordion-title {
    font-size: 24px !important;
    margin: 0 !important;
    padding: 10px 60px 10px 20px;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer
}

#answer .kb-editor-content .kb-accordion .kb-accordion-body,
.answer .kb-editor-content .kb-accordion .kb-accordion-body,
.article-content .kb-editor-content .kb-accordion .kb-accordion-body,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-body,
.article-item .kb-editor-content .kb-accordion .kb-accordion-body,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-body,
article .kb-editor-content .kb-accordion .kb-accordion-body {
    display: none;
    margin: 0 !important;
    padding: 10px 10px 10px 20px;
    border: none !important;
    box-shadow: none !important
}

#answer .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
.answer .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
.article-content .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
.article-item .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
article .kb-editor-content .kb-accordion .kb-accordion-body.active-content {
    display: block
}

#answer .kb-editor-content .kb-accordion .kb-accordion-toggle,
.answer .kb-editor-content .kb-accordion .kb-accordion-toggle,
.article-content .kb-editor-content .kb-accordion .kb-accordion-toggle,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-toggle,
.article-item .kb-editor-content .kb-accordion .kb-accordion-toggle,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-toggle,
article .kb-editor-content .kb-accordion .kb-accordion-toggle {
    position: absolute !important;
    top: 12px;
    right: 12px;
    z-index: 10;
    outline: none !important;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e1e1e1;
    border-radius: 50%
}

#answer .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
.answer .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
.article-content .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
.article-item .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
article .kb-editor-content .kb-accordion .kb-accordion-toggle:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-left: 2px solid #999;
    border-top: 2px solid #999;
    display: block;
    transform: rotate(-135deg);
    margin: -2px 0 0
}

#answer .kb-editor-content .kb-accordion .kb-accordion-delete,
.answer .kb-editor-content .kb-accordion .kb-accordion-delete,
.article-content .kb-editor-content .kb-accordion .kb-accordion-delete,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-delete,
.article-item .kb-editor-content .kb-accordion .kb-accordion-delete,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-delete,
article .kb-editor-content .kb-accordion .kb-accordion-delete {
    display: none !important
}

#answer .kb-editor-content .kb-tabs,
.answer .kb-editor-content .kb-tabs,
.article-content .kb-editor-content .kb-tabs,
.article-item .body .kb-editor-content .kb-tabs,
.article-item .kb-editor-content .kb-tabs,
.fr-view .kb-editor-content .kb-tabs,
article .kb-editor-content .kb-tabs {
    position: relative;
    border: 1px solid #e1e1e1 !important;
    margin: 10px 0;
    border-radius: 5px
}

#answer .kb-editor-content .kb-tabs .kb-tabs-nav,
.answer .kb-editor-content .kb-tabs .kb-tabs-nav,
.article-content .kb-editor-content .kb-tabs .kb-tabs-nav,
.article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav,
.article-item .kb-editor-content .kb-tabs .kb-tabs-nav,
.fr-view .kb-editor-content .kb-tabs .kb-tabs-nav,
article .kb-editor-content .kb-tabs .kb-tabs-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    border-bottom: 1px solid #f3f5f8;
    border-radius: 5px
}

#answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title {
    font-size: 18px;
    padding: 5px 20px;
    background-color: #fff;
    min-height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease;
    cursor: pointer
}

#answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title:hover,
.answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title:hover,
.article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title:hover,
.article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title:hover,
.article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title:hover,
.fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title:hover,
article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title:hover {
    background-color: #e1e1e1
}

#answer .kb-editor-content .kb-tabs .kb-tabs-content,
.answer .kb-editor-content .kb-tabs .kb-tabs-content,
.article-content .kb-editor-content .kb-tabs .kb-tabs-content,
.article-item .body .kb-editor-content .kb-tabs .kb-tabs-content,
.article-item .kb-editor-content .kb-tabs .kb-tabs-content,
.fr-view .kb-editor-content .kb-tabs .kb-tabs-content,
article .kb-editor-content .kb-tabs .kb-tabs-content {
    padding: 20px
}

#answer .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
.answer .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
.article-content .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
.article-item .body .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
.article-item .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
.fr-view .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
article .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content {
    display: none
}

#answer .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active,
.answer .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active,
.article-content .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active,
.article-item .body .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active,
.article-item .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active,
.fr-view .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active,
article .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active {
    display: block
}

#answer .kb-editor-content .kb-callout,
.answer .kb-editor-content .kb-callout,
.article-content .kb-editor-content .kb-callout,
.article-item .body .kb-editor-content .kb-callout,
.article-item .kb-editor-content .kb-callout,
.fr-view .kb-editor-content .kb-callout,
article .kb-editor-content .kb-callout {
    border-radius: 8px;
    padding: 10px 20px;
    margin: 10px 0
}

#answer .kb-editor-content .kb-callout .kb-callout-delete,
.answer .kb-editor-content .kb-callout .kb-callout-delete,
.article-content .kb-editor-content .kb-callout .kb-callout-delete,
.article-item .body .kb-editor-content .kb-callout .kb-callout-delete,
.article-item .kb-editor-content .kb-callout .kb-callout-delete,
.fr-view .kb-editor-content .kb-callout .kb-callout-delete,
article .kb-editor-content .kb-callout .kb-callout-delete {
    display: none !important
}

#answer .kb-editor-content .kb-callout .kb-callout-body,
.answer .kb-editor-content .kb-callout .kb-callout-body,
.article-content .kb-editor-content .kb-callout .kb-callout-body,
.article-item .body .kb-editor-content .kb-callout .kb-callout-body,
.article-item .kb-editor-content .kb-callout .kb-callout-body,
.fr-view .kb-editor-content .kb-callout .kb-callout-body,
article .kb-editor-content .kb-callout .kb-callout-body {
    border: none !important;
    box-shadow: none !important
}

#answer .kb-editor-content .kb-callout .kb-callout-body h3:first-of-type,
.answer .kb-editor-content .kb-callout .kb-callout-body h3:first-of-type,
.article-content .kb-editor-content .kb-callout .kb-callout-body h3:first-of-type,
.article-item .body .kb-editor-content .kb-callout .kb-callout-body h3:first-of-type,
.article-item .kb-editor-content .kb-callout .kb-callout-body h3:first-of-type,
.fr-view .kb-editor-content .kb-callout .kb-callout-body h3:first-of-type,
article .kb-editor-content .kb-callout .kb-callout-body h3:first-of-type {
    font-weight: 400
}

#answer .kb-editor-content .kb-callout.success,
.answer .kb-editor-content .kb-callout.success,
.article-content .kb-editor-content .kb-callout.success,
.article-item .body .kb-editor-content .kb-callout.success,
.article-item .kb-editor-content .kb-callout.success,
.fr-view .kb-editor-content .kb-callout.success,
article .kb-editor-content .kb-callout.success {
    background: #d4edda;
    border: 3px solid #155724
}

#answer .kb-editor-content .kb-callout.success .kb-callout-body,
.answer .kb-editor-content .kb-callout.success .kb-callout-body,
.article-content .kb-editor-content .kb-callout.success .kb-callout-body,
.article-item .body .kb-editor-content .kb-callout.success .kb-callout-body,
.article-item .kb-editor-content .kb-callout.success .kb-callout-body,
.fr-view .kb-editor-content .kb-callout.success .kb-callout-body,
article .kb-editor-content .kb-callout.success .kb-callout-body {
    background: #d4edda !important
}

#answer .kb-editor-content .kb-callout.success .kb-callout-body h3:first-of-type,
.answer .kb-editor-content .kb-callout.success .kb-callout-body h3:first-of-type,
.article-content .kb-editor-content .kb-callout.success .kb-callout-body h3:first-of-type,
.article-item .body .kb-editor-content .kb-callout.success .kb-callout-body h3:first-of-type,
.article-item .kb-editor-content .kb-callout.success .kb-callout-body h3:first-of-type,
.fr-view .kb-editor-content .kb-callout.success .kb-callout-body h3:first-of-type,
article .kb-editor-content .kb-callout.success .kb-callout-body h3:first-of-type {
    color: #155724
}

#answer .kb-editor-content .kb-callout.info,
.answer .kb-editor-content .kb-callout.info,
.article-content .kb-editor-content .kb-callout.info,
.article-item .body .kb-editor-content .kb-callout.info,
.article-item .kb-editor-content .kb-callout.info,
.fr-view .kb-editor-content .kb-callout.info,
article .kb-editor-content .kb-callout.info {
    background: #cce5ff;
    border: 3px solid #004085
}

#answer .kb-editor-content .kb-callout.info .kb-callout-body,
.answer .kb-editor-content .kb-callout.info .kb-callout-body,
.article-content .kb-editor-content .kb-callout.info .kb-callout-body,
.article-item .body .kb-editor-content .kb-callout.info .kb-callout-body,
.article-item .kb-editor-content .kb-callout.info .kb-callout-body,
.fr-view .kb-editor-content .kb-callout.info .kb-callout-body,
article .kb-editor-content .kb-callout.info .kb-callout-body {
    background: #cce5ff !important
}

#answer .kb-editor-content .kb-callout.info .kb-callout-body h3:first-of-type,
.answer .kb-editor-content .kb-callout.info .kb-callout-body h3:first-of-type,
.article-content .kb-editor-content .kb-callout.info .kb-callout-body h3:first-of-type,
.article-item .body .kb-editor-content .kb-callout.info .kb-callout-body h3:first-of-type,
.article-item .kb-editor-content .kb-callout.info .kb-callout-body h3:first-of-type,
.fr-view .kb-editor-content .kb-callout.info .kb-callout-body h3:first-of-type,
article .kb-editor-content .kb-callout.info .kb-callout-body h3:first-of-type {
    color: #004085
}

#answer .kb-editor-content .kb-callout.warning,
.answer .kb-editor-content .kb-callout.warning,
.article-content .kb-editor-content .kb-callout.warning,
.article-item .body .kb-editor-content .kb-callout.warning,
.article-item .kb-editor-content .kb-callout.warning,
.fr-view .kb-editor-content .kb-callout.warning,
article .kb-editor-content .kb-callout.warning {
    background: #fff3cd;
    border: 3px solid #856404
}

#answer .kb-editor-content .kb-callout.warning .kb-callout-body,
.answer .kb-editor-content .kb-callout.warning .kb-callout-body,
.article-content .kb-editor-content .kb-callout.warning .kb-callout-body,
.article-item .body .kb-editor-content .kb-callout.warning .kb-callout-body,
.article-item .kb-editor-content .kb-callout.warning .kb-callout-body,
.fr-view .kb-editor-content .kb-callout.warning .kb-callout-body,
article .kb-editor-content .kb-callout.warning .kb-callout-body {
    background: #fff3cd !important
}

#answer .kb-editor-content .kb-callout.warning .kb-callout-body h3:first-of-type,
.answer .kb-editor-content .kb-callout.warning .kb-callout-body h3:first-of-type,
.article-content .kb-editor-content .kb-callout.warning .kb-callout-body h3:first-of-type,
.article-item .body .kb-editor-content .kb-callout.warning .kb-callout-body h3:first-of-type,
.article-item .kb-editor-content .kb-callout.warning .kb-callout-body h3:first-of-type,
.fr-view .kb-editor-content .kb-callout.warning .kb-callout-body h3:first-of-type,
article .kb-editor-content .kb-callout.warning .kb-callout-body h3:first-of-type {
    color: #856404
}

#answer .kb-editor-content .kb-callout.danger,
.answer .kb-editor-content .kb-callout.danger,
.article-content .kb-editor-content .kb-callout.danger,
.article-item .body .kb-editor-content .kb-callout.danger,
.article-item .kb-editor-content .kb-callout.danger,
.fr-view .kb-editor-content .kb-callout.danger,
article .kb-editor-content .kb-callout.danger {
    background: #f8d7da;
    border: 3px solid #721c24
}

#answer .kb-editor-content .kb-callout.danger .kb-callout-body,
.answer .kb-editor-content .kb-callout.danger .kb-callout-body,
.article-content .kb-editor-content .kb-callout.danger .kb-callout-body,
.article-item .body .kb-editor-content .kb-callout.danger .kb-callout-body,
.article-item .kb-editor-content .kb-callout.danger .kb-callout-body,
.fr-view .kb-editor-content .kb-callout.danger .kb-callout-body,
article .kb-editor-content .kb-callout.danger .kb-callout-body {
    background: #f8d7da !important
}

#answer .kb-editor-content .kb-callout.danger .kb-callout-body h3:first-of-type,
.answer .kb-editor-content .kb-callout.danger .kb-callout-body h3:first-of-type,
.article-content .kb-editor-content .kb-callout.danger .kb-callout-body h3:first-of-type,
.article-item .body .kb-editor-content .kb-callout.danger .kb-callout-body h3:first-of-type,
.article-item .kb-editor-content .kb-callout.danger .kb-callout-body h3:first-of-type,
.fr-view .kb-editor-content .kb-callout.danger .kb-callout-body h3:first-of-type,
article .kb-editor-content .kb-callout.danger .kb-callout-body h3:first-of-type {
    color: #721c24
}

#answer .kb-editor-content .kb-internal-block,
.answer .kb-editor-content .kb-internal-block,
.article-content .kb-editor-content .kb-internal-block,
.article-item .body .kb-editor-content .kb-internal-block,
.article-item .kb-editor-content .kb-internal-block,
.fr-view .kb-editor-content .kb-internal-block,
article .kb-editor-content .-internal-block {
    border-radius: 5px;
    margin: 10px 0;
    background: #f3f5f8
}

#answer .kb-editor-content .kb-internal-block .kb-internal-block-body,
.answer .kb-editor-content .kb-internal-block .kb-internal-block-body,
.article-content .kb-editor-content .kb-internal-block .kb-internal-block-body,
.article-item .body .kb-editor-content .kb-internal-block .kb-internal-block-body,
.article-item .kb-editor-content .kb-internal-block .kb-internal-block-body,
.fr-view .kb-editor-content .kb-internal-block .kb-internal-block-body,
article .kb-editor-content .kb-internal-block .kb-internal-block-body {
    padding: 10px 20px
}

#answer .kb-editor-content .kb-internal-block .kb-internal-block-delete,
#answer .kb-editor-content .kb-internal-block .kb-internal-block-settings,
.answer .kb-editor-content .kb-internal-block .kb-internal-block-delete,
.answer .kb-editor-content .kb-internal-block .kb-internal-block-settings,
.article-content .kb-editor-content .kb-internal-block .kb-internal-block-delete,
.article-content .kb-editor-content .kb-internal-block .kb-internal-block-settings,
.article-item .body .kb-editor-content .kb-internal-block .kb-internal-block-delete,
.article-item .body .kb-editor-content .kb-internal-block .kb-internal-block-settings,
.article-item .kb-editor-content .kb-internal-block .kb-internal-block-delete,
.article-item .kb-editor-content .kb-internal-block .kb-internal-block-settings,
.fr-view .kb-editor-content .kb-internal-block .kb-internal-block-delete,
.fr-view .kb-editor-content .kb-internal-block .kb-internal-block-settings,
article .kb-editor-content .kb-internal-block .kb-internal-block-delete,
article .kb-editor-content .kb-internal-block .kb-internal-block-settings {
    display: none !important
}

#answer .kb-editor-content .kb-inserted-article .kb-inserted-article-body>h3,
#answer .kb-editor-content .kb-inserted-article .kb-inserted-article-body>p,
.answer .kb-editor-content .kb-inserted-article .kb-inserted-article-body>h3,
.answer .kb-editor-content .kb-inserted-article .kb-inserted-article-body>p,
.article-content .kb-editor-content .kb-inserted-article .kb-inserted-article-body>h3,
.article-content .kb-editor-content .kb-inserted-article .kb-inserted-article-body>p,
.article-item .body .kb-editor-content .kb-inserted-article .kb-inserted-article-body>h3,
.article-item .body .kb-editor-content .kb-inserted-article .kb-inserted-article-body>p,
.article-item .kb-editor-content .kb-inserted-article .kb-inserted-article-body>h3,
.article-item .kb-editor-content .kb-inserted-article .kb-inserted-article-body>p,
.fr-view .kb-editor-content .kb-inserted-article .kb-inserted-article-body>h3,
.fr-view .kb-editor-content .kb-inserted-article .kb-inserted-article-body>p,
article .kb-editor-content .kb-inserted-article .kb-inserted-article-body>h3,
article .kb-editor-content .kb-inserted-article .kb-inserted-article-body>p {
    display: none
}

#answer .link-button,
.answer .link-button,
.article-content .link-button,
.article-item .body .link-button,
.article-item .link-button,
.fr-view .link-button,
article .link-button {
    display: inline-block;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #0560fc !important;
    background-color: var(--dodger-blue) !important;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 18px;
    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
}

#answer .link-button:hover,
.answer .link-button:hover,
.article-content .link-button:hover,
.article-item .body .link-button:hover,
.article-item .link-button:hover,
.fr-view .link-button:hover,
article .link-button:hover {
    background-color: #3e85f7 !important
}

#answer .todo-list,
.answer .todo-list,
.article-content .todo-list,
.article-item .body .todo-list,
.article-item .todo-list,
.fr-view .todo-list,
article .todo-list {
    margin: 10px 0;
    padding: 0 0 0 30px
}

#answer .todo-list li,
.answer .todo-list li,
.article-content .todo-list li,
.article-item .body .todo-list li,
.article-item .todo-list li,
.fr-view .todo-list li,
article .todo-list li {
    list-style-type: none;
    margin-bottom: 5px
}

#answer .todo-list li .todo-list__label,
.answer .todo-list li .todo-list__label,
.article-content .todo-list li .todo-list__label,
.article-item .body .todo-list li .todo-list__label,
.article-item .todo-list li .todo-list__label,
.fr-view .todo-list li .todo-list__label,
article .todo-list li .todo-list__label {
    display: flex;
    align-items: center
}

#answer .todo-list li .todo-list__label input,
.answer .todo-list li .todo-list__label input,
.article-content .todo-list li .todo-list__label input,
.article-item .body .todo-list li .todo-list__label input,
.article-item .todo-list li .todo-list__label input,
.fr-view .todo-list li .todo-list__label input,
article .todo-list li .todo-list__label input {
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, .87) !important;
    border-radius: 2px;
    margin-right: 10px
}

#answer .todo-list li .todo-list__label__description,
.answer .todo-list li .todo-list__label__description,
.article-content .todo-list li .todo-list__label__description,
.article-item .body .todo-list li .todo-list__label__description,
.article-item .todo-list li .todo-list__label__description,
.fr-view .todo-list li .todo-list__label__description,
article .todo-list li .todo-list__label__description {
    font-size: 18px
}

#answer .kb-editor-content ol,
.answer .kb-editor-content ol,
.article-content .kb-editor-content ol,
.article-item .body .kb-editor-content ol,
.article-item .kb-editor-content ol,
.fr-view .kb-editor-content ol,
article .kb-editor-content ol {
    list-style-type: decimal
}

#answer .kb-editor-content ol ol,
.answer .kb-editor-content ol ol,
.article-content .kb-editor-content ol ol,
.article-item .body .kb-editor-content ol ol,
.article-item .kb-editor-content ol ol,
.fr-view .kb-editor-content ol ol,
article .kb-editor-content ol ol {
    list-style-type: lower-latin
}

#answer .kb-editor-content ol ol ol,
.answer .kb-editor-content ol ol ol,
.article-content .kb-editor-content ol ol ol,
.article-item .body .kb-editor-content ol ol ol,
.article-item .kb-editor-content ol ol ol,
.fr-view .kb-editor-content ol ol ol,
article .kb-editor-content ol ol ol {
    list-style-type: lower-roman
}

#answer .kb-editor-content ol ol ol ol,
.answer .kb-editor-content ol ol ol ol,
.article-content .kb-editor-content ol ol ol ol,
.article-item .body .kb-editor-content ol ol ol ol,
.article-item .kb-editor-content ol ol ol ol,
.fr-view .kb-editor-content ol ol ol ol,
article .kb-editor-content ol ol ol ol {
    list-style-type: upper-latin
}

#answer .kb-editor-content ol ol ol ol ol,
.answer .kb-editor-content ol ol ol ol ol,
.article-content .kb-editor-content ol ol ol ol ol,
.article-item .body .kb-editor-content ol ol ol ol ol,
.article-item .kb-editor-content ol ol ol ol ol,
.fr-view .kb-editor-content ol ol ol ol ol,
article .kb-editor-content ol ol ol ol ol {
    list-style-type: upper-roman
}

#answer .kb-editor-content ul,
.answer .kb-editor-content ul,
.article-content .kb-editor-content ul,
.article-item .body .kb-editor-content ul,
.article-item .kb-editor-content ul,
.fr-view .kb-editor-content ul,
article .kb-editor-content ul {
    list-style-type: disc
}

#answer .kb-editor-content ul li,
.answer .kb-editor-content ul li,
.article-content .kb-editor-content ul li,
.article-item .body .kb-editor-content ul li,
.article-item .kb-editor-content ul li,
.fr-view .kb-editor-content ul li,
article .kb-editor-content ul li {
    list-style-type: unset
}

#answer .kb-editor-content ul ul,
.answer .kb-editor-content ul ul,
.article-content .kb-editor-content ul ul,
.article-item .body .kb-editor-content ul ul,
.article-item .kb-editor-content ul ul,
.fr-view .kb-editor-content ul ul,
article .kb-editor-content ul ul {
    list-style-type: circle
}

#answer .kb-editor-content ul ul ul,
#answer .kb-editor-content ul ul ul ul,
.answer .kb-editor-content ul ul ul,
.answer .kb-editor-content ul ul ul ul,
.article-content .kb-editor-content ul ul ul,
.article-content .kb-editor-content ul ul ul ul,
.article-item .body .kb-editor-content ul ul ul,
.article-item .body .kb-editor-content ul ul ul ul,
.article-item .kb-editor-content ul ul ul,
.article-item .kb-editor-content ul ul ul ul,
.fr-view .kb-editor-content ul ul ul,
.fr-view .kb-editor-content ul ul ul ul,
article .kb-editor-content ul ul ul,
article .kb-editor-content ul ul ul ul {
    list-style-type: square
}

.kb-table-of-contents-container {
    background-color: #f3f5f8;
    padding: 20px;
    border-radius: 5px
}

.kb-table-of-contents-container p {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
    margin: 0 0 10px !important
}

.kb-table-of-contents-container .kb-toc-items {
    overflow-y: auto;
    height: 100%;
    padding: 0 10px 40px 0
}

.kb-table-of-contents-container a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: rgba(0, 0, 0, .87) !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    opacity: .5;
    padding: 5px 0 5px 10px;
    border-left: 2px solid #e2e5e9;
    transition: all .2s ease
}

.kb-table-of-contents-container a[data-tag-name=H2] {
    padding-left: 20px
}

.kb-table-of-contents-container a[data-tag-name=H3] {
    padding-left: 30px
}

.kb-table-of-contents-container a[data-tag-name=H4] {
    padding-left: 40px
}

.kb-table-of-contents-container a.active,
.kb-table-of-contents-container a:hover {
    text-decoration: none;
    opacity: 1
}

.kb-table-of-contents-container a.active {
    border-color: rgba(0, 0, 0, .87)
}

.wrapper #page_content #answer .kb-editor-content .kb-tabs,
.wrapper #page_content #answer .kb-editor-content .kb-tabs .kb-tabs-nav,
.wrapper #page_content .answer .kb-editor-content .kb-tabs,
.wrapper #page_content .answer .kb-editor-content .kb-tabs .kb-tabs-nav,
.wrapper #page_content .article-content .kb-editor-content .kb-tabs,
.wrapper #page_content .article-content .kb-editor-content .kb-tabs .kb-tabs-nav,
.wrapper #page_content .article-item .body .kb-editor-content .kb-tabs,
.wrapper #page_content .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav,
.wrapper #page_content .article-item .kb-editor-content .kb-tabs,
.wrapper #page_content .article-item .kb-editor-content .kb-tabs .kb-tabs-nav,
.wrapper #page_content .fr-view .kb-editor-content .kb-tabs,
.wrapper #page_content .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav,
.wrapper #page_content article .kb-editor-content .kb-tabs,
.wrapper #page_content article .kb-editor-content .kb-tabs .kb-tabs-nav {
    border: none !important
}

.wrapper #page_content #answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.wrapper #page_content .answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.wrapper #page_content .article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.wrapper #page_content .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.wrapper #page_content .article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.wrapper #page_content .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
.wrapper #page_content article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title {
    font-size: 16px;
    font-weight: 700;
    border-top: 5px solid #d7dee6;
    background: #f3f8fe;
    color: #3a4f5a
}

.wrapper #page_content #answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.wrapper #page_content .answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.wrapper #page_content .article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.wrapper #page_content .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.wrapper #page_content .article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.wrapper #page_content .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
.wrapper #page_content article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active {
    border-color: #3a4f5a;
    background: #fff
}

#main-content .article-content #answer .kb-editor-content .kb-tabs,
#main-content .article-content #answer .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .article-content .answer .kb-editor-content .kb-tabs,
#main-content .article-content .answer .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .article-content .article-content .kb-editor-content .kb-tabs,
#main-content .article-content .article-content .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .article-content .article-item .body .kb-editor-content .kb-tabs,
#main-content .article-content .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .article-content .article-item .kb-editor-content .kb-tabs,
#main-content .article-content .article-item .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .article-content .fr-view .kb-editor-content .kb-tabs,
#main-content .article-content .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .article-content article .kb-editor-content .kb-tabs,
#main-content .article-content article .kb-editor-content .kb-tabs .kb-tabs-nav {
    border: none !important
}

#main-content .article-content #answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .article-content .answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .article-content .article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .article-content .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .article-content .article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .article-content .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .article-content article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 24px;
    margin-right: 1px;
    border: 1px solid #dadae7;
    border-bottom-color: #fff;
    border-radius: 5px 5px 0 0;
    background: none;
    color: #2f2f2f
}

#main-content .article-content #answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .article-content .answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .article-content .article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .article-content .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .article-content .article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .article-content .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .article-content article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active {
    color: #0e68ca;
    background: #f9f9fb
}

#main-content .article-content #answer .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .article-content .answer .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .article-content .article-content .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .article-content .article-item .body .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .article-content .article-item .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .article-content .fr-view .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .article-content article .kb-editor-content .kb-tabs .kb-tabs-content {
    border: 1px solid #dadae7;
    padding: 16px;
    border-radius: 0 5px 5px 5px
}

#main-content .content_for_layout #answer .kb-editor-content .kb-tabs,
#main-content .content_for_layout #answer .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .content_for_layout .answer .kb-editor-content .kb-tabs,
#main-content .content_for_layout .answer .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .content_for_layout .article-content .kb-editor-content .kb-tabs,
#main-content .content_for_layout .article-content .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .content_for_layout .article-item .body .kb-editor-content .kb-tabs,
#main-content .content_for_layout .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .content_for_layout .article-item .kb-editor-content .kb-tabs,
#main-content .content_for_layout .article-item .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .content_for_layout .fr-view .kb-editor-content .kb-tabs,
#main-content .content_for_layout .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav,
#main-content .content_for_layout article .kb-editor-content .kb-tabs,
#main-content .content_for_layout article .kb-editor-content .kb-tabs .kb-tabs-nav {
    border: none !important
}

#main-content .content_for_layout #answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .content_for_layout .answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .content_for_layout .article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .content_for_layout .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .content_for_layout .article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .content_for_layout .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title,
#main-content .content_for_layout article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    margin-right: 1px;
    border: none !important;
    border-radius: 5px 5px 0 0;
    background: none;
    color: #0e68ca
}

#main-content .content_for_layout #answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .content_for_layout .answer .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .content_for_layout .article-content .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .content_for_layout .article-item .body .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .content_for_layout .article-item .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .content_for_layout .fr-view .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active,
#main-content .content_for_layout article .kb-editor-content .kb-tabs .kb-tabs-nav .kb-tab-title.active {
    color: #fff;
    background: #0e68ca
}

#main-content .content_for_layout #answer .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .content_for_layout .answer .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .content_for_layout .article-content .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .content_for_layout .article-item .body .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .content_for_layout .article-item .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .content_for_layout .fr-view .kb-editor-content .kb-tabs .kb-tabs-content,
#main-content .content_for_layout article .kb-editor-content .kb-tabs .kb-tabs-content {
    padding: 0 !important
}

#main-content .content_for_layout #answer .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
#main-content .content_for_layout .answer .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
#main-content .content_for_layout .article-content .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
#main-content .content_for_layout .article-item .body .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
#main-content .content_for_layout .article-item .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
#main-content .content_for_layout .fr-view .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content,
#main-content .content_for_layout article .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content {
    border: 1px solid #0e68ca;
    padding: 24px;
    border-radius: 10px 10px 10px 10px
}

#main-content .content_for_layout #answer .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active:first-child,
#main-content .content_for_layout .answer .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active:first-child,
#main-content .content_for_layout .article-content .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active:first-child,
#main-content .content_for_layout .article-item .body .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active:first-child,
#main-content .content_for_layout .article-item .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active:first-child,
#main-content .content_for_layout .fr-view .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active:first-child,
#main-content .content_for_layout article .kb-editor-content .kb-tabs .kb-tabs-content .kb-tab-content.active:first-child {
    border-radius: 0 10px 10px 10px
}

body.onboarding-behavior {
    overflow: hidden
}

body.onboarding-behavior .onboarding-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1999999997;
    pointer-events: all
}

body.onboarding-behavior .search-form.onboarding-highlight,
body.onboarding-behavior .search_block.onboarding-highlight {
    position: relative;
    z-index: 1999999998
}

body.onboarding-behavior .search-form.onboarding-highlight:after,
body.onboarding-behavior .search_block.onboarding-highlight:after {
    content: "Your helpbar, precise answers to your questions";
    position: absolute;
    top: 0;
    right: -56%;
    border-radius: 8px;
    background: rgba(0, 0, 0, .4);
    padding: 10px 16px;
    max-width: 300px;
    color: #fff;
    font-size: 16px;
    font-weight: 550;
    line-height: 140%;
    text-align: left
}

body.onboarding-behavior .search-form.onboarding-highlight:before,
body.onboarding-behavior .search_block.onboarding-highlight:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, .4);
    transform: translateY(-50%) rotate(90deg)
}

body.onboarding-behavior .search-form.onboarding-highlight.row:after,
body.onboarding-behavior .search_block.onboarding-highlight.row:after {
    right: -68%
}

body.onboarding-behavior .search-form.onboarding-highlight.row:before,
body.onboarding-behavior .search_block.onboarding-highlight.row:before {
    right: -18px
}

body.onboarding-behavior .search-form.onboarding-highlight.header_nav_section:before,
body.onboarding-behavior .search_block.onboarding-highlight.header_nav_section:before {
    right: -24px
}

body.onboarding-behavior .search-form.onboarding-highlight.header_nav_section input#search,
body.onboarding-behavior .search_block.onboarding-highlight.header_nav_section input#search {
    border-radius: 8px
}

body.onboarding-behavior.blankfff-theme .search_block.onboarding-highlight form:after {
    content: "Our helpbar will deliver instant specific answers to your questions.";
    position: absolute;
    top: 0;
    right: -54%;
    border-radius: 8px;
    background: rgba(0, 0, 0, .4);
    padding: 10px 16px;
    max-width: 305px;
    color: #fff;
    font-size: 16px;
    font-weight: 550;
    line-height: 140%;
    text-align: left
}

body.onboarding-behavior.blankfff-theme .search_block.onboarding-highlight form:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -34px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, .4);
    transform: translateY(-50%) rotate(90deg)
}

body.onboarding-behavior #swifty-chatbot-container {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 35px;
    right: 35px
}

body.onboarding-behavior #swifty-chatbot-container.show-chatbot {
    z-index: 1999999999
}

body.onboarding-behavior #swifty-chatbot-container.show-chatbot:after {
    content: "Your AI Chatbot will explain it in a clear, helpful way.";
    position: absolute;
    top: 0;
    right: 150%;
    border-radius: 8px;
    background: rgba(0, 0, 0, .5);
    padding: 10px 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 550;
    line-height: 140%;
    text-align: left;
    white-space: nowrap
}

body.onboarding-behavior #swifty-chatbot-container.show-chatbot:before {
    content: "";
    position: absolute;
    top: 45%;
    right: 120%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, .5);
    transform: translateY(-50%) rotate(-90deg)
}

body.onboarding-behavior .post {
    position: fixed;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    grid-gap: 12px;
    gap: 12px;
    max-width: 420px;
    border-radius: 6px;
    background: #29384b;
    border: 1.2px solid #ff0be5;
    z-index: 1999999999
}

body.onboarding-behavior .post p {
    all: unset;
    color: #fff;
    font-size: 16px;
    font-weight: 550;
    line-height: 180%
}

body.onboarding-behavior .post--2 {
    bottom: 35%;
    right: 20%
}

body.onboarding-behavior .post--3 {
    bottom: 40%;
    right: 33%
}

body.onboarding-behavior .onboarding-next-button {
    border-radius: 4px;
    border: 1px solid #e4e4e7;
    background: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    grid-gap: 4px;
    gap: 4px;
    padding: 4px 8px;
    cursor: pointer
}

body.onboarding-behavior .onboarding-next-button:hover {
    background: #f3f4f6
}

body.onboarding-behavior .dashboard.onboarding-highlight {
    z-index: 1999999999;
    position: relative;
    border-radius: 2px;
    padding: 2px
}

body.onboarding-behavior .dashboard.onboarding-highlight:after {
    content: "Your dashboard organizes your knowledge base with efficiency.";
    position: absolute;
    top: 35px;
    left: 0;
    border-radius: 8px;
    background: rgba(0, 0, 0, .7);
    padding: 10px 16px;
    width: 450px;
    color: #fff;
    font-size: 16px;
    font-weight: 550;
    line-height: 140%;
    text-align: left
}

body.onboarding-behavior .dashboard.onboarding-highlight:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 25px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, .7);
    transform: translateY(-50%)
}

body.onboarding-behavior .onboarding-highlight {
    animation: onboarding-pulse 2s ease-in-out infinite;
    border-radius: 8px
}

@keyframes onboarding-pulse {

    0%,
    to {
        box-shadow: 0 0 0 0 rgba(255, 11, 229, .6);
        transform: scale(1)
    }

    50% {
        box-shadow: 0 0 0 12px rgba(255, 11, 229, 0);
        transform: scale(1.02)
    }
}

#kb-search-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 99999999;
    padding: 10px;
    width: 450px;
    border-radius: 5px;
    display: none;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, .24)
}

#kb-search-wrapper input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid #e2e5e9;
    width: 300px;
    height: 32px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 14px;
    color: #1e293a
}

#kb-search-wrapper input:focus {
    border-color: #0560fc
}

#kb-search-wrapper .counter {
    margin: 0 10px 0 5px;
    font-size: 14px
}

#kb-search-wrapper button {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #fff;
    outline: none;
    transition: .2s ease
}

#kb-search-wrapper button svg {
    width: 14px;
    color: #1e293a
}

#kb-search-wrapper button.close-kb-search-wrapper svg {
    width: 10px
}

#kb-search-wrapper button:disabled {
    opacity: .4
}

#kb-search-wrapper button:hover {
    background: #f3f5f8
}

body.search--active .f-accordion-panel>.panel-content,
body.search--active .kb-accordion-body {
    display: block !important
}

.kb-glossary-item {
    border-bottom: 1px dashed #0560fc
}

#kb-glossary-modal {
    position: absolute;
    width: 300px;
    border: 1px solid #e3e6e9;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 3px 6px rgba(246, 249, 254, .2);
    display: none
}

#kb-glossary-modal header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#kb-glossary-modal header h3 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100% - 35px);
    font-size: 16px;
    font-weight: 600;
    color: #262e4a;
    margin: 0
}

#kb-glossary-modal header a {
    flex: 0 1 30px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    transition: .2s ease
}

#kb-glossary-modal header a i {
    font-size: 12px;
    color: #4b5461
}

#kb-glossary-modal header a:hover {
    background: #f3f5f8
}

#kb-glossary-modal .body p {
    font-size: 14px;
    font-weight: 400
}

#kb-glossary-modal footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background: #fff
}

#kb-glossary-modal footer h4 {
    font-size: 12px;
    margin: 0;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100% - 65px)
}

#kb-glossary-modal footer .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 1 60px
}

#kb-glossary-modal footer .actions .thumb-down,
#kb-glossary-modal footer .actions .thumb-up {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4b5461;
    text-decoration: none;
    opacity: .7;
    margin-left: 5px;
    transition: .2s ease
}

#kb-glossary-modal footer .actions .thumb-down span,
#kb-glossary-modal footer .actions .thumb-up span {
    margin-left: 3px
}

#kb-glossary-modal footer .actions .thumb-down:hover,
#kb-glossary-modal footer .actions .thumb-up:hover {
    opacity: 1
}

.success-term-vote {
    position: fixed;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    background: #262e4a;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    text-align: center
}

.fr-view span {
    font-size: inherit
}

.kb-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.kb-unselectable::selection {
    background: none
}

.kb-unselectable::-moz-selection {
    background: none
}

.subtitle-tooltip {
    position: relative
}

.subtitle-tooltip:after,
.subtitle-tooltip:before {
    display: none
}

.subtitle-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 16px;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 11
}

.subtitle-tooltip:after {
    content: attr(aria-label);
    position: absolute;
    top: calc(100% + 7px);
    left: var(--check-position);
    width: -moz-max-content;
    width: max-content;
    max-width: 600px;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .14);
    font-weight: 400;
    color: #000;
    z-index: 10;
    font-size: 1em
}

.subtitle-tooltip:hover:after,
.subtitle-tooltip:hover:before {
    display: block
}

.kb-editor-content .table table td p {
    margin: 0
}

.kb-loader-container {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 80px;
    padding: 45px;
    background: #f8f8f8
}

.kb-loader {
    border-radius: 50%;
    border: 2px solid #f3f3f3;
    border-top-color: #0560fc;
    width: 60px;
    height: 60px;
    animation: spin .35s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.dot-pulse {
    position: relative;
    left: -9999px;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s linear infinite;
    animation-delay: .25s
}

.dot-pulse,
.dot-pulse:after,
.dot-pulse:before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #0560fc;
    color: #0560fc
}

.dot-pulse:after,
.dot-pulse:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0
}

.dot-pulse:before {
    box-shadow: 9984px 0 0 -5px;
    animation: dot-pulse-before 1.5s linear infinite;
    animation-delay: 0s
}

.dot-pulse:after {
    box-shadow: 10014px 0 0 -5px;
    animation: dot-pulse-after 1.5s linear infinite;
    animation-delay: .5s
}

@keyframes dot-pulse-before {
    0% {
        box-shadow: 9984px 0 0 -5px
    }

    30% {
        box-shadow: 9984px 0 0 2px
    }

    60%,
    to {
        box-shadow: 9984px 0 0 -5px
    }
}

@keyframes dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -5px
    }

    30% {
        box-shadow: 9999px 0 0 2px
    }

    60%,
    to {
        box-shadow: 9999px 0 0 -5px
    }
}

@keyframes dot-pulse-after {
    0% {
        box-shadow: 10014px 0 0 -5px
    }

    30% {
        box-shadow: 10014px 0 0 2px
    }

    60%,
    to {
        box-shadow: 10014px 0 0 -5px
    }
}

#results {
    max-height: 570px;
    overflow-y: scroll
}

#results ul {
    max-height: none
}

.galaxy-theme .answer-header {
    margin-bottom: 0 !important;
    padding: 15px 25px 5px;
    font-size: 16px !important;
    text-align: left;
    color: #888 !important
}

.galaxy-theme .search-answer {
    position: relative;
    max-height: 220px;
    margin: 0;
    overflow-y: scroll;
    min-height: 80px
}

.galaxy-theme .search-answer p {
    color: #000 !important;
    text-align: start;
    font-size: 16px !important;
    padding: 15px 25px 5px
}

.scientia-theme .search-answer p {
    padding: 8px
}

.creativeness-theme .answer-header {
    margin-bottom: 16px !important
}

.creativeness-theme .search-answer p {
    text-align: center;
    margin-bottom: 32px
}

.enterprise-theme .answer-header {
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

.enterprise-theme .search-answer {
    border-bottom: 1px solid #888;
    margin: 0 20px
}

.enterprise-theme .search-answer p {
    padding: 8px 0
}

.classic-theme .answer-header {
    margin: 0
}

.classic-theme .search-answer p {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 20px
}

.sidekick-theme #search_results .answer-header {
    margin: 0
}

.sidekick-theme .search-answer p {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 20px
}

.enigma-theme .answer-header {
    margin: 0
}

.enigma-theme .answer-header,
.enigma-theme .search-answer {
    padding-left: 2em;
    padding-right: 2em;
    text-align: center
}

.blankfff-theme .answer-header {
    max-width: 790px;
    margin: 32px auto 16px;
    font-size: 26px;
    text-indent: 30px
}

.blankfff-theme .answer-header .highlight {
    color: #373f48;
    font-weight: 600
}

.blankfff-theme .search-answer {
    max-width: 790px;
    margin: 0 auto;
    padding-left: 30px
}

.blankfff-theme .search-answer p {
    padding-bottom: 25px;
    border-bottom: 1px dotted #b7bbc4
}

.lotsalove-theme .answer-header {
    max-width: 930px;
    margin: auto;
    font-size: 26px;
    padding: 32px 20px 0
}

.lotsalove-theme .answer-header .highlight {
    color: #373f48;
    font-weight: 600
}

.lotsalove-theme .search-answer {
    max-width: 930px;
    margin: 0 auto -40px;
    padding: 0 20px
}

.smooth-theme .answer-header {
    text-align: center;
    font-size: 26px;
    padding: 32px 8px 0
}

.smooth-theme .answer-header .highlight {
    color: #373f48;
    font-weight: 600
}

.smooth-theme .search-answer {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px
}

.simplecard-theme .search-answer p {
    font-weight: 400
}

.aidmilkshake-theme .answer-header {
    text-align: left;
    font-size: 1.6em;
    margin-top: 32px
}

.aidmilkshake-theme .answer-header .highlight {
    color: #373f48;
    font-weight: 600
}

.aidmilkshake-theme .search-answer p {
    padding: 0
}

.startup-theme .answer-header {
    max-width: 768px;
    margin: 0 auto;
    font-size: 26px;
    padding: 32px 0 0
}

.startup-theme .answer-header .highlight {
    color: #373f48;
    font-weight: 600
}

.startup-theme .search-answer {
    max-width: 768px;
    margin: 0 auto
}

.highlighted-swifty-search {
    background: linear-gradient(90deg, #ffca8b 50%, transparent 0);
    background-size: 200% 100%;
    background-position: 100%;
    animation: highlighted-swifty-search 1s 1s forwards
}

@keyframes highlighted-swifty-search {
    to {
        background-position: 0
    }
}

/* Additional rule for .active class (not just .active-content) */
#answer .kb-editor-content .kb-accordion .kb-accordion-body.active,
.answer .kb-editor-content .kb-accordion .kb-accordion-body.active,
.article-content .kb-editor-content .kb-accordion .kb-accordion-body.active,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-body.active,
.article-item .kb-editor-content .kb-accordion .kb-accordion-body.active,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-body.active,
article .kb-editor-content .kb-accordion .kb-accordion-body.active {
    display: block
}

/* kb-accordion styles (matching kb-accordion) */
#answer .kb-editor-content .kb-accordion,
.answer .kb-editor-content .kb-accordion,
.article-content .kb-editor-content .kb-accordion,
.article-item .body .kb-editor-content .kb-accordion,
.article-item .kb-editor-content .kb-accordion,
.fr-view .kb-editor-content .kb-accordion,
article .kb-editor-content .kb-accordion {
    position: relative;
    border: 2px solid #e1e1e1 !important;
    margin: 10px 0;
    border-radius: 5px
}

#answer .kb-editor-content .kb-accordion .kb-accordion-title,
.answer .kb-editor-content .kb-accordion .kb-accordion-title,
.article-content .kb-editor-content .kb-accordion .kb-accordion-title,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-title,
.article-item .kb-editor-content .kb-accordion .kb-accordion-title,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-title,
article .kb-editor-content .kb-accordion .kb-accordion-title {
    font-size: 24px !important;
    margin: 0 !important;
    padding: 10px 60px 10px 20px;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer
}

#answer .kb-editor-content .kb-accordion .kb-accordion-body,
.answer .kb-editor-content .kb-accordion .kb-accordion-body,
.article-content .kb-editor-content .kb-accordion .kb-accordion-body,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-body,
.article-item .kb-editor-content .kb-accordion .kb-accordion-body,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-body,
article .kb-editor-content .kb-accordion .kb-accordion-body {
    display: none;
    margin: 0 !important;
    padding: 10px 10px 10px 20px;
    border: none !important;
    box-shadow: none !important
}

#answer .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
.answer .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
.article-content .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
.article-item .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-body.active-content,
article .kb-editor-content .kb-accordion .kb-accordion-body.active-content {
    display: block
}

#answer .kb-editor-content .kb-accordion .kb-accordion-body.active,
.answer .kb-editor-content .kb-accordion .kb-accordion-body.active,
.article-content .kb-editor-content .kb-accordion .kb-accordion-body.active,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-body.active,
.article-item .kb-editor-content .kb-accordion .kb-accordion-body.active,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-body.active,
article .kb-editor-content .kb-accordion .kb-accordion-body.active {
    display: block
}

#answer .kb-editor-content .kb-accordion .kb-accordion-toggle,
.answer .kb-editor-content .kb-accordion .kb-accordion-toggle,
.article-content .kb-editor-content .kb-accordion .kb-accordion-toggle,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-toggle,
.article-item .kb-editor-content .kb-accordion .kb-accordion-toggle,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-toggle,
article .kb-editor-content .kb-accordion .kb-accordion-toggle {
    position: absolute !important;
    top: 12px;
    right: 12px;
    z-index: 10;
    outline: none !important;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

#answer .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
.answer .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
.article-content .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
.article-item .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-toggle:before,
article .kb-editor-content .kb-accordion .kb-accordion-toggle:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-left: 2px solid #999;
    border-top: 2px solid #999;
    display: block;
    transform: rotate(-135deg);
    margin: -2px 0 0
}

#answer .kb-editor-content .kb-accordion .kb-accordion-delete,
.answer .kb-editor-content .kb-accordion .kb-accordion-delete,
.article-content .kb-editor-content .kb-accordion .kb-accordion-delete,
.article-item .body .kb-editor-content .kb-accordion .kb-accordion-delete,
.article-item .kb-editor-content .kb-accordion .kb-accordion-delete,
.fr-view .kb-editor-content .kb-accordion .kb-accordion-delete,
article .kb-editor-content .kb-accordion .kb-accordion-delete {
    display: none !important
}

body.search--active .kb-accordion-body {
    display: block !important
}

/* Table of Contents styles for kb- prefix */
.kb-table-of-contents-container,
.kb-table-of-contents-container {
    position: sticky;
    top: 100px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px
}

.kb-table-of-contents-container p,
.kb-table-of-contents-container p {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 0
}

.kb-table-of-contents-container .kb-toc-items,
.kb-table-of-contents-container .kb-toc-items,
.kb-table-of-contents-container .kb-toc-items,
.kb-table-of-contents-container .kb-toc-items {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.kb-table-of-contents-container a,
.kb-table-of-contents-container a {
    text-decoration: none;
    color: #333;
    padding: 5px 0;
    transition: all .3s ease;
    border-left: 3px solid transparent;
    padding-left: 10px;
    display: block;
    font-size: 14px
}

.kb-table-of-contents-container a[data-tag-name=H2],
.kb-table-of-contents-container a[data-tag-name=H2] {
    font-weight: 600
}

.kb-table-of-contents-container a[data-tag-name=H3],
.kb-table-of-contents-container a[data-tag-name=H3] {
    padding-left: 20px
}

.kb-table-of-contents-container a[data-tag-name=H4],
.kb-table-of-contents-container a[data-tag-name=H4] {
    padding-left: 30px
}

.kb-table-of-contents-container a.active,
.kb-table-of-contents-container a:hover,
.kb-table-of-contents-container a.active,
.kb-table-of-contents-container a:hover {
    color: #0560fc;
    border-left-color: #0560fc
}

.kb-table-of-contents-container a.active,
.kb-table-of-contents-container a.active {
    font-weight: 600
}

/* Fix for kb-table-of-contents-container layout */
.article-content>.container .kb-table-of-contents-container,
.article-content>.container .kb-table-of-contents-container {
    flex: 0 1 100%;
    order: 1;
    background: #eeeeee;
    width: 100%;
    max-width: 400px;
    padding: 16px;
    margin-top: 48px;
    position: sticky;
    top: 100px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

@media (max-width: 991px) {

    .article-content>.container .kb-table-of-contents-container,
    .article-content>.container .kb-table-of-contents-container {
        max-width: 100%;
        order: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

/* Add spacing between article content and TOC */
.article-content>.container .fr-view {
    padding-right: 30px;
}

@media (max-width: 991px) {
    .article-content>.container .fr-view {
        padding-right: 0;
    }
}