html, body {

    border: none;

    padding: 0;

    margin: 0;

    background: radial-gradient(#371f67, #261744 60%);

    color: #fff;

    font-family: 'Poppins', sans-serif;

    text-transform: uppercase;

    font-weight: 600;

}

.hidden-div{

	display:none !Important;

}

body {

    text-align: center;

    font-family: 'Poppins', sans-serif;

    display: flex;

    align-items: center;

    justify-content: center;

    /* min-height: 600px; */

    min-height: 100vh;

    overflow-x: hidden;

}



@media (max-width:600px) {

    .btnround 

	{

        margin-top: -334px;

		height: 200px !important;

		width: 200px !important;

    }

	.medirvelocidade

	{

		font-size: 21px !important;

	}

	.rowhistorico

	{

		margin-top: -65px !important;

	}

}



.tablet-display

{

	display:block !important;

}



h1 {

    color: #404040;

}



#startStopBtn {

  display: inline-block;

    margin: 0 auto;

    color: #6060FF;

    background-color: rgba(0, 0, 0, 0);

    border: 0.15em solid #6060FF;

    border-radius: 0.3em;

    transition: all 0.3s;

    box-sizing: border-box;

        width: 13em;

    height: 3em;

    line-height: 2.7em;

    cursor: pointer;

    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1), inset 0 0 0 rgba(0, 0, 0, 0.1);

    margin-right: 5px;

}



#startStopBtn:hover {

    box-shadow: 0 0 2em rgba(0, 0, 0, 0.61), inset 0 0 1em rgba(0, 0, 0, 0.1);

    background: #6060FF;

    color: #ddf;

    transform: translateY(-5px);

}



#startStopBtn.running {

    background-color: #FF3030;

    border-color: #FF6060;

    color: #FFFFFF;

}



#startStopBtn.running:hover {

    background-color: #ff582b;

    border-color: #ff582b;

    color: #FFFFFF;

    box-shadow: 0 0 2em rgba(0, 0, 0, 0.61), inset 0 0 1em rgba(0, 0, 0, 0.1);

}



#startStopBtn:before {

  font-family: FontAwesome, 'Poppins';

    content: "\f144  Testar Novamente";

	    width: auto !important;

}



#startStopBtn.running:before {

  content: "\f28b  Pausar";

}



div.testArea {

    display: inline-block;

    width: 16em;

    height: 12.5em;

    position: relative;

    box-sizing: border-box;

}



div.testName {

    position: absolute;

    top: 0.1em;

    left: 0;

    width: 100%;

    font-size: 1.4em;

    z-index: 9;

}



div.meterText {

    position: absolute;

    bottom: 2.2em;

    left: 0;

    width: 100%;

    font-size: 2em;

    z-index: 9;

}



div.meterText:empty:before {

    content: "0.00";

}



div.unit {

    position: absolute;

    bottom: 3em;

    left: 0;

    width: 100%;

    z-index: 9;

}



div.testArea canvas {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

}



div.testGroup {

    display: inline-block;

}



@media all and (max-width:40em) {

    body {

        font-size: 0.8em;

    }

    div.testGroup {

        display: block;

        margin: 10px auto;

    }

}



.medirvelocidade {

    width: 100%;

    margin-top: 20px;

    transition: 300ms;

    font-size: 26px;

}



.btnround:hover {

    transform: scale(1.05) translateY(3px);

    border: #ffffffb8 solid;

    transition: 300ms;

}



.btnround:hover .medirvelocidade {

    transform: scale(1.05) translateY(3px);

    text-shadow: 0px -4px 16px rgba(0, 0, 0, 0.2);

    text-decoration: none;

}



.btnround:hover img {

    transform: scale(1.05) translateY(-3px);

    filter: drop-shadow(0px 13px 10px rgba(0, 0, 0, 0.2));

}



.btnround * {

    transition: 300ms

}



.btnround:hover {

    text-decoration: none;

}



#btncomeco {

    flex-wrap: wrap;

    flex-flow: column;

}



.fade-in-fwd {

    -webkit-animation: fade-in-bottom 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;

    animation: fade-in-bottom 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;

    delay: 300ms;

    opacity: 0

}



@-webkit-keyframes fade-in-bottom {

    0% {

        filter: blur(10px);

        -webkit-transform: rotate3d(-1, 1, 0, -80deg);

        transform: rotate3d(-1, 1, 0, -80deg);

        opacity: 0;

    }

    100% {

        filter: blur(0px);

        -webkit-transform: rotate3d(1, 1, 0, 0deg);

        transform: rotate3d(1, 1, 0, 0deg);

        opacity: 1;

    }

}



@keyframes fade-in-bottom {

    0% {

        filter: blur(10px);

        -webkit-transform: rotate3d(-1, 1, 0, -80deg);

        transform: rotate3d(-1, 1, 0, -80deg);

        opacity: 0;

    }

    100% {

        filter: blur(0px);

        -webkit-transform: rotate3d(1, 1, 0, 0deg);

        transform: rotate3d(1, 1, 0, 0deg);

        opacity: 1;

    }

}



.color-change-2x {

    -webkit-animation: color-change-2x 1.5s linear infinite both;

    animation: color-change-2x 1.5s linear infiniteboth;

}



@keyframes color-change-2x {

    0% {

        box-shadow: 0px 0px 30px rgba(0, 187, 255, 0);

    }

    30% {

        box-shadow: 0px 0px 10px 8px rgba(0, 236, 255, 0.51), 0px 0px 60px 8px rgb(0, 232, 255, 0.3);

    }

    50% {

        box-shadow: 0px 0px 30px 8px rgba(0, 255, 227, 0.31), 0px 0px 60px 8px rgb(0, 232, 255);

    }

    100% {

        box-shadow: 0px 0px 200px rgb(0, 232, 255, 0);

    }

}



.btn-success {

    color: #ffffff;

    background-color: #1cbb8d;

    background-image: -webkit-gradient(linear, left top, right top, from(#43bbe9), to(#00ded4));

    background-image: linear-gradient(to right, #43bbe9 0%, #00ded4 100%);

    border: none;

    -webkit-box-shadow: 0 4px 14px 0px rgba(61, 219, 224, 0.5);

    box-shadow: 0 4px 14px 0px rgba(61, 219, 224, 0.5);

    -webkit-transition: 300ms;

    transition: 300ms;

    z-index: 999;

}



.btnround {

    height: 300px;

    width: 300px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    text-decoration: none;

    position: relative;

    z-index: 999;

    transition: 300ms;

    border: rgba(1, 1, 1, 0) solid;

}



.hidden {

    display: none !important;

}



.showbtn {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

}



#progressBar {

  width: 60%;

  height: 0.3em;

  position: relative;

  display: block;

  margin: 0 auto;

  margin-bottom: 1em;

  border-radius: 1em;

  margin-top: 1em;

}



#progress {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 0%;

    transition: width 2s;

    background: linear-gradient(to right, #261744, #007eff, #bd00ff);

    border-radius: 1em;

}



#progressBar {

  background: linear-gradient(to left, #1a004c, #2b007b, #2d04fe, #000084, #1a004c);

background-size: 50%;

animation: progress 1s;

animation-iteration-count: infinite;

box-shadow: 0px 2px 16px 0px rgb(135, 0, 230), 0px 0px 6px 0px rgb(0, 114, 255);

}



@keyframes progress {

    from {

        background-position: left;

    }

    to {

        background-position: right;

    }

}



@keyframes rotate {

    0% {

        -webkit-transform: rotate3d(-1, 1, 0, 0deg);

        transform: rotate3d(-1, 1, 0, 0deg);

        box-shadow: inset 0px 0px 20px 0px rgba(26, 93, 119, 1);

        border: 5pt solid rgb(29, 77, 113);

    }

    25%, 75% {

        border: 5pt solid rgb(5, 219, 213);

    }

    50% {

        -webkit-transform: rotate3d(-1, 1, 0, 180deg);

        transform: rotate3d(-1, 1, 0, 180deg);

        box-shadow: inset 0px 0px 60px 10px rgba(26, 93, 119, 0.5);

    }

    100% {

        -webkit-transform: rotate3d(-1, 1, 0, 360deg);

        transform: rotate3d(-1, 1, 0, 360deg);

        box-shadow: inset 0px 0px 20px 0px rgba(26, 93, 119, 1);

        border: 5pt solid rgb(29, 77, 113);

    }

}



@keyframes rotate2 {

    0% {

        -webkit-transform: rotate3d(1, 1, 0, 0deg);

        transform: rotate3d(1, 1, 0, 0deg);

        border: 5pt solid rgb(29, 77, 113);

    }

    25% {

        border: 5pt solid rgb(5, 219, 213);

    }

    50% {

        -webkit-transform: rotate3d(1, 1, 0, -180deg);

        transform: rotate3d(1, 1, 0, -180deg);

        border: 5pt solid rgb(58, 217, 245);

    }

    75% {

        border: 5pt solid rgb(5, 219, 213);

    }

    100% {

        -webkit-transform: rotate3d(1, 1, 0, -360deg);

        transform: rotate3d(1, 1, 0, -360deg);

        border: 5pt solid rgb(29, 77, 113);

    }

}



.download {

    color: #cfe2ff;

    text-shadow: 0px 2px 4px #017bfd;

}



.upload {

    color: #cffff7;

    text-shadow: 0px 2px 4px #017bfd;

}



.ping {

    color: #ffe1d0;

    text-shadow: 0px 2px 4px #fd7501;

}



.jitter {

    color: #fbd2ff;

    text-shadow: 0px 2px 4px #b78aee;

}



.row div.testArea {

    max-width: 9.1em;

    max-height: 7em;

}

.row .testGroup .testArea .div.meterText {

    font-size: 1em;

}

.row div.testArea .meterText {

    font-size: 1.4em;

    bottom: 1.7em;

}

.row div.testArea .unit {

    bottom: 1.4em;

    font-size: 0.9em;

}

.row div.testArea .testName {

    top: -11px;

    font-size: 1.2em;

}









@media (max-width:992px) {

      .row {

        display: flex;

    }

    .row .div.testGroup {

        width: 50%;

        padding-left: 15px;

        padding-right: 15px;

    }

    .row div.testArea {

        max-width: 30vw;

        max-height: 14vh;

    }

    .row .testGroup .testArea .div.meterText {

        font-size: 1em;

    }

    .row div.testArea .meterText {

        font-size: 14pt;

        bottom: 1.3em;

    }

    .row div.testArea .unit {

        bottom: 0.9em;

    }

    .row div.testArea .testName {

        top: -11px;

        font-size: 12pt;

    }

    .downupl .testArea{

      width: 13em;

      height: 9.5em;

    }

    .downupl .testArea .testName{

          top: -.5em;

    }

    .downupl .testArea .meterText{

      font-size: 1.6em;

bottom: 1.9em;

    }

    .downupl .testArea .unit{

          bottom: 2em;

    }

    .spedometer{

    display: none;

    }

}



.downupl {

    background: linear-gradient(135deg, #170c2d, #231442);

    padding-top: 10px;

    border-radius: 20px;

    margin-bottom: 20px;

      box-shadow: -8px 4px 20px rgba(135, 0, 232, 0.22), 8px 3px 20px rgba(0, 35, 232, 0.19);

}



.spedometer{

  position: absolute;

z-index: -1;

top: -32%;

}



.spedometer img{

  max-width: 100%;

}





.fadespeed {

	-webkit-animation: fadespeed 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.7s both;

	        animation: fadespeed 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.7s both;

}



.fadespeed-2 {

	-webkit-animation: fadespeed-2 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;

	        animation: fadespeed-2 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;

}

.fadespeed-2b {

	-webkit-animation: fadespeed-2 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.3s both;

	        animation: fadespeed-2 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.3s both;

}

@-webkit-keyframes fadespeed {

  0% {

    -webkit-transform: translateY(50px);

            transform: translateY(50px);

    opacity: 0;

  }

  100% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

    opacity: 1;

  }

}

@keyframes fadespeed {

  0% {

    -webkit-transform: translateY(50px);

            transform: translateY(50px);

    opacity: 0;

  }

  100% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

    opacity: 1;

  }

}



@keyframes fadespeed-2{

  0% {

    -webkit-transform: translateY(-50px);

            transform: translateY(-50px);

    opacity: 0;

  }

  100% {

    -webkit-transform: translateY(0);

            transform: translateY(0);

    opacity: 1;

  }

}





#ipArea{

      font-size: 0.9em;

      color: #9bc3ff;

    text-shadow: 0 2px 9px #2e03fe;

}



.rowhistorico{

  width: 100%;

margin-top: 90px;

}



.historico, #historico{

  display: inline-block;

    margin: 0 auto;

    color: #6060FF;

    background-color: rgba(0, 0, 0, 0);

    border: 0.15em solid #6060FF;

    border-radius: 0.3em;

    transition: all 0.3s;

    box-sizing: border-box;

    width: 8em;

    height: 3em;

    line-height: 2.7em;

    cursor: pointer;

    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1), inset 0 0 0 rgba(0, 0, 0, 0.1);

    margin-left: 5px;

    text-decoration: none;

}



.historico:hover,  #historico:hover {

    box-shadow: 0 0 2em rgba(0, 0, 0, 0.61), inset 0 0 1em rgba(0, 0, 0, 0.1);

    background: #6060FF;

    color: #ddf;

    transform: translateY(-5px);

}



.table table {

    border-spacing: 0;

    text-align: left;

    padding: 10px 20px 20px;

}



.table table th {

    color: #8dc3ff;

    font-size: 1.1em;

        border-bottom: 1pt solid;

}



.table table th, .table table td {

    padding: 5px 10px

}

@media (max-width:800px)

{

	.adsense-lado{

		display:none !important

	}

}

@media (min-width:992px){

tr:not(.titletable):hover {

    background: #2503e8;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);

    box-shadow: 0px 4px 7px 0px #000;

    color: #b0daff;

    transform: scale(1.02);

    /* border: 6px solid #fff; */

}

tr:hover td{

  margin: -5px;

  border: 1.5pt solid #2503e8;

  transition:  200ms;

}

}



tr.titletable{

  border-bottom: 1pt solid #fff

}



td{

border: 1.5pt solid rgba(0,0,0,0);

}







tr {

    transition:  200ms;

}



tr td:first-child {

    border-bottom-left-radius:  5px;

    border-top-left-radius:  5px;

}



tr td:last-child {

    border-bottom-right-radius: 5px;

    border-top-right-radius: 5px;

}



@media

only screen and (max-width: 760px),

(min-device-width: 768px) and (max-device-width: 1024px)  {



  .titletable{

    display: none;

  }



	/* Force table to not be like tables anymore */

	table, thead, tbody, th, td, tr {

		display: block;

    text-align: right;

	}



	/* Hide table headers (but not display: none;, for accessibility) */

	thead tr {

		position: absolute;

		top: -9999px;

		left: -9999px;

	}



	tr {margin-bottom: 30px;background: #221857;border-radius: 6px;padding: 10px;}



	td {

		/* Behave  like a "row" */

		border: none;

		border-bottom: 1px solid rgba(126, 97, 247, 0.23);

		position: relative;

		padding: 10px 0!important;

	}



	td:before {

		/* Now like a table header */

		position: absolute;

		/* Top/left values mimic padding */

		left: 6px;

		width: 45%;

		padding-right: 10px;

		white-space: nowrap;

		text-align: left;

	}



	/*

	Label the data

	*/

	td:nth-of-type(1):before { content: "Data"; }

	td:nth-of-type(2):before { content: "Download"; }

	td:nth-of-type(3):before { content: "Upload"; }

	td:nth-of-type(4):before { content: "Ping"; }

	td:nth-of-type(5):before { content: "Jitter"; }

	td:nth-of-type(6):before { content: "Ip"; }



  .tablediv{

    width: 90vw;

  }

}



.covergradient{

  width: 100%;

  height: 30px;

  position: absolute;

  z-index: 1;

  background: linear-gradient(rgba(38, 23, 68, 1),rgba(38, 23, 68, 0));

  top: 0

}

@media (max-width:992px){

  .covergradient{

    display: none

  }

}



.style-ip{

	color: #cfe2ff;

    text-shadow: 0px 2px 4px #017bfd;

}

/* ModalAds */

#modalAds{
    width: 500px;
    height: 300px;
    background-color: white;
    position: absolute;
    z-index: 999;
    border-radius: 10px;
    padding: 10px;
    color: #adadad;

}
.closeModal{
    padding: 5px;
    float: right;
    cursor: pointer;
}
.backModal{
    /* background-color: rgba(0,0,0,.5); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}


