/*
	Description: CSS for cache Cleaner
	Author: WP Local SEO
	Author url: https://www.wplocalseo.com
	Version: 1.0
*/


[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .wpspgrades_content {
  z-index: 1;
}

.box-region-middle {
 width: 67%;
 float: left;
 padding: 5px;
 min-height: 250px;
}

.box-region-right {
 width: 28%;
 float: right;
 padding: 5px;
 min-height: 250px;
}

.box-wpspgrpro {
 background: #ffffff!important;
 padding: 5px 10px 5px 10px;
 border-width: 0px;
 padding-bottom: 20px;
 border-color: #eee!important;
 border-width: 0px;
 border-bottom: 10px;
 border-style: solid;
}

.box-wpspgrpro h3 {
 text-align: center;
 padding: 10px;
 padding-top: 0px;
 border-color: #eee!important;
 border-width: 0px;
 border-bottom: 1px;
 border-style: solid;
}

.peg-input1 {
	width: 60px;
	padding-right: 10px;
    float: left;	
}

.switch {
  margin: 0 auto;
  position: relative;
  float: left;
  margin-right: 10px;
}

.switch label {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.switch input {
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  opacity: 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}


input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 20px;
  border-radius: 0px!important;
  background-color: #dddddd;
  margin-top: -2px;
  
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #dadada;
  content: "OFF";
  padding-top:2px;
  color: #666666;
  text-align: right;
  font-weight: 600;
  padding-right: 10px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 18px;
  background-color: #A1A1A1;
  
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  content: "ON";
  padding-left: 10px;	
  background-color: #f6f6f6;
  padding-top:2px;
  color: #666666;
  text-align: left;
  font-weight: 600;
}
input.cmn-toggle-round:checked + label:after {	
  margin-left: 44px;
  background-color: #27A1CA;
}

/* Yes/NO */

.cmn-toggle2 {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle2 + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}


input.cmn-toggle2-round + label {
  padding: 2px;
  width: 60px;
  height: 20px;
  border-radius: 0px!important;
  background-color: #dddddd;
  margin-top: -2px;
  
}
input.cmn-toggle2-round + label:before,
input.cmn-toggle2-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle2-round + label:before {
  right: 1px;
  background-color: #dadada;
  content: "NO";
  padding-top:2px;
  color: red;
  text-align: right;
  font-weight: 600;
  padding-right: 10px;
  transition: background 0.4s;
}
input.cmn-toggle2-round + label:after {
  width: 18px;
  background-color: #A1A1A1;
  
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle2-round:checked + label:before {
  content: "YES";
  padding-left: 10px;	
  background-color: #f6f6f6;
  padding-top:2px;
  color: #666666;
  text-align: left;
  font-weight: 600;
}
input.cmn-toggle2-round:checked + label:after {	
  margin-left: 44px;
  background-color: #c2ffa1;
}

/* Big */

.cmn-toggle1 {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle1 + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}


input.cmn-toggle1-round + label {
  padding: 2px;
  width: 100px;
  height: 40px;
  border-radius: 0px!important;
  background-color: #dddddd;
  margin-top: -2px;
  
}
input.cmn-toggle1-round + label:before,
input.cmn-toggle1-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle1-round + label:before {
  right: 1px;
  background-color: #dadada;
  content: "OFF";
  font-size: 25px;
  padding-top:2px;
  color: #66666;
  text-align: right;
  font-weight: 600;
  padding-right: 10px;
  transition: background 0.4s;
}
input.cmn-toggle1-round + label:after {
  width: 30px;
  background-color: #ff0445;
  
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle1-round:checked + label:before {
  content: "ON";
  padding-left: 10px;
  font-size: 25px;  
  background-color: #f6f6f6;
  padding-top:2px;
  color: #666666;
  text-align: left;
  font-weight: 600;
}
input.cmn-toggle1-round:checked + label:after {	
  margin-left: 73px;
  background-color: #53f87a;
}
