* {
  	box-sizing: border-box;
  	font-family: Poppins;
  	font-size: 13px;
}

a {

text-decoration:none;

}
#pie {

margin: 20px auto;

}

#pie2 {

margin: 20px auto;

}

#pie3 {

margin: 20px auto;

}
#pie svg {
  width: 200px;
  border-radius: 50%;
  background: #fdd98b;
  transform: rotate(-90deg);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#pie svg text {
  transform: rotate(90deg);
  font-size:2px;
}

#pie circle {
  fill: none;
  stroke-width: 32;
  r: 16;
  cx: 16;
  cy: 16;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#pie2 svg {
  width: 200px;
  border-radius: 50%;
  background: #5eafc9;
  transform: rotate(-90deg);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
#pie2 svg text {
  transform: rotate(90deg);
  font-size:2px;
}

#pie2 circle {
  fill: none;
  stroke-width: 32;
  r: 16;
  cx: 16;
  cy: 16;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#pie3 svg {
  width: 200px;
  border-radius: 50%;
  background: #5e79c9;
  transform: rotate(-90deg);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
#pie3 svg text {
  transform: rotate(90deg);
  font-size:2px;
}

#pie3 circle {
  fill: none;
  stroke-width: 32;
  r: 16;
  cx: 16;
  cy: 16;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.svg-item {
width: 200px;
margin: auto 20%;

}
@keyframes donutfade {
  /* this applies to the whole svg item wrapper */
    0% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}


.donut-ring {
    stroke: #EBEBEB;
}

.donut-segment {
    transform-origin: center;
    stroke: #FF6200;
}

.donut-segment-2 {
    stroke: #5eafc9;
    animation: donut1 4s;
}


.segment-1{fill:#ccc;}
.segment-2{fill:#5eafc9;}


.donut-percent {
    animation: donutfadelong 1s;
}

@keyframes donutfadelong {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



.donut-text {
    font-family: Arial, Helvetica, sans-serif;
    fill: #02015a;
}


.donut-label {
    font-size: 0.28em;
    font-weight: 700;
    line-height: 1;
    fill: #000;
    transform: translateY(0.25em);
}

.donut-percent {
    font-size: 9px;
    line-height: 1;

}

.donut-data {
    font-size: 2.5px;
    line-height: 1;
      text-align: center;
    text-anchor: middle;
    color:#666;
    fill: #666;
    animation: donutfadelong 1s;
}


.collapsible {
  background-color: #04AA6D;
  color: white;
  cursor: pointer;
  padding: 8px;
  width: 50%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  display: block;
margin: 20px auto;

}

.active, .collapsible:hover {
  background-color: #555;
}

.advert {

  display: none;
  overflow: hidden;
  background-color: #fff;
  padding: 10px 20px;

  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);



}
.grey-button {
      background-color: #eee;

      text-align: center;
      color: #666;
      padding: 10px 15px;
      margin: 10px;
      width: 100%;
      display:inline-grid;
  }


.cta {
      background-color: #fd8baf;

      text-align: center;
      color: #fff;
      padding: 10px 15px;
      margin: 10px;
      width: 100%;
      display:inline-grid;
  }

  .cta:hover {
background-color: #02017a;


  }

#tips_block {

  display: flex;
      border-bottom: 1px solid #f1f1f1;
}

#tips {
width:45%;
padding: 10px;
}

#view-message {

border-bottom: 1px solid #f1f1f1;

}

#statblock {
display: flex;

}
#sub_details {

padding: 0px 20px;

}

#checkout {

  padding: 30px 0;
}

#keystats {
  width: 30%;
      text-align: center;


}
#devices {
width: 100%;
display: flex;
}

#ave_devices {
width: 100%;
padding: 0px;
display: flex;
}

#mobile {
width: 50%;
margin: 0 20px 0 0;
}

#desktop {
width: 50%;

}

#device_split {
display: flex;
padding: 20px 0;
border-top: 1px solid #f1f1f1;
}

#device-text {

width: 50%;

}

.mobile-chart {
background-color: #fd8baf;
color:#fff;
padding: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.mobile-border {
background-color: #f1f1f1;

}

.average-chart {
background-color: #73cebc;
color:#fff;
padding: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);

}

.reduced-chart {
background-color: #5eafc9;
color:#fff;
padding: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);

}

.average-border {
background-color: #f1f1f1;
width: 50%;
    margin: 0 10px 0 0;
}

.iphones {
background-color: #fda08b;
color:#fff;
padding: 10px;
text-align:right;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.androids {
background-color: #fdd98b;
color:#fff;
padding: 10px;
margin:-10px;
float:left;
text-align:left;

}
.desktop_split {
background-color: #5e79c9;
color:#fff;
padding: 10px;
text-align:right;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.mobile_split {
background-color: #fd8baf;
color:#fff;
padding: 10px;
margin:-10px;
float:left;
text-align:left;

}

#device-pie {
display:flex;

}

#desktop_os {
width: 100%;
border-top: 1px solid #f1f1f1;
padding: 20px 0;
}

.desktop-chart {
background-color: #5e79c9;
color:#fff;
padding: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);

}


.windows {
background-color: #5ec9af;
color:#fff;
padding: 10px;
float:left;
margin:-10px;
text-align:left;
}
.macintosh {
background-color: #5eafc9;
color:#fff;
padding: 10px;
text-align:right;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

#source_os {
width: 100%;
border-top: 0px solid #f1f1f1;

}

.none {
background-color: #5e79c9;
color:#fff;
padding: 10px;
text-align:right;

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.organic {
background-color: #5eafc9;
color:#fff;
padding: 10px;
text-align:left;
float:left;
    margin: -10px;
}
.referral {
background-color: #fdd98b;
color:#fff;
padding: 10px;
text-align:left;
float:left;
    margin: -10px;
}
.paid_social {
background-color: #5ec9af;
color:#fff;
padding: 10px;
text-align:left;
float:left;
    margin: -10px;
}

.cpc {
background-color: #fda08b;
color:#fff;
padding: 10px;
text-align:left;
float:left;
    margin: -10px;
}

.none_exit {
background-color: #5e79c9;
color:#fff;
padding: 10px;
text-align:left;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.organic_exit {
background-color: #5eafc9;
color:#fff;
padding: 10px;
text-align:left;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.referral_exit {
background-color: #fdd98b;
color:#fff;
padding: 10px;
text-align:left;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.paid_social_exit {
background-color: #5ec9af;
color:#fff;
padding: 10px;
text-align:left;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.cpc_exit {
background-color: #fda08b;
color:#fff;
padding: 10px;
text-align:left;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}


.desktop-border {
background-color: #f1f1f1;

}

.abrate {
font-size: 40px;
text-align:center;
color: #02015a;
}
.small {
font-size: 13px;
text-align:center;
}

.small p{
margin: 0;
font-size: 13px;
}


.avebottom-label {
  font-family: arial;
  font-size: 13px;
color: #02015a;
  margin: 325px 0 0 0;
  text-align: center;
  white-space: normal;
}

body {
  	background-color: #f1f1f1;
  	margin: 25px 0;
    color: #666;
    font-family: Poppins;

}

h1,h2,h3 {
font-family: Poppins!important;
font-weight:600!important;
font-size: 16px!important;
}

#pay {

      display: flex
  ;
      width: 900px;
      margin: 0 auto;
      padding: 20px;
}
#pay-logo {
width: 50%;

}

#pay-menu {
  width: 50%;


}
.topnav {
display:none;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: #666;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {

  color: black;
}

.active {
  background-color: #fff;
  color: #666;
}

.logo {
display:none!important;

}

#logo {
width: 300px;
float: left;
padding: 10px;

}

#profile_icon {
float: right;
width: 90px;
margin: 10px 0 0 0 ;
}

.profile_icon {
    padding: 0 15px;
    background-color: #5941f7;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    line-height: 40px;
}

.active {
  background-color: #04AA6D;
  color: white;
}

#side {
width: 200px;
background-color: #fff;
float:left;
padding: 10px;
 height: 100vh;
 position:fixed;
     box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
     margin-top:-25px;
}
#side img {
margin: 0 0 0 5px;

}

#menu {
  border-top: 1px solid #f1f1f1;
margin: 20px 0;

}

#menu ul {
list-style-type:none;
padding-inline-start: 0;
width:100%;
}

#menu ul li {
padding: 10px;

}

#menu ul li:hover {

background-color: #666;
color: #fff;

}

#menu ul li a {

color: #666;
font-size: 14px;
}
#menu ul li a:hover {

color: #fff;
}

#menu ul ul li a {
font-size: 14px;
margin-left: 10px;
}



#menu .fa-solid, .fas {
font-size: 20px;
margin: 0 10px 0 0;
}

#close-menu {
display:none;

}
#top {
display:none;

}

#top  {

margin:0;
background-color:#fff;
width: 100%;
position:absolute;
border-bottom:1px solid #f1f1f1;
}

#top  ul {
list-style-type:none;
padding-inline-start: 0;
width:100%;

}

#top  ul li {
padding: 10px;

}

#top  ul li:hover {

background-color: #666;
color: #fff;

}

#top  ul li a {

color: #666;
font-size: 18px;
}

#top  ul li a:hover {

color: #fff;

}


#menu .fa-solid, .fas {
font-size: 20px;
margin: 0 10px 0 0;
}

#mobile-only {

  display:none;
}


#main {
height:100vh;

}

#top-stats {

	margin: 25px 25px 25px 220px;
width: 100%;
min-height: 150px;
}

#stat-blocks {
  padding: 10px 20px;
width:200px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
float: left;

margin: 0 10px;
}

#stat-blocks h1 {
font-size: 30px;
text-align:center;
}

#stat-blocks h2 {
  font-size: 13px;
  text-align:center;

}
#top-tabs {
padding: 0 0 5px 0;
border-bottom: 1px solid #f1f1f1;
}

#top-tabs a{
padding: 5px 20px;
border-right: 1px solid #f1f1f1;

}

#top-tabs a:hover{
padding: 5px 20px;
background-color: #f1f1f1;

}

.selected{
background-color: #f1f1f1;
padding: 5px 0;
}


#top-content {

  padding: 10px 20px;
	margin: 25px 25px 25px 220px;
  	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;

}
#content {

  padding: 20px;
	margin: 25px 25px 25px 220px;
  	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;

}

#advert-block {


	margin: 25px 25px 25px 220px;


}

.download {
  background-color: #888;
  padding: 10px 30px;
  color: #fff;
  border: 0;
  margin: 10px ;
  }

  .download:hover{
  text-decoration: none;
  color: #fff;
  background-color: #333;
  cursor: pointer;

  }

#content p {
font-size: 13px;

}

#content form input[type="password"], #content form input[type="text"], #content form input[type="email"], #content form input[type="url"], #content form input[type="number"]    {
  	width: 300px;
color: #666;
  	border: 1px solid #dee0e4;
  	margin: 5px 0;
  	padding: 0 15px;
}

#content form select {

  width: 300px;
color: #666;
  border: 1px solid #dee0e4;
margin: 5px 0;
  padding: 0 15px;
}
#admin_stats{
width: 50%;
float:left;


}

#fullblock{

margin: 25px 20px 20px 220px;
padding: 30px;
color: #666;
box-shadow: 0px 0px 6px 1px rgba(45, 54, 68, 0.05);
overflow: hidden;
background-color: #fff;

}

#fullblock strong {
font-size: 13px;

}

#fullblock td {
padding: 10px;

}

.heading {
font-weight:900;


}
#pricebox1{
width: 45%;
float:left;
border-right:1px solid #f1f1f1;
padding: 20px;
margin: 0 0 0 10px;
font-size: 13px;
}

#pricebox2{
width: 40%;
float:left;
padding: 20px 0 0 40px;
border-right:0px;
font-size: 13px;
}

#pricebox3{
width: 300px;
float:left;
padding: 20px 0 0 40px;
font-size: 13px;

}
strong {
font-size: 13px;
}

#pricebox1 ul {
  list-style: none;
  padding: 0px;


}

#pricebox1 ul li{
padding: 0 0 3px 0;
font-size: 13px;


}

#pricebox1 ul li:before {
  content: '✓';
  padding: 0 8px 0  0;
}

#pricebox2 ul {
  list-style: none;
  padding: 0px;

  list-style-position: outside;
}

#pricebox2 ul li{
padding: 0 0 3px 0;
  list-style-position: outside;
font-size: 13px;
}

#pricebox2 ul li:before {
  content: '✓';
  padding: 0 8px 0  0;
}

#pricebox3 ul {
  list-style: none;
  padding: 0px;


}

#pricebox3 ul li{
padding: 0 0 3px 0;
font-size: 13px;

}

#pricebox3 ul li:before {
  content: '✓';
  padding: 0 8px 0  0;
}

#paymentblock {

display: flex;
    align-content: center;
    flex-wrap: wrap;
}


#charts {
  padding: 60px 20px;
  width: 40%;
  height: 200px;
float: right;


}

#chartlive {
  width: 20px;
border: 1px solid #b2f0b3;
background-color: #b2f0b3;
color:#b2f0b3;
margin: 2px;
text-align: center;
float: left;

}

#chartdown {
    width: 20px;

border: 1px solid #FF0040;
background-color: #FF0040;
margin: 2px;
color: #FF0040;
text-align: center;
float: left;

}

.tooltip {

  display: inline-block;
  border-bottom: 1px dotted black;
  padding: 0 ;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #f1f1f1;
  color: #666;
  text-align: center;
  border:1px solid #666;
padding: 5px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.addmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.addmodal p{
padding: 0!important;

}

.addmodal form input[type="password"], .addmodal form input[type="text"], .addmodal form input[type="email"] , .addmodal form input[type="url"] {
  	width: 100%;

  	border: 1px solid #dee0e4;
  	margin: 5px 0;
  	padding: 0 15px;
}

.addmodal form select {

  width: 100%;

  border: 1px solid #dee0e4;
margin: 5px 0;
  padding: 0 15px;
}
.addmodal form input[type="submit"] {
  	width: 50%;
  	padding: 15px;
  	margin-top: 20px;
	background-color: #fd8baf;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.addmodal form input[type="submit"]:hover {
background-color: #666;
  	transition: background-color 0.2s;
}

/* Modal Content */
.addmodal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 500px;
  color:#666;
}
.editmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.editmodal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  color:#666;
}

/* The Close Button */
.closeadd {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeadd:hover,
.closeadd:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#promo {
background-color: #7459ff;
width: 30%;
float:left;
margin:25px 0 25px 25px;
padding: 30px;
min-height: 920px;

}

#promo p {
color:#fff;
font-size: 18px;

}

#promo img {
margin: 50px 0;

}

#promo h1 {
color: #fff;
font-size: 30px;
padding: 20px 0;


}

#mobile-promo {
display:none;

}

/* The message box is shown when the user clicks on the password field */
#message {
  display:none;
  background: #fff;
  color: #666;
  position: relative;
  padding: 10px 20px;
  margin-top: 10px;
  width:100%;
  border:1px solid #f1f1f1;
}

#message p {
  padding: 5px;
  font-size: 16px;
  margin: 0 0 0 30px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}

#reviews {
margin: 200px 0 0 0;
padding: 40px;
border: 1px solid #f1f1f1;



}

#reviews p{

  font-size: 15px;
}
#registration{
display: flex;


}
#register {

background-color: #ffffff;
width:50%;

padding: 40px;
min-height: 100dvh;
}

#register p {


}

.register {
width: 500px;
  	background-color: #ffffff;

}
.register h1 {
  	text-align: left;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 25px 0 20px 0;

}
.register form {
  	display: flex;
  	flex-wrap: wrap;

}
.register form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
 	height: 50px;
  	background-color: #666;
  	color: #ffffff;
    margin:0;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  	width: 470px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}

.form-select {

  width: 470px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}
.register form input[type="submit"] {
  	width: 50%;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: #fd8baf;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
background-color: #666;
  	transition: background-color 0.2s;
}
.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 0 0 10px 0;

}
.login p {

	padding: 0;

}

.login form {

  	flex-wrap: wrap;
  	justify-content: left;
  	padding: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #666;
  	color: #ffffff;
    margin:0;
}
.login form input[type="password"], .login form input[type="text"], .login form input[type="email"] {
  	width: 100%;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  		background-color: #fd8baf;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
background-color: #666;
  	transition: background-color 0.2s;
}

#login-top{
padding: 20px 0 0 0;
text-align:center;

}

.navtop {
	background-color: #fff;
	height: 60px;
	width: 100%;
	border: 0;
  padding: 10px;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0 0 0 20px;
	margin: 0;
	color: #eaebed;
	font-weight: normal;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #777;

}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #000;
}
#space{
margin-top:25px;

}
.content {

  padding: 0;
	margin: 0 0 0 200px;

}

.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}

.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}

#mobile-intro {
display: none;

}

#intro {

width: 50%;
padding: 70px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #02015a;
min-height: 100dvh;

}

#intro p{
color: #fff;
font-size: 15px;
}

#intro h1 {
color: #fff;
padding: 30px 0;
font-size: 25px!important;
}

#points {
width: 100%;

}

#intro_box{

width: 40%;

}

#point_box {
width: 33%;
margin: 10px 0 ;
float: left;
}

#point_box p{
text-align: center;
font-size: 13px;
}

#point_box h3 {
text-align: center;
font-size: 34px;
color:#666;
font-weight: 500;
margin: 20px 0 0 0 ;
}
#point_box h4 {
text-align: center;
font-size: 28px;
color:#666;
font-weight: 500;
margin: 20px 0 0 0 ;
}

#purchase-block{
width: 100%;
float: left;
margin: 20px 0 0 0 ;
text-align:center;

}
.purchase {
background-color: #27bf3f;
padding: 10px 30px;
color: #fff;
border: 0;
margin: 0 -10px 0 0;
}

.purchase:hover{
text-decoration: none;
color: #fff;
background-color: #666;
cursor: pointer;

}

.purchase-large {
background-color: #27bf3f;
padding: 10px 30px;
color: #fff;
border: 0;
margin: 0;
display:block;
width:90%;
}

.purchase-large:hover{
text-decoration: none;
color: #fff;
background-color: #666;
cursor: pointer;

}

.earn {
background-color: #eee;
padding: 10px 30px;
color: #666;
border: 0;

}

#buttons{
width: 100%;
    margin: auto 40%;
text-align:center;
display:flex;

}

.earn:hover{
text-decoration: none;
color: #fff;
background-color: #666;

}

#add-block{
width: 100%;
float: left;
margin: 0 ;
text-align:left;

}

.add {
background-image: linear-gradient(to right, #5941f7, #eb45bf);
padding: 10px 30px;
color: #fff;
border: 0;
}

.add:hover{
text-decoration: none;
background-color: #666;
color: #fff;

cursor: pointer;

}

.edit {
color: #666;
font-size: 14px;
padding: 0 0 0 20px;
}

.edit:hover{

color: #5941f7;


}


#dash {
  margin: 0 20px;
  display: flex;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
background-color: #fff;

min-height: 190px;


}

#stats {
padding: 10px;
  color: #666;
text-align: center;
  width: 100%;
}

#stat_box {
width: 30%;
float: left;

}

#stat_box p{
text-align: center;
font-size: 13px;
}

#stat_box h3 {
text-align: center;
font-size: 34px;
font-weight: 500;
margin: 20px 0 0 0 ;
}

#site {
  padding: 10px 20px;
	margin: 20px 20px 20px 220px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
    min-height: 280px;
      display:flex;

}

#site p{

      color: #666;
      margin: 2px 0px;


}

#site h3 {
font-size: 20px;
color: #666;
font-weight:lighter;

}

#data-l {
  width: 60%;

    margin:0 20px 20px 0;


}
#data-l p {
font-size: 14px;

}

#data-l-stats {
padding: 20px;
float:left;
width: 60%;

}


#data-r {
display:flex;
  width: 30%;
    float:right;
text-align:center;



}

progress[value] {
  --w: 200px; /* the width*/
  --color: #eb45bf;
  --background: lightgrey; /* the background color */

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: var(--w);
  margin: 0 10px;
  border-radius: 0;
  background: var(--background);
  font-size: 9px;
}
progress[value]::-webkit-progress-bar {
  border-radius: 0;
  background: var(--background);
}
progress[value]::-webkit-progress-value {
  border-radius: 0;
  background: var(--color);
}
progress[value]::-moz-progress-bar {
  border-radius: 0;
  background: var(--color);
}

label {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin: 20px 0;
}

.low {
color: #27bf3f!important;

}

.medium {

color: #FE642E!important;

}

.high {
color: #DF013A!important;

}


#boxes {
    width: 50%;
    padding: 90px 0px;
    margin: 10px;

}

#boxes h3 {
font-size: 25px;
color: #666;
margin:0;
font-weight:lighter;
}

#boxes h4 {

font-size: 20px;
margin:5px 0 0 0;
color: #666;
font-weight:lighter;
}

#boxes p {
font-size: 14px;
color: #666;

}
.live {

color: #27bf3f;
font-size: 20px;

}

.down {
color: #ff0000;
font-size: 20px;

}
.paused {
color: #ff0000;
font-size: 13px;

}
.forgot {
font-size: 13px;
color: #444;

}

.forgot:hover{
color: #27bf3f;

}



@media screen and (max-width: 900px) {

  #device-text {

  width: 100%;

  }

  #device-pie {
  display:grid;

  }
  .svg-item {
  width: 99%;
  margin: 0%;

  }
.topnav {
margin: 0;
background-color: #fff;
display:block;
padding: 5px;
height: 50px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.tooltip .tooltiptext {
width: 100px;

}

#tips_block {

  display: inline-grid;
}

#tips {
width:100%;
padding: 5px;

}

.container {
width: 100%;
margin: 0;
}
.barcontainer {
width:80px;
margin-left: 20px;

}

.avebarcontainer {
width:80px;
margin-left: 20px;

}

.average-border {
width: 100%;
margin: 10px 0;
}


.collapsible {
width:100%;

}

#checkout {

padding: 0;
}

#devices {
  display: unset;
}

#ave_devices {
  display: unset;
}

#mobile {
width: 100%;
margin: 0;
}

#desktop {
width: 100%;
padding: 20px 0 0 0;
border-top: 1px solid #f1f1f1;
}

#top-stats {

	margin: 25px;


}

.abrate {

font-size: 25px;
}
#mobile-only {

  display:block;
}
  #content {

margin: 10px 5px;

  }

  #top-content {

margin:0;
padding: 10px;

  }

  #top-tabs a {
    padding: 5px;

  }

  .content {

margin: 5px;

  }

  #side {
display:none;
width:100%;
  }

  #menu{

margin:40px 0;

  }
  #close-menu {
  display:block;
padding: 5px 5px 0 0;
float:right;
  }
#close-menu a{
color: #fff;

}

.logo {
  display:block!important;


}
.logo-m {
display:block!important;
float: left;

}
#registration {
  display: block;


}
  #intro {
display:none;

  }
  #mobile-intro {

  display: block;
padding: 20px;
background-color: #02015a;
color: #fff;
  }
#mobile-intro img {
margin: 10px 0;

}

#mobile-intro h1 {
margin: 10px 0;

}


#mobile-intro p {




}

.register {
width:400px;
padding: 20px;
margin: 0;
}

  #register{
width: 100%;
margin: 0;
padding: 0;
  }


  .register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
    	width: 100%;
margin: 0 10px 0 0;
  }

  .form-select {

    width: 100%;
margin: 0 10px 0 0;
  }

#intro {
width: 98%;
margin: 10px 5px;
min-height: 210px;

}

#dash {
  width: 98%;
margin: 10px 5px;

}

#fullblock {

  width: 98%;
margin: 10px 5px;
padding: 5px;

}

#fullblock td {
font-size: 13px;


}

#site {

margin: 10px;
min-height: 600px;
padding: 5px 15px;
display: block;
}

#site h3 {
font-size: 18px;
font-weight:bold;
}

#data-l {
  width: 100%;
margin: 10px 0 5px 0;

}

#data-l-stats{
width: 100%;
padding:5px;

}

#charts {
width: 300px;
padding: 10px;
height: 150px;
float:left;
}

#data-r {
  width: 100%;
  margin: 0;
  display: unset;

}

#boxes {
  width: 49%;
padding: 2px;
margin: 15px 0 0 0 ;
float:left;
min-height: 120px;
}

progress[value] {

--w: 150px;


}


#advert-block {


	margin: 10px;


}
#pricebox1{

width: 100%;


}

#pricebox2{

width: 100%;


}

#boxes h3 {
padding: 0 0 5px 0;
margin:5px;
font-weight:bold;
font-size: 25px;
}

#boxes h4 {

margin:5px 0 0 0;
font-weight:bold;
}
.live {
font-size: 18px;
}
.down {
font-size: 18px;
}

.addmodal-content {
width:100%;
}

.navtop div a {
	padding: 0 10px;


}

#buttons{
margin:20px;
}

.profile_icon {
    padding: 0 10px;
    background-color: #5941f7;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    line-height: 40px;
}

#pricebox1{
margin: 0;
border: 0;
}

#pricebox2{
padding: 20px;
border: 0;
}

#pricebox3{
padding: 20px;
border: 0;
}

#paymentblock {
margin: 0;
}

#admin_stats {
width:100%;


}

}
