@font-face {
  font-family: Poppins;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm21llEA.ttf) format("truetype");
}

@font-face {
  font-family: Poppins;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf) format("truetype");
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrLPTedw.ttf) format("truetype");
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8V1s.ttf) format("truetype");
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJA.ttf) format("truetype");
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V1s.ttf) format("truetype");
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V1s.ttf) format("truetype");
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7V1s.ttf) format("truetype");
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5V1s.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPQw.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_7PqPQw.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_AP2PQw.ttf) format("truetype");
}

:root {
  --white: #ffffff;
  --dark-blue: #011536;
  --cyan: #38c6f3;
  --dark-grey: #353535;
  --grey: #cfcfd0;
  --light-grey: #f8f8f8;
  --other-grey: #9e9e9e;
  --red-error: #e64942;
  --primary: var(--cyan);
  --blue: var(--cyan);
}

.cyan {
  color: var(--cyan);
}

.dark-blue {
  color: var(--dark-blue);
}

.dark-grey {
  color: var(--dark-grey);
}

.grey {
  color: var(--grey);
}

.light-grey {
  color: var(--light-grey);
}

.white {
  color: var(--white);
}

.bg-cyan {
  background-color: var(--cyan);
}

.bg-dark-blue {
  background-color: var(--dark-blue);
}

.bg-dark-grey {
  background-color: var(--dark-grey);
}

.bg-grey {
  background-color: var(--grey);
}

.bg-light-grey {
  background-color: var(--light-grey);
}

.bg-white {
  background-color: var(--white);
}

html * {
  font-size: 1em;
  color: var(--dark-grey);
  font-family: Poppins, sans-serif;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

.badge-primary2 {
  color: #fff;
  background-color: var(--cyan) !important;
}

.demoCardButton {
  min-width: 95px;
  font-size: 0.8rem;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
}

.bg-info {
  background-color: --var(--cyan) !important;
}

span.size-10 {
  font-size: 10px;
  font-variation-settings: "OPSZ" 10;
}

span.size-16 {
  font-size: 16px;
  font-variation-settings: "OPSZ" 16;
}

span.size-18 {
  font-size: 18px;
  font-variation-settings: "OPSZ" 18;
}

span.size-20 {
  font-size: 20px;
  font-variation-settings: "OPSZ" 20;
}

span.size-24 {
  font-size: 24px;
  font-variation-settings: "OPSZ" 24;
}

span.size-32 {
  font-size: 32px;
  font-variation-settings: "OPSZ" 32;
}

span.size-40 {
  font-size: 40px;
  font-variation-settings: "OPSZ" 40;
}

span.size-48 {
  font-size: 48px;
  font-variation-settings: "OPSZ" 48;
}

.dark {
  background: #000;
  color: #fff;
  font-variation-settings: "GRAD" -25;
}

.dark-inactive {
  background: #000;
  color: rgba(255, 255, 255, 0.3);
  font-variation-settings: "GRAD" -25;
}

.footer {
  margin-top: 10px !important;
  background-color: var(--dark-blue);
  color: var(--white) !important;
  padding: 10px 0;
  margin-bottom: 0 !important;
}

.footer a {
  color: var(--light-grey) !important;
}

.header-logo {
  width: 200px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--dark-grey);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(206, 206, 206, 0.25);
}

span#Nickname-error {
  color: red;
}

svg .sd-loader {
  stroke-dashoffset: 664.92547607px;
  stroke-dasharray: 664.92547607px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .sd-loader {
  stroke-dashoffset: 0;
}

.messageItemLeft {
  border: 1px solid var(--dark-grey);
  background-color: var(--dark-grey);
  color: #eee !important;
  margin-right: 40px;
  padding: 10px;
}

.messageItemRight {
  border: 1px solid var(--grey);
  background-color: var(--grey);
  color: #111 !important;
  margin-left: 40px;
  text-align: right;
  padding: 10px;
}

.messageItemLeft .messageContent,
.messageItemRight .messageContent {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.messageInfo {
  font-size: 0.8rem;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 2% auto;
  box-shadow: inset 0 0 0 #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 30px #7ac142;
  }
}

#audioVisualContainer {
  width: 350px;
}

#subtitleContainer {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  z-index: 999 !important;
}

.subtitle {
  background-color: rgba(200, 200, 200, 0.3);
  backdrop-filter: blur(50px);
  margin: 5px auto;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  transition: all 0.3s;
  display: none;
  font-weight: 700;
}

.subtitle.presenter {
  color: #2184d5;
}

.subtitle.customer {
  color: #31a10b;
}

.form-control-sync {
  border: 1px solid red;
}

#stageForm label {
  font-family: SFProText;
  font-weight: 300;
  padding-top: 0.3rem;
  font-size: 1.2rem;
}

#stageForm input.formField,
input.addressLookupField,
input.addressManualField,
#stageForm select.formField {
  appearance: none;
  border: 1px solid;
  border-radius: 12px;
  box-sizing: border-box;
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  height: 3.8rem;
  margin-bottom: 0.42rem;
  text-align: start;
  width: 100%;
}

#stageForm input {
  background-color: #fffc;
  border-color: #86868b;
  color: #1d1d1f;
  text-overflow: ellipsis;
}

#stageForm button#submitFormBtn {
  --sk-button-color: #fff;
  --sk-button-color-hover: var(--sk-button-color);
  --sk-button-color-active: var(--sk-button-color-hover);
  --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.42);
  --sk-button-border-color: #0000;
  --sk-button-border-radius: 5px;
  --sk-button-margin-horizontal: 14px;
  --sk-button-margin-vertical: 14px;
  --sk-button-min-width-basis: 100%;
  --sk-button-padding-horizontal: 16px;
  --sk-button-padding-vertical: 14px;
  --sk-button-border-width: 1px;
  --sk-button-box-sizing: content-box;
  --sk-button-width: auto;
  --sk-button-display: inline-block;
  background: var(--sk-button-background);
  border-color: var(--sk-button-border-color);
  border-radius: var(--sk-button-border-radius);
  border-style: solid;
  border-width: var(--sk-button-border-width);
  box-sizing: var(--sk-button-box-sizing);
  color: var(--sk-button-color);
  cursor: pointer;
  display: var(--sk-button-display);
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.016em;
  line-height: 1.2857742857;
  min-width: calc(var(--sk-button-min-width-basis) - var(--sk-button-padding-horizontal) * 2);
  padding-block: calc(var(--sk-button-padding-vertical) - var(--sk-button-border-width));
  padding-inline: calc(var(--sk-button-padding-horizontal) - var(--sk-button-border-width));
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: var(--sk-button-width);
  --sk-button-background: #0071e3;
  --sk-button-background-hover: #0076df;
  --sk-button-background-active: #006edb;
}

select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1em;
  padding-right: 2.5rem;
}

select.form-control::-ms-expand {
  display: none;
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control-animated {
  height: 3rem;
  padding: 0.75rem;
}

.form-control-animated+.form-label {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  pointer-events: none;
  transition: 0.2s ease all;
  color: #6c757d;
}

.form-control-animated:focus+.form-label,
.form-control-animated:not(:placeholder-shown)+.form-label {
  transform: translateY(-1.5rem) scale(0.85);
  color: #1d1d1f;
  background: white;
  padding: 0 0.25rem;
}

.form-control-animated::placeholder {
  color: transparent;
}

.form-control-animated:focus::placeholder {
  color: #6c757d;
}

select.form-control option:hover,
select.form-control option:focus,
select.form-control option:active,
select.form-control option:checked {
  background-color: #f0f0f2 !important;
  background: #f0f0f2 !important;
}

@font-face {
  font-family: SFProText;
  src: url(../fonts/SFProText-Bold.woff2) format("woff2"),
    url(../fonts/SFProText-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SFProText;
  src: url(../fonts/SFProText-Light.woff2) format("woff2"),
    url(../fonts/SFProText-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SFProText;
  src: url(../fonts/SFProText-Medium.woff2) format("woff2"),
    url(../fonts/SFProText-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SFProText;
  src: url(../fonts/SFProText-Regular.woff2) format("woff2"),
    url(../fonts/SFProText-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SFProText;
  src: url(../fonts/SFProText-RegularItalic.woff2) format("woff2"),
    url(../fonts/SFProText-RegularItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: SFProText;
  src: url(../fonts/SFProText-Thin.woff2) format("woff2"),
    url(../fonts/SFProText-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SFProText;
  src: url(../fonts/SFProText-Ultralight.woff2) format("woff2"),
    url(../fonts/SFProText-Ultralight.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}