/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[8].rules[1].use[0]!./src/styles/style.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
* {
  vertical-align: top;
}
html * {
  vertical-align: top;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0px none transparent;
  font-size: 100%;
  font-weight: inherit;
  font-feature-settings: inherit;
  font-variant: inherit;
  font-style: inherit;
  font-family: inherit;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
a,
img,
label,
span {
  display: inline-block;
}
a,
a:visited,
a:focus,
a:active,
a:hover,
canvas,
input,
textarea {
  outline: 0px none transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
br {
  display: block;
  height: 0px;
  line-height: 0px;
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  vertical-align: baseline;
}
@keyframes tick-box-bounce {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes ani-fn-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
app-root {
  display: block;
  min-height: 100vh;
}
app-header,
app-footer {
  display: block;
}
page-check-email,
page-reset-password,
page-sign-in {
  display: block;
  min-height: 100vh;
}
ui-toggle-box {
  display: inline-block;
}
html {
  background: #fdfeff;
  color: #535f6b;
  letter-spacing: -0.5px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  background: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.action-link {
  color: #007EFA;
  cursor: pointer;
}
.clickable {
  cursor: pointer;
  transition: transform 0.1s cubic-bezier(0.36, 0, 0.66, -0.56);
}
.clickable:active {
  transform: scale(0.8);
}
.aspect-ratio {
  box-sizing: content-box;
  display: inline-block;
  padding: 0px 0px 100% 0px;
  position: relative;
  z-index: 1;
}
.clear {
  clear: both;
}
.clear-fix::after {
  clear: both;
  content: "";
  display: table;
}
.full-width {
  width: 100%;
}
.none {
  display: none !important;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.left-nav-with-frames {
  box-sizing: content-box;
  display: block;
  margin: 0 0px 0px 0px;
  position: relative;
  z-index: 1;
}
.left-nav-with-frames nav-vertical {
  float: left;
}
.left-nav-with-frames .nav-frames {
  display: block;
  position: relative;
  text-align: left;
  z-index: 1;
}
.button {
  border-radius: 3px 3px 3px 3px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  outline: 0px none transparent;
  padding: 0px 20px 0px 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.button.orange {
  color: #FFFFFF;
}
.button.orange:active,
.button.orange:focus,
.button.orange:link,
.button.orange:visited {
  color: #FFFFFF;
  outline: none;
  text-decoration: none;
}
.ui-button {
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin: 0px 0px 0px 0px;
  outline: 0px none transparent;
  padding: 0px 0px 0px 0px;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.ui-button a {
  color: inherit;
  height: 100%;
  outline: 0px none transparent;
  text-decoration: none;
  width: 100%;
}
.ui-button.primary.disabled {
  cursor: default;
  pointer-events: none;
}
.ui-button.circle {
  border-radius: 50% 50% 50% 50%;
}
.ui-button.round {
  border-radius: 5000px 5000px 5000px 5000px;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="time"],
input[type="tel"],
input[type="number"],
.input {
  border: 1px solid #ccd2da;
  border-radius: 3px;
  box-sizing: border-box;
  color: #535f6b;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  padding: 0px 15px;
  transition: border 0.3s ease-in-out;
  width: 100%;
  -moz-appearance: textfield;
}
input[type="text"]::-webkit-outer-spin-button,
input[type="password"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="tel"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-outer-spin-button,
.input::-webkit-outer-spin-button,
input[type="text"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-inner-spin-button,
.input::-webkit-inner-spin-button {
  margin: 0;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
.input:focus {
  border-color: #525f6b;
}
input[type="text"][readonly],
input[type="password"][readonly],
input[type="date"][readonly],
input[type="time"][readonly],
input[type="tel"][readonly],
input[type="number"][readonly],
.input[readonly],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="time"][disabled],
input[type="tel"][disabled],
input[type="number"][disabled],
.input[disabled] {
  color: #ccd2da;
}
input[type="text"].error,
input[type="password"].error,
input[type="date"].error,
input[type="time"].error,
input[type="tel"].error,
input[type="number"].error,
.input.error,
input[type="text"].ng-invalid.ng-touched,
input[type="password"].ng-invalid.ng-touched,
input[type="date"].ng-invalid.ng-touched,
input[type="time"].ng-invalid.ng-touched,
input[type="tel"].ng-invalid.ng-touched,
input[type="number"].ng-invalid.ng-touched,
.input.ng-invalid.ng-touched {
  border-color: #FF8080;
  box-shadow: 0 0 5px #fbc4c0;
}
.body-heading {
  height: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
  padding: 0 0 0 12px;
}
.body-heading .far,
.body-heading .fas {
  height: 30px;
  line-height: 30px;
  padding-right: 15px;
  text-align: center;
  width: 30px;
}
.body-heading nav-horizontal {
  float: right;
}
.body-subheading {
  color: #a7b1bf;
  font-size: 14px;
  font-weight: 300;
  height: 0;
  line-height: 18px;
  margin-top: -18px;
  position: absolute;
  text-transform: uppercase;
}
#modal-view {
  background: none no-repeat scroll 0px 0px / cover transparent !important;
  display: block !important;
  height: 0px !important;
  overflow: visible !important;
  position: static !important;
  width: 0px !important;
}
#modal {
  background: rgba(51, 51, 51, 0.6);
  bottom: 0px;
  display: block;
  height: 100vh;
  left: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: fixed;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 100vw;
  z-index: 100;
}
#modal .modal-body {
  background: none no-repeat scroll 0px 0px / cover #FFFFFF;
  display: block;
  position: absolute;
  z-index: 101;
}
@media (min-width: 768px) {
  #modal .modal-body {
    margin: 25px auto 25px auto;
    max-height: calc(100vh - 50px);
    overflow: auto;
  }
}
@media (max-width: 767px) {
  #modal .modal-body {
    margin: 20px 20px 20px 20px;
    max-height: calc(100vh - 40px);
    overflow: auto;
    width: calc(100% - 40px);
  }
}
#modal .modal-body .content-wrapper {
  box-sizing: border-box;
  padding: 50px 50px 50px 50px;
  width: 100%;
}
#modal .modal-body .close-modal {
  color: #000000;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 9px;
  top: 9px;
  width: 32px;
}
#modal .modal-body .close-modal::before,
#modal .modal-body .close-modal::after {
  content: "";
  display: inline-block;
  left: 0px;
  position: absolute;
  top: 0px;
}
#modal .modal-body .close-modal img {
  height: 22px;
  padding: 5px 5px 5px 5px;
  width: 22px;
}
@media (min-width: 768px) {
  #modal .modal-body .content-wrapper .actions .mobile-wrapper:nth-child(1) {
    padding: 0px 20px 0px 0px;
  }
}
body.modal {
  overflow: hidden;
}
body.modal #modal {
  position: fixed;
}
html,
body {
  color: #252525;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.qrcode canvas {
  aspect-ratio: 1;
  height: auto !important;
  max-width: 100%;
}


/*# sourceMappingURL=styles.css.map*/