.cookie-banner {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #009fe3;
  opacity: 0.9;
  color: #ffffff;
      padding: 40px;
  text-align: center;
  border-radius: 5px;
  z-index: 9999999999999;
}

.cookie-banner button {
    background: #ffffff;
    color: #009fe3;
    border: 0;
    padding: 0.5rem;
    margin: 0 0.2rem;
    cursor: pointer;
}

.cookie-settings input[type="checkbox"] {
    cursor: pointer;
}


.cookie-banner a {
    color: white;
    text-decoration: underline;
}

.cookie-settings {
  position: fixed;
      bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 10px;
  border: 1px solid #c9c9c9;
  display: none;
  z-index: 9999999999999;
}

button#save-cookie-settings {
    background: #4ab9ef;
    color: #ffffff;
    border: 0;
    padding: 0.5rem;
    margin-left: 1rem;
    cursor: pointer;
}

.hidden {
  display: none;
}

#cookie-settings-link{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(74 185 239);
    color: rgb(255, 255, 255);
    padding: 5px 10px;
    font-size: 12px;
    z-index: 9999999999999;
}
