/*-------------------------------*/
/* Html, body and generics rules */
/*-------------------------------*/
.body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 280px;
  text-align: justify;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  scroll-behavior: smooth;
  background-color: var(--background);
  color: var(--on-background);
}

.links {
  text-decoration: none;
}

.links:link,
.links:visited {
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 0;
  color: var(--primary);
}

.body__paragraph {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 8px 0;
}

._hide {
  display: none;
}

.span6 {
  width: 50%;
}

.span7 {
  width: 50%;
}

.span10 {
  width: 100%;
}

.lead {
  margin: 5px 0 15px;
  font-size: 26px;
  line-height: 30px;
}

.main-info {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 20px 2%;
  row-gap: 15px;
}

.main_text_padding {
  row-gap: 0;
}

.generic__container {
  width: 100%;
}

.generic_advises__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1600px;
  justify-content: space-between;
  column-gap: 25px;
}

.generic_advises {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  max-width: 900px;
}

.banners {
  display: flex;
  width: 600px;
  overflow: hidden;
  row-gap: 5px;
  flex-wrap: nowrap;
  flex-direction: column;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}

.banners_link {
  display: flex;
}

.banner_image {
  width: 100%;
}

::selection {
  color: var(--on-toast-container);
  background-color: var(--not-bad-feeling);
}

.no_scroll {
  overflow: hidden;
}

/*----------------*/
/* Root container */
/*----------------*/
.root {
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 800px;
}

/*--------*/
/* Header */
/*--------*/
.header {
  z-index: 4;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: var(--surface);
}

.header__logo {
  display: flex;
  height: 90px;
  width: 300px;
  align-items: center;
  background-color: #fff;
}

.header__logo>.links {
  text-align: center;
}

.header__logo__image {
  width: 90%;
}

.header__title {
  display: flex;
  margin-left: 30px;
  height: 90px;
  align-items: center;
  text-align: left;
}

.langs__container {
  margin-right: 10px;
  margin-left: auto;
}

/* languages options */
.languages {
  gap: 2px;
  justify-content: center;
  align-content: center;
  padding: 2px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
  box-shadow: none;
  transition-duration: 0.25s;
  border: var(--outline);
  background-color: var(--tertiary-container);
  color: var(--on-tertiary-container);
}

.lang_bottom_card__show {
  display: block;
}

.lang_bottom_card__flex {
  display: flex;
}

.lang_bottom_card__hide {
  display: none;
}

.languages__available-lang {
  cursor: pointer;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 8px 8px 8px 4px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border-radius: 42px;
  transition-duration: 0.25s;
}

.languages__available-lang:hover {
  background-color: var(--on-tertiary);
}

.languages__available-lang__image {
  margin: 5px;
  width: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/*----------------*/
/* Main container */
/*----------------*/
.main-container,
.loadingScreenCont {
  display: flex;
  flex-direction: column;
  margin: 90px 10px 0;
  align-items: center;
}

.main-container-survey {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.survey-container {
  width: 50%;
}

.info-search-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1600px;
}

/* Instructions block */
.dl-horizontal {
  display: flex;
  gap: 10px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.dl-horizontal__title {
  display: flex;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
  align-items: center;
}

.dl-horizontal__description {
  font-weight: normal;
  margin: 0;
}

/*---------------------------*/
/* Login form and components */
/*---------------------------*/
.login {
  display: block;
  overflow: hidden;
  margin-left: 2%;
  width: 40%;
}

.login__form {
  overflow: hidden;
  padding: 8px 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  background-color: var(--surface-variant);
  color: var(--on-surface-variant);
}

.login__form__fieldset {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 10px;
  border: 0;
}

.formsLabel {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 20px;
}

.textarea {
  display: inline-block;
  padding: 9px 16px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition-duration: 0.25s;
  border: 2px solid var(--primary);
}

.checkbox {
  cursor: pointer;
  margin: 5px 0;
  font-weight: normal;
}

.cb-privacy {
  cursor: pointer;
}

.actions_box {
  display: flex;
  padding: 10px 0 0;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
}

.btn {
  display: inline-flex;
  padding: 0 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  height: 40px;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  transition-duration: 0.25s;
  background-color: var(--primary);
  color: var(--on-primary);
}

.btn .material-symbols-rounded {
  margin-right: 4px;
}

.flatBtn {
  cursor: pointer;
  display: inline-flex;
  padding: 0 14px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  align-items: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  transition-duration: 0.25s;
  color: var(--on-primary-container);
  border: var(--outline);
}

.flatBtn:hover {
  background-color: #9090904f;
}

.btn.disabled,
.btn[disabled],
.flatBtn.disabled {
  cursor: default;
  background-color: #ececec30;
  color: #000;
}

.btn.disabled span,
.btn[disabled] span {
  color: #888;
}

/* Contact banner */
.contac-form-banner {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0 8px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  background-color: var(--warning-container);
  color: var(--on-warning-container);
}

.contac-form-banner__text {
  padding: 10px;
}

/*--------------------------------*/
/* Information and warning blocks */
/*--------------------------------*/
.alert,
.well {
  padding: 8px 35px 8px 14px;
  max-width: 1400px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}

.alert {
  background-color: var(--secondary-container);
  color: var(--on-secondary-container);
}

.well {
  min-height: 20px;
  background-color: var(--surface-variant);
  color: var(--on-surface-variant);
}

.text-advice {
  display: block;
  padding: 5px 10px;
}

/*--------*/
/* Footer */
/*--------*/
.footer {
  display: flex;
  flex-direction: column;
  clear: both;
  padding: 10px 0 10px 0;
  text-align: center;
}

.footer__data {
  padding: 0 20px 10px 20px;
}

.footer__text {
  display: flex;
  flex-direction: column;
  width: 85%;
  margin: 0 auto 10px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}

.footer__address {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

.rights {
  clear: both;
  display: inline-flex;
  margin: auto;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  border: var(--outline);
  background-color: var(--surface-variant);
  color: var(--on-surface-variant);
}

.rights>span {
  display: block;
  margin: 10px;
}

.text-comment {
  resize: none;
  height: 100px;
}

/*---------------*/
/* Error Message */
/*---------------*/
.message-container {
  position: fixed;
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: center;
  bottom: 10px;
  right: 10px;
  min-height: 28px;
  padding: 10px 3%;
  box-shadow: 0 4px 5px 2px rgb(0 0 0 / 23%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: var(--toast-container);
  color: var(--on-toast-container);
}

/*---------------*/
/* Survey styles */
/*---------------*/
.extraSurveyInfo {
  margin: 0 0 15px;
  padding: 15px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  background-color: var(--warning-container);
  color: var(--on-warning-container);
}

.altDownloadLink {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  color: var(--primary);
}

.survey-options {
  display: none;
}

.radioGrp {
  display: grid;
  grid: auto / repeat(5, auto);
  column-gap: 20px;
  margin: 15px auto;
  padding: 10px;
  text-align: center;
  max-width: 850px;
}

.feeling-options {
  cursor: pointer;
  font-size: 70px;
  transition-duration: 0.25s;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  border: 1px solid transparent;
}

.feeling-options:hover,
.feeling-options_selected {
  border: 1px solid;
}

.feeling-options_bad {
  color: var(--bad-feeling);
}

.feeling-options_not-bad {
  color: var(--not-bad-feeling);
}

.feeling-options_meh {
  color: var(--meh-feeling);
}

.feeling-options_normal {
  color: var(--normal-feeling);
}

.feeling-options_good {
  color: var(--good-feeling);
}

.skip-survey {
  height: 38px;
  margin-right: 10px;
}

.viewerReport {
  height: 562px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  background-color: var(--surface-variant);
}

/*----------------------*/
/* Float languages menu */
/*----------------------*/
.float-menu-languages {
  overflow: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 4;
  display: none;
  width: 56px;
  height: 56px;
  bottom: 16px;
  right: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  box-shadow: 0 6px 5px 2px rgb(0 0 0 / 23%);
  transition-duration: 0.05s;
  background-color: var(--tertiary-container);
  color: var(--on-tertiary-container);
}

.float-menu-languages_active {
  z-index: 1;
}

.float-menu-languages:hover {
  filter: brightness(110%);
}

.float-menu-languages:active {
  filter: brightness(90%);
}

.float-menu-languages__icon {
  margin: auto;
}

/*---------------*/
/* Splash screen */
/*---------------*/
.splash_screen {
  z-index: 999;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--background);
  background-image: radial-gradient(var(--grd-quaternary) 0%, var(--grd-tertiary) 15%, var(--grd-secondary) 35%, var(--grd-primary) 50%, var(--background) 65%);
  background-size: 130px 130px;
  background-position: center;
  background-repeat: no-repeat;
}

.splash_screen img {
  margin: auto;
}

/*----------------------------------*/
/* Container for all dialog windows */
/*----------------------------------*/
.contFloatDialogs_container {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #00000099;
}

.dialogForms {
  padding: 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 35%;
  margin: 30px auto;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  box-shadow: 0 2px 4px 4px rgb(0 0 0 / 20%);
  background-color: var(--secondary-container);
  color: var(--on-secondary-container);
}

.dialogHeaderContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.closeDialogButton {
  cursor: pointer;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  transition-duration: 0.35s;
}

/*--------------------*/
/* Results list block */
/*--------------------*/
.resultsFoundList {
  min-width: 710px;
  min-height: 200px;
  max-height: 500px;
}

.resultsFoundExplain {
  padding: 10px;
}

.resultsEnum {
  overflow: hidden;
  margin-top: 20px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  background-color: var(--on-secondary);
}

.results {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  padding: 15px 10px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}

.results:hover {
  background-color: var(--on-hover);
}

.notValidatedPdf {
  margin: 0 10px;
  font-weight: bold;
  color: var(--warning);
}

/*----------------------*/
/* Survey and PDF block */
/*----------------------*/
.surveyPDFDialogContainer {
  z-index: 7;
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  padding: 20px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  box-shadow: 0 2px 4px 4px rgb(0 0 0 / 20%);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  background-color: var(--secondary-container);
  color: var(--on-secondary-container);
}

.login__form__fieldset_survey {
  margin: 0;
  width: -webkit-fill-available;
}

.survey__form_container {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}

.survey_surface {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  background-color: var(--surface-variant);
  color: var(--on-surface-variant);
  border: var(--outline);
}

/*-----------------------------------------------*/
/* English only advise for non translate reports */
/*-----------------------------------------------*/
.english-advise {
  background-color: var(--warning-container);
  color: var(--on-warning-container);
}

/*-----------------*/
/* Load spin class */
/*-----------------*/
.spin {
  -webkit-animation: girar 2s infinite;
  -moz-animation: girar 2s infinite;
  -o-animation: girar 2s infinite;
  animation: girar 2s infinite;
}

@keyframes girar {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*-----------------------*/
/* Languages pulse efect */
/*-----------------------*/
.pulse {
  -webkit-animation: shadowPulse 3s infinite;
  -moz-animation: shadowPulse 3s infinite;
  -o-animation: shadowPulse 3s infinite;
  animation: shadowPulse 3s infinite;
}

@keyframes shadowPulse {
  0% {
    box-shadow: 0 0 2px 0 var(--tertiary);
  }

  5% {
    box-shadow: 0 0 3px 0 var(--tertiary);
  }

  10% {
    box-shadow: 0 0 4px 0 var(--tertiary);
  }

  20% {
    box-shadow: 0 0 6px 0 var(--secondary);
  }

  30% {
    box-shadow: 0 0 8px 0 var(--secondary);
  }

  40% {
    box-shadow: 0 0 10px 0 var(--primary);
  }

  50% {
    box-shadow: 0 0 12px 0 var(--primary);
  }

  60% {
    box-shadow: 0 0 10px 0 var(--primary);
  }

  70% {
    box-shadow: 0 0 8px 0 var(--secondary);
  }

  80% {
    box-shadow: 0 0 6px 0 var(--secondary);
  }

  90% {
    box-shadow: 0 0 4px 0 var(--tertiary);
  }

  95% {
    box-shadow: 0 0 3px 0 var(--tertiary);
  }

  100% {
    box-shadow: 0 0 2px 0 var(--tertiary);
  }
}