@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
.vertical-align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

::selection {
  color: white;
  background-color: #2a3f76;
}

/* Comportamento da rivedere: ad oggi nasconde la barra di scorrimento, ma consente lo scrool */
/* ::-webkit-scrollbar {
  display: none;
} */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
/* Remove styles on a text */
a {
  cursor: pointer;
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  box-sizing: border-box;
  margin: 0;
  background-color: #fff;
}

/*
  Improve media defaults
*/
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html,
body {
  font-family: "Inter", sans-serif;
}

.title-10 {
  font-size: 4.33rem;
  color: #222222;
  line-height: 1.2;
  font-weight: 700;
}

.title-20 {
  font-size: 3.5rem;
  color: #222222;
  line-height: 1.2;
  font-weight: 600;
}

.subtitle-10 {
  font-size: 2.75rem;
  color: #222222;
  line-height: 1.2;
}

.subtitle-20 {
  font-size: 2.5rem;
  color: #222222;
  line-height: 1.2;
}

.p-50 {
  font-size: 2rem;
  color: #222222;
  line-height: 1.2;
}

.p-40 {
  font-size: 1.66rem;
  color: #313131;
  line-height: 1.3;
}

.p-30 {
  font-size: 1.5rem;
  color: #313131;
  line-height: 1.3;
}

.p-20 {
  font-size: 1.25rem;
  color: #222222;
  line-height: 1.2;
  font-weight: 400;
}

.p-10 {
  font-size: 1rem;
  color: #222222;
  line-height: 1.2;
  font-weight: 400;
}

main.flex-layout {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
main.flex-layout > .page-content {
  display: flex;
  flex-direction: column;
  gap: 2.2em;
  width: 90%;
  max-width: 1520px;
  margin-inline: auto;
  padding: 2.8em 1em;
}
main.flex-layout > .page-content section {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
main.flex-layout > .page-content section.deactivated {
  display: none;
}
.hidden-element {
  display: none;
}

:not(.is-consorzio) .only-consorzio {
  display: none !important;
}

main.is-consorzio .only-consorzio {
  display: flex !important;
}
main.is-consorzio .only-consorzio.cell {
  display: table-cell !important;
}
main.is-consorzio .only-consorzio.grid {
  display: grid !important;
}

nav.page-navbar {
  display: flex;
  width: 100%;
  background-color: #fcfcfc;
}
nav.page-navbar .content {
  width: 90%;
  max-width: 1520px;
  margin-inline: auto;
  padding-block: 1.6em;
  padding-inline: 1em;
  display: flex;
  align-items: center;
  gap: 2.2em;
  justify-content: space-between;
}
nav.page-navbar .content .flex-container {
  display: flex;
  align-items: center;
  gap: 1em;
}
nav.page-navbar .content .flex-container img {
  width: 3em;
  height: 3em;
  background-color: #f2f2f2;
  border-radius: 0.66em;
  padding: 0.33em;
}
nav.page-navbar .content .flex-container .page-title {
  color: #313131;
  border: 0;
  line-height: 1;
  margin: 0;
}
nav.page-navbar .content img.logo {
  height: 3em;
  mix-blend-mode: multiply;
  pointer-events: none;
  user-select: none;
}

nav.page-nav-selector {
  width: 100%;
  background-color: white;
  border-bottom: 2px solid #f9f9f9;
}
nav.page-nav-selector .content {
  width: 90%;
  max-width: 1520px;
  margin-inline: auto;
  padding-block: 0.5em;
  padding-inline: 1em;
  display: flex;
  align-items: center;
  gap: 2.2em;
  justify-content: space-between;
}
nav.page-nav-selector .content .flex-container {
  display: flex;
  gap: 0.66em;
}
nav.page-nav-selector .content a.page-btn {
  padding-block: 0.5em;
  background-color: #f9f9f9;
}
nav.page-nav-selector .content a.page-btn.active-page {
  color: white;
  background-color: #3485ff;
}
nav.page-nav-selector .content a.page-btn:hover {
  text-decoration: none;
}
nav.page-nav-selector .content a.page-btn:hover:not(.active-page) {
  background-color: #f2f2f2;
  color: inherit;
}

.btn-custom {
  font-size: 1.5rem;
  color: #313131;
  line-height: 1.3;
  padding: 0.66em 1em;
  border-radius: 0.5em;
  outline: 0;
  border: 0;
  width: fit-content;
  display: block;
}

.btn-main {
  color: white;
  background-color: #2a3f76;
}

.btn-sec {
  font-weight: 500;
  background-color: #f2f2f2;
}
.btn-sec:hover {
  background-color: #e5e5e5;
}

.btn-alert {
  color: white;
  background-color: #881313;
}

section.result-section .no-results-alert {
  font-size: 1.66rem;
  color: #313131;
  line-height: 1.3;
  text-align: center;
  background-color: #f9f9f9;
  border: 2px solid #e5e5e5;
  border-radius: 0.75em;
  padding: 0.66em;
  font-weight: 500;
  display: none;
}
section.result-section .no-results-alert.alert-active {
  display: block;
}
section.result-section table.result-table {
  position: relative;
  background-color: #e5e5e5;
  border: 2px solid #e5e5e5;
  border-radius: 0.75em;
  width: 100%;
  height: 1px;
  border-collapse: collapse;
}
section.result-section table.result-table.hidden {
  display: none;
}
section.result-section table.result-table td.btns-section {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  border-right: 2px solid #e5e5e5;
  display: flex;
  align-items: center;
  gap: 0.66em;
  background-color: white;
  width: 100%;
  height: 100%;
  margin-block: auto;
}
section.result-section table.result-table td.btns-section .disabled {
  opacity: 0.33;
  pointer-events: none;
  user-select: none;
}
section.result-section table.result-table td.btns-section .semaforo {
  position: relative;
  width: 1.75em;
  height: 1.75em;
  display: block;
  background-color: #f2f2f2;
  border-radius: 0.5em;
}
section.result-section table.result-table td.btns-section .semaforo::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62%;
  height: 62%;
  border-radius: 50%;
  aspect-ratio: 1;
  background-color: #222222;
}
section.result-section table.result-table td.btns-section .semaforo.sem-verde::after, section.result-section table.result-table td.btns-section .semaforo.s-public::after {
  background-color: #58cb79;
}
section.result-section table.result-table td.btns-section .semaforo.sem-giallo::after {
  background-color: #e6a527;
}
section.result-section table.result-table td.btns-section .semaforo.sem-rosso::after, section.result-section table.result-table td.btns-section .semaforo.s-private::after {
  background-color: #f52222;
}
section.result-section table.result-table td.btns-section .cell-number {
  font-size: 1.5rem;
  color: #313131;
  line-height: 1.3;
  background-color: #f2f2f2;
  margin: 0;
  height: 1.75em;
  width: 2.625em;
  font-weight: 500;
  display: grid;
  place-items: center;
  border-radius: 0.5em;
}
section.result-section table.result-table td.btns-section button.button-container {
  position: relative;
  width: 1.75em;
  height: 1.75em;
  outline: 0;
  border: 0;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em;
  background-color: #f2f2f2;
}
section.result-section table.result-table td.btns-section button.button-container.fill-width {
  width: fit-content;
  padding-inline: 0.5em;
  font-weight: 500;
}
section.result-section table.result-table td.btns-section button.button-container.transp {
  background: transparent;
  padding: 0;
}
section.result-section table.result-table td.btns-section button.button-container input {
  display: none;
}
section.result-section table.result-table td.btns-section button.button-container label {
  cursor: pointer;
  margin: 0;
}
section.result-section table.result-table td.btns-section button.button-container p {
  margin: 0;
}
section.result-section table.result-table td.btns-section button.button-container img.button-img {
  display: block;
  width: 1.4em;
  height: 1.4em;
}
section.result-section table.result-table td.btns-section button.button-container img.button-img.info-button {
  width: 1.75em;
  height: 1.75em;
}
section.result-section table.result-table tr {
  border-bottom: 2px solid #e5e5e5;
}
section.result-section table.result-table tr.header {
  position: sticky;
  top: -1px;
  z-index: 1;
}
section.result-section table.result-table tr th {
  font-size: 1.5rem;
  color: #313131;
  line-height: 1.3;
  background-color: #f9f9f9;
  text-align: left;
}
section.result-section table.result-table tr td {
  background-color: white;
  height: 100%;
}
section.result-section table.result-table td,
section.result-section table.result-table th {
  padding: 0.33em 0.66em;
  padding-right: 1em;
}
section.result-section table.result-table td.size-150,
section.result-section table.result-table th.size-150 {
  min-width: 150px;
}
section.result-section table.result-table td.size-200,
section.result-section table.result-table th.size-200 {
  min-width: 200px;
}
section.result-section table.result-table td.size-250,
section.result-section table.result-table th.size-250 {
  min-width: 250px;
}
section.result-section table.result-table td.size-300,
section.result-section table.result-table th.size-300 {
  min-width: 300px;
}

.dropdown-menu {
  font-size: 1.66rem;
  color: #313131;
  line-height: 1.3;
  background-color: white;
  border-radius: 0.75em;
  border: 2px solid #e5e5e5;
  padding: 0.33em 1em;
  width: fit-content;
}
.dropdown-menu.long-type {
  width: 500px;
  width: 70vw;
}

.search-filter {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background-color: #e5e5e5;
  border: 2px solid #e5e5e5;
  border-radius: 0.75em;
  overflow: hidden;
}
.search-filter.small-type {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 37.5em) {
  .search-filter.small-type {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 56.25em) {
  .search-filter {
    grid-template-columns: repeat(2, 1fr);
  }
}
.search-filter .disclaimer {
  opacity: 0.66;
  margin: 0;
}
.search-filter .filter-header {
  font-size: 1.5rem;
  color: #313131;
  line-height: 1.3;
  font-weight: 500;
  background-color: #f9f9f9;
  padding: 0.66em 1em;
  flex-direction: column;
}
.search-filter .filter-header.f-normal {
  font-weight: normal;
  padding-inline: 0.66em;
}
.search-filter .filter-input {
  font-size: 1.5rem;
  color: #313131;
  line-height: 1.3;
  position: relative;
  display: flex;
  align-items: center;
  background-color: white;
}
.search-filter .filter-input img.dropdown {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.66em;
  height: 2em;
  pointer-events: none;
  user-select: none;
  padding: 0.33em 0.66em;
  background: linear-gradient(90deg, transparent, white 50%);
}
.search-filter select {
  font-size: 1.5rem;
  color: #313131;
  line-height: 1.3;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  padding-inline: 0.66em;
  height: 100%;
  background-color: white;
  width: 100%;
}
.search-filter input {
  font-size: 1.5rem;
  color: #313131;
  line-height: 1.3;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  padding-inline: 0.66em;
}
.search-filter input:focus {
  box-shadow: inset 0 0 12px rgba(104, 104, 104, 0.1);
}
.search-filter :is(input, select) {
  box-shadow: inset 0 0 0px rgba(104, 104, 104, 0.1);
  transition: box-shadow 160ms;
}
.search-filter :is(input, select):is(:hover, :focus) {
  box-shadow: inset 0 0 12px rgba(104, 104, 104, 0.1);
}
.search-filter label {
  /*
  @include p-30();
  font-weight: 400;
  cursor: pointer;
  height: 100%;
  width: 100%;
  background-color: white;
  padding: $space-07 $space-10;
  */
}
.search-filter .checkbox-container {
  padding: 0.66em 1em;
  background-color: white;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.search-filter .checkbox-container label {
  cursor: pointer;
  font-size: 1.5rem;
  color: #313131;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
}
.search-filter .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  padding: 0;
}
.search-filter .checkbox-container input:checked ~ span.checkmark {
  background-color: #3485ff;
}
.search-filter .checkbox-container input:checked ~ span.checkmark::after {
  opacity: 1;
}
.search-filter .checkbox-container span.checkmark {
  position: relative;
  display: block;
  width: 1.3em;
  height: 1.3em;
  border-radius: 0.33em;
  background-color: #f2f2f2;
  margin-right: 0.66em;
}
.search-filter .checkbox-container span.checkmark::after {
  content: "";
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  background-image: url(../img/ui/checkmark.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
  transition: all 108ms;
}

#modalContainerOFF {
  z-index: 9000;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
#modalContainerOFF #alertBox {
  display: flex;
  flex-direction: column;
  gap: 1em;
  display: flex !important;
  background-color: white;
  padding: 1.6em;
  border-radius: 1.5em;
  margin: 0;
  width: 300px;
  border: 0;
}
#modalContainerOFF #alertBox h1 {
  font-size: 2rem;
  color: #222222;
  line-height: 1.2;
  font-weight: 500;
  background: transparent;
  text-align: left;
  text-transform: capitalize;
  border: 0;
  padding: 0;
}
#modalContainerOFF #alertBox p {
  font-size: 1.5rem;
  color: #313131;
  line-height: 1.3;
  margin: 0;
}
#modalContainerOFF #alertBox a#closeBtn {
  position: relative;
  font-size: 1.5rem;
  color: #313131;
  line-height: 1.3;
  padding: 0.66em 1em;
  border-radius: 0.5em;
  outline: 0;
  border: 0;
  width: fit-content;
  display: block;
  height: fit-content;
  color: white;
  background-color: #2a3f76;
  text-transform: none;
  top: 0;
  left: 0;
  margin-top: auto;
}

.upload-page .upload-button {
  cursor: pointer;
  width: 100%;
  background-color: #fcfcfc;
  border: 2px dashed #f2f2f2;
  border-radius: 1em;
  padding: 1em;
  text-align: center;
}
.upload-page .upload-button:hover {
  background-color: #f9f9f9;
}
.upload-page .btns-container {
  display: flex;
  gap: 0.66em;
}

main.popup-window-container {
  display: none;
  place-items: center;
  background-color: rgba(0, 0, 0, 0.33);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  z-index: 2000;
  overflow: auto;
}
main.popup-window-container.active-popup-window {
  display: grid;
}
main.popup-window-container .popup-window {
  display: flex;
  flex-direction: column;
  gap: 1.6em;
  background-color: white;
  padding: 1.6em;
  border-radius: 1.5em;
  width: fit-content;
}
main.popup-window-container .popup-window section.form {
  max-width: 450px;
  grid-template-columns: repeat(2, 1fr) !important;
}
main.popup-window-container .popup-window section.form:not(:first-of-type) {
  margin-top: -1em;
}
main.popup-window-container .popup-window .section-title {
  font-weight: 500;
}
main.popup-window-container .popup-window input.file-input {
  margin-top: -0.66em;
  cursor: pointer;
  width: fit-content;
  outline: 0;
  font-size: 1.5rem;
  color: #313131;
  line-height: 1.3;
  font-style: italic;
  color: rgba(49, 49, 49, 0.66);
}
main.popup-window-container .popup-window input.file-input::file-selector-button {
  cursor: pointer;
  font-size: 1.5rem;
  color: #313131;
  line-height: 1.3;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  outline: 0;
  border: 0;
  width: fit-content;
  font-weight: 500;
  margin-right: 0.5em;
  background-color: #f2f2f2;
}
main.popup-window-container .popup-window .buttons-container {
  display: flex;
  gap: 0.5em;
}
main.popup-window-container .popup-window .buttons-container button.btn-alert {
  margin-left: auto;
}

/*# sourceMappingURL=main.css.map */
