.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1s; }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada:not([disabled]) {
  -webkit-animation-name: tada;
  animation-name: tada; }

.spelll-instance {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15), 0 0 0 0.5px rgba(0, 0, 0, 0.2);
  height: 309px;
  width: 400px;
  font-size: 16px;
  color: #000;
  user-select: none; }

.spelll-header {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom: 1px solid #e5e5e5;
  height: 41px;
  padding-left: 8px;
  padding-right: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  font-size: 12px; }

.spelll-body {
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative; }

.spelll-body.no-typos {
  align-items: center;
  justify-content: center; }

.highlight-typo {
  font-weight: 500; }

.button {
  padding: 10px 30px;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer; }

button[disabled] {
  cursor: not-allowed;
  border: 1px solid; }

.button[disabled]:hover {
  cursor: not-allowed; }

.suggested-word {
  margin-top: 0.5rem;
  display: block; }

.suggested-word:not([disabled]) {
  border: 1px solid #15c39a;
  color: #15c39a; }

.suggested-word:hover:not([disabled]) {
  background: #15c39a;
  color: #fff; }

.actions {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex; }

.ignore {
  margin-right: 0.5rem; }

.ignore:not([disabled]) {
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8); }

.ignore:hover:not([disabled]) {
  border: 1px solid #18a0fb; }

.accept:not([disabled]) {
  color: #fff;
  background-color: #18a0fb; }

.accept:hover:not([disabled]) {
  background-color: #0c96f3; }

.occurence-count {
  position: absolute;
  right: 1rem;
  top: 3rem;
  color: red; }

.fly-out {
  display: flex;
  flex-direction: column;
  max-width: 160;
  position: absolute;
  bottom: 3.5rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  width: 200px;
  padding-left: 5px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
  padding: 8px; }

.fly-out button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  display: flex;
  padding: 8px 0px;
  padding-left: 8px; }

.fly-out button[disabled] {
  cursor: not-allowed; }

.fly-out button:hover:not([disabled]) {
  background: #e5e5e5; }

.show-more-actions {
  border: none;
  background: transparent;
  font-size: 18px;
  transform: rotate(90deg);
  display: flex;
  justify-content: center;
  position: relative;
  left: 2px;
  display: none; }

.acceptAll-state .show-more-actions {
  display: block; }

@media all and (max-width: 800px) {
  .spelll-instance {
    display: none; } }

.pricing-item ul {
  padding: 0;
  margin: 0.5rem 0rem; }

.pricing-item li {
  margin: 0.5rem 0rem;
  font-size: 16px; }

.pricing-item {
  margin-right: 16px;
  font-size: 16px;
  border-radius: 0.625rem;
  padding: 36px;
  padding-bottom: 0;
  overflow: hidden;
  flex-basis: 330px;
  margin-bottom: 1rem;
  background: #fff;
  color: #0b0b0b;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.pricing-item.free {
  justify-content: space-between; }

.pricing-item .plan-name {
  margin-bottom: 0.5rem; }

.pricing-item .subtitle {
  font-size: 15px;
  height: 19px; }

.price-amount {
  font-size: 36px;
  font-weight: 600; }

.plan-name {
  font-size: 1rem; }

.monthly-plan .subtitle {
  color: rgba(255, 255, 255, 0.75); }

.price-amount {
  height: 44px; }

.quantity {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.quantity input {
  flex-basis: 100%;
  margin-top: 8px; }

.buy {
  margin-top: 16px;
  display: flex;
  flex-direction: column; }

.buy-form {
  margin: 0 -48px;
  padding: 24px;
  background: #efefef; }

.email {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  padding: 16px;
  background-color: #fff;
  color: #000;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 16px; }

.buy-button {
  color: #fff;
  background-color: #4f27fa;
  border-radius: 0.1875rem;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 0px;
  margin-top: 16px;
  cursor: pointer;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.1s ease-in-out;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center; }

.free .buy-button {
  border: 1px solid #0b0b0b;
  background: #fff;
  color: #0b0b0b; }

.free .api-message.true {
  color: green;
  margin-top: 0.5rem;
  font-size: 0.75rem; }

.buy-button:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
  padding: 16px 0px; }

.free .loader:before {
  background: #000 !important; }

.free .loader:after {
  background: #fff !important; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.privacy-container {
  background-color: #4f27fa;
  display: flex;
  padding: 2rem;
  justify-content: center;
  align-items: center; }
  .privacy-container .inner-container {
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 60px 80px 0 rgba(0, 0, 0, 0.05);
    padding: 2rem;
    text-align: left;
    margin-top: 6rem; }
    .privacy-container .inner-container h1 {
      font-size: 1.5rem; }
  @media all and (min-width: 600px) {
    .privacy-container .inner-container {
      margin-top: 2rem; }
      .privacy-container .inner-container h1 {
        font-size: 2.5rem; } }

.success-container {
  background-color: #4f27fa;
  height: 100vh;
  display: flex;
  padding: 2rem;
  justify-content: center;
  align-items: center; }
  .success-container .inner-container {
    background: #fff;
    width: 620px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 60px 80px 0 rgba(0, 0, 0, 0.05);
    padding: 2rem;
    text-align: center;
    margin-top: 6rem; }
    .success-container .inner-container h1 {
      font-size: 1.5rem; }
  .success-container .rocket {
    height: 100px;
    max-width: 100%;
    margin-bottom: 2rem; }
  .success-container .instructions p {
    margin-bottom: 3rem; }
  @media all and (min-width: 600px) {
    .success-container .inner-container {
      margin-top: 2rem; }
      .success-container .inner-container h1 {
        font-size: 2.5rem; }
    .success-container .rocket {
      height: 200px; } }

