input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sidebar-button {
  background-color: #9c1f4c;
}

.sidebar-button:hover {
  background-color: #a04653;
}

.ukka-yellow {
  background-color: #fcbf27;
}

.ukka-yellow:hover {
  background-color: #f1c91d;
}

.ukka-blue {
  background-color: #237cc0;
}

.ukka-blue[disabled] {
  background-color: #484b4c;
}

.ukka-blue:hover {
  background-color: #3984c2;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.location {
  fill: #ccc;
  stroke: #fff;
  stroke-width: 0.5px;
}

.location:hover {
  fill: #999;
}