/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[8].use[4]!./app/javascript/packs/pp-alerts.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable color-no-hex */
/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
/**
 * Do not edit directly
 * Generated on Fri, 05 Jun 2026 17:10:55 GMT
 */
.pp-alert {
  animation: fadeOut 1s;
  animation-delay: 5s;
  animation-fill-mode: forwards;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  left: 20px;
  padding: 15px;
  position: absolute;
  top: 60px;
  width: calc(100vw - 40px);
  z-index: 2;
}
.pp-alert.alert-info {
  background-color: #eff5fa;
  border-color: #eff5fa;
  color: #1973ba;
}
.pp-alert.alert-success {
  background-color: #e9f3e4;
  border-color: #e9f3e4;
  color: #59aa14;
}
.pp-alert.alert-warning {
  background-color: #fbf5e7;
  border-color: #fbf5e7;
  color: #ffc33d;
}
.pp-alert.alert-danger {
  background-color: #f6e6e4;
  border-color: #f6e6e4;
  color: #d6311a;
}
.pp-alert.persistent {
  animation: none;
  z-index: 1;
}

.invite-page .pp-alert {
  top: 108px;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*# sourceMappingURL=pp-alerts.css.map*/