.htweather-btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.075);
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.htweather-btn:active,
.htweather-btn:focus {
  outline: 0;
}
.htweather-btn:not([disabled]):hover {
  text-decoration: none;
}
.htweather-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.htweather-btn.disabled,
.htweather-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
.htweather-btn.disabled > *,
.htweather-btn[disabled] > * {
  pointer-events: none;
}
.htweather-btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.htweather-btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.htweather-btn-primary {
  color: #fff;
  background: #0d6efd;
  border-color: #0d6efd;
}
.htweather-btn-primary:hover {
  color: #fff;
  background: #3385fd;
  border-color: #408cfd;
}
.htweather-btn-primary:focus,
.htweather-btn-primary.focus {
  color: #fff;
  background: #3385fd;
  border-color: #408cfd;
}
.htweather-btn-primary:active,
.htweather-btn-primary.active {
  color: #f2f2f2;
  background: #0262ef;
  border-color: #0262ef;
}
.htweather-btn-primary:disabled,
.htweather-btn-primary.disabled {
  color: #fff;
  background: #0d6efd;
  border-color: #0d6efd;
}
.htweather-btn-danger {
  color: #fff;
  background: #dc3545;
  border-color: #dc3545;
}
.htweather-btn-danger:hover {
  color: #fff;
  background: #e25663;
  border-color: #e4606d;
}
.htweather-btn-danger:focus,
.htweather-btn-danger.focus {
  color: #fff;
  background: #e25663;
  border-color: #e4606d;
}
.htweather-btn-danger:active,
.htweather-btn-danger.active {
  color: #f2f2f2;
  background: #d32535;
  border-color: #d32535;
}
.htweather-btn-danger:disabled,
.htweather-btn-danger.disabled {
  color: #fff;
  background: #dc3545;
  border-color: #dc3545;
}
.htweather-btn-default {
  color: #212529;
  background: #fff;
  border-color: #ced4da;
}
.htweather-btn-default:hover {
  color: #0d6efd;
  background: #fff;
  border-color: #0d6efd;
}
.htweather-btn-default:focus,
.htweather-btn-default.focus {
  color: #0d6efd;
  background: #fff;
  border-color: #0d6efd;
}
.htweather-btn-default:active,
.htweather-btn-default.active {
  color: #16181b;
  background: #f2f2f2;
  border-color: #bfc7cf;
}
.htweather-btn-default:disabled,
.htweather-btn-default.disabled {
  color: #212529;
  background: #fff;
  border-color: #ced4da;
}
.htweather-btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: none;
  box-shadow: none;
}
.htweather-btn-link:hover {
  color: #024dbc;
  text-decoration: underline;
}
.htweather-btn-link:focus,
.htweather-btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.htweather-btn-link:disabled,
.htweather-btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
