.confirmationpage-background {
  position: relative;
  width: 100%;
  height: 100% !important;
  max-width: 1920px !important;
  min-height: 1600px;
}

.confirmationpage-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1920px !important;
  height: 100% !important;
  max-height: 100vh !important;
  background: transparent
    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, var(--background-color) 100%)
    0% 0% no-repeat padding-box;
  box-shadow: 0 0 0 9999px rgba(22, 27, 33, 0.4),
    0 0 0 9999px rgba(22, 27, 33, 0.4) inset,
    0 0 0 9999px rgba(22, 27, 33, 0.4) inset;
}

.confirmationpage-background img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100vh !important;
  max-width: 1920px !important;
  object-fit: cover;
  object-position: top;
}

.confirmation-container {
  display: flex;
  flex-direction: row;
  gap: 30px;
  position: absolute;
  top: 140px;
  /* left: 378px;
  right: 273px; */
  z-index: 5;
}

.confirmation-page-container {
  width: 100vW;
  /* width: 1400px;
  left: 287px !important; */
}

@media screen and (max-width: 767px) {
  .confirmation-page-container {
    width: 1400px;
    left: 0px !important;
    transform: unset !important;
  }
}

@media screen and (min-width: 800px) and (max-width: 1280px) {
  .confirmation-page-container {
    width: 790px;
    left: 0px !important;
    transform: unset !important;
    transform: translate(2.7%) !important;
    height: 1700px;
  }
}
