body {
  font-family: inter-var, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}

.scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  margin: 20px;
}
.scroll::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.scroll::-webkit-scrollbar-thumb {
  background: #d5d5d5cc;
  border: 0px;
  border-radius: 28px;
}
.scroll::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
.scroll::-webkit-scrollbar-thumb:active {
  background: #ccc;
}
.scroll::-webkit-scrollbar-track {
  background: #eeeeee80;
  border: 0px;
}
.scroll::-webkit-scrollbar-track:hover {
  background: #eeeeee80;
}
.scroll::-webkit-scrollbar-track:active {
  background: #eeeeee80;
}
.scroll::-webkit-scrollbar-corner {
  background: #eeeeee80;
}

main.q-page.pwa {
  padding: 16px;
}

@media (max-width: 599.98px) {
  main.q-page {
    padding: 8px;
  }
  main.q-page .components-view {
    box-shadow: none;
    border: 0px;
    border-radius: 0px;
  }
  main.q-page .components-form .q-card {
    box-shadow: none;
    border: 0px;
    border-radius: 0px;
  }
}
.q-field__control {
  color: #2196f3;
}

.ftab .q-tabs__content .q-tab:not(:last-child) {
  border-right: 2px solid #fff;
}
.ftab .q-tabs__content .q-tab .q-tab__label {
  font-weight: bold;
}

.text-caption {
  color: #607d8b !important;
}

pre {
  background: #607d8b;
  color: #fff;
  padding: 16px;
  border-radius: 10px;
  white-space: break-spaces;
}

.border-radius-xs {
  border-radius: 4px;
}

.border-radius-sm {
  border-radius: 8px;
}

.border-radius-md {
  border-radius: 16px;
}

.border-radius-lg {
  border-radius: 20px;
}

.border-radius-xl {
  border-radius: 24px;
}


/*# sourceMappingURL=app.50f16295.css.map*/