#wpbody-content{
    overflow: auto;
}

body.po_page_overview #wpwrap{
    background: #f1f1f1;
}
body.po_page_overview .sos-wrap{
    max-width: 950px;
    margin: 0 auto;
    min-height: 100vh;
}
body.po_page_overview .no_padding.no_margin{
    padding: 0;
    margin: 0;
}

body.po_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.po_page_overview .bootcamp_header h2.bootcamp_title{
    margin: 0;
    padding: 0;
    transition: all 300ms ease;
}

body.po_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.po_page_overview .bootcamp_header.closed h2.bootcamp_title{
    font-size: 20px;
}

body.po_page_overview .bootcamp_header.opened .is_closed,
body.po_page_overview .bootcamp_header.closed .is_opened{
    display: none;
}
body.po_page_overview .bootcamp_header .toggler{
    cursor: pointer;
}

body.po_page_overview .bootcamp_content .tab_complete_wrapper{
    /* margin-top: 20px; */
    text-align: center;
    width: 100%;
    position: relative;
}
body.po_page_overview .bootcamp_content .tab_complete_wrapper .mark_tab_complete{
    position: absolute;
    right: 0;
    top: -33px;
}

body.po_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.po_page_overview .tab .tab_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

body.po_page_overview .info-content{
    display: flex;
    align-items: center;
}

body.po_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.po_page_overview .info-passage.done:before{
    content: '\2713';
    display: block;
    background-color: #489948;
    border: 1px solid #489948;
    color: #fff;
}

body.po_page_overview .tab .trigger{
    user-select: none;
}
body.po_page_overview .trigger_closed:before{
    content: '▼';
    color: #72777c;
    font-size: 15px;
}

body.po_page_overview .trigger_opened:before{
    content: '▲';
    color: #72777c;
    font-size: 15px;
}

body.po_page_overview .hidden-info_overview{
    margin: 20px 0 0;
}

body.po_page_overview .hidden-info_overview.opened{
    display: block;
}
body.po_page_overview .hidden-info_overview.closed{
    display: none;
}

body.po_page_overview .hidden-info_overview .row > .col-6:last-of-type{
    /* background: pink; */
    padding-bottom: 40px;
}
body.po_page_overview .hidden-info_overview .row > .col-6:last-of-type h4{
    margin-top: 10px;
    margin-bottom: 20px;
}


body.po_page_overview #overview_summary{
    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.po_page_overview #overview_summary .summary_row{
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
}
body.po_page_overview #overview_summary .summary_row .half{
    width: 50%;
    padding: 16px;
}
body.po_page_overview #overview_summary .summary_row .first_half{
    position: relative;
}
body.po_page_overview #overview_summary .summary_row .first_half:after{
    content: " ";
    display: block;
    width: 1px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 15%;
    background: #f1f1f1;
}

body.po_page_overview #overview_summary #licence_section{
    padding: 16px;
}
body.po_page_overview #overview_summary #licence_section.valid .appsero-license-title span{
    font-size: 0px;
}
body.po_page_overview #overview_summary #licence_section.valid .appsero-license-title span:after{
    content: "License is activated";
    line-height: 1.4em;
    font-size: 17px;
}
body.po_page_overview #overview_summary #licence_section .appsero-license-details{
    padding: 20px 10px;
    /* padding-bottom: 10px; */
}
body.po_page_overview #overview_summary #licence_section.valid .appsero-license-details > p{
    display: none;
}
body.po_page_overview #overview_summary #licence_section .appsero-license-details .license-input-fields{
    margin-bottom: 0;
}

body.po_page_overview #overview_summary #licence_section.invalid{
    /* background: red; */
}

body.po_page_overview #overview_summary #licence_section .appsero-license-settings-wrapper{
    margin: 0;
    width: 100%;
}
body.po_page_overview #overview_summary #licence_section .appsero-license-settings-wrapper svg{
    fill: #369451;
}
body.po_page_overview #overview_summary #licence_section .appsero-license-settings-wrapper > br,
body.po_page_overview #overview_summary #licence_section .appsero-license-settings-wrapper > h1{
    display: none;
}

body.po_page_overview #overview_summary #licence_section .active-license-info{
    margin: 0 auto;
    display: block;
    display: none;
}
body.po_page_overview #overview_summary #licence_section .single-license-info{
    display: flex;
    flex-basis: initial;
}
body.po_page_overview #overview_summary #licence_section .single-license-info h3{
    font-weight: normal;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}
body.po_page_overview #overview_summary #licence_section .single-license-info p{
    color: #369451;
    font-size: 15px;
    line-height: 1.4;
}

body.po_page_overview #overview_summary #licence_teaser{
    padding: 0 10px;
    justify-content: space-between;
}
body.po_page_overview #overview_summary #licence_teaser .first_half{
    width: 100%;
}
body.po_page_overview #overview_summary #licence_teaser .second_half{
    min-width: 209px;
}

@media all and (max-width: 800px){


body.po_page_overview #overview_summary .summary_row{
    display: block;
}
body.po_page_overview #overview_summary .summary_row .half{
    width: 100%;
}
body.po_page_overview #overview_summary .summary_row .first_half:after{
    width: 70%;
    height: 1px;
    left: 15%;
    bottom: 0;
    top: initial;
    right: initial;
}

body.po_page_overview .hidden-info_overview .row{
    flex-flow: column nowrap;
}
body.po_page_overview #wpbody .hidden-info_overview .row > .col-6{
    width: calc( 100% - 30px );
}
body.po_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: 40px;
    line-height: 36px;
    background-image: url('../../assets/icon-128x128.png');
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: left 4px;
}
#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;
}

#filters_list__go_premium,
#filters_list__activate_licence,
#filters_list__sync_now{
    margin: 0 20px;
    padding-left: 30px;
    padding-right: 30px;
}

/*New design*/

.flex_spacer{
    flex-grow: 10;
}

.sos-wrap * {
    text-transform: uppercase;
}

#the-list *{
    text-transform: none;
}

.sos-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;
}

.sos-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;
    /* Text style for "worklist" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}


.sos-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;
}
.sos-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;
}

.sos-wrap .quantity {
    text-align: right;
}

.sos-wrap table {
    width: 100%;
}

/*.sos-wrap table *:not(span):not(a) {
    padding: 10px;
}*/
/*
.sos-wrap thead th {
    color: #285483;
    font-size: 18px;
    font-weight: 300;
}

.sos-wrap thead th:not(:nth-child(1)) {
    min-width: 200px;
}

.sos-wrap tbody td:not(:nth-child(1)) {
    text-transform: none;
    min-width: 200px;
    width: auto;
}
.sos-wrap tbody td {
    padding: 10px;
}*/

.align-left{
    text-align: left;
}
.normal-text{
    text-transform: none;
}

.sos-wrap thead th.left-10 {
    padding-left: 10px;
}
.sos-wrap tbody td[data-label="triggers"] b{
    text-transform: none;
    font-weight: bold;
}
.sos-wrap .sos-content table #the-list .filter_is_premium{
    text-transform: uppercase;
    color: #369451;
}
.sos-wrap .sos-content table .toggle_filter{
    min-width: 100px;
    width: 100px;
}

body.po_page_overview #overview_summary .license-input-fields button,
.sos-wrap button.po_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.po_page_overview #overview_summary .license-input-fields button{
    height: initial;
    max-width: initial;
    font-size: 16px;
}
body.po_page_overview #overview_summary .license-input-fields button:hover,
.sos-wrap button.po_green_button:hover{
    background-image: none;
}
body.po_page_overview #overview_summary #licence_section.valid .license-input-fields button{
    border: 1px solid lightgray;
    background-color: #fff;
    color: gray;
    transition: all 300ms ease;
}
body.po_page_overview #overview_summary #licence_section.valid .license-input-fields button:hover{
    border: 1px solid lightgray;
    background-color: lightgray;
    color: gray;
}

.sos-wrap button.po_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;
}
.sos-wrap button.po_secondary_button:hover{
    background-image: none;
}

.sos-wrap button#save_filter{
    width: 50%;
    margin-left: 25%;
    height: 50px;
}
.sos-wrap button#save_group{
    width: 50%;
    margin-left: 25%;
    height: 50px;
}
.sos-wrap button#save_category{
    width: 50%;
    margin-left: 25%;
    height: 50px;
}

.sos-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;
}

.sos-wrap .row {
    margin-bottom: 10px;
    padding: 0 5px;
}
.sos-wrap .global-information {
    /* margin-top: 10px; */
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.sos-wrap .global-information .left_information{
    display: flex;
    align-items: center;
}

#wpcontent{
    margin-left: 140px;
}

.sos-wrap .sos-content{
    /* background-color: #fff !important; */
    /* width: 100%; */
    padding: 10px 20px;
}
.sos-wrap .sos-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;
}
#the-list.filter_on__status_publish > [data-status="draft"]{
    display:  table-row;
}



#search_boxes > th{
}

input.search_filter{
    border: 1px solid #888;
    transition: all 300ms ease;
    width: 80%;
}
input.search_filter:not(:placeholder-shown),
/* input.search_filter:focus, */
input.search_filter:hover{
    border: 1px solid #666;
}

.po_table .sort_able{
    cursor: pointer;
    user-select: none;
}
.po_table .sort_able:hover{
    color: #000;
}
.po_table .sort_able:after{
    content: "";
    margin-left: 5px;
}
.po_table .sort_able.sort_active:after,
.po_table .sort_able:not(.sort_active.sort_reversed):hover:after{
    content: "↓";
}
.po_table .sort_able.sort_active.sort_reversed:after{
    content: "↑";
}


.sos-wrap .content-filter .header{
    margin-bottom: 10px;
    padding: 5px;
    text-align: left;
    color: #fff;
    background-color: #535353;
    display: flex;
    justify-content: space-between;
}

.sos-wrap .content-filter *:not(.header *):not(button){
    /*padding: 5px;*/
    text-transform: none;
}

.sos-wrap .content-filter .content{
    padding: 10px;
    /* Style for "Validated" */
    background-color: #ffffff;
    background-color: rgba(198, 185, 205, 0.1);
    text-align: left;
}

.sos-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;
}

.sos-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;
}

.sos-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); 
}

.sos-wrap .content-filter .special_grid_list .block{
    background-color: #ffc4c4;
    color: #212529;
}

.sos-wrap .block_info .edit_item{
    font-weight: 500;
    color: #369451;
    text-decoration: none;
    font-size: 14px;
}
.sos-wrap .block_info .edit_item:hover{
    color: #3A5683;
}
.sos-wrap .block_info:not(:hover) .edit_item{
    display: none;
}

.sos-registration{
    width: 100%;
    height: auto;
}

.sos-registration form>*{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.sos-registration input{
    width: 100%;
}

.sos-registration p{
    text-align: left;
}

.sos-video-tutorial{
    width: 100%;
    height: 200px;
    border: 1px solid #000;
}

.sos-wrap #premium_key{
    width: 100%;
}
.sos-wrap #settings_plugins{
    display: none;
}
.sos-wrap #settings_debug{
    display: none;
}
.sos-wrap #show_settings_general{
    font-weight: 600;
}
.sos-wrap .active-plugin{
    font-weight: 600;
}
/*.sos-wrap form.created-groups group_name{
    display: block !important;
    margin-top: 35px !important;
    position: relative !important;
}*/
#sync-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fefefe;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ui-dialog[role="dialog"] {
  display: flex !important;
  flex-direction: column !important;
  align-content: stretch !important;
  box-shadow: 0px 0px 7px 3px #ccc;
}
.ui-button {
  padding: 5px 15px;
  padding-right: 15px;
  padding-left: 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 !important;
  background-color: #369451 !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%) !important;
  border-radius: 4px !important;
  color: white !important;
  cursor: pointer;
  transition: all 300ms ease;
}
.ui-widget-header {
  padding: 6px 15px;
}
.ui-dialog-buttonset {
  padding: 6px 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #e9e9e9;
}

.ui-widget-content {
  border: none !important;
}
#result_search > *{
    font-size: 18px;
}

.list_of_plugins span {
  padding: 10px;
}
.list_of_plugins{
    padding: 5px 15px;
    position: relative;
}
.list_of_plugins.has_tooltip{
    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;
}

.sos-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%;
}
th[data-label="triggers"],
th[data-label="title"] {
    min-width: 150px;
    width: 150px;
}
th[data-label="title"] {
    width: 260px;
}
table.po_table{
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-top: -5px;
    table-layout: fixed;
    width: 100%;
}
table.po_table #po_table_header th{
    padding-top: 20px;
    user-select: none;
}
table.po_table [data-label="checkbox"]{
    width: 40px;
}
table.po_table [data-label="status"]{
    width: 80px;
}
table.po_table [data-label="categories"]{
    width: 220px;
}
table.po_table [data-label="belongs_to"]{
    width: 220px;
    text-align: center;
}
table.po_table [data-label="plugins_tooltip"]{
    width: 100px;
}
table.po_table [data-label="created"],
table.po_table [data-label="modified"]{
    width: 100px;
}

.sos-wrap tbody tr {
    background: #C6B9CD;
    background: rgba(198, 185, 205, 0.1);
}
.sos-wrap tbody tr td {
}
.sos-wrap tbody tr td[data-label="triggers"]{
    overflow: hidden;
    white-space: wrap;
    text-overflow: ellipsis;
}

.block_children{
    font-size: 14px;
    font-weight: 400;
}

.sos-wrap a{
    text-decoration: none;
}

.sos-wrap a:visited, a:active, a:focus{
    outline: none;
    box-shadow: none;
}

.sos-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 > div.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;
    margin-right: 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 7px 20px 0;
    transition: all 300ms ease;
}
#main_tab_navigation > div.tabs span {
    font-size: 12px;
    background-color: #f3a902;
    color: #fff;
    display: inline-block;
    padding: 1px 4px;
    font-weight: bold;
    position: relative;
    top: -2px;
    right: -3px;
    border-radius: 3px;
}

#main_tab_navigation > div.tabs:not(.current) {
    background-color: #f1f1f1;
    background-color: rgba(198, 185, 205, 0.1);
}
#main_tab_navigation > div.tabs:not(.current):hover {
    padding: 7px 20px 6px;
}
#main_tab_navigation > div.tabs.current {
    background: #fff;
    border-bottom: 1px solid #fff;
    padding: 7px 20px 6px;
}

.sos-wrap .notice:not(.appsero-license-section){
    display: none;
}

.sos-wrap .save{
    width: 50%;
    margin-left: 25%;
    height: 50px;
}

.sos-wrap .content-new-element .content{
    cursor: pointer;
}

.sos-wrap .content-text{
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    width: 100%;
}

.sos-wrap .content-text:focus{
    border-bottom: 1px solid #7e8993;
    box-shadow: none;
    outline: none;
}

.sos-wrap .content{
    cursor: pointer;
}

.sos-wrap .special_grid_list .deactivate-plugin{
    background: gray;
    color: #fff;
}



.sos-wrap .noeyes{
    display: none;
}

.sos-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;
}
.sos-wrap .special_grid_list .single_plugin.inactive{
    background-color: lightyellow;
    border: 1px solid lightyellow;
}
.sos-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;
}
.sos-wrap .special_grid_list .single_plugin.blocked{
    /* color: #212529; */
}

.sos-wrap .special_grid_list .single_plugin.ui-selecting{
    border: 1px dashed #369451;
}
.sos-wrap .special_grid_list .single_plugin.ui-selecting.blocked{
    border: 1px dashed #369451;
}


.sos-wrap .special_grid_list .single_plugin .plugin_name:before{
    content: "✓";
    margin-right: 10px;
}
.sos-wrap .special_grid_list .single_plugin.blocked .plugin_name:before{
    content: "X";
    margin-right: 10px;
}
.sos-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;
}
.sos-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;
}

.sos-wrap .special_grid_list .single_group.blocked{
    background-color: #ffc4c4;
    background-color: rgba(255, 196, 196, 0.8);
    color: #212529;
}
.sos-wrap .special_grid_list .single_group.blocked:before{
    content: "X";
    margin-right: 10px;
}

.sos-wrap .special_grid_list .single_category.blocked{
    background-color: rgba(198, 255, 205, 0.5);
    color: #212529;
}
.sos-wrap .special_grid_list .single_category.blocked:before{
    content: "✓";
    margin-right: 10px;
}
#edit_filter > .content-new-element{
    padding: 0;
    background: none;
}
#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: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 #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{
    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;
}

#set_belongs_to{
    width: 100%;
}

.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;
}

.sos-wrap .content-filter .header.attribute-plugin{
    justify-content: center;
    background-color: #369451;
    background-color: #888;
    margin-bottom: 10px;
}
.sos-wrap .content-filter .header.attribute-plugin.dictionary_view{
    justify-content: left;
    padding-left: 30px;
    cursor: pointer;
}
.sos-wrap .content-filter .header.attribute-plugin.dictionary_view span.name{
    display: inline-block;
    min-width: 180px;
}
.sos-wrap .content-filter .header.attribute-plugin.dictionary_view span.number{
    display: inline-block;
    min-width: 40px;
    text-align: right;
}

.sos-wrap .content-filter ul.dictionary_view_plugins_list{
    display: none;
    padding-left: 30px;
}

.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;
}
#go-premium {
  font-size: 19px;
  padding: 10px 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;
}
.enter-data > span > *{
    padding: 5px !important;
    height: 43px;
}

#wpbody #scan-now {
  width: 140px;
  font-weight: normal;
  font-size: 19px;
  padding: 10px 15px;
}

.scan-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.scan-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 400px;
  min-height: 70px;
}

.scan-modal-footer {
  padding: 8px 16px;
  margin-top: 10px;
}
/* The Close Button */
.scan-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background-color: #fefefe;
}

.scan-modal .close:hover,
.scan-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.trashbutton {
  color: #000;
}
.trashbutton:active,
.trashbutton:hover {
  color: #c10d0d;
}

.po_table.groups {
  min-width: 
}
.po_table.groups thead th:nth-child(2) {
  width: 60px !important;
  min-width: 160px;
  max-width: 400px;
}
.po_table.groups tbody td:nth-child(2) {
  width: 160px !important;
  min-width: 160px;
  max-width: 400px;
}
.po_table.groups thead th:nth-child(3) {
  width: 170px !important;
  max-width: 400px;
}
.po_table.groups thead th:nth-child(4) {
  width: 150px;
}

option:disabled {
    background-color: #ddd;
    color: #6c6c6c;
    font-style: italic;
}

.premium-only-box p {
    font-size:  26px;
    font-weight:  strong;}
.premium-only-box {
    max-width:  800px;
    border:  1px solid #000;
    padding:  30px 30px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}
.toplevel_page_plugin_optimizer .wp-submenu li span {
    font-size: 12px;
    background-color: #f3a902;
    color: #fff;
    display: inline-block;
    padding: 1px 4px;
    font-weight: bold;
    position: relative;
    top: 1px;
    right: -3px;
    border-radius: 3px;
}