/**
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
  */
/* THEME COLOR */
.container {
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 668px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1184px;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}
.py-4,
.py-md-4 {
  padding-bottom: 24px;
  padding-top: 24px;
}
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.container-round-img-sm,
.listview-container.news-item .container-news .card-wrapper .card .img-responsive-wrapper .image-wrapper .manage .manage-menu {
  z-index: 0 !important;
}
/* #bk-page {
    margin-top: 0 !important;
    padding-bottom: 0 !important
} */
/* FIX AMOS-LAYOUT */
.modal-always-hamburger-menu.modal.fade .modal-dialog.modal-dialog-left .modal-content .modal-body .navbar-nav.cms-menu-container-default > li:nth-child(1).dropdown {
  background-color: #00264c !important;
  background: #00264c !important;
}
.modal-always-hamburger-menu.modal.fade .modal-dialog.modal-dialog-left .modal-content .modal-body .navbar-nav.cms-menu-container-default > li:nth-child(1).dropdown > .dropdown-menu {
  background-color: #00264c !important;
  background: #00264c !important;
}
.it-footer .it-footer-main {
  background-color: #00264c !important;
  background: #00264c !important;
}
#box-partecipa {
  margin-bottom: 36px;
}
.list-view-design .listview-container.news-item .container-news .card-wrapper,
.news-index .listview-container.news-item .container-news .card-wrapper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}
.list-view-design .listview-container.news-item .container-news .card-wrapper .card .card-calendar,
.news-index .listview-container.news-item .container-news .card-wrapper .card .card-calendar {
  height: 80% !important;
  width: 80px;
  border-radius: 4px !important;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
  position: absolute;
  top: 10%;
  color: #455a64;
  text-align: center;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.3 !important;
  text-transform: capitalize !important;
  left: 24px !important;
}
.list-view-design .listview-container.news-item .container-news .card-wrapper .card .card-calendar .card-day,
.news-index .listview-container.news-item .container-news .card-wrapper .card .card-calendar .card-day {
  font-size: 1.667em !important;
  font-weight: 700 !important;
  display: block !important;
  line-height: 1;
}
.list-view-design .listview-container.news-item .container-news .card-wrapper .card .card-body,
.news-index .listview-container.news-item .container-news .card-wrapper .card .card-body {
  padding: 24px !important;
}
.list-view-design .listview-container.news-item .container-news .card-wrapper .card .card-body .link-list-title,
.news-index .listview-container.news-item .container-news .card-wrapper .card .card-body .link-list-title {
  color: #30475f;
}
.list-view-design .listview-container.news-item .container-news .card-wrapper .card::after,
.news-index .listview-container.news-item .container-news .card-wrapper .card::after {
  content: none;
}
#alwaysHamburgerMenu .d-block.logo-AGID-design > .it-brand-text {
  padding-left: 0;
}
#alwaysHamburgerMenu .d-block.logo-AGID-design img {
  width: 150px;
  height: auto;
  max-height: 150px;
}
.navbar.navbar-expand-lg .navbar-collapsable .menu-wrapper {
  overflow-y: inherit;
}
.navbar.navbar-expand-lg .navbar-collapsable .menu-wrapper .header-logo-hamburger {
  position: absolute !important;
  right: -64px;
  justify-content: flex-end !important;
}
.navbar.navbar-expand-lg .navbar-collapsable .menu-wrapper .header-logo-hamburger.close-div {
  background: none;
}
.navbar.navbar-expand-lg .navbar-collapsable .menu-wrapper .header-logo-hamburger.close-div .close-menu svg.icon {
  fill: #fff;
}
.navbar.navbar-expand-lg .navbar-collapsable .menu-wrapper .header-logo-hamburger .it-brand-wrapper {
  display: none !important;
}
.navbar.navbar-expand-lg .navbar-collapsable .menu-wrapper .header-logo-hamburger .it-brand-wrapper .d-block.logo-AGID-design > .it-brand-text {
  padding-left: 0;
}
.navbar.navbar-expand-lg .navbar-collapsable .menu-wrapper .header-logo-hamburger .it-brand-wrapper .d-block.logo-AGID-design img {
  width: 150px;
  height: auto;
  max-height: 150px;
}
.navbar.navbar-expand-lg .navbar-collapsable .menu-wrapper .header-logo-hamburger .it-brand-wrapper .d-block.logo-AGID-design + .it-brand-text {
  padding-left: 16px;
}
.navbar.navbar-expand-lg .navbar-collapsable.expanded .it-brand-wrapper.cloned,
.navbar.navbar-expand-lg .navbar-collapsable.expanded .it-search-wrapper {
  display: none;
}
#headerContent.it-header-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  #headerContent.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
    margin-left: 32px;
  }
}
#headerContent.it-header-wrapper .it-nav-wrapper .it-brand-wrapper > a > .it-brand-text {
  padding-right: 16px;
}
@media (min-width: 992px) {
  #headerContent.it-header-wrapper .it-nav-wrapper .it-brand-wrapper > a > .it-brand-text {
    height: 72px !important;
    max-height: 72px !important;
  }
}
@media (min-width: 992px) {
  #headerContent.it-header-wrapper .it-nav-wrapper .it-brand-wrapper > a > .it-brand-text > img {
    height: 72px !important;
    max-height: 72px !important;
  }
}
#headerContent.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper > .container > .row > .col-12 {
  padding: 0 15px;
}
#headerContent.it-header-wrapper .theme-light-desk .navbar .custom-navbar-toggler .icon {
  fill: #0059b3;
}
#headerContent.it-header-wrapper .it-header-slim-wrapper {
  height: 48px;
  /*@extend .theme-light;*/
  border-bottom: 1px solid rgba(0, 89, 179, 0.2);
  background: #fff !important;
}
#headerContent.it-header-wrapper .it-header-slim-wrapper.bg-primary {
  background: #fff !important;
}
#headerContent.it-header-wrapper .it-header-slim-wrapper .it-header-slim-wrapper-content a.nav-link .badge.badge-pill {
  border-color: #fff !important;
}
#headerContent.it-header-wrapper .it-header-slim-wrapper .it-access-top-wrapper .btn-full {
  background-color: #0059b3;
  border-color: #0059b3;
  color: #ffffff;
  text-transform: none !important;
  padding-top: 7.5px !important;
  padding-bottom: 7.5px !important;
  font-size: 16px !important;
}
#headerContent.it-header-wrapper .it-header-slim-wrapper .it-access-top-wrapper .btn-full .d-none {
  display: block !important;
}
#headerContent.it-header-wrapper .it-header-slim-wrapper .it-access-top-wrapper .btn-full .rounded-icon {
  display: none;
}
#headerContent.it-header-wrapper .it-header-slim-wrapper .it-access-top-wrapper .btn-full .rounded-icon + * {
  margin-left: 0;
}
#headerContent.it-header-wrapper .it-header-slim-wrapper .container .row .col-12 .it-header-slim-wrapper-content .navbar-brand a.logo-top-design {
  color: #0059b3;
}
#headerContent.it-header-wrapper .it-header-slim-wrapper .container .row .col-12 .it-header-slim-wrapper-content a {
  color: #0059b3;
}
#headerContent.it-header-wrapper .it-header-slim-wrapper .container .row .col-12 .it-header-slim-wrapper-content .menu-profile a {
  background-color: transparent;
}
@media (max-width: 991px) {
  #headerContent.it-header-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg.icon {
    fill: #fff !important;
  }
}
#headerContent.it-header-wrapper .menu-profile .dropdown-menu.dropdown-menu-right {
  color: #0059b3 !important;
  background-color: #fff !important;
}
#headerContent.it-header-wrapper .menu-profile .dropdown-menu.dropdown-menu-right li a span {
  color: #0059b3 !important;
}
#headerContent.it-header-wrapper .menu-profile .dropdown-menu .icon {
  fill: #fff !important;
}
#headerContent.it-header-wrapper .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav.cms-menu-container-myopen li.nav-item {
  flex-direction: column;
}
@media (max-width: 991px) {
  #headerContent.it-header-wrapper .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav.cms-menu-container-myopen li.nav-item a.nav-link span:not(.mdi) {
    color: #fff !important;
  }
}
#headerContent.it-header-wrapper .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav.cms-menu-container-myopen .dropdown-menu a.nav-link {
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#headerContent.it-header-wrapper .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav.cms-menu-container-myopen .dropdown-menu a.nav-link .icon {
  margin-left: auto;
}
#headerContent.it-header-wrapper .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav.cms-menu-container-myopen .dropdown-menu .dropdown-menu {
  position: static;
  width: 100%;
  box-shadow: none;
  padding: 0 0 0 12px;
  margin-top: 0 !important;
}
#headerContent.it-header-wrapper #hamburgerMenu.navbar-collapsable.expanded ul[class*="cms-menu-container"] .nav-item {
  border-bottom: none !important;
}
#headerContent.it-header-wrapper #hamburgerMenu.navbar-collapsable.expanded ul[class*="cms-menu-container"] .nav-item .nav-link {
  text-transform: none !important;
}
@media (max-width: 360px) {
  #headerContent.it-header-wrapper .h3 {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  #headerContent.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .navbar-nav {
    flex: none !important;
  }
}
@media (min-width: 992px) {
  #headerContent.it-header-wrapper.it-header-sticky.is-sticky .it-brand-wrapper > a > .it-brand-text {
    height: 41px !important;
    max-height: 41px !important;
  }
}
@media (min-width: 992px) {
  #headerContent.it-header-wrapper.it-header-sticky.is-sticky .it-brand-wrapper > a > .it-brand-text > img {
    height: 41px !important;
    max-height: 41px !important;
  }
}
#headerContent.it-header-wrapper.it-header-sticky.is-sticky .it-header-slim-wrapper,
#headerContent.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper .logo-text-platform-design {
  display: none !important;
}
.it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav li.nav-item a.nav-link {
  color: #0059b3 !important;
}
.it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav li.nav-item a.nav-link span {
  color: #0059b3 !important;
}
@media (min-width: 992px) {
  .it-header-sticky.is-sticky .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav.cms-menu-container-myopen > li.nav-item:first-child a.nav-link {
    margin-left: 24px;
  }
}
.it-header-sticky.is-sticky .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav.cms-menu-container-myopen > li.nav-item.dropdown-submenu:first-child a.nav-link {
  padding-left: 0px !important;
}
.it-header-sticky.is-sticky .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav > li.nav-item a.nav-link {
  padding: 13px 18px;
}
@media (min-width: 992px) {
  .it-header-sticky.is-sticky .theme-light-desk.shadow-none {
    box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05) !important;
  }
}
.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper {
  margin-left: auto !important;
}
.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper .d-md-block {
  display: none !important;
}
.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #0059b3 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  transition: all .3s;
}
.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon svg {
  fill: #fff !important;
}
@media (max-width: 991px) {
  #headerContent.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
    margin-left: 32px !important;
  }
}
.shrink .it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .container .row .col-12 .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text img {
  max-height: 54px !important;
  height: 54px !important;
}
.shrink .it-header-wrapper .it-nav-wrapper .it-header-center-wrapper {
  display: none !important;
}
body .skiplinks .sr-only-focusable:focus {
  color: #0059b3 !important;
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-brand-wrapper a {
  color: #0059b3 !important;
}
ul.cms-menu-container-myopen > :nth-child(1) a.nav-link {
  padding-left: 0 !important;
}
.custom-navbar-toggler span {
  color: #00264c !important;
}
.nav-item.dropdown .nav-link.dropdown-toggle:nth-of-type(1) {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .navbar-nav {
    flex: initial !important;
  }
}
.fullsizeMainEventLayout .mainEventLayout .staff {
  display: none;
}
.it-footer-agid-rtd p {
  margin-top: 0px;
  margin-bottom: 1rem;
}
.it-footer-agid-rtd hr {
  margin: 16px 0;
  border-top: 1px solid;
  float: none;
}
.it-footer-agid-rtd .white-color {
  color: #fff;
}
.it-footer-agid-rtd.it-footer .it-footer-main .link-list-wrapper ul li a.nav-link {
  text-decoration: underline;
}
.it-footer-agid-rtd.it-footer .it-footer-main .link-list-wrapper ul li a.nav-link:hover,
.it-footer-agid-rtd.it-footer .it-footer-main .link-list-wrapper ul li a.nav-link:focus {
  color: #e6e6e6;
}
.it-footer-agid-rtd .cms-menu-container-default {
  display: none;
}
.it-footer-agid-rtd .it-footer-main {
  background-color: #004C99 !important;
}
.it-footer-agid-rtd .loghi-footer-agid > div {
  width: 100%;
}
@media (min-width: 992px) {
  .it-footer-agid-rtd .loghi-footer-agid > div {
    width: calc(20%);
  }
}
@media (max-width: 768px) {
  .it-footer-agid-rtd .loghi-footer-agid > div {
    margin-bottom: 15px;
  }
}
.it-footer-agid-rtd a.white-color:hover {
  color: #ffffff;
}
.it-footer-agid-rtd .primary-bg-a12 {
  background-color: #036 !important;
}
.it-footer-agid-rtd .footer-social {
  padding: 0 !important;
}
.it-footer-agid-rtd .footer-social .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
}
.it-footer-agid-rtd .footer-social .footer-list li + li {
  margin-left: 18px;
}
.it-footer-agid-rtd .footer-social .footer-list .bg-white {
  background-color: transparent !important;
}
.it-footer-agid-rtd .footer-social .footer-list .icon.icon-padded {
  padding: 0;
}
.it-footer-agid-rtd .footer-social .footer-list .icon.icon-tertiary {
  fill: #FFF !important;
}
.it-footer-agid-rtd .footer-social li a.social-icon {
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
}
.it-footer-agid-rtd .footer-social li a.social-icon span {
  color: #fff !important;
  font-size: 18px !important;
}
.it-footer-agid-rtd .footer-custom-menu .link-list-wrapper {
  padding-top: 0;
}
.it-footer-agid-rtd .footer-custom-menu .link-list-wrapper .cms-menu-container-footer {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .it-footer-agid-rtd .footer-custom-menu .link-list-wrapper .cms-menu-container-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .it-footer-agid-rtd .footer-custom-menu .link-list-wrapper .cms-menu-container-footer li:not(:last-child) > a::after {
    content: " | ";
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: normal;
  }
}
.it-footer-agid-rtd .footer-title {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.it-footer-agid-rtd .footer-title .img-responsive {
  height: 50px;
  width: auto;
}
.it-footer-agid-rtd .footer-title .img-responsive + strong {
  margin-left: 12px;
}
.it-footer-agid-rtd div[role="contentinfo"] a {
  color: #ffffff;
}
.it-footer.it-footer-agid-rtd .it-footer-main .link-list-wrapper {
  padding: 0;
  margin-bottom: 0;
}
#headerContent.it-header-wrapper .it-header-slim-wrapper .container .row .col-12 .it-header-slim-wrapper-content .menu-profile a {
  color: #fff !important;
}
a#dropdownMenuProfile {
  background-color: #0059b3 !important;
}
a#dropdownMenuProfile span.d-none.d-lg-block.text-capitalize {
  color: #fff !important;
}
a#dropdownMenuProfile > .d-none.d-lg-block.text-capitalize {
  color: #fff !important;
}
.it-header-wrapper .it-nav-wrapper .it-header-center-wrapper .container .row .col-12 .it-header-center-content-wrapper .it-brand-wrapper {
  padding-left: 0 !important;
}
#headerContent.it-header-wrapper .menu-profile .dropdown-menu {
  background-color: #0059b3 !important;
  left: 13px;
  border-radius: 0;
  right: -13px;
}
.dropdown.menu-profile .dropdown-menu .link-list-wrapper ul li:nth-child(1) {
  border-bottom: none !important;
}
.it-header-navbar-wrapper nav.navbar .navbar-collapsable .menu-wrapper .navbar-nav ul.link-list {
  display: flex;
  flex-direction: column;
}
.it-header-navbar-wrapper nav {
  height: 100%;
}
.it-header-navbar-wrapper nav .custom-navbar-toggler {
  padding: 0 !important;
}
.it-header-navbar-wrapper nav .custom-navbar-toggler span {
  color: #00264c !important;
  font-size: 26px !important;
}
.nav-link.dropdown-toggle:nth-of-type(1) {
  flex-grow: 1;
}
@media (min-width: 992px) {
  #user-sedi-grid .container-tools {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #user-sedi-grid .container-tools .btn-add-admin {
    text-align: right;
    padding-right: 0;
  }
  #user-sedi-grid .container-tools .btn-search-admin {
    padding-left: 0;
  }
}
#headerContent.it-header-wrapper .it-header-slim-wrapper .container .row .col-12 .it-header-slim-wrapper-content .menu-profile a {
  background-color: transparent !important;
}
a#dropdownMenuProfile {
  background-color: transparent !important;
}
a#dropdownMenuProfile span.d-none.d-lg-block.text-capitalize {
  color: #0059b3 !important;
}
.color-ms-teams {
  color: #484fb8;
}
a.color-ms-teams:hover {
  color: #4047a6;
}
.material-icons-two-tone.icon-primary {
  color: transparent;
  background: #0059b3;
  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: #00264c;
  transform: translateY(1px);
}
.chip .chip-label {
  font-size: .8rem;
  line-height: 1.2;
  font-weight: 600;
  color: #00264c;
  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: #0059b3 !important;
  border-color: #0059b3;
  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: #0059b3;
  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: #0059b3;
  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: #0059b3;
}
@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(0, 89, 179, 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: #0059b3;
  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(0, 89, 179, 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(0, 89, 179, 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: #00264c;
}
.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: #00264c;
}
.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: #00264c;
  padding-right: 12px;
  border-right: 1px solid #00264c;
  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: #00264c;
  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: #00264c;
  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;
}
