/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.q-menu {
  position: fixed !important;
  display: inline-block;
  max-width: 95vw;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  outline: 0;
  max-height: 65vh;
  z-index: 6000;
}
.q-menu--square {
  border-radius: 0;
}
.q-tooltip--style {
  font-size: 10px;
  color: #fafafa;
  background: #757575;
  border-radius: 4px;
  text-transform: none;
  font-weight: normal;
}
.q-tooltip {
  z-index: 9000;
  position: fixed !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 6px 10px;
}
@media (max-width: 499.98px) {
  .q-tooltip {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.q-toggle:focus-visible, .q-toggle.no-outline:focus-visible, .q-checkbox:focus-visible, .q-checkbox.no-outline:focus-visible {
  outline-offset: 2px !important;
  outline: 2px auto #6079FF !important;
}
.ws-radio__native[type=radio]:focus-visible {
  outline-offset: 5px !important;
  outline: 2px auto #6079FF !important;
}
.q-position-engine {
  margin-top: var(--q-pe-top, 0) !important;
  margin-left: var(--q-pe-left, 0) !important;
  will-change: auto;
  visibility: collapse;
}
.theme--admin .page {
  min-height: 100vh;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-drawer[data-v-0648df5e]  .q-drawer {
  background: var(--drawer-bg);
  transition: transform 0.3s ease 0s;
}
@media (max-width: 630px) {
.ws-drawer[data-v-0648df5e]  .q-drawer {
    width: calc(100% - 32px) !important;
}
}
.ws-drawer[data-v-0648df5e]  .q-drawer .q-layout__shadow {
  left: 0;
  box-shadow: 0px 16px 32px rgba(190, 200, 209, 0.25);
}
.ws-drawer[data-v-0648df5e]  .q-drawer .q-layout__shadow:after {
  box-shadow: unset;
}
.ws-drawer[data-v-0648df5e]  .q-drawer__content {
  padding: 64px 48px 24px;
}
@media (max-width: 767px) {
.ws-drawer[data-v-0648df5e]  .q-drawer__content {
    padding: 24px;
}
}
.ws-drawer[data-v-0648df5e]  .q-form {
  width: 100%;
}
.ws-drawer .ws-drawer-inner .close-wrap[data-v-0648df5e] {
  position: absolute;
  left: -21px;
  top: 25px;
  z-index: 30;
  background: var(--drawer-bg);
  border-radius: var(--button-border-radius);
}
.ws-drawer .ws-drawer-inner .close-wrap[data-v-0648df5e]  .q-btn__wrapper {
  color: var(--drawer-close-btn-color);
  min-height: auto;
  padding: 8px;
}
.ws-drawer .ws-drawer-inner > .header[data-v-0648df5e] {
  box-shadow: 0 0 24px 24px var(--drawer-bg);
  z-index: 20;
}
.ws-drawer .ws-drawer-inner > .content[data-v-0648df5e] {
  width: 100%;
}
.ws-drawer .ws-drawer-inner > .footer[data-v-0648df5e] {
  box-shadow: 0 0 24px 24px var(--drawer-bg);
  z-index: 20;
}
.ws-drawer .ws-drawer-inner.full-height-content[data-v-0648df5e] {
  display: grid;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.wsk-root.wsk-app[data-v-0a227a6f] {
  background-color: var(--body-bg);
}
.wsk-root:not(.theme--admin) .q-layout[data-v-0a227a6f] {
  min-height: inherit !important;
}
.layout-drawer[data-v-0a227a6f] {
  max-width: 100%;
}
.layout-drawer[data-v-0a227a6f]  .q-drawer .q-drawer__content {
  padding: 48px 48px 24px;
}
.loader-wrapper[data-v-0a227a6f] {
  height: 500px;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.cmp-order-stepper[data-v-6b141db1] {
  z-index: 1;
  background: var(--order-stepper-bg);
  box-shadow: 0px 16px 40px rgba(44, 56, 67, 0.05);
}
.theme--admin .cmp-order-stepper[data-v-6b141db1] {
  box-shadow: unset;
  border-bottom: var(--ws-thin-line, 1px) solid #D2D2D2;
}
.cmp-order-stepper > .container[data-v-6b141db1] {
  max-width: var(--container-width, 1170px);
}
.cmp-order-stepper > .container > .row[data-v-6b141db1] {
  overflow-x: scroll;
}
@media (max-width: var(--container-width, 1170px)) {
.cmp-order-stepper > .container > .row[data-v-6b141db1] {
    padding-right: 20px;
}
}
.cmp-order-stepper > .container > .row > .divider[data-v-6b141db1] {
  max-width: 90px;
  flex: 1;
  height: 1px;
  align-self: center;
  background: #bec8d1;
}
.cmp-order-stepper > .container > .row > .col[data-v-6b141db1] {
  padding: 24px 4px;
}
.cmp-order-stepper > .container > .row > .col[data-v-6b141db1]:first-of-type {
  padding-left: 0;
}
.cmp-order-stepper > .container > .row > .col + .col[data-v-6b141db1] {
  margin-left: 32px;
}
.cmp-order-stepper > .container > .row > .col > .nav-link[data-v-6b141db1] {
  display: inline-flex;
  align-items: center;
  border: none;
  background: none;
  font-family: var(--font-brand, sans-serif);
  color: var(--order-stepper-color);
  text-decoration: none;
}
.cmp-order-stepper > .container > .row > .col > .nav-link[data-v-6b141db1]:focus {
  border: none;
  outline: none;
}
.cmp-order-stepper > .container > .row > .col > .nav-link[data-v-6b141db1]:focus-visible {
  outline: revert;
}
.cmp-order-stepper > .container > .row > .col > .nav-link.text-normal[data-v-6b141db1] {
  font-weight: 400;
}
.cmp-order-stepper > .container > .row > .col > .nav-link.enabled[data-v-6b141db1] {
  font-weight: bold;
}
.cmp-order-stepper > .container > .row > .col > .nav-link.current[data-v-6b141db1] {
  color: #1437ff;
}
.cmp-order-stepper > .container > .row > .col > .nav-link > .circle[data-v-6b141db1] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  background-color: transparent;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  user-select: none;
  font-size: 14px;
}
.theme--admin .cmp-order-stepper > .container > .row > .col > .nav-link[data-v-6b141db1] {
  border: 0 transparent;
  background-color: unset;
}
.cmp-order-stepper > .container > .row > .col > .progress-wrap[data-v-6b141db1] {
  display: flex;
  height: 3px;
  width: 80px;
  max-width: 100%;
}
.cmp-order-stepper > .container > .row > .col > .progress-wrap > .progress[data-v-6b141db1] {
  background: var(--order-stepper-progress-bar-progress);
  height: 3px;
  width: 50%;
}
.cmp-order-stepper > .container > .row > .col > .progress-wrap > .rest[data-v-6b141db1] {
  background: var(--order-stepper-progress-bar-rest);
  height: 3px;
  width: 50%;
}
@media (max-width: 1259px) {
.cmp-order-stepper > .container > .row > .col[data-v-6b141db1] {
    padding-top: 16px;
    padding-bottom: 16px;
}
}
.theme--cary .cmp-order-stepper > .container > .row[data-v-6b141db1]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.cmp-order-stepper.backdropped[data-v-6b141db1]:after {
  content: "";
  position: absolute;
  background: var(--order-stepper-backdrop-bg, #242628);
  opacity: var(--order-stepper-backdrop-opacity, 0.15);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.order-view-layout[data-v-14740dea] {
  position: relative;
}
.order-view-layout .content-wrap[data-v-14740dea] {
  min-height: 918px;
}
.order-view-layout > .content-wrap > .container[data-v-14740dea] {
  max-width: calc(var(--container-width, 1170px) + 32px);
}
.order-view-layout > .content-wrap > .container .preloader .ws-cary-spinner[data-v-14740dea] {
  min-width: 106px;
  min-height: 40px;
}
.order-view-layout > .content-wrap > .container .preloader span[data-v-14740dea] {
  font-family: var(--font-brand, sans-serif);
  font-size: var(--ws-typo-desktop-size, 18px);
  line-height: 28px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  color: var(--preloader-text-color, #2c3843);
}
@media (max-width: 1259px) {
.order-view-layout > .cmp-order-stepper[data-v-14740dea] {
    padding: 0 8px 0 16px;
}
}
@media (max-width: 767px) {
.order-view-layout > .cmp-order-stepper[data-v-14740dea] {
    padding: 0 16px;
}
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.cmp-category-item[data-v-9c661b1c] {
  position: relative;
  background: var(--iwp-background);
  border: var(--iwp-border);
  border-radius: var(--iwp-border-radius);
  box-shadow: 0px 16px 40px rgba(44, 56, 67, 0.05);
  padding: 48px 24px 24px 24px;
  display: flex;
  flex-direction: column;
}
.cmp-category-item .item-logo[data-v-9c661b1c] {
  width: auto;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
}
.cmp-category-item .title-section .title[data-v-9c661b1c] {
  color: var(--iwp-title-color) !important;
}
.cmp-category-item .title-section .subtle[data-v-9c661b1c] {
  color: var(--iwp-subtitle-color);
}
.cmp-category-item .subtitle[data-v-9c661b1c] {
  color: var(--iwp-subtitle-color);
}
.cmp-category-item .subtitle .price[data-v-9c661b1c] {
  color: var(--iwp-subtitle-price-color);
}
.cmp-category-item .note[data-v-9c661b1c] {
  color: var(--iwp-note-color);
}
.cmp-category-item.highlighted[data-v-9c661b1c] {
  background: var(--iwp-highlight-bg);
  color: var(--iwp-highlight-color);
}
.cmp-category-item.highlighted .title-section .title[data-v-9c661b1c] {
  color: var(--iwp-highlight-color) !important;
}
.cmp-category-item.highlighted .title-section .subtle[data-v-9c661b1c] {
  color: var(--iwp-highlight-subtitle-color);
}
.cmp-category-item.highlighted .subtitle[data-v-9c661b1c] {
  color: var(--iwp-highlight-subtitle-color);
}
.cmp-category-item.highlighted .subtitle .price[data-v-9c661b1c] {
  color: var(--iwp-highlight-color);
}
.cmp-category-item.highlighted .note[data-v-9c661b1c] {
  color: var(--iwp-highlight-note-color);
}
.cmp-category-item.highlighted div > div > button.q-btn.ws-button[data-v-9c661b1c]:not([class*=" text-"]) {
  color: var(--toggle-button-active-color);
}
.cmp-category-item.highlighted div > div > button.q-btn.ws-button.primary[data-v-9c661b1c]:before {
  background-color: var(--toggle-button-active-tab-bg);
}
.cmp-category-item.highlighted div > div > button.q-btn.ws-button.primary.darken-on-hover[data-v-9c661b1c] {
  background-color: var(--button-primary-bg-hover);
  transition: background-color 150ms;
}
.cmp-category-item.highlighted div > div > button.q-btn.ws-button.primary.darken-on-hover[data-v-9c661b1c]:hover {
  background-color: #0423D0 !important;
}
.cmp-category-item .recommended[data-v-9c661b1c] {
  position: absolute;
  height: 34px;
  left: 50%;
  top: -17px;
  background: var(--iwp-recommended-bg);
  color: var(--iwp-recommended-color);
  transform: translate(-50%);
  border-radius: 8px;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.cmp-dev-theme-switcher[data-v-5f491899] {
  position: fixed;
  bottom: 0;
  z-index: 10000;
  color: var(--ws-white, #ffffff);
}
.cmp-dev-theme-switcher.show[data-v-5f491899] {
  background: rgba(0, 0, 0, 0.5);
}
.cmp-dev-theme-switcher .theme-button[data-v-5f491899] {
  border: 1px solid var(--ws-white, #ffffff);
  border-radius: 4px;
  color: var(--ws-white, #ffffff);
  padding: 4px 8px;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.item[data-v-21944908] {
  background: #222222;
  margin-bottom: 10px;
  color: white;
  width: 400px;
  display: flex;
  border-radius: 10px;
  justify-content: space-between;
  padding: 20px;
}
button[data-v-21944908] {
  width: 100px;
  background: darkcyan;
}
.dont-click[data-v-21944908] {
  background: red;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-delimiter[data-v-01861062] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.ws-delimiter .ws-delimiter__line[data-v-01861062] {
  height: 1px;
  min-width: 16px;
  background-color: var(--delimeter-bg);
  flex: 1 1 auto;
}
.ws-delimiter .ws-delimiter__text[data-v-01861062] {
  color: var(--ws-base100, #949a9e);
  margin: 0 16px;
  flex: 0 1 auto;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
  text-align: center;
  font-weight: normal;
  border-radius: var(--ws-tooltip-border-radius, 4px);
  font-size: var(--ws-tooltip-font-size, 13px);
  line-height: var(--ws-tooltip-line-height, 15px);
  padding: var(--ws-tooltip-padding, 4px 6px);
  width: var(--ws-tooltip-width, auto);
}
.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -5px;
  left: 1px;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -5px;
  left: -1px;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}
.tippy-box > .tippy-arrow::before {
  transform: scale(1.5);
}
.tippy-box[data-theme~=dark] {
  color: var(--ws-tooltip-dark-color, var(--ws-white, #ffffff));
  background: var(--ws-tooltip-dark-background, var(--ws-base140, #2b3339));
}
.tippy-box[data-theme~=dark] .tippy-arrow {
  color: var(--ws-tooltip-dark-background, var(--ws-base140, #2b3339));
}
.tippy-box[data-theme~=light] {
  background: var(--ws-tooltip-light-background, var(--ws-white, #ffffff));
  color: var(--ws-text-color-dark, var(--ws-base140, #2b3339));
}
.tippy-box[data-theme~=light] .tippy-arrow {
  color: var(--ws-tooltip-light-background, var(--ws-white, #ffffff));
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-ellipsis-shortener[data-v-c6524572] {
  display: inline-block;
}
.ws-ellipsis-shortener[data-v-c6524572]:not(.masked) {
  display: inline-grid;
  grid-template-columns: auto min-content;
}
.ws-ellipsis-shortener .ws-ellipsis-shortener__shortened[data-v-c6524572] {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.ws-ellipsis-shortener .ws-ellipsis-shortener__suffix[data-v-c6524572] {
  white-space: nowrap;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.horizontal-divider[data-v-e91930be] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 25px;
}
.horizontal-divider .horizontal-line[data-v-e91930be] {
  border: 0.5px solid #bec8d1;
  width: 100%;
  height: 0;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-linear-progress[data-v-ce164aac] {
  border-radius: 100px;
  font-size: 8px;
  border: 1px solid #8C8C8C;
}
.ws-linear-progress[data-v-ce164aac] .q-linear-progress__track {
  opacity: 1;
  background: #F4F5F6;
}
.ws-linear-progress--gradient-green[data-v-ce164aac] .q-linear-progress__model {
  color: transparent !important;
  background: linear-gradient(90deg, #2CA800 0%, rgba(44, 168, 0, 0) 100%);
}
.ws-linear-progress--gradient-primary[data-v-ce164aac] .q-linear-progress__model {
  color: transparent !important;
  background: linear-gradient(90deg, #1437FF 0%, var(--ws-white, #ffffff) 100%);
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.qr-code-wrapper[data-v-babbd241] {
  display: inline-flex;
  border: 1px solid #bec8d1;
  border-radius: 6px;
  padding: 14px;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-country-flag[data-v-87368271] {
  display: inline-block;
  width: 22.4px;
  height: 16px;
  vertical-align: middle;
  line-height: 1px;
}
.ws-country-flag.small[data-v-87368271] {
  width: 16px;
  height: 11.4px;
}
.ws-country-flag.large[data-v-87368271] {
  width: 32px;
  height: 22.8px;
}
.ws-country-flag > img[data-v-87368271] {
  height: 100%;
  width: 100%;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-icon.ws-icon--circle[data-v-353f3af5] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 2px;
}
.icon-right .ws-icon[data-v-353f3af5] {
  order: 9999;
}
.ws-icon[data-v-353f3af5] *:not([fill]) {
  fill: currentColor;
}
.ws-icon > svg[data-v-353f3af5] {
  max-height: 100%;
  width: auto;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-cary-spinner[data-v-2bfc88f6] {
  max-width: 100%;
  max-height: 100%;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-spinner[data-v-3705dffc] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ws-button .ws-spinner[data-v-3705dffc] {
  position: absolute;
  height: 80%;
  transition: opacity 100ms ease-in-out;
}
.ws-button .ws-spinner[data-v-3705dffc] .q-spinner {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-button[data-v-beeb0e95] {
  --button-color-primary: #2c3843;
  --button-color-secondary: transparent;
  appearance: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: min-content;
  position: relative;
  background-color: var(--button-color-secondary);
  border: 1px solid var(--button-border-color);
  border-radius: var(--button-border-radius);
  box-shadow: var(--ws-primary-boxshadow-color);
  outline-offset: 2px;
  outline: 2px solid transparent;
  color: var(--button-color-primary);
  font-family: var(--font-brand);
  text-decoration: none;
  text-underline-offset: 2px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  transition: 150ms ease-in-out;
  transition-property: outline, background-color, border;
}
.ws-button[data-v-beeb0e95]:hover {
  text-decoration: underline 2px;
}
.ws-button[data-v-beeb0e95]:focus {
  text-decoration: none;
  outline: 2px solid #6079FF;
}
.ws-button.size-small[data-v-beeb0e95] {
  padding: 8px 16px;
  min-height: 32px;
}
.ws-button.size-medium[data-v-beeb0e95] {
  padding: 8px 16px;
  min-height: 40px;
}
.ws-button.size-large[data-v-beeb0e95] {
  min-width: 140px;
  padding: 8px 16px;
  min-height: 48px;
}
.ws-button.size-xl[data-v-beeb0e95] {
  min-width: 140px;
  padding: 14px 32px;
  font-size: 18px;
  line-height: 24px;
}
.ws-button.full-width[data-v-beeb0e95] {
  width: 100%;
}
.ws-button.type-primary[data-v-beeb0e95] {
  --button-color-primary: var(--button-primary-text);
  --button-color-secondary: var(--button-primary-bg);
}
.ws-button.type-primary[data-v-beeb0e95]:hover, .ws-button.type-primary[data-v-beeb0e95]:focus {
  --button-color-primary: var(--button-primary-text-hover, var(--button-primary-text));
  --button-color-secondary: var(--button-primary-bg-hover);
}
.ws-button.type-ghost[data-v-beeb0e95] {
  --button-color-primary: #2C3843;
  --button-color-secondary: transparent;
  border-color: transparent;
  text-decoration: underline;
}
.ws-button.type-ghost[data-v-beeb0e95]:hover {
  --button-color-secondary: rgba(44, 56, 67, 0.05);
  border-color: #2c3843;
}
.ws-button.type-ghost[data-v-beeb0e95]:focus {
  --button-color-secondary: rgba(44, 56, 67, 0.05);
}
.ws-button.type-ghost-inverse[data-v-beeb0e95] {
  --button-color-primary: #FFF;
  --button-color-secondary: transparent;
  border-color: transparent;
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
}
.ws-button.type-danger[data-v-beeb0e95] {
  --button-color-primary: #FFF;
  --button-color-secondary: #D70331;
  border-color: #2c3843;
}
.ws-button.type-danger[data-v-beeb0e95]:hover, .ws-button.type-danger[data-v-beeb0e95]:focus {
  background-color: #B90013;
}
.ws-button.type-agent[data-v-beeb0e95] {
  --button-color-primary: #2C3843;
  --button-color-secondary: #00FFA0;
  border-color: #2c3843;
}
.ws-button.type-agent[data-v-beeb0e95]:hover, .ws-button.type-agent[data-v-beeb0e95]:focus {
  --button-color-secondary: #26F1A5;
}
.ws-button.type-secondary[data-v-beeb0e95] {
  --button-color-primary: #2C3843;
  --button-color-secondary: #F4F5F6;
  border-color: #2c3843;
}
.ws-button.type-secondary[data-v-beeb0e95]:hover {
  text-decoration: underline;
}
.ws-button.type-secondary-inverse[data-v-beeb0e95] {
  --button-color-secondary: #2C3843;
  --button-color-primary: #FFF;
}
.ws-button.type-secondary-inverse[data-v-beeb0e95]:hover, .ws-button.type-secondary-inverse[data-v-beeb0e95]:focus {
  --button-color-secondary: #3b4955;
}
.ws-button.icon-only[data-v-beeb0e95]:not(._) {
  min-width: 0;
  padding: 8px;
  min-height: 32px;
}
.ws-button.icon-only[data-v-beeb0e95]:not(._):not(.force-icon-bg) {
  color: var(--button-color-secondary);
  background-color: transparent;
  border-color: transparent;
}
.ws-button.icon-only[data-v-beeb0e95]:not(._):hover {
  border-color: #2c3843;
  color: var(--button-color-secondary);
}
.ws-button.icon-only[class*=type-tertiary][data-v-beeb0e95]:not(._) {
  color: var(--button-color-primary);
}
.ws-button.icon-only.type-ghost[data-v-beeb0e95]:not(._) {
  color: var(--button-color-primary);
}
.ws-button[class*=type-tertiary][data-v-beeb0e95] {
  --button-color-secondary: transparent;
  --button-color-primary: var(--button-primary-bg);
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  outline-offset: -1px;
}
.ws-button[class*=type-tertiary][data-v-beeb0e95]:hover {
  --button-color-secondary: #F4F5F6;
  border-color: #8C8C8C;
  text-decoration: none;
}
.ws-button[class*=type-tertiary][data-v-beeb0e95]:focus {
  border-color: transparent;
  text-decoration: none;
}
.ws-button[class*=type-tertiary][disabled][data-v-beeb0e95] {
  --button-color-primary: #5A666C;
}
.ws-button.type-tertiary-agent[data-v-beeb0e95] {
  --button-color-primary: #00FFA0;
}
.ws-button.type-tertiary-agent[data-v-beeb0e95]:hover, .ws-button.type-tertiary-agent[data-v-beeb0e95]:focus {
  --button-color-secondary: #4E5964;
}
.ws-button.type-tertiary-danger[data-v-beeb0e95] {
  --button-color-primary: #D70331;
}
.ws-button.type-tertiary-neutral[data-v-beeb0e95] {
  --button-color-primary: #2C3843;
}
.ws-button.type-tertiary-white[data-v-beeb0e95] {
  --button-color-primary: #E7F0F8;
}
.ws-button.type-tertiary-white[data-v-beeb0e95]:hover, .ws-button.type-tertiary-white[data-v-beeb0e95]:focus {
  --button-color-secondary: rgba(231, 240, 248, 0.2);
}
.ws-button.state-loading[data-v-beeb0e95] {
  cursor: progress;
}
.ws-button[disabled][data-v-beeb0e95]:not(#_) {
  --button-color-secondary: #F4F5F6;
  --button-color-primary: #5A666C;
  border-color: #8C8C8C;
  text-decoration: none;
  border-style: dashed;
}
.ws-button .ws-button__content[data-v-beeb0e95] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: opacity 100ms ease-in-out;
}
.ws-button .ws-button__content.loading[data-v-beeb0e95] {
  opacity: 0;
}
.ws-button .ws-button__content.loading.loading-text[data-v-beeb0e95] {
  display: none;
}
.ws-button .ws-button__content > div[data-v-beeb0e95]:empty {
  display: none;
}
.ws-button .ws-button__loader[data-v-beeb0e95] {
  display: flex;
  align-items: center;
}
.ws-button .ws-button__loader .ws-button__loader__spinner[data-v-beeb0e95] {
  position: relative;
  margin-right: 15px;
  height: 20px;
}
.ws-button .ws-button__loader .ws-button__loader__spinner.ws-button__loader__spinner--size-small[data-v-beeb0e95] {
  height: 18px;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-tag[data-v-0f0d5c56] {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 2px 8px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.23;
  white-space: nowrap;
}
.ws-tag.badge-type-base[data-v-0f0d5c56] {
  background: var(--ots-primary-light, #E7F0F8);
  color: var(--ots-primary-dark, #1437FF);
}
.ws-tag.badge-type-positive[data-v-0f0d5c56] {
  background: var(--ots-success-light, #E1FFDC);
  color: var(--ots-success-dark, #00C700);
}
.ws-tag.badge-type-danger[data-v-0f0d5c56] {
  background: var(--ots-danger-light, #FFDCDC);
  color: var(--ots-danger-dark, #FF005A);
}
.ws-tag.badge-type-neutral[data-v-0f0d5c56] {
  background: #F4F5F6;
  color: #2C3843;
}
.ws-tag.badge-type-alert[data-v-0f0d5c56] {
  background: var(--ots-warning-light, #FFF5D2);
  color: var(--ots-warning-dark, #FF5A14);
}
.ws-tag.badge-type-dark[data-v-0f0d5c56] {
  background: #2C3843;
  color: #F4F5F6;
}
.ws-tag.badge-type-premium[data-v-0f0d5c56] {
  background: #D2C8F0;
  color: #7A4BE3;
}
.ws-tag.badge-type-premium_a24[data-v-0f0d5c56] {
  background: #D2C8F0;
  color: #7A4BE3;
}
.ws-tag.badge-type-basic[data-v-0f0d5c56] {
  background: #C3FAFF;
  color: #31BAB6;
}
.ws-tag.badge-type-basic_a24[data-v-0f0d5c56] {
  background: #C3FAFF;
  color: #31BAB6;
}
.ws-tag.badge-type-advanced[data-v-0f0d5c56] {
  background: #F5E1C8;
  color: #F07828;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
[data-v-0f0d5c56] b {
  font-weight: 900;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-btn-toggle[data-v-7fb3773f] {
  display: flex;
  border: 1px solid var(--toggle-button-border, #D2D2D2);
  background: var(--toggle-button-bg, #fff);
  border-radius: 8px;
  padding: 3px;
  flex: 1;
}
.ws-btn-toggle .ws-btn-toggle__wrapper[data-v-7fb3773f] {
  display: flex;
  flex: 1;
  position: relative;
}
.ws-btn-toggle .ws-btn-toggle__pill[data-v-7fb3773f] {
  position: absolute;
  left: calc(var(--tabs-value, 0) * 100% / var(--tabs-count, 1));
  z-index: 5;
  height: 100%;
  width: calc(100% / var(--tabs-count));
  border-radius: 5px;
  transition: left 0.2s ease-in-out;
  background: var(--toggle-button-active-tab-bg, #e7f0f8);
}
.ws-btn-toggle .ws-btn-toggle__tab[data-v-7fb3773f] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  appearance: none;
  border: none;
  background: none;
  border-radius: 6px;
  cursor: pointer;
  gap: 8px;
  padding: 6px 0;
  text-align: center;
  user-select: none;
  overflow: hidden;
  transition: color 0.2s;
  color: var(--toggle-button-color, #1437FF);
  font-weight: 700;
  font-size: 14px;
}
.ws-btn-toggle .ws-btn-toggle__tab[data-v-7fb3773f]:focus-visible {
  outline: var(--ws-light-blue, #6179FF) solid 2px;
}
.ws-btn-toggle .ws-btn-toggle__tab.active[data-v-7fb3773f] {
  color: var(--toggle-button-active-color, #1437FF);
}
.ws-btn-toggle .ws-btn-toggle__tab.disabled[data-v-7fb3773f] {
  opacity: 0.5;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.footer[data-v-2a66a1c0] {
  display: none;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.footer[data-v-2a66a1c0] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #bec8d1;
  margin-top: 25px;
  text-align: left;
  max-width: 364px;
}
@media (max-width: 1023px) {
.footer[data-v-2a66a1c0] {
    margin-left: 0;
}
}
@media (max-width: 767px) {
.footer .footer__text[data-v-2a66a1c0] {
    margin-bottom: 40px;
}
}
.footer .footer__image[data-v-2a66a1c0] {
  display: none;
}
@media (max-width: 767px) {
.footer .footer__image[data-v-2a66a1c0] {
    display: block;
}
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-select-language-menu .q-btn-dropdown--split .q-btn-dropdown__arrow-container {
  padding: 0 4px;
}
.ws-select-language-menu .q-btn-dropdown--split .q-btn-dropdown__arrow-container.q-btn--outline {
  border-left: 1px solid currentColor;
}
.ws-select-language-menu .q-btn-dropdown--split .q-btn-dropdown__arrow-container:not(.q-btn--outline) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.ws-select-language-menu .q-btn-dropdown--simple * + .q-btn-dropdown__arrow {
  margin-left: 8px;
}
.ws-select-language-menu .q-btn-dropdown__arrow {
  transition: transform 0.28s;
}
.ws-select-language-menu .q-btn-dropdown--current {
  flex-grow: 1;
}
.ws-select-language-menu .q-item {
  min-height: 48px;
  padding: 8px 16px;
  color: inherit;
  transition: color 0.3s, background-color 0.3s;
}
.ws-select-language-menu .q-item__section--side {
  color: #757575;
  align-items: flex-start;
  padding-right: 16px;
  width: auto;
  min-width: 0;
  max-width: 100%;
}
.ws-select-language-menu .q-item__section--side > .q-icon {
  font-size: 24px;
}
.ws-select-language-menu .q-item__section--side > .q-avatar {
  font-size: 40px;
}
.ws-select-language-menu .q-item__section--avatar {
  color: inherit;
  min-width: 56px;
}
.ws-select-language-menu .q-item__section--thumbnail img {
  width: 100px;
  height: 56px;
}
.ws-select-language-menu .q-item__section--nowrap {
  white-space: nowrap;
}
.ws-select-language-menu .q-item > .q-item__section--thumbnail:first-child,
.ws-select-language-menu .q-item > .q-focus-helper + .q-item__section--thumbnail {
  margin-left: -16px;
}
.ws-select-language-menu .q-item > .q-item__section--thumbnail:last-of-type {
  margin-right: -16px;
}
.ws-select-language-menu .q-item__label {
  line-height: 1.2em !important;
  max-width: 100%;
}
.ws-select-language-menu .q-item__label--overline {
  color: rgba(0, 0, 0, 0.7);
}
.ws-select-language-menu .q-item__label--caption {
  color: rgba(0, 0, 0, 0.54);
}
.ws-select-language-menu .q-item__label--header {
  color: #757575;
  padding: 16px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.01786em;
}
.q-separator--spaced + .ws-select-language-menu .q-item__label--header, .q-list--padding .ws-select-language-menu .q-item__label--header {
  padding-top: 8px;
}
.ws-select-language-menu .q-item__label + .q-item__label {
  margin-top: 4px;
}
.ws-select-language-menu .q-item__section--main {
  width: auto;
  min-width: 0;
  max-width: 100%;
  flex: 10000 1 0%;
}
.ws-select-language-menu .q-item__section--main + .ws-select-language-menu .q-item__section--main {
  margin-left: 8px;
}
.ws-select-language-menu .q-item__section--main ~ .q-item__section--side {
  align-items: flex-end;
  padding-right: 0;
  padding-left: 16px;
}
.ws-select-language-menu .q-item__section--main.q-item__section--thumbnail {
  margin-left: 0;
  margin-right: -16px;
}
.ws-select-language-menu .q-list--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.ws-select-language-menu .q-list--separator > .q-item-type + .q-item-type,
.ws-select-language-menu .q-list--separator > .q-virtual-scroll__content > .q-item-type + .q-item-type {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.ws-select-language-menu .q-list--padding {
  padding: 8px 0;
}
.ws-select-language-menu .q-list--dense > .q-item, .ws-select-language-menu .q-item--dense {
  min-height: 32px;
  padding: 2px 16px;
}
.ws-select-language-menu .q-list--dark.q-list--separator > .q-item-type + .q-item-type,
.ws-select-language-menu .q-list--dark.q-list--separator > .q-virtual-scroll__content > .q-item-type + .q-item-type {
  border-top-color: rgba(255, 255, 255, 0.28);
}
.ws-select-language-menu .q-list--dark, .ws-select-language-menu .q-item--dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}
.ws-select-language-menu .q-list--dark .q-item__section--side:not(.q-item__section--avatar), .ws-select-language-menu .q-item--dark .q-item__section--side:not(.q-item__section--avatar) {
  color: rgba(255, 255, 255, 0.7);
}
.ws-select-language-menu .q-list--dark .q-item__label--header, .ws-select-language-menu .q-item--dark .q-item__label--header {
  color: rgba(255, 255, 255, 0.64);
}
.ws-select-language-menu .q-list--dark .q-item__label--overline, .ws-select-language-menu .q-list--dark .q-item__label--caption, .ws-select-language-menu .q-item--dark .q-item__label--overline, .ws-select-language-menu .q-item--dark .q-item__label--caption {
  color: rgba(255, 255, 255, 0.8);
}
.ws-select-language-menu .q-item {
  position: relative;
}
.ws-select-language-menu .q-item.q-router-link--active, .ws-select-language-menu .q-item--active {
  color: var(--q-primary);
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.q-btn[data-v-c1dda895] {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  outline: 0;
  border: 0;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.715em;
  text-decoration: none;
  color: inherit;
  background: transparent;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  height: auto;
  cursor: default;
  padding: 4px 16px;
  min-height: 2.572em;
}
.q-btn .q-icon[data-v-c1dda895], .q-btn .q-spinner[data-v-c1dda895] {
  font-size: 1.715em;
}
.q-btn.disabled[data-v-c1dda895] {
  opacity: 0.7 !important;
}
.q-btn[data-v-c1dda895]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.q-btn--actionable[data-v-c1dda895] {
  cursor: pointer;
}
.q-btn--actionable.q-btn--standard[data-v-c1dda895]:before {
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn--actionable.q-btn--standard[data-v-c1dda895]:active:before, .q-btn--actionable.q-btn--standard.q-btn--active[data-v-c1dda895]:before {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12);
}
.q-btn--no-uppercase[data-v-c1dda895] {
  text-transform: none;
}
.q-btn--rectangle[data-v-c1dda895] {
  border-radius: var(--button-border-radius);
}
.q-btn--outline[data-v-c1dda895] {
  background: transparent !important;
}
.q-btn--outline[data-v-c1dda895]:before {
  border: 1px solid currentColor;
}
.q-btn--push[data-v-c1dda895] {
  border-radius: 7px;
}
.q-btn--push[data-v-c1dda895]:before {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
.q-btn--push.q-btn--actionable[data-v-c1dda895] {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn--push.q-btn--actionable[data-v-c1dda895]:before {
  transition: border-width 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn--push.q-btn--actionable[data-v-c1dda895]:active, .q-btn--push.q-btn--actionable.q-btn--active[data-v-c1dda895] {
  transform: translateY(2px);
}
.q-btn--push.q-btn--actionable[data-v-c1dda895]:active:before, .q-btn--push.q-btn--actionable.q-btn--active[data-v-c1dda895]:before {
  border-bottom-width: 0;
}
.q-btn--rounded[data-v-c1dda895] {
  border-radius: 28px;
}
.q-btn--round[data-v-c1dda895] {
  border-radius: 50%;
  padding: 0;
  min-width: 3em;
  min-height: 3em;
}
.q-btn--square[data-v-c1dda895] {
  border-radius: 0;
}
.q-btn--flat[data-v-c1dda895]:before, .q-btn--outline[data-v-c1dda895]:before, .q-btn--unelevated[data-v-c1dda895]:before {
  box-shadow: none;
}
.q-btn--dense[data-v-c1dda895] {
  padding: 0.285em;
  min-height: 2em;
}
.q-btn--dense.q-btn--round[data-v-c1dda895] {
  padding: 0;
  min-height: 2.4em;
  min-width: 2.4em;
}
.q-btn--dense .on-left[data-v-c1dda895] {
  margin-right: 6px;
}
.q-btn--dense .on-right[data-v-c1dda895] {
  margin-left: 6px;
}
.q-btn--fab .q-icon[data-v-c1dda895], .q-btn--fab-mini .q-icon[data-v-c1dda895] {
  font-size: 24px;
}
.q-btn--fab[data-v-c1dda895] {
  padding: 16px;
  min-height: 56px;
  min-width: 56px;
}
.q-btn--fab .q-icon[data-v-c1dda895] {
  margin: auto;
}
.q-btn--fab-mini[data-v-c1dda895] {
  padding: 8px;
  min-height: 40px;
  min-width: 40px;
}
.q-btn__content[data-v-c1dda895] {
  transition: opacity 0.3s;
  z-index: 0;
}
.q-btn__content--hidden[data-v-c1dda895] {
  opacity: 0;
  pointer-events: none;
}
.q-btn__progress[data-v-c1dda895] {
  border-radius: inherit;
  z-index: 0;
}
.q-btn__progress-indicator[data-v-c1dda895] {
  z-index: -1;
  transform: translateX(-100%);
  background: rgba(255, 255, 255, 0.25);
}
.q-btn__progress--dark .q-btn__progress-indicator[data-v-c1dda895] {
  background: rgba(0, 0, 0, 0.2);
}
.q-btn--flat .q-btn__progress-indicator[data-v-c1dda895], .q-btn--outline .q-btn__progress-indicator[data-v-c1dda895] {
  opacity: 0.2;
  background: currentColor;
}
.q-btn--actionable.q-btn--standard[data-v-c1dda895]:active:before,
.q-btn--actionable.q-btn--standard.q-btn--active[data-v-c1dda895]:before,
.q-btn[data-v-c1dda895]:before {
  box-shadow: none;
  border: none;
}
.ws-color-navy[data-v-c1dda895] {
  color: #2c3843;
}
[data-v-c1dda895] .q-btn-dropdown__arrow {
  font-size: 16px;
}
[data-v-c1dda895] .q-btn-dropdown__arrow > img {
  width: 12px !important;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.q-card {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  vertical-align: top;
  background: #fff;
  position: relative;
}
.q-card > div:not(.q--avoid-card-border),
.q-card > img:not(.q--avoid-card-border) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.q-card > div:nth-child(1 of :not(.q--avoid-card-border)),
.q-card > img:nth-child(1 of :not(.q--avoid-card-border)) {
  border-top: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-card > div:nth-last-child(1 of :not(.q--avoid-card-border)),
.q-card > img:nth-last-child(1 of :not(.q--avoid-card-border)) {
  border-bottom: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-card > div:not(.q--avoid-card-border) {
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}
.q-card--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-card--dark {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.2), 0 2px 2px rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12);
}
.q-card__section {
  position: relative;
}
.q-card__section--vert {
  padding: 16px;
}
.q-card__section--horiz > div:not(.q--avoid-card-border),
.q-card__section--horiz > img:not(.q--avoid-card-border) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.q-card__section--horiz > div:nth-child(1 of :not(.q--avoid-card-border)),
.q-card__section--horiz > img:nth-child(1 of :not(.q--avoid-card-border)) {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.q-card__section--horiz > div:nth-last-child(1 of :not(.q--avoid-card-border)),
.q-card__section--horiz > img:nth-last-child(1 of :not(.q--avoid-card-border)) {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-card__section--horiz > div:not(.q--avoid-card-border) {
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}
.q-card__actions {
  padding: 8px;
  align-items: center;
}
.q-card__actions .q-btn--rectangle {
  padding: 0 8px;
}
.q-card__actions--horiz > .q-btn-item + .q-btn-item,
.q-card__actions--horiz > .q-btn-group + .q-btn-item,
.q-card__actions--horiz > .q-btn-item + .q-btn-group {
  margin-left: 8px;
}
.q-card__actions--vert > .q-btn-item.q-btn--round {
  align-self: center;
}
.q-card__actions--vert > .q-btn-item + .q-btn-item,
.q-card__actions--vert > .q-btn-group + .q-btn-item,
.q-card__actions--vert > .q-btn-item + .q-btn-group {
  margin-top: 4px;
}
.q-card__actions--vert > .q-btn-group > .q-btn-item {
  flex-grow: 1;
}
.q-card > img {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
@media screen and (max-width: 767px) {
.theme--cary .footer__text {
    margin-right: -42px;
}
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.section-fit[data-v-5e0a25d0] {
  width: 468px;
  max-width: 468px;
}
section[data-v-5e0a25d0] {
  margin: 8px;
}
section .login-card[data-v-5e0a25d0] {
  max-width: 468px;
  min-width: 420px;
  box-shadow: 0 16px 32px rgba(190, 200, 209, 0.25);
  border-radius: 6px;
  padding: 48px 56px 48px 48px;
}
section .login-card__logo[data-v-5e0a25d0] {
  display: block;
  width: min-content;
  margin-bottom: 80px;
}
section .footer[data-v-5e0a25d0] {
  display: none;
}
div.max-w-custom[data-v-5e0a25d0] {
  max-width: 280px;
}
@media screen and (min-width: 1260px) {
section[data-v-5e0a25d0] {
    margin-left: 0;
    margin-right: 0;
}
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
section[data-v-5e0a25d0] {
    margin-left: 32px;
}
}
@media screen and (max-width: 1259px) {
section .login-card[data-v-5e0a25d0] {
    max-width: 430px;
}
.section-fit[data-v-5e0a25d0] {
    max-width: 430px;
    min-width: auto;
}
}
@media screen and (max-width: 850px) {
.section-fit[data-v-5e0a25d0] {
    width: 100%;
}
section .login-card[data-v-5e0a25d0] {
    min-width: 410px;
}
}
@media screen and (max-width: 767px) {
section .login-card[data-v-5e0a25d0] {
    min-width: unset;
    width: 100%;
    padding: 48px 24px 0 24px;
}
section .footer[data-v-5e0a25d0] {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-top: 1px solid #bec8d1;
    margin-top: 32px;
    margin-left: 0;
}
}
@media screen and (max-width: 414px) {
section .login-card[data-v-5e0a25d0] {
    min-width: auto;
}
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
section[data-v-81ad7fc4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 660px;
  width: auto;
  margin: 35px 8px 0 72px;
  padding-left: 69px;
}
section .icon-pos-fix[data-v-81ad7fc4] {
  border-radius: var(--ws-border-radius, 6px);
}
section .login-image[data-v-81ad7fc4] {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.theme--cary .help-text[data-v-81ad7fc4] >p>a {
  color: var(--theme-primary);
}
.theme--loopia .help-text[data-v-81ad7fc4] >p>a {
  color: #820500;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
section[data-v-81ad7fc4] {
    margin: 0 32px 0 0;
}
}
@media screen and (max-width: 1023px) {
section[data-v-81ad7fc4] {
    max-width: 450px;
    padding-left: 40px;
}
}
@media screen and (max-width: 767px) {
section[data-v-81ad7fc4] {
    display: none;
}
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-users-list[data-v-421015d5] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ws-users-list .ws-users-list__li[data-v-421015d5] {
  display: flex;
  align-items: center;
}
.ws-users-list .ws-users-list__li .ws-users-list__remove[data-v-421015d5] {
  transition: filter 100ms ease-in-out;
  filter: grayscale(1) opacity(0.5);
}
.ws-users-list .ws-users-list__li:hover .ws-users-list__remove[data-v-421015d5] {
  filter: grayscale(0) opacity(1);
}
.ws-users-list .ws-users-list__li:focus-within .ws-users-list__remove[data-v-421015d5] {
  filter: grayscale(0) opacity(1);
}
.ws-users-list .ws-users-list__user[data-v-421015d5] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 330px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 12px 16px;
  min-height: 48px;
  border-radius: 6px;
  transition: background-color 100ms ease-in-out;
  font-size: 14px;
  line-height: 16px;
  color: #2c3843;
}
@media (max-width: 1259px) {
.ws-users-list .ws-users-list__user[data-v-421015d5] {
    width: 294px;
}
}
.ws-users-list .ws-users-list__user[data-v-421015d5]:hover {
  background-color: #F4F5F6;
}
.ws-users-list .ws-users-list__user[data-v-421015d5]:active {
  background-color: #e1e1e1;
}
@media (max-width: 767px) {
.ws-users-list .ws-users-list__user[data-v-421015d5] {
    padding: 8px;
}
}
.ws-users-list .ws-users-list__data[data-v-421015d5] {
  width: calc(100% - 24px);
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.ws-users-list .ws-users-list__data .ws-users-list__name[data-v-421015d5] {
  flex: 1;
  max-width: 80%;
  overflow: clip;
  text-overflow: ellipsis;
  padding: 0 8px;
  text-align: left;
  font-weight: 700;
  color: #2c3843;
}
.ws-users-list .ws-users-list__data .ws-users-list__date[data-v-421015d5] {
  color: #717c86;
  text-align: right;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-price-badge[data-v-2ffc6950] {
  min-height: 42px;
  padding: 6px 20px 6px 20px;
  border-radius: 6px;
  background: #e7f0f8;
  font-weight: 700;
  font-size: 18px;
}
.ws-price-badge span[data-v-2ffc6950] {
  color: #717c86;
  font-size: 13px;
  font-weight: 400;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-state-banner[data-v-266867bc] {
  display: flex;
  padding: 16px;
  border: var(--ws-thin-line, 1px) solid var(--ws-lines-color, var(--ws-base050, #e2e5e9));
  border-radius: 2px;
  color: #2c3843;
}
.ws-state-banner.large[data-v-266867bc] {
  padding: 16px 16px;
}
.ws-state-banner.medium[data-v-266867bc] {
  padding: 8px 16px;
}
.ws-state-banner.small[data-v-266867bc] {
  padding: 4px 8px;
}
.ws-state-banner.default[data-v-266867bc] {
  background: var(--info-message-bg, #e7f0f8);
  border-color: var(--info-message-border, #1437ff);
}
.ws-state-banner.info[data-v-266867bc] {
  background: var(--info-message-bg, #e7f0f8);
  border-color: var(--info-message-border, #1437ff);
}
.ws-state-banner.success[data-v-266867bc] {
  background: var(--success-message-bg, #e1ffdc);
  border-color: var(--success-message-border, #2fd17d);
}
.ws-state-banner.error[data-v-266867bc] {
  color: var(--error-message-text, #ff005a);
  background: var(--error-message-bg, #ffdcdc);
  border-color: var(--error-message-border, #ff005a);
}
.ws-state-banner.alert[data-v-266867bc] {
  color: var(--error-message-text, #ff005a);
  background: var(--error-message-bg, #ffdcdc);
  border-color: var(--error-message-border, #ff005a);
}
.ws-state-banner.neutral[data-v-266867bc] {
  background: var(--neutral-message-bg, #f9fbfc);
  border-color: var(--neutral-message-border, #8C8C8C);
}
.ws-state-banner.gray[data-v-266867bc] {
  background: var(--neutral-message-bg, #f9fbfc);
  border-color: var(--neutral-message-border, #8C8C8C);
}
.ws-state-banner.warning[data-v-266867bc] {
  background: var(--warning-message-bg, #fff5d2);
  border-color: var(--warning-message-border, #ff5a14);
}
.ws-state-banner .ws-state-banner-inner-wrapper[data-v-266867bc] {
  width: 100%;
}
.ws-state-banner .ws-state-banner__content[data-v-266867bc] {
  flex: 1;
  word-break: break-word;
}
.ws-state-banner .ws-state-banner__title[data-v-266867bc] {
  font-weight: 400;
  font-size: 16px;
  text-align: start;
}
.ws-state-banner.default .ws-state-banner__title[data-v-266867bc] {
  color: var(--state-banner-title-color, #1437ff);
}
.ws-state-banner.info .ws-state-banner__title[data-v-266867bc] {
  color: var(--state-banner-title-color, #1437ff);
}
.ws-state-banner.warning .ws-state-banner__title[data-v-266867bc] {
  color: #ff5a14;
}
.ws-state-banner .ws-state-banner__text[data-v-266867bc] {
  margin: 0;
  font-size: 14.224px;
  line-height: 20px;
  text-align: start;
}
.ws-state-banner.error .ws-state-banner__text[data-v-266867bc] {
  color: var(--error-message-text, #ff005a);
}
.ws-state-banner.default .ws-icon[data-v-266867bc] {
  color: var(--state-banner-title-color, #1437ff);
}
.ws-state-banner.info .ws-icon[data-v-266867bc] {
  color: var(--state-banner-title-color, #1437ff);
}
.ws-state-banner.success .ws-icon[data-v-266867bc] {
  color: #2fd17d;
}
.ws-state-banner.neutral .ws-icon[data-v-266867bc] {
  color: #2fd17d;
}
.ws-state-banner.gray .ws-icon[data-v-266867bc] {
  color: #2fd17d;
}
.ws-state-banner.warning .ws-icon[data-v-266867bc] {
  color: #ff5a14;
}
.ws-state-banner .ws-state-banner__icon[data-v-266867bc] {
  align-self: flex-start;
  margin-right: 16px;
}
.ws-state-banner .close-button[data-v-266867bc] {
  margin-left: 16px;
  font-weight: 400;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background: transparent;
  color: red;
  cursor: pointer;
}
.ws-state-banner.info[data-v-266867bc] .ws-button {
  --button-color-primary: var(--state-banner-title-color, #1437ff);
}
.ws-state-banner.default[data-v-266867bc] .ws-button {
  --button-color-primary: var(--state-banner-title-color, #1437ff);
}
.ws-state-banner.success[data-v-266867bc] .ws-button {
  --button-color-primary: var(--ws-text-color-dark, var(--ws-base140, #2b3339));
}
.ws-state-banner.error[data-v-266867bc] .ws-button {
  --button-color-primary: var(--error-message-text, #ff005a);
}
.ws-state-banner.neutral[data-v-266867bc] .ws-button {
  --button-color-primary: var(--state-banner-title-color, #1437ff);
}
.ws-state-banner.gray[data-v-266867bc] .ws-button {
  --button-color-primary: var(--state-banner-title-color, #1437ff);
}
.ws-state-banner.warning[data-v-266867bc] .ws-button {
  --button-color-primary: var(--ws-text-color-dark, var(--ws-base140, #2b3339));
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.totp-inputs[data-v-8a6e8eb8] {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.totp-inputs .code-input-container[data-v-8a6e8eb8] {
  display: flex;
  width: fit-content;
  gap: 16px;
}
@media (max-width: 460px) {
.totp-inputs .code-input-container[data-v-8a6e8eb8] {
    gap: 5px;
}
}
.totp-inputs .resend-code-button[data-v-8a6e8eb8] {
  display: block;
  margin: auto;
}
.totp-inputs .code-input[data-v-8a6e8eb8] {
  width: 48px;
  height: 48px;
  border: 1px solid #BEC8D1;
  border-radius: 2px;
  text-align: center;
  font-size: 24px;
  caret-color: transparent;
}
@media (max-width: 415px) {
.totp-inputs .code-input[data-v-8a6e8eb8] {
    width: 40px;
    height: 40px;
}
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-timeline[data-v-3c5d9d7b] {
  width: 100%;
  overflow: auto;
}
.ws-timeline[data-v-3c5d9d7b] > div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
.ws-timeline[data-v-3c5d9d7b] > div {
    flex-direction: column;
}
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.expandable-text[data-v-d19f9e93] {
  height: 100%;
}
.expandable-text .paragraph[data-v-d19f9e93] {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-align: left;
}
.expandable-text .paragraph.paragraph-expanded[data-v-d19f9e93] {
  white-space: normal;
}
.expandable-text .expandable-button[data-v-d19f9e93] {
  cursor: pointer;
  display: flex;
  margin-left: 4px;
}
.expandable-text .ws-icon[data-v-d19f9e93] {
  transition: transform 0.35s ease;
  transition-delay: 0.01s;
}
.expandable-text .ws-icon.expanded[data-v-d19f9e93] {
  transform: rotate(180deg);
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.q-textarea .q-field__control {
  min-height: 56px;
  height: auto;
}
.q-textarea .q-field__control-container {
  padding-top: 2px;
  padding-bottom: 2px;
}
.q-textarea .q-field__shadow {
  top: 2px;
  bottom: 2px;
}
.q-textarea .q-field__native, .q-textarea .q-field__prefix, .q-textarea .q-field__suffix {
  line-height: 18px;
}
.q-textarea .q-field__native {
  resize: vertical;
  padding-top: 17px;
  min-height: 52px;
}
.q-textarea.q-field--labeled .q-field__control-container {
  padding-top: 26px;
}
.q-textarea.q-field--labeled .q-field__shadow {
  top: 26px;
}
.q-textarea.q-field--labeled .q-field__native, .q-textarea.q-field--labeled .q-field__prefix, .q-textarea.q-field--labeled .q-field__suffix {
  padding-top: 0;
}
.q-textarea.q-field--labeled .q-field__native {
  min-height: 26px;
  padding-top: 1px;
}
.q-textarea--autogrow .q-field__native {
  resize: none;
}
.q-textarea.q-field--dense .q-field__control, .q-textarea.q-field--dense .q-field__native {
  min-height: 36px;
}
.q-textarea.q-field--dense .q-field__native {
  padding-top: 9px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__control-container {
  padding-top: 14px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__shadow {
  top: 14px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__native {
  min-height: 24px;
  padding-top: 3px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__prefix, .q-textarea.q-field--dense.q-field--labeled .q-field__suffix {
  padding-top: 2px;
}
body.mobile .q-textarea .q-field__native,
.q-textarea.disabled .q-field__native {
  resize: none;
}
.q-field {
  font-size: 14px;
}
.q-field ::-ms-clear,
.q-field ::-ms-reveal {
  display: none;
}
.q-field--with-bottom {
  padding-bottom: 20px;
}
.q-field__marginal {
  height: 56px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px;
}
.q-field__marginal > * + * {
  margin-left: 2px;
}
.q-field__marginal .q-avatar {
  font-size: 32px;
}
.q-field__before, .q-field__prepend {
  padding-right: 12px;
}
.q-field__after, .q-field__append {
  padding-left: 12px;
}
.q-field__after:empty, .q-field__append:empty {
  display: none;
}
.q-field__append + .q-field__append {
  padding-left: 2px;
}
.q-field__inner {
  text-align: left;
}
.q-field__bottom {
  font-size: 12px;
  min-height: 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.54);
  padding: 8px 12px 0;
  backface-visibility: hidden;
}
.q-field__bottom--animated {
  transform: translateY(100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.q-field__messages {
  line-height: 1;
}
.q-field__messages > div {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.q-field__messages > div + div {
  margin-top: 4px;
}
.q-field__counter {
  padding-left: 8px;
  line-height: 1;
}
.q-field--item-aligned {
  padding: 8px 16px;
}
.q-field--item-aligned .q-field__before {
  min-width: 56px;
}
.q-field__control-container {
  height: inherit;
}
.q-field__control {
  color: var(--q-primary);
  height: 56px;
  max-width: 100%;
  outline: none;
}
.q-field__control:before, .q-field__control:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.q-field__control:before {
  border-radius: inherit;
}
.q-field__shadow {
  top: 8px;
  opacity: 0;
  overflow: hidden;
  white-space: pre-wrap;
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field__shadow + .q-field__native::placeholder {
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field__shadow + .q-field__native:focus::placeholder {
  opacity: 0;
}
.q-field__native, .q-field__prefix, .q-field__suffix, .q-field__input {
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  border: none;
  border-radius: 0;
  background: none;
  color: rgba(0, 0, 0, 0.87);
  outline: 0;
  padding: 6px 0;
}
.q-field__native, .q-field__input {
  width: 100%;
  min-width: 0;
  outline: 0 !important;
  user-select: auto;
}
.q-field__native:-webkit-autofill, .q-field__input:-webkit-autofill {
  -webkit-animation-name: q-autofill;
  -webkit-animation-fill-mode: both;
}
.q-field__native:-webkit-autofill + .q-field__label, .q-field__input:-webkit-autofill + .q-field__label {
  transform: translateY(-40%) scale(0.75);
}
.q-field__native[type=color] + .q-field__label, .q-field__native[type=date] + .q-field__label, .q-field__native[type=datetime-local] + .q-field__label, .q-field__native[type=month] + .q-field__label, .q-field__native[type=time] + .q-field__label, .q-field__native[type=week] + .q-field__label, .q-field__input[type=color] + .q-field__label, .q-field__input[type=date] + .q-field__label, .q-field__input[type=datetime-local] + .q-field__label, .q-field__input[type=month] + .q-field__label, .q-field__input[type=time] + .q-field__label, .q-field__input[type=week] + .q-field__label {
  transform: translateY(-40%) scale(0.75);
}
.q-field__native:invalid, .q-field__input:invalid {
  box-shadow: none;
}
.q-field__native[type=file] {
  line-height: 1em;
}
.q-field__input {
  padding: 0;
  height: 0;
  min-height: 24px;
  line-height: 24px;
}
.q-field__prefix, .q-field__suffix {
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.q-field__prefix {
  padding-right: 4px;
}
.q-field__suffix {
  padding-left: 4px;
}
.q-field--readonly .q-placeholder, .q-field--disabled .q-placeholder {
  opacity: 1 !important;
}
.q-field--readonly.q-field--labeled .q-field__native, .q-field--readonly.q-field--labeled .q-field__input {
  cursor: default;
}
.q-field--readonly.q-field--float .q-field__native, .q-field--readonly.q-field--float .q-field__input {
  cursor: text;
}
.q-field--disabled .q-field__inner {
  cursor: not-allowed;
}
.q-field--disabled .q-field__control {
  pointer-events: none;
}
.q-field--disabled .q-field__control > div {
  opacity: 0.6 !important;
}
.q-field--disabled .q-field__control > div,
.q-field--disabled .q-field__control > div * {
  outline: 0 !important;
}
.q-field__label {
  left: 0;
  top: 18px;
  max-width: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  transform-origin: left top;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.324s cubic-bezier(0.4, 0, 0.2, 1);
  backface-visibility: hidden;
}
.q-field--float .q-field__label {
  max-width: 133%;
  transform: translateY(-40%) scale(0.75);
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.396s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--highlighted .q-field__label {
  color: currentColor;
}
.q-field--highlighted .q-field__shadow {
  opacity: 0.5;
}
.q-field--filled .q-field__control {
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 0 0;
}
.q-field--filled .q-field__control:before {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  opacity: 0;
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1), background 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--filled .q-field__control:hover:before {
  opacity: 1;
}
.q-field--filled .q-field__control:after {
  height: 2px;
  top: auto;
  transform-origin: center bottom;
  transform: scale3d(0, 1, 1);
  background: currentColor;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--filled.q-field--rounded .q-field__control {
  border-radius: 28px 28px 0 0;
}
.q-field--filled.q-field--highlighted .q-field__control:before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.12);
}
.q-field--filled.q-field--highlighted .q-field__control:after {
  transform: scale3d(1, 1, 1);
}
.q-field--filled.q-field--dark .q-field__control, .q-field--filled.q-field--dark .q-field__control:before {
  background: rgba(255, 255, 255, 0.07);
}
.q-field--filled.q-field--dark.q-field--highlighted .q-field__control:before {
  background: rgba(255, 255, 255, 0.1);
}
.q-field--filled.q-field--readonly .q-field__control:before {
  opacity: 1;
  background: transparent;
  border-bottom-style: dashed;
}
.q-field--outlined .q-field__control {
  border-radius: 4px;
  padding: 0 12px;
}
.q-field--outlined .q-field__control:before {
  border: 1px solid rgba(0, 0, 0, 0.24);
  transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--outlined .q-field__control:hover:before {
  border-color: #000;
}
.q-field--outlined .q-field__control:after {
  height: inherit;
  border-radius: inherit;
  border: 2px solid transparent;
  transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--outlined .q-field__native:-webkit-autofill,
.q-field--outlined .q-field__input:-webkit-autofill {
  margin-top: 1px;
  margin-bottom: 1px;
}
.q-field--outlined.q-field--rounded .q-field__control {
  border-radius: 28px;
}
.q-field--outlined.q-field--highlighted .q-field__control:hover:before {
  border-color: transparent;
}
.q-field--outlined.q-field--highlighted .q-field__control:after {
  border-color: currentColor;
  border-width: 2px;
  transform: scale3d(1, 1, 1);
}
.q-field--outlined.q-field--readonly .q-field__control:before {
  border-style: dashed;
}
.q-field--standard .q-field__control:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--standard .q-field__control:hover:before {
  border-color: #000;
}
.q-field--standard .q-field__control:after {
  height: 2px;
  top: auto;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  transform-origin: center bottom;
  transform: scale3d(0, 1, 1);
  background: currentColor;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--standard.q-field--highlighted .q-field__control:after {
  transform: scale3d(1, 1, 1);
}
.q-field--standard.q-field--readonly .q-field__control:before {
  border-bottom-style: dashed;
}
.q-field--dark .q-field__control:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.q-field--dark .q-field__control:hover:before {
  border-color: #fff;
}
.q-field--dark .q-field__native, .q-field--dark .q-field__prefix, .q-field--dark .q-field__suffix, .q-field--dark .q-field__input {
  color: #fff;
}
.q-field--dark:not(.q-field--highlighted) .q-field__label, .q-field--dark .q-field__marginal, .q-field--dark .q-field__bottom {
  color: rgba(255, 255, 255, 0.7);
}
.q-field--standout .q-field__control {
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  transition: box-shadow 0.36s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--standout .q-field__control:before {
  background: rgba(0, 0, 0, 0.07);
  opacity: 0;
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1), background 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--standout .q-field__control:hover:before {
  opacity: 1;
}
.q-field--standout.q-field--rounded .q-field__control {
  border-radius: 28px;
}
.q-field--standout.q-field--highlighted .q-field__control {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  background: #000;
}
.q-field--standout.q-field--highlighted .q-field__native, .q-field--standout.q-field--highlighted .q-field__prefix, .q-field--standout.q-field--highlighted .q-field__suffix, .q-field--standout.q-field--highlighted .q-field__prepend, .q-field--standout.q-field--highlighted .q-field__append, .q-field--standout.q-field--highlighted .q-field__input {
  color: #fff;
}
.q-field--standout.q-field--readonly .q-field__control:before {
  opacity: 1;
  background: transparent;
  border: 1px dashed rgba(0, 0, 0, 0.24);
}
.q-field--standout.q-field--dark .q-field__control {
  background: rgba(255, 255, 255, 0.07);
}
.q-field--standout.q-field--dark .q-field__control:before {
  background: rgba(255, 255, 255, 0.07);
}
.q-field--standout.q-field--dark.q-field--highlighted .q-field__control {
  background: #fff;
}
.q-field--standout.q-field--dark.q-field--highlighted .q-field__native, .q-field--standout.q-field--dark.q-field--highlighted .q-field__prefix, .q-field--standout.q-field--dark.q-field--highlighted .q-field__suffix, .q-field--standout.q-field--dark.q-field--highlighted .q-field__prepend, .q-field--standout.q-field--dark.q-field--highlighted .q-field__append, .q-field--standout.q-field--dark.q-field--highlighted .q-field__input {
  color: #000;
}
.q-field--standout.q-field--dark.q-field--readonly .q-field__control:before {
  border-color: rgba(255, 255, 255, 0.24);
}
.q-field--labeled .q-field__native, .q-field--labeled .q-field__prefix, .q-field--labeled .q-field__suffix {
  line-height: 24px;
  padding-top: 24px;
  padding-bottom: 8px;
}
.q-field--labeled .q-field__shadow {
  top: 0;
}
.q-field--labeled:not(.q-field--float) .q-field__prefix, .q-field--labeled:not(.q-field--float) .q-field__suffix {
  opacity: 0;
}
.q-field--labeled:not(.q-field--float) .q-field__native::-webkit-input-placeholder, .q-field--labeled:not(.q-field--float) .q-field__input::-webkit-input-placeholder {
  color: transparent;
}
.q-field--labeled:not(.q-field--float) .q-field__native::-moz-placeholder, .q-field--labeled:not(.q-field--float) .q-field__input::-moz-placeholder {
  color: transparent;
}
.q-field--labeled:not(.q-field--float) .q-field__native:-ms-input-placeholder, .q-field--labeled:not(.q-field--float) .q-field__input:-ms-input-placeholder {
  color: transparent !important;
}
.q-field--labeled:not(.q-field--float) .q-field__native::-ms-input-placeholder, .q-field--labeled:not(.q-field--float) .q-field__input::-ms-input-placeholder {
  color: transparent;
}
.q-field--labeled:not(.q-field--float) .q-field__native::placeholder, .q-field--labeled:not(.q-field--float) .q-field__input::placeholder {
  color: transparent;
}
.q-field--labeled.q-field--dense .q-field__native, .q-field--labeled.q-field--dense .q-field__prefix, .q-field--labeled.q-field--dense .q-field__suffix {
  padding-top: 14px;
  padding-bottom: 2px;
}
.q-field--dense .q-field--with-bottom {
  padding-bottom: 19px;
}
.q-field--dense .q-field__shadow {
  top: 0;
}
.q-field--dense .q-field__control, .q-field--dense .q-field__marginal {
  height: 40px;
}
.q-field--dense .q-field__bottom {
  font-size: 11px;
}
.q-field--dense .q-field__label {
  font-size: 14px;
  top: 10px;
}
.q-field--dense .q-field__before, .q-field--dense .q-field__prepend {
  padding-right: 6px;
}
.q-field--dense .q-field__after, .q-field--dense .q-field__append {
  padding-left: 6px;
}
.q-field--dense .q-field__append + .q-field__append {
  padding-left: 2px;
}
.q-field--dense .q-field__marginal .q-avatar {
  font-size: 24px;
}
.q-field--dense.q-field--float .q-field__label {
  transform: translateY(-30%) scale(0.75);
}
.q-field--dense .q-field__native:-webkit-autofill + .q-field__label, .q-field--dense .q-field__input:-webkit-autofill + .q-field__label {
  transform: translateY(-30%) scale(0.75);
}
.q-field--dense .q-field__native[type=color] + .q-field__label, .q-field--dense .q-field__native[type=date] + .q-field__label, .q-field--dense .q-field__native[type=datetime-local] + .q-field__label, .q-field--dense .q-field__native[type=month] + .q-field__label, .q-field--dense .q-field__native[type=time] + .q-field__label, .q-field--dense .q-field__native[type=week] + .q-field__label, .q-field--dense .q-field__input[type=color] + .q-field__label, .q-field--dense .q-field__input[type=date] + .q-field__label, .q-field--dense .q-field__input[type=datetime-local] + .q-field__label, .q-field--dense .q-field__input[type=month] + .q-field__label, .q-field--dense .q-field__input[type=time] + .q-field__label, .q-field--dense .q-field__input[type=week] + .q-field__label {
  transform: translateY(-30%) scale(0.75);
}
.q-field--borderless .q-field__bottom, .q-field--borderless.q-field--dense .q-field__control, .q-field--standard .q-field__bottom, .q-field--standard.q-field--dense .q-field__control {
  padding-left: 0;
  padding-right: 0;
}
.q-field--error .q-field__label {
  animation: q-field-label 0.36s;
}
.q-field--error .q-field__bottom {
  color: var(--q-negative);
}
.q-field__focusable-action {
  opacity: 0.6;
  cursor: pointer;
  outline: 0 !important;
  border: 0;
  color: inherit;
  background: transparent;
  padding: 0;
}
.q-field__focusable-action:hover, .q-field__focusable-action:focus {
  opacity: 1;
}
.q-field--auto-height .q-field__control {
  height: auto;
}
.q-field--auto-height .q-field__control, .q-field--auto-height .q-field__native {
  min-height: 56px;
}
.q-field--auto-height .q-field__native {
  align-items: center;
}
.q-field--auto-height .q-field__control-container {
  padding-top: 0;
}
.q-field--auto-height .q-field__native, .q-field--auto-height .q-field__prefix, .q-field--auto-height .q-field__suffix {
  line-height: 18px;
}
.q-field--auto-height.q-field--labeled .q-field__control-container {
  padding-top: 24px;
}
.q-field--auto-height.q-field--labeled .q-field__shadow {
  top: 24px;
}
.q-field--auto-height.q-field--labeled .q-field__native, .q-field--auto-height.q-field--labeled .q-field__prefix, .q-field--auto-height.q-field--labeled .q-field__suffix {
  padding-top: 0;
}
.q-field--auto-height.q-field--labeled .q-field__native {
  min-height: 24px;
}
.q-field--auto-height.q-field--dense .q-field__control, .q-field--auto-height.q-field--dense .q-field__native {
  min-height: 40px;
}
.q-field--auto-height.q-field--dense.q-field--labeled .q-field__control-container {
  padding-top: 14px;
}
.q-field--auto-height.q-field--dense.q-field--labeled .q-field__shadow {
  top: 14px;
}
.q-field--auto-height.q-field--dense.q-field--labeled .q-field__native {
  min-height: 24px;
}
.q-field--square .q-field__control {
  border-radius: 0 !important;
}
.q-transition--field-message-enter-active, .q-transition--field-message-leave-active {
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.q-transition--field-message-enter-from, .q-transition--field-message-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.q-transition--field-message-leave-from, .q-transition--field-message-leave-active {
  position: absolute;
}
@keyframes q-field-label {
40% {
    margin-left: 2px;
}
60%, 80% {
    margin-left: -2px;
}
70%, 90% {
    margin-left: 2px;
}
}
@keyframes q-autofill {
to {
    background: transparent;
    color: inherit;
}
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-input.ws-input--dark[data-v-bef17524] {
  --ws-input-border-color: var(--ws-base130, #3c424c);
  --ws-input-background-color: var(--ws-base160, #242628);
  --ws-input-text-color: white;
}
.ws-input.q-textarea[data-v-bef17524] .q-field__control-container {
  padding-top: 2px;
}
.ws-input[data-v-bef17524] > .q-field__inner > .q-field__control {
  box-shadow: none;
  height: auto;
  min-height: var(--ws-input-height-md, 60px);
  padding: 0 16px;
  background: var(--ws-input-background-color, var(--ws-white, #ffffff));
  border-radius: var(--ws-input-border-radius, var(--ws-border-radius-sm, 2px));
  color: unset;
}
.ws-input.q-field--readonly[data-v-bef17524] > .q-field__inner > .q-field__control {
  background: var(--ws-input-background-color-disabled, #F9FBFC);
  cursor: auto;
}
.ws-input.q-field--disabled[data-v-bef17524] > .q-field__inner > .q-field__control {
  background: var(--ws-input-background-color-disabled, #F9FBFC);
}
.ws-input.with-phone-prefix-select[data-v-bef17524] > .q-field__inner > .q-field__control {
  padding-left: 8px;
}
.ws-input.optional-text[data-v-bef17524] > .q-field__inner > .q-field__control {
  flex-direction: column;
  padding-right: 12px;
}
.ws-input.ws-phone-input[data-v-bef17524] > .q-field__inner > .q-field__control {
  padding: 0;
}
.ws-input.ws-input--size-small[data-v-bef17524] > .q-field__inner > .q-field__control {
  min-height: var(--ws-input-height-sm, 42px);
}
.ws-input.ws-input--size-mini[data-v-bef17524] > .q-field__inner > .q-field__control {
  height: var(--ws-input-height-xs, 32px);
  min-height: var(--ws-input-height-xs, 32px);
  padding: 0 8px;
}
.ws-input.ws-input--size-huge[data-v-bef17524] > .q-field__inner > .q-field__control {
  min-height: var(--ws-input-huge-height-desktop, 96px);
  border-radius: var(--ws-input-border-radius-huge, var(--ws-border-radius, 6px));
  padding: 0 24px;
  font-size: 20px;
  font-family: var(--font-brand);
  font-weight: bold;
}
@media (max-width: 1023px) {
.ws-input.ws-input--size-huge[data-v-bef17524] > .q-field__inner > .q-field__control {
    min-height: var(--ws-input-huge-height-tablet, 80px);
}
}
@media (max-width: 767px) {
.ws-input.ws-input--size-huge[data-v-bef17524] > .q-field__inner > .q-field__control {
    min-height: var(--ws-input-huge-height-mobile, 70px);
}
}
.ws-input[data-v-bef17524] > .q-field__inner > .q-field__control::before {
  border-radius: var(--ws-input-border-radius, var(--ws-border-radius-sm, 2px));
  border-color: var(--ws-input-border-color, #bec8d1);
  border-width: var(--ws-input-border-width, 1px);
}
.ws-input[data-v-bef17524] > .q-field__inner > .q-field__control:hover::before {
  border-color: var(--ws-input-border-color-hover, #97a1ab);
}
.ws-input.ws-input--size-huge[data-v-bef17524] > .q-field__inner > .q-field__control::before {
  border-radius: var(--ws-input-border-radius-huge, var(--ws-border-radius, 6px));
}
.ws-input[data-v-bef17524] > .q-field__inner > .q-field__control:not(._)::after {
  align-self: stretch;
  height: auto;
  border-radius: var(--ws-input-border-radius, var(--ws-border-radius-sm, 2px));
  border-color: transparent;
  border-width: var(--ws-input-border-width, 1px);
}
.ws-input.q-field--highlighted.q-field--outlined[data-v-bef17524] > .q-field__inner > .q-field__control::after {
  --ws-input-border-color: var(--ws-input-border-color-highlighted, var(--ws-primary, #1437FF));
  border-color: var(--ws-input-border-color, #bec8d1);
}
.ws-input.q-field--highlighted.q-field--outlined.q-field--error[data-v-bef17524] > .q-field__inner > .q-field__control::after {
  --ws-input-border-color: var(--ws-input-border-color-error, var(--ws-error, #dd5656));
  color: var(--ws-error, #dd5656);
}
.ws-input.ws-input--size-huge[data-v-bef17524] > .q-field__inner > .q-field__control::after {
  border-radius: var(--ws-input-border-radius-huge, var(--ws-border-radius, 6px));
}
.ws-input.q-field--focused[data-v-bef17524] > .q-field__inner > .q-field__control::after {
  box-shadow: var(--ws-input-focus-boxshadow);
}
.ws-input[data-v-bef17524] > .q-field__inner > .q-field__control .q-field__marginal {
  height: unset;
  align-self: stretch;
}
.ws-input.with-phone-prefix-select[data-v-bef17524] > .q-field__inner > .q-field__control .q-field__marginal {
  height: auto;
}
.ws-input.optional-text[data-v-bef17524] > .q-field__inner > .q-field__control .q-field__marginal {
  height: 24px;
  width: 100%;
}
.ws-input[data-v-bef17524] .q-field__before {
  align-self: stretch;
  height: auto;
}
.ws-input[data-v-bef17524] .q-field__after {
  height: var(--ws-input-height-md, 60px);
}
.ws-input[data-v-bef17524] .q-field__label {
  width: 100%;
  top: 34%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #6B7073;
}
.ws-input.q-field--highlighted.q-field--outlined.q-field--error[data-v-bef17524] .q-field__label {
  color: var(--ws-error, #dd5656);
}
.ws-input.q-textarea[data-v-bef17524] .q-field__label {
  top: 18px;
}
.ws-input[data-v-bef17524] .q-field__native {
  color: var(--ws-input-text-color, var(--ws-base140, #2b3339));
}
.ws-input.q-field--labeled[data-v-bef17524] .q-field__native {
  padding-top: 22px;
  padding-bottom: 4px;
}
.ws-input.ws-input--size-mini[data-v-bef17524] .q-field__native {
  padding: 0;
}
.ws-input.ws-input--size-huge[data-v-bef17524] .q-field__native {
  font-weight: bold;
}
.ws-input.q-field--readonly[data-v-bef17524] .q-field__native {
  cursor: auto;
}
.ws-input.optional-text[data-v-bef17524] .q-field__append {
  align-items: baseline;
  justify-content: end;
  line-height: 14px;
}
.ws-input[data-v-bef17524] .q-field__bottom {
  font-size: 14px;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  max-width: 100%;
}
.ws-input.q-field--highlighted.q-field--outlined.q-field--error[data-v-bef17524] .q-field__bottom {
  color: var(--ws-error, #dd5656);
}
.ws-input.q-field--highlighted.q-field--outlined.q-field--error[data-v-bef17524] .q-field__bottom--animated {
  transform: translateY(0);
  position: static;
}
.ws-input[data-v-bef17524] .q-field__messages > div {
  padding: 4px;
}
.ws-input .ws-input__optional[data-v-bef17524] {
  font-size: 14px;
  color: #717c86;
}
.ws-input.q-textarea[data-v-bef17524] textarea {
  resize: none;
}
.ws-input[data-v-bef17524] .q-placeholder::placeholder {
  color: #717c86;
}
.ws-input.ws-input--dark[data-v-bef17524] .q-placeholder::placeholder {
  color: rgba(255, 255, 255, 0.7);
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
@media (min-width: 500px) {
.ws-password-strength[data-v-75ad3a79] {
    display: grid;
    grid-template-areas: "left right";
    justify-content: space-between;
    align-items: start;
    column-gap: 40px;
}
}
@media (min-width: 768px) {
.ws-password-strength[data-v-75ad3a79] {
    column-gap: 64px;
}
}
.ws-password-strength ul[data-v-75ad3a79] {
  list-style: none;
  margin: 0;
}
.ws-password-strength ul > li[data-v-75ad3a79] {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: start;
  padding: 3px 0;
}
.ws-password-strength ul > li > span[data-v-75ad3a79] {
  font-size: 12px;
}
.satisfied[data-v-75ad3a79] {
  color: var(--ws-success, #80c700);
}
.error[data-v-75ad3a79] {
  color: var(--ws-error, #dd5656);
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-password-input .password-toggle-visibility-wrapper[data-v-7feaf480] {
  display: flex;
  align-items: center;
  color: #717c86;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-checkbox[data-v-f067fff9] {
  --focus-helper-scale: 0;
  --focus-helper-color: #E7F0F8;
  --checkbox-color: var(--ws-content-main, #2C3843);
  --checkbox-label-text: var(--ws-content-main, #2C3843);
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  cursor: pointer;
}
.ws-checkbox.full-width[data-v-f067fff9] {
  width: 100%;
}
.ws-checkbox.dark[data-v-f067fff9] {
  --focus-helper-color: rgba(151, 161, 171, 0.08);
  --checkbox-color: #bec8d1;
  --checkbox-label-text: white;
}
.ws-checkbox[data-v-f067fff9]:active {
  --focus-helper-color: #D2D2D2;
}
.ws-checkbox[data-v-f067fff9]::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--focus-helper-color);
  transition: transform 200ms ease-in-out, background-color 200ms ease-in-out;
  transform: scale(var(--focus-helper-scale, 0));
}
.ws-checkbox .ws-checkbox__input[data-v-f067fff9] {
  position: relative;
  z-index: 5;
  cursor: pointer;
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
  appearance: none;
  border: 2px solid var(--checkbox-color);
  border-radius: 2px;
  accent-color: var(--ws-checkbox-outline-color);
  color: var(--ws-checkbox-color, var(--text-color));
  transition: background-color 200ms ease-in-out;
}
.ws-checkbox .ws-checkbox__input[data-v-f067fff9]:checked {
  border-color: var(--ws-checkbox-border-color, var(--theme-primary));
  background-color: var(--ws-checkbox-background-color, var(--theme-primary));
  background-image: var(--ws-checkbox-icon-checked-img, url('data:image/svg+xml,%3Csvg fill="black" width="12" height="9" viewBox="0 0 12 9" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M4.36665 8.98932L0.56665 5.18932L1.51665 4.23932L4.36665 7.08932L10.4833 0.972656L11.4333 1.92266L4.36665 8.98932Z"/%3E%3C/svg%3E'));
  background-position: center;
  background-repeat: no-repeat;
}
.ws-checkbox .ws-checkbox__input[data-v-f067fff9]:indeterminate {
  background-color: var(--ws-checkbox-background-color, var(--theme-primary));
  background-image: var(--ws-checkbox-icon-indeterminate-img, url('data:image/svg+xml,%3Csvg fill="black" width="10" height="2" viewBox="0 0 10 2" xmlns="http://www.w3.org/2000/svg"%3E%3Crect x="0.5" y="0.333" width="9" height="2" /%3E%3C/svg%3E'));
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 2px;
}
.ws-checkbox .ws-checkbox__input[data-v-f067fff9]:focus-within {
  outline: 2px solid var(--ws-checkbox-outline-color, var(--theme-primary));
  outline-offset: 2px;
  border-radius: 2px;
}
.ws-checkbox .ws-checkbox__input[data-v-f067fff9]:focus {
  outline: 2px solid var(--ws-checkbox-outline-color, var(--theme-primary));
  outline-offset: 2px;
  border-radius: 2px;
}
.ws-checkbox .ws-checkbox__input[data-v-f067fff9]:active {
  outline: 2px solid var(--ws-checkbox-outline-color, var(--theme-primary));
  outline-offset: 2px;
  border-radius: 2px;
}
.ws-checkbox .ws-checkbox__input.error[data-v-f067fff9] {
  border-color: var(--ws-error);
}
.ws-checkbox .ws-checkbox__labels[data-v-f067fff9] {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
}
.ws-checkbox .ws-checkbox__label[data-v-f067fff9] {
  margin-bottom: 2px;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  color: var(--checkbox-label-text);
}
.ws-checkbox .ws-checkbox__description[data-v-f067fff9] {
  margin-top: 2px;
  color: var(--input-additional-color);
  font-size: 14px;
}
.ws-checkbox .ws-checkbox__error[data-v-f067fff9] {
  font-size: 14px;
  line-height: 16px;
  color: var(--ws-error);
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-checkbox[data-v-f067fff9]:not(.disabled):hover:not(:has(.ws-checkbox__input:focus)), .ws-checkbox[data-v-f067fff9]:not(.disabled):active:not(:has(.ws-checkbox__input:focus)) {
  --focus-helper-scale: 1;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-select-option-with-list[data-v-a2bc9e91] {
  border-radius: 6px;
  color: #2c3843;
  cursor: pointer;
  padding-top: 4px;
  padding-bottom: 4px;
}
.ws-select-option-with-list.border[data-v-a2bc9e91] {
  border: 1px solid #bec8d1;
  padding: 8px 16px;
}
.ws-select-option-with-list .title[data-v-a2bc9e91] {
  font-size: 14.22px;
  margin-bottom: 4px;
}
.ws-select-option-with-list .list[data-v-a2bc9e91] {
  font-size: 12px;
  padding-left: 24px;
  margin-top: 0;
  margin-bottom: 0;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.q-select--without-input .q-field__control {
  cursor: pointer;
}
.q-select--with-input .q-field__control {
  cursor: text;
}
.q-select .q-field__input {
  min-width: 50px !important;
  cursor: text;
}
.q-select .q-field__input--padding {
  padding-left: 4px;
}
.q-select__focus-target, .q-select__autocomplete-input {
  position: absolute;
  outline: 0 !important;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
}
.q-select__dropdown-icon {
  cursor: pointer;
  transition: transform 0.28s;
}
.q-select.q-field--readonly .q-field__control, .q-select.q-field--readonly .q-select__dropdown-icon {
  cursor: default;
}
.q-select__dialog {
  width: 90vw !important;
  max-width: 90vw !important;
  max-height: calc(100vh - 70px) !important;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.q-select__dialog > .scroll {
  position: relative;
  background: inherit;
}
body.mobile:not(.native-mobile) .q-select__dialog {
  max-height: calc(100vh - 108px) !important;
}
body.platform-android.native-mobile .q-dialog__inner--top .q-select__dialog {
  max-height: calc(100vh - 24px) !important;
}
body.platform-android:not(.native-mobile) .q-dialog__inner--top .q-select__dialog {
  max-height: calc(100vh - 80px) !important;
}
body.platform-ios.native-mobile .q-dialog__inner--top > div {
  border-radius: 4px;
}
body.platform-ios.native-mobile .q-dialog__inner--top .q-select__dialog--focused {
  max-height: 47vh !important;
}
body.platform-ios:not(.native-mobile) .q-dialog__inner--top .q-select__dialog--focused {
  max-height: 50vh !important;
}
.q-item {
  min-height: 48px;
  padding: 8px 16px;
  color: inherit;
  transition: color 0.3s, background-color 0.3s;
}
.q-item__section--side {
  color: #757575;
  align-items: flex-start;
  padding-right: 16px;
  width: auto;
  min-width: 0;
  max-width: 100%;
}
.q-item__section--side > .q-icon {
  font-size: 24px;
}
.q-item__section--side > .q-avatar {
  font-size: 40px;
}
.q-item__section--avatar {
  color: inherit;
  min-width: 56px;
}
.q-item__section--thumbnail img {
  width: 100px;
  height: 56px;
}
.q-item__section--nowrap {
  white-space: nowrap;
}
.q-item > .q-item__section--thumbnail:first-child,
.q-item > .q-focus-helper + .q-item__section--thumbnail {
  margin-left: -16px;
}
.q-item > .q-item__section--thumbnail:last-of-type {
  margin-right: -16px;
}
.q-item__label {
  line-height: 1.2em !important;
  max-width: 100%;
}
.q-item__label--overline {
  color: rgba(0, 0, 0, 0.7);
}
.q-item__label--caption {
  color: rgba(0, 0, 0, 0.54);
}
.q-item__label--header {
  color: #757575;
  padding: 16px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.01786em;
}
.q-separator--spaced + .q-item__label--header, .q-list--padding .q-item__label--header {
  padding-top: 8px;
}
.q-item__label + .q-item__label {
  margin-top: 4px;
}
.q-item__section--main {
  width: auto;
  min-width: 0;
  max-width: 100%;
  flex: 10000 1 0%;
}
.q-item__section--main + .q-item__section--main {
  margin-left: 8px;
}
.q-item__section--main ~ .q-item__section--side {
  align-items: flex-end;
  padding-right: 0;
  padding-left: 16px;
}
.q-item__section--main.q-item__section--thumbnail {
  margin-left: 0;
  margin-right: -16px;
}
.q-list--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-list--separator > .q-item-type + .q-item-type,
.q-list--separator > .q-virtual-scroll__content > .q-item-type + .q-item-type {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.q-list--padding {
  padding: 8px 0;
}
.q-list--dense > .q-item, .q-item--dense {
  min-height: 32px;
  padding: 2px 16px;
}
.q-list--dark.q-list--separator > .q-item-type + .q-item-type,
.q-list--dark.q-list--separator > .q-virtual-scroll__content > .q-item-type + .q-item-type {
  border-top-color: rgba(255, 255, 255, 0.28);
}
.q-list--dark, .q-item--dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}
.q-list--dark .q-item__section--side:not(.q-item__section--avatar), .q-item--dark .q-item__section--side:not(.q-item__section--avatar) {
  color: rgba(255, 255, 255, 0.7);
}
.q-list--dark .q-item__label--header, .q-item--dark .q-item__label--header {
  color: rgba(255, 255, 255, 0.64);
}
.q-list--dark .q-item__label--overline, .q-list--dark .q-item__label--caption, .q-item--dark .q-item__label--overline, .q-item--dark .q-item__label--caption {
  color: rgba(255, 255, 255, 0.8);
}
.q-item {
  position: relative;
}
.q-item.q-router-link--active, .q-item--active {
  color: var(--q-primary);
}
.q-chip {
  vertical-align: middle;
  border-radius: 16px;
  outline: 0;
  position: relative;
  height: 2em;
  max-width: 100%;
  margin: 4px;
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  padding: 0.5em 0.9em;
}
.q-chip--colored .q-chip__icon, .q-chip--dark .q-chip__icon {
  color: inherit;
}
.q-chip--outline {
  background: transparent !important;
  border: 1px solid currentColor;
}
.q-chip .q-avatar {
  font-size: 2em;
  margin-left: -0.45em;
  margin-right: 0.2em;
  border-radius: 16px;
}
.q-chip--selected .q-avatar {
  display: none;
}
.q-chip__icon {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.5em;
  margin: -0.2em;
}
.q-chip__icon--left {
  margin-right: 0.2em;
}
.q-chip__icon--right {
  margin-left: 0.2em;
}
.q-chip__icon--remove {
  margin-left: 0.1em;
  margin-right: -0.5em;
  opacity: 0.6;
  outline: 0;
}
.q-chip__icon--remove:hover, .q-chip__icon--remove:focus {
  opacity: 1;
}
.q-chip__content {
  white-space: nowrap;
}
.q-chip--dense {
  border-radius: 12px;
  padding: 0 0.4em;
  height: 1.5em;
}
.q-chip--dense .q-avatar {
  font-size: 1.5em;
  margin-left: -0.27em;
  margin-right: 0.1em;
  border-radius: 12px;
}
.q-chip--dense .q-chip__icon {
  font-size: 1.25em;
}
.q-chip--dense .q-chip__icon--left {
  margin-right: 0.195em;
}
.q-chip--dense .q-chip__icon--remove {
  margin-right: -0.25em;
}
.q-chip--square {
  border-radius: 4px;
}
.q-chip--square .q-avatar {
  border-radius: 3px 0 0 3px;
}
body.desktop .q-chip--clickable:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
body.desktop.body--dark .q-chip--clickable:focus {
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(255, 255, 255, 0.14), 0 2px 1px -1px rgba(255, 255, 255, 0.12);
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-select[data-v-2a826d64] .q-chip {
  gap: 10px;
  height: auto;
  margin-left: 0;
  margin-right: 8px;
  padding: var(--ws-select-chip-padding, 12px);
  border-radius: 50px;
  background-color: var(--ws-select-chip-bg, var(--ws-light-bg-neutral, #e7f0f8));
  line-height: 16px;
  cursor: pointer;
}
.ws-select[data-v-2a826d64] .q-chip .ws-icon {
  margin-left: 14px;
  color: var(--ws-select-icon-color, var(--ws-base130, #3c424c));
}
.ws-select[data-v-2a826d64] .q-chip .ws-icon:hover {
  color: var(--ws-select-icon-active-color, var(--edit-icon-hover));
}
.ws-select[data-v-2a826d64] .q-chip .q-chip__icon:focus {
  outline: 2px solid var(--ws-blue, #1437FF);
}
.ws-select[data-v-2a826d64] .q-field__native > span {
  word-break: break-word;
}
.ws-select .ws-select-inner.custom-display[data-v-2a826d64] {
  height: 0;
  overflow: hidden;
  width: 0;
}
.ws-select .ws-select-inner[data-v-2a826d64] .q-field__label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}
.ws-select .ws-select-inner[data-v-2a826d64] .q-field__bottom {
  font-size: 14px;
  padding: 4px;
}
.ws-select .ws-select-inner.messages-overflow[data-v-2a826d64] .q-field__bottom {
  height: 0;
  overflow-y: visible;
}
.ws-select .ws-select-inner.q-field--highlighted.q-field--outlined.q-field--error[data-v-2a826d64] .q-field__bottom--animated {
  transform: translateY(0);
  position: static;
}
.ws-select .ws-select-inner[data-v-2a826d64] .q-field__inner .q-field__control {
  min-height: var(--ws-select-height, 48px);
  border-radius: var(--ws-input-border-radius, var(--ws-border-radius-sm, 2px));
}
.ws-input .ws-select .ws-select-inner[data-v-2a826d64] .q-field__inner .q-field__control {
  min-height: calc(var(--ws-select-height, 48px) - var(--ws-input-border-width, 1px) * 2);
}
.ws-select .ws-select-inner.custom-display[data-v-2a826d64] .q-field__inner .q-field__control {
  min-height: 0;
  height: 0;
  overflow: hidden;
}
.ws-select .ws-select-inner.ws-phone-prefix-select[data-v-2a826d64] .q-field__inner .q-field__control:not(._):not(._) {
  padding-right: 8px;
  padding-left: 8px;
  min-height: unset;
  max-height: calc(100% - var(--ws-input-border-width, 1px) * 2);
  margin-top: var(--ws-input-border-width, 1px);
}
.ws-select .ws-select-inner[data-v-2a826d64] .q-field__inner .q-field__control::before {
  border-color: var(--ws-input-border-color, #bec8d1);
}
.ws-select .ws-select-inner.ws-phone-prefix-select[data-v-2a826d64] .q-field__inner .q-field__control::before {
  border: none;
}
.ws-select .ws-select-inner[data-v-2a826d64] .q-field__inner .q-field__control::after {
  height: 100%;
  border-width: var(--ws-input-border-width, 1px);
  border-radius: var(--ws-input-border-radius, var(--ws-border-radius-sm, 2px));
  border-color: var(--ws-input-border-color, #bec8d1);
}
.ws-select .ws-select-inner.q-field--highlighted.q-field--outlined[data-v-2a826d64] .q-field__inner .q-field__control::after {
  --ws-input-border-color: var(--ws-input-border-color-highlighted, var(--ws-primary, #1437FF));
}
.ws-select .ws-select-inner.q-field--highlighted.q-field--outlined.q-field--error[data-v-2a826d64] .q-field__inner .q-field__control::after {
  --ws-input-border-color: var(--ws-input-border-color-error, var(--ws-error, #dd5656));
  color: var(--ws-error, #dd5656);
}
.ws-select .ws-select-inner.ws-phone-prefix-select[data-v-2a826d64] .q-field__inner .q-field__control:not(._):not(._)::after {
  border: none;
}
.ws-select .ws-select-inner.ws-phone-prefix-select[data-v-2a826d64] .q-field__inner .q-field__control .q-field__append {
  padding-left: 8px;
}
.ws-select .ws-select-inner[data-v-2a826d64] .q-field__inner .q-field__control .q-field__marginal {
  height: auto;
}
.ws-select .ws-select-inner.q-field--labeled[data-v-2a826d64] .q-field__inner .q-field__control .q-field__native {
  padding-bottom: 0;
}
.ws-select .ws-select-inner.q-select--with-chips[data-v-2a826d64] .q-field__inner .q-field__control .q-field__native {
  padding: 8px 0;
}
.ws-select .ws-select-inner.ws-phone-prefix-select[data-v-2a826d64] .q-field__inner .q-field__control .q-field__native {
  min-height: var(--ws-phone-input-height, 48px);
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-select-content {
  margin: var(--ws-select-content-margin, 0) !important;
  border: var(--ws-select-content-border, none);
  border-radius: var(--ws-select-content-border-radius, 0px);
  max-height: var(--ws-select-content-height, 200px) !important;
}
.ws-select-content.options-with-list {
  min-width: 0 !important;
  max-width: 300px;
  max-height: none !important;
  border: 1px solid var(--neutral-message-border, #8C8C8C);
  border-radius: 6px;
  margin-top: 4px !important;
  box-shadow: 0 4px 32px 0 rgba(44, 56, 67, 0.15);
}
.ws-select-content.wide-paddings {
  border-radius: var(--ws-select-wide-paddings-border-radius, 6px);
}
.ws-select-content.options-with-list::-webkit-scrollbar {
  display: none;
}
.ws-select-content .ws-select-content__select-all {
  padding: 20px 0 12px 22px;
  border-bottom: 1px solid var(--ws-base090);
  margin: 0 8px;
}
.ws-select-content.wide-paddings > .q-virtual-scroll__content {
  padding: var(--ws-select-wide-paddings-padding) !important;
}
.ws-select-content.options-with-list > .q-virtual-scroll__content {
  padding: 16px 16px 0;
  width: 300px;
}
.ws-select-content > .q-virtual-scroll__content > .q-item--active {
  color: var(--ws-select-active-color, var(--ws-blue, #1437FF)) !important;
  font-weight: var(--ws-select-active-weight, 400);
  border-radius: var(--ws-select-content-item-border-radius, 0px) !important;
}
.ws-select-content > .q-virtual-scroll__content > .q-item {
  font-size: var(--ws-select-item-size, 14px);
}
.ws-select-content.wide-paddings > .q-virtual-scroll__content > .q-item {
  height: var(--ws-select-item-wide-paddings-height, 32px);
  margin: var(--ws-select-item-wide-paddings-margin, 0 0 4px);
  padding: var(--ws-select-item-wide-paddings-padding, 0 24px 0 16px);
}
.ws-select-content.options-with-list > .q-virtual-scroll__content > .q-item {
  margin: 0 0 16px;
  padding: 0;
}
.ws-select-content > .q-virtual-scroll__content > .q-item.q-manual-focusable--focused {
  color: var(--ws-select-item-hover-color, var(--ws-blue, #1437FF)) !important;
  background-color: var(--ws-select-item-focused-bg, var(--ws-light-bg-gray, #f9fbfc));
  border-radius: var(--ws-select-content-item-border-radius, 0px) !important;
}
.ws-select-content > .q-virtual-scroll__content > .q-item.q-manual-focusable--focused > .q-focus-helper {
  background: transparent;
}
.ws-select-content > .q-virtual-scroll__content > .q-item .q-item__section--side {
  padding-right: 0;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
/* Dirty Quasar fix incompatible with SPOTCSS, fixes compact mode in Admin */
.ws-input.ws-field.q-input.q-field--labeled[data-v-859bd3e3] .ws-select > .q-field > .q-field__inner > .q-field__control > .q-field__control-container > .q-field__native {
  padding: 0 4px 0 0;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-phone-input[data-v-859bd3e3] .q-input.q-field .ws-country-flag {
  height: auto;
  max-height: 16px;
  border-radius: var(--ws-phone-input-flag-border-radius, 3px);
}
.ws-phone-input .ws-phone-input__bottom[data-v-859bd3e3] {
  color: var(--ws-phone-input-bottom-error, var(--ws-error, #dd5656));
  padding: var(--ws-phone-input-bottom-padding);
  font-size: var(--ws-input-bottom-font-size, 14px);
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-phone-prefix-select-content {
  max-height: var(--ws-phone-prefix-select-content-height, 200px) !important;
}
.ws-phone-prefix-select-content .q-item__section.q-item__section--avatar {
  min-width: 0;
  padding-right: 16px;
}
.ws-phone-prefix-select-content .q-item__section.q-item__section--avatar .ws-country-flag img {
  border-radius: var(--ws-border-radius-sm, 2px);
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-radio {
  --ws-radio-size: 16px;
  --ws-radio-space: 2px;
  --ws-radio-border: 2px;
  --ws-radio-effect-color: #2C384314;
  --ws-radio-active-effect-color: #1437FF1F;
  --ws-radio-border-color: #2c3843;
  --ws-radio-center-color: transparent;
  --ws-radio-active-color: var(--ws-primary, #1437FF);
  --ws-radio-disabled-color: #97a1ab;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  gap: 4px var(--ws-radio-size);
}
.ws-radio.ws-radio--color-blue {
  --ws-radio-active-color: #1437ff;
  --ws-radio-effect-color: #2C384314;
  --ws-radio-active-effect-color: #1437FF1F;
}
.ws-radio.ws-radio--color-green {
  --ws-radio-active-color: #2fd17d;
  --ws-radio-effect-color: #2C384314;
  --ws-radio-active-effect-color: #2FD17D1F;
}
.ws-radio.ws-radio--color-pink {
  --ws-radio-active-color: #FF7DFA;
  --ws-radio-effect-color: #FFDDF8;
  --ws-radio-active-effect-color: #FFDDF8;
}
.ws-radio.ws-radio--size-md {
  --ws-radio-size: 16px;
  --ws-radio-space: 2px;
  --ws-radio-border: 2px;
}
.ws-radio.ws-radio--size-lg {
  --ws-radio-size: 30px;
  --ws-radio-space: 4.5px;
  --ws-radio-border: 3px;
}
.ws-radio.disabled {
  --ws-radio-active-color: #97a1ab;
  --ws-radio-border-color: #97a1ab;
  color: var(--ws-radio-disabled-color);
  opacity: 1 !important;
  outline: initial !important;
}
.ws-radio .ws-radio__input-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ws-radio-size);
  height: var(--ws-radio-size);
}
.ws-radio .ws-radio__input-wrapper.disabled {
  cursor: not-allowed;
}
.ws-radio.active .ws-radio__input-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  width: var(--ws-radio-size);
  height: var(--ws-radio-size);
  background-color: var(--ws-radio-effect-color);
  transition: all 200ms ease-in-out;
}
.ws-radio:hover .ws-radio__input-wrapper::before {
  opacity: 1;
  transform: scale(2);
}
.ws-radio.ws-radio--checked:hover .ws-radio__input-wrapper::before {
  --ws-radio-effect-color: var(--ws-radio-active-effect-color);
  opacity: 1;
  transform: scale(2);
}
.ws-radio:focus-within .ws-radio__input-wrapper::before {
  --ws-radio-effect-color: #2C384314;
  opacity: 1;
  transform: scale(2);
}
.ws-radio:active .ws-radio__input-wrapper::before {
  --ws-radio-effect-color: var(--ws-radio-active-effect-color);
  opacity: 1;
  transform: scale(2);
}
.ws-radio .ws-radio__native {
  --_ws-radio-real-size: calc(var(--ws-radio-size) - 2 * ( var(--ws-radio-space) + var(--ws-radio-border) ) );
  width: var(--_ws-radio-real-size);
  height: var(--_ws-radio-real-size);
  appearance: none;
  border-radius: 50%;
  background-color: var(--ws-radio-center-color);
  transition: background-color 200ms ease-in-out;
  outline: var(--ws-radio-border) solid var(--ws-radio-border-color) !important;
  outline-offset: var(--ws-radio-space);
}
.ws-radio .ws-radio__native:checked {
  --ws-radio-border-color: var(--ws-radio-active-color);
  --ws-radio-center-color: var(--ws-radio-active-color);
}
.ws-radio .ws-radio__label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  color: #2c3843;
}
.ws-radio.disabled .ws-radio__label {
  color: var(--ws-radio-disabled-color);
}
.ws-radio .ws-radio__description {
  display: block;
  width: 100%;
  margin-left: 32px;
  font-weight: 400;
  color: #717c86;
}
.ws-radio.disabled .ws-radio__description {
  color: var(--ws-radio-disabled-color);
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-placeholder-loader[data-v-1dfc35ab] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ws-placeholder-loader .title[data-v-1dfc35ab] {
  font-size: 18px;
  line-height: 18px;
}
.ws-placeholder-loader .subtitle[data-v-1dfc35ab] {
  font-size: 14px;
  line-height: 14px;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-empty-markup-table[data-v-a07d76ca] {
  background: var(--ws-light-bg-gray, #f9fbfc);
}
.ws-empty-markup-table.fill-height[data-v-a07d76ca] {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ws-empty-markup-table .heading[data-v-a07d76ca] {
  font-size: 18px;
}
.ws-empty-markup-table .description[data-v-a07d76ca] {
  font-size: 14.4px;
  color: #717C86;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-markup-table {
  position: relative;
  overflow: auto;
  width: 100%;
}
.ws-markup-table table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: auto;
  background: transparent;
  position: relative;
}
.ws-expandable-wrapper .ws-markup-table table {
  max-height: none;
  overflow: visible;
}
.ws-markup-table table th {
  border: solid 0 transparent;
  white-space: nowrap;
  background-color: transparent;
  padding: 8px 8px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  color: var(--ws-base160, #242628);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ws-markup-table table tr {
  border: none;
}
.ws-markup-table table tr:last-child td {
  border-bottom: none;
}
.ws-markup-table table tr td {
  padding: 0 8px;
  color: var(--ws-base120, #6f7c8d);
  height: 48px;
  font-size: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ws-markup-table table.ws-markup-table--no-side-padding tr td:first-of-type {
  padding-left: 0;
}
.ws-markup-table table.ws-markup-table--no-side-padding tr td:last-of-type {
  padding-right: 0;
}
.ws-markup-table table tr td a:not(.ws-ellipsis-button) {
  color: var(--ws-primary, #1437FF);
  text-decoration: none;
  font-weight: 500;
  padding: 4px 8px;
}
.ws-markup-table table tr td a:not(.ws-ellipsis-button):hover {
  text-decoration: none;
  background-color: rgba(44, 56, 67, 0.05);
  border-radius: 4px;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-copy[data-v-fa5db18c] {
  display: inline-flex;
}
.ws-copy.ws-copy--full-width[data-v-fa5db18c] {
  display: flex;
}
.ws-copy.ws-copy--full-width .ws-copy__content[data-v-fa5db18c] {
  flex: 1;
  position: relative;
}
.ws-copy .ws-copy__button[data-v-fa5db18c] {
  color: var(--ws-base090, #bbc7d3);
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.ws-copy.no-padding .ws-copy__button[data-v-fa5db18c] {
  padding: 0;
}
.ws-copy .ws-copy__ellipsis[data-v-fa5db18c] {
  position: absolute;
  left: 0;
  padding-right: 8px;
  display: inline-block;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-places-input-item[data-v-abb6d4dd] {
  min-height: 32px;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-google-autocomplete[data-v-389356ad] .q-field__append {
  font-family: var(--font-brand), "sans-serif";
  font-size: 16px;
  color: #bec8d1;
  font-weight: bold;
}
.ws-google-autocomplete[data-v-389356ad] .q-field__bottom {
  transform: translateY(0);
  position: static;
}
.ws-google-autocomplete[data-v-389356ad] .ws-icon {
  margin-right: 18px;
  cursor: pointer;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-timeline-step {
  text-decoration: none;
  color: initial;
  flex-shrink: 0;
}
.ws-timeline-step:not(:last-of-type) {
  flex-grow: 1;
}
.ws-timeline > div > .ws-timeline-step:not(:last-of-type)::after {
  width: 20px;
  height: 1px;
  background: #bec8d1;
  content: "";
  margin: 0 auto;
  transform: translateX(10px) translateY(-50%);
}
@media (max-width: 767px) {
.ws-timeline > div > .ws-timeline-step:not(:last-of-type)::after {
    display: none;
}
}
.ws-timeline-step .ws-timeline-step__content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.cart-item-info-box[data-v-6ae18802] b {
  font-weight: bold !important;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.q-menu .q-item.country-option-item[data-v-7300babe] {
  min-height: 40px;
  padding: 0;
  margin: 4px 16px;
}
.q-menu .q-item.country-option-item .q-item__section--avatar[data-v-7300babe] {
  align-items: center;
  padding: 0;
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
.ws-uploader[data-v-80eaed37] {
  width: 100%;
  min-height: 80px;
  display: flex;
}
.ws-uploader .q-uploader[data-v-80eaed37] {
  background-color: var(--ws-light-bg-gray, #f9fbfc);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%2397A1ABFF' stroke-width='2' stroke-dasharray='4%2c8' stroke-dashoffset='20' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 6px;
  max-width: 100%;
  flex: 1;
  max-height: none;
  box-shadow: none;
}
.ws-uploader .q-uploader[data-v-80eaed37] .q-btn:focus-visible {
  outline: 2px solid var(--ws-blue, #1437FF) !important;
  outline-offset: 2px;
}
.ws-uploader .q-uploader[data-v-80eaed37] .q-uploader__header {
  color: inherit;
}
.ws-uploader .q-uploader[data-v-80eaed37] .q-uploader__list {
  min-height: 0;
  padding: 0;
}
.ws-uploader .q-uploader[data-v-80eaed37] .q-uploader__dnd {
  background-color: var(--ws-green, #80c700);
  opacity: 0.05;
  border: 3.2px dashed var(--ws-green, #80c700);
  outline: none;
  width: 100%;
  height: 100%;
}
.ws-uploader .header-content[data-v-80eaed37] {
  height: 100%;
}
.ws-uploader .list-content[data-v-80eaed37] {
  height: 100%;
  align-items: stretch;
}
.ws-uploader .list-content.dnd[data-v-80eaed37] {
  border-color: var(--ws-green, #80c700);
}
.ws-uploader .list-content .file-card[data-v-80eaed37] {
  width: 100%;
  height: 100%;
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ws-uploader .list-content .file-card h6[data-v-80eaed37] {
  margin: 0;
  font-size: 16px;
  line-height: 19.2px;
}
.ws-uploader .list-content .file-card .img-wrap[data-v-80eaed37] {
  height: 160px;
}
.ws-uploader .list-content .file-card .img-wrap div[data-v-80eaed37] {
  height: 100%;
  overflow: hidden;
  max-width: 146px;
}
.ws-uploader .list-content .file-card .img-wrap div img[data-v-80eaed37] {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.ws-uploader .list-content .file-card[data-v-80eaed37] .q-card__section {
  max-width: 100%;
}
.ws-uploader .list-content .loading-wrap[data-v-80eaed37] {
  height: 38.4px;
}
.ws-uploader .list-content .action-card[data-v-80eaed37] {
  flex: 1 1 auto;
}
.ws-uploader .list-content .action-card.no-files[data-v-80eaed37] {
  width: 100%;
}
.ws-uploader .list-content .action-card.no-files .file-card[data-v-80eaed37] {
  border: none;
  background: none;
  box-shadow: none;
  text-align: center;
  padding: 24px;
}
@media (max-width: 767px) {
.ws-uploader .list-content .action-card.no-files .file-card[data-v-80eaed37] {
    padding: 8px 24px;
}
.ws-uploader .list-content .action-card.no-files .file-card .q-card__section[data-v-80eaed37] {
    padding-top: 0;
    padding-bottom: 8px;
}
}/* DOCS: quasar variables list: https://quasar.dev/style/sass-scss-variables#Variables-list */
/* env */
/*
  Quasar spacing variables

  Can be used for WS custom spacings this way (example):
  margin-bottom: map-get($space-xs, y);
  margin-left: -(map-get($space-sm, x)); // negative value
*/
/* Grid system */
/*
  Breakpoints according to design manual
  https://loopiagroup.atlassian.net/wiki/spaces/ITD/pages/2053439502/Distinguish+mobile+vs+touchable+devices#Screen-sizes
*/
/* Setting quasar breakpoint for utilities */
/* paragraphs */
/* Deprecated, use ws-typo-small instead */
/* small */
/* extra small (footnote) */
/* caption */
/* buttons */
/* headings */
/* Source: https://medium.com/needmore-notes/using-system-fonts-for-web-apps-bf76d214a0e0 */
/* Source: https://caniuse.com/#feat=font-family-system-ui */
/* Animations */
/* Colors */
/* data table row */
/* #f9fafb */
/* #eef0f3 */
/* #e4e7e9, #e8e8ea, #b8babc */
/* #b1bcc6 */
/* #666666 */
/* #39434b */
/* #3b4a59 */
/* #131921 */
/* deprecated */
/* end of deprecated */
/* used by dark mode */
/* gradiens */
/*
  Design manual breakpoints
  ref: https://www.figma.com/file/oVcyCr8FRzOrYuLgwIssSH/Web-Source?node-id=11496%3A43980
*/
/* everything bellow is mobile */
/* everything above is desktop */
/* syncing quasar variables */
/* $breakpoint-xs: 599px !default; keeping quasar value  */
/* $breakpoint-lg: 1919px !default; keeping quasar value */
/* min, max values are automatically calculated by quasar */
/* lines */
/* icons */
/* borders */
/* shadows */
/* paragraph case get automatically desired 8px */
/* input case */
/* 21px (21+3=24px desired), border-width compensation to mimic "bounding-box: padding-box" */
/* switcher thing case */
/* 13px (13+3=16px desired) */
/* general UI */
/* horisontal rule */
/* tooltip */
/* select */
/* button */
/* quasar variables set to ws values */
/*
  *** Odin theming system (ots) variables ***

  After adding a variable here, don't forget to add theme specific colors to "{theme}_vars.scss"

 */
/*

 ots end

*/
/*  *** Encapsulated Quasar styles ***
 *  When adding new components here, also comment them out in `npm_libs/assets/src/_quasar.scss`
 *  After that, check if the styles are not missing in any of the apps.
 */