
@font-face {
	font-family: "FontAwesome";
	font-weight: normal;
	font-style : normal;
		   src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
		   src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
				 url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
				 url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
				 url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
				 url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
	}
:root{
	--main-color:#016b63;
}
	
	.myClass:before {
		font-family: FontAwesome;
		content: "\f024";
	}
body{
	background-color: #e3e6f1;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	clear: both;
}
.admin-panel {
	width: 98%;
	margin-top: 2%;
}
/*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.accordian{
	background-color: rgb(255,255,255);
	margin-bottom: 2px;
	height: 44px;
}

li.active {
	background-color: rgb(255,255,255);
}
/*main*/
.main {
	float: left;
	width: 98%;
	background-color: rgb(255,255,255);
	position: relative;
	margin-top: 3%;
	border: 1px solid #cdcdcd;
    margin: 10px;
    border-radius: 5px;
	padding: 0px;
	/* margin-left: 2%; */
}
.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: 15px;
	font-family: "Poppins", sans-serif;	
	/* margin-left: 17px; */
	color: #2d3748;
	font-weight: 400;
	/* margin-top: 12px; */
	margin-bottom: 0px;
	align-self: center;
}
.mainContent .minify-box h4 {
	margin: 5px 0 10px 0px;
	/* font-weight: 500; */
}
.minify-box div{
	/* display: flex;
    align-items: center; */
}
.mainContent .tab-section .tabs .tab-list.active,.mainContent .tab-section .tabs .tab-list:hover,.mainContent .tab-section .tabs .tab-list{
	border-bottom: none !important;
	background-color: white;
}

.mainContent .tab-section .tab-list{
	height: auto !important;
	width: -webkit-fill-available !important;
}
.mainContent .tab-section .tabs .tab-list{
	background-color: #e4e3f2;
}
 
.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:.7em 0px;
	color: var(--main-color);
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	padding-bottom: 15px;
    margin-bottom: 0;	
	border-bottom: 1px solid #cfcfcf;
	font-weight: 600;
}
.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;
	font-family: "Poppins", sans-serif;	
	-webkit-font-smoothing: antialiased;
}

.mainContent p {
	font-family: "Poppins", sans-serif;	
}
/* .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: 1px;
	margin-right: 13px; */
}
.minify{
    /* width: 550px; */
    border: 1px solid #E8EBEE;
    border-radius: 3px;
    /* margin-left: 55px; */
    background: #F9FAFB;
	display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 15px;
}
.minify p{
   /* margin-left: 18px; */
   font-size: 14px;
   font-family: "Poppins", sans-serif;
   color:#62656c;
}
.alert-box button{
	font-size: 16px;
}

.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 {
	float: right;
	background-color: var(--main-color); 
	border: none;
	color: white;
	padding: 10px 26px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	margin: 10px 0px ;
	cursor: pointer;
	border-radius: 5px;
	font-family: "Poppins", sans-serif;	
	font-weight: 500;
  }
  #ultimate-performance-enhancer .btn-primary{
	background-color: var(--main-color);
	border-color: var(--main-color);
  }
  #ultimate-performance-enhancer .btn-warning{
	background-color: #FF9900;
	border-color: #FF9900 !important;
  }
  #ultimate-performance-enhancer .btn-primary:hover{
	color: var(--main-color);
	background-color: transparent;
  }
  #ultimate-performance-enhancer .btn-warning:hover{
	color: #FF9900;
	background-color: transparent;
  }
  #ultimate-performance-enhancer .btn{
	margin-right: 5px;
    border-radius: 3px;
    padding: 5px 10px;
    min-width: 100px;
  }
  #ultimate-performance-enhancer .btn-danger:hover{
	border-color:red !important;
	color: red;
  }
  .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);
	font-family: "Poppins", sans-serif;	
}
.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);
font-family: "Poppins", sans-serif;	
}
#media h3{
	margin-top: 30px;
 	margin-left: 35px;
 	color: var(--main-color);
 	font-family: "Poppins", sans-serif;	
 }
 #database h3{
	margin-top: 30px;
 	margin-left: 35px;
 	color: var(--main-color);
	font-family: "Poppins", sans-serif;	
 }
 #heartbeat h3{
	margin-top: 30px;
 	margin-left: 35px;
 	color: var(--main-color);
	font-family: "Poppins", sans-serif;	
 }
 #cdn h3{
	margin-top: 30px;
 	margin-left: 35px;
 	color: var(--main-color);
	font-family: "Poppins", sans-serif;	
 }
 #preload h3{
	margin-top: 30px;
	margin-left: 35px;
	color: var(--main-color);
	font-family: "Poppins", sans-serif;	
 }
 #profiler h3{
	margin-top: 10px;
	/* margin-left: 35px; */
	color: var(--main-color);
	font-family: "Poppins", sans-serif;	
 }
 #assetmanager h3{
	margin-top: 30px;
	margin-left: 35px;
	color: var(--main-color);
	font-family: "Poppins", sans-serif;	
 }
 #cloudfare h3{
	margin-top: 30px;
	margin-left: 35px;
	color: var(--main-color);
	font-family: "Poppins", sans-serif;	
 }
 #cache h3{
	margin-top: 30px;
	margin-left: 35px;
	color: var(--main-color);
	font-family: "Poppins", sans-serif;	
 }
 #sitestatus h2{
	/* margin-top: 16px; */
	/* margin-left: 35px; */
	color: var(--main-color);
	font-family: "Poppins", sans-serif;	
 }
 
 #rules h3{
	margin-top: 30px;
	margin-left: 35px;
	color: var(--main-color);
	font-family: "Poppins", sans-serif;	
 }
 #image h3{
	margin-top: 30px;
	margin-left: 35px;
	color: var(--main-color);
	font-family: "Poppins", sans-serif;	
 }
 #image .setting-tab-section .btn{
	width: auto;
	margin: 10px auto;
 }
 .minify-box hr{
	 margin-right: 0px;
 }

 .minify-box textarea {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	/* width: 545px; */
 }
 input, textarea{
	font-size: 14px;
 }

[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;
	 font-family: "Poppins", sans-serif;	
 }
 .heads p{
	 margin-left: 35px;
	 font-size: 17px;
 }
 .slidecontainer {
	width: 87%;
margin-top: 40px;
margin-left: 35px;
  }
  
  .sliders {
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
  }
  
  .sliders:hover {
	opacity: 1;
  }
  
  .sliders::-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;
  }

  .sliders::-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;
	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;
	font-family: "Poppins", sans-serif;	
}

.actions{
	/* width: 237px; */
	border: 1px solid #E8EBEE;
	/* border-radius: 10px; */
	background: #E8EBEE82;
	/* margin-top: 15px; */
	height: max-content;
	/* margin-left: 35px; */
	margin-bottom: 15px;
	padding: 15px;
}
.setting-tab-section .action-box {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}
.setting-tab-section .col-md-9{
	padding: 10px;
}
.setting-tab-section .profile-card i{
	/* margin-top: 15px !important; */
	font-size: 40px;
}
.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;
	font-family: "Poppins", sans-serif;
}
#media .setting-tab-section,#preload .setting-tab-section,#query .setting-tab-section,#posts .setting-tab-section,#database .setting-tab-section{
	margin-top: 15px !important;
}






/* 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; */
}

.btn:hover{
	color: var(--main-color);
    background-color: transparent;
    border: 1px solid var(--main-color)  !important;
}

/* 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: 38px;
background: var(--main-color);
border-radius: 4px;
font-family: "Poppins", sans-serif;
}




.btn-2:before {
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 13px;
    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: var(--main-color);
	/* height: 169px; */
	position: relative;
	border-radius: 7px;
	display: flex;
	top: 10px;
	
}
.alert-box div{
	padding: 20px;
}
.alert-box:after {
    content:"";
    border-color: var(--main-color) 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{
	color: #FF9900;
	font-size: 18px;
    margin: 0 0 10px 0px;
	font-weight: 500;
}

.alert-box i{
	color: #FF9900;
	padding: 20px;
    font-size: 30px;
}
.boxing p{
	font-size: 15px;
	font-family: "Poppins", sans-serif;
}	

.boxing h3{
	font-family: "Poppins", sans-serif;
}

.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;
	font-family: "Poppins", sans-serif;
}

.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; */
}
.description_text span{
	font-size: 13px;
    color: #5f5858;
}

.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;
	min-height: 66px;
	margin-left: 88px;
	border-radius: 5px;
	padding-top: 14px;
	padding-left: 32px;
	font-size: 16px;
	height: auto; */
	height: auto;
    width: -webkit-fill-available;
    text-align: center;
    padding: 10px;
	background: #d6d6d6;
	border-radius: 5px;
}

.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: 32px;
	margin-top: 25px;
	
} 

.skill { 
	background-color: var(--main-color);
	color: white;
	padding: 1%;
	text-align: right;
	font-size: 13px;
	border-radius: 15px;
	height: 25px;
	margin-top: 3px;
  margin-left: 5px;
} 

.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,.option-input:focus {
	/* background: var(--main-color); */
	border: 1px solid var(--main-color) !important;
	box-shadow: 0 0 0 1px var(--main-color) !important;
  }
  .option-input:checked{
	background: var(--main-color);
    border-radius: 3px;
    height: 20px;
    width: 20px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  }
  .option-input.checkbox {
	border-radius: 3px;
    height: 18px;
    width: 18px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
	z-index: 0;
  }
  .wp-ultimate-performer-enhancer input[type=checkbox]:checked::before{
	margin: -0.1125rem 0 0px -0.15rem !important;
    height: 1.3125rem;
    width: 1.2125rem;
    filter: brightness(100);
  }
  .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: 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;
	font-family: "Poppins", sans-serif  !important;	
	font-weight: 500;
}

.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: 40%;
	margin: 20px auto;
	display: block;
	background-color: var(--main-color);
	padding: 4px;
	border-radius: 100%;
}
.CircularProgressbar-text{
	text-anchor: middle;
}
.dashboard-progress{
	/* display: inline-block;
	float: left;
	text-align: center;
	margin-left: 3%; */
}

.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;
	font-family: "Poppins", sans-serif !important;
}

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

.heads #circle-icon{
	float: right;
    position: relative;
    width: 0%;
    font-size: 20px;
    margin-top: 22px;
    margin-left: -10px;
}
#circle-icon{
	color: #6c757d;
}
#circle-icon:hover{
	color: var(--main-color);
}

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


.custom{
	display: flex;
	margin-top: 10px;
}
.custom span{
	font-size: 14px;
    color: #2d3748;
}
.query-ss-new{
	margin: 10px;	
}
div#query_dd{
	display: none;
}
.start-date{
	margin-left: 20px;
	margin-bottom: 10px;
}
.end-date{
	margin-left: 30px;
}
.custom-button{
	height: 33px;
    width: 120px;
    margin-left: 20px;
    border-radius: 5px;
    background: #fff;
    border: 2px solid var(--main-color);
	margin-bottom: 4px;
}

.limit-revision{
	/* margin-left: 20px; */
}

.table-section{
	/* background: aliceblue; */
    /* width: 682px;
    margin: 16px; */
    /* border-radius: 5px; */
}
.orphan-section{
	background: aliceblue;
 	width: 640px;
	margin: 16px 36px;
	border-radius: 5px;
}
.table-sections{
	/* background: aliceblue;
    width: 682px;
    margin: 9px 30px;
    border-radius: 5px; */
}
.left-section{
	margin: 15px;
    border-radius: 5px;
	background: aliceblue;
}

.right-section{
	/* background: aliceblue;
    margin: 0px 31px;
    border-radius: 5px; */
}

.component{
	margin: 15px;
   
}

.paddingLeft{
    padding-left: 2%;
}

.paddingLeft1{
    padding-left: 1%;
}

.chart-head{
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: var(--main-color);
}

.divtab {
    padding: 0px 15px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
	margin: 15px;
}

.divtab .divtabsection {
    list-style: none;
    padding: 0px;
}

.divtab .divtabsection .tablisting {
    text-align: center;
    padding: 8px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    background-color: #f3f5f8;
    width: 347px;
}

.divtab .divtabsection .tablisting:hover {
    border-bottom: 2px solid rgba(0, 166, 153, 0.5);
}

.divtab .divtabsection .tablisting.active{
    border-bottom: 2px solid var(--main-color);
    font-weight: 500;
}

.h3 {
	font-family: "Poppins", sans-serif;	
}

.p {
	font-family: "Poppins", sans-serif;	
}

.delete-button{
	background-color: var(--main-color);
	color: whitesmoke;
	border-radius: 4px;
	height: 25px;
	width: 70px;
}

.deleteall-button{
	color: var(--main-color);
	border-radius: 4px;
	height: 31px;
	/* width: 110px; */
	margin: 20px 0;
	font-family: "poppins";
}

.pagination {
	display: flex;
	list-style: none;
	outline: none;
	text-align: center;
	justify-content: center;
  }
  .pagination > .active > a{
	background-color: var(--main-color) ;
	border-color: var(--main-color) ;
	color: #fff;
  }
  
  .pagination > li > a{
	/* border: 1px solid var(--main-color) ; */
	padding: 5px 10px;
	outline: none;
	cursor: pointer;
  }
  .pagination > li > a:hover{
	font-weight:bold;
	border : 2px solid var(--main-color) ;
	border-radius: 20px !important;
  }
  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color:var(--main-color) ;
	border-color: var(--main-color);
	outline: none ;
	border-radius: 20px;
  }
  .pagination > li > a, .pagination > li > span{
	color: var(--main-color)
  }
  .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius: unset
  }
  table #delete-icon{
	font-size: 20px;
	margin-left: 20px;
	color: red;
  }
  #view-icon{
	font-size: 20px;
	margin-left: 20px;
	color:var(--main-color) ;
	cursor: pointer;
  }
  #deleteall-icon{
	margin-right: 9px;
	font-size: 16px;
  }
  #show-viewlist{
	  background-color:#f2f0f0 ;
	  max-height: 500px;
	  overflow: scroll;
  }
 
#ordered-details{
	font-size: 15px;
	list-style-type: disc;
	color: #736c6c;
	margin-left: 60px;
	margin-top: 8px;
}

.orphan-alert{
	background-color: #6699CC;
height: 125px;
position: relative;
border-radius: 7px;
margin-top: 11px;
padding: 7px;

}

.alert-text p{
	color:aliceblue
}

.profilerBox{
	border: 1px solid #E8EBEE;
	border-radius: 3px;
	padding: 10px;
	margin: 20px;
	width: 25%;
	text-align: center;
}

.hardwareStyle{
	display: flex;
	justify-content: center;
	padding: 12px;
	background-image: linear-gradient(to top left, rgba(255,0,0,0),var(--main-color));
	transition: all 0.3s;
	border: 1px solid #E8EBEE;
	border-radius: 3px;
	height: 75px;
	width: 25%;

}

.hardwareStyle:hover {
	transform: translateY(-3px);	
	box-shadow: 0 5px 5px rgba(0,0,0,.1);
}

.spantitle{
	font-size: 22px;
	color: aliceblue;
	height: 30px;
}

.spanbody{
	font-size: 30px;
	color: inherit;
	margin-bottom: 6%;
}

.modal {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
	background-color: white;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #80808063;
}

.profilerhead{
	border: 1px solid #E8EBEE;
	width: 48%;
	margin: 2%;
	height: 30px;
	font-size: 15px;
	transition: all 0.3s;
	background-image: linear-gradient(to top right, rgba(255,0,0,0),var(--main-color));
}

.profilerhead:hover {
	transform: translateY(-3px);	
	box-shadow: 0 5px 5px rgba(0,0,0,.1);
}

.profile-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 300px;
	/* margin: 12px; */
	text-align: center;
	font-family: arial;
	height: 100px;
	/* width: 200px; */
	border-radius: 7px;
	border: 1px solid #d9d9d9;
	display: flex;
    flex-direction: row;
    justify-content: center;
	justify-content: space-around;
	/* background-image: linear-gradient(to top left, rgba(255,0,0,0),var(--main-color)); */
}
.profile-card h1{
	color: var(--main-color);
	font-weight: 600;
	font-family: 'Poppins',sans-serif;
}
.profile-card .fa,.profile-card svg{
	font-size: 40px;
    color: var(--main-color);
}

.price {
    color: grey;
    font-size: 22px;
}

.profile-card button {
    /* border: none;
	outline: 0;
	padding: 7px;
	color: white;
	background-color: darkcyan;
	text-align: center;
	cursor: pointer;
	width: 93%;
	font-size: 18px;
	margin: 15px 0px 15px -16px;
	border-radius: 7px; */
}

.profile-card button:hover {
	opacity: 0.7;
}

.profile-card h1{
	font-size:16px;
}
.profile-card p{	
	font-size: 20px;
    font-weight: 600;
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 34px;
  }
  
  .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .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: 10px;
	width: 10px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: var(--main-color);
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px var(--main-color);
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(15px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
 .scanname{
  	/* margin-top: 30px; */
	color: var(--main-color);
	/* margin-right: 1%; */
	font-family: "Poppins", sans-serif;	
	font-weight: 600;
 }
 .profiler_file_name{
	display: flex;
    justify-content: space-between;
    align-items: center;
 }
 .profiler_file_name span{
	font-family:  "Poppins", sans-serif;
 }
 .monitortable {
	display:'block';
	overflow:'auto';
	max-height:'500px';
	font-family: "Poppins", sans-serif;	
 }

 .ConfirmBody{
	padding: 38px;
	background: white;
	box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	margin-left: 38%;
	margin-top: 20%;
	margin-right: 20%;
	min-width: 27%;
	width: auto;
	border: 1px solid #d9d9d9;
 }

 .PrimaryBtn{
	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-color: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
    margin-left:10px;
 }

 .ConfirmH1 {
	font-size: 30px;
	font-family: 'Poppins';
	font-weight: 500;
	margin-bottom: 0;
 }
 .ConfirmP { 
  	font-size: 16px;
 }

 .CancelBtn {
	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;
 }
 .CancelBtn:hover {
    background-color: #e2e8f0;
 }

 .react-datepicker-wrapper {
	display: block;
  }
  
  .react-datepicker-wrapper .react-datepicker__input-container {
	display: block;
  }
  
  .react-datepicker-popper .react-datepicker {
	width: 300px;
	border-color: #e8e8e8;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  }
  
  .react-datepicker-popper .react-datepicker .react-datepicker__triangle {
	border-bottom-color: #fff;
  }
  
  .react-datepicker-popper .react-datepicker .react-datepicker__triangle:before {
	border-top-color: #e8e8e8;
  }
  
  .react-datepicker-popper .react-datepicker .react-datepicker__navigation--previous {
	border-right-color: #303030;
  }
  
  .react-datepicker-popper .react-datepicker .react-datepicker__navigation--next {
	border-left-color: #303030;
  }
  
  .react-datepicker-popper .react-datepicker__month-container {
	width: 100%;
  }
  
  .react-datepicker-popper .react-datepicker__header {
	background: #fff;
	border: none;
  }
  
  .react-datepicker-popper .react-datepicker__header .react-datepicker__day-name {
	font-weight: 600;
	font-size: 16px;
	margin: 0px 7px;
  }
  
  .react-datepicker-popper .react-datepicker__month .react-datepicker__week {
	font-size: 16px;
  }
  
  .react-datepicker-popper .react-datepicker__month .react-datepicker__day {
	margin: 0px 7px;
  }
  
  .react-datepicker-popper .react-datepicker__month .react-datepicker__day.react-datepicker__day--selected {
	background-image: linear-gradient(to bottom, var(--main-color), #00736a) !important;
  }
  
  .react-datepicker-popper .react-datepicker__month .react-datepicker__day.react-datepicker__day--outside-month {
	opacity: 0.5;
  }

  .setting-tab {
	  /* width: 21%; */
	list-style: none;
	padding: 10px;
	display: flex;
    flex-wrap: wrap;
	align-self: flex-start;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 0px;
  }
  .setting-tab .setting-tab-list {
	padding: 7px 15px;
	font-family: "Poppins", sans-serif;
	cursor: pointer;
	/* border: 1px solid #edf2f7; */
	border-left: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 500;
	/* background-color: #cfcfcf; */
  }
  .setting-tab .setting-tab-list i {
	padding-right: 10px;
  }
  .setting-tab .setting-tab-list:hover {
	background-color: #fff;
  }
  .setting-tab .setting-tab-list.active {
	background-color: var(--bs-body-bg);
    color: var(--main-color);
    font-weight: 500;
    border-bottom: 2px solid var(--main-color);
	background: #cfcfcf7d;
	border-radius: 3px;
  }
 

  .tab-section {
	padding: 5px 15px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
  }
  
  .tab-section .tabs {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 8px;
	/* border-bottom: 1px solid #bcbaba; */
  }
  
  @media (max-width: 576px) {
	.tab-section .tabs {
	  width: 100%;
	}
  }
  
  .tab-section .tabs .tab-list {
	border-bottom: 1px solid #bcbaba;
	/* text-align: center; */
	margin-bottom: 0;
	padding: 10px;
	float: left;
	overflow: hidden;
	white-space: initial;
	text-overflow: ellipsis;
	font-family: "Poppins", sans-serif;
	cursor: pointer;
	/* background-color: #f3f5f8; */
	width: 170px;
	/* height: 95px; */
	display: flex;
    align-items: center;
	/* justify-content: space-evenly; */
  }
  .tab-section .tabs .tab-list img{
	width: 35px;
	height: 35px;
  }
  .tab-section .tabs .tab-list i{
	font-size: 22px;
	margin-right: 5px;
	padding: 5px;
  }
  .tab-section .tabs .tab-list div p{
	text-wrap: wrap;
	margin: 5px 0;
	font-size: 10px;
	font-weight: 500;
	/* width: 100px; */
  }
  .tab-section .tabs .tab-list div span{
	font-weight: 500;
	display: flex;
    align-items: center;
  }
  
  @media (max-width: 576px) {
	.tab-section .tabs .tab-list {
	  width: 48%;
	  margin: 2px;
	  border-radius: 6px;
	  border: 1px solid var(--main-color);
	}
  }
  
  .tab-section .tabs .tab-list:hover {
	border-left: 2px solid rgba(0, 166, 153, 0.5);
	border-bottom: none;
	background-color: white;
  }
  
  @media (max-width: 576px) {
	.tab-section .tabs .tab-list:hover {
	  color: #fff;
	  border: 1px solid rgba(0, 166, 153, 0.5);
	  background-color: rgba(0, 166, 153, 0.5);
	}
  }
  
  .tab-section .tabs .tab-list.active {
	border-left: 2px solid var(--main-color);
	font-weight: 500;
	border-bottom:none ;
  }
  .tab-section .tabs .tab-list.active i,.tab-section .tabs .tab-list.active img{
	filter: invert(21%) sepia(81%) saturate(1980%) hue-rotate(156deg) brightness(97%) contrast(103%);
	background: #0000004a;
	padding: 5px;
    border-radius: 5px;
  }
  
  @media (max-width: 576px) {
	.tab-section .tabs .tab-list.active {
	  color: #fff;
	  border: 1px solid var(--main-color);
	  background-color: var(--main-color);
	}
  }

  .mapping-switcher {
	display: flex;
    /* place-self: flex-start; */
	background: #fff;
	/* margin: 15px auto !important; */
	
	list-style: none;
	font-family: "Poppins", sans-serif;
	padding: 10px;
	/* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
	/* border-radius: 10px; */
	border-bottom: 1px solid #d9d9d9;
  }
  .mapping-switcher i{
	font-size: 20px;
	margin-right: 5px;
  }
  .main_body_view{
	display: block;
	/* border-radius: 20px; */
  }
  
  .mapping-switcher li {
	cursor: pointer;
	/* text-transform: uppercase; */
	float: left;
	position: relative;
	
	color: #718096;
	text-align: center;
	padding: 7px  15px ;
	background: #e2e8f0;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 500;
	width: auto;
	border-radius: 3px;
	display: flex !important;
  }
  
  @media (max-width: 450px) {
	.mapping-switcher li {
	  padding: 10px 5px;
	  overflow: hidden;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	}
  }
  
  @media (min-width: 768px) and (max-width: 992px) {
	.mapping-switcher li {
	  overflow: hidden;
	  padding: 10px 5px;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	}
  }
  @media (min-width: 1390px) {
	.tab-section .tabs .tab-list{
		width: 100%;
		height: auto;
	}
	.tab-section .tabs .tab-list{
		justify-content: flex-start;
	}
  }
  .mapping-switcher li:not(li:first-child){
	margin-left: 10px;
  }
  .mapping-switcher li:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
  }
  
  .mapping-switcher li:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
  }
  
  .mapping-switcher li.active {
	background: var(--main-color);
	color: #fff;
	text-align: center;
	display: block;
	/* margin: 0 auto; */
	width: auto;
	font-weight: 500;
  }
  
  .mapping-switcher li.active:after {
	position: absolute;
	bottom: -12px;
	left: 45%;
	/* content: ""; */
	width: 0;
	height: 0;
	border-top: solid 12px var(--main-color);
	border-left: solid 12px transparent;
	border-right: solid 12px transparent;
  }
  
  .mapping-switcher li.active:hover {
	color: #fff;
  }
  
  .mapping-switcher li:hover {
	color: var(--main-color);
  }
  
  .fomcon{
	display: flex;
	align-items: center;
	flex-direction: row !important;
	margin-bottom: 1rem;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
  }

  .upgrade-to-pro img {
	margin-bottom: 20px;
	width: 96px;
	opacity: 0.8;
  }
  
  .upgrade-to-pro p {
	font-size: 16px;
	text-align: center;
  }
  
  .upgrade-to-pro p span {
	font-weight: 500;
  }

  .table-radio {
	font-size: 14px;
	margin-left: 15px;
	margin-top: 15px;
  }
  .table td {
	font-size: 14px;

  }
  .table th{
	font-weight: 500;
  }
  table{
	font-family: "Poppins", sans-serif;
  }
  table b{
	font-weight: 500;
  }
  .plesewait{
	  font-size: 16px;
	  color: var(--main-color);
	}

	 /* toggle in label designing */
	 .toggle {
        position : relative ;
        display : inline-block;
        width : 30px;
        height : 20px;
        background-color: red;
        border-radius: 30px;
        border: 2px solid gray;
    }
            
    /* After slide changes */
    .toggle:after {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: gray;
        top: 1px; 
        left: 1px;
        transition:  all 0.5s;
    }
            
            
    /* Checkbox checked effect */
    .checkboxes:checked + .toggle::after {
        left : 49px; 
    }
            
    /* Checkbox checked toggle label bg color */
    .checkboxes:checked + .toggle {
        background-color: green;
    }
            
    /* Checkbox vanished */
    .checkboxes { 
        display : none;
    }
	i.csv-icon-calendar2.input-icon {
		position: absolute;
		margin-left: 130px;
		margin-top: 8px;
	}
	.minify.database_optimization{
		flex-direction: column;
	}
	.database_optimization input[type=radio]:checked::before{
		background-color: #007065;
	}
	.processing_text{
		height: 50vh;
    	align-items: center;
    	display: flex;
		justify-content: center;
	}
	.fade.active.tab-pane {
		display: block;
		opacity: 1;
	}
	.tab-section .nav-item .nav-link.active{
		border: none;
		font-weight: 500;
		border-left: 2px solid var(--main-color);
		border-radius: 0;
		background-color: white;
	}
	.tab-section .nav-item .nav-link{
		color: black;
		background-color: #d9d9d9;
		border-radius: 0;
	}
	.tab-section li.nav-item button {
		width: 200px;
	}
	.__react_component_tooltip.type-info{
		background-color: var(--main-color) !important;
	}
	.__react_component_tooltip.type-info.place-top:after{
		border-top-color: var(--main-color) !important;
	}
	.no_scan_records{
		display: flex;
		justify-content: center;
		min-height: 50%;
		height: 200px;
		align-items: center;
	}
	.no_scan_records h3{
		display: grid;
		justify-content: center;
		text-align: center;
		font-size: 18px;
	}
	.no_scan_records h3 i,.no_record_found i,.no_scan_found i{
		background: #f1343852;
		width: max-content;
		margin: 0 auto;
		padding: 8px;
		color: #f13438;
		border-radius: 5px;
		font-size: 18px;
	} 
	.CircularProgressbar {
		margin-top: 10px;
	}
	.no_record_found i{

	}
	.no_scan_found h3{
		color: var(--main-color);
		font-family: "Poppins", sans-serif;
		display: flex;
		justify-content: center;
		/* height: 40vh; */
		align-items: center;
		margin: 40px 0 !important;
		font-size: 18px;
	}
	.no_scan_found i{
		margin: auto !important;
		font-size: 18px !important;
		width: auto !important;
		color: #f13438 !important;
	}
	.no_scan_found h3{
		display: grid;
		text-align: center;
		font-size: 18px;
	}
	.close_popup_btn.active{
		/* pointer-events: none;
		opacity: .6; */
	}
	.chart_detail_view .chart_card{
		/* box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset; */
		border: 1px solid  #d9d9d9;
	}
	.chart_detail_view .col-md-6{
		padding: 5px;
	}
	#scanmodal input{
		width: -moz-available;
		border-color: #d9d9d9;
	}
	.need_to_scan_main {
		position: relative;
	}
	.need_to_scan_main .scanneeded{
		min-height: 40vh;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		background: #e3e6f169;
		width: 100%;
		height: 100%;
		opacity: 1;
		flex-direction: column;
	}
	.need_to_scan_main div:not(.scanneeded) {
		position: relative;
		opacity: 0.7;
	}
	/* query Monter Detail view  */
	.query-dd{display:block;line-height:24px;background-color:#c4c4c4;color:#000;font-family:Helvetica,Arial,sans-serif;font-size:18px;text-align:center}.query-bs{margin:0 45px}.query-ss{margin:0 4px;border-left:5px solid #999}#query_dd{position:fixed;left:50%;bottom:0;z-index:9999998;margin-left:-160px;width:475px;height:26px;white-space:nowrap;overflow:hidden;background-color:rgb(159 188 253 / 50%);border-radius:6px;margin-bottom:21px;padding:2px}
	/* end of query Monter Detail view  */
	