span.badge {
  color: white !important;
  background: #b10000 !important;
}

#popup {
  display: none;
  position: fixed;
  top: 12%;
  left: 15%;
  /* background-color: white; */
  z-index: 10;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#popup iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
#popupdarkbg {
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}