.phases-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  list-style-type: none;
}
@media screen and (min-width: 62em) {
  .phases-list {
    flex-direction: row;
    padding: 2.35rem 0 1rem;
  }
}
.phases-list-item {
  position: relative;
  display: flex;
  padding-top: 3.25rem;
}
@media screen and (min-width: 62em) {
  .phases-list-item {
    flex-direction: column;
    flex: 1 1;
    align-items: center;
    padding-top: 0;
    padding-left: 0.85rem;
  }
}
.phases-list-item::before, .phases-list-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 50%;
  left: 1.9rem;
  background-color: #0458d5;
}
@media screen and (min-width: 62em) {
  .phases-list-item::before, .phases-list-item::after {
    width: 50%;
    height: 2px;
    top: 1.9rem;
    left: 0;
  }
}
.phases-list-item::before {
  top: 0;
}
@media screen and (min-width: 62em) {
  .phases-list-item::before {
    top: 1.9rem;
    left: 0;
  }
}
.phases-list-item::after {
  bottom: 0;
}
@media screen and (min-width: 62em) {
  .phases-list-item::after {
    bottom: auto;
    left: auto;
    right: 0;
  }
}
.phases-list-item:first-child {
  padding-top: 0;
}
@media screen and (min-width: 62em) {
  .phases-list-item:first-child {
    padding-left: 0;
  }
}
.phases-list-item:first-child::before {
  display: none;
}
.phases-list-item:last-child::after {
  display: none;
}
.phases-list-item.phases-list-item-current .phases-list-item-phase {
  background-color: #28a197;
  border-color: #28a197;
  color: rgb(var(--secondary-rgb)/var(--tw-text-opacity));
}
.phases-list-item.phases-list-item-current .phases-list-item-number {
  color: #fff;
}
.phases-list-item.phases-list-item-current .phases-list-item-title {
  color: #28a197 !important;
}
.phases-list-item.phases-list-item-past .phases-list-item-phase {
  background-color: #0458d5;
  color: #fff;
}
.phases-list-item.phases-list-item-past .phases-list-item-title {
  font-weight: 500;
}
.phases-list-item.phases-list-item-future .phases-list-item-phase {
  background-color: rgb(243, 244, 247);
  border-color: rgb(243, 244, 247);
  color: rgb(var(--secondary-rgb)/var(--tw-text-opacity));
}
.phases-list-item .phases-list-item-phase {
  position: relative;
  z-index: 1;
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  border: 2px solid rgb(var(--secondary-rgb)/var(--tw-text-opacity));
  border-radius: 50%;
  background-color: rgb(var(--secondary-rgb)/var(--tw-text-opacity));
  text-align: center;
  font-size: 1.42rem;
  font-weight: 500;
}
.phases-list-item .phases-list-item-info {
  padding-left: 2.4rem;
}
@media screen and (min-width: 62em) {
  .phases-list-item .phases-list-item-info {
    padding-top: 0.9rem;
    padding-left: 0;
    text-align: center;
  }
}
.phases-list-item .phases-list-item-info .phases-list-item-date {
  font-size: 1rem;
  padding-top: 8px;
  color: rgb(62, 76, 92, var(--tw-text-opacity));
}
@media screen and (min-width: 62em) {
  .phases-list-item .phases-list-item-info .phases-list-item-date {
    font-size: 1rem;
  }
}
.phases-list-item .phases-list-item-info .phases-list-item-title {
  font-size: 1.3rem;
  line-height: 1.33;
  color: #0458d5;
}
@media screen and (min-width: 62em) {
  .phases-list-item .phases-list-item-info .phases-list-item-title {
    padding-top: 0.24rem;
  }
}
.filter span {
  padding-left: 8px;
}
.user-messages {
  position: sticky;
  background: #ffdc06 !important;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #020203;
  top: 0px;
  z-index: 1000;
}
.user-messages .user-messages-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {
  .user-messages .user-messages-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .user-messages .user-messages-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .user-messages .user-messages-container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .user-messages .user-messages-container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .user-messages .user-messages-container {
    max-width: 1536px;
  }
}
.user-messages .user-messages-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.user-messages .user-messages-container a {
  color: rgb(var(--secondary-rgb)/1);
  color: rgb(var(--secondary-rgb)/var(--tw-text-opacity));
  --tw-text-opacity: 1;
}
.user-messages .user-messages-container a:hover {
  text-decoration-line: underline;
}
.user-messages .user-messages-container #identify-button {
  background: #ffe7b3;
  color: #020203;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 10px;
  border-radius: 0.25rem;
  font-weight: 600;
}
.user-messages .user-messages-container #identify-button:hover {
  background: #0458d5;
  color: #fff;
}
.user-messages .user-messages-container .user-messages-info {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.user-messages .user-messages-container__container {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--tertiary-rgb) / 1);
  background-color: rgb(var(--tertiary-rgb) / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.user-messages .user-messages-container__title {
  display: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(2 2 3 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.user-messages .user-messages-container__title {
    color: rgb(2 2 3 / var(--tw-text-opacity));
  }
}
@media (min-width: 768px) {
  .user-messages .user-messages-container__title {
    display: block;
  }
}
.budget__card__list-project {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-left: 1rem;
  padding-right: 1rem;
  place-items: center;
}
.budget-currency-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
.budget-currency-stack .budget-row {
  white-space: nowrap;
}
.budget-currency-stack .budget-row.currency-euro {
  padding-right: 1.1ch;
}
@media (max-width: 1280px) {
  .budget__card__list-project__amount {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .budget__card__list-project__amount {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .budget__card__list-project__amount {
    margin-bottom: 10px;
  }
  .statistic__container {
    grid-template-columns: repeat(auto-fit, minmax(0px, 160px));
  }
}
@media (max-width: 375px) {
  .button__lg {
    font-size: 15px;
  }
  .h2 {
    font-size: 20px !important;
  }
  .budget-summary__progressbar {
    margin: 0px;
  }
}
@media (max-width: 1024px) {
  .editor-content h2 {
    line-height: inherit;
    font-size: 19px;
  }
  .editor-content h3 {
    font-size: 15px;
    line-height: 16px;
  }
  #sub_hero.home__section, .home .content-block {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .budget-list .project-item + .project-item {
    margin-top: 2.1rem;
  }
  .card__list {
    border-bottom-left-radius: 0px;
  }
  .budget-list .project-item {
    display: flex;
    gap: 0rem;
    flex-direction: column;
  }
  .budget__card__list-project {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 1rem;
    padding-right: 1rem;
    place-items: center;
    border-top-left-radius: 0px;
    width: 100%;
  }
  .budget-list .project-item .card__list {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 4px;
  }
  .card__list-title {
    font-size: 16px;
    line-height: 17px;
  }
}
.card__list-content > .text-success > svg {
  float: left;
}
#flash-messages-container {
  background: white;
}
.card__grid-home {
  display: flex;
  flex-direction: column;
}
.grid-double-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  align-items: center;
}
.grid-double-item {
  width: 50%;
  padding: 20px 0;
}
.svg-map-wrapper {
  position: relative;
  display: block;
}
.path-link:hover path, .path-link.active path {
  fill: #4f8ae2;
  transition: 0.3s;
}
.tooltip {
  position: absolute;
  background-color: #fff;
  color: #000;
  padding: 5px;
  border-radius: 3px;
  display: none;
  font-size: 14px;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.path-link:hover + .tooltip {
  display: block;
  opacity: 1;
}
.grid-double-item .areas-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.grid-double-item a {
  display: block;
  padding: 0;
  margin: 5px 0;
  font-size: 20px;
  padding: 10px 30px 10px 20px !important;
  display: flex;
  align-items: center;
  position: relative;
}
.grid-double-item a:hover, .grid-double-item a.active {
  background: rgba(0, 0, 0, 0.1);
}
.grid-double-item .home__section-participate-grid__title {
  height: auto !important;
  margin: 0 !important;
  width: 33.33%;
}
.home__section-participate-grid__title svg {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
}
.phases-list-item-title {
  text-align: center;
  font-weight: 600;
}
.phases-list-item.phases-list-item-past.checked .phases-list-item-phase {
  background: #3bc14a;
}
.phases-list-item.phases-list-item-past.checked .phases-list-item-number {
  color: #fff;
}
.phases-list-item.phases-list-item-past.checked .phases-list-item-title {
  color: #3bc14a;
}
.budget-summary {
  background-color: #cddef7;
}
.progressbox-fixed-wrapper {
  background-color: #cddef7;
}
.admin-bar__container-alert .admin-bar-info > span {
  margin-right: 10px;
  display: block;
}
.alert-icon {
  max-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 24px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.alert-icon svg {
  fill: #020203;
}
.card__grid__full {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding: 20px 40px;
}
.cards-home {
  display: flex;
  flex-direction: column;
}
.card__grid__full .card__grid-text {
  width: 50%;
  padding-right: 30px;
}
.card__grid__full .card__grid-img {
  width: 50%;
}
.card__grid__full .card__grid-text h3 {
  font-size: 28px;
}
.card__grid__full .card__highlight-metadata, .card__grid-metadata {
  justify-content: flex-start;
}
.svg-map-wrapper svg {
  width: 100%;
  height: auto !important;
}
.phases-list-item .phases-list-item-phase {
  width: 3.8rem;
  height: 3.8rem;
  min-width: 3.8rem;
  min-height: 3.8rem;
}
.budget-summary__progressbar-marks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.budget-summary__progressbar-legend {
  width: 50% !important;
}
.budget-summary__progressbar-marks_right {
  text-align: right;
}
.admin-bar__container-alert {
  z-index: 1000;
}
@media (max-width: 1280px) {
  .grid-double-item a {
    font-size: 16px !important;
    margin: 0;
  }
  .grid-double-item .home__section-participate-grid__title {
    height: auto !important;
    margin: 0 !important;
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .card__grid__full .card__grid-text {
    width: 100%;
    padding-right: 0;
  }
  .card__grid__full .card__grid-img {
    width: 100%;
  }
  .card__grid__full {
    padding: 20px;
  }
  .grid-double-item {
    width: 100%;
  }
  .grid-double-item a {
    font-size: 14px !important;
  }
  .phases-list-item-title, .phases-list-item-title span {
    text-align: left !important;
  }
  .layout-item-alert #identify-button {
    margin: 3px 0 0 0;
    display: inline-block;
  }
}

/*# sourceMappingURL=decidim_overrides-b3cadf63.css.map*/