#cookie-alert {
  background: #5f4dee;
  -webkit-box-shadow: 0px 1em 3em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1em 3em rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1em 3em rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  font-size: 14px;
  padding: 1em 1.5em;
  width: 100%;
  text-align: justify;
  color: #fff;
  z-index: 10000;
}

#cookie-alert a {
  color: #fd7e14;
}

#cookie-alert #cookie-alert-close {
  margin: 0.5em 0;
  padding: 8px 20px !important;
  font-size: 11px !important;
}
