﻿@import url('../open-iconic/font/css/open-iconic-bootstrap.min.css');


html, body {
    direction: rtl
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.label-checkbox {
    display: flex;
    gap: 30px
}

.btn-primary {
    color: #FFF;
    background-color: #009688;
    border-color: #009688;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.ql-container {
    height: 300px !important;
}

.ql-toolbar.ql-snow {
    display: flex;
    align-items: center;
}

.ql-container .qlbt-selection-line.qlbt-selection-line-left::before {
    position: absolute;
    left: -2px;
    top: -2px;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #0589f3;
    border-radius: 5px;
}

.ql-container .qlbt-selection-line.qlbt-selection-line-right::before {
    position: absolute;
    right: -2px;
    bottom: -3px;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #0589f3;
    border-radius: 5px;
}

.quill-better-table-wrapper {
    overflow-x: auto;
}

table.quill-better-table {
    margin-top: 10px;
    table-layout: fixed;
    border-collapse: collapse;
}

    table.quill-better-table td {
        border: 1px solid #000;
        padding: 2px 5px;
    }

.qlbt-operation-menu {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    z-index: 100;
    overflow: hidden;
}

    .qlbt-operation-menu .qlbt-operation-menu-dividing {
        height: 1px;
        background-color: #efefef;
    }

    .qlbt-operation-menu .qlbt-operation-menu-subtitle {
        color: #999;
        font-size: 14px;
        padding: 5px 16px;
    }

    .qlbt-operation-menu .qlbt-operation-color-picker {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 16px 10px;
        background-color: #fff;
        overflow: hidden;
    }

        .qlbt-operation-menu .qlbt-operation-color-picker .qlbt-operation-color-picker-item {
            width: 20px;
            height: 20px;
            border: 1px solid #595959;
            margin-right: 5px;
            margin-bottom: 5px;
            cursor: pointer;
        }

    .qlbt-operation-menu .qlbt-operation-menu-item {
        display: flex;
        align-items: center;
        padding: 10px 16px;
        background-color: #fff;
        cursor: pointer;
        color: #595959;
        overflow: hidden;
        text-overflow: ellipsis;
        gap: 10px
    }

        .qlbt-operation-menu .qlbt-operation-menu-item:hover {
            background-color: #efefef;
        }

        .qlbt-operation-menu .qlbt-operation-menu-item .qlbt-operation-menu-icon {
            margin-right: 8px;
            height: 20px;
            width: 20px;
            font-size: 0;
        }

.qlbt-col-tool {
    position: absolute;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    z-index: 99;
    height: 16px;
}


    .qlbt-col-tool .qlbt-col-tool-cell:last-child {
        border-left: 1px solid #000 !important;
    }

    .qlbt-col-tool .qlbt-col-tool-cell-holder {
        position: absolute;
        right: -1px;
        top: 0;
        bottom: 0;
        z-index: 3;
        width: 1px;
        background-color: transparent;
        cursor: ew-resize;
    }

        .qlbt-col-tool .qlbt-col-tool-cell-holder:hover {
            background-color: #0589f3 !important;
        }


        .qlbt-col-tool .qlbt-col-tool-cell-holder::after {
            content: "";
            position: absolute;
            top: 0;
            right: -6px;
            display: block;
            width: 8px;
            height: 100%;
        }

.ql-container.ql-bubble {
    font-size: inherit;
}

.disable-toolbar {
    display: none;
}

.ql-bubble .ql-tooltip {
    width: 285px;
    z-index: 10;
}

.ql-editor {
    box-sizing: border-box;
    counter-reset: list-0;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
}

    .ql-editor h2 {
        background-color: initial;
        font-size: 24px !important;
        line-height: 30px !important;
        width: auto;
    }

    .ql-editor h3 {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .ql-editor h4 {
        font-size: 14px !important;
        line-height: 16px !important;
        margin: 8px 0;
    }


    .ql-editor p, .ql-editor li {
        background: #fff;
        font: normal normal 15px "Arial Regular", sans-serif !important;
    }

    .ql-editor .image-embed img {
        cursor: move;
        position: relative;
        z-index: 1;
    }

    .ql-editor ol > li::before, .ql-editor ul > li::before {
        content: none;
    }

    .ql-editor::after {
        content: "";
    }

.ql-bubble .ql-toolbar .ql-formats {
    margin: 0;
    padding: 8px 12px;
    width: 100%;
}

    .ql-bubble .ql-toolbar .ql-formats:first-child {
        margin-left: 0;
    }

    .ql-bubble .ql-toolbar .ql-formats .ql-bold {
        margin-left: 5px;
    }

    .ql-bubble .ql-toolbar .ql-formats .ql-bold, .ql-bubble .ql-toolbar .ql-formats .ql-italic, .ql-bubble .ql-toolbar .ql-formats .ql-underline {
        margin-right: 10px;
    }

.ql-editor > p:first-of-type {
    margin-top: 0;
}

.ql-editor p a:before, .ql-editor p a:after {
    display: none;
}

.ql-bubble .ql-editor blockquote {
    border: 0;
    margin: 0 0 15px;
    padding: 0;
}

.quill-better-table-wrapper {
    position: relative;
}

.table-handler {
    position: absolute;
    border: 1px solid black;
    box-sizing: content-box;
    background: #fff;
    width: 7px;
    height: 7px;
    z-index: 10000;
}

    .table-handler .handler-top-left {
        top: 0;
        left: 0;
    }

.ql-snow .ql-picker.ql-size {
    width: auto;
    min-width: 130px;
}

.ql-snow .ql-editor {
    direction: rtl;
    text-align: right;
}

    .ql-snow .ql-editor h2 {
        font-weight: unset;
    }

.ql-snow .ql-align-left {
    text-align: left !important;
}

.ql-snow .ql-direction-ltr {
    direction: ltr !important;
}

.ql-snow p {
    direction: rtl;
    text-align: right;
}

    .ql-snow p.ql-direction-rtl {
        direction: rtl;
    }

    .ql-snow p.ql-direction-rtlp {
        direction: rtl;
    }

    .ql-snow p.ql-direction-ltr {
        direction: ltr;
    }

    .ql-snow p.ql-align-left {
        text-align: left;
    }

.ql-snow li {
    direction: ltr;
}

    .ql-snow li.ql-direction-rtl {
        direction: rtl;
    }

.ql-snow .panel-item-container {
    direction: rtl;
}

    .ql-snow .panel-item-container > div:before {
        padding-right: 0;
        padding-left: 10px;
    }

    .ql-snow .panel-item-container.ql-direction-ltr {
        direction: ltr;
    }

        .ql-snow .panel-item-container.ql-direction-ltr > div:before {
            padding-right: 10px;
            padding-left: 0;
        }

.ql-snow .article-quote > span {
    display: inline-block;
}

.ql-snow .ql-direction-rtl p {
    direction: rtl;
}

.ql-snow .mention {
    position: relative;
    margin: 0 3px;
    border: 3px solid transparent;
    font-size: 20px;
}

    .ql-snow .mention .ng-tooltip-show {
        position: absolute;
        top: 34px;
        left: 0;
        color: #fff !important;
        text-align: left;
        direction: ltr;
    }

        .ql-snow .mention .ng-tooltip-show:after {
            top: -11px;
            right: 78%;
            width: 0;
            height: 0;
            margin: auto;
            border-color: transparent transparent #000;
            border-style: solid;
            border-width: 0 10px 10px;
        }

.ql-snow .ql-direction-rtl .mention .ng-tooltip-show {
    right: 0;
    left: unset;
    direction: rtl;
    text-align: right;
}

    .ql-snow .ql-direction-rtl .mention .ng-tooltip-show:after {
        left: 78%;
        right: unset;
    }

.ql-snow .ql-picker.ql-size {
    width: auto;
    min-width: 130px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    left: 0;
    right: auto !important;
}

.panel .panel-selected .actions {
    display: flex;
}

.panel-base, .panel .panel-info, .panel .panel-note, .panel .panel-success, .panel .panel-warning, .panel .panel-comment, .panel .panel-quote, .panel .panel-error {
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #eae6ff;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 10px 36px 10px 16px;
    display: inline-block;
}

.panel {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 2px 0;
    overflow: initial;
}

    .panel p, .panel li {
        background: unset;
    }

    .panel .panel-container {
        background-color: #ffebe6;
        border-radius: 4px;
        padding: 10px 42px 10px 16px;
        cursor: pointer;
    }

    .panel .panel-info {
        background-color: #deebff;
    }

        .panel .panel-info:before {
            font-family: "FontAwesome", serif;
            content: "\f05a";
            color: #0052cc;
            padding-left: 10px;
            position: absolute;
            right: 10px;
        }

        .panel .panel-info:hover {
            border: 1px solid #c0d8fd;
        }

    .panel .panel-note {
        background-color: #eae6ff;
        border: 1px solid #eae6ff;
    }

        .panel .panel-note:before {
            font-family: "FontAwesome", serif;
            content: "\f249";
            padding-left: 10px;
            color: #5243aa;
            position: absolute;
            right: 10px;
        }

        .panel .panel-note:hover {
            border: 1px solid #ccc4f7;
        }

    .panel .panel-success {
        background-color: #e3fcef;
        border: 1px solid #e3fcef;
    }

        .panel .panel-success:before {
            font-family: "FontAwesome", serif;
            content: "\f058";
            padding-left: 10px;
            color: #00875a;
            position: absolute;
            right: 10px;
        }

        .panel .panel-success:hover {
            border: 1px solid #b4efd0;
        }

    .panel .panel-warning {
        background-color: #fffae6;
        border: 1px solid #fffae6;
    }

        .panel .panel-warning:before {
            font-family: "FontAwesome", serif;
            content: "\f071";
            padding-left: 10px;
            color: #ff991f;
            position: absolute;
            right: 10px;
        }

        .panel .panel-warning:hover {
            border: 1px solid #f7ebba;
        }

    .panel .panel-comment {
        background-color: #eee;
        border: 1px solid #eee;
    }

        .panel .panel-comment:before {
            font-family: "FontAwesome", serif;
            content: "\f075";
            padding-left: 10px;
            color: #af5454;
            position: absolute;
            right: 10px;
        }

        .panel .panel-comment:hover {
            border: 1px solid #ccc4f7;
        }

    .panel .panel-quote {
        background: #d0cdcd;
        display: inline-block;
    }

        .panel .panel-quote + .actions button {
            display: none;
        }

        .panel .panel-quote + .actions .delete, .panel .panel-quote + .actions .actions__copy, .panel .panel-quote + .actions .actions__edit {
            display: block;
        }

        .panel .panel-quote .edit-ref {
            display: none;
        }

    .panel .panel-faq {
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }

        .panel .panel-faq + .actions button {
            display: none;
        }

        .panel .panel-faq + .actions .delete, .panel .panel-faq + .actions .actions__copy, .panel .panel-faq + .actions .actions__edit {
            display: block;
        }

        .panel .panel-faq .edit-ref {
            display: none;
        }

        .panel .panel-faq .qa-body {
            white-space: initial;
            border-radius: 1rem;
            border-width: 1px;
            border-style: solid;
            padding: 2.5rem;
            --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #000 0), var(--tw-ring-shadow, 0 0 #000 0), var(--tw-shadow);
        }

        .panel .panel-faq .qa-body__hideAnswer, .panel .panel-faq .qa-body__showAnswer {
            display: none;
        }

    .panel .panel-error {
        position: relative;
        background-color: #ffebe6;
        border: 1px solid #ffebe6;
    }

        .panel .panel-error:before {
            font-family: "FontAwesome", serif;
            content: "\f057";
            padding-left: 10px;
            color: #000;
            position: absolute;
            right: 10px;
        }

        .panel .panel-error:hover {
            border: 1px solid #f7d6ce;
        }

    .panel .panel-selected .panel-error {
        border: 1px solid #ecc7bd;
    }

        .panel .panel-selected .panel-error:hover {
            border: 1px solid #ecc7bd;
        }

    .panel .panel-selected .panel-warning {
        border: 1px solid #ebe1bb;
    }

        .panel .panel-selected .panel-warning:hover {
            border: 1px solid #ebe1bb;
        }

    .panel .panel-selected .panel-success {
        border: 1px solid #bfe9d3;
    }

        .panel .panel-selected .panel-success:hover {
            border: 1px solid #bfe9d3;
        }

    .panel .panel-selected .panel-note {
        border: 1px solid #d3cdf1;
    }

        .panel .panel-selected .panel-note:hover {
            border: 1px solid #d3cdf1;
        }

    .panel .panel-selected .panel-info {
        border: 1px solid #b7cceb;
    }

        .panel .panel-selected .panel-info:hover {
            border: 1px solid #b7cceb;
        }

    .panel .panel-selected .panel-comment {
        border: 1px solid #d3cdf1;
    }

        .panel .panel-selected .panel-comment:hover {
            border: 1px solid #d3cdf1;
        }

    .panel .actions {
        position: absolute;
        left: calc(50% - 90px);
        bottom: -32px;
        background-color: white;
        border-radius: 3px;
        box-shadow: rgba(9, 30, 66, 0.31) 0px 0px 1px, rgba(9, 30, 66, 0.25) 0px 4px 8px -2px;
        padding: 4px 8px;
        display: none;
        line-height: 1;
        box-sizing: border-box;
        z-index: 9;
    }

        .panel .actions .close {
            color: red;
        }

            .panel .actions .close:hover {
                color: red;
            }

        .panel .actions .delete {
            color: red;
        }

        .panel .actions button {
            border: 0;
            color: currentColor;
            font-size: 16px;
            background: unset;
            outline: none;
            cursor: pointer;
        }

            .panel .actions button:hover {
                color: #3298dc;
            }



    .panel .quotation-container {
        display: inline;
    }


.ql-editor li.ql-direction-rtl > .ql-ui:before {
    margin-left: 1.3em !important;
}

.recipe {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .recipe .recipe-selected {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }

    .recipe span span {
        display: inline-block;
        width: 97%;
    }

    .recipe .ingredients {
        background: #f9f9f9;
        border: 1px solid #e8e8e8;
        box-sizing: border-box;
        padding: 5px;
        margin: 2px 0;
    }

        .recipe .ingredients .item {
            display: flex;
            align-items: center;
            padding: 5px 0;
        }

            .recipe .ingredients .item:last-child {
                padding-bottom: 0;
            }

            .recipe .ingredients .item img {
                width: 32px;
                height: 32px;
                margin-left: 8px;
            }

    .recipe .nutritionalInformation {
        background: #f9f9f9;
        border: 1px solid #e8e8e8;
        box-sizing: border-box;
        padding: 5px;
        margin: 2px 0;
    }

        .recipe .nutritionalInformation .ql-editor .ql-direction-rtl.ql-align-left .ql-ui, .recipe .nutritionalInformation .ql-editor .ql-align-right.ql-direction-ltr .ql-ui {
            position: relative;
            display: inline;
        }

    .recipe .how-to-prepare {
        background: #f9f9f9;
        border: 1px solid #e8e8e8;
        box-sizing: border-box;
        padding: 5px 8px;
        margin: 2px 0;
    }

        .recipe .how-to-prepare .item {
            padding: 5px 0;
        }

            .recipe .how-to-prepare .item:last-child {
                padding-bottom: 0;
            }

            .recipe .how-to-prepare .item h3 {
                color: #616161;
                display: inline;
            }

            .recipe .how-to-prepare .item img {
                max-width: 350px;
            }

    .recipe .actions {
        position: absolute;
        bottom: -32px;
        background-color: white;
        border-radius: 3px;
        box-shadow: rgba(9, 30, 66, 0.31) 0px 0px 1px, rgba(9, 30, 66, 0.25) 0px 4px 8px -2px;
        padding: 4px 8px;
        display: flex;
        line-height: 1;
        box-sizing: border-box;
        z-index: 9;
        left: calc(50% - 43px);
    }

        .recipe .actions .close {
            color: red;
        }

            .recipe .actions .close:hover {
                color: red;
            }

        .recipe .actions .delete {
            color: red;
        }

        .recipe .actions button {
            border: 0;
            color: currentColor;
            font-size: 16px;
            margin: 2px 4px;
            background: unset;
            outline: none;
            cursor: pointer;
        }

            .recipe .actions button:hover {
                color: #3298dc;
            }

.conditions-table table .ql-editor p, .conditions-table table h1, .conditions-table table h2, .conditions-table table h3, .conditions-table table h4, .conditions-table table li {
    font-family: "Roboto", cairo-r, serif !important;
}

.conditions-table table .ql-editor p, .conditions-table table li {
    font-size: 16px !important;
}



.panel-editor-wrapper .article-quote {
    background: #d0cdcd;
    cursor: pointer !important;
    padding: 10px !important;
}

    .panel-editor-wrapper .article-quote.selected-quote {
        border: 2px solid;
    }

.article-quote {
    position: relative;
}

    .article-quote .counter-actions {
        position: absolute;
        display: none;
        left: calc(50% - 21px);
        bottom: -32px;
        background-color: white;
        border-radius: 3px;
        box-shadow: #000 0px 0px 1px, #000 0px 4px 8px -2px;
        padding: 4px 8px;
        line-height: 1;
        box-sizing: border-box;
        z-index: 9;
    }

        .article-quote .counter-actions button {
            border: 0;
            color: currentColor;
            font-size: 16px;
            margin: 2px 4px;
            background: unset;
            outline: none;
            cursor: pointer;
        }

    .article-quote.selected-quote .counter-actions {
        display: flex;
    }

.ql-snow .ql-editor .panel blockquote {
    margin: 0;
    border: 0;
    padding: 0;
}

.faq-editor .ql-tooltip {
    left: unset !important;
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 5px !important;
}

.overflow-visible {
    overflow: visible !important;
}

.qa-body__label {
    direction: rtl !important;
    display: flex;
    align-items: center;
}

.quill-ad, .quill-brightcove, .quill-atmospheric, .quill-embedly, .quill-figure, .quill-gallery, .quill-image-import, .quill-link, .quill-quote, .quill-ad div, .quill-brightcove div, .quill-atmospheric div, .quill-embedly div, .quill-figure div, .quill-gallery div, .quill-image-import div, .quill-link div, .quill-quote div {
    white-space: normal;
    word-wrap: normal;
}

.quill-ad, .quill-brightcove, .quill-atmospheric, .quill-embedly, .quill-figure, .quill-gallery, .quill-image-import, .quill-link, .quill-quote {
    position: relative;
}

.quill-ad, .quill-brightcove, .quill-atmospheric, .quill-embedly, .quill-figure, .quill-gallery, .quill-image-import, .quill-link, .quill-placeholder, .quill-quote {
    /* these elements should not float around images, instead drop to the next full line */
    clear: both;
}

.image-embed img {
    width: 100%;
}

.embedly-align.alignleft, .image-embed.alignleft, .quill-atmospheric.alignleft, .quill-brightcove.alignleft, .quote-embed.alignleft {
    float: left;
    margin: 0 3.5% 1.75% 0;
    width: 40%;
}

    .embedly-align.alignleft + aside, .image-embed.alignleft + aside, .quill-atmospheric.alignleft + aside, .quill-brightcove.alignleft + aside, .quote-embed.alignleft + aside {
        margin-right: 60%;
    }

.embedly-align.alignright, .image-embed.alignright, .quill-atmospheric.alignright, .quill-brightcove.alignright, .quote-embed.alignright {
    float: right;
    margin: 0 0 1.75% 3.5%;
    width: 40%;
}

.embedly-align.bleed, .image-embed.bleed, .quill-atmospheric.bleed, .quill-brightcove.bleed, .quote-embed.bleed {
    transition: all 300ms ease;
    margin-left: calc(50% - 50vw);
    width: calc(100vw);
}

    .embedly-align.bleed aside, .image-embed.bleed aside, .quill-atmospheric.bleed aside, .quill-brightcove.bleed aside, .quote-embed.bleed aside, .embedly-align.bleed + aside, .image-embed.bleed + aside, .quill-atmospheric.bleed + aside, .quill-brightcove.bleed + aside, .quote-embed.bleed + aside {
        margin-right: 100px;
    }

    .embedly-align.bleed img, .image-embed.bleed img, .quill-atmospheric.bleed img, .quill-brightcove.bleed img, .quote-embed.bleed img {
        margin: 0;
        width: 100%;
    }

    .embedly-align.bleed small, .image-embed.bleed small, .quill-atmospheric.bleed small, .quill-brightcove.bleed small, .quote-embed.bleed small, .embedly-align.bleed figcaption, .image-embed.bleed figcaption, .quill-atmospheric.bleed figcaption, .quill-brightcove.bleed figcaption, .quote-embed.bleed figcaption {
        margin-left: 10px;
    }

.embedly-align.bleedleft, .image-embed.bleedleft, .quill-atmospheric.bleedleft, .quill-brightcove.bleedleft, .quote-embed.bleedleft {
    transition: all 300ms ease;
    float: left;
    margin-left: calc(50% - 50vw);
    margin-right: 3.5%;
    width: 50vw;
}

    .embedly-align.bleedleft small, .image-embed.bleedleft small, .quill-atmospheric.bleedleft small, .quill-brightcove.bleedleft small, .quote-embed.bleedleft small, .embedly-align.bleedleft figcaption, .image-embed.bleedleft figcaption, .quill-atmospheric.bleedleft figcaption, .quill-brightcove.bleedleft figcaption, .quote-embed.bleedleft figcaption {
        margin-left: 10px;
    }

.embedly-align.bleedright, .image-embed.bleedright, .quill-atmospheric.bleedright, .quill-brightcove.bleedright, .quote-embed.bleedright {
    transition: all 300ms ease;
    float: right;
    margin-left: 3.5%;
    margin-right: calc(50% - 50vw);
    width: 50vw;
}

    .embedly-align.bleedright aside, .image-embed.bleedright aside, .quill-atmospheric.bleedright aside, .quill-brightcove.bleedright aside, .quote-embed.bleedright aside, .embedly-align.bleedright + aside, .image-embed.bleedright + aside, .quill-atmospheric.bleedright + aside, .quill-brightcove.bleedright + aside, .quote-embed.bleedright + aside {
        margin-right: 100px;
    }

.quill-atmospheric.bleedleft figcaption {
    margin: 8px 0 0 20%;
}

.quill-atmospheric.bleedright figcaption {
    margin: 8px 20% 0 0;
}

.quill-atmospheric.bleed figcaption {
    margin: 8px 20% 0;
}

.quote-embed.bleedleft {
    margin: 0 3.5% 1.75% 0;
    width: 40%;
}

.quote-embed.bleedright {
    margin: 0 0 1.75% 3.5%;
    width: 40%;
}

.embedly-align.bleedleft + aside, .quote-embed.bleedleft + aside {
    right: calc(50% + 10px);
}

.embedly-align.bleed + aside, .quote-embed.bleed + aside {
    margin-right: calc(50% - 50vw + 100px);
}

.embedly-align.bleedright + aside, .quote-embed.bleedright + aside {
    margin-right: calc(50% - 50vw + 100px);
    right: 0;
}

.quill-ad:hover .embed-tools, .quill-atmospheric:hover .embed-tools, .quill-brightcove:hover .embed-tools, .quill-embedly:hover .embed-tools, .quill-figure:hover .embed-tools, .quill-gallery:hover .embed-tools, .quill-image-import:hover .embed-tools, .quill-link:hover .embed-tools, .quill-finds:hover .embed-tools, .quill-quote:hover .embed-tools {
    opacity: 1;
}

.read-only .embed-tools {
    display: none;
}

.form-group {
    margin: 10px 2px;
}



.inline-form {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}

.label-checkbox {
    display: flex;
    gap: 30px
}

.ng-tooltip {
    position: absolute !important;
    max-width: 175px !important;
    font-size: 14px !important;
    text-align: right !important;
    color: #f8f8f2 !important;
    padding: 14px 12px !important;
    background: #000 !important;
    z-index: 1 !important;
    border-radius: 10px !important;
    min-width: 165px !important;
}

    .ng-tooltip .reference-text {
        font-size: 14px !important;
        display: flex !important;
        flex-direction: column;
    }

    .ng-tooltip p {
        font-size: 12px !important;
        background: inherit !important;
        line-height: 30px !important;
    }

    .ng-tooltip:after {
        content: "" !important;
        position: absolute !important;
        width: 0 !important;
        height: 0 !important;
        border-top: 10px solid transparent !important;
        border-bottom: 2px solid transparent !important;
        border-right: 12px solid #000 !important;
        left: 0 !important;
        top: 22px !important;
        margin-left: -10px !important;
    }

.ng-tooltip-top:after {
    top: 100% !important;
    left: 50% !important;
    margin-left: -5px !important;
    border-width: 5px !important;
    border-color: black transparent transparent transparent;
}

.ng-tooltip-bottom:after {
    bottom: 100% !important;
    left: 50% !important;
    margin-left: -5px !important;
    border-width: 5px !important;
    border-color: transparent transparent black transparent !important;
}

.ng-tooltip-left:after {
    top: 50% !important;
    left: 100% !important;
    margin-top: -5px !important;
    border-width: 5px !important;
    border-color: transparent transparent transparent black !important;
}

.ng-tooltip-right:after {
    top: 50% !important;
    right: 100% !important;
    margin-top: -5px !important;
    border-width: 5px !important;
    border-color: transparent black transparent transparent !important;
}

.ng-tooltip-show {
    display: inline-table !important;
    min-width: 130px !important;
    width: auto !important;
    text-align: right !important;
    line-height: normal !important;
    color: white !important;
    cursor: initial !important;
}

    .ng-tooltip-show span, a {
      
    }

.form-group.required label:after {
    content: "*";
    color: red;
}

.has-dots {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.text-counter {
    float: left;
}

