.bookingCheckboxInput:checked + .cursor-pointer > .w-6 > .absolute {
  opacity: 1;
  transform: scale(1);
}

.background-svg {
  width: 100%;
  height: 100vh;
  background-image: url('background.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;  
}