:root {
  --text-color: white;
  --font-size: 26px;
  --button-color: #e6e6e6;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: none;
}
.wise-body {
  font-family: sans-serif;
}
.wise-container-fluid {
  width: 100%;
  height: 100%;
}
.wise-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wise-col,
.wise-col-1,
.wise-col-10,
.wise-col-11,
.wise-col-12,
.wise-col-2,
.wise-col-3,
.wise-col-4,
.wise-col-5,
.wise-col-6,
.wise-col-7,
.wise-col-8,
.wise-col-9,
.wise-col-auto,
.wise-col-lg,
.wise-col-lg-1,
.wise-col-lg-10,
.wise-col-lg-11,
.wise-col-lg-12,
.wise-col-lg-2,
.wise-col-lg-3,
.wise-col-lg-4,
.wise-col-lg-5,
.wise-col-lg-6,
.wise-col-lg-7,
.wise-col-lg-8,
.wise-col-lg-9,
.wise-col-lg-auto,
.wise-col-md,
.wise-col-md-1,
.wise-col-md-10,
.wise-col-md-11,
.wise-col-md-12,
.wise-col-md-2,
.wise-col-md-3,
.wise-col-md-4,
.wise-col-md-5,
.wise-col-md-6,
.wise-col-md-7,
.wise-col-md-8,
.wise-col-md-9,
.wise-col-md-auto,
.wise-col-sm,
.wise-col-sm-1,
.wise-col-sm-10,
.wise-col-sm-11,
.wise-col-sm-12,
.wise-col-sm-2,
.wise-col-sm-3,
.wise-col-sm-4,
.wise-col-sm-5,
.wise-col-sm-6,
.wise-col-sm-7,
.wise-col-sm-8,
.wise-col-sm-9,
.wise-col-sm-auto,
.wise-col-xl,
.wise-col-xl-1,
.wise-col-xl-10,
.wise-col-xl-11,
.wise-col-xl-12,
.wise-col-xl-2,
.wise-col-xl-3,
.wise-col-xl-4,
.wise-col-xl-5,
.wise-col-xl-6,
.wise-col-xl-7,
.wise-col-xl-8,
.wise-col-xl-9,
.wise-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.wise-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.wise-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.wise-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.wise-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.wise-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.wise-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.wise-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.wise-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.wise-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.wise-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.wise-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.wise-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.wise-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.wise-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.wise-offset-1 {
  margin-left: 8.333333%;
}
.wise-offset-2 {
  margin-left: 16.666667%;
}
.wise-offset-3 {
  margin-left: 25%;
}
.wise-offset-4 {
  margin-left: 33.333333%;
}
.wise-offset-5 {
  margin-left: 41.666667%;
}
.wise-offset-6 {
  margin-left: 50%;
}
.wise-offset-7 {
  margin-left: 58.333333%;
}
.wise-offset-8 {
  margin-left: 66.666667%;
}
.wise-offset-9 {
  margin-left: 75%;
}
.wise-offset-10 {
  margin-left: 83.333333%;
}
.wise-offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .wise-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .wise-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .wise-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .wise-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .wise-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wise-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .wise-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .wise-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wise-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .wise-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .wise-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wise-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .wise-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .wise-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .wise-offset-sm-0 {
    margin-left: 0;
  }
  .wise-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .wise-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .wise-offset-sm-3 {
    margin-left: 25%;
  }
  .wise-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .wise-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .wise-offset-sm-6 {
    margin-left: 50%;
  }
  .wise-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .wise-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .wise-offset-sm-9 {
    margin-left: 75%;
  }
  .wise-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .wise-offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .wise-col-md-10,
  .wise-offset-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .wise-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .wise-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .wise-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .wise-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .wise-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wise-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .wise-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .wise-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wise-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .wise-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .wise-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wise-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .wise-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .wise-offset-md-0 {
    margin-left: 0;
  }
  .wise-offset-md-1 {
    margin-left: 8.333333%;
  }
  .wise-offset-md-2 {
    margin-left: 16.666667%;
  }
  .wise-offset-md-3 {
    margin-left: 25%;
  }
  .wise-offset-md-4 {
    margin-left: 33.333333%;
  }
  .wise-offset-md-5 {
    margin-left: 41.666667%;
  }
  .wise-offset-md-6 {
    margin-left: 50%;
  }
  .wise-offset-md-7 {
    margin-left: 58.333333%;
  }
  .wise-offset-md-8 {
    margin-left: 66.666667%;
  }
  .wise-offset-md-9 {
    margin-left: 75%;
  }
  .wise-offset-md-10 {
    margin-left: 83.333333%;
  }
  .wise-offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .wise-col-lg-6,
  .wise-offset-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wise-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .wise-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .wise-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .wise-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .wise-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wise-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .wise-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .wise-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .wise-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .wise-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wise-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .wise-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .wise-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .wise-offset-lg-0 {
    margin-left: 0;
  }
  .wise-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .wise-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .wise-offset-lg-3 {
    margin-left: 25%;
  }
  .wise-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .wise-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .wise-offset-lg-6 {
    margin-left: 50%;
  }
  .wise-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .wise-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .wise-offset-lg-9 {
    margin-left: 75%;
  }
  .wise-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .wise-offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .wise-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .wise-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .wise-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .wise-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .wise-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wise-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .wise-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .wise-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wise-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .wise-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .wise-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wise-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .wise-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .wise-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .wise-offset-xl-0 {
    margin-left: 0;
  }
  .wise-offset-xl-1 {
    margin-left: 8.333333%;
  }
  .wise-offset-xl-2 {
    margin-left: 16.666667%;
  }
  .wise-offset-xl-3 {
    margin-left: 25%;
  }
  .wise-offset-xl-4 {
    margin-left: 33.333333%;
  }
  .wise-offset-xl-5 {
    margin-left: 41.666667%;
  }
  .wise-offset-xl-6 {
    margin-left: 50%;
  }
  .wise-offset-xl-7 {
    margin-left: 58.333333%;
  }
  .wise-offset-xl-8 {
    margin-left: 66.666667%;
  }
  .wise-offset-xl-9 {
    margin-left: 75%;
  }
  .wise-offset-xl-10 {
    margin-left: 83.333333%;
  }
  .wise-offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.wise-text-center {
  text-align: center !important;
}
.wise-camera {
  width: 95%;
  height: auto;
}
.wise-camera-masking {
  position: absolute;
  top: 0;
  left: 15px;
  display: none;
}
@media (max-width: 768px) {
  .wise-video-container > div,
  body {
    margin: 0;
    padding: 0;
  }
  body {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }
  .wise-desktop {
    display: none !important;
  }
  .wise-camera {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .wise-camera-masking-pos-fixed {
    top: auto !important;
  }
  .wise-camera-pos-fixed {
    height: 100%;
  }
  .wise-camera-masking-pos-fixed,
  .wise-camera-pos-fixed,
  .wise-overlay-button-pos-fixed,
  .wise-video-overlay-message-pos-fixed,
  .wise-video-overlay-rec-pos-fixed,
  .wise-video-overlay-rec-ready-pos-fixed {
    position: fixed !important;
  }
  .wise-preview > canvas {
    width: 100% !important;
  }
}
.wise-camera-mirror {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  left: 0;
}
.wise-title-1 {
  display: block;
  text-align: center;
  font-size: 26px;
  color: #203260;
}
.wise-padding-top-5 {
  padding-top: 5px;
}
.wise-padding-bottom-5 {
  padding-bottom: 5px;
}
.wise-padding-top-10 {
  padding-top: 10px;
}
.wise-padding-bottom-10 {
  padding-bottom: 10px;
}
.wise-button {
  cursor: pointer;
  display: inline-block;
  margin-right: 8px;
  padding: 8px 20px !important;
  border-width: 0;
  border-radius: 5px;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.8px;
  width: 200px;
}
.wise-button:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  pointer-events: none;
}
@media (max-width: 992px) {
  .wise-button {
    width: 40%;
    margin-bottom: 8px;
    text-align: center;
  }
}
.wise-button-grey-1 {
  background-color: #7a7a7a;
  color: #fff;
}
.wise-button-grey-1:hover {
  background-color: #6e6e6e;
}
.wise-button-red-1 {
  background-color: #c90000;
  color: #fff;
}
.wise-button-red-1:hover {
  background-color: #ab0000;
}
.wise-button-blue-1 {
  background-color: #a6a6a6;
  color: #fff;
}
.wise-button-blue-1:hover {
  background-color: #203260;
  border-color: #203260;
  color: #fff !important;
}
.wise-preview {
  padding: 0 15px 15px !important;
  text-align: center;
}
.wise-preview > canvas {
  height: auto;
}
.wise-preview-message {
  text-align: center;
  font-size: 20px;
  color: #203260;
  padding: 5px 15px 15px;
}
.wise-preview-button-cont {
  padding-bottom: 15px;
}
.myclass {
  background-color: #0b2e13;
}
@media (min-width: 769px) {
  .wise-mobile {
    display: none !important;
  }
  .wise-container-fluid {
    /* height: 200px; */
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .wise-video-container {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .wise-preview > canvas {
    max-width: 100%;
  }
}
.wise-video-overlay-title {
  display: block;
  text-align: center;
  font-size: var(--font-size) !important;
  color: var(--text-color);
}
.wise-video-overlay-message,
.wise-video-overlay-rec,
.wise-video-overlay-rec-ready {
  font-size: 20px;
  position: absolute;
  z-index: 99;
}
.wise-video-overlay-message {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  width: 96%;
  color: #f1f1f1;
  text-align: center;
}
.wise-video-overlay-rec {
  bottom: 15px;
  right: 70px;
  color: red;
  font-weight: 700;
}
.wise-video-overlay-rec-ready {
  bottom: 15px;
  right: 70px;
  color: #00e673;
  font-weight: 700;
}
.wise-red-font {
  color: #ff0808 !important;
}
.wise-green-font {
  color: #38ff47 !important;
}
.wise-video-rec-icon {
  height: 14px;
  width: 14px;
  background-color: #ff0808;
  border-radius: 50%;
  display: inline-block;
}
.wise-overlay-button {
  display: none;
  position: absolute;
  width: 96%;
  z-index: 99;
  text-align: center;
}
.wise-shuttle-button {
  display: inline-block;
  background-color: var(--button-color);
  border: 2px solid #595959;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.wise-video-close-btn,
.wise-video-close-btn:hover {
  color: #f1f1f1;
  cursor: hand;
  text-decoration: none;
}
.wise-video-close-btn {
  position: absolute;
  z-index: 99;
  top: 5px;
  right: 45px;
  font-size: 60px;
}
.wise-liveness-hold-still-animation {
  animation-name: wiseai-animation-pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes wiseai-animation-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.wise-error {
  color: red;
  font-size: 16px;
}
.wise-loading-wrapper {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: -70px;
  bottom: 0;
  right: 0;
}
.wise-loading-wrapper:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.wise-loading {
  display: flex;
  width: 200px;
}
.wise-loading div {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.3rem;
  background: #073a4f;
  border-radius: 50%;
  -webkit-animation: 0.7s infinite alternate wise-loading-bounce;
  animation: 0.7s infinite alternate wise-loading-bounce;
}
.wise-loading div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.wise-loading div:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes wise-loading-bounce {
  to {
    opacity: 0.5;
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0);
  }
}
@keyframes wise-loading-bounce {
  to {
    opacity: 0.5;
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0);
  }
}
