
.dl-modal {
  --dl-aubergine: #e50914;
  --dl-aubergine-deep: #b20710;
  --dl-soft: #161616;
  --dl-bg: #141414;
  --dl-text: #ffffff;
  --dl-muted: rgba(255,255,255,0.7);
  --dl-border: rgba(128,128,128,0.4);
  --dl-code-bg: #000000;
  --dl-overlay: rgba(0,0,0,0.72);
  --dl-green: #46d369;
}
.dl-modal__dialog {
  font-family: "Netflix Sans", "Helvetica Neue", Arial, sans-serif;
  border: 1px solid rgba(128,128,128,0.35);
}
.dl-modal__header {
  background: #1a1a1a;
}
.dl-modal__title {
  color: #fff !important;
}
.dl-modal__copy-btn {
  background: #e50914 !important;
  color: #fff !important;
  border: 0 !important;
}
.dl-modal__copy-btn:hover {
  background: #f6121d !important;
}
.dl-modal__copy-btn.is-copied {
  background: #46d369 !important;
}
.dl-modal__close {
  color: #fff !important;
}
