#overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
}

/* Popup styling */
#cookieConsentPopup {
  position: fixed;
  bottom: 0;
  right: auto;
  left: auto;
  top: auto;
  background-color: white;
  padding: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: none;
}

.small-text {
  font-size: 1.4rem;
}

.tab-content {
  min-height: 260px;
}

