:root {
  --voting-cards-weight-0: #8b898b;
  --voting-cards-weight-1: #f44336;
  --voting-cards-weight-2: #ffc107;
  --voting-cards-weight-3: #4caf50;
}

.voting-voting_cards {
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #d9d9d9;
}

.voting-voting_cards.current-choice {
  text-align: center;
  margin-bottom: 0;
  border-bottom: none;
}

.voting-voting_cards.current-choice .vote-card {
  margin-top: 0.5rem;
}

.voting-voting_cards.current-choice .vote-card .vote-label {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(2 2 3 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.voting-voting_cards.current-choice .vote-card .vote-label {
  color: rgb(2 2 3 / var(--tw-text-opacity));
}
}

.voting-voting_cards.current-choice .change-vote-button:hover {
  font-size: 1rem;
  margin-top: 0;
}

.voting-voting_cards.loading {
  opacity: 0.3;
  pointer-events: none;
  position: relative;
  cursor: wait;
}

.voting-voting_cards.loading::before {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}

@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}

.voting-voting_cards.loading::before {
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 4px;
  border-top-color: rgb(243 244 247 / 1);
  border-bottom-color: rgb(243 244 247 / 1);
  border-left-color: rgb(243 244 247 / 1);
  --tw-border-opacity: 1;
  border-right-color: rgb(var(--secondary-rgb) / 1);
  border-right-color: rgb(var(--secondary-rgb) / var(--tw-border-opacity));
  --tw-content: "";
  content: "";
  content: var(--tw-content);
  z-index: 1000;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 12.5px);
  left: calc(50% - 12.5px);
}

@supports (color: rgb(0 0 0 / 0)) {
.voting-voting_cards.loading::before {
    border-top-color: rgb(243 244 247 / var(--tw-border-opacity));
    border-bottom-color: rgb(243 244 247 / var(--tw-border-opacity));
    border-left-color: rgb(243 244 247 / var(--tw-border-opacity));
  }
}

.voting-voting_cards .vote-title {
  text-align: center;
  font-size: 1.5rem;
}

.voting-voting_cards .votes_counter {
  letter-spacing: 0.2rem;
  font-size: 1rem;
}

.voting-voting_cards .vote-link.hidden {
  display: none;
}

.voting-voting_cards .vote-card {
  display: inline-block;
}

.voting-voting_cards .vote-card .vote-label {
  font-size: 1rem;
  margin-bottom: 0;
}

.voting-voting_cards .vote-card > svg {
  display: inline-block;
  width: 3rem;
  height: 6rem;
  vertical-align: middle;
  margin: -0.5rem 0 0 0.5rem;
  max-width: 100%;
  transition: transform 150ms ease-in-out;
}

.voting-voting_cards .vote-card > svg:hover {
  transform: scale(1.15) rotate(-5deg);
}

.voting-voting_cards .vote-card.weight_3 {
  color: #4caf50;
  color: var(--voting-cards-weight-3);
}

.voting-voting_cards .vote-card.weight_3 > svg {
  fill: #4caf50;
  fill: var(--voting-cards-weight-3);
}

.voting-voting_cards .vote-card.weight_2 {
  color: #ffc107;
  color: var(--voting-cards-weight-2);
}

.voting-voting_cards .vote-card.weight_2 > svg {
  fill: #ffc107;
  fill: var(--voting-cards-weight-2);
}

.voting-voting_cards .vote-card.weight_1 {
  color: #f44336;
  color: var(--voting-cards-weight-1);
}

.voting-voting_cards .vote-card.weight_1 > svg {
  fill: #f44336;
  fill: var(--voting-cards-weight-1);
}

.voting-voting_cards .vote-card.voted > svg {
  transform: scale(1.15) rotate(-5deg);
}

.voting-voting_cards .voting-button {
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
}

.voting-voting_cards .dim {
  opacity: 0.3;
  pointer-events: none;
}

.voting-voting_cards .disabled {
  pointer-events: none;
}

.voting-voting_cards .vote-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

.voting-voting_cards .vote-block .vote-count {
  font-size: 2rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.voting-voting_cards .change-vote-button {
  transition: all 150ms ease-in-out;
}

.voting-voting_cards .change-vote-button:hover {
  text-decoration: none;
  font-size: 0.9rem;
  margin-top: 0.1rem;
}

.voting-voting_cards .button.abstain-button {
  text-transform: uppercase;
  color: #8b898b;
  color: var(--voting-cards-weight-0);
  border-color: #8b898b;
  border-color: var(--voting-cards-weight-0);
  background-color: transparent;
}

.voting-voting_cards .button.abstain-button.voted {
  background-color: #8b898b;
  background-color: var(--voting-cards-weight-0);
  color: #fff;
  border-color: transparent;
}

.voting-voting_cards .button.abstain-button.voted.disabled {
  opacity: 1;
}

.vote_proposal_modal div.button__sm {
  display: inline-block;
}

.vote_proposal_modal .vote-label {
  margin-left: 0.5rem;
}

.card__list-metadata .voting-weight_3 {
  color: #4caf50;
  color: var(--voting-cards-weight-3);
}

.card__list-metadata .voting-weight_2 {
  color: #ffc107;
  color: var(--voting-cards-weight-2);
}

.card__list-metadata .voting-weight_1 {
  color: #f44336;
  color: var(--voting-cards-weight-1);
}

.card__list-metadata .voting-weight_0 {
  color: #8b898b;
  color: var(--voting-cards-weight-0);
}

.loading-spinner {
  position: relative;
  cursor: wait;
}

.loading-spinner::before {
  z-index: 20;
  margin-left: 50%;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}

@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}

.loading-spinner::before {
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 4px;
  border-top-color: rgb(243 244 247 / 1);
  border-bottom-color: rgb(243 244 247 / 1);
  border-left-color: rgb(243 244 247 / 1);
  --tw-border-opacity: 1;
  border-right-color: rgb(var(--secondary-rgb) / 1);
  border-right-color: rgb(var(--secondary-rgb) / var(--tw-border-opacity));
  --tw-content: "";
  content: "";
  content: var(--tw-content);
}

@supports (color: rgb(0 0 0 / 0)) {
.loading-spinner::before {
    border-top-color: rgb(243 244 247 / var(--tw-border-opacity));
    border-bottom-color: rgb(243 244 247 / var(--tw-border-opacity));
    border-left-color: rgb(243 244 247 / var(--tw-border-opacity));
  }
}

@media (min-width: 768px) {

  .loading-spinner::before {
    margin-left: calc(50% - 0.75rem);
  }
}

.loading-spinner.alert::before {
  --tw-border-opacity: 1;
  border-right-color: rgb(var(--alert-rgb) / 1);
  border-right-color: rgb(var(--alert-rgb) / var(--tw-border-opacity));
}

.loading-spinner.warning::before {
  --tw-border-opacity: 1;
  border-right-color: rgb(var(--warning-rgb) / 1);
  border-right-color: rgb(var(--warning-rgb) / var(--tw-border-opacity));
}

.loading-spinner.primary::before {
  --tw-border-opacity: 1;
  border-right-color: rgb(var(--primary-rgb) / 1);
  border-right-color: rgb(var(--primary-rgb) / var(--tw-border-opacity));
}

.awesome_autosave-notice {
  background-color: rgb(var(--success-rgb)/90%);
  position: fixed;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1em 2em;
  border-radius: 4px;
  border: 1px solid var(--success);
  font-weight: 600;
  color: white;
  z-index: 1000;
}

.awesome_autosave-notice.error {
  background-color: rgb(var(--alert-rgb)/90%);
}

.decidim_awesome-custom_fields.private_body {
  margin-top: 2rem;
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
  border-width: 1px;
  border-color: #6B7280CC;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 250 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(2 2 3 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.decidim_awesome-custom_fields.private_body {
    background-color: rgb(246 248 250 / var(--tw-bg-opacity));
    color: rgb(2 2 3 / var(--tw-text-opacity));
  }
}

.decidim_awesome-custom_fields .private_body-disclosure {
  margin-top: -1rem;
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 23px;
  font-style: italic;
}

.decidim_awesome-custom_fields .private_body-disclosure svg {
  margin-right: 0.5rem;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: bottom;
}

.decidim_awesome-custom_fields dt {
  font-family: Source Sans Pro, ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
}

.decidim_awesome-custom_fields dd {
  padding-left: 0px;
  padding-right: 0px;
}

.decidim_awesome-custom_fields .proposal_custom_field h1 {
  margin-top: 1rem;
  font-family: Source Sans Pro, ui-sans-serif, system-ui, sans-serif;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
}

.decidim_awesome-custom_fields .proposal_custom_field h2 {
  margin-top: 1rem;
  font-family: Source Sans Pro, ui-sans-serif, system-ui, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.decidim_awesome-custom_fields .proposal_custom_field h3 {
  margin-top: 1rem;
  font-family: Source Sans Pro, ui-sans-serif, system-ui, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.decidim_awesome-custom_fields .proposal_custom_field h4 {
  margin-top: 1rem;
  font-family: Source Sans Pro, ui-sans-serif, system-ui, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.decidim_awesome-custom_fields .proposal_custom_field h5 {
  margin-top: 1rem;
  font-family: Source Sans Pro, ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
}

.decidim_awesome-custom_fields .proposal_custom_field h6 {
  margin-top: 1rem;
  font-family: Source Sans Pro, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.decidim_awesome-custom_fields .proposal_custom_field p {
  margin-top: 1rem;
}

.decidim_awesome-custom_fields .proposal_custom_field label .tooltip-element {
  visibility: hidden;
  margin: 0px;
  display: block;
  padding: 0px;
}

.decidim_awesome-custom_fields .proposal_custom_field label .tooltip-element::before {
  visibility: visible;
  font-size: 13px;
  line-height: 16px;
  font-weight: 100;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(62 76 92 / 1);
  content: attr(tooltip);
}

@supports (color: rgb(0 0 0 / 0)) {
.decidim_awesome-custom_fields .proposal_custom_field label .tooltip-element::before {
    color: rgb(62 76 92 / var(--tw-text-opacity));
  }
}

.decidim_awesome-custom_fields .proposal_custom_field .form-group:not(:first-of-type) {
  margin-top: 1.5rem;
}

.decidim_awesome-custom_fields .proposal_custom_field .form-control {
  margin-top: 1rem;
  display: block;
  width: 100%;
  /* read-only can be applied only to input and textarea, otherwise selects will be set as readonly */
}

.decidim_awesome-custom_fields .proposal_custom_field .form-control:not(.reset-defaults) {
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #6B7280CC;
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(2 2 3 / 1);
  outline-style: solid;
  outline-width: 1px;
  outline-color: transparent;
}

@supports (color: rgb(0 0 0 / 0)) {
.decidim_awesome-custom_fields .proposal_custom_field .form-control:not(.reset-defaults) {
    background-color: rgb(250 251 252 / var(--tw-bg-opacity));
    color: rgb(2 2 3 / var(--tw-text-opacity));
  }
}

.decidim_awesome-custom_fields .proposal_custom_field .form-control:not(.reset-defaults)::-moz-placeholder {
  color: #6B7280CC;
}

.decidim_awesome-custom_fields .proposal_custom_field .form-control:not(.reset-defaults)::placeholder {
  color: #6B7280CC;
}

.decidim_awesome-custom_fields .proposal_custom_field .form-control:not(.reset-defaults):focus {
  outline-width: 2px;
  outline-color: rgb(var(--secondary-rgb));
}

.decidim_awesome-custom_fields .proposal_custom_field .form-control:not(.reset-defaults):disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / 1);
  --tw-text-opacity: 1;
  color: rgb(62 76 92 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.decidim_awesome-custom_fields .proposal_custom_field .form-control:not(.reset-defaults):disabled {
    background-color: rgb(239 239 239 / var(--tw-bg-opacity));
    color: rgb(62 76 92 / var(--tw-text-opacity));
  }
}

.decidim_awesome-custom_fields .proposal_custom_field .form-control:not(.reset-defaults).sm {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 14px;
  line-height: 18px;
}

.decidim_awesome-custom_fields .proposal_custom_field .form-control:not(.reset-defaults).sm-icon {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-right: 0.25rem;
  padding-left: 1.5rem;
  font-size: 14px;
  line-height: 18px;
}

.decidim_awesome-custom_fields .proposal_custom_field .form-control:not(.reset-defaults).is-invalid-input:not(:focus) {
  outline-width: 2px;
  outline-color: rgb(var(--alert-rgb));
}

.decidim_awesome-custom_fields .proposal_custom_field .form-control:not(select):-moz-read-only {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / 1);
  --tw-text-opacity: 1;
  color: rgb(62 76 92 / 1);
}

.decidim_awesome-custom_fields .proposal_custom_field .form-control:not(select):read-only {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / 1);
  --tw-text-opacity: 1;
  color: rgb(62 76 92 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.decidim_awesome-custom_fields .proposal_custom_field .form-control:not(select):-moz-read-only {
    background-color: rgb(243 244 247 / var(--tw-bg-opacity));
    color: rgb(62 76 92 / var(--tw-text-opacity));
  }
.decidim_awesome-custom_fields .proposal_custom_field .form-control:not(select):read-only {
    background-color: rgb(243 244 247 / var(--tw-bg-opacity));
    color: rgb(62 76 92 / var(--tw-text-opacity));
  }
}

.decidim_awesome-custom_fields .proposal_custom_field .formbuilder-checkbox > label {
  font-weight: 400;
}

.decidim_awesome-custom_fields .proposal_custom_field .formbuilder-autocomplete {
  position: relative;
}

.decidim_awesome-custom_fields .proposal_custom_field .formbuilder-autocomplete .formbuilder-autocomplete-list {
  z-index: 20;
  max-height: 13rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #6B7280CC;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(2 2 3 / 1);
  outline-style: solid;
  outline-width: 1px;
  outline-color: transparent;
  display: none;
}

@supports (color: rgb(0 0 0 / 0)) {
.decidim_awesome-custom_fields .proposal_custom_field .formbuilder-autocomplete .formbuilder-autocomplete-list {
    color: rgb(2 2 3 / var(--tw-text-opacity));
  }
}

.decidim_awesome-custom_fields .proposal_custom_field .formbuilder-autocomplete .formbuilder-autocomplete-list li {
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@supports (color: rgb(0 0 0 / 0)) {
.decidim_awesome-custom_fields .proposal_custom_field .formbuilder-autocomplete .formbuilder-autocomplete-list li {
    background-color: rgb(250 251 252 / var(--tw-bg-opacity));
  }
}

.decidim_awesome-custom_fields .proposal_custom_field .formbuilder-autocomplete .formbuilder-autocomplete-list li.active-option {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.decidim_awesome-custom_fields .proposal_custom_field .formbuilder-autocomplete .formbuilder-autocomplete-list li.active-option {
    background-color: rgb(243 244 247 / var(--tw-bg-opacity));
  }
}

#LimitAmendmentsModal .instructions {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
}

#LimitAmendmentsModal .instructions :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(var(--secondary-rgb) / 1);
  color: rgb(var(--secondary-rgb) / var(--tw-text-opacity));
}

/*# sourceMappingURL=decidim_decidim_awesome-1ed0acb1.css.map*/