:root{
	--main-color:#016b63;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	clear: both;
}
.admin-panel {
	width: 990px;
	margin: 50px auto;
}
/*slidebar侧边栏*/
.slidebar {
	width: 25%;
	min-height: 1100px;
	float: left;
	border-right: 1px solid rgb(235,235,235);
	background-color: rgb(247,247,247);
}
.slidebar .logo {
	height: 125px;
	border-bottom: 1px solid rgb(235,235,235);
}
.slidebar ul {
	padding: 0;
	margin:0;
}
.slidebar li p{
   font-size: 11px;
line-height: 0px;
margin-left: 45px;
color: #443434;
}
.slidebar li {
	list-style-type: none;
	margin: 0;
	position: relative;
	cursor: pointer;
}
.slidebar li:before {
	content: "";
	font-family: 'icomoon';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	position: absolute;
	display: block;
	line-height: 40px;
	color: rgb(102,102,102);
	right: 20px;
	-webkit-font-smoothing: antialiased;
}


/*插入icon图标*/
/* .slidebar li:nth-child(1):before {content: "\63";}
.slidebar li:nth-child(2):before {content: "\64";}
.slidebar li:nth-child(3):before {content: "\62";}
.slidebar li:nth-child(4):before {content: "\65";}
.slidebar li:nth-child(5):before {content: "\74";}
.slidebar li:nth-child(6):before {content: "\66";}
.slidebar li:nth-child(7):before {content: "\67";}
.slidebar li:nth-child(8):before {content: "\68";}
.slidebar li:nth-child(9):before {content: "\69";}
.slidebar li:nth-child(10):before {content: "\6a";}
.slidebar li:nth-child(11):before {content: "\75";} */

#targeted {
	color: rgb(140,140,140);
	text-decoration: none;
	font:16px/40px helvetica,verdana,sans-serif;
	box-sizing:border-box;
	border-bottom: 1px solid rgb(235,235,235);
	display: -webkit-box;
	box-shadow:inset 0 1px 0 rgb(255,255,255);
	text-indent: 20px;
	text-transform: capitalize;
	height: 50px;
}
#targeted:hover{
	background-color: rgb(255,255,255);
	box-shadow: 1px 0 0 rgb(255,255,255),inset 5px 0 0 -1px var(--main-color);
}

li.normal {
	background-color: rgb(235,235,235);
	margin-bottom: 2px;
	height: 44px;
}

li.active {
	background-color: rgb(255,255,255);
}
/*main*/
.main {
	float: left;
	width: 75%;
	min-height: 1100px;
	background-color: rgb(255,255,255);
	position: relative;
}
.main .topbar {
	border-bottom: 1px solid rgb(235,235,235);
	margin: 0;
	padding: 0;
}
/*topbar顶部按钮栏*/
.topbar li {
	float: right;
	list-style: none;
}
.topbar li:first-child {float: left;}
.topbar a {
	font-family: 'icomoon';
	display: block;
	line-height: 50px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	color: rgb(102,102,102);
	border-left: 1px solid rgb(235,235,235);
}
.topbar a:hover {
	background-color: rgb(247,247,247);
}
.topbar li:first-child a {
	border: none;
	border-right: 1px solid rgb(235,235,235);
}
/*mainContent*/
.mainContent h4 {
	/* line-height: 1; */
	font-size: 17px;
	/* margin: 1.3em 0 1em; */
	/* margin-left: 17px;
	margin-top: 12px; */
	margin-bottom: 0px;
	color: #2d3748;
	font-weight: 500;
}
 
.mainContent>div {
	opacity: 1;
	-webkit-transition:opacity 200ms linear;
	-moz-transition:opacity 200ms linear;
	-ms-transition:opacity 200ms linear;
	transition:opacity 200ms linear;
}
/*通过opacity来切换不同的选项卡*/
.mainContent>div:target {
	opacity: 1;
}
.mainContent h2 {
	margin:1em 30px;
	color: var(--main-color);
	font-size: 20px;
}
.mainContent h2:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 10px;
	-webkit-font-smoothing: antialiased;
}
/* .mainContent div:nth-child(1) h2:before {content: "\63";}
.mainContent div:nth-child(2) h2:before {content: "\64";}
.mainContent div:nth-child(3) h2:before {content: "\62";}
.mainContent div:nth-child(4) h2:before {content: "\65";}
.mainContent div:nth-child(5) h2:before {content: "\74";}
.mainContent div:nth-child(6) h2:before {content: "\66";}
.mainContent div:nth-child(7) h2:before {content: "\67";}
.mainContent div:nth-child(8) h2:before {content: "\68";}
.mainContent div:nth-child(9) h2:before {content: "\69";}
.mainContent div:nth-child(10) h2:before {content: "\6a";}
.mainContent div:nth-child(11) h2:before {content: "\75";} */

.monitor ul {
	float: left;
	padding: 0;
	margin: 0 31px 0 17px;
}
.monitor li {
	list-style:none;
	font: 600 14px/28px helvetica,verdana,sans-serif;
	color: rgb(102,102,102);
	text-transform: capitalize;
}
.monitor li a {
	color: rgb(102,102,102);
	text-transform: capitalize;
	text-decoration: none;
}
input[type="checkbox"]{
   /* float:right;
   margin-top: 9px; */
  
}
.minify{
      width: 550px;
    border: 1px solid #E8EBEE;
    border-radius: 3px;
    margin-left: 35px;
    background: #F9FAFB;
}
.minify p{
   margin-left: 18px;
   font-size: 15px;
   font-family: "Poppins", sans-serif;
   color:#62656c;
}

.monitor li:first-child {
	border-bottom: 1px dotted rgb(153,153,153);
}
.discussions .comments {color: rgb(27,106,173);}
.discussions .approved {color: rgb(105,174,48);}
.discussions .pending {color: rgb(246,129,15);}
.discussions .spam {color: rgb(243,47,47);}
.monitor .count {
	color: rgb(27,106,173);
	text-align: right;
	font-weight: 600;
	margin-right: 15px;
	min-width: 25px;
	display: inline-block;
}
.monitor p {
	color: rgb(128,128,128);
	margin: 28px 0 18px 17px;
	display: block;
	font-weight: 600;
	font-size: 12px;
}
.monitor p a {
	text-decoration: none;
	color:rgb(27,106,173);
}
.quick-press form {
	margin:0 20px 0 13px;
}
.quick-press input[type="text"] {
	display: block;
	width: 100%;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height: 35px;
	line-height: 15px;
	padding: 10px 0;
	margin:0 0 7px 0;
	background-color: rgb(246,246,246);
	outline: none;
	border: none;
	text-indent: 10px;
}
/*统一各浏览器下placeholder内的字体样式*/
.quick-press input[type="text"]::-webkit-input-placeholder {font-size: 14px;}
.quick-press input[type="text"]:-moz-input-placeholder {font-size: 14px;}
.quick-press input[type="text"]::-moz-input-placeholder {font-size: 14px;}
.quick-press input[type="text"]:-ms-input-placeholder {font-size: 14px;}
 
.quick-press button {
	margin-top: 13px;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	padding: 0;
}
.quick-press .save, .quick-press .delet {
	font-family: 'icomoon';
	width: 37px;
	background: -webkit-linear-gradient(top,rgb(246,246,240),rgb(232,232,232));
	background: -moz-linear-gradient(top,rgb(246,246,240),rgb(232,232,232));
	background: -ms-linear-gradient(top,rgb(246,246,240),rgb(232,232,232));
	background: linear-gradient(top,rgb(246,246,240),rgb(232,232,232));
	border: 1px solid rgb(229,229,229); 
	color: rgb(102,102,102); 
	float: left;
	margin-right: 5px;
}
.quick-press .save:hover, .quick-press .delet:hover {
	background: -webkit-linear-gradient(top,rgb(232,232,232),rgb(246,246,240));
	background: -moz-linear-gradient(top,rgb(232,232,232),rgb(246,246,240));
	background: -ms-linear-gradient(top,rgb(232,232,232),rgb(246,246,240));
	background: linear-gradient(top,rgb(232,232,232),rgb(246,246,240));
}
.quick-press .save:active, .quick-press .delet:active {
	background: -webkit-linear-gradient(top,rgb(228,228,228),rgb(210,210,210));
	background: -moz-linear-gradient(top,rgb(228,228,228),rgb(210,210,210));
	background: -ms-linear-gradient(top,rgb(228,228,228),rgb(210,210,210));
	background: linear-gradient(top,rgb(228,228,228),rgb(210,210,210));
}
.quick-press .submit {
	float: right;
	width: 70px;
	border: 1px solid rgb(238,85,64);
	color: #fff;
	font-size: 16px;
	background: -webkit-linear-gradient(top,rgb(245,101,82),rgb(234,83,63));
	background: -moz-linear-gradient(top,rgb(245,101,82),rgb(234,83,63));
	background: -ms-linear-gradient(top,rgb(245,101,82),rgb(234,83,63));
	background: linear-gradient(top,rgb(245,101,82),rgb(234,83,63));
}
.quick-press .submit:hover {
	background: -webkit-linear-gradient(top,rgb(220,85,70),rgb(210,65,53));
	background: -moz-linear-gradient(top,rgb(220,85,70),rgb(210,65,53));
	background: -ms-linear-gradient(top,rgb(220,85,70),rgb(210,65,53));
	background: linear-gradient(top,rgb(220,85,70),rgb(210,65,53));
}
/*logo*/
.logo a {
	width: 88px;
	height: 88px;
	display: inline-block;
	position: relative;
	left: 50%;
	top: 50%;
	margin: -45px 0 0 -45px;
	border: 1px solid rgb(200,200,200);
	border-radius: 50%;
	background-color: rgb(214,214,214);
}
.logo img{
   justify-content: center;
   display: inline-block;
	position: relative;
}
.logo h1{
   font-size:10px;
   margin-left:2px;
}
.logo a:before {
	content: "";
	width: 70px;
	height: 70px;
	font: 50px/70px helvetica,verdana,sans-serif;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 8px;
	border-radius: 35px;
	border: 1px solid rgb(210,210,210);
	display: inline-block;
	background: -webkit-linear-gradient(top,rgb(255,255,255),rgb(245,245,245));
	background: -moz-linear-gradient(top,rgb(255,255,255),rgb(245,245,245));
	background: -ms-linear-gradient(top,rgb(255,255,255),rgb(245,245,245));
	background: linear-gradient(top,rgb(255,255,255),rgb(245,245,245));
}
/*statusbar底部功能按钮*/
.statusbar {
	position: absolute;
	bottom: 0;
	border-top: 1px solid rgb(235,235,235);
	width: 100%;
	padding: 0;
	margin: 0;
}
.statusbar li {
	list-style: none;
}
.statusbar a {
	color: rgb(102,102,102);
	text-decoration: none;
	text-align: center;
	display: block;
}
.statusbar a:hover {
	background-color: rgb(247,247,247);
}
.statusbar .profiles-setting, .statusbar .logout {
	float: right;
}
.statusbar .profiles-setting a, .statusbar .logout a {
	font-family: 'icomoon';
	width: 49px;
	height: 49px;
	line-height: 50px;
	border-left: 1px solid rgb(235,235,235);
}
/* @font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
	url('fonts/icomoon.woff') format('woff'),
	url('fonts/icomoon.ttf') format('truetype'),
	url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
} */
.buttons {
	background-color: var(--main-color); 
	border: none;
	color: white;
	padding: 10px 26px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 20px 35px;
	cursor: pointer;
	border-radius: 5px;
  }
 
  .icon-toastify{
	font-size:18px;
   }
   
.cdn-buttons{
	background-color: var(--main-color); 
	border: none;
	color: white;
	padding: 10px 26px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 20px 17px;
	cursor: pointer;
	border-radius: 5px;
}
#posts h3{
   margin-top: 30px;
margin-left: 35px;
color: var(--main-color);
}
.main hr{
   border-bottom :  0px solid var(--main-color);
}
.fa-stack-1x{
   color: var(--main-color);
}
.spin {
	position: "absolute";
	width: "100%";
	fontSize: "1em";
}
/* .fa-fw{
	width: 100%;
	text-align: center;
	position: absolute;
}
.fa-3x{
	font-size: 1em;	
} */
.minify-box .fa {
	float: right;
position: relative;
width: 0%;
font-size: 60px;
margin-right: 100px;
margin-top: 0px;
color: var(--main-color);
}
#tools h3{
   margin-top: 30px;
margin-left: 35px;
color: var(--main-color);
}
#media h3{
	margin-top: 30px;
 margin-left: 35px;
 color: var(--main-color);
 }
 #database h3{
	margin-top: 30px;
 margin-left: 35px;
 color: var(--main-color);
 }
 #heartbeat h3{
	margin-top: 30px;
 margin-left: 35px;
 color: var(--main-color);
 }
 #cdn h3{
	margin-top: 30px;
 margin-left: 35px;
 color: var(--main-color);
 }
 #preload h3{
	margin-top: 30px;
	margin-left: 35px;
	color: var(--main-color);
 }
 #profiler h3{
	margin-top: 30px;
	margin-left: 35px;
	color: var(--main-color);
 }
 #cache h3{
	margin-top: 30px;
	margin-left: 35px;
	color: var(--main-color);
 }
 #sitestatus h2{
	margin-top: 30px;
	margin-left: 35px;
	color: var(--main-color);
 }
 
 #rules h3{
	margin-top: 30px;
	margin-left: 35px;
	color: var(--main-color);
 }
 #image h3{
	margin-top: 30px;
	margin-left: 35px;
	color: var(--main-color);
 }
 
 .minify-box hr{
	 margin-right: 0px;
 }
[type="file"] {
   border: 0;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   overflow: hidden;
   padding: 0;
   position: absolute !important;
   white-space: nowrap;
   width: 1px;
 }
  
 [type="file"] + label {
   background-color: var(--main-color);
   border-radius: 4rem;
   color: #fff;
   cursor: pointer;
   display: inline-block;
   width: 145px;
   height: 32px;
   margin-right: 22px;
   margin-top: 7px;
   padding-left: 20px;
   padding-top: 11px;
   font-size: 16px;
   float: right;
 }
   
 [type="file"]:focus + label,
 [type="file"] + label:hover {
     background-color: var(--main-color);
 }
   
 [type="file"]:focus + label {
   outline: 1px dotted #000;
 }
 .slidebar h2{
	 font-weight:bold;
	 font-size :14px;
	 margin-top: 2px;
 }
 .heads p{
	 margin-left: 35px;
	 font-size: 17px;
 }
 .slidecontainer {
	width: 87%;
margin-top: 40px;
margin-left: 35px;
  }
  
  .slider {
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
  }
  
  .slider:hover {
	opacity: 1;
  }
  
  .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: var(--main-color);
	cursor: pointer;
  }
  
  .enhancer{
	margin-top: 30px;
  }

  .slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: var(--main-color);
	cursor: pointer;
  }
  .wp-ultimate-performer-enhancer input[type="text"]{
	margin-top: 8px;
	padding: 0 8px;
	width: 39%;
	height: 32px;
	color: #121116;
	background: #fff;
	border: 2px solid var(--main-color);
	border-radius: 3px;
	font-family: Monaco;
	font-size: .75rem;
	line-height: 1.33333;
	transition: border 200ms ease-out;
	-webkit-transition: border 200ms ease-out;
	margin-right: 30px;
	margin-left: 15px;
  }
  #files{
	margin: 0;
	padding: 0 8px;
	height: 36px;
	border: 1px solid #E0E4E9;
	background: #F2F3F6;
	color: #121116;
	box-shadow: none;
	border-radius: 0;
	letter-spacing: 0.011em;
	margin-left: 50px;
  }
  #activities{
	margin: 0;
	padding: 0 8px;
	height: 36px;
	border: 1px solid #E0E4E9;
	background: #F2F3F6;
	color: #121116;
	box-shadow: none;
	border-radius: 0;
	letter-spacing: 0.011em;
	margin-left: 50px;
  }
  .textspace{
	margin: 15px 25px;
	opacity: 0.4;
  }
  
 #number{
	 margin:20px 20px;
	 
 }

 /* @-webkit-keyframes ball-beat {
	50% {
	  opacity: 0.2;
	  -webkit-transform: scale(0.75);
			  transform: scale(0.75); }
	100% {
	  opacity: 1;
	  -webkit-transform: scale(1);
			  transform: scale(1); } }
  
  @keyframes ball-beat {
	50% {
	  opacity: 0.2;
	  -webkit-transform: scale(0.75);
			  transform: scale(0.75); }
	100% {
	  opacity: 1;
	  -webkit-transform: scale(1);
			  transform: scale(1); } }
  
	.ball-beat{
	padding: 0 1rem;
	}
	
  .ball-beat > div {
	background-color: white;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	
	margin: 2px;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	display: inline-block;
	-webkit-animation: ball-beat 0.7s 0s infinite linear;
			animation: ball-beat 0.7s 0s infinite linear; }
	.ball-beat > div:nth-child(2n-1) {
	  -webkit-animation-delay: -0.35s !important;
			  animation-delay: -0.35s !important; } */


  /* .fad fa-spinner {
	  float: right;
  } */
#fonts{
	float:left;
	margin-left: 20px;
margin-right: 115px;
}
#paragraph{
	font-size: 10px;
	
}

.icon .fa {
	/* float: right; */
	position: relative;
	width: 0%;
	font-size: 30px;
	margin-left: 52px;
	margin-top: 10px;
	color: var(--main-color);
}

.schedulefrequency {
	margin: 15px;
}

.wp-core-uii .buttons {
   
    border-color: #0071a1;
    background: #f3f5f6;
	vertical-align: top;
	margin-left: 30px;
}

.actions{
	width: 237px;
	border: 1px solid #E8EBEE;
	border-radius: 10px;
	margin-left: 489px;
	background: #E8EBEE82;
	margin-top: 22px;
	height: 335px;
}

.actions h4{
	line-height: 1;
font-size: 14px;
margin: 1.3em 0 1em;
    margin-left: 0px;
margin-left: 17px;
}

.quick{
	
	color: var(--main-color);
	font-size: 21px;
margin-left: 16px;

}






/* General button style */
.btn {
	/* border: none;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 3px 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 620;
	outline: none;
	position: relative; */
}



/* Pseudo elements for icons */
.btn:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}


/* Icon separator */
.btn-sep {
	padding-top: 6px;
padding-right: 0px;
padding-left: 27px;
}





/* Button 2 */
.btn-2 {
	color: #fff;
width: 193px;
height: 25px;
background: var(--main-color);
border-radius: 4px;
}




.btn-2:before {
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 17px;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}


/* Icons */

.icon-cache:before {
	content: "\f110";
	font-size:21px ;
}

.icon-purge:before {
	content: "\f1f8";
	font-size:21px ;
}

.icon-info:before {
	content: "\f1f8";
	font-size:21px ;
}

.alert-box{
	background-color: #6699CC;
height: 169px;
position: relative;
border-radius: 7px;
	
}

.alert-box:after {
    content:"";
    border-color:#6699CC transparent transparent transparent;
    border-style:solid;
    border-width:15px;
    width:0;
    height:0;
    position:absolute;
    top:-29px;
	
	transform: rotate(-188deg);
  -webkit-transform: rotate(-180deg);
  left:29px
}

.alert-box p{
	color: aliceblue;
}
.alert-box h4{
	text-align: center;
	justify-content: center;
	color: #F90;
}

.alert-box i{
	color: #F90;
}
.boxing p{
	font-size: 15px;
}

.minify_button{
	background-color: #FF9900;
border: none;
color: white;
padding: 8px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 17px;
margin: -8px 18px;
cursor: pointer;
border-radius: 8px;
height: 36px;
width: 143px;
}

.text{
	margin-top: -6px;
color: white;
margin-right: 24px;
font-size:15px;
}

.flex{
	color:#FF6600;
	display:flex;
}

.flex .fa{
	margin-top: 16px;
font-size: 27px;
margin-left: 41px;

}

.minify-box{
	overflow-wrap: break-word;
}

#cb1{
	float:left;
}
.size-box{
	width: 420px;
border: 1px solid #E8EBEE;
border-radius: 3px;
margin-left: 35px;
background: #fff;
height: 196px;
margin-bottom: 22px;
}

#multiselect{
	width: 258px;
margin-top: 12PX;
margin-left: 19px;
height: 161px;
}

#quantity{
	margin-left: 18px;
margin-bottom: 20px;
width: 148px;
}

.progress{
	display:flex;
}

.progress-bar {
	width: 200px;
margin-left: 82px;
}

.RCP__progress{
	stroke: var(--main-color);
}

.size-value{
	margin-left: 39px;
font-size: 35px;
margin-top: 18px;
color:red;

 
}

.box-type{
	width: 172px;
background: #c1ecf9;
height: 66px;
margin-left: 88px;
border-radius: 5px;
padding-top: 14px;
padding-left: 32px;
font-size: 16px;
}

.size-heading{
	margin-left: 10px;color:var(--main-color);font-weight: bold;
}



.container-bar { 
	background-color: rgb(192, 192, 192);
width: 81%;
border-radius: 15px;
margin-left: 33px;
height: 21px;
margin-top: 25px;
} 

.skill { 
	background-color: var(--main-color);
color: white;
padding: 1%;
text-align: right;
font-size: 17px;
border-radius: 15px;
height: 10px;
} 

.records{
	display:flex;
}

.records-type{
	width: 160px;
	background: #c1ecf9;
	height: 43px;
	margin-left: 29px;
	border-radius: 5px;
	padding-top: 9px;
	padding-left: 7px;
	font-size: 16px;
	margin-top: 15px;
}

.values{
	font-weight: bold;
margin-top: 20px;
margin-right: 12px;
}

.value{
	font-weight: bold;
	font-size: 20px;
}

.processing-records{
	display: flex;
}

.select__placeholder css-1wa3eu0-placeholder{
     display: done;
}

#fileupload{
	height: 26px;
width: 200px;
background: var(--main-color);
border-radius: 7px;
padding-top: 8px;
padding-left: 5px;
color: white;
font-weight: bold;
font-size: 10px;
margin-top: 45px;
margin-right: 16px;
cursor: pointer;
}

.upload-flex{
	display: flex;
}

.import-paragraph{
	width: 580px;
}

.smack-error-message{
	font-size: 12px;
}

.wp-core-ui .notice.is-dismissible {
    padding-right: 38px;
    position: relative;
    width: 500px;
    margin-left: 33px;
    border-radius: 5px;
}


/* @keyframes click-wave {
	0% {
	  height: 40px;
	  width: 40px;
	  opacity: 0.35;
	  position: relative;
	}
	100% {
	  height: 200px;
	  width: 200px;
	  margin-left: -80px;
	  margin-top: -80px;
	  opacity: 0;
	}
  } */
  
  .option-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 13.33333px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2rem;;
	width: 2rem;;
	transition: all 0.15s ease-out 0s;
	background: #cbd1d8;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	position: relative;
	z-index: 1000;
  }
  .option-input:hover {
	background: #40e0d0;
  }
  .option-input:checked {
	background: #40e0d0;
  }
  .option-input:checked::before {
	height: 40px;
	width: 2.313rem;
	content: '✔';
	display: inline-block;
	font-size: 26.66667px;
	text-align: center;
	
  }
  .option-input:checked::after {
	/* -webkit-animation: click-wave 0.65s;
	-moz-animation: click-wave 0.65s;
	animation: click-wave 0.65s; */
	background: #40e0d0;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
	border-radius:100px ;
  }
  .option-input.radio {
	border-radius: 50%;
  }
  .option-input.radio::after {
	border-radius: 50%;
  }
  
  @keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.smack-btn {
	font-size: 1rem;
	padding: 8px 20px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	font-family: "Poppins", sans-serif;
	border: none;
	cursor: pointer;
	border-radius: 6px;
	background: #ffffff;
  border: 1px solid #a0aec0;
  color: #4a5568;
  }

  .upgrade-to-pro{
	background-color: transparent;
	border: 1px solid #9fa4a8;
	border-radius: 10px;
	margin: 271px 30px;
	padding: 19px;
	position: relative;
	overflow: hidden;
	transition: 0.3s ease;
  }
 
  .upgrade-to-pro p {
	font-size: 15px;
text-align: center;
  }
  
  
  
  .align-self-center{-ms-flex-item-align:center!important;align-self:center!important}
  .text-center{text-align:center!important}

 
.wp-ultimate-performer-enhancer .description{
	float: left;
height: 743px;
width: 63%;
margin: 12px;
background-color: #E8EBEE82;
border-radius: 12px;
}

.description ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.description ul {
  margin: 2em 0;
}


.description li {
  margin: 1em;
  margin-left: 3em;
}

.description li:before {
  content: '\f006';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #0074D9;
}

.icon-head{
	display:flex;justify-content:flex-start;
}

.icon-span{
	margin-left: 20px;
}

.minify a{
	color: #fff;
	background-color: #29b5e8;
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 100%;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
    -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
	float: right;
	margin-left: 5px;
}


.heads a{
	color: #fff;
	background-color: var(--main-color);
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 100%;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
    -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
	float: right;
	margin-left: 5px;
}
.tooltip {
	position: relative;
	display: inline-block;
	
  }
  
  .tooltip .tooltiptext {
	width: 335px;
    background-color: #a49494;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 72%;
    left: 14%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 17%;
	border-width: 5px;
	border-style: solid;
	border-color: #a49494 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
  }

  .tooltip .tooltipstext{
	width: 310px;
    background-color: #a49494;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 0;
    position: absolute;
    z-index: 2;
    bottom: 87%;
    left: 50%;
    margin-left: -61px;
    opacity: 0;
    transition: opacity 0.3s;
    margin-top: 20px;
  }

  .tooltip .tooltipstext::after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 17%;
	border-width: 5px;
	border-style: solid;
	border-color: #a49494 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltipstext {
	visibility: visible;
	opacity: 1;
  }


  .help-icon{
	display: block ruby;
  }

  .help-icons{
	display: flex;
  }

#dashboard svg{
	height: 85px;
margin-left: 27px;
margin-top: 16px;
}

.dashboard-progress{
	display: inline-block;
	float: left;
	text-align: center;
}

.dashboard-progress p{
	margin-left: 18px;
font-size: 14px;
}

.help{
	color: #fff;
	background-color: #29b5e8;
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 100%;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
    -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
	float: right;
	margin-left: 5px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-warning {
    background-color: #f7840b;
}

.heads #circle-icon{
	float: right;
    position: relative;
    width: 0%;
    font-size: 20px;
    margin-top: 22px;
    margin-left: -10px;
}

.minify-box #circle-icon {
	float: right;
    position: relative;
    width: 0%;
    font-size: 20px;
    margin-top: 11px;
    margin-left: -10px;
}

