
body{
    background: #f1f1f1 !important;
}

.toplevel_page_wpob-popup #adminmenu{
    background:  #22282e;
}
.wpsp .how-to-group{
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.wpsp .title{
    font-weight: bold; 
    font-size: 110%;
}

/**Settings form */
.wpsp  .form-area{
    max-width: 350px;
}
 .popup_type_settings .form-group{
    margin-bottom: 10px;
}
 .popup_type_settings label {
    width : 25% ; 
    display: inline-block;
    font-weight: bold;
}
 .popup_type_settings label.no-fixed {
    width : fit-content  ;
    display: inline-block;

}
 .popup_type_settings input[type="text"]  {
     width: 40%; 
}
 .popup_type_settings input[class="small"]  {
     width: 10%; 
}


.wpsp  .form-group {
    margin-bottom: 1rem;
}
 
.wpsp  label {
    display: inline-block;
    margin-bottom: .5rem;
}
.group-input div{


    margin-right: 20px;
}


.group-input .wp-picker-container{

    float: left;
    margin-right: 20px;
}


.wpsp  select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

.wpsp  .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpsp  input[type="text"] , .wpsp  select
{   max-width: 250px; 

}

.small-input {
    max-width: 70px !important;
    padding: .170rem .75rem  !important;
}
.group-input div input{
    display: inline !important;

}
.wpsp   .text-center{
    text-align: center;
}

.wpsp .update-status{
    padding: 10px;
    color: green;
    font-weight: bold; 
    background: #e6f5e7;
    border: #0b260d solid 1px;
    width: 500px;
    text-align: center;

}
.preview-area{
    position: fixed;
    border-bottom: 5px;

}
.theme-preview-continer {

}

.theme-preview-continer .modal{
    position: relative; 

}

.customize_theme_area{
    display: none;
}
.coming-soon{
    font-size: 18px;
    color: RED; 
    border: solid 1px #ccc;
    padding: 10px;
}

.rnage-input{
    position: relative;

    margin-top: -30px;
    margin-left: 150px;
}
.rnage-input input{
    width: 40px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Swicth Style 
Hide default HTML checkbox */
.switch input {display:none;}

/* 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: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/***/


.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    float: left;
    display: inline-block;
    width: 60px;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #0070ad;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 15px 0 0 15px;
}

.switch-field label:last-of-type {
    border-radius: 0 15px 15px 0;
}

/* Popup form design*/
.loading_content{
    text-align: center;
}
.loading_content img{
    max-width: 100px;
}
.selected_info{
    display: none; 
}
.select_popup_type{
    padding: 0px;
    margin: 0px;
    list-style: none
}
.select_popup_type li {
    float: left; 
    margin: 10px;
    width: 70px;
    height: 50px;
    text-align: center
}
.select_popup_type li img {
    width: 40px;
    cursor:pointer;
  border:2px solid transparent;
  padding: 8px;
}

.select_popup_type li label span {
     position: absolute; 
     margin-left: 40px;
}

.select_popup_type li label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
 
.select_popup_type li label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #0070ad;
} 

.select_popup_type li label p{
    display: none;
}
.popup-settings-side-bar label{
      
    display: block; 
}

.popup-settings-side-bar .title{
    font-weight: bold;
    
}

.popup-settings-side-bar .form-group{
    margin-bottom: 20px;
    
}

.pro-need img {
    opacity: .3;
}
.pro-need a{
    position: absolute;
    margin-top: 20%;
    font-size: 25px;
    opacity: 1;
    left:  25%;

}
