@charset "UTF-8";
/* Estilos para a diretiva v-resize */
.resize-handle {
  transition: background-color 0.2s ease;
}

.resize-handle:hover {
  background-color: rgba(var(--secondary-pure), 0.3) !important;
}

/* Handle horizontal */
/* .resize-handle[style*='cursor: w-resize']:hover::before {
  width: 2px;
  height: 20px;
}
 */
/* Handle vertical */
/* .resize-handle[style*='cursor: n-resize']:hover::before {
  width: 20px;
  height: 2px;
} */
/* Tooltip para mostrar dimensões durante o redimensionamento */
.resize-tooltip {
  font-weight: 500;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

/* Classe aplicada durante o redimensionamento */
.is-resizing {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.is-resizing * {
  pointer-events: none !important;
}

.is-resizing .resize-handle {
  pointer-events: auto !important;
}

.container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 64px;
}

.triangulo-editavel {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent;
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(var(--white), 0.1);
}

.not-detail .triangulo-editavel {
  display: none;
}

.body--light .triangulo-editavel {
  border-color: rgba(var(--neutral-100), 0.2) !important;
}

.my-sticky-header-table {
  /* height or max-height is important */
  /* this is when the loading indicator appears */
}
.my-sticky-header-table .q-table__top,
.my-sticky-header-table .q-table__bottom,
.my-sticky-header-table thead tr:first-child th {
  /* bg color is important for th; just specify one */
  background-color: rgb(var(--white));
}
.body--dark .my-sticky-header-table .q-table__top,
.body--dark .my-sticky-header-table .q-table__bottom,
.body--dark .my-sticky-header-table thead tr:first-child th {
  /* bg color is important for th; just specify one */
  background-color: rgb(var(--d-neutral-20));
}
.my-sticky-header-table thead tr th {
  position: sticky;
  z-index: 1;
}
.my-sticky-header-table thead tr:first-child th {
  top: 0;
}
.my-sticky-header-table.q-table--loading thead tr:last-child th {
  /* height of all previous header rows */
  top: 48px;
}

input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(69%) sepia(62%) saturate(3224%) hue-rotate(104deg) brightness(99%) contrast(87%);
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.medium-zoom-overlay {
  z-index: 88888888888888890000;
}
.body--dark .medium-zoom-overlay {
  background: rgba(var(--d-neutral-30)) !important;
}

.medium-zoom-image--opened {
  z-index: 100000000000000000000;
}

.tooltip-financeiro {
  min-width: 320px;
}
.tooltip-financeiro header {
  padding: 8px;
  background: rgba(var(--primary-pure), 1);
  font-weight: 500;
  color: rgb(var(--neutral-100)) !important;
}
.tooltip-financeiro .tooltip-item {
  padding: 4px 8px;
  border-bottom: 1px solid rgba(var(--neutral-30), 1);
  font-weight: 500;
}
.tooltip-financeiro .tooltip-item p {
  display: flex !important;
  align-items: center;
}
.tooltip-financeiro .tooltip-item p span {
  width: 8px;
  height: 8px;
  display: block !important;
  border-radius: 50%;
  margin-right: 2px;
}
.tooltip-financeiro .tooltip-item > span {
  font-weight: 400;
  color: rgba(var(--neutral-100), 0.7) !important;
}
.body--dark .tooltip-financeiro .tooltip-item {
  border-bottom: 1px solid rgba(var(--white), 0.1);
}
.body--dark .tooltip-financeiro span {
  color: rgba(var(--white), 0.7) !important;
}:root {
  --white: 255, 255, 255;
  --black: 0, 0, 0;
  --neutral-100: 1, 7, 27;
  --neutral-70: 76, 80, 94;
  --neutral-60: 96, 99, 112;
  --neutral-30: 239, 239, 239;
  --neutral-20: 245, 245, 245;
  --neutral-10: 250, 250, 250;
  --primary-light: 55, 217, 140;
  --primary-pure-10: 232, 251, 242;
  --primary-pure: 81, 200, 120;
  --secondary-pure: 140, 165, 246;
  --primary-pure-dark: 14, 176, 99;
  --alert-error-10: 253, 234, 234;
  --alert-error: 233, 44, 44;
  --alert-warning-10: 251, 247, 230;
  --alert-warning: 210, 175, 0;
  --alert-success-10: 230, 243, 234;
  --alert-success: 0, 128, 36;
  --d-neutral-10: 18, 18, 18;
  --d-neutral-20: 23, 23, 23;
  --d-neutral-30: 31, 31, 31;
  --d-neutral-40: 36, 36, 36;
  --d-primary-light: 46, 248, 152;
  --d-primary-pure: 6, 247, 132;
  --d-primary-pure-10: 17, 41, 29;
  --d-primary-pure-dark: 5, 207, 111;
  --d-error: 247, 65, 65;
  --d-error-10: 255, 236, 236;
  --d-warning: 250, 206, 34;
  --d-warning-10: 41, 37, 19;
  --d-success: 0, 186, 97;
  --d-success-10: 230, 249, 240;
  --dark-white: var(--d-neutral-10);
}

.body--dark {
  --primary-pure: var(--d-primary-pure);
  --dark-white: var(--d-neutral-10);
  --dark-white: var(--white);
}
/* * Normalizing -- forked from Normalize.css v8
 * */
*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}

html, body, #q-app {
  width: 100%;
  direction: ltr;
}

body.platform-ios.within-iframe, body.platform-ios.within-iframe #q-app {
  width: 100px;
  min-width: 100%;
}

html, body {
  margin: 0;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* * line 1: Remove the bottom border in Firefox 39-.
 * * lines 2,3: Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 * */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * * Remove the border on images inside links in IE 10.
 * */
img {
  border-style: none;
}

/* * Hide the overflow in IE.
 * */
svg:not(:root) {
  overflow: hidden;
}

/* * line 1: Correct the inheritance and scaling of font size in all browsers.
 * * line 2: Correct the odd `em` font sizing in all browsers.
 * */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* * lines 1,2: Add the correct box sizing in Firefox.
 * * line 3: Show the overflow in Edge and IE.
 * */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* * Change font properties to `inherit` in all browsers (opinionated).
 * */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  font-family: inherit;
  margin: 0;
}

/* * Restore the font weight unset by the previous rule.
 * */
optgroup {
  font-weight: bold;
}

/* * Show the overflow in IE.
 * *  input: Show the overflow in Edge.
 * *  select: Show the overflow in Edge, Firefox, and IE.
 * * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * *  select: Remove the inheritance of text transform in Firefox.
 * */
button,
input,
select {
  overflow: visible;
  text-transform: none;
}

/* * Remove the inner border and padding in Firefox.
 * */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* * Restore the focus styles unset by the previous rule.
 * */
button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * * Correct the padding in Firefox.
 * */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * * lines 1,3,4,6: Correct the text wrapping in Edge and IE.
 * * line 2: Correct the color inheritance from `fieldset` elements in IE.
 * * line 5: Remove the padding so developers are not caught out when they zero out
 * *    `fieldset` elements in all browsers.
 * */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * */
progress {
  vertical-align: baseline;
}

/* * Remove the default vertical scrollbar in IE.
 * */
textarea {
  overflow: auto;
}

/* * Remove the inner padding and cancel buttons in Chrome on OS X and
 * * Safari on OS X.
 * */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

body {
  min-width: 100px;
  min-height: 100%;
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 14px;
}

.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
  hyphens: auto;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
.text-no-wrap {
  white-space: nowrap;
}
.text-strike {
  text-decoration: line-through;
}
.text-weight-thin {
  font-weight: 100;
}
.text-weight-light {
  font-weight: 300;
}
.text-weight-regular {
  font-weight: 400;
}
.text-weight-medium {
  font-weight: 500;
}
.text-weight-bold {
  font-weight: 700;
}
.text-weight-bolder {
  font-weight: 900;
}

small {
  font-size: 80%;
}

big {
  font-size: 170%;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.one-line {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}

.two-lines {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}

.three-lines {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}

.q-icon {
  line-height: 1;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-align: center;
  position: relative;
  box-sizing: content-box;
  fill: currentColor;
}
.q-icon:before, .q-icon:after {
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.q-icon > svg,
.q-icon > img {
  width: 100%;
  height: 100%;
}

.q-icon,
.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp,
.material-symbols-outlined,
.material-symbols-rounded,
.material-symbols-sharp {
  -webkit-user-select: none;
          user-select: none;
  cursor: inherit;
  font-size: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

/* Composables */
.q-panel {
  height: 100%;
  width: 100%;
}
.q-panel > div {
  height: 100%;
  width: 100%;
}

.q-panel-parent {
  overflow: hidden;
  position: relative;
}

/* Components */
.q-loading-bar {
  position: fixed;
  z-index: 1000000000000000000000000;
  transition: transform 0.3s ease, opacity 0.3s;
  background: rgba(var(--d-primary-pure));
  opacity: 0.8;
  box-shadow: initial !important;
}
.q-loading-bar--top {
  left: 0 /* rtl:ignore */;
  right: 0 /* rtl:ignore */;
  top: 0;
  width: 100%;
}
.q-loading-bar--bottom {
  left: 0 /* rtl:ignore */;
  right: 0 /* rtl:ignore */;
  bottom: 0;
  width: 100%;
}
.q-loading-bar--right {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.q-loading-bar--left {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

#q-loading-bar {
  box-shadow: initial !important;
}

.q-avatar {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  font-size: 48px;
  height: 1em;
  width: 1em;
}
.q-avatar img {
  object-fit: cover;
}
.q-avatar__content,
.q-avatar img:not(.q-icon):not(.q-img__image) {
  border-radius: inherit;
  height: inherit;
  width: inherit;
}
.q-avatar--square {
  border-radius: 0;
}

.q-badge {
  background-color: var(--q-primary);
  color: #fff;
  border-radius: 6px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  min-height: 0.5rem;
  font-weight: normal;
  vertical-align: baseline;
}
.q-badge--single-line {
  white-space: nowrap;
}
.q-badge--multi-line {
  word-break: break-all;
  word-wrap: break-word;
}
.q-badge--floating {
  position: absolute;
  top: -4px;
  right: -3px;
  cursor: inherit;
}
.q-badge--transparent {
  opacity: 0.8;
}
.q-badge--outline {
  background-color: transparent;
  border: 1px solid currentColor;
}
.q-badge--rounded {
  border-radius: 1em;
}

.q-banner {
  min-height: 54px;
  padding: 8px 16px;
  background: #fff;
}
.q-banner--top-padding {
  padding-top: 14px;
}
.q-banner__avatar {
  min-width: 1px !important;
}
.q-banner__avatar > .q-avatar {
  font-size: 46px;
}
.q-banner__avatar > .q-icon {
  font-size: 40px;
}
.q-banner__avatar:not(:empty) + .q-banner__content {
  padding-left: 16px;
}
.q-banner__actions.col-auto {
  padding-left: 16px;
}
.q-banner__actions.col-all .q-btn-item {
  margin: 4px 0 0 4px;
}
.q-banner--dense {
  min-height: 32px;
  padding: 8px;
}
.q-banner--dense.q-banner--top-padding {
  padding-top: 12px;
}
.q-banner--dense .q-banner__avatar > .q-avatar, .q-banner--dense .q-banner__avatar > .q-icon {
  font-size: 28px;
}
.q-banner--dense .q-banner__avatar:not(:empty) + .q-banner__content {
  padding-left: 8px;
}
.q-banner--dense .q-banner__actions.col-auto {
  padding-left: 8px;
}

.q-bar {
  background: rgba(0, 0, 0, 0.2);
}
.q-bar > .q-icon {
  margin-left: 2px;
}
.q-bar > div, .q-bar > div + .q-icon {
  margin-left: 8px;
}
.q-bar > .q-btn {
  margin-left: 2px;
}
.q-bar > .q-icon:first-child, .q-bar > .q-btn:first-child, .q-bar > div:first-child {
  margin-left: 0;
}
.q-bar--standard {
  padding: 0 12px;
  height: 32px;
  font-size: 18px;
}
.q-bar--standard > div {
  font-size: 16px;
}
.q-bar--standard .q-btn {
  font-size: 11px;
}
.q-bar--dense {
  padding: 0 8px;
  height: 24px;
  font-size: 14px;
}
.q-bar--dense .q-btn {
  font-size: 8px;
}
.q-bar--dark {
  background: rgba(255, 255, 255, 0.15);
}

.q-breadcrumbs__el {
  color: rgba(var(--neutral-60), 1);
}
.q-breadcrumbs__el-icon {
  font-size: 125%;
}
.q-breadcrumbs__el-icon--with-label {
  margin-right: 8px;
}
.q-breadcrumbs .q-breadcrumbs__separator {
  color: rgba(var(--neutral-60), 1);
}
.q-breadcrumbs .q-breadcrumbs--last span {
  color: rgba(var(--primary-pure), 1);
}

[dir=rtl] .q-breadcrumbs__separator .q-icon {
  transform: scaleX(-1) /* rtl:ignore */;
}

.body--dark .q-breadcrumbs__el {
  color: rgba(var(--white), 0.7);
}
.body--dark .q-breadcrumbs .q-breadcrumbs__separator {
  color: rgba(var(--white), 0.7);
}

.q-router-link--active {
  color: rgb(var(--primary-pure)) !important;
}

.q-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  border: 0;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.715em;
  text-decoration: none;
  color: inherit;
  background: transparent;
  font-weight: 500;
  text-align: center;
  width: max-content;
  height: max-content;
  cursor: default;
  padding: 0.5625rem 0.5625rem;
}
.q-btn:focus {
  outline: 1px solid rgba(var(--neutral-100), 0.8) !important;
}
.q-btn:hover {
  outline: 1px solid transparent !important;
}
.q-btn[primary] {
  background: rgb(var(--primary-pure));
  color: rgb(var(--neutral-100));
}
.q-btn[secondary] {
  border: 1px solid rgba(var(--neutral-100), 0.1);
}
.q-btn[secondary].active {
  border: 1px solid rgba(var(--primary-pure), 1) !important;
  color: rgb(var(--primary-pure)) !important;
  background: rgba(var(--primary-pure), 0.05) !important;
}
.q-btn[secondary]:before {
  box-shadow: initial !important;
}
.q-btn[secondary] .q-btn__progress-indicator {
  background: rgba(var(--neutral-100), 0.2);
}
.q-btn[tertiary]:before {
  box-shadow: initial !important;
}
.q-btn[tertiary]:hover {
  background: rgba(var(--neutral-100), 0.1);
}
.q-btn[tertiary] .q-btn__progress-indicator {
  background: rgba(var(--neutral-100), 0.2);
}
.q-btn .q-icon, .q-btn .q-spinner {
  font-size: 1.715em;
}
.q-btn.disabled {
  opacity: 0.2 !important;
  pointer-events: none;
}
.q-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  box-shadow: initial;
}
.q-btn--actionable {
  cursor: pointer;
}
.q-btn--actionable.q-btn--standard:before {
  transition: box-shadow 0.25s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn--actionable.q-btn--standard:active:before, .q-btn--actionable.q-btn--standard.q-btn--active:before {
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(1, 7, 27, 0.08), 0px 2px 1px rgba(1, 7, 27, 0.06), 0px 1px 3px rgba(1, 7, 27, 0.1);
}
.q-btn--no-uppercase {
  text-transform: none;
}
.q-btn--rectangle {
  border-radius: 6px;
}
.q-btn--outline {
  background: transparent !important;
}
.q-btn--outline:before {
  border: 1px solid currentColor;
}
.q-btn--push {
  border-radius: 7px;
}
.q-btn--push:before {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
.q-btn--push.q-btn--actionable {
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn--push.q-btn--actionable:before {
  transition: border-width 0.25s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn--push.q-btn--actionable:active, .q-btn--push.q-btn--actionable.q-btn--active {
  transform: translateY(2px);
}
.q-btn--push.q-btn--actionable:active:before, .q-btn--push.q-btn--actionable.q-btn--active:before {
  border-bottom-width: 0;
}
.q-btn--rounded {
  border-radius: 28px;
}
.q-btn--round {
  border-radius: 50%;
  padding: 0;
  min-width: 3em;
  min-height: 3em;
}
.q-btn--square {
  border-radius: 0;
}
.q-btn--flat:before, .q-btn--outline:before, .q-btn--unelevated:before {
  box-shadow: none;
}
.q-btn--dense {
  padding: 0.285em;
  min-height: 2em;
}
.q-btn--dense.q-btn--round {
  padding: 0;
  min-height: 2.4em;
  min-width: 2.4em;
}
.q-btn--dense .on-left {
  margin-right: 6px;
}
.q-btn--dense .on-right {
  margin-left: 6px;
}
.q-btn--fab .q-icon, .q-btn--fab-mini .q-icon {
  font-size: 24px;
}
.q-btn--fab {
  padding: 16px;
  min-height: 56px;
  min-width: 56px;
}
.q-btn--fab .q-icon {
  margin: auto;
}
.q-btn--fab-mini {
  padding: 8px;
  min-height: 40px;
  min-width: 40px;
}
.q-btn__content {
  transition: opacity 0.3s;
  z-index: 0;
  gap: 0.375rem;
  line-height: 100%;
}
.q-btn__content--hidden {
  opacity: 0;
  pointer-events: none;
}
.q-btn__progress {
  border-radius: inherit;
  z-index: 0;
}
.q-btn__progress-indicator {
  z-index: -1;
  transform: translateX(-100%);
  background: rgba(255, 255, 255, 0.25);
}
.q-btn__progress--dark .q-btn__progress-indicator {
  background: rgba(0, 0, 0, 0.2);
}
.q-btn--flat .q-btn__progress-indicator, .q-btn--outline .q-btn__progress-indicator {
  opacity: 0.2;
  background: currentColor;
}

.body--dark .q-btn[secondary] {
  border: 1px solid rgba(var(--white), 0.1);
  color: rgba(var(--white), 0.9);
}
.body--dark .q-btn:focus {
  outline: 1px solid rgba(var(--white), 0.3) !important;
}
.body--dark .q-btn:hover {
  outline: 1px solid transparent !important;
}

.q-btn-dropdown--split .q-btn-dropdown__arrow-container {
  padding: 0 4px;
}
.q-btn-dropdown--split .q-btn-dropdown__arrow-container.q-btn--outline {
  border-left: 1px solid currentColor;
}
.q-btn-dropdown--split .q-btn-dropdown__arrow-container:not(.q-btn--outline) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.q-btn-dropdown--simple * + .q-btn-dropdown__arrow {
  margin-left: 8px;
}
.q-btn-dropdown__arrow {
  transition: transform 0.28s;
}
.q-btn-dropdown--current {
  flex-grow: 1;
}

.q-btn-group {
  border-radius: 6px;
  box-shadow: initial;
  vertical-align: middle;
}
.q-btn-group > .q-btn-item {
  border-radius: inherit;
  align-self: stretch;
}
.q-btn-group > .q-btn-item:before {
  box-shadow: none;
}
.q-btn-group > .q-btn-item .q-badge--floating {
  right: 0;
}
.q-btn-group > .q-btn-group {
  box-shadow: none;
}
.q-btn-group > .q-btn-group:first-child > .q-btn:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.q-btn-group > .q-btn-group:last-child > .q-btn:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-btn-group > .q-btn-group:not(:first-child) > .q-btn:first-child:before {
  border-left: 0;
}
.q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child:before {
  border-right: 0;
}
.q-btn-group > .q-btn-item:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.q-btn-group > .q-btn-item:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.q-btn-group > .q-btn-item.q-btn--standard:before {
  z-index: -1;
}
.q-btn-group--push {
  border-radius: 7px;
}
.q-btn-group--push > .q-btn--push.q-btn--actionable {
  transform: none;
}
.q-btn-group--push > .q-btn--push.q-btn--actionable .q-btn__content {
  transition: margin-top 0.25s cubic-bezier(0.25, 0.8, 0.5, 1), margin-bottom 0.25s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn-group--push > .q-btn--push.q-btn--actionable:active .q-btn__content, .q-btn-group--push > .q-btn--push.q-btn--actionable.q-btn--active .q-btn__content {
  margin-top: 2px;
  margin-bottom: -2px;
}
.q-btn-group--rounded {
  border-radius: 28px;
}
.q-btn-group--square {
  border-radius: 0;
}
.q-btn-group--flat, .q-btn-group--outline, .q-btn-group--unelevated {
  box-shadow: none;
}
.q-btn-group--outline > .q-separator {
  display: none;
}
.q-btn-group--outline > .q-btn-item + .q-btn-item:before {
  border-left: 0;
}
.q-btn-group--outline > .q-btn-item:not(:last-child):before {
  border-right: 0;
}
.q-btn-group--stretch {
  align-self: stretch;
  border-radius: 0;
}
.q-btn-group--glossy > .q-btn-item {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04)) !important;
}
.q-btn-group--spread > .q-btn-group {
  display: flex !important;
}
.q-btn-group--spread > .q-btn-item, .q-btn-group--spread > .q-btn-group > .q-btn-item:not(.q-btn-dropdown__arrow-container) {
  width: auto;
  min-width: 0;
  max-width: 100%;
  flex: 10000 1 0%;
}

.q-btn-toggle {
  position: relative;
}

.q-card {
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(1, 7, 27, 0.08), 0px 2px 1px rgba(1, 7, 27, 0.06), 0px 1px 3px rgba(1, 7, 27, 0.1);
  border-radius: 6px;
  vertical-align: top;
  background: #fff;
  position: relative;
}
.q-card--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-card--dark {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.q-card__section {
  position: relative;
}
.q-card__section--vert {
  padding: 16px;
}
.q-card__actions {
  padding: 8px;
  align-items: center;
}
.q-card__actions .q-btn {
  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;
}

.q-carousel {
  background-color: #fff;
  height: 400px;
}
.q-carousel__slide {
  min-height: 100%;
  background-size: cover;
  background-position: 50%;
}
.q-carousel__slide, .q-carousel .q-carousel--padding {
  padding: 16px;
}
.q-carousel__slides-container {
  height: 100%;
}
.q-carousel__control {
  color: #fff;
}
.q-carousel__arrow {
  pointer-events: none;
}
.q-carousel__arrow .q-icon {
  font-size: 28px;
}
.q-carousel__arrow .q-btn {
  pointer-events: all;
}
.q-carousel__prev-arrow--horizontal, .q-carousel__next-arrow--horizontal {
  top: 16px;
  bottom: 16px;
}
.q-carousel__prev-arrow--horizontal {
  left: 16px;
}
.q-carousel__next-arrow--horizontal {
  right: 16px;
}
.q-carousel__prev-arrow--vertical, .q-carousel__next-arrow--vertical {
  left: 16px;
  right: 16px;
}
.q-carousel__prev-arrow--vertical {
  top: 16px;
}
.q-carousel__next-arrow--vertical {
  bottom: 16px;
}
.q-carousel__navigation--top, .q-carousel__navigation--bottom {
  left: 16px;
  right: 16px;
  overflow-x: auto;
  overflow-y: hidden;
}
.q-carousel__navigation--top {
  top: 16px;
}
.q-carousel__navigation--bottom {
  bottom: 16px;
}
.q-carousel__navigation--left, .q-carousel__navigation--right {
  top: 16px;
  bottom: 16px;
  overflow-x: hidden;
  overflow-y: auto;
}
.q-carousel__navigation--left > .q-carousel__navigation-inner, .q-carousel__navigation--right > .q-carousel__navigation-inner {
  flex-direction: column;
}
.q-carousel__navigation--left {
  left: 16px;
}
.q-carousel__navigation--right {
  right: 16px;
}
.q-carousel__navigation-inner {
  flex: 1 1 auto;
}
.q-carousel__navigation .q-btn {
  margin: 6px 4px;
  padding: 5px;
}
.q-carousel__navigation-icon--inactive {
  opacity: 0.7;
}
.q-carousel .q-carousel__thumbnail {
  margin: 2px;
  height: 50px;
  width: auto;
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 6px;
  vertical-align: middle;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.q-carousel .q-carousel__thumbnail:hover,
.q-carousel .q-carousel__thumbnail--active {
  opacity: 1;
}
.q-carousel .q-carousel__thumbnail--active {
  border-color: currentColor;
  cursor: default;
}
.q-carousel--navigation-top.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-top .q-carousel--padding, .q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide, .q-carousel--arrows-vertical .q-carousel--padding {
  padding-top: 60px;
}
.q-carousel--navigation-bottom.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-bottom .q-carousel--padding, .q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide, .q-carousel--arrows-vertical .q-carousel--padding {
  padding-bottom: 60px;
}
.q-carousel--navigation-left.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-left .q-carousel--padding, .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, .q-carousel--arrows-horizontal .q-carousel--padding {
  padding-left: 60px;
}
.q-carousel--navigation-right.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-right .q-carousel--padding, .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, .q-carousel--arrows-horizontal .q-carousel--padding {
  padding-right: 60px;
}
.q-carousel.fullscreen {
  height: 100%;
}

.q-message-name, .q-message-stamp, .q-message-label {
  font-size: small;
}

.q-message-label {
  margin: 2.25rem 0;
  text-align: center;
}

.q-message-stamp {
  color: inherit;
  margin-top: 4px;
  opacity: 0.6;
  display: none;
}

.q-message-avatar {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
}

.q-message:first-child .q-message-label {
  margin-top: 0;
}

.q-message-avatar--received {
  margin-right: 0.75rem;
}

.q-message-text--received {
  color: rgb(var(--white));
  border-radius: 6px;
}
.q-message-text--received:last-child:before {
  display: none;
}

.q-message-text-content--received {
  color: rgb(var(--neutral-70));
}

.q-message-name--sent {
  text-align: right;
}

.q-message-avatar--sent {
  margin-left: 0.75rem;
}

.q-message-container--sent {
  flex-direction: row-reverse;
}

.q-message-text--sent {
  color: rgb(var(--white));
  border-radius: 6px;
}
.q-message-text--sent:last-child:before {
  display: none;
}

.q-message-text-content--sent {
  color: rgb(var(--neutral-70));
}

.q-message-text {
  background: currentColor;
  padding: 0.375rem;
  line-height: 1.2;
  word-break: break-word;
  font-size: 0.875rem;
  position: relative;
}
.q-message-text + .q-message-text {
  margin-top: 3px;
}
.q-message-text:last-child {
  display: flex;
  align-items: center;
  min-height: 2rem;
}
.q-message-text:last-child .q-message-stamp {
  display: block;
}
.q-message-text:last-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
}

.q-message-container {
  align-items: flex-start !important;
}
.q-message-container > div {
  display: flex;
  flex-direction: column-reverse;
}

.body--dark .q-message-text {
  background: rgba(var(--white), 0.1);
}
.body--dark .q-message-text-content {
  color: rgb(var(--white));
}

.q-checkbox {
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
}
.q-checkbox__native {
  width: 1px;
  height: 1px;
}
.q-checkbox .q-checkbox__label {
  margin-left: 6px;
}
.q-checkbox[data-size=sm] .q-checkbox__label {
  font-size: 0.75rem !important;
}
.q-checkbox[data-size=md] .q-checkbox__label {
  font-size: 0.875rem !important;
}
.q-checkbox[data-size=lg] .q-checkbox__label {
  font-size: 1rem !important;
}
.q-checkbox__label {
  color: rgba(var(--neutral-100), 0.7);
  margin-left: 6px;
  line-height: 150%;
}
.q-checkbox[aria-checked=true] .q-checkbox__label {
  color: rgba(var(--neutral-100), 1);
}
.q-checkbox__bg, .q-checkbox__icon-container {
  -webkit-user-select: none;
          user-select: none;
}
.q-checkbox__bg {
  inset: 0;
  width: 100%;
  height: 100%;
  border: 2px solid currentColor;
  border-radius: 2px;
  transition: background 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
  -webkit-print-color-adjust: exact;
}
.q-checkbox__icon {
  color: currentColor;
  font-size: 0.5em;
}
.q-checkbox__svg {
  color: #fff;
}
.q-checkbox__truthy {
  stroke: currentColor;
  stroke-width: 3.12px;
  stroke-dashoffset: 29.78334;
  stroke-dasharray: 29.78334;
}
.q-checkbox__indet {
  fill: currentColor;
  transform-origin: 50% 50%;
  transform: rotate(-280deg) scale(0);
}
.q-checkbox__inner {
  font-size: 40px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  outline: 0;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.44);
}
.q-checkbox__inner--truthy, .q-checkbox__inner--indet {
  color: var(--q-primary);
}
.q-checkbox__inner--truthy .q-checkbox__bg, .q-checkbox__inner--indet .q-checkbox__bg {
  background: currentColor;
}
.q-checkbox__inner--truthy path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.18s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}
.q-checkbox__inner--indet .q-checkbox__indet {
  transform: rotate(0) scale(1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.q-checkbox.disabled {
  opacity: 0.75 !important;
  pointer-events: none;
}
.q-checkbox.disabled * {
  pointer-events: none;
}
.q-checkbox--dark .q-checkbox__inner {
  color: rgba(255, 255, 255, 0.7);
}
.q-checkbox--dark .q-checkbox__inner:before {
  opacity: 0.32 !important;
}
.q-checkbox--dark .q-checkbox__inner--truthy, .q-checkbox--dark .q-checkbox__inner--indet {
  color: var(--q-primary);
}
.q-checkbox--dark .q-checkbox__label {
  color: rgba(var(--white), 0.7);
}
.q-checkbox[aria-checked=true].q-checkbox--dark .q-checkbox__label {
  color: rgba(var(--white), 0.9);
}
.q-checkbox--dense .q-checkbox__inner {
  width: 0.5em;
  min-width: 0.5em;
  height: 0.5em;
}
.q-checkbox--dense .q-checkbox__bg {
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
}
.q-checkbox--dense .q-checkbox__label {
  padding-left: 0.5em;
}
.q-checkbox--dense.reverse .q-checkbox__label {
  padding-left: 0;
  padding-right: 0.5em;
}

body.desktop .q-checkbox:not(.disabled) .q-checkbox__inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.12;
  transform: scale3d(0, 0, 1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1);
}
body.desktop .q-checkbox:not(.disabled):focus .q-checkbox__inner:before, body.desktop .q-checkbox:not(.disabled):hover .q-checkbox__inner:before {
  transform: scale3d(1.5, 1.5, 1);
}
body.desktop .q-checkbox--dense:not(.disabled):focus .q-checkbox__inner:before, body.desktop .q-checkbox--dense:not(.disabled):hover .q-checkbox__inner:before {
  transform: scale3d(1.4, 1.4, 1);
}

.q-chip {
  vertical-align: middle;
  border-radius: 16px;
  outline: 0;
  position: relative;
  height: initial;
  max-width: 100%;
  margin: 0px;
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  padding: 0.5em 0.9em;
  font-weight: 500;
}
.q-chip.active {
  background: rgba(var(--primary-pure), 0.1) !important;
  color: rgba(var(--primary-pure), 1) !important;
  border-color: rgba(var(--primary-pure), 1) !important;
}
.q-chip[data-size=sm] {
  font-size: 0.75rem;
  padding: 2px 6px;
}
.q-chip[data-size=sm] .q-badge {
  width: 0.5rem !important;
  height: 0.5rem !important;
}
.q-chip[data-size=md] {
  font-size: 0.75rem;
  padding: 2px 12px;
}
.q-chip[data-size=md] .q-badge {
  width: 0.75rem;
  height: 0.75rem;
}
.q-chip[data-size=lg] {
  font-size: 0.875rem;
  padding: 2px 1rem;
}
.q-chip[data-size=lg] .q-badge {
  width: 0.75rem;
  height: 0.75rem;
}
.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--selected .q-avatar {
  display: none;
}
.q-chip__icon {
  color: rgba(0, 0, 0, 0.54);
}
.q-chip__icon--remove {
  margin-left: 0.1em !important;
  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;
  gap: 0.375rem;
}
.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: 6px;
}
.q-chip--square .q-avatar {
  border-radius: 5px 0 0 5px;
}

.q-circular-progress {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
}
.q-circular-progress.q-focusable {
  border-radius: 50%;
}
.q-circular-progress__svg {
  width: 100%;
  height: 100%;
}
.q-circular-progress__text {
  font-size: 0.25em;
}
.q-circular-progress--indeterminate .q-circular-progress__svg {
  transform-origin: 50% 50%;
  animation: q-spin 2s linear infinite /* rtl:ignore */;
}
.q-circular-progress--indeterminate .q-circular-progress__circle {
  stroke-dasharray: 1 400;
  stroke-dashoffset: 0;
  animation: q-circular-progress-circle 1.5s ease-in-out infinite /* rtl:ignore */;
}

@keyframes q-circular-progress-circle {
  0% {
    stroke-dasharray: 1, 400;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 400, 400;
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dasharray: 400, 400;
    stroke-dashoffset: -300;
  }
}
.q-color-picker {
  overflow: hidden;
  background: #fff;
  max-width: 350px;
  vertical-align: top;
  min-width: 180px;
  border-radius: 6px;
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.04), 0px 9px 46px rgba(0, 0, 0, 0.06), 0px 11px 15px rgba(1, 7, 27, 0.1);
  /* Saturation Tab */
  /* Tune Tab */
  /* Palette Tab */
  /* Generic  */
}
.q-color-picker .q-tab {
  padding: 0 !important;
}
.q-color-picker--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-color-picker__header-tabs {
  height: 32px;
}
.q-color-picker__header-banner {
  height: 36px;
}
.q-color-picker__header input {
  line-height: 24px;
  border: 0;
}
.q-color-picker__header .q-tab {
  min-height: 32px !important;
  height: 32px !important;
}
.q-color-picker__header .q-tab--inactive {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.1));
}
.q-color-picker__error-icon {
  bottom: 2px;
  right: 2px;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.q-color-picker__header-content {
  position: relative;
  background: #fff;
}
.q-color-picker__header-content--light {
  color: #000;
}
.q-color-picker__header-content--dark {
  color: #fff;
}
.q-color-picker__header-content--dark .q-tab--inactive:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.q-color-picker__header-banner {
  height: 36px;
}
.q-color-picker__header-bg {
  background: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==") !important;
}
.q-color-picker__footer {
  height: 36px;
}
.q-color-picker__footer .q-tab {
  min-height: 36px !important;
  height: 36px !important;
}
.q-color-picker__footer .q-tab--inactive {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.1));
}
.q-color-picker__spectrum {
  width: 100%;
  height: 100%;
}
.q-color-picker__spectrum-tab {
  padding: 0 !important;
}
.q-color-picker__spectrum-white {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.q-color-picker__spectrum-black {
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.q-color-picker__spectrum-circle {
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transform: translate(-5px, -5px);
}
.q-color-picker__hue .q-slider__track {
  background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%) !important;
  opacity: 1;
}
.q-color-picker__alpha .q-slider__track-container {
  padding-top: 0;
}
.q-color-picker__alpha .q-slider__track:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #757575);
}
.q-color-picker__sliders {
  padding: 0 16px;
}
.q-color-picker__sliders .q-slider__thumb {
  color: #424242;
}
.q-color-picker__sliders .q-slider__thumb path {
  stroke-width: 2px;
  fill: transparent;
}
.q-color-picker__sliders .q-slider--active path {
  stroke-width: 3px;
}
.q-color-picker__tune-tab .q-slider {
  margin-left: 18px;
  margin-right: 18px;
}
.q-color-picker__tune-tab input {
  font-size: 11px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  width: 3.5em;
}
.q-color-picker__palette-tab {
  padding: 0 !important;
}
.q-color-picker__palette-rows--editable .q-color-picker__cube {
  cursor: pointer;
}
.q-color-picker__cube {
  padding-bottom: 10%;
  width: 10% !important;
}
.q-color-picker input {
  color: inherit;
  background: transparent;
  outline: 0;
  text-align: center;
}
.q-color-picker .q-tabs {
  overflow: hidden;
}
.q-color-picker .q-tab--active {
  box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.2);
}
.q-color-picker .q-tab--active .q-focus-helper {
  display: none;
}
.q-color-picker .q-tab__indicator {
  display: none;
}
.q-color-picker .q-tab-panels {
  background: inherit;
}
.q-color-picker--dark .q-color-picker__tune-tab input {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.q-color-picker--dark .q-slider__thumb {
  color: #fafafa;
}

.q-date {
  display: inline-flex;
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.04), 0px 9px 46px rgba(0, 0, 0, 0.06), 0px 11px 15px rgba(1, 7, 27, 0.1);
  border-radius: 6px;
  background: #fff;
  width: 290px;
  min-width: 290px;
  max-width: 100%;
}
.q-date--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-date__header {
  border-top-left-radius: inherit;
  color: #fff;
  background-color: var(--q-primary);
  padding: 16px;
}
.q-date__actions {
  padding: 0 16px 16px;
}
.q-date__content, .q-date__main {
  outline: 0;
}
.q-date__content .q-btn {
  font-weight: normal;
}
.q-date__header-link {
  opacity: 0.64;
  outline: 0;
  transition: opacity 0.3s ease-out;
}
.q-date__header-link--active, .q-date__header-link:hover, .q-date__header-link:focus {
  opacity: 1;
}
.q-date__header-subtitle {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.00938em;
}
.q-date__header-title-label {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.00735em;
}
.q-date__view {
  height: 100%;
  width: 100%;
  min-height: 290px;
  padding: 16px;
}
.q-date__navigation {
  height: 12.5%;
}
.q-date__navigation > div:first-child {
  width: 8%;
  min-width: 24px;
  justify-content: flex-end;
}
.q-date__navigation > div:last-child {
  width: 8%;
  min-width: 24px;
  justify-content: flex-start;
}
.q-date__calendar-weekdays {
  height: 12.5%;
}
.q-date__calendar-weekdays > div {
  opacity: 0.38;
  font-size: 12px;
}
.q-date__calendar-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 14.285% !important;
  height: 12.5% !important;
  position: relative;
  padding: 1px;
}
.q-date__calendar-item:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 1px;
  right: 0;
  bottom: 1px;
  left: 0;
  border-style: dashed;
  border-color: transparent;
  border-width: 1px;
}
.q-date__calendar-item > div, .q-date__calendar-item button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.q-date__calendar-item > div {
  line-height: 30px;
  text-align: center;
}
.q-date__calendar-item > button {
  line-height: 22px;
}
.q-date__calendar-item--out {
  opacity: 0.18;
}
.q-date__calendar-item--fill {
  visibility: hidden;
}
.q-date__range:before, .q-date__range-from:before, .q-date__range-to:before {
  content: "";
  background-color: currentColor;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  right: 0;
  opacity: 0.3;
}
.q-date__range:nth-child(7n-6):before, .q-date__range-from:nth-child(7n-6):before, .q-date__range-to:nth-child(7n-6):before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.q-date__range:nth-child(7n):before, .q-date__range-from:nth-child(7n):before, .q-date__range-to:nth-child(7n):before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.q-date__range-from:before {
  left: 50%;
}
.q-date__range-to:before {
  right: 50%;
}
.q-date__edit-range:after {
  border-color: currentColor transparent;
}
.q-date__edit-range:nth-child(7n-6):after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.q-date__edit-range:nth-child(7n):after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.q-date__edit-range-from:after, .q-date__edit-range-from-to:after {
  left: 4px;
  border-left-color: currentColor;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
.q-date__edit-range-to:after, .q-date__edit-range-from-to:after {
  right: 4px;
  border-right-color: currentColor;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}
.q-date__calendar-days-container {
  height: 75%;
  min-height: 192px;
}
.q-date__calendar-days > div {
  height: 16.66% !important;
}
.q-date__event {
  position: absolute;
  bottom: 2px;
  left: 50%;
  height: 5px;
  width: 8px;
  border-radius: 5px;
  background-color: var(--q-secondary);
  transform: translate3d(-50%, 0, 0);
}
.q-date__today {
  box-shadow: 0 0 1px 0 currentColor;
}
.q-date__years-content {
  padding: 0 8px;
}
.q-date__years-item, .q-date__months-item {
  flex: 0 0 33.3333%;
}
.q-date.disabled .q-date__header, .q-date.disabled .q-date__content, .q-date--readonly .q-date__header, .q-date--readonly .q-date__content {
  pointer-events: none;
}
.q-date--readonly .q-date__navigation {
  display: none;
}
.q-date--portrait {
  flex-direction: column;
}
.q-date--portrait-standard .q-date__content {
  height: calc(100% - 86px);
}
.q-date--portrait-standard .q-date__header {
  border-top-right-radius: inherit;
  height: 86px;
}
.q-date--portrait-standard .q-date__header-title {
  align-items: center;
  height: 30px;
}
.q-date--portrait-minimal .q-date__content {
  height: 100%;
}
.q-date--landscape {
  flex-direction: row;
  align-items: stretch;
  min-width: 420px;
}
.q-date--landscape > div {
  display: flex;
  flex-direction: column;
}
.q-date--landscape .q-date__content {
  height: 100%;
}
.q-date--landscape-standard {
  min-width: 420px;
}
.q-date--landscape-standard .q-date__header {
  border-bottom-left-radius: inherit;
  min-width: 110px;
  width: 110px;
}
.q-date--landscape-standard .q-date__header-title {
  flex-direction: column;
}
.q-date--landscape-standard .q-date__header-today {
  margin-top: 12px;
  margin-left: -8px;
}
.q-date--landscape-minimal {
  width: 310px;
}
.q-date--dark {
  border-color: rgba(255, 255, 255, 0.1019607843);
}

.q-dialog__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em;
}
.q-dialog__progress {
  font-size: 4rem;
}
.q-dialog__inner {
  outline: 0;
  margin-left: var(--Nv0-sidebar-width);
}
.q-dialog__inner > div {
  pointer-events: all;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
}
.q-dialog__inner--square > div {
  border-radius: 0 !important;
}
.q-dialog__inner > .q-card > .q-card__actions .q-btn--rectangle {
  min-width: 64px;
}
.q-dialog__inner--minimized {
  padding: 8px;
}
.q-dialog__inner--minimized > div {
  max-height: calc(100vh - 48px);
}
.q-dialog__inner--maximized > div {
  height: 100%;
  width: 100%;
  max-height: 100vh;
  max-width: 100vw;
  border-radius: 0 !important;
  top: 0 !important;
  left: 0 !important;
}
.q-dialog__inner--top, .q-dialog__inner--bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.q-dialog__inner--right, .q-dialog__inner--left {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.q-dialog__inner--left:not(.q-dialog__inner--animating) > div, .q-dialog__inner--top:not(.q-dialog__inner--animating) > div {
  border-top-left-radius: 0;
}
.q-dialog__inner--right:not(.q-dialog__inner--animating) > div, .q-dialog__inner--top:not(.q-dialog__inner--animating) > div {
  border-top-right-radius: 0;
}
.q-dialog__inner--left:not(.q-dialog__inner--animating) > div, .q-dialog__inner--bottom:not(.q-dialog__inner--animating) > div {
  border-bottom-left-radius: 0;
}
.q-dialog__inner--right:not(.q-dialog__inner--animating) > div, .q-dialog__inner--bottom:not(.q-dialog__inner--animating) > div {
  border-bottom-right-radius: 0;
}
.q-dialog__inner--fullwidth > div {
  width: 100% !important;
  max-width: 100% !important;
}
.q-dialog__inner--fullheight > div {
  height: 100% !important;
  max-height: 100% !important;
}
.q-dialog__backdrop {
  z-index: -1;
  pointer-events: all;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
}

body.platform-ios .q-dialog__inner--minimized > div, body.platform-android:not(.native-mobile) .q-dialog__inner--minimized > div {
  max-height: calc(100vh - 108px);
}

body.q-ios-padding .q-dialog__inner {
  padding-top: 20px !important;
  padding-top: env(safe-area-inset-top) !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
}
body.q-ios-padding .q-dialog__inner > div {
  max-height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
}

[id^=q-portal--dialog] .q-dialog {
  z-index: 99999999;
}

@media (max-width: 599.98px) {
  .q-dialog__inner--top, .q-dialog__inner--bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .q-dialog__inner--top > div, .q-dialog__inner--bottom > div {
    width: 100% !important;
  }
}
.q-body--dialog {
  overflow: hidden;
}

.q-bottom-sheet {
  padding-bottom: 8px;
}
.q-bottom-sheet__avatar {
  border-radius: 50%;
}
.q-bottom-sheet--list {
  width: 400px;
}
.q-bottom-sheet--list .q-icon, .q-bottom-sheet--list img {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.q-bottom-sheet--grid {
  width: 700px;
}
.q-bottom-sheet--grid .q-bottom-sheet__item {
  padding: 8px;
  text-align: center;
  min-width: 100px;
}
.q-bottom-sheet--grid .q-icon, .q-bottom-sheet--grid img, .q-bottom-sheet--grid .q-bottom-sheet__empty-icon {
  font-size: 48px;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}
.q-bottom-sheet--grid .q-separator {
  margin: 12px 0;
}
.q-bottom-sheet__item {
  flex: 0 0 33.3333%;
}

@media (min-width: 600px) {
  .q-bottom-sheet__item {
    flex: 0 0 25%;
  }
}
.q-dialog-plugin {
  width: 400px;
}
.q-dialog-plugin__form {
  max-height: 50vh;
}
.q-dialog-plugin .q-card__section + .q-card__section {
  padding-top: 0;
}
.q-dialog-plugin--progress {
  text-align: center;
}

.q-editor {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  background-color: #fff;
}
.q-editor.disabled {
  border-style: dashed;
}
.q-editor > div:first-child, .q-editor__toolbars-container, .q-editor__toolbars-container > div:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-editor__content {
  outline: 0;
  padding: 10px;
  min-height: 10em;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  overflow: auto;
  max-width: 100%;
}
.q-editor__content * {
  white-space: break-spaces !important;
}
.q-editor__content a[href] {
  text-decoration: underline !important;
  text-decoration-style: dashed !important;
  text-decoration-color: rgba(var(--neutral-100), 0.3) !important;
}
.q-editor__content ul li {
  list-style: circle;
  margin-left: 12px;
}
.q-editor ol li {
  list-style: auto;
  margin-left: 12px;
}
.q-editor ol pre {
  white-space: pre-wrap;
}
.q-editor hr {
  border: 0;
  outline: 0;
  margin: 1px;
  height: 1px;
  border-color: rgb(var(--neutral-30)) !important;
  background: rgb(var(--neutral-30)) !important;
}
.q-editor hr:empty:not(:focus):before {
  content: attr(placeholder);
  opacity: 0.7;
}
.q-editor__toolbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  min-height: 32px;
}
.q-editor__toolbar .q-icon {
  font-size: 2.25em !important;
}
.q-editor__toolbars-container {
  max-width: 100%;
}
.q-editor .q-btn {
  margin: 4px;
}
.q-editor__toolbar-group {
  position: relative;
  margin: 0 4px;
}
.q-editor__toolbar-group + .q-editor__toolbar-group:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.q-editor__link-input {
  color: inherit;
  text-decoration: none;
  text-transform: none;
  border: none;
  border-radius: 0;
  background: none;
  outline: 0;
}
.q-editor--flat, .q-editor--flat .q-editor__toolbar {
  border: 0;
}
.q-editor--dense .q-editor__toolbar-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.q-editor--dark {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.q-editor--dark .q-editor__content hr {
  border-color: rgb(var(--neutral-30)) !important;
  background: rgba(var(--white), 0.05) !important;
}
.q-editor--dark .q-editor__toolbar {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.q-editor--dark .q-editor__toolbar-group + .q-editor__toolbar-group:before {
  background: rgba(255, 255, 255, 0.1019607843);
}

.q-expansion-item .q-item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
}
.q-expansion-item__border {
  opacity: 0;
}
.q-expansion-item__toggle-icon {
  position: relative;
  transition: transform 0.2s;
}
.q-expansion-item__toggle-icon--rotated {
  transform: rotate(180deg);
}
.q-expansion-item__toggle-focus {
  width: 1em !important;
  height: 1em !important;
  position: relative !important;
}
.q-expansion-item__toggle-focus + .q-expansion-item__toggle-icon {
  margin-top: -1em;
}
.q-expansion-item--standard.q-expansion-item--expanded > div > .q-expansion-item__border {
  opacity: 1;
}
.q-expansion-item--popup {
  transition: padding 0.25s;
}
.q-expansion-item--popup > .q-expansion-item__container {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-expansion-item--popup > .q-expansion-item__container > .q-separator {
  display: none;
}
.q-expansion-item--popup.q-expansion-item--collapsed {
  padding: 0 0.9375rem;
}
.q-expansion-item--popup.q-expansion-item--expanded {
  padding: 0.9375rem 0;
}
.q-expansion-item--popup.q-expansion-item--expanded + .q-expansion-item--popup.q-expansion-item--expanded {
  padding-top: 0;
}
.q-expansion-item--popup.q-expansion-item--collapsed:not(:first-child) > .q-expansion-item__container {
  border-top-width: 0;
}
.q-expansion-item--popup.q-expansion-item--expanded + .q-expansion-item--popup.q-expansion-item--collapsed > .q-expansion-item__container {
  border-top-width: 1px;
}
.q-expansion-item__content > .q-card {
  box-shadow: none;
  border-radius: 0;
}
.q-expansion-item:first-child > div > .q-expansion-item__border--top {
  opacity: 0;
}
.q-expansion-item:last-child > div > .q-expansion-item__border--bottom {
  opacity: 0;
}
.q-expansion-item--expanded + .q-expansion-item--expanded > div > .q-expansion-item__border--top {
  opacity: 0;
}
.q-expansion-item--expanded .q-textarea--autogrow textarea {
  animation: q-expansion-done 0s;
}

/* needed for compilation */
@keyframes q-expansion-done {
  0% {
    --q-exp-done: 1;
  }
}
.z-fab {
  z-index: 990;
}

.q-fab {
  position: relative;
  vertical-align: middle;
}
.q-fab > .q-btn {
  width: 100%;
}
.q-fab--form-rounded {
  border-radius: 28px;
}
.q-fab--form-square {
  border-radius: 6px;
}
.q-fab__icon, .q-fab__active-icon {
  transition: opacity 0.4s, transform 0.4s;
}
.q-fab__icon {
  opacity: 1;
  transform: rotate(0deg);
}
.q-fab__active-icon {
  opacity: 0;
  transform: rotate(-180deg);
}
.q-fab__label--external {
  position: absolute;
  padding: 0 8px;
  transition: opacity 0.18s cubic-bezier(0.65, 0.815, 0.735, 0.395);
}
.q-fab__label--external-hidden {
  opacity: 0;
  pointer-events: none;
}
.q-fab__label--external-left {
  top: 50%;
  left: -12px;
  transform: translate(-100%, -50%);
}
.q-fab__label--external-right {
  top: 50%;
  right: -12px;
  transform: translate(100%, -50%);
}
.q-fab__label--external-bottom {
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.q-fab__label--external-top {
  top: -12px;
  left: 50%;
  transform: translate(-50%, -100%);
}
.q-fab__label--internal {
  padding: 0;
  transition: font-size 0.12s cubic-bezier(0.65, 0.815, 0.735, 0.395), max-height 0.12s cubic-bezier(0.65, 0.815, 0.735, 0.395), opacity 0.07s cubic-bezier(0.65, 0.815, 0.735, 0.395);
  max-height: 30px;
}
.q-fab__label--internal-hidden {
  font-size: 0;
  opacity: 0;
}
.q-fab__label--internal-top {
  padding-bottom: 0.12em;
}
.q-fab__label--internal-bottom {
  padding-top: 0.12em;
}
.q-fab__label--internal-top.q-fab__label--internal-hidden, .q-fab__label--internal-bottom.q-fab__label--internal-hidden {
  max-height: 0;
}
.q-fab__label--internal-left {
  padding-left: 0.285em;
  padding-right: 0.571em;
}
.q-fab__label--internal-right {
  padding-right: 0.285em;
  padding-left: 0.571em;
}
.q-fab__icon-holder {
  min-width: 24px;
  min-height: 24px;
  position: relative;
}
.q-fab__icon-holder--opened .q-fab__icon {
  transform: rotate(180deg);
  opacity: 0;
}
.q-fab__icon-holder--opened .q-fab__active-icon {
  transform: rotate(0deg);
  opacity: 1;
}
.q-fab__actions {
  position: absolute;
  opacity: 0;
  transition: transform 0.18s ease-in, opacity 0.18s ease-in;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 3px;
}
.q-fab__actions .q-btn {
  margin: 5px;
}
.q-fab__actions--right {
  transform-origin: 0 50%;
  transform: scale(0.4) translateX(-62px);
  height: 56px;
  left: 100%;
  margin-left: 9px;
}
.q-fab__actions--left {
  transform-origin: 100% 50%;
  transform: scale(0.4) translateX(62px);
  height: 56px;
  right: 100%;
  margin-right: 9px;
  flex-direction: row-reverse;
}
.q-fab__actions--up {
  transform-origin: 50% 100%;
  transform: scale(0.4) translateY(62px);
  width: 56px;
  bottom: 100%;
  margin-bottom: 9px;
  flex-direction: column-reverse;
}
.q-fab__actions--down {
  transform-origin: 50% 0;
  transform: scale(0.4) translateY(-62px);
  width: 56px;
  top: 100%;
  margin-top: 9px;
  flex-direction: column;
}
.q-fab__actions--up, .q-fab__actions--down {
  left: 50%;
  margin-left: -28px;
}
.q-fab__actions--opened {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  pointer-events: all;
}
.q-fab--align-left > .q-fab__actions--up, .q-fab--align-left > .q-fab__actions--down {
  align-items: flex-start;
  left: 28px;
}
.q-fab--align-right > .q-fab__actions--up, .q-fab--align-right > .q-fab__actions--down {
  align-items: flex-end;
  left: auto;
  right: 0;
}

.q-field {
  font-size: 0.875rem;
  --input-size: 3.5rem;
  border-radius: 6px;
  height: max-content;
}
.q-field ::-ms-clear,
.q-field ::-ms-reveal {
  display: none;
}
.q-field .q-field__control:after {
  bottom: -0.0625rem !important;
}
.q-field.size-sm {
  --input-size: 2rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 167%;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
}
.q-field.size-sm .q-field__label {
  padding: 0.0625rem 0.125rem;
  background: transparent !important;
  z-index: 2;
}
.q-field.size-sm.q-field--float .q-field__label {
  transform: translateY(-100%) translateX(-0.375rem) scale(0.85);
  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.size-sm.q-field--float .q-field__prepend ~ .q-field__control-container .q-field__label {
  transform: translateY(-100%) translateX(calc(-1 * var(--prepend-size) - 0.875rem)) scale(0.85);
}
.q-field.size-sm .q-field__control {
  padding: 0 0.375rem;
  border: 0.0625rem solid rgba(var(--neutral-100), 0.1);
  border-radius: 6px;
}
.q-field.size-sm .q-field__prepend {
  margin-right: 0.5rem;
  padding: 0;
  width: 1.25rem;
}
.q-field.size-sm .q-icon {
  font-size: 1.25rem;
  margin: auto 0;
}
.q-field.size-sm .q-field__append {
  margin-left: 0.5rem;
  padding: 0;
  width: 1.25rem;
}
.q-field.size-sm .q-field__control:before {
  display: none;
}
.q-field.size-sm.q-field--focused .q-field__label {
  color: currentColor !important;
}
.q-field.size-sm .q-field__native {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
  line-height: 200%;
  margin-bottom: 0.125rem !important;
}
.q-field.size-sm.q-field--dark .q-field__control {
  border: 0.0625rem solid rgba(var(--white), 0.1);
}
.q-field.size-md {
  --input-size: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 157%;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
}
.q-field.size-md .q-field__label {
  padding: 0.0625rem 0.125rem;
  background: rgb(var(--white));
  z-index: 3;
}
.q-field.size-md.q-field--float .q-field__label {
  transform: translateY(-69%) translateX(1px) 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.size-md.q-field--float .q-field__prepend ~ .q-field__control-container .q-field__label {
  transform: translateY(-69%) translateX(calc(-1 * var(--prepend-size) - 0.3125rem)) scale(0.75);
}
.q-field.size-md .q-field__control {
  padding: 0 0.375rem;
  border: 0.0625rem solid rgba(var(--neutral-100), 0.1);
  border-radius: 6px;
}
.q-field.size-md .q-field__prepend {
  margin-right: 0.5rem;
  padding: 0;
  width: 1.25rem;
}
.q-field.size-md .q-icon {
  font-size: 1.25rem;
  margin: auto 0;
}
.q-field.size-md .q-field__append {
  margin-left: 0.5rem;
  padding: 0;
  width: 1.25rem;
}
.q-field.size-md.q-field--focused .q-field__label {
  color: currentColor !important;
}
.q-field.size-md .q-field__native {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 157%;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
  margin-bottom: 0.125rem !important;
}
.q-field.size-md.q-field--dark .q-field__control {
  border: 0.0625rem solid rgba(var(--white), 0.1);
}
.q-field.size-md.q-field--dark .q-field__label {
  background: rgb(var(--d-neutral-30));
}
.q-field.size-lg {
  --input-size: 3rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 157%;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
}
.q-field.size-lg .q-field__label {
  padding: 1px 1px;
  background: rgb(var(--white));
  z-index: 3;
}
.q-field.size-lg.q-field--float .q-field__label {
  transform: translateY(-85%) translateX(0.0625rem) 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.size-lg.q-field--float .q-field__prepend ~ .q-field__control-container .q-field__label {
  transform: translateY(-85%) translateX(calc(-1 * var(--prepend-size) - 0.25rem)) scale(0.75);
}
.q-field.size-lg .q-field__control {
  padding: 0 0.375rem;
  border: 0.0625rem solid rgba(var(--neutral-100), 0.1);
  border-radius: 6px;
}
.q-field.size-lg .q-field__prepend {
  margin-right: 0.5rem;
  padding: 0;
  width: 1.25rem;
}
.q-field.size-lg .q-icon {
  font-size: 1.25rem;
  margin: auto 0;
}
.q-field.size-lg .q-field__append {
  margin-left: 0.5rem;
  padding: 0;
  width: 1.25rem;
}
.q-field.size-lg.q-field--focused .q-field__label {
  color: currentColor !important;
}
.q-field .q-field__native {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
  line-height: 150%;
  margin-bottom: 0.125rem !important;
}
.q-field .q-field__native.q-field--dark .q-field__control {
  border: 0.0625rem solid rgba(var(--white), 0.1);
}
.q-field .q-field__native.q-field--dark .q-field__label {
  background: rgb(var(--d-neutral-30));
}
.q-field.q-field--dark .q-field__control {
  border: 0.0625rem solid rgba(var(--white), 0.1);
}
.q-field.q-field--dark .q-field__control .q-field__label {
  background: rgb(var(--d-neutral-30));
}
.q-field .q-field__control:before {
  display: none;
}
.q-field--with-bottom {
  padding-bottom: 1.25rem;
}
.q-field__marginal {
  height: var(--input-size);
  color: inherit;
  font-size: 1.5rem;
}
.q-field__marginal > * + * {
  margin-left: 0.125rem;
}
.q-field__marginal .q-avatar {
  font-size: 2rem;
}
.q-field__before, .q-field__prepend {
  padding-right: 0.75rem;
}
.q-field__after, .q-field__append {
  padding-left: 0.75rem;
}
.q-field__after:empty, .q-field__append:empty {
  display: none;
}
.q-field__append + .q-field__append {
  padding-left: 0.125rem;
}
.q-field__inner {
  text-align: left;
}
.q-field__bottom {
  font-size: 0.75rem;
  min-height: 1.25rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.54);
  padding: 0.5rem 0.75rem 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: 0.25rem;
}
.q-field__counter {
  padding-left: 0.5rem;
  line-height: 1;
}
.q-field--item-aligned {
  padding: 0.5rem 1rem;
}
.q-field--item-aligned .q-field__before {
  min-width: var(--input-size);
}
.q-field__control-container {
  height: inherit;
}
.q-field__control {
  height: var(--input-size);
  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;
  z-index: 3;
}
.q-field__control:before {
  border-radius: inherit;
}
.q-field__shadow {
  top: 0.5rem;
  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: 1.75rem;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  border: none;
  border-radius: 0;
  background: none;
  color: rgb(var(--neutral-70));
  outline: 0;
  padding: 0rem 0;
  z-index: 3;
}
.q-field__native, .q-field__input {
  width: 100%;
  min-width: 0;
  outline: 0 !important;
  -webkit-user-select: auto;
          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(0%) scale(0.75);
}
.q-field__native[type=number]:invalid + .q-field__label, .q-field__input[type=number]:invalid + .q-field__label {
  transform: translateY(0%) 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: 1.5rem;
  line-height: 1.5rem;
}
.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: 0.25rem;
}
.q-field__suffix {
  padding-left: 0.25rem;
}
.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.3 !important;
}
.q-field--disabled .q-field__control > div, .q-field--disabled .q-field__control > div * {
  outline: 0 !important;
}
.q-field__label {
  left: 0;
  top: 0rem;
  margin: auto 0;
  bottom: 0rem;
  height: max-content;
  max-width: 100%;
  color: rgb(var(--neutral-60));
  font-size: inherit;
  line-height: inherit;
  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.224s cubic-bezier(0.4, 0, 0.2, 1);
  backface-visibility: hidden;
}
.q-field--float .q-field__label {
  max-width: 133%;
  transform: translateY(-50%) scale(0.75);
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.296s 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 0.75rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 6px 6px 0 0;
}
.q-field--filled .q-field__control:before {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 0.0625rem 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: 0.125rem;
  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: 1.75rem 1.75rem 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: 6px;
  padding: 0 0.75rem;
}
.q-field--outlined .q-field__control:before {
  border: 0.0625rem 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: 0.125rem 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: 0.0625rem;
  margin-bottom: 0.0625rem;
}
.q-field--outlined.q-field--rounded .q-field__control {
  border-radius: 1.75rem;
}
.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: 0.125rem;
  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: 0.0625rem 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: 0.125rem;
  top: auto;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  transform-origin: center bottom;
  transform: scale3d(0, 1, 1);
  background: rgb(var(--primary-pure));
  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.no-border .q-field__control:after {
  display: none !important;
}
.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 0.75rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  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: 1.75rem;
}
.q-field--standout.q-field--highlighted .q-field__control {
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.04), 0px 9px 46px rgba(0, 0, 0, 0.06), 0px 11px 15px rgba(1, 7, 27, 0.1);
  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: 0.0625rem 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--dense .q-field__shadow {
  top: 0;
}
.q-field--dense .q-field__control, .q-field--dense .q-field__marginal {
  height: 2.5rem;
}
.q-field--dense .q-field__bottom {
  font-size: 0.6875rem;
}
.q-field--dense .q-field__label {
  font-size: 0.875rem;
  top: 0.625rem;
}
.q-field--dense .q-field__before, .q-field--dense .q-field__prepend {
  padding-right: 0.375rem;
}
.q-field--dense .q-field__after, .q-field--dense .q-field__append {
  padding-left: 0.375rem;
}
.q-field--dense .q-field__append + .q-field__append {
  padding-left: 0.125rem;
}
.q-field--dense .q-field__marginal .q-avatar {
  font-size: 1.5rem;
}
.q-field--dense.q-field--float .q-field__label {
  transform: translateY(-40%) 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=number]:invalid + .q-field__label, .q-field--dense .q-field__input[type=number]:invalid + .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: var(--input-size);
}
.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: 1.125rem;
}
.q-field--auto-height.q-field--labeled .q-field__shadow {
  top: 1.5rem;
}
.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: 1.5rem;
}
.q-field--auto-height.q-field--dense .q-field__control, .q-field--auto-height.q-field--dense .q-field__native {
  min-height: 2.5rem;
}
.q-field--auto-height.q-field--dense.q-field--labeled .q-field__control-container {
  padding-top: 0.875rem;
}
.q-field--auto-height.q-field--dense.q-field--labeled .q-field__shadow {
  top: 0.875rem;
}
.q-field--auto-height.q-field--dense.q-field--labeled .q-field__native {
  min-height: 1.5rem;
}
.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(-0.625rem);
}
.q-transition--field-message-leave-from, .q-transition--field-message-leave-active {
  position: absolute;
}

@keyframes q-field-label {
  40% {
    margin-left: 0.125rem;
  }
  60%, 80% {
    margin-left: -0.125rem;
  }
  70%, 90% {
    margin-left: 0.125rem;
  }
}
@keyframes q-autofill {
  to {
    background: transparent;
    color: inherit;
  }
}
.q-field.q-field--error .q-field__control:after {
  transform: scale3d(0, 1, 1);
}
.q-field.q-field--focused .q-field__control:after {
  transform: scale3d(1, 1, 1);
}
.q-field .q-field__native::placeholder {
  opacity: 0 !important;
  transition: 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--focused .q-field__native::placeholder {
  opacity: 0.5 !important;
}

.q-field .q-field__native[type=date] {
  opacity: 0;
  overflow: hidden;
}
.q-field .q-field__native[type=date]::-webkit-inner-spin-button, .q-field .q-field__native[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.q-field.q-field--focused .q-field__native[type=date], .q-field.q-field--float .q-field__native[type=date] {
  opacity: 1;
}
.no-label.q-field .q-field__native::placeholder, .no-label.q-field .q-field__input::placeholder {
  color: inherit !important;
  opacity: 0.7 !important;
}

.label-transparent .q-field__control .q-field__label {
  background: transparent !important;
}

.q-file .q-field__native {
  word-break: break-all;
  overflow: hidden;
}
.q-file .q-field__input {
  opacity: 0 !important;
}
.q-file .q-field__input::-webkit-file-upload-button {
  cursor: pointer;
}
.q-file__filler {
  visibility: hidden;
  width: 100%;
  border: none;
  padding: 0;
}
.q-file__dnd {
  outline: 1px dashed currentColor;
  outline-offset: -4px;
}

.q-form {
  position: relative;
}

.q-img {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.q-img__loading .q-spinner {
  font-size: 50px;
}
.q-img__container {
  border-radius: inherit;
  font-size: 0;
}
.q-img__image {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.q-img__image--with-transition {
  transition: opacity 0.28s ease-in;
}
.q-img__image--loaded {
  opacity: 1;
}
.q-img__content {
  border-radius: inherit;
  pointer-events: none;
}
.q-img__content > div {
  pointer-events: all;
  position: absolute;
  padding: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.47);
}
.q-img--no-menu .q-img__image,
.q-img--no-menu .q-img__placeholder {
  pointer-events: none;
}

.q-inner-loading {
  background: rgba(255, 255, 255, 0.6);
}
.q-inner-loading--dark {
  background: rgba(0, 0, 0, 0.5);
}
.q-inner-loading__label {
  margin-top: 8px;
}

.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__label {
  bottom: initial;
  top: 12px;
}
.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: 12px;
}
.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-intersection {
  position: relative;
}

.q-item {
  min-height: 3rem;
  padding: 0.5rem 1rem;
  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: initial;
}
.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.1019607843);
}

.q-list--dark, .q-item--dark {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.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);
}

.highlited [aria-expanded=true] .q-focus-helper {
  background: currentColor;
  opacity: 0.15;
}

.q-knob {
  font-size: 48px;
}
.q-knob--editable {
  cursor: pointer;
  outline: 0;
}
.q-knob--editable:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: none;
  transition: box-shadow 0.24s ease-in-out;
}
.q-knob--editable:focus:before {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
}

.q-layout {
  width: 100%;
}

.q-layout-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.q-layout-container .q-layout {
  min-height: 100%;
}
.q-layout-container > div {
  transform: translate3d(0, 0, 0);
}
.q-layout-container > div > div {
  min-height: 0;
  max-height: 100%;
}

.q-layout__shadow {
  width: 100%;
}
.q-layout__shadow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2), 0 0px 10px rgba(0, 0, 0, 0.24);
}

.q-layout__section--marginal {
  background-color: var(--q-primary);
  color: #fff;
}

.q-header--hidden {
  transform: translateY(-110%);
}
.q-header--bordered {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.q-header .q-layout__shadow {
  bottom: -10px;
}
.q-header .q-layout__shadow:after {
  bottom: 10px;
}

.q-footer--hidden {
  transform: translateY(110%);
}
.q-footer--bordered {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.q-footer .q-layout__shadow {
  top: -10px;
}
.q-footer .q-layout__shadow:after {
  top: 10px;
}

.q-header, .q-footer {
  z-index: 2000;
}

.q-drawer {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
}
.q-drawer--on-top {
  z-index: 3000;
}
.q-drawer--left {
  left: 0;
  transform: translateX(-100%);
}
.q-drawer--left.q-drawer--bordered {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.q-drawer--left .q-layout__shadow {
  left: 10px;
  right: -10px;
}
.q-drawer--left .q-layout__shadow:after {
  right: 10px;
}
.q-drawer--right {
  right: 0;
  transform: translateX(100%);
}
.q-drawer--right.q-drawer--bordered {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.q-drawer--right .q-layout__shadow {
  left: -10px;
}
.q-drawer--right .q-layout__shadow:after {
  left: 10px;
}
.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini {
  padding: 0 !important;
}
.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section {
  text-align: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}
.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__label, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--main, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--side ~ .q-item__section--side {
  display: none;
}
.q-drawer--mini .q-mini-drawer-hide, .q-drawer--mini .q-expansion-item__content {
  display: none;
}
.q-drawer--mini-animate .q-drawer__content {
  overflow-x: hidden !important;
  white-space: nowrap;
}
.q-drawer--standard .q-mini-drawer-only {
  display: none;
}
.q-drawer--mobile .q-mini-drawer-only, .q-drawer--mobile .q-mini-drawer-hide {
  display: none;
}
.q-drawer__backdrop {
  z-index: 2999 !important;
  will-change: background-color;
}
.q-drawer__opener {
  z-index: 2001;
  height: 100%;
  width: 15px;
  -webkit-user-select: none;
          user-select: none;
}

.q-layout, .q-header, .q-footer, .q-page {
  position: relative;
}

.q-page-sticky--shrink {
  pointer-events: none;
}
.q-page-sticky--shrink > div {
  display: inline-block;
  pointer-events: auto;
}

body.q-ios-padding .q-layout--standard .q-header > .q-toolbar:nth-child(1),
body.q-ios-padding .q-layout--standard .q-header > .q-tabs:nth-child(1) .q-tabs-head,
body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content {
  padding-top: 20px;
  min-height: 70px;
  padding-top: env(safe-area-inset-top);
  min-height: calc(env(safe-area-inset-top) + 50px);
}
body.q-ios-padding .q-layout--standard .q-footer > .q-toolbar:last-child,
body.q-ios-padding .q-layout--standard .q-footer > .q-tabs:last-child .q-tabs-head,
body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content {
  padding-bottom: env(safe-area-inset-bottom);
  min-height: calc(env(safe-area-inset-bottom) + 50px);
}

.q-body--layout-animate .q-drawer__backdrop {
  transition: background-color 0.12s !important;
}
.q-body--layout-animate .q-drawer {
  transition: transform 0.12s, width 0.12s, top 0.12s, bottom 0.12s !important;
}
.q-body--layout-animate .q-layout__section--marginal {
  transition: transform 0.12s, left 0.12s, right 0.12s !important;
}
.q-body--layout-animate .q-page-container {
  transition: padding-top 0.12s, padding-right 0.12s, padding-bottom 0.12s, padding-left 0.12s !important;
}
.q-body--layout-animate .q-page-sticky {
  transition: transform 0.12s, left 0.12s, right 0.12s, top 0.12s, bottom 0.12s !important;
}

body:not(.q-body--layout-animate) .q-layout--prevent-focus {
  visibility: hidden;
}

.q-body--drawer-toggle {
  overflow-x: hidden !important;
}

@media (max-width: 599.98px) {
  .q-layout-padding {
    padding: 8px;
  }
}
@media (min-width: 600px) and (max-width: 1439.98px) {
  .q-layout-padding {
    padding: 16px;
  }
}
@media (min-width: 1440px) {
  .q-layout-padding {
    padding: 24px;
  }
}

body.body--dark .q-header, body.body--dark .q-footer, body.body--dark .q-drawer {
  border-color: rgba(255, 255, 255, 0.1019607843);
}

body.platform-ios .q-layout--containerized {
  position: unset !important;
}

.q-linear-progress {
  --q-linear-progress-speed: .3s;
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 4px;
  height: 1em;
  color: var(--q-primary);
  transform: scale3d(1, 1, 1);
}
.q-linear-progress__model, .q-linear-progress__track {
  transform-origin: 0 0;
}
.q-linear-progress__model--with-transition, .q-linear-progress__track--with-transition {
  transition: transform var(--q-linear-progress-speed);
}
.q-linear-progress--reverse .q-linear-progress__model, .q-linear-progress--reverse .q-linear-progress__track {
  transform-origin: 0 100%;
}
.q-linear-progress__model--determinate {
  background: currentColor;
}
.q-linear-progress__model--indeterminate, .q-linear-progress__model--query {
  transition: none;
}
.q-linear-progress__model--indeterminate:before, .q-linear-progress__model--indeterminate:after, .q-linear-progress__model--query:before, .q-linear-progress__model--query:after {
  background: currentColor;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: 0 0;
}
.q-linear-progress__model--indeterminate:before, .q-linear-progress__model--query:before {
  animation: q-linear-progress--indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.q-linear-progress__model--indeterminate:after, .q-linear-progress__model--query:after {
  transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1);
  animation: q-linear-progress--indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
.q-linear-progress__track {
  opacity: 0.4;
}
.q-linear-progress__track--light {
  background: rgba(0, 0, 0, 0.26);
}
.q-linear-progress__track--dark {
  background: rgba(255, 255, 255, 0.6);
}
.q-linear-progress__stripe {
  transition: width var(--q-linear-progress-speed);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0)) !important;
  background-size: 40px 40px !important;
}

@keyframes q-linear-progress--indeterminate {
  0% {
    transform: translate3d(-35%, 0, 0) scale3d(0.35, 1, 1);
  }
  60% {
    transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1);
  }
  100% {
    transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1);
  }
}
@keyframes q-linear-progress--indeterminate-short {
  0% {
    transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1);
  }
  60% {
    transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1);
  }
  100% {
    transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1);
  }
}
.q-menu {
  position: fixed !important;
  display: inline-block;
  max-width: 95vw;
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.04), 0px 9px 46px rgba(0, 0, 0, 0.06), 0px 11px 15px rgba(1, 7, 27, 0.1);
  background: #fff;
  border-radius: 6px;
  overflow-y: auto;
  overflow-x: hidden;
  outline: 0;
  max-height: 65vh;
  z-index: 99999999;
}
.q-menu.q-dark {
  border: 1px solid rgba(var(--white), 0.1);
}
.q-menu--square {
  border-radius: 0;
}

.q-option-group--inline > div {
  display: inline-block;
}

.q-pagination input {
  text-align: center;
  -moz-appearance: textfield;
}
.q-pagination input::-webkit-outer-spin-button,
.q-pagination input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.q-pagination__content {
  --q-pagination-gutter-parent: -2px;
  --q-pagination-gutter-child: 2px;
  margin-top: var(--q-pagination-gutter-parent);
  margin-left: var(--q-pagination-gutter-parent);
}
.q-pagination__content > .q-btn, .q-pagination__content > .q-input, .q-pagination__middle > .q-btn {
  margin-top: var(--q-pagination-gutter-child);
  margin-left: var(--q-pagination-gutter-child);
}

.q-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.q-parallax__media > img, .q-parallax__media > video {
  position: absolute;
  left: 50% /* rtl:ignore */;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  will-change: transform;
  display: none;
}

.q-popup-edit {
  padding: 8px 16px;
}
.q-popup-edit__buttons {
  margin-top: 8px;
}
.q-popup-edit__buttons .q-btn + .q-btn {
  margin-left: 8px;
}

.popup-proxy[default] {
  padding: 12px;
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.04), 0px 9px 46px rgba(0, 0, 0, 0.06), 0px 11px 15px rgba(1, 7, 27, 0.1);
  border: 1px solid rgba(var(--neutral-100), 0.1);
  border-radius: 6px;
  margin-top: 5px !important;
}
.popup-proxy[default].q-menu--dark {
  border: 1px solid rgba(var(--white), 0.1);
}

.q-pull-to-refresh {
  position: relative;
}
.q-pull-to-refresh__puller {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: var(--q-primary);
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.q-pull-to-refresh__puller--animating {
  transition: transform 0.3s, opacity 0.3s;
}

.q-radio {
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
}
.q-radio__native {
  width: 1px;
  height: 1px;
}
.q-radio__bg, .q-radio__icon-container {
  -webkit-user-select: none;
          user-select: none;
}
.q-radio[data-size=sm] .q-radio__label {
  font-size: 0.75rem;
}
.q-radio[data-size=md] .q-radio__label {
  font-size: 0.875rem;
}
.q-radio[data-size=lg] .q-radio__label {
  font-size: 1rem;
}
.q-radio__label {
  color: rgba(var(--neutral-100), 0.7);
  margin-left: 6px;
  line-height: 150%;
}
.q-radio[aria-checked=true] .q-radio__label {
  color: rgba(var(--neutral-100), 1);
}
.q-radio__bg {
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-print-color-adjust: exact;
}
.q-radio__bg path {
  fill: currentColor;
}
.q-radio__icon {
  color: currentColor;
  font-size: 0.5em;
}
.q-radio__check {
  transform-origin: 50% 50%;
  transform: scale3d(0, 0, 1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.q-radio__inner {
  width: 1em;
  min-width: 1em;
  height: 1em;
  outline: 0;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
}
.q-radio__inner--truthy {
  color: var(--q-primary);
}
.q-radio__inner--truthy .q-radio__check {
  transform: scale3d(1, 1, 1);
}
.q-radio.disabled {
  opacity: 0.75 !important;
  pointer-events: none;
}
.q-radio.disabled * {
  pointer-events: none;
}
.q-radio--dark .q-radio__inner {
  color: rgba(255, 255, 255, 0.7);
}
.q-radio--dark .q-radio__inner:before {
  opacity: 0.32 !important;
}
.q-radio--dark .q-radio__inner--truthy {
  color: var(--q-primary);
}
.q-radio--dark .q-radio__label {
  color: rgba(var(--white), 0.7);
}
.q-radio[aria-checked=true].q-radio--dark .q-radio__label {
  color: rgba(var(--white), 0.9);
}
.q-radio--dense .q-radio__inner {
  width: 0.5em;
  min-width: 0.5em;
  height: 0.5em;
}
.q-radio--dense .q-radio__bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.q-radio--dense .q-radio__label {
  padding-left: 0.5em;
}
.q-radio--dense.reverse .q-radio__label {
  padding-left: 0;
  padding-right: 0.5em;
}

body.desktop .q-radio:not(.disabled) .q-radio__inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.12;
  transform: scale3d(0, 0, 1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
body.desktop .q-radio:not(.disabled):focus .q-radio__inner:before, body.desktop .q-radio:not(.disabled):hover .q-radio__inner:before {
  transform: scale3d(1.5, 1.5, 1);
}
body.desktop .q-radio--dense:not(.disabled):focus .q-radio__inner:before, body.desktop .q-radio--dense:not(.disabled):hover .q-radio__inner:before {
  transform: scale3d(1.5, 1.5, 1);
}

.q-rating {
  color: #ffeb3b;
  vertical-align: middle;
}
.q-rating__icon-container {
  height: 1em;
  outline: 0;
}
.q-rating__icon-container + .q-rating__icon-container {
  margin-left: 2px;
}
.q-rating__icon {
  color: currentColor;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  opacity: 0.4;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
}
.q-rating__icon--hovered {
  transform: scale(1.3);
}
.q-rating__icon--active {
  opacity: 1;
}
.q-rating__icon--exselected {
  opacity: 0.7;
}
.q-rating--no-dimming .q-rating__icon {
  opacity: 1;
}
.q-rating--editable .q-rating__icon-container {
  cursor: pointer;
}

.q-responsive {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.q-responsive__filler {
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
}
.q-responsive__content {
  border-radius: inherit;
}
.q-responsive__content > * {
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important;
}

.q-scrollarea {
  position: relative;
  contain: strict;
}
.q-scrollarea__bar, .q-scrollarea__thumb {
  opacity: 0.2;
  transition: opacity 0.3s;
  will-change: opacity;
  cursor: grab;
}
.q-scrollarea__bar--v, .q-scrollarea__thumb--v {
  right: 0;
  width: 10px;
}
.q-scrollarea__bar--h, .q-scrollarea__thumb--h {
  bottom: 0;
  height: 10px;
}
.q-scrollarea__bar--invisible, .q-scrollarea__thumb--invisible {
  opacity: 0 !important;
  pointer-events: none;
}
.q-scrollarea__thumb {
  background: #000;
  border-radius: 6px;
}
.q-scrollarea__thumb:hover {
  opacity: 0.3;
}
.q-scrollarea__thumb:active {
  opacity: 0.5;
}
.q-scrollarea__content {
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
}
.q-scrollarea--dark .q-scrollarea__thumb {
  background: #fff;
}

.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: 0;
  height: 0;
  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;
}
.q-select .q-field__native span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

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: 6px;
}
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;
}

.select-menu {
  --q-pe-top: 6px;
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.04), 0px 9px 46px rgba(0, 0, 0, 0.06), 0px 11px 15px rgba(1, 7, 27, 0.1);
  border-radius: 6px;
  padding: 6px;
}
.select-menu .q-item {
  border-radius: 6px !important;
}

.q-separator {
  border: 0;
  background: rgba(0, 0, 0, 0.12);
  margin: 0;
  transition: background 0.3s, opacity 0.3s;
  flex-shrink: 0;
}
.q-separator--dark {
  background: rgba(255, 255, 255, 0.1019607843);
}
.q-separator--horizontal {
  display: block;
  height: 1px;
}
.q-separator--horizontal-inset {
  margin-left: 16px;
  margin-right: 16px;
}
.q-separator--horizontal-item-inset {
  margin-left: 72px;
  margin-right: 0;
}
.q-separator--horizontal-item-thumbnail-inset {
  margin-left: 116px;
  margin-right: 0;
}
.q-separator--vertical {
  width: 1px;
  height: auto;
  align-self: stretch;
}
.q-separator--vertical-inset {
  margin-top: 8px;
  margin-bottom: 8px;
}

.q-skeleton {
  --q-skeleton-speed: 1500ms;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
.q-skeleton--anim {
  cursor: wait;
  box-sizing: border-box;
}
.q-skeleton:before {
  content: " ";
}
.q-skeleton--type-text {
  transform: scale(1, 0.5);
}
.q-skeleton--type-circle, .q-skeleton--type-QAvatar {
  height: 48px;
  width: 48px;
  border-radius: 50%;
}
.q-skeleton--type-QBtn {
  width: 90px;
  height: 36px;
}
.q-skeleton--type-QBadge {
  width: 70px;
  height: 16px;
}
.q-skeleton--type-QChip {
  width: 90px;
  height: 28px;
  border-radius: 16px;
}
.q-skeleton--type-QToolbar {
  height: 50px;
}
.q-skeleton--type-QCheckbox, .q-skeleton--type-QRadio {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.q-skeleton--type-QToggle {
  width: 56px;
  height: 40px;
  border-radius: 7px;
}
.q-skeleton--type-QSlider, .q-skeleton--type-QRange {
  height: 40px;
}
.q-skeleton--type-QInput {
  height: 56px;
}
.q-skeleton--bordered {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.q-skeleton--square {
  border-radius: 0;
}
.q-skeleton--anim-fade {
  animation: q-skeleton--fade var(--q-skeleton-speed) linear 0.5s infinite;
}
.q-skeleton--anim-pulse {
  animation: q-skeleton--pulse var(--q-skeleton-speed) ease-in-out 0.5s infinite;
}
.q-skeleton--anim-pulse-x {
  animation: q-skeleton--pulse-x var(--q-skeleton-speed) ease-in-out 0.5s infinite;
}
.q-skeleton--anim-pulse-y {
  animation: q-skeleton--pulse-y var(--q-skeleton-speed) ease-in-out 0.5s infinite;
}
.q-skeleton--anim-wave, .q-skeleton--anim-blink, .q-skeleton--anim-pop {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.q-skeleton--anim-wave:after, .q-skeleton--anim-blink:after, .q-skeleton--anim-pop:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.q-skeleton--anim-blink:after {
  background: rgba(255, 255, 255, 0.7);
  animation: q-skeleton--fade var(--q-skeleton-speed) linear 0.5s infinite;
}
.q-skeleton--anim-wave:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  animation: q-skeleton--wave var(--q-skeleton-speed) linear 0.5s infinite;
}
.q-skeleton--dark {
  background: rgba(255, 255, 255, 0.05);
}
.q-skeleton--dark.q-skeleton--bordered {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.q-skeleton--dark.q-skeleton--anim-wave:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}
.q-skeleton--dark.q-skeleton--anim-blink:after {
  background: rgba(255, 255, 255, 0.2);
}

@keyframes q-skeleton--fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes q-skeleton--pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes q-skeleton--pulse-x {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0.75);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes q-skeleton--pulse-y {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.75);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes q-skeleton--wave {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.q-slide-item {
  position: relative;
  background: white;
}
.q-slide-item__left, .q-slide-item__right, .q-slide-item__top, .q-slide-item__bottom {
  visibility: hidden;
  font-size: 14px;
  color: #fff;
}
.q-slide-item__left .q-icon, .q-slide-item__right .q-icon, .q-slide-item__top .q-icon, .q-slide-item__bottom .q-icon {
  font-size: 1.714em;
}
.q-slide-item__left {
  background: #4caf50;
  padding: 8px 16px;
}
.q-slide-item__left > div {
  transform-origin: left center;
}
.q-slide-item__right {
  background: #ff9800;
  padding: 8px 16px;
}
.q-slide-item__right > div {
  transform-origin: right center;
}
.q-slide-item__top {
  background: #2196f3;
  padding: 16px 8px;
}
.q-slide-item__top > div {
  transform-origin: top center;
}
.q-slide-item__bottom {
  background: #9c27b0;
  padding: 16px 8px;
}
.q-slide-item__bottom > div {
  transform-origin: bottom center;
}
.q-slide-item__content {
  background: inherit;
  transition: transform 0.2s ease-in;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}

.q-slider {
  position: relative;
}
.q-slider--h {
  width: 100%;
}
.q-slider--v {
  height: 200px;
}
.q-slider--editable .q-slider__track-container {
  cursor: grab;
}
.q-slider__track-container {
  outline: 0;
}
.q-slider__track-container--h {
  width: 100%;
  padding: 12px 0;
}
.q-slider__track-container--h .q-slider__selection {
  will-change: width, left;
}
.q-slider__track-container--v {
  height: 100%;
  padding: 0 12px;
}
.q-slider__track-container--v .q-slider__selection {
  will-change: height, top;
}
.q-slider__track {
  color: var(--q-primary);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  width: inherit;
  height: inherit;
}
.q-slider__inner {
  background: rgba(0, 0, 0, 0.1);
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.q-slider__selection {
  background: currentColor;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.q-slider__markers {
  color: rgba(0, 0, 0, 0.3);
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.q-slider__markers:after {
  content: "";
  position: absolute;
  background: currentColor;
}
.q-slider__markers--h {
  background-image: repeating-linear-gradient(to right, currentColor, currentColor 2px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0));
}
.q-slider__markers--h:after {
  height: 100%;
  width: 2px;
  top: 0;
  right: 0;
}
.q-slider__markers--v {
  background-image: repeating-linear-gradient(to bottom, currentColor, currentColor 2px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0));
}
.q-slider__markers--v:after {
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}
.q-slider__marker-labels-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 24px;
  min-width: 24px;
}
.q-slider__marker-labels {
  position: absolute;
}
.q-slider__marker-labels--h-standard {
  top: 0;
}
.q-slider__marker-labels--h-switched {
  bottom: 0;
}
.q-slider__marker-labels--h-ltr {
  transform: translateX(-50%) /* rtl:ignore */;
}
.q-slider__marker-labels--h-rtl {
  transform: translateX(50%) /* rtl:ignore */;
}
.q-slider__marker-labels--v-standard {
  left: 4px;
}
.q-slider__marker-labels--v-switched {
  right: 4px;
}
.q-slider__marker-labels--v-ltr {
  transform: translateY(-50%) /* rtl:ignore */;
}
.q-slider__marker-labels--v-rtl {
  transform: translateY(50%) /* rtl:ignore */;
}
.q-slider__thumb {
  z-index: 1;
  outline: 0;
  color: var(--q-primary);
  transition: transform 0.18s ease-out, fill 0.18s ease-out, stroke 0.18s ease-out;
}
.q-slider__thumb.q-slider--focus {
  opacity: 1 !important;
}
.q-slider__thumb--h {
  top: 50%;
  will-change: left;
}
.q-slider__thumb--h-ltr {
  transform: scale(1) translate(-50%, -50%) /* rtl:ignore */;
}
.q-slider__thumb--h-rtl {
  transform: scale(1) translate(50%, -50%) /* rtl:ignore */;
}
.q-slider__thumb--v {
  left: 50% /* rtl:ignore */;
  will-change: top;
}
.q-slider__thumb--v-ltr {
  transform: scale(1) translate(-50%, -50%) /* rtl:ignore */;
}
.q-slider__thumb--v-rtl {
  transform: scale(1) translate(-50%, 50%) /* rtl:ignore */;
}
.q-slider__thumb-shape {
  top: 0;
  left: 0;
  stroke-width: 3.5;
  stroke: currentColor;
  transition: transform 0.28s;
}
.q-slider__thumb-shape path {
  stroke: currentColor;
  fill: currentColor;
}
.q-slider__focus-ring {
  border-radius: 50%;
  opacity: 0;
  transition: transform 266.67ms ease-out, opacity 266.67ms ease-out, background-color 266.67ms ease-out;
  transition-delay: 0.14s;
}
.q-slider__pin {
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.28s ease-out;
  transition-delay: 0.14s;
}
.q-slider__pin:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
.q-slider__pin--h:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
.q-slider__pin--h-standard {
  bottom: 100%;
}
.q-slider__pin--h-standard:before {
  bottom: 2px;
  border-top: 6px solid currentColor;
}
.q-slider__pin--h-switched {
  top: 100%;
}
.q-slider__pin--h-switched:before {
  top: 2px;
  border-bottom: 6px solid currentColor;
}
.q-slider__pin--v {
  top: 0;
}
.q-slider__pin--v:before {
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.q-slider__pin--v-standard {
  left: 100%;
}
.q-slider__pin--v-standard:before {
  left: 2px;
  border-right: 6px solid currentColor;
}
.q-slider__pin--v-switched {
  right: 100%;
}
.q-slider__pin--v-switched:before {
  right: 2px;
  border-left: 6px solid currentColor;
}
.q-slider__label {
  z-index: 1;
  white-space: nowrap;
  position: absolute;
}
.q-slider__label--h {
  left: 50%;
  transform: translateX(-50%);
}
.q-slider__label--h-standard {
  bottom: 7px;
}
.q-slider__label--h-switched {
  top: 7px;
}
.q-slider__label--v {
  top: 50%;
  transform: translateY(-50%);
}
.q-slider__label--v-standard {
  left: 7px;
}
.q-slider__label--v-switched {
  right: 7px;
}
.q-slider__text-container {
  min-height: 25px;
  padding: 2px 8px;
  border-radius: 6px;
  background: currentColor;
  position: relative;
  text-align: center;
}
.q-slider__text {
  color: #fff;
  font-size: 12px;
}
.q-slider--no-value .q-slider__thumb,
.q-slider--no-value .q-slider__inner,
.q-slider--no-value .q-slider__selection {
  opacity: 0;
}
.q-slider--focus .q-slider__focus-ring, body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__focus-ring {
  background: currentColor;
  transform: scale3d(1.55, 1.55, 1);
  opacity: 0.25;
}
.q-slider--focus .q-slider__thumb,
.q-slider--focus .q-slider__inner,
.q-slider--focus .q-slider__selection, body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__thumb,
body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__inner,
body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__selection {
  opacity: 1;
}
.q-slider--inactive .q-slider__thumb--h {
  transition: left 0.28s, right 0.28s;
}
.q-slider--inactive .q-slider__thumb--v {
  transition: top 0.28s, bottom 0.28s;
}
.q-slider--inactive .q-slider__selection {
  transition: width 0.28s, left 0.28s, right 0.28s, height 0.28s, top 0.28s, bottom 0.28s;
}
.q-slider--inactive .q-slider__text-container {
  transition: transform 0.28s;
}
.q-slider--active {
  cursor: grabbing;
}
.q-slider--active .q-slider__thumb-shape {
  transform: scale(1.5);
}
.q-slider--active .q-slider__focus-ring, .q-slider--active.q-slider--label .q-slider__thumb-shape {
  transform: scale(0) !important;
}
body.desktop .q-slider.q-slider--enabled .q-slider__track-container:hover .q-slider__pin {
  opacity: 1;
}
.q-slider--label.q-slider--active .q-slider__pin,
.q-slider--label .q-slider--focus .q-slider__pin, .q-slider--label.q-slider--label-always .q-slider__pin {
  opacity: 1;
}
.q-slider--dark .q-slider__track {
  background: rgba(255, 255, 255, 0.1);
}
.q-slider--dark .q-slider__inner {
  background: rgba(255, 255, 255, 0.1);
}
.q-slider--dark .q-slider__markers {
  color: rgba(255, 255, 255, 0.3);
}
.q-slider--dense .q-slider__track-container--h {
  padding: 6px 0;
}
.q-slider--dense .q-slider__track-container--v {
  padding: 0 6px;
}

.q-space {
  flex-grow: 1 !important;
}

.q-spinner {
  vertical-align: middle;
}

.q-spinner-mat {
  animation: q-spin 2s linear infinite;
  transform-origin: center center;
}
.q-spinner-mat .path {
  stroke-dasharray: 1, 200 /* rtl:ignore */;
  stroke-dashoffset: 0 /* rtl:ignore */;
  animation: q-mat-dash 1.5s ease-in-out infinite;
}

@keyframes q-spin {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) /* rtl:ignore */;
  }
  25% {
    transform: rotate3d(0, 0, 1, 90deg) /* rtl:ignore */;
  }
  50% {
    transform: rotate3d(0, 0, 1, 180deg) /* rtl:ignore */;
  }
  75% {
    transform: rotate3d(0, 0, 1, 270deg) /* rtl:ignore */;
  }
  100% {
    transform: rotate3d(0, 0, 1, 359deg) /* rtl:ignore */;
  }
}
@keyframes q-mat-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.q-splitter__panel {
  position: relative;
  z-index: 0;
}
.q-splitter__panel > .q-splitter {
  width: 100%;
  height: 100%;
}
.q-splitter__separator {
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1;
}
.q-splitter__separator-area > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.q-splitter--dark .q-splitter__separator {
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.q-splitter--vertical > .q-splitter__panel {
  height: 100%;
}
.q-splitter--vertical.q-splitter--active {
  cursor: col-resize;
}
.q-splitter--vertical > .q-splitter__separator {
  width: 1px;
}
.q-splitter--vertical > .q-splitter__separator > div {
  left: -6px;
  right: -6px;
}
.q-splitter--vertical.q-splitter--workable > .q-splitter__separator {
  cursor: col-resize;
}
.q-splitter--horizontal > .q-splitter__panel {
  width: 100%;
}
.q-splitter--horizontal.q-splitter--active {
  cursor: row-resize;
}
.q-splitter--horizontal > .q-splitter__separator {
  height: 1px;
}
.q-splitter--horizontal > .q-splitter__separator > div {
  top: -6px;
  bottom: -6px;
}
.q-splitter--horizontal.q-splitter--workable > .q-splitter__separator {
  cursor: row-resize;
}
.q-splitter__before, .q-splitter__after {
  overflow: auto;
}

.q-stepper {
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.04), 0px 9px 46px rgba(0, 0, 0, 0.06), 0px 11px 15px rgba(1, 7, 27, 0.1);
  border-radius: 6px;
  background: #fff;
}
.q-stepper__title {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
}
.q-stepper__caption {
  font-size: 12px;
  line-height: 14px;
}
.q-stepper__dot {
  contain: layout;
  margin-right: 8px;
  font-size: 14px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: currentColor;
}
.q-stepper__dot span {
  color: #fff;
}
.q-stepper__tab {
  padding: 8px 24px;
  font-size: 14px;
  color: #9e9e9e;
  flex-direction: row;
}
.q-stepper--dark .q-stepper__dot span {
  color: #000;
}
.q-stepper__tab--navigation {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.q-stepper__tab--active, .q-stepper__tab--done {
  color: var(--q-primary);
}
.q-stepper__tab--active .q-stepper__dot, .q-stepper__tab--active .q-stepper__label, .q-stepper__tab--done .q-stepper__dot, .q-stepper__tab--done .q-stepper__label {
  text-shadow: 0 0 0 currentColor;
}
.q-stepper__tab--disabled .q-stepper__dot {
  background: rgba(0, 0, 0, 0.22);
}
.q-stepper__tab--disabled .q-stepper__label {
  color: rgba(0, 0, 0, 0.32);
}
.q-stepper__tab--error {
  color: var(--q-negative);
}
.q-stepper__tab--error-with-icon .q-stepper__dot {
  background: transparent !important;
}
.q-stepper__tab--error-with-icon .q-stepper__dot span {
  color: currentColor;
  font-size: 24px;
}
.q-stepper__header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-stepper__header--border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.q-stepper__header--standard-labels .q-stepper__tab {
  min-height: 72px;
  justify-content: center;
}
.q-stepper__header--standard-labels .q-stepper__tab:first-child {
  justify-content: flex-start;
}
.q-stepper__header--standard-labels .q-stepper__tab:last-child {
  justify-content: flex-end;
}
.q-stepper__header--standard-labels .q-stepper__tab:only-child {
  justify-content: center;
}
.q-stepper__header--standard-labels .q-stepper__dot:after {
  display: none;
}
.q-stepper__header--alternative-labels .q-stepper__tab {
  min-height: 104px;
  padding: 24px 32px;
  flex-direction: column;
  justify-content: flex-start;
}
.q-stepper__header--alternative-labels .q-stepper__dot {
  margin-right: 0;
}
.q-stepper__header--alternative-labels .q-stepper__label {
  margin-top: 8px;
  text-align: center;
}
.q-stepper__header--alternative-labels .q-stepper__label:before, .q-stepper__header--alternative-labels .q-stepper__label:after {
  display: none;
}
.q-stepper__header--contracted {
  min-height: 72px;
}
.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab {
  min-height: 72px;
}
.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab:first-child {
  align-items: flex-start;
}
.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab:last-child {
  align-items: flex-end;
}
.q-stepper__header--contracted .q-stepper__tab {
  padding: 24px 0;
}
.q-stepper__header--contracted .q-stepper__tab:first-child .q-stepper__dot {
  transform: translateX(24px);
}
.q-stepper__header--contracted .q-stepper__tab:last-child .q-stepper__dot {
  transform: translateX(-24px);
}
.q-stepper__header--contracted .q-stepper__tab:not(:last-child) .q-stepper__dot:after {
  display: block !important;
}
.q-stepper__header--contracted .q-stepper__dot {
  margin: 0;
}
.q-stepper__header--contracted .q-stepper__label {
  display: none;
}
.q-stepper__nav {
  padding-top: 24px;
}
.q-stepper--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-stepper--horizontal .q-stepper__step-inner {
  padding: 24px;
}
.q-stepper--horizontal .q-stepper__tab:first-child {
  border-top-left-radius: inherit;
}
.q-stepper--horizontal .q-stepper__tab:last-child {
  border-top-right-radius: inherit;
}
.q-stepper--horizontal .q-stepper__tab:first-child .q-stepper__dot:before,
.q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__label:after,
.q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__dot:after {
  display: none;
}
.q-stepper--horizontal .q-stepper__tab {
  overflow: hidden;
}
.q-stepper--horizontal .q-stepper__line {
  contain: layout;
}
.q-stepper--horizontal .q-stepper__line:before, .q-stepper--horizontal .q-stepper__line:after {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100vw;
  background: rgba(0, 0, 0, 0.12);
}
.q-stepper--horizontal .q-stepper__label:after, .q-stepper--horizontal .q-stepper__dot:after {
  content: "";
  left: 100%;
  margin-left: 8px;
}
.q-stepper--horizontal .q-stepper__dot:before {
  content: "";
  right: 100%;
  margin-right: 8px;
}
.q-stepper--horizontal > .q-stepper__nav {
  padding: 0 24px 24px;
}
.q-stepper--vertical {
  padding: 16px 0;
}
.q-stepper--vertical .q-stepper__tab {
  padding: 12px 24px;
}
.q-stepper--vertical .q-stepper__title {
  line-height: 18px;
}
.q-stepper--vertical .q-stepper__step-inner {
  padding: 0 24px 32px 60px;
}
.q-stepper--vertical > .q-stepper__nav {
  padding: 24px 24px 0;
}
.q-stepper--vertical .q-stepper__step {
  overflow: hidden;
}
.q-stepper--vertical .q-stepper__dot {
  margin-right: 12px;
}
.q-stepper--vertical .q-stepper__dot:before, .q-stepper--vertical .q-stepper__dot:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 99999px;
  background: rgba(0, 0, 0, 0.12);
}
.q-stepper--vertical .q-stepper__dot:before {
  bottom: 100%;
  margin-bottom: 8px;
}
.q-stepper--vertical .q-stepper__dot:after {
  top: 100%;
  margin-top: 8px;
}
.q-stepper--vertical .q-stepper__step:first-child .q-stepper__dot:before,
.q-stepper--vertical .q-stepper__step:last-child .q-stepper__dot:after {
  display: none;
}
.q-stepper--vertical .q-stepper__step:last-child .q-stepper__step-inner {
  padding-bottom: 8px;
}
.q-stepper--dark.q-stepper--bordered,
.q-stepper--dark .q-stepper__header--border {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.q-stepper--dark.q-stepper--horizontal .q-stepper__line:before, .q-stepper--dark.q-stepper--horizontal .q-stepper__line:after {
  background: rgba(255, 255, 255, 0.1019607843);
}
.q-stepper--dark.q-stepper--vertical .q-stepper__dot:before, .q-stepper--dark.q-stepper--vertical .q-stepper__dot:after {
  background: rgba(255, 255, 255, 0.1019607843);
}
.q-stepper--dark .q-stepper__tab--disabled {
  color: rgba(255, 255, 255, 0.1019607843);
}
.q-stepper--dark .q-stepper__tab--disabled .q-stepper__dot {
  background: rgba(255, 255, 255, 0.1019607843);
}
.q-stepper--dark .q-stepper__tab--disabled .q-stepper__label {
  color: rgba(255, 255, 255, 0.54);
}

.q-tab-panels {
  background: #fff;
}

.q-markup-table {
  overflow: auto;
  background: #fff;
}

.q-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  --table-header-bg: var(--white);
}
.body--dark .q-table {
  --table-header-bg: var(--d-neutral-30);
}
.q-table thead tr, .q-table tbody td {
  height: 44px;
}
.q-table th {
  font-weight: 500;
  font-size: 0.875rem;
  -webkit-user-select: none;
          user-select: none;
}
.q-table th.sortable {
  cursor: pointer;
}
.q-table th.sortable:hover .q-table__sort-icon {
  opacity: 0.64;
}
.q-table th.sorted .q-table__sort-icon {
  opacity: 0.86 !important;
}
.q-table th.sort-desc .q-table__sort-icon {
  transform: rotate(180deg);
}
.q-table th, .q-table td {
  padding: 1px 6px;
  background-color: inherit;
}
.q-table thead, .q-table td, .q-table th {
  border-style: solid;
  border-width: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 157%;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
}
.q-table tbody td {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 157%;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
}
.q-table__card {
  color: #000;
  background-color: #fff;
}
.q-table__card .q-table__middle {
  flex: 1 1 auto;
  border: 1px solid rgba(var(--neutral-100), 0.1);
  border-radius: 6px;
}
.q-table__card .q-table__top,
.q-table__card .q-table__bottom {
  flex: 0 0 auto;
}
.q-table__container.border-none > .q-table__middle {
  border: none !important;
}
.q-table__container {
  position: relative;
}
.q-table__container > .q-inner-loading {
  border-radius: inherit !important;
}
.q-table__top {
  padding: 12px 0px;
}
.q-table__top .q-table__control {
  flex-wrap: wrap;
}
.q-table__title {
  font-size: 20px;
  letter-spacing: 0.005em;
  font-weight: 400;
}
.q-table__separator {
  min-width: 8px !important;
}
.q-table__progress {
  height: 0 !important;
}
.q-table__progress th {
  padding: 0 !important;
  border: 0 !important;
}
.q-table__progress .q-linear-progress {
  position: absolute;
  bottom: 0;
}
.q-table__middle {
  max-width: 100%;
}
.q-table__bottom {
  min-height: initial;
  padding: initial;
  font-size: 12px;
}
.q-table__bottom .q-table__control {
  min-height: 24px;
}
.q-table__bottom-nodata-icon {
  font-size: 200%;
  margin-right: 8px;
}
.q-table__bottom-item {
  margin-right: 16px;
}
.q-table__control {
  display: flex;
  align-items: center;
}
.q-table__sort-icon {
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.5, 1);
  opacity: 0;
  font-size: 120%;
}
.q-table__sort-icon--left, .q-table__sort-icon--center {
  margin-left: 4px;
}
.q-table__sort-icon--right {
  margin-right: 4px;
}
.q-table--col-auto-width {
  width: 1px;
}
.q-table--flat {
  box-shadow: none;
}
.q-table--bordered {
  border: 1px solid rgba(var(--neutral-100), 0.1);
}
.q-table--square {
  border-radius: 0;
}
.q-table__linear-progress {
  height: 2px;
}
.q-table--no-wrap th, .q-table--no-wrap td {
  white-space: nowrap;
}
.q-table--grid {
  box-shadow: none;
  border-radius: 6px;
}
.q-table--grid .q-table__top {
  padding-bottom: 4px;
}
.q-table--grid .q-table__middle {
  min-height: 2px;
  margin-bottom: 4px;
}
.q-table--grid .q-table__middle thead, .q-table--grid .q-table__middle thead th {
  border: 0 !important;
}
.q-table--grid .q-table__linear-progress {
  bottom: 0;
}
.q-table--grid .q-table__bottom {
  border-top: 0;
}
.q-table--grid .q-table__grid-content {
  flex: 1 1 auto;
}
.q-table--grid.fullscreen {
  background: inherit;
}
.q-table__grid-item-card {
  vertical-align: top;
  padding: 12px;
}
.q-table__grid-item-card .q-separator {
  margin: 12px 0;
}
.q-table__grid-item-row + .q-table__grid-item-row {
  margin-top: 8px;
}
.q-table__grid-item-title {
  opacity: 0.54;
  font-weight: 500;
  font-size: 12px;
}
.q-table__grid-item-value {
  font-size: 13px;
}
.q-table__grid-item {
  padding: 4px;
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-table__grid-item--selected {
  transform: scale(0.95);
}

/* * Separators
 * */
.q-table--horizontal-separator thead th, .q-table--horizontal-separator tbody tr:not(:last-child) > td, .q-table--cell-separator thead th, .q-table--cell-separator tbody tr:not(:last-child) > td {
  border-bottom-width: 1px;
}

.q-table--vertical-separator td, .q-table--vertical-separator th, .q-table--cell-separator td, .q-table--cell-separator th {
  border-left-width: 1px;
}
.q-table--vertical-separator thead tr:last-child th, .q-table--vertical-separator.q-table--loading tr:nth-last-child(2) th, .q-table--cell-separator thead tr:last-child th, .q-table--cell-separator.q-table--loading tr:nth-last-child(2) th {
  border-bottom-width: 1px;
}
.q-table--vertical-separator td:first-child, .q-table--vertical-separator th:first-child, .q-table--cell-separator td:first-child, .q-table--cell-separator th:first-child {
  border-left: 0;
}

/* * dense size
 * */
.q-table--dense .q-table__top {
  padding: 6px 0px;
}
.q-table--dense .q-table__bottom {
  min-height: 33px;
}
.q-table--dense .q-table__sort-icon {
  font-size: 110%;
}
.q-table--dense .q-table th, .q-table--dense .q-table td {
  padding: 4px 8px;
}
.q-table--dense .q-table thead tr, .q-table--dense .q-table tbody tr, .q-table--dense .q-table tbody td {
  height: 28px;
}
.q-table--dense .q-table th:first-child, .q-table--dense .q-table td:first-child {
  padding-left: 16px;
}
.q-table--dense .q-table th:last-child, .q-table--dense .q-table td:last-child {
  padding-right: 16px;
}
.q-table--dense .q-table__bottom-item {
  margin-right: 8px;
}
.q-table--dense .q-table__select .q-field__control, .q-table--dense .q-table__select .q-field__native {
  min-height: 24px;
  padding: 0;
}
.q-table--dense .q-table__select .q-field__marginal {
  height: 24px;
}

/* * On light background
 * */
.q-table__bottom {
  border-top: 0px solid rgba(var(--neutral-100), 0.1);
}

.q-table thead, .q-table tr, .q-table th, .q-table td {
  border-color: rgba(var(--neutral-100), 0.1);
}
.q-table tbody td {
  position: relative;
}
.q-table tbody td:before, .q-table tbody td:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.q-table tbody td:before {
  background: rgba(0, 0, 0, 0.03);
}
.q-table tbody td:after {
  background: rgba(0, 0, 0, 0.06);
}
.q-table tbody tr.selected td:after {
  content: "";
}

body.desktop .q-table > tbody > tr:not(.q-tr--no-hover):hover > td:not(.q-td--no-hover):before {
  content: "";
}

/* * On dark background
 * */
.q-table__card--dark, .q-table--dark {
  border-color: rgba(255, 255, 255, 0.1019607843);
}

.q-table--dark .q-table__bottom, .q-table--dark thead, .q-table--dark tr, .q-table--dark th, .q-table--dark td {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.q-table--dark tbody td:before {
  background: rgba(255, 255, 255, 0.07);
}
.q-table--dark tbody td:after {
  background: rgba(255, 255, 255, 0.1);
}
.q-table--dark.q-table--vertical-separator .q-table__top, .q-table--dark.q-table--cell-separator .q-table__top {
  border-color: rgba(255, 255, 255, 0.1019607843);
}

.q-table__container[secondary] thead tr:first-child th {
  background-color: #fafafa !important;
}
.q-table__container[tertiary] tbody tr:nth-child(odd) td {
  background-color: #fafafa !important;
}

.body--dark .q-table__container[secondary] thead tr th {
  background-color: rgb(var(--table-header-bg)) !important;
}
.body--dark .q-table__container[tertiary] tbody tr td {
  background-color: rgb(var(--table-header-bg)) !important;
}

.q-tab {
  padding: 0 1rem;
  min-height: 3rem;
  transition: color 0.3s, background-color 0.3s;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
.q-tab--full {
  min-height: 4.5rem;
}
.q-tab--no-caps {
  text-transform: none;
}
.q-tab__content {
  height: inherit;
  padding: 0.25rem 0;
  min-width: 2.5rem;
}
.q-tab__content--inline .q-tab__icon + .q-tab__label {
  padding-left: 0.5rem;
}
.q-tab__content .q-chip--floating {
  top: 0;
  right: -1rem;
}
.q-tab__icon {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}
.q-tab__label {
  font-size: 14px;
  line-height: 1.715em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
}
.q-tab .q-badge {
  top: 0.1875rem;
  right: -0.75rem;
}
.q-tab__alert, .q-tab__alert-icon {
  position: absolute;
}
.q-tab__alert {
  top: 0.4375rem;
  right: -0.5625rem;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 50%;
  background: currentColor;
}
.q-tab__alert-icon {
  top: 0.125rem;
  right: -0.75rem;
  font-size: 1.125rem;
}
.q-tab__indicator {
  opacity: 0;
  height: 0.125rem;
  background: currentColor;
}
.q-tab--active .q-tab__indicator {
  opacity: 1;
  transform-origin: left /* rtl:ignore */;
}
.q-tab--inactive {
  opacity: 0.85;
}

.q-tabs {
  position: relative;
  transition: color 0.3s, background-color 0.3s;
}
.q-tabs--scrollable.q-tabs__arrows--outside.q-tabs--horizontal {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.q-tabs--scrollable.q-tabs__arrows--outside.q-tabs--vertical {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.q-tabs--scrollable.q-tabs__arrows--outside .q-tabs__arrow--faded {
  opacity: 0.3;
  pointer-events: none;
}
.q-tabs--scrollable.q-tabs__arrows--inside .q-tabs__arrow--faded {
  display: none;
}
.q-tabs--not-scrollable .q-tabs__arrow {
  display: none;
}
.q-tabs--not-scrollable .q-tabs__content {
  border-radius: inherit;
}
.q-tabs__arrow {
  cursor: pointer;
  font-size: 2rem;
  min-width: 2.25rem;
  text-shadow: 0 0 0.1875rem #fff, 0 0 0.0625rem #fff, 0 0 0.0625rem #000;
  transition: opacity 0.3s;
}
.q-tabs__content {
  overflow: hidden;
  flex: 1 1 auto;
}
.q-tabs__content--align-center {
  justify-content: center;
}
.q-tabs__content--align-right {
  justify-content: flex-end;
}
.q-tabs__content--align-justify .q-tab {
  flex: 1 1 auto;
}
.q-tabs__offset {
  display: none;
}
.q-tabs--horizontal .q-tabs__arrow {
  height: 100%;
}
.q-tabs--horizontal .q-tabs__arrow--left {
  top: 0;
  left: 0 /* rtl:ignore */;
  bottom: 0;
}
.q-tabs--horizontal .q-tabs__arrow--right {
  top: 0;
  right: 0 /* rtl:ignore */;
  bottom: 0;
}
.q-tabs--vertical {
  display: block !important;
  height: 100%;
}
.q-tabs--vertical .q-tabs__content {
  display: block !important;
  height: 100%;
}
.q-tabs--vertical .q-tabs__arrow {
  width: 100%;
  height: 2.25rem;
  text-align: center;
}
.q-tabs--vertical .q-tabs__arrow--left {
  top: 0;
  left: 0;
  right: 0;
}
.q-tabs--vertical .q-tabs__arrow--right {
  left: 0;
  right: 0;
  bottom: 0;
}
.q-tabs--vertical .q-tab {
  padding: 0 0.5rem;
}
.q-tabs--vertical .q-tab__indicator {
  height: unset;
  width: 0.125rem;
}
.q-tabs--vertical.q-tabs--not-scrollable .q-tabs__content {
  height: 100%;
}
.q-tabs--vertical.q-tabs--dense .q-tab__content {
  min-width: 1.5rem;
}
.q-tabs--dense .q-tab {
  min-height: 2.25rem;
}
.q-tabs--dense .q-tab--full {
  min-height: 3.25rem;
}

.q-tabs__content {
  touch-action: pan-x;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.q-tabs .q-tab {
  border: 1px solid rgba(var(--neutral-100), 0);
  border-bottom: initial;
  scroll-snap-align: start;
}
.q-tabs .q-tabs__arrow {
  display: none !important;
}
.q-tabs[secondary] .q-tab--active {
  background: white;
  color: rgb(var(--neutral-100));
  border-radius: 6px 3px 0 0;
  border-color: rgba(var(--neutral-100), 0.1);
}
.q-tabs[secondary] .q-tab--active .q-tab__indicator {
  display: none;
}

tab-group .q-tab {
  min-height: 44px;
}
tab-group .q-focus-helper {
  opacity: 0 !important;
}
tab-group .q-tabs__content {
  background: rgba(var(--neutral-100), 0.05) !important;
  border: 1px solid rgba(var(--neutral-100), 0.1) !important;
  border-radius: 6px;
}
tab-group .q-tab__indicator {
  height: calc(100% - 5px);
  bottom: 1px;
  top: 0px;
  margin: auto 2px;
  color: white;
  z-index: 1;
  border-radius: 6px;
  border: 1px solid rgba(var(--neutral-100), 0.1) !important;
}
tab-group .q-tab__label {
  z-index: 2;
}

.body--dark .tab-group .q-tabs__content {
  background: rgba(var(--white), 0.05) !important;
  border: 1px solid rgba(var(--white), 0.1) !important;
  border-radius: 6px;
}
.body--dark .tab-group .q-tab__indicator {
  color: rgba(var(--white), 0.1);
  border: 1px solid rgba(var(--white), 0.1) !important;
}

.q-time {
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.04), 0px 9px 46px rgba(0, 0, 0, 0.06), 0px 11px 15px rgba(1, 7, 27, 0.1);
  border-radius: 6px;
  background: #fff;
  outline: 0;
  width: 290px;
  min-width: 290px;
  max-width: 100%;
}
.q-time--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-time__header {
  border-top-left-radius: inherit;
  color: #fff;
  background-color: var(--q-primary);
  padding: 16px;
  font-weight: 300;
}
.q-time__actions {
  padding: 0 16px 16px;
}
.q-time__header-label {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.00833em;
}
.q-time__header-label > div + div {
  margin-left: 4px;
}
.q-time__link {
  opacity: 0.56;
  outline: 0;
  transition: opacity 0.3s ease-out;
}
.q-time__link--active, .q-time__link:hover, .q-time__link:focus {
  opacity: 1;
}
.q-time__header-ampm {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.q-time__content {
  padding: 16px;
}
.q-time__content:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.q-time__container-parent {
  padding: 16px;
}
.q-time__container-child {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
}
.q-time__clock {
  padding: 24px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  font-size: 14px;
}
.q-time__clock-circle {
  position: relative;
}
.q-time__clock-center {
  height: 6px;
  width: 6px;
  margin: auto;
  border-radius: 50%;
  min-height: 0;
  background: currentColor;
}
.q-time__clock-pointer {
  width: 2px;
  height: 50%;
  transform-origin: 0 0 /* rtl:ignore */;
  min-height: 0;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  color: var(--q-primary);
  background: currentColor;
  transform: translateX(-50%);
}
.q-time__clock-pointer:before, .q-time__clock-pointer:after {
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}
.q-time__clock-pointer:before {
  bottom: -4px;
  width: 8px;
  height: 8px;
}
.q-time__clock-pointer:after {
  top: -3px;
  height: 6px;
  width: 6px;
}
.q-time__clock-position {
  position: absolute;
  min-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%) /* rtl:ignore */;
  border-radius: 50%;
}
.q-time__clock-position--disable {
  opacity: 0.4;
}
.q-time__clock-position--active {
  background-color: var(--q-primary);
  color: #fff;
}
.q-time__clock-pos-0 {
  top: 99.87%;
  left: 53.54% /* rtl:ignore */;
}
.q-time__clock-pos-1 {
  top: 99.77%;
  left: 45.21% /* rtl:ignore */;
}
.q-time__clock-pos-2 {
  top: 98.29%;
  left: 37.02% /* rtl:ignore */;
}
.q-time__clock-pos-3 {
  top: 95.46%;
  left: 29.19% /* rtl:ignore */;
}
.q-time__clock-pos-4 {
  top: 91.38%;
  left: 21.94% /* rtl:ignore */;
}
.q-time__clock-pos-5 {
  top: 86.15%;
  left: 15.46% /* rtl:ignore */;
}
.q-time__clock-pos-6 {
  top: 79.92%;
  left: 9.94% /* rtl:ignore */;
}
.q-time__clock-pos-7 {
  top: 72.86%;
  left: 5.53% /* rtl:ignore */;
}
.q-time__clock-pos-8 {
  top: 65.17%;
  left: 2.36% /* rtl:ignore */;
}
.q-time__clock-pos-9 {
  top: 57.06%;
  left: 0.5% /* rtl:ignore */;
}
.q-time__clock-pos-10 {
  top: 48.75%;
  left: 0.02% /* rtl:ignore */;
}
.q-time__clock-pos-11 {
  top: 40.47%;
  left: 0.92% /* rtl:ignore */;
}
.q-time__clock-pos-12 {
  top: 37.72%;
  left: 17.22% /* rtl:ignore */;
}
.q-time__clock-pos-13 {
  top: 32.46%;
  left: 19.71% /* rtl:ignore */;
}
.q-time__clock-pos-14 {
  top: 27.67%;
  left: 23.05% /* rtl:ignore */;
}
.q-time__clock-pos-15 {
  top: 23.51%;
  left: 27.12% /* rtl:ignore */;
}
.q-time__clock-pos-16 {
  top: 20.08%;
  left: 31.83% /* rtl:ignore */;
}
.q-time__clock-pos-17 {
  top: 17.48%;
  left: 37.05% /* rtl:ignore */;
}
.q-time__clock-pos-18 {
  top: 15.79%;
  left: 42.62% /* rtl:ignore */;
}
.q-time__clock-pos-19 {
  top: 15.04%;
  left: 48.4% /* rtl:ignore */;
}
.q-time__clock-pos-20 {
  top: 15.26%;
  left: 54.22% /* rtl:ignore */;
}
.q-time__clock-pos-21 {
  top: 16.44%;
  left: 59.93% /* rtl:ignore */;
}
.q-time__clock-pos-22 {
  top: 18.55%;
  left: 65.36% /* rtl:ignore */;
}
.q-time__clock-pos-23 {
  top: 21.53%;
  left: 70.36% /* rtl:ignore */;
}
.q-time__now-button {
  background-color: var(--q-primary);
  color: #fff;
  top: 12px;
  right: 12px;
}
.q-time.disabled .q-time__header-ampm, .q-time.disabled .q-time__content, .q-time--readonly .q-time__header-ampm, .q-time--readonly .q-time__content {
  pointer-events: none;
}
.q-time--portrait {
  display: inline-flex;
  flex-direction: column;
}
.q-time--portrait .q-time__header {
  border-top-right-radius: inherit;
  min-height: 86px;
}
.q-time--portrait .q-time__header-ampm {
  margin-left: 12px;
}
.q-time--portrait.q-time--bordered .q-time__content {
  margin: 1px 0;
}
.q-time--landscape {
  display: inline-flex;
  align-items: stretch;
  min-width: 420px;
}
.q-time--landscape > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.q-time--landscape .q-time__header {
  border-bottom-left-radius: inherit;
  min-width: 156px;
}
.q-time--landscape .q-time__header-ampm {
  margin-top: 12px;
}
.q-time--dark {
  border-color: rgba(255, 255, 255, 0.1019607843);
}

.q-timeline {
  padding: 0;
  width: 100%;
  list-style: none;
}
.q-timeline h6 {
  line-height: inherit;
}
.q-timeline--dark {
  color: #fff;
}
.q-timeline--dark .q-timeline__subtitle {
  opacity: 0.7;
}
.q-timeline__content {
  padding-bottom: 24px;
}
.q-timeline__title {
  margin-top: 0;
  margin-bottom: 16px;
}
.q-timeline__subtitle {
  font-size: 12px;
  margin-bottom: 8px;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.q-timeline__dot {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
}
.q-timeline__dot:before, .q-timeline__dot:after {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
}
.q-timeline__dot:before {
  border: 3px solid transparent;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 4px;
  left: 0;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.q-timeline__dot:after {
  width: 3px;
  opacity: 0.4;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.q-timeline__dot .q-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  width: 100%;
  color: #fff;
}
.q-timeline__dot .q-icon > svg,
.q-timeline__dot .q-icon > img {
  width: 1em;
  height: 1em;
}
.q-timeline__dot-img {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  height: 31px;
  width: 31px;
  background: currentColor;
  border-radius: 50%;
}
.q-timeline__heading {
  position: relative;
}
.q-timeline__heading:first-child .q-timeline__heading-title {
  padding-top: 0;
}
.q-timeline__heading:last-child .q-timeline__heading-title {
  padding-bottom: 0;
}
.q-timeline__heading-title {
  padding: 32px 0;
  margin: 0;
}
.q-timeline__entry {
  position: relative;
  line-height: 22px;
}
.q-timeline__entry:last-child {
  padding-bottom: 0 !important;
}
.q-timeline__entry:last-child .q-timeline__dot:after {
  content: none;
}
.q-timeline__entry--icon .q-timeline__dot {
  width: 31px;
}
.q-timeline__entry--icon .q-timeline__dot:before {
  height: 31px;
  width: 31px;
}
.q-timeline__entry--icon .q-timeline__dot:after {
  top: 41px;
  left: 14px;
}
.q-timeline__entry--icon .q-timeline__subtitle {
  padding-top: 8px;
}
.q-timeline--dense--right .q-timeline__entry {
  padding-left: 40px;
}
.q-timeline--dense--right .q-timeline__entry--icon .q-timeline__dot {
  left: -8px;
}
.q-timeline--dense--right .q-timeline__dot {
  left: 0;
}
.q-timeline--dense--left .q-timeline__heading {
  text-align: right;
}
.q-timeline--dense--left .q-timeline__entry {
  padding-right: 40px;
}
.q-timeline--dense--left .q-timeline__entry--icon .q-timeline__dot {
  right: -8px;
}
.q-timeline--dense--left .q-timeline__content, .q-timeline--dense--left .q-timeline__title, .q-timeline--dense--left .q-timeline__subtitle {
  text-align: right;
}
.q-timeline--dense--left .q-timeline__dot {
  right: 0;
}
.q-timeline--comfortable {
  display: table;
}
.q-timeline--comfortable .q-timeline__heading {
  display: table-row;
  font-size: 200%;
}
.q-timeline--comfortable .q-timeline__heading > div {
  display: table-cell;
}
.q-timeline--comfortable .q-timeline__entry {
  display: table-row;
  padding: 0;
}
.q-timeline--comfortable .q-timeline__entry--icon .q-timeline__content {
  padding-top: 8px;
}
.q-timeline--comfortable .q-timeline__subtitle, .q-timeline--comfortable .q-timeline__dot, .q-timeline--comfortable .q-timeline__content {
  display: table-cell;
  vertical-align: top;
}
.q-timeline--comfortable .q-timeline__subtitle {
  width: 35%;
}
.q-timeline--comfortable .q-timeline__dot {
  position: relative;
  min-width: 31px;
}
.q-timeline--comfortable--right .q-timeline__heading .q-timeline__heading-title {
  margin-left: -50px;
}
.q-timeline--comfortable--right .q-timeline__subtitle {
  text-align: right;
  padding-right: 30px;
}
.q-timeline--comfortable--right .q-timeline__content {
  padding-left: 30px;
}
.q-timeline--comfortable--right .q-timeline__entry--icon .q-timeline__dot {
  left: -8px;
}
.q-timeline--comfortable--left .q-timeline__heading {
  text-align: right;
}
.q-timeline--comfortable--left .q-timeline__heading .q-timeline__heading-title {
  margin-right: -50px;
}
.q-timeline--comfortable--left .q-timeline__subtitle {
  padding-left: 30px;
}
.q-timeline--comfortable--left .q-timeline__content {
  padding-right: 30px;
}
.q-timeline--comfortable--left .q-timeline__content, .q-timeline--comfortable--left .q-timeline__title {
  text-align: right;
}
.q-timeline--comfortable--left .q-timeline__entry--icon .q-timeline__dot {
  right: 0;
}
.q-timeline--comfortable--left .q-timeline__dot {
  right: -8px;
}
.q-timeline--loose .q-timeline__heading-title {
  text-align: center;
  margin-left: 0;
}
.q-timeline--loose .q-timeline__entry, .q-timeline--loose .q-timeline__subtitle, .q-timeline--loose .q-timeline__dot, .q-timeline--loose .q-timeline__content {
  display: block;
  margin: 0;
  padding: 0;
}
.q-timeline--loose .q-timeline__dot {
  position: absolute;
  left: 50%;
  margin-left: -7.15px;
}
.q-timeline--loose .q-timeline__entry {
  padding-bottom: 24px;
  overflow: hidden;
}
.q-timeline--loose .q-timeline__entry--icon .q-timeline__dot {
  margin-left: -15px;
}
.q-timeline--loose .q-timeline__entry--icon .q-timeline__subtitle {
  line-height: 38px;
}
.q-timeline--loose .q-timeline__entry--icon .q-timeline__content {
  padding-top: 8px;
}
.q-timeline--loose .q-timeline__entry--left .q-timeline__content, .q-timeline--loose .q-timeline__entry--right .q-timeline__subtitle {
  float: left;
  padding-right: 30px;
  text-align: right;
}
.q-timeline--loose .q-timeline__entry--left .q-timeline__subtitle, .q-timeline--loose .q-timeline__entry--right .q-timeline__content {
  float: right;
  text-align: left;
  padding-left: 30px;
}
.q-timeline--loose .q-timeline__subtitle, .q-timeline--loose .q-timeline__content {
  width: 50%;
}

.q-toggle {
  vertical-align: middle;
}
.q-toggle__native {
  width: 1px;
  height: 1px;
}
.q-toggle__track {
  height: 0.35em;
  border-radius: 0.175em;
  opacity: 0.38;
  background: currentColor;
}
.q-toggle__thumb {
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  transition: left 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
          user-select: none;
  z-index: 0;
}
.q-toggle__thumb:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.q-toggle__thumb .q-icon {
  font-size: 0.3em;
  min-width: 1em;
  color: #000;
  opacity: 0.54;
  z-index: 1;
}
.q-toggle__inner {
  font-size: 40px;
  width: 1.4em;
  min-width: 1.4em;
  height: 1em;
  padding: 0.325em 0.3em;
  -webkit-print-color-adjust: exact;
}
.q-toggle__inner--indet .q-toggle__thumb {
  left: 0.45em;
}
.q-toggle__inner--truthy {
  color: var(--q-primary);
}
.q-toggle__inner--truthy .q-toggle__track {
  opacity: 0.54;
}
.q-toggle__inner--truthy .q-toggle__thumb {
  left: 0.65em;
}
.q-toggle__inner--truthy .q-toggle__thumb:after {
  background-color: currentColor;
}
.q-toggle__inner--truthy .q-toggle__thumb .q-icon {
  color: #fff;
  opacity: 1;
}
.q-toggle.disabled {
  opacity: 0.75 !important;
}
.q-toggle--dark .q-toggle__inner {
  color: #fff;
}
.q-toggle--dark .q-toggle__inner--truthy {
  color: var(--q-primary);
}
.q-toggle--dark .q-toggle__thumb:before {
  opacity: 0.32 !important;
}
.q-toggle--dense .q-toggle__inner {
  width: 0.8em;
  min-width: 0.8em;
  height: 0.5em;
  padding: 0.07625em 0;
}
.q-toggle--dense .q-toggle__thumb {
  top: 0;
  left: 0;
}
.q-toggle--dense .q-toggle__inner--indet .q-toggle__thumb {
  left: 0.15em;
}
.q-toggle--dense .q-toggle__inner--truthy .q-toggle__thumb {
  left: 0.3em;
}
.q-toggle--dense .q-toggle__label {
  padding-left: 0.5em;
}
.q-toggle--dense.reverse .q-toggle__label {
  padding-left: 0;
  padding-right: 0.5em;
}

body.desktop .q-toggle:not(.disabled) .q-toggle__thumb:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.12;
  transform: scale3d(0, 0, 1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1);
}
body.desktop .q-toggle:not(.disabled):focus .q-toggle__thumb:before, body.desktop .q-toggle:not(.disabled):hover .q-toggle__thumb:before {
  transform: scale3d(2, 2, 1);
}
body.desktop .q-toggle--dense:not(.disabled):focus .q-toggle__thumb:before, body.desktop .q-toggle--dense:not(.disabled):hover .q-toggle__thumb:before {
  transform: scale3d(1.5, 1.5, 1);
}

.q-toggle {
  --inner-width: 28px;
  --inner-height: 16px;
  --thumb-size: 12px;
  --gap: 3px;
}
.q-toggle .q-toggle__inner {
  font-size: initial;
  min-width: initial;
  width: var(--inner-width);
  height: var(--inner-height);
  padding: 0;
}
.q-toggle .q-toggle__inner .q-toggle__track {
  height: 100%;
  border-radius: 0;
  opacity: 0.1;
  background: currentColor;
  border-radius: 32px;
}
.q-toggle .q-toggle__inner .q-toggle__thumb {
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: var(--thumb-size);
  height: var(--thumb-size);
  -webkit-user-select: none;
  user-select: none;
  z-index: 0;
  transition: transform 0.3s ease !important;
  transform: translatex(var(--gap));
}
.q-toggle .q-toggle__inner .q-toggle__thumb:after {
  background-color: white;
}
.q-toggle[aria-checked=true] .q-toggle__track {
  opacity: 1 !important;
}
.q-toggle[aria-checked=true] .q-toggle__thumb {
  transform: translateX(calc(var(--inner-width) - var(--thumb-size) - var(--gap))) !important;
}

.q-toolbar {
  position: relative;
  padding: 0 12px;
  min-height: 50px;
  width: 100%;
}
.q-toolbar--inset {
  padding-left: 58px;
}
.q-toolbar .q-avatar {
  font-size: 38px;
}

.q-toolbar__title {
  flex: 1 1 0%;
  min-width: 1px;
  max-width: 100%;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0.01em;
  padding: 0 12px;
}
.q-toolbar__title:first-child {
  padding-left: 0;
}
.q-toolbar__title:last-child {
  padding-right: 0;
}

body {
  min-width: 100px;
  min-height: 100%;
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 14px;
}

.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
  hyphens: auto;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
.text-no-wrap {
  white-space: nowrap;
}
.text-strike {
  text-decoration: line-through;
}
.text-weight-thin {
  font-weight: 100;
}
.text-weight-light {
  font-weight: 300;
}
.text-weight-regular {
  font-weight: 400;
}
.text-weight-medium {
  font-weight: 500;
}
.text-weight-bold {
  font-weight: 700;
}
.text-weight-bolder {
  font-weight: 900;
}

small {
  font-size: 80%;
}

big {
  font-size: 170%;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.one-line {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}

.two-lines {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}

.three-lines {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}

.q-tooltip--style {
  color: rgb(var(--neutral-100));
  background: rgba(var(--neutral-10), 1);
  border-radius: 6px;
  text-transform: none;
  border: 1px solid rgba(var(--neutral-100), 0.1);
  font-weight: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 157%;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
}

.q-tooltip {
  z-index: 9000000999;
  position: fixed !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4px 6px;
}
@media (max-width: 599.98px) {
  .q-tooltip {
    font-size: 14px;
    padding: 4px 6px;
  }
}

.body--dark .q-tooltip--style {
  --neutral-100: rgba(var(--white), 0.9);
  background: rgba(var(--d-neutral-40), 1);
}

.q-tree {
  position: relative;
  color: #9e9e9e;
}
.q-tree__node {
  padding: 0 0 3px 22px;
}
.q-tree__node:after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  width: 2px;
  right: auto;
  left: -13px;
  border-left: 1px solid currentColor;
}
.q-tree__node:last-child:after {
  display: none;
}
.q-tree__node--disabled {
  pointer-events: none;
}
.q-tree__node--disabled .disabled {
  opacity: 1 !important;
}
.q-tree__node--disabled > div,
.q-tree__node--disabled > i,
.q-tree__node--disabled > .disabled {
  opacity: 0.6 !important;
}
.q-tree__node--disabled > div .q-tree__node--disabled > div,
.q-tree__node--disabled > div .q-tree__node--disabled > i,
.q-tree__node--disabled > div .q-tree__node--disabled > .disabled,
.q-tree__node--disabled > i .q-tree__node--disabled > div,
.q-tree__node--disabled > i .q-tree__node--disabled > i,
.q-tree__node--disabled > i .q-tree__node--disabled > .disabled,
.q-tree__node--disabled > .disabled .q-tree__node--disabled > div,
.q-tree__node--disabled > .disabled .q-tree__node--disabled > i,
.q-tree__node--disabled > .disabled .q-tree__node--disabled > .disabled {
  opacity: 1 !important;
}
.q-tree__node-header:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 50%;
  width: 31px;
  left: -35px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.q-tree__children {
  padding-left: 25px;
}
.q-tree__node-body {
  padding: 5px 0 8px 5px;
}
.q-tree__node--parent {
  padding-left: 2px;
}
.q-tree__node--parent > .q-tree__node-header:before {
  width: 15px;
  left: -15px;
}
.q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body {
  padding: 5px 0 8px 27px;
}
.q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body:after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  right: auto;
  left: 12px;
  border-left: 1px solid currentColor;
  bottom: 50px;
}
.q-tree__node--link {
  cursor: pointer;
}
.q-tree__node-header {
  padding: 4px;
  margin-top: 3px;
  border-radius: 6px;
  outline: 0;
}
.q-tree__node-header-content {
  color: #000;
  transition: color 0.3s;
}
.q-tree__node--selected .q-tree__node-header-content {
  color: #9e9e9e;
}
.q-tree__icon, .q-tree__node-header-content .q-icon {
  font-size: 21px;
}
.q-tree__img {
  height: 42px;
  border-radius: 2px;
}
.q-tree__avatar, .q-tree__node-header-content .q-avatar {
  font-size: 28px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.q-tree__arrow, .q-tree__spinner {
  font-size: 16px;
  margin-right: 4px;
}
.q-tree__arrow {
  transition: transform 0.3s;
}
.q-tree__arrow--rotate {
  transform: rotate3d(0, 0, 1, 90deg);
}
.q-tree__tickbox {
  margin-right: 4px;
}
.q-tree > .q-tree__node {
  padding: 0;
}
.q-tree > .q-tree__node:after, .q-tree > .q-tree__node > .q-tree__node-header:before {
  display: none;
}
.q-tree > .q-tree__node--child > .q-tree__node-header {
  padding-left: 24px;
}
.q-tree--dark .q-tree__node-header-content {
  color: #fff;
}
.q-tree--no-connectors .q-tree__node:after,
.q-tree--no-connectors .q-tree__node-header:before,
.q-tree--no-connectors .q-tree__node-body:after {
  display: none !important;
}
.q-tree--dense > .q-tree__node--child > .q-tree__node-header {
  padding-left: 1px;
}
.q-tree--dense .q-tree__arrow, .q-tree--dense .q-tree__spinner {
  margin-right: 1px;
}
.q-tree--dense .q-tree__img {
  height: 32px;
}
.q-tree--dense .q-tree__tickbox {
  margin-right: 3px;
}
.q-tree--dense .q-tree__node {
  padding: 0;
}
.q-tree--dense .q-tree__node:after {
  top: 0;
  left: -8px;
}
.q-tree--dense .q-tree__node-header {
  margin-top: 0;
  padding: 1px;
}
.q-tree--dense .q-tree__node-header:before {
  top: 0;
  left: -8px;
  width: 8px;
}
.q-tree--dense .q-tree__node--child {
  padding-left: 17px;
}
.q-tree--dense .q-tree__node--child > .q-tree__node-header:before {
  left: -25px;
  width: 21px;
}
.q-tree--dense .q-tree__node-body {
  padding: 0 0 2px;
}
.q-tree--dense .q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body {
  padding: 0 0 2px 20px;
}
.q-tree--dense .q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body:after {
  left: 8px;
}
.q-tree--dense .q-tree__children {
  padding-left: 16px;
}

[dir=rtl] .q-tree__arrow {
  transform: rotate3d(0, 0, 1, 180deg) /* rtl:ignore */;
}
[dir=rtl] .q-tree__arrow--rotate {
  transform: rotate3d(0, 0, 1, 90deg) /* rtl:ignore */;
}

.q-uploader {
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.04), 0px 9px 46px rgba(0, 0, 0, 0.06), 0px 11px 15px rgba(1, 7, 27, 0.1);
  border-radius: 6px;
  vertical-align: top;
  background: #fff;
  position: relative;
  width: 320px;
  max-height: 320px;
}
.q-uploader--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-uploader__input {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer !important;
  z-index: 1;
}
.q-uploader__input::-webkit-file-upload-button {
  cursor: pointer;
}
.q-uploader__file:before {
  content: "";
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: currentColor;
  opacity: 0.04;
}
.q-uploader__header {
  position: relative;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  background-color: var(--q-primary);
  color: #fff;
  width: 100%;
}
.q-uploader__spinner {
  font-size: 24px;
  margin-right: 4px;
}
.q-uploader__header-content {
  padding: 8px;
}
.q-uploader__dnd {
  outline: 1px dashed currentColor;
  outline-offset: -4px;
  background: rgba(255, 255, 255, 0.6);
}
.q-uploader__overlay {
  font-size: 36px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
}
.q-uploader__list {
  position: relative;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  padding: 8px;
  min-height: 60px;
  flex: 1 1 auto;
}
.q-uploader__file {
  border-radius: 6px 6px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-uploader__file .q-circular-progress {
  font-size: 24px;
}
.q-uploader__file--img {
  color: #fff;
  height: 200px;
  min-width: 200px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.q-uploader__file--img:before {
  content: none;
}
.q-uploader__file--img .q-circular-progress {
  color: #fff;
}
.q-uploader__file--img .q-uploader__file-header {
  padding-bottom: 24px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 20%, rgba(255, 255, 255, 0));
}
.q-uploader__file + .q-uploader__file {
  margin-top: 8px;
}
.q-uploader__file-header {
  position: relative;
  padding: 4px 8px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-uploader__file-header-content {
  padding-right: 8px;
}
.q-uploader__file-status {
  font-size: 24px;
  margin-right: 4px;
}
.q-uploader__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  word-break: break-word;
}
.q-uploader__subtitle {
  font-size: 12px;
  line-height: 18px;
}
.q-uploader--disable .q-uploader__header, .q-uploader--disable .q-uploader__list {
  pointer-events: none;
}
.q-uploader--dark {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.q-uploader--dark .q-uploader__file {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.q-uploader--dark .q-uploader__dnd, .q-uploader--dark .q-uploader__overlay {
  background: rgba(255, 255, 255, 0.3);
}
.q-uploader--dark .q-uploader__overlay {
  color: #fff;
}

img.responsive {
  max-width: 100%;
  height: auto;
}

.q-video {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
}
.q-video iframe,
.q-video object,
.q-video embed {
  width: 100%;
  height: 100%;
}
.q-video--responsive {
  height: 0;
}
.q-video--responsive iframe,
.q-video--responsive object,
.q-video--responsive embed {
  position: absolute;
  top: 0;
  left: 0;
}

.q-virtual-scroll:focus {
  outline: 0;
}
.q-virtual-scroll__content {
  outline: none;
  contain: content;
}
.q-virtual-scroll__content > * {
  overflow-anchor: none;
}
.q-virtual-scroll__content > [data-q-vs-anchor] {
  overflow-anchor: auto;
}
.q-virtual-scroll__padding {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 20%, rgba(128, 128, 128, 0.03) 20%, rgba(128, 128, 128, 0.08) 50%, rgba(128, 128, 128, 0.03) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0)) /* rtl:ignore */;
  background-size: var(--q-virtual-scroll-item-width, 100%) var(--q-virtual-scroll-item-height, 50px) /* rtl:ignore */;
}
.q-table .q-virtual-scroll__padding tr {
  height: 0 !important;
}
.q-table .q-virtual-scroll__padding td {
  padding: 0 !important;
}
.q-virtual-scroll--horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.q-virtual-scroll--horizontal .q-virtual-scroll__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.q-virtual-scroll--horizontal .q-virtual-scroll__padding, .q-virtual-scroll--horizontal .q-virtual-scroll__content, .q-virtual-scroll--horizontal .q-virtual-scroll__content > * {
  flex: 0 0 auto;
}
.q-virtual-scroll--horizontal .q-virtual-scroll__padding {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 20%, rgba(128, 128, 128, 0.03) 20%, rgba(128, 128, 128, 0.08) 50%, rgba(128, 128, 128, 0.03) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0)) /* rtl:ignore */;
  background-size: var(--q-virtual-scroll-item-width, 50px) var(--q-virtual-scroll-item-height, 100%) /* rtl:ignore */;
}

:root {
  --calendar-border: #e0e0e0 1px solid;
  --calendar-border-dark: #71755d 1px solid;
  --calendar-border-section: #e0e0e0 1px dashed;
  --calendar-border-section-dark: #71755d 1px dashed;
  --calendar-border-current: #027BE3 2px solid;
  --calendar-border-current-dark: #ffff66 2px solid;
  --calendar-mini-range-connector-hover-border: #027BE3 1px dashed;
  --calendar-mini-range-connector-hover-border-dark: #ffff66 1px dashed;
  --calendar-color: #606c71;
  --calendar-color-dark: #fafafa;
  --calendar-background: #ffffff;
  --calendar-background-dark: #121212;
  --calendar-current-color: #027BE3;
  --calendar-current-color-dark: #ffff66;
  --calendar-current-background: #00000000;
  --calendar-current-background-dark: #121212;
  --calendar-disabled-date-color: #a1a1a1;
  --calendar-disabled-date-color-dark: #bebebe;
  --calendar-disabled-date-background: #ffffff;
  --calendar-disabled-date-background-dark: #121212;
  --calendar-active-date-color: #027BE3FF;
  --calendar-active-date-color-dark: #cce7ffff;
  --calendar-active-date-background: #cce7ffff;
  --calendar-active-date-background-dark: #027BE3FF;
  --calendar-outside-color: #606c71;
  --calendar-outside-color-dark: #bebebe;
  --calendar-outside-background: #00000000;
  --calendar-outside-background-dark: #121212;
  --calendar-selected-color: #027BE3;
  --calendar-selected-color-dark: #027BE3;
  --calendar-selected-background: #cce7ff;
  --calendar-selected-background-dark: #cce7ff;
  --calendar-mini-selected-color: #027BE3;
  --calendar-mini-selected-color-dark: #027BE3;
  --calendar-mini-selected-background: #00000000;
  --calendar-mini-selected-background-dark: #00000000;
  --calendar-mini-selected-label-color: #027BE3;
  --calendar-mini-selected-label-color-dark: #cce7ff;
  --calendar-mini-selected-label-background: #cce7ff;
  --calendar-mini-selected-label-background-dark: #027BE3;
  --calendar-range-color: #027BE3;
  --calendar-range-color-dark: #027BE3;
  --calendar-range-background: #cce7ff;
  --calendar-range-background-dark: #cce7ff;
  --calendar-mini-range-color: #cce7ff;
  --calendar-mini-range-color-dark: #027BE3;
  --calendar-mini-range-background: #00000000;
  --calendar-mini-range-background-dark: #00000000;
  --calendar-mini-range-label-color: #cce7ff;
  --calendar-mini-range-label-color-dark: #027BE3;
  --calendar-mini-range-label-background: #cce7ff;
  --calendar-mini-range-label-background-dark: #cce7ff;
  --calendar-mini-range-connector-color: #cce7ff;
  --calendar-mini-range-connector-color-dark: #ffff66;
  --calendar-mini-range-hover-color: #027BE3;
  --calendar-mini-range-hover-color-dark: #ffff66;
  --calendar-mini-range-firstlast-color: #cce7ff;
  --calendar-mini-range-firstlast-color-dark: #cce7ff;
  --calendar-mini-range-firstlast-background: #00000000;
  --calendar-mini-range-firstlast-background-dark: #cce7ff;
  --calendar-mini-range-firstlast-label-color: #cce7ff;
  --calendar-mini-range-firstlast-label-color-dark: #cce7ff;
  --calendar-mini-range-firstlast-label-background: #027BE3;
  --calendar-mini-range-firstlast-label-background-dark: #ffff66;
  --calendar-scrollbar-width-height: 10px;
  --calendar-scrollbar-track: #eeeeee;
  --calendar-scrollbar-thumb: #888888;
  --calendar-scrollbar-thumb-hover: #555555;
  --calendar-scrollbar-track-dark: #eeeeee;
  --calendar-scrollbar-thumb-dark: #888888;
  --calendar-scrollbar-thumb-hover-dark: #555555;
  --calendar-intervals-width: 56px;
  --calendar-resources-width: 100px;
  --calendar-work-week-width: 30px;
  --calendar-mini-work-week-width: 30px;
  --calendar-work-week-font-size: 1.0em;
  --calendar-head-font-weight: 600;
}

.q-calendar--roll-right-leave-active, .q-calendar--roll-left-leave-active, .q-calendar--roll-up-leave-active, .q-calendar--roll-down-leave-active, .q-calendar--slide-right-leave-active, .q-calendar--slide-left-leave-active, .q-calendar--slide-up-leave-active, .q-calendar--slide-down-leave-active, .q-calendar--jump-right-leave-active, .q-calendar--jump-left-leave-active, .q-calendar--jump-up-leave-active, .q-calendar--jump-down-leave-active, .q-calendar--fade-leave-active, .q-calendar--scale-leave-active, .q-calendar--rotate-leave-active, .q-calendar--spin-leave-active, .q-calendar--flip-leave-active {
  position: absolute;
}
.q-calendar--roll-right-enter-active, .q-calendar--roll-right-leave-active, .q-calendar--roll-left-enter-active, .q-calendar--roll-left-leave-active, .q-calendar--roll-up-enter-active, .q-calendar--roll-up-leave-active, .q-calendar--roll-down-enter-active, .q-calendar--roll-down-leave-active, .q-calendar--slide-right-enter-active, .q-calendar--slide-right-leave-active, .q-calendar--slide-left-enter-active, .q-calendar--slide-left-leave-active, .q-calendar--slide-up-enter-active, .q-calendar--slide-up-leave-active, .q-calendar--slide-down-enter-active, .q-calendar--slide-down-leave-active {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.q-calendar--roll-right-enter-from {
  transform: translate3d(-100%, 0, 0) rotate(360deg);
}
.q-calendar--roll-right-leave-to {
  transform: translate3d(100%, 0, 0) rotate(0deg);
}
.q-calendar--roll-left-enter-from {
  transform: translate3d(100%, 0, 0) rotate(-360deg);
}
.q-calendar--roll-left-leave-to {
  transform: translate3d(-100%, 0, 0) rotate(0deg);
}
.q-calendar--roll-up-enter-from {
  transform: translate3d(0, 100%, 0) rotate(-360deg);
}
.q-calendar--roll-up-leave-to {
  transform: translate3d(0, -100%, 0) rotate(0deg);
}
.q-calendar--roll-down-enter-from {
  transform: translate3d(0, -100%, 0) rotate(360deg);
}
.q-calendar--roll-down-leave-to {
  transform: translate3d(0, 100%, 0) rotate(0deg);
}
.q-calendar--slide-right-enter-from {
  transform: translate3d(-100%, 0, 0);
}
.q-calendar--slide-right-leave-to {
  transform: translate3d(100%, 0, 0);
}
.q-calendar--slide-left-enter-from {
  transform: translate3d(100%, 0, 0);
}
.q-calendar--slide-left-leave-to {
  transform: translate3d(-100%, 0, 0);
}
.q-calendar--slide-up-enter-from {
  transform: translate3d(0, 100%, 0);
}
.q-calendar--slide-up-leave-to {
  transform: translate3d(0, -100%, 0);
}
.q-calendar--slide-down-enter-from {
  transform: translate3d(0, -100%, 0);
}
.q-calendar--slide-down-leave-to {
  transform: translate3d(0, 100%, 0);
}
.q-calendar--jump-right-enter-active, .q-calendar--jump-right-leave-active, .q-calendar--jump-left-enter-active, .q-calendar--jump-left-leave-active, .q-calendar--jump-up-enter-active, .q-calendar--jump-up-leave-active, .q-calendar--jump-down-enter-active, .q-calendar--jump-down-leave-active {
  transition: opacity 0.3s, transform 0.3s;
}
.q-calendar--jump-right-enter-from, .q-calendar--jump-right-leave-to, .q-calendar--jump-left-enter-from, .q-calendar--jump-left-leave-to, .q-calendar--jump-up-enter-from, .q-calendar--jump-up-leave-to, .q-calendar--jump-down-enter-from, .q-calendar--jump-down-leave-to {
  opacity: 0;
}
.q-calendar--jump-right-enter-from {
  transform: translate3d(-15px, 0, 0);
}
.q-calendar--jump-right-leave-to {
  transform: translate3d(15px, 0, 0);
}
.q-calendar--jump-left-enter-from {
  transform: translate3d(15px, 0, 0);
}
.q-calendar--jump-left-leave-to {
  transform: translateX(-15px);
}
.q-calendar--jump-up-enter-from {
  transform: translate3d(0, 15px, 0);
}
.q-calendar--jump-up-leave-to {
  transform: translate3d(0, -15px, 0);
}
.q-calendar--jump-down-enter-from {
  transform: translate3d(0, -15px, 0);
}
.q-calendar--jump-down-leave-to {
  transform: translate3d(0, 15px, 0);
}
.q-calendar--fade-enter-active, .q-calendar--fade-leave-active {
  transition: opacity 0.3s ease-out;
}
.q-calendar--fade-enter-from, .q-calendar--fade-leave-to {
  opacity: 0;
}
.q-calendar--scale-enter-active, .q-calendar--scale-leave-active {
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.q-calendar--scale-enter-from, .q-calendar--scale-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1);
}
.q-calendar--rotate-enter-active, .q-calendar--rotate-leave-active {
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-style: preserve-3d;
}
.q-calendar--rotate-enter-from, .q-calendar--rotate-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1) rotate3d(0, 0, 1, 90deg);
}
.q-calendar--spin-enter-active, .q-calendar--spin-leave-active {
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-style: preserve-3d;
}
.q-calendar--spin-enter-from, .q-calendar--spin-leave-from, .q-calendar--spin-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1) rotate3d(0, 0, 1, 720deg);
}
.q-calendar--flip-right-enter-active, .q-calendar--flip-right-leave-active, .q-calendar--flip-left-enter-active, .q-calendar--flip-left-leave-active, .q-calendar--flip-up-enter-active, .q-calendar--flip-up-leave-active, .q-calendar--flip-down-enter-active, .q-calendar--flip-down-leave-active {
  transition: transform 0.3s;
  backface-visibility: hidden;
}
.q-calendar--flip-right-enter-to, .q-calendar--flip-right-leave-from, .q-calendar--flip-left-enter-to, .q-calendar--flip-left-leave-from, .q-calendar--flip-up-enter-to, .q-calendar--flip-up-leave-from, .q-calendar--flip-down-enter-to, .q-calendar--flip-down-leave-from {
  transform: perspective(400px) rotate3d(1, 1, 0, 0deg);
}
.q-calendar--flip-right-enter-from {
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
}
.q-calendar--flip-right-leave-to {
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
}
.q-calendar--flip-left-enter-from {
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
}
.q-calendar--flip-left-leave-to {
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
}
.q-calendar--flip-up-enter-from {
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
}
.q-calendar--flip-up-leave-to {
  transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
}
.q-calendar--flip-down-enter-from {
  transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
}
.q-calendar--flip-down-leave-to {
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
}

.q-calendar {
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--calendar-color);
  background: var(--calendar-background);
  width: 100%;
  min-width: auto;
  overflow: hidden;
}
.q-calendar__bordered {
  border: var(--calendar-border);
}
.q-calendar__button {
  display: inline-block;
  flex-direction: row;
  align-items: center;
  position: relative;
  outline: 0;
  border: 0;
  vertical-align: middle;
  padding: 0;
  font-size: 0.75em;
  line-height: 1.715em;
  text-decoration: none;
  color: inherit;
  background: transparent;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  height: auto;
  min-height: 2em;
  min-width: 2em;
  will-change: background;
  transition: background 0.3s;
}
.q-calendar__button--rounded {
  border-radius: 6px;
}
.q-calendar__button--round {
  border-radius: 50%;
}
.q-calendar__button--bordered {
  border: var(--calendar-border);
}
.q-calendar__left {
  text-align: left !important;
  justify-content: flex-start;
}
.q-calendar__center {
  text-align: center !important;
  justify-content: center;
}
.q-calendar__right {
  text-align: right !important;
  justify-content: flex-end;
}
.q-calendar__justify {
  justify-content: space-between !important;
}
.q-calendar__header--inline {
  display: flex;
  flex: 1 0 0;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.q-calendar__ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.q-calendar__overflow-wrap {
  overflow-wrap: break-word;
  overflow: hidden;
}
.q-calendar__parent {
  transition: transform 0.3s;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  width: 2px;
  height: 2px;
  cursor: pointer;
}
.q-calendar__parent--expanded {
  margin: 0 2px;
  transform: rotate(-135deg);
}
.q-calendar__parent--collapsed {
  margin: 0 2px;
  transform: rotate(45deg);
}
.q-calendar__child {
  position: relative;
  transition: max-height 0.28s linear;
}
.q-calendar__child--expanded {
  max-height: 800px;
  height: auto;
}
.q-calendar__child--collapsed {
  max-height: 0;
  overflow-y: hidden;
}
.q-calendar__focusable, .q-calendar__manual-focusable, .q-calendar__hoverable {
  outline: 0;
}
.q-calendar__focus-helper {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-calendar__focus-helper:before, .q-calendar__focus-helper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: inherit;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-calendar__focus-helper:before {
  background: #000;
}
.q-calendar__focus-helper:after {
  background: #fff;
}
.q-calendar__focus-helper--rounded {
  border-radius: 6px;
}
.q-calendar__focus-helper--round {
  border-radius: 50%;
}
.q-calendar__focusable:focus > .q-calendar__focus-helper, .q-calendar__manual-focusable--focused > .q-calendar__focus-helper, .q-calendar__hoverable:hover > .q-calendar__focus-helper {
  background: currentColor;
  opacity: 0.15;
}
.q-calendar__focusable:focus > .q-calendar__focus-helper:before, .q-calendar__manual-focusable--focused > .q-calendar__focus-helper:before, .q-calendar__hoverable:hover > .q-calendar__focus-helper:before {
  opacity: 0.1;
}
.q-calendar__focusable:focus > .q-calendar__focus-helper:after, .q-calendar__manual-focusable--focused > .q-calendar__focus-helper:after, .q-calendar__hoverable:hover > .q-calendar__focus-helper:after {
  opacity: 0.4;
}
.q-calendar__focusable:focus > .q-calendar__focus-helper, .q-calendar__manual-focusable--focused > .q-calendar__focus-helper {
  opacity: 0.22;
}

.disabled, .disabled *, [disabled], [disabled] * {
  outline: 0 !important;
  cursor: not-allowed !important;
}

.disabled, [disabled] {
  opacity: 0.6 !important;
}

.q-calendar {
  color: var(--calendar-color);
  background: var(--calendar-background);
}
.q-calendar .q-calendar__scroll::-webkit-scrollbar {
  width: var(--calendar-scrollbar-width-height);
  height: var(--calendar-scrollbar-width-height);
}
.q-calendar .q-calendar__scroll::-webkit-scrollbar-track {
  background: var(--calendar-scrollbar-track);
  box-shadow: inset 0 0 4px var(--calendar-scrollbar-track);
}
.q-calendar .q-calendar__scroll::-webkit-scrollbar-corner {
  background: var(--calendar-scrollbar-track);
}
.q-calendar .q-calendar__scroll::-webkit-scrollbar-thumb {
  background: var(--calendar-scrollbar-thumb);
  border-radius: 5px;
}
.q-calendar .q-calendar__scroll::-webkit-scrollbar-thumb:hover {
  background: var(--calendar-scrollbar-thumb-hover);
}

.q-dark div.q-calendar,
.body--dark div.q-calendar,
.q-calendar--dark.q-calendar {
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
}
.q-dark div.q-calendar__bordered,
.body--dark div.q-calendar__bordered,
.q-calendar--dark.q-calendar__bordered {
  border: var(--calendar-border-dark);
}
.q-dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar,
.body--dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar,
.q-calendar--dark.q-calendar .q-calendar__scroll::-webkit-scrollbar {
  width: var(--calendar-scrollbar-width-height);
  height: var(--calendar-scrollbar-width-height);
}
.q-dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar-track,
.body--dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar-track,
.q-calendar--dark.q-calendar .q-calendar__scroll::-webkit-scrollbar-track {
  background: var(--calendar-scrollbar-track-dark);
  box-shadow: inset 0 0 4px var(--calendar-scrollbar-track-dark);
}
.q-dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar-corner,
.body--dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar-corner,
.q-calendar--dark.q-calendar .q-calendar__scroll::-webkit-scrollbar-corner {
  background: var(--calendar-scrollbar-track-dark);
}
.q-dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar-thumb,
.body--dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar-thumb,
.q-calendar--dark.q-calendar .q-calendar__scroll::-webkit-scrollbar-thumb {
  background: var(--calendar-scrollbar-thumb-dark);
  border-radius: 5px;
}
.q-dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar-thumb:hover,
.body--dark div.q-calendar .q-calendar__scroll::-webkit-scrollbar-thumb:hover,
.q-calendar--dark.q-calendar .q-calendar__scroll::-webkit-scrollbar-thumb:hover {
  background: var(--calendar-scrollbar-thumb-hover-dark);
}

.q-calendar-agenda {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
}
.q-calendar-agenda__head {
  position: relative;
  flex: none;
  display: flex;
  flex-direction: row;
}
.q-calendar-agenda__head--intervals {
  flex: none;
  display: flex;
  vertical-align: bottom;
}
.q-calendar-agenda__head--days__column {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  -webkit-user-select: none;
          user-select: none;
}
.q-calendar-agenda__head--days__weekdays {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-user-select: none;
          user-select: none;
  font-size: 1rem;
}
.q-calendar-agenda__head--days__event {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
}
.q-calendar-agenda__head--days__events {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  bottom: 0;
  left: 0;
  right: 0;
}
.q-calendar-agenda__head--day {
  position: relative;
  flex: 1 1 100%;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 0;
  outline: 0;
}
.q-calendar-agenda__head--day__event {
  position: relative;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  overflow: hidden;
}
.q-calendar-agenda__head--weekday, .q-calendar-agenda__head--date, .q-calendar-agenda__column-header--before, .q-calendar-agenda__column-header--after {
  display: flex;
  flex-wrap: nowrap;
  -webkit-user-select: none;
          user-select: none;
  font-size: 1rem;
}
.q-calendar-agenda__head--weekday, .q-calendar-agenda__head--date {
  margin: 2px;
  flex: 1 0 0;
}
.q-calendar-agenda__head--day__label {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.q-calendar-agenda__body {
  flex: 1 1 60%;
  overflow: hidden;
  display: flex;
  position: relative;
}
.q-calendar-agenda__scroll-area {
  overflow: auto;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
}
.q-calendar-agenda__pane {
  width: 100%;
  overflow: hidden;
  flex: none;
  display: flex;
  align-items: flex-start;
}
.q-calendar-agenda__day-container {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}
.q-calendar-agenda__intervals-column {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  -webkit-user-select: none;
          user-select: none;
}
.q-calendar-agenda__interval {
  text-align: left;
  outline: 0;
}
.q-calendar-agenda__interval--section {
  position: relative;
  text-align: left;
  outline: 0;
}
.q-calendar-agenda__interval--text {
  display: block;
  position: relative;
  top: -6px;
  font-size: 10px;
  width: 100%;
  text-align: center;
}
.q-calendar-agenda__day {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 0;
}
.q-calendar-agenda__day-interval {
  position: relative;
  outline: 0;
}
.q-calendar-agenda__day-interval--section {
  position: relative;
  outline: 0;
}

.q-calendar-agenda__intervals-column.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  z-index: 1;
}

.q-calendar-agenda__head.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  top: 0;
  z-index: 2;
}

.q-calendar-agenda__head--intervals.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  top: 0;
  z-index: 3;
}

.q-calendar-agenda__head {
  border-bottom: var(--calendar-border);
  color: var(--calendar-color);
  background: var(--calendar-background);
}
.q-calendar-agenda__interval {
  border-bottom: var(--calendar-background) 1px solid;
  color: var(--calendar-color);
  background: var(--calendar-background);
}
.q-calendar-agenda__head--intervals {
  border-right: var(--calendar-border);
  min-width: var(--calendar-intervals-width);
  max-width: var(--calendar-intervals-width);
  color: var(--calendar-color);
  background: var(--calendar-background);
}
.q-calendar-agenda__head--day {
  font-weight: var(--calendar-head-font-weight);
  border-right: var(--calendar-border);
}
.q-calendar-agenda__head--day:last-child {
  border-right: none;
}
.q-calendar-agenda__head--day.q-active-date .q-calendar__button {
  color: var(--calendar-active-date-color);
  background: var(--calendar-active-date-background);
}
.q-calendar-agenda__head--day.q-current-day .q-calendar__button {
  border: var(--calendar-border-current);
}
.q-calendar-agenda__head--day.q-disabled-day {
  color: var(--calendar-disabled-date-color);
  background: var(--calendar-disabled-date-background) !important;
}
.q-calendar-agenda__head--day__event {
  border-right: var(--calendar-border);
}
.q-calendar-agenda__head--day__event:last-child {
  border-right: none;
}
.q-calendar-agenda__column-header--before {
  border-bottom: var(--calendar-border);
}
.q-calendar-agenda__column-header--after {
  border-top: var(--calendar-border);
}
.q-calendar-agenda__intervals-column {
  border-right: var(--calendar-border);
  min-width: var(--calendar-intervals-width);
  max-width: var(--calendar-intervals-width);
}
.q-calendar-agenda__day {
  border-right: var(--calendar-border);
}
.q-calendar-agenda__day:last-child {
  border-right: none !important;
}
.q-calendar-agenda__day.q-disabled-day {
  color: var(--calendar-disabled-date-color);
  background: var(--calendar-disabled-date-background) !important;
}
.q-calendar-agenda__day-interval {
  width: 100%;
  border-top: var(--calendar-border);
}
.q-calendar-agenda__day-interval.q-selected {
  color: var(--calendar-selected-color);
  background: var(--calendar-selected-background);
}
.q-calendar-agenda__day-interval.q-range-first, .q-calendar-agenda__day-interval.q-range-last, .q-calendar-agenda__day-interval.q-range {
  color: var(--calendar-range-color);
  background: var(--calendar-range-background);
}
.q-calendar-agenda__day-interval--section {
  border-top: var(--calendar-border-section);
}
.q-calendar-agenda__day-interval--section.q-selected {
  color: var(--calendar-selected-color);
  background: var(--calendar-selected-background);
}
.q-calendar-agenda__day-interval--section.q-range-first, .q-calendar-agenda__day-interval--section.q-range-last, .q-calendar-agenda__day-interval--section.q-range {
  color: var(--calendar-range-color);
  background: var(--calendar-range-background);
}
.q-calendar-agenda__day-interval:first-child {
  border-top: none !important;
}
.q-calendar-agenda__day-interval:last-child {
  border-bottom: none !important;
}

.q-dark div .q-calendar-agenda__head,
.body--dark div .q-calendar-agenda__head,
.q-calendar--dark .q-calendar-agenda__head {
  border-bottom: var(--calendar-border-dark);
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
}
.q-dark div .q-calendar-agenda__interval,
.body--dark div .q-calendar-agenda__interval,
.q-calendar--dark .q-calendar-agenda__interval {
  border-bottom: var(--calendar-background-dark) 1px solid;
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
}
.q-dark div .q-calendar-agenda__head--intervals,
.body--dark div .q-calendar-agenda__head--intervals,
.q-calendar--dark .q-calendar-agenda__head--intervals {
  border-right: var(--calendar-border-dark);
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
}
.q-dark div .q-calendar-agenda__head--day,
.body--dark div .q-calendar-agenda__head--day,
.q-calendar--dark .q-calendar-agenda__head--day {
  border-right: var(--calendar-border-dark);
  font-weight: var(--calendar-head-font-weight);
}
.q-dark div .q-calendar-agenda__head--day:last-child,
.body--dark div .q-calendar-agenda__head--day:last-child,
.q-calendar--dark .q-calendar-agenda__head--day:last-child {
  border-right: none;
}
.q-dark div .q-calendar-agenda__head--day.q-active-date .q-calendar__button,
.body--dark div .q-calendar-agenda__head--day.q-active-date .q-calendar__button,
.q-calendar--dark .q-calendar-agenda__head--day.q-active-date .q-calendar__button {
  color: var(--calendar-active-date-color-dark);
  background: var(--calendar-active-date-background-dark);
}
.q-dark div .q-calendar-agenda__head--day.q-current-day .q-calendar__button,
.body--dark div .q-calendar-agenda__head--day.q-current-day .q-calendar__button,
.q-calendar--dark .q-calendar-agenda__head--day.q-current-day .q-calendar__button {
  border: var(--calendar-border-current-dark);
}
.q-dark div .q-calendar-agenda__head--day__event,
.body--dark div .q-calendar-agenda__head--day__event,
.q-calendar--dark .q-calendar-agenda__head--day__event {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-agenda__head--day.q-disabled-day,
.body--dark div .q-calendar-agenda__head--day.q-disabled-day,
.q-calendar--dark .q-calendar-agenda__head--day.q-disabled-day {
  color: var(--calendar-disabled-date-color-dark);
  background: var(--calendar-disabled-date-background-dark) !important;
}
.q-dark div .q-calendar-agenda__column-header--before,
.body--dark div .q-calendar-agenda__column-header--before,
.q-calendar--dark .q-calendar-agenda__column-header--before {
  border-bottom: var(--calendar-border-dark);
}
.q-dark div .q-calendar-agenda__column-header--after,
.body--dark div .q-calendar-agenda__column-header--after,
.q-calendar--dark .q-calendar-agenda__column-header--after {
  border-top: var(--calendar-border-dark);
}
.q-dark div .q-calendar-agenda__intervals-column,
.body--dark div .q-calendar-agenda__intervals-column,
.q-calendar--dark .q-calendar-agenda__intervals-column {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-agenda__day,
.body--dark div .q-calendar-agenda__day,
.q-calendar--dark .q-calendar-agenda__day {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-agenda__day:last-child,
.body--dark div .q-calendar-agenda__day:last-child,
.q-calendar--dark .q-calendar-agenda__day:last-child {
  border-right: none !important;
}
.q-dark div .q-calendar-agenda__day.q-disabled-day,
.body--dark div .q-calendar-agenda__day.q-disabled-day,
.q-calendar--dark .q-calendar-agenda__day.q-disabled-day {
  color: var(--calendar-disabled-date-color);
  background: var(--calendar-disabled-date-background) !important;
}
.q-dark div .q-calendar-agenda__day-interval,
.body--dark div .q-calendar-agenda__day-interval,
.q-calendar--dark .q-calendar-agenda__day-interval {
  border-top: var(--calendar-border-dark);
}
.q-dark div .q-calendar-agenda__day-interval.q-selected,
.body--dark div .q-calendar-agenda__day-interval.q-selected,
.q-calendar--dark .q-calendar-agenda__day-interval.q-selected {
  color: var(--calendar-selected-color-dark);
  background: var(--calendar-selected-background-dark);
}
.q-dark div .q-calendar-agenda__day-interval.q-range-first, .q-dark div .q-calendar-agenda__day-interval.q-range-last, .q-dark div .q-calendar-agenda__day-interval.q-range,
.body--dark div .q-calendar-agenda__day-interval.q-range-first,
.body--dark div .q-calendar-agenda__day-interval.q-range-last,
.body--dark div .q-calendar-agenda__day-interval.q-range,
.q-calendar--dark .q-calendar-agenda__day-interval.q-range-first,
.q-calendar--dark .q-calendar-agenda__day-interval.q-range-last,
.q-calendar--dark .q-calendar-agenda__day-interval.q-range {
  color: var(--calendar-range-color-dark);
  background: var(--calendar-range-background-dark);
}
.q-dark div .q-calendar-agenda__day-interval:first-child,
.body--dark div .q-calendar-agenda__day-interval:first-child,
.q-calendar--dark .q-calendar-agenda__day-interval:first-child {
  border-top: none !important;
}
.q-dark div .q-calendar-agenda__day-interval:last-child,
.body--dark div .q-calendar-agenda__day-interval:last-child,
.q-calendar--dark .q-calendar-agenda__day-interval:last-child {
  border-bottom: none !important;
}
.q-dark div .q-calendar-agenda__day-interval--section,
.body--dark div .q-calendar-agenda__day-interval--section,
.q-calendar--dark .q-calendar-agenda__day-interval--section {
  border-top: var(--calendar-border-section-dark);
}
.q-dark div .q-calendar-agenda__day-interval--section.q-selected,
.body--dark div .q-calendar-agenda__day-interval--section.q-selected,
.q-calendar--dark .q-calendar-agenda__day-interval--section.q-selected {
  color: var(--calendar-selected-color-dark);
  background: var(--calendar-selected-background-dark);
}
.q-dark div .q-calendar-agenda__day-interval--section.q-range-first, .q-dark div .q-calendar-agenda__day-interval--section.q-range-last, .q-dark div .q-calendar-agenda__day-interval--section.q-range,
.body--dark div .q-calendar-agenda__day-interval--section.q-range-first,
.body--dark div .q-calendar-agenda__day-interval--section.q-range-last,
.body--dark div .q-calendar-agenda__day-interval--section.q-range,
.q-calendar--dark .q-calendar-agenda__day-interval--section.q-range-first,
.q-calendar--dark .q-calendar-agenda__day-interval--section.q-range-last,
.q-calendar--dark .q-calendar-agenda__day-interval--section.q-range {
  color: var(--calendar-range-color-dark);
  background: var(--calendar-range-background-dark);
}

.q-calendar-day {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
}
.q-calendar-day__head {
  position: relative;
  flex: none;
  display: flex;
  flex-direction: row;
}
.q-calendar-day__head--intervals {
  flex: none;
  display: flex;
  vertical-align: bottom;
}
.q-calendar-day__head--days__column {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  -webkit-user-select: none;
          user-select: none;
}
.q-calendar-day__head--days__weekdays {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-user-select: none;
          user-select: none;
  font-size: 1rem;
}
.q-calendar-day__head--days__event {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
}
.q-calendar-day__head--days__events {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  bottom: 0;
  left: 0;
  right: 0;
}
.q-calendar-day__head--day {
  position: relative;
  flex: 1 1 100%;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 0;
  outline: 0;
}
.q-calendar-day__head--day__event {
  position: relative;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  overflow: hidden;
}
.q-calendar-day__head--weekday, .q-calendar-day__head--date, .q-calendar-day__column-header--before, .q-calendar-day__column-header--after {
  display: flex;
  flex-wrap: nowrap;
  -webkit-user-select: none;
          user-select: none;
  font-size: 1rem;
}
.q-calendar-day__head--weekday, .q-calendar-day__head--date {
  margin: 2px;
  flex: 1 0 0;
}
.q-calendar-day__head--day__label {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.q-calendar-day__body {
  flex: 1 1 60%;
  overflow: hidden;
  display: flex;
  position: relative;
}
.q-calendar-day__scroll-area {
  overflow: auto;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
}
.q-calendar-day__pane {
  width: 100%;
  overflow: hidden;
  flex: none;
  display: flex;
  align-items: flex-start;
}
.q-calendar-day__day-container {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.q-calendar-day__intervals-column {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  -webkit-user-select: none;
          user-select: none;
}
.q-calendar-day__interval {
  text-align: left;
  outline: 0;
}
.q-calendar-day__interval--section {
  position: relative;
  text-align: left;
  outline: 0;
}
.q-calendar-day__interval--text {
  display: block;
  position: relative;
  top: -6px;
  font-size: 10px;
  width: 100%;
  text-align: center;
}
.q-calendar-day__day {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 0;
}
.q-calendar-day__day-interval {
  position: relative;
  outline: 0;
}
.q-calendar-day__day-interval--section {
  position: relative;
  outline: 0;
}

.q-calendar-day__intervals-column.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  z-index: 1;
}

.q-calendar-day__head.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  top: 0;
  z-index: 2;
}

.q-calendar-day__head--intervals.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  top: 0;
  z-index: 3;
}

.q-calendar-day__head {
  border-bottom: var(--calendar-border);
  color: var(--calendar-color);
  background: var(--calendar-background);
}
.q-calendar-day__interval, .q-calendar-day__interval--section {
  border-bottom: var(--calendar-background) 1px solid;
  color: var(--calendar-color);
  background: var(--calendar-background);
}
.q-calendar-day__head--intervals {
  border-right: var(--calendar-border);
  min-width: var(--calendar-intervals-width);
  max-width: var(--calendar-intervals-width);
  color: var(--calendar-color);
  background: var(--calendar-background);
}
.q-calendar-day__head--day {
  font-weight: var(--calendar-head-font-weight);
  border-right: var(--calendar-border);
}
.q-calendar-day__head--day:last-child {
  border-right: none;
}
.q-calendar-day__head--day.q-active-date .q-calendar__button {
  color: var(--calendar-active-date-color);
  background: var(--calendar-active-date-background);
}
.q-calendar-day__head--day.q-current-day .q-calendar__button {
  border: var(--calendar-border-current);
}
.q-calendar-day__head--day.q-disabled-day {
  color: var(--calendar-disabled-date-color);
  background: var(--calendar-disabled-date-background) !important;
}
.q-calendar-day__head--day__event {
  border-right: var(--calendar-border);
}
.q-calendar-day__head--day__event:last-child {
  border-right: none;
}
.q-calendar-day__column-header--before {
  border-bottom: var(--calendar-border);
}
.q-calendar-day__column-header--after {
  border-top: var(--calendar-border);
}
.q-calendar-day__intervals-column {
  border-right: var(--calendar-border);
  min-width: var(--calendar-intervals-width);
  max-width: var(--calendar-intervals-width);
}
.q-calendar-day__day {
  border-right: var(--calendar-border);
}
.q-calendar-day__day:last-child {
  border-right: none !important;
}
.q-calendar-day__day.q-disabled-day {
  color: var(--calendar-disabled-date-color);
  background: var(--calendar-disabled-date-background) !important;
}
.q-calendar-day__day-interval {
  width: 100%;
  border-top: var(--calendar-border);
}
.q-calendar-day__day-interval.q-selected {
  color: var(--calendar-selected-color);
  background: var(--calendar-selected-background);
}
.q-calendar-day__day-interval.q-range-first, .q-calendar-day__day-interval.q-range-last, .q-calendar-day__day-interval.q-range {
  color: var(--calendar-range-color);
  background: var(--calendar-range-background);
}
.q-calendar-day__day-interval--section {
  border-top: var(--calendar-border-section);
}
.q-calendar-day__day-interval--section.q-selected {
  color: var(--calendar-selected-color);
  background: var(--calendar-selected-background);
}
.q-calendar-day__day-interval--section.q-range-first, .q-calendar-day__day-interval--section.q-range-last, .q-calendar-day__day-interval--section.q-range {
  color: var(--calendar-range-color);
  background: var(--calendar-range-background);
}
.q-calendar-day__day-interval:first-child {
  border-top: none !important;
}
.q-calendar-day__day-interval:last-child {
  border-bottom: none !important;
}

.q-dark div .q-calendar-day__head,
.body--dark div .q-calendar-day__head,
.q-calendar--dark .q-calendar-day__head {
  border-bottom: var(--calendar-border-dark);
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
}
.q-dark div .q-calendar-day__interval, .q-dark div .q-calendar-day__interval--section,
.body--dark div .q-calendar-day__interval,
.body--dark div .q-calendar-day__interval--section,
.q-calendar--dark .q-calendar-day__interval,
.q-calendar--dark .q-calendar-day__interval--section {
  border-bottom: var(--calendar-background-dark) 1px solid;
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
}
.q-dark div .q-calendar-day__head--intervals,
.body--dark div .q-calendar-day__head--intervals,
.q-calendar--dark .q-calendar-day__head--intervals {
  border-right: var(--calendar-border-dark);
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
}
.q-dark div .q-calendar-day__head--day,
.body--dark div .q-calendar-day__head--day,
.q-calendar--dark .q-calendar-day__head--day {
  border-right: var(--calendar-border-dark);
  font-weight: var(--calendar-head-font-weight);
}
.q-dark div .q-calendar-day__head--day:last-child,
.body--dark div .q-calendar-day__head--day:last-child,
.q-calendar--dark .q-calendar-day__head--day:last-child {
  border-right: none;
}
.q-dark div .q-calendar-day__head--day.q-active-date .q-calendar__button,
.body--dark div .q-calendar-day__head--day.q-active-date .q-calendar__button,
.q-calendar--dark .q-calendar-day__head--day.q-active-date .q-calendar__button {
  color: var(--calendar-active-date-color-dark);
  background: var(--calendar-active-date-background-dark);
}
.q-dark div .q-calendar-day__head--day.q-current-day .q-calendar__button,
.body--dark div .q-calendar-day__head--day.q-current-day .q-calendar__button,
.q-calendar--dark .q-calendar-day__head--day.q-current-day .q-calendar__button {
  border: var(--calendar-border-current-dark);
}
.q-dark div .q-calendar-day__head--day__event,
.body--dark div .q-calendar-day__head--day__event,
.q-calendar--dark .q-calendar-day__head--day__event {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-day__head--day.q-disabled-day,
.body--dark div .q-calendar-day__head--day.q-disabled-day,
.q-calendar--dark .q-calendar-day__head--day.q-disabled-day {
  color: var(--calendar-disabled-date-color-dark);
  background: var(--calendar-disabled-date-background-dark) !important;
}
.q-dark div .q-calendar-day__column-header--before,
.body--dark div .q-calendar-day__column-header--before,
.q-calendar--dark .q-calendar-day__column-header--before {
  border-bottom: var(--calendar-border-dark);
}
.q-dark div .q-calendar-day__column-header--after,
.body--dark div .q-calendar-day__column-header--after,
.q-calendar--dark .q-calendar-day__column-header--after {
  border-top: var(--calendar-border-dark);
}
.q-dark div .q-calendar-day__intervals-column,
.body--dark div .q-calendar-day__intervals-column,
.q-calendar--dark .q-calendar-day__intervals-column {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-day__day,
.body--dark div .q-calendar-day__day,
.q-calendar--dark .q-calendar-day__day {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-day__day:last-child,
.body--dark div .q-calendar-day__day:last-child,
.q-calendar--dark .q-calendar-day__day:last-child {
  border-right: none !important;
}
.q-dark div .q-calendar-day__day.q-disabled-day,
.body--dark div .q-calendar-day__day.q-disabled-day,
.q-calendar--dark .q-calendar-day__day.q-disabled-day {
  color: var(--calendar-disabled-date-color);
  background: var(--calendar-disabled-date-background) !important;
}
.q-dark div .q-calendar-day__day-interval,
.body--dark div .q-calendar-day__day-interval,
.q-calendar--dark .q-calendar-day__day-interval {
  border-top: var(--calendar-border-dark);
}
.q-dark div .q-calendar-day__day-interval.q-selected,
.body--dark div .q-calendar-day__day-interval.q-selected,
.q-calendar--dark .q-calendar-day__day-interval.q-selected {
  color: var(--calendar-selected-color-dark);
  background: var(--calendar-selected-background-dark);
}
.q-dark div .q-calendar-day__day-interval.q-range-first, .q-dark div .q-calendar-day__day-interval.q-range-last, .q-dark div .q-calendar-day__day-interval.q-range,
.body--dark div .q-calendar-day__day-interval.q-range-first,
.body--dark div .q-calendar-day__day-interval.q-range-last,
.body--dark div .q-calendar-day__day-interval.q-range,
.q-calendar--dark .q-calendar-day__day-interval.q-range-first,
.q-calendar--dark .q-calendar-day__day-interval.q-range-last,
.q-calendar--dark .q-calendar-day__day-interval.q-range {
  color: var(--calendar-range-color-dark);
  background: var(--calendar-range-background-dark);
}
.q-dark div .q-calendar-day__day-interval:first-child,
.body--dark div .q-calendar-day__day-interval:first-child,
.q-calendar--dark .q-calendar-day__day-interval:first-child {
  border-top: none !important;
}
.q-dark div .q-calendar-day__day-interval:last-child,
.body--dark div .q-calendar-day__day-interval:last-child,
.q-calendar--dark .q-calendar-day__day-interval:last-child {
  border-bottom: none !important;
}
.q-dark div .q-calendar-day__day-interval--section,
.body--dark div .q-calendar-day__day-interval--section,
.q-calendar--dark .q-calendar-day__day-interval--section {
  border-top: var(--calendar-border-section-dark);
}
.q-dark div .q-calendar-day__day-interval--section.q-selected,
.body--dark div .q-calendar-day__day-interval--section.q-selected,
.q-calendar--dark .q-calendar-day__day-interval--section.q-selected {
  color: var(--calendar-selected-color-dark);
  background: var(--calendar-selected-background-dark);
}
.q-dark div .q-calendar-day__day-interval--section.q-range-first, .q-dark div .q-calendar-day__day-interval--section.q-range-last, .q-dark div .q-calendar-day__day-interval--section.q-range,
.body--dark div .q-calendar-day__day-interval--section.q-range-first,
.body--dark div .q-calendar-day__day-interval--section.q-range-last,
.body--dark div .q-calendar-day__day-interval--section.q-range,
.q-calendar--dark .q-calendar-day__day-interval--section.q-range-first,
.q-calendar--dark .q-calendar-day__day-interval--section.q-range-last,
.q-calendar--dark .q-calendar-day__day-interval--section.q-range {
  color: var(--calendar-range-color-dark);
  background: var(--calendar-range-background-dark);
}

.q-calendar-task {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
}
.q-calendar-task__head {
  position: relative;
  display: flex;
  flex: none;
  flex-direction: column;
}
.q-calendar-task__head--tasks {
  position: relative;
  display: flex;
}
.q-calendar-task__head--days {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-user-select: none;
          user-select: none;
  font-size: 1rem;
}
.q-calendar-task__head--day {
  position: relative;
  flex: 1 1 100%;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 0;
  outline: 0;
}
.q-calendar-task__title {
  position: relative;
  display: flex;
  flex: none;
  flex-direction: row;
}
.q-calendar-task__title--task {
  position: relative;
  display: flex;
}
.q-calendar-task__title--days {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-user-select: none;
          user-select: none;
  font-size: 1rem;
}
.q-calendar-task__title--day {
  position: relative;
  flex: 1 1 100%;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 0;
  outline: 0;
}
.q-calendar-task__head--weekday, .q-calendar-task__head--date {
  display: flex;
  flex-wrap: nowrap;
  -webkit-user-select: none;
          user-select: none;
  margin: 2px;
  flex: 1 0 0;
}
.q-calendar-task__container {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.q-calendar-task__body {
  position: relative;
  display: flex;
  flex: 1 1 60%;
  overflow: hidden;
}
.q-calendar-task__scroll-area {
  overflow: auto;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
}
.q-calendar-task__task {
  position: relative;
  display: flex;
  flex: none;
  flex-direction: row;
  width: 100%;
}
.q-calendar-task__task--section {
  position: relative;
  display: flex;
  flex: none;
  flex-direction: row;
  width: 100%;
}
.q-calendar-task__task--container {
  position: relative;
  min-height: 22px;
}
.q-calendar-task__task--item {
  position: relative;
  display: flex;
  flex: none;
  flex-direction: row;
}
.q-calendar-task__task--days-row {
  position: relative;
  display: flex;
  flex: none;
}
.q-calendar-task__task--day {
  display: flex;
  justify-content: center;
  align-items: center;
}
.q-calendar-task__footer {
  position: relative;
  display: flex;
  flex: none;
  flex-direction: column;
}
.q-calendar-task__footer--wrapper {
  position: relative;
  display: flex;
  flex: none;
  flex-direction: row;
}
.q-calendar-task__footer--task, .q-calendar-task__footer--day-wrapper {
  position: relative;
  display: flex;
  flex: none;
  flex-direction: row;
}

.q-calendar-task__head.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  top: 0;
  z-index: 2;
}

.q-calendar-task__head--tasks.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  top: 0;
  z-index: 2;
}

.q-calendar-task__title--task.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  top: 0;
  z-index: 2;
}

.q-calendar-task__task--container.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  z-index: 1;
}

.q-calendar-task__task--item.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  z-index: 1;
}

.q-calendar-task__footer.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  bottom: 0;
  z-index: 1;
}

.q-calendar-task__footer--task.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  bottom: 0;
  z-index: 2;
}

.q-calendar-task__footer--day.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  z-index: 2;
}

.q-calendar-task__head {
  color: var(--calendar-color);
  background: var(--calendar-background);
  border-bottom: var(--calendar-border);
  font-weight: var(--calendar-head-font-weight);
}
.q-calendar-task__head--tasks {
  color: var(--calendar-color);
  background: var(--calendar-background);
  border-right: var(--calendar-border);
}
.q-calendar-task__head--day {
  border-right: var(--calendar-border);
}
.q-calendar-task__head--day:last-child {
  border-right: none;
}
.q-calendar-task__head--day.q-active-date .q-calendar__button {
  color: var(--calendar-active-date-color);
  background: var(--calendar-active-date-background);
}
.q-calendar-task__head--day.q-current-day .q-calendar__button {
  border: var(--calendar-border-current);
}
.q-calendar-task__head--day.q-disabled-day {
  color: var(--calendar-disabled-date-color);
  background: var(--calendar-disabled-date-background) !important;
}
.q-calendar-task__title {
  color: var(--calendar-color);
  background: var(--calendar-background);
  border-top: var(--calendar-border);
}
.q-calendar-task__title--task {
  color: var(--calendar-color);
  background: var(--calendar-background);
  border-right: var(--calendar-border);
}
.q-calendar-task__title--day {
  border-right: var(--calendar-border);
}
.q-calendar-task__title--day:last-child {
  border-right: none;
}
.q-calendar-task__title--day.q-disabled-day {
  color: var(--calendar-disabled-date-color);
  background: var(--calendar-disabled-date-background) !important;
}
.q-calendar-task__task {
  border-bottom: var(--calendar-border);
}
.q-calendar-task__task:last-child {
  border-bottom: none !important;
}
.q-calendar-task__task--section {
  border-bottom: var(--calendar-border-section);
}
.q-calendar-task__task--item {
  background: var(--calendar-background);
  border-right: var(--calendar-border);
}
.q-calendar-task__task--day {
  border-right: var(--calendar-border);
}
.q-calendar-task__task--day:last-child {
  border-right: none;
}
.q-calendar-task__footer {
  font-weight: var(--calendar-head-font-weight);
}
.q-calendar-task__footer--wrapper {
  border-top: var(--calendar-border);
}
.q-calendar-task__footer--task {
  background: var(--calendar-background);
  border-right: var(--calendar-border);
}
.q-calendar-task__footer--day {
  background: var(--calendar-background);
  border-right: var(--calendar-border);
}
.q-calendar-task__footer--day:last-child {
  border-right: none;
}

.q-dark div .q-calendar-task__head,
.body--dark div .q-calendar-task__head,
.q-calendar--dark .q-calendar-task__head {
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
  border-bottom: var(--calendar-border-dark);
}
.q-dark div .q-calendar-task__head--tasks,
.body--dark div .q-calendar-task__head--tasks,
.q-calendar--dark .q-calendar-task__head--tasks {
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-task__head--day,
.body--dark div .q-calendar-task__head--day,
.q-calendar--dark .q-calendar-task__head--day {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-task__head--day.q-active-date .q-calendar__button,
.body--dark div .q-calendar-task__head--day.q-active-date .q-calendar__button,
.q-calendar--dark .q-calendar-task__head--day.q-active-date .q-calendar__button {
  color: var(--calendar-active-date-color-dark);
  background: var(--calendar-active-date-background-dark);
}
.q-dark div .q-calendar-task__head--day.q-current-day .q-calendar__button,
.body--dark div .q-calendar-task__head--day.q-current-day .q-calendar__button,
.q-calendar--dark .q-calendar-task__head--day.q-current-day .q-calendar__button {
  border: var(--calendar-border-current-dark);
}
.q-dark div .q-calendar-task__head--day.q-disabled-day,
.body--dark div .q-calendar-task__head--day.q-disabled-day,
.q-calendar--dark .q-calendar-task__head--day.q-disabled-day {
  color: var(--calendar-disabled-date-color-dark);
  background: var(--calendar-disabled-date-background-dark) !important;
}
.q-dark div .q-calendar-task__title,
.body--dark div .q-calendar-task__title,
.q-calendar--dark .q-calendar-task__title {
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
  border-top: var(--calendar-border-dark);
}
.q-dark div .q-calendar-task__title--task,
.body--dark div .q-calendar-task__title--task,
.q-calendar--dark .q-calendar-task__title--task {
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-task__title--day,
.body--dark div .q-calendar-task__title--day,
.q-calendar--dark .q-calendar-task__title--day {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-task__title.q-disabled-day,
.body--dark div .q-calendar-task__title.q-disabled-day,
.q-calendar--dark .q-calendar-task__title.q-disabled-day {
  color: var(--calendar-disabled-date-color-dark);
  background: var(--calendar-disabled-date-background-dark) !important;
}
.q-dark div .q-calendar-task__task,
.body--dark div .q-calendar-task__task,
.q-calendar--dark .q-calendar-task__task {
  border-bottom: var(--calendar-border-dark);
}
.q-dark div .q-calendar-task__task--section,
.body--dark div .q-calendar-task__task--section,
.q-calendar--dark .q-calendar-task__task--section {
  border-bottom: var(--calendar-border-section-dark);
}
.q-dark div .q-calendar-task__task--item,
.body--dark div .q-calendar-task__task--item,
.q-calendar--dark .q-calendar-task__task--item {
  background: var(--calendar-background-dark);
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-task__task--day,
.body--dark div .q-calendar-task__task--day,
.q-calendar--dark .q-calendar-task__task--day {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-task__footer--wrapper,
.body--dark div .q-calendar-task__footer--wrapper,
.q-calendar--dark .q-calendar-task__footer--wrapper {
  border-top: var(--calendar-border-dark);
}
.q-dark div .q-calendar-task__footer--task,
.body--dark div .q-calendar-task__footer--task,
.q-calendar--dark .q-calendar-task__footer--task {
  background: var(--calendar-background-dark);
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-task__footer--day,
.body--dark div .q-calendar-task__footer--day,
.q-calendar--dark .q-calendar-task__footer--day {
  background: var(--calendar-background-dark);
  border-right: var(--calendar-border-dark);
}

.q-calendar-month {
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.q-calendar-month__head {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
}
.q-calendar-month__head--wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
.q-calendar-month__head--workweek {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  -webkit-user-select: none;
          user-select: none;
  padding: 0;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
.q-calendar-month__head--weekdays {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-user-select: none;
          user-select: none;
  font-size: 1rem;
}
.q-calendar-month__head--events {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-direction: row;
  flex-wrap: nowrap;
}
.q-calendar-month__head--weekday {
  position: relative;
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  overflow: hidden;
  -webkit-user-select: none;
          user-select: none;
  outline: 0;
}
.q-calendar-month__body {
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
}
.q-calendar-month__week {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex: 10000 1 0%;
}
.q-calendar-month__week--wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  min-width: 100%;
  transition: height 0.3s;
}
.q-calendar-month__week--auto-height {
  flex: 1 1 auto;
}
.q-calendar-month__week--days {
  position: relative;
  height: auto;
  display: flex;
  flex: 1 0 auto;
  flex-wrap: nowrap;
  padding: 0;
}
.q-calendar-month__week--events {
  position: absolute;
  margin-top: 28px;
  width: 100%;
  overflow: hidden;
}
.q-calendar-month__workweek {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  -webkit-user-select: none;
          user-select: none;
  padding: 0;
  align-items: center;
}
.q-calendar-month__day {
  position: relative;
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  -webkit-user-select: none;
          user-select: none;
  outline: 0;
}
.q-calendar-month__day--content {
  position: relative;
  width: 100%;
  height: auto;
  flex: 1 0 auto;
  flex-direction: column;
  min-width: 100%;
}
.q-calendar-month__day--label {
  text-decoration: none;
  -webkit-user-select: none;
          user-select: none;
}
.q-calendar-month__day--label__wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-width: 100%;
  min-height: 22px;
}
.q-calendar-month__day--month {
  text-decoration: none;
  -webkit-user-select: none;
          user-select: none;
  padding: 1px;
  font-size: 0.75em;
  line-height: 22px;
  transition: font-size 0.3s;
}
.q-calendar-month__day--day-of-year {
  text-decoration: none;
  -webkit-user-select: none;
          user-select: none;
  box-shadow: none;
  font-size: 0.6rem;
  padding: 1px;
}

.q-calendar-month__head {
  border-bottom: var(--calendar-border);
  color: var(--calendar-color);
  background: var(--calendar-background);
}
.q-calendar-month__head--workweek {
  font-size: var(--calendar-work-week-font-size);
  border-right: var(--calendar-border);
  max-width: var(--calendar-work-week-width);
  min-width: var(--calendar-work-week-width);
}
.q-calendar-month__head--weekday {
  border-right: var(--calendar-border);
  font-weight: var(--calendar-head-font-weight);
}
.q-calendar-month__head--weekday:last-child {
  border-right: none !important;
}
.q-calendar-month__head--event {
  border-right: var(--calendar-border);
  font-weight: var(--calendar-head-font-weight);
}
.q-calendar-month__head--event:last-child {
  border-right: none !important;
}
.q-calendar-month__head--event.q-disabled-day {
  color: var(--calendar-disabled-date-color);
  background: var(--calendar-disabled-date-background) !important;
}
.q-calendar-month__workweek {
  font-size: var(--calendar-work-week-font-size);
  border-right: var(--calendar-border);
  max-width: var(--calendar-work-week-width);
  min-width: var(--calendar-work-week-width);
}
.q-calendar-month__workweek.q-current-day {
  color: var(--calendar-current-color);
}
.q-calendar-month__week--wrapper {
  border-bottom: var(--calendar-border);
}
.q-calendar-month__week--wrapper:last-child {
  border-bottom: none !important;
}
.q-calendar-month__day {
  border-right: var(--calendar-border);
}
.q-calendar-month__day:last-child {
  border-right: none !important;
}
.q-calendar-month__day.q-active-date .q-calendar__button {
  color: var(--calendar-active-date-color);
  background: var(--calendar-active-date-background);
}
.q-calendar-month__day.q-current-day .q-calendar__button {
  border: var(--calendar-border-current);
}
.q-calendar-month__day.q-disabled-day {
  color: var(--calendar-disabled-date-color);
  background: var(--calendar-disabled-date-background) !important;
}
.q-calendar-month__day.q-outside {
  color: var(--calendar-outside-color) !important;
  background: var(--calendar-outside-background);
}
.q-calendar-month__day.q-selected {
  color: var(--calendar-selected-color);
  background: var(--calendar-selected-background);
}
.q-calendar-month__day.q-selected .q-current-day .q-calendar__button {
  border: var(--calendar-border-current-dark) !important;
}
.q-calendar-month__day.q-range-first, .q-calendar-month__day.q-range-last, .q-calendar-month__day.q-range {
  color: var(--calendar-range-color);
  background: var(--calendar-range-background);
}
.q-calendar-month__day.q-range-first .q-current-day .q-calendar__button, .q-calendar-month__day.q-range-last .q-current-day .q-calendar__button, .q-calendar-month__day.q-range .q-current-day .q-calendar__button {
  border: var(--calendar-border-current-dark) !important;
}

.q-dark div .q-calendar-month__head,
.body--dark div .q-calendar-month__head,
.q-calendar--dark .q-calendar-month__head {
  border-bottom: var(--calendar-border-dark);
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
}
.q-dark div .q-calendar-month__head--workweek,
.body--dark div .q-calendar-month__head--workweek,
.q-calendar--dark .q-calendar-month__head--workweek {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-month__head--weekday,
.body--dark div .q-calendar-month__head--weekday,
.q-calendar--dark .q-calendar-month__head--weekday {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-month__head--weekday:last-child,
.body--dark div .q-calendar-month__head--weekday:last-child,
.q-calendar--dark .q-calendar-month__head--weekday:last-child {
  border-right: none !important;
}
.q-dark div .q-calendar-month__head--weekday.q-disabled-day,
.body--dark div .q-calendar-month__head--weekday.q-disabled-day,
.q-calendar--dark .q-calendar-month__head--weekday.q-disabled-day {
  color: var(--calendar-disabled-date-color-dark);
  background: var(--calendar-disabled-date-background-dark) !important;
}
.q-dark div .q-calendar-month__workweek,
.body--dark div .q-calendar-month__workweek,
.q-calendar--dark .q-calendar-month__workweek {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-month__workweek.q-current-day,
.body--dark div .q-calendar-month__workweek.q-current-day,
.q-calendar--dark .q-calendar-month__workweek.q-current-day {
  color: var(--calendar-current-color-dark);
}
.q-dark div .q-calendar-month__week--wrapper,
.body--dark div .q-calendar-month__week--wrapper,
.q-calendar--dark .q-calendar-month__week--wrapper {
  border-bottom: var(--calendar-border-dark);
}
.q-dark div .q-calendar-month__week--wrapper:last-child,
.body--dark div .q-calendar-month__week--wrapper:last-child,
.q-calendar--dark .q-calendar-month__week--wrapper:last-child {
  border-bottom: none !important;
}
.q-dark div .q-calendar-month__day,
.body--dark div .q-calendar-month__day,
.q-calendar--dark .q-calendar-month__day {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-month__day:last-child,
.body--dark div .q-calendar-month__day:last-child,
.q-calendar--dark .q-calendar-month__day:last-child {
  border-right: none !important;
}
.q-dark div .q-calendar-month__day.q-active-date .q-calendar__button,
.body--dark div .q-calendar-month__day.q-active-date .q-calendar__button,
.q-calendar--dark .q-calendar-month__day.q-active-date .q-calendar__button {
  color: var(--calendar-active-date-color-dark);
  background: var(--calendar-active-date-background-dark) !important;
}
.q-dark div .q-calendar-month__day.q-current-day .q-calendar__button,
.body--dark div .q-calendar-month__day.q-current-day .q-calendar__button,
.q-calendar--dark .q-calendar-month__day.q-current-day .q-calendar__button {
  border: var(--calendar-border-current-dark);
}
.q-dark div .q-calendar-month__day.q-current-day,
.body--dark div .q-calendar-month__day.q-current-day,
.q-calendar--dark .q-calendar-month__day.q-current-day {
  color: var(--calendar-current-color-dark) !important;
  background: var(--calendar-current-background-dark);
}
.q-dark div .q-calendar-month__day.q-current-day .q-calendar__button,
.body--dark div .q-calendar-month__day.q-current-day .q-calendar__button,
.q-calendar--dark .q-calendar-month__day.q-current-day .q-calendar__button {
  border: var(--calendar-border-current-dark) !important;
  background: var(--calendar-current-background-dark);
}
.q-dark div .q-calendar-month__day.q-disabled-day,
.body--dark div .q-calendar-month__day.q-disabled-day,
.q-calendar--dark .q-calendar-month__day.q-disabled-day {
  color: var(--calendar-disabled-date-color-dark);
  background: var(--calendar-disabled-date-background-dark) !important;
}
.q-dark div .q-calendar-month__day.q-outside,
.body--dark div .q-calendar-month__day.q-outside,
.q-calendar--dark .q-calendar-month__day.q-outside {
  color: var(--calendar-outside-color-dark) !important;
  background: var(--calendar-outside-background-dark);
}
.q-dark div .q-calendar-month__day.q-selected,
.body--dark div .q-calendar-month__day.q-selected,
.q-calendar--dark .q-calendar-month__day.q-selected {
  color: var(--calendar-selected-color-dark);
  background: var(--calendar-selected-background-dark);
}
.q-dark div .q-calendar-month__day.q-selected .q-current-day .q-calendar__button,
.body--dark div .q-calendar-month__day.q-selected .q-current-day .q-calendar__button,
.q-calendar--dark .q-calendar-month__day.q-selected .q-current-day .q-calendar__button {
  border: var(--calendar-border-current) !important;
}
.q-dark div .q-calendar-month__day.q-range-first, .q-dark div .q-calendar-month__day.q-range-last, .q-dark div .q-calendar-month__day.q-range,
.body--dark div .q-calendar-month__day.q-range-first,
.body--dark div .q-calendar-month__day.q-range-last,
.body--dark div .q-calendar-month__day.q-range,
.q-calendar--dark .q-calendar-month__day.q-range-first,
.q-calendar--dark .q-calendar-month__day.q-range-last,
.q-calendar--dark .q-calendar-month__day.q-range {
  color: var(--calendar-range-color-dark);
  background: var(--calendar-range-background-dark);
}
.q-dark div .q-calendar-month__day.q-range-first .q-current-day .q-calendar__button, .q-dark div .q-calendar-month__day.q-range-last .q-current-day .q-calendar__button, .q-dark div .q-calendar-month__day.q-range .q-current-day .q-calendar__button,
.body--dark div .q-calendar-month__day.q-range-first .q-current-day .q-calendar__button,
.body--dark div .q-calendar-month__day.q-range-last .q-current-day .q-calendar__button,
.body--dark div .q-calendar-month__day.q-range .q-current-day .q-calendar__button,
.q-calendar--dark .q-calendar-month__day.q-range-first .q-current-day .q-calendar__button,
.q-calendar--dark .q-calendar-month__day.q-range-last .q-current-day .q-calendar__button,
.q-calendar--dark .q-calendar-month__day.q-range .q-current-day .q-calendar__button {
  border: var(--calendar-border-current) !important;
}

.q-day-event:first-child {
  margin-top: 0em;
}

.q-calendar-resource {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
}
.q-calendar-resource__head--intervals {
  display: flex;
  flex-direction: row;
}
.q-calendar-resource__head {
  position: relative;
  flex: none;
  display: flex;
  flex-direction: row;
}
.q-calendar-resource__head--intervals {
  display: flex;
  flex-direction: row;
}
.q-calendar-resource__head--interval {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 10px;
  -webkit-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
}
.q-calendar-resource__body {
  position: relative;
  display: flex;
  flex: 1 1 60%;
  flex-direction: column;
  overflow: hidden;
}
.q-calendar-resource__scroll-area {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  overflow: auto;
}
.q-calendar-resource__day--container {
  position: relative;
  display: flex;
  flex: 1;
  flex-wrap: nowrap;
  flex-direction: column;
}
.q-calendar-resource__resource--head {
  display: flex;
  flex-direction: row;
  flex: 1;
  position: relative;
  font-size: 10px;
}
.q-calendar-resource__resources--body {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
}
.q-calendar-resource__resource--row {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
}
.q-calendar-resource__resource {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  vertical-align: middle;
  outline: 0;
}
.q-calendar-resource__resource--interval {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  vertical-align: middle;
  outline: 0;
}
.q-calendar-resource__resource--section {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  vertical-align: middle;
  outline: 0;
}
.q-calendar-resource__resource--text {
  display: flex;
  position: relative;
  font-size: 12px;
  align-items: center;
  flex-wrap: wrap;
  padding: 2px;
}
.q-calendar-resource__resource--intervals {
  display: flex;
  position: relative;
}

.q-calendar-resource__resource.q-calendar__sticky,
.q-calendar-resource__resource--section.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  z-index: 1;
}

.q-calendar-resource__head.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  top: 0;
  z-index: 2;
}

.q-calendar-resource__head--resources.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  top: 0;
  z-index: 10;
}

.q-calendar-resource__head {
  border-bottom: var(--calendar-border);
  color: var(--calendar-color);
  background: var(--calendar-background);
  font-weight: var(--calendar-head-font-weight);
}
.q-calendar-resource__head--resources {
  border-right: var(--calendar-border);
  border-bottom: var(--calendar-border);
  color: var(--calendar-color);
  background: var(--calendar-background);
  min-width: var(--calendar-resources-width);
  max-width: var(--calendar-resources-width);
}
.q-calendar-resource__head--resources:last-child {
  border-bottom: none;
}
.q-calendar-resource__head--interval {
  border-right: var(--calendar-border);
}
.q-calendar-resource__head--interval:last-child {
  border-right: none;
}
.q-calendar-resource__resource {
  border-right: var(--calendar-border);
  color: var(--calendar-color);
  background: var(--calendar-background);
  min-width: var(--calendar-resources-width);
  max-width: var(--calendar-resources-width);
}
.q-calendar-resource__resource:last-child {
  border-right: none;
}
.q-calendar-resource__resource--row {
  border-top: var(--calendar-border);
}
.q-calendar-resource__resource--row:first-child {
  border-top: none;
}
.q-calendar-resource__resource--section {
  border-right: var(--calendar-border);
  color: var(--calendar-color);
  background: var(--calendar-background);
  min-width: var(--calendar-resources-width);
  max-width: var(--calendar-resources-width);
}
.q-calendar-resource__resource--interval {
  border-right: var(--calendar-border);
}
.q-calendar-resource__resource--interval:last-child {
  border-right: none;
}
.q-calendar-resource .q-calendar__child--expanded > .q-calendar-resource__resource--row {
  border-top: var(--calendar-border) !important;
}

.q-dark div .q-calendar-resource__head,
.body--dark div .q-calendar-resource__head,
.q-calendar--dark .q-calendar-resource__head {
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
  border-bottom: var(--calendar-border-dark);
}
.q-dark div .q-calendar-resource__head--resources,
.body--dark div .q-calendar-resource__head--resources,
.q-calendar--dark .q-calendar-resource__head--resources {
  border-right: var(--calendar-border-dark);
  border-bottom: var(--calendar-border-dark);
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
}
.q-dark div .q-calendar-resource__head--interval,
.body--dark div .q-calendar-resource__head--interval,
.q-calendar--dark .q-calendar-resource__head--interval {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-resource__resource,
.body--dark div .q-calendar-resource__resource,
.q-calendar--dark .q-calendar-resource__resource {
  border-right: var(--calendar-border-dark);
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
}
.q-dark div .q-calendar-resource__resource--row,
.body--dark div .q-calendar-resource__resource--row,
.q-calendar--dark .q-calendar-resource__resource--row {
  border-top: var(--calendar-border-dark);
}
.q-dark div .q-calendar-resource__resource--section,
.body--dark div .q-calendar-resource__resource--section,
.q-calendar--dark .q-calendar-resource__resource--section {
  border-right: var(--calendar-border-dark);
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
}
.q-dark div .q-calendar-resource__resource--interval,
.body--dark div .q-calendar-resource__resource--interval,
.q-calendar--dark .q-calendar-resource__resource--interval {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-resource .q-calendar__child--expanded > .q-calendar-resource__resource--row,
.body--dark div .q-calendar-resource .q-calendar__child--expanded > .q-calendar-resource__resource--row,
.q-calendar--dark .q-calendar-resource .q-calendar__child--expanded > .q-calendar-resource__resource--row {
  border-top: var(--calendar-border-dark) !important;
}

.q-calendar-scheduler {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
}
.q-calendar-scheduler__head {
  position: relative;
  flex: none;
  display: flex;
  flex-direction: row;
}
.q-calendar-scheduler__head--resources {
  display: flex;
  flex-direction: row;
}
.q-calendar-scheduler__head--days__body {
  position: relative;
  display: flex;
  flex-direction: row;
  flex: 10000 1 0%;
  -webkit-user-select: none;
          user-select: none;
}
.q-calendar-scheduler__head--days__column {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  -webkit-user-select: none;
          user-select: none;
}
.q-calendar-scheduler__head--days__weekdays {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-user-select: none;
          user-select: none;
  font-size: 1rem;
}
.q-calendar-scheduler__head--days__event {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
}
.q-calendar-scheduler__head--days__events {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  bottom: 0;
  left: 0;
  right: 0;
}
.q-calendar-scheduler__head--day {
  position: relative;
  flex: 1 1 100%;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 0;
  outline: 0;
}
.q-calendar-scheduler__head--day__event {
  position: relative;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  overflow: hidden;
}
.q-calendar-scheduler__head--weekday, .q-calendar-scheduler__head--date, .q-calendar-scheduler__column-header--before, .q-calendar-scheduler__column-header--after {
  display: flex;
  flex-wrap: nowrap;
  -webkit-user-select: none;
          user-select: none;
  font-size: 1rem;
}
.q-calendar-scheduler__head--weekday, .q-calendar-scheduler__head--date {
  margin: 2px;
  flex: 1 0 0;
}
.q-calendar-scheduler__head--day__label {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.q-calendar-scheduler__body {
  flex: 1 1 60%;
  overflow: hidden;
  display: flex;
  position: relative;
}
.q-calendar-scheduler__scroll-area {
  overflow: auto;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
}
.q-calendar-scheduler__pane {
  width: 100%;
  overflow: hidden;
  flex: none;
  display: flex;
  align-items: flex-start;
}
.q-calendar-scheduler__day--container {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.q-calendar-scheduler__resources--column {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  -webkit-user-select: none;
          user-select: none;
}
.q-calendar-scheduler__resource {
  position: relative;
  display: flex;
  align-items: center;
  outline: 0;
}
.q-calendar-scheduler__resource--interval {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  vertical-align: middle;
  outline: 0;
}
.q-calendar-scheduler__resource--section {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  vertical-align: middle;
  outline: 0;
}
.q-calendar-scheduler__resource--text {
  position: relative;
  display: block;
  font-size: 12px;
  text-align: left;
  margin-left: 2px;
}
.q-calendar-scheduler__resource--row {
  position: relative;
  display: flex;
  flex: 1 0 100%;
}
.q-calendar-scheduler__resource--days {
  flex: 1 1 60%;
  overflow: hidden;
  display: flex;
  position: relative;
}
.q-calendar-scheduler__day {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  outline: 0;
}
.q-calendar-scheduler__day--section {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  outline: 0;
}
.q-calendar-scheduler__day--resource {
  position: relative;
  width: 100%;
  outline: 0;
  overflow: hidden;
}
.q-calendar-scheduler__day--resource__section {
  position: relative;
  width: 100%;
  outline: 0;
  overflow: hidden;
}

.q-calendar-scheduler__resource.q-calendar__sticky,
.q-calendar-scheduler__resource--section.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  z-index: 1;
}

.q-calendar-scheduler__head.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  top: 0;
  z-index: 2;
}

.q-calendar-scheduler__head--resources.q-calendar__sticky {
  position: sticky;
  left: 0 /* rtl:ignore */;
  top: 0;
  z-index: 3;
}

.q-calendar-scheduler__head {
  border-bottom: var(--calendar-border);
  color: var(--calendar-color);
  background: var(--calendar-background);
  font-weight: var(--calendar-head-font-weight);
}
.q-calendar-scheduler__head--resources {
  border-right: var(--calendar-border);
  color: var(--calendar-color);
  background: var(--calendar-background);
  min-width: var(--calendar-resources-width);
  max-width: var(--calendar-resources-width);
}
.q-calendar-scheduler__resource {
  border-right: var(--calendar-border);
  color: var(--calendar-color);
  background: var(--calendar-background);
  min-width: var(--calendar-resources-width);
  max-width: var(--calendar-resources-width);
}
.q-calendar-scheduler__resource--section {
  border-right: var(--calendar-border);
  color: var(--calendar-color);
  background: var(--calendar-background);
  min-width: var(--calendar-resources-width);
  max-width: var(--calendar-resources-width);
}
.q-calendar-scheduler__head--day {
  border-right: var(--calendar-border);
  font-weight: var(--calendar-head-font-weight);
}
.q-calendar-scheduler__head--day:last-child {
  border-right: none;
}
.q-calendar-scheduler__head--day.q-active-date .q-calendar__button {
  color: var(--calendar-active-date-color);
  background: var(--calendar-active-date-background);
}
.q-calendar-scheduler__head--day.q-current-day .q-calendar__button {
  border: var(--calendar-border-current);
}
.q-calendar-scheduler__head--day.q-disabled-day {
  color: var(--calendar-disabled-date-color);
  background: var(--calendar-disabled-date-background) !important;
}
.q-calendar-scheduler__head--day__event {
  border-right: var(--calendar-border);
}
.q-calendar-scheduler__head--day__event:last-child {
  border-right: none;
}
.q-calendar-scheduler__column-header--before {
  border-bottom: var(--calendar-border);
}
.q-calendar-scheduler__column-header--after {
  border-top: var(--calendar-border);
}
.q-calendar-scheduler__resources--column {
  border-right: var(--calendar-border);
  min-width: var(--calendar-resources-width);
  max-width: var(--calendar-resources-width);
}
.q-calendar-scheduler__resource--row {
  border-top: var(--calendar-border);
}
.q-calendar-scheduler__resource--row:first-child {
  border-top: none !important;
}
.q-calendar-scheduler__day, .q-calendar-scheduler__day--section {
  border-right: var(--calendar-border);
}
.q-calendar-scheduler__day:last-child, .q-calendar-scheduler__day--section:last-child {
  border-right: none;
}
.q-calendar-scheduler__day.q-disabled-day, .q-calendar-scheduler__day--section.q-disabled-day {
  color: var(--calendar-disabled-date-color);
  background: var(--calendar-disabled-date-background) !important;
}
.q-calendar-scheduler__day--resource {
  border-top: var(--calendar-border);
}
.q-calendar-scheduler__day--resource.q-selected {
  color: var(--calendar-selected-color);
  background: var(--calendar-selected-background);
}
.q-calendar-scheduler__day--resource.q-range-first, .q-calendar-scheduler__day--resource.q-range-last, .q-calendar-scheduler__day--resource.q-range {
  color: var(--calendar-range-color);
  background: var(--calendar-range-background);
}
.q-calendar-scheduler__day--resource__section {
  border-top: var(--calendar-border-section);
}
.q-calendar-scheduler__day--resource__section.q-selected {
  color: var(--calendar-selected-color);
  background: var(--calendar-selected-background);
}
.q-calendar-scheduler__day--resource__section.q-range-first, .q-calendar-scheduler__day--resource__section.q-range-last, .q-calendar-scheduler__day--resource__section.q-range {
  color: var(--calendar-range-color);
  background: var(--calendar-range-background);
}
.q-calendar-scheduler__day--resource:first-child {
  border-top: none !important;
}
.q-calendar-scheduler__day--resource:last-child {
  border-bottom: none !important;
}
.q-calendar-scheduler .q-calendar__child--expanded > .q-calendar-scheduler__resource--row {
  border-top: var(--calendar-border) !important;
}

.q-dark div .q-calendar-scheduler__head,
.body--dark div .q-calendar-scheduler__head,
.q-calendar--dark .q-calendar-scheduler__head {
  border-bottom: var(--calendar-border-dark);
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
}
.q-dark div .q-calendar-scheduler__resource,
.body--dark div .q-calendar-scheduler__resource,
.q-calendar--dark .q-calendar-scheduler__resource {
  border-right: var(--calendar-border-dark);
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
}
.q-dark div .q-calendar-scheduler__resource--section,
.body--dark div .q-calendar-scheduler__resource--section,
.q-calendar--dark .q-calendar-scheduler__resource--section {
  border-right: var(--calendar-border-dark);
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
}
.q-dark div .q-calendar-scheduler__head--resources,
.body--dark div .q-calendar-scheduler__head--resources,
.q-calendar--dark .q-calendar-scheduler__head--resources {
  border-right: var(--calendar-border-dark);
  color: var(--calendar-color-dark);
  background: var(--calendar-background-dark);
}
.q-dark div .q-calendar-scheduler__head--day,
.body--dark div .q-calendar-scheduler__head--day,
.q-calendar--dark .q-calendar-scheduler__head--day {
  border-right: var(--calendar-border-dark);
  font-weight: var(--calendar-head-font-weight);
}
.q-dark div .q-calendar-scheduler__head--day:last-child,
.body--dark div .q-calendar-scheduler__head--day:last-child,
.q-calendar--dark .q-calendar-scheduler__head--day:last-child {
  border-right: none;
}
.q-dark div .q-calendar-scheduler__head--day.q-active-date .q-calendar__button,
.body--dark div .q-calendar-scheduler__head--day.q-active-date .q-calendar__button,
.q-calendar--dark .q-calendar-scheduler__head--day.q-active-date .q-calendar__button {
  color: var(--calendar-active-date-color-dark);
  background: var(--calendar-active-date-background-dark);
}
.q-dark div .q-calendar-scheduler__head--day.q-current-day .q-calendar__button,
.body--dark div .q-calendar-scheduler__head--day.q-current-day .q-calendar__button,
.q-calendar--dark .q-calendar-scheduler__head--day.q-current-day .q-calendar__button {
  border: var(--calendar-border-current-dark);
}
.q-dark div .q-calendar-scheduler__head--day__event,
.body--dark div .q-calendar-scheduler__head--day__event,
.q-calendar--dark .q-calendar-scheduler__head--day__event {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-scheduler__head--day.q-disabled-day,
.body--dark div .q-calendar-scheduler__head--day.q-disabled-day,
.q-calendar--dark .q-calendar-scheduler__head--day.q-disabled-day {
  color: var(--calendar-disabled-date-color-dark);
  background: var(--calendar-disabled-date-background-dark) !important;
}
.q-dark div .q-calendar-scheduler__column-header--before,
.body--dark div .q-calendar-scheduler__column-header--before,
.q-calendar--dark .q-calendar-scheduler__column-header--before {
  border-bottom: var(--calendar-border-dark);
}
.q-dark div .q-calendar-scheduler__column-header--after,
.body--dark div .q-calendar-scheduler__column-header--after,
.q-calendar--dark .q-calendar-scheduler__column-header--after {
  border-top: var(--calendar-border-dark);
}
.q-dark div .q-calendar-scheduler__resources--column,
.body--dark div .q-calendar-scheduler__resources--column,
.q-calendar--dark .q-calendar-scheduler__resources--column {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-scheduler__resource--row,
.body--dark div .q-calendar-scheduler__resource--row,
.q-calendar--dark .q-calendar-scheduler__resource--row {
  border-top: var(--calendar-border-dark);
}
.q-dark div .q-calendar-scheduler__day, .q-dark div .q-calendar-scheduler__day--section,
.body--dark div .q-calendar-scheduler__day,
.body--dark div .q-calendar-scheduler__day--section,
.q-calendar--dark .q-calendar-scheduler__day,
.q-calendar--dark .q-calendar-scheduler__day--section {
  border-right: var(--calendar-border-dark);
}
.q-dark div .q-calendar-scheduler__day:last-child, .q-dark div .q-calendar-scheduler__day--section:last-child,
.body--dark div .q-calendar-scheduler__day:last-child,
.body--dark div .q-calendar-scheduler__day--section:last-child,
.q-calendar--dark .q-calendar-scheduler__day:last-child,
.q-calendar--dark .q-calendar-scheduler__day--section:last-child {
  border-right: none;
}
.q-dark div .q-calendar-scheduler__day.q-disabled-day, .q-dark div .q-calendar-scheduler__day--section.q-disabled-day,
.body--dark div .q-calendar-scheduler__day.q-disabled-day,
.body--dark div .q-calendar-scheduler__day--section.q-disabled-day,
.q-calendar--dark .q-calendar-scheduler__day.q-disabled-day,
.q-calendar--dark .q-calendar-scheduler__day--section.q-disabled-day {
  color: var(--calendar-disabled-date-color);
  background: var(--calendar-disabled-date-background) !important;
}
.q-dark div .q-calendar-scheduler__day--resource,
.body--dark div .q-calendar-scheduler__day--resource,
.q-calendar--dark .q-calendar-scheduler__day--resource {
  border-top: var(--calendar-border-dark);
}
.q-dark div .q-calendar-scheduler__day--resource.q-selected,
.body--dark div .q-calendar-scheduler__day--resource.q-selected,
.q-calendar--dark .q-calendar-scheduler__day--resource.q-selected {
  color: var(--calendar-selected-color-dark);
  background: var(--calendar-selected-background-dark);
}
.q-dark div .q-calendar-scheduler__day--resource.q-range-first, .q-dark div .q-calendar-scheduler__day--resource.q-range-last, .q-dark div .q-calendar-scheduler__day--resource.q-range,
.body--dark div .q-calendar-scheduler__day--resource.q-range-first,
.body--dark div .q-calendar-scheduler__day--resource.q-range-last,
.body--dark div .q-calendar-scheduler__day--resource.q-range,
.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-first,
.q-calendar--dark .q-calendar-scheduler__day--resource.q-range-last,
.q-calendar--dark .q-calendar-scheduler__day--resource.q-range {
  color: var(--calendar-range-color-dark);
  background: var(--calendar-range-background-dark);
}
.q-dark div .q-calendar-scheduler__day--resource:first-child,
.body--dark div .q-calendar-scheduler__day--resource:first-child,
.q-calendar--dark .q-calendar-scheduler__day--resource:first-child {
  border-top: none !important;
}
.q-dark div .q-calendar-scheduler__day--resource:last-child,
.body--dark div .q-calendar-scheduler__day--resource:last-child,
.q-calendar--dark .q-calendar-scheduler__day--resource:last-child {
  border-bottom: none !important;
}
.q-dark div .q-calendar-scheduler__day--resource__section,
.body--dark div .q-calendar-scheduler__day--resource__section,
.q-calendar--dark .q-calendar-scheduler__day--resource__section {
  border-top: var(--calendar-border-section-dark);
}
.q-dark div .q-calendar-scheduler__day--resource__section.q-selected,
.body--dark div .q-calendar-scheduler__day--resource__section.q-selected,
.q-calendar--dark .q-calendar-scheduler__day--resource__section.q-selected {
  color: var(--calendar-selected-color-dark);
  background: var(--calendar-selected-background-dark);
}
.q-dark div .q-calendar-scheduler__day--resource__section.q-range-first, .q-dark div .q-calendar-scheduler__day--resource__section.q-range-last, .q-dark div .q-calendar-scheduler__day--resource__section.q-range,
.body--dark div .q-calendar-scheduler__day--resource__section.q-range-first,
.body--dark div .q-calendar-scheduler__day--resource__section.q-range-last,
.body--dark div .q-calendar-scheduler__day--resource__section.q-range,
.q-calendar--dark .q-calendar-scheduler__day--resource__section.q-range-first,
.q-calendar--dark .q-calendar-scheduler__day--resource__section.q-range-last,
.q-calendar--dark .q-calendar-scheduler__day--resource__section.q-range {
  color: var(--calendar-range-color-dark);
  background: var(--calendar-range-background-dark);
}
.q-dark div .q-calendar-scheduler .q-calendar__child--expanded > .q-calendar-scheduler__resource--row,
.body--dark div .q-calendar-scheduler .q-calendar__child--expanded > .q-calendar-scheduler__resource--row,
.q-calendar--dark .q-calendar-scheduler .q-calendar__child--expanded > .q-calendar-scheduler__resource--row {
  border-top: var(--calendar-border-dark) !important;
}

/* Directives */
.q-ripple {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  width: 100%;
  height: 100%;
  color: inherit;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  contain: strict;
}
.q-ripple__inner {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  opacity: 0;
  color: inherit;
  border-radius: 50%;
  background: currentColor;
  pointer-events: none;
  will-change: transform, opacity;
}
.q-ripple__inner--enter {
  transition: transform 0.225s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-ripple__inner--leave {
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.q-morph--invisible,
.q-morph--internal {
  opacity: 0 !important;
  pointer-events: none !important;
  position: fixed !important;
  right: 200vw !important;
  bottom: 200vh !important;
}

/* Plugins */
.q-loading {
  color: #000;
  position: fixed !important;
}
.q-loading__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
  background-color: #000;
  transition: background-color 0.28s;
}
.q-loading__box {
  border-radius: 6px;
  padding: 18px;
  color: #fff;
  max-width: 450px;
}
.q-loading__message {
  margin: 40px 20px 0;
  text-align: center;
}

.q-notifications__list {
  z-index: 9500;
  pointer-events: none;
  left: 0;
  right: 0;
  margin-bottom: 10px;
  position: relative;
}
.q-notifications__list--center {
  top: 0;
  bottom: 0;
}
.q-notifications__list--top {
  top: 0;
}
.q-notifications__list--bottom {
  bottom: 0;
}

body.q-ios-padding .q-notifications__list--center, body.q-ios-padding .q-notifications__list--top {
  top: 20px;
  top: env(safe-area-inset-top);
}
body.q-ios-padding .q-notifications__list--center, body.q-ios-padding .q-notifications__list--bottom {
  bottom: env(safe-area-inset-bottom);
}

.q-notification {
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.04), 0px 9px 46px rgba(0, 0, 0, 0.06), 0px 11px 15px rgba(1, 7, 27, 0.1);
  border-radius: 6px;
  pointer-events: all;
  display: inline-flex;
  margin: 10px 10px 0;
  transition: transform 1s, opacity 1s;
  z-index: 9500;
  flex-shrink: 0;
  max-width: 95vw;
  background: #323232;
  color: #fff;
  font-size: 14px;
}
.q-notification__icon {
  font-size: 24px;
  flex: 0 0 1em;
}
.q-notification__icon--additional {
  margin-right: 16px;
}
.q-notification__avatar {
  font-size: 32px;
}
.q-notification__avatar--additional {
  margin-right: 8px;
}
.q-notification__spinner {
  font-size: 32px;
}
.q-notification__spinner--additional {
  margin-right: 8px;
}
.q-notification__message {
  padding: 8px 0;
}
.q-notification__caption {
  font-size: 0.9em;
  opacity: 0.7;
}
.q-notification__actions {
  color: var(--q-primary);
}
.q-notification__badge {
  animation: q-notif-badge 0.42s;
  padding: 4px 8px;
  position: absolute;
  box-shadow: 0px 6px 10px rgba(1, 7, 27, 0.08), 0px 1px 18px rgba(1, 7, 27, 0.06), 0px 3px 5px rgba(1, 7, 27, 0.1);
  background-color: var(--q-negative);
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  line-height: 12px;
}
.q-notification__badge--top-left, .q-notification__badge--top-right {
  top: -6px;
}
.q-notification__badge--bottom-left, .q-notification__badge--bottom-right {
  bottom: -6px;
}
.q-notification__badge--top-left, .q-notification__badge--bottom-left {
  left: -22px;
}
.q-notification__badge--top-right, .q-notification__badge--bottom-right {
  right: -22px;
}
.q-notification__progress {
  z-index: -1;
  position: absolute;
  height: 3px;
  bottom: 0;
  left: -10px;
  right: -10px;
  animation: q-notif-progress linear;
  background: currentColor;
  opacity: 0.3;
  border-radius: 6px 6px 0 0;
  transform-origin: 0 50%;
  transform: scaleX(0);
}
.q-notification--standard {
  padding: 0 16px;
  min-height: 48px;
}
.q-notification--standard .q-notification__actions {
  padding: 6px 0 6px 8px;
  margin-right: -8px;
}
.q-notification--multi-line {
  min-height: 68px;
  padding: 8px 16px;
}
.q-notification--multi-line .q-notification__badge--top-left, .q-notification--multi-line .q-notification__badge--top-right {
  top: -15px;
}
.q-notification--multi-line .q-notification__badge--bottom-left, .q-notification--multi-line .q-notification__badge--bottom-right {
  bottom: -15px;
}
.q-notification--multi-line .q-notification__progress {
  bottom: -8px;
}
.q-notification--multi-line .q-notification__actions {
  padding: 0;
}
.q-notification--multi-line .q-notification__actions--with-media {
  padding-left: 25px;
}
.q-notification--top-left-enter-from, .q-notification--top-left-leave-to, .q-notification--top-enter-from, .q-notification--top-leave-to, .q-notification--top-right-enter-from, .q-notification--top-right-leave-to {
  opacity: 0;
  transform: translateY(-50px);
  z-index: 9499;
}
.q-notification--left-enter-from, .q-notification--left-leave-to, .q-notification--center-enter-from, .q-notification--center-leave-to, .q-notification--right-enter-from, .q-notification--right-leave-to {
  opacity: 0;
  transform: rotateX(90deg);
  z-index: 9499;
}
.q-notification--bottom-left-enter-from, .q-notification--bottom-left-leave-to, .q-notification--bottom-enter-from, .q-notification--bottom-leave-to, .q-notification--bottom-right-enter-from, .q-notification--bottom-right-leave-to {
  opacity: 0;
  transform: translateY(50px);
  z-index: 9499;
}
.q-notification--top-left-leave-active, .q-notification--top-leave-active, .q-notification--top-right-leave-active, .q-notification--left-leave-active, .q-notification--center-leave-active, .q-notification--right-leave-active, .q-notification--bottom-left-leave-active, .q-notification--bottom-leave-active, .q-notification--bottom-right-leave-active {
  position: absolute;
  z-index: 9499;
  margin-left: 0;
  margin-right: 0;
}
.q-notification--top-leave-active, .q-notification--center-leave-active {
  top: 0;
}
.q-notification--bottom-left-leave-active, .q-notification--bottom-leave-active, .q-notification--bottom-right-leave-active {
  bottom: 0;
}

@media (min-width: 600px) {
  .q-notification {
    max-width: 65vw;
  }
}
@keyframes q-notif-badge {
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
@keyframes q-notif-progress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.q-notification i {
  color: rgb(var(--alert-error)) !important;
}

#q-notify > div > div.q-notifications__list {
  z-index: 100000000000000000;
}

.notify-sucess {
  min-height: 56px;
}
.notify-sucess i {
  color: rgb(var(--d-success)) !important;
  font-size: 28px;
  margin-right: 8px !important;
}

.notify-alert {
  min-height: 56px;
}
.notify-alert i {
  color: rgb(var(--d-warning)) !important;
  font-size: 28px;
  margin-right: 8px !important;
}

/* Core */
/* * Animate.css additions
 * * Adapted from: https://github.com/animate-css/animate.css/blob/6828621a01e145119db6194dc9b4d37325b48aa5/source/_base.css
 * */
:root {
  --animate-duration: 0.3s;
  --animate-delay: 0.3s;
  --animate-repeat: 1;
}

.animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.repeat-1 {
  animation-iteration-count: var(--animate-repeat);
}
.animated.repeat-2 {
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animated.repeat-3 {
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animated.delay-1s {
  animation-delay: var(--animate-delay);
}
.animated.delay-2s {
  animation-delay: calc(var(--animate-delay) * 2);
}
.animated.delay-3s {
  animation-delay: calc(var(--animate-delay) * 3);
}
.animated.delay-4s {
  animation-delay: calc(var(--animate-delay) * 4);
}
.animated.delay-5s {
  animation-delay: calc(var(--animate-delay) * 5);
}
.animated.faster {
  animation-duration: calc(var(--animate-duration) / 2);
}
.animated.fast {
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animated.slow {
  animation-duration: calc(var(--animate-duration) * 2);
}
.animated.slower {
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animated[class*=Out] {
    opacity: 0;
  }
}
/* * Quasar animations
 * */
.q-animate--scale {
  animation: q-scale 0.15s;
  animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}

@keyframes q-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.q-animate--fade {
  animation: q-fade 0.2s /* rtl:ignore */;
}

@keyframes q-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --q-primary: rgb(var(--primary-pure));
  --q-secondary: #26A69A;
  --q-accent: #9C27B0;
  --q-positive: rgb(var(--alert-success));
  --q-negative: rgb(var(--alert-error));
  --q-info: #31CCEC;
  --q-warning: rgb(var(--alert-warning));
  --q-dark: rgb(var(--d-neutral-30));
  --q-dark-page: rgb(var(--d-neutral-10));
}

.body--dark {
  --q-negative: rgb(var(--d-error));
  --q-positive: rgb(var(--d-success));
  --q-warning: rgb(var(--d-warning));
}

.text-dark {
  color: var(--q-dark) !important;
}

.bg-dark {
  background: var(--q-dark) !important;
}

.text-primary {
  color: var(--q-primary) !important;
}

.bg-primary {
  background: var(--q-primary) !important;
}

.text-secondary {
  color: var(--q-secondary) !important;
}

.bg-secondary {
  background: var(--q-secondary) !important;
}

.text-accent {
  color: var(--q-accent) !important;
}

.bg-accent {
  background: var(--q-accent) !important;
}

.text-positive {
  color: var(--q-positive) !important;
}

.bg-positive {
  background: var(--q-positive) !important;
}

.text-negative {
  color: var(--q-negative) !important;
}

.bg-negative {
  background: var(--q-negative) !important;
}

.text-info {
  color: var(--q-info) !important;
}

.bg-info {
  background: var(--q-info) !important;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.text-transparent {
  color: transparent !important;
}

.bg-transparent {
  background: transparent !important;
}

.text-separator {
  color: rgba(0, 0, 0, 0.12) !important;
}

.bg-separator {
  background: rgba(0, 0, 0, 0.12) !important;
}

.text-dark-separator {
  color: rgba(255, 255, 255, 0.1019607843) !important;
}

.bg-dark-separator {
  background: rgba(255, 255, 255, 0.1019607843) !important;
}

.text-red {
  color: #f44336 !important;
}

.text-red-1 {
  color: #ffebee !important;
}

.text-red-2 {
  color: #ffcdd2 !important;
}

.text-red-3 {
  color: #ef9a9a !important;
}

.text-red-4 {
  color: #e57373 !important;
}

.text-red-5 {
  color: #ef5350 !important;
}

.text-red-6 {
  color: #f44336 !important;
}

.text-red-7 {
  color: #e53935 !important;
}

.text-red-8 {
  color: #d32f2f !important;
}

.text-red-9 {
  color: #c62828 !important;
}

.text-red-10 {
  color: #b71c1c !important;
}

.text-red-11 {
  color: #ff8a80 !important;
}

.text-red-12 {
  color: #ff5252 !important;
}

.text-red-13 {
  color: #ff1744 !important;
}

.text-red-14 {
  color: #d50000 !important;
}

.text-pink {
  color: #e91e63 !important;
}

.text-pink-1 {
  color: #fce4ec !important;
}

.text-pink-2 {
  color: #f8bbd0 !important;
}

.text-pink-3 {
  color: #f48fb1 !important;
}

.text-pink-4 {
  color: #f06292 !important;
}

.text-pink-5 {
  color: #ec407a !important;
}

.text-pink-6 {
  color: #e91e63 !important;
}

.text-pink-7 {
  color: #d81b60 !important;
}

.text-pink-8 {
  color: #c2185b !important;
}

.text-pink-9 {
  color: #ad1457 !important;
}

.text-pink-10 {
  color: #880e4f !important;
}

.text-pink-11 {
  color: #ff80ab !important;
}

.text-pink-12 {
  color: #ff4081 !important;
}

.text-pink-13 {
  color: #f50057 !important;
}

.text-pink-14 {
  color: #c51162 !important;
}

.text-purple {
  color: #9c27b0 !important;
}

.text-purple-1 {
  color: #f3e5f5 !important;
}

.text-purple-2 {
  color: #e1bee7 !important;
}

.text-purple-3 {
  color: #ce93d8 !important;
}

.text-purple-4 {
  color: #ba68c8 !important;
}

.text-purple-5 {
  color: #ab47bc !important;
}

.text-purple-6 {
  color: #9c27b0 !important;
}

.text-purple-7 {
  color: #8e24aa !important;
}

.text-purple-8 {
  color: #7b1fa2 !important;
}

.text-purple-9 {
  color: #6a1b9a !important;
}

.text-purple-10 {
  color: #4a148c !important;
}

.text-purple-11 {
  color: #ea80fc !important;
}

.text-purple-12 {
  color: #e040fb !important;
}

.text-purple-13 {
  color: #d500f9 !important;
}

.text-purple-14 {
  color: #aa00ff !important;
}

.text-deep-purple {
  color: #673ab7 !important;
}

.text-deep-purple-1 {
  color: #ede7f6 !important;
}

.text-deep-purple-2 {
  color: #d1c4e9 !important;
}

.text-deep-purple-3 {
  color: #b39ddb !important;
}

.text-deep-purple-4 {
  color: #9575cd !important;
}

.text-deep-purple-5 {
  color: #7e57c2 !important;
}

.text-deep-purple-6 {
  color: #673ab7 !important;
}

.text-deep-purple-7 {
  color: #5e35b1 !important;
}

.text-deep-purple-8 {
  color: #512da8 !important;
}

.text-deep-purple-9 {
  color: #4527a0 !important;
}

.text-deep-purple-10 {
  color: #311b92 !important;
}

.text-deep-purple-11 {
  color: #b388ff !important;
}

.text-deep-purple-12 {
  color: #7c4dff !important;
}

.text-deep-purple-13 {
  color: #651fff !important;
}

.text-deep-purple-14 {
  color: #6200ea !important;
}

.text-indigo {
  color: #3f51b5 !important;
}

.text-indigo-1 {
  color: #e8eaf6 !important;
}

.text-indigo-2 {
  color: #c5cae9 !important;
}

.text-indigo-3 {
  color: #9fa8da !important;
}

.text-indigo-4 {
  color: #7986cb !important;
}

.text-indigo-5 {
  color: #5c6bc0 !important;
}

.text-indigo-6 {
  color: #3f51b5 !important;
}

.text-indigo-7 {
  color: #3949ab !important;
}

.text-indigo-8 {
  color: #303f9f !important;
}

.text-indigo-9 {
  color: #283593 !important;
}

.text-indigo-10 {
  color: #1a237e !important;
}

.text-indigo-11 {
  color: #8c9eff !important;
}

.text-indigo-12 {
  color: #536dfe !important;
}

.text-indigo-13 {
  color: #3d5afe !important;
}

.text-indigo-14 {
  color: #304ffe !important;
}

.text-blue {
  color: #2196f3 !important;
}

.text-blue-1 {
  color: #e3f2fd !important;
}

.text-blue-2 {
  color: #bbdefb !important;
}

.text-blue-3 {
  color: #90caf9 !important;
}

.text-blue-4 {
  color: #64b5f6 !important;
}

.text-blue-5 {
  color: #42a5f5 !important;
}

.text-blue-6 {
  color: #2196f3 !important;
}

.text-blue-7 {
  color: #1e88e5 !important;
}

.text-blue-8 {
  color: #1976d2 !important;
}

.text-blue-9 {
  color: #1565c0 !important;
}

.text-blue-10 {
  color: #0d47a1 !important;
}

.text-blue-11 {
  color: #82b1ff !important;
}

.text-blue-12 {
  color: #448aff !important;
}

.text-blue-13 {
  color: #2979ff !important;
}

.text-blue-14 {
  color: #2962ff !important;
}

.text-light-blue {
  color: #03a9f4 !important;
}

.text-light-blue-1 {
  color: #e1f5fe !important;
}

.text-light-blue-2 {
  color: #b3e5fc !important;
}

.text-light-blue-3 {
  color: #81d4fa !important;
}

.text-light-blue-4 {
  color: #4fc3f7 !important;
}

.text-light-blue-5 {
  color: #29b6f6 !important;
}

.text-light-blue-6 {
  color: #03a9f4 !important;
}

.text-light-blue-7 {
  color: #039be5 !important;
}

.text-light-blue-8 {
  color: #0288d1 !important;
}

.text-light-blue-9 {
  color: #0277bd !important;
}

.text-light-blue-10 {
  color: #01579b !important;
}

.text-light-blue-11 {
  color: #80d8ff !important;
}

.text-light-blue-12 {
  color: #40c4ff !important;
}

.text-light-blue-13 {
  color: #00b0ff !important;
}

.text-light-blue-14 {
  color: #0091ea !important;
}

.text-cyan {
  color: #00bcd4 !important;
}

.text-cyan-1 {
  color: #e0f7fa !important;
}

.text-cyan-2 {
  color: #b2ebf2 !important;
}

.text-cyan-3 {
  color: #80deea !important;
}

.text-cyan-4 {
  color: #4dd0e1 !important;
}

.text-cyan-5 {
  color: #26c6da !important;
}

.text-cyan-6 {
  color: #00bcd4 !important;
}

.text-cyan-7 {
  color: #00acc1 !important;
}

.text-cyan-8 {
  color: #0097a7 !important;
}

.text-cyan-9 {
  color: #00838f !important;
}

.text-cyan-10 {
  color: #006064 !important;
}

.text-cyan-11 {
  color: #84ffff !important;
}

.text-cyan-12 {
  color: #18ffff !important;
}

.text-cyan-13 {
  color: #00e5ff !important;
}

.text-cyan-14 {
  color: #00b8d4 !important;
}

.text-teal {
  color: #009688 !important;
}

.text-teal-1 {
  color: #e0f2f1 !important;
}

.text-teal-2 {
  color: #b2dfdb !important;
}

.text-teal-3 {
  color: #80cbc4 !important;
}

.text-teal-4 {
  color: #4db6ac !important;
}

.text-teal-5 {
  color: #26a69a !important;
}

.text-teal-6 {
  color: #009688 !important;
}

.text-teal-7 {
  color: #00897b !important;
}

.text-teal-8 {
  color: #00796b !important;
}

.text-teal-9 {
  color: #00695c !important;
}

.text-teal-10 {
  color: #004d40 !important;
}

.text-teal-11 {
  color: #a7ffeb !important;
}

.text-teal-12 {
  color: #64ffda !important;
}

.text-teal-13 {
  color: #1de9b6 !important;
}

.text-teal-14 {
  color: #00bfa5 !important;
}

.text-green {
  color: #4caf50 !important;
}

.text-green-1 {
  color: #e8f5e9 !important;
}

.text-green-2 {
  color: #c8e6c9 !important;
}

.text-green-3 {
  color: #a5d6a7 !important;
}

.text-green-4 {
  color: #81c784 !important;
}

.text-green-5 {
  color: #66bb6a !important;
}

.text-green-6 {
  color: #4caf50 !important;
}

.text-green-7 {
  color: #43a047 !important;
}

.text-green-8 {
  color: #388e3c !important;
}

.text-green-9 {
  color: #2e7d32 !important;
}

.text-green-10 {
  color: #1b5e20 !important;
}

.text-green-11 {
  color: #b9f6ca !important;
}

.text-green-12 {
  color: #69f0ae !important;
}

.text-green-13 {
  color: #00e676 !important;
}

.text-green-14 {
  color: #00c853 !important;
}

.text-light-green {
  color: #8bc34a !important;
}

.text-light-green-1 {
  color: #f1f8e9 !important;
}

.text-light-green-2 {
  color: #dcedc8 !important;
}

.text-light-green-3 {
  color: #c5e1a5 !important;
}

.text-light-green-4 {
  color: #aed581 !important;
}

.text-light-green-5 {
  color: #9ccc65 !important;
}

.text-light-green-6 {
  color: #8bc34a !important;
}

.text-light-green-7 {
  color: #7cb342 !important;
}

.text-light-green-8 {
  color: #689f38 !important;
}

.text-light-green-9 {
  color: #558b2f !important;
}

.text-light-green-10 {
  color: #33691e !important;
}

.text-light-green-11 {
  color: #ccff90 !important;
}

.text-light-green-12 {
  color: #b2ff59 !important;
}

.text-light-green-13 {
  color: #76ff03 !important;
}

.text-light-green-14 {
  color: #64dd17 !important;
}

.text-lime {
  color: #cddc39 !important;
}

.text-lime-1 {
  color: #f9fbe7 !important;
}

.text-lime-2 {
  color: #f0f4c3 !important;
}

.text-lime-3 {
  color: #e6ee9c !important;
}

.text-lime-4 {
  color: #dce775 !important;
}

.text-lime-5 {
  color: #d4e157 !important;
}

.text-lime-6 {
  color: #cddc39 !important;
}

.text-lime-7 {
  color: #c0ca33 !important;
}

.text-lime-8 {
  color: #afb42b !important;
}

.text-lime-9 {
  color: #9e9d24 !important;
}

.text-lime-10 {
  color: #827717 !important;
}

.text-lime-11 {
  color: #f4ff81 !important;
}

.text-lime-12 {
  color: #eeff41 !important;
}

.text-lime-13 {
  color: #c6ff00 !important;
}

.text-lime-14 {
  color: #aeea00 !important;
}

.text-yellow {
  color: #ffeb3b !important;
}

.text-yellow-1 {
  color: #fffde7 !important;
}

.text-yellow-2 {
  color: #fff9c4 !important;
}

.text-yellow-3 {
  color: #fff59d !important;
}

.text-yellow-4 {
  color: #fff176 !important;
}

.text-yellow-5 {
  color: #ffee58 !important;
}

.text-yellow-6 {
  color: #ffeb3b !important;
}

.text-yellow-7 {
  color: #fdd835 !important;
}

.text-yellow-8 {
  color: #fbc02d !important;
}

.text-yellow-9 {
  color: #f9a825 !important;
}

.text-yellow-10 {
  color: #f57f17 !important;
}

.text-yellow-11 {
  color: #ffff8d !important;
}

.text-yellow-12 {
  color: #ffff00 !important;
}

.text-yellow-13 {
  color: #ffea00 !important;
}

.text-yellow-14 {
  color: #ffd600 !important;
}

.text-amber {
  color: #ffc107 !important;
}

.text-amber-1 {
  color: #fff8e1 !important;
}

.text-amber-2 {
  color: #ffecb3 !important;
}

.text-amber-3 {
  color: #ffe082 !important;
}

.text-amber-4 {
  color: #ffd54f !important;
}

.text-amber-5 {
  color: #ffca28 !important;
}

.text-amber-6 {
  color: #ffc107 !important;
}

.text-amber-7 {
  color: #ffb300 !important;
}

.text-amber-8 {
  color: #ffa000 !important;
}

.text-amber-9 {
  color: #ff8f00 !important;
}

.text-amber-10 {
  color: #ff6f00 !important;
}

.text-amber-11 {
  color: #ffe57f !important;
}

.text-amber-12 {
  color: #ffd740 !important;
}

.text-amber-13 {
  color: #ffc400 !important;
}

.text-amber-14 {
  color: #ffab00 !important;
}

.text-orange {
  color: #ff9800 !important;
}

.text-orange-1 {
  color: #fff3e0 !important;
}

.text-orange-2 {
  color: #ffe0b2 !important;
}

.text-orange-3 {
  color: #ffcc80 !important;
}

.text-orange-4 {
  color: #ffb74d !important;
}

.text-orange-5 {
  color: #ffa726 !important;
}

.text-orange-6 {
  color: #ff9800 !important;
}

.text-orange-7 {
  color: #fb8c00 !important;
}

.text-orange-8 {
  color: #f57c00 !important;
}

.text-orange-9 {
  color: #ef6c00 !important;
}

.text-orange-10 {
  color: #e65100 !important;
}

.text-orange-11 {
  color: #ffd180 !important;
}

.text-orange-12 {
  color: #ffab40 !important;
}

.text-orange-13 {
  color: #ff9100 !important;
}

.text-orange-14 {
  color: #ff6d00 !important;
}

.text-deep-orange {
  color: #ff5722 !important;
}

.text-deep-orange-1 {
  color: #fbe9e7 !important;
}

.text-deep-orange-2 {
  color: #ffccbc !important;
}

.text-deep-orange-3 {
  color: #ffab91 !important;
}

.text-deep-orange-4 {
  color: #ff8a65 !important;
}

.text-deep-orange-5 {
  color: #ff7043 !important;
}

.text-deep-orange-6 {
  color: #ff5722 !important;
}

.text-deep-orange-7 {
  color: #f4511e !important;
}

.text-deep-orange-8 {
  color: #e64a19 !important;
}

.text-deep-orange-9 {
  color: #d84315 !important;
}

.text-deep-orange-10 {
  color: #bf360c !important;
}

.text-deep-orange-11 {
  color: #ff9e80 !important;
}

.text-deep-orange-12 {
  color: #ff6e40 !important;
}

.text-deep-orange-13 {
  color: #ff3d00 !important;
}

.text-deep-orange-14 {
  color: #dd2c00 !important;
}

.text-brown {
  color: #795548 !important;
}

.text-brown-1 {
  color: #efebe9 !important;
}

.text-brown-2 {
  color: #d7ccc8 !important;
}

.text-brown-3 {
  color: #bcaaa4 !important;
}

.text-brown-4 {
  color: #a1887f !important;
}

.text-brown-5 {
  color: #8d6e63 !important;
}

.text-brown-6 {
  color: #795548 !important;
}

.text-brown-7 {
  color: #6d4c41 !important;
}

.text-brown-8 {
  color: #5d4037 !important;
}

.text-brown-9 {
  color: #4e342e !important;
}

.text-brown-10 {
  color: #3e2723 !important;
}

.text-brown-11 {
  color: #d7ccc8 !important;
}

.text-brown-12 {
  color: #bcaaa4 !important;
}

.text-brown-13 {
  color: #8d6e63 !important;
}

.text-brown-14 {
  color: #5d4037 !important;
}

.text-grey {
  color: #9e9e9e !important;
}

.text-grey-1 {
  color: #fafafa !important;
}

.text-grey-2 {
  color: #f5f5f5 !important;
}

.text-grey-3 {
  color: #eeeeee !important;
}

.text-grey-4 {
  color: #e0e0e0 !important;
}

.text-grey-5 {
  color: #bdbdbd !important;
}

.text-grey-6 {
  color: #9e9e9e !important;
}

.text-grey-7 {
  color: #757575 !important;
}

.text-grey-8 {
  color: #616161 !important;
}

.text-grey-9 {
  color: #424242 !important;
}

.text-grey-10 {
  color: #212121 !important;
}

.text-grey-11 {
  color: #f5f5f5 !important;
}

.text-grey-12 {
  color: #eeeeee !important;
}

.text-grey-13 {
  color: #bdbdbd !important;
}

.text-grey-14 {
  color: #616161 !important;
}

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

.text-blue-grey-1 {
  color: #eceff1 !important;
}

.text-blue-grey-2 {
  color: #cfd8dc !important;
}

.text-blue-grey-3 {
  color: #b0bec5 !important;
}

.text-blue-grey-4 {
  color: #90a4ae !important;
}

.text-blue-grey-5 {
  color: #78909c !important;
}

.text-blue-grey-6 {
  color: #607d8b !important;
}

.text-blue-grey-7 {
  color: #546e7a !important;
}

.text-blue-grey-8 {
  color: #455a64 !important;
}

.text-blue-grey-9 {
  color: #37474f !important;
}

.text-blue-grey-10 {
  color: #263238 !important;
}

.text-blue-grey-11 {
  color: #cfd8dc !important;
}

.text-blue-grey-12 {
  color: #b0bec5 !important;
}

.text-blue-grey-13 {
  color: #78909c !important;
}

.text-blue-grey-14 {
  color: #455a64 !important;
}

.bg-red {
  background: #f44336 !important;
}

.bg-red-1 {
  background: #ffebee !important;
}

.bg-red-2 {
  background: #ffcdd2 !important;
}

.bg-red-3 {
  background: #ef9a9a !important;
}

.bg-red-4 {
  background: #e57373 !important;
}

.bg-red-5 {
  background: #ef5350 !important;
}

.bg-red-6 {
  background: #f44336 !important;
}

.bg-red-7 {
  background: #e53935 !important;
}

.bg-red-8 {
  background: #d32f2f !important;
}

.bg-red-9 {
  background: #c62828 !important;
}

.bg-red-10 {
  background: #b71c1c !important;
}

.bg-red-11 {
  background: #ff8a80 !important;
}

.bg-red-12 {
  background: #ff5252 !important;
}

.bg-red-13 {
  background: #ff1744 !important;
}

.bg-red-14 {
  background: #d50000 !important;
}

.bg-pink {
  background: #e91e63 !important;
}

.bg-pink-1 {
  background: #fce4ec !important;
}

.bg-pink-2 {
  background: #f8bbd0 !important;
}

.bg-pink-3 {
  background: #f48fb1 !important;
}

.bg-pink-4 {
  background: #f06292 !important;
}

.bg-pink-5 {
  background: #ec407a !important;
}

.bg-pink-6 {
  background: #e91e63 !important;
}

.bg-pink-7 {
  background: #d81b60 !important;
}

.bg-pink-8 {
  background: #c2185b !important;
}

.bg-pink-9 {
  background: #ad1457 !important;
}

.bg-pink-10 {
  background: #880e4f !important;
}

.bg-pink-11 {
  background: #ff80ab !important;
}

.bg-pink-12 {
  background: #ff4081 !important;
}

.bg-pink-13 {
  background: #f50057 !important;
}

.bg-pink-14 {
  background: #c51162 !important;
}

.bg-purple {
  background: #9c27b0 !important;
}

.bg-purple-1 {
  background: #f3e5f5 !important;
}

.bg-purple-2 {
  background: #e1bee7 !important;
}

.bg-purple-3 {
  background: #ce93d8 !important;
}

.bg-purple-4 {
  background: #ba68c8 !important;
}

.bg-purple-5 {
  background: #ab47bc !important;
}

.bg-purple-6 {
  background: #9c27b0 !important;
}

.bg-purple-7 {
  background: #8e24aa !important;
}

.bg-purple-8 {
  background: #7b1fa2 !important;
}

.bg-purple-9 {
  background: #6a1b9a !important;
}

.bg-purple-10 {
  background: #4a148c !important;
}

.bg-purple-11 {
  background: #ea80fc !important;
}

.bg-purple-12 {
  background: #e040fb !important;
}

.bg-purple-13 {
  background: #d500f9 !important;
}

.bg-purple-14 {
  background: #aa00ff !important;
}

.bg-deep-purple {
  background: #673ab7 !important;
}

.bg-deep-purple-1 {
  background: #ede7f6 !important;
}

.bg-deep-purple-2 {
  background: #d1c4e9 !important;
}

.bg-deep-purple-3 {
  background: #b39ddb !important;
}

.bg-deep-purple-4 {
  background: #9575cd !important;
}

.bg-deep-purple-5 {
  background: #7e57c2 !important;
}

.bg-deep-purple-6 {
  background: #673ab7 !important;
}

.bg-deep-purple-7 {
  background: #5e35b1 !important;
}

.bg-deep-purple-8 {
  background: #512da8 !important;
}

.bg-deep-purple-9 {
  background: #4527a0 !important;
}

.bg-deep-purple-10 {
  background: #311b92 !important;
}

.bg-deep-purple-11 {
  background: #b388ff !important;
}

.bg-deep-purple-12 {
  background: #7c4dff !important;
}

.bg-deep-purple-13 {
  background: #651fff !important;
}

.bg-deep-purple-14 {
  background: #6200ea !important;
}

.bg-indigo {
  background: #3f51b5 !important;
}

.bg-indigo-1 {
  background: #e8eaf6 !important;
}

.bg-indigo-2 {
  background: #c5cae9 !important;
}

.bg-indigo-3 {
  background: #9fa8da !important;
}

.bg-indigo-4 {
  background: #7986cb !important;
}

.bg-indigo-5 {
  background: #5c6bc0 !important;
}

.bg-indigo-6 {
  background: #3f51b5 !important;
}

.bg-indigo-7 {
  background: #3949ab !important;
}

.bg-indigo-8 {
  background: #303f9f !important;
}

.bg-indigo-9 {
  background: #283593 !important;
}

.bg-indigo-10 {
  background: #1a237e !important;
}

.bg-indigo-11 {
  background: #8c9eff !important;
}

.bg-indigo-12 {
  background: #536dfe !important;
}

.bg-indigo-13 {
  background: #3d5afe !important;
}

.bg-indigo-14 {
  background: #304ffe !important;
}

.bg-blue {
  background: #2196f3 !important;
}

.bg-blue-1 {
  background: #e3f2fd !important;
}

.bg-blue-2 {
  background: #bbdefb !important;
}

.bg-blue-3 {
  background: #90caf9 !important;
}

.bg-blue-4 {
  background: #64b5f6 !important;
}

.bg-blue-5 {
  background: #42a5f5 !important;
}

.bg-blue-6 {
  background: #2196f3 !important;
}

.bg-blue-7 {
  background: #1e88e5 !important;
}

.bg-blue-8 {
  background: #1976d2 !important;
}

.bg-blue-9 {
  background: #1565c0 !important;
}

.bg-blue-10 {
  background: #0d47a1 !important;
}

.bg-blue-11 {
  background: #82b1ff !important;
}

.bg-blue-12 {
  background: #448aff !important;
}

.bg-blue-13 {
  background: #2979ff !important;
}

.bg-blue-14 {
  background: #2962ff !important;
}

.bg-light-blue {
  background: #03a9f4 !important;
}

.bg-light-blue-1 {
  background: #e1f5fe !important;
}

.bg-light-blue-2 {
  background: #b3e5fc !important;
}

.bg-light-blue-3 {
  background: #81d4fa !important;
}

.bg-light-blue-4 {
  background: #4fc3f7 !important;
}

.bg-light-blue-5 {
  background: #29b6f6 !important;
}

.bg-light-blue-6 {
  background: #03a9f4 !important;
}

.bg-light-blue-7 {
  background: #039be5 !important;
}

.bg-light-blue-8 {
  background: #0288d1 !important;
}

.bg-light-blue-9 {
  background: #0277bd !important;
}

.bg-light-blue-10 {
  background: #01579b !important;
}

.bg-light-blue-11 {
  background: #80d8ff !important;
}

.bg-light-blue-12 {
  background: #40c4ff !important;
}

.bg-light-blue-13 {
  background: #00b0ff !important;
}

.bg-light-blue-14 {
  background: #0091ea !important;
}

.bg-cyan {
  background: #00bcd4 !important;
}

.bg-cyan-1 {
  background: #e0f7fa !important;
}

.bg-cyan-2 {
  background: #b2ebf2 !important;
}

.bg-cyan-3 {
  background: #80deea !important;
}

.bg-cyan-4 {
  background: #4dd0e1 !important;
}

.bg-cyan-5 {
  background: #26c6da !important;
}

.bg-cyan-6 {
  background: #00bcd4 !important;
}

.bg-cyan-7 {
  background: #00acc1 !important;
}

.bg-cyan-8 {
  background: #0097a7 !important;
}

.bg-cyan-9 {
  background: #00838f !important;
}

.bg-cyan-10 {
  background: #006064 !important;
}

.bg-cyan-11 {
  background: #84ffff !important;
}

.bg-cyan-12 {
  background: #18ffff !important;
}

.bg-cyan-13 {
  background: #00e5ff !important;
}

.bg-cyan-14 {
  background: #00b8d4 !important;
}

.bg-teal {
  background: #009688 !important;
}

.bg-teal-1 {
  background: #e0f2f1 !important;
}

.bg-teal-2 {
  background: #b2dfdb !important;
}

.bg-teal-3 {
  background: #80cbc4 !important;
}

.bg-teal-4 {
  background: #4db6ac !important;
}

.bg-teal-5 {
  background: #26a69a !important;
}

.bg-teal-6 {
  background: #009688 !important;
}

.bg-teal-7 {
  background: #00897b !important;
}

.bg-teal-8 {
  background: #00796b !important;
}

.bg-teal-9 {
  background: #00695c !important;
}

.bg-teal-10 {
  background: #004d40 !important;
}

.bg-teal-11 {
  background: #a7ffeb !important;
}

.bg-teal-12 {
  background: #64ffda !important;
}

.bg-teal-13 {
  background: #1de9b6 !important;
}

.bg-teal-14 {
  background: #00bfa5 !important;
}

.bg-green {
  background: #4caf50 !important;
}

.bg-green-1 {
  background: #e8f5e9 !important;
}

.bg-green-2 {
  background: #c8e6c9 !important;
}

.bg-green-3 {
  background: #a5d6a7 !important;
}

.bg-green-4 {
  background: #81c784 !important;
}

.bg-green-5 {
  background: #66bb6a !important;
}

.bg-green-6 {
  background: #4caf50 !important;
}

.bg-green-7 {
  background: #43a047 !important;
}

.bg-green-8 {
  background: #388e3c !important;
}

.bg-green-9 {
  background: #2e7d32 !important;
}

.bg-green-10 {
  background: #1b5e20 !important;
}

.bg-green-11 {
  background: #b9f6ca !important;
}

.bg-green-12 {
  background: #69f0ae !important;
}

.bg-green-13 {
  background: #00e676 !important;
}

.bg-green-14 {
  background: #00c853 !important;
}

.bg-light-green {
  background: #8bc34a !important;
}

.bg-light-green-1 {
  background: #f1f8e9 !important;
}

.bg-light-green-2 {
  background: #dcedc8 !important;
}

.bg-light-green-3 {
  background: #c5e1a5 !important;
}

.bg-light-green-4 {
  background: #aed581 !important;
}

.bg-light-green-5 {
  background: #9ccc65 !important;
}

.bg-light-green-6 {
  background: #8bc34a !important;
}

.bg-light-green-7 {
  background: #7cb342 !important;
}

.bg-light-green-8 {
  background: #689f38 !important;
}

.bg-light-green-9 {
  background: #558b2f !important;
}

.bg-light-green-10 {
  background: #33691e !important;
}

.bg-light-green-11 {
  background: #ccff90 !important;
}

.bg-light-green-12 {
  background: #b2ff59 !important;
}

.bg-light-green-13 {
  background: #76ff03 !important;
}

.bg-light-green-14 {
  background: #64dd17 !important;
}

.bg-lime {
  background: #cddc39 !important;
}

.bg-lime-1 {
  background: #f9fbe7 !important;
}

.bg-lime-2 {
  background: #f0f4c3 !important;
}

.bg-lime-3 {
  background: #e6ee9c !important;
}

.bg-lime-4 {
  background: #dce775 !important;
}

.bg-lime-5 {
  background: #d4e157 !important;
}

.bg-lime-6 {
  background: #cddc39 !important;
}

.bg-lime-7 {
  background: #c0ca33 !important;
}

.bg-lime-8 {
  background: #afb42b !important;
}

.bg-lime-9 {
  background: #9e9d24 !important;
}

.bg-lime-10 {
  background: #827717 !important;
}

.bg-lime-11 {
  background: #f4ff81 !important;
}

.bg-lime-12 {
  background: #eeff41 !important;
}

.bg-lime-13 {
  background: #c6ff00 !important;
}

.bg-lime-14 {
  background: #aeea00 !important;
}

.bg-yellow {
  background: #ffeb3b !important;
}

.bg-yellow-1 {
  background: #fffde7 !important;
}

.bg-yellow-2 {
  background: #fff9c4 !important;
}

.bg-yellow-3 {
  background: #fff59d !important;
}

.bg-yellow-4 {
  background: #fff176 !important;
}

.bg-yellow-5 {
  background: #ffee58 !important;
}

.bg-yellow-6 {
  background: #ffeb3b !important;
}

.bg-yellow-7 {
  background: #fdd835 !important;
}

.bg-yellow-8 {
  background: #fbc02d !important;
}

.bg-yellow-9 {
  background: #f9a825 !important;
}

.bg-yellow-10 {
  background: #f57f17 !important;
}

.bg-yellow-11 {
  background: #ffff8d !important;
}

.bg-yellow-12 {
  background: #ffff00 !important;
}

.bg-yellow-13 {
  background: #ffea00 !important;
}

.bg-yellow-14 {
  background: #ffd600 !important;
}

.bg-amber {
  background: #ffc107 !important;
}

.bg-amber-1 {
  background: #fff8e1 !important;
}

.bg-amber-2 {
  background: #ffecb3 !important;
}

.bg-amber-3 {
  background: #ffe082 !important;
}

.bg-amber-4 {
  background: #ffd54f !important;
}

.bg-amber-5 {
  background: #ffca28 !important;
}

.bg-amber-6 {
  background: #ffc107 !important;
}

.bg-amber-7 {
  background: #ffb300 !important;
}

.bg-amber-8 {
  background: #ffa000 !important;
}

.bg-amber-9 {
  background: #ff8f00 !important;
}

.bg-amber-10 {
  background: #ff6f00 !important;
}

.bg-amber-11 {
  background: #ffe57f !important;
}

.bg-amber-12 {
  background: #ffd740 !important;
}

.bg-amber-13 {
  background: #ffc400 !important;
}

.bg-amber-14 {
  background: #ffab00 !important;
}

.bg-orange {
  background: #ff9800 !important;
}

.bg-orange-1 {
  background: #fff3e0 !important;
}

.bg-orange-2 {
  background: #ffe0b2 !important;
}

.bg-orange-3 {
  background: #ffcc80 !important;
}

.bg-orange-4 {
  background: #ffb74d !important;
}

.bg-orange-5 {
  background: #ffa726 !important;
}

.bg-orange-6 {
  background: #ff9800 !important;
}

.bg-orange-7 {
  background: #fb8c00 !important;
}

.bg-orange-8 {
  background: #f57c00 !important;
}

.bg-orange-9 {
  background: #ef6c00 !important;
}

.bg-orange-10 {
  background: #e65100 !important;
}

.bg-orange-11 {
  background: #ffd180 !important;
}

.bg-orange-12 {
  background: #ffab40 !important;
}

.bg-orange-13 {
  background: #ff9100 !important;
}

.bg-orange-14 {
  background: #ff6d00 !important;
}

.bg-deep-orange {
  background: #ff5722 !important;
}

.bg-deep-orange-1 {
  background: #fbe9e7 !important;
}

.bg-deep-orange-2 {
  background: #ffccbc !important;
}

.bg-deep-orange-3 {
  background: #ffab91 !important;
}

.bg-deep-orange-4 {
  background: #ff8a65 !important;
}

.bg-deep-orange-5 {
  background: #ff7043 !important;
}

.bg-deep-orange-6 {
  background: #ff5722 !important;
}

.bg-deep-orange-7 {
  background: #f4511e !important;
}

.bg-deep-orange-8 {
  background: #e64a19 !important;
}

.bg-deep-orange-9 {
  background: #d84315 !important;
}

.bg-deep-orange-10 {
  background: #bf360c !important;
}

.bg-deep-orange-11 {
  background: #ff9e80 !important;
}

.bg-deep-orange-12 {
  background: #ff6e40 !important;
}

.bg-deep-orange-13 {
  background: #ff3d00 !important;
}

.bg-deep-orange-14 {
  background: #dd2c00 !important;
}

.bg-brown {
  background: #795548 !important;
}

.bg-brown-1 {
  background: #efebe9 !important;
}

.bg-brown-2 {
  background: #d7ccc8 !important;
}

.bg-brown-3 {
  background: #bcaaa4 !important;
}

.bg-brown-4 {
  background: #a1887f !important;
}

.bg-brown-5 {
  background: #8d6e63 !important;
}

.bg-brown-6 {
  background: #795548 !important;
}

.bg-brown-7 {
  background: #6d4c41 !important;
}

.bg-brown-8 {
  background: #5d4037 !important;
}

.bg-brown-9 {
  background: #4e342e !important;
}

.bg-brown-10 {
  background: #3e2723 !important;
}

.bg-brown-11 {
  background: #d7ccc8 !important;
}

.bg-brown-12 {
  background: #bcaaa4 !important;
}

.bg-brown-13 {
  background: #8d6e63 !important;
}

.bg-brown-14 {
  background: #5d4037 !important;
}

.bg-grey {
  background: #9e9e9e !important;
}

.bg-grey-1 {
  background: #fafafa !important;
}

.bg-grey-2 {
  background: #f5f5f5 !important;
}

.bg-grey-3 {
  background: #eeeeee !important;
}

.bg-grey-4 {
  background: #e0e0e0 !important;
}

.bg-grey-5 {
  background: #bdbdbd !important;
}

.bg-grey-6 {
  background: #9e9e9e !important;
}

.bg-grey-7 {
  background: #757575 !important;
}

.bg-grey-8 {
  background: #616161 !important;
}

.bg-grey-9 {
  background: #424242 !important;
}

.bg-grey-10 {
  background: #212121 !important;
}

.bg-grey-11 {
  background: #f5f5f5 !important;
}

.bg-grey-12 {
  background: #eeeeee !important;
}

.bg-grey-13 {
  background: #bdbdbd !important;
}

.bg-grey-14 {
  background: #616161 !important;
}

.bg-blue-grey {
  background: #607d8b !important;
}

.bg-blue-grey-1 {
  background: #eceff1 !important;
}

.bg-blue-grey-2 {
  background: #cfd8dc !important;
}

.bg-blue-grey-3 {
  background: #b0bec5 !important;
}

.bg-blue-grey-4 {
  background: #90a4ae !important;
}

.bg-blue-grey-5 {
  background: #78909c !important;
}

.bg-blue-grey-6 {
  background: #607d8b !important;
}

.bg-blue-grey-7 {
  background: #546e7a !important;
}

.bg-blue-grey-8 {
  background: #455a64 !important;
}

.bg-blue-grey-9 {
  background: #37474f !important;
}

.bg-blue-grey-10 {
  background: #263238 !important;
}

.bg-blue-grey-11 {
  background: #cfd8dc !important;
}

.bg-blue-grey-12 {
  background: #b0bec5 !important;
}

.bg-blue-grey-13 {
  background: #78909c !important;
}

.bg-blue-grey-14 {
  background: #455a64 !important;
}

.shadow-transition {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.shadow-1 {
  box-shadow: 0px 6px 10px rgba(1, 7, 27, 0.08), 0px 1px 18px rgba(1, 7, 27, 0.06), 0px 3px 5px rgba(1, 7, 27, 0.1);
}

.shadow-up-1 {
  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);
}

.shadow-2 {
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.04), 0px 9px 46px rgba(0, 0, 0, 0.06), 0px 11px 15px rgba(1, 7, 27, 0.1);
}

.shadow-up-2 {
  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);
}

.shadow-3 {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
}

.shadow-up-3 {
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2), 0 -3px 4px rgba(0, 0, 0, 0.14), 0 -3px 3px -2px rgba(0, 0, 0, 0.12);
}

.shadow-4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
}

.shadow-up-4 {
  box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, 0.2), 0 -4px 5px rgba(0, 0, 0, 0.14), 0 -1px 10px rgba(0, 0, 0, 0.12);
}

.shadow-5 {
  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);
}

.shadow-up-5 {
  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);
}

.shadow-6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12);
}

.shadow-up-6 {
  box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2), 0 -6px 10px rgba(0, 0, 0, 0.14), 0 -1px 18px rgba(0, 0, 0, 0.12);
}

.shadow-7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.shadow-up-7 {
  box-shadow: 0 -4px 5px -2px rgba(0, 0, 0, 0.2), 0 -7px 10px 1px rgba(0, 0, 0, 0.14), 0 -2px 16px 1px rgba(0, 0, 0, 0.12);
}

.shadow-8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.shadow-up-8 {
  box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.2), 0 -8px 10px 1px rgba(0, 0, 0, 0.14), 0 -3px 14px 2px rgba(0, 0, 0, 0.12);
}

.shadow-9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.shadow-up-9 {
  box-shadow: 0 -5px 6px -3px rgba(0, 0, 0, 0.2), 0 -9px 12px 1px rgba(0, 0, 0, 0.14), 0 -3px 16px 2px rgba(0, 0, 0, 0.12);
}

.shadow-10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.shadow-up-10 {
  box-shadow: 0 -6px 6px -3px rgba(0, 0, 0, 0.2), 0 -10px 14px 1px rgba(0, 0, 0, 0.14), 0 -4px 18px 3px rgba(0, 0, 0, 0.12);
}

.shadow-11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.shadow-up-11 {
  box-shadow: 0 -6px 7px -4px rgba(0, 0, 0, 0.2), 0 -11px 15px 1px rgba(0, 0, 0, 0.14), 0 -4px 20px 3px rgba(0, 0, 0, 0.12);
}

.shadow-12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.shadow-up-12 {
  box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2), 0 -12px 17px 2px rgba(0, 0, 0, 0.14), 0 -5px 22px 4px rgba(0, 0, 0, 0.12);
}

.shadow-13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.shadow-up-13 {
  box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2), 0 -13px 19px 2px rgba(0, 0, 0, 0.14), 0 -5px 24px 4px rgba(0, 0, 0, 0.12);
}

.shadow-14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.shadow-up-14 {
  box-shadow: 0 -7px 9px -4px rgba(0, 0, 0, 0.2), 0 -14px 21px 2px rgba(0, 0, 0, 0.14), 0 -5px 26px 4px rgba(0, 0, 0, 0.12);
}

.shadow-15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.shadow-up-15 {
  box-shadow: 0 -8px 9px -5px rgba(0, 0, 0, 0.2), 0 -15px 22px 2px rgba(0, 0, 0, 0.14), 0 -6px 28px 5px rgba(0, 0, 0, 0.12);
}

.shadow-16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.shadow-up-16 {
  box-shadow: 0 -8px 10px -5px rgba(0, 0, 0, 0.2), 0 -16px 24px 2px rgba(0, 0, 0, 0.14), 0 -6px 30px 5px rgba(0, 0, 0, 0.12);
}

.shadow-17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.shadow-up-17 {
  box-shadow: 0 -8px 11px -5px rgba(0, 0, 0, 0.2), 0 -17px 26px 2px rgba(0, 0, 0, 0.14), 0 -6px 32px 5px rgba(0, 0, 0, 0.12);
}

.shadow-18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.shadow-up-18 {
  box-shadow: 0 -9px 11px -5px rgba(0, 0, 0, 0.2), 0 -18px 28px 2px rgba(0, 0, 0, 0.14), 0 -7px 34px 6px rgba(0, 0, 0, 0.12);
}

.shadow-19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.shadow-up-19 {
  box-shadow: 0 -9px 12px -6px rgba(0, 0, 0, 0.2), 0 -19px 29px 2px rgba(0, 0, 0, 0.14), 0 -7px 36px 6px rgba(0, 0, 0, 0.12);
}

.shadow-20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.shadow-up-20 {
  box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2), 0 -20px 31px 3px rgba(0, 0, 0, 0.14), 0 -8px 38px 7px rgba(0, 0, 0, 0.12);
}

.shadow-21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.shadow-up-21 {
  box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2), 0 -21px 33px 3px rgba(0, 0, 0, 0.14), 0 -8px 40px 7px rgba(0, 0, 0, 0.12);
}

.shadow-22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.shadow-up-22 {
  box-shadow: 0 -10px 14px -6px rgba(0, 0, 0, 0.2), 0 -22px 35px 3px rgba(0, 0, 0, 0.14), 0 -8px 42px 7px rgba(0, 0, 0, 0.12);
}

.shadow-23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.shadow-up-23 {
  box-shadow: 0 -11px 14px -7px rgba(0, 0, 0, 0.2), 0 -23px 36px 3px rgba(0, 0, 0, 0.14), 0 -9px 44px 8px rgba(0, 0, 0, 0.12);
}

.shadow-24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.shadow-up-24 {
  box-shadow: 0 -11px 15px -7px rgba(0, 0, 0, 0.2), 0 -24px 38px 3px rgba(0, 0, 0, 0.14), 0 -9px 46px 8px rgba(0, 0, 0, 0.12);
}

.no-shadow, .shadow-0 {
  box-shadow: none !important;
}

.inset-shadow {
  box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.7) inset !important;
}

.inset-shadow-down {
  box-shadow: 0 -7px 9px -7px rgba(0, 0, 0, 0.7) inset !important;
}

.z-marginals {
  z-index: 2000;
}

.z-notify {
  z-index: 9500;
}

.z-fullscreen {
  z-index: 6000;
}

.z-inherit {
  z-index: inherit !important;
}

.row, .column, .flex {
  display: flex;
  flex-wrap: wrap;
}
.row.inline, .column.inline, .flex.inline {
  display: inline-flex;
}

.row.reverse {
  flex-direction: row-reverse;
}

.column {
  flex-direction: column;
}
.column.reverse {
  flex-direction: column-reverse;
}

.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

.reverse-wrap {
  flex-wrap: wrap-reverse;
}

.order-first {
  order: -10000;
}
.order-last {
  order: 10000;
}
.order-none {
  order: 0;
}

.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center, .flex-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center, .flex-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}

.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-center {
  align-content: center;
}
.content-stretch {
  align-content: stretch;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}

.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-baseline {
  align-self: baseline;
}
.self-stretch {
  align-self: stretch;
}

.q-gutter-x-none, .q-gutter-none {
  margin-left: 0;
}
.q-gutter-x-none > *, .q-gutter-none > * {
  margin-left: 0;
}
.q-gutter-y-none, .q-gutter-none {
  margin-top: 0;
}
.q-gutter-y-none > *, .q-gutter-none > * {
  margin-top: 0;
}
.q-col-gutter-x-none, .q-col-gutter-none {
  margin-left: 0;
}
.q-col-gutter-x-none > *, .q-col-gutter-none > * {
  padding-left: 0;
}
.q-col-gutter-y-none, .q-col-gutter-none {
  margin-top: 0;
}
.q-col-gutter-y-none > *, .q-col-gutter-none > * {
  padding-top: 0;
}
.q-gutter-x-xs, .q-gutter-xs {
  margin-left: -4px;
}
.q-gutter-x-xs > *, .q-gutter-xs > * {
  margin-left: 4px;
}
.q-gutter-y-xs, .q-gutter-xs {
  margin-top: -4px;
}
.q-gutter-y-xs > *, .q-gutter-xs > * {
  margin-top: 4px;
}
.q-col-gutter-x-xs, .q-col-gutter-xs {
  margin-left: -4px;
}
.q-col-gutter-x-xs > *, .q-col-gutter-xs > * {
  padding-left: 4px;
}
.q-col-gutter-y-xs, .q-col-gutter-xs {
  margin-top: -4px;
}
.q-col-gutter-y-xs > *, .q-col-gutter-xs > * {
  padding-top: 4px;
}
.q-gutter-x-sm, .q-gutter-sm {
  margin-left: -8px;
}
.q-gutter-x-sm > *, .q-gutter-sm > * {
  margin-left: 8px;
}
.q-gutter-y-sm, .q-gutter-sm {
  margin-top: -8px;
}
.q-gutter-y-sm > *, .q-gutter-sm > * {
  margin-top: 8px;
}
.q-col-gutter-x-sm, .q-col-gutter-sm {
  margin-left: -8px;
}
.q-col-gutter-x-sm > *, .q-col-gutter-sm > * {
  padding-left: 8px;
}
.q-col-gutter-y-sm, .q-col-gutter-sm {
  margin-top: -8px;
}
.q-col-gutter-y-sm > *, .q-col-gutter-sm > * {
  padding-top: 8px;
}
.q-gutter-x-md, .q-gutter-md {
  margin-left: -16px;
}
.q-gutter-x-md > *, .q-gutter-md > * {
  margin-left: 16px;
}
.q-gutter-y-md, .q-gutter-md {
  margin-top: -16px;
}
.q-gutter-y-md > *, .q-gutter-md > * {
  margin-top: 16px;
}
.q-col-gutter-x-md, .q-col-gutter-md {
  margin-left: -16px;
}
.q-col-gutter-x-md > *, .q-col-gutter-md > * {
  padding-left: 16px;
}
.q-col-gutter-y-md, .q-col-gutter-md {
  margin-top: -16px;
}
.q-col-gutter-y-md > *, .q-col-gutter-md > * {
  padding-top: 16px;
}
.q-gutter-x-lg, .q-gutter-lg {
  margin-left: -24px;
}
.q-gutter-x-lg > *, .q-gutter-lg > * {
  margin-left: 24px;
}
.q-gutter-y-lg, .q-gutter-lg {
  margin-top: -24px;
}
.q-gutter-y-lg > *, .q-gutter-lg > * {
  margin-top: 24px;
}
.q-col-gutter-x-lg, .q-col-gutter-lg {
  margin-left: -24px;
}
.q-col-gutter-x-lg > *, .q-col-gutter-lg > * {
  padding-left: 24px;
}
.q-col-gutter-y-lg, .q-col-gutter-lg {
  margin-top: -24px;
}
.q-col-gutter-y-lg > *, .q-col-gutter-lg > * {
  padding-top: 24px;
}
.q-gutter-x-xl, .q-gutter-xl {
  margin-left: -48px;
}
.q-gutter-x-xl > *, .q-gutter-xl > * {
  margin-left: 48px;
}
.q-gutter-y-xl, .q-gutter-xl {
  margin-top: -48px;
}
.q-gutter-y-xl > *, .q-gutter-xl > * {
  margin-top: 48px;
}
.q-col-gutter-x-xl, .q-col-gutter-xl {
  margin-left: -48px;
}
.q-col-gutter-x-xl > *, .q-col-gutter-xl > * {
  padding-left: 48px;
}
.q-col-gutter-y-xl, .q-col-gutter-xl {
  margin-top: -48px;
}
.q-col-gutter-y-xl > *, .q-col-gutter-xl > * {
  padding-top: 48px;
}
@media (min-width: 0) {
  .row > .col, .flex > .col, .row > .col-auto, .flex > .col-auto, .row > .col-grow, .flex > .col-grow, .row > .col-shrink, .flex > .col-shrink, .row > .col-xs, .flex > .col-xs, .row > .col-xs-auto, .row > .col-12, .row > .col-xs-12, .row > .col-11, .row > .col-xs-11, .row > .col-10, .row > .col-xs-10, .row > .col-9, .row > .col-xs-9, .row > .col-8, .row > .col-xs-8, .row > .col-7, .row > .col-xs-7, .row > .col-6, .row > .col-xs-6, .row > .col-5, .row > .col-xs-5, .row > .col-4, .row > .col-xs-4, .row > .col-3, .row > .col-xs-3, .row > .col-2, .row > .col-xs-2, .row > .col-1, .row > .col-xs-1, .row > .col-0, .row > .col-xs-0, .flex > .col-xs-auto, .flex > .col-12, .flex > .col-xs-12, .flex > .col-11, .flex > .col-xs-11, .flex > .col-10, .flex > .col-xs-10, .flex > .col-9, .flex > .col-xs-9, .flex > .col-8, .flex > .col-xs-8, .flex > .col-7, .flex > .col-xs-7, .flex > .col-6, .flex > .col-xs-6, .flex > .col-5, .flex > .col-xs-5, .flex > .col-4, .flex > .col-xs-4, .flex > .col-3, .flex > .col-xs-3, .flex > .col-2, .flex > .col-xs-2, .flex > .col-1, .flex > .col-xs-1, .flex > .col-0, .flex > .col-xs-0, .row > .col-xs-grow, .flex > .col-xs-grow, .row > .col-xs-shrink, .flex > .col-xs-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col, .flex > .col, .column > .col-auto, .flex > .col-auto, .column > .col-grow, .flex > .col-grow, .column > .col-shrink, .flex > .col-shrink, .column > .col-xs, .flex > .col-xs, .column > .col-xs-auto, .column > .col-12, .column > .col-xs-12, .column > .col-11, .column > .col-xs-11, .column > .col-10, .column > .col-xs-10, .column > .col-9, .column > .col-xs-9, .column > .col-8, .column > .col-xs-8, .column > .col-7, .column > .col-xs-7, .column > .col-6, .column > .col-xs-6, .column > .col-5, .column > .col-xs-5, .column > .col-4, .column > .col-xs-4, .column > .col-3, .column > .col-xs-3, .column > .col-2, .column > .col-xs-2, .column > .col-1, .column > .col-xs-1, .column > .col-0, .column > .col-xs-0, .flex > .col-xs-auto, .flex > .col-12, .flex > .col-xs-12, .flex > .col-11, .flex > .col-xs-11, .flex > .col-10, .flex > .col-xs-10, .flex > .col-9, .flex > .col-xs-9, .flex > .col-8, .flex > .col-xs-8, .flex > .col-7, .flex > .col-xs-7, .flex > .col-6, .flex > .col-xs-6, .flex > .col-5, .flex > .col-xs-5, .flex > .col-4, .flex > .col-xs-4, .flex > .col-3, .flex > .col-xs-3, .flex > .col-2, .flex > .col-xs-2, .flex > .col-1, .flex > .col-xs-1, .flex > .col-0, .flex > .col-xs-0, .column > .col-xs-grow, .flex > .col-xs-grow, .column > .col-xs-shrink, .flex > .col-xs-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col, .col-xs {
    flex: 10000 1 0%;
  }
  .col-auto, .col-xs-auto, .col-12, .col-xs-12, .col-11, .col-xs-11, .col-10, .col-xs-10, .col-9, .col-xs-9, .col-8, .col-xs-8, .col-7, .col-xs-7, .col-6, .col-xs-6, .col-5, .col-xs-5, .col-4, .col-xs-4, .col-3, .col-xs-3, .col-2, .col-xs-2, .col-1, .col-xs-1, .col-0, .col-xs-0 {
    flex: 0 0 auto;
  }
  .col-grow, .col-xs-grow {
    flex: 1 0 auto;
  }
  .col-shrink, .col-xs-shrink {
    flex: 0 1 auto;
  }
  .row > .col-0, .row > .col-xs-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-0, .row > .offset-xs-0 {
    margin-left: 0%;
  }
  .column > .col-0, .column > .col-xs-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-1, .row > .col-xs-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-1, .row > .offset-xs-1 {
    margin-left: 8.3333%;
  }
  .column > .col-1, .column > .col-xs-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-2, .row > .col-xs-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-2, .row > .offset-xs-2 {
    margin-left: 16.6667%;
  }
  .column > .col-2, .column > .col-xs-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-3, .row > .col-xs-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-3, .row > .offset-xs-3 {
    margin-left: 25%;
  }
  .column > .col-3, .column > .col-xs-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-4, .row > .col-xs-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-4, .row > .offset-xs-4 {
    margin-left: 33.3333%;
  }
  .column > .col-4, .column > .col-xs-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-5, .row > .col-xs-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-5, .row > .offset-xs-5 {
    margin-left: 41.6667%;
  }
  .column > .col-5, .column > .col-xs-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-6, .row > .col-xs-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-6, .row > .offset-xs-6 {
    margin-left: 50%;
  }
  .column > .col-6, .column > .col-xs-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-7, .row > .col-xs-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-7, .row > .offset-xs-7 {
    margin-left: 58.3333%;
  }
  .column > .col-7, .column > .col-xs-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-8, .row > .col-xs-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-8, .row > .offset-xs-8 {
    margin-left: 66.6667%;
  }
  .column > .col-8, .column > .col-xs-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-9, .row > .col-xs-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-9, .row > .offset-xs-9 {
    margin-left: 75%;
  }
  .column > .col-9, .column > .col-xs-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-10, .row > .col-xs-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-10, .row > .offset-xs-10 {
    margin-left: 83.3333%;
  }
  .column > .col-10, .column > .col-xs-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-11, .row > .col-xs-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-11, .row > .offset-xs-11 {
    margin-left: 91.6667%;
  }
  .column > .col-11, .column > .col-xs-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-12, .row > .col-xs-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-12, .row > .offset-xs-12 {
    margin-left: 100%;
  }
  .column > .col-12, .column > .col-xs-12 {
    height: 100%;
    width: auto;
  }
  .row > .col-all {
    height: auto;
    flex: 0 0 100%;
  }
}
@media (min-width: 600px) {
  .row > .col-sm, .flex > .col-sm, .row > .col-sm-auto, .row > .col-sm-12, .row > .col-sm-11, .row > .col-sm-10, .row > .col-sm-9, .row > .col-sm-8, .row > .col-sm-7, .row > .col-sm-6, .row > .col-sm-5, .row > .col-sm-4, .row > .col-sm-3, .row > .col-sm-2, .row > .col-sm-1, .row > .col-sm-0, .flex > .col-sm-auto, .flex > .col-sm-12, .flex > .col-sm-11, .flex > .col-sm-10, .flex > .col-sm-9, .flex > .col-sm-8, .flex > .col-sm-7, .flex > .col-sm-6, .flex > .col-sm-5, .flex > .col-sm-4, .flex > .col-sm-3, .flex > .col-sm-2, .flex > .col-sm-1, .flex > .col-sm-0, .row > .col-sm-grow, .flex > .col-sm-grow, .row > .col-sm-shrink, .flex > .col-sm-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-sm, .flex > .col-sm, .column > .col-sm-auto, .column > .col-sm-12, .column > .col-sm-11, .column > .col-sm-10, .column > .col-sm-9, .column > .col-sm-8, .column > .col-sm-7, .column > .col-sm-6, .column > .col-sm-5, .column > .col-sm-4, .column > .col-sm-3, .column > .col-sm-2, .column > .col-sm-1, .column > .col-sm-0, .flex > .col-sm-auto, .flex > .col-sm-12, .flex > .col-sm-11, .flex > .col-sm-10, .flex > .col-sm-9, .flex > .col-sm-8, .flex > .col-sm-7, .flex > .col-sm-6, .flex > .col-sm-5, .flex > .col-sm-4, .flex > .col-sm-3, .flex > .col-sm-2, .flex > .col-sm-1, .flex > .col-sm-0, .column > .col-sm-grow, .flex > .col-sm-grow, .column > .col-sm-shrink, .flex > .col-sm-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-sm {
    flex: 10000 1 0%;
  }
  .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm-0 {
    flex: 0 0 auto;
  }
  .col-sm-grow {
    flex: 1 0 auto;
  }
  .col-sm-shrink {
    flex: 0 1 auto;
  }
  .row > .col-sm-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-sm-0 {
    margin-left: 0%;
  }
  .column > .col-sm-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-sm-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-sm-1 {
    margin-left: 8.3333%;
  }
  .column > .col-sm-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-sm-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-sm-2 {
    margin-left: 16.6667%;
  }
  .column > .col-sm-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-sm-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-sm-3 {
    margin-left: 25%;
  }
  .column > .col-sm-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-sm-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .column > .col-sm-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-sm-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-sm-5 {
    margin-left: 41.6667%;
  }
  .column > .col-sm-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-sm-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-sm-6 {
    margin-left: 50%;
  }
  .column > .col-sm-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-sm-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .column > .col-sm-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-sm-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-sm-8 {
    margin-left: 66.6667%;
  }
  .column > .col-sm-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-sm-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-sm-9 {
    margin-left: 75%;
  }
  .column > .col-sm-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-sm-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .column > .col-sm-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-sm-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-sm-11 {
    margin-left: 91.6667%;
  }
  .column > .col-sm-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-sm-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-sm-12 {
    margin-left: 100%;
  }
  .column > .col-sm-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .row > .col-md, .flex > .col-md, .row > .col-md-auto, .row > .col-md-12, .row > .col-md-11, .row > .col-md-10, .row > .col-md-9, .row > .col-md-8, .row > .col-md-7, .row > .col-md-6, .row > .col-md-5, .row > .col-md-4, .row > .col-md-3, .row > .col-md-2, .row > .col-md-1, .row > .col-md-0, .flex > .col-md-auto, .flex > .col-md-12, .flex > .col-md-11, .flex > .col-md-10, .flex > .col-md-9, .flex > .col-md-8, .flex > .col-md-7, .flex > .col-md-6, .flex > .col-md-5, .flex > .col-md-4, .flex > .col-md-3, .flex > .col-md-2, .flex > .col-md-1, .flex > .col-md-0, .row > .col-md-grow, .flex > .col-md-grow, .row > .col-md-shrink, .flex > .col-md-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-md, .flex > .col-md, .column > .col-md-auto, .column > .col-md-12, .column > .col-md-11, .column > .col-md-10, .column > .col-md-9, .column > .col-md-8, .column > .col-md-7, .column > .col-md-6, .column > .col-md-5, .column > .col-md-4, .column > .col-md-3, .column > .col-md-2, .column > .col-md-1, .column > .col-md-0, .flex > .col-md-auto, .flex > .col-md-12, .flex > .col-md-11, .flex > .col-md-10, .flex > .col-md-9, .flex > .col-md-8, .flex > .col-md-7, .flex > .col-md-6, .flex > .col-md-5, .flex > .col-md-4, .flex > .col-md-3, .flex > .col-md-2, .flex > .col-md-1, .flex > .col-md-0, .column > .col-md-grow, .flex > .col-md-grow, .column > .col-md-shrink, .flex > .col-md-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-md {
    flex: 10000 1 0%;
  }
  .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md-0 {
    flex: 0 0 auto;
  }
  .col-md-grow {
    flex: 1 0 auto;
  }
  .col-md-shrink {
    flex: 0 1 auto;
  }
  .row > .col-md-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-md-0 {
    margin-left: 0%;
  }
  .column > .col-md-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-md-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-md-1 {
    margin-left: 8.3333%;
  }
  .column > .col-md-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-md-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-md-2 {
    margin-left: 16.6667%;
  }
  .column > .col-md-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-md-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-md-3 {
    margin-left: 25%;
  }
  .column > .col-md-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-md-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-md-4 {
    margin-left: 33.3333%;
  }
  .column > .col-md-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-md-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-md-5 {
    margin-left: 41.6667%;
  }
  .column > .col-md-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-md-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-md-6 {
    margin-left: 50%;
  }
  .column > .col-md-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-md-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-md-7 {
    margin-left: 58.3333%;
  }
  .column > .col-md-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-md-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-md-8 {
    margin-left: 66.6667%;
  }
  .column > .col-md-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-md-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-md-9 {
    margin-left: 75%;
  }
  .column > .col-md-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-md-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-md-10 {
    margin-left: 83.3333%;
  }
  .column > .col-md-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-md-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-md-11 {
    margin-left: 91.6667%;
  }
  .column > .col-md-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-md-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-md-12 {
    margin-left: 100%;
  }
  .column > .col-md-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .row > .col-lg, .flex > .col-lg, .row > .col-lg-auto, .row > .col-lg-12, .row > .col-lg-11, .row > .col-lg-10, .row > .col-lg-9, .row > .col-lg-8, .row > .col-lg-7, .row > .col-lg-6, .row > .col-lg-5, .row > .col-lg-4, .row > .col-lg-3, .row > .col-lg-2, .row > .col-lg-1, .row > .col-lg-0, .flex > .col-lg-auto, .flex > .col-lg-12, .flex > .col-lg-11, .flex > .col-lg-10, .flex > .col-lg-9, .flex > .col-lg-8, .flex > .col-lg-7, .flex > .col-lg-6, .flex > .col-lg-5, .flex > .col-lg-4, .flex > .col-lg-3, .flex > .col-lg-2, .flex > .col-lg-1, .flex > .col-lg-0, .row > .col-lg-grow, .flex > .col-lg-grow, .row > .col-lg-shrink, .flex > .col-lg-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-lg, .flex > .col-lg, .column > .col-lg-auto, .column > .col-lg-12, .column > .col-lg-11, .column > .col-lg-10, .column > .col-lg-9, .column > .col-lg-8, .column > .col-lg-7, .column > .col-lg-6, .column > .col-lg-5, .column > .col-lg-4, .column > .col-lg-3, .column > .col-lg-2, .column > .col-lg-1, .column > .col-lg-0, .flex > .col-lg-auto, .flex > .col-lg-12, .flex > .col-lg-11, .flex > .col-lg-10, .flex > .col-lg-9, .flex > .col-lg-8, .flex > .col-lg-7, .flex > .col-lg-6, .flex > .col-lg-5, .flex > .col-lg-4, .flex > .col-lg-3, .flex > .col-lg-2, .flex > .col-lg-1, .flex > .col-lg-0, .column > .col-lg-grow, .flex > .col-lg-grow, .column > .col-lg-shrink, .flex > .col-lg-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-lg {
    flex: 10000 1 0%;
  }
  .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg-0 {
    flex: 0 0 auto;
  }
  .col-lg-grow {
    flex: 1 0 auto;
  }
  .col-lg-shrink {
    flex: 0 1 auto;
  }
  .row > .col-lg-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-lg-0 {
    margin-left: 0%;
  }
  .column > .col-lg-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-lg-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-lg-1 {
    margin-left: 8.3333%;
  }
  .column > .col-lg-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-lg-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-lg-2 {
    margin-left: 16.6667%;
  }
  .column > .col-lg-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-lg-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-lg-3 {
    margin-left: 25%;
  }
  .column > .col-lg-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-lg-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-lg-4 {
    margin-left: 33.3333%;
  }
  .column > .col-lg-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-lg-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-lg-5 {
    margin-left: 41.6667%;
  }
  .column > .col-lg-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-lg-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-lg-6 {
    margin-left: 50%;
  }
  .column > .col-lg-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-lg-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-lg-7 {
    margin-left: 58.3333%;
  }
  .column > .col-lg-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-lg-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-lg-8 {
    margin-left: 66.6667%;
  }
  .column > .col-lg-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-lg-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-lg-9 {
    margin-left: 75%;
  }
  .column > .col-lg-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-lg-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-lg-10 {
    margin-left: 83.3333%;
  }
  .column > .col-lg-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-lg-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-lg-11 {
    margin-left: 91.6667%;
  }
  .column > .col-lg-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-lg-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-lg-12 {
    margin-left: 100%;
  }
  .column > .col-lg-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1920px) {
  .row > .col-xl, .flex > .col-xl, .row > .col-xl-auto, .row > .col-xl-12, .row > .col-xl-11, .row > .col-xl-10, .row > .col-xl-9, .row > .col-xl-8, .row > .col-xl-7, .row > .col-xl-6, .row > .col-xl-5, .row > .col-xl-4, .row > .col-xl-3, .row > .col-xl-2, .row > .col-xl-1, .row > .col-xl-0, .flex > .col-xl-auto, .flex > .col-xl-12, .flex > .col-xl-11, .flex > .col-xl-10, .flex > .col-xl-9, .flex > .col-xl-8, .flex > .col-xl-7, .flex > .col-xl-6, .flex > .col-xl-5, .flex > .col-xl-4, .flex > .col-xl-3, .flex > .col-xl-2, .flex > .col-xl-1, .flex > .col-xl-0, .row > .col-xl-grow, .flex > .col-xl-grow, .row > .col-xl-shrink, .flex > .col-xl-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-xl, .flex > .col-xl, .column > .col-xl-auto, .column > .col-xl-12, .column > .col-xl-11, .column > .col-xl-10, .column > .col-xl-9, .column > .col-xl-8, .column > .col-xl-7, .column > .col-xl-6, .column > .col-xl-5, .column > .col-xl-4, .column > .col-xl-3, .column > .col-xl-2, .column > .col-xl-1, .column > .col-xl-0, .flex > .col-xl-auto, .flex > .col-xl-12, .flex > .col-xl-11, .flex > .col-xl-10, .flex > .col-xl-9, .flex > .col-xl-8, .flex > .col-xl-7, .flex > .col-xl-6, .flex > .col-xl-5, .flex > .col-xl-4, .flex > .col-xl-3, .flex > .col-xl-2, .flex > .col-xl-1, .flex > .col-xl-0, .column > .col-xl-grow, .flex > .col-xl-grow, .column > .col-xl-shrink, .flex > .col-xl-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-xl {
    flex: 10000 1 0%;
  }
  .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl-0 {
    flex: 0 0 auto;
  }
  .col-xl-grow {
    flex: 1 0 auto;
  }
  .col-xl-shrink {
    flex: 0 1 auto;
  }
  .row > .col-xl-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-xl-0 {
    margin-left: 0%;
  }
  .column > .col-xl-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-xl-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-xl-1 {
    margin-left: 8.3333%;
  }
  .column > .col-xl-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-xl-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-xl-2 {
    margin-left: 16.6667%;
  }
  .column > .col-xl-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-xl-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-xl-3 {
    margin-left: 25%;
  }
  .column > .col-xl-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-xl-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-xl-4 {
    margin-left: 33.3333%;
  }
  .column > .col-xl-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-xl-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-xl-5 {
    margin-left: 41.6667%;
  }
  .column > .col-xl-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-xl-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-xl-6 {
    margin-left: 50%;
  }
  .column > .col-xl-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-xl-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-xl-7 {
    margin-left: 58.3333%;
  }
  .column > .col-xl-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-xl-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-xl-8 {
    margin-left: 66.6667%;
  }
  .column > .col-xl-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-xl-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-xl-9 {
    margin-left: 75%;
  }
  .column > .col-xl-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-xl-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-xl-10 {
    margin-left: 83.3333%;
  }
  .column > .col-xl-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-xl-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-xl-11 {
    margin-left: 91.6667%;
  }
  .column > .col-xl-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-xl-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-xl-12 {
    margin-left: 100%;
  }
  .column > .col-xl-12 {
    height: 100%;
    width: auto;
  }
}
.rounded-borders {
  border-radius: 6px;
}

.border-radius-inherit {
  border-radius: inherit;
}

.no-transition {
  transition: none !important;
}

.transition-0 {
  transition: 0s !important;
}

.glossy {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04)) !important;
}
.q-placeholder::placeholder {
  color: inherit;
  opacity: 0.6;
}

/* body */
.q-body--fullscreen-mixin, .q-body--prevent-scroll {
  position: fixed !important;
}

.q-body--force-scrollbar-x {
  overflow-x: scroll;
}

.q-body--force-scrollbar-y {
  overflow-y: scroll;
}

.q-no-input-spinner {
  -moz-appearance: textfield !important;
}
.q-no-input-spinner::-webkit-outer-spin-button, .q-no-input-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.q-link {
  outline: 0;
  text-decoration: none;
}
.q-link--focusable:focus-visible {
  -webkit-text-decoration: underline dashed currentColor 1px;
          text-decoration: underline dashed currentColor 1px;
}

body.electron .q-electron-drag {
  -webkit-user-select: none;
  -webkit-app-region: drag;
}
body.electron .q-electron-drag .q-btn-item, body.electron .q-electron-drag--exception {
  -webkit-app-region: no-drag;
}

img.responsive {
  max-width: 100%;
  height: auto;
}

.non-selectable {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.scroll {
  overflow: auto;
}

.scroll, .scroll-x, .scroll-y {
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.scroll-x {
  overflow-x: auto;
}

.scroll-y {
  overflow-y: auto;
}

.no-scroll {
  overflow: hidden !important;
}

.no-pointer-events,
.no-pointer-events--children,
.no-pointer-events--children * {
  pointer-events: none !important;
}

.all-pointer-events {
  pointer-events: all !important;
}

.cursor-pointer {
  cursor: pointer !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-inherit {
  cursor: inherit !important;
}
.cursor-none {
  cursor: none !important;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.rotate-45 {
  transform: rotate(45deg) /* rtl:ignore */;
}

.rotate-90 {
  transform: rotate(90deg) /* rtl:ignore */;
}

.rotate-135 {
  transform: rotate(135deg) /* rtl:ignore */;
}

.rotate-180 {
  transform: rotate(180deg) /* rtl:ignore */;
}

.rotate-225 {
  transform: rotate(225deg) /* rtl:ignore */;
}

.rotate-270 {
  transform: rotate(270deg) /* rtl:ignore */;
}

.rotate-315 {
  transform: rotate(315deg) /* rtl:ignore */;
}

.flip-horizontal {
  transform: scaleX(-1);
}

.flip-vertical {
  transform: scaleY(-1);
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.relative-position {
  position: relative;
}

.fixed,
.fixed-full,
.fullscreen,
.fixed-center,
.fixed-bottom,
.fixed-left,
.fixed-right,
.fixed-top,
.fixed-top-left,
.fixed-top-right,
.fixed-bottom-left,
.fixed-bottom-right {
  position: fixed;
}

.absolute,
.absolute-full,
.absolute-center,
.absolute-bottom,
.absolute-left,
.absolute-right,
.absolute-top,
.absolute-top-left,
.absolute-top-right,
.absolute-bottom-left,
.absolute-bottom-right {
  position: absolute;
}

.fixed-top, .absolute-top {
  top: 0;
  left: 0;
  right: 0;
}

.fixed-right, .absolute-right {
  top: 0;
  right: 0;
  bottom: 0;
}

.fixed-bottom, .absolute-bottom {
  right: 0;
  bottom: 0;
  left: 0;
}

.fixed-left, .absolute-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.fixed-top-left, .absolute-top-left {
  top: 0;
  left: 0;
}

.fixed-top-right, .absolute-top-right {
  top: 0;
  right: 0;
}

.fixed-bottom-left, .absolute-bottom-left {
  bottom: 0;
  left: 0;
}

.fixed-bottom-right, .absolute-bottom-right {
  bottom: 0;
  right: 0;
}

.fullscreen {
  z-index: 6000;
  border-radius: 0 !important;
  max-width: 100vw;
  max-height: 100vh;
}

body.q-ios-padding .fullscreen {
  padding-top: 20px !important;
  padding-top: env(safe-area-inset-top) !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
}

.absolute-full, .fullscreen, .fixed-full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fixed-center, .absolute-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vertical-top {
  vertical-align: top !important;
}
.vertical-middle {
  vertical-align: middle !important;
}
.vertical-bottom {
  vertical-align: bottom !important;
}

.on-left {
  margin-right: 12px;
}

.on-right {
  margin-left: 12px;
}

/* internal: */
.q-position-engine {
  margin-top: var(--q-pe-top, 0) !important;
  margin-left: var(--q-pe-left, 0) !important;
  will-change: auto;
  visibility: collapse;
}

:root {
  --q-size-xs: 0;
  --q-size-sm: 600px;
  --q-size-md: 1024px;
  --q-size-lg: 1440px;
  --q-size-xl: 1920px;
}

.fit {
  width: 100% !important;
  height: 100% !important;
}

.full-height {
  height: 100% !important;
}

.full-width {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.window-height {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100vh !important;
}

.window-width {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100vw !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.q-pa-none {
  padding: 0 0;
}

.q-pl-none {
  padding-left: 0;
}

.q-pr-none {
  padding-right: 0;
}

.q-pt-none {
  padding-top: 0;
}

.q-pb-none {
  padding-bottom: 0;
}

.q-px-none {
  padding-left: 0;
  padding-right: 0;
}

.q-py-none {
  padding-top: 0;
  padding-bottom: 0;
}

.q-ma-none {
  margin: 0 0;
}

.q-ml-none {
  margin-left: 0;
}

.q-mr-none {
  margin-right: 0;
}

.q-mt-none {
  margin-top: 0;
}

.q-mb-none {
  margin-bottom: 0;
}

.q-mx-none {
  margin-left: 0;
  margin-right: 0;
}

.q-my-none {
  margin-top: 0;
  margin-bottom: 0;
}

.q-pa-xs {
  padding: 4px 4px;
}

.q-pl-xs {
  padding-left: 4px;
}

.q-pr-xs {
  padding-right: 4px;
}

.q-pt-xs {
  padding-top: 4px;
}

.q-pb-xs {
  padding-bottom: 4px;
}

.q-px-xs {
  padding-left: 4px;
  padding-right: 4px;
}

.q-py-xs {
  padding-top: 4px;
  padding-bottom: 4px;
}

.q-ma-xs {
  margin: 4px 4px;
}

.q-ml-xs {
  margin-left: 4px;
}

.q-mr-xs {
  margin-right: 4px;
}

.q-mt-xs {
  margin-top: 4px;
}

.q-mb-xs {
  margin-bottom: 4px;
}

.q-mx-xs {
  margin-left: 4px;
  margin-right: 4px;
}

.q-my-xs {
  margin-top: 4px;
  margin-bottom: 4px;
}

.q-pa-sm {
  padding: 8px 8px;
}

.q-pl-sm {
  padding-left: 8px;
}

.q-pr-sm {
  padding-right: 8px;
}

.q-pt-sm {
  padding-top: 8px;
}

.q-pb-sm {
  padding-bottom: 8px;
}

.q-px-sm {
  padding-left: 8px;
  padding-right: 8px;
}

.q-py-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}

.q-ma-sm {
  margin: 8px 8px;
}

.q-ml-sm {
  margin-left: 8px;
}

.q-mr-sm {
  margin-right: 8px;
}

.q-mt-sm {
  margin-top: 8px;
}

.q-mb-sm {
  margin-bottom: 8px;
}

.q-mx-sm {
  margin-left: 8px;
  margin-right: 8px;
}

.q-my-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}

.q-pa-md {
  padding: 16px 16px;
}

.q-pl-md {
  padding-left: 16px;
}

.q-pr-md {
  padding-right: 16px;
}

.q-pt-md {
  padding-top: 16px;
}

.q-pb-md {
  padding-bottom: 16px;
}

.q-px-md {
  padding-left: 16px;
  padding-right: 16px;
}

.q-py-md {
  padding-top: 16px;
  padding-bottom: 16px;
}

.q-ma-md {
  margin: 16px 16px;
}

.q-ml-md {
  margin-left: 16px;
}

.q-mr-md {
  margin-right: 16px;
}

.q-mt-md {
  margin-top: 16px;
}

.q-mb-md {
  margin-bottom: 16px;
}

.q-mx-md {
  margin-left: 16px;
  margin-right: 16px;
}

.q-my-md {
  margin-top: 16px;
  margin-bottom: 16px;
}

.q-pa-lg {
  padding: 24px 8px;
}

.q-pl-lg {
  padding-left: 8px;
}

.q-pr-lg {
  padding-right: 8px;
}

.q-pt-lg {
  padding-top: 24px;
}

.q-pb-lg {
  padding-bottom: 24px;
}

.q-px-lg {
  padding-left: 8px;
  padding-right: 8px;
}

.q-py-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}

.q-ma-lg {
  margin: 24px 8px;
}

.q-ml-lg {
  margin-left: 8px;
}

.q-mr-lg {
  margin-right: 8px;
}

.q-mt-lg {
  margin-top: 24px;
}

.q-mb-lg {
  margin-bottom: 24px;
}

.q-mx-lg {
  margin-left: 8px;
  margin-right: 8px;
}

.q-my-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}

.q-pa-xl {
  padding: 48px 48px;
}

.q-pl-xl {
  padding-left: 48px;
}

.q-pr-xl {
  padding-right: 48px;
}

.q-pt-xl {
  padding-top: 48px;
}

.q-pb-xl {
  padding-bottom: 48px;
}

.q-px-xl {
  padding-left: 48px;
  padding-right: 48px;
}

.q-py-xl {
  padding-top: 48px;
  padding-bottom: 48px;
}

.q-ma-xl {
  margin: 48px 48px;
}

.q-ml-xl {
  margin-left: 48px;
}

.q-mr-xl {
  margin-right: 48px;
}

.q-mt-xl {
  margin-top: 48px;
}

.q-mb-xl {
  margin-bottom: 48px;
}

.q-mx-xl {
  margin-left: 48px;
  margin-right: 48px;
}

.q-my-xl {
  margin-top: 48px;
  margin-bottom: 48px;
}

.q-mt-auto, .q-my-auto {
  margin-top: auto;
}

.q-ml-auto {
  margin-left: auto;
}

.q-mb-auto, .q-my-auto {
  margin-bottom: auto;
}

.q-mr-auto {
  margin-right: auto;
}

.q-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.q-touch {
  -webkit-user-select: none;
          user-select: none;
  user-drag: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

.q-touch-x {
  touch-action: pan-x;
}

.q-touch-y {
  touch-action: pan-y;
}

:root {
  --q-transition-duration: .3s;
}

.q-transition--slide-right-enter-active, .q-transition--slide-right-leave-active, .q-transition--slide-left-enter-active, .q-transition--slide-left-leave-active, .q-transition--slide-up-enter-active, .q-transition--slide-up-leave-active, .q-transition--slide-down-enter-active, .q-transition--slide-down-leave-active, .q-transition--jump-right-enter-active, .q-transition--jump-right-leave-active, .q-transition--jump-left-enter-active, .q-transition--jump-left-leave-active, .q-transition--jump-up-enter-active, .q-transition--jump-up-leave-active, .q-transition--jump-down-enter-active, .q-transition--jump-down-leave-active, .q-transition--fade-enter-active, .q-transition--fade-leave-active, .q-transition--scale-enter-active, .q-transition--scale-leave-active, .q-transition--rotate-enter-active, .q-transition--rotate-leave-active, .q-transition--flip-enter-active, .q-transition--flip-leave-active {
  --q-transition-duration: .3s;
  --q-transition-easing: cubic-bezier(0.215,0.61,0.355,1);
}
.q-transition--slide-right-leave-active, .q-transition--slide-left-leave-active, .q-transition--slide-up-leave-active, .q-transition--slide-down-leave-active, .q-transition--jump-right-leave-active, .q-transition--jump-left-leave-active, .q-transition--jump-up-leave-active, .q-transition--jump-down-leave-active, .q-transition--fade-leave-active, .q-transition--scale-leave-active, .q-transition--rotate-leave-active, .q-transition--flip-leave-active {
  position: absolute;
}
.q-transition--slide-right-enter-active, .q-transition--slide-right-leave-active, .q-transition--slide-left-enter-active, .q-transition--slide-left-leave-active, .q-transition--slide-up-enter-active, .q-transition--slide-up-leave-active, .q-transition--slide-down-enter-active, .q-transition--slide-down-leave-active {
  transition: transform var(--q-transition-duration) var(--q-transition-easing);
}
.q-transition--slide-right-enter-from {
  transform: translate3d(-100%, 0, 0);
}
.q-transition--slide-right-leave-to {
  transform: translate3d(100%, 0, 0);
}
.q-transition--slide-left-enter-from {
  transform: translate3d(100%, 0, 0);
}
.q-transition--slide-left-leave-to {
  transform: translate3d(-100%, 0, 0);
}
.q-transition--slide-up-enter-from {
  transform: translate3d(0, 100%, 0);
}
.q-transition--slide-up-leave-to {
  transform: translate3d(0, -100%, 0);
}
.q-transition--slide-down-enter-from {
  transform: translate3d(0, -100%, 0);
}
.q-transition--slide-down-leave-to {
  transform: translate3d(0, 100%, 0);
}
.q-transition--jump-right-enter-active, .q-transition--jump-right-leave-active, .q-transition--jump-left-enter-active, .q-transition--jump-left-leave-active, .q-transition--jump-up-enter-active, .q-transition--jump-up-leave-active, .q-transition--jump-down-enter-active, .q-transition--jump-down-leave-active {
  transition: opacity var(--q-transition-duration), transform var(--q-transition-duration);
}
.q-transition--jump-right-enter-from, .q-transition--jump-right-leave-to, .q-transition--jump-left-enter-from, .q-transition--jump-left-leave-to, .q-transition--jump-up-enter-from, .q-transition--jump-up-leave-to, .q-transition--jump-down-enter-from, .q-transition--jump-down-leave-to {
  opacity: 0;
}
.q-transition--jump-right-enter-from {
  transform: translate3d(-15px, 0, 0);
}
.q-transition--jump-right-leave-to {
  transform: translate3d(15px, 0, 0);
}
.q-transition--jump-left-enter-from {
  transform: translate3d(15px, 0, 0);
}
.q-transition--jump-left-leave-to {
  transform: translateX(-15px);
}
.q-transition--jump-up-enter-from {
  transform: translate3d(0, 15px, 0);
}
.q-transition--jump-up-leave-to {
  transform: translate3d(0, -15px, 0);
}
.q-transition--jump-down-enter-from {
  transform: translate3d(0, -15px, 0);
}
.q-transition--jump-down-leave-to {
  transform: translate3d(0, 15px, 0);
}
.q-transition--fade-enter-active, .q-transition--fade-leave-active {
  transition: opacity var(--q-transition-duration) ease-out;
}
.q-transition--fade-enter-from, .q-transition--fade-leave-to {
  opacity: 0;
}
.q-transition--scale-enter-active, .q-transition--scale-leave-active {
  transition: opacity var(--q-transition-duration), transform var(--q-transition-duration) var(--q-transition-easing);
}
.q-transition--scale-enter-from, .q-transition--scale-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1);
}
.q-transition--rotate-enter-active, .q-transition--rotate-leave-active {
  transition: opacity var(--q-transition-duration), transform var(--q-transition-duration) var(--q-transition-easing);
  transform-style: preserve-3d;
}
.q-transition--rotate-enter-from, .q-transition--rotate-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1) rotate3d(0, 0, 1, 90deg);
}
.q-transition--flip-right-enter-active, .q-transition--flip-right-leave-active, .q-transition--flip-left-enter-active, .q-transition--flip-left-leave-active, .q-transition--flip-up-enter-active, .q-transition--flip-up-leave-active, .q-transition--flip-down-enter-active, .q-transition--flip-down-leave-active {
  transition: transform var(--q-transition-duration);
  backface-visibility: hidden;
}
.q-transition--flip-right-enter-to, .q-transition--flip-right-leave-from, .q-transition--flip-left-enter-to, .q-transition--flip-left-leave-from, .q-transition--flip-up-enter-to, .q-transition--flip-up-leave-from, .q-transition--flip-down-enter-to, .q-transition--flip-down-leave-from {
  transform: perspective(400px) rotate3d(1, 1, 0, 0deg);
}
.q-transition--flip-right-enter-from {
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
}
.q-transition--flip-right-leave-to {
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
}
.q-transition--flip-left-enter-from {
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
}
.q-transition--flip-left-leave-to {
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
}
.q-transition--flip-up-enter-from {
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
}
.q-transition--flip-up-leave-to {
  transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
}
.q-transition--flip-down-enter-from {
  transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
}
.q-transition--flip-down-leave-to {
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-border {
  border: 0 !important;
}

.no-border-radius {
  border-radius: 0 !important;
}

.no-box-shadow {
  box-shadow: none !important;
}

.no-outline {
  outline: 0 !important;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ellipsis-2-lines, .ellipsis-3-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis-2-lines {
  -webkit-line-clamp: 2;
}
.ellipsis-3-lines {
  -webkit-line-clamp: 3;
}

.readonly {
  cursor: default !important;
}

.disabled, .disabled *, [disabled], [disabled] * {
  outline: 0 !important;
  cursor: not-allowed !important;
}

.disabled, [disabled] {
  opacity: 0.6 !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.transparent {
  background: transparent !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-hidden-y {
  overflow-y: hidden !important;
}

.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.dimmed:after, .light-dimmed:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0 /* rtl:ignore */;
  bottom: 0;
  left: 0 /* rtl:ignore */;
}

.dimmed:after {
  background: rgba(0, 0, 0, 0.5) !important;
}

.light-dimmed:after {
  background: rgba(255, 255, 255, 0.6) !important;
}

.z-top {
  z-index: 7000 !important;
}

.z-max {
  z-index: 9998 !important;
}

body:not(.desktop) .desktop-only,
body.desktop .desktop-hide {
  display: none !important;
}

body:not(.mobile) .mobile-only,
body.mobile .mobile-hide {
  display: none !important;
}

body:not(.native-mobile) .native-mobile-only,
body.native-mobile .native-mobile-hide {
  display: none !important;
}

body:not(.cordova) .cordova-only,
body.cordova .cordova-hide {
  display: none !important;
}

body:not(.capacitor) .capacitor-only,
body.capacitor .capacitor-hide {
  display: none !important;
}

body:not(.electron) .electron-only,
body.electron .electron-hide {
  display: none !important;
}

body:not(.touch) .touch-only,
body.touch .touch-hide {
  display: none !important;
}

body:not(.within-iframe) .within-iframe-only,
body.within-iframe .within-iframe-hide {
  display: none !important;
}

body:not(.platform-ios) .platform-ios-only,
body.platform-ios .platform-ios-hide {
  display: none !important;
}

body:not(.platform-android) .platform-android-only,
body.platform-android .platform-android-hide {
  display: none !important;
}

@media all and (orientation: portrait) {
  .orientation-landscape {
    display: none !important;
  }
}
@media all and (orientation: landscape) {
  .orientation-portrait {
    display: none !important;
  }
}
@media screen {
  .print-only {
    display: none !important;
  }
}
@media print {
  .print-hide {
    display: none !important;
  }
}
@media (max-width: 599.98px) {
  .xs-hide, .gt-xs, .sm, .gt-sm, .md, .gt-md, .lg, .gt-lg, .xl {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1023.98px) {
  .sm-hide, .xs, .lt-sm, .gt-sm, .md, .gt-md, .lg, .gt-lg, .xl {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .md-hide, .xs, .lt-sm, .sm, .lt-md, .gt-md, .lg, .gt-lg, .xl {
    display: none !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .lg-hide, .xs, .lt-sm, .sm, .lt-md, .md, .lt-lg, .gt-lg, .xl {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .xl-hide, .xs, .lt-sm, .sm, .lt-md, .md, .lt-lg, .lg, .lt-xl {
    display: none !important;
  }
}
.q-focus-helper, .q-focusable, .q-manual-focusable, .q-hoverable {
  outline: 0;
}

body.desktop .q-focus-helper {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
}
body.desktop .q-focus-helper:before, body.desktop .q-focus-helper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: inherit;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
}
body.desktop .q-focus-helper:before {
  background: #000;
}
body.desktop .q-focus-helper:after {
  background: #fff;
}
body.desktop .q-focus-helper--rounded {
  border-radius: 6px;
}
body.desktop .q-focus-helper--round {
  border-radius: 50%;
}
body.desktop .q-focusable:focus > .q-focus-helper, body.desktop .q-manual-focusable--focused > .q-focus-helper, body.desktop .q-hoverable:hover > .q-focus-helper {
  background: currentColor;
  opacity: 0.15;
}
body.desktop .q-focusable:focus > .q-focus-helper:before, body.desktop .q-manual-focusable--focused > .q-focus-helper:before, body.desktop .q-hoverable:hover > .q-focus-helper:before {
  opacity: 0.1;
}
body.desktop .q-focusable:focus > .q-focus-helper:after, body.desktop .q-manual-focusable--focused > .q-focus-helper:after, body.desktop .q-hoverable:hover > .q-focus-helper:after {
  opacity: 0.4;
}
body.desktop .q-focusable:focus > .q-focus-helper, body.desktop .q-manual-focusable--focused > .q-focus-helper {
  opacity: 0.1;
}

body.body--dark {
  color: rgba(var(--white), 0.9);
  background: var(--q-dark-page);
}

.q-dark {
  color: rgba(var(--white), 0.9);
  background: rgba(var(--d-neutral-30), 1);
}body {
  font-size: 1rem;
  line-height: 150%;
  overflow-x: hidden;
  color: rgba(var(--neutral-100), 1);
  overflow: hidden;
}
body.body--light {
  background-color: rgba(var(--neutral-10), 1);
}

html {
  --font-base: 100%;
  font-size: var(--font-base);
}

@media (max-width: 1446px) {
  html {
    font-size: calc(var(--font-base) - 7%);
  }
}
@media (max-width: 340px) {
  html {
    font-size: calc(var(--font-base) - 30%);
  }
}code.hljs {
  border-radius: 8px;
  width: 100%;
  background: #01071b;
}

pre {
  width: 100%;
}

.list-move,
.list-leave-active {
  transition: all 0.5s ease;
}

.list-enter-active {
  transition: all 0.4s ease, opacity 0.2s ease;
  transition-delay: 0.1s;
}

.list-enter-from,
.list-leave-to {
  opacity: 0;
  transform: translateX(30px);
}

/* ensure leaving items are taken out of layout flow so that moving
 * animations can be calculated correctly. */
.list-leave-active {
  position: absolute;
}*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: Inter, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.\!static {
  position: static !important;
}
.static {
  position: static;
}
.\!fixed {
  position: fixed !important;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0;
}
.\!left-0 {
  left: 0 !important;
}
.-left-1 {
  left: -1px;
}
.-right-\[46px\] {
  right: -46px;
}
.-top-12 {
  top: -0.75rem;
}
.-top-32 {
  top: -2rem;
}
.-top-8 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0;
}
.bottom-12 {
  bottom: 0.75rem;
}
.bottom-120 {
  bottom: 7.5rem;
}
.bottom-2 {
  bottom: 0.125rem;
}
.bottom-24 {
  bottom: 1.5rem;
}
.bottom-8 {
  bottom: 0.5rem;
}
.bottom-\[5\.65rem\] {
  bottom: 5.65rem;
}
.left-0 {
  left: 0;
}
.left-\[7\.5rem\] {
  left: 7.5rem;
}
.right-0 {
  right: 0;
}
.right-12 {
  right: 0.75rem;
}
.right-16 {
  right: 1rem;
}
.right-24 {
  right: 1.5rem;
}
.right-4 {
  right: 0.25rem;
}
.right-6 {
  right:  0.38rem;
}
.right-64 {
  right: 4rem;
}
.right-8 {
  right: 0.5rem;
}
.right-80 {
  right: 5rem;
}
.top-0 {
  top: 0;
}
.top-12 {
  top: 0.75rem;
}
.top-16 {
  top: 1rem;
}
.top-2 {
  top: 0.125rem;
}
.top-4 {
  top: 0.25rem;
}
.top-40 {
  top: 2.5rem;
}
.top-8 {
  top: 0.5rem;
}
.top-\[60px\] {
  top: 60px;
}
.\!z-\[9017\] {
  z-index: 9017 !important;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2000\] {
  z-index: 2000;
}
.z-\[20\] {
  z-index: 20;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[888\] {
  z-index: 888;
}
.z-\[999999999999999999999999999999999999999999999\] {
  z-index: 999999999999999999999999999999999999999999999;
}
.z-\[999999999999999999\] {
  z-index: 999999999999999999;
}
.z-\[9999999\] {
  z-index: 9999999;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-1 {
  order: 1;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-end-1 {
  grid-row-end: 1;
}
.row-end-2 {
  grid-row-end: 2;
}
.\!m-auto {
  margin: auto !important;
}
.m-0 {
  margin: 0;
}
.m-12 {
  margin: 0.75rem;
}
.m-16 {
  margin: 1rem;
}
.m-2 {
  margin: 0.125rem;
}
.m-24 {
  margin: 1.5rem;
}
.m-4 {
  margin: 0.25rem;
}
.m-48 {
  margin: 3rem;
}
.m-auto {
  margin: auto;
}
.\!mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.-mx-16 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-24 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-my-1 {
  margin-top: -1px;
  margin-bottom: -1px;
}
.mx-1 {
  margin-left: 1px;
  margin-right: 1px;
}
.mx-16 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-2 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-4 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-48 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-6 {
  margin-left:  0.38rem;
  margin-right:  0.38rem;
}
.mx-8 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-6 {
  margin-top:  0.38rem;
  margin-bottom:  0.38rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!mb-0 {
  margin-bottom: 0 !important;
}
.\!mb-8 {
  margin-bottom: 0.5rem !important;
}
.\!ml-8 {
  margin-left: 0.5rem !important;
}
.\!ml-auto {
  margin-left: auto !important;
}
.\!mt-0 {
  margin-top: 0 !important;
}
.\!mt-4 {
  margin-top: 0.25rem !important;
}
.\!mt-\[8\.43rem\] {
  margin-top: 8.43rem !important;
}
.-mb-16 {
  margin-bottom: -1rem;
}
.-mb-8 {
  margin-bottom: -0.5rem;
}
.-ml-4 {
  margin-left: -0.25rem;
}
.-ml-8 {
  margin-left: -0.5rem;
}
.-mr-8 {
  margin-right: -0.5rem;
}
.-mt-16 {
  margin-top: -1rem;
}
.-mt-8 {
  margin-top: -0.5rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: .625rem;
}
.mb-12 {
  margin-bottom: 0.75rem;
}
.mb-16 {
  margin-bottom: 1rem;
}
.mb-18 {
  margin-bottom: 1.13rem;
}
.mb-2 {
  margin-bottom: 0.125rem;
}
.mb-24 {
  margin-bottom: 1.5rem;
}
.mb-32 {
  margin-bottom: 2rem;
}
.mb-4 {
  margin-bottom: 0.25rem;
}
.mb-40 {
  margin-bottom: 2.5rem;
}
.mb-48 {
  margin-bottom: 3rem;
}
.mb-6 {
  margin-bottom:  0.38rem;
}
.mb-64 {
  margin-bottom: 4rem;
}
.mb-8 {
  margin-bottom: 0.5rem;
}
.mb-80 {
  margin-bottom: 5rem;
}
.ml-10 {
  margin-left: .625rem;
}
.ml-12 {
  margin-left: 0.75rem;
}
.ml-16 {
  margin-left: 1rem;
}
.ml-24 {
  margin-left: 1.5rem;
}
.ml-28 {
  margin-left: 1.75rem;
}
.ml-4 {
  margin-left: 0.25rem;
}
.ml-40 {
  margin-left: 2.5rem;
}
.ml-6 {
  margin-left:  0.38rem;
}
.ml-8 {
  margin-left: 0.5rem;
}
.ml-\[2\.75rem\] {
  margin-left: 2.75rem;
}
.ml-\[26px\] {
  margin-left: 26px;
}
.ml-\[60px\] {
  margin-left: 60px;
}
.ml-auto {
  margin-left: auto;
}
.mr-12 {
  margin-right: 0.75rem;
}
.mr-16 {
  margin-right: 1rem;
}
.mr-18 {
  margin-right: 1.13rem;
}
.mr-2 {
  margin-right: 0.125rem;
}
.mr-24 {
  margin-right: 1.5rem;
}
.mr-4 {
  margin-right: 0.25rem;
}
.mr-6 {
  margin-right:  0.38rem;
}
.mr-8 {
  margin-right: 0.5rem;
}
.mr-\[2\.75rem\] {
  margin-right: 2.75rem;
}
.mt-10 {
  margin-top: .625rem;
}
.mt-12 {
  margin-top: 0.75rem;
}
.mt-16 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 0.125rem;
}
.mt-20 {
  margin-top: 1.25rem;
}
.mt-24 {
  margin-top: 1.5rem;
}
.mt-32 {
  margin-top: 2rem;
}
.mt-4 {
  margin-top: 0.25rem;
}
.mt-40 {
  margin-top: 2.5rem;
}
.mt-42 {
  margin-top: 2.63rem;
}
.mt-48 {
  margin-top: 3rem;
}
.mt-6 {
  margin-top:  0.38rem;
}
.mt-8 {
  margin-top: 0.5rem;
}
.mt-\[-255px\] {
  margin-top: -255px;
}
.mt-auto {
  margin-top: auto;
}
.\!line-clamp-1 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!size-24 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.\!size-32 {
  width: 2rem !important;
  height: 2rem !important;
}
.\!size-40 {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.size-1 {
  width: 1px;
  height: 1px;
}
.size-12 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-2 {
  width: 0.125rem;
  height: 0.125rem;
}
.size-20 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-24 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-28 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-3 {
  width: 3px;
  height: 3px;
}
.size-4 {
  width: 0.25rem;
  height: 0.25rem;
}
.size-6 {
  width:  0.38rem;
  height:  0.38rem;
}
.size-\[160px\] {
  width: 160px;
  height: 160px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-0 {
  height: 0 !important;
}
.\!h-16 {
  height: 1rem !important;
}
.\!h-20 {
  height: 1.25rem !important;
}
.\!h-24 {
  height: 1.5rem !important;
}
.\!h-32 {
  height: 2rem !important;
}
.\!h-40 {
  height: 2.5rem !important;
}
.\!h-48 {
  height: 3rem !important;
}
.\!h-\[--modal-projeto-height\] {
  height: var(--modal-projeto-height) !important;
}
.\!h-\[1\.25em\] {
  height: 1.25em !important;
}
.\!h-\[1rem\] {
  height: 1rem !important;
}
.\!h-\[222px\] {
  height: 222px !important;
}
.\!h-\[26px\] {
  height: 26px !important;
}
.\!h-\[5rem\] {
  height: 5rem !important;
}
.\!h-\[60px\] {
  height: 60px !important;
}
.\!h-\[calc\(100\%-3rem\)\] {
  height: calc(100% - 3rem) !important;
}
.\!h-\[calc\(100\%-9rem\)\] {
  height: calc(100% - 9rem) !important;
}
.\!h-auto {
  height: auto !important;
}
.\!h-full {
  height: 100% !important;
}
.\!h-max {
  height: max-content !important;
}
.h-1 {
  height: 1px;
}
.h-10 {
  height: .625rem;
}
.h-16 {
  height: 1rem;
}
.h-18 {
  height: 1.13rem;
}
.h-20 {
  height: 1.25rem;
}
.h-24 {
  height: 1.5rem;
}
.h-28 {
  height: 1.75rem;
}
.h-32 {
  height: 2rem;
}
.h-4 {
  height: 0.25rem;
}
.h-40 {
  height: 2.5rem;
}
.h-42 {
  height: 2.63rem;
}
.h-48 {
  height: 3rem;
}
.h-56 {
  height: 3.5rem;
}
.h-64 {
  height: 4rem;
}
.h-72 {
  height: 4.5rem;
}
.h-8 {
  height: 0.5rem;
}
.h-80 {
  height: 5rem;
}
.h-96 {
  height: 6rem;
}
.h-\[--modal-projeto-nav-height\] {
  height: var(--modal-projeto-nav-height);
}
.h-\[100px\] {
  height: 100px;
}
.h-\[104px\] {
  height: 104px;
}
.h-\[11\.5rem\] {
  height: 11.5rem;
}
.h-\[15\.625rem\] {
  height: 15.625rem;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[192px\] {
  height: 192px;
}
.h-\[2\.25rem\] {
  height: 2.25rem;
}
.h-\[2\.375rem\] {
  height: 2.375rem;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[23\.75rem\] {
  height: 23.75rem;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[3\.125rem\] {
  height: 3.125rem;
}
.h-\[3\.25rem\] {
  height: 3.25rem;
}
.h-\[30\%\] {
  height: 30%;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[490px\] {
  height: 490px;
}
.h-\[4rem\] {
  height: 4rem;
}
.h-\[5\.625rem\] {
  height: 5.625rem;
}
.h-\[6\.875rem\] {
  height: 6.875rem;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[calc\(100\%_\+_2px\)\] {
  height: calc(100% + 2px);
}
.h-\[clamp\(9rem\2c _12vw\2c _15\.65rem\)\] {
  height: clamp(9rem, 12vw, 15.65rem);
}
.h-\[inherit\] {
  height: inherit;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-max {
  height: max-content;
}
.h-screen {
  height: 100vh;
}
.max-h-48 {
  max-height: 3rem;
}
.max-h-\[35rem\] {
  max-height: 35rem;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[490px\] {
  max-height: 490px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[560px\] {
  max-height: 560px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-full {
  max-height: 100%;
}
.\!min-h-0 {
  min-height: 0 !important;
}
.\!min-h-24 {
  min-height: 1.5rem !important;
}
.\!min-h-\[1\.25rem\] {
  min-height: 1.25rem !important;
}
.\!min-h-\[initial\] {
  min-height: initial !important;
}
.min-h-0 {
  min-height: 0;
}
.min-h-10 {
  min-height: .625rem;
}
.min-h-32 {
  min-height: 2rem;
}
.min-h-40 {
  min-height: 2.5rem;
}
.min-h-96 {
  min-height: 6rem;
}
.min-h-\[1\.5rem\] {
  min-height: 1.5rem;
}
.min-h-\[17\.5rem\] {
  min-height: 17.5rem;
}
.min-h-\[25rem\] {
  min-height: 25rem;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.min-h-\[34px\] {
  min-height: 34px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[465px\] {
  min-height: 465px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[51rem\] {
  min-height: 51rem;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-16 {
  width: 1rem !important;
}
.\!w-20 {
  width: 1.25rem !important;
}
.\!w-24 {
  width: 1.5rem !important;
}
.\!w-32 {
  width: 2rem !important;
}
.\!w-40 {
  width: 2.5rem !important;
}
.\!w-48 {
  width: 3rem !important;
}
.\!w-56 {
  width: 3.5rem !important;
}
.\!w-\[-webkit-fill-available\] {
  width: -webkit-fill-available !important;
}
.\!w-\[1\.25em\] {
  width: 1.25em !important;
}
.\!w-\[180px\] {
  width: 180px !important;
}
.\!w-\[183px\] {
  width: 183px !important;
}
.\!w-\[1rem\] {
  width: 1rem !important;
}
.\!w-\[26px\] {
  width: 26px !important;
}
.\!w-\[44px\] {
  width: 44px !important;
}
.\!w-\[5rem\] {
  width: 5rem !important;
}
.\!w-\[60px\] {
  width: 60px !important;
}
.\!w-\[calc\(100\%-1rem\)\] {
  width: calc(100% - 1rem) !important;
}
.\!w-full {
  width: 100% !important;
}
.\!w-max {
  width: max-content !important;
}
.w-1 {
  width: 1px;
}
.w-1\/2 {
  width: 50%;
}
.w-120 {
  width: 7.5rem;
}
.w-16 {
  width: 1rem;
}
.w-160 {
  width: 10rem;
}
.w-18 {
  width: 1.13rem;
}
.w-2 {
  width: 0.125rem;
}
.w-20 {
  width: 1.25rem;
}
.w-24 {
  width: 1.5rem;
}
.w-28 {
  width: 1.75rem;
}
.w-3 {
  width: 3px;
}
.w-32 {
  width: 2rem;
}
.w-40 {
  width: 2.5rem;
}
.w-48 {
  width: 3rem;
}
.w-56 {
  width: 3.5rem;
}
.w-64 {
  width: 4rem;
}
.w-72 {
  width: 4.5rem;
}
.w-8 {
  width: 0.5rem;
}
.w-80 {
  width: 5rem;
}
.w-96 {
  width: 6rem;
}
.w-\[1000px\] {
  width: 1000px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[13rem\] {
  width: 13rem;
}
.w-\[15\.75rem\] {
  width: 15.75rem;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[151px\] {
  width: 151px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[16rem\] {
  width: 16rem;
}
.w-\[183px\] {
  width: 183px;
}
.w-\[2\.375rem\] {
  width: 2.375rem;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[208px\] {
  width: 208px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[22rem\] {
  width: 22rem;
}
.w-\[23\.5rem\] {
  width: 23.5rem;
}
.w-\[23\.75rem\] {
  width: 23.75rem;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[26\.75rem\] {
  width: 26.75rem;
}
.w-\[26\.875rem\] {
  width: 26.875rem;
}
.w-\[264px\] {
  width: 264px;
}
.w-\[27\.75rem\] {
  width: 27.75rem;
}
.w-\[28\.5rem\] {
  width: 28.5rem;
}
.w-\[3\.125rem\] {
  width: 3.125rem;
}
.w-\[3\.875rem\] {
  width: 3.875rem;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[31\.25rem\] {
  width: 31.25rem;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[368px\] {
  width: 368px;
}
.w-\[376px\] {
  width: 376px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[51\.875rem\] {
  width: 51.875rem;
}
.w-\[6\.25rem\] {
  width: 6.25rem;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[8rem\] {
  width: 8rem;
}
.w-\[9\.375rem\] {
  width: 9.375rem;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[clamp\(9rem\2c _12vw\2c _15\.65rem\)\] {
  width: clamp(9rem, 12vw, 15.65rem);
}
.w-\[inherit\] {
  width: inherit;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.\!min-w-0 {
  min-width: 0 !important;
}
.\!min-w-20 {
  min-width: 1.25rem !important;
}
.\!min-w-\[1\.25rem\] {
  min-width: 1.25rem !important;
}
.\!min-w-\[100px\] {
  min-width: 100px !important;
}
.\!min-w-\[180px\] {
  min-width: 180px !important;
}
.\!min-w-\[183px\] {
  min-width: 183px !important;
}
.\!min-w-\[200px\] {
  min-width: 200px !important;
}
.\!min-w-\[80px\] {
  min-width: 80px !important;
}
.\!min-w-full {
  min-width: 100% !important;
}
.min-w-160 {
  min-width: 10rem;
}
.min-w-32 {
  min-width: 2rem;
}
.min-w-96 {
  min-width: 6rem;
}
.min-w-\[10rem\] {
  min-width: 10rem;
}
.min-w-\[11\.25rem\] {
  min-width: 11.25rem;
}
.min-w-\[11\.875rem\] {
  min-width: 11.875rem;
}
.min-w-\[12\.25rem\] {
  min-width: 12.25rem;
}
.min-w-\[12\.5rem\] {
  min-width: 12.5rem;
}
.min-w-\[16\.25rem\] {
  min-width: 16.25rem;
}
.min-w-\[16rem\] {
  min-width: 16rem;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[190px\] {
  min-width: 190px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[20rem\] {
  min-width: 20rem;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-\[256px\] {
  min-width: 256px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[83px\] {
  min-width: 83px;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[10rem\] {
  max-width: 10rem;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[128px\] {
  max-width: 128px;
}
.max-w-\[1448px\] {
  max-width: 1448px;
}
.max-w-\[16\.25rem\] {
  max-width: 16.25rem;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[20rem\] {
  max-width: 20rem;
}
.max-w-\[26\.75rem\] {
  max-width: 26.75rem;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[428px\] {
  max-width: 428px;
}
.max-w-\[49\%\] {
  max-width: 49%;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[70px\] {
  max-width: 70px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-\[9rem\] {
  max-width: 9rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-min {
  max-width: min-content;
}
.\!flex-1 {
  flex: 1 1 0% !important;
}
.\!flex-none {
  flex: none !important;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[0\] {
  flex: 0;
}
.flex-\[0_0_auto\] {
  flex: 0 0 auto;
}
.flex-\[0_1_max-content\] {
  flex: 0 1 max-content;
}
.flex-\[1_1_auto\] {
  flex: 1 1 auto;
}
.flex-\[1_1_max\] {
  flex: 1 1 max;
}
.flex-\[3\] {
  flex: 3;
}
.flex-\[99999\] {
  flex: 99999;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow-0 {
  flex-grow: 0;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-16 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-4 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[200\%\] {
  --tw-translate-x: 200%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!cursor-pointer {
  cursor: pointer !important;
}
.cursor-auto {
  cursor: auto;
}
.cursor-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text {
  cursor: text;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.scroll-my-32 {
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}
.list-none {
  list-style-type: none;
}
.\!grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-\[1fr_28\.125rem\] {
  grid-template-columns: 1fr 28.125rem;
}
.grid-cols-\[1fr_minmax\(0\2c _550px\)\] {
  grid-template-columns: 1fr minmax(0, 550px);
}
.grid-cols-\[repeat\(2\2c _minmax\(auto\2c _1fr\)\)\] {
  grid-template-columns: repeat(2, minmax(auto, 1fr));
}
.flex-row {
  flex-direction: row;
}
.\!flex-col {
  flex-direction: column !important;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-content-center {
  place-content: center;
}
.place-items-center {
  place-items: center;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-10 {
  gap: .625rem;
}
.gap-12 {
  gap: 0.75rem;
}
.gap-14 {
  gap: 0.875rem;
}
.gap-16 {
  gap: 1rem;
}
.gap-18 {
  gap: 1.13rem;
}
.gap-2 {
  gap: 0.125rem;
}
.gap-24 {
  gap: 1.5rem;
}
.gap-32 {
  gap: 2rem;
}
.gap-4 {
  gap: 0.25rem;
}
.gap-6 {
  gap:  0.38rem;
}
.gap-64 {
  gap: 4rem;
}
.gap-8 {
  gap: 0.5rem;
}
.gap-9 {
  gap: 0.56rem;
}
.gap-x-16 {
  column-gap: 1rem;
}
.gap-y-32 {
  row-gap: 2rem;
}
.gap-y-8 {
  row-gap: 0.5rem;
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}
.divide-neutral-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(var(--neutral-100), 0.1);
}
.divide-neutral-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(var(--neutral-30), var(--tw-divide-opacity, 1));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-break-spaces {
  white-space: break-spaces;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded {
  border-radius: 0.25rem !important;
}
.\!rounded-\[1rem\] {
  border-radius: 1rem !important;
}
.\!rounded-\[6px_6px_0_0\] {
  border-radius: 6px 6px 0 0 !important;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.\!rounded-md {
  border-radius: 0.375rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-generic {
  border-radius: 6px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.\!rounded-t-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-e-generic {
  border-start-end-radius: 6px;
  border-end-end-radius: 6px;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.\!border-0 {
  border-width: 0px !important;
}
.\!border-2 {
  border-width: 2px !important;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[0\] {
  border-width: 0;
}
.\!border-l-2 {
  border-left-width: 2px !important;
}
.\!border-r {
  border-right-width: 1px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-dashed {
  border-style: dashed;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.\!border-d-neutral-10 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--d-neutral-10), var(--tw-border-opacity, 1)) !important;
}
.\!border-neutral-100\/30 {
  border-color: rgba(var(--neutral-100), 0.3) !important;
}
.\!border-secondary-pure {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--secondary-pure), var(--tw-border-opacity, 1)) !important;
}
.\!border-transparent {
  border-color: rgba(255, 255, 255, 0) !important;
}
.border-alert-success\/10 {
  border-color: rgba(var(--alert-success), 0.1);
}
.border-d-neutral-10\/10 {
  border-color: rgba(var(--d-neutral-10), 0.1);
}
.border-neutral-10 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--neutral-10), var(--tw-border-opacity, 1));
}
.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--neutral-100), var(--tw-border-opacity, 1));
}
.border-neutral-100\/10 {
  border-color: rgba(var(--neutral-100), 0.1);
}
.border-neutral-100\/5 {
  border-color: rgba(var(--neutral-100), 0.05);
}
.border-neutral-20 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--neutral-20), var(--tw-border-opacity, 1));
}
.border-neutral-30 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--neutral-30), var(--tw-border-opacity, 1));
}
.border-secondary-pure\/20 {
  border-color: rgba(var(--secondary-pure), 0.2);
}
.border-transparent {
  border-color: rgba(255, 255, 255, 0);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(var(--white), var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgba(var(--white), 0.1);
}
.\!border-l-primary-pure {
  --tw-border-opacity: 1 !important;
  border-left-color: rgba(var(--primary-pure), var(--tw-border-opacity, 1)) !important;
}
.border-b-neutral-30 {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(var(--neutral-30), var(--tw-border-opacity, 1));
}
.border-l-neutral-30 {
  --tw-border-opacity: 1;
  border-left-color: rgba(var(--neutral-30), var(--tw-border-opacity, 1));
}
.\!bg-\[\#01071B1A\] {
  background-color: #01071B1A !important;
}
.\!bg-d-neutral-30 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--d-neutral-30), var(--tw-bg-opacity, 1)) !important;
}
.\!bg-neutral-100\/10 {
  background-color: rgba(var(--neutral-100), 0.1) !important;
}
.\!bg-neutral-20 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--neutral-20), var(--tw-bg-opacity, 1)) !important;
}
.\!bg-neutral-30 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--neutral-30), var(--tw-bg-opacity, 1)) !important;
}
.\!bg-primary-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--primary-light), var(--tw-bg-opacity, 1)) !important;
}
.\!bg-primary-pure {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--primary-pure), var(--tw-bg-opacity, 1)) !important;
}
.\!bg-primary-pure\/10 {
  background-color: rgba(var(--primary-pure), 0.1) !important;
}
.\!bg-secondary-pure\/10 {
  background-color: rgba(var(--secondary-pure), 0.1) !important;
}
.\!bg-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--white), var(--tw-bg-opacity, 1)) !important;
}
.\!bg-white\/10 {
  background-color: rgba(var(--white), 0.1) !important;
}
.\!bg-white\/5 {
  background-color: rgba(var(--white), 0.05) !important;
}
.bg-\[\#e38756\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 135 86 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e95151\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 81 81 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffdb83\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 219 131 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff5bb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 187 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(13\2c _167\2c _94\2c _0\.1\)\] {
  background-color: rgba(13, 167, 94, 0.1);
}
.bg-\[var\(--header-bg\)\] {
  background-color: var(--header-bg);
}
.bg-alert-error {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--alert-error), var(--tw-bg-opacity, 1));
}
.bg-alert-error\/10 {
  background-color: rgba(var(--alert-error), 0.1);
}
.bg-alert-success {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--alert-success), var(--tw-bg-opacity, 1));
}
.bg-alert-success\/10 {
  background-color: rgba(var(--alert-success), 0.1);
}
.bg-alert-success\/40 {
  background-color: rgba(var(--alert-success), 0.4);
}
.bg-alert-success\/5 {
  background-color: rgba(var(--alert-success), 0.05);
}
.bg-alert-warning {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--alert-warning), var(--tw-bg-opacity, 1));
}
.bg-alert-warning-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--alert-warning-10), var(--tw-bg-opacity, 1));
}
.bg-d-neutral-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--d-neutral-10), var(--tw-bg-opacity, 1));
}
.bg-d-neutral-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--d-neutral-30), var(--tw-bg-opacity, 1));
}
.bg-d-neutral-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--d-neutral-40), var(--tw-bg-opacity, 1));
}
.bg-neutral-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--neutral-10), var(--tw-bg-opacity, 1));
}
.bg-neutral-100\/10 {
  background-color: rgba(var(--neutral-100), 0.1);
}
.bg-neutral-100\/30 {
  background-color: rgba(var(--neutral-100), 0.3);
}
.bg-neutral-100\/5 {
  background-color: rgba(var(--neutral-100), 0.05);
}
.bg-neutral-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--neutral-20), var(--tw-bg-opacity, 1));
}
.bg-neutral-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--neutral-30), var(--tw-bg-opacity, 1));
}
.bg-primary-pure {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--primary-pure), var(--tw-bg-opacity, 1));
}
.bg-primary-pure\/10 {
  background-color: rgba(var(--primary-pure), 0.1);
}
.bg-primary-pure\/30 {
  background-color: rgba(var(--primary-pure), 0.3);
}
.bg-secondary-pure\/10 {
  background-color: rgba(var(--secondary-pure), 0.1);
}
.bg-transparent {
  background-color: rgba(255, 255, 255, 0);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--white), var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgba(var(--white), 0.1);
}
.bg-white\/40 {
  background-color: rgba(var(--white), 0.4);
}
.bg-white\/60 {
  background-color: rgba(var(--white), 0.6);
}
.bg-\[linear-gradient\(180deg\2c \#FFFFFF_0\%\2c rgba\(255\2c 255\2c 255\2c 0\)_100\%\)\] {
  background-image: linear-gradient(180deg,#FFFFFF 0%,rgba(255,255,255,0) 100%);
}
.bg-background-proposta {
  background-image: url('/assets/capa-proposta-DG_qtYRA.png');
}
.to-neutral-70 {
  --tw-gradient-to: rgb(var(--neutral-70)) var(--tw-gradient-to-position);
}
.bg-top {
  background-position: top;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-right {
  object-position: right;
}
.\!p-0 {
  padding: 0 !important;
}
.\!p-10 {
  padding: .625rem !important;
}
.\!p-12 {
  padding: 0.75rem !important;
}
.\!p-16 {
  padding: 1rem !important;
}
.\!p-32 {
  padding: 2rem !important;
}
.\!p-4 {
  padding: 0.25rem !important;
}
.\!p-\[3px\] {
  padding: 3px !important;
}
.p-0 {
  padding: 0;
}
.p-12 {
  padding: 0.75rem;
}
.p-120 {
  padding: 7.5rem;
}
.p-16 {
  padding: 1rem;
}
.p-2 {
  padding: 0.125rem;
}
.p-24 {
  padding: 1.5rem;
}
.p-32 {
  padding: 2rem;
}
.p-4 {
  padding: 0.25rem;
}
.p-42 {
  padding: 2.63rem;
}
.p-48 {
  padding: 3rem;
}
.p-6 {
  padding:  0.38rem;
}
.p-64 {
  padding: 4rem;
}
.p-8 {
  padding: 0.5rem;
}
.\!px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.\!px-12 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-14 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}
.\!px-4 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.\!px-6 {
  padding-left:  0.38rem !important;
  padding-right:  0.38rem !important;
}
.\!px-8 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.\!py-2 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.\!py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-10 {
  padding-left: .625rem;
  padding-right: .625rem;
}
.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-2 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-32 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-42 {
  padding-left: 2.63rem;
  padding-right: 2.63rem;
}
.px-6 {
  padding-left:  0.38rem;
  padding-right:  0.38rem;
}
.px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-10 {
  padding-top: .625rem;
  padding-bottom: .625rem;
}
.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-6 {
  padding-top:  0.38rem;
  padding-bottom:  0.38rem;
}
.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[2\.5px\] {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.\!pb-24 {
  padding-bottom: 1.5rem !important;
}
.\!pl-4 {
  padding-left: 0.25rem !important;
}
.\!pl-8 {
  padding-left: 0.5rem !important;
}
.\!pr-32 {
  padding-right: 2rem !important;
}
.\!pr-8 {
  padding-right: 0.5rem !important;
}
.\!pr-96 {
  padding-right: 6rem !important;
}
.\!pt-24 {
  padding-top: 1.5rem !important;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-12 {
  padding-bottom: 0.75rem;
}
.pb-14 {
  padding-bottom: 0.875rem;
}
.pb-16 {
  padding-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 0.125rem;
}
.pb-24 {
  padding-bottom: 1.5rem;
}
.pb-32 {
  padding-bottom: 2rem;
}
.pb-56 {
  padding-bottom: 3.5rem;
}
.pb-6 {
  padding-bottom:  0.38rem;
}
.pb-8 {
  padding-bottom: 0.5rem;
}
.pb-\[3\.25rem\] {
  padding-bottom: 3.25rem;
}
.pl-10 {
  padding-left: .625rem;
}
.pl-16 {
  padding-left: 1rem;
}
.pl-2 {
  padding-left: 0.125rem;
}
.pl-20 {
  padding-left: 1.25rem;
}
.pl-24 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 0.5rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-10 {
  padding-right: .625rem;
}
.pr-12 {
  padding-right: 0.75rem;
}
.pr-16 {
  padding-right: 1rem;
}
.pr-24 {
  padding-right: 1.5rem;
}
.pr-40 {
  padding-right: 2.5rem;
}
.pr-56 {
  padding-right: 3.5rem;
}
.pr-8 {
  padding-right: 0.5rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: .625rem;
}
.pt-12 {
  padding-top: 0.75rem;
}
.pt-14 {
  padding-top: 0.875rem;
}
.pt-16 {
  padding-top: 1rem;
}
.pt-18 {
  padding-top: 1.13rem;
}
.pt-24 {
  padding-top: 1.5rem;
}
.pt-32 {
  padding-top: 2rem;
}
.pt-42 {
  padding-top: 2.63rem;
}
.pt-6 {
  padding-top:  0.38rem;
}
.pt-8 {
  padding-top: 0.5rem;
}
.pt-\[4rem\] {
  padding-top: 4rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.align-middle {
  vertical-align: middle;
}
.font-dm-sans {
  font-family: DM Sans, sans-serif, sans-serif;
}
.\!text-12 {
  font-size: 0.75rem !important;
}
.\!text-14 {
  font-size: 0.88rem !important;
}
.\!text-16 {
  font-size: 1rem !important;
}
.\!text-20 {
  font-size: 1.25rem !important;
}
.\!text-32 {
  font-size: 2rem !important;
}
.text-10 {
  font-size: 0.63rem;
}
.text-12 {
  font-size: 0.75rem;
}
.text-18 {
  font-size: 1.13rem;
}
.text-32 {
  font-size: 2rem;
}
.text-48 {
  font-size: 3rem;
}
.\!font-medium {
  font-weight: 500 !important;
}
.\!font-normal {
  font-weight: 400 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.\!leading-100 {
  line-height: 100% !important;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-\[0\] {
  line-height: 0;
}
.leading-\[1\.625rem\] {
  line-height: 1.625rem;
}
.leading-\[160\%\] {
  line-height: 160%;
}
.leading-\[5rem\] {
  line-height: 5rem;
}
.leading-none {
  line-height: 1;
}
.\!tracking-wide {
  letter-spacing: 0.025em !important;
}
.\!tracking-wider {
  letter-spacing: 0.05em !important;
}
.tracking-\[-0\.0225rem\] {
  letter-spacing: -0.0225rem;
}
.tracking-\[-0\.18rem\] {
  letter-spacing: -0.18rem;
}
.tracking-\[-0\.64px\] {
  letter-spacing: -0.64px;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-alert-error {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--alert-error), var(--tw-text-opacity, 1)) !important;
}
.\!text-alert-error\/80 {
  color: rgba(var(--alert-error), 0.8) !important;
}
.\!text-alert-warning {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--alert-warning), var(--tw-text-opacity, 1)) !important;
}
.\!text-neutral-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--neutral-100), var(--tw-text-opacity, 1)) !important;
}
.\!text-neutral-60 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--neutral-60), var(--tw-text-opacity, 1)) !important;
}
.\!text-neutral-70 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--neutral-70), var(--tw-text-opacity, 1)) !important;
}
.\!text-primary-pure {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--primary-pure), var(--tw-text-opacity, 1)) !important;
}
.\!text-secondary-pure {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--secondary-pure), var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--white), var(--tw-text-opacity, 1)) !important;
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#00b4ff\] {
  --tw-text-opacity: 1;
  color: rgb(0 180 255 / var(--tw-text-opacity, 1));
}
.text-\[\#01071B\] {
  --tw-text-opacity: 1;
  color: rgb(1 7 27 / var(--tw-text-opacity, 1));
}
.text-\[\#0DA75E\] {
  --tw-text-opacity: 1;
  color: rgb(13 167 94 / var(--tw-text-opacity, 1));
}
.text-\[\#1C1F21\] {
  --tw-text-opacity: 1;
  color: rgb(28 31 33 / var(--tw-text-opacity, 1));
}
.text-\[\#1c1f21\] {
  --tw-text-opacity: 1;
  color: rgb(28 31 33 / var(--tw-text-opacity, 1));
}
.text-\[\#2e3439\] {
  --tw-text-opacity: 1;
  color: rgb(46 52 57 / var(--tw-text-opacity, 1));
}
.text-\[\#4C505E\] {
  --tw-text-opacity: 1;
  color: rgb(76 80 94 / var(--tw-text-opacity, 1));
}
.text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[var\(--text-color\)\] {
  color: var(--text-color);
}
.text-alert-error {
  --tw-text-opacity: 1;
  color: rgba(var(--alert-error), var(--tw-text-opacity, 1));
}
.text-alert-success {
  --tw-text-opacity: 1;
  color: rgba(var(--alert-success), var(--tw-text-opacity, 1));
}
.text-alert-warning {
  --tw-text-opacity: 1;
  color: rgba(var(--alert-warning), var(--tw-text-opacity, 1));
}
.text-neutral-10 {
  --tw-text-opacity: 1;
  color: rgba(var(--neutral-10), var(--tw-text-opacity, 1));
}
.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgba(var(--neutral-100), var(--tw-text-opacity, 1));
}
.text-neutral-100\/10 {
  color: rgba(var(--neutral-100), 0.1);
}
.text-neutral-100\/40 {
  color: rgba(var(--neutral-100), 0.4);
}
.text-neutral-100\/50 {
  color: rgba(var(--neutral-100), 0.5);
}
.text-neutral-100\/60 {
  color: rgba(var(--neutral-100), 0.6);
}
.text-neutral-100\/70 {
  color: rgba(var(--neutral-100), 0.7);
}
.text-neutral-100\/80 {
  color: rgba(var(--neutral-100), 0.8);
}
.text-neutral-100\/90 {
  color: rgba(var(--neutral-100), 0.9);
}
.text-neutral-60 {
  --tw-text-opacity: 1;
  color: rgba(var(--neutral-60), var(--tw-text-opacity, 1));
}
.text-neutral-70 {
  --tw-text-opacity: 1;
  color: rgba(var(--neutral-70), var(--tw-text-opacity, 1));
}
.text-primary-pure {
  --tw-text-opacity: 1;
  color: rgba(var(--primary-pure), var(--tw-text-opacity, 1));
}
.text-secondary-pure {
  --tw-text-opacity: 1;
  color: rgba(var(--secondary-pure), var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(var(--white), var(--tw-text-opacity, 1));
}
.text-white\/70 {
  color: rgba(var(--white), 0.7);
}
.text-white\/80 {
  color: rgba(var(--white), 0.8);
}
.text-white\/90 {
  color: rgba(var(--white), 0.9);
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.underline {
  text-decoration-line: underline;
}
.\!opacity-10 {
  opacity: 0.1 !important;
}
.\!opacity-30 {
  opacity: 0.3 !important;
}
.\!opacity-70 {
  opacity: 0.7 !important;
}
.\!opacity-80 {
  opacity: 0.8 !important;
}
.\!opacity-90 {
  opacity: 0.9 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-\[0px_0px_40px_0px_rgba\(1\2c _7\2c _27\2c _0\.08\)\] {
  --tw-shadow: 0px 0px 40px 0px rgba(1, 7, 27, 0.08);
  --tw-shadow-colored: 0px 0px 40px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow:  0px 6px 10px rgba(1, 7, 27, 0.08), 0px 1px 18px rgba(1, 7, 27, 0.06), 0px 3px 5px rgba(1, 7, 27, 0.1);
  --tw-shadow-colored: 0px 6px 10px var(--tw-shadow-color), 0px 1px 18px var(--tw-shadow-color), 0px 3px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow:  0px -1px 2px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(1, 7, 27, 0.08), 0px 2px 1px rgba(1, 7, 27, 0.06), 0px 1px 3px rgba(1, 7, 27, 0.1);
  --tw-shadow-colored: 0px -1px 2px var(--tw-shadow-color), 0px 1px 1px var(--tw-shadow-color), 0px 2px 1px var(--tw-shadow-color), 0px 1px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0px 24px 38px rgba(0, 0, 0, 0.04), 0px 9px 46px rgba(0, 0, 0, 0.06), 0px 11px 15px rgba(1, 7, 27, 0.1);
  --tw-shadow-colored: 0px 24px 38px var(--tw-shadow-color), 0px 9px 46px var(--tw-shadow-color), 0px 11px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.text-title-1 {
  font-size: 3rem;
  letter-spacing: -0.02rem;
  line-height: 125%;
  text-transform: none;
  font-weight: 400;
  font-family: DM Sans, sans serif;
}
.\!text-title-2 {
  font-size: 2rem !important;
  letter-spacing: -0.02rem !important;
  line-height: 138% !important;
  text-transform: none !important;
  font-weight: 400 !important;
  font-family: DM Sans, sans serif !important;
}
.text-title-2 {
  font-size: 2rem;
  letter-spacing: -0.02rem;
  line-height: 138%;
  text-transform: none;
  font-weight: 400;
  font-family: DM Sans, sans serif;
}
.\!text-title-3 {
  font-size: 1.5rem !important;
  letter-spacing: -0.02rem !important;
  line-height: 133% !important;
  text-transform: none !important;
  font-weight: 400 !important;
  font-family: DM Sans, sans serif !important;
}
.text-title-3 {
  font-size: 1.5rem;
  letter-spacing: -0.02rem;
  line-height: 133%;
  text-transform: none;
  font-weight: 400;
  font-family: DM Sans, sans serif;
}
.text-title-4 {
  font-size: 1.125rem;
  letter-spacing: -0.02rem;
  line-height: 144%;
  text-transform: none;
  font-weight: 400;
  font-family: DM Sans, sans serif;
}
.\!text-title-5 {
  font-size: 1rem !important;
  letter-spacing: -0.02rem !important;
  line-height: 150% !important;
  text-transform: none !important;
  font-weight: 400 !important;
  font-family: DM Sans, sans serif !important;
}
.text-title-5 {
  font-size: 1rem;
  letter-spacing: -0.02rem;
  line-height: 150%;
  text-transform: none;
  font-weight: 400;
  font-family: DM Sans, sans serif;
}
.text-headline-1 {
  font-size: 1.125rem;
  letter-spacing: -0.02rem;
  line-height: 144%;
  text-transform: none;
  font-weight: 500;
  font-family: Inter, sans serif;
}
.text-headline-2 {
  font-size: 1rem;
  letter-spacing: -0.02rem;
  line-height: 150%;
  text-transform: none;
  font-weight: 500;
  font-family: Inter, sans serif;
}
.text-headline-3 {
  font-size: 0.875rem;
  letter-spacing: -0.02rem;
  line-height: 157%;
  text-transform: none;
  font-weight: 500;
  font-family: Inter, sans serif;
}
.\!text-headline-4 {
  font-size: 0.75rem !important;
  letter-spacing: -0.02rem !important;
  line-height: 158% !important;
  text-transform: none !important;
  font-weight: 500 !important;
  font-family: Inter, sans serif !important;
}
.text-headline-4 {
  font-size: 0.75rem;
  letter-spacing: -0.02rem;
  line-height: 158%;
  text-transform: none;
  font-weight: 500;
  font-family: Inter, sans serif;
}
.text-headline-5 {
  font-size: 0.625rem;
  letter-spacing: -0.02rem;
  line-height: 180%;
  text-transform: none;
  font-weight: 500;
  font-family: Inter, sans serif;
}
.text-paragraph-1 {
  font-size: 1rem;
  letter-spacing: -0.02rem;
  line-height: 150%;
  text-transform: none;
  font-weight: 400;
  font-family: Inter, sans serif;
}
.text-paragraph-2 {
  font-size: 0.875rem;
  letter-spacing: -0.02rem;
  line-height: 157%;
  text-transform: none;
  font-weight: 400;
  font-family: Inter, sans serif;
}
.text-paragraph-3 {
  font-size: 0.75rem;
  letter-spacing: -0.02rem;
  line-height: 167%;
  text-transform: none;
  font-weight: 400;
  font-family: Inter, sans serif;
}
.text-paragraph-4 {
  font-size: 0.625rem;
  letter-spacing: -0.02rem;
  line-height: 180%;
  text-transform: none;
  font-weight: 400;
  font-family: Inter, sans serif;
}
.text-caps-1 {
  font-size: 0.875rem;
  letter-spacing: 0.04rem;
  line-height: 143%;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Inter, sans serif;
}
.text-caps-2 {
  font-size: 0.75rem;
  letter-spacing: 0.04rem;
  line-height: 133%;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Inter, sans serif;
}
.text-caps-3 {
  font-size: 0.625rem;
  letter-spacing: 0.04rem;
  line-height: 160%;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Inter, sans serif;
}
.\[--cor-bg\:\#F5F5F5\] {
  --cor-bg: #F5F5F5;
}
.\[v-model\:selected\] {
  v-model: selected;
}
.last\:pb-32:last-child {
  padding-bottom: 2rem;
}
.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:\!bg-\[var\(--bg-color\)\]:hover {
  background-color: var(--bg-color) !important;
}
.hover\:\!bg-neutral-10:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--neutral-10), var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-primary-pure:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--primary-pure), var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-neutral-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--neutral-10), var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-100\/10:hover {
  background-color: rgba(var(--neutral-100), 0.1);
}
.hover\:bg-neutral-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--neutral-20), var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--neutral-30), var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-pure\/10:hover {
  background-color: rgba(var(--secondary-pure), 0.1);
}
.hover\:bg-white\/30:hover {
  background-color: rgba(var(--white), 0.3);
}
.hover\:\!text-primary-pure:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--primary-pure), var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--white), var(--tw-text-opacity, 1)) !important;
}
.hover\:text-alert-error:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--alert-error), var(--tw-text-opacity, 1));
}
.hover\:text-neutral-100:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--neutral-100), var(--tw-text-opacity, 1));
}
.hover\:text-primary-pure:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--primary-pure), var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:brightness-150:hover {
  --tw-brightness: brightness(1.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.group:hover .group-hover\:\!text-primary-pure {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--primary-pure), var(--tw-text-opacity, 1)) !important;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.dark\:divide-white\/10:is(.body--dark *) > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(var(--white), 0.1);
}
.dark\:\!border:is(.body--dark *) {
  border-width: 1px !important;
}
.dark\:\!border-0:is(.body--dark *) {
  border-width: 0px !important;
}
.dark\:border:is(.body--dark *) {
  border-width: 1px;
}
.dark\:\!border-solid:is(.body--dark *) {
  border-style: solid !important;
}
.dark\:\!border-transparent:is(.body--dark *) {
  border-color: rgba(255, 255, 255, 0) !important;
}
.dark\:\!border-white\/10:is(.body--dark *) {
  border-color: rgba(var(--white), 0.1) !important;
}
.dark\:border-d-neutral-10:is(.body--dark *) {
  --tw-border-opacity: 1;
  border-color: rgba(var(--d-neutral-10), var(--tw-border-opacity, 1));
}
.dark\:border-primary-pure:is(.body--dark *) {
  --tw-border-opacity: 1;
  border-color: rgba(var(--primary-pure), var(--tw-border-opacity, 1));
}
.dark\:border-transparent:is(.body--dark *) {
  border-color: rgba(255, 255, 255, 0);
}
.dark\:border-white\/10:is(.body--dark *) {
  border-color: rgba(var(--white), 0.1);
}
.dark\:border-white\/5:is(.body--dark *) {
  border-color: rgba(var(--white), 0.05);
}
.dark\:border-b-white\/10:is(.body--dark *) {
  border-bottom-color: rgba(var(--white), 0.1);
}
.dark\:\!bg-alert-success\/30:is(.body--dark *) {
  background-color: rgba(var(--alert-success), 0.3) !important;
}
.dark\:\!bg-d-neutral-10:is(.body--dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--d-neutral-10), var(--tw-bg-opacity, 1)) !important;
}
.dark\:\!bg-d-neutral-20:is(.body--dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--d-neutral-20), var(--tw-bg-opacity, 1)) !important;
}
.dark\:\!bg-d-neutral-30:is(.body--dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--d-neutral-30), var(--tw-bg-opacity, 1)) !important;
}
.dark\:\!bg-d-neutral-40:is(.body--dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--d-neutral-40), var(--tw-bg-opacity, 1)) !important;
}
.dark\:\!bg-transparent:is(.body--dark *) {
  background-color: rgba(255, 255, 255, 0) !important;
}
.dark\:\!bg-white\/10:is(.body--dark *) {
  background-color: rgba(var(--white), 0.1) !important;
}
.dark\:\!bg-white\/20:is(.body--dark *) {
  background-color: rgba(var(--white), 0.2) !important;
}
.dark\:\!bg-white\/5:is(.body--dark *) {
  background-color: rgba(var(--white), 0.05) !important;
}
.dark\:bg-\[\#111\]:is(.body--dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.dark\:bg-d-neutral-10:is(.body--dark *) {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--d-neutral-10), var(--tw-bg-opacity, 1));
}
.dark\:bg-d-neutral-20:is(.body--dark *) {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--d-neutral-20), var(--tw-bg-opacity, 1));
}
.dark\:bg-d-neutral-30:is(.body--dark *) {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--d-neutral-30), var(--tw-bg-opacity, 1));
}
.dark\:bg-d-neutral-40:is(.body--dark *) {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--d-neutral-40), var(--tw-bg-opacity, 1));
}
.dark\:bg-transparent:is(.body--dark *) {
  background-color: rgba(255, 255, 255, 0);
}
.dark\:bg-white\/10:is(.body--dark *) {
  background-color: rgba(var(--white), 0.1);
}
.dark\:bg-white\/5:is(.body--dark *) {
  background-color: rgba(var(--white), 0.05);
}
.dark\:bg-none:is(.body--dark *) {
  background-image: none;
}
.dark\:\!text-neutral-100:is(.body--dark *) {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--neutral-100), var(--tw-text-opacity, 1)) !important;
}
.dark\:\!text-neutral-60:is(.body--dark *) {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--neutral-60), var(--tw-text-opacity, 1)) !important;
}
.dark\:\!text-white:is(.body--dark *) {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--white), var(--tw-text-opacity, 1)) !important;
}
.dark\:\!text-white\/70:is(.body--dark *) {
  color: rgba(var(--white), 0.7) !important;
}
.dark\:\!text-white\/80:is(.body--dark *) {
  color: rgba(var(--white), 0.8) !important;
}
.dark\:\!text-white\/90:is(.body--dark *) {
  color: rgba(var(--white), 0.9) !important;
}
.dark\:text-d-neutral-10:is(.body--dark *) {
  --tw-text-opacity: 1;
  color: rgba(var(--d-neutral-10), var(--tw-text-opacity, 1));
}
.dark\:text-neutral-100:is(.body--dark *) {
  --tw-text-opacity: 1;
  color: rgba(var(--neutral-100), var(--tw-text-opacity, 1));
}
.dark\:text-white:is(.body--dark *) {
  --tw-text-opacity: 1;
  color: rgba(var(--white), var(--tw-text-opacity, 1));
}
.dark\:text-white\/10:is(.body--dark *) {
  color: rgba(var(--white), 0.1);
}
.dark\:text-white\/40:is(.body--dark *) {
  color: rgba(var(--white), 0.4);
}
.dark\:text-white\/50:is(.body--dark *) {
  color: rgba(var(--white), 0.5);
}
.dark\:text-white\/60:is(.body--dark *) {
  color: rgba(var(--white), 0.6);
}
.dark\:text-white\/70:is(.body--dark *) {
  color: rgba(var(--white), 0.7);
}
.dark\:text-white\/80:is(.body--dark *) {
  color: rgba(var(--white), 0.8);
}
.dark\:text-white\/90:is(.body--dark *) {
  color: rgba(var(--white), 0.9);
}
.dark\:text-opacity-70:is(.body--dark *) {
  --tw-text-opacity: 0.7;
}
.dark\:text-opacity-80:is(.body--dark *) {
  --tw-text-opacity: 0.8;
}
.dark\:opacity-40:is(.body--dark *) {
  opacity: 0.4;
}
.dark\:opacity-5:is(.body--dark *) {
  opacity: 0.05;
}
.dark\:shadow-\[initial\]:is(.body--dark *) {
  --tw-shadow-color: initial;
  --tw-shadow: var(--tw-shadow-colored);
}
.dark\:\[--cor-bg\:\#242424\]:is(.body--dark *) {
  --cor-bg: #242424;
}
.dark\:\[--cor-bg\:_rgba\(18\2c 18\2c 18\2c 1\)\]:is(.body--dark *) {
  --cor-bg: rgba(18,18,18,1);
}
.dark\:hover\:\!bg-d-neutral-40:hover:is(.body--dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--d-neutral-40), var(--tw-bg-opacity, 1)) !important;
}
.dark\:hover\:bg-d-neutral-20:hover:is(.body--dark *) {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--d-neutral-20), var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-d-neutral-30:hover:is(.body--dark *) {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--d-neutral-30), var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-white\/10:hover:is(.body--dark *) {
  background-color: rgba(var(--white), 0.1);
}
.dark\:hover\:bg-white\/20:hover:is(.body--dark *) {
  background-color: rgba(var(--white), 0.2);
}
.dark\:hover\:bg-white\/5:hover:is(.body--dark *) {
  background-color: rgba(var(--white), 0.05);
}
.dark\:hover\:text-white:hover:is(.body--dark *) {
  --tw-text-opacity: 1;
  color: rgba(var(--white), var(--tw-text-opacity, 1));
}
@media (max-width: 600px) {

  .sm\:\!block {
    display: block !important;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:\!w-full {
    width: 100% !important;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:max-w-\[45vw\] {
    max-width: 45vw;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:rounded-none {
    border-radius: 0px;
  }

  .sm\:\!border-none {
    border-style: none !important;
  }

  .sm\:\!pt-80 {
    padding-top: 5rem !important;
  }

  .sm\:pr-8 {
    padding-right: 0.5rem;
  }

  .sm\:\!text-neutral-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(var(--neutral-100), var(--tw-text-opacity, 1)) !important;
  }

  .dark\:sm\:\!text-white:is(.body--dark *) {
    --tw-text-opacity: 1 !important;
    color: rgba(var(--white), var(--tw-text-opacity, 1)) !important;
  }
}
@media (max-width: 1024px) {

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:z-\[1\] {
    z-index: 1;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:\!my-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:\!ml-\[40px\] {
    margin-left: 40px !important;
  }

  .md\:\!mt-12 {
    margin-top: 0.75rem !important;
  }

  .md\:\!mt-8 {
    margin-top: 0.5rem !important;
  }

  .md\:-mt-4 {
    margin-top: -0.25rem;
  }

  .md\:-mt-\[50px\] {
    margin-top: -50px;
  }

  .md\:mb-16 {
    margin-bottom: 1rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.125rem;
  }

  .md\:mb-24 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-32 {
    margin-bottom: 2rem;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:ml-\[2\.25rem\] {
    margin-left: 2.25rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-\[2\.25rem\] {
    margin-right: 2.25rem;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mt-12 {
    margin-top: 0.75rem;
  }

  .md\:mt-16 {
    margin-top: 1rem;
  }

  .md\:mt-18 {
    margin-top: 1.13rem;
  }

  .md\:mt-20 {
    margin-top: 1.25rem;
  }

  .md\:mt-32 {
    margin-top: 2rem;
  }

  .md\:mt-6 {
    margin-top:  0.38rem;
  }

  .md\:mt-8 {
    margin-top: 0.5rem;
  }

  .md\:mt-\[-55px\] {
    margin-top: -55px;
  }

  .md\:mt-\[45px\] {
    margin-top: 45px;
  }

  .md\:\!block {
    display: block !important;
  }

  .md\:\!flex {
    display: flex !important;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }

  .md\:\!h-20 {
    height: 1.25rem !important;
  }

  .md\:\!h-32 {
    height: 2rem !important;
  }

  .md\:\!h-\[1\.375rem\] {
    height: 1.375rem !important;
  }

  .md\:\!h-\[1\.625rem\] {
    height: 1.625rem !important;
  }

  .md\:\!h-\[11\.25rem\] {
    height: 11.25rem !important;
  }

  .md\:\!h-screen {
    height: 100vh !important;
  }

  .md\:h-20 {
    height: 1.25rem;
  }

  .md\:h-24 {
    height: 1.5rem;
  }

  .md\:h-32 {
    height: 2rem;
  }

  .md\:h-40 {
    height: 2.5rem;
  }

  .md\:h-48 {
    height: 3rem;
  }

  .md\:h-\[168px\] {
    height: 168px;
  }

  .md\:h-\[2\.625rem\] {
    height: 2.625rem;
  }

  .md\:h-\[64px\] {
    height: 64px;
  }

  .md\:h-\[8\.125rem\] {
    height: 8.125rem;
  }

  .md\:h-\[9\.25rem\] {
    height: 9.25rem;
  }

  .md\:\!max-h-none {
    max-height: none !important;
  }

  .md\:max-h-none {
    max-height: none;
  }

  .md\:\!min-h-0 {
    min-height: 0 !important;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-\[27rem\] {
    min-height: 27rem;
  }

  .md\:\!w-20 {
    width: 1.25rem !important;
  }

  .md\:\!w-32 {
    width: 2rem !important;
  }

  .md\:\!w-\[1\.375rem\] {
    width: 1.375rem !important;
  }

  .md\:\!w-\[1\.625rem\] {
    width: 1.625rem !important;
  }

  .md\:\!w-\[95vw\] {
    width: 95vw !important;
  }

  .md\:\!w-screen {
    width: 100vw !important;
  }

  .md\:w-20 {
    width: 1.25rem;
  }

  .md\:w-24 {
    width: 1.5rem;
  }

  .md\:w-32 {
    width: 2rem;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-40 {
    width: 2.5rem;
  }

  .md\:w-48 {
    width: 3rem;
  }

  .md\:w-64 {
    width: 4rem;
  }

  .md\:w-\[2\.375rem\] {
    width: 2.375rem;
  }

  .md\:w-\[2\.625rem\] {
    width: 2.625rem;
  }

  .md\:w-\[20rem\] {
    width: 20rem;
  }

  .md\:w-\[320px\] {
    width: 320px;
  }

  .md\:w-\[64px\] {
    width: 64px;
  }

  .md\:w-\[9\.25rem\] {
    width: 9.25rem;
  }

  .md\:w-\[95vw\] {
    width: 95vw;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-max {
    width: max-content;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:max-w-\[37\.5rem\] {
    max-width: 37.5rem;
  }

  .md\:max-w-\[600px\] {
    max-width: 600px;
  }

  .md\:max-w-\[95vw\] {
    max-width: 95vw;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:\!flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:translate-x-2 {
    --tw-translate-x: 0.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-x-40 {
    --tw-translate-x: 2.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-0 {
    gap: 0;
  }

  .md\:gap-12 {
    gap: 0.75rem;
  }

  .md\:gap-16 {
    gap: 1rem;
  }

  .md\:gap-2 {
    gap: 0.125rem;
  }

  .md\:gap-32 {
    gap: 2rem;
  }

  .md\:gap-6 {
    gap:  0.38rem;
  }

  .md\:gap-y-16 {
    row-gap: 1rem;
  }

  .md\:\!overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:\!rounded-none {
    border-radius: 0px !important;
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:\!border {
    border-width: 1px !important;
  }

  .md\:\!border-0 {
    border-width: 0px !important;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:\!border-b-0 {
    border-bottom-width: 0px !important;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-neutral-100\/10 {
    border-color: rgba(var(--neutral-100), 0.1);
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--white), var(--tw-bg-opacity, 1));
  }

  .md\:\!p-0 {
    padding: 0 !important;
  }

  .md\:\!p-6 {
    padding:  0.38rem !important;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-16 {
    padding: 1rem;
  }

  .md\:p-24 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 0.5rem;
  }

  .md\:\!px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:\!px-6 {
    padding-left:  0.38rem !important;
    padding-right:  0.38rem !important;
  }

  .md\:\!px-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:\!py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:py-10 {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .md\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-6 {
    padding-top:  0.38rem;
    padding-bottom:  0.38rem;
  }

  .md\:\!pt-16 {
    padding-top: 1rem !important;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pb-10 {
    padding-bottom: .625rem;
  }

  .md\:pb-16 {
    padding-bottom: 1rem;
  }

  .md\:pb-8 {
    padding-bottom: 0.5rem;
  }

  .md\:pt-10 {
    padding-top: .625rem;
  }

  .md\:pt-16 {
    padding-top: 1rem;
  }

  .md\:pt-8 {
    padding-top: 0.5rem;
  }

  .md\:\!text-10 {
    font-size: 0.63rem !important;
  }

  .md\:\!text-12 {
    font-size: 0.75rem !important;
  }

  .md\:\!text-14 {
    font-size: 0.88rem !important;
  }

  .md\:\!text-16 {
    font-size: 1rem !important;
  }

  .md\:\!text-24 {
    font-size: 1.5rem !important;
  }

  .md\:text-10 {
    font-size: 0.63rem;
  }

  .md\:text-12 {
    font-size: 0.75rem;
  }

  .md\:text-14 {
    font-size: 0.88rem;
  }

  .md\:text-24 {
    font-size: 1.5rem;
  }

  .md\:\!font-normal {
    font-weight: 400 !important;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:leading-4 {
    line-height: 1rem;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:leading-\[1\.375rem\] {
    line-height: 1.375rem;
  }

  .md\:tracking-\[-0\.015rem\] {
    letter-spacing: -0.015rem;
  }

  .md\:tracking-\[-0\.0175rem\] {
    letter-spacing: -0.0175rem;
  }

  .md\:tracking-\[-0\.03rem\] {
    letter-spacing: -0.03rem;
  }

  .md\:tracking-\[-0\.09rem\] {
    letter-spacing: -0.09rem;
  }

  .md\:\!text-neutral-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(var(--neutral-100), var(--tw-text-opacity, 1)) !important;
  }

  .md\:text-neutral-60 {
    --tw-text-opacity: 1;
    color: rgba(var(--neutral-60), var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-70 {
    --tw-text-opacity: 1;
    color: rgba(var(--neutral-70), var(--tw-text-opacity, 1));
  }

  .md\:shadow-sm {
    --tw-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
    --tw-shadow-colored: 0px 1px 1px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:\!shadow-transparent {
    --tw-shadow-color: rgba(255, 255, 255, 0) !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
  }

  .md\:\!text-headline-4 {
    font-size: 0.75rem !important;
    letter-spacing: -0.02rem !important;
    line-height: 158% !important;
    text-transform: none !important;
    font-weight: 500 !important;
    font-family: Inter, sans serif !important;
  }

  .md\:text-headline-4 {
    font-size: 0.75rem;
    letter-spacing: -0.02rem;
    line-height: 158%;
    text-transform: none;
    font-weight: 500;
    font-family: Inter, sans serif;
  }

  .md\:\!text-headline-5 {
    font-size: 0.625rem !important;
    letter-spacing: -0.02rem !important;
    line-height: 180% !important;
    text-transform: none !important;
    font-weight: 500 !important;
    font-family: Inter, sans serif !important;
  }

  .md\:\!text-paragraph-3 {
    font-size: 0.75rem !important;
    letter-spacing: -0.02rem !important;
    line-height: 167% !important;
    text-transform: none !important;
    font-weight: 400 !important;
    font-family: Inter, sans serif !important;
  }

  .md\:\!text-paragraph-4 {
    font-size: 0.625rem !important;
    letter-spacing: -0.02rem !important;
    line-height: 180% !important;
    text-transform: none !important;
    font-weight: 400 !important;
    font-family: Inter, sans serif !important;
  }

  .dark\:md\:rounded-lg:is(.body--dark *) {
    border-radius: 0.5rem;
  }

  .dark\:md\:border:is(.body--dark *) {
    border-width: 1px;
  }

  .dark\:md\:border-primary-pure:is(.body--dark *) {
    --tw-border-opacity: 1;
    border-color: rgba(var(--primary-pure), var(--tw-border-opacity, 1));
  }

  .dark\:md\:border-white\/10:is(.body--dark *) {
    border-color: rgba(var(--white), 0.1);
  }

  .md\:dark\:border-white\/10:is(.body--dark *) {
    border-color: rgba(var(--white), 0.1);
  }

  .dark\:md\:bg-d-neutral-30:is(.body--dark *) {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--d-neutral-30), var(--tw-bg-opacity, 1));
  }

  .md\:dark\:bg-d-neutral-20:is(.body--dark *) {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--d-neutral-20), var(--tw-bg-opacity, 1));
  }

  .md\:dark\:\!text-white:is(.body--dark *) {
    --tw-text-opacity: 1 !important;
    color: rgba(var(--white), var(--tw-text-opacity, 1)) !important;
  }

  .md\:dark\:text-white\/70:is(.body--dark *) {
    color: rgba(var(--white), 0.7);
  }
}
@media (max-width: 1280px) {

  .md2\:\!mt-24 {
    margin-top: 1.5rem !important;
  }

  .md2\:min-h-\[16\.625rem\] {
    min-height: 16.625rem;
  }

  .md2\:w-\[300px\] {
    width: 300px;
  }

  .md2\:max-w-full {
    max-width: 100%;
  }

  .md2\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md2\:flex-col {
    flex-direction: column;
  }

  .md2\:gap-0 {
    gap: 0;
  }

  .md2\:gap-16 {
    gap: 1rem;
  }
}
.blur--mode.body--light #q-app {
  --sidebar-bg: rgba(var(--white),0.6);
  --Nv1-sidebar-bg: rgba(var(--white),0.6);
  --Nv2-sidebar-bg: rgba(var(--white),0.6);
  --kanban-col-bg: rgba(var(--neutral-10), 0.5);
}
.blur--mode.body--light .kanban-modal-right .content {
  backdrop-filter: blur(40px);
  background: rgba(var(--neutral-10), 0.5) !important;
}
.blur--mode .OSidebar,
.blur--mode .submenu,
.blur--mode .q-header,
.blur--mode .q-menu {
  backdrop-filter: blur(16px);
}
.blur--mode .q-menu {
  background: rgba(var(--white), 0.6) !important;
}
.blur--mode .kanban-modal {
  transition: background 0.1s ease-out 0s;
}
.blur--mode .kanban-modal header {
  transition: background 0.3s ease-in 0.1s;
}
.blur--mode .card-kanban-list {
  background: rgba(var(--white), 0.5) !important;
  backdrop-filter: blur(20px);
}
.blur--mode .card-kanban-list .q-table__container {
  background: rgba(var(--white), 0.7) !important;
  border-radius: 8px;
  overflow: hidden;
  backdrop-filter: blur(20px);
}
.blur--mode .card-kanban-list .q-table__container thead tr th {
  background: rgba(var(--white), 1) !important;
  backdrop-filter: blur(100px);
}
.blur--mode.body--dark #q-app {
  --sidebar-bg: rgb(var(--d-neutral-10),0.4);
  --Nv0-sidebar-border: 1px solid rgba(var(--white),0.05);
  --Nv1-sidebar-bg: rgb(var(--d-neutral-20),0.8);
  --Nv2-sidebar-bg: rgb(var(--d-neutral-30),0.8);
  --kanban-col-bg: rgba(var(--d-neutral-10), 0.5);
}
.blur--mode.body--dark .kanban-modal {
  transition: background 0.1s ease-out 0s;
}
.blur--mode.body--dark .kanban-modal header {
  transition: background 0.3s ease-in 0.1s;
}
.blur--mode.body--dark.kanban-modal-show .kanban-modal {
  background: linear-gradient(254deg, rgba(217, 217, 217, 0.0901960784) -40.48%, rgba(0, 0, 0, 0.52) 100%) !important;
}
.blur--mode.body--dark.kanban-modal-show .kanban-modal > header {
  background: rgba(var(--white), 0.1) !important;
  backdrop-filter: blur(16px);
}
.blur--mode.body--dark .kanban-modal-right .content {
  background: rgba(var(--white), 0.1) !important;
  backdrop-filter: blur(16px);
}
.blur--mode.body--dark .kanban-modal-right .content::after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(254deg, rgba(217, 217, 217, 0.0901960784) -40.48%, rgba(0, 0, 0, 0.52) 100%) !important;
}
.blur--mode.body--dark .card-kanban-list {
  background: rgba(var(--d-neutral-30), 0.3) !important;
  backdrop-filter: blur(20px);
}
.blur--mode.body--dark .card-kanban-list .q-table__container {
  background: rgba(var(--d-neutral-30), 0.7) !important;
  border: 1px solid rgba(var(--d-neutral-30));
  border-radius: 8px;
  overflow: hidden;
  backdrop-filter: blur(20px);
}
.blur--mode.body--dark .card-kanban-list .q-table__container thead tr th {
  background: rgba(var(--d-neutral-30), 1) !important;
  backdrop-filter: blur(100px);
}
.blur--mode .q-header {
  backdrop-filter: blur(16px);
}
.blur--mode .OSidebar,
.blur--mode .submenu {
  backdrop-filter: blur(20px);
}
.blur--mode .kanban-col {
  backdrop-filter: blur(40px);
}
.blur--mode .q-menu.q-dark {
  background: rgba(var(--d-neutral-30), 0.3) !important;
  backdrop-filter: blur(16px) !important;
}
.blur--mode .q-field.q-field--dark .q-field__control .q-field__label {
  background: rgba(var(--d-neutral-30), 0.1);
}
.blur--mode .q-header {
  background: rgba(0, 0, 0, 0.3) !important;
}
.blur--mode .base-header,
.blur--mode .kanban-header {
  border-bottom: 1px solid rgba(var(--white), 0.04) !important;
}@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/material-symbols-rounded-200-BU0A3vTn.woff2") format("woff2");
}
.material-icons,
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}.apexcharts-legend-marker {
  border-radius: 99px !important;
}

.apexcharts-legend-series {
  border: 1px solid rgba(var(--neutral-100), 0.11) !important;
  padding: 6px;
  border-radius: 6px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
  margin: 0 !important;
}

.apexcharts-legend {
  gap: 6px !important;
}

.body--dark .apexcharts-text tspan {
  fill: rgba(var(--white), 0.9) !important;
}
.body--dark .apexcharts-legend-text {
  color: rgba(var(--white), 0.8) !important;
}
.body--dark .apexcharts-tooltip {
  background: rgba(var(--d-neutral-40), 1) !important;
  border-color: rgba(var(--white), 0.1) !important;
}
.body--dark .apexcharts-tooltip-title {
  background: rgba(var(--d-neutral-40), 1) !important;
  border-color: rgba(var(--white), 0.1) !important;
}
.body--dark .apexcharts-gridline,
.body--dark .apexcharts-xaxis-tick {
  stroke: rgba(255, 255, 255, 0.05);
}
.body--dark .apexcharts-grid-borders line {
  stroke: rgba(255, 255, 255, 0.05);
}
.body--dark .apexcharts-legend-series {
  border: 1px solid rgba(var(--white), 0.11) !important;
}.q-btn.OButton {
  --icon-size: var(--0066b009);
}
.q-btn.OButton .q-icon {
  font-size: var(--icon-size, 1.715em);
}.idle[data-v-0e1c0eb1] {
  background: rgba(var(--neutral-100), 0.05);
  color: rgba(var(--neutral-100), 1);
  border: 1px solid rgba(var(--neutral-100), 0.05);
}
.is_playing[data-v-0e1c0eb1] {
  background: rgba(var(--alert-error), 0.1) !important;
  color: rgba(var(--alert-error)) !important;
  border: 1px solid rgba(var(--alert-error), 0.1) !important;
}
.hasStarted[data-v-0e1c0eb1] {
  background: rgba(var(--primary-pure), 0.1);
  color: rgba(var(--primary-pure), 1);
  border: 1px solid rgba(var(--primary-pure), 0.1);
}
.body--dark .idle[data-v-0e1c0eb1] {
  background: rgba(var(--white), 0.05);
  color: rgb(var(--white));
  border: 1px solid rgba(var(--white), 0.1);
}
.timer-task.is_playing[data-v-0e1c0eb1] {
  --border-size: 1px;
  --border-angle: 0turn;
  background-image: conic-gradient(from var(--border-angle), rgba(var(--alert-error-10), 1), rgba(var(--alert-error-10), 1) 50%, rgba(var(--alert-error-10), 1)), conic-gradient(from var(--border-angle), transparent 20%, transparent, rgb(var(--alert-error))) !important;
  background-size: calc(100% - var(--border-size) * 2) calc(100% - var(--border-size) * 2), cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  animation: bg-spin-0e1c0eb1 3s linear infinite !important;
}
.timer-task.is_playing[data-v-0e1c0eb1]:hover {
  animation-play-state: paused;
}
@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
@keyframes bg-spin-0e1c0eb1 {
to {
    --border-angle: 1turn;
}
}
.body--dark .timer-task.is_playing[data-v-0e1c0eb1] {
  background-image: conic-gradient(from var(--border-angle), #2e1b1b, #2e1b1b 50%, #2e1b1b), conic-gradient(from var(--border-angle), transparent 20%, transparent, rgb(var(--alert-error))) !important;
}.bread[data-v-8e2f595a] .q-breadcrumbs--last a {
  color: rgb(var(--primary-pure)) !important;
}:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
  --header-bg: rgb(var(--white));
  --header-color: rgb(var(--neutral-60));
  --breadcrumb-color: rgb(var(--neutral-60));
  --header-base-height: 2.5rem;
  --header-border-b: 1px solid rgba(var(--neutral-100),0.1);
}
@media screen and (max-width: 1024px) {
:root {
    --header-base-height: 3rem;
}
}
.base-header {
  height: var(--header-base-height);
  display: flex;
  align-items: center;
  padding: 0.5625rem 1rem;
  background: var(--header-bg);
  width: calc(100% - var(--Nv0-sidebar-width));
  margin-left: auto;
  color: var(--header-color);
  border-bottom: var(--header-border-b);
}
.base-header .q-breadcrumbs .q-breadcrumbs__separator {
  color: var(--breadcrumb-color);
}
.base-header .q-breadcrumbs .q-breadcrumbs__el {
  color: var(--breadcrumb-color);
}
@media screen and (max-width: 1024px) {
.base-header .q-breadcrumbs {
    font-size: 0.75rem;
}
}
.body--dark .base-header {
  --header-bg: rgb(var(--d-neutral-10));
  --header-border-b: 1px solid rgba(var(--white),0.05);
  --breadcrumb-color: rgba(var(--white), 0.9);
}:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
}
.OSidebar-header .logo-ndt {
  transform: translate(-16px, -20px);
}
.header-top .logo-ndt {
  transform: translateX(-70px);
  --logo-color: white;
}
.logo-ndt {
  width: 168px;
  transition: 0.2s ease;
  margin: 0 auto;
  height: 56px;
}
.sidebar-active .OSidebar .logo-ndt,
.sidebar-open .OSidebar .logo-ndt {
  transform: translateX(0px);
  width: 250px;
}
@media screen and (max-width: 1024px) {
.sidebar-active .OSidebar .logo-ndt,
  .sidebar-open .OSidebar .logo-ndt {
    width: 150px;
}
}body {
  min-width: 100px;
  min-height: 100%;
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 14px;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
  hyphens: auto;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
.text-no-wrap {
  white-space: nowrap;
}
.text-strike {
  text-decoration: line-through;
}
.text-weight-thin {
  font-weight: 100;
}
.text-weight-light {
  font-weight: 300;
}
.text-weight-regular {
  font-weight: 400;
}
.text-weight-medium {
  font-weight: 500;
}
.text-weight-bold {
  font-weight: 700;
}
.text-weight-bolder {
  font-weight: 900;
}
small {
  font-size: 80%;
}
big {
  font-size: 170%;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.one-line {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}
.two-lines {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}
.three-lines {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}
:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
}
.OSidebar li {
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 157%;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
  color: rgb(var(--neutral-100));
}
.body--dark .OSidebar li {
  color: rgba(var(--white), 0.9) !important;
}
.OSidebar li .submenu {
  display: none;
  flex-direction: column;
  height: 100vh;
  top: var(--sidebar-top);
  position: fixed;
  width: var(--Nv1-sidebar-width);
  border-left: var(--Nv0-sidebar-border);
  border-right: var(--Nv0-sidebar-border);
  transform: translate3d(0, 0, 0);
}
.OSidebar li .submenu[level="1"] {
  left: calc(var(--Nv1-sidebar-width) - 1px);
  z-index: var(--Nv1-sidebar-z-index);
  background: var(--Nv1-sidebar-bg);
}
@media screen and (max-width: 1024px) {
.OSidebar li .submenu[level="1"] {
    left: 0;
    width: 100%;
}
}
.OSidebar li .submenu[level="2"] {
  left: calc((var(--Nv1-sidebar-width)) - 1px);
  z-index: var(--Nv2-sidebar-z-index);
  background: var(--Nv2-sidebar-bg);
  top: 0;
}
@media screen and (max-width: 1024px) {
.OSidebar li .submenu[level="2"] {
    left: 0;
    width: 100%;
}
}
.OSidebar li .Nv1-li,
.OSidebar li .Nv2-li {
  margin-bottom: 2rem;
}
.OSidebar li .Nv1-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: var(--Nv0-sidebar-border);
  padding: 1rem;
  height: var(--sidebar-header-height);
  justify-content: space-between;
  position: relative;
}
.OSidebar li .Nv1-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  background: rgb(var(--primary-pure));
  height: 1.5rem;
  width: 3px;
  border-radius: 0 8px 8px 0;
}
.OSidebar li .Nv1-header .q-icon {
  color: rgb(var(--primary-pure));
}
.OSidebar li .Nv2-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: var(--Nv0-sidebar-border);
  padding: 1rem;
  height: var(--sidebar-header-height);
  justify-content: space-between;
  position: relative;
}
.OSidebar li .action-button {
  width: 2rem !important;
  height: 2rem !important;
  padding: 0 !important;
}
.body--dark .action-button {
  background: rgba(var(--white), 0.05) !important;
}
.sidebar-open .OSidebar li:not(.Nv0-li):hover > .q-focus-helper,
.sidebar-open .OSidebar li.active > .q-focus-helper {
  opacity: 0.15 !important;
  background: currentColor;
}
.sidebar-open .OSidebar li:not(.Nv0-li):hover > .submenu,
.sidebar-open .OSidebar li.active > .submenu {
  display: flex;
  animation: show 0.25s var(--Nv0-sidebar-transition) both 0.05s;
}
.sidebar-open .OSidebar li:not(.Nv0-li):hover > .submenu[level="2"],
.sidebar-open .OSidebar li.active > .submenu[level="2"] {
  animation: show 0.25s var(--Nv0-sidebar-transition) both 0.05s;
}
@keyframes show {
0% {
    opacity: 0;
    transform: translateX(-10px);
    pointer-events: none;
}
100% {
    opacity: 1;
    transform: translateX(0px);
    pointer-events: all;
}
}:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
  --Nv0-sidebar-width: 5rem;
  --Nv0-sidebar-width-open: 21.25rem;
  --Nv0-sidebar-transition: ease-out;
  --Nv0-sidebar-border:1px solid rgba(var(--neutral-100),0.1);
  --Nv0-sidebar-z-index: 5010000000000;
  --Nv0-sidebar-overflow: hidden;
  --Nv1-sidebar-width: 21.25rem;
  --Nv1-sidebar-z-index: 901900;
  --Nv2-sidebar-z-index: 901800;
  --z-index-deep: 401000000;
  --sidebar-top:0;
  --sidebar-header-height: 5.4375rem;
}
@media screen and (max-width: 1024px) {
:root {
    --Nv0-sidebar-width: 0rem;
}
}
@media screen and (max-width: 600px) {
:root {
    --Nv0-sidebar-width-open: 100%;
}
}
.body--light {
  --logo-color: #000;
  --sidebar-bg: rgb(var(--white));
  --Nv1-sidebar-bg: rgb(var(--white));
  --Nv2-sidebar-bg: rgb(var(--white));
}
.body--dark {
  --logo-color: white;
  --sidebar-bg: rgb(var(--d-neutral-10));
  --Nv1-sidebar-bg: rgb(var(--d-neutral-20));
  --Nv2-sidebar-bg: rgb(var(--d-neutral-30));
  --Nv0-sidebar-border:1px solid rgba(var(--white),0.05);
}
.OSidebar {
  position: fixed;
  height: 100vh;
  left: 0;
  top: var(--sidebar-top);
  width: var(--Nv0-sidebar-width);
  z-index: var(--Nv0-sidebar-z-index);
  background: var(--sidebar-bg);
  transition: 0.2s var(--Nv0-sidebar-transition);
  border-right: var(--Nv0-sidebar-border);
  transition-property: width;
  overflow: var(--Nv0-sidebar-overflow);
  display: flex;
  flex-direction: column;
}
.showHeader .OSidebar {
  --sidebar-top:51px;
}
.sidebar-active .OSidebar {
  width: var(--Nv0-sidebar-width-open);
  --Nv0-sidebar-overflow: initial;
}
.sidebar-open .OSidebar {
  width: var(--Nv0-sidebar-width-open);
}
@media screen and (max-width: 1024px) {
.OSidebar .q-item .q-icon {
    font-size: 1.5rem !important;
}
.OSidebar .q-item p.one-line {
    font-size: 0.875rem;
}
}
.OSidebar-header {
  padding: 1.5rem 0.5rem 1.5rem;
  border-bottom: var(--Nv0-sidebar-border);
  height: var(--sidebar-header-height);
}
@media screen and (max-width: 1024px) {
.OSidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0.5rem;
}
}
.Nv0-ul {
  margin-top: 2rem;
  flex-wrap: nowrap;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
.Nv0-ul {
    margin-top: 1rem;
    padding-bottom: 1rem;
}
}
.Nv0-li {
  white-space: nowrap;
}
.Nv0-text {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.sidebar-active .OSidebar .Nv0-text,
.sidebar-open .OSidebar .Nv0-text {
  opacity: 1;
}
.OSidebar-deep {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.1);
  z-index: var(--z-index-deep);
  position: fixed;
  cursor: pointer;
  top: var(--sidebar-top);
  left: 0;
  backdrop-filter: blur(10px);
  transition: 0.2s ease background 0.2s;
}.o-counter[data-v-a3804028] {
  display: grid;
  place-items: center;
  text-align: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  line-height: 1;
  border: border 1px solid rgba(var(--neutral-100), 0.3);
  font-size: 10px;
  font-weight: 600;
  -webkit-user-select: none;
          user-select: none;
}.o-input {
  --prepend-size: var(--e327b030);
  --append-size: var(--68469fa2);
}
.o-input .q-field__append {
  width: var(--683813c2) !important;
}
.o-input .q-field__prepend {
  width: var(--e327b030) !important;
}
.body--dark .o-input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px rgb(var(--d-neutral-30)) inset;
  -webkit-text-fill-color: rgba(var(--white), 0.9) !important;
}
.body--dark .o-input input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 100px rgb(var(--d-neutral-30)) inset;
  -webkit-text-fill-color: rgba(var(--white), 0.9) !important;
}
.body--light .o-input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 500px rgb(var(--white)) inset;
  -webkit-text-fill-color: rgba(var(--neutral-70), 1) !important;
}
.body--light .o-input input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px rgb(var(--white)) inset;
  -webkit-text-fill-color: rgba(var(--neutral-70), 1) !important;
}.OBadge[data-v-0a8d309f] .q-icon {
  font-size: 20px;
  margin-right: 0;
  color: currentColor;
}.tag-base[data-v-ca42f750] {
  width: 20px;
  height: 8px;
}
.tag-base[data-v-ca42f750],
.tag-base-projeto[data-v-ca42f750] {
  transition: all 0.3s ease;
}
.tag-base .tag-base[data-v-ca42f750],
.tag-base .tag-base-projeto[data-v-ca42f750],
.tag-base-projeto .tag-base[data-v-ca42f750],
.tag-base-projeto .tag-base-projeto[data-v-ca42f750] {
  transition: all 0.3s ease;
}:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
}
@media screen and (max-width: 1024px) {
.o-chat-message .q-message-avatar {
    width: 1.5rem;
    height: 1.5rem;
    min-width: auto;
}
.o-chat-message .q-message-text {
    font-size: 0.75rem;
}
.o-chat-message span, .o-chat-message .tag-base-projeto {
    font-size: 0.625rem;
}
}.q-select--multiple .q-field__native {
  gap: 2px;
  padding: 4px 2px 2px;
}
.q-select--single .q-field__native {
  flex-wrap: nowrap;
}
.q-select--single .q-field__native span {
  flex: 0 3 auto;
}
.q-select--single .q-field__native input {
  flex: 1;
}.q-chat[data-v-f362aa7f] .q-scrollarea__content {
  display: flex;
  flex-direction: column-reverse !important;
}
.q-chat[data-v-f362aa7f] .q-field__label {
  background: transparent !important;
}
.InputTextarea[data-v-f362aa7f] .q-field__control {
  border: none !important;
}.body--dark hr[data-v-a72dafa4] {
  border-color: rgba(var(--white), 0.1);
}
hr[data-v-a72dafa4] {
  border-color: rgba(var(--neutral-100), 0.1);
}.descricao[data-v-18d048d9] * {
  white-space: break-spaces !important;
  word-wrap: break-word !important;
}
.descricao[data-v-18d048d9] img {
  border-radius: 6px;
  max-width: 300px;
  max-height: 200px;
  object-fit: contain;
  margin: 4px 0;
}[data-v-959369b0]:root {
  --white: 255, 255, 255;
  --black: 0, 0, 0;
  --neutral-100: 1, 7, 27;
  --neutral-70: 76, 80, 94;
  --neutral-60: 96, 99, 112;
  --neutral-30: 239, 239, 239;
  --neutral-20: 245, 245, 245;
  --neutral-10: 250, 250, 250;
  --primary-light: 55, 217, 140;
  --primary-pure-10: 232, 251, 242;
  --primary-pure: 81, 200, 120;
  --secondary-pure: 140, 165, 246;
  --primary-pure-dark: 14, 176, 99;
  --alert-error-10: 253, 234, 234;
  --alert-error: 233, 44, 44;
  --alert-warning-10: 251, 247, 230;
  --alert-warning: 210, 175, 0;
  --alert-success-10: 230, 243, 234;
  --alert-success: 0, 128, 36;
  --d-neutral-10: 18, 18, 18;
  --d-neutral-20: 23, 23, 23;
  --d-neutral-30: 31, 31, 31;
  --d-neutral-40: 36, 36, 36;
  --d-primary-light: 46, 248, 152;
  --d-primary-pure: 6, 247, 132;
  --d-primary-pure-10: 17, 41, 29;
  --d-primary-pure-dark: 5, 207, 111;
  --d-error: 247, 65, 65;
  --d-error-10: 255, 236, 236;
  --d-warning: 250, 206, 34;
  --d-warning-10: 41, 37, 19;
  --d-success: 0, 186, 97;
  --d-success-10: 230, 249, 240;
  --dark-white: var(--d-neutral-10);
}
.body--dark[data-v-959369b0] {
  --primary-pure: var(--d-primary-pure);
  --dark-white: var(--d-neutral-10);
  --dark-white: var(--white);
}
[data-v-959369b0]:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
}
.body--dark .task-modal[data-v-959369b0] {
  background: rgb(var(--d-neutral-20));
}
.body--dark .task-modal .q-tab--active[data-v-959369b0] {
  color: rgb(var(--white));
  background: rgb(var(--d-neutral-10));
}
.task-modal[data-v-959369b0] {
  height: auto;
  max-height: 95vh;
  min-height: clamp(500px, 73vh, 747px);
  width: 76rem;
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  background: rgb(var(--neutral-10));
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
.task-modal[data-v-959369b0] {
    min-height: clamp(500px, 95vh, 747px);
}
.task-modal .q-tabs--horizontal.q-tabs__arrow[data-v-959369b0] {
    transform: translateY(10px);
}
}
.task-modal .modal-header[data-v-959369b0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: rgb(var(--primary-pure));
  padding: 1rem 0.5rem;
  height: 5rem;
}
.task-modal[data-v-959369b0] .detail-card {
  height: var(--detail-height);
  overflow: hidden;
}
.task-modal[data-v-959369b0] .q-panel.scroll {
  max-width: 100%;
  display: flex;
}
.task-modal[data-v-959369b0] .q-panel.scroll .q-card {
  overflow-y: auto;
  white-space: break-spaces !important;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
.task-modal[data-v-959369b0] .q-panel.scroll .q-card {
    max-height: calc(100vh - 14.75rem);
}
}
.task-modal[data-v-959369b0] .q-panel.scroll * {
  word-wrap: break-word;
}
.task-modal .q-card[data-v-959369b0] {
  border: 1px solid rgba(1, 7, 27, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
}.fields-cards[data-v-0a095e90] input {
  font-size: 1rem;
}
.fields-cards .q-input[data-v-0a095e90] .q-field__control {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.fields-cards .q-input.text-center[data-v-0a095e90] input {
  text-align: center;
}
.fields-cards .q-input.q-field--float[data-v-0a095e90] .q-field__label {
  max-width: none;
}
.body--light .opaque-icon[data-v-0a095e90] .q-icon {
  opacity: 0.4;
}/*!
 * FilePond 4.32.8
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--assistant{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.filepond--browser.filepond--browser{position:absolute;margin:0;padding:0;left:1em;top:1.75em;width:calc(100% - 2em);opacity:0;font-size:0}.filepond--data{position:absolute;width:0;height:0;padding:0;margin:0;border:none;visibility:hidden;pointer-events:none;contain:strict}.filepond--drip{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:.1;pointer-events:none;border-radius:.5em;background:rgba(0,0,0,.01)}.filepond--drip-blob{transform-origin:center center;width:8em;height:8em;margin-left:-4em;margin-top:-4em;background:#292625;border-radius:50%}.filepond--drip-blob,.filepond--drop-label{position:absolute;top:0;left:0;will-change:transform,opacity}.filepond--drop-label{right:0;margin:0;color:#4f4f4f;display:flex;justify-content:center;align-items:center;height:0;-webkit-user-select:none;user-select:none}.filepond--drop-label.filepond--drop-label label{display:block;margin:0;padding:.5em}.filepond--drop-label label{cursor:default;font-size:.875em;font-weight:400;text-align:center;line-height:1.5}.filepond--label-action{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-color:#a7a4a4;cursor:pointer}.filepond--root[data-disabled] .filepond--drop-label label{opacity:.5}.filepond--file-action-button.filepond--file-action-button{font-size:1em;width:1.625em;height:1.625em;font-family:inherit;line-height:inherit;margin:0;padding:0;border:none;outline:none;will-change:transform,opacity}.filepond--file-action-button.filepond--file-action-button span{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.filepond--file-action-button.filepond--file-action-button svg{width:100%;height:100%}.filepond--file-action-button.filepond--file-action-button:after{position:absolute;left:-.75em;right:-.75em;top:-.75em;bottom:-.75em;content:""}.filepond--file-action-button{cursor:auto;color:#fff;border-radius:50%;background-color:rgba(0,0,0,.5);background-image:none;box-shadow:0 0 0 0 hsla(0,0%,100%,0);transition:box-shadow .25s ease-in}.filepond--file-action-button:focus,.filepond--file-action-button:hover{box-shadow:0 0 0 .125em hsla(0,0%,100%,.9)}.filepond--file-action-button[disabled]{color:hsla(0,0%,100%,.5);background-color:rgba(0,0,0,.25)}.filepond--file-action-button[hidden]{display:none}.filepond--action-edit-item.filepond--action-edit-item{width:2em;height:2em;padding:.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=center]{margin-left:-.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom]{margin-bottom:-.1875em}.filepond--action-edit-item-alt{border:none;line-height:inherit;background:transparent;font-family:inherit;color:inherit;outline:none;padding:0;margin:0 0 0 .25em;pointer-events:all;position:absolute}.filepond--action-edit-item-alt svg{width:1.3125em;height:1.3125em}.filepond--action-edit-item-alt span{font-size:0;opacity:0}.filepond--file-info{position:static;display:flex;flex-direction:column;align-items:flex-start;flex:1;margin:0 .5em 0 0;min-width:0;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;user-select:none}.filepond--file-info *{margin:0}.filepond--file-info .filepond--file-info-main{font-size:.75em;line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}.filepond--file-info .filepond--file-info-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out;white-space:nowrap}.filepond--file-info .filepond--file-info-sub:empty{display:none}.filepond--file-status{position:static;display:flex;flex-direction:column;align-items:flex-end;flex-grow:0;flex-shrink:0;margin:0;min-width:2.25em;text-align:right;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;user-select:none}.filepond--file-status *{margin:0;white-space:nowrap}.filepond--file-status .filepond--file-status-main{font-size:.75em;line-height:1.2}.filepond--file-status .filepond--file-status-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out}.filepond--file-wrapper.filepond--file-wrapper{border:none;margin:0;padding:0;min-width:0;height:100%}.filepond--file-wrapper.filepond--file-wrapper>legend{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.filepond--file{position:static;display:flex;height:100%;align-items:flex-start;padding:.5625em;color:#fff;border-radius:.5em}.filepond--file .filepond--file-status{margin-left:auto;margin-right:2.25em}.filepond--file .filepond--processing-complete-indicator{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:3}.filepond--file .filepond--file-action-button,.filepond--file .filepond--processing-complete-indicator,.filepond--file .filepond--progress-indicator{position:absolute}.filepond--file [data-align*=left]{left:.5625em}.filepond--file [data-align*=right]{right:.5625em}.filepond--file [data-align*=center]{left:calc(50% - .8125em)}.filepond--file [data-align*=bottom]{bottom:1.125em}.filepond--file [data-align=center]{top:calc(50% - .8125em)}.filepond--file .filepond--progress-indicator{margin-top:.1875em}.filepond--file .filepond--progress-indicator[data-align*=right]{margin-right:.1875em}.filepond--file .filepond--progress-indicator[data-align*=left]{margin-left:.1875em}[data-filepond-item-state*=error] .filepond--file-info,[data-filepond-item-state*=invalid] .filepond--file-info,[data-filepond-item-state=cancelled] .filepond--file-info{margin-right:2.25em}[data-filepond-item-state~=processing] .filepond--file-status-sub{opacity:0}[data-filepond-item-state~=processing] .filepond--action-abort-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-error] .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg{animation:fall .5s linear .125s both}[data-filepond-item-state=processing-complete] .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--file-info-sub,[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden])~.filepond--file-status .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-info .filepond--file-info-sub{opacity:.5}[data-filepond-item-state*=error] .filepond--file-wrapper,[data-filepond-item-state*=error] .filepond--panel,[data-filepond-item-state*=invalid] .filepond--file-wrapper,[data-filepond-item-state*=invalid] .filepond--panel{animation:shake .65s linear both}[data-filepond-item-state*=busy] .filepond--progress-indicator svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shake{10%,90%{transform:translateX(-.0625em)}20%,80%{transform:translateX(.125em)}30%,50%,70%{transform:translateX(-.25em)}40%,60%{transform:translateX(.25em)}}@keyframes fall{0%{opacity:0;transform:scale(.5);animation-timing-function:ease-out}70%{opacity:1;transform:scale(1.1);animation-timing-function:ease-in-out}to{transform:scale(1);animation-timing-function:ease-out}}.filepond--hopper[data-hopper-state=drag-over]>*{pointer-events:none}.filepond--hopper[data-hopper-state=drag-over]:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:100}.filepond--progress-indicator{z-index:103}.filepond--file-action-button{z-index:102}.filepond--file-status{z-index:101}.filepond--file-info{z-index:100}.filepond--item{position:absolute;top:0;left:0;right:0;z-index:1;padding:0;margin:.25em;will-change:transform,opacity;touch-action:auto}.filepond--item>.filepond--panel{z-index:-1}.filepond--item>.filepond--panel .filepond--panel-bottom{box-shadow:0 .0625em .125em -.0625em rgba(0,0,0,.25)}.filepond--item>.filepond--file-wrapper,.filepond--item>.filepond--panel{transition:opacity .15s ease-out}.filepond--item[data-drag-state]{cursor:grab}.filepond--item[data-drag-state]>.filepond--panel{transition:box-shadow .125s ease-in-out;box-shadow:0 0 0 transparent}.filepond--item[data-drag-state=drag]{cursor:grabbing}.filepond--item[data-drag-state=drag]>.filepond--panel{box-shadow:0 .125em .3125em rgba(0,0,0,.325)}.filepond--item[data-drag-state]:not([data-drag-state=idle]){z-index:2}.filepond--item-panel{background-color:#64605e}[data-filepond-item-state=processing-complete] .filepond--item-panel{background-color:#369763}[data-filepond-item-state*=error] .filepond--item-panel,[data-filepond-item-state*=invalid] .filepond--item-panel{background-color:#c44e47}.filepond--item-panel{border-radius:.5em;transition:background-color .25s}.filepond--list-scroller{position:absolute;top:0;left:0;right:0;margin:0;will-change:transform}.filepond--list-scroller[data-state=overflow] .filepond--list{bottom:0;right:0}.filepond--list-scroller[data-state=overflow]{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent)}.filepond--list-scroller::-webkit-scrollbar{background:transparent}.filepond--list-scroller::-webkit-scrollbar:vertical{width:1em}.filepond--list-scroller::-webkit-scrollbar:horizontal{height:0}.filepond--list-scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:99999px;border:.3125em solid transparent;background-clip:content-box}.filepond--list.filepond--list{position:absolute;top:0;margin:0;padding:0;list-style-type:none;will-change:transform}.filepond--list{left:.75em;right:.75em}.filepond--root[data-style-panel-layout~=integrated]{width:100%;height:100%;max-width:none;margin:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root{border-radius:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root>*,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{bottom:0;height:auto;display:flex;justify-content:center;align-items:center;z-index:7}.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel{display:none}.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller{overflow:hidden;height:100%;margin-top:0;margin-bottom:0}.filepond--root[data-style-panel-layout~=compact] .filepond--list,.filepond--root[data-style-panel-layout~=integrated] .filepond--list{left:0;right:0;height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--item,.filepond--root[data-style-panel-layout~=integrated] .filepond--item{margin:0}.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper{height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{z-index:7}.filepond--root[data-style-panel-layout~=circle]{border-radius:99999rem;overflow:hidden}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel{border-radius:inherit}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,.filepond--root[data-style-panel-layout~=circle] .filepond--file-status{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item{opacity:1!important;visibility:visible!important}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.filepond--root[data-style-panel-layout~=circle]{will-change:transform}}}.filepond--panel-root{border-radius:.5em;background-color:#f1f0ef}.filepond--panel{position:absolute;left:0;top:0;right:0;margin:0;height:100%!important;pointer-events:none}.filepond-panel:not([data-scalable=false]){height:auto!important}.filepond--panel[data-scalable=false]>div{display:none}.filepond--panel[data-scalable=true]{transform-style:preserve-3d;background-color:transparent!important;border:none!important}.filepond--panel-bottom,.filepond--panel-center,.filepond--panel-top{position:absolute;left:0;top:0;right:0;margin:0;padding:0}.filepond--panel-bottom,.filepond--panel-top{height:.5em}.filepond--panel-top{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom:none!important}.filepond--panel-top:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:-1px;background-color:inherit}.filepond--panel-bottom,.filepond--panel-center{will-change:transform;backface-visibility:hidden;transform-origin:left top;transform:translate3d(0,.5em,0)}.filepond--panel-bottom{border-top-left-radius:0!important;border-top-right-radius:0!important;border-top:none!important}.filepond--panel-bottom:before{content:"";position:absolute;height:2px;left:0;right:0;top:-1px;background-color:inherit}.filepond--panel-center{height:100px!important;border-top:none!important;border-bottom:none!important;border-radius:0!important}.filepond--panel-center:not([style]){visibility:hidden}.filepond--progress-indicator{position:static;width:1.25em;height:1.25em;color:#fff;margin:0;pointer-events:none;will-change:transform,opacity}.filepond--progress-indicator svg{width:100%;height:100%;vertical-align:top;transform-box:fill-box}.filepond--progress-indicator path{fill:none;stroke:currentColor}.filepond--list-scroller{z-index:6}.filepond--drop-label{z-index:5}.filepond--drip{z-index:3}.filepond--root>.filepond--panel{z-index:2}.filepond--browser{z-index:1}.filepond--root{box-sizing:border-box;position:relative;margin-bottom:1em;font-size:1rem;line-height:normal;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:450;text-align:left;text-rendering:optimizeLegibility;direction:ltr;contain:layout style size}.filepond--root *{box-sizing:inherit;line-height:inherit}.filepond--root :not(text){font-size:inherit}.filepond--root[data-disabled]{pointer-events:none}.filepond--root[data-disabled] .filepond--list-scroller{pointer-events:all}.filepond--root[data-disabled] .filepond--list{pointer-events:none}.filepond--root .filepond--drop-label{min-height:4.75em}.filepond--root .filepond--list-scroller{margin-top:1em;margin-bottom:1em}.filepond--root .filepond--credits{position:absolute;right:0;opacity:.4;line-height:.85;font-size:11px;color:inherit;text-decoration:none;z-index:3;bottom:-14px}.filepond--root .filepond--credits[style]{top:0;bottom:auto;margin-top:14px}.filepond--root {
  background: rgb(var(--neutral-10));
  cursor: pointer;
}

.filepond--root[data-hopper-state=drag-over] .filepond--drop-label {
  background: rgb(var(--neutral-30));
  border: dashed 1px rgba(var(--neutral-100), 0.4);
}

.filepond--credits {
  display: none;
}

.filepond--drop-label {
  background: rgb(var(--neutral-10));
  border: dashed 1px rgba(var(--neutral-100), 0.1);
  padding: 0.75rem;
  height: 5.625rem;
  border-radius: 6px;
  transition: all 0.2s;
}
.filepond--drop-label * {
  cursor: pointer;
}
.filepond--drop-label .filepond--label-text p {
  font-size: 14px;
  line-height: 157%;
  color: rgb(var(--neutral-70));
}
.filepond--drop-label .filepond--label-text button {
  display: flex;
  align-items: center;
  margin: 0.75rem auto 0;
  background: rgb(var(--white));
  padding: 0.375rem;
  height: 2rem;
  border: solid 1px rgba(var(--neutral-100), 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  font-size: 12px;
  color: rgb(var(--neutral-100));
  line-height: 167%;
  pointer-events: none;
}

.filepond--list {
  margin-top: 0.5rem !important;
  left: 0;
  right: 0;
}
.filepond--list .filepond--item {
  margin: 0;
  margin-top: 8px;
}
.filepond--list .filepond--item fieldset {
  padding: 0;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
  border: solid 1px rgba(var(--neutral-100), 0.1);
  border-radius: 6px;
}
.filepond--list .filepond--item .filepond--file {
  display: flex;
  align-items: center;
}
.filepond--list .filepond--item .filepond--file-info-main,
.filepond--list .filepond--item .filepond--file-status-main {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 157%;
}
.filepond--list .filepond--item .filepond--file-info-sub,
.filepond--list .filepond--item .filepond--file-status-sub {
  font-size: 0.875rem;
  line-height: 157%;
}
.filepond--list .filepond--item .filepond--file-action-button {
  background: transparent;
  cursor: pointer !important;
}
.filepond--list .filepond--item[data-filepond-item-state=idle] fieldset,
.filepond--list .filepond--item[data-filepond-item-state="busy processing"] fieldset {
  background: rgb(var(--white)) !important;
}
.filepond--list .filepond--item[data-filepond-item-state=idle] fieldset .filepond--file-info-main,
.filepond--list .filepond--item[data-filepond-item-state=idle] fieldset .filepond--file-status-main,
.filepond--list .filepond--item[data-filepond-item-state="busy processing"] fieldset .filepond--file-info-main,
.filepond--list .filepond--item[data-filepond-item-state="busy processing"] fieldset .filepond--file-status-main {
  color: rgb(var(--neutral-100));
}
.filepond--list .filepond--item[data-filepond-item-state=idle] fieldset .filepond--file-info-sub,
.filepond--list .filepond--item[data-filepond-item-state=idle] fieldset .filepond--file-status-sub,
.filepond--list .filepond--item[data-filepond-item-state="busy processing"] fieldset .filepond--file-info-sub,
.filepond--list .filepond--item[data-filepond-item-state="busy processing"] fieldset .filepond--file-status-sub {
  color: rgb(var(--neutral-70));
}
.filepond--list .filepond--item[data-filepond-item-state=idle] fieldset .filepond--file-action-button,
.filepond--list .filepond--item[data-filepond-item-state="busy processing"] fieldset .filepond--file-action-button {
  color: rgb(var(--neutral-100));
}

.filepond--panel-root {
  background: rgb(var(--white));
}

.body--dark .filepond--root,
.body--dark .filepond--drop-label {
  background: rgb(30, 30, 30);
}
.body--dark .filepond--root[data-hopper-state=drag-over] .filepond--drop-label {
  background: rgb(var(--d-neutral-20));
  border: dashed 1px rgba(var(--white), 0.5);
}
.body--dark .filepond--drop-label {
  border: dashed 1px rgba(var(--white), 0.2);
}
.body--dark .filepond--label-text p {
  color: rgba(var(--white), 0.7);
}
.body--dark .filepond--label-text button {
  background: rgba(var(--white), 0.1);
  border-color: transparent;
  color: rgb(var(--white));
}
.body--dark .filepond--item[data-filepond-item-state=idle] fieldset,
.body--dark .filepond--item[data-filepond-item-state="busy processing"] fieldset {
  background: rgb(41, 41, 41) !important;
}
.body--dark .filepond--item[data-filepond-item-state=idle] fieldset .filepond--file-info-main,
.body--dark .filepond--item[data-filepond-item-state=idle] fieldset .filepond--file-status-main,
.body--dark .filepond--item[data-filepond-item-state="busy processing"] fieldset .filepond--file-info-main,
.body--dark .filepond--item[data-filepond-item-state="busy processing"] fieldset .filepond--file-status-main {
  color: rgb(var(--white));
}
.body--dark .filepond--item[data-filepond-item-state=idle] fieldset .filepond--file-info-sub,
.body--dark .filepond--item[data-filepond-item-state=idle] fieldset .filepond--file-status-sub,
.body--dark .filepond--item[data-filepond-item-state="busy processing"] fieldset .filepond--file-info-sub,
.body--dark .filepond--item[data-filepond-item-state="busy processing"] fieldset .filepond--file-status-sub {
  color: rgba(var(--white), 0.7);
}
.body--dark .filepond--item[data-filepond-item-state=idle] fieldset .filepond--file-action-button,
.body--dark .filepond--item[data-filepond-item-state="busy processing"] fieldset .filepond--file-action-button {
  color: rgb(var(--white));
}
.body--dark .filepond--panel-root {
  background: rgb(var(--d-neutral-10));
}[data-v-120ecee0]:root {
  --white: 255, 255, 255;
  --black: 0, 0, 0;
  --neutral-100: 1, 7, 27;
  --neutral-70: 76, 80, 94;
  --neutral-60: 96, 99, 112;
  --neutral-30: 239, 239, 239;
  --neutral-20: 245, 245, 245;
  --neutral-10: 250, 250, 250;
  --primary-light: 55, 217, 140;
  --primary-pure-10: 232, 251, 242;
  --primary-pure: 81, 200, 120;
  --secondary-pure: 140, 165, 246;
  --primary-pure-dark: 14, 176, 99;
  --alert-error-10: 253, 234, 234;
  --alert-error: 233, 44, 44;
  --alert-warning-10: 251, 247, 230;
  --alert-warning: 210, 175, 0;
  --alert-success-10: 230, 243, 234;
  --alert-success: 0, 128, 36;
  --d-neutral-10: 18, 18, 18;
  --d-neutral-20: 23, 23, 23;
  --d-neutral-30: 31, 31, 31;
  --d-neutral-40: 36, 36, 36;
  --d-primary-light: 46, 248, 152;
  --d-primary-pure: 6, 247, 132;
  --d-primary-pure-10: 17, 41, 29;
  --d-primary-pure-dark: 5, 207, 111;
  --d-error: 247, 65, 65;
  --d-error-10: 255, 236, 236;
  --d-warning: 250, 206, 34;
  --d-warning-10: 41, 37, 19;
  --d-success: 0, 186, 97;
  --d-success-10: 230, 249, 240;
  --dark-white: var(--d-neutral-10);
}
.body--dark[data-v-120ecee0] {
  --primary-pure: var(--d-primary-pure);
  --dark-white: var(--d-neutral-10);
  --dark-white: var(--white);
}
.body--dark .add-task-modal[data-v-120ecee0] {
  background: rgb(var(--d-neutral-20));
}
.body--dark .add-task-modal .q-tab--active[data-v-120ecee0] {
  color: rgb(var(--white));
  background: rgb(var(--d-neutral-10));
}
.add-task-modal[data-v-120ecee0] {
  height: auto;
  max-height: 95vh;
  min-height: clamp(500px, 95vh, 747px);
  width: 76rem;
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  background: rgb(var(--neutral-10));
  overflow: hidden;
}
.add-task-modal .modal-header[data-v-120ecee0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(var(--primary-pure));
  padding: 1rem 0.5rem;
  height: 5rem;
}
.add-task-modal[data-v-120ecee0] .detail-card {
  height: var(--detail-height);
  overflow: hidden;
}
.add-task-modal .q-card[data-v-120ecee0] {
  border: 1px solid rgba(1, 7, 27, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
}
.editor-container[data-v-120ecee0] .q-panel {
  max-height: 65vh;
}
.editor-container[data-v-120ecee0] * {
  word-break: break-all;
}.buttons[data-v-9fe97850] {
  height: 150px;
  width: 60px;
  position: absolute;
  top: -165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.buttons .botoes[data-v-9fe97850] {
  transition: initial !important;
  padding: 0 !important;
  width: 3rem;
  height: 3rem;
}
.body--dark .buttons .botoes[data-v-9fe97850] {
  border: 1px solid rgba(var(--white), 0.1);
}.avatar.ajuste-img[data-v-7ee73507] img {
  width: calc(100% - 3px);
  height: calc(100% - 3px);
}.have-more {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
  position: absolute;
  background: rgba(var(--neutral-30), 1);
  border: 2px solid white;
}
.body--dark .have-more {
  border-color: rgba(var(--d-neutral-10), 1);
  background: rgba(var(--d-neutral-30), 1);
}.modal-center .q-dialog__inner {
  justify-content: center;
  padding: 0 !important;
}
.modal-center .content {
  max-height: 580px !important;
  min-width: 460px;
  width: max-content;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.modal-center .scroll-area .q-scrollarea__content {
  display: flex;
  flex-direction: column;
}.border-wrapper[data-v-97a3fb89] {
  flex: 1;
  position: relative;
  padding-bottom: 1px;
}
.border-wrapper[data-v-97a3fb89]::before {
  content: "";
  height: 0.25rem;
  width: 1.5rem;
  position: absolute;
  top: 0;
  left: 1rem;
  border-radius: 0px 4px 4px 4px;
}
.border-wrapper.success[data-v-97a3fb89] {
  background: linear-gradient(90deg, rgba(0, 128, 36, 0.2) 0%, rgba(0, 128, 36, 0) 100.06%);
}
.border-wrapper.success[data-v-97a3fb89]::before {
  background: rgb(var(--alert-success));
}
.border-wrapper.success h3[data-v-97a3fb89] {
  color: rgb(var(--alert-success));
  background: linear-gradient(104.44deg, #008024 -29.9%, rgba(0, 128, 36, 0.1) -29.89%, rgba(0, 128, 36, 0) 60.26%);
}
.border-wrapper.error[data-v-97a3fb89] {
  background: linear-gradient(90deg, rgba(233, 44, 44, 0.2) 0%, rgba(233, 44, 44, 0) 100.06%);
}
.border-wrapper.error[data-v-97a3fb89]::before {
  background: rgb(var(--alert-error));
}
.border-wrapper.error h3[data-v-97a3fb89] {
  color: rgb(var(--alert-error));
  background: linear-gradient(104.44deg, rgba(233, 44, 44, 0.1) -29.89%, rgba(233, 44, 44, 0) 60.26%);
}
.border-wrapper.black[data-v-97a3fb89] {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100.06%);
}
.border-wrapper.black[data-v-97a3fb89]::before {
  background: rgb(0, 0, 0);
}
.border-wrapper.black h3[data-v-97a3fb89] {
  color: rgb(0, 0, 0);
  background: linear-gradient(104.44deg, rgba(0, 0, 0, 0.1) -29.89%, rgba(0, 0, 0, 0) 60.26%);
}
.border-wrapper.warning[data-v-97a3fb89] {
  background: linear-gradient(90deg, rgba(255, 117, 24, 0.2) 0%, rgba(255, 117, 24, 0) 100.06%);
}
.border-wrapper.warning[data-v-97a3fb89]::before {
  background: rgb(255, 117, 24);
}
.border-wrapper.warning h3[data-v-97a3fb89] {
  color: rgb(255, 117, 24);
  background: linear-gradient(104.44deg, rgba(255, 117, 24, 0.1) -29.89%, rgba(255, 117, 24, 0) 60.26%);
}
.body--dark .border-wrapper.success[data-v-97a3fb89] {
  background: linear-gradient(90deg, rgba(0, 186, 97, 0.2) 0%, rgba(0, 186, 97, 0) 100.06%);
}
.body--dark .border-wrapper.success h3[data-v-97a3fb89] {
  background: linear-gradient(104.44deg, #00BA61 -29.9%, rgba(0, 128, 36, 0.1) -29.89%, rgba(0, 186, 97, 0) 60.26%);
}
.body--dark .border-wrapper.error[data-v-97a3fb89] {
  background: linear-gradient(90deg, rgba(233, 44, 44, 0.2) 0%, rgba(233, 44, 44, 0) 100.06%);
}
.body--dark .border-wrapper.error h3[data-v-97a3fb89] {
  background: linear-gradient(104.44deg, rgba(233, 44, 44, 0.1) -29.89%, rgba(233, 44, 44, 0) 60.26%);
}
.body--dark .border-wrapper.black[data-v-97a3fb89] {
  background: linear-gradient(90deg, rgba(211, 211, 211, 0.2) 0%, rgba(211, 211, 211, 0) 100.06%);
}
.body--dark .border-wrapper.black[data-v-97a3fb89]::before {
  background: rgb(211, 211, 211);
}
.body--dark .border-wrapper.black h3[data-v-97a3fb89] {
  color: rgb(211, 211, 211);
  background: linear-gradient(104.44deg, rgba(211, 211, 211, 0.1) -29.89%, rgba(211, 211, 211, 0) 60.26%);
}
.body--dark .border-wrapper.warning[data-v-97a3fb89] {
  background: linear-gradient(90deg, rgba(255, 140, 0, 0.2) 0%, rgba(255, 140, 0, 0) 100.06%);
}
.body--dark .border-wrapper.warning[data-v-97a3fb89]::before {
  background: rgb(255, 140, 0);
}
.body--dark .border-wrapper.warning h3[data-v-97a3fb89] {
  color: rgb(255, 140, 0);
  background: linear-gradient(104.44deg, rgba(255, 140, 0, 0.1) -29.89%, rgba(255, 140, 0, 0) 60.26%);
}.OTable .q-select .q-field__native span {
  padding: 4px;
}
.OTable.striped tr:nth-child(even) {
  background-color: rgba(var(--neutral-10), 0.5);
}
.body--dark .OTable.striped tr:nth-child(even) {
  background-color: rgba(var(--white), 0.02);
}
.sticky-header-table {
  /* height or max-height is important */
  height: 310px;
  /* this is when the loading indicator appears */
}
.sticky-header-table .q-table__top,
.sticky-header-table .q-table__bottom,
.sticky-header-table thead tr:first-child th {
  /* bg color is important for th; just specify one */
  background-color: rgb(var(--table-header-bg));
}
.sticky-header-table thead tr th {
  position: sticky;
  z-index: 1;
}
.sticky-header-table thead tr:first-child th {
  top: 0;
}
.sticky-header-table.q-table--loading thead tr:last-child th {
  /* height of all previous header rows */
  top: 48px;
}.table-footer-base .q-pagination[data-v-0eb78716] {
  transform: translate(1px, 1px);
}
.table-footer-base .q-pagination[data-v-0eb78716] .q-btn {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(var(--neutral-100), 0.1);
  font-size: 0.75rem;
  margin: 0;
}
.table-footer-base .q-pagination[data-v-0eb78716] .q-btn:before {
  box-shadow: initial !important;
}
.table-footer-base .q-pagination[data-v-0eb78716] .q-pagination__middle,
.table-footer-base .q-pagination[data-v-0eb78716] .q-pagination__content {
  gap: 0.375rem;
}
.body--light .table-footer-base[data-v-0eb78716] .icon-opacity .q-icon {
  color: #999ca4;
}
.body--light .table-footer-base[data-v-0eb78716] .q-btn.disabled {
  opacity: 1 !important;
  background: rgba(var(--neutral-100), 0.1);
  color: rgba(var(--neutral-100), 0.4);
}
.body--light .table-footer-base .q-pagination[data-v-0eb78716] .q-btn {
  color: rgb(var(--neutral-70)) !important;
}
.body--light .table-footer-base .q-pagination[data-v-0eb78716] .q-btn.bg-primary {
  color: rgb(var(--neutral-100)) !important;
  border: rgb(var(--primary-pure));
}
.body--dark .table-footer-base[data-v-0eb78716] .q-table__middle {
  background: rgb(var(--d-neutral-40));
  border-bottom: 1px solid rgba(var(--white), 0.1);
}
.body--dark .table-footer-base[data-v-0eb78716] .q-btn.disabled {
  opacity: 1 !important;
  background: rgba(var(--white), 0.05);
  color: rgba(var(--white), 0.2);
}
.body--dark .table-footer-base .q-pagination[data-v-0eb78716] .q-btn {
  border: 1px solid rgba(var(--white), 0.1);
  color: rgba(var(--white), 0.7) !important;
  background: rgba(var(--white), 0.05);
}
.body--dark .table-footer-base .q-pagination[data-v-0eb78716] .q-btn.bg-primary {
  color: rgb(var(--neutral-100)) !important;
}[data-v-b0468a73]:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
}
.table-base .q-chip[data-v-b0468a73] .q-chip__content {
  justify-content: center;
}
.table-base[data-v-b0468a73]:not(.no-scroll) .q-table__middle {
  max-height: 37rem;
}
.table-base[data-v-b0468a73]:not(.no-scroll) .q-table__middle thead {
  position: sticky;
  top: 0;
  background: rgb(var(--white));
  z-index: 10;
}
@media screen and (max-width: 1024px) {
.table-base[data-v-b0468a73]:not(.no-scroll) .q-table__middle thead th {
    font-size: 0.75rem;
}
}
.body--dark .table-base[data-v-b0468a73] .q-table__middle {
  border: 1px solid rgba(var(--white), 0.1);
}
.body--dark .table-base[data-v-b0468a73] thead {
  background: rgb(var(--d-neutral-10)) !important;
}
.body--dark .table-base[data-v-b0468a73] .q-td:not(:last-child) {
  border-right: 1px solid rgba(var(--white), 0.1);
}
.body--light .table-base[data-v-b0468a73] .icon-opacity .q-icon {
  color: #999ca4;
}
.body--light .table-base[data-v-b0468a73] .q-td:not(:last-child) {
  border-right: 1px solid rgba(var(--neutral-100), 0.1);
}.gantt .grid-background {
  fill: none;
}
.gantt .grid-header {
  fill: #ffffff;
  stroke: #e0e0e0;
  stroke-width: 1.4;
}
.gantt .grid-row {
  fill: #ffffff;
}
.gantt .grid-row:nth-child(even) {
  fill: #f5f5f5;
}
.gantt .row-line {
  stroke: #ebeff2;
}
.gantt .tick {
  stroke: #e0e0e0;
  stroke-width: 0.2;
}
.gantt .tick.thick {
  stroke-width: 0.4;
}
.gantt .today-highlight {
  fill: #fcf8e3;
  opacity: 0.5;
}
.gantt .arrow {
  fill: none;
  stroke: #666;
  stroke-width: 1.4;
}
.gantt .bar {
  fill: #b8c2cc;
  stroke: #8D99A6;
  stroke-width: 0;
  transition: stroke-width 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
}
.gantt .bar-progress {
  fill: #a3a3ff;
}
.gantt .bar-invalid {
  fill: transparent;
  stroke: #8D99A6;
  stroke-width: 1;
  stroke-dasharray: 5;
}
.gantt .bar-invalid ~ .bar-label {
  fill: #555;
}
.gantt .bar-label {
  fill: #fff;
  dominant-baseline: central;
  text-anchor: middle;
  font-size: 12px;
  font-weight: lighter;
}
.gantt .bar-label.big {
  fill: #555;
  text-anchor: start;
}
.gantt .handle {
  fill: #ddd;
  cursor: ew-resize;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.gantt .bar-wrapper {
  cursor: pointer;
  outline: none;
}
.gantt .bar-wrapper:hover .bar {
  fill: rgb(169.1598360656, 181.25, 193.3401639344);
}
.gantt .bar-wrapper:hover .bar-progress {
  fill: rgb(137.5, 137.5, 255);
}
.gantt .bar-wrapper:hover .handle {
  visibility: visible;
  opacity: 1;
}
.gantt .bar-wrapper.active .bar {
  fill: rgb(169.1598360656, 181.25, 193.3401639344);
}
.gantt .bar-wrapper.active .bar-progress {
  fill: rgb(137.5, 137.5, 255);
}
.gantt .lower-text, .gantt .upper-text {
  font-size: 12px;
  text-anchor: middle;
}
.gantt .upper-text {
  fill: #555;
}
.gantt .lower-text {
  fill: #333;
}
.gantt .hide {
  display: none;
}

.gantt-container {
  position: relative;
  overflow: auto;
  font-size: 12px;
}
.gantt-container .popup-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  color: #959da5;
  border-radius: 3px;
}
.gantt-container .popup-wrapper .title {
  border-bottom: 3px solid #a3a3ff;
  padding: 10px;
}
.gantt-container .popup-wrapper .subtitle {
  padding: 10px;
  color: #dfe2e5;
}
.gantt-container .popup-wrapper .pointer {
  position: absolute;
  height: 5px;
  margin: 0 0 0 -5px;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
}.gantt .grid-row,
.gantt .grid-header {
  fill: none !important;
}
.gantt .bar-progress {
  fill: #008039 !important;
}
.gantt .tick {
  stroke-width: 1.4;
}
.gantt .tick.thick {
  stroke-width: 4;
}
.gantt .row-line {
  stroke-width: 1.4;
}
.gantt .today-highlight {
  fill: rgba(55, 217, 140, 0.4);
}
.gantt .upper-text,
.gantt .lower-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 150%;
}
.gantt .handle-group {
  display: none;
}
.gantt-container .popup-wrapper .title {
  border-color: #008039;
}
.body--dark .gantt .grid-row,
.body--dark .gantt .grid-header {
  stroke: #171717;
}
.body--dark .gantt .grid-background {
  fill: #232323;
}
.body--dark .gantt .bar {
  fill: #4c4c4c !important;
}
.body--dark .gantt .bar-label.big {
  fill: #fff;
}
.body--dark .gantt .tick {
  stroke: #171717;
}
.body--dark .gantt .row-line {
  stroke: #171717;
}
.body--dark .gantt .upper-text,
.body--dark .gantt .lower-text {
  fill: #fff;
}.table-footer-base .q-pagination[data-v-5fc850e5] .q-btn {
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.75rem;
  margin: 0;
}
.table-footer-base .q-pagination[data-v-5fc850e5] .q-btn:before {
  box-shadow: initial !important;
}
.table-footer-base .q-pagination[data-v-5fc850e5] .q-pagination__middle,
.table-footer-base .q-pagination[data-v-5fc850e5] .q-pagination__content {
  gap: 0.375rem;
}
.body--light .table-footer-base[data-v-5fc850e5] .icon-opacity .q-icon {
  color: currentColor !important;
}
.body--light .table-footer-base[data-v-5fc850e5] .q-btn.disabled {
  opacity: 1 !important;
  background: rgba(var(--neutral-100), 0.1);
  color: rgba(var(--neutral-100), 0.4);
}
.body--light .table-footer-base .q-pagination[data-v-5fc850e5] .q-btn {
  color: rgb(var(--neutral-70), 1) !important;
  background: rgba(var(--neutral-100), 0.05);
  border: 1px solid rgba(var(--neutral-100), 0.1);
}
.body--light .table-footer-base .q-pagination[data-v-5fc850e5] .q-btn[aria-current=true] {
  color: rgb(var(--primary)) !important;
  background: rgba(var(--primary-pure)) !important;
  border-color: transparent !important;
}
.body--light .table-footer-base .q-pagination[data-v-5fc850e5] .q-btn.bg-primary {
  color: rgb(var(--white)) !important;
  background: rgba(var(--primary-pure)) !important;
  border: transparent;
}
.body--light .table-footer-base .q-btn[aria-disabled=true][data-v-5fc850e5] {
  background: rgba(var(--neutral-100), 0.05) !important;
  color: rgba(var(--neutral-700), 1) !important;
  border: 1px solid rgba(var(--neutral-100), 0.05) !important;
}
.body--dark .table-footer-base[data-v-5fc850e5] .q-table__middle {
  background: rgb(var(--d-neutral-40));
  border-bottom: 1px solid rgba(var(--white), 0.1);
}
.body--dark .table-footer-base[data-v-5fc850e5] .q-btn.disabled {
  opacity: 1 !important;
  background: rgba(var(--white), 0.05);
  color: rgba(var(--white), 0.2);
}
.body--dark .table-footer-base .q-pagination[data-v-5fc850e5] .q-btn {
  border: 1px solid rgba(var(--white), 0.1);
  color: rgba(var(--white), 0.7) !important;
  background: rgba(var(--white), 0.05);
}
.body--dark .table-footer-base .q-pagination[data-v-5fc850e5] .q-btn.bg-primary {
  color: rgb(var(--neutral-100)) !important;
}[data-v-39f4d2f6]:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
}
.table-base .q-chip[data-v-39f4d2f6] .q-chip__content {
  justify-content: center;
}
.table-base[data-v-39f4d2f6] &:not(.no-scroll).q-table__middle {
  max-height: 37rem;
}
.table-base[data-v-39f4d2f6] &:not(.no-scroll).q-table__middle thead {
  position: sticky;
  top: 0;
  background: rgb(var(--white));
  z-index: 10;
}
@media screen and (max-width: 1024px) {
.table-base[data-v-39f4d2f6] &:not(.no-scroll).q-table__middle thead th {
    font-size: 0.75rem;
}
}
.body--dark .table-base[data-v-39f4d2f6] .q-table__middle {
  border: 1px solid rgba(var(--white), 0.1);
}
.body--dark .table-base[data-v-39f4d2f6] thead {
  background: rgb(var(--d-neutral-10));
}
.body--dark .table-base[data-v-39f4d2f6] .q-td:not(:last-child) {
  border-right: 1px solid rgba(var(--white), 0.1);
}
.body--light .table-base[data-v-39f4d2f6] .icon-opacity .q-icon {
  color: #999ca4;
}
.body--light .table-base[data-v-39f4d2f6] .q-td:not(:last-child) {
  border-right: 1px solid rgba(var(--neutral-100), 0.1);
}.body--dark .TabsProjeto[data-v-920db91c] .q-tab--active {
  background: rgb(var(--d-neutral-30));
  color: white;
}.projeto-seletor[data-v-a75f13d7] {
  display: flex;
  flex-direction: column;
}
.projeto-seletor__header[data-v-a75f13d7] {
  flex-shrink: 0;
  padding-bottom: 16px;
}
.projeto-seletor__list[data-v-a75f13d7] {
  flex: 1;
  min-height: 0;
  margin: 0 8px;
}
.projeto-seletor__footer[data-v-a75f13d7] {
  flex-shrink: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.projeto-seletor[data-v-a75f13d7] {
  width: clamp(600px, 600px, 100vw);
  height: clamp(200px, 100%, 100vh);
  overflow: hidden;
}
.projetos-selecionados[data-v-a75f13d7] {
  max-height: 100px;
  overflow-y: scroll;
}
.projetos-selecionados[data-v-a75f13d7],
.projeto-selecionado[data-v-a75f13d7] {
  animation: slideIn-a75f13d7 0.3s ease-out;
}
.projeto-item[data-v-a75f13d7] {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.25rem 0.75rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  outline: none;
}
.projeto-item--selected[data-v-a75f13d7] {
  background-color: rgba(var(--secondary-pure), 0.1);
  border-color: rgba(var(--secondary-pure), 0.3);
}
.projeto-item--selected .text-neutral-100[data-v-a75f13d7] {
  color: rgb(var(--secondary-pure)) !important;
}
.projeto-item--focused[data-v-a75f13d7] {
  background-color: rgba(var(--primary-pure), 0.05);
  border-color: rgba(var(--primary-pure), 0.2);
}
.projeto-item-skeleton[data-v-a75f13d7] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
}
.projeto-item-skeleton .flex-1[data-v-a75f13d7] {
  flex: 1;
}
.loading-state[data-v-a75f13d7],
.empty-state[data-v-a75f13d7] {
  padding: 16px;
}
.loading-more[data-v-a75f13d7] {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 8px;
}
@keyframes slideIn-a75f13d7 {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.body--dark .projeto-item[data-v-a75f13d7]:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.body--dark .projeto-seletor__footer[data-v-a75f13d7] {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.body--light .projeto-item[data-v-a75f13d7]:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.body--light .projeto-seletor__footer[data-v-a75f13d7] {
  border-top-color: rgba(0, 0, 0, 0.1);
  background-color: white;
  z-index: 20;
}.custom-tab-hover[data-v-b2189ed6] .q-focus-helper {
  display: none !important;
}:root {
  --modal-projeto-height: calc(100vh - 2.5rem - 0.5rem);
  --modal-projeto-nav-height: calc(100vh - 2.5rem - 0.5rem - 2rem);
}
@media (max-width: 1024px) {
:root {
    --modal-projeto-nav-height: calc(100vh - 50px - 0.5rem - 2rem);
}
}
.modal-full .q-dialog__inner {
  padding: 0 !important;
}
.modal-full .q-dialog__backdrop {
  display: none !important;
}.layout-kanban {
  --breadcrumb-color: rgba(var(--white),0.7);
}
.layout-kanban .OSidebar-open {
  filter: brightness(2);
}
.q-layout.layout-kanban {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 15.56%);
  --top-size: calc(var(--header-kanban-height) + var(--header-base-height));
}
.body--dark .q-layout.layout-kanban {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.kanban-page-container {
  margin-left: var(--Nv0-sidebar-width);
  height: calc(100vh - var(--top-size) - var(--header-projeto-lista));
}
.body--light .layout-kanban .timer-task-wrapper {
  background: rgba(var(--d-neutral-10), 0.3) !important;
}
.body--light .layout-kanban .timer-task-wrapper .text-paragraph-2 {
  color: rgba(var(--white), 0.9) !important;
}
.body--light .layout-kanban .timer-task-wrapper .timer-task {
  opacity: 0.6;
}
.body--dark .layout-kanban .timer-task-wrapper {
  background: rgba(var(--d-neutral-10), 0.4) !important;
}
.body--dark .layout-kanban .timer-task-wrapper .text-paragraph-2 {
  color: rgba(var(--white), 0.9) !important;
}.kanban-popup-editable {
  padding: 0.25rem !important;
  min-height: max-content !important;
  height: max-content !important;
}
.kanban-popup-editable .q-field {
  padding: 0;
}
.kanban-popup-editable label.o-input {
  display: flex;
  flex-direction: column;
}
.kanban-popup-editable .q-field__control {
  border-top: initial !important;
  border-left: initial !important;
  border-right: initial !important;
}
.kanban-popup-editable .q-field__after {
  width: 100%;
  margin: initial;
  padding: 0;
  margin-top: 0;
}
.kanban-popup-editable .q-field__marginal {
  height: 100% !important;
}.q-chat[data-v-eb0b168a] .q-scrollarea__content {
  display: flex;
  flex-direction: column !important;
  justify-content: flex-end;
}
.q-chat[data-v-eb0b168a] .q-field__label {
  background: transparent !important;
}
.chat-chamado[data-v-eb0b168a] .q-message-text {
  width: 100%;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
}.attachment-card[data-v-ec540fa9] .q-scrollarea__content {
  display: flex;
  flex-direction: column !important;
  justify-content: flex-end;
}.FloatingMenu[data-v-210e7971] {
  overflow: initial;
}.body--dark .item-letter[style="color: rgba(var(--neutral-100), 1);"][data-v-d6c63b3d] {
  color: rgba(var(--white), 0.8) !important;
}/* Dropdown menu */
.dropdown-menu {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  overflow: auto;
  position: relative;
}
.dropdown-menu button {
  align-items: center;
  background-color: transparent;
  display: flex;
  gap: 0.25rem;
  text-align: left;
  width: 100%;
}
.dropdown-menu button:hover, .dropdown-menu button:hover.is-selected {
  background-color: var(--gray-3);
}
.dropdown-menu button.is-selected {
  background-color: var(--gray-2);
}img[data-v-c08c6197] {
  transition: transform 0.2s ease;
  -webkit-user-select: none;
          user-select: none;
}
img.cursor-grab[data-v-c08c6197] {
  cursor: grab;
}
img.cursor-grab[data-v-c08c6197]:active {
  cursor: grabbing;
}
body {
  min-width: 100px;
  min-height: 100%;
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 14px;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
  hyphens: auto;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
.text-no-wrap {
  white-space: nowrap;
}
.text-strike {
  text-decoration: line-through;
}
.text-weight-thin {
  font-weight: 100;
}
.text-weight-light {
  font-weight: 300;
}
.text-weight-regular {
  font-weight: 400;
}
.text-weight-medium {
  font-weight: 500;
}
.text-weight-bold {
  font-weight: 700;
}
.text-weight-bolder {
  font-weight: 900;
}
small {
  font-size: 80%;
}
big {
  font-size: 170%;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.one-line {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}
.two-lines {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}
.three-lines {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}
.tiptap {
  overflow-y: auto;
  border: 0.0625rem solid transparent;
  border-radius: 6px;
  padding: 16px 24px;
  /* Estilos gerais para listas */
  /* Code styling */
}
.body--dark .tiptap {
  background-color: rgba(var(--d-neutral-40), 1);
}
.tiptap ::selection {
  background-color: rgba(var(--neutral-100), 0.1);
}
.body--dark .tiptap ::selection {
  background-color: rgba(var(--white), 0.1);
}
.tiptap pre ::selection {
  background-color: rgba(var(--white), 0.2);
}
.tiptap:focus-visible {
  outline: none;
}
.tiptap p.is-editor-empty:first-child::before {
  color: #adb5bd;
  content: attr(data-placeholder);
  float: left;
  height: 0;
  pointer-events: none;
}
.tiptap p.is-empty::before {
  color: #adb5bd;
  content: attr(data-placeholder);
  float: left;
  height: 0;
  pointer-events: none;
}
.tiptap a {
  color: rgba(var(--primary-pure-dark), 1);
  border: 0.0625rem solid rgba(var(--primary-pure-dark), 0);
  border-radius: 0.375rem;
  padding: 0.125rem;
  cursor: pointer;
  font-weight: 500;
}
.tiptap a:hover {
  background: rgba(var(--primary-pure-dark), 0.1);
}
.tiptap strong {
  font-weight: 700 !important;
}
.tiptap h1 {
  font-size: 2rem;
  line-height: 138%;
  letter-spacing: -0.02rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}
.tiptap h2 {
  font-size: 1.5rem;
  line-height: 133%;
  letter-spacing: -0.02rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}
.tiptap h3 {
  font-size: 1.125rem;
  line-height: 144%;
  letter-spacing: -0.02rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}
.tiptap img {
  border-radius: 0.375rem;
}
.tiptap .image-wrapper {
  display: inline-flex !important;
  margin: 0.5rem;
}
.tiptap .image-wrapper::before {
  display: none !important;
}
.tiptap .container-active {
  box-shadow: rgba(var(--primary-pure), 1) 0rem 0rem 0rem 0.125rem;
  border-radius: 0.5rem;
}
.tiptap ul,
.tiptap ol {
  list-style-position: outside;
}
.tiptap ul {
  list-style-type: disc;
}
.tiptap ul ul {
  list-style-type: circle;
}
.tiptap ul ul ul {
  list-style-type: square;
}
.tiptap ol {
  list-style-type: decimal;
}
.tiptap ol ol {
  list-style-type: lower-alpha;
}
.tiptap ol ol ol {
  list-style-type: lower-roman;
}
.tiptap ul li::marker {
  color: rgba(var(--neutral-100), 0.8);
  font-size: 1.2rem;
}
.tiptap ol li::marker {
  color: rgba(var(--neutral-100), 1);
  font-weight: 500;
}
.tiptap ul li,
.tiptap ol li {
  margin-bottom: 0.25rem;
}
.tiptap ul,
.tiptap ol {
  padding: 0 8px;
  margin: 14px 16px 8px 3.2px;
  /* Task list specific styles */
}
.tiptap ul li p,
.tiptap ol li p {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.tiptap ul[data-type=taskList] {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.tiptap ul[data-type=taskList] li {
  align-items: center;
  display: flex;
}
.tiptap ul[data-type=taskList] li > label {
  flex: 0 0 auto;
  margin-right: 8px;
  -webkit-user-select: none;
          user-select: none;
}
.tiptap ul[data-type=taskList] li > div {
  flex: 1 1 auto;
}
.tiptap ul[data-type=taskList] input[type=checkbox] {
  cursor: pointer;
}
.tiptap ul[data-type=taskList] ul[data-type=taskList] {
  margin: 0;
}
.tiptap ul[data-type=taskList] input {
  width: 0.0625rem;
  height: 0.0625rem;
  -webkit-appearance: button;
}
.tiptap ul[data-type=taskList] label {
  transition: background 0.2s ease;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.375rem;
  flex-shrink: 0;
  border: 0.0625rem solid rgba(var(--neutral-100), 0.1);
  cursor: pointer;
}
.tiptap ul[data-type=taskList] [data-checked=true] label {
  background-color: rgba(var(--primary-pure), 1);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjZThlYWVkIj48cGF0aCBkPSJNNDAwLTMwNCAyNDAtNDY0bDU2LTU2IDEwNCAxMDQgMjY0LTI2NCA1NiA1Ni0zMjAgMzIwWiIvPjwvc3ZnPg==);
  background-position: center;
  background-size: 1.5rem;
  background-repeat: no-repeat;
}
.tiptap [data-type=faixaBlock] {
  padding: 0.375rem !important;
  border-radius: 0.375rem;
  margin-bottom: 0.5rem;
  width: fit-content;
}
.tiptap [data-type=faixaBlock].vermelho {
  border: 0.0625rem solid rgba(var(--alert-error), 1);
  background: rgba(var(--alert-error), 0.1);
}
.tiptap [data-type=faixaBlock].amarelo {
  border: 0.0625rem solid rgba(var(--alert-warning), 1);
  background: rgba(var(--alert-warning), 0.1);
}
.body--dark .tiptap [style="color: rgba(var(--neutral-100), 1)"] {
  color: rgba(var(--white), 0.8) !important;
}
.tiptap code:not(.code) {
  background: rgb(var(--neutral-100), 0.9);
  font-family: monospace;
  padding: 4px 8px;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: rgba(var(--white), 0.9);
}
.tiptap pre.code {
  background: rgb(var(--d-neutral-30));
  border-radius: 0.375rem;
  color: rgba(var(--white), 1);
  font-family: monospace;
  margin: 16px 0;
  padding: 0.5rem 0.75rem;
}
.tiptap pre.code code {
  background: none;
  color: inherit;
  font-size: 0.875rem;
  line-height: 90% !important;
  padding: 0;
}
.tiptap .image-dot {
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -0.375rem;
  width: 0.75rem;
  height: 5rem;
  background: #87909e;
  border: 0.1875rem solid #e8eaed;
  cursor: e-resize;
  border-radius: 0.5rem;
  z-index: 300;
}
.body--dark .tiptap .image-dot {
  background: rgba(var(--d-neutral-40), 1);
  border: 0.0625rem solid rgba(var(--white), 0.5);
}
.tiptap .image-dot:after {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 50%;
  display: block;
  inset: 0;
  margin: auto;
  border-radius: 0.75rem;
  background: rgba(var(--neutral-100), 0.1);
}
.body--dark .tiptap .image-dot:after {
  background: rgba(var(--white), 0.3);
}
.tiptap .attachment-block {
  display: inline-flex;
  margin: 0 0.25rem;
  cursor: pointer;
  vertical-align: text-bottom;
}
.tiptap .attachment-block .attachment-content {
  background: rgba(var(--neutral-100), 1);
  width: fit-content;
  border-radius: 0.375rem;
  color: rgba(var(--white), 0.9);
  padding: 0.125rem 0.5rem;
  font-size: 0.875rem;
  line-height: 157%;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
  display: inline-flex;
  font-weight: 600 !important;
  align-items: center;
}
.tiptap .attachment-block .attachment-content:hover {
  background: rgba(var(--neutral-100), 0.8);
}
.tiptap .attachment-block .attachment-size {
  color: rgba(var(--white), 0.6);
  margin-left: 0.25rem;
}
.tiptap .attachment-block .attachment-title {
  max-width: 7.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.tiptap .attachment-block .attachment-view-button {
  margin-right: 0.25rem;
}
.tiptap .chamado-item-block {
  display: inline-block;
  margin: 0 0.25rem;
  cursor: pointer;
  vertical-align: text-bottom;
}
.tiptap .chamado-item-block .chamado-item-content {
  background: rgba(var(--neutral-100), 0.1);
  width: fit-content;
  border-radius: 0.375rem;
  overflow: hidden;
  padding: 0.125rem 0.5rem;
  font-size: 0.875rem;
  line-height: 157%;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
  font-weight: 600 !important;
  display: inline-flex;
  align-items: center;
}
.tiptap .chamado-item-block .chamado-item-content:hover {
  background: rgba(var(--neutral-100), 0.2);
}
.body--dark .tiptap .chamado-item-block .chamado-item-content {
  background: rgba(var(--white), 0.1);
}
.body--dark .tiptap .chamado-item-block .chamado-item-content:hover {
  background: rgba(var(--white), 0.2);
}
.tiptap .chamado-item-block .chamado-item-size {
  color: rgba(var(--white), 0.6);
  margin-left: 0.25rem;
}
.tiptap .chamado-item-block .chamado-item-title {
  max-width: 7.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.tiptap .chamado-item-block .chamado-item-view-button {
  margin-right: 0.375rem;
}
.tiptap .task-item-block {
  display: inline-flex;
  margin: 0 0.25rem;
  cursor: pointer;
  vertical-align: text-bottom;
}
.tiptap .task-item-block .task-item-content {
  background: rgba(var(--neutral-100), 0.1);
  width: fit-content;
  border-radius: 0.375rem;
  padding: 0.125rem 0.5rem;
  font-size: 0.875rem;
  line-height: 157%;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
  font-weight: 600 !important;
  display: inline-flex;
  align-items: center;
}
.tiptap .task-item-block .task-item-content:hover {
  background: rgba(var(--neutral-100), 0.2);
}
.body--dark .tiptap .task-item-block .task-item-content {
  background: rgba(var(--white), 0.1);
}
.body--dark .tiptap .task-item-block .task-item-content:hover {
  background: rgba(var(--white), 0.2);
}
.tiptap .task-item-block .task-item-size {
  color: rgba(var(--white), 0.6);
  margin-left: 0.25rem;
}
.tiptap .task-item-block .task-item-title {
  max-width: 7.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.tiptap .task-item-block .task-item-view-button {
  margin-right: 0.375rem;
}
.tiptap .hljs-comment,
.tiptap .hljs-quote {
  color: #616161;
}
.tiptap .hljs-variable,
.tiptap .hljs-template-variable,
.tiptap .hljs-attribute,
.tiptap .hljs-tag,
.tiptap .hljs-name,
.tiptap .hljs-regexp,
.tiptap .hljs-link,
.tiptap .hljs-name,
.tiptap .hljs-selector-id,
.tiptap .hljs-selector-class {
  color: #f98181;
}
.tiptap .hljs-number,
.tiptap .hljs-meta,
.tiptap .hljs-built_in,
.tiptap .hljs-builtin-name,
.tiptap .hljs-literal,
.tiptap .hljs-type,
.tiptap .hljs-params {
  color: #fbbc88;
}
.tiptap .hljs-string,
.tiptap .hljs-symbol,
.tiptap .hljs-bullet {
  color: #b9f18d;
}
.tiptap .hljs-title,
.tiptap .hljs-section {
  color: #faf594;
}
.tiptap .hljs-keyword,
.tiptap .hljs-selector-tag {
  color: #70cff8;
}
.tiptap .hljs-emphasis {
  font-style: italic;
}
.tiptap .hljs-strong {
  font-weight: 700;
}
.ProseMirror-noderangeselection *::selection {
  background: transparent;
}
.ProseMirror-noderangeselection * {
  caret-color: transparent;
}
.ProseMirror-selectednode,
.ProseMirror-selectednoderange {
  position: relative;
  background: rgba(var(--neutral-100), 0.1);
}
.ProseMirror-selectednode::before,
.ProseMirror-selectednoderange::before {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(112, 207, 248, 0.3137254902);
  border-radius: 3.2px;
}
.custom-drag-handle {
  transform: translateX(0.1rem);
  z-index: 5;
}
.custom-drag-handle::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  content: "⠿";
  font-weight: 700;
  cursor: grab;
  background: rgba(var(--neutral-100), 0.05);
  color: rgba(var(--neutral-100), 0.6);
  border-radius: 4px;
}
.body--dark ul[data-type=taskList] label {
  border: 0.0625rem solid rgba(var(--white), 0.3);
}
.body--dark ul[data-type=taskList] [data-checked=true] label {
  background-color: rgba(var(--primary-pure-dark), 1);
}
.body--dark .custom-drag-handle:after {
  color: rgba(var(--white), 0.3);
  background: rgba(var(--white), 0.1);
}
.body--dark .tiptap ul,
.body--dark .tiptap ol {
  color: rgba(var(--white), 0.9);
}
.body--dark .tiptap ul li::marker,
.body--dark .tiptap ol li::marker {
  color: rgba(var(--white), 0.6);
}
.body--light .tiptap [style="color: rgba(var(--white),.9)"] {
  color: rgba(var(--neutral-100), 0.7) !important;
}
.TipTap.toolbar-fixed .bubble-menu {
  border-radius: 6px 6px 0 0;
  border-bottom: 0px;
}
.body--dark .TipTap.toolbar-fixed .bubble-menu {
  border: none !important;
}
.TipTap.toolbar-fixed .tiptap {
  border-radius: 0 0 6px 6px !important;
}:root {
  --kanban-modal-bg: rgb(var(--neutral-10));
}
.body--dark {
  --kanban-modal-bg: rgb(var(--d-neutral-30));
}
.body--dark .kanban-modal .q-tab--active {
  background: rgb(var(--d-neutral-30)) !important;
  color: white !important;
  border-color: rgba(var(--white), 0.05);
}[data-v-7903c5ac]:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
}
.kanban-modal[data-v-7903c5ac] {
  height: 95vh;
  max-height: 62.5rem;
  width: 880px;
  background: var(--kanban-modal-bg);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.kanban-modal .descricao-content[data-v-7903c5ac] img {
  max-height: 13.75rem;
  margin: 0.5rem 0;
  border-radius: 6px;
  object-fit: contain;
}
.kanban-modal .descricao-content[data-v-7903c5ac] ul li {
  list-style: circle !important;
  margin-left: 0.75rem !important;
}
.kanban-modal .descricao-content[data-v-7903c5ac] ol li {
  list-style: auto;
  margin-left: 0.75rem;
}
.kanban-modal .descricao-content[data-v-7903c5ac] a[href] {
  color: rgb(var(--neutral-100));
  cursor: pointer !important;
}
.kanban-modal .descricao-content[data-v-7903c5ac] a[href]:hover {
  color: rgb(var(--primary-pure)) !important;
}
.kanban-modal .descricao-content[data-v-7903c5ac] hr {
  border-color: rgba(var(--neutral-100), 0.1);
}
@media screen and (max-width: 1024px) {
.kanban-modal .q-tab[data-v-7903c5ac] {
    padding: 0.375rem;
    min-height: auto;
}
.kanban-modal .q-tab[data-v-7903c5ac] .q-tab__content {
    padding: 0;
}
.kanban-modal .q-tab[data-v-7903c5ac] .q-tab__content .q-tab__label {
    font-size: 0.75rem;
}
}
.kanban-modal-separator[data-v-7903c5ac] {
  height: 1px;
  width: 100%;
  background: rgba(var(--neutral-100), 0.1);
  margin: 1rem 0;
  border: 0;
  display: block;
}
.body--dark .kanban-modal-separator[data-v-7903c5ac] {
  background: rgba(var(--white), 0.05);
}
.grid-info[data-v-7903c5ac] {
  display: grid;
  grid-template-columns: minmax(490px, 1fr) minmax(256px, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
.grid-info[data-v-7903c5ac] {
    grid-template-columns: 1fr;
    padding: 0 0.5rem;
}
}
.kanban-modal .editavel[data-v-7903c5ac] {
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.3s;
  border-radius: 6px;
}
.kanban-modal .editavel[data-v-7903c5ac]:hover {
  border-color: rgba(var(--neutral-100), 0.3);
  background: rgba(var(--neutral-30), 1);
}
.body--dark .kanban-modal .editavel[data-v-7903c5ac]:hover {
  border-color: rgba(var(--white), 0.1);
  background: rgba(var(--white), 0.2) !important;
}
.body--dark .kanban-modal .descricao-content[data-v-7903c5ac] a[href] {
  color: white;
  text-decoration: underline;
}
.body--dark .kanban-modal .descricao-content[data-v-7903c5ac] hr {
  border-color: rgba(var(--white), 0.1);
}
.virtual-scroll[data-v-7903c5ac] .q-virtual-scroll__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}.home-page-container {
  --header-bg: white;
  --top-size: var(--header-base-height);
  margin-left: var(--Nv0-sidebar-width);
  height: 100vh;
}
.body--dark .home-page-container {
  background: rgb(var(--d-neutral-10));
}.base-header[data-v-483b28fb] {
  background: rgba(var(--white), 0.04) !important;
}body {
  min-width: 100px;
  min-height: 100%;
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 14px;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
  hyphens: auto;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
.text-no-wrap {
  white-space: nowrap;
}
.text-strike {
  text-decoration: line-through;
}
.text-weight-thin {
  font-weight: 100;
}
.text-weight-light {
  font-weight: 300;
}
.text-weight-regular {
  font-weight: 400;
}
.text-weight-medium {
  font-weight: 500;
}
.text-weight-bold {
  font-weight: 700;
}
.text-weight-bolder {
  font-weight: 900;
}
small {
  font-size: 80%;
}
big {
  font-size: 170%;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.one-line {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}
.two-lines {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}
.three-lines {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}
.ghost::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background: rgb(var(--neutral-30));
  border-radius: 0.375rem;
  overflow: hidden;
}
.body--dark .ghost::after {
  background: rgb(var(--d-neutral-40));
}
.kanban-card-separator {
  height: 1px;
  width: calc(100% + 12px);
  background: rgba(var(--neutral-100), 0.1);
  margin: 0.375rem 0;
  position: relative;
  left: -6px;
  border: 0;
  display: block;
}
.kanban-card .card-id {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 157%;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
}[data-v-6a86ad04]:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
}
.flip-list-move[data-v-6a86ad04] {
  transition: transform 0.5s;
}
.no-move[data-v-6a86ad04] {
  transition: transform 0s;
}
.cards-wrapper[data-v-6a86ad04] .transition-div {
  padding-top: 0 !important;
}:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
  --header-bg: rgba(0,0,0, .5);
}
.layout-kanban {
  --header-color: rgb(var(--neutral-60));
  --header-kanban-height: 3rem;
  --header-projeto-lista: 2.5rem;
}
.layout-kanban .base-header {
  --header-bg: rgba(0,0,0, .5);
  --header-border-b: 1px solid rgba(var(--white),0.05);
}
.kanban-header {
  height: var(--header-kanban-height);
  top: 2.5rem;
  display: flex;
  align-items: center;
  padding: 0.5625rem 1rem;
  background: var(--header-bg) !important;
  width: calc(100% - var(--Nv0-sidebar-width));
  margin-left: auto;
  color: var(--header-color);
  border-bottom: 1px solid rgba(var(--white), 0.1) !important;
}
.kanban-header .q-tab--active * {
  color: rgb(var(--primary-pure)) !important;
}
.kanban-header .q-breadcrumbs {
  --breadcrumb-color: rgb(var(--neutral-60));
}
.kanban-header .q-breadcrumbs .q-breadcrumbs__separator {
  color: var(--breadcrumb-color) !important;
}
.kanban-header .q-breadcrumbs .q-breadcrumbs__el {
  color: var(--breadcrumb-color) !important;
}
@media screen and (max-width: 1024px) {
.kanban-header {
    top: 3rem;
}
}.kanban-modal-right .q-dialog__backdrop {
  opacity: 0 !important;
}
.kanban-modal-right .q-dialog__inner {
  justify-content: flex-end;
  padding: 0 !important;
}
.kanban-modal-right .content {
  height: 100vh !important;
  max-height: initial !important;
  width: 350px;
  background: rgb(var(--d-neutral-20));
  border-radius: 6px 0 0 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.body--light .kanban-modal-right .content {
  background: rgb(var(--white));
}.OTabs .q-tab--active .q-tab__label {
  font-weight: 500 !important;
}.kanban-modal-right .q-dialog__inner--minimized > div {
  max-height: initial;
}
.kanban-modal-right .q-dialog__inner {
  justify-content: flex-end;
  inset: initial;
  right: 0 !important;
  margin: initial;
  padding: initial;
  height: 100vh;
}
.kanban-modal-right .q-dialog__backdrop {
  opacity: 0 !important;
}
.kanban-modal-right .content {
  height: 100vh !important;
  max-height: initial !important;
  width: 420px;
  background: rgb(var(--d-neutral-20));
  border-radius: 6px 0 0 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.body--light .kanban-modal-right .content {
  background: rgb(var(--white));
}
.table-side .q-table {
  border-spacing: 0.5rem;
}
.table-side .q-table__card .q-table__middle {
  border: 0px !important;
}
.table-side .q-table thead tr {
  height: 0px;
}
.table-side .q-table thead {
  border-width: 0px;
}
.table-side tbody tr:not(:last-child) > td {
  border-width: 0px;
}
.table-side .q-table thead, .table-side .q-table tr, .table-side .q-table th, .table-side .q-table td {
  border-width: 0px;
}.kanban-new-card[data-v-26702948] {
  display: flex;
  flex-direction: column;
}[data-v-ade292ae]:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
}
.my-sticky-header-table[data-v-ade292ae] .q-table__bottom {
  display: none;
}
@media screen and (max-width: 1024px) {
.tabs-wrapper[data-v-ade292ae] {
    touch-action: pan-x;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    height: max-width;
    padding-top: 0;
}
.tabs-wrapper[data-v-ade292ae]::-webkit-scrollbar {
    display: none;
}
.tabs-wrapper[data-v-ade292ae] .q-btn {
    min-width: max-content !important;
    height: 2rem;
    font-size: 0.75rem !important;
    min-height: 0 !important;
    padding: 0 0.375rem !important;
}
.tabs-wrapper[data-v-ade292ae] .q-btn .q-badge {
    font-size: 0.625rem;
}
}.kanban-modal-right .q-dialog__inner--minimized > div[data-v-3723723f] {
  max-height: initial;
}
.kanban-modal-right .q-dialog__inner[data-v-3723723f] {
  justify-content: flex-end;
  inset: initial;
  right: 0 !important;
  margin: initial;
  padding: initial;
  height: 100vh;
}
.kanban-modal-right .q-dialog__backdrop[data-v-3723723f] {
  opacity: 0 !important;
}
.kanban-modal-right .content[data-v-3723723f] {
  height: 100vh !important;
  max-height: 100vh !important;
  width: 420px;
  background: #EFEFEF !important;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.body--light .kanban-modal-right .content[data-v-3723723f] {
  background: rgb(var(--white));
}.body--dark .kanban-modal-right .content {
  background: #171717 !important;
}
.body--dark .kanban-modal-right .content header {
  background: #1F1F1F !important;
}
.body--dark .kanban-modal-right .content .q-table {
  background: #171717 !important;
}
.body--dark .kanban-modal-right .content .q-table__card .q-table__middle,
.body--dark .kanban-modal-right .content .table-footer-base {
  background: #171717 !important;
}
.table-arquivados .table-footer-base {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.table-arquivados .q-table {
  border-spacing: 0rem;
}
.table-arquivados .q-table__card .q-table__middle {
  border: 0px !important;
}
.table-arquivados .q-table thead tr {
  height: 0px;
}
.table-arquivados .q-table thead {
  border-width: 0px;
}
.table-arquivados tbody tr:not(:last-child) > td {
  border-width: 0px;
}
.table-arquivados .q-table thead, .table-arquivados .q-table tr, .table-arquivados .q-table th, .table-arquivados .q-table td {
  border-width: 0px;
}/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.projeto-swiper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}:root {
  --kanban-col-bg: rgba(var(--neutral-20), 1);
  --kanban-col-width: 288px;
}
.image-bg {
  position: fixed;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  background-color: rgba(var(--d-neutral-40), 0.6);
}
.kanban-container {
  width: 100%;
  height: inherit;
  -webkit-user-select: none;
          user-select: none;
}
.kanban-col {
  background: var(--kanban-col-bg);
  width: var(--kanban-col-width);
  max-height: 100%;
  min-height: 20.625rem;
  height: max-content;
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.kanban-col--wrapper {
  height: 100%;
  display: flex;
  gap: 16px;
  width: 100%;
  overflow-x: auto;
}
.kanban-col--wrapper::-webkit-scrollbar {
  width: 0.625rem;
}
.kanban-col--wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  border-radius: 0.1875rem;
}
.kanban-col--wrapper::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.1875rem;
}
.kanban-col--wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4);
}
.cards-wrapper {
  display: flex;
  flex-direction: column;
  flex: initial;
  height: 100%;
  min-height: 16.875rem;
}
.cards-wrapper .transition-div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  height: 100%;
  padding: 0.5rem 0.5rem 0;
  min-height: 16.25rem;
  margin-bottom: 8px;
}
.q-scrollarea {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.q-scrollarea__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.q-scrollarea__bar--v, .q-scrollarea__thumb--v {
  right: 0;
  width: 0.375rem;
}
.body--light .kanban-col--wrapper::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
}
.body--light .kanban-col--wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.65);
}
.body--dark {
  --kanban-col-bg: rgb(var(--d-neutral-10));
}:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
}
@media screen and (max-width: 1024px) {
.q-field {
    padding: 0;
}
.q-field .q-field__bottom {
    display: none;
}
}.border-wrapper[data-v-ad2eb2f9] {
  flex: 1;
  position: relative;
  padding-bottom: 1px;
}
.border-wrapper[data-v-ad2eb2f9]::before {
  content: "";
  height: 0.25rem;
  width: 1.5rem;
  position: absolute;
  top: 0;
  left: 1rem;
  border-radius: 0px 4px 4px 4px;
}
.border-wrapper.success[data-v-ad2eb2f9] {
  background: linear-gradient(90deg, rgba(0, 128, 36, 0.2) 0%, rgba(0, 128, 36, 0) 100.06%);
}
.border-wrapper.success[data-v-ad2eb2f9]::before {
  background: rgb(var(--alert-success));
}
.border-wrapper.success h3[data-v-ad2eb2f9] {
  color: rgb(var(--alert-success));
  background: linear-gradient(104.44deg, #008024 -29.9%, rgba(0, 128, 36, 0.1) -29.89%, rgba(0, 128, 36, 0) 60.26%);
}
.border-wrapper.error[data-v-ad2eb2f9] {
  background: linear-gradient(90deg, rgba(233, 44, 44, 0.2) 0%, rgba(233, 44, 44, 0) 100.06%);
}
.border-wrapper.error[data-v-ad2eb2f9]::before {
  background: rgb(var(--alert-error));
}
.border-wrapper.error h3[data-v-ad2eb2f9] {
  color: rgb(var(--alert-error));
  background: linear-gradient(104.44deg, rgba(233, 44, 44, 0.1) -29.89%, rgba(233, 44, 44, 0) 60.26%);
}
.border-wrapper.dark[data-v-ad2eb2f9]::before {
  background: rgb(var(--neutral-100));
}
.border-wrapper.dark h3[data-v-ad2eb2f9] {
  color: rgb(var(--neutral-100));
  background: linear-gradient(104.44deg, rgba(1, 7, 27, 0.2) -29.9%, rgba(1, 7, 27, 0) 60.26%);
}
.body--dark .border-wrapper.success[data-v-ad2eb2f9] {
  background: linear-gradient(90deg, rgba(0, 186, 97, 0.2) 0%, rgba(0, 186, 97, 0) 100.06%);
}
.body--dark .border-wrapper.success h3[data-v-ad2eb2f9] {
  background: linear-gradient(104.44deg, #00BA61 -29.9%, rgba(0, 128, 36, 0.1) -29.89%, rgba(0, 186, 97, 0) 60.26%);
}
.body--dark .border-wrapper.error[data-v-ad2eb2f9] {
  background: linear-gradient(90deg, rgba(233, 44, 44, 0.2) 0%, rgba(233, 44, 44, 0) 100.06%);
}
.body--dark .border-wrapper.error h3[data-v-ad2eb2f9] {
  background: linear-gradient(104.44deg, rgba(233, 44, 44, 0.1) -29.89%, rgba(233, 44, 44, 0) 60.26%);
}
.body--dark .border-wrapper.dark[data-v-ad2eb2f9]::before {
  background: rgb(var(--white));
}
.body--dark .border-wrapper.dark h3[data-v-ad2eb2f9] {
  color: rgb(var(--white));
  background: linear-gradient(104.44deg, rgba(255, 255, 255, 0.2) -29.9%, rgba(255, 255, 255, 0) 54.16%);
}/* component style */
.vue-slider-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* rail style */
.vue-slider-rail {
  background-color: rgba(var(--dark-white), 0.2);
  border-radius: 15px;
}

/* process style */
.vue-slider-process {
  background-color: rgba(var(--primary-pure), 1);
  border-radius: 15px;
}

/* mark style */
.vue-slider-mark {
  z-index: 4;
}
.vue-slider-mark:first-child .vue-slider-mark-step, .vue-slider-mark:last-child .vue-slider-mark-step {
  display: none;
}
.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}
.vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap;
}
/* dot style */
.vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(var(--white), 1);
  box-sizing: border-box;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
  transition: 0.1s ease;
}
.vue-slider-dot-handle-focus {
  box-shadow: 0px 0px 0px 6px rgba(var(--primary-pure), 0.3), 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
  transform: scale(1.2);
}
.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc;
}
.vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: rgba(var(--neutral-100), 1);
  font-weight: 500;
  border-radius: 5px;
  border-color: rgba(var(--primary-pure), 1);
  background-color: rgba(var(--primary-pure), 1);
  box-sizing: content-box;
}
.vue-slider-dot-tooltip-inner::after {
  content: "";
  position: absolute;
}
.vue-slider-dot-tooltip-inner-top::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: inherit;
}
.vue-slider-dot-tooltip-inner-bottom::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: inherit;
}
.vue-slider-dot-tooltip-inner-left::after {
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: inherit;
}
.vue-slider-dot-tooltip-inner-right::after {
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: inherit;
}
.vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  transition: all 0.3s;
}
.vue-slider-dot-tooltip-wrapper-show {
  opacity: 1;
}.scroll-area-48 .q-scrollarea__container[data-v-691f3017] {
  padding: 0 3rem;
}
.projeto-td[data-v-691f3017] {
  max-width: 13.75rem;
  word-break: break-word;
  white-space: break-spaces;
  display: flex;
  align-items: center;
  gap: 2px;
}.modal-side .q-dialog__inner {
  justify-content: flex-end;
  padding: 0 !important;
}
.modal-side .content {
  height: 100vh !important;
  max-height: initial !important;
  width: 560px;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.modal-side .scroll-area .q-scrollarea__content {
  display: flex;
  flex-direction: column;
}.item-editavel[data-v-ec821465] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: 0.3s ease;
}
.item-editavel[data-v-ec821465]:hover {
  border-color: rgba(var(--neutral-100), 0.1);
}
.body--dark .item-editavel[data-v-ec821465]:hover {
  border-color: rgba(var(--white), 0.2);
}
.btn-header[data-v-ec821465] .q-btn__content {
  flex-wrap: nowrap;
}
.header-single[data-v-ec821465] {
  position: fixed;
  top: 0px;
  margin: 0 auto;
  width: 100%;
  padding: 0 32px;
  justify-content: center;
  transition: transform 0.2s !important;
  left: 0;
  right: 0;
  z-index: 999;
  transform: translateY(-80px);
}
.header-single.fixa[data-v-ec821465] {
  transform: translateY(0);
}[data-v-9eb69b46]:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
}
.item-editavel[data-v-9eb69b46] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding: 2px;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: 0.3s ease;
}
.item-editavel[data-v-9eb69b46]:hover {
  border-color: rgba(var(--neutral-100), 0.1);
}
.body--dark .item-editavel[data-v-9eb69b46]:hover {
  border-color: rgba(var(--white), 0.2);
}
.btn-header[data-v-9eb69b46] .q-btn__content {
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
.btn-header[data-v-9eb69b46] {
    flex: 1;
    height: auto !important;
}
.btn-header[data-v-9eb69b46] .q-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: rgba(var(--neutral-100), 0.5);
}
.body--dark .btn-header[data-v-9eb69b46] .q-icon {
    color: rgba(var(--white), 0.5);
}
.btn-header[data-v-9eb69b46] .q-btn__content {
    flex-direction: column;
    font-size: 0.75rem;
    gap: 0.5rem;
}
}[data-v-29cc1468]:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
}
.container[data-v-29cc1468] {
  max-width: 98.5rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.container[data-v-29cc1468] .pagination {
  display: none !important;
}
@media screen and (max-width: 1024px) {
.container[data-v-29cc1468] {
    max-width: 37.5rem;
}
}
.projeto-date[data-v-29cc1468] {
  box-shadow: initial;
  border: 0.0625rem solid rgba(var(--neutral-100), 0.1);
}
.projeto-date[data-v-29cc1468] .q-date__navigation div:nth-of-type(4),
.projeto-date[data-v-29cc1468] .q-date__navigation div:nth-of-type(5),
.projeto-date[data-v-29cc1468] .q-date__navigation div:nth-of-type(6) {
  display: none;
}
.projeto-date[data-v-29cc1468] .q-date__view {
  width: 100%;
  min-height: 17.625rem;
}
.projeto-date[data-v-29cc1468] .q-date__view .q-date__calendar-days-container {
  min-height: initial;
}
.body--dark .projeto-date[data-v-29cc1468] {
  border: 0.0625rem solid rgba(var(--white), 0.1);
}:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.base-grid[data-v-59a74c21] {
  display: grid;
  grid-template-columns: minmax(70px, 75px) minmax(180px, 1fr) minmax(170px, 250px) repeat(2, minmax(100px, 130px)) 8.5rem 3.5rem;
  align-items: center;
}
.btn-restore[data-v-59a74c21] {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background: rgb(var(--neutral-30));
  opacity: 0;
  transition: opacity 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.task-group.show-restore:hover .btn-restore[data-v-59a74c21] {
  opacity: 1;
}
.concluir_task[data-v-59a74c21] {
  position: relative;
}
.concluir_task[data-v-59a74c21]::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(var(--primary-pure), 0.2);
  transform: scale(1);
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s ease;
}.two-lines-text[data-v-68eb4911] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 38px;
}.input-container[data-v-d811052e] {
  cursor: pointer;
  width: 100%;
}
.input-container:hover .input-box[data-v-d811052e] {
  border-color: rgba(var(--neutral-100), 0.3);
}
.input-box[data-v-d811052e] {
  background: rgb(var(--neutral-10));
  border: dashed 1px rgba(var(--neutral-100), 0.1);
  padding: 0.75rem;
  height: 5.625rem;
  border-radius: 6px;
  transition: all 0.2s;
  position: relative;
}
.input-box p[data-v-d811052e] {
  text-align: center;
  font-size: 14px;
  line-height: 157%;
  color: rgb(var(--neutral-70));
}
.input-box button[data-v-d811052e] {
  display: flex;
  align-items: center;
  margin: 0.75rem auto 0;
  background: rgb(var(--white));
  padding: 0.375rem;
  height: 2rem;
  border: solid 1px rgba(var(--neutral-100), 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  font-size: 12px;
  color: rgb(var(--neutral-100));
  line-height: 167%;
  pointer-events: none;
}
.body--dark .input-container[data-v-d811052e] {
  cursor: pointer;
}
.body--dark .input-container:hover .input-box[data-v-d811052e] {
  border-color: rgba(var(--white), 0.7);
}
.body--dark .input-box[data-v-d811052e] {
  background: rgb(var(--d-neutral-20));
  border: dashed 1px rgba(var(--white), 0.5);
}
.body--dark .input-box p[data-v-d811052e] {
  color: rgba(var(--white), 0.7);
}
.body--dark .input-box button[data-v-d811052e] {
  background: rgba(var(--white), 0.1);
  border-color: transparent;
  color: rgb(var(--white));
}.fullcalendar .fc-theme-standard {
  --fc-event-border-color: rgba(var(--neutral-100), 0.1);
}
.fullcalendar .fc-header-toolbar button {
  background: transparent !important;
  color: currentcolor !important;
  border-color: rgba(var(--neutral-100), 0.1) !important;
  height: 32px !important;
  padding: 0 1rem !important;
  box-shadow: initial !important;
}
.fullcalendar .fc-header-toolbar button:hover {
  background: rgba(var(--neutral-10), 1) !important;
}
.fullcalendar .fc-header-toolbar button:active {
  background: rgba(var(--neutral-20), 1) !important;
}
.fullcalendar .fc-header-toolbar button.fc-button-active {
  background: rgba(var(--neutral-30), 1) !important;
  border-color: rgba(var(--neutral-100), 0.3) !important;
}
.fullcalendar .fc-header-toolbar button.fc-next-button, .fullcalendar .fc-header-toolbar button.fc-prev-button {
  width: 32px !important;
  display: grid;
  place-items: center;
  padding: 0 !important;
}
.fullcalendar .fc-header-toolbar button.fc-next-button > span, .fullcalendar .fc-header-toolbar button.fc-prev-button > span {
  margin: auto;
  display: block;
}
.fullcalendar .fc-toolbar-title:first-letter {
  text-transform: capitalize;
}
.body--dark .fc-theme-standard {
  --fc-border-color: rgba(var(--white),0.1);
  --fc-page-bg-color:rgba(var(--d-neutral-30),1);
}
.body--dark .fc-theme-standard .fc-header-toolbar button {
  border-color: rgba(var(--white), 0.1) !important;
  box-shadow: initial !important;
}
.body--dark .fc-theme-standard .fc-header-toolbar button:hover {
  background: rgba(var(--white), 0.1) !important;
}
.body--dark .fc-theme-standard .fc-header-toolbar button:active {
  background: rgba(var(--white), 0.2) !important;
}
.body--dark .fc-theme-standard .fc-header-toolbar button.fc-button-active {
  background: rgba(var(--white), 0.1) !important;
  border-color: rgba(var(--white), 0.3) !important;
}
.body--dark .fc-theme-standard .fc-header-toolbar button.fc-next-button, .body--dark .fc-theme-standard .fc-header-toolbar button.fc-prev-button {
  width: 32px !important;
  padding: 0 !important;
}
.body--dark .fc-theme-standard .fc-header-toolbar button.fc-next-button > span, .body--dark .fc-theme-standard .fc-header-toolbar button.fc-prev-button > span {
  margin: auto;
  display: block;
}[data-v-51c36de4]:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
}
.foto-capa[data-v-51c36de4] {
  height: clamp(330px, 50vh, 404px);
  position: relative;
}
@media screen and (max-width: 1024px) {
.foto-capa[data-v-51c36de4] {
    height: 180px !important;
}
}
.foto-capa[data-v-51c36de4]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: background 0.3s ease;
  background: transparent;
}
.foto-capa.haveProjeto[data-v-51c36de4]::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 81.46%, #000000 100%);
}
#tasks[data-v-51c36de4] {
  border-radius: 6px 6px 0 0;
}
.base-grid[data-v-51c36de4] {
  display: grid;
  grid-template-columns: minmax(70px, 75px) minmax(180px, 1fr) minmax(170px, 250px) repeat(2, minmax(100px, 130px)) 8.5rem 3.5rem;
  align-items: center;
}
.item-editavel[data-v-51c36de4] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding: 2px;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: 0.3s ease;
}
.item-editavel[data-v-51c36de4]:hover {
  border-color: rgba(var(--white), 0.2);
}
.header-wrapper[data-v-51c36de4] {
  border-radius: 6px 6px 0 0;
}
[data-v-51c36de4] .q-expansion-item__container .q-item {
  display: flex;
  justify-content: space-between;
}
[data-v-51c36de4] .q-expansion-item__container .q-item .q-item__section--side {
  padding-right: 0;
}
.q-tab[data-v-51c36de4] {
  color: transparent;
  padding: 0;
}
.q-tab.q-tab--active .q-btn[data-v-51c36de4] {
  color: rgb(var(--primary-pure));
  border-color: rgb(var(--primary-pure));
  background: rgba(var(--primary-pure-10));
}
.q-tab[data-v-51c36de4] .q-tab__content {
  padding: 0 !important;
}
.body--dark .q-tab--active .q-btn[data-v-51c36de4] {
  background: rgba(var(--primary-pure), 0.1);
}.accordion-tr[data-v-203df81b] {
  background: rgba(var(--neutral-100), 0.01);
  cursor: pointer;
}
.accordion-tr td[data-v-203df81b] {
  border-right: transparent !important;
}
.accordion-tr:not(:first-child) td:last-child p[data-v-203df81b] {
  opacity: 0;
}.q-expansion-item[data-v-48ebee8f] .q-item {
  padding-right: 0 !important;
}.OTableBaseRelatorioFinanceiro tbody tr:first-child .AccordionLancamento[data-v-f0f190fe] {
  margin-top: 12px;
}ol[data-v-9abb3c9b] {
  margin-left: 1rem;
  list-style: decimal;
}
ul[data-v-9abb3c9b] {
  margin-left: 1rem;
  list-style: disc;
}
p[data-v-9abb3c9b],
li[data-v-9abb3c9b],[data-v-9abb3c9b] .q-checkbox__label {
  color: #22282d;
  font-size: 1.125rem !important;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: -0.0225rem;
}
@media (max-width: 1024px) {
p[data-v-9abb3c9b],
  li[data-v-9abb3c9b],[data-v-9abb3c9b] .q-checkbox__label {
    font-size: 0.875rem !important;
    line-height: 1.375rem !important;
    letter-spacing: -0.0175rem !important;
}
}
[data-v-9abb3c9b] a {
  border-bottom: 1px solid rgb(var(--primary-pure));
  transition: 150ms color;
}
[data-v-9abb3c9b] a:hover {
  color: rgb(var(--primary-pure));
}
[data-v-9abb3c9b] b {
  font-weight: 600;
}
h1[data-v-9abb3c9b],
h2[data-v-9abb3c9b],
h3[data-v-9abb3c9b],
h4[data-v-9abb3c9b],
h5[data-v-9abb3c9b],
h6[data-v-9abb3c9b] {
  color: #2e3439;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5rem;
  letter-spacing: -0.04rem;
}
h2[data-v-9abb3c9b] {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
h3[data-v-9abb3c9b] {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
h4[data-v-9abb3c9b] {
  font-size: 1.25rem;
  line-height: 2.25rem;
}
h5[data-v-9abb3c9b] {
  font-size: 1.125rem;
  line-height: 2rem;
}
h6[data-v-9abb3c9b] {
  font-size: 1rem;
  line-height: 1.875rem;
}
@media (max-width: 1024px) {
h1[data-v-9abb3c9b] {
    font-size: 1.5rem;
}
h2[data-v-9abb3c9b] {
    font-size: 1.375rem;
}
h3[data-v-9abb3c9b] {
    font-size: 1.25rem;
}
h4[data-v-9abb3c9b] {
    font-size: 1.125rem;
}
h5[data-v-9abb3c9b] {
    font-size: 1rem;
}
h6[data-v-9abb3c9b] {
    font-size: 0.875rem;
}
}
hr[data-v-9abb3c9b] {
  border-color: rgba(1, 7, 27, 0.1);
}
.quote-content[data-v-9abb3c9b] {
  padding: 0.5rem;
  background: rgb(var(--neutral-10));
  border: 1px solid rgba(1, 7, 27, 0.05);
  border-radius: 4px;
}
.quote-content em[data-v-9abb3c9b] {
  display: block;
  margin-top: 0.5rem;
  color: rgb(var(--neutral-70));
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.0225rem;
  text-transform: uppercase;
}
.raw-content[data-v-9abb3c9b] {
  padding: 0.5rem;
  background: rgb(var(--neutral-70));
  color: rgb(var(--neutral-30));
  border: 1px solid rgba(1, 7, 27, 0.05);
  border-radius: 4px;
}
.warning-content[data-v-9abb3c9b] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem 1rem;
  border: 1px solid rgba(1, 7, 27, 0.1);
  border-radius: 8px;
  position: relative;
}
.warning-content > div[data-v-9abb3c9b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.warning-content > div h4[data-v-9abb3c9b] {
  line-height: normal;
}
.warning-content > div .q-icon[data-v-9abb3c9b] {
  color: #0da75e;
}
.warning-content p[data-v-9abb3c9b] {
  font-size: 1rem !important;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
}
.warning-content[data-v-9abb3c9b]:before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.25rem;
  position: absolute;
  left: 1rem;
  top: 0;
  border-radius: 0 0 4px 4px;
  background: #0da75e;
}
.dynamic-table[data-v-9abb3c9b] {
  border: 1px solid rgba(1, 7, 27, 0.1);
  border-radius: 4px;
  overflow-x: auto;
  width: 100%;
}
.dynamic-table table[data-v-9abb3c9b] {
  width: 100%;
}
.dynamic-table tr[data-v-9abb3c9b]:not(:last-child) {
  border-bottom: 1px solid rgba(1, 7, 27, 0.1);
}
.dynamic-table td[data-v-9abb3c9b] {
  padding: 0.5rem;
  color: #22282d;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.0225rem;
}
.dynamic-table td[data-v-9abb3c9b]:not(:last-child) {
  border-right: 1px solid rgba(1, 7, 27, 0.1);
}.circle-at-top[data-v-6eba2f74] {
  position: relative;
  overflow: hidden;
}
.circle-at-top[data-v-6eba2f74]:before {
  content: "";
  display: block;
  width: 9.625rem;
  height: 9.625rem;
  position: absolute;
  right: -2.75rem;
  top: -2.75rem;
  border-radius: 50%;
  background: rgba(13, 167, 94, 0.1);
}
@media (max-width: 1024px) {
.circle-at-top[data-v-6eba2f74]:before {
    width: 4.5rem;
    height: 4.5rem;
    right: -0.6875rem;
    top: -0.625rem;
}
}
.warning-content[data-v-6eba2f74] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 1rem;
  border: 1px solid rgba(1, 7, 27, 0.1);
  border-radius: 8px;
  color: #1c1f21;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  position: relative;
}
.warning-content[data-v-6eba2f74]:before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.25rem;
  position: absolute;
  left: 1rem;
  top: 0;
  border-radius: 0 0 4px 4px;
  background: #0da75e;
}
@media (max-width: 1024px) {
.warning-content[data-v-6eba2f74] {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: -0.0175rem;
}
}[data-v-cd4cecf3]:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
}
.main-container[data-v-cd4cecf3] {
  background: #fafafa;
  color: rgb(var(--neutral-100));
  min-height: 100vh;
  padding: 3rem 1rem;
}
@media screen and (max-width: 1024px) {
.main-container[data-v-cd4cecf3] {
    padding: 0;
}
}
.main-wrapper[data-v-cd4cecf3] {
  display: grid;
  grid-template-columns: 16.125rem 1fr 16.125rem;
  gap: 2rem;
  width: 100%;
  max-width: 99rem;
  margin: auto;
}
@media screen and (max-width: 1024px) {
.main-wrapper[data-v-cd4cecf3] {
    display: block;
    max-width: 37.5rem;
    margin-bottom: 1rem;
}
}
@media screen and (max-width: 1280px) {
.main-wrapper[data-v-cd4cecf3] {
    grid-template-columns: 16.125rem 1fr 9.75rem;
}
.main-wrapper .q-layout[data-v-cd4cecf3] {
    position: inherit;
}
}
.header-container[data-v-cd4cecf3] {
  position: sticky;
  top: 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 1rem;
  padding: 1.25rem 1.5rem;
  z-index: 20;
  border-bottom: 1px solid rgba(var(--neutral-100), 0.1);
}
.header-container.aside-opened[data-v-cd4cecf3] {
  position: fixed;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
.header-container[data-v-cd4cecf3] {
    display: flex;
}
}
.header-btns[data-v-cd4cecf3] {
  display: flex;
  gap: 1rem;
}
.header-btns button[data-v-cd4cecf3] {
  border-radius: 6px;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(1, 7, 27, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
  cursor: not-allowed;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
}
.header-btns button .q-icon[data-v-cd4cecf3] {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.header-btns button.primary[data-v-cd4cecf3] {
  background: rgb(218, 16, 18);
  color: #fafafa;
}
.header-btns button.primary .q-icon[data-v-cd4cecf3] {
  color: #fff;
}
.header-btns button.secondary[data-v-cd4cecf3] {
  background: #fff;
  color: rgb(var(--neutral-100));
}
.header-btns button.secondary .q-icon[data-v-cd4cecf3] {
  opacity: 0.4;
  color: rgb(var(--neutral-100));
}
.pagination-container[data-v-cd4cecf3] {
  display: grid;
  grid-template-columns: 16.125rem 1fr 16.125rem;
  gap: 2rem;
  width: 100%;
  max-width: 99rem;
  margin: auto;
  margin-bottom: 1.5rem;
  position: sticky;
  top: 0;
  background: #fafafa;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
.pagination-container[data-v-cd4cecf3] {
    display: block;
    max-width: 37.5rem;
    margin-bottom: 1rem;
}
}
@media screen and (max-width: 1280px) {
.pagination-container[data-v-cd4cecf3] {
    grid-template-columns: 16.125rem 1fr 9.75rem;
}
.pagination-container .q-layout[data-v-cd4cecf3] {
    position: inherit;
}
}
.pagination-container.aside-opened[data-v-cd4cecf3] {
  padding-top: 6.25rem;
}
.pagination-wrapper[data-v-cd4cecf3] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.pagination-wrapper h5[data-v-cd4cecf3] {
  color: rgb(var(--neutral-70));
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  margin: 0;
}
.pagination-wrapper span[data-v-cd4cecf3] {
  color: rgb(var(--neutral-100));
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
}
.pagination-content[data-v-cd4cecf3] {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pagination-btns[data-v-cd4cecf3] {
  display: flex;
  gap: 0.5rem;
}
.pagination-btns button[data-v-cd4cecf3] {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgb(162, 165, 167);
  cursor: pointer;
  transition: 0.3s;
  pointer-events: none;
}
.pagination-btns button .q-icon[data-v-cd4cecf3] {
  width: 1.5rem;
  height: 1.5rem;
  color: rgb(162, 165, 167);
  flex-shrink: 0;
}
.pagination-btns button.active[data-v-cd4cecf3] {
  border-color: rgb(13, 167, 94);
  pointer-events: all;
}
.pagination-btns button.active[data-v-cd4cecf3]:hover {
  background: rgba(var(--neutral-100), 0.05);
}
.pagination-btns button.active .q-icon[data-v-cd4cecf3] {
  color: rgb(13, 167, 94);
}
.pagination-btns button:nth-child(2) .q-icon[data-v-cd4cecf3] {
  transform: rotate(180deg);
}
.pagination-wrapper.scrolled[data-v-cd4cecf3] {
  padding: 0.5rem 2rem;
  border-width: 0 1px 1px 1px;
  border-color: rgba(var(--neutral-100), 0.1);
}
.pagination-wrapper.scrolled span[data-v-cd4cecf3] {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.pagination-wrapper.scrolled button[data-v-cd4cecf3] {
  width: 2rem;
  height: 2rem;
}
.pagination-wrapper.scrolled button .q-icon[data-v-cd4cecf3] {
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 1024px) {
.pagination-container[data-v-cd4cecf3] {
    padding: 0 1rem;
    position: relative;
    z-index: 0;
}
.pagination-wrapper[data-v-cd4cecf3] {
    padding: 1rem;
    background: #fff;
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
    border-radius: 4px;
    border: 1px solid rgba(var(--neutral-100), 0.1);
}
.pagination-wrapper h5[data-v-cd4cecf3] {
    color: rgb(var(--neutral-100));
    font-size: 0.625rem;
}
.pagination-wrapper span[data-v-cd4cecf3] {
    font-size: 0.875rem;
    line-height: 1.375rem;
}
.pagination-content[data-v-cd4cecf3] {
    justify-content: space-between;
    width: 100%;
}
.pagination-btns button[data-v-cd4cecf3] {
    width: 2rem;
    height: 2rem;
}
.pagination-btns button .q-icon[data-v-cd4cecf3] {
    width: 1.5rem;
    height: 1.5rem;
}
}
.aside-container[data-v-cd4cecf3] {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: sticky;
  top: 3rem;
}
.aside-container h1[data-v-cd4cecf3] {
  width: 16rem;
  color: rgb(46, 52, 57);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: -0.025rem;
}
.aside-container h1 span[data-v-cd4cecf3] {
  font-weight: 600;
}
.aside-list[data-v-cd4cecf3] {
  margin: 0;
  overflow-y: auto;
}
.aside-list[data-v-cd4cecf3] .q-item {
  color: rgb(var(--neutral-100));
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  padding: 0.75rem 1rem;
  min-height: auto;
  border-radius: 12px;
}
.aside-list[data-v-cd4cecf3] .q-item .q-item__section {
  padding-right: 0;
  margin-left: auto;
  color: rgb(var(--neutral-70));
}
.aside-list[data-v-cd4cecf3] .q-item.active {
  background: rgba(1, 7, 27, 0.05);
}
.aside-list li[data-v-cd4cecf3] {
  border-radius: 12px;
}
.aside-list li.active[data-v-cd4cecf3] {
  background: rgba(1, 7, 27, 0.05);
}
.aside-list li[data-v-cd4cecf3]:not(.accordion) .q-item__section {
  display: none;
}
@media screen and (max-width: 1024px) {
.aside-container[data-v-cd4cecf3] {
    position: fixed;
    margin-top: auto;
    left: 0;
    bottom: 0;
    z-index: 20;
    background: #fff;
    width: 100vw;
    height: calc(100vh - 5rem);
    padding: 0.75rem 1.5rem;
    transition: transform 0.2s;
}
.aside-container[data-v-cd4cecf3]:not(.aside-opened) {
    transform: translateX(-100vw);
}
.aside-list li[data-v-cd4cecf3] .q-item__section {
    display: none;
}
}
.section-container[data-v-cd4cecf3] {
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(1, 7, 27, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(1, 7, 27, 0.03);
  height: max-content;
}
@media screen and (max-width: 1024px) {
.section-container[data-v-cd4cecf3] {
    margin: 0 1rem;
}
}
.section-container p[data-v-cd4cecf3] {
  color: #1c1f21;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625rem;
  letter-spacing: -0.0225rem;
}
.section-container .tag-content[data-v-cd4cecf3] {
  display: flex;
  align-items: center;
  width: max-content;
  height: 1.5rem;
  padding: 0px 1rem;
  border-radius: 4px;
  background: rgba(13, 167, 94, 0.1);
  color: rgb(13, 167, 94);
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.article-container[data-v-cd4cecf3] {
  display: flex;
  flex-direction: column;
  width: 9.5rem;
  gap: 0.5rem;
  position: sticky;
  top: 3rem;
}
.article-container button[data-v-cd4cecf3] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 6px;
  border: 1px solid rgba(1, 7, 27, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
  cursor: not-allowed;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
}
.article-container button .q-icon[data-v-cd4cecf3] {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.article-container button.primary[data-v-cd4cecf3] {
  background: rgb(218, 16, 18);
  color: #fafafa;
}
.article-container button.primary .q-icon[data-v-cd4cecf3] {
  color: #fff;
}
.article-container button.secondary[data-v-cd4cecf3] {
  background: #fff;
  color: rgb(var(--neutral-100));
}
.article-container button.secondary .q-icon[data-v-cd4cecf3] {
  opacity: 0.4;
  color: rgb(var(--neutral-100));
}
.logo[data-v-cd4cecf3] {
  width: 9.375rem;
  margin: 0.5rem auto;
  margin-top: 0;
}
.atualization[data-v-cd4cecf3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.atualization span[data-v-cd4cecf3] {
  color: rgb(var(--neutral-70));
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}
.atualization p[data-v-cd4cecf3] {
  color: rgb(var(--neutral-70));
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: -0.0175rem;
}
@media screen and (max-width: 1024px) {
article[data-v-cd4cecf3] {
    display: none !important;
}
.logo[data-v-cd4cecf3] {
    width: 6.25rem;
    margin: 0;
}
.atualization[data-v-cd4cecf3] {
    align-items: start;
}
}body {
  min-width: 100px;
  min-height: 100%;
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 14px;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
  hyphens: auto;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
.text-no-wrap {
  white-space: nowrap;
}
.text-strike {
  text-decoration: line-through;
}
.text-weight-thin {
  font-weight: 100;
}
.text-weight-light {
  font-weight: 300;
}
.text-weight-regular {
  font-weight: 400;
}
.text-weight-medium {
  font-weight: 500;
}
.text-weight-bold {
  font-weight: 700;
}
.text-weight-bolder {
  font-weight: 900;
}
small {
  font-size: 80%;
}
big {
  font-size: 170%;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.one-line {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}
.two-lines {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}
.three-lines {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}
.ghost::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background: rgb(var(--neutral-30));
  border-radius: 6px;
  overflow: hidden;
}
.body--dark .ghost::after {
  background: rgb(var(--d-neutral-40));
}
.kanban-card-separator {
  height: 0.0625rem;
  width: calc(100% + 0.75rem);
  background: rgba(var(--neutral-100), 0.1);
  margin: 6px 0;
  position: relative;
  left: -0.375rem;
  border: 0;
  display: block;
}
.kanban-card .card-id {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 157%;
  letter-spacing: -0.02rem;
  font-family: "Inter", sans-serif;
}.q-chat[data-v-08a19d49] .q-scrollarea__content {
  display: flex;
  flex-direction: column !important;
  justify-content: flex-end;
}
.q-chat[data-v-08a19d49] .q-field__label {
  background: transparent !important;
}
.chat-acompanhamento[data-v-08a19d49] .q-message-text {
  background: white;
  width: 100%;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
}:root {
  --kanban-modal-bg: rgb(var(--neutral-10));
}
.body--dark {
  --kanban-modal-bg: rgb(var(--d-neutral-30));
}
.body--dark .kanban-modal .q-tab--active {
  background: rgb(var(--d-neutral-30)) !important;
  color: white !important;
  border-color: rgba(var(--white), 0.05);
}[data-v-a1033f3a]:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
}
.kanban-modal[data-v-a1033f3a] {
  height: 95vh;
  max-height: 62.5rem;
  width: 1200px;
  background: var(--kanban-modal-bg);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.kanban-modal .descricao-content[data-v-a1033f3a] img {
  max-height: 13.75rem;
  margin: 0.5rem 0;
  border-radius: 6px;
  object-fit: contain;
}
.kanban-modal .descricao-content[data-v-a1033f3a] ul li {
  list-style: circle !important;
  margin-left: 0.75rem !important;
}
.kanban-modal .descricao-content[data-v-a1033f3a] ol li {
  list-style: auto;
  margin-left: 0.75rem;
}
.kanban-modal .descricao-content[data-v-a1033f3a] a[href] {
  color: rgb(var(--neutral-100));
  cursor: pointer !important;
}
.kanban-modal .descricao-content[data-v-a1033f3a] a[href]:hover {
  color: rgb(var(--primary-pure)) !important;
}
.kanban-modal .descricao-content[data-v-a1033f3a] hr {
  border-color: rgba(var(--neutral-100), 0.1);
}
@media screen and (max-width: 1024px) {
.kanban-modal .q-tab[data-v-a1033f3a] {
    padding: 0.375rem;
    min-height: auto;
}
.kanban-modal .q-tab[data-v-a1033f3a] .q-tab__content {
    padding: 0;
}
.kanban-modal .q-tab[data-v-a1033f3a] .q-tab__content .q-tab__label {
    font-size: 0.75rem;
}
}
[data-v-a1033f3a] .kanban-modal-separator {
  height: 1px;
  width: 100%;
  background: rgba(var(--neutral-100), 0.1);
  margin: 1rem 0;
  border: 0;
  display: block;
}
.body--dark[data-v-a1033f3a] .kanban-modal-separator {
  background: rgba(var(--white), 0.05);
}
.grid-info[data-v-a1033f3a] {
  display: grid;
  grid-template-columns: 1fr 28.125rem;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
.grid-info[data-v-a1033f3a] {
    grid-template-columns: 1fr;
    padding: 0 0.5rem;
}
}
.kanban-modal .editavel[data-v-a1033f3a] {
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.3s;
  border-radius: 6px;
}
.kanban-modal .editavel[data-v-a1033f3a]:hover {
  border-color: rgba(var(--neutral-100), 0.3);
  background: rgba(var(--neutral-30), 1);
}
.body--dark .kanban-modal .editavel[data-v-a1033f3a]:hover {
  border-color: rgba(var(--white), 0.1);
  background: rgba(var(--white), 0.2) !important;
}
.body--dark .kanban-modal .descricao-content[data-v-a1033f3a] a[href] {
  color: white;
  text-decoration: underline;
}
.body--dark .kanban-modal .descricao-content[data-v-a1033f3a] hr {
  border-color: rgba(var(--white), 0.1);
}
.virtual-scroll[data-v-a1033f3a] .q-virtual-scroll__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}:root {
  --kanban-modal-bg: rgb(var(--neutral-10));
}
.body--dark {
  --kanban-modal-bg: rgb(var(--d-neutral-30));
}
.body--dark .kanban-modal .q-tab--active {
  background: rgb(var(--d-neutral-30)) !important;
  color: white !important;
  border-color: rgba(var(--white), 0.05);
}[data-v-114f190f]:root {
  --xl-device: 1920px // Extra Large;
  --lg-device: 1440px // Large;
  --md2-device: 1280px // Medium 2;
  --md-device: 1024px // Medium;
  --sm-device: 600px // Small;
}
.kanban-modal[data-v-114f190f] {
  height: 95vh;
  max-height: 62.5rem;
  width: 1000px;
  background: var(--kanban-modal-bg);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.kanban-modal .descricao-content[data-v-114f190f] img {
  max-height: 13.75rem;
  margin: 0.5rem 0;
  border-radius: 6px;
  object-fit: contain;
}
.kanban-modal .descricao-content[data-v-114f190f] ul li {
  list-style: circle !important;
  margin-left: 0.75rem !important;
}
.kanban-modal .descricao-content[data-v-114f190f] ol li {
  list-style: auto;
  margin-left: 0.75rem;
}
.kanban-modal .descricao-content[data-v-114f190f] a[href] {
  color: rgb(var(--neutral-100));
  cursor: pointer !important;
}
.kanban-modal .descricao-content[data-v-114f190f] a[href]:hover {
  color: rgb(var(--primary-pure)) !important;
}
.kanban-modal .descricao-content[data-v-114f190f] hr {
  border-color: rgba(var(--neutral-100), 0.1);
}
@media screen and (max-width: 1024px) {
.kanban-modal .q-tab[data-v-114f190f] {
    padding: 0.375rem;
    min-height: auto;
}
.kanban-modal .q-tab[data-v-114f190f] .q-tab__content {
    padding: 0;
}
.kanban-modal .q-tab[data-v-114f190f] .q-tab__content .q-tab__label {
    font-size: 0.75rem;
}
}
[data-v-114f190f] .kanban-modal-separator {
  height: 1px;
  width: 100%;
  background: rgba(var(--neutral-100), 0.1);
  margin: 1rem 0;
  border: 0;
  display: block;
}
.body--dark[data-v-114f190f] .kanban-modal-separator {
  background: rgba(var(--white), 0.05);
}
.grid-info[data-v-114f190f] {
  display: grid;
  grid-template-columns: 1fr 28.125rem;
}
@media screen and (max-width: 1024px) {
.grid-info[data-v-114f190f] {
    grid-template-columns: 1fr;
    padding: 0 0.5rem;
}
}
.kanban-modal .editavel[data-v-114f190f] {
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.3s;
  border-radius: 6px;
}
.kanban-modal .editavel[data-v-114f190f]:hover {
  border-color: rgba(var(--neutral-100), 0.3);
  background: rgba(var(--neutral-30), 1);
}
.body--dark .kanban-modal .editavel[data-v-114f190f]:hover {
  border-color: rgba(var(--white), 0.1);
  background: rgba(var(--white), 0.2) !important;
}
.body--dark .kanban-modal .descricao-content[data-v-114f190f] a[href] {
  color: white;
  text-decoration: underline;
}
.body--dark .kanban-modal .descricao-content[data-v-114f190f] hr {
  border-color: rgba(var(--white), 0.1);
}
.virtual-scroll[data-v-114f190f] .q-virtual-scroll__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}:root {
  --kanban-col-bg: rgba(var(--neutral-20), 1);
  --kanban-col-width: 18rem;
}
.tipo_kanban {
  width: 200px !important;
}
.tipo_kanban .q-field__native {
  color: #ffffff;
}
.tipo_kanban .q-field__control {
  border: none !important;
}
.image-bg {
  position: fixed;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  background-color: rgba(var(--d-neutral-40), 0.6);
}
.kanban-container {
  width: 100%;
  height: inherit;
  -webkit-user-select: none;
          user-select: none;
}
.kanban-col {
  background: var(--kanban-col-bg);
  width: var(--kanban-col-width);
  max-height: 100%;
  min-height: 330px;
  height: max-content;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.kanban-col--wrapper {
  height: 100%;
  display: flex;
  gap: 1rem;
  width: 100%;
  overflow-x: auto;
}
.kanban-col--wrapper::-webkit-scrollbar {
  width: 10px;
}
.kanban-col--wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  border-radius: 6px;
}
.kanban-col--wrapper::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}
.kanban-col--wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4);
}
.cards-wrapper {
  display: flex;
  flex-direction: column;
  flex: initial;
  height: 100%;
  min-height: 270px;
}
.cards-wrapper .transition-div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  height: 100%;
  padding: 8px 8px 0;
  min-height: 260px;
  margin-bottom: 0.5rem;
}
.q-scrollarea {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.q-scrollarea__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.q-scrollarea__bar--v, .q-scrollarea__thumb--v {
  right: 0;
  width: 6px;
}
.body--light .kanban-col--wrapper::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
}
.body--light .kanban-col--wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.65);
}
.body--dark {
  --kanban-col-bg: rgb(var(--d-neutral-10));
}
.kanban-crm-wrapper [data-name=Arquivadas] {
  display: none;
}.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.fade-suave-enter-active,
.fade-suave-leave-active {
  transition: opacity 0.5s ease;
}
.fade-suave-enter-from,
.fade-suave-leave-to {
  opacity: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(var(--neutral-10), 1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(var(--neutral-100), 0.2);
  border-radius: 8px;
}
.body--dark {
  /* Track */
  /* Handle */
}
.body--dark ::-webkit-scrollbar-track {
  background: rgba(var(--white), 0.1);
}
.body--dark ::-webkit-scrollbar-thumb {
  background: rgba(var(--white), 0.2);
  border-radius: 8px;
}