#cookies-banner {
  padding: 30px 12px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #112;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 6px 20px rgba(0, 0, 0, 0.19);
  text-align: center;
  z-index: 99999;
  color: #fff;
  border-radius: 8px;
  width: 300px;
  perspective: 1000px;
}

#cookies-banner button {
  margin-bottom: 20px;
}

#cookies-banner p {
  margin: 0 0 20px;
  color: #ddd;
}

/* Cookies Policy */
.modal-body .container {
  width: auto !important;
}

#cookies-policy-modal {
  z-index: 9999999999999;
}

.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6,
.modal-body li,
.modal-body p,
.modal-body strong {
  color: white !important;
}
