.vh-100 {
  height: 100vh;
}

textarea {
  resize: none;
}

.fixed-height {
  height: auto;
}
.barometer p {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.barometer .energy-1 {
  background-color: red;
}
.barometer .energy-2 {
  background-color: orange;
}
.barometer .energy-3 {
  background-color: #FEE227;
}
.barometer .energy-4 {
  background-color: #acdf87;
}
.barometer .energy-5 {
  background-color: green;
}

table {
  table-layout: auto;
}

td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a {
  text-decoration: none;
  color: black;
}

input[type=range]::-webkit-slider-thumb {
  background-color: var(--thumb-color, #FEE227);
}

input[type=range]::-moz-range-thumb {
  background-color: var(--thumb-color, #FEE227);
}

input[type=range]::-ms-thumb {
  background-color: var(--thumb-color, #FEE227);
}/*# sourceMappingURL=main.css.map */