/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./packages/webpacker/src/loaders/decidim-sass-loader.js!./vendor/ruby/3.2.0/gems/decidim-budgets-0.29.4/app/packs/stylesheets/budgets.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.budget-list__map {
margin-top: -1.5rem;
margin-bottom: 1.5rem;
aspect-ratio: 1 / 1;
}
@media (min-width: 768px) {
.budget-list__map {
margin-left: -4rem;
margin-top: -3rem;
aspect-ratio: 21/9;
}
}
.budget-list__map+* {
margin-top: 1.5rem;
}
@media (min-width: 768px) {
.budget-list__map+* {
margin-top: 3rem;
}
}
.budget-list__map>* {
height: 100%;
}
.budget-summary__content {
--tw-bg-opacity: 1;
background-color: rgb(var(--tertiary-rgb) / 1);
background-color: rgb(var(--tertiary-rgb) / var(--tw-bg-opacity, 1));
padding: 1rem;
}
@media (min-width: 768px) {
.budget-summary__content {
height: 100%;
padding: 0px;
}
}
.budget-summary__container {
margin-top: -3rem;
margin-bottom: 2rem;
}
.budget-summary__container .budget-summary {
margin-left: -4rem;
}
.budget-summary__content__header {
grid-column: span 2 / span 2;
margin-bottom: 0.5rem;
padding-bottom: 0.5rem;
font-size: 24px;
line-height: 30px;
}
.budget-summary__content__header .ql-editor {
display: inline-block;
font-size: 24px;
line-height: 30px;
}
.budget-summary__content__header--title {
font-weight: 600;
}
.budget-summary__content__header--description {
font-size: 14px;
line-height: 18px;
}
.budget-summary__progressbar {
position: relative;
margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1024px) {
.budget-summary__progressbar {
margin-top: 1rem;
margin-bottom: 1rem;
}
}
.budget-summary__progressbar .budget-progress {
height: 0.5rem;
border-radius: 0.25rem;
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.budget-summary__progressbar .budget-progress {
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
}
.budget-summary__progressbar--minimum {
position: absolute;
height: 0.5rem;
border-start-start-radius: 0.25rem;
border-end-start-radius: 0.25rem;
--tw-bg-opacity: 1;
background-color: rgb(225 229 239 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.budget-summary__progressbar--minimum {
background-color: rgb(225 229 239 / var(--tw-bg-opacity, 1));
}
}
.budget-summary__progressbar--meter {
  background-color: var(--success);
  position: absolute;
  height: 0.5rem;
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}
.budget-summary__progressbar-marks {
margin-top: 0.5rem;
display: grid;
grid-template-columns: 70% 1fr 1fr;
}
.budget-summary__progressbar-marks_center {
--tw-translate-x: -50%;
transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
text-align: center;
}
.budget-summary__progressbar-marks_right {
justify-self: end;
text-align: left;
}
@media (min-width: 768px) {
.budget-summary__progressbar-marks_right {
text-align: right;
}
}
.budget-summary__progressbar-legend {
display: block;
font-size: 13px;
line-height: 16px;
}
@media (min-width: 768px) {
.budget-summary__progressbar-legend {
font-size: 14px;
line-height: 18px;
}
}
.budget-summary__progressbar-legend-strong {
display: block;
text-wrap: nowrap;
font-size: 10px;
font-weight: 600;
}
@media (min-width: 768px) {
.budget-summary__progressbar-legend-strong {
font-size: 14px;
line-height: 18px;
}
}
.budget__projects__container {
margin-top: -3rem;
}
@media (min-width: 640px) {
.budget__projects__container {
margin-top: 0px;
}
}
.budget__card__list-project {
margin-left: auto;
display: flex;
width: 30%;
min-width: 120px;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 0.25rem;
--tw-bg-opacity: 1;
background-color: rgb(243 244 247 / 1);
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 1rem;
padding-right: 1rem;
}
@supports (color: rgb(0 0 0 / 0)) {
.budget__card__list-project {
background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}
}
@media (min-width: 1024px) {
.budget__card__list-project {
flex-direction: row;
place-items: center;
justify-content: space-around;
}
}
.budget__card__list-project__amount {
margin-bottom: 0.5rem;
display: inline-block;
text-align: center;
font-size: 20px;
line-height: 25px;
font-weight: 600;
--tw-text-opacity: 1;
color: rgb(62 76 92 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.budget__card__list-project__amount {
color: rgb(62 76 92 / var(--tw-text-opacity, 1));
}
}
@media (min-width: 768px) {
.budget__card__list-project__amount {
margin-bottom: 0px;
}
}
.budget__card__highlight-vote {
margin-left: auto;
display: flex;
width: 100%;
flex-direction: column;
justify-content: center;
--tw-bg-opacity: 1;
background-color: rgb(243 244 247 / 1);
padding: 1rem;
font-weight: 700;
--tw-text-opacity: 1;
color: rgb(62 76 92 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.budget__card__highlight-vote {
background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
color: rgb(62 76 92 / var(--tw-text-opacity, 1));
}
}
@media (min-width: 768px) {
.budget__card__highlight-vote {
width: 25%;
}
}
.budget__card__highlight-vote__header {
place-items: start;
padding-bottom: 0.5rem;
}
.budget__card__highlight-vote__text {
display: block;
font-size: 14px;
line-height: 18px;
font-weight: 400;
--tw-text-opacity: 1;
color: rgb(62 76 92 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.budget__card__highlight-vote__text {
color: rgb(62 76 92 / var(--tw-text-opacity, 1));
}
}
.budget__card__highlight-vote__number {
font-size: 20px;
line-height: 25px;
font-weight: 600;
}
.budget__card__highlight-vote__button {
margin-top: auto;
margin-top: 0.5rem;
text-align: left;
}
.budget__card__highlight-vote__button.button__secondary:hover {
--tw-text-opacity: 1 !important;
color: rgb(255 255 255 / 1) !important;
  background: rgb(var(--secondary-rgb)/var(--tw-bg-opacity)) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.budget__card__highlight-vote__button.button__secondary:hover {
color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
}
.budget__card__highlight-vote__button.button__transparent-secondary:hover {
--tw-border-opacity: 1 !important;
border-color: rgb(var(--secondary-rgb) / 1) !important;
border-color: rgb(var(--secondary-rgb) / var(--tw-border-opacity, 1)) !important;
--tw-text-opacity: 1 !important;
color: rgb(var(--secondary-rgb) / 1) !important;
color: rgb(var(--secondary-rgb) / var(--tw-text-opacity, 1)) !important;
  background: #fff !important;
}
.budget__definition-project__title .ql-editor {
margin-bottom: 1rem;
font-size: 36px;
line-height: 45px;
}
.budget__definition-data__title {
margin-top: 1.5rem;
margin-bottom: 0.5rem;
display: block;
font-size: 14px;
line-height: 18px;
--tw-text-opacity: 1;
color: rgb(62 76 92 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.budget__definition-data__title {
color: rgb(62 76 92 / var(--tw-text-opacity, 1));
}
}
.budget__definition-data__number {
border-radius: 0.25rem;
--tw-bg-opacity: 1;
background-color: rgb(243 244 247 / 1);
padding: 0.5rem;
text-align: center;
font-size: 32px;
line-height: 40px;
font-weight: 700;
--tw-text-opacity: 1;
color: rgb(62 76 92 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.budget__definition-data__number {
background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
color: rgb(62 76 92 / var(--tw-text-opacity, 1));
}
}
.budget__filter-title {
margin-bottom: 1rem;
font-weight: 700;
}
.budget__filter__container {
margin-top: 1rem;
margin-bottom: 1rem;
border-radius: 0.25rem;
border-width: 4px;
--tw-border-opacity: 1;
border-color: rgb(255 255 255 / 1);
padding: 0.5rem;
}
@supports (color: rgb(0 0 0 / 0)) {
.budget__filter__container {
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
}
.budget__list--header {
margin-left: -0.5rem;
display: flex;
align-items: center;
justify-content: space-between;
}
@media (min-width: 768px) {
.budget__list--header {
margin-left: 0px;
}
}
.budget-list .card__list {
padding-right: 0px;
}
.budget-list .card__link {
margin-bottom: 0.5rem;
display: block;
}
.budget-list .tag-container:not(:first-child) {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.budget-list .card__list-content {
width: 100%;
cursor: pointer;
}
.budget-list .project-item {
display: flex;
gap: 1rem;
}
.budget-list .project-item .card__list {
display: inline-block;
width: 65%;
}
.budget-list .project-item + .project-item {
margin-top: 1.5rem;
}
#budgets-to-vote .card__highlight-text {
width: 100%;
padding: 0px;
}
@media (min-width: 768px) {
#budgets-to-vote .card__highlight-text {
width: 70%;
}
}
#budgets-to-vote .order-by {
margin-bottom: 2rem;
}
.verification-modal .card__list .budget__card__list-project {
display: inline-block;
width: 25%;
text-align: center;
}
#budgets.card__highlight-container {
margin-bottom: 0px;
}
.progressbox-fixed-wrapper {
position: fixed;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
z-index: 20;
display: none;
height: -moz-max-content;
height: max-content;
--tw-bg-opacity: 1;
background-color: rgb(var(--tertiary-rgb) / 1);
background-color: rgb(var(--tertiary-rgb) / var(--tw-bg-opacity, 1));
  box-shadow: 0 4px 6px 0 rgba(211, 211, 211, 0.25);
}
.progressbox-fixed-wrapper.is-progressbox-visible {
display: block;
}
#budget-confirm .card__list__project-voted {
cursor: default;
flex-direction: row;
}
#budget-confirm .card__list__project-voted:hover {
--tw-border-opacity: 1;
border-color: rgb(243 244 247 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
#budget-confirm .card__list__project-voted:hover {
border-color: rgb(243 244 247 / var(--tw-border-opacity, 1));
}
}
#budget-confirm .card__list__project-voted .card__list-title {
cursor: default;
text-decoration-line: none;
}
#budget-confirm .card__list__project-voted .card__list__content {
width: 75%;
}
.budget-summary__progressbox--checked_out {
display: none;
}
@media (min-width: 768px) {
.budget-summary__progressbox--checked_out {
display: block;
}
}
.budget-summary__content {
padding-left: 1rem;
padding-right: 1rem;
padding-top: 1rem;
}
@media (min-width: 768px) {
.budget-summary__content {
display: grid;
grid-template-columns: repeat(12, minmax(0, 1fr));
align-items: center;
padding-left: 4rem;
padding-right: 4rem;
}
.budget-summary__progressbox {
grid-column: span 8 / span 8;
}
.budget-summary__progressbox-buttons {
grid-column: span 3 / span 3;
grid-column-start: 10;
}
}
.budget-summary__button-modal {
display: none;
}
@media (min-width: 1024px) {
.budget-summary__button-modal {
grid-column: span 12 / span 12;
margin-bottom: 1rem;
display: block;
padding-bottom: 1rem;
--tw-text-opacity: 1;
color: rgb(var(--secondary-rgb) / 1);
color: rgb(var(--secondary-rgb) / var(--tw-text-opacity, 1));
}
}
.budget-summary__button-dropdown {
grid-column: span 12 / span 12;
--tw-text-opacity: 1;
color: rgb(var(--secondary-rgb) / 1);
color: rgb(var(--secondary-rgb) / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
.budget-summary__button-dropdown {
display: none;
}
}
.budget-summary__button-dropdown_text {
display: flex;
justify-content: flex-start;
gap: 1rem;
}
.budget-summary__button-dropdown_text svg {
height: 1.25rem;
width: 1.25rem;
}
.budget-summary__button-dropdown p {
font-size: 13px;
font-weight: 400;
--tw-text-opacity: 1;
color: rgb(36 36 36 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.budget-summary__button-dropdown p {
color: rgb(36 36 36 / var(--tw-text-opacity, 1));
}
}
@media (min-width: 768px) {
.progressbox-fixed-wrapper .budget-summary__progressbar {
padding-left: 8rem;
padding-right: 2rem;
}
.progressbox-fixed-wrapper .budget-summary__progressbox {
grid-column: span 5 / span 5;
grid-column-start: 4;
}
.progressbox-fixed-wrapper .budget-summary__progressbox-buttons {
grid-column: span 2 / span 2;
grid-column-start: 10;
}
}
#project-item .budget-summary__content {
grid-template-columns: repeat(1, minmax(0, 1fr));
padding-top: 1rem;
padding-bottom: 1rem;
}
@media (min-width: 768px) {
#project-item .budget-summary__content {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 1rem;
padding-left: 1rem;
}
@media (min-width: 640px) {
#project-item .budget-summary__content {
max-width: 640px;
}
}
@media (min-width: 768px) {
#project-item .budget-summary__content {
max-width: 768px;
}
}
@media (min-width: 1024px) {
#project-item .budget-summary__content {
max-width: 1024px;
padding-right: 4rem;
padding-left: 4rem;
}
}
@media (min-width: 1280px) {
#project-item .budget-summary__content {
max-width: 1280px;
}
}
@media (min-width: 1536px) {
#project-item .budget-summary__content {
max-width: 1536px;
}
}
#project-item .budget-summary__content {
display: grid;
grid-template-columns: repeat(12, minmax(0, 1fr));
align-items: center;
padding-top: 1rem;
padding-bottom: 1rem;
}
}
#project-item .budget-summary__progressbox {
position: relative;
}
@media (min-width: 768px) {
#project-item .budget-summary__progressbox {
grid-column: span 7 / span 7;
grid-column-start: 2;
}
#project-item .budget-summary__progressbox-buttons {
grid-column: span 2 / span 2;
grid-column-start: 10;
}
}
#project-item .budget-summary__button-modal {
display: none;
}
@media (min-width: 1024px) {
#project-item .budget-summary__button-modal {
grid-column: span 10 / span 10;
grid-column-start: 2;
display: block;
justify-content: flex-start;
--tw-text-opacity: 1;
color: rgb(var(--secondary-rgb) / 1);
color: rgb(var(--secondary-rgb) / var(--tw-text-opacity, 1));
}
}
#project-item .budget-summary__button-dropdown {
grid-column: span 10 / span 10;
grid-column-start: 2;
display: block;
justify-content: flex-start;
--tw-text-opacity: 1;
color: rgb(var(--secondary-rgb) / 1);
color: rgb(var(--secondary-rgb) / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
#project-item .budget-summary__button-dropdown {
display: none;
}
}
@media (min-width: 768px) {
#project-item .progressbox-fixed-wrapper .budget-summary__progressbar {
grid-column: span 7 / span 7;
grid-column-start: 1;
}
}

/*# sourceMappingURL=decidim_budgets-e61b973e.css.map*/