/* Dark background for cookie box */
.cookie-box,
.cc-window,
.cc-banner,
.cookie-consent,
.cookie-container,
.cookie-dialog,
.cookie-notice,
.cookie-alert,
.cookie-wrapper,
div[class*="cookie"] {
  background-color: #1a1a1a !important;
  color: #fff !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  border: 1px solid #2D3748 !important;
}

/* Make sure the text inside is white */
.cookie-box p,
.cc-window p,
.cc-message,
.cookie-box span,
.cookie-box div,
.cookie-message,
.cc-text {
  color: #fff !important;
}