/**
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;
}
.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;
}
.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: 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) {
  flex: 0 0 100%;
  max-width: 100%;
}
.wrap-graphic-widget #widgets-graphic div[data-code].square-widget-graphic:nth-child(3) > 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) > 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) .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;
}
