body{
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    /* font-size: 1rem; */
    /* font-weight: 400; */
    /* line-height: 1.5; */
    color: #212529;
    text-align: left;
    background-color: #fff;
}

#wpbody button{
    font-size: 16px;
}

#wpbody .col-12{ width: 100%; }
#wpbody .col-9{  width:  75%; }
#wpbody .col-8{  width:  67%; }
#wpbody .col-7{  width:  58%; }
#wpbody .col-6{  width:  50%; }
#wpbody .col-3{  width:  25%; }
#wpbody .col-2{  width:  16%; }
#wpbody .col-1{  width:   8%; }

#wpbody .col-12,
#wpbody .col-9,
#wpbody .col-8,
#wpbody .col-7,
#wpbody .col-6,
#wpbody .col-3,
#wpbody .col-2,
#wpbody .col-1{
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

#wpbody .row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
}

#wpbody .justify-content-between{
    display: flex;
    justify-content: space-between;
}

#wpbody .align-items-center{
    display: flex;
    align-items: center;
}

#wpbody-content{
    overflow: auto;
}

#filters_export_box_wrapper{
    margin: 40px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#filters_export_message{
    margin-right: 20px;
}
#filters_export_box{
    text-transform: none;
    margin-right: 20px;
}

#import_goon_filters_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
}
#import_goon_filters{
    margin-right: 20px;
    text-transform: none;
}
#import_goon_start{
    margin-right: 20px;
}


body.goon_page_overview #wpwrap{
    background: #f1f1f1;
}
body.goon_page_overview .goon-wrap{
    max-width: 950px;
    margin: 0 auto;
    min-height: 100vh;
}
body.goon_page_overview .no_padding.no_margin{
    padding: 0;
    margin: 0;
}

body.goon_page_overview .bootcamp_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 0 16px;
    user-select: none;
    transition: all 300ms ease;
}
body.goon_page_overview .bootcamp_header h2.bootcamp_title{
    margin: 0;
    padding: 0;
    transition: all 300ms ease;
}

body.goon_page_overview .bootcamp_header.closed{
    padding: 10px 16px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    border-radius: 8px;
}
body.goon_page_overview .bootcamp_header.closed h2.bootcamp_title{
    font-size: 20px;
}

body.goon_page_overview .bootcamp_header.opened .is_closed,
body.goon_page_overview .bootcamp_header.closed .is_opened{
    display: none;
}
body.goon_page_overview .bootcamp_header .toggler{
    cursor: pointer;
}

body.goon_page_overview .bootcamp_content .tab_complete_wrapper{
    /* margin-top: 20px; */
    text-align: center;
    width: 100%;
    position: relative;
}
body.goon_page_overview .bootcamp_content .tab_complete_wrapper .mark_tab_complete{
    position: absolute;
    right: 0;
    top: -33px;
}

body.goon_page_overview .tab{
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 16px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    border-radius: 8px;
}
body.goon_page_overview .tab .tab_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

body.goon_page_overview .info-content{
    display: flex;
    align-items: center;
}

body.goon_page_overview .info-passage:before{
    content: '\2715';
    display: block;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #5f5e5e;
    color: #fff;
    border: 1px solid #5f5e5e;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
}
body.goon_page_overview .info-passage.done:before{
    content: '\2713';
    display: block;
    background-color: #489948;
    border: 1px solid #489948;
    color: #fff;
}

body.goon_page_overview .tab .trigger{
    user-select: none;
}
body.goon_page_overview .trigger_closed:before{
    content: '▼';
    color: #72777c;
    font-size: 15px;
}

body.goon_page_overview .trigger_opened:before{
    content: '▲';
    color: #72777c;
    font-size: 15px;
}

body.goon_page_overview .hidden-info_overview{
    margin: 20px 0 0;
}

body.goon_page_overview .hidden-info_overview.opened{
    display: block;
}
body.goon_page_overview .hidden-info_overview.closed{
    display: none;
}

body.goon_page_overview .hidden-info_overview .row > .col-6:last-of-type{
    /* background: pink; */
    padding-bottom: 40px;
}
body.goon_page_overview .hidden-info_overview .row > .col-6:last-of-type h4{
    margin-top: 10px;
    margin-bottom: 20px;
}


body.goon_page_overview .overview_section{
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    border-radius: 8px;
}
body.goon_page_overview .overview_section .summary_row{
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
}
body.goon_page_overview .overview_section .summary_row .half{
    width: 50%;
    padding: 16px;
}
body.goon_page_overview .overview_section .summary_row .first_half{
    position: relative;
}
body.goon_page_overview .overview_section .summary_row .first_half:after{
    content: " ";
    display: block;
    width: 1px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 15%;
    background: #f1f1f1;
}



@media all and (max-width: 800px){


body.goon_page_overview .overview_section .summary_row{
    display: block;
}
body.goon_page_overview .overview_section .summary_row .half{
    width: 100%;
}
body.goon_page_overview .overview_section .summary_row .first_half:after{
    width: 70%;
    height: 1px;
    left: 15%;
    bottom: 0;
    top: initial;
    right: initial;
}

body.goon_page_overview .hidden-info_overview .row{
    flex-flow: column nowrap;
}
body.goon_page_overview #wpbody .hidden-info_overview .row > .col-6{
    width: calc( 100% - 30px );
}
body.goon_page_overview .hidden-info_overview .row > .col-6:last-of-type h4{
    margin-top: 30px;
    margin-bottom: 20px;
}
}/* media end */




.yt_video_wrapper{
    padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
    position: relative;
    height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.yt_video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#categories_table .cat_checkbox{
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}
#categories_table .cat_edit{
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}
#categories_table tr.block_info .cat_edit a{
    font-weight: 500;
    color: #369451;
    text-decoration: none;
    font-size: 14px;
}
#categories_table tr.block_info .cat_edit a:hover{
    color: #3A5683;
}
#categories_table tr.block_info:not(:hover) .cat_edit a{
    display: none;
}
#categories_table .cat_title{
    text-align: left;
}
#categories_table th.cat_title{
    padding-left: 8px;
}
#categories_table .cat_description{
    text-align: left;
}
#categories_table .cat_filters{
    text-align: right;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}


.special_grid_list > .content > span.close{
    display: none;
}

.created-filters {
    /*margin-left: 5%;*/
    display: inline-block;
}

.created-groups {
    /*margin-left: 5%;*/
    display: inline-block;
}

.showed-filter {
    /*margin-right: 5%;*/
}

#main_title{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px;
    padding-left: 30px;
}
#main_title h1{
    padding: 0;
    margin: 0;
    margin-right: 10px;
    padding-left: 31px;
    line-height: 36px;
    background-image: url('../../assets/goon-logo-smaller.png');
    background-size: 120px auto;
    background-repeat: no-repeat;
    background-position: left -4px;
    min-width: 120px;
    min-height: 30px;
}
#main_title h2{
    padding: 0;
    margin: 0;
    line-height: 30px;
}

#result{
    display: none;
    margin-top: 5px;
    box-shadow: 0 3px 5px rgba(0,191,255,0.5);
    border-radius: 8px;
    width: auto;
    min-width: 250px;
    height: auto;
    padding: 10px;
    position: absolute;
    background: #fff;
    z-index: 9;
}
#result_search > *{
    font-size: 18px;
}

/*New design*/

.flex_spacer{
    flex-grow: 10;
}

.goon-wrap * {
    text-transform: uppercase;
}

#the-list *{
    text-transform: none;
}

.goon-wrap h1 {
    color: #000000;
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 48px;
    text-align: left;
    text-transform: uppercase;
    /* Text style for "plugin opt" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.goon-wrap h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 48px;
    text-align: left;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}


.goon-wrap .search {
    /* Style for "tab" */
    float: right;
    background-color: #a6a6a6;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 100%);
    color: #fefefe;
    font-size: 20px;
    font-weight: 300;
    margin-left: -40px;
}
.goon-wrap .search::placeholder {
    background-color: #a6a6a6;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 100%);
    color: #fefefe;
    font-size: 20px;
    font-weight: 300;
}

.goon-wrap .quantity {
    text-align: right;
}

.goon-wrap table {
    width: 100%;
    text-align: center;
}

/*.goon-wrap table *:not(span):not(a) {
    padding: 10px;
}*/

.goon-wrap thead th {
    color: #285483;
    font-size: 18px;
    font-weight: 300;
}

.goon-wrap thead th:not(:nth-child(1)) {
    min-width: 200px;
}

.goon-wrap tbody td:not(:nth-child(1)) {
    text-transform: none;
    min-width: 200px;
    width: auto;
}
.goon-wrap tbody td {
    padding: 10px;
}

.align-left{
    text-align: left;
}
.normal-text{
    text-transform: none;
}

.goon-wrap thead th.left-10 {
    padding-left: 10px;
}
.goon-wrap tbody td[data-label="triggers"] b{
    text-transform: none;
    font-weight: bold;
}
.goon-wrap .goon-content table .toggle_filter{
    min-width: 100px;
    width: 100px;
}

body.goon_page_overview .overview_section .license-input-fields button,
.goon-wrap button.goon_green_button{
    padding: 5px 15px;
    text-transform: uppercase;
    box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.55), inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    border: 1px solid #689530;
    background-color: #369451;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
    border-radius: 4px;
    color: white;
    cursor: pointer;
    transition: all 300ms ease;
}
body.goon_page_overview .overview_section .license-input-fields button{
    height: initial;
    max-width: initial;
    font-size: 16px;
}
body.goon_page_overview .overview_section .license-input-fields button:hover,
.goon-wrap button.goon_green_button:hover{
    background-image: none;
}
body.goon_page_overview .overview_section #licence_section.valid .license-input-fields button{
    border: 1px solid lightgray;
    background-color: #fff;
    color: gray;
    transition: all 300ms ease;
}
body.goon_page_overview .overview_section #licence_section.valid .license-input-fields button:hover{
    border: 1px solid lightgray;
    background-color: lightgray;
    color: gray;
}

.goon-wrap button.goon_secondary_button{
    padding: 3px 15px;
    text-transform: uppercase;
    box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.55), inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    border: 1px solid #3A5683;
    background-color: #5A76A3;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
    border-radius: 4px;
    color: white;
    line-height: 1.5;
    cursor: pointer;
    transition: all 300ms ease;
}
.goon-wrap button.goon_secondary_button:hover{
    background-image: none;
}

.goon-wrap button#save_filter{
    width: 50%;
    margin-left: 25%;
    height: 50px;
}
.goon-wrap button#save_group{
    width: 50%;
    margin-left: 25%;
    height: 50px;
}
.goon-wrap button#save_category{
    width: 50%;
    margin-left: 25%;
    height: 50px;
}

.goon-wrap .pluse {
    display: inline-block;
    width: 20px;
    height: 20px;
    /* padding: 5px; */
    margin-top: 2px;
    text-align: center;
    box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
    color: #8fba51;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 15px;
    font-size: 20px;
    font-weight: 600;
}

.goon-wrap .row {
    margin-bottom: 10px;
    padding: 0 5px;
}
.goon-wrap .global-information {
    /* margin-top: 10px; */
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.goon-wrap .global-information .left_information{
    display: flex;
    align-items: center;
}

#wpcontent{
    margin-left: 140px;
}

.goon-wrap .goon-content{
    /* background-color: #fff !important; */
    /* width: 100%; */
    padding: 10px 20px;
}
.goon-wrap .goon-content > .row{
    width: 100%;
    max-width: 100%;
}



.quantity #all_elements,
.quantity #trash_elements{
    cursor: pointer;
    user-select: none;
}
.quantity #all_elements.filtered,
.quantity #trash_elements.filtered{
    font-weight: 700;
    cursor: initial;
}

#the-list > [class*="filtered_out__"]{
    display: none;
}
#the-list.filter_on__status_publish > :not([data-status="publish"]),
#the-list.filter_on__status_trash > :not([data-status="trash"]){
    display: none;
}



#search_boxes > th{
    padding-top: 15px;
    padding-bottom: 15px;
}

input.search_filter{
    border: 1px solid #888;
    transition: all 300ms ease;
}
input.search_filter:not(:placeholder-shown),
/* input.search_filter:focus, */
input.search_filter:hover{
    border: 1px solid #666;
}

.goon_table .sort_able{
    cursor: pointer;
    user-select: none;
}
.goon_table .sort_able:hover{
    color: #000;
}
.goon_table .sort_able:after{
    content: "";
    margin-left: 5px;
}
.goon_table .sort_able.sort_active:after,
.goon_table .sort_able:not(.sort_active.sort_reversed):hover:after{
    content: "↓";
}
.goon_table .sort_able.sort_active.sort_reversed:after{
    content: "↑";
}


.goon-wrap .content-filter .header{
    margin-bottom: 10px;
    padding: 5px;
    text-align: left;
    color: #fff;
    background-color: #535353;
    display: flex;
    justify-content: space-between;
}

.goon-wrap .content-filter *:not(.header *):not(button){
    /*padding: 5px;*/
    text-transform: none;
}

.goon-wrap .content-filter .content{
    padding: 10px;
    /* Style for "Validated" */
    background-color: #ffffff;
    background-color: rgba(198, 185, 205, 0.1);
    text-align: left;
}

.goon-wrap .content-filter span.disabled{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
}

.goon-wrap .content-filter span.count-plugin{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: right;
    text-transform: uppercase;
}

.goon-wrap .content-filter .special_grid_list{
	display: grid;
	grid-auto-flow: column;
	grid-gap: 10px;
	grid-template-columns: repeat(3, 1fr); 
	grid-template-rows: repeat(5, auto); 
}

.goon-wrap .content-filter .special_grid_list .block{
    background-color: #ffc4c4;
    color: #212529;
}

.goon-wrap .block_info .edit_item{
    font-weight: 500;
    color: #369451;
    text-decoration: none;
    font-size: 14px;
}
.goon-wrap .block_info .edit_item:hover{
    color: #3A5683;
}
.goon-wrap .block_info:not(:hover) .edit_item{
    display: none;
}

.goon-registration{
    width: 100%;
    height: auto;
}

.goon-registration form>*{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.goon-registration input{
    width: 100%;
}

.goon-registration p{
    text-align: left;
}

.goon-video-tutorial{
    width: 100%;
    height: 200px;
    border: 1px solid #000;
}

.goon-wrap #settings_plugins{
    display: none;
}
.goon-wrap #settings_debug{
    display: none;
}
.goon-wrap #show_settings_general{
    font-weight: 600;
}
.goon-wrap .active-plugin{
    font-weight: 600;
}
/*.goon-wrap form.created-groups group_name{
    display: block !important;
    margin-top: 35px !important;
    position: relative !important;
}*/

#result_search > *{
    font-size: 18px;
}

.list_of_plugins{
    position: relative;
}
.list_of_plugins.has_tooltip{
    padding: 5px 15px;
    cursor: default;
}
.list_of_plugins.has_tooltip .tooltip_trigger{
    position: relative;
    display: inner-block;
    padding: 10px;
}
.list_of_plugins.has_tooltip .active_tooltip{
    position: absolute;
    top: 0;
    max-height: 208px;
    z-index: 1;
    padding: 0;
    
    background: #555;
    color: #fff;
    border: 10px solid #555;
    border-radius: 4px;
    
    overflow: visible;
    overflow-x: hidden;
    white-space: nowrap;
}
.list_of_plugins.has_tooltip .active_tooltip .active_tooltip_inner{
    display: flex;
    flex-flow: column nowrap;
    white-space: nowrap;
}
.list_of_plugins.has_tooltip.tooltip_is_active:hover .tooltip_trigger:after{
    content: " ";
    position: absolute;
    left: -20px;
    top: calc( 50% - 10px );
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #555;
    z-index: 1;
}
.list_of_plugins.has_tooltip .simplebar-content:before,
.list_of_plugins.has_tooltip .simplebar-content:after{
    display: none;
}
.list_of_plugins.has_tooltip .simplebar-scrollbar:before{
    background: #fff;
}

.goon-wrap.container{
    max-width: 100%;
    width: 100%;
}


#add_elements{
    min-width: 180px;
    margin-right: 20px;
}

#bulk_actions{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
#bulk_actions > select{
    margin-right: 10px;
}

.manipulate_filter_options,
.manipulate_toggle_columns{
    user-select: none;
    cursor: pointer;
    color: #3A5683;
}
.manipulate_filter_options:hover,
.manipulate_toggle_columns:hover{
    color: #000;
}
#hide_filter_options{
    margin-right: 10px;
    display: none;
}

#filter_options{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 15px;
    /* margin: 0 15px; */
    background: #ddd;
    background: rgba(198, 255, 205, 0.2);
    border: 1px solid rgba(54, 148, 81, 0.5);
    /* border-bottom: none; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#filter_options.hidden{
    display: none;
}
#filter_options > div:not(:last-of-type){
    margin-right: 20px;
}
#filter_options > div{
    display: flex;
    align-items: center;
}
#filter_options > div > select{
    margin-right: 10px;
    min-height: 32px;
}

#show_toggle_columns{
    margin-left: 20px;
}
#hide_toggle_columns{
    margin-left: 20px;
    display: none;
}

#toggle_columns{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 0 15px;
    /* margin: 0 15px; */
    background: #ddd;
    background: rgba(198, 255, 205, 0.2);
    border: 1px solid rgba(54, 148, 81, 0.5);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#full_columns_list{
    margin: 0 40px;
}
#full_columns_list .single_column{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}
#full_columns_list .single_column > div:first-of-type{
    margin-right: 20px;
}

#toggle_columns .manipulate_toggle_columns{
    margin-bottom: 10px;
}
#toggle_columns #save_columns_state{
    margin-top: 10px;
}


/*toggle*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #369451;
}

input:focus + .slider {
    box-shadow: 0 0 1px #369451;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}

table.goon_table{
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-top: -5px;
    table-layout: fixed;
    width: 100%;
}
table.goon_table #goon_table_header th{
    padding-top: 20px;
    user-select: none;
}
table.goon_table [data-label="checkbox"]{
    width: 40px;
}
table.goon_table [data-label="status"]{
    width: 80px;
}
table.goon_table [data-label="categories"]{
    width: 220px;
}
table.goon_table [data-label="plugins_tooltip"]{
    width: 100px;
}
table.goon_table [data-label="created"],
table.goon_table [data-label="modified"]{
    width: 100px;
}

.goon-wrap tbody tr {
    background: #C6B9CD;
    background: rgba(198, 185, 205, 0.1);
}
.goon-wrap tbody tr td {
}
.goon-wrap tbody tr td[data-label="triggers"]{
    overflow: hidden;
    white-space: wrap;
    text-overflow: ellipsis;
}

.block_children{
    font-size: 14px;
    font-weight: 400;
}

.goon-wrap a{
    text-decoration: none;
}

.goon-wrap a:visited, a:active, a:focus{
    outline: none;
    box-shadow: none;
}

.goon-wrap .content:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    /* transform: scale(1.03, 1.03); */
    transition: box-shadow, transform 0.35s ease-in-out;
}


#settings_general label{
    display: block;
    user-select: none;
}



#create_elements{
    display: none;
    margin-top: 35px;
    box-shadow: 0 3px 5px rgba(0,191,255,0.5);
    border-radius: 8px;
    height: auto;
    padding: 10px;
    position: absolute;
    background: #fff;
    z-index: 9;
    width: 50%;
    left: 25%;
    top: 25%;
    text-align: center;
}

#create_elements.create_filter{
    top: 0;
}


form.created-cat * {
    /*width: 60%;*/
}

select[name="block_plugins"], select[name="block_group_plugins"], select[name="post_type"], select[name="category_filter"], select[name="cat_parents"], select[name="group_parents"], select[name="group_plugins"]{
    display: none;
}

#main_tab_navigation{
    border-bottom: 1px solid lightgray;
    padding-bottom: 0;
    margin-bottom: 20px;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 30px;
    display: flex;
}
#main_tab_navigation > a.tabs {
    position: relative;
    top: 1px;
    border: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
    /* line-height: 28px; */
    line-height: 1.5;
    text-align: center;
    color: initial;
    margin-right: 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 7px 20px 0;
    transition: all 300ms ease;
    user-select: none;
}
#main_tab_navigation > a.tabs:not(.current) {
    background-color: #f1f1f1;
    background-color: rgba(198, 185, 205, 0.1);
}
#main_tab_navigation > a.tabs:not(.current):hover {
    padding: 7px 20px 6px;
}
#main_tab_navigation > a.tabs.current {
    background: #fff;
    border-bottom: 1px solid #fff;
    padding: 7px 20px 6px;
    cursor: default;
}

.goon-wrap .save{
    width: 50%;
    margin-left: 25%;
    height: 50px;
}

.goon-wrap .content-new-element .content{
    cursor: pointer;
}

.goon-wrap .content-text{
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    width: 100%;
}

.goon-wrap .content-text:focus{
    border-bottom: 1px solid #7e8993;
    box-shadow: none;
    outline: none;
}

.goon-wrap .content{
    cursor: pointer;
}

.goon-wrap .special_grid_list .deactivate-plugin{
    background: gray;
    color: #fff;
}



.goon-wrap .noeyes{
    display: none;
}

.goon-wrap .special_grid_list .single_plugin{
    cursor: pointer;
    padding: 5px 8px;
    background-color: rgba(198, 255, 205, 0.5);
    border: 1px solid rgba(198, 255, 205, 0.5);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}
.goon-wrap .special_grid_list .single_plugin.inactive{
    background-color: lightyellow;
    border: 1px solid lightyellow;
}
.goon-wrap .special_grid_list .single_plugin.blocked{
    background-color: rgba(255, 196, 196, 0.8);
    border: 1px solid rgba(255, 196, 196, 0.8);
    color: #212529;
}
.goon-wrap .special_grid_list .single_plugin.blocked{
    /* color: #212529; */
}

.goon-wrap .special_grid_list .single_plugin.ui-selecting{
    border: 1px dashed #369451;
}
.goon-wrap .special_grid_list .single_plugin.ui-selecting.blocked{
    border: 1px dashed #369451;
}


.goon-wrap .special_grid_list .single_plugin .plugin_name:before{
    content: "✓";
    margin-right: 10px;
}
.goon-wrap .special_grid_list .single_plugin.blocked .plugin_name:before{
    content: "X";
    margin-right: 10px;
}
.goon-wrap .special_grid_list .single_plugin .group_name{
    font-size: 12px;
    font-weight: bold;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-between;
}
.goon-wrap .special_grid_list .single_plugin .group_name{
    font-size: 12px;
    font-weight: bold;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.goon-wrap .special_grid_list .single_group.blocked{
    background-color: #ffc4c4;
    background-color: rgba(255, 196, 196, 0.8);
    color: #212529;
}
.goon-wrap .special_grid_list .single_group.blocked:before{
    content: "X";
    margin-right: 10px;
}

.goon-wrap .special_grid_list .single_category.blocked{
    background-color: rgba(198, 255, 205, 0.5);
    color: #212529;
}
.goon-wrap .special_grid_list .single_category.blocked:before{
    content: "✓";
    margin-right: 10px;
}
#edit_filter > .content-new-element{
    padding: 0;
    background: none;
}

#edit_filter .toggle_filter_header{
    text-align: center;
    align-items: center;
    justify-content: center;
}
#edit_filter .toggle_filter{
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#edit_filter #endpoints_wrapper{
    display: none;
    flex-flow: row wrap;
    margin: 0;
}

#edit_filter #endpoints_wrapper .additional_endpoint_wrapper{
    position: relative;
    /* padding-right: 50px; */
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 3px 0;
}
#edit_filter #endpoints_wrapper .additional_endpoint_wrapper > a.home_url{
    display: block;
    position: relative;
    color: inherit;
    background: #ddd;
    border: 1px solid #7e8993;
    padding: 12px 10px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    white-space: nowrap;
    transition: background 300ms ease;
}
#edit_filter #endpoints_wrapper .additional_endpoint_wrapper > a.home_url.dynamic_endpoint{
    cursor: initial;
    pointer-events: none;
}
#edit_filter #endpoints_wrapper .additional_endpoint_wrapper > a.home_url:not(.dynamic_endpoint){
    box-shadow: -1px 1px 0 rgb(255 255 255 / 55%), inset 0 0 0 2px rgb(255 255 255 / 30%);
    border: 1px solid #689530;
    background-color: #369451;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
    color: white;
}
#edit_filter #endpoints_wrapper .additional_endpoint_wrapper > a.home_url:not(.dynamic_endpoint):hover{
    background-image: none;
    color: transparent;
}
#edit_filter #endpoints_wrapper .additional_endpoint_wrapper > a.home_url:not(.dynamic_endpoint):hover:after{
    content: "Preview";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
#edit_filter #endpoints_wrapper .additional_endpoint_wrapper:last-of-type{
    margin-bottom: 10px;
}

#edit_filter #endpoints_wrapper .additional_endpoint_wrapper.error__empty_input:after{
    content: "The endpoint field shouldn't be empty!";
    display: block;
    color: red;
    min-width: 300px;
}
#edit_filter #endpoints_wrapper .additional_endpoint_wrapper.error__empty_input .additional_endpoint{
    flex-grow: 2;
}
#edit_filter #endpoints_wrapper .additional_endpoint_wrapper .circle_button{
    min-width: 24px;
}

#first_endpoint,
input[type="text"].additional_endpoint{
    width: 100%;
    /* height: 150px; */
    border: none;
    outline: none;
    border-bottom: 1px solid #7e8993;
    border-radius: 0;
    padding: 5px;
    /* padding-bottom: 2px; */
    font-size: 16px;
    text-transform: none;
    display: block;
}
#first_endpoint:focus,
input[type="text"].additional_endpoint:focus{
    outline: none;
    box-shadow: none;
}


#edit_filter #ajax_actions_wrapper{
    display: none;
    flex-flow: row wrap;
    margin: 0;
}

#edit_filter #ajax_actions_wrapper .additional_ajax_action_wrapper{
    position: relative;
    /* padding-right: 50px; */
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 3px 0;
}
#edit_filter #ajax_actions_wrapper .additional_ajax_action_wrapper:before{
    display: block;
    background: #ddd;
    border: 1px solid #7e8993;
    padding: 12px 10px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    white-space: nowrap;
}
#edit_filter #ajax_actions_wrapper .additional_ajax_action_wrapper:last-of-type{
    margin-bottom: 10px;
}

#edit_filter #ajax_actions_wrapper .additional_ajax_action_wrapper.error__empty_input:after{
    content: "The ajax action name field shouldn't be empty!";
    display: block;
    color: red;
    min-width: 300px;
}
#edit_filter #ajax_actions_wrapper .additional_ajax_action_wrapper.error__empty_input .additional_endpoint{
    flex-grow: 2;
}
#edit_filter #ajax_actions_wrapper .additional_ajax_action_wrapper .circle_button{
    min-width: 24px;
}

#first_ajax_action,
input[type="text"].additional_ajax_action{
    width: 100%;
    /* height: 150px; */
    border: none;
    outline: none;
    border-bottom: 1px solid #7e8993;
    border-radius: 0;
    padding: 5px;
    /* padding-bottom: 2px; */
    font-size: 16px;
    text-transform: none;
    display: block;
}
#first_ajax_action:focus{
    outline: none;
    box-shadow: none;
}




#edit_filter #css_files_wrapper{
    display: none;
    flex-flow: row wrap;
    margin: 0;
}

#edit_filter #css_files_wrapper .additional_css_file_wrapper{
    position: relative;
    /* padding-right: 50px; */
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 3px 0;
}
#edit_filter #css_files_wrapper .additional_css_file_wrapper:before{
    display: block;
    background: #ddd;
    border: 1px solid #7e8993;
    padding: 12px 10px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    white-space: nowrap;
}
#edit_filter #css_files_wrapper .additional_css_file_wrapper:last-of-type{
    margin-bottom: 10px;
}

#edit_filter #css_files_wrapper .additional_css_file_wrapper.error__empty_input:after{
    content: "The ajax action name field shouldn't be empty!";
    display: block;
    color: red;
    min-width: 300px;
}
#edit_filter #css_files_wrapper .additional_css_file_wrapper.error__empty_input .additional_endpoint{
    flex-grow: 2;
}
#edit_filter #css_files_wrapper .additional_css_file_wrapper .circle_button{
    min-width: 24px;
}

#first_css_file,
input[type="text"].additional_css_file{
    width: 100%;
    /* height: 150px; */
    border: none;
    outline: none;
    border-bottom: 1px solid #7e8993;
    border-radius: 0;
    padding: 5px;
    /* padding-bottom: 2px; */
    font-size: 16px;
    text-transform: none;
    display: block;
}
#first_css_file:focus{
    outline: none;
    box-shadow: none;
}


#edit_filter #js_files_wrapper{
    display: none;
    flex-flow: row wrap;
    margin: 0;
}

#edit_filter #js_files_wrapper .additional_js_file_wrapper{
    position: relative;
    /* padding-right: 50px; */
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 3px 0;
}
#edit_filter #js_files_wrapper .additional_js_file_wrapper:before{
    display: block;
    background: #ddd;
    border: 1px solid #7e8993;
    padding: 12px 10px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    white-space: nowrap;
}
#edit_filter #js_files_wrapper .additional_js_file_wrapper:last-of-type{
    margin-bottom: 10px;
}

#edit_filter #js_files_wrapper .additional_js_file_wrapper.error__empty_input:after{
    content: "The ajax action name field shouldn't be empty!";
    display: block;
    color: red;
    min-width: 300px;
}
#edit_filter #js_files_wrapper .additional_js_file_wrapper.error__empty_input .additional_endpoint{
    flex-grow: 2;
}
#edit_filter #js_files_wrapper .additional_js_file_wrapper .circle_button{
    min-width: 24px;
}

#first_js_file,
input[type="text"].additional_js_file{
    width: 100%;
    /* height: 150px; */
    border: none;
    outline: none;
    border-bottom: 1px solid #7e8993;
    border-radius: 0;
    padding: 5px;
    /* padding-bottom: 2px; */
    font-size: 16px;
    text-transform: none;
    display: block;
}
#first_js_file:focus{
    outline: none;
    box-shadow: none;
}



.circle_button{
    cursor: pointer;
    transition: all 300ms ease;
    user-select: none;
    
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 10px;
    text-align: center;
    padding: 0;
    
    box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    background-color: #369451;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
    color: #8fba51;
    color: #ffffff;
    
    border: 1px solid #fff;
    border-radius: 50%;
    
    line-height: 18px;
    font-size: 24px;
    font-weight: 600;
    
}
.circle_button.remove_something{
    background-color: #ffc4c4;
}
.circle_button:hover{
    opacity: 0.6;
}

#add_category.before_add .during_add{
    display: none;
}
#add_category:not(.before_add) .before_add{
    display: none;
}


.all-check{
    cursor: pointer;
}

.content textarea{
    width: 100%;
}

.content-description{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 10px;
}

.hidden_content{
    display: none;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0; */
}

.content:hover .hidden_content{
    display: block;
}


#set_filter_type{
    width: 100%;
    display: none;
}

.change_content{
    cursor: pointer;
}

.data-interaction{
    border: none !important;
    outline: none !important;
    text-align: center;
    width: 90%;
}
.data-interaction:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.data-link{
    text-transform: lowercase;
}

.goon-wrap .content-filter .header.attribute-plugin{
    justify-content: center;
    background-color: #369451;
    background-color: #888;
    margin-bottom: 10px;
}

.groups-names{
    font-size: 12px;
    float: right;
    margin-right: 10px;
    font-weight: 800;
}

.groups-names > *{
    display: block;
}

/*
.content-plugins .content{
    position: relative;
}*/

.change_content:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 150px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}
.content-type{
    display: none;
}

input{
    text-transform: none !important;
}

input::placeholder{
    text-transform: uppercase !important;
}

.enter-data{
    padding: 0 !important;
}

.enter-data > span > *{
    padding: 5px !important;
    height: 43px;
}

select.is_or_not{
    margin-right: 16px;
    min-width: 100px;
}
small.description{
    display: block;
    margin-bottom: 10px;
}
