.text-background {
  color: #F1F2F3;
}

.bg-background {
  background: #F1F2F3;
}

.text-gradient1 {
  color: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.bg-gradient1 {
  background: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.text-gradient-primary {
  color: linear-gradient(160deg, #00817D 0%, #26A69A 100%);
}

.bg-gradient-primary {
  background: linear-gradient(160deg, #00817D 0%, #26A69A 100%);
}

body {
  background: #F1F2F3;
}

.q-item.q-router-link--exact-active, .q-item--exact-active, .nav-item:hover {
  color: var(--q-primary);
  background: rgba(0, 129, 125, 0.15);
}

.tabs-top-rounded {
  border-radius: 100vw;
  overflow: hidden;
}

.card-rounded {
  border-radius: 25px;
  overflow: hidden;
}

.element-round {
  border-radius: 100vw;
  overflow: hidden;
}

.outlined {
  border: 1px solid rgba(0, 0, 0, 0.24);
}

.bg-background-gradient-transparent-to-bottom {
  background: #f1f2f3;
  background: linear-gradient(180deg, #f1f2f3 60%, rgba(241, 242, 243, 0.4209033955) 100%);
}

.select-options-sheet {
  border-radius: 35px !important;
}

.scroll-bar-x {
  overflow-x: scroll;
  overflow-x: overlay;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.scroll-bar-x::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.scroll-bar-x::-webkit-scrollbar-track {
  background: none;
  border-radius: 25px;
}
.scroll-bar-x::-webkit-scrollbar-thumb {
  background: rgba(207, 216, 220, 0.7);
  border-radius: 25px;
}
.scroll-bar-x::-webkit-scrollbar-thumb:hover {
  background: #26A69A;
}

@media print {
  .hide-print-media {
    display: none !important;
  }

  .q-header {
    position: relative !important;
  }

  .q-page-container {
    padding-top: 20px !important;
  }
}

/*# sourceMappingURL=app.b9a9dada.css.map*/