/* Intertel Custom Colors - Added to override default OpenSpeedTest colors */

/* Primary gradient with Intertel colors */
#gradient stop:first-child {
  stop-color: #22c55e !important; /* Intertel Green */
}

#gradient stop:last-child {
  stop-color: #ef4444 !important; /* Intertel Red */
}

/* Radial gradient for start button */
#RadialGradient1 stop:first-child {
  stop-color: #22c55e !important;
}

#RadialGradient1 stop:last-child {
  stop-color: #16a34a !important;
}

/* Update blue accents to Intertel green */
.intro-Progress {
  stroke: #22c55e !important;
}

.progressElmstart {
  stroke: #22c55e !important;
}

#upSymbolDesk,
#downSymbolDesk,
#upSymbolMob,
#downSymbolMob {
  fill: #22c55e !important;
}

.spinner > div {
  background-color: #22c55e !important;
}

/* Credits link hover color */
.Credits a:hover {
  color: #22c55e !important;
}

/* Dark mode toggle hover */
.darkmode:hover {
  fill: #22c55e !important;
}

/* Background for dark theme compatibility */
body {
  background-color: #020617;
}
