<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.velocidadeClas{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .5);
  border-radius: 100px;
  font-size: 13px;
  padding: 5px 10px;
  transition: .15s ease;
}
.velocidadeClas label {
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.velocidadeClas label span {
  border: none;
  padding: 0px;
  height: auto;
}
.velocidadeClas select {
  height: 20px;
  background: none !important;
  border: none !important;
  font-family: inherit;
  font-size: inherit;
  color: #4F5358;
  cursor: pointer;
  padding-left: 10px;
  font-weight: 700;
}
.velocidadeClas select:focus-visible {
  outline: none;
  border: none;
}
&lt;/style&gt;</pre></body></html>