/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("..fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/roboto-v30-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-v30-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/roboto-v30-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-v30-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("assets/fonts/roboto-v30-latin-500.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-v30-latin-500.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/roboto-v30-latin-500.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-v30-latin-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}

body {
  margin: 0px;
  padding: 0px;
  display: block;
}

:root {
  --ost-settings-height: 168px;
  --ost-trend-height: 280px;
  --ost-bottom-controls-height: 92px;
}

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

.ConnectError {
  display: none;

}

.openSpeedtestApp {
  height: calc(100vh - var(--ost-settings-height) - var(--ost-trend-height) - 24px);
  width: 100vw;
  display: none;
  overflow: hidden;
  margin-top: calc(var(--ost-settings-height) + 4px);
}

.ost-controls {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1200;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 10px 12px;
  width: calc(100vw - 24px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  font-family: Roboto-Medium, Roboto, sans-serif;
  color: #2c2c2c;
}

.ost-controls__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ost-controls__title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #6c6c6c;
}

.ost-controls__body {
  margin-top: 8px;
}

.ost-controls.is-collapsed .ost-controls__body {
  display: none;
}

.ost-settings-toggle {
  border: 1px solid #3f3f3f;
  background: #1e1f22;
  color: #f0f0f0;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
}

.ost-settings-toggle:hover {
  background: #2a2b2f;
}

.ost-controls__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 8px;
}

.ost-controls__row:last-child {
  margin-bottom: 0;
}

.ost-label {
  font-size: 13px;
  font-weight: 500;
}

.ost-choice {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ost-duration {
  width: 84px;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  font-size: 13px;
  padding: 4px 6px;
}

.ost-presets {
  display: inline-flex;
  gap: 6px;
}

.ost-preset {
  border: 1px solid #c4c4c4;
  background: #f2f2f2;
  border-radius: 6px;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 12px;
}

.ost-btn {
  border: 1px solid #2688d8;
  background: #14b0fe;
  color: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 12px;
}

.ost-btn--link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ost-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.ost-btn--danger {
  border-color: #c54444;
  background: #e15d5d;
}

.ost-mobile-actions {
  display: none;
}

.ost-trend {
  position: relative;
  width: calc(100vw - 24px);
  max-width: calc(100vw - 24px);
  height: var(--ost-trend-height);
  max-height: var(--ost-trend-height);
  margin: 12px 12px 16px;
  background: #000;
  border: 1px solid #111;
  border-radius: 0;
  padding: 10px 14px;
  box-sizing: border-box;
  box-shadow: none;
  overflow: hidden;
}

.ost-trend__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.ost-trend__header h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #f5f5f5;
}

.ost-metrics {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  font-size: 12px;
  color: #f1f1f1;
}

#ost-trend-canvas {
  width: 100%;
  height: calc(var(--ost-trend-height) - 58px);
  min-height: calc(var(--ost-trend-height) - 58px);
  border-radius: 0;
}
.main-Gaugebg {
  fill: none;
  stroke: rgb(231, 231, 232);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 22px;
  stroke-dasharray: 681;
}
.main-GaugeBlue {
  fill: none;
  stroke: url(#gradient);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 22px;
  stroke-dasharray: 681;
  stroke-opacity: 0;
}
.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;
}
.oDo-Meter {
  font-size: 16.633283615112305px;
  fill: gray;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
}
.oDoLive-Speed {
  font-size: 28px;
  fill: #201e1e;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  text-anchor: middle;
}

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

.intro-Progress {
  stroke: #56c4fb;
  stroke-width: 8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 0;
}
.progressElmstart {
  stroke: #56c4fb;
  stroke-width: 8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 0;
  display: block;
}
.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;
}
.Startsettings:hover {
  opacity: 1;
}

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

#ipMob {
  font-size: 15px;
  fill: #201e1e;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  text-anchor: middle;
  display: none;
}
#ipDesk {
  font-size: 15px;
  fill: #201e1e;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  text-anchor: middle;
  display: none;
}

.spinner {
  position: absolute;
  z-index: 999;
  top: 50vh;
  left: 50vw;
  text-align: center;
}

.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;
}

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

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

@-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);
  }
}

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

.Mobile,
.Desktop {
  visibility: hidden;
  width: 100vw;
  height: calc(100vh - var(--ost-settings-height) - var(--ost-trend-height) - 24px);
}

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

@media only screen and (orientation: portrait) {
  :root {
    --ost-settings-height: 56px;
    --ost-trend-height: 210px;
    --ost-bottom-controls-height: 164px;
  }

  .spinner {
    top: 42vh;
    left: 42vw;
  }
  .Mobile {
    visibility: visible;
  }
  .Desktop {
    visibility: hidden;
  }

  .ost-controls {
    top: auto;
    left: 8px;
    right: 8px;
    bottom: 64px;
    width: calc(100vw - 16px);
    padding: 8px;
    max-height: 46vh;
    overflow-y: auto;
  }

  .ost-settings-toggle {
    display: none;
  }

  .ost-controls__head {
    justify-content: flex-start;
  }

  .ost-controls__body .ost-controls__row--actions {
    display: none;
  }

  .ost-controls__body .ost-controls__row--exports {
    display: flex;
  }

  .ost-trend {
    width: calc(100vw - 16px);
    max-width: calc(100vw - 16px);
    height: var(--ost-trend-height);
    max-height: var(--ost-trend-height);
    margin: 10px 8px calc(var(--ost-bottom-controls-height) + 8px);
    padding: 8px 10px;
  }

  #ost-trend-canvas {
    height: calc(var(--ost-trend-height) - 54px);
    min-height: calc(var(--ost-trend-height) - 54px);
  }

  .openSpeedtestApp,
  .Mobile,
  .Desktop {
    height: calc(100vh - var(--ost-settings-height) - var(--ost-trend-height) - var(--ost-bottom-controls-height));
  }

  .ost-mobile-actions {
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 1400;
    display: flex;
    gap: 8px;
    padding: 8px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #202020;
    box-sizing: border-box;
  }

  .ost-mobile-actions .ost-btn {
    flex: 1;
    min-height: 40px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 300px) {
  .Credits{
    display: none;
  }
}
