@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100..700&display=swap");

/*
  Custom text colors and bg colors:
  ------------------------------------------
  .text-primary-fill      .bg-primary-fill
  .text-body              .bg-body
  .text-headline          .bg-headline
  .text-label             .bg-label
  .text-disabled          .bg-disabled
  ------------------------------------------
*/
.bg-primary-fill {
  background-color: #eee8f7 !important;
}
.text-primary-fill {
  color: #eee8f7 !important;
}
.bg-positive-fill {
  background-color: #e9f7f2 !important;
}
.text-positive-fill {
  color: #e9f7f2 !important;
}
.bg-negative-fill {
  background-color: #faebef !important;
}
.text-negative-fill {
  color: #faebef !important;
}
.bg-warning-fill {
  background-color: #faf4eb !important;
}
.text-warning-fill {
  color: #faf4eb !important;
}
.bg-love {
  background-color: #f64141 !important;
}
.text-love {
  color: #f64141 !important;
}
.bg-love-fill {
  background-color: #fbeded !important;
}
.text-love-fill {
  color: #fbeded !important;
}
.bg-headline {
  background-color: #222a35 !important;
}
.text-headline {
  color: #222a35 !important;
}
.bg-base {
  background-color: rgb(255, 255, 255) !important;
}
.text-base {
  color: rgb(255, 255, 255) !important;
}
.bg-base-light {
  background-color: #fafafa !important;
}
.text-base-light {
  color: #fafafa !important;
}
.bg-base-fill {
  background-color: #f5f5f5 !important;
}
.text-base-fill {
  color: #f5f5f5 !important;
}
.bg-emphasis {
  background-color: rgba(0, 0, 0, 0.89) !important;
}
.text-emphasis {
  color: rgba(0, 0, 0, 0.89) !important;
}
.bg-body {
  background-color: rgba(0, 0, 0, 0.65) !important;
}
.text-body {
  color: rgba(0, 0, 0, 0.65) !important;
}
.bg-disabled {
  background-color: rgba(0, 0, 0, 0.38) !important;
}
.text-disabled {
  color: rgba(0, 0, 0, 0.38) !important;
}
body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  line-height: 19.12px;
  font-style: normal;
  font-weight: 500;
  background-color: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.65);
  font-variant-ligatures: none;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
ol {
  margin: 0;
  padding-left: 26px;
}
p {
  margin: 0 0 8px;
}
.q-focus-helper {
  display: none;
}
[disabled] {
  opacity: 1 !important;
}
.text-justify {
  text-align: justify;
  hyphens: none;
}
.box-shadow {
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.08);
}
.box-shadow-light {
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.04);
}
.bordered {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.border-body {
  border: 1px solid rgba(0, 0, 0, 0.65) !important;
}
.border-primary {
  border: 1px solid #330091 !important;
}
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.rounded {
  border-radius: 8px;
  overflow: hidden;
}
.rounded-sm {
  border-radius: 8px;
  overflow: hidden;
}
.rounded-xs {
  border-radius: 4px;
  overflow: hidden;
}
.flex-center-between {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.term-list {
  display: flex;
}
.term-list span:first-child {
  min-width: 40px;
}
.text-underline {
  text-decoration: underline;
  text-underline-position: under;
}
.break-word {
  word-wrap: break-word;
}
.ellipsis-4-lines {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-tabs {
  display: flex;
  border-radius: 26px;
  background: #f5f5f5;
}
.btn-tabs .q-btn {
  width: 50%;
}
@media (min-width: 1140px) {
  .btn-tabs .q-btn {
    width: 140px;
  }
}
.items-start {
  align-items: flex-start !important;
}
.all-transition {
  transition: all 150ms ease-in-out 150ms;
  overflow: hidden;
}
.text-delay {
  max-height: 0px;
  opacity: 0;
  visibility: hidden;
}
.text-active {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
}
.hide-block {
  display: none;
}
.border-none {
  border: none !important;
}
.opacity-medium {
  opacity: 0.5;
}.q-gap-none {
  gap: 0;
}

.q-gap-xs {
  gap: 4px;
}

.q-gap-sm {
  gap: 8px;
}

.q-gap-md {
  gap: 16px;
}

.q-gap-lg {
  gap: 32px;
}/****************************
EVIDENT typography classes

****************************/
.text-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 32.78px;
}
.text-heading-sm {
  font-size: 20px;
  font-weight: 600;
  line-height: 27.32px;
}
.text-content-body {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
}
.text-content-body-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 21.86px;
}
.text-body-sm {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.12px;
}
.text-body-sm-bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 19.12px;
}
.text-body-xs {
  font-size: 12px;
  font-weight: 500;
  line-height: 16.39px;
}
.text-body-xs-bold {
  font-size: 12px;
  font-weight: 800;
  line-height: 16.39px;
}
.text-label-caps {
  font-size: 12px;
  font-weight: 500;
  line-height: 16.39px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.text-label-caps-semibold {
  font-size: 12px;
  font-weight: 600;
  line-height: 16.39px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.text-label-sm {
  font-size: 10px;
  font-weight: 500;
  line-height: 13.66px;
  letter-spacing: 0.1em;
}
.text-label-caps-sm {
  font-size: 10px;
  font-weight: 500;
  line-height: 13.66px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.text-btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.12px;
}
.text-mono-lg {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.46px;
}
.text-mono-lg-bold {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.46px;
}
.text-mono-lg-semibold {
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
  font-weight: 500;
  line-height: 15.83px;
}
.text-mono-sm-semibold {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.83px;
}
.text-mono-sm {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.83px;
}
.text-mono-sm-bold {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 18.46px;
}
.text-mono-xs {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}
.text-link {
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}.q-header {
  background: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.65);
}

.base-padding {
  padding: 16px;
}

@media (min-width: 1140px) {
  .base-padding {
    padding: 32px;
  }
}

.base-padding-x {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 1140px) {
  .base-padding-x {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.base-padding-y {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 1140px) {
  .base-padding-y {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.base-padding-t {
  padding-top: 16px;
}

@media (min-width: 1140px) {
  .base-padding-t {
    padding-top: 32px;
  }
}

.base-padding-b {
  padding-bottom: 16px;
}

@media (min-width: 1140px) {
  .base-padding-b {
    padding-bottom: 32px;
  }
}

.base-height {
  min-height: 56px;
}

@media (min-width: 1140px) {
  .auth-header::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #1a0256;
    z-index: -1;
  }
}

.auth-container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1140px) {
  .auth-page-container::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #1a0256;
    z-index: -1;
  }
}

.auth-page__left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width: 1140px) {
  .auth-page__left {
    justify-content: space-between;
  }
}

.auth-page__right {
  height: 100%;
  padding-bottom: 84px;
}

@media (min-width: 1140px) {
  .auth-page__right {
    padding-bottom: 100px;
  }
}

.auth-page__right .brand-logo {
  width: 80%;
  max-width: 600px;
}

.auth-page__bottom {
  padding: 16px 0;
  margin-top: auto;
  min-height: 84px;
}

@media (min-width: 1140px) {
  .auth-page__bottom {
    padding: 32px 0;
    margin-top: 0;
    min-height: 116px;
  }
}

.account-page {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

@media (min-width: 1140px) {
  .account-page {
    flex-direction: row;
  }
}

.account-page__left {
  display: none;
}

@media (min-width: 1140px) {
  .account-page__left {
    display: block;
    width: 240px;
    margin-right: 32px;
  }
  .account-page__right {
    width: 720px;
  }
}

.app-header {
  padding: 16px 16px 0;
}

.app-header__container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 512px) {
  .app-header__container {
    width: 480px;
  }
}

@media (min-width: 1140px) {
  .app-header {
    padding: 32px 32px 0;
  }
  .app-header__container {
    width: 992px;
  }
}

.app-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 512px) {
  .app-container {
    width: 480px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1140px) {
  .app-container {
    width: 992px;
  }
}

.app-dialog {
  width: 100% !important;
  max-width: 640px !important;
}

.market-header {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) !important;
}

.q-drawer:has(.main-drawer) {
  z-index: 5000;
}

.main-drawer {
  width: auto !important;
  height: 100% !important;
}

.main-drawer.q-drawer__content {
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.04);
}

.main-drawer__logo {
  margin: 16px 12px;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}

.main-drawer__logo .brand-logo {
  display: block;
}

.main-drawer__logo .brand-icon {
  display: none;
}

.main-drawer__account {
  margin: 0 8px 8px;
}

.main-drawer__account .account-toggle {
  padding: 10px 16px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 26px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.main-drawer__account .account-toggle:hover {
  background-color: #eeeeee;
}

.main-drawer__navbar {
  margin: 0 8px;
}

.main-drawer__navbar .q-item {
  transition: all 0.2s ease;
}

.main-drawer__navbar .q-item:hover {
  background-color: #eee8f7;
}

.main-drawer__navbar .q-item .navbar-label {
  display: flex;
}

.main-drawer__navbar .navbar-label-sm {
  display: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.39px;
  text-align: center;
}

@media (min-width: 1140px) {
  .main-drawer {
    margin: 0 !important;
  }
  .main-drawer__logo {
    margin: 32px 12px;
    padding: 0;
    justify-content: center;
    min-height: 56px;
  }
  .main-drawer__logo .brand-logo {
    display: none;
  }
  .main-drawer__logo .brand-icon {
    display: block;
  }
  .main-drawer__account {
    margin: 0 8px 16px;
  }
  .main-drawer__account .account-toggle {
    justify-content: center;
  }
  .main-drawer__navbar {
    margin: 0;
  }
  .main-drawer__navbar .q-item {
    width: 52px;
    min-height: 28px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
  }
  .main-drawer__navbar .q-item .navbar-label {
    display: none;
  }
  .main-drawer__navbar .navbar-label-sm {
    display: block;
  }
}

@media (min-width: 1440px) {
  .main-drawer {
    margin: 32px 0 32px 32px !important;
    height: calc(100% - 64px) !important;
  }
  .main-drawer__logo {
    margin: 0 8px 12px;
    padding: 0 16px;
    min-height: 64px;
    justify-content: space-between;
  }
  .main-drawer__logo .brand-logo {
    display: block;
  }
  .main-drawer__logo .brand-icon {
    display: none;
  }
  .main-drawer__account {
    margin: 0 8px 8px;
  }
  .main-drawer__account .account-toggle {
    justify-content: space-between;
  }
  .main-drawer__navbar {
    margin: 0 8px;
  }
  .main-drawer__navbar .q-item {
    width: auto;
    min-height: 52px;
    padding: 8px 24px;
  }
  .main-drawer__navbar .q-item .navbar-label {
    display: flex;
  }
  .main-drawer__navbar .navbar-label-sm {
    display: none;
  }
}

.main-small-drawer {
  width: auto !important;
  height: 100% !important;
}

.main-small-drawer.q-drawer__content {
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.04);
}

.main-small-drawer__logo {
  margin: 16px 12px;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}

.main-small-drawer__logo .brand-logo {
  display: block;
}

.main-small-drawer__logo .brand-icon {
  display: none;
}

.main-small-drawer__account {
  margin: 0 8px 8px;
}

.main-small-drawer__account .account-toggle {
  padding: 10px 16px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 26px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.main-small-drawer__account .account-toggle:hover {
  background-color: #eeeeee;
}

.main-small-drawer__navbar {
  margin: 0 8px;
}

.main-small-drawer__navbar .q-item {
  transition: all 0.2s ease;
}

.main-small-drawer__navbar .q-item:hover {
  background-color: #eee8f7;
}

.main-small-drawer__navbar .q-item .navbar-label {
  display: flex;
}

.main-small-drawer__navbar .navbar-label-sm {
  display: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.39px;
  text-align: center;
}

@media (min-width: 1140px) {
  .main-small-drawer {
    margin: 0 !important;
  }
  .main-small-drawer__logo {
    margin: 32px 12px;
    padding: 0;
    justify-content: center;
    min-height: 56px;
  }
  .main-small-drawer__logo .brand-logo {
    display: none;
  }
  .main-small-drawer__logo .brand-icon {
    display: block;
  }
  .main-small-drawer__account {
    margin: 0 8px 16px;
  }
  .main-small-drawer__account .account-toggle {
    justify-content: center;
  }
  .main-small-drawer__navbar {
    margin: 0;
  }
  .main-small-drawer__navbar .q-item {
    width: 52px;
    min-height: 28px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
  }
  .main-small-drawer__navbar .q-item .navbar-label {
    display: none;
  }
  .main-small-drawer__navbar .navbar-label-sm {
    display: block;
  }
}

.document-container {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.document-container__left {
  width: 100%;
}

.document-container__right {
  display: none;
}

@media (min-width: 1140px) {
  .document-container {
    width: 100%;
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
  .document-container__left {
    width: 360px;
  }
  .document-container__right {
    display: block;
  }
}

.dialog-card {
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
}

.dialog-card__header, .dialog-card__footer {
  padding: 16px;
  background-color: rgb(255, 255, 255);
  position: sticky;
  z-index: 1;
}

.dialog-card__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  top: 0;
}

.dialog-card__body {
  padding: 40px 24px;
  flex-grow: 1;
}

.dialog-card__footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  bottom: 0;
}

@media (min-width: 1140px) {
  .dialog-card__header, .dialog-card__footer {
    padding: 16px 32px;
  }
  .dialog-card__body {
    padding: 40px 32px;
  }
}

.text-html p {
  margin: 0 0 8px;
}

.text-html iframe {
  max-width: 100%;
}

.q-dialog-plugin .q-dialog__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32.78px;
  color: #222a35;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 16px;
  min-height: 88px;
  display: flex;
  align-items: center;
}

.q-dialog-plugin .q-dialog__message {
  min-height: 56px;
}

.q-dialog-plugin .q-card__actions {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  min-height: 88px;
  padding: 16px;
}

.q-dialog-plugin .q-card__actions .q-btn--rectangle {
  padding: 0 24px;
}

@media (min-width: 992px) {
  .q-dialog-plugin .q-dialog__title {
    padding: 16px 32px;
  }
  .q-dialog-plugin .q-dialog__message {
    padding-top: 32px !important;
    padding: 16px 32px;
  }
  .q-dialog-plugin .q-card__actions {
    padding: 16px 32px;
  }
}

.chart-range {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  overflow: hidden;
}

.chart-range .range-btn {
  padding: 6px 12px;
  cursor: pointer;
  transition: all ease 0.3s;
  color: rgba(0, 0, 0, 0.89);
}

.chart-range .range-btn:hover {
  background-color: #eeeeee;
}

.chart-range .range-btn.active {
  background-color: #eeeeee;
}/***********************
 *
 * Q-Btn custom style
 *
 */
.q-btn {
  min-height: 52px;
  border-radius: 26px;
  padding: 12px 24px;
  line-height: 19.12px;
  font-weight: 700;
  background: transparent;
  color: #222a35;
  transition: all 0.2s ease;
}
.q-btn__content {
  flex-wrap: nowrap;
  text-wrap: nowrap;
}
.q-btn:hover {
  background: rgba(0, 0, 0, 0.04);
}
.q-btn--active {
  background: rgba(0, 0, 0, 0.08) !important;
}
.q-btn--round {
  border-radius: 50%;
  padding: 0;
  min-width: 52px;
  min-height: 52px;
}
.q-btn .q-icon {
  font-size: 22px;
}
.q-btn.active {
  border: 1px solid #330091;
  color: #330091;
}
.q-btn:before {
  box-shadow: none;
}
.q-btn--primary {
  background: #eee8f7;
  color: #330091;
}
.q-btn--primary:hover {
  background: #e6dff2;
}
.q-btn--primary.q-btn--active {
  background: #ded5ed !important;
}
.q-btn--primary[disabled] {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.38);
}
.q-btn--love {
  background: #fbeded;
  color: #f64141;
}
.q-btn--love:hover {
  background: #f5e1e1;
}
.q-btn--love.q-btn--active {
  background: #f0d8d8 !important;
}
.q-btn--positive {
  background: #e9f7f2;
  color: #11bb7f;
}
.q-btn--positive:hover {
  background: #e9f7f2;
}
.q-btn--positive.q-btn--active {
  background: #e9f7f2 !important;
}
.q-btn--negative {
  background: #faebef;
  color: #ef2858;
}
.q-btn--negative:hover {
  background: #faebef;
}
.q-btn--negative.q-btn--active {
  background: #faebef !important;
}
.q-btn--light {
  background: #f5f5f5;
  color: #222a35;
}
.q-btn--light:hover {
  background: #eeeeee;
}
.q-btn--light.q-btn--active {
  background: #e0e0e0 !important;
}
.q-btn--outline:before {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.q-btn--outline[disabled] {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.38);
}
.q-btn--dense {
  padding: 8px 16px;
  min-height: 36px;
  height: 36px !important;
}
.q-btn--dense.q-btn--round {
  padding: 0;
  min-height: 36px;
  min-width: 36px;
  height: 36px;
  width: 36px;
}
.rotate-180 {
  transform: rotate(180deg);
}
.filled .q-icon {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}
.q-carousel__slide {
  padding: 0 20px 0px;
}
@media (min-width: 512px) {
  .q-carousel__slide {
    padding: 0 50px 30px;
  }
}
.q-carousel__arrow .q-btn {
  color: rgba(0, 0, 0, 0.38);
}
.q-carousel__prev-arrow--horizontal {
  left: 8px;
}
.q-carousel__next-arrow--horizontal {
  right: 8px;
}
.q-carousel__navigation .q-btn--round {
  font-size: 8px !important;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
  min-height: 12px;
  min-width: 12px;
  width: 12px;
  margin: 2px;
  padding: 2px;
  color: rgba(0, 0, 0, 0.12);
}
.q-carousel__navigation .q-btn--round.q-carousel__navigation-icon--active {
  color: rgba(0, 0, 0, 0.65);
}
.q-carousel__navigation .q-btn--round .q-icon {
  font-size: 10px;
}
/***********************
 *
 * Q-Field custom style
 *
 */
.q-field__control {
  height: 52px;
  padding-left: 18px !important;
  padding-right: 18px !important;
  border-radius: 8px;
  background: #f5f5f5;
}
.q-field__native {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #222a35;
}
.q-field__label {
  top: 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.q-field__marginal {
  height: 52px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 22px;
}
.q-field__bottom {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 16px 0 !important;
}
.q-field--auto-height .q-field__control {
  min-height: 52px;
  height: 52px;
}
.q-field--with-bottom {
  padding-bottom: 32px;
}
.q-select .q-field__input {
  min-width: 0 !important;
}
::placeholder {
  color: rgba(0, 0, 0, 0.65);
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #f5f5f5 inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.q-item {
  min-height: 52px;
  border-radius: 26px;
  padding: 8px 24px;
}
.q-item__label {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.12px !important;
}
.q-item.q-router-link--active, .q-item.q-router-link--exact-active {
  color: #330091 !important;
}
.q-item.q-router-link--active .q-icon, .q-item.q-router-link--exact-active .q-icon {
  color: #330091 !important;
}
.q-expansion-item .q-item {
  padding: 0;
  min-height: 0;
}
.q-menu .q-list {
  padding: 8px 0;
}
.q-menu .q-item {
  min-height: 36px;
  padding: 4px 24px;
}
.q-menu .q-item__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.12px !important;
}
.q-slider__track {
  position: relative;
}
.q-slider__track::before, .q-slider__track::after {
  position: absolute;
  top: 6px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #330091;
}
.q-slider__track::before {
  left: 6px;
  z-index: 1;
}
.q-slider__track::after {
  right: 6px;
  z-index: 0;
}
.q-slider__inner {
  background: #eee8f7;
}
.q-slider__thumb {
  width: 16px !important;
  height: 44px !important;
  background-color: rgb(255, 255, 255);
}
.q-slider__thumb-shape {
  width: 4px;
  height: 44px;
  background-color: #330091;
  left: 6px;
  border-radius: 2px;
}
.q-slider__focus-ring {
  border-radius: 8px;
  background-color: inherit !important;
  box-shadow: none !important;
}
.q-slider__focus-ring:hover {
  background-color: inherit !important;
  box-shadow: none !important;
}
.q-slider--active .q-slider__thumb-shape {
  transform: none;
}
.q-skeleton {
  background: #f5f5f5;
  border-radius: 4px;
}
.q-skeleton--type-circle, .q-skeleton--type-QAvatar {
  border-radius: 50%;
}
.q-toggle__inner {
  width: 52px;
  min-width: 52px;
  height: 32px;
  padding: 0;
}
.q-toggle__track {
  height: 32px;
  border-radius: 16px;
  opacity: 1;
  background: #e6e0e9;
  border: 2px solid #79747e;
}
.q-toggle__thumb {
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
}
.q-toggle__thumb :hover {
  box-shadow: none;
}
.q-toggle__thumb:before {
  opacity: 0.2 !important;
}
.q-toggle__thumb:after {
  background: #79747e;
  box-shadow: none;
}
.q-toggle__thumb .q-icon {
  color: #fff;
  opacity: 1;
  font-size: 18px;
}
.q-toggle__inner--indet .q-toggle__thumb {
  left: 14px;
}
.q-toggle__inner--truthy .q-toggle__thumb {
  left: 24px;
}
.q-toggle__inner--truthy .q-toggle__thumb:after {
  background: #fff;
}
.q-toggle__inner--truthy .q-toggle__thumb .q-icon {
  color: #330091;
  opacity: 1;
}
.q-toggle__inner--truthy .q-toggle__track {
  opacity: 0.8;
  background: #330091;
  border-color: #330091;
}
.q-toggle:hover .q-toggle__thumb:before {
  transform: scale3d(1.6, 1.6, 1) !important;
}
.e-select-btn {
  width: max-content;
}
.e-select-btn .q-field__control {
  min-height: 52px !important;
  border-radius: 26px;
  justify-content: center;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.e-select-btn .q-field__control-container {
  max-width: calc(100% - 24px);
  flex: none;
}
.e-select-btn .q-field__native {
  min-height: 52px;
}
.e-select-btn .q-field__native span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;
}
.q-field--dense .q-field__control {
  min-height: 36px !important;
  height: 36px;
  border-radius: 18px;
}
.q-field--dense .q-field__native {
  min-height: 36px !important;
  font-size: 14px;
  line-height: 19.12px;
  font-weight: 600;
}
.q-field--dense .q-field__marginal {
  height: 36px;
}
.q-checkbox.disabled {
  opacity: 1 !important;
}
.q-checkbox.disabled .q-checkbox__inner {
  opacity: 0.75;
}
.q-radio__inner {
  width: 48px;
  min-width: 48px;
  height: 48px;
  color: #49454f;
}
.q-radio__label {
  color: #222a35;
}
.q-radio:not(.disabled):hover .q-radio__inner:before {
  transform: scale3d(0.8, 0.8, 1) !important;
}
.q-tab__label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: none;
  color: #222a35;
  border-radius: 8px 8px 0 0;
}
.q-tab__indicator {
  height: 3px;
  border-radius: 100px 100px 0 0;
}
.q-tab--active .q-tab__label {
  color: #330091;
}
.q-uploader {
  box-shadow: none;
  background: #f5f5f5;
  width: 100%;
}
.q-uploader__header {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.65);
  width: 100%;
}
.q-uploader__list {
  gap: 8px;
}
.q-uploader__file {
  border-radius: 0;
  border: none;
}
.q-uploader__file:before {
  opacity: 0;
}
.chat-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
}
.chat-dialog .q-dialog__inner {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  justify-content: center;
  width: 100%;
  height: 640px;
  max-height: calc(100% - 102px);
}
@media (min-width: 640px) {
  .chat-dialog .q-dialog__inner {
    top: auto;
    left: auto;
    bottom: 84px;
    right: 20px;
    justify-content: flex-end;
  }
}
.chatbot-layout {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
  transition: width 0.3s ease;
}
@media (min-width: 992px) {
  .chatbot-layout {
    width: 620px !important;
    max-width: calc(100% - 40px) !important;
  }
  .chatbot-layout.maximized {
    width: 952px !important;
  }
}
.chatbot-layout .q-item {
  min-height: 28px;
  padding: 4px 8px;
  cursor: pointer;
  max-width: 308px;
}
.chatbot-layout .q-item:hover {
  background-color: #f5f5f5;
}
.chatbot-layout .q-item .text-body-sm {
  font-size: 14px;
  font-weight: 500;
}
.chatbot-layout h1,
.chatbot-layout h2,
.chatbot-layout h3,
.chatbot-layout h4,
.chatbot-layout h5,
.chatbot-layout h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 21.86px;
}
.chatbot-layout p,
.chatbot-layout ul,
.chatbot-layout ol {
  margin: 0 0 4px;
}
.q-badge {
  padding: 2px 4px;
  min-height: 8px;
}
.q-card {
  border: none;
  box-shadow: none;
}
.q-menu {
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.08);
}
.q-linear-progress {
  border-radius: 2px;
}
.q-linear-progress__track {
  background: #e8def8;
  opacity: 1;
  border-radius: 2px;
}
.q-linear-progress__track::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #330091;
}
.q-linear-progress.no-dot .q-linear-progress__track::after {
  display: none !important;
}
.q-dialog__inner--minimized {
  padding: 0;
}
.q-dialog__inner--minimized > div, .q-dialog__inner--minimized > form {
  pointer-events: all;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  width: 100%;
  max-width: 640px;
  max-height: 90dvh !important;
}
.q-dialog__inner--minimized > .small {
  width: 90%;
}
@media (max-width: 640px) {
  .q-dialog__inner--minimized > div:not(.small), .q-dialog__inner--minimized > form:not(.small) {
    border-radius: 0;
    height: 100dvh;
    max-height: 100dvh !important;
  }
}
.pdf-dialog .q-dialog__inner {
  width: 100vw !important;
  min-height: 100vh !important;
  left: 100vw !important;
  right: 100vh !important;
}
.q-icon.text-disabled {
  color: rgba(0, 0, 0, 0.24);
}
.q-tooltip {
  padding: 12px 16px;
  background-color: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.65);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}
.q-tooltip--style {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.12px;
}
.q-notification {
  margin: 24px 10px 0;
}.auth-card {
  background: rgb(255, 255, 255);
}

.auth-card,
.auth-card .q-form {
  width: 100%;
  max-width: 992px;
  min-height: 488px;
}

.verify-section {
  padding: 8px 0 8px 20px;
  position: relative;
}

.verify-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}

.verify-section.completed::before {
  background-color: #330091;
}.asset-card {
  transition: 0.2s;
}
.asset-card:hover {
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
}
.asset-card__logo {
  width: 64px !important;
  height: 64px !important;
  object-fit: cover;
}
.asset-card__commit-chip {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 4px 8px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-wrap-mode: nowrap;
}
.asset-card__tag-card {
  padding: 4px 8px;
  border-radius: 4px;
}
.asset-card__impacts-ticker {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}
.asset-card__impacts-ticker .ticker-content {
  animation: scroll 25s linear infinite;
}
@keyframes scroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.tag-chip {
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.filter-card .filter-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  color: #222a35;
  display: flex;
  align-items: center;
}
.filter-card .filter-item.active {
  background-color: #eee8f7;
  border-color: #eee8f7;
}
.asset-details {
  position: relative;
}
.asset-details__floating-header {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  padding: 16px;
  margin: 0 -16px;
  height: 88px;
  position: fixed;
  width: 100%;
  top: 0;
  transition: opacity 0.2s ease;
  z-index: 2;
}
.asset-details__floating-header.visible {
  opacity: 1;
}
.asset-details__floating-header.enlarge {
  height: 104px;
  top: 0;
  padding-top: 32px;
  box-shadow: none;
}
@media (min-width: 512px) {
  .asset-details__floating-header {
    width: 512px;
  }
}
@media (min-width: 1140px) {
  .asset-details__floating-header {
    padding: 16px 8px;
    top: 16px;
    width: 1008px;
    border-radius: 8px;
    margin: 0 -8px;
  }
}
.asset-details__commit-chip {
  padding: 2px 4px;
  background: #f5f5f5;
  border-radius: 2px;
  text-align: center;
}
.asset-details__commit-chip-text {
  font-size: 8px;
  line-height: 10.93px;
  font-weight: 600;
  text-transform: uppercase;
}
.asset-details__data {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1140px) {
  .asset-details__data {
    flex-direction: row-reverse;
  }
}
.asset-details__left {
  width: 100%;
  max-width: 480px;
}
.asset-details__tabs .asset-tabs {
  background: rgb(255, 255, 255);
  position: sticky;
  top: 87px;
  z-index: 2;
}
@media (min-width: 1140px) {
  .asset-details__tabs {
    top: 104px;
  }
}
.asset-details__tabs-overview img {
  width: 100% !important;
  height: auto;
}
.asset-details__right {
  margin-top: 16px;
}
.asset-details__info {
  position: sticky;
  top: 120px;
}
@media (min-width: 1140px) {
  .asset-details__left {
    max-width: 720px;
    padding-right: 24px;
  }
  .asset-details__right {
    margin-top: -542px;
    width: 280px;
    display: block;
    z-index: 1;
  }
}
.asset-invest__data {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.asset-invest__right {
  width: 100%;
}
@media (min-width: 1140px) {
  .asset-invest__data {
    flex-direction: row;
  }
  .asset-invest__right {
    width: 320px;
  }
}.status-chip {
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-weight: 500;
  line-height: 16.39px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  width: max-content;
}
.status-chip.warning {
  background-color: #faf4eb;
  color: #f89d1c;
}
.status-chip.positive {
  background-color: #e9f7f2;
  color: #11bb7f;
}
.status-chip.negative {
  background-color: #faebef;
  color: #ef2858;
}@media only screen and (min-width: 1280px) {
w3m-modal {
    width: calc(100% - 380px) !important;
    left: 380px !important;
    height: calc(100% - 100px) !important;
    top: 100px;
}
}
@media only screen and (max-width: 1279px) {
w3m-modal {
    top: 100px;
}
}