/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./node_modules/@decidim/webpacker/src/loaders/decidim-sass-loader.js!./vendor/ruby/3.2.0/bundler/gems/decidim-module-participatory-documents-21501f8563ea/app/packs/entrypoints/decidim_participatory_documents.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --box-text-color: #fff;
  --box-color: rgb(30, 152, 215);
  --box-color-rgba: rgba(30, 152, 215, 0.12);
  --notifications-color-rgba: rgba(30, 152, 215, 0.6);
  --suggestions-modal-color-hsla: hsla(213, 48%, 90%, 0.95);
}

.button__success {
  margin-left: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(40 167 69 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.button__success {
    background-color: rgb(40 167 69 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.button__warning {
  margin-left: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 183 3 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.button__warning {
    background-color: rgb(255 183 3 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.button__alert {
  margin-left: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 28 36 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.button__alert {
    background-color: rgb(237 28 36 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.callout .button__success,
.callout .button__warning,
.callout .button__alert {
  margin-left: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.callout .button__success,
.callout .button__warning,
.callout .button__alert {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

div[data-dialog] {
  z-index: 30000;
}

.box {
  position: absolute;
  box-sizing: content-box;
  resize: none;
  font-size: 13px;
  font-weight: 400;
  background: rgba(30, 152, 215, 0.12);
  background: var(--box-color-rgba);
  min-width: 1px;
  min-height: 1px;
  border-color: rgb(30, 152, 215);
  border-color: var(--box-color);
  border-style: dotted;
  border-width: 2px;
}

.box.creating, .box.moving, .box.resizing {
  border-style: dashed;
}

.box.hover {
  border-style: solid;
  z-index: 10000;
  cursor: pointer;
}

.box.focus, .box.mark-group {
  border-style: solid;
  opacity: 1;
}

.box.blocked {
  pointer-events: none;
  opacity: 0.4;
}

.box.blocked.grouping, .box.blocked.focus {
  opacity: 1;
  border-style: solid;
}

.box > span {
  position: absolute;
  top: 2px;
  right: 12px;
  display: none;
  font-size: 24px;
  text-shadow: 1px 1px 3px #000, 0 0 1em #000, 0 0 0.3em #000;
  color: #fff;
  color: var(--box-text-color);
  font-weight: 600;
}

.box::before {
  content: attr(data-section-number);
  position: absolute;
  top: -2px;
  left: -17px;
  width: 32px;
  height: 42px;
  pointer-events: none;
  background: rgb(30, 152, 215);
  background: var(--box-color);
  -webkit-mask-image: url(/decidim-packs/media/images/badge-f033e900ddad28721a81.svg);
  mask-image: url(/decidim-packs/media/images/badge-f033e900ddad28721a81.svg);
  color: #fff;
  color: var(--box-text-color);
  text-align: center;
  line-height: 2.2;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 0 0 8px #fff;
}

#loginModal-label {
  outline: none;
}

.pdf-viewer-container {
  height: calc(100vh - 30rem);
  min-height: 50em;
  padding: 0;
}

@media (max-width: 680px) {
  .pdf-viewer-container {
    margin-left: -1.6rem;
  }
}

#pdf-iframe::before {
  content: "";
  vertical-align: middle;
}

/*# sourceMappingURL=decidim_participatory_documents-ef2b8553.css.map*/