/**
Style for WOO Product Table Admin Panel
*/
.plugin_name .plugin_version {
    color: white;
    background: #4CAF50;
    display: inline-block;
    padding: 1px 10px 3px 10px;
}

.menu-icon-wpt_product_table a.wp-has-submenu.menu-icon-wpt_product_table {
    background: #ffffff10;
}
.menu-icon-wpt_product_table a.wp-has-submenu.menu-icon-wpt_product_table .wp-menu-name {
    font-size: 95%;
}
.wpt_column>label.wpt_label {
    color: #0c0c0c;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 700;
}
.wpt_column {
    margin-bottom: 10px;
}
textarea#wpt_shortcode_generate_input {
    width: 100%;
    background: white;
    font-family: inherit;
    height: 157px !important;
}
div.wrap.wpt_wrap div.tab-content {
    background: rgba(255, 255, 255, 0.69);
    padding: 17px 10px;
}

/* Style for no Woocommerce message and highligh*/
.highlight {
background: rgb(255, 249, 197);
    border: 1px solid rgba(199, 179, 0, 0.56);
    padding: 18px;
    max-width: 500px;
}
h2.no_woocommerce_message {
    color: red;
    border: 2px solid red;
    padding: 20px;
    display: inline-block;
    clear: both !important;
}
/************Style for Sortable Start***************/

li.wpt_sortable_peritem,
li.hide_on_mobile_permits
{
    width: 100%;
    border: 0 none;
    padding-left: 0;
    display:  table;
    position:  relative;
    overflow:  hidden;
}
ul#wpt_column_sortable>li.wpt_sortable_peritem,
ul#wpt_keyword_hide_mobile>li.hide_on_mobile_permits
{
    opacity: 0.5;
    display: flex;
}
ul#wpt_column_sortable>li.wpt_sortable_peritem{
    opacity: 0.92;
}
ul#wpt_column_sortable>li.wpt_sortable_peritem.enabled,
ul#wpt_keyword_hide_mobile>li.hide_on_mobile_permits.enabled
{
    opacity: 1;
}


ul#wpt_column_sortable,
ul#wpt_keyword_hide_mobile
{
    background:  transparent;
    /*padding:  4px 0;*/
    margin: 0;
}

.wpt_shortable_data,
.wpt_mobile_hide_keyword
{
    transition: 0.3s all;
    width: 100%;
    padding: 12px 10px 8px 10px;
}
li.expanded_li .wpt_shortable_data{
    padding: 20px 15px 15px 15px;
}
.wpt_shortable_data
{
    background: #e7e6e600 !important;
    position: relative;
}
ul#wpt_column_sortable li>span.handle,
ul#wpt_keyword_hide_mobile li>span.handle
{
    background: #f9f9f9 no-repeat center center;
    width: 41px;
    position: relative;
    cursor: move;
}
ul#wpt_column_sortable li>span.handle.checkbox_handle,
ul#wpt_keyword_hide_mobile li>span.handle.checkbox_handle
{
    width: 52px !important;
    background: #f3f3f3 none !important;
}
ul#wpt_column_sortable li>span.handle.checkbox_handle>input, 
ul#wpt_column_sortable li>span.handle.checkbox_handle>input:focus, 
ul#wpt_column_sortable li>span.handle.checkbox_handle>input.enabled, 
ul#wpt_keyword_hide_mobile li>span.handle.checkbox_handle>input.enabled {
    margin-top: 0;
    padding: 0;
    background: #ffffff00;
    position: absolute;
    top: 24px;
    left: 32%;
    border: 0 none;
    font-size: 17px;
    outline: 0 none;
    box-shadow: 0 0 0 0px #f6fbff00;
}
ul#wpt_column_sortable li>span.handle.checkbox_handle>input:hover{
    color: #d00;
}
ul#wpt_column_sortable li>span.handle.checkbox_handle>input,
ul#wpt_keyword_hide_mobile li>span.handle.checkbox_handle>input
{
    margin-top: 0;
    padding: 0;
    background: #ff2a2a;
    position: absolute;
    top: 32%;
    left: 32%;
}
.wpt_shortable_data>input{
    width: 60%;
}
.wpt_shortable_data>input{
    background: #6c87940d;
    border: 1px solid #6c879438;
}

.wpt_shortable_data>input{
    background: rgba(0, 118, 147, 0);
    border: 1px solid transparent;
}
.wpt_shortable_data>input{
    font-weight: 500;
    color: #333333;
}
.enabled:hover .wpt_shortable_data>input {
    border: 1px solid #35353536;
    font-weight: normal;
    background: #ffffff;
}
.expanded_li.enabled .wpt_shortable_data>input {
    background: #ffffff;
    border: 1px solid #c8cfd124;
    outline: 0 none !important;
}


li.wpt_sortable_peritem.ui-sortable-helper {
    border: 1px solid rgba(33, 150, 243, 0.54);
}
ul#wpt_column_sortable li.wpt_sortable_peritem.ui-sortable-helper>span.handle {
    background-color: rgba(33, 150, 243, 0.54);
}
/************Style for Sortable End***************/
/**Meta Values Extra Start Here**/
div#wpt_meta_value_wrapper {
    background: #aabbcc40;
    padding: 10px;
    border: 1px solid #abc;
}
/**Meta Values Extra End Here Here**/


/**************Style for Shortcode Generator Section Start Here******************/
.wpt_shotcode_gererator_buttor_wrapper {
    width:  100%;
    display:  block;
}

.shortcode_output {
    display:  block;
    width:  100%;
    margin-top: 9px;
}


.shortcode_output textarea#wpt_output_of_shortcode {
    width:  100%;
    height: 129px;
    font-family: monospace;
}
/**************Style for Shortcode Generator Section End Here******************/


/****Admin section Right Side*****/
div.wpt_rightside div.wpt_right_side_in_wrapper {
    background: #ffffff;
    margin-left: 17px;
    border: 1px solid #efeded;
    margin-bottom: 17px;
}
div.wpt_rightside img.rate_us_image {
    max-width: 100%;
}
.rate_us_wrapper h1 {
    color: #989898;
}
.need_help_wrapper h1 {
    color: #74d17b;
    font-weight: bold;
    font-size: 3em;
}
.need_help_wrapper a {
    color: #9c9c9c;
}
.need_help_wrapper>span{display: block;}
div.wpt_rightside div.wpt_right_side_in_wrapper>div {
    padding: 20px;
}

div.wpt_rightside div.wpt_right_side_in_wrapper>div>* {
    margin-bottom: 14px;
}


h2.social_title {
    color: #ff6000;
    margin: 6px 0 0 0;
    position:  relative;
    padding-left: 34px;
}

h2.social_title>img {
    width:  30px;
    position:  absolute;
    top: -8px;
    left:  0;
}

.social_title_wrapper p {
    color: #0ba50b;
    padding:  0;
    margin:  0;
    font-size: 14px;
}
.social_links>a {
    text-decoration:  none;
    display:  inline-block;
    background: #ffffff78;
    padding: 0 3px;
    transition: .3s all;
}
.social_links>a:hover {
    background: #00000078;
}
/*CSS for configure page 19.11.18*/
span.configure_section_title {
    font-size: 18px;
    width: 102%;
    background: #4CAF50;
    color: #f3f3f3;
    padding: 5px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: normal;
    padding-right: 0px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    display: block !important;
}
.wpt_config_form th {
    width: 300px;
    padding: 15px;
    text-align: left;
}
.wpt_all_messages tr td input {
    width: 325px;
}
select.wpt_fullwidth{
    min-width: 100px;
}

/*New style for Product Table Post Type : started at 4.1.1*/
p.wpt_warning_message{
    background: #f5e56f;
    padding: 12px;
    color: #000;
    font-size: 30px;
    border: 1px solid #d00;
}

input.wpt_meta_box_shortcode {
    font-size: 20px;
    min-width: 80%;
}
.wpt_copy_button_metabox{
    font-size: 17px !important;
    padding: inherit !important;
    display: inline !important;
}

.wpt_tab_content{display: none;padding-top: 15px;}
.wpt_tab_content.tab-content-active{display: block;}
.wpt_shortcode_gen_panel{
    width: 100%;
}
.break_space_large{display: block;visibility: hidden;height: 25px;background: transparent;}
.break_space,.break_space_medium{display: block;visibility: hidden;height: 15px;background: transparent;}
.break_space_small{display: block;visibility: hidden;height: 5px;background: transparent;}
@media only screen and (max-width: 800px){
    .wpt_shortcode_gen_panel{width: 100%;}
}
body.post-type-wpt_product_table div#message p>a{display: none !important;}
body.post-type-wpt_product_table .readonly{cursor: not-allowed;}
input#wpt_column_hide_unhide {
    background: #e9faff;
    padding: 4px !important;
    height: 25px !important;
    width: 25px !important;
    border: 1px solid #0e435d;
    margin: 0 10px !important;
}

/*for Textnomy/Custom Field Adding Button*/
.tax_cf_handle_wrapper {
    background: #ecf4ff;
    padding: 2px 11px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #bdcde2;
}

p.tax_cf_message {
    color: #e62786;
    font-size: 19px;
    margin: 3px 0 1px 0;
    font-weight: 300;
    background: #e8ddff;
    display: block;
    padding: 0 5px;
}

div#tax_cf_manager {display: block;clear: both;padding-bottom: 10px;}

.tax_cf_manager_column {
    width: 31%;
    display: inline-block;
    height: 40px;
    min-width: 281px;
    margin-top: 7px;
}

.tax_cf_manager_column label {
    font-weight: bold;
    display: block;
}


.tax_cf_manager_column select,.tax_cf_manager_column input {
    width: 100% !important;
}

.tax_cf_manager_column.tax_cf_manager_choose_column {
    width: 20% !important;
}
a#tax_cf_adding_button {
    display: inline-block;
    margin-top: 5px;
    padding: 3px 10px;
    height: 37px !important;
    font-size: 17px;
    text-transform: uppercase;
    background: #02a5f3;
    box-shadow: 1px 2px 3px #006799;
    border: 1px solid #32373c96;
}
a#tax_cf_adding_button:hover {
    background: #04a8f7;
    box-shadow: 1px 2px 3px #003c58;
    border: 1px solid #158aff96;
}
p.tax_cf_suggesstion {
    margin: 2px 0 -12px 0;
}

/*Template Design Part*/
div.wpt_customized_style_box_wrapper tr.wpt_table_style_title {
    background: rebeccapurple;
}

div.wpt_customized_style_box_wrapper tr.wpt_table_style_title th {
    color: white;
    padding: 3px !important;
}
div.wpt_customized_style_box_wrapper .regular-text {
    width: initial;
}
div.wpt_customized_style_box_wrapper select{
    min-width: 90px;
}
div.wpt_customized_style_box_wrapper .select2-container{min-width: 140px;}
.wpt_table_style_reset_wrapper {
    text-align: right !important;
    display: block;
    background: #e8daa57a;
    min-height: 39px;
    padding: 8px;
}

.wpt_table_style_reset_wrapper a {
    margin-left: 20px !important;
    display: inline-block !important;
    margin-top: 4px !important;
}

.wpt_table_style_reset_wrapper p {
    display: inline-block;
    color: #a50300;
    margin: 0;
}
.wpt_table_style_reset_wrapper a.wpt_style_reset_button{
    color: #fff;
    border-color: #a01b1b;
    background: #f34a4a;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
}
table tr.wpt_hidden{display: none !important;}
span.wpt_keyword {
    position: absolute;
    top: -1px;
    color: #888888;
    left: 48px;
}
#wpt_column_sortable span.wpt_column_cross {
    color: white !important;
    background: #ff0000;
    width: 19px;
    height: 15px;
    display: inline-block;
    text-align: center;
    padding: 2px 0;
    cursor: pointer;
    opacity: 1;
    font-size: 11px;
    display: none;
    border-radius: 4px;
}
ul#wpt_column_sortable>li.wpt_sortable_peritem:hover span.wpt_column_cross{display: inline-block;}

.highlighted_text{color: #d00;}

/*Style For Update Active Option Start*/
.purchase_status .updated.notice.notice-success {
    padding: 10px;
    font-weight: 500;
    font-size: 24px;
    color: #46b450;
}
.purchase_status .updated{padding: 10px;}
span.purchase_code_inactive {
    color: white;
    background: #dd0000;
    padding: 6px 10px;
    border-radius: 7px;
}
span.purchase_code_active {
    color: white;
    background: #46b450;
    padding: 6px 10px;
    border-radius: 7px;
}
.updater_warning_message {
    font-size: 15px;
    color: #a06000;
    background: #ffeb3b24;
    padding: 20px 10px !important;
    border-bottom: 2px solid #ffb900;
}

/*Style For Update Active Option End*/

/* Tooltip Text */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip .tooltip-hover {
    visibility: hidden;
    width: 350px;
    background-color: #007694;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}
.tooltip .tooltip-hover::after {
    content: "";
    position: absolute;
    top: 30%;
    left: -5px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #007cba transparent transparent;
}
.tooltip:hover .tooltip-hover {
    visibility: visible;
}
.tooltip .tooltip-hover a {
    color: #fff;
    font-weight: 500;
}
.wpt_colunm_type {
    text-align: right;
    color: #000000a1;
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 0;
    display: none;
}
ul#wpt_column_sortable>li.wpt_sortable_peritem:hover .wpt_colunm_type {
    display: inline;
}
.column_warning{
    color: #c10098ad;
    margin: 3px 0;
    padding: 5px;
    background: #e5e5e5;
}
.wpt_column_setting_extra {
    /* padding: 0 10px 16px 10px; */
    background: transparent;
    width: 100%;
    /* background: #ffffffd9; */
    margin-top: 10px;
    /* border: 1px solid #dddddd91; */
    margin-bottom: 5px;
}
.wpt_column_setting_single_extra {
    margin-top: 10px;
    background: transparent;
    width: 100%;
}
.wpt_column_setting_single_extra>div {
    margin-top: 10px;
    display: flex;
}
.wpt_column_setting_extra input[type=text],
.wpt_column_setting_single_extra input[type=text]{width: 100%;}
ul#wpt_column_sortable>li.wpt_sortable_peritem {
    position: relative;
    display: flex;
    padding: 0;
}
ul#wpt_column_sortable>li.wpt_sortable_peritem {
    border: 1px dashed #02112b4d;
}
ul#wpt_column_sortable li.wpt_sortable_peritem.enabled>span.handle, ul#wpt_keyword_hide_mobile li>span.handle {
    background: #e8e8e840 no-repeat center 20px;
}
.checkbox_parent {
    display: inline-block;
    padding: 0;
    width: 100%;
}
.checkbox_parent.ui-sortable label,
.wpt_responsive_each_wraper .responsive_each{
    cursor: move;
}
.checkbox_parent.ui-sortable label{
    width: 95%;
    display: inline-block;
}
.checkbox_parent.ui-sortable label:hover, 
.wpt_responsive_each_wraper .reslponsive_each:hover {
    background: #0076920d;
}
.checkbox_parent.ui-sortable label small, .wpt_responsive_each_wraper .responsive_each small {
    opacity: .6;
}
.each_checkbox {
    cursor: move;
    display: block;
    padding: 2px 10px;
    width: 200px;
    max-width: 100%;
    background: #f1f1f12e;
    margin: 1px;
    float: left;
    white-space: nowrap;
    color: #000000;
    border: 1px solid #dddddd52;
    float: left;
}
.column_add_extra_items>label,
.wpt_column_setting_extra>label,
.column_tag_for_all>label{
    display: block;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 7px;
    padding-top: 14px;
    padding-bottom: 6px;
    font-size: 16px;
}
.wpt_column_setting_extra,.wpt_column_setting_extra.off_now {
    display: none;
}
.wpt_column_setting_extra.off_now{display: block;}
span.extra_all_on_off {
    position: absolute;
    bottom: 0px;
    right: 61px;
    
    display: block;
    padding: 1px 15px;
    cursor: pointer;
    background: #e9e9e9;
    color: #007692;
}
li.wpt_sortable_peritem.enabled span.extra_all_on_off {
    
    
    background: #636161;
    color: white;
}
span.extra_all_on_off.off_now {
    background: #035367;
    border: 1px solid #007694;
    color: white;
    border-bottom: 0 none;
}

li.wpt_sortable_peritem {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
li.wpt_sortable_peritem.enabled {
    border: 0 none;
}


.wpt_nav_tab small,
.wpt_nav_tab i.wpt_pro_badge,
.wpt_nav_tab i.wpt_limited_badge,
table.wp-list-table.widefat.plugins tr.active[data-slug='woo-product-table'] div>span[class='0'],
table.wp-list-table.widefat.plugins tr[data-slug='product-table-for-woocommerce-woo-product-table-pro'] div>span[class='0'],
.wpt_nav_tab i.wpt_pro_only {
    background: #00cbff;
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 0px 7px;
    color: #f1f1f1;
    line-height: 13px;
    border-radius: 2px;
    font-size: 11px;
    border: 1px solid #007694;
    bottom: unset;
}
table.wp-list-table.widefat.plugins tr.active[data-slug='woo-product-table'] div>span[class='0']>a,
table.wp-list-table.widefat.plugins tr[data-slug='product-table-for-woocommerce-woo-product-table-pro'] div>span[class='0']>a
{
    color: white;
    padding-right: 0;
    margin-right: -11px;
}

table.wp-list-table.widefat.plugins tr.active[data-slug='woo-product-table'] div>span[class='0'],
table.wp-list-table.widefat.plugins tr[data-slug='product-table-for-woocommerce-woo-product-table-pro'] div>span[class='0']{
    position: static;
    margin-right: 8px;
}
table.wp-list-table.widefat.plugins tr.active[data-slug='woo-product-table'] div>span[class='0']:hover,
table.wp-list-table.widefat.plugins tr.active[data-slug='product-table-for-woocommerce-woo-product-table-pro'] div>span[class='0']:hover{
    background: #00a6d0;
}
.wpt_nav_tab i.wpt_pro_badge {
    background: #f44336;
    border: 0 none;
    font-size: 8px;
    padding: 0 6px;
}
.wpt_nav_tab i.wpt_limited_badge {
    background: #ead61f;
    border: 0 none;
    font-size: 8px;
    padding: 0 6px;
    color: black;
}
.wpt_nav_tab i.wpt_pro_only {
    display: none;
}
.wpt_nav_tab span {
    color: red;
    font-size: 10px;
    text-decoration: underline;
}


.wpt_nav_tab {
    position: relative;
}

/*Inside Column Tab Start*/
.inside-column-settings-wrapper {
    display: block;
    width: 100%;
    padding: 0 15px 15px 15px;
    box-sizing: border-box;
}

.inside-column-settings-wrapper .inside_tab_content {
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 15px;
}

.inside-column-settings-wrapper .inside_tab_content .ultraaddons-panel {background-color: transparent;}
.inside-column-settings-wrapper .inside_tab_content h4 {
    font-size: 20px !important;
    padding: 11px 16px 11px 49px;
    margin-bottom: 10px;
    position: relative;
}
.inside_tab_content.tab-content>h4>i {
    /* color: #ffffff; */
    font-size: 26px;
    position: absolute;
    left: 10px;
    top: 6px;
}
.inside-column-settings-wrapper .inside_tab_content h4:hover {
    background: #007ebb;
}
.inside-column-settings-wrapper .inside_tab_content.expanded h4{
    background: #e3e3e3;
    color: black;
    font-weight: bold;
}

.inside-column-settings-wrapper .inside_tab_content#inside-desktop h4 strong{display: inline-block;}

/* .inside-column-settings-wrapper .inside_tab_content.expanded h4 span, */
.inside-column-settings-wrapper .inside_tab_content.expanded h4 strong{
    display: inline-block;
}
.inside-column-settings-wrapper .inside_tab_content .inside_tab_content_inner {
    /* display: none; */
    margin-top: 13px;
    padding: 0 16px 1px 16px;
}
.inside-column-settings-wrapper .inside_tab_content.expanded .inside_tab_content_inner {
    display: block;
}

.inside_tab_content.tab-content>h4 {
    margin: 0;
    cursor: pointer;
    background: #00557e;
    color: white;
}
.inside_tab_content.tab-content>h4>span {
    opacity: 0.7;
    color: white;
    font-weight: 100;
    font-size: 80%;
}
.inside_tab_content.tab-content.expanded>h4>span {
    color: black;
}
.inside-column-settings-wrapper .inside_tab_content.tab-content.tab-content-active {
    /* background: #000102; */
    padding: 0;
    /* color: #4CAF50; */
    box-shadow: -9px 9px 8px 0px #20202012;
    border: 1px solid #80808040;
}


.inside_tab_content.tab-content.tab-content-active.expanded {
    border-top: 2px solid #00557e;
    background: #ffffff;
}
.inside-column-settings-wrapper .inside_tab_content.tab-content.tab-content-active{display: block;}
.inside-column-settings-wrapper .inside_tab_content.tab-content {
    /* display: block; */
    width: 100% !important;
    /* display: flex; */
}


nav.inside-nav-tab-wrapper {
    display: block;
    width: 100%;
    clear: both;
}
nav.inside-nav-tab-wrapper a.nav-tab.nav-tab-active:hover{
    background: #e4e4e478;
    color: #8a7373;
}
.inside-column-setting-header h2{
    font-size: 20px !important;
    padding: 0 !important;
}

nav.inside-nav-tab-wrapper a:hover {
    background: #d6d6d6;
    color: white;
}
nav.inside-nav-tab-wrapper a{cursor: pointer;}

nav.inside-nav-tab-wrapper:after {content: "";display: block;width: 100%;clear: both;}
/*Inside Column Tab End*/

.ultraaddons ul.wpt-tag-list {
    padding: 0;
    margin: 0;
}
.ultraaddons ul.wpt-tag-list li {
    display: inline-block;
}
.ultraaddons ul.wpt-tag-list li input[type="checkbox"],
.wpt_responsive_each_wraper .responsive_each input[type="checkbox"] {
    display: none;
}
.ultraaddons ul.wpt-tag-list li label, .wpt_responsive_each_wraper .responsive_each label {
    line-height: 1.5rem;
    background-color: #ffffff38;
    background-image: url(../images/icon-unchecked.png);
    padding: 0px 10px;
    display: block;
    border-radius: 5px;
    border: 1px solid #84848433;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 4px 3px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
 .wpt_responsive_each_wraper .responsive_each label{
     cursor: move !important;
 }
 
 .wpt_responsive_each_wraper .responsive_each:hover label{
     background-color: #0076931a;
 }
 
.wpt_responsive_each_wraper .responsive_each label{
    margin: 10px 0;
}

.ultraaddons ul.wpt-tag-list li input[type="checkbox"]:checked + label,
.wpt_responsive_each_wraper .responsive_each input[type="checkbox"]:checked + label {
    background-image: url(../images/icon-checked.png);
}
div#wpt_configuration_form select.wpt_select2,
#wpt_product_ids,
#wpt_configuration_form span.select2.select2-container{width: 100% !important;}

span.wpt_column_arrow {
    position: absolute;
    right: 0px;
    background: #ffffff;
    z-index: 5;
    width: 13px;
    height: 17px;
    text-align: center;
    cursor: pointer;
    display: none;
}
span.wpt_column_arrow.wpt_arrow_down {
    bottom: 0px;
    top: unset;
}

span.wpt_column_arrow.wpt_arrow_top {
    top: 0px;
    bottom: unset;
}
ul#wpt_column_sortable>li.wpt_sortable_peritem:first-child span.wpt_column_arrow.wpt_arrow_top,
ul#wpt_column_sortable>li.wpt_sortable_peritem:last-child span.wpt_column_arrow.wpt_arrow_down{
    opacity: 0.4;
    cursor: not-allowed;
}

#wpt_configuration_form input:checked + .slider:before {
    -webkit-transform: translateX(39px);
    -ms-transform: translateX(39px);
    transform: translateX(55px);
}
#wpt_configuration_form .switch {
    position: relative;
    display: inline-block;
    width: 86px;
    height: 29px;
}
/*#wpt_configuration_form .ultraaddons-panel table tr th{
    width: 300px !important;
}*/

#wpt_configuration_form .wpt-panel {
    width: calc(100% - 43px);
}
.form_bottom.form_bottom_submit_button {
    text-align: right;
    margin: 0;
    padding-bottom: 0;
    width: calc(100% - 28px);
}





/**********FOR NOTIFICATION***********/
.wpt_notify {
    position: fixed;
    z-index: 999999999;
    background: #02345da1;
    width: 100%;
    height: 100%;
    top: 0;
    color: white;
    text-align: center;
    padding-top: 25%;
    display: none;
}

.wpt_notify h1, .wpt_notify>h2,.wpt_notify * {
    color: white;
}
body.wpt_admin_bodys{background-color: white;}
.add_new_col_wrapper {
    box-sizing: border-box;
    display: flex;
    padding: 0 !important;
    width: 800px;
    max-width: 100%;
    min-width: 350px;
    box-shadow: -4px 11px 17px rgb(0 0 0 / 30%);
    background: white;
    border-radius: 6px;
    overflow: hidden;
    margin: 20px;
}
.add_new_col_wrapper table tr th, 
.add_new_col_wrapper table tr td {
    padding: 0px 0 7px 0;
}
.add_new_col_wrapper table tr th{
    width: 200px;
}
div#wpt_configuration_form .add_new_col_wrapper .ultraaddons-panel {
    width: 100%;
}


body.wpt_admin_body .nav-tab {
    background: #e5e5e569;
}
body.wpt_admin_body .nav-tab-active, 
body.wpt_admin_body .nav-tab-active:focus, 
body.wpt_admin_body .nav-tab-active:focus:active, 
body.wpt_admin_body .nav-tab-active:hover {
    border-bottom: 1px solid white !important;
    background: white;
    color: #000;
}
body.wpt_admin_body .nav-tab-wrapper, 
body.wpt_admin_body .wrap h2.nav-tab-wrapper, 
body.wpt_admin_body h1.nav-tab-wrapper {
    padding-top: 15px;
}

#wpt_shortcode_metabox_id .inside .wpt-shortcode-box-inside {
    display: flex;
    margin: 10px 0;
}

div#wpt_shortcode_metabox_id div a.wpt_copy_button_metabox{
    display: flex;
    padding-left: 20px !important;
    padding-right: 20px !important;
    line-height: 19px;
    padding-top: 8px !important;
    background: #007693;
    border-color: #007693;
    margin-left: 10px;
}
body.wpt_admin_body .wp-list-table td.wpt_shortcode {
    display: flex;
}
p.wpt_ctrl_s {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 31px;
    margin: 6px 0;
    font-weight: normal;
    background: #f9f9f9;
    padding: 4px 15px;
    color: #2bb3d4;
    border: 1px solid #ddd;
    cursor: help;
}
p.wpt_ctrl_s:hover {
    background: #007693;
    color: #44dbff;
    border: 1px solid #007692;
}
span.wpt_colunm_type>i {
    color: #00a2ca;
    border-radius: 4px;
}

.wpt_admin_form_links {
    display: block;
    padding-top: 9px;
    font-size: 90%;
}
.wpt_admin_form_links li {
    display: inline-block;
}
.wpt_admin_form_links a {
    background: #f9f9f9;
    padding: 2px 8px;
    border-radius: 3px;
    border: 1px solid #ddd;
    text-decoration: none !important;
}
.wpt_admin_form_links a:hover {
    background: #007692;
    border: 1px solid #007692;
    color: white;
}
.wpt_admin_form_links a.wpt_get_pro_form_top_link {
    color: #16cfff;
    border: 1px solid #007692;
    padding: 2px 15px;
    display: inline-block;
    border-radius: 10px;
    background: #007692;
    text-decoration: none;
    font-weight: bold;
    transition: .3s all;
    margin-right: 10px;
}
.wpt_admin_form_links a.wpt_get_pro_form_top_link:hover {
    color: #007692;
    border: 1px solid #00769269;
    padding: 2px 25px;
    border-radius: 3px;
    background: #f1f1f196;
}
.wpt_admin_form_links a{text-decoration: none;}
.wpt_admin_form_links a:hover{text-decoration: underline;}

.wpt-column-info li {
    display: inline-block;
    margin: 5px 10px 5px 0;
}

.wpt_select2_item_wrap {
    display: flex;
    margin: 0;
    padding: 0;
    padding-left: 0;
}

.image.wpt_item.wpt_item_left {
    display: block;
    padding: 4px;
}

.details.wpt_item.wpt_item_right {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 12px;
}

.details.wpt_item.wpt_item_right>* {
    margin: 0;
}

.details.wpt_item.wpt_item_right>b {
    color: #00a900;
}

.details.wpt_item.wpt_item_right>p {
    color: #E91E63;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background: #2c3438;
    padding: 0;
    color: white !important;
    border-radius: 50%;
    height: 18px;
    width: 20px;
    font-size: 15px;
    line-height: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding-bottom: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background: red;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 0;
    position: absolute;
    right: -20px;
    width: 20px;
    height: 24px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    line-height: 18px;
    padding-bottom: 2px;
}
body.wpt_admin_body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #607D8B;
}
body.wpt_admin_body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    display: flex;
}
body.wpt_admin_body select.internal_select.select2-hidden-accessible + span .select2-selection__rendered li {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: baseline;
    position: relative;
}
body.wpt_admin_body .select2-container--default .select2-selection--multiple .select2-selection__rendered li:hover {
    background: #dddddd78;
}
body.wpt_admin_body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgb(255, 255, 255);
    border: 1px solid white;
    border-radius: 4px;
    margin: 5px;
    padding: 5px 10px;
    color: black;
    box-shadow: 1px 1px 3px 0px #0000003b;
    float: left;
}

#wpt_row_product_id_includes .select2-container--default .select2-selection--multiple li.select2-search.select2-search--inline {
    background: #e7e7e7;
    display: block;
    clear: both;
    width: 97%;
    margin: 8px;
    border-radius: 20px;
    padding: 3px 10px 10px 10px;
}



#wpt_row_product_id_includes .wpt-select-handle .wpt_select2_item_wrap{
    display: block;
    width: 100%;
    background-color: gray;
}

#wpt_row_product_id_includes .wpt-select-handle {
    /* background: #007694; */
    color: white;
    cursor: move;
    position: absolute;
    right: 16px;
    font-size: 12px;
    width: 105px;
    height: 37px;
    
}

body.wpt_admin_body .ultraaddons-panel p {
    
    color: #888;
}
body.wpt_admin_body .wpt_auto_hide{
    display: none;
}

body.wpt_admin_body .wpt_shortable_data div p, 
body.wpt_admin_body .ultraaddons-panel td p {
    color: #b3b3b3;
    font-style: italic;
    font-size: 14px;
    margin: 5px 0;
}
.wpt-pro-only-featues {
    background: #a2a2a247;
}

.wpt-pro-only-featues img {
    max-width: 100%;
    opacity: 0.7;
    height: auto;
    width: auto;
}
.wpt-pro-only-featues:before {
    content: "Premium";
    z-index: 30;
    color: #ffffff;
    text-align: center;
    position: absolute;
    background: #7b7b7b;
    padding: 6px 15px;
    box-shadow: 3px 1px 4px 0 #00000000;
    width: 55px;
}
select.wpt_table_on_archive {
    margin-bottom: 15px;
}
.wpt_tab_content.tab-content .table_disable_plugin_noti{
    display: none !important;
}
.wpt_devloper_version {
    position: absolute;
    right: 148px;
    top: 13px;
    color: #aabbcc94;
    font-size: 10px;
}


/*new code from v2.7.8.2*/

ul#wpt_column_sortable>li.wpt_sortable_peritem{display: none;}
ul#wpt_column_sortable>li.wpt_sortable_peritem.enabled{display: flex;border-radius: 7px;overflow: hidden;}

.add_switch_col_wrapper .enable-available-cols ul {
    display: flex !important;
    flex-wrap: wrap;
}

.add_switch_col_wrapper .enable-available-cols ul li {
    width: 190px;
}
.add_switch_col_wrapper .enable-available-cols ul li.switch-enable-item {
    /* height: 55px; */
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 5px;
    cursor: pointer;
    background: #ffffff;
    color: black;
    border-radius: 5px;
    padding: 5px 8px;
    border: 1px solid #ddd;
}
.add_switch_col_wrapper .enable-available-cols ul li.switch-enable-item.item-enabled {
    background: #bbbbbb;
    color: white;
    border: 1px solid #707070;
}
li.switch-enable-item i {
    font-size: 11px;
    padding: 0 12px;
    font-weight: normal;
    opacity: 0.6;
}
.add_switch_col_wrapper .enable-available-cols ul li.switch-enable-item.item-disabled {
    background: #e4e4e459;
    color: black;
}
.add_switch_col_wrapper .enable-available-cols ul li.switch-enable-item:after {content: "+";float: right;font-weight: bold;/* font-size: 16px; */box-sizing: border-box;/* position: absolute; *//* right: 5px; */}

.add_switch_col_wrapper .enable-available-cols ul li.switch-enable-item.item-enabled:after {content: "-";}

svg.octicon.octicon-mark-github.v-align-middle {
    margin-bottom: -3px;
}
span.fork-button-wpt>a {
    font-size: 25px;
    color: #304a56;
    background: #dddddd52;
    padding: 22px;
    display: block;
    transition: all .3s;
    margin: 10px 0;
}
span.fork-button-wpt>a:hover {
    color: #ffffff;
    background: #607D8B;
}
.wpt-tips-github p {
    opacity: 0.6;
    margin: 0;
    padding: 0;
}
.add_switch_col_wrapper {
    box-sizing: border-box;
    display: flex;
}
div#wpt_configuration_form .add_switch_col_wrapper .ultraaddons-panel {
    padding: 0;
    border: 0 none;
    margin-bottom: 7px;
}

div#wpt_configuration_form #column_settings .ultraaddons-panel{width: 100%;}
ul#wpt_column_sortable>li.wpt_sortable_peritem {
    background: #a1a1a117;
}
ul#wpt_column_sortable>li.wpt_sortable_peritem.ui-sortable-helper {
    background: #ffc10740;
    box-shadow: none;
    border-color: #ffc107a3;
    opacity: 0.9;
}

/* Notice Style for UltraAddons*/
.wpt-ultraaddons-notice {
    background: white;
    padding: 30px;
    box-shadow: 0 5px 40px 0 rgb(10 10 25 / 10%);
    -webkit-box-shadow: 0 5px 40px 0 rgb(10 10 25 / 10%);
    -moz-box-shadow: 0 5px 40px 0 rgb(10 10 25 / 10%);
    display: block;
}
.wpt-ua-notice-wrapper {
    display: flex;
}

.wpt-ua-logo-area img {
    max-width: 350px;
}

.wpt-ua-message-area {
    padding: 20px 30px;
}
.wpt-ua-message-area h2 {
    margin: 0;
    color: #4caf50;
    font-size: 1.5em;
}

.wpt-ua-message-area p {
    color: #383838;
    font-size: 1.2em;
    font-style: italic;
    padding: 0;
    margin: 8px 0;
}

.wpt-ua-message-area a.button {
    font-size: 18px;
    /*box-shadow: 0 5px 40px 0 rgb(10 10 25 / 22%);*/
    font-weight: 100;
    background: #4caf50;
    border-color: #409844;
    color: white;
}
.wpt-ua-activate .wpt-ua-message-area a.button {
    background: #ee3a8d;
    border-color: #ee3a8d;
    font-weight: 600;
}
/* Notice Style for UltraAddons | END*/

/* Export Import Features start */
.wpt-import-textarea,
.wpt-export-textarea{
    width: 100%;
    min-height: 100px;
}
/* Export Import Features end */

/* Responsive Design Starts */
@media screen and (max-width: 782px){
    .wpt_column_setting_single_extra>div label {
        display: block;
        margin: 15px 0;
    }
    p.wpt_ctrl_s{display: none;}
    #responsive td.responsive {
        display: block !important;
        width: 100%;
    }
}
body.wpt_admin_body .ultraaddons-panel td .notice-for-variations{
    display: none;
    color: #34bcd2;
    font-weight: 700;
}

tr.user_can_not_edit {
    position: relative;
    background: #ffbebe4a;
}

tr.user_can_not_edit>td:first-child:before {
    content: "Pro";
    background: #ff1100;
    color: white;
    padding: 0px 5px;
    border-radius: 4px;
    z-index: 2;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0 navajowhite;
    left: unset;
}
.wpt-premium-feature-in-free-version tr.user_can_not_edit>td:first-child:before{display: none;}
.wpt-extra-data {
    color: #a4a4a4;
    font-size: 12px;
    position: relative;
}
span.wpt-pro-version-data span.title-name {color: #0073aa;font-weight: bold;}

tr.user_can_not_edit>td:after {
    content: "";
    background: #ffffffa6;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
tr.user_can_not_edit>td:last-child:after {
    display: none;
}
tr.user_can_not_edit>td {
    position: relative;
}

.wpt-notice.wpt-user-rating-notice {
    background: white url(../images/logo.png) no-repeat 5px 10px;
    background-size: 45px;
    padding-left: 65px;
    position: relative;
}
.wpt-notice.wpt-user-rating-notice:before {
    content: "";
    position: absolute;
    background: #4caf501f;
    width: 57px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.wpt-plugin-recommend-area .ca-notice.anwwhere-notice.anywhere-required-plugin {
    background: white;
    padding: 19px;
}

.wpt-export-import-wrapper {
    padding: 0 18px 20px;
}

.wpt-export-import-wrapper label {
    margin: 10px 0;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
}

.wpt-export-button-wrapper button.wpt-import-button {
    background-color: #007694;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    float: right;
}
.wpt-export-button-wrapper button.wpt-import-button:hover {
    background-color: #375f6b;
}

.wpt-export-button-wrapper:before,
.wpt-export-button-wrapper:after {
    content: "";
    display: block;
    clear: both;
}
/* .wpt-plugin-recommend-config-page */
.wpt-plugin-recommend-area {
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 900px) {
    .wpt-plugin-recommend-area {
        flex-wrap: wrap;
    }
}

.wpt-user-rating-notice p.do-rating-area a{cursor: pointer;}

.select2-container .select2-selection--multiple .select2-selection__rendered:after,
.select2-container .select2-selection--multiple .select2-selection__rendered:before {
    content: "";
    display: block;
    clear: both;
}

/* For import export button*/

.wpt-export-import-wrapper {
    padding: 0 18px 20px;
}

.wpt-export-import-wrapper label {
    margin: 10px 0;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
}

.wpt-export-button-wrapper button.wpt-import-button {
    background-color: #007694;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    float: right;
}
.wpt-export-button-wrapper button.wpt-import-button:hover {
    background-color: #375f6b;
}

.wpt-export-button-wrapper:before,
.wpt-export-button-wrapper:after {
    content: "";
    display: block;
    clear: both;
}
body.wpt_admin_body .ultraaddons .warning {
    color: #b3b3b3;
}



.ultraaddons .switch.switch-reverse .slider {
    background: #2ab934a6;
    border: 1px solid #2ab934 !important;
}
.ultraaddons .switch.switch-reverse .slider span.off {
    color: white;
    font-weight: normal;
}
.ultraaddons .switch.switch-reverse input:checked + .slider {
    background-color: #c5c5c5a6!important;
    border: 1px solid #a8b9a9!important;
}
.ultraaddons .switch.switch-reverse input:checked+ .slider .on {
    display: block;
    color: black;
    font-weight: bold;
}
.ultraaddons .switch.switch-reverse .on, .ultraaddons .switch.switch-reverse .off {
    transform: translate(-71%,-50%);
}

.stick_on_scroll#stick_on_scroll-on,.stick_on_scroll-on,#stick_on_scroll-on{
    position: fixed;
    bottom: 33px;
    right: 50px;
    box-shadow: 0px 10px 30px 0 #00000061;
    padding: 18px 55px;
    font-size: 22px;
    font-weight: normal;
    border-radius: 3px 12px 72px 12px;
    /* background: #4caf50; */
    /* border: 1px solid #3f9b43; */
    z-index: 99999;
}
.wpt-header.wpt-clearfix:before {display:block}
form#wpt-main-configuration-form  .float-btn.wpt-btn {
    opacity: 0;
    /* top: 70px; */
    right: -80px;
    transition: .4s all;
    display: none;
}
form#wpt-main-configuration-form  #stick_on_scroll-on {
    position: fixed;
    bottom: unset;
    right: 0;
    box-shadow: 0px 10px 30px 0 #00000061;
    padding: 0 2px 0 0 !important;
    font-size: 16px;
    font-weight: normal;
    border-radius: unset;
    z-index: 99999;
    display: none;
    top: 450px;
    left: unset;
    margin: 0;
    opacity: 1;
}
form#wpt-main-configuration-form #stick_on_scroll-on span {
    width: 60px;
    padding: 16 0;
    margin-right: 0;
}
form#wpt-main-configuration-form #stick_on_scroll-on span i{
    font-size: 22px;
}
form#wpt-main-configuration-form #stick_on_scroll-on>strong {
    font-size: 10px;
    font-weight: 100;
    transform: rotate(90deg);
    display: inline-block;
    letter-spacing: 1px;
    width: 28px;
    text-align: center;
}
form#wpt-main-configuration-form  #stick_on_scroll-on.stick_on_scroll-on{
    display: block;
}


body.post-type-wpt_product_table .stick_on_scroll#stick_on_scroll-on, 
body.post-type-wpt_product_table .stick_on_scroll-on, 
body.post-type-wpt_product_table #stick_on_scroll-on {
    bottom: 10px;
    right: 10px;
    padding: 6px 24px;
    font-size: 17px;
    font-weight: normal;
    border-radius: 3px 8px 24px 7px;
}

.wpt-pro-only-featues.enable_gallery {
    position: relative;
    display: inline-block;
}
.wpt-pro-only-featues.enable_gallery:before {
    content: 'Pro';
    position: absolute;
    right: -20px;
    top: -13px;
    background: #f44336;
    border: 0 none;
    font-size: 8px;
    padding: 0 6px;
    color: #fff;
}

/*   Notice Destin */

.aep-notice{
    display:flex;
    padding: .5em 1.5em;
    border: none;
    max-width: 100%;
    justify-content: space-between;
    border-left: 4px solid #1086e9; 
    position: relative;
    margin: 0;
  }
  .aep-notice a, .ca-btn{
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1.3px;
    padding: 10px 15px;
    border-radius: 3px;
    background: #1086e9;
    color: #fff;
    margin-right: 7px;
    border: 1px solid;
  }
  .aep-notice a:hover{
    background: #f24c00;
  }
  .aep-notice h3 {
    color: rgb(79, 80, 92);
    letter-spacing: 2.1px;
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 32px;
  }
  .aep-notice-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 1em;
    padding: .5em 1em;
    flex-grow: 1;
  
    width: 25%;
  }
  .aep-notice-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .5em;
    margin-left: 1em;
    color: #8d8d8d;
    flex-grow: 1;
    width: 75%;
  }
  .aep-notice-content strong{
    color: rgb(16 134 233);
    letter-spacing: 1.3px;
  }
  p.aep-links{
    margin: 25px 0px;
  }
  .aep-notice i.icon-donation {
    font-size: 22px;
  }
  .aep-notice-logo img{
    width:220px
  }
  
  .notice.aep-notice::after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    right: 10px;
    background: #ff400012;
    border-radius: 100%;
  }
  .notice.aep-notice::before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    left: 10px;
    background: #1086e914;
    border-radius: 100%;
    bottom: 10px;
  }
  
  @media screen and (max-width: 760px) {
    .aep-notice-logo {display: none;}
    .aep-notice{padding:.5em;text-align: center}
  .aep-notice-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding:0;
    margin:0
  }
  }
  @media(max-width:450px) {
    .aep-notice a {
      display: block;
      margin-bottom: 10px;
    }
  }
  
  .row {
    display: flex;
    flex-direction: row;
    align-items: center;
  
  }
  
  .column-1 {
    width: 25%;
    margin-right: 10px;
  }
  .column-2 {
    width: 70%;
  }
  
  .ca-wrap{
    padding: 15px;
  }
  .ca-inner{
    background-color: #fff;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
    color: #777;
  }
  .ca-header {
    border-bottom: 1px solid #dfdfdf;
  }
  .ca-infobox-tilte{
    color: rgb(29, 35, 39);
  }
  .btn.ca-btn {
    margin-top: 15px;
    display: inline-block;
    padding: 15px 25px;
    line-height: unset;
  }
  .btn.ca-btn:hover {
    background-color: #f24c00;
    border: 1px solid;
    color: #fff;
  }
  .cawqv-logo img{
    width: 250px;
    float: left;
    margin-right: 20px;
  }
  .ca-inner strong{
    color:#1d2327;
  }
  .ca-wrap p{
    font-size: 16px;
  }
  .ca-wrap small{
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
  }
  table.wpt-table-separator, tr.wpt-table-separator, td.wpt-table-separator, div.wpt-table-separator {
    border-top: 1px solid #4c4c4c1a;
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
 table.wpt-table-separator-light, 
 tr.wpt-table-separator-light, 
 td.wpt-table-separator-light, 
 div.wpt-table-separator-light {
    border-top: 1px solid #b2c5c98c;
    padding-top: 15px;
    padding-bottom: 10px;
 }
 p.wpt-max_input_vars-warning {
    color: #d00;
}
  /* wpml area start **/
p.wpt-each-input {margin: 0;}
.language-area {margin-bottom: 8px;}
p.lang-area-title {margin: 0;}
.wpml-lang-input-area {display: flex;gap: 10px;}
.wpml-config-page-notce-switch {font-size: 20px;}
.wpml-config-page-notce-switch>div {
    background: #ffffff;
    color: #ff5722;
    line-height: initial;
    /* border: 1px solid #cdcdcd; */
    border-top: 3px solid #607d8b;
    box-shadow: 0 0 20px 0 #0000001a;
}

.wpml-lang-input-area.basic-tab-wpml-area>div {min-width: 400px;}

.wpt-each-injjput {min-width: 400px;}

.wpml-lang-input-area.basic-tab-wpml-area>div.wpt-each-input label {display: block;}

.wpml-lang-input-area.basic-tab-wpml-area>div.wpt-each-input input {width: 100%;}
  /* wpml area end **/




p.wpt-shorcode-render-box {
    font-size: 16px;
    margin: 0;
    color: #003d4c;
}
/* ul#wpt_column_sortable>li.wpt_sortable_peritem.inside-column-enabled {
    display: block !important;
    position: fixed !important;
    top: 94px;
    left: calc((100% - 900px - 25px)/2);
    background: white;
    width: 900px;
    box-shadow: 0 10px 30px 0 black;
    border: 5px solid black;
    padding: 50px;
} */

ul#wpt_column_sortable>li.wpt_sortable_peritem.inside-column-enabled {
    display: flex !important;
    position: fixed !important;
    top: 0;
    left: 0;
    background: #0000008c;
    width: 100%;
    border: 0 none;
    padding: 0;
    height: 100%;
    opacity: 1;
    z-index: 70;
    margin: 0;
    align-items: center;
    justify-content: center;
    z-index: 78;
}
a.edit-my-column-easily {
    padding: 0 12px;
    background: #007694;
    color: white;
    border-radius: 7px;
    margin-left: 12px;
    cursor: pointer;
    position: absolute;
    right: 19px;
    margin-right: 10px;
}
a.edit-my-column-easily:hover {
    background: #0c9ec3;
}
ul#wpt_column_sortable>li.wpt_sortable_peritem.inside-column-enabled .wpt_shortable_data {
    max-width: 800px;
    background: white !important;
    margin: 0 20px;
    padding: 50px;
    overflow: hidden;
    /* height: 800px; */
    max-height: 76%;
    overflow-y: auto;
    box-shadow: -4px 11px 17px rgb(0 0 0 / 30%);
    border-radius: 8px;
    padding-bottom: 30px;
    position: relative;
    padding-top: 35px;
}
ul#wpt_column_sortable>li.wpt_sortable_peritem.inside-column-enabled .wpt_shortable_data>input {
    border: 1px solid #ffffff;
    background: #cdcdcd42;
    width: 100%;
    font-weight: bold;
    margin-bottom: 15px;
}

ul#wpt_column_sortable>li.wpt_sortable_peritem.inside-column-enabled span.extra_all_on_off {
    right: unset;
    padding: 6px 15px;
    cursor: pointer;
    top: 0;
    bottom: unset;
}

body.wpt_admin_body span.select2-container.select2-container--default.select2-container--open{
    z-index: 45;
}
span.extra_all_on_off {
    display: none;
}
li.expanded_li span.extra_all_on_off {
    display: inline-block;
}
.wpt_tab_content span.ca-notice-custom-msg {
    color: #b3b3b3;
    font-weight: 400;
    padding: 0 8px;
    background: transparent;
    /* border: 1px solid #0076942e; */
}
/* ul#wpt_column_sortable>li.wpt_sortable_peritem.inside-column-enabled span.extra_all_on_off, */
ul#wpt_column_sortable>li.wpt_sortable_peritem.inside-column-enabled span.wpt_column_arrow,
ul#wpt_column_sortable>li.wpt_sortable_peritem.inside-column-enabled div.extra-inner-item-wrapper,
/* ul#wpt_column_sortable>li.wpt_sortable_peritem.inside-column-enabled ,
ul#wpt_column_sortable>li.wpt_sortable_peritem.inside-column-enabled , */
.inside-column-enabled .wpt_column_setting_extra .column_tag_for_all,
.inside-column-enabled .wpt_column_setting_extra .column_label_fullwidth,
.inside-column-enabled .wpt_column_setting_extra tr.each-style.each-style-background-color,
.inside-column-enabled .wpt_column_setting_extra tr.each-style.each-style-border,
.inside-column-enabled .wpt_column_setting_extra tr.each-style.each-style-vertical-align,
li.expanded_li.inside-column-enabled span.extra_all_on_off,
.inside-column-enabled span.extra_all_on_off,
/* .inside-column-enabled input.colum_data_input.check, */
ul#wpt_column_sortable>li.wpt_sortable_peritem.inside-column-enabled span.handle{
    display: none !important;
}
ul#wpt_column_sortable>li.wpt_sortable_peritem.inside-column-enabled .wpt_column_setting_extra.for_all.extra_all_check{
    padding: 0 !important;
    margin: 0 !important;
}

.extra_all_toggle_description ul.sss {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 25px;
}

.column_tag_for_all {
    display: flex;
    gap: 7px 25px;
    margin-top: 5px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 19px;
}

.column_tag_for_all label {
    font-weight: bold !important;
}
.column_tag_for_all input {
    padding: 10px !important;
}

.column_add_extra_items.extra-inner-item-wrapper {
    display: flex;
    gap: 7px 25px;
    margin-top: 5px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 19px;
}

.column_add_extra_items.extra-inner-item-wrapper label {
    font-weight: bold !important;
}
.column_add_extra_items.extra-inner-item-wrapper input,
.column_add_extra_items.extra-inner-item-wrapper select {
    width: 500px;
    max-width: 100%;
    /* max-width: 600px; */
}
.inside-column-enabled span.wpt-expand {
    position: absolute;
    top: -3px;
    border-radius: 0;
}

span.wpt-expand {
    background: #ebf4f7;
    color: #07a7d0;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    font-size: 15px;
    display: none;
}

label.switch.switch-big {
    width: 200px !important;
}

label.switch.switch-big span.off {
    left: unset;
    right: 0;
}

label.switch.switch-big .on, label.switch.switch-big .off {
    left: 40%;
}

/**Social AREA **/
.codeastrogy-social-area-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 5px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.codeastrogy-social-area-wrapper a.ca-social-link {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    border-radius: 7px;
    padding: 0;
    box-shadow: -3px 2px 3px #00000006;
}
.codeastrogy-social-area-wrapper a.ca-social-link>img {
    background: white;
    border-radius: 5px;
}
.codeastrogy-social-area-wrapper a.ca-social-link.ca-title-available {
    background: #fff;
    border: 1px solid #4a4a4a17;
    transition: .2s all;
}
a.ca-social-link.ca-social-ticket.ca-title-available {
    background: #42b9cc;
    color: white;
}
.codeastrogy-social-area-wrapper a.ca-social-link.ca-title-available:hover {
    background: #02142a;
    border: 1px solid transparent;
    color: white;
}

.codeastrogy-social-area-wrapper a.ca-social-link img {
    height: 30px;
    width: auto;
}
.codeastrogy-social-area-wrapper a.ca-title-available span{padding-right: 10px;}
/**Social AREA **/
.ultraaddons .with-background, .ultraaddons-panel .with-background {
    background-image: url('../images/brand/header-logo-white-x.png') !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    background-size: auto 35px;
    background: white;
    color: black;
}

h1.wp-heading-inline.plugin_name.plugin-name {
    display: flex !important;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
div#wpt_configuration_form img.wpt-brand-logo {
    height: 32px;
    box-shadow: none;
    background: white;
    border-radius: 4px;
}
div#wpt_shortcode_configuration_metabox_id .ultraaddons .with-background.slim-title, div#wpt_shortcode_configuration_metabox_id .ultraaddons-panel .with-background.slim-title {
    padding-top: 34px;
}
.wpt-config-header-area .ultraaddons-panel h1 {
    margin-bottom: 0px;
    color: white;
    font-size: 23px;
    line-height: 25px;
    text-transform: none;
}

.border-with-shadow{
    border-top: 0 none;
    box-shadow: 0 0 20px 0 #0000001a;
}
.wpt-config-header-area .ultraaddons-panel{
    padding: 20px 15px;
    margin-bottom: 15px;
}
.wpt-config-header-area .ultraaddons .plugin-version, .wpt-config-header-area .ultraaddons-panel .plugin-version {
    background: #4caf50;
    color: rgb(235, 235, 235);
    border: 0 none;
}
.browse-all-plugin-ca {
    display: block;
    width: 100%;
    clear: both;
}
div.wpt-content p.wpt-issue-submit {
    border-top: 1px solid #dddddd4a;
    opacity: 1;
    padding-top: 15px;
    margin-top: 10px;
    font-size: 14px;
}

p.wpt-issue-submit>b {
    background: #b54545;
    color: white;
    padding: 1px 5px;
    border-radius: 4px;
}

div.wpt-content p.wpt-issue-submit a {
    font-weight: 500;
    letter-spacing: 0;
    font-style: normal;
    background: transparent;
    white-space: nowrap;
    line-height: 31px;
}
div.wpt-content a.wpt-create-ticket {
    background: #aeaeae !important;
    color: #ffffff;
    border: 1px solid #9e9e9e;
    padding: 4px 8px !important;
    text-decoration: none;
    border-radius: 3px;
}

div.wpt-content p.wpt-issue-submit a:hover {
    background: rgb(204, 204, 204);
    color: #4caf50;
}


/********Configure Tab Area Start*********/

.wpt_tab_content.tab-content .wpt-section-panel {
    margin: 0;
    margin-top: 15px;
}

.wpt_tab_content.tab-content .wpt-section-panel .wpt-table-header-inside {
    padding: 0;
}

.wpt_tab_content.tab-content .wpt-section-panel table.wpt-my-table tr.divider-row>td {
    padding-top: 2px !important;
}

.wpt_tab_content.tab-content .wpt-configure-tab-wrapper.wpt-section-panel {
    padding: 0 32px;
    margin-top: 0;
}

.wpt_tab_content.tab-content .wpt-configure-tab-wrapper.wpt-section-panel a.tab-button.wpt-button {
    border: 1px solid #ddd;
}

.wpt-configure-tab-wrapper.wpt-section-panel a {
    color: black;
    background: white;
    box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14);
    border: 1px solid white;
    border-right-color: #cececea3;
    display: inline-block;
    margin-bottom: 2px;
}
.wpt-configure-tab-wrapper.wpt-section-panel a:last-child{
    border-right-color: white;
}

.wpt-configure-tab-wrapper.wpt-section-panel a.active {
    background-color: #0073aa;
    color: white;
    border: 1px solid #0073aa;
}

.topbar-fixed-on-scroll-main-element .wpt-configure-tab-wrapper.wpt-section-panel.backup {
    position: fixed;
    top: 130px;
    z-index: 999;
    background: white !important;
    width: 87%;
    display: inline-flex;
    clear: both;
    box-sizing: border-box;
    box-shadow: 0px 9px 13px 0 #0000004a;
}
#wpt_configuration_form .wpt-configure-tab-wrapper.wpt-section-panel a[href="#wpt-label-settings"],
#wpt_configuration_form .wpt-configure-tab-wrapper.wpt-section-panel a[href="#wpt-all-messages-settings"],
#wpt_configuration_form .wpt-configure-tab-wrapper.wpt-section-panel a[href="#show-all"],
#wpt_configuration_form div#wpt-label-settings, 
#wpt_configuration_form div#wpt-all-messages-settings {
    display: none !important;
}
/********Configure Tab Area End*********/




.wpt-plugin-recommend-area .anywhere-notice.ca-notice.notice-success[data-notice_id="black-friday-22"]:hover {
    background: #007694;
    
}
.wpt-plugin-recommend-area .anywhere-notice.ca-notice.notice-success[data-notice_id="black-friday-22"] .ca-msg-text{display: none !important;}
.notice.ca-notice.notice-offer a.ca-logo-link img, .notice.ca-notice.notice-offer a.ca-logo-link img{
    width: auto !important;
    border-radius: 0 !important;
}

div#wpt_configuration_form #column_settings .add_new_col_wrapper .section.ultraaddons-panel.add_new_column {
    background: #e1e1e100;
    /* border: 0 none; */
    /* box-shadow: -2px 0px 6px #0000001f; */
    margin: 0;
}
.section.ultraaddons-panel.add_new_column h3 {
    font-size: 18px;
    line-height: 11px;
    color: black;
}
span.wpt-help-icon {
    background: rgb(84 84 84 / 24%);
    color: #000000af;
    padding-top: 4px;
    width: 25px;
    height: 21px;
    display: inline-block;
    text-align: center;
    margin: 15px;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    bottom: unset;
}

li.wpt_sortable_peritem.column_keyword_action span.wpt-help-icon {
    top: unset;
    right: unset;
    left: -40px;
    bottom: -2px;
}

span.wpt-help-icon.wpt-help-focused:before,
span.wpt-help-icon:hover:before {
    content: attr(title);
    position: absolute;
    top: 0;
    min-width: 500px;
    width: 100%;
    max-width: 100%;
    left: 25px;
    background: #007694;
    border: 1px solid #007694;
    padding: 5px;
    box-shadow: 0px 5px 19px 0 #00000040;
    border-radius: 6px;
    text-align: left;
    color: white;
    display: block !important;
    line-height: 16px;
    font-size: 14px;
}
span.wpt-help-icon:hover {
    background: #000000;
    color: #ffffff;
}
.wpt-premium-feature-in-free-version.style_str_wrapper {
    padding: 13px 13px 0 13px;
    opacity: 0.8;
}
span.wpt-help-icon.wpt-help-focused{
    background: rgb(3, 3, 3);
    color: white;
}
@media screen and (max-width: 782px){
    span.wpt-help-icon {
        float: left;
        margin: 10px 2px;
    }
    span.wpt-help-icon:focus:before,
    span.wpt-help-icon:hover:before,
    span.wpt-help-icon:before{
        display: none;
    }
    span.wpt-help-icon.wpt-help-focused:before{
        top: 28px;
        min-width: 300px;
        left: -13px;
        display: block;

    }
}

a.wpt-doc-lick{
    text-decoration: none;
    padding: 5px;
    color: #0073aa;
    font-style: oblique;
}
.wpt-doc-column-link.front {
    margin-top: -10px !important;
}
.wpt-doc-column-link>span {
    color: #bfbfbf;
}
.wpt-doc-column-link a{
    text-decoration: none;
    color: #9E9E9E;
    font-style: oblique;
    font-size: 13px;
}
/* make more deep: .wpt-doc-column-link a */

.wpt-doc-column-link a:hover {  
    color: #525252;
}

.wpt-doc-column-link {
    display: flex;
    gap: 10px;
}
.custom-select-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
}
.wpt-custom-select-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    align-items: stretch;
}

.wpt-custom-select-box {
    padding: 9px 13px;
    border: 1px solid #656565;
    border-radius: 6px;
    /* transition: 0.3s; */
    cursor: pointer;
    border-style: dashed;
    font-weight: 500;
    background: #0073aa14;
    color: black;
}

.wpt-custom-select-box:hover {
    background-color: #0073aa36;
}

.wpt-custom-select-box.active {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.wpt-custom-select-box.disabled {
    background-color: #f1f1f1;
    color: #999;
    cursor: not-allowed;
    border-style: dashed;
    position: relative;
    opacity: 0.8;
    border-color: #a7a7a7;
}
.wpt-custom-select-box.disabled:hover {
    background-color: #e0e0e0;
    color: #999;
    cursor: not-allowed;
    border-style: dashed;
} 
.wpt-extra-content>* {
    padding: 0;
    margin: 0 !important;
}
.sfl-auto-gen-box .wpt-custom-select-boxes {
    gap: 0;
    border: 1px #0073aa;
    border-style: double;
    border-radius: 6px;
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: row;
}
.sfl-auto-gen-box .wpt-custom-select-boxes .wpt-custom-select-box {
    border-radius: 0;
    border: 0 none;
}
.sfl-auto-gen-box .wpt-custom-select-boxes .wpt-custom-select-box.active {
    color: white;
    background: #0073aa;
}

.sfl-auto-gen-box .wpt-custom-select-boxes {
    border-color: #0073aa;
    border-radius: 2px;
}

.sfl-auto-gen-box .wpt-custom-select-boxes .wpt-custom-select-box {
    background: #ededed61;
    color: black;
    box-shadow: 1px 0px 1px #00000062;
}

span.wpt-design-collaps {
    border: 1px solid #ffffff00;
    margin: 0 10px;
    width: 25px;
    display: inline-block;
    height: 20px;
    padding: 0px 10px;
    border-radius: 1px;
    background: transparent;
    /* box-shadow: -4px 5px 0px 0px #00000047; */
    transition: .4s all;
    cursor: pointer;
    color: black;
    /* border: 1px solid black; */
}
h1:hover span.wpt-design-collaps,
span.wpt-design-collaps:hover {
    color: #ddd;
}
div.wpt_tab_content table th {
    position: relative;
}
.wpt_column_setting_extra>div>label {
    display: inline !important;
}


/** Query Tab **/
.wpt-query-terms-selection {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.wpt-query-terms-selection span.wpt-query-selection-handle {
    background: #e5e5e557;
    padding: 10px;
    color: #000000;
    cursor: pointer;
}
.wpt-query-terms-selection span.wpt-query-selection-handle[data-status="active"] {
    background: #0073aa;
    color: white;
}
.wpt-query-terms-selection span.wpt-query-selection-handle:hover {
    background: #0073aa;
    color: white;
}
tr.wpt_query_terms_each_tr.hide {
    display: none;
}
span.wpt-query-selection-handle.type-pf-premium {
    background: #fff6f6;
    color: #878787;
    position: relative;
}


div#wpt-dropdown-container {
    position: fixed;
    background: #0000008c;
    width: 100%;
    height: 100%;
    z-index: 78;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.wpt-dropdown-container-insider {
    background: #fff;
    border: 1px solid #ddd;
    width: 309px;
    overflow: hidden;
    z-index: 88;
    box-shadow: -4px 11px 17px rgb(0 0 0 / 30%);
    margin: 0px 15px;
    padding: 20px;
    border-radius: 11px;
}

.wpt-search-box {
    width: 100%;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.wpt-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 400px;
    overflow-y: auto;
    max-height: 90%;
}
input.wpt-column-search-box {
    width: 100%;
    margin-bottom: 10px;
}

.wpt-dropdown-list li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    color: #121212;
    font-weight: 500;
    position: relative;
}
.wpt-dropdown-list li.switch-enable-item.premium {
    background: #ffbebe70;
    opacity: 0.7;
}

.wpt-dropdown-list li.item-enabled:after {
    content: '\e811';
    font-family: "wptfontelo";
    position: absolute;
    right: 10px;
}
.wpt-dropdown-list li:hover {
    background-color: #f0f0f0;
}
.wpt-dropdown-list li.item-enabled:hover,
.wpt-dropdown-list li.item-enabled {
    background: #f0ffe7;
    color: #027e07;
    font-weight: 600;
    /* border-bottom: 1px solid #f0ffe7; */
}

button.add_new_column_button strong,
button#wpt-add-new-custom-column-btn strong,
button#wpt-add-preset-column strong {
    font-weight: normal;
}

.inside_tab_content.tab-content>h4>span.wpt-col-selected-pre-value {
    color: #e3e3e3;
    font-weight: 400;
    font-style: italic;
    opacity: 0.4;
}
.inside_tab_content.tab-content>h4>* {
    margin-right: 10px;
}
.add-new-custom-column-wrapper {
    position: fixed;
    width: 100%;
    background: #0000008c;
    z-index: 999;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inside_tab_content_inner label {
    color: #525c5e !important;
    font-weight: 300;
}
ul#wpt_column_sortable li>span.handle.checkbox_handle>input.enabled:before, 
ul#wpt_column_sortable li>span.handle.checkbox_handle>input.enabled:before, ul#wpt_keyword_hide_mobile li>span.handle.checkbox_handle>input.enabled:before {
    content: '\e821';
    font-family: 'wptfontelo';
}
.add-new-custom-column-wrapper.wpt-default-hide {display: none;}
.wpt_tab_content .ca-reuire-plugin-notice.anwwhere-notice {
    border: 1px solid #03495a14;
    margin: 5px 0;
    padding: 10px;
    background: rgb(255 255 255);
}
.wpt_column_setting_single_extra>div {
    display: flex;
    gap: 5px 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.wpt_column_setting_single_extra>div input[type="radio"] {
    background: #a6a6a6;
    color: #b6b6b6 !important;
    /* border:1px solid #f7f7f7; */
}
.wpt_column_setting_single_extra>div input[type="radio"]:active,
.wpt_column_setting_single_extra>div input[type="radio"]:checked,
.wpt_column_setting_single_extra>div input[type="radio"]:hover,
.wpt_column_setting_single_extra>div input[type="radio"]:focus {
    background: #000000;
    color: black;
    /* border:1px solid #000000; */
}
#wpt-switch-wrapper {
    display: none;
}







.wpt-template-selector-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0px;
}

.wpt-template-item {
    border: 1px solid #00000029;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    width: 102px;
    transition: all 0.3s ease;
    border-radius: 2px;
    overflow: hidden;
}
.wpt-template-item.wpt-temp-type-limited {opacity: 0.9;position: relative;}

.wpt-template-item.wpt-temp-type-limited:before {
    content: ' ';
    position: absolute;
    background: #dfdfdf73;
    padding: 3px 10px;
    right: -9px;
    top: 0;
    color: white;
    font-size: 14px;
    text-transform: capitalize;
    width: 100%;
    height: 100%;
}
.wpt-template-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px;
    border-radius: 4px;
}
.wpt-premium-feature-in-free-version {
    opacity: 0.7;
    background: #ffbebe70;
}
.wpt-premium-feature-in-free-version>* {
    margin: 5px;
    padding: 2px;
}

.wpt-dropdown-list li.switch-enable-item.premium::after,
span.wpt-query-selection-handle.type-pf-premium:after,
.wpt-custom-select-box.disabled::after,
.wpt-template-item.wpt-temp-type-limited:after,
.wpt-premium-feature-in-free-version>*:before {
    content: "Pro";
    position: absolute;
    background: red;
    right: 0;
    top: 0;
    font-size: 10px;
    padding: 1px 10px;
    color: white;
    border-radius: 4px;
    box-shadow: 1px 2px 3px #ffffff;
}
.wpt-dropdown-list li.switch-enable-item.premium::after,
span.wpt-query-selection-handle.type-pf-premium:after,
.wpt-custom-select-box.disabled::after{padding: 0 5px;}
.wpt-template-item.wpt-temp-type-limited:after{opacity: 0.8;}

.wpt-premium-feature-in-free-version {
    position: relative;
}
.wpt-premium-feature-in-free-version div,.wpt-premium-feature-in-free-version table, .wpt-premium-feature-in-free-version tr, .wpt-premium-feature-in-free-version td {
    background: transparent;
}
#wpt_configuration_form .wpt-premium-feature-in-free-version span.select2.select2-container+span.select2.select2-container {
    display: none !important;
}
.wpt-design-tab-area-wrapper .ultraaddons .with-background, 
.wpt-design-tab-area-wrapper .ultraaddons-panel .with-background{
    background: #000000;
    color: #ffffff;
}
.style_str_wrapper h3.other-feature-on-off i, .style_str_wrapper h3.style-heading i {
    font-size: 15px;
    color: #ffffff9e;
    margin-right: 5px;
}
.style_str_wrapper h3.other-feature-on-off, .style_str_wrapper h3.style-heading {
    cursor: pointer;
    background: #0073aa;
    display: inline-block;
    border-radius: 3px;
    padding: 5px 10px;
    color: white;
    margin: 0;
    margin-bottom: 10px;
}
.style_str_wrapper h3.other-feature-on-off.active, .style_str_wrapper h3.style-heading.active {
    background: #323232;
}
/* .column_tag_for_all,.column_add_extra_items.extra-inner-item-wrapper, */

.column_label_fullwidth, 
.column_label_showing,.column_label_showing,
.auto_responsive_column_label_show,
.column_only_login_user,
.column_only_login_user{
    display: none;
    align-items: center;
    justify-content: flex-start;
    gap: 5px 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.column_label_fullwidth.show, 
.column_label_showing.show,
.column_label_showing.show,
.auto_responsive_column_label_show.show,
.column_only_login_user.show,
.column_only_login_user.show{
    display: flex;
}
.wpt-premium-feature-in-free-version>div>label,
.wpt_column_setting_extra>div>label {
    font-weight: bold;
    width: 200px;
}
#wpt_configuration_form .column_add_extra_items.extra-inner-item-wrapper span.select2.select2-container {
    width: 500px !important;
}
.column_only_login_user > label:nth-of-type(2),
.column_only_login_user > input[type="text"] {
  flex: 1 1 100%; /* forces next row */
  margin-top: 5px; /* spacing between rows  ,  .column_only_login_user > p*/
}
.wpt_column_setting_extra>div>p,
.wpt-premium-feature-in-free-version>div>label,
.wpt_column_setting_extra>div>label,
.wpt_column_setting_extra>div>input{padding: 0; margin: 0;}
/* .column_label_fullwidth,.column_label_showing,.column_label_showing,.auto_responsive_column_label_show,.column_only_login_user,.column_only_login_user, */
.style_str_wrapper .wpt-style-body {
    display: none;
}
.wpt-template-item.active {
    border-color: #0073aa;
    box-shadow: 0 0 10px rgba(0,123,170,0.4);
    background: #0073aa;
    color: white;
}

.wpt-template-name {
    font-size: 14px;
    font-weight: 500;
}
#template-preview-popup {
    position: absolute;
    display: none;
    border: 0 none;
    background: #181010;
    padding: 6px;
    z-index: 999999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border-radius: 6px;
    top: 100px;
    left: 200px;
}

#template-preview-popup img {
    max-width: 500px;
    max-height: 500px;
    display: block;
}

.wpt-configure-form-header {
    display: flex;
    align-items: stretch;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.wpt-configure-form-header>* {
    padding: 0;
    margin: 0;
}
.wpt-setting-search-input{
    margin: 2px !important;
    /* flex: 1; */
    width: 400px;
    max-width: 100%;
    min-width: 300px;
    
    background: rgb(255, 255, 255) !important;
}
input#wpt-setting-search-input {
    padding: 3px 10px;
    margin: 2px !important;
    flex: 1;
}
.wpt_shotcode_content_column{color: green;font-weight:bold;display:none; padding-left: 12px;}
.wpt_auto_select_n_copy{display: inline-block;width:300px;}
.wpt_copy_button_metabox-column{font-size: 12px !important;padding: 4px 13px !important;}
.wpt_copy_button_metabox{display: none;}
.wpt_metabox_copy_content{color: #007692;font-weight:bold;display:none; padding-left: 12px;}
input.wpt-error {
    border-color: #d00 !important;
}
.wpt-export-formats-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wpt-export-formats-checkboxes p.description {
    flex: auto;
    width: 100%;
}
#wpt_column_sortable .ca-fw-plugins-wrap.ca-fw-recommended-plugins {
    display: block;
    width: 100%;
}

#wpt_column_sortable .ca-fw-plugins-grid {
    grid-template-columns: 1fr;
    margin-right: 39px;
}

#wpt_column_sortable .ca-fw-plugins-header p {
    display: none;
}

#wpt_column_sortable .ca-fw-plugins-header {
    margin-bottom: 8px;
}

#wpt_column_sortable .ca-fw-plugins-grid h4{
    background-color: transparent;
    padding: 0;
    margin: auto;
}