/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \******************************************************************************************************************************************************************************************************************/
.content-body {
  padding-top: 5.2rem !important;
}

.nav-header {
  height: 5.2rem !important;
}

.nav-header {
  background-color: #1a252f;
}
.nav-header .brand-title {
  max-width: none;
  max-width: initial;
  color: white;
  width: 100%;
  text-align: center;
  font-size: x-large;
}

.header {
  height: 5.2rem !important;
}

.header {
  background-color: #1a252f;
  /* HOME */
  /* SEARCH */
  /* USER */
}
.header .header-content {
  height: 100%;
  padding: 0 1rem;
}
.header .navbar,
.header .navbar-collapse {
  height: 100%;
}
.header .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .navbar-collapse {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 1rem;
}
.header .header-left {
  position: relative;
  width: 90px;
  min-width: 90px;
}
.header .mobile-home-button {
  position: absolute;
  left: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .dashboard_bar {
  display: none;
}
.header .mobile-home-button a {
  width: 42px;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
  font-size: 20px;
  text-decoration: none;
}
.header .search-area {
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .search-area {
  -ms-flex: 1 1;
      flex: 1 1;
  max-width: 500px;
  min-width: 120px;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header .search-area .form-control {
  height: 42px;
}
.header .search-area .input-group-text,
.header .search-area .form-control {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}
.header .header-right {
  margin: 0 !important;
}
.header .header-right {
  width: 60px;
  min-width: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.header .header-right .header-profile {
  position: relative;
}
.header .header-right .header-profile .header-info {
  display: none !important;
}
.header .header-right .header-profile .nav-link {
  padding: 0 !important;
}
.header .header-right .header-profile .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}
.header .header-right .header-profile .dropdown-menu {
  min-width: 7.5rem;
  width: 7.5rem;
  box-shadow: 5px 5px 10px 2px lightgrey;
}
.header .dropdown-menu[data-bs-popper] {
  right: 0 !important;
  left: auto !important;
}

/* Avatar */
.header-right .header-profile .avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #3A3A3A;
  color: #FFFFFF;
  font-size: 18px;
}
.header-right .header-profile .avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* MOBILE */
@media only screen and (max-width: 767px) {
  .header .header-content {
    padding: 0 0.5rem;
  }
  .header .search-area {
    max-width: none;
    max-width: initial;
  }
  .header .search-area .form-control {
    font-size: 14px;
  }
  .header .mobile-home-button a,
  .header .header-right .header-profile .avatar {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 16px;
  }
}
/* Footer */
@media only screen and (max-width: 1600px) {
  .footer .copyright {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .footer .copyright {
    display: block;
    padding: 0;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    background-color: white;
  }
}
.cc-window.cc-bottom {
  z-index: 99999;
}

body {
  padding-bottom: 70px;
}

/* Fix tra 1200 e 1440 */
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .nav-header {
    width: 21rem !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .nav-header {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .nav-header .brand-logo {
    width: calc(100% - 4.5rem) !important;
  }
  .nav-header .brand-logo {
    min-width: 0;
  }
  .nav-header .nav-control {
    position: static !important;
    width: 4.5rem !important;
    height: 5.2rem !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: #1a252f !important;
  }
  .nav-header .nav-control {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .nav-header .hamburger {
    position: static !important;
  }
  .header {
    padding-left: 21rem !important;
  }
  .deznav {
    width: 21rem !important;
  }
  .content-body {
    margin-left: 21rem !important;
  }
}
/* Fix hamburger tra 1200 e 1439 */
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .nav-header .nav-control {
    display: none !important;
  }
  .nav-header .brand-logo {
    width: 100% !important;
  }
}
/* Da 1440 in su torna visibile */
@media only screen and (min-width: 1440px) {
  .nav-header .nav-control {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.deznav {
  width: 21rem;
  background: #eeeeee;
  border-right: 1px solid lightgray;
}

.deznav .metismenu .menu-link-custom {
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0.625rem 1.25rem !important;
}

.deznav .metismenu .menu-link-custom {
  -ms-flex-align: center;
      align-items: center;
  /*justify-content: space-between;*/
  width: 100%;
}
.deznav .metismenu .menu-link-custom .nav-text {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.deznav .metismenu .menu-link-custom .nav-text {
  color: black;
  white-space: nowrap;
  text-align: left;
}
.deznav .metismenu .menu-link-custom .menu-icon-custom {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  /*justify-content: flex-end;*/
  min-width: 35px;
  margin-left: 12px;
}
.deznav .metismenu .menu-link-custom i {
  margin-right: 0 !important;
}

/* Desktop only */
@media only screen and (min-width: 1200px) {
  [data-sidebar-style=mini] .deznav,
  [data-sidebar-style=mini] .nav-header,
  [data-sidebar-style=overlay] .deznav,
  [data-sidebar-style=overlay] .nav-header {
    width: 21rem !important;
  }
  [data-sidebar-style=mini] .deznav,
  [data-sidebar-style=overlay] .deznav {
    left: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
/* Tablet/iPad: sidebar stretta */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  [data-sidebar-style=mini] .deznav,
  [data-sidebar-style=mini] .nav-header,
  [data-sidebar-style=overlay] .deznav,
  [data-sidebar-style=overlay] .nav-header {
    width: 5rem !important;
  }
  [data-sidebar-style=mini] .deznav .metismenu .menu-link-custom,
  [data-sidebar-style=overlay] .deznav .metismenu .menu-link-custom {
    padding: 0.75rem 0 !important;
  }
  [data-sidebar-style=mini] .deznav .metismenu .menu-link-custom,
  [data-sidebar-style=overlay] .deznav .metismenu .menu-link-custom {
    -ms-flex-pack: center;
        justify-content: center;
  }
  [data-sidebar-style=mini] .deznav .metismenu .menu-link-custom .nav-text,
  [data-sidebar-style=overlay] .deznav .metismenu .menu-link-custom .nav-text {
    display: none !important;
  }
  [data-sidebar-style=mini] .deznav .metismenu .menu-link-custom .menu-icon-custom,
  [data-sidebar-style=overlay] .deznav .metismenu .menu-link-custom .menu-icon-custom {
    margin-left: 0;
    min-width: auto;
  }
}
/* FULL chiuso: nasconde il testo e lascia solo icone */
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu .menu-link-custom {
  -ms-flex-pack: center !important;
      justify-content: center !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu .menu-link-custom .nav-text {
  display: none !important;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu .menu-link-custom .menu-icon-custom {
  margin-left: 0 !important;
  min-width: auto !important;
}

.container-fluid {
  padding-top: 20px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.field-validation-valid {
  display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #3A4A59 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-weight: 700;
}

.dataTables_wrapper .dataTables_paginate .dataTables_paginate_pages span {
  background: none;
}

.content-body {
  min-height: 0 !important;
  min-height: initial !important;
}

.content-body .card-header {
  /*padding: 28px 40px 28px 40px;*/
  border-bottom-color: rgba(58, 74, 89, 0.2);
}
.content-body .card-header .card-title {
  color: #1CA867;
  font-weight: 700;
  font-size: 20px;
}

.dataTable th .fillColor,
.dataTable th .strokeColor {
  fill: #1CA867;
  stroke: #1CA867;
}
.dataTable td .fillColor,
.dataTable td .strokeColor {
  fill: #3A3A3A;
  stroke: #3A3A3A;
}
.dataTable td[data-filed=url] {
  width: 0;
}

#preloader {
  z-index: 10;
}

.profile {
  height: auto;
}
.profile .profile-info {
  -ms-flex-align: center;
      align-items: center;
}
.profile .profile-info .profile-photo {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0;
  max-width: none;
}
.profile .profile-info .profile-photo .profile-photo-content {
  width: 365px;
  height: 365px;
  border-radius: 365px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  background-color: #3A4A59;
  color: #FFFFFF;
  font-size: 90px;
  font-weight: 700;
  position: relative;
}
.profile .profile-info .profile-photo .profile-photo-content .profile-photo-upload {
  position: absolute;
  height: 100%;
  background-color: #1CA867;
  opacity: 0.8;
}
.profile .profile-info .profile-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.profile .profile-info .profile-photo .edit-profile-photo {
  position: absolute;
  right: 25px;
  bottom: 5px;
  width: 72px;
  height: 72px;
  border-radius: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  background-color: #3A3A3A;
  cursor: pointer;
}
.profile .profile-info .profile-photo .edit-profile-photo input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.profile .nominativo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.profile .nominativo .edit-nominativo {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  background-color: #1CA867;
  cursor: pointer;
  margin-left: 20px;
}
.profile .nominativo .edit-nominativo svg {
  width: 50%;
}

.tags-list li {
  list-style: none;
  display: inline;
  float: left;
}

.roles-list li {
  list-style: none;
}

.tags-list ul li, .roles-list ul li {
  /*color: snow;*/
  text-decoration: none;
  font-size: 13px;
  /*line-height: 40px;*/
  /*display:block;*/
  padding: 7px 7px;
  transition: all 0.15s;
  /*background: linear-gradient(to right,#004d29 0%,#00a767 100%);*/
  /*background: #00a767;*/
  border-radius: 5px;
  margin: 5px;
  border-style: solid;
  border-color: #004d29;
  border-width: thin;
}

.tags-list ul li li a:hover, .tags-list-recap ul li li a:hover,
.roles-list ul li li a:hover, .roles-list-recap ul li li a:hover {
  /*background: #003545;*/
  border-left: 5px solid lightgreen;
}

.tags-list ul ul, .roles-list ul ul {
  display: none;
}

.tags-list-recap {
  text-align: right;
  clear: both;
}

.tags-list-recap li {
  list-style: none;
  display: inline;
}

.tags-list-recap ul {
  margin: 0;
}

.umbraco-forms-fieldset {
  text-align: left !important;
}

.umbraco-forms-form fieldset {
  padding: 1.5em 1.5em 1.5em 1.5em !important;
}

.umbraco-forms-form fieldset {
  margin-bottom: 1em;
}

.umbraco-forms-form .umbraco-forms-navigation {
  padding: 0 1.5em !important;
}

.umbraco-forms-form .umbraco-forms-navigation {
  text-align: left;
}

@media screen and (max-width: 600px) {
  .row > * {
    margin-bottom: calc(var(--bs-gutter-x) * 0.8);
  }
  .container-documenti table {
    width: 100% !important;
  }
  .container-documenti table {
    border: 0;
  }
  .container-documenti table thead {
    display: none;
  }
  .container-documenti table tr {
    border: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 15px;
  }
  .container-documenti table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .container-documenti table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .container-documenti table td:last-child {
    border-bottom: 0;
    text-align: center;
  }
  .container-documenti .dataTables_wrapper .dataTables_paginate .dataTables_paginate_pages {
    margin: 10px 0;
  }
}
.dataTables_filter .search {
  width: 300px;
}

.pulse {
  -webkit-animation: pulse-animation 1.5s infinite;
          animation: pulse-animation 1.5s infinite;
  border-radius: 50%;
  /*box-shadow: 0px 0px 1px 1px #0000001a;*/
}

@-webkit-keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.footer {
  background-color: transparent !important;
  background-color: initial !important;
}
.footer {
  position: fixed;
  right: 0;
  bottom: 0;
}

.home-page .card {
  height: auto;
  margin-bottom: 1rem;
}
.home-page .home-documentazione .card-body {
  padding: 0;
  display: grid;
}
.home-page .home-documentazione .card-body.gtc-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.home-page .home-documentazione .card-body.gtc-2 {
  grid-template-columns: 1fr 1fr;
}
.home-page .home-documentazione .card-body.gtc-1 {
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 768px) {
  .home-page .home-documentazione .card-body {
    grid-template-columns: 1fr !important;
  }
}
.home-page .home-documentazione .card-body .documentazione-module {
  padding: 1rem 1rem;
  border-left: 0.1rem solid rgba(58, 74, 89, 0.2);
  box-shadow: 5px 5px 10px 2px lightgrey;
  border-radius: 1.25rem;
}
.home-page .home-documentazione .card-body .documentazione-module:first-child {
  border-left: 0;
}
.home-page .home-documentazione .card-body .documentazione-module .documentazione-module-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1CA867;
  padding: 0.5rem 0.5rem;
  /*margin-bottom: 40px;*/
}
.home-page .home-documentazione .card-body .documentazione-module .documentazione-module-header select {
  background: rgba(58, 74, 89, 0.2);
  border-radius: 50px;
  border: 0;
  width: 150px;
  padding: 7px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #3A4A59;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
.home-page .home-documentazione .card-body .documentazione-module .documentazione-module-body a:link,
.home-page .home-documentazione .card-body .documentazione-module .documentazione-module-body a:visited {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #3A4A59;
  position: relative;
  display: block;
  padding: 10px 35px 10px 10px;
}
.home-page .home-documentazione .card-body .documentazione-module .documentazione-module-body a:link span,
.home-page .home-documentazione .card-body .documentazione-module .documentazione-module-body a:visited span {
  font-weight: 300;
}
.home-page .home-documentazione .card-body .documentazione-module .documentazione-module-body a:link svg,
.home-page .home-documentazione .card-body .documentazione-module .documentazione-module-body a:visited svg {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}
.home-page .home-documentazione .card-body .documentazione-module .documentazione-module-body a:link svg .fillColor,
.home-page .home-documentazione .card-body .documentazione-module .documentazione-module-body a:link svg .strokeColor,
.home-page .home-documentazione .card-body .documentazione-module .documentazione-module-body a:visited svg .fillColor,
.home-page .home-documentazione .card-body .documentazione-module .documentazione-module-body a:visited svg .strokeColor {
  fill: #3A3A3A;
  stroke: #3A3A3A;
}
.home-page .home-documentazione .card-body .documentazione-module .documentazione-module-body a:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.home-page .accesso-rapido {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.home-page .accesso-rapido .card-header {
  padding: 30px 20px 10px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1CA867;
  border: 0;
}
.home-page .accesso-rapido .card-body {
  padding: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.home-page .accesso-rapido .card-body a {
  background-color: rgba(58, 74, 89, 0.2);
}
.home-page .accesso-rapido .card-body a:nth-child(odd) {
  background-color: rgba(28, 168, 103, 0.2);
}
.home-page .accesso-rapido .card-body a:nth-child(odd) .link-image-image {
  background-color: #1CA867;
}
.home-page a.link-image {
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px 15px 20px;
  -ms-flex-align: center;
      align-items: center;
}
.home-page a.link-image:link, .home-page a.link-image:visited {
  color: #3A3A3A;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.home-page a.link-image:link span, .home-page a.link-image:visited span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.home-page a.link-image .link-image-image {
  margin-right: 18px;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  background-color: #3A4A59;
  position: relative;
  border-radius: 50%;
}
.home-page a.link-image .link-image-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 90%;
  max-height: 90%;
}
@media only screen and (max-width: 1800px) {
  .home-page .card-banner .card-banner-img {
    display: none;
  }
  .home-page .card-banner .card-banner-body {
    width: 100% !important;
  }
}
.home-page .banner {
  margin-bottom: 1rem;
  /* Image box fixed 495x250, centered. Never crop vertically. */
  /* Force banner row height to match image height */
  /* Keep image box fixed and with light gray background */
  /* Fix text column height and prevent it from expanding the banner */
  /* Header does not grow */
  /* Body takes remaining height */
  /* Richtext area scrolls if it is too tall */
  /* Bottom line always visible */
  /* Reduce richtext vertical spacing (prevents empty lines from inflating height) */
  /* Force text column to match image height */
  /* Header fixed height area */
  /* Body fills remaining space without increasing banner height */
  /* Richtext description area: scroll if too long */
  /* Bottom line always visible */
  /* Normalize richtext spacing to avoid "empty line" inflation */
  /* Hide truly empty paragraphs */
  /* ADD THIS */
  /* Slick specific fixes and arrows overlay */
}
.home-page .banner .card {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row !important;
      flex-direction: row !important;
  margin-bottom: 0.75rem !important;
}
.home-page .banner .card .card-banner-body {
  width: 100%;
}
.home-page .banner .immagine-banner {
  -ms-flex-item-align: center;
      align-self: center;
}
.home-page .banner .immagine-banner .card-body {
  padding: 0.75rem 1rem !important;
}
.home-page .banner .immagine-banner .card-body {
  width: 100%;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  place-content: center;
}
.home-page .banner .immagine-timbro {
  display: inline;
  display: initial;
  width: auto;
  width: initial;
}
.home-page .banner .card-header {
  font-weight: 700;
  min-height: 75px;
  font-size: 30px;
  line-height: 24px;
  color: #3A4A59;
  border-bottom-color: rgba(58, 74, 89, 0.2);
}
.home-page .banner .card-body p {
  padding-top: 1rem;
}
.home-page .banner .card-img-top {
  border-bottom-right-radius: calc(0.75rem - 1px);
  border-bottom-left-radius: calc(0.75rem - 1px);
}
.home-page .banner .card-img-top.img-fluid {
  max-width: 200px;
  max-height: 200px;
}
.home-page .banner .card-banner-img {
  width: 495px;
  height: 250px;
  min-width: 495px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #f6f7f9;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.home-page .banner .card-banner-img img {
  border-radius: 0 !important;
}
.home-page .banner .card-banner-img img {
  height: 100%;
  width: auto;
  min-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.home-page .banner .card.card-banner {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.home-page .banner .card-banner .media {
  gap: 16px;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.home-page .banner .card-banner .media {
  height: 250px !important;
  -ms-flex-align: center !important;
      align-items: center !important;
}
.home-page .banner .card-banner .media { /* centers image vertically if something grows */
}
.home-page .banner .card-banner-img {
  background: #f0f0f0 !important;
}
.home-page .banner .card-banner-img {
  -ms-flex: 0 0 495px;
      flex: 0 0 495px;
}
.home-page .banner .card-banner .media-body {
  height: 250px !important;
  overflow: hidden !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}
.home-page .banner .card-banner .media-body .card-header {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.home-page .banner .card-banner .media-body .card-body {
  overflow: hidden !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}
.home-page .banner .card-banner .media-body .card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.home-page .banner .card-banner .media-body .card-body .banner-desc {
  overflow: auto !important;
}
.home-page .banner .card-banner .media-body .card-body .banner-desc {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding-right: 8px;
}
.home-page .banner .card-banner .media-body .card-body .banner-bottom {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0;
  padding-top: 12px;
}
.home-page .banner .card-banner .media-body .card-body .banner-desc p {
  margin: 0 0 8px 0;
}
@media (max-width: 992px) {
  .home-page .banner .card-banner-img {
    width: 100%;
    min-width: 0;
    height: 250px;
  }
}
.home-page .banner .card-banner .media-body {
  height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.home-page .banner .card-banner .media-body .card-header {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.home-page .banner .card-banner .media-body .card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
}
.home-page .banner .card-banner .media-body .card-body .banner-desc {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  overflow: auto;
  padding-right: 8px;
}
.home-page .banner .card-banner .media-body .card-body .banner-bottom {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0;
  padding-top: 12px;
}
.home-page .banner .card-banner .media-body .card-body .banner-desc p {
  margin: 0 0 8px 0;
}
.home-page .banner .card-banner .media-body .card-body .banner-desc p:empty {
  display: none;
}
@media (max-width: 1399px) {
  .home-page .banner .card-banner-img {
    display: none;
  }
  .home-page .banner .card-banner-body {
    width: 100% !important;
  }
}
.home-page .banner.slick {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: transparent;
  /* If icons are not visible, uncomment these lines */
}
.home-page .banner.slick .slick-list,
.home-page .banner.slick .slick-track {
  background: transparent;
  border-radius: 14px;
  overflow: hidden;
}
.home-page .banner.slick .card {
  margin-bottom: 0 !important;
}
.home-page .banner.slick .slick-slide,
.home-page .banner.slick .slick-slide > div {
  line-height: 0;
}
.home-page .banner.slick .card * {
  line-height: normal;
}
.home-page .banner.slick .card.card-banner {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.06);
}
.home-page .banner.slick .slick-prev,
.home-page .banner.slick .slick-next {
  display: -ms-flexbox !important;
  display: flex !important;
}
.home-page .banner.slick .slick-prev,
.home-page .banner.slick .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease;
}
.home-page .banner.slick .slick-prev {
  left: 12px;
  right: auto;
}
.home-page .banner.slick .slick-next {
  right: 12px;
  left: auto;
}
.home-page .banner.slick:hover .slick-prev, .home-page .banner.slick:hover .slick-next {
  opacity: 1;
  pointer-events: auto;
}
.home-page .banner.slick .slick-prev:before,
.home-page .banner.slick .slick-next:before {
  color: #1ca867;
  font-size: 20px;
  opacity: 1;
}
@media (max-width: 450px) {
  .home-page .banner.slick .slick-prev,
  .home-page .banner.slick .slick-next {
    display: none !important;
  }
}
.home-page .calendario {
  box-shadow: 5px 5px 10px 2px lightgrey;
  border-radius: 1.25rem;
  min-height: 550px;
  z-index: 0;
  height: 650px;
  /*background-color: $verde;

  .card-body {
      padding: 0;

      a {

          &:link,
          &:visited {
              color: $bianco;
          }
      }
  }*/
  /* .fc-scroller.fc-day-grid-container {
      overflow: hidden !important;
  }

  .fc.fc-row.fc-content-skeleton td {
      all: unset !important;
  }*/
}
.home-page .calendario .card-body {
  padding: 1rem 1rem !important;
}
.home-page .calendario .fc-col-header,
.home-page .calendario .fc-daygrid-body,
.home-page .calendario .fc-scrollgrid-sync-table,
.home-page .calendario .fc-timegrid-body,
.home-page .calendario .fc-timegrid-body table {
  width: 100% !important;
}
.home-page .calendario .fc-header-toolbar.fc-toolbar, .home-page .calendario .fc-daygrid-day-top {
  font-size: 0.8em;
}
.home-page .calendario .fc-header-toolbar.fc-toolbar {
  margin-top: 0px;
  margin-bottom: 0px;
}
.home-page .calendario .fc-scroller.fc-scroller-liquid-absolute {
  overflow: hidden !important;
}
.home-page .calendario .fc-view-harness {
  width: 100% !important;
  height: 800px !important;
}
.home-page .calendario .fc-theme-standard th {
  padding: 0px;
}
.home-page .mensa {
  background-color: #1CA867;
  box-shadow: 5px 5px 10px 2px lightgrey;
  border-radius: 1.25rem;
}
.home-page .mensa .card-body {
  padding: 0;
}
.home-page .mensa .card-body a:link, .home-page .mensa .card-body a:visited {
  color: #FFFFFF;
}
.home-page .mensa .home-links-box {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.home-page .mensa .home-links-box .link-image {
  -ms-flex: 1 1;
      flex: 1 1;
  border-radius: 1rem;
  transition: all 0.2s ease;
}
.home-page .mensa .home-links-box .link-image:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 767px) {
  .home-page .mensa .home-links-box {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0;
  }
}
.home-page .utilita .card-header {
  padding: 30px 20px 10px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #3A4A59;
  border-bottom-color: rgba(58, 74, 89, 0.2);
}
.home-page .utilita .card-body {
  padding: 0;
}
.home-page .canali .card {
  border-bottom: 5px solid #FFFFFF;
}
.home-page .canali .card .card-body {
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -ms-flex-align: center;
      align-items: center;
}
.home-page .canali .card .card-body .image {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.home-page .canali .card .card-body .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-page .canali .card .card-body .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #3A4A59;
}
.home-page .canali .card .card-body .text svg {
  margin-top: 10px;
}

.cc-window {
  background-color: #1a252f !important;
}

.cc-window {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding: 0.5em 0.5em;
  display: table;
}

.cc-invisible {
  display: none;
}

.cc-banner .cc-message {
  /*  display: block;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: 100%; */
  display: table-cell;
  vertical-align: middle;
  margin-right: 1em;
}

.cc-compliance {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; */
  float: right;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25em;
}
