@import "./spectre.min.css";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap");

/* Font-sizes: 12px, 14px, 16px, 20px, 22px, 28px, 42px, 50px */

html {
  height: 100%;
  background: #f5f5ff;
}

strong,
.text-bold {
  font-weight: 500 !important;
}

small {
  font-size: 12px !important;
}

*:focus {
  box-shadow: 0 0 0 0.1rem rgba(1, 186, 239, 0.5) !important;
  z-index: 2 !important;
}

.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #008abf;
  border-color: #01baef;
}

.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(1, 186, 239, 0.5) !important;
}

.form-checkbox .form-icon,
.form-radio .form-icon {
  height: 15px;
  width: 15px;
}

.form-checkbox input:checked + .form-icon::before {
  content: "✓";
  text-align: center;
  font-family: system-ui;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  border: none;
  transform: scale(0.75);
  width: 100%;
  margin: 0;
  top: 0;
  color: #fff;
  left: 0;
}

.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  border-color: #01baef;
}

body {
  background: radial-gradient(#fff 25%, #f5f5ff 50%);
  background-position: 50% -256px;
  background-size: 150% 768px;
  background-repeat: no-repeat;
  font-family: "Rubik", sans-serif;
}

body > p {
  display: none !important;
}

a.text-error {
  color: #1b2331 !important;
}

.btn {
  transition: none !important;
  line-height: 1.3rem;
}

.btn.btn-sm {
  padding: 0 0.3rem;
  line-height: 27px;
}

.btn.btn-success {
  background: #01baef;
  border-color: #00aadf;
  color: #fff;
}

.btn.btn-success:focus,
.btn.btn-success:hover {
  background: #00aadf;
  border-color: #009acf;
}

.btn.btn-success.active,
.btn.btn-success:active {
  background: #009acf;
  border-color: #008abf;
}

.btn.btn-error {
  background: #0b4f6c;
  border-color: #003f5c;
  color: #fff;
}

.btn.btn-error:focus,
.btn.btn-error:hover {
  background: #003f5c;
  border-color: #002f4c;
}

.btn.btn-error.active,
.btn.btn-error:active {
  background: #002f4c;
  border-color: #001f3c;
}

.btn.btn-warning {
  background: #ffd700;
  border-color: #dfb700;
  color: #986600;
  box-shadow: #fff 0px 1px 0px;
}

.btn.btn-warning:focus,
.btn.btn-warning:hover {
  background: #efc700;
  border-color: #cfa700;
}

.btn.btn-warning.active,
.btn.btn-warning:active {
  background: #dfb700;
  border-color: #bf9700;
}

.btn.btn-dinosaur {
  background: #66758c;
  border-color: #56657c;
  color: rgba(255, 255, 255, 0.85);
  box-shadow: #fff 0px 1px 0px;
}

.btn.btn-dinosaur:focus,
.btn.btn-dinosaur:hover {
  background: #56657c;
  border-color: #46556c;
}

.btn.btn-dinosaur.active,
.btn.btn-dinosaur:active {
  background: #46556c;
  border-color: #36455c;
}

.btn.btn-close {
  background: #3b4351;
  border-color: #2b3341;
  color: #fff;
}

.btn.btn-close:focus,
.btn.btn-close:hover {
  background: #2b3341;
  border-color: #1b2331;
}

.btn.btn-close.active,
.btn.btn-close:active {
  background: #1b2331;
  border-color: #0b1321;
}

.footer-text > * {
  position: relative;
}

.footer-text > a {
  text-decoration: underline;
}

.form-horizontal .form-group {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.pro-pattern {
  background-color: #0b4f6c !important;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(1, 186, 239, 0) 0px,
    rgba(1, 186, 239, 0) 2px,
    rgba(1, 186, 239, 0.125) 2px,
    rgba(1, 186, 239, 0.125) 6px
  ) !important;
}

.popover .popover-container {
  padding: 0;
  top: auto;
  left: 0 !important;
  transition: none;
  width: 100%;
}

.popover :focus + .popover-container,
.popover:hover .popover-container {
  display: flex !important;
  transform: translate(0%, -100%) scale(1);
}

.pulse-1 {
  -webkit-animation: pulsate 1s 0.5s 1;
  animation: pulsate 1s 0.5s 1;
}

.pulse-2 {
  -webkit-animation: pulsate 1s 1s 1;
  animation: pulsate 1s 1s 1;
}

.pulse-3 {
  -webkit-animation: pulsate 1s 1.5s 1;
  animation: pulsate 1s 1.5s 1;
}

@-webkit-keyframes pulsate {
  0% {
    box-shadow: inset rgb(184, 134, 11, 0) 0px 31px 0;
  }
  50% {
    box-shadow: inset rgb(184, 134, 11, 1) 0px 31px 0;
  }
  100% {
    box-shadow: inset rgb(184, 134, 11, 0) 0px 31px 0;
  }
}

@keyframes pulsate {
  0% {
    box-shadow: inset rgb(184, 134, 11, 0) 0px 31px 0;
  }
  50% {
    box-shadow: inset rgb(184, 134, 11, 1) 0px 31px 0;
  }
  100% {
    box-shadow: inset rgb(184, 134, 11, 0) 0px 31px 0;
  }
}

.stab-header {
  z-index: 2;
  top: 0;
  display: block;
  height: 65px;
}

.stab-logo {
  top: 0px;
  left: 0px;
  height: 52px;
  transform-origin: top left;
  overflow: hidden;
  filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 6px #fff)
    drop-shadow(0 0 9px #fff);
  transform: scale(1.25);
}

.stab-logo svg {
  height: 20px;
  width: 159.5px;
  margin-left: 9px;
  margin-top: 16px;
}

.stab-menu {
  height: 49px;
}

.stab-menu .btn img {
  vertical-align: sub;
  width: 22px;
}

.stab-dropdown {
  width: 300px;
  box-shadow: rgba(59, 67, 81, 0.25) 4px 4px 16px,
    rgba(59, 67, 81, 0.1) 0px 8px 48px;
  font-size: 14px;
  animation: none !important;
}

.stab-user {
  color: #66758c;
  font-size: 16px;
  line-height: 2em;
  display: flex;
}

.stab-user img {
  transform-origin: left;
}

.stab-user span {
  text-overflow: ellipsis;
  overflow: hidden;
}

.stab-veil {
  position: fixed;
  z-index: 99;
  background: rgba(27, 35, 49, 0.5);
  height: 100%;
  width: 100%;
  display: none;
  top: 0px;
  left: 0px;
}

.stab-render {
  display: none;
  height: 100%;
  text-align: center;
}

.stab-full {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
}

.stab-small {
  position: fixed;
  top: 0;
  right: -10000px;
}

.stab-footer {
  bottom: 0;
  display: inline-block;
  text-align: justify;
  left: 0px;
  line-height: 1.25em;
  color: rgba(102, 117, 140, 0.5);
  padding: 8px;
  font-weight: 400;
}

.stab-footer pre {
  display: inline;
}

.stab-footer a {
  color: rgba(102, 117, 140, 0.5);
}

.stab-body {
  top: 52px;
  text-align: center;
  margin: 16px;
  margin-top: 0px;
  width: calc(100% - 32px);
}

.stab-top {
  margin: 0 auto;
  line-height: 1.25em;
  padding-top: 96px;
  padding-bottom: 16px;
  color: rgba(102, 117, 140, 0.5);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}

.stab-big {
  display: inline-block;
  cursor: pointer;
  box-shadow: rgba(0, 93, 120, 25%) 4px 4px 16px,
    rgba(0, 93, 120, 12.5%) 0px 8px 48px, rgba(1, 186, 239, 50%) 0px 0px 180px;
  height: 64px;
  line-height: 64px;
  border-radius: 4px;
  text-decoration: none;
  background: linear-gradient(#01baef, #009acf);
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.stab-big:hover,
.stab-big:focus {
  background: linear-gradient(#11caff, #00aadf);
  text-decoration: none;
  color: #fff;
}

.stab-big img {
  vertical-align: text-bottom;
  transform: scale(1, 1) rotate(-90deg);
}

.stab-copy {
  margin: 48px auto 0;
  max-width: 800px;
  text-align: left;
  color: #66758c;
  font-size: 22px;
  line-height: 1.33em;
}

.stab-copy p:nth-of-type(1) {
  padding-top: 16px;
  font-weight: 500;
}

.stab-copy p:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.5em;
  padding-left: 16px;
  border-left: solid 2px rgba(102, 117, 140, 0.25);
}

.stab-copy p:nth-of-type(3) {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  opacity: 0.5;
}

.stab-copy p:nth-of-type(3) a {
  display: inline-block;
  padding: 8px;
}

.stab-loop {
  width: 312px;
  height: 312px;
  background-image: url(/editor/resources/demo.gif);
  background-size: 320px 320px;
  background-position-y: -4px;
  background-position-x: -4px;
  border-radius: 0.1rem;
  border: solid 1px #fff;
  float: right;
  box-sizing: content-box;
  background-repeat: no-repeat;
  margin-left: 24px;
}

.stab-blurbs {
  width: 100%;
  max-width: 800px;
  opacity: 0.85;
  mix-blend-mode: darken;
  margin: 16px auto 0;
}

.stab-card {
  background-color: #fff;
  position: relative;
  background-repeat: no-repeat;
  box-shadow: rgb(59 67 81 / 13%) 0px 4px 8px, rgb(59 67 81 / 5%) 0px 8px 24px;
  background-size: 400px;
  padding: 24px;
}

.stab-close {
  float: right;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  font-family: auto;
  font-size: 20px;
  cursor: pointer;
  margin-left: -32px;
  border: solid #fff 1px;
  top: -36px;
  right: -36px;
}

.stab-saved {
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  color: #20bf55;
}

.stab-upgrade {
  text-align: center;
  color: #66758c;
  margin-bottom: 20px;
}

.stab-pitch {
  display: block;
  text-align: left;
  color: #66758c;
  margin-top: 6px;
}

.stab-exit {
  height: 44px;
  opacity: 0.5;
  font-size: 22px;
  margin: auto 1px;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  line-height: 34px;
  border-radius: 4px;
}

.stab-form {
  position: absolute;
  padding: 8px;
  width: 100%;
}

.stab-control {
  display: inline-flex;
  margin-bottom: 2px;
}

.stab-tip {
  color: gold;
  pointer-events: none;
  background: #1b2331;
  position: relative;
  display: inline-block;
  font-weight: 500;
  height: 31px;
  line-height: 31px;
  padding-left: 0.8em;
  padding-right: 0.6em;
  border-radius: 15.5px 0 0 15.5px;
  z-index: 2;
}

.stab-hilt {
  background: #1b2331;
  position: relative;
  display: inline-block;
  height: 31px;
  line-height: 31px;
  padding-left: 0.5em;
  padding-right: 0.75em;
  border-radius: 0 15.5px 15.5px 0;
  z-index: 2;
  color: #e5e5f9;
}

.stab-axis {
  padding: 0 0 0 1rem;
  font-weight: 500;
  min-height: 16px;
  font-size: 20px !important;
  line-height: 12px;
  vertical-align: top;
  top: 8px;
  margin-right: 2px !important;
}

.stab-save {
  height: 44px;
  font-weight: 500;
  line-height: 20px;
  margin: auto 1px;
}

.stab-save small {
  display: block;
  line-height: 12px;
  font-size: 12px;
  font-family: monospace;
}

h1 {
  line-height: 1.25em;
  margin-top: 0px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 700;
  color: #1b2331;
  font-size: 50px;
}

h1 img {
  vertical-align: sub;
  position: relative;
  top: 1px;
  height: 50px;
}

h6 {
  font-weight: 400;
  line-height: 320px;
  opacity: 1;
}

h6:not(.finished) {
  -webkit-animation: load 1s infinite ease-in-out;
  animation: load 1s infinite ease-in-out;
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes load {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.legalmonster-cleanslate.lm-base-root.lm-modal-root {
  bottom: 64px !important;
}

@media (max-width: 840px) {
  .stab-logo {
    transform: scale(1);
  }

  .stab-header {
    height: 52px;
  }

  .stab-menu {
    height: 35px;
  }

  .stab-menu .btn img {
    width: 16px;
  }

  .stab-top {
    font-size: 16px;
  }

  .stab-loop {
    margin: 0 auto;
    float: none;
    margin-bottom: 16px;
    max-width: 100%;
    background-position-x: center;
  }

  .stab-card {
    background-size: 288px;
    padding: 12px;
  }

  .stab-close {
    top: -24px;
    right: -24px;
  }

  .stab-saved {
    line-height: 1.25em;
  }

  .stab-upgrade {
    margin-bottom: 16px;
  }

  .stab-control {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
  }

  .stab-tip {
    display: block;
    margin-bottom: 2px;
    border-radius: 15.5px;
    width: fit-content;
    padding-left: 0.75em;
    padding-right: 0.75em;
  }

  .stab-hilt {
    display: block;
    margin-bottom: 2px;
    border-radius: 15.5px;
    padding-left: 0.75em;
    width: fit-content;
  }

  .stab-render {
    text-align: left;
  }

  h1 {
    font-size: 42px;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1em;
  }

  h1 img {
    height: 42px;
  }
}

.lm-base-root {
  bottom: 64px !important;
}
