.headLineL {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
}

.headLineS {
  font-style: normal;
  font-weight: 600;
  font-size: 1.53125rem;
  line-height: 33px;
  color: #666666;
}

.none {
  display: none;
}

html {
  font-size: 12px;
}
@media (min-width: 1439.98px) {
  html {
    font-size: 16px !important;
  }
}
html body {
  background: #f6f7ff;
  font-family: "Noto Sans", "Roboto", "-apple-system", sans-serif, Arial;
}
html body #q-app .q-header .q-toolbar {
  height: 4rem;
  padding-left: 2rem;
}
html body #q-app .positive {
  color: #6dd0a3;
}
html body #q-app .negative {
  color: #ec6893;
}
html body #q-app .q-page-container .q-page {
  min-height: auto !important;
  padding: 0.5rem 0.75rem;
}
html body #q-app .q-page-container .q-page .q-card {
  padding: 2rem;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(34, 34, 34, 0.05);
}
.btn {
  font-size: 1.125rem;
  font-weight: bold;
}

.container {
  margin: 1rem;
}

html body #q-app .q-page-container .q-page .title {
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 1439.98px) {
  html body #q-app .q-page-container .q-page .title {
    font-size: 1.5rem;
  }
}
html body #q-app .q-page-container .q-page .title.grey {
  color: #707070 !important;
}
body.body--dark html body #q-app .q-page-container .q-page .title.grey {
  color: #fff !important;
}

html body #q-notify .q-notifications__list.q-notifications__list--top.fixed.column.no-wrap.items-end .q-notification {
  margin-top: 3rem;
  margin-right: 2rem;
}
html body .q-tooltip {
  font-size: 1.125rem;
}
html body.body--dark #q-app .q-page-container .q-page .q-card {
  box-shadow: none;
}

.q-inner-loading {
  background: rgba(255, 255, 255, 0.95);
}

/*# sourceMappingURL=app.9fa87679.css.map*/