.thermometer-container {
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #e2e7e9;
  position: relative;
  border-radius: 0.5rem !important;
}

.thermometer-bar {
  height: 100%;
  display: block;
  border-radius: 0.5rem !important;
}
