/************************************************
FILE GENERATO AUTOMATICAMENTE, NON MODIFICARE
(il file da modificare e` 'styleless.less')
*************************************************/

.backgroundCover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.centrato-vert {
  display: table;
  height: 100%;
  width: 100%;
}
.centrato-vert>div,
.centrato-vert-interno {
  display: table-cell;
  vertical-align: middle;
}
a img {
  border: none;
  outline: none;
}
.hoverTrasparenza {
  opacity: 0.8;
  text-decoration: none;
}
.bottoneHoverTrasparenza {
  text-decoration: none;
}
.bottoneHoverTrasparenza:focus {
  text-decoration: none;
}
.bottoneHoverTrasparenza:hover {
  opacity: 0.8;
  text-decoration: none;
}
.disattivaBottoneHoverTrasparenza:hover {
  opacity: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.footer-bottom-flex_contenitore-principale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .footer-bottom-flex_contenitore-principale {
    display: block;
  }
}
.footer-bottom-flex_contenitore-principale-senza-footer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .footer-bottom-flex_contenitore-principale-senza-footer {
    display: block;
  }
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .footer-bottom-flex_contenitore-principale-senza-footer {
    min-height: 957px;
    min-height: calc(100vh - 123px);
  }
}
.scala-di-grigi {
  filter: url(lsbox/filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(grayScale=1)';
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}
.fixed-ratio-cropped-image-default {
  width: 100%;
}
.fixed-ratio-cropped-image-default>div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.fixed-ratio-cropped-image-default>div>div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fixed-ratio-cropped-image-default>div>div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fixed-ratio-cropped-image-default>div>div .img-cropped-attr-alt-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.iframe-autoridimensionante {
  width: 100%;
  height: 800px;
  border: none;
  outline: none;
}
.soloMobile990 {
  display: none;
}
@media only screen and (max-width: 990px) {
  .soloMobile990 {
    display: block;
  }
}
@media only screen and (max-width: 990px) {
  .soloDesktop990 {
    display: none;
  }
}
.soloMobile768 {
  display: none;
}
@media only screen and (max-width: 768px) {
  .soloMobile768 {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .soloDesktop768 {
    display: none;
  }
}
.ls-scritta-chiara {
  color: white;
}
.ls-scritta-scura {
  color: black;
}
.popup-autocertificazione {
  min-height: 0 !important;
}
.popup-autocertificazione .scritta-popup-autocertificazione {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  color: #3f5a8c;
  line-height: 1.3em;
}
.bottom-nav .nav-item {
  min-width: 70px;
}
.bottone-tab {
  position: relative;
}
.bottone-tab.selez:after {
  content: ' ';
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  background: white;
  height: 4px;
  opacity: 0.5;
  border-radius: 100px;
}
.bottom-nav--light .bottone-tab.selez:after {
  background: #3f5a8c;
}
.bottom-nav--light .nav-item {
  color: #3f5a8c;
}
.bottom-nav--light .nav-item img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(12%) saturate(2070%) hue-rotate(181deg) brightness(90%) contrast(90%);
}
.lsmodale-sfondo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0.5;
  z-index: 10000000001;
}
.lsmodale-sfondo.non-chiudibile {
  cursor: default;
}
.lsmodale-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: translate(-50%,-50%) ;
  -o-transform: translate(-50%,-50%) ;
  -webkit-transform: translate(-50%,-50%) ;
  -ms-transform: translate(-50%,-50%) ;
  transform: translate(-50%,-50%) ;
  position: fixed;
  z-index: 10000000005;
  width: 40vw;
  max-width: 400px;
  min-width: 300px;
  max-height: 80vh;
}
.lsmodale-popup .contenuto-modale {
  border-radius: 20px;
  background: white;
  color: black;
  font-size: 16px;
  font-weight: normal;
  padding: 30px 20px;
  text-align: center;
  border: 2px solid #3f5a8c;
  font-weight: bold;
  font-size: 26px;
  color: #3f5a8c;
  line-height: 1.3em;
}
.lsmodale-popup .lsmodale-bott-chiudi {
  position: absolute;
  top: -12px;
  right: -12px;
  background: white;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  font-weight: bold;
  color: black;
  text-align: center;
  font-size: 22px;
  line-height: 1em;
  padding-top: 4px;
  font-family: sans-serif;
  border: 2px solid black;
  text-decoration: none;
}
.lsmodale-popup .lsmodale-bott-chiudi svg {
  height: 18px;
  width: 18px;
}
.lsmodale-popup .lsmodale-bott-chiudi:hover {
  text-decoration: none;
  filter: invert(1);
}
.lsmodale-popup.non-chiudibile .lsmodale-bott-chiudi {
  display: none;
}
.lsmodale-popup.errore-soglia .contenuto-modale {
  border-color: red;
  font-size: 18px;
  line-height: 1.8em;
}
.lsmodale-popup.errore-soglia .contenuto-modale i:before {
  content: '"';
}
.lsmodale-popup.errore-soglia .contenuto-modale i:after {
  content: '"';
}
.lsmodale-popup.errore-soglia .contenuto-modale i {
  display: inline-block;
}
.lsmodale-popup.errore-soglia .contenuto-modale u,
.lsmodale-popup.errore-soglia .contenuto-modale i,
.lsmodale-popup.errore-soglia .contenuto-modale b {
  color: black;
  display: inline-block;
}
.lsmodale-popup.errore-soglia .contenuto-modale span {
  color: black;
  display: inline-block;
}
.lsmodale-popup.errore-soglia .contenuto-modale .btn img {
  width: 1em;
  height: 1em;
  vertical-align: bottom;
  position: relative;
  top: -2px;
}
.lsmodale-popup.errore-soglia .contenuto-modale .bottone-non-mostrare-warning {
  margin-top: 40px;
  display: inline-block;
  font-weight: normal;
  color: black;
  font-size: 13px;
}
.lsmodale-popup .action-buttons {
  margin-top: 10px;
}
.lsmodale-popup .action-buttons .bottone-rosso {
  background: #ffcccc;
}
:root {
  --card-radius-sm: 18px;
  --btn-radius-sm: 12px;
}
.content-box {
  flex: 1;
  margin: 20px;
  border-radius: var(--card-radius-sm);
  padding: 25px;
  overflow-y: visible;
  margin-bottom: 100px;
  background: rgba(255,255,255,0.38);
  border: 1px solid rgba(255,255,255,0.9);
  backdrop-filter: blur(18px) saturate(110%) contrast(100%);
  -webkit-backdrop-filter: blur(18px) saturate(110%) contrast(100%);
  background-clip: padding-box;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 14px 30px rgba(0,0,0,0.18);
}
.page-info .content-box {
  line-height: 1.4em;
}
.page-info .content-box ul {
  padding-left: 20px;
}
.page-info .content-box p {
  margin: 16px 0;
}
.page-simulatore .content-area {
  overflow-y: visible;
}
.page-simulatore .content-area .sticky-bottom-card {
  position: relative;
  bottom: 0;
  z-index: 0;
  border-radius: var(--card-radius-sm) var(--card-radius-sm);
  padding: 18px;
}
.page-simulatore .content-area .sticky-bottom-card .form-label {
  margin-top: 16px;
  min-height: 30px;
}
.page-simulatore .content-area .sticky-bottom-card input[type="number"] {
  height: 44px;
}
.drug-section .form-input {
  width: calc(100% - 100px);
}
.drug-section .unit {
  margin-left: 4px;
  font-weight: bold;
  color: #3f5a8c;
}
textarea.output {
  width: 100%;
  height: 0px;
  display: none;
}
.page-results .result-card {
  background: rgba(255,255,255,0.75);
}
.result-label {
  cursor: default;
}
.history-card,
.header,
.content-area {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.header-title>div {
  font-weight: bolder;
}
.viewport-tabs-intro .powered-by {
  margin-bottom: -12px;
}
.viewport-tabs-intro .app-icon {
  background: none;
  width: 160px;
  height: 160px;
  box-shadow: none;
  margin-bottom: 20px;
}
.viewport-tabs-intro .app-icon img {
  width: 160px;
  height: 160px;
}
.viewport-tabs-intro .title {
  font-size: clamp(24px,9vw,32px);
}
.viewport-tabs-intro .play-icon {
  width: clamp(36px,15vw,70px);
  height: clamp(36px,15vw,70px);
}
.page-setup .menu-button {
  width: 100%;
}
.page-bibliografia a.pdf-icon,
.page-bibliografia .pdf-item {
  width: 120px;
  height: 90px;
}
.page-bibliografia a.pdf-icon {
  text-decoration: none;
}
.page-bibliografia a.pdf-icon img {
  margin-bottom: 5px;
}
.page-simulatore .header,
.page-storico .header {
  padding: 5px 5px 10px;
}
.page-simulatore .logo_e_titolo,
.page-storico .logo_e_titolo {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 6px;
}
.page-simulatore .logo_e_titolo .header-logo,
.page-storico .logo_e_titolo .header-logo {
  margin: 0;
}
.page-simulatore .logo_e_titolo .header-title,
.page-storico .logo_e_titolo .header-title {
  margin-bottom: 4px;
}
.card-title {
  text-transform: none !important;
}
.bott-info-inline {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.bott-info-inline img {
  display: block;
  width: 100%;
  height: 100%;
}
.form-input[readonly] {
  border-bottom: 2px solid #97afc6 !important;
  color: #777;
}
