#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#popup-content {
    position: relative;
    background-color: var(--white);
    padding: 1.5em;
    border-radius: 8px;
    max-width: 90%;
    max-height: 90%;
}

/* #popup-content img {
  max-width: 90vw;
  max-height: 90vh;
  cursor: pointer;
  border: 4px solid white;
  border-radius: 8px;
  width: auto;
  height: auto;
} */

/* Icona di chiusura */
#popup-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: white;
    color: var(--arthurMurrayBlue);
    font-size: 35px;
    font-weight: 500;
    border-radius: 50%;
    padding: 7px 10px;
    cursor: pointer;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); */
}

.modulo .input {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0.5rem;
}

.modulo h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 1.45rem;
}

.modulo-image {
    max-width: 500px;
}

.modulo p {
    padding-inline: 1rem;
    line-height: 1.2rem;
}

.modulo {
    max-width: 500px;
    justify-self: center;
}

.modulo button {
    margin-inline: auto;
}

.stage-2-active {
    display: block;
}

.stage-2-inactive {
    display: none;
}

.stage-1-active {
    display: block;
}

.stage-1-inactive {
    display: none;
}
