.popup-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000033;
}

.popup-background .popup-container {
  position: relative;
  background: white;
  border-radius: 0.8rem;
  box-shadow: 0px 8px 13px 1px #00000038;
  max-width: 95%;
  min-width: 45%;
}

.popup-container .col-12.col-md-6.imgAbandono {
  background-image: url("https://tst-www.cofidis.es/es/img/popupAbandono.webp");
  background-size: cover;
  background-position-x: left;
  border-radius: 0.8rem 0 0 0.8rem;
}

.popup-container .col-12.col-md-6.imgInactividad {
  background-image: url("https://tst-www.cofidis.es/es/img/popupInactividad.webp");
  background-size: cover;
  background-position-x: left;
  border-radius: 0.8rem 0 0 0.8rem;
}


#cerrarPopup {
  cursor: pointer;
}

#iframeForm {
  width: 100%;
  height: 341px;
}