:root{
    --primary_color: #6600FF;
    --primary_color: #ff00cc;
    --body_color: #ffffff;
    --gradient_color: linear-gradient(to right, var(--primary_color), var(--primary_color));
    --max_width: 1200px;
    --custom_css: "";
    --font_color: #585e6c;
    --font_destacatecolor: #080808;
    --font_size: 16px;
    /* --font_lineHeight: 1.625;
    --font_margBott: 14px; */
    --link_color: #000000;
    --link_size: 16px;
    --link_lineHeight: 1.625;
    /*--link_type: ;*/
    --link_hovercolor: #6600FF;
    --h1_color: #fff;
    --h1_size: 80px;
    --h1_lineHeight: 90px;
    --h1_margTop: 0;
    --h1_margBott: 0;
    --h2_color: #000000;
    --h2_size: 60px;
    --h2_lineHeight: 60px;
    --h2_margTop: 0;
    --h2_margBott: 18px;
    --h3_color: #000000;
    --h3_size: 60px;
    --h3_lineHeight: 60px;
    --h3_margTop: 0;
    --h3_margBott: 18px;
    --h4_color: #000000;
    --h4_size: 26px;
    --h4_lineHeight: 26px;
    --h4_margTop: 0;
    --h4_margBott: 0;
    --h5_color: #000000;
    --h5_size: 20px;
    --h5_lineHeight: 20px;
    --h5_margTop: 0;
    --h5_margBott: 0;
    --h6_color: #000000;
    --h6_size: 16px;
    --h6_lineHeight: 16px;
    --h6_margTop: 0;
    --h6_margBott: 0;
    --header_color: #ffffff;
    --header_text_color: #000000;
    --header_heigth: 106px;
    --button_color: #6600FF;
    --button_text_color: #ffffff;
    --button_padding: 0 39px;
    --button_fontsize: 16px;
    --button_borderradius: 50px;
    --button_hovercolor: #6600FF;
    --button_hovertextcolor: #ffffff;
    --button2_color: #000000;
    --button2_text_color: #000000;
    /*--button2_padding: ;*/
    /*--button2_fontsize: ;*/
    /*--button2_borderradius: ;*/
    --button2_hovercolor: #000000;
    --button2_hovertextcolor: #000000;
    --input_color: #ffffff;
    --input_textcolor: #696878;
    --input_border: none;
    --input_borderradius: none;
    --input_focuscolor: #ffffff;
    --input_focustextcolor: #696878;
}

.same-page-preview-dialog iframe{
    background: white!important;
}

.node-preview-container{
    display: none!important;
}
