#vc_ui-panel-templates.vc_active:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.wp-admin .vc_ui-panel-header-container {
    background: #25b15f;
}

.wp-admin .vc_ui-panel-window-inner {
    border-radius: 4px;
    box-shadow: none;
    overflow: hidden;
}

.wp-admin .vc_ui-panel-header .vc_ui-panel-header-heading {
    font-weight: 500;
}

.wp-admin .vc_general.vc_ui-tabs-line .vc_ui-tabs-line-trigger {
    box-sizing: border-box;
    display: block;
    text-transform: none;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    font-family: inherit;
    padding: 16px 12px;
    margin: 0;
    outline: 0;
    transition-property: color,background,border;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    border-radius: 4px 4px 0 0;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

.templates-filter-list {
    float: left;
    width: 20%;
    overflow-y: scroll;
    position: relative;
    left: 0;
    height: 100%;
    background: #fff;
    z-index: 100;
    max-height: calc(100vh - 300px);
    overflow-x: hidden;
    margin: 0;
}

.templates-filter-list li {
    width: 100%;
    font-weight: 600;
    padding: 13px;
    cursor: pointer;
    margin:0;
    font-size: 13px;
    position: relative;
    color: #1a1a1a;
}
.templates-filter-list li.active,
.templates-filter-list li:hover {
    background: #f5f5f5;
    color: #25b15f;
}

.templates-filter-list .block-counter {
    position: absolute;
    right: 40px;
    background: #ececec;
    width: 21px;
    height: 21px;
    display: block;
    line-height: 21px;
    text-align: center;
    border-radius: 90px;
    color: #1a1a1a;
    top: 14px;
    font-size: 9px;
    font-weight: bold;
}

.templates-filter-list li.active .block-counter,
.templates-filter-list li:hover .block-counter {
    background: #25b15f;
    color: #fff;
}

.keydesign_templates_list {
    width: 80%!important;
    float: right!important;
    max-height: calc(100vh - 300px);
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
}

.vc_templates-template-type-keydesign_templates {
    float: left;
    width: 29%;
    margin: 1% 0 2% 3%!important;
    border-radius: 4px;
    transition: 0.3s;
    overflow: hidden;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    border: none;
    position: relative;
}

.vc_templates-template-type-keydesign_templates:hover {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
}

.vc_templates-template-type-keydesign_templates:hover h5  {
    background: #25b15f;
    color: #fff;
}

.vc_templates-template-type-keydesign_templates img {
    height: auto;
    float: left;
    width: 100%;
}

.vc_templates-template-type-keydesign_templates h5 {
    font-size: .83em;
    padding: 1.67em 0;
    float: left;
    width: 100%;
    transition:0.3s;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    color: #1a1a1a;
}

.vc_templates-template-type-keydesign_templates .vc_ui-list-bar-item {
    border:none!important;
    display: block;
    position: initial!important;
}

.vc_templates-template-type-keydesign_templates .vc_ui-list-bar-item-trigger {
    padding: 18px;
    font-weight: 600;
    outline: 0;
    transition-property: color;
    color: #5e5e5e;
    /* float: left; */
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 0;
    display: block;
    left: 0;
    right: 0;
    height: 100%;
}

.vc_templates-template-type-keydesign_templates .vc_ui-list-bar-item-actions {
    display:none
}

.wp-admin .composer-switch .logo-icon,
.wp-admin .composer-switch a,
.wp-admin .composer-switch a.wpb_switch-to-front-composer,
.wp-admin .composer-switch a:visited.wpb_switch-to-front-composer,
.wp-admin #wpb_visual_composer .vc_navbar,
.wp-admin .vc_welcome .vc_ui-button,
.wp-admin .vc_navgar-frontend.vc_navbar {
    background-color: #25b15f;
}

.wp-admin #wpb_visual_composer .vc_navbar {
    border-bottom:none;
}

.wp-admin #vc_no-content-add-text-block {
    display: none;
}

.kdadmin-dashboard-box {
    width: calc(33.33% - 15px);
    display: inline-block;
    margin-right: 15px;
    padding: 20px 25px;
    box-sizing: border-box;
    float: left;
    min-height: 280px;
    border-radius: 5px;
}

.kdadmin-column-container {
    float: left;
    width: 100%;
}

.kdadmin-panel-column {
    display: inline-block;
    width: 33%;
    box-sizing: border-box;
    border: none;
    padding: 50px;
    padding-right: 40px;
    padding-bottom: 47px;
    border-radius: 10px;
    background: #fff;
    margin-top: 0;
    width: calc(25% - 25px);
    margin-right: 30px;
    float: left;
    box-shadow: 0 0px 90px 0 rgba(0,0,0,.08);
    transition: 0.2s;
    border-bottom: 3px solid transparent;
}

.kdadmin-dashboard-title {
    font-weight: 400;
    font-size: 28px;
    padding: 0;
    margin: 40px 0!important;
    line-height: 32px;
}

.kdadmin-panel-column.system-requirements {
    width: calc(50% - 25px);
    padding: 33px 35px 28px 50px;
}


.kdadmin-panel-column:hover {
    box-shadow: 0 0px 90px 0 rgba(0,0,0,.16);
    border-bottom: 3px solid #26b15e;
}

.kdadmin-dashboard .kdadmin-column-container h2 {
    padding: 37px 0;
}

.kdadmin-panel-column .dashboard-icon {
    font-size: 46px;
    color: #26b15e;
    display: block;
    margin-bottom: 15px;
}

.kdadmin-panel-column h3 {
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
}

.kdadmin-panel-column . {

}


.kdadmin-panel-column:last-child {
    margin-right:0;
}

.kdadmin-dashboard-box:last-child {
    margin-right:0;
}

.kdadmin-dashboard .kdadmin-req-wrapper .dashicons {margin-right: 10px;background: #25b15f;text-decoration: none;line-height: 17px;color: #fff;border-radius: 90px;margin-top: 5px;text-align: center;font-size: 15px;width: 17px;height: 17px;}
.kdadmin-dashboard .kdadmin-req-wrapper .dashicons-warning {
    color: red;
    background: #fff;
    font-size: 20px;
}
.kdadmin-activate-column input[type="submit"],
.admin-color-fresh .ui-widget-content .ui-state-default.kdadmin-button,
.kdadmin-import .ocdi__gl-item-button,
.kdadmin-import .ocdi__gl-item-button.button-primary,
.kdadmin-dashboard .kdadmin-button {
    background: #fff;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 30px;
    white-space: nowrap;
    box-sizing: border-box;
    outline: none!important;
    padding: 0 20px;
    margin: 0 5px;
    background: #25b15f;
    border-color: #25b15f;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 36px;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    min-width: 135px;
    text-align: center;
    transition:0.25s;
}

.kdadmin-dashboard p {
    margin-bottom: 25px;
}

.kdadmin-activate-column input[type="submit"]:hover,
.admin-color-fresh .ui-widget-content .ui-state-default.kdadmin-button:hover,
.kdadmin-import .ocdi__gl-item-button:hover,
.kdadmin-dashboard .kdadmin-button:hover {
    background: #000;
    border-color: #000;
}

.kdadmin-dashboard-box ul a {
    text-decoration:none;
    color: #25b15f;
}

.kdadmin-dashboard-box ul a:hover {
    color:#333;
}

.kdadmin-welcome-box {
    padding: 15px 25px;
    border-radius: 10px;
    float: left;
    padding-bottom: 37px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 44px 98px 0 rgba(0,0,0,0.12);
    border: none;
    margin-top: 15px;
}
.kdadmin-import .ocdi__gl-item-button,
.kdadmin-dashboard .kdadmin-button.kdadmin-second-button {
   background: none;
   color: #25b15f;
}

.kdadmin-dashboard .kdadmin-button.kdadmin-second-button:hover {
    background: #25b15f;
    border-color: #25b15f;
    color: #fff;
}

.kdadmin-import .ocdi__gl-item-container {
    margin-right: -20px;
    min-width: 100%!important;
}


.kdadmin-import .ocdi__gl-header {
    display: inline-block;
    width: calc(100% - 50px);
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 0 20px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 44px 98px 0 rgba(0,0,0,0.12);
}

.kdadmin-import .ocdi__gl-search-input {
    display: inline-block;
    width: 180px;
    height: 30px;
    margin: 0;
    margin-top: 11px;
    background: #eeeeee!important;
    box-shadow: none!important;
    border-radius: 10px;
    outline: none;
    padding: 0;
    padding-left: 20px;
    width: 300px;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    border: none;
}

.kdadmin-import .ocdi__gl-navigation {
    width: calc(100% - 300px);
}

.kdadmin-import .ocdi__gl-navigation li.active a, .ocdi__gl-navigation li.active a:hover {
    border-bottom: 4px solid #25b15f;
}

.kdadmin-import .ocdi__gl-navigation li a {
    padding: 20px;
    font-weight: bold;
    font-size: 14px;
}

.kdadmin-import .ocdi__gl-navigation li a:hover {
    color: #25b15f;
}

.kdadmin-import .ocdi__gl-header {
    margin-bottom: 30px;
}

.kdadmin-import .kdadmin-welcome-box {
    width: calc(100% - 10px);
    margin-bottom: 29px;
    margin-top: 15px;
    box-shadow: none;
    padding-bottom: 20px;
}

.wp-core-ui .kdadmin-import .notice.is-dismissible {
    padding-right: 38px;
    position: relative;
    background: #fff!important;
    border: none;
    margin-top: 20px;
    box-shadow: 0 0px 90px 0 rgba(0,0,0,.08);
    margin-bottom: 20px;
    border-radius: 4px;
    border-left: 4px solid #25b15f;
}


.wp-core-ui .kdadmin-import .notice.is-dismissible p {
    margin: 10px 0px;
}

.kdadmin-import .kdadmin-welcome-box ul {
    list-style: inherit;
    padding-left: 20px;
}


.kdadmin-import .ocdi__gl-item-footer {
    margin: 0;
    padding: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-top: 1px solid #eaeaea;
    height: 40px;
}


.kdadmin-import .ocdi__gl-item {
    border: 1px solid #e5e7f2;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
}


.kdadmin-import .ocdi__gl-item-button.button-primary {
    height: 40px;
    margin-left: 10px;
}

.kdadmin-import .ocdi__gl-item-button {
    height:40px;
}

.kdadmin-import .ocdi__gl-item-button:hover {
    color:#fff;
}

.kdadmin-import .ocdi__gl-item-footer--with-preview h4.ocdi__gl-item-title {
    width: auto;
    margin: 0;
    font-weight: bold;
    line-height: 40px;
    margin-left: 10px;
    font-size: 16px;
}

#js-ocdi-modal-content {
    width: 600px!important;
}

.ocdi__modal-image-container {
    height: auto!important;
}


.ekko_page_import-demos .ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100102;
    background-color: #fff;
    box-shadow: none;
    border-radius: 4px;
    overflow: hidden;
}

.ekko_page_import-demos .ui-dialog-titlebar {
    background: #eaeaea;
    border-bottom: 1px solid #e5e7f2;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    padding: 0 36px 0 16px;
}

.ekko_page_import-demos .ui-button.ui-dialog-titlebar-close {
    background: none!important;
}

.ekko_page_import-demos .ui-dialog-buttonpane {
    padding: 10px;
    background: #eaeaea;
    border-top: 1px solid #e5e7f2;
}


.admin-color-fresh .ui-widget-content .ui-state-default.kdadmin-button {
    height:40px;
    margin-left:10px;
}


#vc_add-new-element:before {
    content: 'Add Element'
}

#vc_templates-editor-button:before {
    content: 'Add Block'
}

#vc_templates-editor-button,
#vc_add-new-element {
    min-width: 150px;
    text-transform: capitalize;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    border-left: 1px solid #fff;
    font-size: 14px;
}

#vc_templates-editor-button {
    border-right: 1px solid #fff;
}

#vc_templates-editor-button i,
#vc_add-new-element i {display: none;}

#vc_templates-more-layouts span {
    display: none;
}

#vc_templates-more-layouts:after {
  content: 'Add Block';
}

.kdadmin-activate-column {
    border: none;
    padding: 30px;
    border-radius: 10px;
    background: #ffffff;
    margin-top: 22px;
    position: relative;
    width: calc(100% - 15px);
    box-sizing: border-box;
    box-shadow: 0 0px 90px 0 rgba(0,0,0,.08);
}

.kdadmin-activate-column form {
    margin-top: 21px;
}

.kdadmin-activate-column h3 {
    margin: 0;
    margin-bottom: 20px;
}

.kdadmin-activate-column h3.activated {
    color: #25b15f;
    margin-bottom: 0;
}

.kdadmin-activate-column a.deactivate-ekko, .kdadmin-dashboard .deactivate-ekko .dashicons {
    color: #ff1053;
}

.kdadmin-activate-column a.deactivate-ekko:hover, .kdadmin-dashboard .deactivate-ekko:hover .dashicons {
    color: #1f1f1f;
}

.kdadmin-activate-column a.deactivate-ekko {
    position:absolute;
    right: 30px;
    top: 30px;
}

.kdadmin-activate-column input[type="text"] {border: none;min-width: 300px;box-shadow: none;outline: none;background: #f5f5f5;line-height: 40px;border-radius: 20px;padding-left: 10px;box-shadow: none;padding: 0 20px;margin-right: 8px;}

.kdadmin-activate-column a {
    text-decoration:none;
    font-weight:600;
    color: #26b15e;
    outline: none;
    text-decoration: underline;
    outline: none!important;
}

.kdadmin-activate-column .dashicons {
    text-decoration:none!important;
    margin-right: 5px;
}

.kdadmin-activate-column a:hover {
    color: #25b15f;
}

.kdadmin-activate-column.kdadmin-activate-column-import {margin-top: 20px;width: 100%;}
.kdadmin-activate-column.kdadmin-activate-column-import h3   {
    margin-bottom: 0;
}

.kdadmin-code-error {
    display: block;
    margin-top: 20px;
    color: #ff1053;
    font-weight: 600;
}


@media (max-width:1024px) {
    .kdadmin-dashboard-box {
        width: 100%;
        min-height: inherit;
    }
    .kdadmin-import .ocdi__gl-navigation,
    .kdadmin-import .ocdi__gl-item-footer--with-preview h4.ocdi__gl-item-title,
    .kdadmin-import .kdadmin-welcome-box,
    .kdadmin-welcome-box,
    .kdadmin-activate-column,
    .kdadmin-panel-column {
        width: 100%;
    }
    .kdadmin-activate-column a.deactivate-ekko {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 20px;
    display: block;
    }
    .kdadmin-import .ocdi__gl-header {padding-bottom: 20px;}
}


body .composer-switch a.wpb_switch-to-front-composer:hover,
body .composer-switch a:visited.wpb_switch-to-front-composer:hover,
body .composer-switch a.wpb_switch-to-composer:hover,
body .composer-switch a:visited.wpb_switch-to-composer:hover,
body .vc_ui-button.vc_ui-button-info:focus,
body .vc_ui-button.vc_ui-button-info:hover,
body .vc_navbar .vc_icon-btn:not([disabled]):hover {
    background-color: #008a67;
}

.kd-back-desc p {
    margin: 0.2em 0;
    font-size: 12px;
    color: #999;
}

.wpb_el_type_kd_param_title h3 {
    margin: 1em 0 0;
    padding: 0 0 0.6em;
    border-bottom: 1px solid #ddd;
}


.kdadmin-req-wrapper .sys-label,
.kdadmin-req-wrapper .sys-current {
    width: 49%;
    display: inline-flex;
    cursor: default;
}

.kdadmin-req-wrapper .sys-current {
    font-weight: 600; 
    color: #000
}

.kdadmin-req-wrapper .sys-row {
    line-height: 25px;
    position: relative;
}

.kdadmin-req-wrapper .sys-desc {
    position: absolute;
    box-shadow: 0 0px 90px 0 rgba(0,0,0,.2);
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    left: 0;
    z-index: 10;
    transition: 0.2s;
    transform: translate(-110%, -30%);
    top: 0;
    display:none
}

.ekko_page_theme-options .ui-checkboxradio-label .ui-checkboxradio-icon {
  display: none;
}

.kdadmin-req-wrapper .sys-label:hover + .sys-desc {
   display:block;
}

body.block-editor-page:not(.compose-mode) .vc_ui-panel-window {
    display:none!important;
}

.vc_shortcodes_container.kd-outer-controls .vc_controls.controls_column:not(.bottom-controls) {
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background: #25b15f;
    width: auto;
    padding: 10px;
    height: auto;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: inline-flex;
    position: relative;
    margin-bottom: -1px;
    margin-top: 10px;
    z-index: 1;
}

.vc_shortcodes_container.kd-outer-controls .vc_control {
    color: #fff;
    padding: 0 5px;
}

div#wpb_wpbakery .vc_navbar {
    border-bottom: none;
    background: #25b25e;
}