
#speedtest-app {
  margin: 0px;
  padding: 0px;
  display: block;
}

#speedtest-app::-webkit-scrollbar {
  display: none;
}
#speedtest-app {
  -ms-overflow-style: none; 
  scrollbar-width: none;
}
 
#speedtest-app .Credits {
color: rgb(125 119 119);
text-align: center;
font-size:14px;
font-weight: 500;
} 
#speedtest-app .Credits a {
  text-decoration: none;
  color: rgb(113, 113, 113);
}
#speedtest-app .Credits a:hover {
color: #14b0fe;
}

#speedtest-app .ConnectError {
  display: none;

}

#oDoMeter text{
direction: ltr;
}

#speedtest-app .openSpeedtestApp {
 
  height: 90vh;
  width: 100%;
  max-width: 100%;
}
#speedtest-app .main-Gaugebg {
  fill: none;
  stroke: rgb(231, 231, 232);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 22px;
  stroke-dasharray: 681;
}
#speedtest-app .main-GaugeBlue {
  fill: none;
  stroke: url(#gradient);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 22px;
  stroke-dasharray: 681;
  stroke-opacity: 0;
}
#speedtest-app .main-GaugeWhite {
  fill: none;
  stroke: rgb(255, 255, 255);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 15px;
  stroke-dasharray: 0, 681;
  stroke-dashoffset: 1;
  stroke-opacity: 0;
}
#speedtest-app .oDo-Meter {
  font-size: 16.633283615112305px;
  fill: gray;
  font-weight: 500;
}
#speedtest-app .oDoLive-Speed {
  font-size: 28px;
  fill: #201e1e;
  font-weight: 500;
  text-anchor: middle;
}

#speedtest-app svg text {
  direction: rtl;
  unicode-bidi: plaintext;
}

#speedtest-app .oDoLive-Status {
  font-size: 10px;
  fill: #d2d1d2;
  font-weight: 500;
  text-anchor: middle;
}
#speedtest-app .uiBg {
  fill: #d2d1d2;
}
#speedtest-app .progressbg {
  stroke: rgb(231, 231, 232);
  stroke-width: 8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 0;
}
#speedtest-app .Cards {
  fill: #f2f2f2;
}
#speedtest-app .Symbol {
  fill: url(#gradient);
}
#speedtest-app .rtext {
  font-size: 12px;
  fill: #333;
  font-weight: 500;
}
#speedtest-app .rtextnum {
  font-size: 23px;
  fill: #201e1e;
  font-weight: 500;
  text-anchor: middle;
}
#speedtest-app .rtextmbms {
  font-size: 12px;
  fill: #5f5f5f;
  font-weight: 500;
  text-anchor: middle;
}
#speedtest-app .jitter-Mob {
  font-size: 9px;
  fill: #5f5f5f;
  font-weight: 500;
  text-anchor: middle;
}
#speedtest-app .startButton {
  fill: url(#RadialGradient1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  pointer-events: visible;
}
#speedtest-app .buttonTxt {
  font-size: 40px;
  fill: #000000;
  font-weight: 500;
  text-anchor: middle;
}

#speedtest-app .intro-Progress {
  stroke: #56c4fb;
  stroke-width: 8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 0;
}
#speedtest-app .progressElmstart {
  stroke: #56c4fb;
  stroke-width: 8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 0;
  display: block;
}
#speedtest-app .Startsettings {
  fill: url(#RadialGradient1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  pointer-events: visible;
  opacity: 0.1;
  transition: opacity 1s ease-in-out;
}
#speedtest-app .Startsettings:hover {
  opacity: 1;
}

#speedtest-app .progressbg {
  stroke: rgb(231, 231, 232);
  stroke-width: 8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 0;
}
#speedtest-app .deskStart {
  fill: none;
  stroke: rgb(231, 231, 232);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 22px;
  stroke-dasharray: 681;
  stroke: url(#gradient);
}
#speedtest-app #UI-Desk {
  display: none;
}
#speedtest-app #UI-Mob {
  display: none;
}
#speedtest-app .oDoTop-Speed {
  font-size: 16.96px;
  fill: gray;
  font-weight: 500;
  text-anchor: end;
}
#speedtest-app #upSymbolDesk {
  fill: #14b0fe;
  display: none;
}
#speedtest-app #downSymbolDesk {
  fill: #14b0fe;
  display: none;
}
#speedtest-app #upSymbolMob {
  fill: #14b0fe;
  display: none;
}
#speedtest-app #downSymbolMob {
  fill: #14b0fe;
  display: none;
}

#speedtest-app #ipMob {
  font-size: 15px;
  fill: #201e1e;
  font-weight: 500;
  text-anchor: middle;
  display: none;
}
#speedtest-app #ipDesk {
  font-size: 15px;
  fill: #201e1e;
  font-weight: 500;
  text-anchor: middle;
  display: none;
}

#speedtest-app .spinner {
  position: absolute;
  z-index: 999;
  top: 56vh;
  left: 15vw;
  text-align: center;
}

#speedtest-app .spinner > div {
  width: 20px;
  height: 20px;
  background-color: #2196f3;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#speedtest-app .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

#speedtest-app .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}


	.refreshbtn{
		font-weight: bold;
		font-size: 18px;
		padding: 10px 40px;
		color: white !important;
		background-color: #005595;
		border-radius: 8px;
		align-self: center;
		display: none;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
	}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#speedtest-app .darkmode {
  margin-bottom: -15px;
  fill: #75757a99;
  padding-top: 16px;
  display: none;
  cursor: pointer;
  margin-right: 30px;
}
#speedtest-app #daymode {
  margin-right: 40px;
}
#speedtest-app .darkmode:hover {
  fill: #000000;
}

#speedtest-app .Mobile,
#speedtest-app .Desktop {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
}

@media only screen and (orientation: landscape) {
  #speedtest-app .Mobile {
    visibility: hidden;
  }
  #speedtest-app .Desktop {
    visibility: visible;
  }
}

@media only screen and (orientation: portrait) {
  #speedtest-app .spinner {
    top: 32vh;
    left: 38vw;
  }
  #speedtest-app .Mobile {
    visibility: visible;
  }
  #speedtest-app .Desktop {
    visibility: hidden;
  }
}
@media only screen and (max-width: 300px) {
  #speedtest-app .Credits{
    display: none;
  }
}

@media (max-width: 560px) {
    #speedtest-app .openSpeedtestApp {
        height: 70dvh;
    }
}
@media (max-width: 420px) {
    #speedtest-app .openSpeedtestApp {
        height: 60dvh;
    }
}
