.cookie-consent-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) );
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cookie-consent-overlay__logo {
  background: url(../../images/RTL.svg) no-repeat center center;
  background-size: 100px 100px;
  opacity: 0.6;
  text-align: center;
  margin: 10px;
  padding: 5px;
  width: 100px;
  height: 100px;
}

.cookie-consent-overlay__text {
  background-image: linear-gradient( rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) );
  text-align: center;
  margin: 10px;
  padding: 10px;
  width: auto;
  height: auto;
}

.cookie-consent-wrapper {
  position: relative;
  min-height: 250px;
}

.iframe-container {
  position: relative;
}

.iframe-container .cookie-consent-overlay {
  min-height: 250px;
}
