

/* Start:/local/components/dvk/reviews.editor/templates/.default/style.css?17732130702684*/
.editor-container { display: none; }
.editor-container * {
    font-family: "Montserrat", Arial, sans-serif;
}

.editor-container .title {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    color: #212529;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 10px;
}


.editor-container .bx-html-editor {
    border-color: #e0e0e0;
    border-radius: 0 0 20px 20px;
}
.editor-container .bx-html-editor .bxhtmled-toolbar-cnt {
    background: #fafafa;
    border-color: #e0e0e0;
}
.editor-container .bx-html-editor .bxhtmled-iframe-cnt iframe {
    background: #fafafa;
    color: #495057;
    font-family: Roboto Condensed,Arial,sans-serif;
}



.editor-container .error {
    display: none;
    color: red;
    padding: 2px 0;
}

.editor-container { margin-bottom: 40px; }
.editor-container .button-container {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 20px;
}
.editor-container .button-container > button { margin-right: 10px; }
.editor-container .button-container > button:last-child { margin-right: 0; }
.editor-container .button-container button.save:after,
.editor-container .button-container button.cancel:after {
    display: none;
}


.editor-container .photo-container {
    display: none;
    margin: 10px 0;
}
.editor-container .photo-container .photo-title { font-weight: 600; }
.editor-container .photo-container .photo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 6px 0;
}
    .editor-container .photo-list .item {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        position: relative;
    }
    .editor-container .photo-list .item:hover {
        border: 1px solid #ffd600;
    }
        .editor-container .photo-list .item img {
            --size: 50px;

            height: var(--size);
            object-fit: cover;
            object-position: center;
            width: var(--size);
        }
        .editor-container .photo-list .item .remove {
            --size: 20px;

            background-color: #fff;
            border: 1px solid #ffd600;
            border-right: none;
            border-top: none;
            color: red;
            cursor: pointer;
            display: none;
            font-weight: 600;
            height: var(--size);
            line-height: var(--size);
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            width: var(--size);
        }
        .editor-container .photo-list .item:hover .remove {
            display: block;
        }
/* End */
/* /local/components/dvk/reviews.editor/templates/.default/style.css?17732130702684 */
