.cookie-overlay {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  background: #fff;
  z-index: 2051;
  line-height: 20px;
  font-size: 14px;
  border-radius: 6px;
  width: 96%;
  padding: 1%;
  color: #777777;
  display: none;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

a {
  color: #777777;
  font-size: 14px;
}

a:hover {
  color: #777777;
}

div.popup-text {
  height: 60px; 
  position: relative; 
  float: left; 
  width: 85%;
}

div.popup-button {
  height: 80px; 
  position: relative; 
  float: left; 
  width: 15%;
  text-align: right;
}

p {
  text-align: justify;
}

button {
  color: #fff;
  width: 150px;
  height: 40px;
  padding: 2%;
  font-size: 14px;
  border-radius: 6px;
}

button:hover {
  cursor: pointer;
}

.accept-cookies {
  background-color: #8ed1fc;
}

.accept-cookies:hover {
  background-color: #0693e3;
}

.reject-cookies {
  background-color: #fc5050;
  margin-top:  5px;
}

.reject-cookies:hover {
  background-color: #DC143C;

}

.close-cookies {
  border: 1px solid #000; 
  width: 20px; 
  margin: -10px -10px 20px auto; 
  text-align: center; 
  border-radius: 12px; 
  color: #fff; 
  background-color: #004F54;  
}

.close-cookies:hover {
  background-color: #008B8B;
  cursor: pointer;
}
