/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: "Roboto", ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

#fitbase-code-form hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}
#fitbase-code-form abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
#fitbase-code-form h1,
#fitbase-code-form h2,
#fitbase-code-form h3,
#fitbase-code-form h4,
#fitbase-code-form h5,
#fitbase-code-form h6 {
  font-size: inherit;
  font-weight: inherit;
}
#fitbase-code-form a {
  color: inherit;
  text-decoration: inherit;
}
#fitbase-code-form b,
#fitbase-code-form strong {
  font-weight: bolder;
}
#fitbase-code-form code,
#fitbase-code-form kbd,
#fitbase-code-form samp,
#fitbase-code-form pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
#fitbase-code-form small {
  font-size: 80%;
}
#fitbase-code-form sub,
#fitbase-code-form sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#fitbase-code-form sub {
  bottom: -0.25em;
}
#fitbase-code-form sup {
  top: -0.5em;
}
#fitbase-code-form table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}
#fitbase-code-form button,
#fitbase-code-form input,
#fitbase-code-form optgroup,
#fitbase-code-form select,
#fitbase-code-form textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}
#fitbase-code-form button,
#fitbase-code-form select {
  text-transform: none;
}
#fitbase-code-form button,
#fitbase-code-form [type="button"],
#fitbase-code-form [type="reset"],
#fitbase-code-form [type="submit"] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}
#fitbase-code-form :-moz-focusring {
  outline: auto;
}
#fitbase-code-form :-moz-ui-invalid {
  box-shadow: none;
}
#fitbase-code-form progress {
  vertical-align: baseline;
}
#fitbase-code-form ::-webkit-inner-spin-button,
#fitbase-code-form ::-webkit-outer-spin-button {
  height: auto;
}
#fitbase-code-form [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
#fitbase-code-form ::-webkit-search-decoration {
  -webkit-appearance: none;
}
#fitbase-code-form ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
#fitbase-code-form summary {
  display: list-item;
}
#fitbase-code-form blockquote,
#fitbase-code-form dl,
#fitbase-code-form dd,
#fitbase-code-form h1,
#fitbase-code-form h2,
#fitbase-code-form h3,
#fitbase-code-form h4,
#fitbase-code-form h5,
#fitbase-code-form h6,
#fitbase-code-form hr,
#fitbase-code-form figure,
#fitbase-code-form p,
#fitbase-code-form pre {
  margin: 0;
}
#fitbase-code-form fieldset {
  margin: 0;
  padding: 0;
}
#fitbase-code-form legend {
  padding: 0;
}
#fitbase-code-form ol,
#fitbase-code-form ul,
#fitbase-code-form menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#fitbase-code-form textarea {
  resize: vertical;
}
#fitbase-code-form input::-moz-placeholder,
#fitbase-code-form textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}
#fitbase-code-form input::-moz-placeholder,
#fitbase-code-form textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}
#fitbase-code-form input::placeholder,
#fitbase-code-form textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}
#fitbase-code-form button,
#fitbase-code-form [role="button"] {
  cursor: pointer;
}
#fitbase-code-form :disabled {
  cursor: default;
}
#fitbase-code-form img,
#fitbase-code-form svg,
#fitbase-code-form video,
#fitbase-code-form canvas,
#fitbase-code-form audio,
#fitbase-code-form iframe,
#fitbase-code-form embed,
#fitbase-code-form object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}
#fitbase-code-form img,
#fitbase-code-form video {
  max-width: 100%;
  height: auto;
}
#fitbase-code-form [hidden] {
  display: none;
}
#fitbase-code-form *,
#fitbase-code-form ::before,
#fitbase-code-form ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
#fitbase-code-form ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
#fitbase-code-form .pointer-events-none {
  pointer-events: none;
}
#fitbase-code-form .invisible {
  visibility: hidden;
}
#fitbase-code-form .absolute {
  position: absolute;
}
#fitbase-code-form .relative {
  position: relative;
}
#fitbase-code-form .left-3 {
  left: 0.75rem;
}
#fitbase-code-form .right-4 {
  right: 1rem;
}
#fitbase-code-form .top-1\/2 {
  top: 50%;
}
#fitbase-code-form.m-4 {
  margin: 1rem;
}
#fitbase-code-form .mt-1 {
  margin-top: 0.25rem;
}
#fitbase-code-form .mt-2 {
  margin-top: 0.5rem;
}
#fitbase-code-form .mt-4 {
  margin-top: 1rem;
}
#fitbase-code-form .block {
  display: block;
}
.flex {
  display: flex;
}
#fitbase-code-form.grid {
  display: grid;
}
#fitbase-code-form .h-5 {
  height: 1.25rem;
}
.cst-content .min-h-screen {
  min-height: 100vh;
}
#fitbase-code-form .w-5 {
  width: 1.25rem;
}
.w-full {
  width: 100%;
}
#fitbase-code-form.max-w-\[35rem\] {
  width: 100%;
}
#fitbase-code-form .max-w-\[90\%\] {
  max-width: 90%;
}
#fitbase-code-form .origin-\[0_0\] {
  transform-origin: 0 0;
}
#fitbase-code-form .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#fitbase-code-form .-translate-y-\[1\.8rem\] {
  --tw-translate-y: -2.7rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#fitbase-code-form .scale-\[0\.85\] {
  --tw-scale-x: 0.85;
  --tw-scale-y: 0.85;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#fitbase-code-form .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#fitbase-code-form .cursor-pointer {
  cursor: pointer;
}
.items-center {
  align-items: center;
}
#fitbase-code-form .justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
#fitbase-code-form.gap-5 {
  gap: 1.25rem;
}
#fitbase-code-form .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#fitbase-code-form .rounded {
  border-radius: 0.25rem;
}
#fitbase-code-form .rounded-3xl {
  border-radius: 1.5rem;
}
#fitbase-code-form .rounded-full {
  border-radius: 9999px;
}
#fitbase-code-form .rounded-lg {
  border-radius: 0.5rem;
}
#fitbase-code-form.rounded-xl {
  border-radius: 0.75rem;
}
#fitbase-code-form .border {
  border-width: 1px;
}
#fitbase-code-form .border-\[\#6B7986\] {
  --tw-border-opacity: 1;
  border-color: rgb(107 121 134 / var(--tw-border-opacity));
}
#fitbase-code-form .bg-\[\#003BB3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 59 179 / var(--tw-bg-opacity));
}
#fitbase-code-form .bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
#fitbase-code-form .bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#fitbase-code-form.p-6 {
  padding: 1.5rem;
}
#fitbase-code-form .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
#fitbase-code-input.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#fitbase-code-input.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#fitbase-code-submit {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#fitbase-code-form .text-center {
  text-align: center;
}
#fitbase-code-form .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
#fitbase-code-form .text-\[0\.9rem\] {
  font-size: 0.9rem;
}
#fitbase-code-form .font-black {
  font-weight: 900;
}
#fitbase-code-form .font-medium {
  font-weight: 500;
}
#fitbase-code-form .uppercase {
  text-transform: uppercase;
}
#fitbase-code-form .leading-\[1\.6\] {
  line-height: 1.6;
}
#fitbase-code-form .leading-\[1\] {
  line-height: 1;
}
#fitbase-code-form .text-\[\#6B7986\] {
  --tw-text-opacity: 1;
  color: rgb(107 121 134 / var(--tw-text-opacity));
}
#fitbase-code-form .text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
#fitbase-code-form .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#fitbase-code-form .opacity-0 {
  opacity: 0;
}
#fitbase-code-form .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#fitbase-code-form .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#fitbase-code-form .duration-200 {
  transition-duration: 200ms;
}
#fitbase-code-form .duration-75 {
  transition-duration: 75ms;
}
#fitbase-code-form .ease-linear {
  transition-timing-function: linear;
}
#fitbase-code-form .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@font-face {
  font-family: "Spring Nut";
  src: url("../fonts/SpringNutmegBlack.otf") format("opentype");
}
#fitbase-code-form .cst-content {
  font-family: "Roboto";
}

#fitbase-code-form .cst-visible {
  visibility: visible !important;
}
#fitbase-code-form .cst-content h2 {
  font-family: "Spring Nut";
  font-weight: 900;
}
#fitbase-code-form .error {
  color: #e50051 !important;
  opacity: 1;
}
#fitbase-code-form .cst-input-border {
  border: 1px solid #e50051;
}
#fitbase-code-form .cst-input-label {
  z-index: 100;
  color: #e50051 !important;
}
#fitbase-code-form .peer:focus ~ .peer-focus\:-translate-y-\[1\.8rem\] {
  --tw-translate-y: -2.7rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#fitbase-code-form .peer:focus ~ .peer-focus\:scale-\[0\.85\] {
  --tw-scale-x: 0.85;
  --tw-scale-y: 0.85;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (prefers-reduced-motion: reduce) {
  #fitbase-code-form .motion-reduce\:transition-none {
    transition-property: none;
  }
}
@media (min-width: 640px) {
  #fitbase-code-form .sm\:mt-5 {
    margin-top: 1.25rem;
  }
  #fitbase-code-form.sm\:p-8 {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  #fitbase-code-form .md\:mt-6 {
    margin-top: 1.5rem;
  }
  #fitbase-code-form.md\:p-10 {
    padding: 2.5rem;
  }
}
#fitbase-code-form
  .\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not(
    [data-te-input-placeholder-active]
  )::-moz-placeholder {
  opacity: 0;
}
#fitbase-code-form
  .\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not(
    [data-te-input-placeholder-active]
  )::placeholder {
  opacity: 0;
} /*# sourceMappingURL=style.css.map */

/* extended */

#cst-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cst-result {
  display: flex !important;
  justify-content: flex-start !important;
  text-align: center !important;
}

.cst-label {
  z-index: 99;
  overflow: visible;
  padding: 0.4rem 0.3rem;
}