.dropdown-toggle {
  cursor: pointer;
}

.cookie-consent{
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  max-width: 15rem;
  color: #fff;
  padding: 1rem;
  font-size: 0.9rem;
  background: #292929;
  z-index: 120;
  border-radius: 3px;
}

.allow-button{
  width: 5rem;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 3px;
  border: 1px solid green;
  background-color: green;
}

.footer {
  text-align: center;
}

#uname-box {
  padding-right: 1rem;
}

[data-href] {
  cursor: pointer;
}