/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ProductFeed
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

#category_map .row.category-tree {
    background-color: #f1f1f1;
    padding: 4px;
    margin: 3px;
}

#category_map .category-tree input {
    margin-right: 10px;
    margin-left: 10px;
    width: 500px;
    padding: 2px;
    max-width: 95%;
}

#category_map .category-tree label {
    margin-left: 30px;
    line-height: 2;
}

#category_map .fa.fa-minus {
    margin-left: 10px;
    background-color: white;
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

#category_map .fa.fa-plus {
    margin-left: 10px;
    background-color: white;
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete {
    background-color: white;
    border: 1px solid #ccc;
    max-width: 45%;
    overflow: scroll;
    max-height: 300px;
}

.ui-menu-item {
    margin: 10px 5px;
    border-bottom: 1px solid #ccc;
}

#insert-variable-popup .attr-code {
    margin-left: 20px;
}

#insert-variable-popup .group-label {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.modifier {
    margin-top: 3px;
}

label.liquid-variable {
    float: right;
    margin-right: 50px;
    max-width: 60%;
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    border-radius: 4px;
}

#insert-variable-popup input.modifier-param {
    width: 50px;
}

#insert-variable-popup .modifier-param {
    margin: 0 5px;
}

#insert-variable-popup .modifier select, #insert-variable-popup .modifier .params {
    margin-right: 20px;
    float: left;
    width: auto;
}

.remove-modifier {
    float: right;
    margin: 2px 60px 2px 2px;
}

.attr-code {
    border: 1px solid #f1f1f1;
    margin: 5px;
    width: 80%;
}

.attr-code-label {
    font-weight: 500;
    padding-left: 1em;
}

#insert-variable-popup .row {
    background: #f1f1f1;
    line-height: 2;
}

#insert-variable-popup button.insert, button.add-modifier {
    float: right;
    margin-right: 5px;
}

.delete-option.remove-modifier::before{
    font-family: 'MUI-Icons';
    font-style: normal;
    speak: none;
    font-weight: normal;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    content: '\e07f';
    color: #b7b3ad;
}

#insert-variable-popup .row-modifier {
    margin-left: 2%;
    width: 96%;
    padding: 0;
    display: none;
}

#insert-variable-popup .row-modifier.show {
    display: block;
}

#feed_template_html {
    display: none;
}

.CodeMirror.cm-s-default {
    border: 1px solid #ddd;
    height: 500px;
    margin-top: 20px;
    font-size: 15px;
}

.cm-overlay.cm-liquid-variable {
    color: brown;
}

.cm-overlay.cm-liquid-method {
    color: #ffbb00;
}

#fields-map .params {
    width: 50%;
}

#fields-map input.modifier-param {
    width: 20%;
    margin: 0 20px;
}

#fields-map .modifier select {
    margin-top: 5px;
}

#fields-map .modifier-collapse i {
    color: #9e9e9e;
}

#fields-map .modifier-group {
    margin-left: 50px;
}

#fields-map .col-row.row {
    margin: 0;
}

#fields-map .modifier {
    margin: 0;
}

#fields-map .field-col.row {
    background-color: white;
    border: 1px solid #f1f1f1;
}

#fields-map .modifier .row {
    border-top: 3px solid white;
    margin: 0;
}

#fields-map {
    clear: both;
}

#fields-map .fields-header__type, #fields-map .fields-header__value {
    float: left;
    font-weight: 700;
}

#fields-map .fields-header__type {
    float: left;
    font-weight: 700;
    width: 10%;
    margin-right: 50px;
}

#fields-map .fields-header__name {
    float: left;
    font-weight: 700;
    width: 13%;
    margin: 0px 50px 0 25px;
}

#fields-map .col-drag, #fields-map .col-name, #fields-map .col-type, #fields-map .col-value {
    float: left;
    margin: 0 25px;
}

#fields-map .col-name {
    width: 13%;
    margin-right: 25px;
}

#fields-map .col-type {
    width: 10%;
    margin-right: 25px;
}

#fields-map .col-remove, #fields-map .col-collapsible, #fields-map .col-add-modifier {
    float: right;
    margin: 2px 10px 0 0;
}

#fields-map .row {
    background: #f1f1f1;
    line-height: 3;
    margin-top: 5px;
}

#load-template.loading {
    pointer-events: none;
    opacity: 0.5;
}

a.btn {
    background-color: #dbdbdb;
    color: #514943;
    border: 1px solid #adadad;
    padding: 0.6rem 1em 0.6rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.36;
    cursor: pointer;
}

a#preview-product-btn:hover {
    text-decoration: unset;
}

.preview-product {
    margin: 10px 0;
}