.aws-cookie {
  display: none;
  position: fixed;
  z-index: 3000;
  -webkit-transform: translateZ(0);
  width: 100%;
  box-shadow: 0 -1px 10px 0 rgb(172 171 171 / 30%);
}

.aws-cookie.top {
  top: 0
}

.aws-cookie.bottom {
  bottom: 0
}

.aws-cookie .popup-wrapper {
  padding: 14px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aws-cookie .popup-wrapper p {
  border: none;
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 400
}

.aws-cookie .popup-wrapper a {
  color: #4279a6
}

.aws-cookie .popup-wrapper a:hover {
  color: #b2d9ff
}

.aws-cookie .popup-wrapper div.close-popup {
  float: right;
  cursor: pointer;
}

.aws-cookie .popup-wrapper div.close-popup .fa {
  color: #fff;
}

.aws-cookie .popup-wrapper div.close-popup .fa:hover {
  color: #b2d9ff
}

.aws-cookie .popup-wrapper div.close-popup span {
  display: none;
  height: 0;
  visibility: none
}

.aws-cookie.box {
  border-radius: 5px;
  bottom: 20px;
  box-shadow: 0 0 8px #000000;
  left: 20px;
  line-height: 20px;
  opacity: 1;
  padding: 30px;
  width: 300px;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

#aws_cookie_accept {
  background-color: #5bb75b;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-weight: 400;
  margin: 5px 0 5px 5px;
  padding: 9px 12px;
  text-shadow: none;
  transition: all 0.25s ease 0s;
  font-size: 13px;
}

.aws-cookie.box .popup-wrapper {
  display: block;
}

.box #aws_cookie_accept {
  margin: 20px 0 0 0;
  float: right;
}

.box #aws_cookie_header {
  text-align: center;
  font-size: 25px;
  padding-bottom: 20px;
}

#aws_cookie_header {
  background-color: transparent;
  color: #ffffff;
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 0 0 7px;
  text-align: left;
  z-index: 999999;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 15px;
}