@charset "UTF-8";
:root {
  --primary: #003183 !important;
  --primary-rgb: 0 49 131 !important;
  --primary-100: rgb(80, 145.4580152672, 255) !important;
  --primary-200: rgb(29, 113.534351145, 255) !important;
  --primary-300: rgb(0, 87.1526717557, 233) !important;
  --primary-400: rgb(0, 68.0763358779, 182) !important;
  --primary-500: #003183 !important;
  --primary-600: rgb(0, 39.4618320611, 105.5) !important;
  --primary-700: rgb(0, 29.9236641221, 80) !important;
  --primary-800: rgb(0, 20.3854961832, 54.5) !important;
  --primary-900: rgb(0, 10.8473282443, 29) !important;
  --secondary: #297a4d !important;
  --secondary-rgb: 41 122 77 !important;
  --secondary-600: rgb(34.5858895706, 102.9141104294, 64.9539877301) !important;
  --secondary-700: rgb(28.1717791411, 83.8282208589, 52.9079754601) !important;
  --tertiary: #0059B3 !important;
  --tertiary-rgb: 0 89 179 !important;
  --error: #ec5840 !important;
  --error-rgb: 236 88 64 !important;
  --error-100: rgb(252.15, 229.95, 226.35) !important;
  --error-500: #ec5840 !important;
  --error-600: rgb(226.4714285714, 50.9857142857, 22.5285714286) !important;
  --alert: var(--error) !important;
  --alert-rgb: var(--error-rgb) !important;
  --success: #57d685 !important;
  --success-rgb: 87 214 133 !important;
  --success-600: rgb(49.043062201, 200.956937799, 104.0669856459) !important;
  --warning: #ffae00 !important;
  --warning-rgb: 255 174 0 !important;
  --warning-600: rgb(204, 139.2, 0) !important;
  --highlight: #FFFF00 !important;
  --highlight-rgb: 255 255 0 !important;
  --proposals: #238ff7 !important;
  --actions: #57d685 !important;
  --debates: #fa6c96 !important;
  --meetings: #fabc6c !important;
  --gray-100: #f3f4f6 !important;
  --gray-200: #e5e7eb !important;
  --gray-300: #d1d5db !important;
}
svg {
  width: 1em;
  height: 1em;
  fill: black;
}
.button--l .button--pua {
  background-color: #0059B3;
  background-color: var(--tertiary);
  border-color: #06c;
  font-weight: 600;
  cursor: pointer;
  padding: 12px;
  text-align: center;
}
.button--l button {
  margin: 0 auto;
  width: 300px;
  min-width: 0;
  color: white;
}
.decorator::after {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0px;
  height: 0.25rem;
  width: 2.5rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(41 122 77/1);
  background-color: rgb(var(--secondary-rgb)/1);
  background-color: rgb(var(--secondary-rgb)/var(--tw-bg-opacity));
  --tw-content: "";
  content: "";
  content: var(--tw-content);
}
.flash {
  background-color: white !important;
}
@media (min-width: 768px) {
  .hero__title {
    text-align: center;
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255, 255, 255);
  }
}
#footer_sub_hero > .text-lg, #sub_hero > .editor-content {
  font-size: 25px !important;
  line-height: 30px !important;
}
#dc-modal-accept {
  display: none;
}
#dc-modal-reject {
  display: none;
}
#dc-dialog-reject {
  display: none;
}
form:has(#input-search-page), #form-search_topbar, form:has(#input-search-mobile) {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
form:has(#input-search-page) #input-search, form:has(#input-search-page) #input-search-mobile, #form-search_topbar #input-search, #form-search_topbar #input-search-mobile, form:has(#input-search-mobile) #input-search, form:has(#input-search-mobile) #input-search-mobile {
  flex-grow: 1 !important;
  border: 1px solid #d1d5db !important;
  border-right: none !important;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem !important;
  height: 2.5rem !important;
  margin: 0 !important;
}
form:has(#input-search-page) button[type=submit], #form-search_topbar button[type=submit], form:has(#input-search-mobile) button[type=submit] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-color: #297a4d !important;
  background-color: var(--secondary) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 0.375rem 0.375rem 0 !important;
  width: 3rem !important;
  height: 2.5rem !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
}
form:has(#input-search-page) button[type=submit]:hover, #form-search_topbar button[type=submit]:hover, form:has(#input-search-mobile) button[type=submit]:hover {
  background-color: rgb(28.1717791411, 83.8282208589, 52.9079754601) !important;
  background-color: var(--secondary-700) !important;
}
form:has(#input-search-page) button[type=submit] svg, #form-search_topbar button[type=submit] svg, form:has(#input-search-mobile) button[type=submit] svg {
  fill: currentColor !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.filter-search:has(#input-search-page) button {
  position: absolute;
  top: 0rem !important;
  bottom: 0.5rem !important;
  right: 0rem !important;
}
.filter-search:has(#input-search-mobile) button {
  position: absolute;
  top: 0rem !important;
  bottom: 0rem !important;
  right: 0rem !important;
}
#form-search_topbar:has(#input-search) button {
  position: absolute;
  top: 0rem !important;
  bottom: 0.5rem !important;
  right: -0.1rem !important;
}
.admin-bar__button {
  border: solid 1px rgb(41 122 77/1) !important;
  border: solid 1px rgb(var(--secondary-rgb)/1) !important;
}
.admin-bar__button > span {
  overflow-wrap: break-word;
  text-align: center;
  color: #297a4d !important;
  color: var(--secondary) !important;
}
.admin-bar__button:hover > span {
  overflow-wrap: break-word;
  text-align: center;
  color: white !important;
}
.admin-bar__button > svg {
  flex: none;
  fill: #297a4d !important;
  fill: var(--secondary) !important;
}
.admin-bar__button:hover > svg {
  flex: none;
  fill: white !important;
}
.admin-bar__container {
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255) !important;
  background-color: rgb(255 255 255 / 1) !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@supports (color: rgb(0 0 0 / 0)){
.admin-bar__container {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
}
.admin-bar__button {
  color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  border: solid 1px rgb(0 89 179/1) !important;
  border: solid 1px rgb(var(--tertiary-rgb)/1) !important;
}
.admin-bar__button:hover > span {
  overflow-wrap: break-word;
  text-align: center;
  color: white;
}
.main-bar {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  background-color: rgb(0 49 131) !important;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  grid-gap: 1rem;
  gap: 1rem;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.main-bar__container {
  position: relative;
  width: 100%;
  background-color: rgb(0 49 131) !important;
}
.main-bar__links-desktop__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: white !important;
}
.main-bar__links-desktop__item:hover {
  color: #003183 !important;
  color: var(--primary) !important;
}
.main-bar__links-desktop__item-wrapper {
  display: block;
  -moz-column-gap: 1rem;
  column-gap: 0.5rem !important;
}
.header .main-bar__logo {
  grid-column: span 2/span 2;
}
.main-bar__logo > a > span {
  color: white;
  font-weight: 600;
  font-size: 32px;
  text-decoration: none;
  box-shadow: none;
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  background-size: 52px 82px;
}
header .main-bar__logo :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
  text-decoration: none;
}
.top_header {
  background-color: rgb(0, 49, 131) !important;
  height: 48px;
  padding-left: 110px;
  padding-top: 10px;
}
.top_header_link {
  font-size: 14px;
  font-weight: 300;
  color: white;
}
#main-dropdown-summary-mobile > svg {
  height: 2.5rem !important;
  width: 2.5rem !important;
  flex: none;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(41 122 77/1);
  color: rgb(var(--secondary-rgb)/1);
  color: white;
}
.home__menu {
  background-color: rgb(0, 89, 179) !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.home__menu__container {
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding-left: 6rem;
}
.home__menu-element--link {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255);
  text-decoration-line: underline;
  text-decoration-color: transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  text-transform: uppercase;
}
.menu-bar, .menu-bar__container, .home__menu {
  background-color: rgb(0 89 179) !important;
  background-color: rgb(var(--tertiary-rgb)) !important;
}
@media (min-width: 1024px) {
  .menu-bar__main-dropdown {
    width: 640px !important;
  }
}
@media (min-width: 768px) {
  .menu-bar__main-dropdown__menu {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.menu-bar__secondary-dropdown {
  position: relative;
  width: 300px !important;
}
.menu-bar__secondary-dropdown__menu {
  --tw-bg-opacity: 1;
  background-color: white !important;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0px;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255);
}
.menu-bar__secondary-dropdown__menu a {
  color: #297a4d !important;
  color: var(--secondary) !important;
}
.participatory-space__nav-container {
  margin-left: 0px;
  width: 100%;
  align-self: flex-start;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(41 122 77/1);
  background-color: rgb(var(--secondary-rgb)/1);
  background-color: rgb(var(--secondary-rgb)/var(--tw-bg-opacity));
  padding: 0.75rem;
}
.menu-bar__secondary-dropdown nav {
  width: 100% !important;
}
.participatory-space__hero {
  background-color: #003183 !important;
  background-color: var(--primary) !important;
  /* reset dei filtri che rendevano tutto grigio */
  --tw-backdrop-brightness: brightness(100%);
  backdrop-filter: blur(4px); /* Opzionale: sfoca leggermente l'immagine dietro */
  /* miscela il colore con l'immagine di fondo per profondità */
  background-blend-mode: multiply;
}
.filter-container:has(#trigger-menu-area, #trigger-menu-scope, #trigger-menu-type) {
  display: none;
}
html:has(link[href*="/assemblies"]) .filter-help {
  display: none;
}
.participatory-space__metadata-item {
  border-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(239, 239, 239);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(62, 76, 92);
  background-color: rgb(243, 244, 247, 1);
}
@supports (color: rgb(0, 0, 0, 0)){
.participatory-space__metadata-item {
  background-color: rgb(243, 244, 247, var(--tw-bg-opacity, 1));
}
}
.participatory-space__metadata-item-title span {
  font-weight: 700 !important;
}
@media (min-width: 768px) {
  .participatory-space__metadata-item {
    border-left-width: 0px;
    padding-left: 5px !important;
    margin-right: 5px;
  }
}
.main-footer {
  background-color: rgb(0, 49, 131) !important;
}
.added-links-footer {
  width: 100%;
}
@media (min-width: 768px) {
  .added-links-footer-logos {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between !important;
    gap: 1.5rem;
  }
  .added-links-footer-logos a {
    display: block;
    flex-shrink: 0;
  }
  .added-links-footer-logos img {
    height: 50px;
    width: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .added-links-footer-logos {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: left;
    justify-content: space-between !important;
    gap: 1.5rem;
  }
  .added-links-footer-logos a {
    display: block;
    flex-shrink: 0;
  }
  .added-links-footer-logos img {
    height: 50px;
    width: auto;
    display: block;
  }
}
.main-footer__down {
  border-color: white !important;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}
.mini-footer {
  background-color: rgb(0, 89, 179) !important;
}
.logo_partecipa {
  height: 50px;
  width: auto;
  float: right;
}
.footer-logo + span svg.fill-current {
  fill: white !important;
}

/*# sourceMappingURL=decidim_overrides-90d07e25.css.map*/