/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/theme/variables.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** Ionic CSS Variables **/
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/global.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * App Global CSS
 * ----------------------------------------------------------------------------
 * Put style rules here that you want to apply globally. These styles are for
 * the entire app and not just one component. Additionally, this file can be
 * used as an entry point to import other CSS/Sass files to be included in the
 * output CSS.
 * For more information on global stylesheets, visit the documentation:
 * https://ionicframework.com/docs/layout/global-stylesheets
 */
/* Core CSS required for Ionic components to work properly */
/* Basic CSS for apps built with Ionic */
/* Optional CSS utils that can be commented out */
.app-loading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.app-loading .spinner {
  height: 200px;
  width: 200px;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.app-loading .spinner .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #ddd;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.app-loading .logo {
  width: 100px;
  height: 100px;
}
.app-loading .logo.mji {
  background: url('mini-logo-dim.9023c2f5d98018cf.png') center center no-repeat;
  background-size: 100%;
}
.auth0-lock a {
  display: unset !important;
  flex-direction: unset !important;
  justify-content: unset;
  align-items: unset;
  padding-left: unset;
  padding-right: unset;
  padding-top: unset;
  padding-bottom: unset;
  gap: unset;
  border-radius: unset;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  letter-spacing: unset;
  white-space: unset;
  display: block;
  border: 1px solid transparent;
}
.auth0-lock.auth0-lock .auth0-lock-submit {
  justify-content: center;
}
ol > li {
  font-family: "Times New Roman", sans-serif;
}
.auth0-lock .auth0-lock-sign-up-terms-agreement label input {
  float: left;
}
@media (max-width: 790px) {
  .samsung-browser * > grid-layout > *[off-bottom] {
    margin-bottom: 180px !important;
  }

  * > grid-layout > *[off-bottom] {
    margin-bottom: 80px !important;
  }
}
h1, h2, h3 {
  font-weight: 500;
}
h4, h5, h6 {
  font-weight: 200;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
h1, h2 {
  font-size: 28px;
}
*[lead] {
  font-weight: 400;
}
label {
  font-weight: 600;
}

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