.setting-display-wrapper .cww-admin{
    display: none;
}
.setting-display-wrapper .cww-admin.cww-contents{
    display: block;
}
button.button.button-primary.button-hero.button-reset {
    background: #ff3d4f;
    border-color: #ff3d4f;
    float: right;
}
button.button.button-primary.button-hero.button-reset:hover{
    background: #e94354;
}

.setting-sep {
    margin: 20px -20px;
    z-index: 99999;
    border: 20px solid #ffffff;
}
h2.setting-group-title {
    background: #0b2135;
    padding: 14px;
    color: #fff;
    margin: -15px -20px;
    border-bottom: 3px solid #304050;
}
.cww-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cww-flex-flex{
    display: flex;
    align-items: center;
}
.cww-sff-wrapper {
    margin: 30px;
    background:  #fff;
}
.cww-settings-wrapper.cww-flex-flex{
    display: flex;
    padding:  15px 15px 0 35px;
    justify-content: space-between;
}
.cww-settings-wrapper .menu-wrapp {
    background: #171520;
    color: #fff;
    width: 30%;
}

.plugin-info h2.pl-name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}
.plugin-info .pl-ver {
    font-weight: 500;
    font-style: italic;
    color: #777;
    margin-top: 8px;
}
.plugin-info img,
 .plugin-info span{
    position: absolute;
    left: 20px;
    top: calc(50% - 4px);
}
.sff-success-notice{
    background: #0c9f84;
}
.sff-notice p {
    margin: 0;
    font-size: 14px;
}
.sff-notice {
    color: #fff;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sff-error-notice{
    background: #d15252;
}
.sff-notice i:hover{
    cursor:  pointer;
}
.sff-notice i {
    font-size: 20px;
}
.setting-toggle-container-wrapp {
    margin-top: 40px;
}
h2.setting-group-title span {
    float: right;
}
.setting-group-title:hover{
    cursor: pointer;
}
.setting-group-title span.active .dashicons-arrow-right-alt2,
.setting-group-title span .dashicons-arrow-down-alt2{
    display: none;
}
.setting-group-title span.active .dashicons-arrow-down-alt2{
    display: block;
}
/* Plugin Tabs */
.plugin-info {
    margin-bottom: 25px;
}
.menu-wrapp {
    background: #0b2135;
    padding: 15px 15px 0 35px;
    padding-bottom: 0;
}
.menu-item {
    font-size: 16px;
    text-transform: uppercase;
}
.menu-wrapp ul li {
    display: inline-block;
    color: #fff;
    padding: 15px 25px;
    margin:  0;
    background: #304050;
    margin-right: 20px;
}
.menu-wrapp ul li:hover{
    cursor: pointer;
}
.menu-wrapp ul li.active{
    background: #fff;
    color:  #333;
}
.menu-item span {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 7px;
}
span.menu-info {
    display: block;
    margin-left: 20px;
    padding-top: 5px;
}
/* Setting Page */

.cww-setting-form-wrapper {
    background-color: #fff;
    width: 70%;
}
.setting-title {
    display:  flex;
    border-bottom: 2px solid #f1f1f1;
    padding: 20px 0;
    position: relative;
    margin-bottom: 45px;
}
.setting-title .dashicons {
    background: #5b9dd9;
    color: #fff;
    padding: 15px;
    vertical-align: middle;
}
.setting-title h3 {
    font-size: 22px;
    margin: 0;
    vertical-align: middle;
    margin-left: 20px;
}
.setting-field {
    flex-grow: 1;
    position: relative;
}
.setting-title * {
    display: inline-block;
}
.setting-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 2px;
    bottom: -1px;
    left: 0;
    background: #5b9dd9;
}

.cww-setting-items {
    background-color: #f0f0f1;
    padding: 25px 20px;
    margin-bottom: 30px;
}

.cww-setting-items .setting-item:not(:first-child) {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e2e2ea;
}
.setting-label {
    font-size: 16px;
    font-weight: 500;
    width: 265px;

}
.setting-info {
    font-size: 13px;
    font-weight: 400;
    padding-top: 10px;
    color: #777;
}
.cww-setting-items input[type="text"] {
    border-radius: 0;
    border-color: #666;
    min-height: 40px;
    width: 95%;
}
button.button.button-primary i {
    margin-right: 15px;
}


/* Live preview */
.cww-live-preview-wrapp {
    position: sticky;
    top: 40px;
    border: 2px solid #dbdbdb;
    height: 500px;
    width: 30%;
    margin-top: 20px;
    margin-left: 2%;
}
.cww-live-preview-wrapp:before {
    content: 'Preview';
    font-size: 40px;
    color: #dbdbdb;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: bold;
    border: 1px dashed #f6f6f6;
    padding: 30px;
}
/* Icon Picker Style */
.sf-forms-icon-box .sf-forms-icon-box {
    width: 405px;
    display: none;
}

.sf-forms-icon-box .sf-forms-type-icon {
    overflow: hidden;
}

.sf-forms-icon-box .sf-forms-selected-icon {
    background: #F6F6F6;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #EEE;
    position: relative;
    margin-right: 44px;
    cursor: pointer;
    font-size: 22px;
    width: 60px;
}

.sf-forms-icon-box .sf-forms-selected-icon span i {
    display: block;
    line-height: 45px;
}

.sf-forms-icon-box .sf-forms-selected-icon span {
    position: absolute;
    background: #F6F6F6;
    right: -45px;
    top: -1px;
    height: 45px;
    width: 45px;
    border: 1px solid #EEE;
    font-size: 16px;
}

.sf-forms-icon-box .sf-forms-icon-search {
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #EEE;
    border-top: 0;
    display: flex;
    align-items: center;
}

.sf-forms-icon-box .sf-forms-icon-search input {
    flex-grow: 1;
}

.sf-forms-icon-box .sf-forms-icon-list {
    height: 215px;
    overflow-y: scroll;
    font-size: 18px;
    border: 1px solid #EEE;
    background: #FFF;
    border-right: 0;
    border-top: 0;
    margin: 0;
    padding: 0;
    display: none;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.sf-forms-icon-box .sf-forms-icon-list {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

.sf-forms-icon-box .sf-forms-icon-list::-webkit-scrollbar {
    display: none; 
}

.sf-forms-icon-box .sf-forms-icon-list:first-of-type {
    display: block;
}

.sf-forms-icon-box .sf-forms-icon-list li {
    float: left;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #EEE;
    border-radius: 3px;
    font-size: 18px;
    margin: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-forms-icon-box .sf-forms-icon-list li:hover {
    background: #333;
    border: 1px solid #333;
    color: #FFF;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.sf-forms-icon-box .sf-forms-icon-list li.icon-active {
    background: #0073aa;
    border: 1px solid #0073aa;
    color: #FFF;
}

/* Image Radio Select  */
.image {
    opacity: 0.8;
    width: 80px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 10px;
}
.radio-img input{
    display: none;
}
input + .image{
    outline: 2px solid transparent;
}
input:checked + .image{
    outline: 2px solid #0067c0;
}

/*  */
.scroll-value{
    display:  none;
}
.scroll-value.active{
    display:  flex;
}
/*range slider*/
.sf-form-range .ui-widget.ui-widget-content{
    position: relative;
    background: rgba(0, 0, 0, .15);
    border: none;
    height: 4px;
    cursor: pointer;
}

.sf-form-range .ui-slider .ui-slider-range{
    position: absolute;
    top: 0;
    height: 100%;
    background: #13a1dc;
}

.sf-form-range .ui-slider .ui-slider-handle{
    position: absolute;
    height: 12px;
    width: 12px;
    background: #0067c0;
    border: none;
    border-radius: 50%;
    margin-left: -1px;
    top: -6px;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 80%;
    outline: 1px solid #0067c0;
    transition: border 0.3s;
}
.sf-form-range .ui-slider .ui-slider-handle:hover{
    border-color: #0067c0;   
}

.sf-form-range .ui-slider .ui-slider-handle span{
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #13a1dc;
    color: #FFF;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 2px;
    line-height: 1;
    margin-bottom: 4px;
    min-width: 12px;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.sf-form-range .ui-slider .ui-slider-handle span:hover{
    transform: scale(1.05) translateX(-50%);
}

.sf-form-range .ui-slider .ui-slider-handle span:after{
    content: " px";
}
.setting-item.sf-form-range.cww-flex-flex .setting-field {
    width: 36%;
    flex-grow: inherit;
}
.setting-field select {
    border-radius: 0;
    height: 40px;
    width: 50%;
}
/* On Off switch */
.onoff-switch {
    position: relative;
    width: 52px;
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoff-switch-checkbox {
    display: none !important;
}

.onoff-switch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 22px;
    padding: 0;
    line-height: 19px !important;
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    border-radius: 30px;
    background-color: #c4c4c4;
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, .11);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, .11);
}

.onoff-switch-label:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 32px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.onoff-switch-label:after {
    content: "OFF";
    display: block;
    color: #FFF;
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 6px;
    font-size: 11px;
    font-family: 'Arial';
}

.onoff-switch-checkbox:checked+.onoff-switch-label {
    background-color: #3caf0e;
}

.onoff-switch-checkbox:checked+.onoff-switch-label,
.onoff-switch-checkbox:checked+.onoff-switch-label:before {
    border-color: #3caf0e;
}

.onoff-switch-checkbox:checked+.onoff-switch-label:before {
    right: 2px;
}

.onoff-switch-checkbox:checked+.onoff-switch-label:after {
    content: "ON";
    display: block;
    color: #FFF;
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 27px;
    font-size: 11px;
    font-family: 'Arial';
}

/* */

.wrapper-bg-type{
    display: none;
}
.wrapper-bg-type.active{
    display: flex;
}
.chosen-container-single .chosen-single{
    height: 32px;
    line-height: 30px;
    border-radius: 2px;
}
ul.multiple-settings-wrapp {
    flex-grow: 1;
}
.inner-wrapp-options.cww-flex-flex label {
    display: block;
    width: 160px;
}
ul.multiple-settings-wrapp li {
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}
.typography-loading{
    opacity: 0.5;
}
a.copy-btn {
    position: absolute;
    top: 43%;
    right: 0;
    text-decoration: none;
    font-size: 14px;
    background: #333;
    color: #fff;
    padding: 20px 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.copy-content-wrapper{
    overflow: hidden;
}
.copy-content-wrapper:hover a.copy-btn{
    opacity: 1;
    visibility: visible;
    right: 60px;
    transition: all 0.3s;
}
a.copy-btn.success {
    background: #E93937;
}

.setting-item.cww-flex-flex.pro-feature-display {
    position: relative;
}
.pro-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 28px;
    color: #fff;
}
.pro-feature-display .bg-overlay {
    position: absolute;
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 103.4%;
    left: -19px;
    right: 0;
    top: 0;
}
p.submit.buttons-submit-wrapper i{
    vertical-align: middle;
}
.setting-item.cww-flex-flex.pro-feature-display img {
    width: 830px;
}
a.button.button-hero.btn-pro {
    margin-left: 50px;
    background: #FA6800;
    border-color: #FA6800;
    color: #fff;
    animation:pulse 2s infinite ;
    transition: all 0.3s;
}
a.button.button-hero.btn-pro:hover{
    background: #dd6108;
    border-color: #dd6108;
}

@keyframes pulse{
    0% {
      transform: scale(.97);
      box-shadow: 0 0 0 0 rgba(245, 180, 114, 0.7);
    }
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px rgba(245, 180, 114, 0);
    }
    100% {
      transform: scale(.97);
    }
  }

  .cww-pro-features {
    border: 1px solid #f1f1f1;
    padding: 20px 35px;
    box-shadow: 0px 1px 9px rgb(0 0 0 / 30%);
}
.cww-pro-features ul li {
    padding: 10px 0;
    list-style: square;
    font-size: 16px;
}
.cww-pro-features h3 {
    font-size: 26px;
}
.cww-pro-features a {
    display: inline-block;
    text-decoration: none;
    background: #186eae;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    transition: all 0.3s;
}
.cww-pro-features a:hover{
    background: #114e7c;   
}
.cww-settings-wrapper.cww-flex-flex {
    align-items: flex-start;
}