/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/feedback-slideout-card.scss ***!
  \************************************************************************************************************************************************************************************************/
.idea--feedback--sticky-tag {
  position: fixed;
  top: 66.666667%;
  right: 0px;
  z-index: 50;
  transform-origin: right bottom;
  transform: rotate(-90deg) translateY(110%);
  transition-timing-function: linear(0, 0.007 1.3%, 0.027 2.6%, 0.111 5.7%, 0.22 8.6%, 0.589 17.4%, 0.783 23.1%, 0.855 25.8%, 0.914 28.6%, 0.962 31.5%, 0.998 34.5%, 1.036 40%, 1.048 46.6%, 1.004 74.8%, 1);
}
.idea--feedback--sticky-tag.active {
  transform: rotate(-90deg) translateY(2px);
}
.idea--feedback--icon {
  width: 24px;
  height: 24px;
}
.idea--feedback--large-icon {
  width: 70px;
  height: 70px;
  background-image: url(2b59c27dadc07ec194ab.svg);
  background-size: 32px auto;
}
.idea--feedback--modal {
  transition-duration: 1000ms;
  box-shadow: 0 401px 112px 0 rgba(0, 0, 0, 0), 0 257px 103px 0 rgba(0, 0, 0, 0.01), 0 144px 87px 0 rgba(0, 0, 0, 0.05), 0 64px 64px 0 rgba(0, 0, 0, 0.09), 0 16px 35px 0 rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: calc(100vw - 4rem);
  transition-property: transform;
  transition-timing-function: linear(0, 0.007 1.3%, 0.027 2.6%, 0.111 5.7%, 0.22 8.6%, 0.589 17.4%, 0.783 23.1%, 0.855 25.8%, 0.914 28.6%, 0.962 31.5%, 0.998 34.5%, 1.036 40%, 1.048 46.6%, 1.004 74.8%, 1);
  transform: translateX(125%);
}
.idea--feedback--modal.active {
  transform: translateX(0px);
}

/*# sourceMappingURL=feedback-slideout-card.css.map*/