html, body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: normal;
}

@media (max-width: 768px) {
  body {
    background-color: #000;
  }
}

@media (max-width: 768px) {
  body.bgwhite {
    background-color: white;
    height: 100%;
  }
}

.login-register-card {
  z-index: 10;
  position: relative;
  width: 100%;
  display: none;
}
.login-register-card.active {
  display: flex;
}
.login-register-card .login-register-card-inner {
  width: 680px;
}
@media (max-width: 768px) {
  .login-register-card .login-register-card-inner {
    width: 90%;
  }
}
@media (max-width: 380px) {
  .login-register-card .login-register-card-inner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .login-register-card {
    margin-top: 380px;
  }
}

.sfondo .logo-inner {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
}
.sfondo .logo-inner img {
  width: 190px;
}
.sfondo .logo-inner.disabled {
  display: none;
}
.sfondo .logo-inner .logo-mobile {
  display: none;
}
@media (max-width: 768px) {
  .sfondo .logo-inner {
    bottom: unset;
    right: unset;
    top: 10px;
    left: 10px;
  }
  .sfondo .logo-inner img {
    width: 36px;
  }
  .sfondo .logo-inner .logo-desktop {
    display: none;
  }
  .sfondo .logo-inner .logo-mobile {
    display: block;
  }
}

.sfondo, .page-home .start .sfondo.with-bg .responsive-iframe {
  background-image: url(/build/images/scenario00.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.start .mt-4-sm {
  margin-top: 0;
}
@media (max-width: 768px) {
  .start .mt-4-sm {
    margin-top: 1rem;
  }
}
.start.login-page {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.start.login-page .login-title {
  z-index: 10;
  position: absolute;
  top: -60px;
  color: white;
}
@media (max-width: 768px) {
  .start.login-page .login-title {
    text-align: center;
    top: -55px;
  }
  .start.login-page .login-title h1 {
    font-size: 24px;
  }
}
.start.login-page .login-choice {
  height: 60px;
}
.start.login-page .login-choice .choice-header {
  display: inline-block;
  width: 50%;
  height: 100%;
  background-color: #D3D4D4;
  color: white;
  cursor: pointer;
  text-align: left;
  line-height: 60px;
  padding-left: 25px;
  font-size: 16px;
}
.start.login-page .login-choice .choice-header.active {
  background-color: #00CC66;
}
.start.login-page .form-content {
  padding: 10px;
  display: none;
}
.start.login-page .form-content.active {
  display: block;
}
.start.login-page .form-content .form-register-spacer {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .start.login-page .form-content .form-register-spacer {
    margin-top: 10px;
  }
}
.start.login-page .form-content .form-element {
  display: inline-block;
  width: 49.5%;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .start.login-page .form-content .form-element {
    width: 100%;
  }
}
.start.login-page .form-content .form-element-3 {
  display: inline-block;
  width: 32.8%;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .start.login-page .form-content .form-element-3 {
    width: 100%;
  }
}
.start.login-page .form-content .form-content-inner {
  width: 610px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .start.login-page .form-content .form-content-inner {
    width: 100%;
  }
}
.start.login-page .form-content .form-content-inner .email-domain {
  position: absolute;
  bottom: 13px;
  font-size: 13px;
  padding-left: 5px;
}
.start.login-page .form-content .form-content-inner .round-btn-login {
  margin-top: 25px;
  background-color: #00CC66;
  color: white;
  height: 40px;
  border-radius: 20px;
  font-size: 18px;
  padding-left: 50px;
  padding-right: 50px;
}
.start.login-page .form-content .form-content-inner .round-btn-login:hover {
  color: black;
}
.start.login-page .form-content .form-content-inner .round-btn-login:focus {
  border: none;
}
.start.login-page .form-content .form-content-inner .round-btn-login.txt-sm {
  font-size: 15px;
}
.start.login-page .form-content .form-content-inner .forgot-passw-link {
  margin-top: 20px;
  color: #00CC66;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .start.login-page .form-content .form-content-inner {
    padding-top: 0px;
  }
  .start.login-page .form-content .form-content-inner .round-btn-login {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .start .contenuto.disabled {
    display: none !important;
  }
}

.icon-login, .icon-password {
  display: inline;
  position: relative;
}
.icon-login::after, .icon-password::after {
  content: url("/images/icon_login.svg");
  position: absolute;
  left: 8px;
  top: 2px;
}
.icon-login input, .icon-password input {
  padding-left: 28px;
}

.icon-password {
  display: block;
}
.icon-password::after {
  content: url("/images/icon_password.svg");
  top: 11px;
}

button.check-complete.disabled {
  background-color: #D3D4D4 !important;
  pointer-events: none;
}

.quiz .contenuto {
  width: 100%;
}
@media (max-width: 768px) {
  .quiz .contenuto {
    padding-top: 300px;
    padding-bottom: 40px;
  }
}
.quiz .contenuto.disabled {
  display: none;
}
.quiz .save-later-btn {
  position: absolute;
  right: 35px;
  color: #1BD176;
  z-index: 99;
  cursor: pointer;
  bottom: 33px;
}
@media (max-width: 768px) {
  .quiz .save-later-btn {
    left: 50%;
    transform: translate(-50%, 0);
    right: unset;
  }
}

.quiz .contenuto .blocco-domande #domande .item h1 {
  font-size: 26px;
}
@media (max-width: 768px) {
  .quiz .contenuto .blocco-domande #domande .item h1 {
    font-size: 22px;
  }
}

.round-green-btn {
  background-color: #0c6;
  color: white !important;
  display: inline-block;
  padding: 12px 29px;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
}
.round-green-btn:hover {
  color: black !important;
  text-decoration: none;
}

.welcome-back-msg .round-green-btn {
  margin-top: 20px;
}

.box-txt.disabled {
  display: none;
}

.box-txt {
  margin-left: auto !important;
  margin-right: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.box-txt .box-txt-line {
  font-size: 28px;
  color: white;
}
@media (max-width: 768px) {
  .box-txt .box-txt-line {
    margin-bottom: 24px;
  }
  .box-txt .box-txt-line:first-child {
    margin-bottom: 2px;
  }
}
.box-txt button {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.box-txt button:hover {
  color: black !important;
}

@media (max-width: 768px) {
  .page-home .start .box-txt button {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.box-txt-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: transparent;
  z-index: 2;
}
.box-txt-bg.active {
  background-color: rgba(0, 0, 0, 0.6);
}

.sfondo-bg {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.sfondo-bg.active {
  display: block;
}

.logout-form a {
  position: absolute;
  right: 0;
  cursor: pointer;
}

.modale.modale-2 {
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
}
@media (max-width: 768px) {
  .modale.modale-2 {
    top: 270px;
    height: calc(100% - 270px);
  }
}
.modale.modale-2 .box-msg {
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.modale.modale-2 .box-msg h1 {
  color: white;
}
.modale.modale-2 .box-msg button {
  font-size: 18px;
}
.modale.modale-2 .box-msg button:hover {
  color: black;
}
@media (max-width: 768px) {
  .modale.modale-2 .box-msg {
    top: 0;
    transform: none;
    align-items: start;
  }
  .modale.modale-2 .box-msg h1 {
    margin-top: 25px;
  }
}
.modale.modale-2.active {
  display: flex;
}

.modal-alert {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 20;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .modal-alert {
    height: calc( 100% - 270px);
  }
}
.modal-alert.active {
  display: flex;
}
@media (max-width: 768px) {
  .modal-alert.active {
    display: block;
  }
}
.modal-alert.alert-full {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-alert.alert-full .alert-msg {
  background-color: transparent;
}
.modal-alert.alert-full .round-green-btn {
  padding-left: 40px;
  padding-right: 40px;
}
.modal-alert.alert-full p {
  margin: 20px 0;
}
.modal-alert.alert-full .txt-md {
  font-size: 22px;
}
.modal-alert.alert-full .txt-green {
  color: #00CC66;
}
.modal-alert.alert-full .txt-codes {
  color: #00CC66;
  font-size: 44px;
}
.modal-alert.alert-full .green-box {
  border: 2px solid #00CC66;
  padding: 20px;
}
.modal-alert.alert-full .green-box .sep {
  display: block;
}
@media (max-width: 768px) {
  .modal-alert.alert-full .txt-codes {
    font-size: 30px;
    margin-bottom: 0;
  }
  .modal-alert.alert-full .green-box .sep {
    display: inline-block;
    width: 1rem;
  }
}
.modal-alert .alert-msg {
  background-color: rgba(0, 0, 0, 0.6);
  width: 30%;
  text-align: center;
  color: white;
  font-size: 26px;
  padding: 40px;
}
@media (max-width: 768px) {
  .modal-alert .alert-msg {
    width: 100%;
  }
}
.modal-alert .alert-msg.full-w {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .modal-alert .alert-msg.full-w {
    display: block;
  }
}
.modal-alert.block-end-3 .alert-msg, .modal-alert.alert-final .alert-msg {
  width: 50%;
}
@media (max-width: 768px) {
  .modal-alert.block-end-3 .alert-msg, .modal-alert.alert-final .alert-msg {
    width: 100%;
    padding: 25px 25px;
  }
}
.modal-alert .owl-wrapper {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .modal-alert .owl-wrapper {
    width: 100%;
    margin-top: 46px;
  }
  .modal-alert .owl-wrapper .owl-dots {
    display: none;
  }
}
.modal-alert .owl-wrapper .owl-next, .modal-alert .owl-wrapper .owl-prev {
  position: absolute;
  top: 20px;
}
.modal-alert .owl-wrapper .owl-next span, .modal-alert .owl-wrapper .owl-prev span {
  visibility: hidden;
}
@media (max-width: 768px) {
  .modal-alert .owl-wrapper .owl-next, .modal-alert .owl-wrapper .owl-prev {
    top: -70px;
  }
}
.modal-alert .owl-wrapper .owl-next:hover::after, .modal-alert .owl-wrapper .owl-prev:hover::after {
  border-bottom: 5px solid black;
  border-right: 5px solid black;
}
.modal-alert .owl-wrapper .owl-next::before, .modal-alert .owl-wrapper .owl-prev::before {
  content: " ";
  display: block;
  width: 40px;
  position: absolute;
  height: 40px;
  z-index: 99;
  background-color: white;
  opacity: 0.4;
  border-radius: 50px;
  top: 10px;
  left: -12px;
}
.modal-alert .owl-wrapper .owl-next::after, .modal-alert .owl-wrapper .owl-prev::after {
  content: " ";
  display: inline-block;
  transform: rotate(135deg);
  height: 18px;
  width: 18px;
  border-bottom: 5px solid white;
  border-right: 5px solid white;
  z-index: 999;
  position: absolute;
  top: 21px;
  left: 2px;
}
.modal-alert .owl-wrapper .owl-next {
  right: -50px;
}
@media (max-width: 768px) {
  .modal-alert .owl-wrapper .owl-next {
    right: 10px;
  }
}
.modal-alert .owl-wrapper .owl-next::after {
  left: -4px;
  transform: rotate(315deg);
}
.modal-alert .owl-wrapper .owl-prev {
  left: -50px;
}
@media (max-width: 768px) {
  .modal-alert .owl-wrapper .owl-prev {
    left: 10px;
  }
}
.modal-alert .owl-wrapper .owl-prev::after {
  left: 2px;
}
.modal-alert .owl-wrapper .owl-prev.disabled {
  display: none;
}
.modal-alert .owl-wrapper .intro-item {
  text-align: left;
  font-size: 22px;
}
.modal-alert .owl-wrapper .intro-item p {
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  #domande .item {
    padding-bottom: 60px;
  }
}
#domande .textanswer {
  position: relative;
}
#domande .textanswer input[type=text] {
  width: 100%;
  border-color: #707070;
  padding: 10px 14px;
}
#domande .textanswer input[type=text]::-moz-placeholder {
  color: #B5B4B4;
  opacity: 1;
}
#domande .textanswer input[type=text]:-ms-input-placeholder {
  color: #B5B4B4;
  opacity: 1;
}
#domande .textanswer input[type=text]::placeholder {
  color: #B5B4B4;
  opacity: 1;
}
#domande .textanswer.show-error .text-answer-error {
  display: block;
}
#domande .textanswer.show-error input[type=text] {
  border-color: red;
}
#domande .textanswer.show-correct .checkmark {
  display: inline-block;
}
#domande .text-confirm-btn {
  background-color: #0c6;
  color: white !important;
  display: inline-block;
  padding: 12px 29px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: bold;
}
#domande .text-confirm-btn:hover {
  color: black !important;
}
#domande .btn-wrapper {
  text-align: center;
  margin-top: 30px !important;
}
#domande .text-answer-error {
  display: none;
  color: red;
}
#domande .checkmark {
  position: absolute;
  right: 8px;
  top: 8px;
  display: none;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
}
#domande .checkmark::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 18px;
  background-color: #0c6;
  left: 11px;
  top: 6px;
}
#domande .checkmark::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 3px;
  background-color: #0c6;
  left: 3px;
  top: 21px;
}

.verify-title {
  color: #0c6;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 33px;
}
@media (max-width: 768px) {
  .verify-title {
    font-size: 18px;
  }
}

.verify-txt {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .verify-txt {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  html {
    background-color: black;
  }

  .page-home {
    position: static;
  }

  .page-home .start .sfondo {
    position: fixed;
    z-index: 99;
  }

  .page-home .start:not(.login-page) {
    position: static;
  }

  .sfondo {
    height: 40%;
  }

  .sfondo, .page-home .start .sfondo .responsive-iframe {
    height: 270px;
  }

  .phonebr {
    display: block;
  }

  .modal-alert {
    top: 270px;
    position: absolute;
  }

  .box-txt-bg {
    top: 300px;
    position: relative;
    display: block;
  }
  .box-txt-bg .box-txt {
    position: static;
    display: block !important;
    bottom: unset;
    margin-top: 30px;
    display: none;
  }
  .box-txt-bg .box-txt.disabled {
    display: none !important;
  }

  .min-h-screen {
    min-height: auto;
  }

  .quiz .sfondo {
    height: 270px !important;
  }
}
