#wiz-screen {
  background-image: url("../img/background.webp"), url("../img/background.jpg");
  height: 100vh;
  background-size: cover;
  background-position: top;
}

#wiz-screen h5 {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1.5rem;
}

#wiz-screen h1 {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: bold;
  font-size: 2.81rem;
  line-height: 4.28rem;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
}

#zodiaks-row input {
  height: 6rem;
  width: 7rem;
  margin-top: 0.1rem;
}

#zodiaks-row {
  max-width: 30rem;
}

@media (min-width: 300px) and (max-width: 576px) {
  #zodiaks-row {
    max-width: 15rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #zodiaks-row {
    max-width: 22.5rem;
  }
}

#wiz-screen .col-3, .col-4 {
  padding: 0;
}

#wiz-screen .col-sm-4.col-md-3 {
  padding: 0;
}

#copyright-row {
  max-width: 45rem;
  font-weight: 600;
  font-size: 0.82rem;
  line-height: 1.5rem;
}

.datepicker, .table-condensed {
  font-family: 'Georgia';
  font-size: 1.5rem;
  width: 16rem;
  height: 18rem;
}

.datepicker table tr td.active, .datepicker table tr td span.active.active, .datepicker table tr td.active:hover {
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f8f9fa),to(#f8f9fa));
  color: #081C36;
}

.timepicker {
  font-family: 'ITCFranklinGothicStd-Book';
}

.bootstrap-datetimepicker-widget table td span:hover {
  color: #081C36;
}

.bootstrap-datetimepicker-widget table td span {
  color: #f8f9fa;
}

.bootstrap-datetimepicker-widget .picker-switch {
  height: 0;
}

#form-controls {
  min-width: 40rem;
  margin-top: 2rem;
}

@media (max-width: 480px) {
  #form-controls {
    min-width: auto;
  }
}

#step-4 select, #city_country, #coordinates, #firstname, #astrology-form #email {
  width: 18rem;
  align-self: center;
  margin-top: 0.2rem;
}

#step-4 #wishes {
  border: 2px solid rgba(255, 255, 255, .5);
  padding: 10px;
}

#coordinates {
  text-align: center;
  pointer-events: none;
  background-color: #AAAAAA;
}

.ui-autocomplete {
  background: #081C36;
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}

#step-6 button {
  height: 6.5rem;
  width: 6.5rem;
  text-align: center;
  background-size: contain;
}

#sex-female {
  background-image: url("../img/sex-female.webp"), url("../img/sex-female.jpg");
}

#sex-male {
  background-image: url("../img/sex-male.webp"), url("../img/sex-male.jpg");
}

#step-6 button span {
  position: relative;
  top: 90%;
  color: white;
}

.disclaimer {
    font-size: 0.8em;
    margin-top: 1.5em;
}

.attribution-container {
    font-size: 0.5rem; /* Adjust font size as needed */
    font-family: 'OpenSans-Bold', sans-serif;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0; /* Padding to give some space from the bottom */
}

.attribution-container a {
    color: #FFFFFF; /* Adjust link color as needed */
    text-decoration: none;
    font-weight: bold;

}

.attribution-container a:hover {

    text-decoration: underline;
}
