/**
IMPORT AMOS-LAYOUT VARIABLES
 */
/* AMOS-LAYOUT VARIABLES */
/* default amos-layout base color */
/* default variables for platform customizations
override into main.less on bottom */
/* default color variables for brand customize */
/*platform text based color*/
/*apply to most text tags*/
/* default color platform basic interface*/
/* default backend background color and image */
/* ../ because it's referred to assets directory in head tag */
/* default background content parts color */
/* default border color */
/* default box-shadow */
/* utility color */
/* status color */
/* social color */
/* plugin custom color */
/* AMOS-LAYOUT UTILITY
nb: use only vars in variables.less because this file is imported by other plugin
 */
.cover-object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/**
FLEXBOX
 */
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexbox-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/**
BOX SHADOW
 */
/**
TRANSITION
 */
/**
LINEAR GRADIENT
 */
/**
TODO CHECK POSITION
 */
.container-custom,
.containerCustomStyle {
  padding-left: 4%;
  padding-right: 4%;
}
.container-custom::before,
.containerCustomStyle::before {
  display: table;
  content: " ";
}
.container-custom::after,
.containerCustomStyle::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom,
nav .containerCustomStyle {
  padding-left: calc(4% - 2*4px);
  padding-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 6%;
    padding-right: 6%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(6% - 2*4px);
    padding-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 10%;
    padding-right: 10%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(10% - 2*4px);
    padding-right: calc(10% - 2*4px);
  }
}
.container-custom-margin,
.containerCustomStyleMargin {
  margin-left: 4%;
  margin-right: 4%;
}
.container-custom-margin::before,
.containerCustomStyleMargin::before {
  display: table;
  content: " ";
}
.container-custom-margin::after,
.containerCustomStyleMargin::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom-margin,
nav .containerCustomStyleMargin {
  margin-left: calc(4% - 2*4px);
  margin-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 6%;
    margin-right: 6%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(6% - 2*4px);
    margin-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 10%;
    margin-right: 10%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(10% - 2*4px);
    margin-right: calc(10% - 2*4px);
  }
}
.boxesStyle {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.boxesStyle .pluginName,
.boxesStyle .language-item {
  display: block;
  color: #ffffff;
}
.boxesStyle .color-primary {
  background-color: transparent !important;
}
.boxesStyle .ic,
.boxesStyle .am,
.boxesStyle .dash {
  color: #ffffff;
  margin-bottom: 7px;
  display: inline-block;
}
.boxesStyle .ic:before,
.boxesStyle .am:before,
.boxesStyle .dash:before {
  font-size: 3rem;
}
.boxesStyle .icon-open-modal:before {
  font-size: 2.1rem;
}
.boxesStyle .am-2 {
  font-size: unset;
}
@media screen and (max-width: 768px) {
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxesStyle .ic:before,
  .boxesStyle .am:before,
  .boxesStyle .dash:before {
    font-size: 4rem;
  }
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.20rem;
  }
}
.boxWidgetHeaderStyle .box-widget {
  padding: 0;
}
.boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title {
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.35rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .am-2,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    font-size: 1.6rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    margin-left: 2%;
    width: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(6% + (80% / 4 - 4px));
    position: absolute;
    padding-left: 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
    position: relative;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper .box-widget-title {
    position: absolute;
    top: 0;
    right: 0;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    position: relative;
    right: 0;
    text-transform: none;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all a {
    position: absolute;
    right: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 10%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    padding-left: 10%;
    width: calc(10% + (80% / 6 - 4px));
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(10% + (80% / 8 - 4px));
  }
}
.no-margin {
  margin: 0;
}
/**
 IMPORT STYLE-CUSTOM
  */
.it-footer-openinnovation {
  /*BACK-TO-TOP
    .back-to-top {
    bottom: 50px;
    @media (max-width: 767px) {
        right: 6px;
    }
    @media (min-width: 1200px) {
        bottom: 60px;
    }
    .back-to-top-small {
        @media (min-width: 768px) {
            width: 48px;
            height: 48px;
            .icon {
                transform: scale(0.9);
                top: 7px;
            }
        }
    }
    }*/
}
.it-footer-openinnovation .pre-footer {
  padding: 48px 0;
}
@media (max-width: 991px) {
  .it-footer-openinnovation .pre-footer .container {
    width: inherit;
    max-width: 100%;
  }
}
.it-footer-openinnovation .pre-footer .row {
  display: flex;
  flex-wrap: wrap;
}
.it-footer-openinnovation .pre-footer .row div[class*="col-"] {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto;
  float: none !important;
}
@media (min-width: 768px) {
  .it-footer-openinnovation .pre-footer .row div[class*="col-"] {
    flex-direction: row;
  }
  .it-footer-openinnovation .pre-footer .row div[class*="col-"].col-sm-6 {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
}
.it-footer-openinnovation .pre-footer .row div[class*="col-"] .wrap-logo {
  margin: 16px;
  text-align: center;
}
.it-footer-openinnovation .pre-footer .row div[class*="col-"] .wrap-logo img {
  max-height: 50px;
  max-width: 100%;
}
.it-footer-openinnovation p {
  color: #ffffff;
}
.it-footer-openinnovation .container-title {
  padding: 24px 0;
}
.it-footer-openinnovation .container-title .footer-title {
  font-size: 24px;
  line-height: 28px;
}
.it-footer-openinnovation .it-footer-main {
  font-size: 18px;
  background-color: #003354;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .it-footer-openinnovation .it-footer-main .colonna-menu .link-list-wrapper {
    column-count: 2;
    column-gap: 200px;
  }
  .it-footer-openinnovation .it-footer-main .colonna-menu .link-list-wrapper ul > li:not(:first-child) {
    margin-top: 0px;
  }
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper {
  padding: 24px 0;
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul {
  list-style-type: none;
  padding: 0;
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .list-item,
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .nav-link {
  width: max-content;
  text-decoration: none;
  color: #ffffff;
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .list-item.active,
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .nav-link.active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .list-item:hover,
.it-footer-openinnovation .it-footer-main .link-list-wrapper ul li .nav-link:hover {
  text-decoration: underline;
}
.it-footer-openinnovation .it-footer-main .link-list-wrapper.footer-social ul li a:hover {
  opacity: 0.7;
}
.it-footer-openinnovation .content-info {
  padding: 24px 0;
}
@media (max-width: 767px) {
  .it-footer-openinnovation .container-title .footer-title {
    padding-top: 25px;
  }
  .it-footer-openinnovation .it-footer-main .link-list-wrapper.footer-social ul {
    flex-direction: row;
    display: flex;
  }
  .it-footer-openinnovation .it-footer-main .link-list-wrapper.footer-social ul li {
    margin-right: 5px;
  }
  .it-footer-openinnovation .it-footer-main .link-list-wrapper.footer-social ul li a .icon {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
  .it-footer-openinnovation .it-footer-main .link-list-wrapper ul li {
    display: inline-block;
  }
  .it-footer-openinnovation .it-footer-main .link-list-wrapper ul li:not(:last-child) a.list-item:after {
    content: " | ";
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category {
  background-color: #297a38;
  color: #ffffff;
  padding: 0 5px;
  width: fit-content;
  display: inline-table;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-agrifood {
  background-color: #7030a0;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-aerospazio {
  background-color: #c65911;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-chimica-verde {
  background-color: #375623;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-mobilita {
  background-color: #806000;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-energia {
  background-color: #ffc000;
  color: #000000;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-smart {
  background-color: #4472c4;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-scienze {
  background-color: #297a38;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-ambienti {
  background-color: #c00000;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-storie-innovazione {
  background-color: #00b0f0;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-lab-lombardia {
  background-color: #833c0c;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-stati-generali {
  background-color: #00b050;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-premio-int {
  background-color: #297a38;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-foro {
  background-color: #ed7d31;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-legge-reg {
  background-color: #297a38;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-discussioni {
  background-color: #525252;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-accordi {
  background-color: #ff7c00;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-community {
  background-color: #305496;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-fabbrica {
  background-color: #525252;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-redazione {
  background-color: #ff0000;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-piattaforma {
  background-color: #305496;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-open-challenge {
  background-color: #4990b4;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-open-lombardia {
  background-color: #928772;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-specializzazione-intelligente {
  background-color: #354f66;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-lombardia-innovativa {
  background-color: #728080;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-lombardia-2030 {
  background-color: #2c5e2f;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-hocare-20 {
  background-color: #363c66;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-fondisie-2020 {
  background-color: #174193;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-soluzioni-innovative {
  background-color: #3b6b70;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-sperimentazione-blockchain {
  background-color: #957445;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-formazione-e-lavoro {
  background-color: #1eb2aa;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-mobilita {
  background-color: #930d0d;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-salute {
  background-color: #2a7cbc;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-ambiente-e-energia {
  background-color: #31930d;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-cultura-e-turismo {
  background-color: #e29703;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body .card-category.custom-category-bg-maufatturiero {
  background-color: #cb6f3e;
  color: #ffffff;
}
.listview-container.news-item .container-news .card-wrapper .card .card-body > .post-header,
.listview-container.news-item .container-news .card-wrapper .card .card-body > .post-header + hr {
  /**
            task 12101
            */
  display: none !important;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category {
  background-color: #297a38;
  color: #ffffff;
  padding: 0 5px;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-agrifood {
  background-color: #7030a0;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-aerospazio {
  background-color: #c65911;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-chimica-verde {
  background-color: #375623;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-mobilita {
  background-color: #806000;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-energia {
  background-color: #ffc000;
  color: #000000;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-smart {
  background-color: #4472c4;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-scienze {
  background-color: #297a38;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-ambienti {
  background-color: #c00000;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-storie-innovazione {
  background-color: #00b0f0;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-lab-lombardia {
  background-color: #833c0c;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-stati-generali {
  background-color: #00b050;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-premio-int {
  background-color: #297a38;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-foro {
  background-color: #ed7d31;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-legge-reg {
  background-color: #297a38;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-discussioni {
  background-color: #525252;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-accordi {
  background-color: #ff7c00;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-community {
  background-color: #305496;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-fabbrica {
  background-color: #525252;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-redazione {
  background-color: #ff0000;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-piattaforma {
  background-color: #305496;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-open-challenge {
  background-color: #4990b4;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-open-lombardia {
  background-color: #928772;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-specializzazione-intelligente {
  background-color: #354f66;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-lombardia-innovativa {
  background-color: #728080;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-lombardia-2030 {
  background-color: #2c5e2f;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-hocare-20 {
  background-color: #363c66;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-fondisie-2020 {
  background-color: #174193;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-soluzioni-innovative {
  background-color: #3b6b70;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-sperimentazione-blockchain {
  background-color: #957445;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-formazione-e-lavoro {
  background-color: #1eb2aa;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-mobilita {
  background-color: #930d0d;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-salute {
  background-color: #2a7cbc;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-ambiente-e-energia {
  background-color: #31930d;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-cultura-e-turismo {
  background-color: #e29703;
  color: #ffffff;
}
.detail-news-hero-wrapper .it-hero-text-wrapper .it-category.custom-category-bg-maufatturiero {
  background-color: #cb6f3e;
  color: #ffffff;
}
/**
custom banner cta
*/
.footer_box {
  background-image: url('/img/comments/banner-cta-bg.png');
  background-size: cover;
  background-position: right;
  background-color: #297a38;
  color: #ffffff;
}
.footer_box .lead {
  font-size: 1.5em;
}
.footer_box .triangle {
  display: none;
}
.footer_box .row > div:first-child .h3 {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .footer_box .row > div:first-child {
    padding-left: 120px;
  }
}
.footer_box .row > div:last-child {
  margin-top: 10px !important;
}
@media (min-width: 992px) {
  .footer_box::before {
    content: "\F1003";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 5px;
    left: 20px;
    margin: auto;
    display: block;
    font-size: 100px;
  }
}
.iconview-container.collaborations-world .data-scadenza {
  background: rgba(0, 90, 129, 0.4);
  color: rgba(0, 0, 0, 0.8);
}
.iconview-container.collaborations-world .label-category-collaborations {
  border: 1px solid #005a81;
  color: #005a81;
  background: rgba(0, 90, 129, 0.1);
}
.iconview-container.collaborations-platform .data-scadenza {
  background: rgba(0, 129, 51, 0.4);
  color: rgba(0, 0, 0, 0.8);
}
.iconview-container.collaborations-platform .label-category-collaborations {
  border: 1px solid #008133;
  color: #008133;
  background: rgba(0, 129, 51, 0.1);
}
.iconview-container .data-scadenza {
  filter: saturate(2);
}
.collaboration-proposals-view.collaborations-world .banner-cta-collaboration .banner-content .content-sx .content-text {
  background: rgba(0, 90, 129, 0.2);
}
.collaboration-proposals-view.collaborations-world .banner-cta-collaboration .banner-content .content-arrow {
  border-left: 60px solid rgba(0, 90, 129, 0.2);
}
.collaboration-proposals-view.collaborations-world .breve-presentazione-collaboration {
  background: linear-gradient(90deg, rgba(0, 90, 129, 0.2) 30%, rgba(0, 129, 51, 0.2) 100%);
}
.collaboration-proposals-view.collaborations-world .box-card {
  background: linear-gradient(90deg, rgba(0, 90, 129, 0.2) 0px, rgba(0, 129, 51, 0.2) 20px, rgba(0, 129, 51, 0.2) 20px, #ffffff 20px);
}
.collaboration-proposals-view.collaborations-platform .banner-cta-collaboration .banner-content .content-sx .content-text {
  background: rgba(0, 129, 51, 0.2);
}
.collaboration-proposals-view.collaborations-platform .banner-cta-collaboration .banner-content .content-arrow {
  border-left: 60px solid rgba(0, 129, 51, 0.2);
}
.collaboration-proposals-view.collaborations-platform .breve-presentazione-collaboration {
  background: linear-gradient(90deg, rgba(0, 129, 51, 0.2) 30%, rgba(0, 90, 129, 0.2) 100%);
}
.collaboration-proposals-view.collaborations-platform .box-card {
  background: linear-gradient(90deg, rgba(0, 129, 51, 0.2) 0px, rgba(0, 90, 129, 0.2) 20px, rgba(0, 90, 129, 0.2) 20px, #ffffff 20px);
}
.collaboration-proposals-view .section-tag .tags-title {
  display: none;
}
.collaboration-proposals-view .section-tag h3 {
  font-size: 18px;
  font-weight: normal;
}
/* estrai canali RGB */
.badge-ai {
  background: linear-gradient(93deg, rgba(37, 115, 59, 0.15) 0%, rgba(133, 73, 211, 0.15) 100%);
  color: #297a38;
  display: flex;
  height: 24px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  border-radius: 4px;
}
.badge-label-ai {
  background: linear-gradient(93deg, #25733b 0%, #8549d3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bi-chat {
  position: fixed;
  right: 16px;
  bottom: 120px;
  z-index: 9;
  margin-bottom: -48px;
  transition: all 0.2s ease-in-out, transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75), visibility 0.3s linear, opacity 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .bi-chat {
    bottom: 130px;
  }
}
.bi-chat.push-up {
  margin-bottom: 0;
  transition: all 0.2s ease-in-out, transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75), visibility 0.3s linear, opacity 0.3s ease-in-out;
}
.bi-chat.push-up .modal-chat.active {
  bottom: 175px;
}
.bi-chat .modal-chat .chat-header {
  position: relative;
}
.bi-chat .modal-chat .chat-header > * {
  position: relative;
}
.bi-chat .modal-chat .chat-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='239' height='112' viewBox='0 0 239 112' fill='none'><path d='M122.992 -6.53583C118.829 -14.1015 117.128 -22.7751 118.125 -31.3513C119.122 -39.9275 122.769 -47.9804 128.557 -54.3907C134.346 -60.8011 141.99 -65.2506 150.426 -67.1209C158.862 -68.9912 167.672 -68.1895 175.631 -64.827C183.59 -61.4646 190.303 -55.7085 194.838 -48.3587C199.372 -41.0088 201.502 -32.4303 200.932 -23.8152C200.362 -15.2001 197.12 -6.97635 191.657 -0.28677C186.194 6.40281 178.781 11.226 170.448 13.5124C167.572 14.4914 164.926 16.0467 162.673 18.0831C160.419 20.1196 158.606 22.5943 157.343 25.3556C156.08 28.1169 155.395 31.1067 155.33 34.1419C155.264 37.177 155.819 40.1936 156.962 43.0068C158.104 45.82 159.809 48.3705 161.972 50.5023C164.136 52.634 166.712 54.302 169.543 55.4041C172.374 56.5062 175.401 57.0192 178.437 56.9116C181.474 56.804 184.456 56.0781 187.202 54.7784C194.775 50.6185 203.456 48.9187 212.039 49.9151C220.623 50.9116 228.683 54.5548 235.099 60.3385C241.515 66.1223 245.968 73.7592 247.84 82.1881C249.712 90.617 248.909 99.4191 245.544 107.371C242.179 115.324 236.418 122.031 229.061 126.561C221.705 131.092 213.119 133.22 204.497 132.651C195.874 132.081 187.643 128.842 180.948 123.384C174.252 117.925 169.425 110.519 167.137 102.193C166.157 99.3194 164.6 96.6758 162.562 94.4244C160.524 92.1729 158.047 90.3608 155.283 89.0993C152.52 87.8377 149.527 87.1532 146.489 87.0877C143.452 87.0221 140.432 87.577 137.617 88.7181C134.801 89.8593 132.248 91.5628 130.115 93.7243C127.981 95.8858 126.312 98.4598 125.209 101.289C124.106 104.117 123.592 107.141 123.7 110.175C123.808 113.209 124.534 116.189 125.835 118.933C129.998 126.498 131.7 135.172 130.702 143.748C129.705 152.324 126.059 160.377 120.27 166.788C114.481 173.198 106.838 177.647 98.4016 179.518C89.9654 181.388 81.1556 180.586 73.1964 177.224C65.2373 173.861 58.5241 168.105 53.9899 160.756C49.4556 153.406 47.3254 144.827 47.8954 136.212C48.4654 127.597 51.7071 119.373 57.1702 112.684C62.6333 105.994 70.0464 101.171 78.3792 98.8844C81.2554 97.9055 83.9012 96.3502 86.1547 94.3137C88.4081 92.2773 90.2217 89.8026 91.4844 87.0412C92.747 84.2799 93.4321 81.2901 93.4977 78.255C93.5633 75.2199 93.008 72.2033 91.8658 69.3901C90.7237 66.5769 89.0187 64.0263 86.8553 61.8946C84.692 59.7628 82.1158 58.0948 79.2846 56.9927C76.4534 55.8907 73.4268 55.3777 70.3902 55.4853C67.3537 55.5929 64.371 56.3188 61.6251 57.6184C54.0529 61.7783 45.3717 63.4781 36.7881 62.4817C28.2045 61.4853 20.1447 57.842 13.7287 52.0583C7.31282 46.2746 2.85945 38.6377 0.987511 30.2088C-0.884428 21.7799 -0.0819687 12.9777 3.28337 5.02547C6.64872 -2.92677 12.4098 -9.63411 19.766 -14.1645C27.1222 -18.6948 35.7082 -20.8231 44.3308 -20.2537C52.9533 -19.6842 61.1842 -16.4452 67.8796 -10.9869C74.575 -5.52851 79.4023 1.87814 81.6907 10.2038C82.6705 13.0775 84.2272 15.721 86.2654 17.9725C88.3036 20.224 90.7805 22.036 93.5442 23.2976C96.3079 24.5591 99.3003 25.2436 102.338 25.3092C105.376 25.3747 108.395 24.8199 111.211 23.6787C114.026 22.5375 116.579 20.834 118.713 18.6725C120.846 16.511 122.516 13.9371 123.619 11.1084C124.722 8.27961 125.235 5.25564 125.128 2.2217C125.02 -0.812241 124.293 -3.79226 122.992 -6.53583Z' fill='white' fill-opacity='0.08'/></svg>");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  z-index: 0;
}
.bi-chat .btn {
  text-transform: none !important;
}
.bi-chat:has(~ .push-up) {
  margin-bottom: 0;
}
.push-up ~ .bi-chat {
  margin-bottom: 0;
}
.order--1 {
  order: -1;
}
.bg-dashboard-progetti {
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: bottom right !important;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  opacity: .6;
}
@media (min-width: 992px) {
  .bg-dashboard-progetti {
    background-size: auto 100% !important;
  }
}
.bg-dashboard-progetti ~ * {
  position: relative;
}
.badge-progetto {
  display: inline-flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.badge-progetto.badge-azione-in-corso {
  background-color: #004b97;
  color: #ffffff;
}
.badge-progetto.badge-azione-completata {
  background-color: #297a38;
  color: #ffffff;
}
.badge-progetto.badge-azione-da-iniziare {
  background-color: #929292;
  color: #ffffff;
}
.box-empty {
  position: relative;
  background-color: #EFF1F3;
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.box-empty .box-empty-icon {
  color: #5e7887;
  font-size: 88px;
}
.box-empty .box-empty-title {
  font-size: 24px;
  font-weight: 700;
  color: #5e7887;
  margin-bottom: 8px;
}
.box-empty .box-empty-message {
  color: #000;
  font-size: 18px;
  margin: auto;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card {
  border-radius: 8px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 24px;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.panel-card-shadow {
  box-shadow: 0 4px 13px 0 #D9D9D9;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-link {
  padding: 12px 16px;
  margin-bottom: 12px;
  border: none;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-link a .label-link {
  color: #000;
  margin-right: auto;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-link a:hover {
  opacity: .85;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-monitoraggio-progetto {
  padding: 0;
  overflow: hidden;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-monitoraggio-progetto > div {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-monitoraggio-progetto > div > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-monitoraggio-progetto > div > div:first-child {
    padding-right: 0;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-monitoraggio-progetto > div > div:last-child {
    padding-left: 0;
  }
}
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-monitoraggio-progetto .numeri-monitoraggio,
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-monitoraggio-progetto .date-monitoraggio {
  padding: 24px;
  height: 100%;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-monitoraggio-progetto .numeri-monitoraggio .title-monitoraggio {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-monitoraggio-progetto .numeri-monitoraggio .list-numeri-monitoraggio {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-monitoraggio-progetto .numeri-monitoraggio .item-numero-monitoraggio {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-monitoraggio-progetto .numeri-monitoraggio .item-numero-monitoraggio .label-numero-monitoraggio {
  color: #297a38;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-monitoraggio-progetto .date-monitoraggio {
  background: #F7F9FA;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-monitoraggio-progetto .date-monitoraggio .item-data-monitoraggio {
  padding-bottom: 16px;
  padding-top: 8px;
  border-bottom: 1px dashed #ccc;
  display: flex;
  flex-direction: column;
  gap: 8;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .panel-card.widget-monitoraggio-progetto .date-monitoraggio .item-data-monitoraggio:last-child {
  border-bottom: none;
}
.wrap-graphic-widget #widgets-graphic div[data-code].widget-graphic-list-progetti {
  background: #F7F9FA;
  padding: 60px 0;
}
.wrap-graphic-widget #widgets-graphic div[data-code].widget-graphic-list-progetti::before,
.wrap-graphic-widget #widgets-graphic div[data-code].widget-graphic-list-progetti::after {
  background: #F7F9FA;
}
.wrap-graphic-widget #widgets-graphic div[data-code].widget-graphic-dashboard-progetti {
  padding: 0;
  position: relative;
}
.wrap-graphic-widget #widgets-graphic div[data-code].widget-graphic-dashboard-progetti .content-progetto {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #ccc;
}
.wrap-graphic-widget #widgets-graphic div[data-code].widget-graphic-dashboard-progetti .content-progetto .titolo-progetto {
  margin: 24px 0;
}
.wrap-graphic-widget #widgets-graphic div[data-code].widget-graphic-dashboard-progetti .content-progetto .img-progetto img {
  border-radius: 4px;
  box-shadow: 0 4px 13px 0 #D9D9D9;
}
.wrap-graphic-widget #widgets-graphic div[data-code].widget-graphic-dashboard-progetti .content-progetto .content-widgets-progetto {
  margin: 24px 0;
}
.wrap-graphic-widget #widgets-graphic div[data-code].widget-graphic-dashboard-progetti .content-progetto .content-widgets-progetto .col-md-6 {
  display: none;
}
.wrap-graphic-widget #widgets-graphic div[data-code].widget-graphic-dashboard-progetti .content-progetto .content-widgets-progetto .col-md-6:has(div) {
  display: block;
}
.wrap-graphic-widget #widgets-graphic div[data-code].widget-graphic-dashboard-progetti .content-progetto .widget-valutazione-progetto {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.wrap-graphic-widget #widgets-graphic div[data-code].widget-graphic-dashboard-progetti .content-progetto .widget-valutazione-progetto .header-widget-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrap-graphic-widget #widgets-graphic div[data-code].widget-graphic-dashboard-progetti .footer-dashboard-progetto {
  padding-top: 32px;
  border-top: 1px solid #ccc;
  padding-bottom: 18px;
}
.wrap-graphic-widget #widgets-graphic div[data-code].widget-graphic-dashboard-progetti .footer-dashboard-progetto .list-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
}
.wrap-graphic-widget #widgets-graphic div[data-code].widget-graphic-dashboard-progetti .footer-dashboard-progetto .list-footer .item-footer .label-item-footer {
  margin-right: 18px;
  display: inline-block;
}
.container-fasi {
  position: relative;
}
.container-fasi .bg-dashboard-progetti {
  opacity: .8;
}
@media (min-width: 992px) {
  .container-fasi .bg-dashboard-progetti {
    background-size: 50% auto !important;
  }
}
.container-fasi .panel-group .accordion .panel-azioni {
  display: flex;
  gap: 20px;
  position: relative;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .container-fasi .panel-group .accordion .panel-azioni {
    gap: 40px;
  }
}
.container-fasi .panel-group .accordion .panel-azioni::before {
  content: '';
  width: 8px;
  height: 100%;
  background-color: #297a38;
  position: absolute;
  left: 16px;
  top: 0;
}
@media (min-width: 768px) {
  .container-fasi .panel-group .accordion .panel-azioni::before {
    left: 32px;
  }
}
.container-fasi .panel-group .accordion .panel-azioni:last-child::before {
  content: none;
}
.container-fasi .panel-group .accordion .panel-azioni .number-fase {
  display: flex;
  width: 40px;
  min-width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #297a38;
  color: #fff;
  border-radius: 100px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .container-fasi .panel-group .accordion .panel-azioni .number-fase {
    width: 72px;
    min-width: 72px;
    height: 72px;
    font-size: 40px;
  }
}
.container-fasi .panel-group .accordion .panel-azioni .panel {
  margin-bottom: 0px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  width: 100%;
}
.container-fasi .panel-group .accordion .panel-azioni .panel.panel-default > .panel-heading {
  background-color: #fff;
  border: none;
  color: #000;
  padding: 16px;
}
@media (min-width: 768px) {
  .container-fasi .panel-group .accordion .panel-azioni .panel.panel-default > .panel-heading {
    padding: 16px 32px;
  }
}
.container-fasi .panel-group .accordion .panel-azioni .panel.panel-default > .panel-heading .panel-title {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.container-fasi .panel-group .accordion .panel-azioni .panel.panel-default > .panel-heading .panel-title a {
  color: #000;
  text-decoration: none;
  display: flex;
}
.container-fasi .panel-group .accordion .panel-azioni .panel.panel-default > .panel-heading .panel-title a .icon-accordion {
  margin-left: auto;
  font-size: 24px;
  color: #5e7887;
}
.container-fasi .panel-group .accordion .panel-azioni .panel.panel-default > .panel-heading .panel-title a[aria-expanded="true"] .icon-accordion {
  transform: rotate(180deg);
}
.container-fasi .panel-group .accordion .panel-azioni .panel.panel-default .panel-body {
  padding: 16px;
}
@media (min-width: 768px) {
  .container-fasi .panel-group .accordion .panel-azioni .panel.panel-default .panel-body {
    padding: 16px 32px;
  }
}
.container-fasi .panel-group .accordion .panel-azioni.panel-azione-progetto-in-corso .number-fase {
  background-color: #004b97;
}
.container-fasi .panel-group .accordion .panel-azioni.panel-azione-progetto-in-corso::before {
  background-color: #004b97;
}
.container-fasi .panel-group .accordion .panel-azioni.panel-azione-progetto-da-iniziare .number-fase {
  background-color: #929292;
}
.container-fasi .panel-group .accordion .panel-azioni.panel-azione-progetto-da-iniziare::before {
  background-color: #929292;
}
.container-organigramma {
  position: relative;
}
.container-organigramma .bg-dashboard-progetti {
  opacity: .8;
}
@media (min-width: 992px) {
  .container-organigramma .bg-dashboard-progetti {
    background-size: 50% auto !important;
  }
}
.list-organigramma {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .list-organigramma [class^="col-md"] {
    width: 100%;
    margin-bottom: 24px;
  }
}
.card-item-organigramma {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 13px 0 #D9D9D9;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.card-item-organigramma .card-content-organigramma {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-item-organigramma .card-header-organigramma {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  flex-direction: column;
  gap: 8px;
  position: relative;
  flex-shrink: 0;
}
.card-item-organigramma .card-header-organigramma .container-round-img-sm {
  width: 72px;
  height: 72px;
}
.card-item-organigramma .card-header-organigramma .container-round-img-sm img {
  min-width: 72px;
  min-height: 72px;
  object-fit: cover;
  object-position: center;
}
.card-item-organigramma .card-header-organigramma .card-name-organigramma {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.card-item-organigramma .card-ruolo-organigramma {
  background-color: #E6E9F0;
  padding: 49px 28px 28px 28px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  flex-grow: 1;
  /* Occupa tutto lo spazio rimanente */
  /* Opzionale: Se vuoi che il testo sia centrato verticalmente nel blocco grigio */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-item-organigramma .card-ruolo-organigramma::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  /* Esattamente l'altezza del SVG */
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='24' viewBox='0 0 72 24' fill='none'%3E%3Cpath d='M37.5399 22.5399L72 0L0 -3.14722e-06L33.1017 22.5005C34.4375 23.4085 36.1883 23.424 37.5399 22.5399Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.dashboard-content .community-dashboard-container {
  background-color: transparent;
}
.dashboard-content .square-box .dashboard-menu-item {
  background-color: white;
  border: 3px solid #003354;
}
.dashboard-content .square-box .dashboard-menu-item .am,
.dashboard-content .square-box .dashboard-menu-item .dash,
.dashboard-content .square-box .dashboard-menu-item .ic,
.dashboard-content .square-box .dashboard-menu-item .language-item,
.dashboard-content .square-box .dashboard-menu-item .pluginName {
  color: #003354;
}
.dashboard-content .square-box .dashboard-menu-item:hover {
  background-color: #297a38;
  border-color: #36a04a;
}
.dashboard-content .square-box .dashboard-menu-item:hover .am,
.dashboard-content .square-box .dashboard-menu-item:hover .dash,
.dashboard-content .square-box .dashboard-menu-item:hover .ic,
.dashboard-content .square-box .dashboard-menu-item:hover .language-item,
.dashboard-content .square-box .dashboard-menu-item:hover .pluginName {
  color: #ffffff;
}
#privacy-cookie-id label + label {
  margin-left: 30px;
}
.input-group-addon {
  font-size: 16px;
  color: #555555 !important;
  background-color: #eeeeee !important;
  border: 1px solid #ccc !important;
}
.attachment-uploadcrop.uploadcrop .form-group input[type="file"]::after {
  content: none;
}
.color-ms-teams {
  color: #484fb8;
}
a.color-ms-teams:hover {
  color: #4047a6;
}
.material-icons-two-tone.icon-primary {
  color: transparent;
  background: #297a38;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a[href*="ms-teams"] .material-icons-two-tone {
  color: transparent;
  background: #484fb8;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.community-dashboard-container .sub-dashboard-graphics {
  margin-top: 0;
}
.wrap-graphic-widget #widgets-graphic {
  padding: 0 !important;
}
.wrap-graphic-widget #widgets-graphic div[data-code]:nth-child(even) {
  background-color: #fff !important;
}
.w-100 {
  width: 100%;
}
.mr-auto {
  margin-right: auto;
}
.bg-community-open {
  background-color: rgba(0, 102, 204, 0.05);
}
.bg-community-private {
  background-color: rgba(166, 99, 0, 0.05);
}
.bg-community-closed {
  background-color: rgba(217, 40, 40, 0.05);
}
.modal-body .h3 {
  color: #000;
}
@media (min-width: 576px) {
  .dashboard-content .container {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  .fullsizeNetworkLayout .main-content > .container {
    max-width: 1140px;
  }
}
.fullsizeMainCommunityLayout,
.fullsizeListLayout {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.fullsizeMainCommunityLayout .page-content,
.fullsizeListLayout .page-content {
  padding-bottom: 0;
  margin-bottom: 0;
  padding: 0;
}
.chip {
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  background: #f5f5f5;
  border: 1px solid #c5c7c9;
  border-radius: 12px;
  min-height: 24px;
  padding: 0 16px 2px 8px;
  transition: all .05s;
  margin-top: 4px;
  margin-bottom: 8px;
}
.chip.chip-simple {
  padding-right: 8px;
}
.chip .chip-icon {
  margin-right: 4px;
  font-size: 16px;
  line-height: 1.2;
  color: #5e7887;
  transform: translateY(1px);
}
.chip .chip-label {
  font-size: .8rem;
  line-height: 1.2;
  font-weight: 600;
  color: #5e7887;
  margin-bottom: 0;
  transition: color .05s;
  text-decoration: none;
}
.chip.chip-community-open {
  background-color: rgba(0, 0, 0, 0);
  border-color: #0066cc;
  color: #0066cc;
}
.chip.chip-community-open .chip-icon,
.chip.chip-community-open .chip-label {
  color: #0066cc;
}
.chip.chip-community-closed {
  background-color: rgba(0, 0, 0, 0);
  border-color: #d92828;
  color: #d92828;
}
.chip.chip-community-closed .chip-icon,
.chip.chip-community-closed .chip-label {
  color: #d92828;
}
.chip.chip-community-private {
  background-color: rgba(0, 0, 0, 0);
  border-color: #a66300;
  color: #a66300;
}
.chip.chip-community-private .chip-icon,
.chip.chip-community-private .chip-label {
  color: #a66300;
}
.chip:not(:last-child) {
  margin-right: 8px;
}
.dropdown .dropdown-menu {
  padding: 0;
}
.dropdown .dropdown-title {
  color: #000;
  font-weight: 600;
  font-size: 22px;
  margin-right: 14px;
}
.dropdown .dropdown-body {
  padding: 12px 18px;
}
.dropdown .icon-expand {
  transition: transform .3s;
}
.dropdown.open .icon-expand {
  transform: scaleY(-1);
}
.dropdown .list-menu-dropdown {
  list-style: none;
  padding: 12px 18px;
  margin: 0;
}
.dropdown .list-menu-dropdown li {
  padding: 10px 0;
}
.dropdown .list-menu-dropdown li a {
  margin: 0;
}
.dropdown .list-menu-dropdown li a:hover {
  font-weight: bold;
}
.dropdown .list-menu-dropdown li.divider {
  border-top: 1px dashed #C5C7C9;
  height: 0;
  background: none;
  margin: 1px 0;
  padding: 0;
}
.dropdown .dropdown-footer {
  background-color: #E6E9F2;
  padding: 16px 18px;
}
.wrapper-dropdown-notify .btn-notify {
  text-transform: capitalize;
  background: none;
  padding: 6px;
}
.wrapper-dropdown-notify .btn-notify .span {
  margin-right: 4px;
}
@media (max-width: 767px) {
  .wrapper-dropdown-notify .btn-notify .label-btn {
    display: none;
  }
}
.wrapper-dropdown-notify .dropdown-notify {
  min-width: 250px;
  border: none;
  border-radius: 8px;
}
.wrapper-dropdown-notify .dropdown-list-notify li {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.wrapper-dropdown-notify .dropdown-list-notify li a {
  color: #000;
  text-decoration: none;
}
.btn.btn-channel {
  border: none;
  background: none;
  padding: 2px;
  margin: 0;
}
.btn.btn-channel .label-btn-channel {
  color: #000;
  text-transform: capitalize;
  margin-right: 4px;
}
@media (max-width: 767px) {
  .btn.btn-channel .label-btn-channel {
    display: none;
  }
}
.btn.btn-channel .icon-channel {
  font-size: 24px;
}
@media (min-width: 768px) {
  .btn.btn-channel .icon-channel {
    font-size: 28px;
  }
}
.btn.btn-channel:active {
  box-shadow: none;
}
.btn.btn-channel:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.wrapper-dropdown-channel .dropdown-channel {
  width: 290px;
  padding: 0;
  border: none;
  border-radius: 8px;
}
@media (min-width: 576px) {
  .wrapper-dropdown-channel .dropdown-channel {
    width: 500px;
  }
}
.wrapper-dropdown-channel .dropdown-channel .dropdown-header {
  padding: 12px 18px;
  border-bottom: 1px solid #C5C7C9;
  display: flex;
  align-items: baseline;
}
@media (max-width: 575px) {
  .wrapper-dropdown-channel .dropdown-channel .dropdown-header {
    flex-wrap: wrap;
  }
}
.wrapper-dropdown-channel .dropdown-channel .dropdown-header .dropdown-header-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: auto;
}
.wrapper-dropdown-channel .dropdown-channel .dropdown-header .dropdown-header-left .more-info {
  width: 100%;
  font-size: 15px;
  text-wrap: wrap;
}
.wrapper-dropdown-channel .dropdown-channel .dropdown-header .link-allChannel {
  font-size: 15px;
}
.wrapper-dropdown-channel .dropdown-channel .list-channel-dropdown {
  list-style: none;
  padding: 12px 18px;
  overflow-x: auto;
  max-height: 370px;
}
.item-list-channel {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px dashed #979797;
  padding: 10px 0;
}
.item-list-channel .img-channel-list {
  width: 45px;
  height: 45px;
  margin-right: 12px;
  position: relative;
}
.item-list-channel .img-channel-list img {
  width: 100%;
  height: 45px;
  object-fit: cover;
  border-radius: 6px;
}
.item-list-channel .img-channel-list .icon-community-status {
  position: absolute;
  left: -10px;
  top: -5px;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-list-channel .img-channel-list .icon-community-status.bg-community-open {
  background-color: #0066cc;
}
.item-list-channel .img-channel-list .icon-community-status.bg-community-private {
  background-color: #a66300;
}
.item-list-channel .img-channel-list .icon-community-status.bg-community-closed {
  background-color: #d92828;
}
.item-list-channel .title-channel-list {
  margin-right: auto;
}
.item-list-channel .title-channel-list .link-list-channel {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.item-list-channel .title-channel-list .link-list-channel:hover,
.item-list-channel .title-channel-list .link-list-channel:focus {
  text-decoration: none;
}
.item-list-channel .label-partecipanti,
.item-list-channel .status-iscrizione-channel {
  font-size: 14px;
}
.widget-channel-list {
  padding: 0 18px;
}
.widget-channel-list .list-view div[role="listbox"]:not(.grid) {
  margin: 0;
}
.widget-channel-list .list-view div[role="listbox"]:not(.grid) .item-list-channel {
  padding: 10px 0;
  margin-bottom: 0;
}
.avatar-group-stacked li > div {
  margin-left: -6px;
  border: 2px solid #fff;
  border-radius: 50px;
}
.wrapper-dropdown-partecipants .dropdown-partecipants {
  width: 320px;
}
.wrapper-dropdown-partecipants .dropdown-partecipants .dropdown-body {
  font-size: 18px;
  line-height: 1.5;
}
.wrapper-dropdown-partecipants .dropdown-partecipants .dropdown-body .avatar-wrapper.avatar-extra-text {
  align-items: flex-start;
}
.wrapper-dropdown-partecipants .dropdown-partecipants .dropdown-body .avatar-wrapper.avatar-extra-text .avatar-body {
  font-size: 1em;
  font-weight: 300;
  margin-left: 18px;
  width: 100%;
}
.wrapper-dropdown-partecipants .dropdown-partecipants .dropdown-body .avatar-wrapper.avatar-extra-text .avatar-body .name-manage {
  display: flex;
}
.wrapper-dropdown-partecipants .dropdown-partecipants .dropdown-body .avatar-wrapper.avatar-extra-text .avatar-body .avatar-name {
  margin-top: 0;
  font-weight: 700;
}
.wrapper-dropdown-partecipants .dropdown-partecipants .dropdown-body .avatar-wrapper.avatar-extra-text .avatar-body .avatar-info {
  margin: 0;
  font-weight: normal;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  width: 100%;
}
.wrapper-dropdown-partecipants .dropdown-partecipants .dropdown-body .avatar-wrapper.avatar-extra-text .avatar-body .btn {
  align-self: flex-start;
  margin: 5px 0;
  font-size: 13px;
  float: left;
  margin-right: 12px;
}
.wrapper-dropdown-partecipants .dropdown-partecipants .dropdown-body .avatar-wrapper.avatar-extra-text .avatar-body .btn.btn-action-primary,
.wrapper-dropdown-partecipants .dropdown-partecipants .dropdown-body .avatar-wrapper.avatar-extra-text .avatar-body .btn.btn-navigation-primary {
  background-color: #297a38 !important;
  border-color: #297a38;
  color: #ffffff;
  border-radius: 4px;
  padding: 1px 5px;
}
.wrapper-dropdown-partecipants .dropdown-partecipants .dropdown-body .avatar-wrapper.avatar-extra-text .avatar-body .btn.btn-action-primary:hover,
.wrapper-dropdown-partecipants .dropdown-partecipants .dropdown-body .avatar-wrapper.avatar-extra-text .avatar-body .btn.btn-navigation-primary:hover {
  color: #FFF;
}
.wrapper-dropdown-partecipants .dropdown-partecipants .dropdown-body .avatar-wrapper.avatar-extra-text .avatar-body .btn.btn-action-primary span,
.wrapper-dropdown-partecipants .dropdown-partecipants .dropdown-body .avatar-wrapper.avatar-extra-text .avatar-body .btn.btn-navigation-primary span {
  display: none;
}
.community-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px 16px;
  height: 100%;
  border-radius: 8px;
}
.community-container.community-open {
  background-color: rgba(0, 102, 204, 0.05);
}
.community-container.community-private {
  background-color: rgba(166, 99, 0, 0.05);
}
.community-container.community-closed {
  background-color: rgba(217, 40, 40, 0.05);
}
.community-container .image-container {
  position: relative;
}
.community-container .image-container a.position-absolute.category1 {
  background-color: #0066cc;
  color: #ffffff;
}
.community-container .image-container a.position-absolute.category2 {
  background-color: #a66300;
  color: #ffffff;
}
.community-container .image-container a.position-absolute.category3 {
  background-color: #d92828;
  color: #ffffff;
}
.community-container .image-container .icon-ms-teams {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -6px;
  right: 25px;
  border: 1px solid #484fb8;
}
.community-container .image-container .icon-ms-teams span {
  font-size: 18px;
  color: #484fb8;
}
.community-container .image-container .icon-channel {
  position: absolute;
  bottom: -8px;
  left: -8px;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 40px;
}
.community-container .button-container .btn.btn-link {
  background: transparent;
}
.community-preview {
  position: relative;
}
.community-preview .bg-image-community {
  background-repeat: no-repeat !important;
  background-position: right center !important;
  position: absolute;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  opacity: .4;
}
@media (max-width: 991px) {
  .community-preview .bg-image-community {
    background: transparent !important;
  }
}
.community-preview .tags-list-all .list-tags-view-all {
  border-top: none;
  display: inline;
  padding: 0 8px;
  border-top: 1px solid #c5c7c9;
}
.community-preview .tags-list-all .list-tags-view-all.chip .chip-icon {
  margin-right: 0;
}
.community-preview .community-content-top {
  padding: 40px 0;
  position: relative;
}
.community-preview .community-content-top .community-abstract {
  margin-bottom: 12px;
}
.community-preview .community-content-top .community-image img {
  width: 100%;
  border-radius: 8px;
  filter: drop-shadow(0px 16px 48px rgba(0, 0, 0, 0.15));
}
.community-preview .community-content-top .community-image img.img-channel {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 170px;
}
.community-preview .community-content-top .community-image:has(.img-channel) {
  display: flex;
  justify-content: flex-end;
}
.community-preview .box-tag-interesse {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-right: 48px;
  margin-top: 12px;
}
.community-preview .box-tag-interesse label.text-uppercase {
  display: none;
}
.community-preview .box-tag-interesse .text-label {
  display: inline-block;
  line-height: 20px;
  margin-right: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .community-preview .box-tag-interesse .text-label {
    max-width: 116px;
  }
}
@media (min-width: 768px) {
  .community-preview .box-tag-interesse {
    flex-wrap: nowrap;
  }
}
.community-preview .community-content-bottom {
  padding: 21px 0;
  border-top: 4px solid #fff;
  position: relative;
}
.community-preview .community-content-bottom .community-preview-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.community-preview .community-content-bottom .community-preview-info .info-plugin {
  display: flex;
  align-items: center;
}
.community-preview .community-content-bottom .community-preview-info .info-plugin span {
  margin-right: 4px;
}
.community-preview .community-content-bottom .community-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .community-preview .community-content-bottom .community-cta {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
.community-preview .community-content-bottom .community-cta .status-cta {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  margin: 8px 8px 8px 0;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .community-preview .community-content-bottom .community-cta .status-cta {
    max-width: 200px;
  }
}
.community-preview .community-content-bottom .community-cta .buttons-community {
  display: flex;
  justify-content: flex-end;
}
.community-scope-wrapper {
  padding: 16px 0;
}
@media (min-width: 576px) {
  .community-scope-wrapper {
    padding: 24px 0;
  }
}
@media (min-width: 576px) {
  .community-scope-wrapper .container {
    max-width: 1140px;
  }
}
.community-scope-wrapper .scope-header-container .link-modal-community-info {
  position: absolute;
  right: 0px;
  top: 0;
}
.community-scope-wrapper .scope-header-container .image-community {
  margin-right: 18px;
  min-width: 124px;
  position: relative;
}
.community-scope-wrapper .scope-header-container .image-community img {
  width: 124px;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .community-scope-wrapper .scope-header-container .image-community {
    display: none;
  }
}
.community-scope-wrapper .scope-header-container .image-community .icon-ms-teams {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: -8px;
  border: 1px solid #484fb8;
}
.community-scope-wrapper .scope-header-container .image-community .icon-ms-teams span {
  font-size: 21px;
  color: #484fb8;
}
.community-scope-wrapper .scope-header-container .content-text-header {
  margin-right: auto;
}
.community-scope-wrapper .scope-header-container .content-text-header .title-community-header {
  position: relative;
  width: fit-content;
  padding-right: 18px;
}
.community-scope-wrapper .scope-header-container .content-text-header .title-community-header .title-community {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.community-scope-wrapper .scope-header-container .content-text-header .title-community-header .title-community a {
  color: #000;
  text-decoration: none;
}
.community-scope-wrapper .scope-header-container .content-text-header .title-community-header .title-community a:hover {
  text-decoration: underline;
}
.community-scope-wrapper .scope-header-container .content-text-header .title-community-header h1 {
  display: inline;
  word-break: break-all;
}
.community-scope-wrapper .scope-header-container .content-text-header .chip {
  margin-bottom: 0;
  margin-top: 8px;
}
.community-scope-wrapper .scope-header-container .actions-scope {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .community-scope-wrapper .scope-header-container .actions-scope {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .community-scope-wrapper .scope-header-container .actions-scope {
    flex-direction: column;
  }
}
.community-scope-wrapper .scope-header-container .actions-scope .actions-scope-top,
.community-scope-wrapper .scope-header-container .actions-scope .actions-scope-bottom {
  display: flex;
  justify-content: flex-end;
}
.community-scope-wrapper .scope-header-container .actions-scope .actions-scope-top {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .community-scope-wrapper .scope-header-container .actions-scope .actions-scope-top {
    margin-right: auto;
  }
}
.community-scope-wrapper .scope-header-container .actions-scope .actions-scope-top .text-invited {
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 4px 8px;
  align-items: center;
}
@media (max-width: 767px) {
  .community-scope-wrapper .scope-header-container .actions-scope .actions-scope-top .text-invited {
    margin-top: 12px;
  }
}
.community-scope-wrapper .scope-header-container .actions-scope .actions-scope-top .text-invited span {
  margin: 6px 0;
}
.community-scope-wrapper .scope-header-container .actions-scope .actions-scope-top .manage-menu.btn.btn-outline-tertiary {
  background-color: transparent;
  border-color: transparent;
}
.community-scope-wrapper .manage {
  margin-right: 0;
  padding: 0;
}
.community-scope-wrapper .manage .manage-menu {
  height: 100%;
}
.menu-other-community-plugin {
  margin-left: auto;
}
@media (min-width: 576px) {
  .menu-other-community-plugin {
    border-right: 1px solid #C5C7C9;
    margin-right: 8px;
  }
}
.menu-other-community-plugin .wrapper-dropdown-other-plugin .btn.btn-other-menu {
  font-size: 24px;
  border: none;
  color: #000;
  padding: 4px;
  line-height: 28px;
}
@media (min-width: 576px) {
  .menu-other-community-plugin .wrapper-dropdown-other-plugin .btn.btn-other-menu {
    padding: 4px 8px;
  }
}
.menu-other-community-plugin .wrapper-dropdown-other-plugin .btn.btn-other-menu:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.menu-other-community-plugin .wrapper-dropdown-other-plugin .dropdown-other-plugin {
  min-width: 250px;
  border: none;
  border-radius: 8px;
}
.menu-other-community-plugin .wrapper-dropdown-other-plugin .dropdown-other-plugin .badge-news {
  left: -6px;
}
.menu-other-community-plugin .wrapper-dropdown-other-plugin .dropdown-other-plugin .list-menu-dropdown {
  padding: 12px 0;
}
.menu-other-community-plugin.not-subscribed {
  position: absolute;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 90px, #ffffff 100%);
  height: 100%;
  padding-left: 110px;
  display: flex;
  align-items: center;
  margin-right: 0;
  border-right: 0;
}
.scope-in-update,
.scope-in-main,
.scope-in-main_community {
  margin-bottom: 38px;
}
.scope-in-update .community-scope-wrapper,
.scope-in-main .community-scope-wrapper,
.scope-in-main_community .community-scope-wrapper {
  padding: 14px 0;
}
.scope-in-update .community-scope-wrapper .scope-header-container .image-community,
.scope-in-main .community-scope-wrapper .scope-header-container .image-community,
.scope-in-main_community .community-scope-wrapper .scope-header-container .image-community {
  min-width: 100px;
}
.scope-in-update .community-scope-wrapper .scope-header-container .image-community img,
.scope-in-main .community-scope-wrapper .scope-header-container .image-community img,
.scope-in-main_community .community-scope-wrapper .scope-header-container .image-community img {
  width: 100px;
}
.scope-in-update .community-scope-wrapper .scope-header-container .title-community h1,
.scope-in-main .community-scope-wrapper .scope-header-container .title-community h1,
.scope-in-main_community .community-scope-wrapper .scope-header-container .title-community h1 {
  font-size: 24px;
}
.scope-in-update .community-scope-wrapper .scope-header-container .actions-scope,
.scope-in-main .community-scope-wrapper .scope-header-container .actions-scope,
.scope-in-main_community .community-scope-wrapper .scope-header-container .actions-scope {
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap-reverse;
}
.scope-in-update .community-scope-wrapper .scope-header-container .actions-scope .actions-scope-bottom,
.scope-in-main .community-scope-wrapper .scope-header-container .actions-scope .actions-scope-bottom,
.scope-in-main_community .community-scope-wrapper .scope-header-container .actions-scope .actions-scope-bottom {
  order: -1;
}
.scope-in-list + .community-scope-wrapper {
  padding: 14px 0;
}
.scope-in-list + .community-scope-wrapper .scope-header-container .image-community {
  min-width: 100px;
}
.scope-in-list + .community-scope-wrapper .scope-header-container .image-community img {
  width: 100px;
}
.scope-in-list + .community-scope-wrapper .scope-header-container .title-community h1 {
  font-size: 24px;
}
.scope-in-list + .community-scope-wrapper .scope-header-container .actions-scope {
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap-reverse;
}
.scope-in-list + .community-scope-wrapper .scope-header-container .actions-scope .actions-scope-bottom {
  order: -1;
}
.scope-in-list + .community-scope-wrapper ~ .navbar-community-wrapper {
  margin-bottom: 38px;
}
.scope-in-main_community {
  margin-bottom: 4px;
}
.scope-in-detail-news .community-scope-wrapper {
  padding: 12px;
  border-radius: 8px;
}
.scope-in-detail-news .community-scope-wrapper .scope-header-container .image-community {
  min-width: 100px;
}
.scope-in-detail-news .community-scope-wrapper .scope-header-container .image-community img {
  width: 100px;
}
.scope-in-detail-news .community-scope-wrapper .scope-header-container .title-community h1 {
  font-size: 18px;
}
.scope-in-detail-news .community-scope-wrapper .scope-header-container .chip {
  margin-bottom: 0;
}
.scope-in-detail-news .community-scope-wrapper .scope-header-container .actions-scope {
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap-reverse;
  display: none;
}
.scope-in-detail-news .community-scope-wrapper .scope-header-container .actions-scope .actions-scope-bottom {
  order: -1;
}
.scope-in-detail-news .navbar-community-wrapper {
  float: right;
  margin-top: -30px;
  margin-bottom: -30px;
  border-radius: 40px;
  width: fit-content;
}
.scope-in-detail-news .navbar-community-wrapper > .row {
  width: fit-content;
}
@media (max-width: 575px) {
  .scope-in-detail-news .navbar-community-wrapper .dropdown-menu.pull-right {
    left: inherit;
    right: inherit;
  }
}
.scope-in-detail-news .navbar-community-wrapper .navbar-community .current-root .current-community,
.scope-in-detail-news .navbar-community-wrapper .navbar-community .current-root .current-channel {
  padding-right: 12px;
  padding-left: 12px;
  border-right: none;
  margin-right: 0;
}
.scope-in-detail-news .navbar-community-wrapper .navbar-community .current-root .current-community.chevron-border,
.scope-in-detail-news .navbar-community-wrapper .navbar-community .current-root .current-channel.chevron-border {
  border: none;
}
.scope-in-detail-news .navbar-community-wrapper .navbar-community .current-root .current-community.chevron-border::after,
.scope-in-detail-news .navbar-community-wrapper .navbar-community .current-root .current-channel.chevron-border::after {
  content: none;
}
.scope-in-detail-news .navbar-community-wrapper .navbar-community .current-root .current-community .manage,
.scope-in-detail-news .navbar-community-wrapper .navbar-community .current-root .current-channel .manage {
  display: none;
}
.scope-in-detail-news .navbar-community-wrapper .navbar-community .navbar-community-right {
  display: none;
}
.scope-in-detail-news .navbar-community-wrapper .navbar-community .navbar-menu-plugin + .navbar-menu-plugin {
  display: none;
}
.loading.loading-community {
  z-index: 7;
}
.loading.loading-community::before {
  background-color: #ffffffbd;
  backdrop-filter: blur(5px);
}
.avatar-group-stacked {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  flex-direction: row;
}
.avatar-group-stacked li {
  list-style-type: none;
  line-height: 0;
}
.avatar-group-stacked li > .avatar {
  margin-left: -6px;
  border: 2px solid #fff;
}
.navbar-community-wrapper {
  border-top: 1px solid #E6E9F2;
  background: #FFF;
  /* shadow-s */
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.navbar-community-wrapper .badge-news {
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background: #D92828;
  position: absolute;
  top: 0px;
  right: -10px;
  border: 2px solid #fff;
}
@media (min-width: 576px) {
  .navbar-community-wrapper .container {
    max-width: 1140px;
  }
}
.navbar-community-wrapper.affix-top {
  top: 100px;
  z-index: 7;
}
.navbar-community-wrapper .navbar-community {
  display: flex;
  align-items: center;
  min-height: 55px;
  justify-content: space-between;
  position: relative;
}
.navbar-community-wrapper .navbar-community .navbar-community-left {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.navbar-community-wrapper .navbar-community .current-root {
  display: flex;
  align-items: center;
}
.navbar-community-wrapper .navbar-community .current-root .channel-father {
  display: flex;
  align-items: center;
}
.navbar-community-wrapper .navbar-community .current-root .channel-father img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 575px) {
  .navbar-community-wrapper .navbar-community .current-root .channel-father a:first-child {
    display: none;
  }
}
.navbar-community-wrapper .navbar-community .current-root .channel-father .icon-father {
  text-decoration: none;
  color: #000;
  border: 1px solid #E6E9F2;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-right: 4px;
}
@media (min-width: 576px) {
  .navbar-community-wrapper .navbar-community .current-root .channel-father .icon-father {
    margin-left: -12px;
    margin-right: 8px;
  }
}
.navbar-community-wrapper .navbar-community .current-root .current-channel {
  border-right: 1px solid #C5C7C9;
  padding-right: 6px;
  margin-right: 4px;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .navbar-community-wrapper .navbar-community .current-root .current-channel {
    padding-right: 12px;
  }
}
.navbar-community-wrapper .navbar-community .current-root .current-channel .content-channel-menu {
  max-width: 155px;
}
@media (min-width: 576px) {
  .navbar-community-wrapper .navbar-community .current-root .current-channel .content-channel-menu {
    max-width: 250px;
  }
}
.navbar-community-wrapper .navbar-community .current-root .current-channel .content-channel-menu .label-menu {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
@media (max-width: 575px) {
  .navbar-community-wrapper .navbar-community .current-root .current-channel .content-channel-menu .label-menu {
    display: none;
  }
}
.navbar-community-wrapper .navbar-community .current-root .current-channel .manage {
  margin: 0;
}
.navbar-community-wrapper .navbar-community .current-root .current-channel .manage .manage-menu {
  margin: 0;
  border: none;
}
@media (max-width: 575px) {
  .navbar-community-wrapper .navbar-community .current-root .current-channel .manage .manage-menu .am-settings {
    display: none;
  }
}
.navbar-community-wrapper .navbar-community .current-root .chevron-border {
  border: none;
}
@media (min-width: 768px) {
  .navbar-community-wrapper .navbar-community .current-root .chevron-border {
    position: relative;
    border: 1px solid transparent;
  }
  .navbar-community-wrapper .navbar-community .current-root .chevron-border::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #C5C7C9;
    top: 10px;
    right: 0px;
    border-bottom: none;
    border-right: none;
    transform: rotate(135deg);
  }
}
.navbar-community-wrapper .navbar-community .current-root .current-community {
  border-right: 1px solid #C5C7C9;
  padding-right: 12px;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .navbar-community-wrapper .navbar-community .current-root .current-community {
    padding-right: 24px;
  }
}
.navbar-community-wrapper .navbar-community .current-root .img-channel-current {
  width: 35px;
  height: 35px;
  margin-right: 12px;
  position: relative;
  min-width: 35px;
}
@media (max-width: 575px) {
  .navbar-community-wrapper .navbar-community .current-root .img-channel-current {
    margin-right: 0;
  }
}
.navbar-community-wrapper .navbar-community .current-root .img-channel-current img {
  width: 100%;
  height: 35px;
  object-fit: cover;
  border-radius: 6px;
}
.navbar-community-wrapper .navbar-community .current-root .img-channel-current .icon-community-status {
  position: absolute;
  right: -10px;
  top: 5px;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .navbar-community-wrapper .navbar-community .current-root .img-channel-current .icon-community-status {
    left: 6px;
    right: inherit;
  }
}
.navbar-community-wrapper .navbar-community .current-root .img-channel-current .icon-community-status.bg-community-open {
  background-color: #0066cc;
}
.navbar-community-wrapper .navbar-community .current-root .img-channel-current .icon-community-status.bg-community-private {
  background-color: #a66300;
}
.navbar-community-wrapper .navbar-community .current-root .img-channel-current .icon-community-status.bg-community-closed {
  background-color: #d92828;
}
.navbar-community-wrapper .navbar-community .navbar-community-right {
  display: flex;
  align-items: center;
}
.navbar-community-wrapper .navbar-community .navbar-community-right .community-list-partecipants {
  margin-left: 6px;
}
.navbar-community-wrapper .navbar-community .navbar-community-right .community-list-partecipants .partecipants-mobile {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  display: none;
}
.navbar-community-wrapper .navbar-community .navbar-community-right .community-list-partecipants .partecipants-mobile span {
  font-size: 24px;
}
@media (max-width: 767px) {
  .navbar-community-wrapper .navbar-community .navbar-community-right .community-list-partecipants .partecipants-mobile span {
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .navbar-community-wrapper .navbar-community .navbar-community-right .community-list-partecipants .partecipants-mobile {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .navbar-community-wrapper .navbar-community .navbar-community-right .community-list-partecipants .partecipants-mobile {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .navbar-community-wrapper .navbar-community .navbar-community-right .community-list-partecipants .avatar-group-stacked {
    display: none;
  }
}
@media (min-width: 576px) {
  .navbar-community-wrapper .navbar-community .navbar-community-right .community-list-partecipants + .actions-channel {
    border-left: 1px solid #C5C7C9;
    margin-left: 12px;
  }
}
.navbar-community-wrapper .navbar-community .navbar-community-right .actions-channel {
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.navbar-community-wrapper .navbar-community .navbar-community-right.not-subscribed {
  position: absolute;
  right: 0;
  background-color: #fff;
}
.navbar-community-wrapper .navbar-community .nav-item-plugin {
  position: relative;
}
.navbar-community-wrapper .navbar-community .nav-item-plugin .icon-plugin-community,
.navbar-community-wrapper .navbar-community .nav-item-plugin .material-icons-two-tone {
  font-size: 24px;
  background-color: #297a38;
  line-height: 28px;
}
@media (min-width: 768px) {
  .navbar-community-wrapper .navbar-community .nav-item-plugin .icon-plugin-community,
  .navbar-community-wrapper .navbar-community .nav-item-plugin .material-icons-two-tone {
    font-size: 28px;
  }
}
.navbar-community-wrapper .navbar-community .nav-item-plugin .label-menu {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .navbar-community-wrapper .navbar-community .nav-item-plugin .label-menu {
    display: none;
  }
}
.navbar-community-wrapper .navbar-community .nav-item-plugin {
  display: flex;
  align-items: center;
}
.navbar-community-wrapper .navbar-community .nav-item-plugin > span.ic {
  font-size: 20px;
  line-height: 1;
  color: #297a38;
  line-height: 28px;
}
@media (min-width: 768px) {
  .navbar-community-wrapper .navbar-community .nav-item-plugin > span.ic {
    font-size: 24px;
  }
}
.navbar-community-wrapper .navbar-community .nav-item-plugin > span.mdi {
  font-size: 24px;
  line-height: 1;
  color: #297a38;
}
@media (min-width: 768px) {
  .navbar-community-wrapper .navbar-community .nav-item-plugin > span.mdi {
    font-size: 28px;
  }
}
.navbar-community-wrapper .navbar-community .nav-item-plugin .label-menu-plugin {
  margin-left: 5px;
}
@media (max-width: 992px) {
  .navbar-community-wrapper .navbar-community .nav-item-plugin .label-menu-plugin {
    display: none;
  }
}
.navbar-community-wrapper .navbar-community .nav-item-plugin.nav-item-plugin-dropdown .label-menu-plugin {
  display: block !important;
}
.navbar-community-wrapper .navbar-community .navbar-menu-plugin {
  display: flex;
  align-items: center;
}
.navbar-community-wrapper .navbar-community .navbar-menu-plugin .nav-item-plugin.current:after,
.navbar-community-wrapper .navbar-community .navbar-menu-plugin .nav-item-plugin.active:after {
  content: '';
  position: absolute;
  bottom: -13px;
  width: 100%;
  height: 4px;
  background: rgba(41, 122, 56, 0.2);
}
.navbar-community-wrapper .navbar-community .navbar-menu-plugin a.nav-item-plugin {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  margin: 0 12px;
}
.navbar-community-wrapper .navbar-community .navbar-menu-plugin a.nav-item-plugin[href*="ms-teams"] .material-icons-two-tone {
  color: transparent;
  background: #484fb8;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar-community-wrapper .navbar-community .navbar-menu-plugin a.nav-item-plugin .material-icons-two-tone {
  font-size: 24px;
  background-color: #297a38;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
@media (min-width: 768px) {
  .navbar-community-wrapper .navbar-community .navbar-menu-plugin a.nav-item-plugin .material-icons-two-tone {
    font-size: 28px;
  }
}
.navbar-community-wrapper .navbar-community .navbar-menu-plugin a.nav-item-plugin.current:after,
.navbar-community-wrapper .navbar-community .navbar-menu-plugin a.nav-item-plugin.active:after,
.navbar-community-wrapper .navbar-community .navbar-menu-plugin a.nav-item-plugin:hover:after {
  content: '';
  position: absolute;
  bottom: -13px;
  width: 100%;
  height: 4px;
  background: rgba(41, 122, 56, 0.2);
}
@media (max-width: 767px) {
  .navbar-community-wrapper .navbar-community .navbar-menu-plugin.root-community:has(.current-root):has(.chevron-border) + .menu-links-plugin .nav-item-plugin:not(.nav-item-plugin-dropdown) {
    display: none;
  }
}
.wrap-graphic-widget #widgets-graphic {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: auto;
}
.wrap-graphic-widget #widgets-graphic div[data-code] {
  flex: 0 0 100%;
  max-width: 100%;
  background: linear-gradient(0deg, rgba(230, 233, 242, 0.4) 0%, #ffffff 100px);
  padding: 24px 0;
}
.wrap-graphic-widget #widgets-graphic div[data-code]:empty {
  display: none;
}
@media (min-width: 992px) {
  .wrap-graphic-widget #widgets-graphic div[data-code]::after,
  .wrap-graphic-widget #widgets-graphic div[data-code]::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(0deg, rgba(230, 233, 242, 0.4) 0%, #ffffff 100px);
    bottom: 0;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]::before {
    left: 100%;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code]::after {
    right: 100%;
  }
}
.wrap-graphic-widget #widgets-graphic div[data-code] .widget-graphic-cms-bi-less {
  margin: 0;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .widget-graphic-cms-bi-less .title-header-type-doc {
  display: none;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .widget-graphic-cms-bi-less .icon-view div[role="listbox"] {
  padding-top: 0;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .widget-graphic-cms-bi-less .box-new-widget .header-new-widget {
  padding: 12px 18px;
  margin-bottom: 0;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .widget-graphic-cms-bi-less .box-new-widget .header-new-widget .title-new-widget {
  font-weight: 600;
  font-size: 22px;
  color: #000;
}
.wrap-graphic-widget #widgets-graphic div[data-code] .widget-graphic-cms-bi-less .box-new-widget .widget-body {
  padding: 12px 18px;
}
@media (min-width: 576px) {
  .wrap-graphic-widget #widgets-graphic div[data-code] .widget-graphic-cms-bi-less.container {
    max-width: 1140px;
  }
}
.wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic {
  display: flex;
  flex-wrap: wrap;
  background: none;
  padding: 24px 15px;
  margin-bottom: 24px;
  justify-content: space-between;
}
.wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic::after,
.wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic::before {
  background: transparent;
  content: none;
}
.wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic > div {
  border-radius: 6px;
  border: 1px solid var(--Neutro-Grigio, #e6e9f2);
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic > div {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
.wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic > div.placeholder-widget {
  background: rgba(41, 122, 56, 0.1) !important;
  padding: 24px 24px 0 24px;
  display: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic > div.placeholder-widget {
    flex: 0 0 calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;
    display: flex;
  }
}
.wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic > div.placeholder-widget .text-placeholder {
  margin-bottom: 24px;
  text-wrap: balance;
}
.wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic > div.placeholder-widget svg {
  max-width: 60%;
  mix-blend-mode: darken;
}
@media (min-width: 768px) {
  .wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic + .square-widget-graphic {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic + .square-widget-graphic > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic + .square-widget-graphic .placeholder-widget {
    display: none;
  }
}
@media (min-width: 768px) {
  .wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic:has(+ .square-widget-graphic) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic:has(+ .square-widget-graphic) > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic:has(+ .square-widget-graphic) .placeholder-widget {
    display: none;
  }
}
.wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic:nth-child(3 of .square-widget-graphic) {
  flex: 0 0 100%;
  max-width: 100%;
}
.wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic:nth-child(3 of .square-widget-graphic) > div {
  border-radius: 6px;
  border: 1px solid var(--Neutro-Grigio, #e6e9f2);
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic:nth-child(3 of .square-widget-graphic) > div {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (min-width: 768px) {
  .wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic:nth-child(3 of .square-widget-graphic) .placeholder-widget {
    display: flex;
  }
}
.widgets-icon.widgets-chat-community {
  margin-bottom: 0 !important;
}
.widgets-icon.widgets-chat-community #comments-container {
  margin-top: 0;
  border: none;
  display: flex;
  flex-direction: column;
}
.widgets-icon.widgets-chat-community #comments-container #comments_anchor {
  background-color: transparent;
}
.widgets-icon.widgets-chat-community #comments-container #bk-contribute {
  margin-top: auto;
}
.widgets-icon.widgets-chat-community #comments-container .header-new-widget {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.widgets-icon.widgets-chat-community #comments-container .header-new-widget .form-check.form-switch {
  display: flex;
  align-items: center;
}
.widgets-icon.widgets-chat-community #comments-container .header-new-widget .form-check.form-switch input {
  margin: 0 8px;
  height: 16px;
  width: 16px;
}
.widgets-icon.widgets-chat-community #comments-container .header-new-widget .form-check.form-switch label {
  margin-bottom: 0;
  color: #5e7887;
}
.widgets-icon.widgets-chat-community #comments-container .action-chat-footer {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widgets-icon.widgets-chat-community #comments-container .action-chat-footer input {
  height: 16px;
  width: 16px;
}
.widgets-icon.widgets-chat-community #comments-container .action-chat-footer label {
  color: #5e7887;
}
.content-community-enable-ms-teams {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #484fb8;
  padding: 8px 16px;
  border-radius: 6px;
}
.content-community-enable-ms-teams .hint-teams {
  width: 100%;
}
.content-community-enable-ms-teams .icon-svg-ms-teams {
  margin-right: 16px;
  line-height: 1;
}
.content-community-enable-ms-teams .icon-svg-ms-teams svg {
  width: 45px;
  height: 45px;
}
.content-community-enable-ms-teams .form-group {
  margin: 0;
}
.content-community-enable-ms-teams .form-group label {
  display: flex;
  align-items: center;
  margin: 0;
}
.content-community-enable-ms-teams .form-group label input {
  height: 21px;
  width: 21px;
  order: 2;
  margin-left: 14px;
  margin-top: 0;
}
.content-community-enable-ms-teams .form-group label .bootstrap-switch {
  order: 2;
  margin-left: 14px;
  min-width: 52px;
}
.content-community-enable-ms-teams .form-group label .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background: #484fb8;
}
.formazione-container iframe[src=""] {
  display: none;
}
.filter-view-planner {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .filter-view-planner {
    justify-content: flex-end;
  }
}
.filter-view-planner a {
  color: #5e7887;
  padding-right: 12px;
  border-right: 1px solid #5e7887;
  margin-left: 8px;
}
.filter-view-planner a:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.label-mst-meeting {
  color: #484fb8;
}
.planner-wrapper {
  margin-top: 28px;
  border-radius: 6px;
  border: 1px solid #E6E9F2;
  background: #F8F8F8;
  padding: 24px;
  /* shadow-s */
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 575px) {
  .planner-wrapper {
    flex-direction: column;
  }
}
.planner-wrapper.planner-calendar .fc-event,
.planner-wrapper.planner-calendar .fc-event:hover {
  color: #000;
  background-color: #fff;
  border-color: #c3c3c3 !important;
}
.planner-wrapper.planner-calendar .fc-today.alert {
  position: inherit;
  margin-bottom: 0;
  border-radius: 0;
  color: inherit;
  background-color: inherit;
  padding: 0px;
  padding-left: 0;
  width: inherit;
  border-left: none;
  border-bottom: none;
  border-right: none;
  border-top: none;
  margin-top: 0;
}
.planner-wrapper.planner-calendar .fc-today.alert::after {
  content: none;
}
.planner-wrapper.planner-calendar .fc-today.alert.alert-info {
  background-color: #e4f3e2;
}
.planner-wrapper.planner-date,
.planner-wrapper.planner-user {
  overflow-x: auto;
}
.planner-wrapper.planner-date {
  margin-top: 0;
  border-radius: 0 0 6px 6px;
}
.planner-wrapper.planner-nav-date {
  border-radius: 6px 6px 0 0;
  padding: 18px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
@media (min-width: 576px) {
  .planner-wrapper .planner-col {
    width: 280px;
    min-width: 280px;
  }
}
@media (min-width: 576px) {
  .planner-wrapper .planner-col:not(:first-child) {
    margin-left: 32px;
  }
}
.planner-wrapper .label-heading {
  font-size: 14px;
  margin-bottom: 18px;
}
.planner-wrapper .label-heading.user-heading {
  display: flex;
  align-items: center;
  line-height: 1;
}
.planner-wrapper .label-heading.user-heading .container-round-img-sm {
  width: 32px;
  height: 32px;
}
.planner-wrapper .label-heading.user-heading a {
  margin-right: 8px;
}
.planner-wrapper .item-task {
  border-radius: 6px;
  border: 1px solid #E6E9F2;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 12px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #7D7D7D;
  /* Stile per i pulsanti */
  /* Stile per lo stato attivo */
  /* Hover per i pulsanti */
}
.planner-wrapper .item-task .status-button {
  padding: 0;
  border: none;
  color: #5e7887;
  cursor: pointer;
  user-select: none;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  background-color: #fff;
}
.planner-wrapper .item-task .status-button.active {
  color: #484fb8;
}
.planner-wrapper .item-task .status-button:hover {
  color: #4047a6;
}
.planner-wrapper .item-task:last-child {
  margin-bottom: 0;
}
.planner-wrapper .item-task .title-item {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.planner-wrapper .item-task .title-item .mdi {
  line-height: 1;
}
.planner-wrapper .item-task .title-item input {
  width: 22px;
  height: 22px;
  margin: 0;
}
.planner-wrapper .item-task .title-item a {
  margin-left: 8px;
  color: #000;
  text-decoration: none;
}
.planner-wrapper .item-task .title-item a:hover {
  text-decoration: underline;
}
.planner-wrapper .item-task .item-body {
  margin-left: 30px;
}
.planner-wrapper .item-task.item-ms-teams {
  background: rgba(72, 79, 184, 0.1);
}
.planner-wrapper .item-task.item-ms-teams .title-item {
  color: #484fb8;
}
.modal-planner .modal-content .modal-header {
  text-transform: inherit;
}
.modal-planner .modal-content .modal-header .title-item {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  /* Stile per i pulsanti */
  /* Stile per lo stato attivo */
  /* Hover per i pulsanti */
}
.modal-planner .modal-content .modal-header .title-item .mdi {
  line-height: 1;
  margin-right: 8px;
}
.modal-planner .modal-content .modal-header .title-item .status-button {
  padding: 0;
  border: none;
  color: #5e7887;
  cursor: pointer;
  user-select: none;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  background-color: #fff;
}
.modal-planner .modal-content .modal-header .title-item .status-button.active {
  color: #484fb8;
}
.modal-planner .modal-content .modal-header .title-item .status-button:hover {
  color: #4047a6;
}
