/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./wp-content/plugins/purpose-ai/assets/src/css/global/frontend.scss ***!
  \********************************************************************************************************************************************************************************************************************/
/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
.purpose-ai-show {
  animation: fade-in 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation swing-out-top-bck
 * ----------------------------------------
 */
.purpose-ai-hide {
  animation: faade-out 0.45s cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
}

@keyframes faade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.purpose-ai-notification {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  opacity: 1;
  padding: 0.75rem 1.25rem;
  position: relative;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.purpose-ai-notification::before {
  border-bottom-right-radius: 3px;
  border-left: 1px solid;
  border-right: 2px solid;
  border-top-right-radius: 3px;
  content: "";
  height: calc(100% - 1.5rem);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
}
.purpose-ai-notification > .icon {
  margin-right: 5px;
  min-width: 20px;
  text-align: center;
}

.purpose-ai-notification-success {
  background-color: rgba(7, 149, 66, 0.122);
  border: 1px solid rgba(36, 241, 6, 0.46);
  box-shadow: 0 0 2px #259c08;
  color: #0ad406;
}

.purpose-ai-notification-info {
  background-color: rgba(7, 73, 149, 0.122);
  border: 1px solid rgba(6, 44, 241, 0.46);
  box-shadow: 0 0 2px #0396ff;
  color: #0396ff;
}

.purpose-ai-notification-warning {
  background-color: rgba(220, 128, 1, 0.16);
  border: 1px solid rgba(241, 142, 6, 0.81);
  box-shadow: 0 0 2px #ffb103;
  color: #ffb103;
}

.purpose-ai-notification-error {
  background-color: rgba(220, 17, 1, 0.16);
  border: 1px solid rgba(241, 6, 6, 0.81);
  box-shadow: 0 0 2px #ff0303;
  color: #ff0303;
}

.purpose-ai-notification-primary {
  background-color: rgba(1, 204, 220, 0.16);
  border: 1px solid rgba(6, 241, 226, 0.81);
  box-shadow: 0 0 2px #03fff5;
  color: #03d0ff;
}

.purpose-ai-thank-you {
  opacity: 0;
  transform: rotateX(-100deg);
  transform-origin: top;
}

body {
  position: relative;
}

.purpose-ai-popup-container {
  bottom: 0;
  max-width: 420px;
  overflow: hidden;
  position: fixed;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease-out;
  width: 100%;
}
.purpose-ai-popup-container.active {
  display: block;
  transform: translateY(0);
}
.purpose-ai-popup-container .purpose-ai-popup-close-button {
  background-color: hsl(214deg, 32%, 29%);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  padding: 6px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: auto;
}
.purpose-ai-popup-container .purpose-ai-popup-close-button .close-button-box {
  display: block;
  height: 12px;
  position: relative;
  width: 12px;
}
.purpose-ai-popup-container .purpose-ai-popup-close-button .close-button-inner {
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 12px;
}
.purpose-ai-popup-container .purpose-ai-popup-close-button .close-button-inner::before, .purpose-ai-popup-container .purpose-ai-popup-close-button .close-button-inner::after {
  background-color: #fff;
  border-radius: 3px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 12px;
}
.purpose-ai-popup-container .purpose-ai-popup-close-button .close-button-inner::before {
  top: 0;
}
.purpose-ai-popup-container .purpose-ai-popup-close-button .close-button-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.purpose-ai-popup {
  background-color: #fff;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
}

[class^=purpose-ai-360-results-section],
div.purpose-ai-constellation {
  overflow: hidden;
}

[class^=purpose-ai-360-results-section] > *,
div.purpose-ai-constellation > * {
  max-height: 100%;
  opacity: 1;
  transform: translateY(1);
  transition: transform 1s ease-out, opacity 0.75s ease-out;
  visibility: visible;
}

.purpose-ai-section-hide > * {
  max-height: 0;
  opacity: 0;
  transform: translateY(-100%);
  visibility: hidden;
}

/*# sourceMappingURL=frontend.css.map*/