/*
 **  Admin Css
 */
 input:focus,
select:focus,
textarea:focus,
a:focus{
    outline: none;
    box-shadow: none;
}
 .cs-field-image_select .cs-title{
     float: none !important;
     margin-bottom: 7px;
     width: 100% !important;
 }
 .cs-field-image_select .cs-fieldset{
     margin-left: 0 !important;
 }
 .cs-element-select-sidebar-layouts .cs-field-image-select img,
 .cs-element-select-post-layouts .cs-field-image-select img {
     width: 72px;
 }
   /*Radio Image */
 #input_empowerment_header_layouts .ui-button.ui-state-active img,
 #input_empowerment_main_banner_layouts .ui-button.ui-state-active img{
     border: 1px solid;
 }
   /**enable/disable switch option*****/
 .switch_options{
     display: block;
 }
 .switch_options:before,
 .switch_options:after{
     content:'.';
     display:block;
     overflow:hidden;
     visibility:hidden;
     font-size:0;
     line-height:0;
     width:0;
     height:0;
 }
 .switch_options:after{
     clear:both;
 }
 .switch_options span{
     display: inline-block;
     float: left;
     padding: 4px 9px;
     margin: 0;
     cursor: pointer;
     font-size: 12px;
     font-weight: normal;
     color: #555;
     border: 1px solid #aaa;
     text-transform: uppercase;
     line-height: 16px;
     background: #ffffff; /* Old browsers */
     background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
     background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
     background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
   }
 .switch_options span:first-of-type{
     border-radius: 2px 0 0 2px;
     border-right: 0;
 }
 .switch_options span:last-of-type{
     border-radius: 0 2px 2px 0;
     border-left: 0;
 }
 .switch_options span:hover{
     background: #fafafa;
 }
 .switch_options span.selected{
     background: #00b7ea; /* Old browsers */
     background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */
     background: -ms-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* IE10+ */
     background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%); /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */
     border-color: #0082A3;
     color: #fff;
 }
   /*Add new sidebar */
 .empowerment-add-widget {
     background: #fff;
     border: 1px solid #e5e5e5;
     -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
     -moz-box-shadow: 0 1px 1px rgba(0,0,0,.04);
     box-shadow: 0 1px 1px rgba(0,0,0,.04);
     display: block;
     margin: 20px 0 0;
     padding: 15px;
 }
   .empowerment-add-widget .form-group .empowerment-text-field {
     height: 40px;
     line-height: 38px;
     padding: 0 10px;
     width: 100%;
 }
   .empowerment-add-widget .form-group {
     margin-top: 10px;
 }
   .empowerment-add-widget .empowerment-submit-button {
     background-color: #0073AA;
     border: 1px solid #0073bb;
     color: #fff;
     cursor: pointer;
     margin-top: 10px;
     padding: 8px 15px;
 }
 .sidebar-empowerment{
     position: relative;
 }
 .empowerment-remove-sidebar {
     color: #72777c;
     cursor: pointer;
     position: absolute;
     top: 12px;
     right: 40px;
 }
   .empowerment-remove-sidebar :hover {
     color: #D90404;
 }
   span.empowerment-icon.icofont.icofont-delivery-time.selected.selected { 
     box-shadow: inset 0 0 1px #5A5254 !important;
 }
 form.raw-add-widget {
     margin: 15px 0;
     background: #fff;
     padding: 15px;
     display: inline-block;
     width: 43%;
 }
 form.raw-add-widget input#widgetname{
     width: 100%;
 }
 form.raw-add-widget input.empowerment-submit-button{
     width: 100%;
     margin-top: 10px;
     background: #008EC2;
     color: #fff;
     border: unset;
     padding: 10px;
 }
    .empowerment-options-wrapper.tabs {
    display: block;
}
.empowerment-options-wrapper .tabs-nav li {
  float: left;
  width: auto;
}
.empowerment-options-wrapper .tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}
.empowerment-options-wrapper .tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}
.empowerment-options-wrapper.tabs a {
  background: #eaeaed;
  border: 1px solid #cecfd5;
  color: #000000;
  display: block;
  font-weight: 600;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
.empowerment-options-wrapper.tabs>a:hover {
    background-color: #000000;
    color: #ffffff;
}
.empowerment-options-wrapper .tab-active a {
    background: #000000;
    border-bottom-color: transparent;
    color: #ffffff;
    cursor: default;
}
.empowerment-options-wrapper .tabs-stage {
  border: 1px solid #cecfd5;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  clear: both;
  padding: 24px 30px;
  position: relative;
  top: -1px;
}
 .empowerment-options-wrapper.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.empowerment-options-wrapper.tabs ul.tabs-nav {
    display: flex;
    margin: 0;
    height: auto;
    flex-direction: column;
    width: 20%;
}
.empowerment-options-wrapper.tabs .tabs-stage {
    width: 72%;
    border: 1px solid #cecfd5;
    border-radius: 0;
}
.empowerment-options-wrapper.tabs ul.tabs-nav li {
    margin: 0;
}
.empowerment-options-wrapper.tabs ul.tabs-nav li a {
    border: 0;
    border-bottom: 1px solid #b7b7b7;
    border-radius: 0;
    padding: 13px 20px;
    text-align: left;
}
.empowerment-options-wrapper.tabs ul.tabs-nav li a:focus{
    outline: none;
    box-shadow: none;
}
.empowerment-options-wrapper.tabs ul.tabs-nav li:last-child a {
    border-bottom: 0;
}
.empowerment-option-wrap {
    margin-bottom: 20px;
}
.same-line-option {
    display: flex;
    flex-wrap: wrap;
}
.same-line-option .empowerment-option-wrap {
    margin-right: 20px;
}
.empowerment-option-wrap span.title {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
}

.empowerment-option-wrap select, .empowerment-option-wrap input {
    display: block;
}

.empowerment-option-wrap input[type="checkbox"] {
    display: inline-block;
}
.wp-core-ui a.empowerment_upload_image_button {
    margin-top: 10px;
    background: transparent!important;
    padding: 0;
    max-width: 250px;
    max-height: 200px;
    height: 200px;
    overflow: hidden;
}
.wp-core-ui a.empowerment_upload_image_button {
    border: 0;
    width: auto;
    max-height: 100%;
    height: auto;
    overflow: visible;
}
.wp-core-ui a.empowerment_upload_image_button.button {
    background: #007cba!important;
    color: #fff;
    padding: 0;
}
.wp-core-ui a.empowerment_upload_image_button.has-image {
    background: #eaeaed!important;
    padding: 15px;
}
.wp-core-ui a.empowerment_upload_image_button img {
    height: auto;
    width: 70%!important;
    margin: 0 auto;
}
.admin-tab a.empowerment_remove_image_button {
    width: auto!important;
    max-width: 250px;
    padding: 0;
    display: inline-block;
    border: 0;
    background: transparent;
    color: #ff5d5d;
    text-decoration: underline;
}
.wp-picker-container {
    display: block;
}
/* Checkbox Style */
.empowerment-checkbox {
  font-size: 24px;
    display: inline-block;
    margin-bottom: -7px;
}
.empowerment-checkbox input[type=checkbox] {
  visibility: hidden;
  display: none!important;
}
.empowerment-checkbox label {
  width: 2em;
  height: 1em;
  position: relative;
  cursor: pointer;
  display: block;
}
.empowerment-checkbox label:before {
  content: '';
  position: absolute;
  width: 2em;
  height: 1em;
  left: 0.1em;
  transition: background 0.1s 0.1s ease;
  background: #F25F5C;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(171, 66, 63, 0.5);
}
.empowerment-checkbox label:after {
  content: '';
  position: absolute;
  width: .8em;
  height: .8em;
  border-radius: 100%;
  left: .2em;
  top: .1em;
  transition: all 0.2s ease;
  box-shadow: 0 0 0 5px #fcfff4 inset;
  background: #F25F5C;
  z-index: 2;
  animation: switch-off .3s ease-out;
}
.empowerment-checkbox input[type=checkbox]:checked + label:before {
    background: #007cba;
    box-shadow: inset 0px 1px 1px rgb(0, 124, 186);
}
.empowerment-checkbox input[type=checkbox]:checked + label:after {
  left: 1.2em;
  background: #007cba;
  animation: switch-on .3s ease-out;
}

@keyframes switch-on {
  50% {
    transform: scaleX(1.3);
  }
}

@keyframes switch-off {
  50% {
    transform: scaleX(1.3);
  }
}
span.info {
    display: block;
}
/*-----------------
sidebar
---------------*/
.radio-image-wrapper {
    display: inline-block;
    margin-right: 20px;
}
label.description input[type="radio"] {
    display: none;
}
label.description span {
    display: inline-block;
}
label.description span img {
    border: 2px solid #fff;
    transition: all 0.3s ease-in-out;
}
label.description:hover span img {
    border: 2px solid #969696;
}
label.description input[type="radio"]:checked + span img{
    border: 2px solid #000;
}

label.description {
    display: grid;
    flex-wrap: wrap;
}
.empowerment-option-wrap table.form-table {
    margin: 0;
}

.empowerment-option-wrap table.form-table td {
    padding: 0;
}
.wp-core-ui a.empowerment_upload_image_button {
    height: auto;
    display: block;
    width: auto;
    text-align: center;
}

.wp-core-ui a.empowerment_upload_image_button.button {
    display: inline-block;
    padding: 0 10px;
}

.widget-inside label {
    display: block;
    margin: 10px 0 0;
}
input[type=checkbox] + label, input[type=radio] + label {
    display: inline-block;
    margin: 0;
}
.epm-author-checkbox {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.epm-author-checkbox input {transform: translateY(3px);}