:root {
    --vh: 1vh;
    --vh: 1dvh;
    --mattone: #9c2720;
}
.mattone,
.deborah-bocca-msg.mattone {
    color: var(--mattone);
}
.text-center {
    text-align: center;
}
body, html {
    font-family: 'Chillax-Regular';
}
body {
    background-color: var(--mattone);
}
header {
    height: calc(22 * var(--vh));
    display: flex;
    align-items: center;
    justify-content: center;
}
header img {
    height: calc(10 * var(--vh));
    width: auto;
}
main {
    height: calc(70 * var(--vh));
}
footer {
    background-color: #000;
}
.hidden,
.deborah-game.hidden,
.deborah-bocca-msg.hidden {
    display: none !important;
}
.relative {
    position: relative;
}
.bold, b, strong {
    font-family: 'Chillax-Bold';
}
.semibold {
    font-family: 'Chillax-Semibold';
}
.page,
.page-small {
    max-width: 1024px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.page-small {
    padding-left: 80px;
    padding-right: 80px;
}
footer .page {
/*     height: 110px; */
    height: calc(8 * var(--vh));
    display: flex;
    float: none;
    align-items: center;
    justify-content: space-between;
}
footer img {
    height: calc(3.14 * var(--vh));
    width: auto;
}
.footer-link-privacy {
    color: white;
    font-size: 15px;
}

.label-input-text {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
input::-webkit-input-placeholder { color: #999; } /* Chrome/Safari vecchi */
input::-moz-placeholder { color: #999; opacity: 1; } /* Firefox vecchi */
input:-ms-input-placeholder { color: #999; } /* IE Edge vecchi */
input::-placeholder {
    color: #999;
    opacity: 1;
}
.label-input-text input {
    background-color: white;
    border-radius: calc(3.76 * var(--vh));
    width: 100%;
    display: inline-block;
    height: calc(3.76 * var(--vh));
    border: none;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 0px;
    color: #000;
}
.label-input-text input:focus {
    border: none;
    outline: none;
}

.label-input-text.label-input-fa {
    position: relative;
    padding-left: 0px;
}
.label-input-text.label-input-fa input {
    padding-left: 50px;
}
.label-input-text.label-input-fa i {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0px;
    left: 20px;
    color: #c6c6c6;
}
.label-input-text.label-input-fa input:focus + i {
    color: #000;
}
.label-input-checkbox {
    color: white;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
}
#deborah-registrazione h1 {
    text-align: center;
}
#deborah-registrazione h1 span {
    background-color: white;
    font-size: calc(2.24 * var(--vh));
    line-height: 1.3;
    color: var(--mattone);
    font-family: 'Chillax-Bold';
    display: inline-block;
    padding: 0px 10px;
}
#deborah-registrazione p {
    font-family: 'Chillax-Semibold';
    font-size: calc(1.89 * var(--vh));
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid white;
}
#deborah-registrazione form {
    display: block;
    float: left;
    width: 90%;
    margin: 40px 5% 0px 5%;
}
#deborah-registrazione button,
#deborah-link {
    font-family: 'Chillax-Bold';
    height: calc(6.39 * var(--vh));
    min-width: calc(6.39 * 4 * var(--vh));
    background-color: black;
    color: white;
    line-height: calc(6.39 * var(--vh));
    font-size: calc(2.19 * var(--vh));
    text-align: center;
    outline: none;
    border: none;
    margin: unset;
    padding: unset;
    border-radius: calc(6.39 * var(--vh));
    display: inline-block;
    text-decoration: none;
}
#deborah-registrazione a {
    color: white;
    text-decoration: underline;
}

.deborah-game {
    height: calc(70 * var(--vh));
    display: flex;
    flex-flow: column;
}
.deborah-game h1 {
    text-align: center;
}
.deborah-game h1 span {
    background-color: white;
    font-size: calc(2.24 * var(--vh));
    line-height: 1.3;
    color: #9c2720;
    font-family: 'Chillax-Bold';
    display: inline-block;
    padding: 0px 10px;
}
.deborah-game p {
    font-family: 'Chillax-Semibold';
    font-size: calc(1.89 * var(--vh));
    line-height: 1.3;
    color: #fff;
    margin-top: 40px;
    text-align: center;
}

#deborah-counter {
    display: block;
    float: left;
    width: calc(7.5 * var(--vh));
    height: calc(7.5 * var(--vh));
    position: relative;

}
#deborah-counter-spinner {
    display: inline-block;
    width: calc(7.5 * var(--vh));
    height: calc(7.5 * var(--vh));
}
#deborah-counter-numeri {
    position: absolute;
    display: flex;
    float: left;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    color: white;
    font-size: calc(3 * var(--vh));
    font-family: 'Chillax-Bold';
}

#deborah-counter-cnt {
    padding: 40px 0px 80px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.deborah-bocca-cont {
    flex-grow: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.rotation {
  animation: spin 1s linear 5 reverse;
  -webkit-animation: spin 1s linear 5 reverse; /* fallback per Safari vecchi */
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to   { -webkit-transform: rotate(359deg); }
}

#deborah-game-step1 .svg-bocca {
    height: calc(24.46 * var(--vh));
    display: inline-block;
}
#deborah-game-step2 .svg-bocca {
    height: calc(16.73 * var(--vh));
    display: inline-block;
}

#deborah-game-step2-rossetti-cont {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}
#deborah-game-step2-rossetti-cont button {
    display: block;
    width: calc((100% - 120px) / 4);
    display: flex;
    flex-flow: column;
    gap: 20px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    border: unset;

}
#deborah-game-step2-rossetti-cont button.btn-disabled:active span {
    border-color: #fff;
}
#deborah-game-step2-rossetti-cont button:active span {
    border-color: #000;
}

#deborah-game-step2-rossetti-cont img {
    width: 100%;
}
#deborah-game-step2-rossetti-cont span {
    width: 100%;
    padding-top: 100%;
    background-color: pink;
    border: 2px solid white;
    box-sizing: border-box;
    border-radius: 15%;
}
#deborah-game-step2-bocca {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.deborah-bocca-msg {
    position: absolute;
    width: auto;
    padding: 10px 50px;
    top: 0px;
    background-color: #ededed;
    color: #000;
    font-family: 'Chillax-Bold';
    top: 0px;
    text-align: center;
    height: calc(3.29 * var(--vh));
    line-height: 1;
    font-size: calc(3.29 * var(--vh));
    transform: translate(0%, 100%);
}
#scritta-finale-cont {
    display: flex;
    justify-content: center;
}
#scritta-finale-cont svg {
    height: calc(13.15 * var(--vh));
}
#deborah-game-step3 {
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    padding: 40px 0px 40px 0px;
    box-sizing: border-box;
}
#deborah-game-step3 h1 span {
    font-size: calc(3.29 * var(--vh));
    line-height: 1;
    height: calc(3.29 * var(--vh));
}
#deborah-game-step3 p {
    font-size: calc(2.81 * var(--vh));
    line-height: 1.2;
}
.label-input-text .form-error {
    background-color: #f8dad9 !important;

}
.form-error.label-input-checkbox span {
    border-bottom: 2px solid #f8dad9;
    font-style: italic;
}
#form-messages {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Chillax-Bold';
}
.form-error-span {
    display: none;
}

#deborah-popup-privacy,
#deborah-popup-played {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
#deborah-popup-played.hidden {
    display: none;
}
#deborah-popup-played,
#deborah-popup-privacy {
    background-color: #fff;
}
#deborah-popup-privacy-int {
    width: 80%;
    max-height: 80%;
    overflow: auto;
    padding: 0px 20px;
    box-sizing: border-box;
}
#deborah-popup-privacy-int h1 {
    font-size: 38px;
    line-height: 1.1;
}
#deborah-popup-privacy-int h4 {
    font-size: 24px;
    line-height: 1.275;
}
#deborah-popup-privacy-int p {
    margin-top: 0;
    margin-bottom: 1rem;
}
#deborah-popup-privacy-int a {
    text-decoration: none;
    color: #000;
}
#deborah-popup-privacy button {
    position: fixed;
    top: 0px;
    right: calc(10% - 20px);
    z-index: 11;
    background-color: unset;
    border: unset;
    padding: 20px;
    margin: 0px;
    font-size: 30px;
    display: block;
    float: left;
}
#deborah-popup-played-bocca-cont {
    display: flex;
    justify-content: center;
}
#deborah-popup-played-text-big {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
}
#deborah-popup-played-text-small {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
}
#deborah-popup-played .svg-bocca {
    height: 100px;
}
#deborah-popup-played .svg-bocca .cls-2 {
    fill: #9c2720;
}
