.cookie-banner {
  position: fixed;
  bottom: 40px;
  left: 10%;
  width: 330px;
  //padding: 5px 14px;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  background-color: #2f2c28;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  color: #eee;
  z-index: 1035;
}

.banner-title {
  font-size: large;
  font-weight: bold;
  padding: 10px 10px 10px 0px;
}

.banner-body label {
  text-transform: uppercase;
  font-weight: bold;
}

.body-text button {
    padding: 10px;
    background-color: #2f2c28;
    border-radius: 7px;
    font-weight: bold;
}

.body-text button:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #e60046;
}

.body-text label input[type="checkbox"]:checked + span {
  color: #e60046;
}

.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

#cookie-page {
  cursor: pointer;
}


.cookie_close {
    color: #e60046;
    float: right;
}
