.v-application {
  background: rgb(var(--v-theme-background));
  color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
  display: flex;
}
.v-application__wrap {
  backface-visibility: hidden;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
}
.v-app-bar {
  display: flex;
}
.v-app-bar.v-toolbar {
  background: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
  box-shadow:
    0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-app-bar:not(.v-toolbar--absolute) {
  padding-inline-end: var(--v-scrollbar-offset);
}
.v-toolbar {
  align-items: flex-start;
  background: rgb(var(--v-theme-on-surface-variant));
  border: 0 solid #123645;
  border-radius: 0;
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
  display: flex;
  flex: none;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
  width: 100%;
}
.v-toolbar--border {
  border-width: thin;
  box-shadow: none;
}
.v-toolbar--absolute {
  position: absolute;
}
.v-toolbar--collapse {
  max-width: 112px;
  overflow: hidden;
}
.v-toolbar--collapse .v-toolbar-title {
  display: none;
}
.v-locale--is-ltr .v-toolbar--collapse,
.v-locale--is-ltr.v-toolbar--collapse {
  border-bottom-right-radius: 24px;
}
.v-locale--is-rtl .v-toolbar--collapse,
.v-locale--is-rtl.v-toolbar--collapse {
  border-bottom-left-radius: 24px;
}
.v-toolbar--flat {
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-toolbar--floating {
  display: inline-flex;
}
.v-toolbar--rounded {
  border-radius: 4px;
}
.v-toolbar__content,
.v-toolbar__extension {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  transition: inherit;
  width: 100%;
}
.v-toolbar__content > .v-btn:first-child {
  margin-inline-start: 10px;
}
.v-toolbar__content > .v-btn:last-child {
  margin-inline-end: 10px;
}
.v-toolbar__content > .v-toolbar-title {
  margin-inline-start: 16px;
}
.v-toolbar--density-prominent .v-toolbar__content {
  align-items: flex-start;
}
.v-toolbar__image {
  display: flex;
  height: 100%;
  left: 0;
  opacity: var(--v-toolbar-image-opacity, 1);
  position: absolute;
  top: 0;
  transition-property: opacity;
  width: 100%;
}
.v-toolbar__append,
.v-toolbar__prepend {
  align-items: center;
  align-self: stretch;
  display: flex;
}
.v-toolbar__prepend {
  margin-inline-end: auto;
  margin-inline-start: 10px;
}
.v-toolbar__append {
  margin-inline-end: 10px;
  margin-inline-start: auto;
}
.v-toolbar-title {
  flex: 1 1;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75rem;
  min-width: 0;
  text-transform: none;
}
.v-toolbar--density-prominent .v-toolbar-title {
  align-self: flex-end;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.25rem;
  padding-bottom: 6px;
  text-transform: none;
}
.v-toolbar-title__placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v-toolbar-items {
  align-self: stretch;
  display: flex;
  height: inherit;
}
.v-toolbar-items > .v-btn {
  border-radius: 0;
}
.v-img {
  --v-theme-overlay-multiplier: 3;
  z-index: 0;
}
.v-img--booting .v-responsive__sizer {
  transition: none;
}
.v-img__error,
.v-img__gradient,
.v-img__img,
.v-img__picture,
.v-img__placeholder {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.v-img__img--preload {
  filter: blur(4px);
}
.v-img__img--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.v-img__img--cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.v-img__gradient {
  background-repeat: no-repeat;
}
.v-responsive {
  display: flex;
  flex: 1 0 auto;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.v-responsive--inline {
  display: inline-flex;
  flex: 0 0 auto;
}
.v-responsive__content {
  flex: 1 0 0px;
  max-width: 100%;
}
.v-responsive__sizer ~ .v-responsive__content {
  margin-inline-start: -100%;
}
.v-responsive__sizer {
  flex: 1 0 0px;
  pointer-events: none;
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-btn {
  align-items: center;
  border: 0 solid #123645;
  border-radius: 4px;
  display: inline-grid;
  flex-shrink: 0;
  font-weight: 500;
  grid-template-areas: 'prepend content append';
  grid-template-columns: max-content auto max-content;
  justify-content: center;
  letter-spacing: 0.0892857143em;
  line-height: normal;
  max-width: 100%;
  outline: none;
  position: relative;
  text-decoration: none;
  text-indent: 0.0892857143em;
  text-transform: uppercase;
  transition-duration: 0.28s;
  transition-property: box-shadow, transform, opacity, background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.v-btn--size-x-small {
  --v-btn-size: 0.625rem;
  --v-btn-height: 20px;
  font-size: var(--v-btn-size);
  min-width: 36px;
  padding: 0 8px;
}
.v-btn--size-small {
  --v-btn-size: 0.75rem;
  --v-btn-height: 28px;
  font-size: var(--v-btn-size);
  min-width: 50px;
  padding: 0 12px;
}
.v-btn--size-default {
  --v-btn-size: 0.875rem;
  --v-btn-height: 36px;
  font-size: var(--v-btn-size);
  min-width: 64px;
  padding: 0 16px;
}
.v-btn--size-large {
  --v-btn-size: 1rem;
  --v-btn-height: 44px;
  font-size: var(--v-btn-size);
  min-width: 78px;
  padding: 0 20px;
}
.v-btn--size-x-large {
  --v-btn-size: 1.125rem;
  --v-btn-height: 52px;
  font-size: var(--v-btn-size);
  min-width: 92px;
  padding: 0 24px;
}
.v-btn.v-btn--density-default {
  height: calc(var(--v-btn-height));
}
.v-btn.v-btn--density-comfortable {
  height: calc(var(--v-btn-height) - 8px);
}
.v-btn.v-btn--density-compact {
  height: calc(var(--v-btn-height) - 12px);
}
.v-btn--border {
  border-width: thin;
  box-shadow: none;
}
.v-btn--absolute {
  position: absolute;
}
.v-btn--fixed {
  position: fixed;
}
.v-btn:hover > .v-btn__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-btn:focus-visible > .v-btn__overlay {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-btn:focus > .v-btn__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
}
.v-btn--active > .v-btn__overlay,
.v-btn[aria-haspopup='menu'][aria-expanded='true'] > .v-btn__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-btn--active:hover > .v-btn__overlay,
.v-btn[aria-haspopup='menu'][aria-expanded='true']:hover > .v-btn__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-btn--active:focus-visible > .v-btn__overlay,
.v-btn[aria-haspopup='menu'][aria-expanded='true']:focus-visible > .v-btn__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-btn--active:focus > .v-btn__overlay,
  .v-btn[aria-haspopup='menu'][aria-expanded='true']:focus > .v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-btn--variant-outlined,
.v-btn--variant-plain,
.v-btn--variant-text,
.v-btn--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-btn--variant-plain {
  opacity: 0.62;
}
.v-btn--variant-plain:focus,
.v-btn--variant-plain:hover {
  opacity: 1;
}
.v-btn--variant-plain .v-btn__overlay {
  display: none;
}
.v-btn--variant-elevated,
.v-btn--variant-flat {
  background: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-btn--variant-elevated {
  box-shadow:
    0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn--variant-flat {
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn--variant-outlined {
  border: thin solid;
}
.v-btn--variant-text .v-btn__overlay {
  background: currentColor;
}
.v-btn--variant-tonal .v-btn__underlay {
  background: currentColor;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: var(--v-activated-opacity);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
@supports selector(:focus-visible) {
  .v-btn:after {
    border: 2px solid;
    border-radius: inherit;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
  }
  .v-btn:focus-visible:after {
    opacity: calc(var(--v-theme-overlay-multiplier) * 0.25);
  }
}
.v-btn--icon {
  border-radius: 50%;
  min-width: 0;
  padding: 0;
}
.v-btn--icon.v-btn--size-default {
  --v-btn-size: 1rem;
}
.v-btn--icon.v-btn--density-default {
  height: calc(var(--v-btn-height) + 12px);
  width: calc(var(--v-btn-height) + 12px);
}
.v-btn--icon.v-btn--density-comfortable {
  height: calc(var(--v-btn-height));
  width: calc(var(--v-btn-height));
}
.v-btn--icon.v-btn--density-compact {
  height: calc(var(--v-btn-height) - 8px);
  width: calc(var(--v-btn-height) - 8px);
}
.v-btn--elevated:focus,
.v-btn--elevated:hover {
  box-shadow:
    0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn--elevated:active {
  box-shadow:
    0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn--flat {
  box-shadow: none;
}
.v-btn--block {
  display: flex;
  flex: 1 0 auto;
  min-width: 100%;
}
.v-btn--disabled {
  opacity: 0.26;
  pointer-events: none;
}
.v-btn--disabled:hover {
  opacity: 0.26;
}
.v-btn--disabled.v-btn--variant-elevated,
.v-btn--disabled.v-btn--variant-flat {
  background: rgb(var(--v-theme-surface));
  box-shadow: none;
  color: rgba(var(--v-theme-on-surface), 0.26);
  opacity: 1;
}
.v-btn--disabled.v-btn--variant-elevated .v-btn__overlay,
.v-btn--disabled.v-btn--variant-flat .v-btn__overlay {
  opacity: 0.4615384615;
}
.v-btn--loading {
  pointer-events: none;
}
.v-btn--loading .v-btn__append,
.v-btn--loading .v-btn__content,
.v-btn--loading .v-btn__prepend {
  opacity: 0;
}
.v-btn--stacked {
  align-content: center;
  grid-template-areas: 'prepend' 'content' 'append';
  grid-template-columns: auto;
  grid-template-rows: max-content max-content max-content;
  justify-items: center;
}
.v-btn--stacked .v-btn__content {
  flex-direction: column;
  line-height: 1.25;
}
.v-btn--stacked .v-btn__append,
.v-btn--stacked .v-btn__content > .v-icon--end,
.v-btn--stacked .v-btn__content > .v-icon--start,
.v-btn--stacked .v-btn__prepend {
  margin-inline-end: 0;
  margin-inline-start: 0;
}
.v-btn--stacked .v-btn__content > .v-icon--start,
.v-btn--stacked .v-btn__prepend {
  margin-bottom: 4px;
}
.v-btn--stacked .v-btn__append,
.v-btn--stacked .v-btn__content > .v-icon--end {
  margin-top: 4px;
}
.v-btn--stacked.v-btn--size-x-small {
  --v-btn-size: 0.625rem;
  --v-btn-height: 56px;
  font-size: var(--v-btn-size);
  min-width: 56px;
  padding: 0 12px;
}
.v-btn--stacked.v-btn--size-small {
  --v-btn-size: 0.75rem;
  --v-btn-height: 64px;
  font-size: var(--v-btn-size);
  min-width: 64px;
  padding: 0 14px;
}
.v-btn--stacked.v-btn--size-default {
  --v-btn-size: 0.875rem;
  --v-btn-height: 72px;
  font-size: var(--v-btn-size);
  min-width: 72px;
  padding: 0 16px;
}
.v-btn--stacked.v-btn--size-large {
  --v-btn-size: 1rem;
  --v-btn-height: 80px;
  font-size: var(--v-btn-size);
  min-width: 80px;
  padding: 0 18px;
}
.v-btn--stacked.v-btn--size-x-large {
  --v-btn-size: 1.125rem;
  --v-btn-height: 88px;
  font-size: var(--v-btn-size);
  min-width: 88px;
  padding: 0 20px;
}
.v-btn--stacked.v-btn--density-default {
  height: calc(var(--v-btn-height));
}
.v-btn--stacked.v-btn--density-comfortable {
  height: calc(var(--v-btn-height) - 16px);
}
.v-btn--stacked.v-btn--density-compact {
  height: calc(var(--v-btn-height) - 24px);
}
.v-btn--rounded {
  border-radius: 24px;
}
.v-btn--rounded.v-btn--icon {
  border-radius: 4px;
}
.v-btn .v-icon {
  --v-icon-size-multiplier: 0.8571428571;
}
.v-btn--icon .v-icon {
  --v-icon-size-multiplier: 1;
}
.v-btn--stacked .v-icon {
  --v-icon-size-multiplier: 1.1428571429;
}
.v-btn__loader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.v-btn__append,
.v-btn__content,
.v-btn__prepend {
  align-items: center;
  display: flex;
  transition:
    transform,
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-btn__prepend {
  grid-area: prepend;
  margin-inline-end: calc(var(--v-btn-height) / 4.5);
  margin-inline-start: calc(var(--v-btn-height) / -9);
}
.v-btn__append {
  grid-area: append;
  margin-inline-end: calc(var(--v-btn-height) / -9);
  margin-inline-start: calc(var(--v-btn-height) / 4.5);
}
.v-btn__content {
  grid-area: content;
  justify-content: center;
  white-space: nowrap;
}
.v-btn__content > .v-icon--start {
  margin-inline-end: calc(var(--v-btn-height) / 4.5);
  margin-inline-start: calc(var(--v-btn-height) / -9);
}
.v-btn__content > .v-icon--end {
  margin-inline-end: calc(var(--v-btn-height) / -9);
  margin-inline-start: calc(var(--v-btn-height) / 4.5);
}
.v-btn--stacked .v-btn__content {
  white-space: normal;
}
.v-btn__overlay {
  background-color: currentColor;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.v-btn__overlay,
.v-btn__underlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.v-card-actions .v-btn {
  padding: 0 8px;
}
.v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
  margin-inline-start: 0.5rem;
}
.v-banner-actions .v-btn {
  padding: 0 8px;
}
.v-pagination .v-btn {
  border-radius: 4px;
}
.v-btn__overlay {
  transition: none;
}
.v-pagination__item--is-active .v-btn__overlay {
  opacity: var(--v-border-opacity);
}
.v-snackbar-actions .v-btn {
  padding: 0 8px;
}
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-btn-group {
  background: transparent;
  border: 0 solid #123645;
  border-radius: 4px;
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
  display: inline-flex;
  flex-wrap: nowrap;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  vertical-align: middle;
}
.v-btn-group--border {
  border-width: thin;
  box-shadow: none;
}
.v-btn-group--density-default.v-btn-group {
  height: 48px;
}
.v-btn-group--density-comfortable.v-btn-group {
  height: 40px;
}
.v-btn-group--density-compact.v-btn-group {
  height: 36px;
}
.v-btn-group .v-btn {
  border-color: inherit;
  border-radius: 0;
}
.v-btn-group .v-btn:not(:last-child) {
  border-inline-end: none;
}
.v-btn-group .v-btn:not(:first-child) {
  border-inline-start: none;
}
.v-btn-group .v-btn:first-child {
  border-end-start-radius: inherit;
  border-start-start-radius: inherit;
}
.v-btn-group .v-btn:last-child {
  border-end-end-radius: inherit;
  border-start-end-radius: inherit;
}
.v-btn-group--divided .v-btn:not(:last-child) {
  border-inline-end-color: #123645;
  border-inline-end-style: solid;
  border-inline-end-width: thin;
}
.v-btn-group--tile {
  border-radius: 0;
}
.v-progress-linear {
  background: transparent;
  overflow: hidden;
  position: relative;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.v-progress-linear__background {
  background: currentColor;
  bottom: 0;
  left: 0;
  opacity: var(--v-border-opacity);
  position: absolute;
  top: 0;
  transition-property: width, left, right;
  transition: inherit;
}
.v-progress-linear__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.v-progress-linear__determinate,
.v-progress-linear__indeterminate {
  background: currentColor;
}
.v-progress-linear__determinate {
  height: inherit;
  left: 0;
  position: absolute;
  transition: inherit;
  transition-property: width, left, right;
}
.v-progress-linear__indeterminate .long,
.v-progress-linear__indeterminate .short {
  animation-duration: 2.2s;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  bottom: 0;
  height: inherit;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: auto;
  will-change: left, right;
}
.v-progress-linear__indeterminate .long {
  animation-name: indeterminate-ltr;
}
.v-progress-linear__indeterminate .short {
  animation-name: indeterminate-short-ltr;
}
.v-progress-linear__stream {
  animation: stream 0.25s linear infinite;
  animation-play-state: paused;
  bottom: 0;
  left: auto;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  transition: inherit;
  transition-property: width, left, right;
}
.v-progress-linear--reverse .v-progress-linear__background,
.v-progress-linear--reverse .v-progress-linear__content,
.v-progress-linear--reverse .v-progress-linear__determinate,
.v-progress-linear--reverse .v-progress-linear__indeterminate .long,
.v-progress-linear--reverse .v-progress-linear__indeterminate .short {
  left: auto;
  right: 0;
}
.v-progress-linear--reverse .v-progress-linear__indeterminate .long {
  animation-name: indeterminate-rtl;
}
.v-progress-linear--reverse .v-progress-linear__indeterminate .short {
  animation-name: indeterminate-short-rtl;
}
.v-progress-linear--reverse .v-progress-linear__stream {
  right: auto;
}
.v-progress-linear--absolute,
.v-progress-linear--fixed {
  left: 0;
  z-index: 1;
}
.v-progress-linear--absolute {
  position: absolute;
}
.v-progress-linear--fixed {
  position: fixed;
}
.v-progress-linear--rounded {
  border-radius: 9999px;
}
.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
  border-radius: inherit;
}
.v-progress-linear--striped .v-progress-linear__determinate {
  animation: progress-linear-stripes 1s linear infinite;
  background-image: linear-gradient(
    135deg,
    hsla(0, 0%, 100%, 0.25) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.25) 0,
    hsla(0, 0%, 100%, 0.25) 75%,
    transparent 0,
    transparent
  );
  background-repeat: repeat;
  background-size: var(--v-progress-linear-height);
}
.v-progress-linear--active .v-progress-linear__indeterminate .long,
.v-progress-linear--active .v-progress-linear__indeterminate .short,
.v-progress-linear--active .v-progress-linear__stream {
  animation-play-state: running;
}
.v-progress-linear--rounded-bar .v-progress-linear__determinate,
.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
.v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
  border-radius: 9999px;
}
.v-locale--is-ltr .v-progress-linear--rounded-bar .v-progress-linear__determinate,
.v-locale--is-ltr.v-progress-linear--rounded-bar .v-progress-linear__determinate {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.v-locale--is-rtl .v-progress-linear--rounded-bar .v-progress-linear__determinate,
.v-locale--is-rtl.v-progress-linear--rounded-bar .v-progress-linear__determinate {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
@keyframes indeterminate-ltr {
  0% {
    left: -90%;
    right: 100%;
  }
  60% {
    left: -90%;
    right: 100%;
  }
  to {
    left: 100%;
    right: -35%;
  }
}
@keyframes indeterminate-rtl {
  0% {
    left: 100%;
    right: -90%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  to {
    left: -35%;
    right: 100%;
  }
}
@keyframes indeterminate-short-ltr {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  to {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short-rtl {
  0% {
    left: 100%;
    right: -200%;
  }
  60% {
    left: -8%;
    right: 107%;
  }
  to {
    left: -8%;
    right: 107%;
  }
}
@keyframes stream {
  to {
    transform: translateX(var(--v-progress-linear-stream-to));
  }
}
@keyframes progress-linear-stripes {
  0% {
    background-position-x: var(--v-progress-linear-height);
  }
}
.v-ripple__container {
  border-radius: inherit;
  contain: strict;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.v-ripple__animation,
.v-ripple__container {
  color: inherit;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.v-ripple__animation {
  background: currentColor;
  border-radius: 50%;
  opacity: 0;
  will-change: transform, opacity;
}
.v-ripple__animation--enter {
  opacity: 0;
  transition: none;
}
.v-ripple__animation--in {
  opacity: calc(var(--v-theme-overlay-multiplier) * 0.25);
  transition:
    transform 0.25s cubic-bezier(0, 0, 0.2, 1),
    opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
}
.v-ripple__animation--out {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.v-icon {
  --v-icon-size-multiplier: 1;
  font-feature-settings: 'liga';
  align-items: center;
  display: inline-flex;
  height: 1em;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  min-width: 1em;
  position: relative;
  text-align: center;
  text-indent: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 1em;
}
.v-icon--clickable {
  cursor: pointer;
}
.v-icon--size-x-small {
  font-size: calc(var(--v-icon-size-multiplier) * 1em);
}
.v-icon--size-small {
  font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
}
.v-icon--size-default {
  font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
}
.v-icon--size-large {
  font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
}
.v-icon--size-x-large {
  font-size: calc(var(--v-icon-size-multiplier) * 2em);
}
.v-icon__svg {
  fill: currentColor;
  height: 100%;
  width: 100%;
}
.v-icon--start {
  margin-inline-end: 8px;
}
.v-icon--end {
  margin-inline-start: 8px;
}
.v-progress-circular {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: relative;
  vertical-align: middle;
}
.v-progress-circular > svg {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.v-progress-circular__content {
  align-items: center;
  display: flex;
  justify-content: center;
}
.v-progress-circular__underlay {
  stroke: currentColor;
  color: rgba(var(--v-border-color), var(--v-border-opacity));
  z-index: 1;
}
.v-progress-circular__overlay {
  stroke: currentColor;
  transition:
    all 0.2s ease-in-out,
    stroke-width 0s;
  z-index: 2;
}
.v-progress-circular--size-x-small {
  height: 16px;
  width: 16px;
}
.v-progress-circular--size-small {
  height: 24px;
  width: 24px;
}
.v-progress-circular--size-default {
  height: 32px;
  width: 32px;
}
.v-progress-circular--size-large {
  height: 48px;
  width: 48px;
}
.v-progress-circular--size-x-large {
  height: 64px;
  width: 64px;
}
.v-progress-circular--indeterminate > svg {
  animation: progress-circular-rotate 1.4s linear infinite;
  transform-origin: center center;
  transition: all 0.2s ease-in-out;
}
.v-progress-circular--indeterminate .v-progress-circular__overlay {
  stroke-dasharray: 25, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation:
    progress-circular-dash 1.4s ease-in-out infinite,
    progress-circular-rotate 1.4s linear infinite;
  transform: rotate(-90deg);
  transform-origin: center center;
}
.v-progress-circular--disable-shrink > svg {
  animation-duration: 0.7s;
}
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
  animation: none;
}
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay,
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg {
  animation-play-state: paused !important;
}
@keyframes progress-circular-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -15px;
  }
  to {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes progress-circular-rotate {
  to {
    transform: rotate(270deg);
  }
}
.v-alert {
  --v-border-color: currentColor;
  border-radius: 4px;
  display: grid;
  flex: 1 1;
  grid-template-areas: 'prepend content append close' '. content . .';
  grid-template-columns: max-content auto max-content max-content;
  overflow: hidden;
  padding: 16px;
  position: relative;
}
.v-alert--absolute {
  position: absolute;
}
.v-alert--fixed {
  position: fixed;
}
.v-alert--sticky {
  position: sticky;
}
.v-alert--variant-outlined,
.v-alert--variant-plain,
.v-alert--variant-text,
.v-alert--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-alert--variant-plain {
  opacity: 0.62;
}
.v-alert--variant-plain:focus,
.v-alert--variant-plain:hover {
  opacity: 1;
}
.v-alert--variant-plain .v-alert__overlay {
  display: none;
}
.v-alert--variant-elevated,
.v-alert--variant-flat {
  background: rgb(var(--v-theme-on-surface-variant));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-alert--variant-elevated {
  box-shadow:
    0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 3px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-alert--variant-flat {
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-alert--variant-outlined {
  border: thin solid;
}
.v-alert--variant-text .v-alert__overlay {
  background: currentColor;
}
.v-alert--variant-tonal .v-alert__underlay {
  background: currentColor;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: var(--v-activated-opacity);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.v-alert--prominent {
  grid-template-areas: 'prepend content append close' 'prepend content . .';
}
.v-alert.v-alert--border {
  --v-border-opacity: 0.38;
}
.v-alert.v-alert--border.v-alert--border-start {
  padding-inline-start: 24px;
}
.v-alert.v-alert--border.v-alert--border-end {
  padding-inline-end: 24px;
}
.v-alert--variant-plain {
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-alert--density-default {
  padding-bottom: 16px;
  padding-top: 16px;
}
.v-alert--density-default.v-alert--border-top {
  padding-top: 24px;
}
.v-alert--density-default.v-alert--border-bottom {
  padding-bottom: 24px;
}
.v-alert--density-comfortable {
  padding-bottom: 12px;
  padding-top: 12px;
}
.v-alert--density-comfortable.v-alert--border-top {
  padding-top: 20px;
}
.v-alert--density-comfortable.v-alert--border-bottom {
  padding-bottom: 20px;
}
.v-alert--density-compact {
  padding-bottom: 8px;
  padding-top: 8px;
}
.v-alert--density-compact.v-alert--border-top {
  padding-top: 16px;
}
.v-alert--density-compact.v-alert--border-bottom {
  padding-bottom: 16px;
}
.v-alert__border {
  border: 0 solid;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: var(--v-border-opacity);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.v-alert__border--border {
  border-width: 8px;
  box-shadow: none;
}
.v-alert--border-start .v-alert__border {
  border-inline-start-width: 8px;
}
.v-alert--border-end .v-alert__border {
  border-inline-end-width: 8px;
}
.v-alert--border-top .v-alert__border {
  border-top-width: 8px;
}
.v-alert--border-bottom .v-alert__border {
  border-bottom-width: 8px;
}
.v-alert__close {
  flex: 0 1 auto;
  grid-area: close;
}
.v-alert__content {
  align-self: center;
  grid-area: content;
  overflow: hidden;
}
.v-alert__append,
.v-alert__close {
  align-self: flex-start;
  margin-inline-start: 16px;
}
.v-alert__append {
  align-self: flex-start;
  grid-area: append;
}
.v-alert__append + .v-alert__close {
  margin-inline-start: 16px;
}
.v-alert__prepend {
  align-items: center;
  align-self: flex-start;
  display: flex;
  grid-area: prepend;
  margin-inline-end: 16px;
}
.v-alert--prominent .v-alert__prepend {
  align-self: center;
}
.v-alert__underlay {
  grid-area: none;
  position: absolute;
}
.v-alert--border-start .v-alert__underlay {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.v-alert--border-end .v-alert__underlay {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.v-alert--border-top .v-alert__underlay {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.v-alert--border-bottom .v-alert__underlay {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.v-alert-title {
  word-wrap: break-word;
  align-items: center;
  align-self: center;
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  -webkit-hyphens: auto;
  hyphens: auto;
  letter-spacing: 0.0125em;
  line-height: 1.75rem;
  overflow-wrap: normal;
  text-transform: none;
  word-break: normal;
}
.v-autocomplete .v-field .v-field__input,
.v-autocomplete .v-field .v-text-field__prefix,
.v-autocomplete .v-field .v-text-field__suffix,
.v-autocomplete .v-field.v-field {
  cursor: text;
}
.v-autocomplete .v-field .v-field__input > input {
  align-self: flex-start;
  flex: 1 1;
}
.v-autocomplete .v-field input {
  min-width: 64px;
}
.v-autocomplete .v-field:not(.v-field--focused) input {
  min-width: 0;
}
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
  margin-inline-end: 2px;
}
.v-autocomplete .v-autocomplete__selection-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v-autocomplete__content {
  border-radius: 4px;
  box-shadow:
    0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  overflow: hidden;
}
.v-autocomplete__mask {
  background: rgb(var(--v-theme-on-surface-variant));
}
.v-autocomplete__selection {
  align-items: center;
  display: inline-flex;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: var(--v-input-chips-margin-bottom);
  margin-top: var(--v-input-chips-margin-top);
  max-width: calc(100% - 2px);
}
.v-autocomplete__selection:first-child {
  margin-inline-start: 0;
}
.v-autocomplete--selecting-index .v-autocomplete__selection {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
  opacity: 1;
}
.v-autocomplete--selecting-index .v-field__input > input {
  caret-color: transparent;
}
.v-autocomplete--single.v-text-field input {
  flex: 1 1;
  left: 0;
  padding-inline-end: inherit;
  padding-inline-start: inherit;
  position: absolute;
  right: 0;
  width: 100%;
}
.v-autocomplete--single .v-field--variant-outlined input {
  top: 50%;
  transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
}
.v-autocomplete--single .v-field--active input {
  transition: none;
}
.v-autocomplete--single .v-field--dirty:not(.v-field--focused) input,
.v-autocomplete--single .v-field--focused .v-autocomplete__selection {
  opacity: 0;
}
.v-autocomplete__menu-icon {
  margin-inline-start: 4px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
  opacity: var(--v-high-emphasis-opacity);
  transform: rotate(180deg);
}
.v-select .v-field .v-field__input,
.v-select .v-field .v-text-field__prefix,
.v-select .v-field .v-text-field__suffix,
.v-select .v-field.v-field {
  cursor: pointer;
}
.v-select .v-field .v-field__input > input {
  align-self: flex-start;
  caret-color: transparent;
  flex: 0 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transition: none;
  width: 100%;
}
.v-select .v-field--dirty .v-select__selection {
  margin-inline-end: 2px;
}
.v-select .v-select__selection-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v-select__content {
  border-radius: 4px;
  box-shadow:
    0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  overflow: hidden;
}
.v-select__selection {
  align-items: center;
  display: inline-flex;
  letter-spacing: inherit;
  line-height: inherit;
  max-width: 100%;
}
.v-select .v-select__selection {
  margin-bottom: var(--v-input-chips-margin-bottom);
  margin-top: var(--v-input-chips-margin-top);
}
.v-select .v-select__selection:first-child {
  margin-inline-start: 0;
}
.v-select--selected .v-field .v-field__input > input {
  opacity: 0;
}
.v-select__menu-icon {
  margin-inline-start: 4px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-select--active-menu .v-select__menu-icon {
  opacity: var(--v-high-emphasis-opacity);
  transform: rotate(180deg);
}
.v-text-field input {
  color: inherit;
  flex: 1;
  min-width: 0;
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-text-field input:active,
.v-text-field input:focus {
  outline: none;
}
.v-text-field input:invalid {
  box-shadow: none;
}
.v-text-field .v-field {
  cursor: text;
}
.v-text-field--prefixed.v-text-field .v-field__input {
  --v-field-padding-start: 6px;
}
.v-text-field--suffixed.v-text-field .v-field__input {
  --v-field-padding-end: 0;
}
.v-text-field .v-field__input input {
  margin-bottom: var(--v-input-chips-margin-bottom);
  margin-top: var(--v-input-chips-margin-top);
}
.v-text-field input.v-field__input {
  min-height: calc(
    max(
        var(--v-input-control-height, 56px),
        1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) +
          var(--v-input-chips-margin-bottom) + 2px
      ) - var(--v-input-chips-margin-top) - var(--v-input-chips-margin-bottom)
  );
  padding-bottom: calc(var(--v-input-chips-margin-bottom) + var(--v-field-input-padding-bottom));
  padding-top: calc(var(--v-input-chips-margin-top) + var(--v-field-input-padding-top));
}
.v-text-field .v-input__details {
  padding-inline-end: 16px;
  padding-inline-start: 16px;
}
.v-text-field .v-field--active input,
.v-text-field .v-field--no-label input {
  opacity: 1;
}
.v-text-field .v-field--single-line input {
  transition: none;
}
.v-text-field__prefix,
.v-text-field__suffix {
  align-items: center;
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
  cursor: default;
  display: flex;
  min-height: max(
    var(--v-input-control-height, 56px),
    1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) + var(--v-input-chips-margin-bottom) +
      2px
  );
  opacity: 0;
  padding-bottom: var(--v-field-padding-bottom, 6px);
  padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
  transition: inherit;
  white-space: nowrap;
}
.v-text-field__prefix__text,
.v-text-field__suffix__text {
  margin-bottom: var(--v-input-chips-margin-bottom);
  margin-top: var(--v-input-chips-margin-top);
}
.v-field--active .v-text-field__prefix,
.v-field--active .v-text-field__suffix {
  opacity: 1;
}
.v-field--disabled .v-text-field__prefix,
.v-field--disabled .v-text-field__suffix {
  color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
}
.v-text-field__prefix {
  padding-inline-start: var(--v-field-padding-start);
}
.v-text-field__suffix {
  padding-inline-end: var(--v-field-padding-end);
}
.v-text-field--plain-underlined {
  --v-field-padding-top--plain-underlined: 6px;
}
.v-text-field--plain-underlined .v-input__details {
  padding: 0;
}
.v-text-field--plain-underlined .v-input__append,
.v-text-field--plain-underlined .v-input__prepend {
  align-items: flex-start;
  padding-top: calc(var(--v-field-padding-top--plain-underlined) + var(--v-input-padding-top));
}
.v-input {
  --v-input-chips-margin-top: 2px;
  display: grid;
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.v-input--disabled {
  pointer-events: none;
}
.v-input--density-default {
  --v-input-control-height: 56px;
  --v-input-padding-top: 15px;
}
.v-input--density-comfortable {
  --v-input-control-height: 48px;
  --v-input-padding-top: 11px;
}
.v-input--density-compact {
  --v-input-control-height: 40px;
  --v-input-padding-top: 7px;
}
.v-input--density-default {
  --v-input-chips-margin-bottom: 0px;
}
.v-input--density-comfortable {
  --v-input-chips-margin-bottom: 2px;
}
.v-input--density-compact {
  --v-input-chips-margin-bottom: 4px;
}
.v-input--vertical {
  grid-template-areas: 'append' 'control' 'prepend';
  grid-template-columns: min-content;
  grid-template-rows: max-content auto max-content;
}
.v-input--vertical .v-input__prepend {
  margin-block-start: 16px;
}
.v-input--vertical .v-input__append {
  margin-block-end: 16px;
}
.v-input--horizontal {
  grid-template-areas: 'prepend control append' 'a messages b';
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  grid-template-rows: auto auto;
}
.v-input--horizontal .v-input__prepend {
  margin-inline-end: 16px;
}
.v-input--horizontal .v-input__append {
  margin-inline-start: 16px;
}
.v-input__details {
  align-items: flex-end;
  display: flex;
  font-size: 0.75rem;
  font-weight: 400;
  grid-area: messages;
  justify-content: space-between;
  letter-spacing: 0.0333333333em;
  line-height: normal;
  min-height: 22px;
  overflow: hidden;
  padding-top: 6px;
}
.v-input__append > .v-icon,
.v-input__details > .v-icon,
.v-input__prepend > .v-icon {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-input--disabled .v-input__append .v-messages,
.v-input--disabled .v-input__append > .v-icon,
.v-input--disabled .v-input__details .v-messages,
.v-input--disabled .v-input__details > .v-icon,
.v-input--disabled .v-input__prepend .v-messages,
.v-input--disabled .v-input__prepend > .v-icon,
.v-input--error .v-input__append .v-messages,
.v-input--error .v-input__append > .v-icon,
.v-input--error .v-input__details .v-messages,
.v-input--error .v-input__details > .v-icon,
.v-input--error .v-input__prepend .v-messages,
.v-input--error .v-input__prepend > .v-icon {
  opacity: 1;
}
.v-input--disabled .v-input__append,
.v-input--disabled .v-input__details,
.v-input--disabled .v-input__prepend {
  opacity: var(--v-disabled-opacity);
}
.v-input--error:not(.v-input--disabled) .v-input__append .v-messages,
.v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
.v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
.v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
.v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
.v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon {
  color: rgb(var(--v-theme-error));
}
.v-input__append,
.v-input__prepend {
  align-items: flex-start;
  display: flex;
  padding-top: var(--v-input-padding-top);
}
.v-input--center-affix .v-input__append,
.v-input--center-affix .v-input__prepend {
  align-items: center;
  padding-top: 0;
}
.v-input__prepend {
  grid-area: prepend;
}
.v-input__append {
  grid-area: append;
}
.v-input__control {
  display: flex;
  grid-area: control;
}
.v-messages {
  flex: 1 1 auto;
  font-size: 12px;
  min-height: 14px;
  min-width: 1px;
  opacity: var(--v-medium-emphasis-opacity);
  position: relative;
}
.v-messages__message {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 12px;
  overflow-wrap: break-word;
  transition-duration: 0.15s;
  word-break: break-word;
}
.v-field {
  --v-field-padding-start: 16px;
  --v-field-padding-end: 16px;
  --v-field-padding-top: 6px;
  --v-field-padding-bottom: 6px;
  --v-field-input-padding-top: calc(var(--v-field-padding-top, 6px) + var(--v-input-padding-top, 0));
  --v-field-input-padding-bottom: var(--v-field-padding-bottom, 6px);
  border-radius: 4px;
  contain: layout;
  display: grid;
  flex: 1 0;
  font-size: 16px;
  grid-area: control;
  grid-template-areas: 'prepend-inner field clear append-inner';
  grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
  letter-spacing: 0.009375em;
  max-width: 100%;
  position: relative;
}
.v-field--disabled {
  opacity: var(--v-disabled-opacity);
  pointer-events: none;
}
.v-field .v-chip {
  --v-chip-height: 24px;
}
.v-field--prepended {
  padding-inline-start: 12px;
}
.v-field--appended {
  padding-inline-end: 12px;
}
.v-field--variant-solo,
.v-field--variant-solo-filled,
.v-field--variant-solo-inverted {
  background: rgb(var(--v-theme-surface));
  border-color: transparent;
  box-shadow:
    0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-field--variant-solo-inverted.v-field--focused {
  color: rgb(var(--v-theme-on-surface-variant));
}
.v-field--variant-filled {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.v-input--density-default .v-field--variant-filled,
.v-input--density-default .v-field--variant-solo,
.v-input--density-default .v-field--variant-solo-filled,
.v-input--density-default .v-field--variant-solo-inverted {
  --v-input-control-height: 56px;
  --v-field-padding-bottom: 6px;
}
.v-input--density-comfortable .v-field--variant-filled,
.v-input--density-comfortable .v-field--variant-solo,
.v-input--density-comfortable .v-field--variant-solo-filled,
.v-input--density-comfortable .v-field--variant-solo-inverted {
  --v-input-control-height: 48px;
  --v-field-padding-bottom: 2px;
}
.v-input--density-compact .v-field--variant-filled,
.v-input--density-compact .v-field--variant-solo,
.v-input--density-compact .v-field--variant-solo-filled,
.v-input--density-compact .v-field--variant-solo-inverted {
  --v-input-control-height: 40px;
  --v-field-padding-bottom: 0px;
}
.v-field--no-label,
.v-field--single-line,
.v-field--variant-outlined {
  --v-field-padding-top: 0px;
}
.v-input--density-default .v-field--no-label,
.v-input--density-default .v-field--single-line,
.v-input--density-default .v-field--variant-outlined {
  --v-field-padding-bottom: 15px;
}
.v-input--density-comfortable .v-field--no-label,
.v-input--density-comfortable .v-field--single-line,
.v-input--density-comfortable .v-field--variant-outlined {
  --v-field-padding-bottom: 11px;
}
.v-input--density-compact .v-field--no-label,
.v-input--density-compact .v-field--single-line,
.v-input--density-compact .v-field--variant-outlined {
  --v-field-padding-bottom: 7px;
}
.v-field--variant-plain,
.v-field--variant-underlined {
  border-radius: 0;
  padding: 0;
}
.v-field--variant-plain.v-field,
.v-field--variant-underlined.v-field {
  --v-field-padding-start: 0px;
  --v-field-padding-end: 0px;
  --v-field-padding-top: var(--v-field-padding-top--plain-underlined, 6px);
}
.v-input--density-default .v-field--variant-plain,
.v-input--density-default .v-field--variant-underlined {
  --v-input-control-height: 48px;
  --v-field-padding-bottom: 6px;
}
.v-input--density-comfortable .v-field--variant-plain,
.v-input--density-comfortable .v-field--variant-underlined {
  --v-input-control-height: 40px;
  --v-field-padding-bottom: 2px;
}
.v-input--density-compact .v-field--variant-plain,
.v-input--density-compact .v-field--variant-underlined {
  --v-input-control-height: 32px;
  --v-field-padding-bottom: 0px;
}
.v-field--flat {
  box-shadow: none;
}
.v-field--rounded {
  border-radius: 9999px;
}
.v-field.v-field--prepended {
  --v-field-padding-start: 6px;
}
.v-field.v-field--appended {
  --v-field-padding-end: 6px;
}
.v-field__input {
  color: inherit;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.009375em;
  min-height: max(
    var(--v-input-control-height, 56px),
    1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) + var(--v-input-chips-margin-bottom) +
      2px
  );
  min-width: 0;
  opacity: var(--v-high-emphasis-opacity);
  padding-inline-end: var(--v-field-padding-end);
  padding-bottom: var(--v-field-input-padding-bottom);
  padding-inline-start: var(--v-field-padding-start);
  padding-top: var(--v-field-input-padding-top);
  position: relative;
  width: 100%;
}
.v-field__input input {
  letter-spacing: inherit;
}
.v-field__input input::-moz-placeholder,
input.v-field__input::-moz-placeholder,
textarea.v-field__input::-moz-placeholder {
  color: currentColor;
  opacity: var(--v-disabled-opacity);
}
.v-field__input input::placeholder,
input.v-field__input::placeholder,
textarea.v-field__input::placeholder {
  color: currentColor;
  opacity: var(--v-disabled-opacity);
}
.v-field__input:active,
.v-field__input:focus {
  outline: none;
}
.v-field__input:invalid {
  box-shadow: none;
}
.v-field__field {
  align-items: flex-start;
  display: flex;
  flex: 1 0;
  grid-area: field;
  position: relative;
}
.v-field__prepend-inner {
  grid-area: prepend-inner;
  padding-inline-end: var(--v-field-padding-after);
}
.v-field__clearable {
  grid-area: clear;
}
.v-field__append-inner {
  grid-area: append-inner;
  padding-inline-start: var(--v-field-padding-after);
}
.v-field__append-inner,
.v-field__clearable,
.v-field__prepend-inner {
  align-items: flex-start;
  display: flex;
  padding-top: var(--v-input-padding-top, 6px);
}
.v-field--center-affix .v-field__append-inner,
.v-field--center-affix .v-field__clearable,
.v-field--center-affix .v-field__prepend-inner {
  align-items: center;
  padding-top: 0;
}
.v-field.v-field--variant-plain .v-field__append-inner,
.v-field.v-field--variant-plain .v-field__clearable,
.v-field.v-field--variant-plain .v-field__prepend-inner,
.v-field.v-field--variant-underlined .v-field__append-inner,
.v-field.v-field--variant-underlined .v-field__clearable,
.v-field.v-field--variant-underlined .v-field__prepend-inner {
  align-items: flex-start;
  padding-bottom: var(--v-field-padding-bottom, 6px);
  padding-top: calc(var(--v-field-padding-top, 6px) + var(--v-input-padding-top, 0));
}
.v-field--focused .v-field__append-inner,
.v-field--focused .v-field__prepend-inner {
  opacity: 1;
}
.v-field__append-inner > .v-icon,
.v-field__clearable > .v-icon,
.v-field__prepend-inner > .v-icon {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-field--disabled .v-field__append-inner > .v-icon,
.v-field--disabled .v-field__clearable > .v-icon,
.v-field--disabled .v-field__prepend-inner > .v-icon,
.v-field--error .v-field__append-inner > .v-icon,
.v-field--error .v-field__clearable > .v-icon,
.v-field--error .v-field__prepend-inner > .v-icon {
  opacity: 1;
}
.v-field--error:not(.v-field--disabled) .v-field__append-inner > .v-icon,
.v-field--error:not(.v-field--disabled) .v-field__clearable > .v-icon,
.v-field--error:not(.v-field--disabled) .v-field__prepend-inner > .v-icon {
  color: rgb(var(--v-theme-error));
}
.v-field__clearable {
  cursor: pointer;
  margin-inline-end: 4px;
  margin-inline-start: 4px;
  opacity: 0;
  overflow: hidden;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, transform, width;
}
.v-field--focused .v-field__clearable,
.v-field--persistent-clear .v-field__clearable {
  opacity: 1;
}
@media (hover: hover) {
  .v-field:hover .v-field__clearable {
    opacity: 1;
  }
}
.v-label.v-field-label {
  contain: layout paint;
  margin-inline-end: var(--v-field-padding-end);
  margin-inline-start: var(--v-field-padding-start);
  max-width: calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));
  pointer-events: none;
  position: absolute;
  top: var(--v-input-padding-top);
  transform-origin: left center;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, transform;
  z-index: 1;
}
.v-field--variant-plain .v-label.v-field-label,
.v-field--variant-underlined .v-label.v-field-label {
  top: calc(var(--v-input-padding-top) + var(--v-field-padding-top));
}
.v-field--center-affix .v-label.v-field-label {
  top: 50%;
  transform: translateY(-50%);
}
.v-field--active .v-label.v-field-label {
  visibility: hidden;
}
.v-field--error .v-label.v-field-label,
.v-field--focused .v-label.v-field-label {
  opacity: 1;
}
.v-field--error:not(.v-field--disabled) .v-label.v-field-label {
  color: rgb(var(--v-theme-error));
}
.v-label.v-field-label--floating {
  --v-field-label-scale: 0.75em;
  font-size: var(--v-field-label-scale);
  max-width: 100%;
  visibility: hidden;
}
.v-field--center-affix .v-label.v-field-label--floating {
  transform: none;
}
.v-field.v-field--active .v-label.v-field-label--floating {
  visibility: unset;
}
.v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating,
.v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating,
.v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating,
.v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating {
  top: 7px;
}
.v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating,
.v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating,
.v-input--density-comfortable .v-field--variant-solo-filled .v-label.v-field-label--floating,
.v-input--density-comfortable .v-field--variant-solo-inverted .v-label.v-field-label--floating {
  top: 5px;
}
.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating,
.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating {
  top: 3px;
}
.v-field--variant-plain .v-label.v-field-label--floating,
.v-field--variant-underlined .v-label.v-field-label--floating {
  margin: 0;
  top: var(--v-input-padding-top);
  transform: translateY(-16px);
}
.v-field--variant-outlined .v-label.v-field-label--floating {
  margin: 0 4px;
  position: static;
  transform: translateY(-50%);
  transform-origin: center;
}
.v-field__outline {
  --v-field-border-width: 1px;
  --v-field-border-opacity: 0.38;
  align-items: stretch;
  contain: layout;
  display: flex;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
}
@media (hover: hover) {
  .v-field:hover .v-field__outline {
    --v-field-border-opacity: var(--v-high-emphasis-opacity);
  }
}
.v-field--error:not(.v-field--disabled) .v-field__outline {
  color: rgb(var(--v-theme-error));
}
.v-field.v-field--focused .v-field__outline,
.v-input.v-input--error .v-field__outline {
  --v-field-border-opacity: 1;
}
.v-field--variant-outlined.v-field--focused .v-field__outline {
  --v-field-border-width: 1px;
}
.v-field--variant-filled .v-field__outline:before,
.v-field--variant-underlined .v-field__outline:before {
  border-color: currentColor;
  border-style: solid;
  border-width: 0 0 var(--v-field-border-width);
  content: '';
  height: 100%;
  left: 0;
  opacity: var(--v-field-border-opacity);
  position: absolute;
  top: 0;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.v-field--variant-filled .v-field__outline:after,
.v-field--variant-underlined .v-field__outline:after {
  border: solid;
  border-width: 0 0 1px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.v-field--focused.v-field--variant-filled .v-field__outline:after,
.v-field--focused.v-field--variant-underlined .v-field__outline:after {
  transform: scaleX(1);
}
.v-field--variant-outlined .v-field__outline {
  border-radius: inherit;
}
.v-field--variant-outlined .v-field__outline__end,
.v-field--variant-outlined .v-field__outline__notch:after,
.v-field--variant-outlined .v-field__outline__notch:before,
.v-field--variant-outlined .v-field__outline__start {
  border: 0 solid;
  opacity: var(--v-field-border-opacity);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-field--variant-outlined .v-field__outline__start {
  border-bottom-width: var(--v-field-border-width);
  border-inline-start-width: var(--v-field-border-width);
  border-top-width: var(--v-field-border-width);
  flex: 0 0 12px;
}
.v-field--rounded.v-field--variant-outlined .v-field__outline__start,
[class*=' rounded-'].v-field--variant-outlined .v-field__outline__start,
[class^='rounded-'].v-field--variant-outlined .v-field__outline__start {
  flex-basis: calc(var(--v-input-control-height) / 2 + 2px);
}
.v-locale--is-ltr .v-field--variant-outlined .v-field__outline__start,
.v-locale--is-ltr.v-field--variant-outlined .v-field__outline__start {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: 0;
}
.v-locale--is-rtl .v-field--variant-outlined .v-field__outline__start,
.v-locale--is-rtl.v-field--variant-outlined .v-field__outline__start {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: inherit;
}
.v-field--variant-outlined .v-field__outline__notch {
  flex: none;
  position: relative;
}
.v-field--variant-outlined .v-field__outline__notch:after,
.v-field--variant-outlined .v-field__outline__notch:before {
  content: '';
  height: 100%;
  left: 0;
  opacity: var(--v-field-border-opacity);
  position: absolute;
  top: 0;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.v-field--variant-outlined .v-field__outline__notch:before {
  border-width: var(--v-field-border-width) 0 0;
}
.v-field--variant-outlined .v-field__outline__notch:after {
  border-width: 0 0 var(--v-field-border-width);
  bottom: 0;
}
.v-field--active.v-field--variant-outlined .v-field__outline__notch:before {
  opacity: 0;
}
.v-field--variant-outlined .v-field__outline__end {
  border-bottom-width: var(--v-field-border-width);
  border-inline-end-width: var(--v-field-border-width);
  border-top-width: var(--v-field-border-width);
  flex: 1;
}
.v-locale--is-ltr .v-field--variant-outlined .v-field__outline__end,
.v-locale--is-ltr.v-field--variant-outlined .v-field__outline__end {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: inherit;
}
.v-locale--is-rtl .v-field--variant-outlined .v-field__outline__end,
.v-locale--is-rtl.v-field--variant-outlined .v-field__outline__end {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: 0;
}
.v-field__loader {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: calc(100% - 2px);
  width: 100%;
}
.v-field--variant-outlined .v-field__loader {
  top: calc(100% - 3px);
}
.v-field__overlay {
  border-radius: inherit;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.v-field--variant-filled .v-field__overlay {
  background-color: currentColor;
  opacity: 0.04;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-field--variant-filled.v-field--has-background .v-field__overlay {
  opacity: 0;
}
@media (hover: hover) {
  .v-field--variant-filled:hover .v-field__overlay {
    opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-field--variant-filled.v-field--focused .v-field__overlay {
  opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-field--variant-solo-filled .v-field__overlay {
  background-color: currentColor;
  opacity: 0.04;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .v-field--variant-solo-filled:hover .v-field__overlay {
    opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-field--variant-solo-filled.v-field--focused .v-field__overlay {
  opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-field--variant-solo-inverted .v-field__overlay {
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
  opacity: 0;
}
@media (hover: hover) {
  .v-field--variant-solo-inverted:hover .v-field__overlay {
    opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
  background-color: rgb(var(--v-theme-surface-variant));
  opacity: 1;
}
.v-field--reverse .v-field__field,
.v-field--reverse .v-field__input {
  flex-direction: row-reverse;
}
.v-locale--is-ltr .v-field--reverse .v-field__input,
.v-locale--is-ltr .v-field--reverse input,
.v-locale--is-ltr.v-field--reverse .v-field__input,
.v-locale--is-ltr.v-field--reverse input {
  text-align: right;
}
.v-locale--is-rtl .v-field--reverse .v-field__input,
.v-locale--is-rtl .v-field--reverse input,
.v-locale--is-rtl.v-field--reverse .v-field__input,
.v-locale--is-rtl.v-field--reverse input {
  text-align: left;
}
.v-input--disabled .v-field--variant-filled .v-field__outline:before,
.v-input--disabled .v-field--variant-underlined .v-field__outline:before {
  -o-border-image: repeating-linear-gradient(
      to right,
      rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0,
      rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px,
      transparent 2px,
      transparent 4px
    )
    1 repeat;
  border-image: repeating-linear-gradient(
      to right,
      rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0,
      rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px,
      transparent 2px,
      transparent 4px
    )
    1 repeat;
}
.v-field--loading .v-field__outline:after,
.v-field--loading .v-field__outline:before {
  opacity: 0;
}
.v-label {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-size: 1rem;
  letter-spacing: 0.009375em;
  min-width: 0;
  opacity: var(--v-medium-emphasis-opacity);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v-label--clickable {
  cursor: pointer;
}
.v-counter {
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
  flex: 0 1 auto;
  font-size: 12px;
  transition-duration: 0.15s;
}
.v-menu > .v-overlay__content {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.v-menu > .v-overlay__content > .v-card,
.v-menu > .v-overlay__content > .v-list,
.v-menu > .v-overlay__content > .v-sheet {
  background: rgb(var(--v-theme-surface));
  border-radius: inherit;
  box-shadow:
    0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  height: 100%;
  overflow: auto;
}
.v-overlay-container {
  contain: layout;
  display: contents;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.v-overlay-scroll-blocked {
  padding-inline-end: var(--v-scrollbar-offset);
}
.v-overlay-scroll-blocked:not(html) {
  overflow-y: hidden !important;
}
html.v-overlay-scroll-blocked {
  height: 100%;
  left: var(--v-body-scroll-x);
  position: fixed;
  top: var(--v-body-scroll-y);
  width: 100%;
}
.v-overlay {
  border-radius: inherit;
  bottom: 0;
  display: flex;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
}
.v-overlay__content {
  contain: layout;
  outline: none;
  pointer-events: auto;
  position: absolute;
}
.v-overlay__scrim {
  background: rgb(var(--v-theme-on-surface));
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: 0.32;
  pointer-events: auto;
  position: fixed;
  right: 0;
  top: 0;
}
.v-overlay--absolute,
.v-overlay--contained .v-overlay__scrim {
  position: absolute;
}
.v-overlay--scroll-blocked {
  padding-inline-end: var(--v-scrollbar-offset);
}
.v-list {
  background: rgba(var(--v-theme-surface));
  border: 0 solid #123645;
  border-radius: 0;
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
  outline: none;
  overflow: auto;
  padding: 8px 0;
  position: relative;
}
.v-list--border {
  border-width: thin;
  box-shadow: none;
}
.v-list--disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.v-list--nav {
  padding-inline-end: 8px;
  padding-inline-start: 8px;
}
.v-list--rounded {
  border-radius: 4px;
}
.v-list--subheader {
  padding-top: 0;
}
.v-list-img {
  border-radius: inherit;
  display: flex;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.v-list-subheader {
  align-items: center;
  background: inherit;
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  min-height: 40px;
  padding-inline-end: 16px;
  transition: min-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-list-subheader__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v-list--density-default .v-list-subheader {
  min-height: 40px;
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
}
.v-list--density-comfortable .v-list-subheader {
  min-height: 36px;
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
}
.v-list--density-compact .v-list-subheader {
  min-height: 32px;
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
}
.v-list-subheader--inset {
  --indent-padding: 56px;
}
.v-list--nav .v-list-subheader {
  font-size: 0.75rem;
}
.v-list-subheader--sticky {
  background: inherit;
  left: 0;
  position: sticky;
  top: 0;
  z-index: 1;
}
.v-list__overlay {
  background-color: currentColor;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in-out;
}
.v-divider {
  border-style: solid;
  border-width: thin 0 0;
  display: block;
  flex: 1 1 100%;
  height: 0;
  max-height: 0;
  opacity: var(--v-border-opacity);
  transition: inherit;
}
.v-divider--vertical {
  align-self: stretch;
  border-width: 0 thin 0 0;
  display: inline-flex;
  height: inherit;
  margin-left: -1px;
  max-height: 100%;
  max-width: 0;
  vertical-align: text-bottom;
  width: 0;
}
.v-divider--inset:not(.v-divider--vertical) {
  margin-inline-start: 72px;
  max-width: calc(100% - 72px);
}
.v-divider--inset.v-divider--vertical {
  margin-bottom: 8px;
  margin-top: 8px;
  max-height: calc(100% - 16px);
}
.v-list-item {
  align-items: center;
  border: 0 solid #123645;
  border-radius: 0;
  display: grid;
  flex: none;
  grid-template-areas: 'prepend content append';
  grid-template-columns: max-content 1fr auto;
  max-width: 100%;
  outline: none;
  padding: 4px 16px;
  position: relative;
  text-decoration: none;
}
.v-list-item--border {
  border-width: thin;
  box-shadow: none;
}
.v-list-item:hover > .v-list-item__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-list-item:focus-visible > .v-list-item__overlay {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-list-item:focus > .v-list-item__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
}
.v-list-item--active > .v-list-item__overlay,
.v-list-item[aria-haspopup='menu'][aria-expanded='true'] > .v-list-item__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-list-item--active:hover > .v-list-item__overlay,
.v-list-item[aria-haspopup='menu'][aria-expanded='true']:hover > .v-list-item__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-list-item--active:focus-visible > .v-list-item__overlay,
.v-list-item[aria-haspopup='menu'][aria-expanded='true']:focus-visible > .v-list-item__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-list-item--active:focus > .v-list-item__overlay,
  .v-list-item[aria-haspopup='menu'][aria-expanded='true']:focus > .v-list-item__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-list-item--variant-outlined,
.v-list-item--variant-plain,
.v-list-item--variant-text,
.v-list-item--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-list-item--variant-plain {
  opacity: 0.62;
}
.v-list-item--variant-plain:focus,
.v-list-item--variant-plain:hover {
  opacity: 1;
}
.v-list-item--variant-plain .v-list-item__overlay {
  display: none;
}
.v-list-item--variant-elevated,
.v-list-item--variant-flat {
  background: rgba(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-list-item--variant-elevated {
  box-shadow:
    0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 3px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-list-item--variant-flat {
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-list-item--variant-outlined {
  border: thin solid;
}
.v-list-item--variant-text .v-list-item__overlay {
  background: currentColor;
}
.v-list-item--variant-tonal .v-list-item__underlay {
  background: currentColor;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: var(--v-activated-opacity);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
@supports selector(:focus-visible) {
  .v-list-item:after {
    border: 2px solid;
    border-radius: 4px;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
  }
  .v-list-item:focus-visible:after {
    opacity: calc(var(--v-theme-overlay-multiplier) * 0.15);
  }
}
.v-list-item__append > .v-badge .v-icon,
.v-list-item__append > .v-icon,
.v-list-item__prepend > .v-badge .v-icon,
.v-list-item__prepend > .v-icon {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-list-item--active .v-list-item__append > .v-badge .v-icon,
.v-list-item--active .v-list-item__append > .v-icon,
.v-list-item--active .v-list-item__prepend > .v-badge .v-icon,
.v-list-item--active .v-list-item__prepend > .v-icon {
  opacity: 1;
}
.v-list-item--rounded {
  border-radius: 4px;
}
.v-list-item--disabled {
  opacity: 0.6;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.v-list-item--link {
  cursor: pointer;
}
.v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering)
  .v-list-item
  .v-avatar,
.v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item .v-avatar {
  --v-avatar-height: 24px;
}
.v-list-item__prepend {
  align-items: center;
  align-self: center;
  display: flex;
  grid-area: prepend;
}
.v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
.v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
.v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
  width: 32px;
}
.v-list-item__prepend > .v-avatar ~ .v-list-item__spacer {
  width: 16px;
}
.v-list-item--three-line .v-list-item__prepend {
  align-self: start;
}
.v-list-item__append {
  align-items: center;
  align-self: center;
  display: flex;
  grid-area: append;
}
.v-list-item__append .v-list-item__spacer {
  order: -1;
  transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-list-item__append > .v-badge ~ .v-list-item__spacer,
.v-list-item__append > .v-icon ~ .v-list-item__spacer,
.v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
  width: 32px;
}
.v-list-item__append > .v-avatar ~ .v-list-item__spacer {
  width: 16px;
}
.v-list-item--three-line .v-list-item__append {
  align-self: start;
}
.v-list-item__content {
  align-self: center;
  grid-area: content;
  overflow: hidden;
}
.v-list-item-action {
  align-items: center;
  align-self: center;
  display: flex;
  flex: none;
  grid-area: prepend;
  transition: inherit;
  transition-property: height, width;
}
.v-list-item-action--start {
  margin-inline-end: 12px;
}
.v-list-item-action--end {
  margin-inline-start: 12px;
}
.v-list-item-media {
  margin-bottom: 0;
  margin-top: 0;
}
.v-list-item-media--start {
  margin-inline-end: 16px;
}
.v-list-item-media--end {
  margin-inline-start: 16px;
}
.v-list-item--two-line .v-list-item-media {
  margin-bottom: -4px;
  margin-top: -4px;
}
.v-list-item--three-line .v-list-item-media {
  margin-bottom: 0;
  margin-top: 0;
}
.v-list-item-subtitle {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  line-height: 1rem;
  opacity: var(--v-medium-emphasis-opacity);
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  text-transform: none;
}
.v-list-item--one-line .v-list-item-subtitle {
  -webkit-line-clamp: 1;
}
.v-list-item--two-line .v-list-item-subtitle {
  -webkit-line-clamp: 2;
}
.v-list-item--three-line .v-list-item-subtitle {
  -webkit-line-clamp: 3;
}
.v-list-item--nav .v-list-item-subtitle {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  line-height: 1rem;
}
.v-list-item-title {
  word-wrap: break-word;
  font-size: 1rem;
  font-weight: 400;
  -webkit-hyphens: auto;
  hyphens: auto;
  letter-spacing: 0.009375em;
  line-height: 1.5rem;
  overflow: hidden;
  overflow-wrap: normal;
  padding: 0;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  word-break: normal;
}
.v-list-item--nav .v-list-item-title {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1rem;
}
.v-list-item--density-default {
  min-height: 40px;
}
.v-list-item--density-default.v-list-item--one-line {
  min-height: 48px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.v-list-item--density-default.v-list-item--two-line {
  min-height: 64px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.v-list-item--density-default.v-list-item--three-line {
  min-height: 88px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.v-list-item--density-default.v-list-item--three-line .v-list-item__append,
.v-list-item--density-default.v-list-item--three-line .v-list-item__prepend {
  padding-top: 8px;
}
.v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line,
.v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line,
.v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line {
  padding-inline-end: 16px;
  padding-inline-start: 16px;
}
.v-list-item--density-comfortable {
  min-height: 36px;
}
.v-list-item--density-comfortable.v-list-item--one-line {
  min-height: 44px;
}
.v-list-item--density-comfortable.v-list-item--two-line {
  min-height: 60px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.v-list-item--density-comfortable.v-list-item--three-line {
  min-height: 84px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append,
.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend {
  padding-top: 6px;
}
.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line,
.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line,
.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line {
  padding-inline-end: 16px;
  padding-inline-start: 16px;
}
.v-list-item--density-compact {
  min-height: 32px;
}
.v-list-item--density-compact.v-list-item--one-line {
  min-height: 40px;
}
.v-list-item--density-compact.v-list-item--two-line {
  min-height: 56px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.v-list-item--density-compact.v-list-item--three-line {
  min-height: 80px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.v-list-item--density-compact.v-list-item--three-line .v-list-item__append,
.v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend {
  padding-top: 4px;
}
.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line,
.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line,
.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line {
  padding-inline-end: 16px;
  padding-inline-start: 16px;
}
.v-list-item--nav {
  padding-inline-end: 8px;
  padding-inline-start: 8px;
}
.v-list .v-list-item--nav:not(:only-child) {
  margin-bottom: 4px;
}
.v-list-item__underlay {
  position: absolute;
}
.v-list-item__overlay {
  background-color: currentColor;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in-out;
}
.v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay {
  --v-theme-overlay-multiplier: 0;
}
.v-list {
  --indent-padding: 0px;
}
.v-list--nav {
  --indent-padding: -8px;
}
.v-list-group {
  --list-indent-size: 16px;
  --parent-padding: var(--indent-padding);
  --prepend-width: 40px;
}
.v-list-group--fluid {
  --list-indent-size: 0px;
}
.v-list-group--prepend {
  --parent-padding: calc(var(--indent-padding) + var(--prepend-width));
}
.v-list-group--fluid.v-list-group--prepend {
  --parent-padding: var(--indent-padding);
}
.v-list-group__items {
  --indent-padding: calc(var(--parent-padding) + var(--list-indent-size));
}
.v-list-group__items .v-list-item {
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
}
.v-list-group__header.v-list-item--active:not(:focus-visible) .v-list-item__overlay {
  opacity: 0;
}
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-avatar {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  flex: none;
  justify-content: center;
  line-height: normal;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: width, height;
  vertical-align: middle;
}
.v-avatar.v-avatar--size-x-small {
  --v-avatar-height: 24px;
}
.v-avatar.v-avatar--size-small {
  --v-avatar-height: 32px;
}
.v-avatar.v-avatar--size-default {
  --v-avatar-height: 40px;
}
.v-avatar.v-avatar--size-large {
  --v-avatar-height: 48px;
}
.v-avatar.v-avatar--size-x-large {
  --v-avatar-height: 56px;
}
.v-avatar.v-avatar--density-default {
  height: calc(var(--v-avatar-height));
  width: calc(var(--v-avatar-height));
}
.v-avatar.v-avatar--density-comfortable {
  height: calc(var(--v-avatar-height) - 4px);
  width: calc(var(--v-avatar-height) - 4px);
}
.v-avatar.v-avatar--density-compact {
  height: calc(var(--v-avatar-height) - 8px);
  width: calc(var(--v-avatar-height) - 8px);
}
.v-avatar--variant-outlined,
.v-avatar--variant-plain,
.v-avatar--variant-text,
.v-avatar--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-avatar--variant-plain {
  opacity: 0.62;
}
.v-avatar--variant-plain:focus,
.v-avatar--variant-plain:hover {
  opacity: 1;
}
.v-avatar--variant-plain .v-avatar__overlay {
  display: none;
}
.v-avatar--variant-elevated,
.v-avatar--variant-flat {
  background: var(--v-theme-surface);
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
}
.v-avatar--variant-elevated {
  box-shadow:
    0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 3px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-avatar--variant-flat {
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-avatar--variant-outlined {
  border: thin solid;
}
.v-avatar--variant-text .v-avatar__overlay {
  background: currentColor;
}
.v-avatar--variant-tonal .v-avatar__underlay {
  background: currentColor;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: var(--v-activated-opacity);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.v-avatar--rounded {
  border-radius: 4px;
}
.v-avatar .v-img {
  height: 100%;
  width: 100%;
}
.v-virtual-scroll {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  overflow: auto;
  position: relative;
}
.v-virtual-scroll__container {
  display: block;
}
.v-selection-control {
  align-items: center;
  contain: layout;
  display: flex;
  flex: 1 0;
  grid-area: control;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.v-selection-control .v-label {
  height: 100%;
  white-space: normal;
  word-break: break-word;
}
.v-selection-control--disabled {
  opacity: var(--v-disabled-opacity);
  pointer-events: none;
}
.v-selection-control--disabled .v-label,
.v-selection-control--error .v-label {
  opacity: 1;
}
.v-selection-control--error:not(.v-selection-control--disabled) .v-label {
  color: rgb(var(--v-theme-error));
}
.v-selection-control--inline {
  display: inline-flex;
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
}
.v-selection-control--inline .v-label {
  width: auto;
}
.v-selection-control--density-default {
  --v-selection-control-size: 40px;
}
.v-selection-control--density-comfortable {
  --v-selection-control-size: 36px;
}
.v-selection-control--density-compact {
  --v-selection-control-size: 28px;
}
.v-selection-control__wrapper {
  display: inline-flex;
}
.v-selection-control__input,
.v-selection-control__wrapper {
  align-items: center;
  flex: none;
  height: var(--v-selection-control-size);
  justify-content: center;
  position: relative;
  width: var(--v-selection-control-size);
}
.v-selection-control__input {
  border-radius: 50%;
  display: flex;
}
.v-selection-control__input input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.v-selection-control__input:before {
  background-color: currentColor;
  border-radius: 100%;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.v-selection-control__input:hover:before {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-selection-control__input > .v-icon {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-selection-control--dirty .v-selection-control__input > .v-icon,
.v-selection-control--disabled .v-selection-control__input > .v-icon,
.v-selection-control--error .v-selection-control__input > .v-icon {
  opacity: 1;
}
.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
  color: rgb(var(--v-theme-error));
}
.v-selection-control--focus-visible .v-selection-control__input:before {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
.v-selection-control-group {
  display: flex;
  flex-direction: column;
  grid-area: control;
}
.v-selection-control-group--inline {
  flex-direction: row;
  flex-wrap: wrap;
}
.v-chip {
  align-items: center;
  border: 0 solid #123645;
  border-radius: 9999px;
  cursor: default;
  display: inline-flex;
  font-weight: 400;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
.v-chip.v-chip--size-x-small {
  --v-chip-size: 0.625rem;
  --v-chip-height: 20px;
  font-size: 0.625rem;
  padding: 0 8px;
}
.v-chip.v-chip--size-x-small .v-avatar {
  --v-avatar-height: 14px;
}
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
  --v-avatar-height: 20px;
}
.v-chip.v-chip--size-x-small .v-avatar--start {
  margin-inline-end: 4px;
  margin-inline-start: -5.6px;
}
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
  margin-inline-start: -8px;
}
.v-chip.v-chip--size-x-small .v-avatar--end {
  margin-inline-end: -5.6px;
  margin-inline-start: 4px;
}
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
  margin-inline-end: -8px;
}
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
  margin-inline-start: 12px;
}
.v-chip.v-chip--size-x-small .v-chip__filter,
.v-chip.v-chip--size-x-small .v-icon--start {
  margin-inline-end: 4px;
  margin-inline-start: -4px;
}
.v-chip.v-chip--size-x-small .v-chip__close,
.v-chip.v-chip--size-x-small .v-icon--end {
  margin-inline-end: -4px;
  margin-inline-start: 4px;
}
.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
.v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close,
.v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close {
  margin-inline-start: 8px;
}
.v-chip.v-chip--size-small {
  --v-chip-size: 0.75rem;
  --v-chip-height: 26px;
  font-size: 0.75rem;
  padding: 0 10px;
}
.v-chip.v-chip--size-small .v-avatar {
  --v-avatar-height: 20px;
}
.v-chip--pill.v-chip.v-chip--size-small .v-avatar {
  --v-avatar-height: 26px;
}
.v-chip.v-chip--size-small .v-avatar--start {
  margin-inline-end: 5px;
  margin-inline-start: -7px;
}
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
  margin-inline-start: -10px;
}
.v-chip.v-chip--size-small .v-avatar--end {
  margin-inline-end: -7px;
  margin-inline-start: 5px;
}
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
  margin-inline-end: -10px;
}
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
  margin-inline-start: 15px;
}
.v-chip.v-chip--size-small .v-chip__filter,
.v-chip.v-chip--size-small .v-icon--start {
  margin-inline-end: 5px;
  margin-inline-start: -5px;
}
.v-chip.v-chip--size-small .v-chip__close,
.v-chip.v-chip--size-small .v-icon--end {
  margin-inline-end: -5px;
  margin-inline-start: 5px;
}
.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
.v-chip.v-chip--size-small .v-chip__append + .v-chip__close,
.v-chip.v-chip--size-small .v-icon--end + .v-chip__close {
  margin-inline-start: 10px;
}
.v-chip.v-chip--size-default {
  --v-chip-size: 0.875rem;
  --v-chip-height: 32px;
  font-size: 0.875rem;
  padding: 0 12px;
}
.v-chip.v-chip--size-default .v-avatar {
  --v-avatar-height: 26px;
}
.v-chip--pill.v-chip.v-chip--size-default .v-avatar {
  --v-avatar-height: 32px;
}
.v-chip.v-chip--size-default .v-avatar--start {
  margin-inline-end: 6px;
  margin-inline-start: -8.4px;
}
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
  margin-inline-start: -12px;
}
.v-chip.v-chip--size-default .v-avatar--end {
  margin-inline-end: -8.4px;
  margin-inline-start: 6px;
}
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
  margin-inline-end: -12px;
}
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
  margin-inline-start: 18px;
}
.v-chip.v-chip--size-default .v-chip__filter,
.v-chip.v-chip--size-default .v-icon--start {
  margin-inline-end: 6px;
  margin-inline-start: -6px;
}
.v-chip.v-chip--size-default .v-chip__close,
.v-chip.v-chip--size-default .v-icon--end {
  margin-inline-end: -6px;
  margin-inline-start: 6px;
}
.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
.v-chip.v-chip--size-default .v-chip__append + .v-chip__close,
.v-chip.v-chip--size-default .v-icon--end + .v-chip__close {
  margin-inline-start: 12px;
}
.v-chip.v-chip--size-large {
  --v-chip-size: 1rem;
  --v-chip-height: 38px;
  font-size: 1rem;
  padding: 0 14px;
}
.v-chip.v-chip--size-large .v-avatar {
  --v-avatar-height: 32px;
}
.v-chip--pill.v-chip.v-chip--size-large .v-avatar {
  --v-avatar-height: 38px;
}
.v-chip.v-chip--size-large .v-avatar--start {
  margin-inline-end: 7px;
  margin-inline-start: -9.8px;
}
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
  margin-inline-start: -14px;
}
.v-chip.v-chip--size-large .v-avatar--end {
  margin-inline-end: -9.8px;
  margin-inline-start: 7px;
}
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
  margin-inline-end: -14px;
}
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
  margin-inline-start: 21px;
}
.v-chip.v-chip--size-large .v-chip__filter,
.v-chip.v-chip--size-large .v-icon--start {
  margin-inline-end: 7px;
  margin-inline-start: -7px;
}
.v-chip.v-chip--size-large .v-chip__close,
.v-chip.v-chip--size-large .v-icon--end {
  margin-inline-end: -7px;
  margin-inline-start: 7px;
}
.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
.v-chip.v-chip--size-large .v-chip__append + .v-chip__close,
.v-chip.v-chip--size-large .v-icon--end + .v-chip__close {
  margin-inline-start: 14px;
}
.v-chip.v-chip--size-x-large {
  --v-chip-size: 1.125rem;
  --v-chip-height: 44px;
  font-size: 1.125rem;
  padding: 0 17px;
}
.v-chip.v-chip--size-x-large .v-avatar {
  --v-avatar-height: 38px;
}
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
  --v-avatar-height: 44px;
}
.v-chip.v-chip--size-x-large .v-avatar--start {
  margin-inline-end: 8.5px;
  margin-inline-start: -11.9px;
}
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
  margin-inline-start: -17px;
}
.v-chip.v-chip--size-x-large .v-avatar--end {
  margin-inline-end: -11.9px;
  margin-inline-start: 8.5px;
}
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
  margin-inline-end: -17px;
}
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
  margin-inline-start: 25.5px;
}
.v-chip.v-chip--size-x-large .v-chip__filter,
.v-chip.v-chip--size-x-large .v-icon--start {
  margin-inline-end: 8.5px;
  margin-inline-start: -8.5px;
}
.v-chip.v-chip--size-x-large .v-chip__close,
.v-chip.v-chip--size-x-large .v-icon--end {
  margin-inline-end: -8.5px;
  margin-inline-start: 8.5px;
}
.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
.v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close,
.v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close {
  margin-inline-start: 17px;
}
.v-chip.v-chip--density-default {
  height: calc(var(--v-chip-height));
}
.v-chip.v-chip--density-comfortable {
  height: calc(var(--v-chip-height) - 8px);
}
.v-chip.v-chip--density-compact {
  height: calc(var(--v-chip-height) - 12px);
}
.v-chip:hover > .v-chip__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-chip:focus-visible > .v-chip__overlay {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-chip:focus > .v-chip__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
}
.v-chip--active > .v-chip__overlay,
.v-chip[aria-haspopup='menu'][aria-expanded='true'] > .v-chip__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-chip--active:hover > .v-chip__overlay,
.v-chip[aria-haspopup='menu'][aria-expanded='true']:hover > .v-chip__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-chip--active:focus-visible > .v-chip__overlay,
.v-chip[aria-haspopup='menu'][aria-expanded='true']:focus-visible > .v-chip__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-chip--active:focus > .v-chip__overlay,
  .v-chip[aria-haspopup='menu'][aria-expanded='true']:focus > .v-chip__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-chip--variant-outlined,
.v-chip--variant-plain,
.v-chip--variant-text,
.v-chip--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-chip--variant-plain {
  opacity: 0.26;
}
.v-chip--variant-plain:focus,
.v-chip--variant-plain:hover {
  opacity: 1;
}
.v-chip--variant-plain .v-chip__overlay {
  display: none;
}
.v-chip--variant-elevated,
.v-chip--variant-flat {
  background: rgb(var(--v-theme-surface-variant));
  color: rgb(var(--v-theme-on-surface-variant));
}
.v-chip--variant-elevated {
  box-shadow:
    0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 3px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-chip--variant-flat {
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-chip--variant-outlined {
  border: thin solid;
}
.v-chip--variant-text .v-chip__overlay {
  background: currentColor;
}
.v-chip--variant-tonal .v-chip__underlay {
  background: currentColor;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: var(--v-activated-opacity);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.v-chip--border {
  border-width: thin;
}
.v-chip--link {
  cursor: pointer;
}
.v-chip--filter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.v-chip__content {
  align-items: center;
  display: inline-flex;
}
.v-autocomplete__selection .v-chip__content,
.v-combobox__selection .v-chip__content,
.v-select__selection .v-chip__content {
  overflow: hidden;
}
.v-chip__append,
.v-chip__close,
.v-chip__filter,
.v-chip__prepend {
  align-items: center;
  display: inline-flex;
}
.v-chip__close {
  cursor: pointer;
  flex: 0 1 auto;
  font-size: 18px;
  max-height: 18px;
  max-width: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.v-chip__close .v-icon {
  font-size: inherit;
}
.v-chip__filter {
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-chip__overlay {
  background-color: currentColor;
  border-radius: inherit;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
}
.v-chip--disabled {
  opacity: 0.3;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.v-chip--label {
  border-radius: 4px;
}
.v-chip-group {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  padding: 4px 0;
}
.v-chip-group .v-chip {
  margin: 4px 8px 4px 0;
}
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
  opacity: var(--v-activated-opacity);
}
.v-chip-group--column {
  flex-wrap: wrap;
  white-space: normal;
}
.v-badge {
  display: inline-block;
  line-height: 1;
}
.v-badge__badge {
  align-items: center;
  background: rgb(var(--v-theme-surface-variant));
  border-radius: 10px;
  color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 500;
  height: 1.25rem;
  justify-content: center;
  min-width: 20px;
  padding: 4px 6px;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  text-indent: 0;
  transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.v-badge--bordered .v-badge__badge:after {
  border-radius: inherit;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  color: rgb(var(--v-theme-background));
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1.05);
}
.v-badge--dot .v-badge__badge {
  border-radius: 4.5px;
  height: 9px;
  min-width: 0;
  padding: 0;
  width: 9px;
}
.v-badge--dot .v-badge__badge:after {
  border-width: 1.5px;
}
.v-badge--inline .v-badge__badge {
  position: relative;
  vertical-align: middle;
}
.v-badge__badge .v-icon {
  color: inherit;
  font-size: 0.75rem;
  margin: 0 -2px;
}
.v-badge__badge .v-img,
.v-badge__badge img {
  height: 100%;
  width: 100%;
}
.v-badge__wrapper {
  display: flex;
  position: relative;
}
.v-badge--inline .v-badge__wrapper {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin: 0 4px;
}
.v-banner {
  background: rgb(var(--v-theme-surface));
  border: solid #123645;
  border-radius: 0;
  border-width: 0 0 thin;
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
  display: grid;
  flex: 1 1;
  font-size: 0.875rem;
  grid-template-areas: 'prepend content actions';
  grid-template-columns: max-content auto max-content;
  grid-template-rows: max-content max-content;
  line-height: 1.375rem;
  overflow: hidden;
  padding-inline-end: 8px;
  padding-bottom: 16px;
  padding-inline-start: 16px;
  padding-top: 16px;
  position: relative;
  width: 100%;
}
.v-banner--border {
  border-width: thin;
  box-shadow: none;
}
.v-banner--absolute {
  position: absolute;
}
.v-banner--fixed {
  position: fixed;
}
.v-banner--sticky {
  position: sticky;
}
.v-banner--rounded {
  border-radius: 4px;
}
.v-banner--stacked:not(.v-banner--one-line) {
  grid-template-areas: 'prepend content' '. actions';
}
.v-banner--stacked .v-banner-text {
  padding-inline-end: 36px;
}
.v-banner--density-default .v-banner-actions {
  margin-bottom: -8px;
}
.v-banner--density-default.v-banner--one-line {
  padding-bottom: 8px;
  padding-top: 8px;
}
.v-banner--density-default.v-banner--one-line .v-banner-actions {
  margin-bottom: 0;
}
.v-banner--density-default.v-banner--one-line {
  padding-top: 10px;
}
.v-banner--density-default.v-banner--two-line {
  padding-bottom: 16px;
  padding-top: 16px;
}
.v-banner--density-default.v-banner--three-line {
  padding-bottom: 16px;
  padding-top: 24px;
}
.v-banner--density-default.v-banner--three-line .v-banner-actions,
.v-banner--density-default.v-banner--two-line .v-banner-actions,
.v-banner--density-default:not(.v-banner--one-line) .v-banner-actions {
  margin-top: 20px;
}
.v-banner--density-comfortable .v-banner-actions {
  margin-bottom: -4px;
}
.v-banner--density-comfortable.v-banner--one-line {
  padding-bottom: 4px;
  padding-top: 4px;
}
.v-banner--density-comfortable.v-banner--one-line .v-banner-actions {
  margin-bottom: 0;
}
.v-banner--density-comfortable.v-banner--two-line {
  padding-bottom: 12px;
  padding-top: 12px;
}
.v-banner--density-comfortable.v-banner--three-line {
  padding-bottom: 12px;
  padding-top: 20px;
}
.v-banner--density-comfortable.v-banner--three-line .v-banner-actions,
.v-banner--density-comfortable.v-banner--two-line .v-banner-actions,
.v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions {
  margin-top: 16px;
}
.v-banner--density-compact .v-banner-actions {
  margin-bottom: 0;
}
.v-banner--density-compact.v-banner--one-line {
  padding-bottom: 0;
  padding-top: 0;
}
.v-banner--density-compact.v-banner--one-line .v-banner-actions {
  margin-bottom: 0;
}
.v-banner--density-compact.v-banner--two-line {
  padding-bottom: 8px;
  padding-top: 8px;
}
.v-banner--density-compact.v-banner--three-line {
  padding-bottom: 8px;
  padding-top: 16px;
}
.v-banner--density-compact.v-banner--three-line .v-banner-actions,
.v-banner--density-compact.v-banner--two-line .v-banner-actions,
.v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions {
  margin-top: 12px;
}
.v-banner--sticky {
  top: 0;
}
.v-banner__content {
  align-items: center;
  display: flex;
  grid-area: content;
}
.v-banner__prepend {
  align-self: flex-start;
  grid-area: prepend;
  margin-inline-end: 24px;
}
.v-banner-actions {
  align-self: flex-end;
  display: flex;
  flex: 0 1;
  grid-area: actions;
  justify-content: flex-end;
}
.v-banner--three-line .v-banner-actions,
.v-banner--two-line .v-banner-actions {
  margin-top: 20px;
}
.v-banner-text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  padding-inline-end: 90px;
}
.v-banner--one-line .v-banner-text {
  -webkit-line-clamp: 1;
}
.v-banner--two-line .v-banner-text {
  -webkit-line-clamp: 2;
}
.v-banner--three-line .v-banner-text {
  -webkit-line-clamp: 3;
}
.v-banner--three-line .v-banner-text,
.v-banner--two-line .v-banner-text {
  align-self: flex-start;
}
.v-bottom-navigation {
  background: rgb(var(--v-theme-surface));
  border: 0 solid #123645;
  border-radius: 0;
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
  display: flex;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  transition:
    transform,
    color 0.2s,
    0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-bottom-navigation--border {
  border-width: thin;
  box-shadow: none;
}
.v-bottom-navigation--active {
  box-shadow:
    0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-bottom-navigation__content {
  display: flex;
  flex: none;
  font-size: 0.75rem;
  justify-content: center;
  transition: inherit;
  width: 100%;
}
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
  border-radius: 0;
  font-size: inherit;
  height: 100%;
  max-width: 168px;
  min-width: 80px;
  text-transform: none;
  transition: inherit;
  width: auto;
}
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
  transition: inherit;
}
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
  font-size: 1.5rem;
}
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
  flex-grow: 1;
}
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
  opacity: 0;
  transition: inherit;
}
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
  transform: translateY(0.5rem);
}
.v-breadcrumbs {
  align-items: center;
  display: flex;
  line-height: 1.375rem;
  padding: 16px 12px;
}
.v-breadcrumbs--rounded {
  border-radius: 4px;
}
.v-breadcrumbs--density-default {
  padding-bottom: 16px;
  padding-top: 16px;
}
.v-breadcrumbs--density-comfortable {
  padding-bottom: 12px;
  padding-top: 12px;
}
.v-breadcrumbs--density-compact {
  padding-bottom: 8px;
  padding-top: 8px;
}
.v-breadcrumbs-item,
.v-breadcrumbs__prepend {
  align-items: center;
  display: inline-flex;
}
.v-breadcrumbs-item {
  color: inherit;
  padding: 0 4px;
  text-decoration: none;
  vertical-align: middle;
}
.v-breadcrumbs-item--disabled {
  opacity: var(--v-disabled-opacity);
  pointer-events: none;
}
.v-breadcrumbs-item--link {
  color: inherit;
  text-decoration: none;
}
.v-breadcrumbs-item--link:hover {
  text-decoration: underline;
}
.v-breadcrumbs-item .v-icon {
  font-size: 1rem;
  margin-inline-end: 2px;
  margin-inline-start: -4px;
}
.v-breadcrumbs-divider {
  display: inline-block;
  padding: 0 8px;
  vertical-align: middle;
}
.v-card {
  border: 0 solid #123645;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition-duration: 0.28s;
  transition-property: box-shadow, opacity, background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.v-card--border {
  border-width: thin;
  box-shadow: none;
}
.v-card--absolute {
  position: absolute;
}
.v-card--fixed {
  position: fixed;
}
.v-card:hover > .v-card__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-card:focus-visible > .v-card__overlay {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-card:focus > .v-card__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
}
.v-card--active > .v-card__overlay,
.v-card[aria-haspopup='menu'][aria-expanded='true'] > .v-card__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-card--active:hover > .v-card__overlay,
.v-card[aria-haspopup='menu'][aria-expanded='true']:hover > .v-card__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-card--active:focus-visible > .v-card__overlay,
.v-card[aria-haspopup='menu'][aria-expanded='true']:focus-visible > .v-card__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-card--active:focus > .v-card__overlay,
  .v-card[aria-haspopup='menu'][aria-expanded='true']:focus > .v-card__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-card--variant-outlined,
.v-card--variant-plain,
.v-card--variant-text,
.v-card--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-card--variant-plain {
  opacity: 0.62;
}
.v-card--variant-plain:focus,
.v-card--variant-plain:hover {
  opacity: 1;
}
.v-card--variant-plain .v-card__overlay {
  display: none;
}
.v-card--variant-elevated,
.v-card--variant-flat {
  background: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-card--variant-elevated {
  box-shadow:
    0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 3px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-card--variant-flat {
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-card--variant-outlined {
  border: thin solid;
}
.v-card--variant-text .v-card__overlay {
  background: currentColor;
}
.v-card--variant-tonal .v-card__underlay {
  background: currentColor;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: var(--v-activated-opacity);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.v-card--disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.v-card--disabled > :not(.v-card__loader) {
  opacity: 0.6;
}
.v-card--flat {
  box-shadow: none;
}
.v-card--hover {
  cursor: pointer;
}
.v-card--hover:after,
.v-card--hover:before {
  border-radius: inherit;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: inherit;
}
.v-card--hover:before {
  box-shadow:
    0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 3px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  opacity: 1;
  z-index: -1;
}
.v-card--hover:after {
  box-shadow:
    0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  opacity: 0;
  z-index: 1;
}
.v-card--hover:hover:after {
  opacity: 1;
}
.v-card--hover:hover:before {
  opacity: 0;
}
.v-card--hover:hover {
  box-shadow:
    0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-card--link {
  cursor: pointer;
}
.v-card-actions {
  align-items: center;
  display: flex;
  flex: none;
  min-height: 52px;
  padding: 0.5rem;
}
.v-card-item {
  align-items: center;
  display: grid;
  flex: none;
  grid-template-areas: 'prepend content append';
  grid-template-columns: max-content auto max-content;
  padding: 0.625rem 1rem;
}
.v-card-item + .v-card-text {
  padding-top: 0;
}
.v-card-item__prepend {
  grid-area: prepend;
  padding-inline-end: 1rem;
}
.v-card-item__append {
  grid-area: append;
  padding-inline-start: 1rem;
}
.v-card-item__content {
  align-self: center;
  grid-area: content;
  overflow: hidden;
}
.v-card-title {
  word-wrap: break-word;
  display: block;
  flex: none;
  font-size: 1.25rem;
  font-weight: 500;
  -webkit-hyphens: auto;
  hyphens: auto;
  letter-spacing: 0.0125em;
  min-width: 0;
  overflow: hidden;
  overflow-wrap: normal;
  padding: 0.5rem 1rem;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  word-break: normal;
}
.v-card .v-card-title {
  line-height: 2rem;
}
.v-card--density-comfortable .v-card-title {
  line-height: 1.75rem;
}
.v-card--density-compact .v-card-title {
  line-height: 1.55rem;
}
.v-card-item .v-card-title {
  padding: 0;
}
.v-card-title + .v-card-actions,
.v-card-title + .v-card-text {
  padding-top: 0;
}
.v-card-subtitle {
  display: block;
  flex: none;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  opacity: var(--v-medium-emphasis-opacity);
  overflow: hidden;
  padding: 0 1rem;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}
.v-card .v-card-subtitle {
  line-height: 1.25rem;
}
.v-card--density-comfortable .v-card-subtitle {
  line-height: 1.125rem;
}
.v-card--density-compact .v-card-subtitle {
  line-height: 1rem;
}
.v-card-item .v-card-subtitle {
  padding: 0 0 0.25rem;
}
.v-card-text {
  flex: 1 1 auto;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  padding: 1rem;
  text-transform: none;
}
.v-card .v-card-text {
  line-height: 1.25rem;
}
.v-card--density-comfortable .v-card-text {
  line-height: 1.2rem;
}
.v-card--density-compact .v-card-text {
  line-height: 1.15rem;
}
.v-card__image {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.v-card__content {
  border-radius: inherit;
  overflow: hidden;
  position: relative;
}
.v-card__loader {
  bottom: auto;
  width: 100%;
  z-index: 1;
}
.v-card__loader,
.v-card__overlay {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.v-card__overlay {
  background-color: currentColor;
  border-radius: inherit;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
.v-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.v-carousel__controls {
  align-items: center;
  background: rgba(var(--v-theme-surface-variant), 0.3);
  bottom: 0;
  display: flex;
  height: 50px;
  justify-content: center;
  list-style-type: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.v-carousel__controls > .v-item-group {
  flex: 0 1 auto;
}
.v-carousel__controls__item {
  margin: 0 8px;
}
.v-carousel__controls__item .v-icon {
  opacity: 0.5;
}
.v-carousel__controls__item--active .v-icon {
  opacity: 1;
  vertical-align: middle;
}
.v-carousel__controls__item:hover {
  background: none;
}
.v-carousel__controls__item:hover .v-icon {
  opacity: 0.8;
}
.v-carousel__progress {
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
}
.v-carousel-item {
  display: block;
  height: inherit;
  text-decoration: none;
}
.v-carousel-item > .v-img {
  height: inherit;
}
.v-carousel--hide-delimiter-background .v-carousel__controls {
  background: transparent;
}
.v-carousel--vertical-delimiters .v-carousel__controls {
  flex-direction: column;
  height: 100% !important;
  width: 50px;
}
.v-window {
  overflow: hidden;
}
.v-window__container {
  display: flex;
  flex-direction: column;
  height: inherit;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-window__controls {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  left: 0;
  padding: 0 16px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.v-window__controls * {
  pointer-events: auto;
}
.v-window--show-arrows-on-hover {
  overflow: hidden;
}
.v-window--show-arrows-on-hover .v-window__left {
  transform: translateX(-200%);
}
.v-window--show-arrows-on-hover .v-window__right {
  transform: translateX(200%);
}
.v-window--show-arrows-on-hover:hover .v-window__left,
.v-window--show-arrows-on-hover:hover .v-window__right {
  transform: translateX(0);
}
.v-window-x-reverse-transition-enter-active,
.v-window-x-reverse-transition-leave-active,
.v-window-x-transition-enter-active,
.v-window-x-transition-leave-active,
.v-window-y-reverse-transition-enter-active,
.v-window-y-reverse-transition-leave-active,
.v-window-y-transition-enter-active,
.v-window-y-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-window-x-reverse-transition-leave-from,
.v-window-x-reverse-transition-leave-to,
.v-window-x-transition-leave-from,
.v-window-x-transition-leave-to,
.v-window-y-reverse-transition-leave-from,
.v-window-y-reverse-transition-leave-to,
.v-window-y-transition-leave-from,
.v-window-y-transition-leave-to {
  position: absolute !important;
  top: 0;
  width: 100%;
}
.v-window-x-transition-enter-from {
  transform: translateX(100%);
}
.v-window-x-reverse-transition-enter-from,
.v-window-x-transition-leave-to {
  transform: translateX(-100%);
}
.v-window-x-reverse-transition-leave-to {
  transform: translateX(100%);
}
.v-window-y-transition-enter-from {
  transform: translateY(100%);
}
.v-window-y-reverse-transition-enter-from,
.v-window-y-transition-leave-to {
  transform: translateY(-100%);
}
.v-window-y-reverse-transition-leave-to {
  transform: translateY(100%);
}
.v-checkbox .v-selection-control {
  min-height: var(--v-input-control-height);
}
.v-code {
  background-color: rgb(var(--v-theme-code));
  border-radius: 4px;
  color: rgb(var(--v-theme-on-code));
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  padding: 0.2em 0.4em;
}
.v-color-picker {
  align-self: flex-start;
  contain: content;
}
.v-color-picker.v-sheet {
  border-radius: 4px;
  box-shadow:
    0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-color-picker__controls {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.v-color-picker--flat,
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-sheet {
  background: rgb(var(--v-theme-surface));
  border: 0 solid #123645;
  border-radius: 0;
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
  display: block;
}
.v-sheet--border {
  border-width: thin;
  box-shadow: none;
}
.v-sheet--absolute {
  position: absolute;
}
.v-sheet--fixed {
  position: fixed;
}
.v-sheet--relative {
  position: relative;
}
.v-sheet--sticky {
  position: sticky;
}
.v-sheet--rounded {
  border-radius: 4px;
}
.v-color-picker-canvas {
  contain: content;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: none;
}
.v-color-picker-canvas__dot {
  background: transparent;
  border-radius: 50%;
  box-shadow:
    0 0 0 1.5px #fff,
    inset 0 0 1px 1.5px rgba(0, 0, 0, 0.3);
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}
.v-color-picker-canvas__dot--disabled {
  box-shadow:
    0 0 0 1.5px hsla(0, 0%, 100%, 0.7),
    inset 0 0 1px 1.5px rgba(0, 0, 0, 0.3);
}
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
  will-change: transform;
}
.v-color-picker-preview__alpha .v-slider-track__background {
  background-color: transparent !important;
}
.v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background,
.v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background {
  background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
}
.v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background,
.v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background {
  background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
}
.v-color-picker-preview__alpha .v-slider-track__background:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==)
    repeat;
  border-radius: inherit;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.v-color-picker-preview__sliders {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.v-color-picker-preview__dot {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==)
    repeat;
  border-radius: 50%;
  height: 30px;
  overflow: hidden;
  position: relative;
  width: 30px;
}
.v-locale--is-ltr .v-color-picker-preview__dot,
.v-locale--is-ltr.v-color-picker-preview__dot {
  margin-right: 24px;
}
.v-locale--is-rtl .v-color-picker-preview__dot,
.v-locale--is-rtl.v-color-picker-preview__dot {
  margin-left: 24px;
}
.v-color-picker-preview__dot > div {
  height: 100%;
  width: 100%;
}
.v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background,
.v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
  background: linear-gradient(90deg, red 0, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, red);
}
.v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background,
.v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
  background: linear-gradient(270deg, red 0, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, red);
}
.v-color-picker-preview__track {
  margin: 0 !important;
  position: relative;
  width: 100%;
}
.v-color-picker-preview__track .v-slider-track__fill {
  display: none;
}
.v-color-picker-preview {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}
.v-slider .v-slider__container input {
  cursor: default;
  display: none;
  padding: 0;
  width: 100%;
}
.v-slider > .v-input__append,
.v-slider > .v-input__prepend {
  padding: 0;
}
.v-slider__container {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: inherit;
  position: relative;
  width: 100%;
}
.v-input--disabled .v-slider__container {
  opacity: var(--v-disabled-opacity);
}
.v-input--error:not(.v-input--disabled) .v-slider__container {
  color: rgb(var(--v-theme-error));
}
.v-slider.v-input--horizontal {
  align-items: center;
  margin-inline-end: 8px;
  margin-inline-start: 8px;
}
.v-slider.v-input--horizontal > .v-input__control {
  align-items: center;
  display: flex;
  min-height: 32px;
}
.v-slider.v-input--vertical {
  justify-content: center;
  margin-bottom: 12px;
  margin-top: 12px;
}
.v-slider.v-input--vertical > .v-input__control {
  min-height: 300px;
}
.v-slider.v-input--disabled {
  pointer-events: none;
}
.v-slider--has-labels > .v-input__control {
  margin-bottom: 4px;
}
.v-slider__label {
  margin-inline-end: 12px;
}
.v-slider-track__background,
.v-slider-track__fill,
.v-slider-track__tick {
  background-color: rgb(var(--v-theme-surface-variant));
}
.v-slider-track__tick--filled {
  background-color: rgb(var(--v-theme-on-surface-variant));
}
.v-slider-track {
  border-radius: 6px;
}
.v-slider-track__background,
.v-slider-track__fill {
  border-radius: inherit;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-slider--pressed .v-slider-track__background,
.v-slider--pressed .v-slider-track__fill {
  transition: none;
}
.v-input--error:not(.v-input--disabled) .v-slider-track__background,
.v-input--error:not(.v-input--disabled) .v-slider-track__fill {
  background-color: currentColor;
}
.v-slider-track__ticks {
  height: 100%;
  position: relative;
  width: 100%;
}
.v-slider-track__tick {
  border-radius: 2px;
  height: var(--v-slider-tick-size);
  opacity: 0;
  position: absolute;
  transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / -2));
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: var(--v-slider-tick-size);
}
.v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label,
.v-locale--is-ltr.v-slider-track__tick--first .v-slider-track__tick-label {
  transform: none;
}
.v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label,
.v-locale--is-rtl.v-slider-track__tick--first .v-slider-track__tick-label {
  transform: translateX(100%);
}
.v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label,
.v-locale--is-ltr.v-slider-track__tick--last .v-slider-track__tick-label {
  transform: translateX(-100%);
}
.v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label,
.v-locale--is-rtl.v-slider-track__tick--last .v-slider-track__tick-label {
  transform: none;
}
.v-slider-track__tick-label {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.v-slider.v-input--horizontal .v-slider-track {
  align-items: center;
  display: flex;
  height: calc(var(--v-slider-track-size) + 2px);
  touch-action: pan-y;
  width: 100%;
}
.v-slider.v-input--horizontal .v-slider-track__background {
  height: var(--v-slider-track-size);
}
.v-slider.v-input--horizontal .v-slider-track__fill {
  height: inherit;
}
.v-slider.v-input--horizontal .v-slider-track__tick {
  margin-top: calc(var(--v-slider-track-size) / 2 + 1px);
}
.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick,
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick {
  transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / -2));
}
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
  margin-top: calc(var(--v-slider-track-size) / 2 + 8px);
}
.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label,
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
  transform: translateX(-50%);
}
.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label,
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
  transform: translateX(50%);
}
.v-slider.v-input--horizontal .v-slider-track__tick--first {
  margin-inline-start: calc(var(--v-slider-tick-size) + 1px);
}
.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label,
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label,
.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label,
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
  transform: translateX(0);
}
.v-slider.v-input--horizontal .v-slider-track__tick--last {
  margin-inline-start: calc(100% - var(--v-slider-tick-size) - 1px);
}
.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label,
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
  transform: translateX(-100%);
}
.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label,
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
  transform: translateX(100%);
}
.v-slider.v-input--vertical .v-slider-track {
  display: flex;
  height: 100%;
  justify-content: center;
  touch-action: pan-x;
  width: calc(var(--v-slider-track-size) + 2px);
}
.v-slider.v-input--vertical .v-slider-track__background {
  width: var(--v-slider-track-size);
}
.v-slider.v-input--vertical .v-slider-track__fill {
  width: inherit;
}
.v-slider.v-input--vertical .v-slider-track__ticks {
  height: 100%;
}
.v-slider.v-input--vertical .v-slider-track__tick {
  margin-inline-start: calc(var(--v-slider-track-size) / 2 + 1px);
  transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / 2));
}
.v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick,
.v-locale--is-rtl.v-slider.v-input--vertical .v-slider-track__tick {
  transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / 2));
}
.v-slider.v-input--vertical .v-slider-track__tick--first {
  bottom: calc(var(--v-slider-tick-size) + 1px);
}
.v-slider.v-input--vertical .v-slider-track__tick--last {
  bottom: calc(100% - var(--v-slider-tick-size) - 1px);
}
.v-slider.v-input--vertical .v-slider-track__tick .v-slider-track__tick-label {
  margin-inline-start: calc(var(--v-slider-track-size) / 2 + 12px);
  transform: translateY(-50%);
}
.v-slider--focused .v-slider-track__tick,
.v-slider-track__ticks--always-show .v-slider-track__tick {
  opacity: 1;
}
.v-slider-track__background--opacity {
  opacity: 0.38;
}
.v-slider-thumb {
  color: rgb(var(--v-theme-surface-variant));
  touch-action: none;
}
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
  color: inherit;
}
.v-slider-thumb__label {
  background: rgba(var(--v-theme-surface-variant), 0.7);
  color: rgb(var(--v-theme-on-surface-variant));
}
.v-slider-thumb__label:before {
  color: rgba(var(--v-theme-surface-variant), 0.7);
}
.v-slider-thumb {
  outline: none;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-slider-thumb__surface {
  background-color: currentColor;
  border-radius: 50%;
  cursor: pointer;
  height: var(--v-slider-thumb-size);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: var(--v-slider-thumb-size);
}
.v-slider-thumb__surface:before {
  background: currentColor;
  border-radius: 50%;
  color: inherit;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.v-slider-thumb__surface:after {
  content: '';
  height: 42px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
}
.v-slider-thumb__label,
.v-slider-thumb__label-container {
  position: absolute;
  transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.v-slider-thumb__label {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-size: 0.75rem;
  height: 25px;
  justify-content: center;
  min-width: 35px;
  padding: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.v-slider-thumb__label:before {
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.v-slider-thumb__ripple {
  background: inherit;
  height: calc(var(--v-slider-thumb-size) * 2);
  left: calc(var(--v-slider-thumb-size) / -2);
  position: absolute;
  top: calc(var(--v-slider-thumb-size) / -2);
  width: calc(var(--v-slider-thumb-size) * 2);
}
.v-slider.v-input--horizontal .v-slider-thumb {
  top: 50%;
  transform: translateY(-50%);
}
.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb,
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb {
  left: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
  right: unset;
}
.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb,
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb {
  left: unset;
  right: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
}
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
  left: calc(var(--v-slider-thumb-size) / 2);
  top: 0;
}
.v-slider.v-input--horizontal .v-slider-thumb__label {
  bottom: calc(var(--v-slider-thumb-size) / 2);
}
.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label,
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label {
  transform: translateX(-50%);
}
.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label,
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label {
  transform: translateX(50%);
}
.v-slider.v-input--horizontal .v-slider-thumb__label:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  bottom: -6px;
}
.v-slider.v-input--vertical .v-slider-thumb {
  top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
}
.v-slider.v-input--vertical .v-slider-thumb__label-container {
  right: 0;
  top: calc(var(--v-slider-thumb-size) / 2);
}
.v-slider.v-input--vertical .v-slider-thumb__label {
  left: calc(var(--v-slider-thumb-size) / 2);
  top: -12.5px;
}
.v-slider.v-input--vertical .v-slider-thumb__label:before {
  border-bottom: 6px solid transparent;
  border-right: 6px solid;
  border-top: 6px solid transparent;
  left: -6px;
}
.v-slider-thumb--focused .v-slider-thumb__surface:before {
  opacity: var(--v-focus-opacity);
  transform: scale(2);
}
.v-slider-thumb--pressed {
  transition: none;
}
.v-slider-thumb--pressed .v-slider-thumb__surface:before {
  opacity: var(--v-pressed-opacity);
}
@media (hover: hover) {
  .v-slider-thumb:hover .v-slider-thumb__surface:before {
    transform: scale(2);
  }
  .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface:before {
    opacity: var(--v-hover-opacity);
  }
}
.v-color-picker-edit {
  display: flex;
  margin-top: 24px;
}
.v-color-picker-edit__input {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.v-locale--is-ltr .v-color-picker-edit__input:not(:last-child),
.v-locale--is-ltr.v-color-picker-edit__input:not(:last-child) {
  margin-right: 8px;
}
.v-locale--is-rtl .v-color-picker-edit__input:not(:last-child),
.v-locale--is-rtl.v-color-picker-edit__input:not(:last-child) {
  margin-left: 8px;
}
.v-color-picker-edit__input input {
  background: rgba(var(--v-theme-surface-variant), 0.2);
  border-radius: 4px;
  color: rgba(var(--v-theme-on-surface));
  height: 32px;
  margin-bottom: 8px;
  min-width: 0;
  outline: none;
  text-align: center;
  width: 100%;
}
.v-color-picker-edit__input span {
  font-size: 0.75rem;
}
.v-color-picker-swatches {
  overflow-y: auto;
}
.v-color-picker-swatches > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px;
}
.v-color-picker-swatches__swatch {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.v-color-picker-swatches__color {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==)
    repeat;
  border-radius: 2px;
  cursor: pointer;
  height: 18px;
  margin: 2px 4px;
  max-height: 18px;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 45px;
}
.v-color-picker-swatches__color > div {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.v-combobox .v-field .v-field__input,
.v-combobox .v-field .v-text-field__prefix,
.v-combobox .v-field .v-text-field__suffix,
.v-combobox .v-field.v-field {
  cursor: text;
}
.v-combobox .v-field .v-field__input > input {
  align-self: flex-start;
  flex: 1 1;
}
.v-combobox .v-field input {
  min-width: 64px;
}
.v-combobox .v-field:not(.v-field--focused) input {
  min-width: 0;
}
.v-combobox .v-field--dirty .v-combobox__selection {
  margin-inline-end: 2px;
}
.v-combobox .v-combobox__selection-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v-combobox__content {
  border-radius: 4px;
  box-shadow:
    0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  overflow: hidden;
}
.v-combobox__mask {
  background: rgb(var(--v-theme-on-surface-variant));
}
.v-combobox__selection {
  align-items: center;
  display: inline-flex;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: var(--v-input-chips-margin-bottom);
  margin-top: var(--v-input-chips-margin-top);
  max-width: 90%;
}
.v-combobox__selection:first-child {
  margin-inline-start: 0;
}
.v-combobox--selecting-index .v-combobox__selection {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-combobox--selecting-index .v-combobox__selection--selected {
  opacity: 1;
}
.v-combobox--selecting-index .v-field__input > input {
  caret-color: transparent;
}
.v-combobox--single.v-text-field input {
  flex: 1 1;
  left: 0;
  padding-inline-end: inherit;
  padding-inline-start: inherit;
  position: absolute;
  right: 0;
  width: 100%;
}
.v-combobox--single .v-field--variant-outlined input {
  top: 50%;
  transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
}
.v-combobox--single .v-field--active input {
  transition: none;
}
.v-combobox--single .v-field--dirty:not(.v-field--focused) input,
.v-combobox--single .v-field--focused .v-combobox__selection {
  opacity: 0;
}
.v-combobox__menu-icon {
  margin-inline-start: 4px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-combobox--active-menu .v-combobox__menu-icon {
  opacity: var(--v-high-emphasis-opacity);
  transform: rotate(180deg);
}
.v-dialog {
  align-items: center;
  justify-content: center;
  margin: auto;
}
.v-dialog > .v-overlay__content {
  display: flex;
  flex-direction: column;
  margin: 12px;
  max-height: calc(100% - 24px);
  max-width: calc(100% - 24px);
  width: calc(100% - 24px);
}
.v-dialog > .v-overlay__content > .v-card,
.v-dialog > .v-overlay__content > .v-sheet,
.v-dialog > .v-overlay__content > form > .v-card,
.v-dialog > .v-overlay__content > form > .v-sheet {
  --v-scrollbar-offset: 0px;
  border-radius: 4px;
  box-shadow:
    0 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  overflow-y: auto;
}
.v-dialog > .v-overlay__content > .v-card,
.v-dialog > .v-overlay__content > form > .v-card {
  display: flex;
  flex-direction: column;
}
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
  padding: 14px 24px 0;
}
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
  padding-top: 10px;
}
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
  font-size: inherit;
  letter-spacing: 0.03125em;
  line-height: inherit;
  padding: 16px 24px 10px;
}
.v-dialog--fullscreen {
  --v-scrollbar-offset: 0px;
}
.v-dialog--fullscreen > .v-overlay__content {
  border-radius: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  overflow-y: auto;
  padding: 0;
  top: 0;
  width: 100%;
}
.v-dialog--fullscreen > .v-overlay__content > .v-card,
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
  border-radius: 0;
  min-height: 100%;
  min-width: 100%;
}
.v-dialog--scrollable > .v-overlay__content,
.v-dialog--scrollable > .v-overlay__content > form {
  display: flex;
  overflow: hidden;
}
.v-dialog--scrollable > .v-overlay__content > .v-card,
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  max-height: 100%;
  max-width: 100%;
}
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
  backface-visibility: hidden;
  overflow-y: auto;
}
.v-expansion-panel {
  background-color: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-expansion-panel:not(:first-child):after {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
}
.v-expansion-panel--disabled .v-expansion-panel-title {
  color: rgba(var(--v-theme-on-surface), 0.26);
}
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
  opacity: 0.4615384615;
}
.v-expansion-panels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.v-expansion-panels:not(.v-expansion-panels--variant-accordion)
  > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.v-expansion-panels:not(.v-expansion-panels--variant-accordion)
  > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.v-expansion-panels:not(.v-expansion-panels--variant-accordion)
  > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.v-expansion-panels:not(.v-expansion-panels--variant-accordion)
  > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.v-expansion-panels--variant-accordion > :first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.v-expansion-panels--variant-accordion > :last-child {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.v-expansion-panels--variant-accordion > :last-child .v-expansion-panel-title--active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
  border-radius: 0 !important;
}
.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
  transition: border-radius 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-expansion-panel {
  border-radius: 4px;
  flex: 1 0 100%;
  max-width: 100%;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: margin-top, border-radius, border, max-width;
}
.v-expansion-panel:not(:first-child):after {
  border-top-style: solid;
  border-top-width: thin;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-expansion-panel--disabled .v-expansion-panel-title {
  pointer-events: none;
}
.v-expansion-panel--active + .v-expansion-panel,
.v-expansion-panel--active:not(:first-child) {
  margin-top: 16px;
}
.v-expansion-panel--active + .v-expansion-panel:after,
.v-expansion-panel--active:not(:first-child):after {
  opacity: 0;
}
.v-expansion-panel--active > .v-expansion-panel-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 64px;
}
.v-expansion-panel__shadow {
  border-radius: inherit;
  box-shadow:
    0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.v-expansion-panel-title {
  align-items: center;
  border-radius: inherit;
  display: flex;
  font-size: 0.9375rem;
  justify-content: space-between;
  line-height: 1;
  min-height: 48px;
  outline: none;
  padding: 16px 24px;
  position: relative;
  text-align: start;
  transition: min-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
}
.v-expansion-panel-title--active > .v-expansion-panel-title__overlay,
.v-expansion-panel-title[aria-haspopup='menu'][aria-expanded='true'] > .v-expansion-panel-title__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-expansion-panel-title--active:hover > .v-expansion-panel-title__overlay,
.v-expansion-panel-title[aria-haspopup='menu'][aria-expanded='true']:hover > .v-expansion-panel-title__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-expansion-panel-title--active:focus-visible > .v-expansion-panel-title__overlay,
.v-expansion-panel-title[aria-haspopup='menu'][aria-expanded='true']:focus-visible > .v-expansion-panel-title__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-expansion-panel-title--active:focus > .v-expansion-panel-title__overlay,
  .v-expansion-panel-title[aria-haspopup='menu'][aria-expanded='true']:focus > .v-expansion-panel-title__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-expansion-panel-title--active:before {
  opacity: 0.12;
}
.v-expansion-panel-title__overlay {
  background-color: currentColor;
  border-radius: inherit;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.v-expansion-panel-title__icon {
  display: inline-flex;
  margin-bottom: -4px;
  margin-top: -4px;
  margin-inline-start: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.v-expansion-panel-text {
  display: flex;
}
.v-expansion-panel-text__wrapper {
  flex: 1 1 auto;
  max-width: 100%;
  padding: 8px 24px 16px;
}
.v-expansion-panels--variant-accordion > .v-expansion-panel {
  margin-top: 0;
}
.v-expansion-panels--variant-accordion > .v-expansion-panel:after {
  opacity: 1;
}
.v-expansion-panels--variant-popout > .v-expansion-panel {
  max-width: calc(100% - 32px);
}
.v-expansion-panels--variant-popout > .v-expansion-panel--active {
  max-width: calc(100% + 16px);
}
.v-expansion-panels--variant-inset > .v-expansion-panel {
  max-width: 100%;
}
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
  max-width: calc(100% - 32px);
}
.v-file-input input[type='file'] {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.v-file-input .v-input__details {
  padding-inline-end: 16px;
  padding-inline-start: 16px;
}
.v-file-input .v-chip {
  margin-bottom: var(--v-input-chips-margin-bottom);
  margin-top: var(--v-input-chips-margin-top);
}
.v-footer {
  align-items: center;
  background: rgb(var(--v-theme-surface));
  border: 0 solid #123645;
  border-radius: 0;
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
  display: flex;
  flex: 1 1 auto;
  padding: 8px 16px;
  position: relative;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: height, width, transform, max-width, left, right, top, bottom;
}
.v-footer--border {
  border-width: thin;
  box-shadow: none;
}
.v-footer--absolute {
  position: absolute;
}
.v-footer--fixed {
  position: fixed;
}
.v-footer--rounded {
  border-radius: 4px;
}
.v-container {
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  width: 100%;
}
@media (min-width: 576px) {
  .v-container {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .v-container {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .v-container {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .v-container {
    max-width: 1140px;
  }
}
@media (min-width: 1450px) {
  .v-container {
    max-width: 1320px;
  }
}
@media (min-width: 330px) {
  .v-container {
    max-width: 400px;
  }
}
@media (min-width: 400px) {
  .v-container {
    max-width: 576px;
  }
}
.v-container--fluid {
  max-width: 100%;
}
.v-container.fill-height {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.v-row {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  margin: -12px;
}
.v-row + .v-row {
  margin-top: 12px;
}
.v-row + .v-row--dense {
  margin-top: 4px;
}
.v-row--dense {
  margin: -4px;
}
.v-row--dense > .v-col,
.v-row--dense > [class*='v-col-'] {
  padding: 4px;
}
.v-row.v-row--no-gutters {
  margin: 0;
}
.v-row.v-row--no-gutters > .v-col,
.v-row.v-row--no-gutters > [class*='v-col-'] {
  padding: 0;
}
.v-spacer {
  flex-grow: 1;
}
.v-col,
.v-col-1,
.v-col-10,
.v-col-11,
.v-col-12,
.v-col-2,
.v-col-3,
.v-col-4,
.v-col-5,
.v-col-6,
.v-col-7,
.v-col-8,
.v-col-9,
.v-col-auto,
.v-col-lg,
.v-col-lg-1,
.v-col-lg-10,
.v-col-lg-11,
.v-col-lg-12,
.v-col-lg-2,
.v-col-lg-3,
.v-col-lg-4,
.v-col-lg-5,
.v-col-lg-6,
.v-col-lg-7,
.v-col-lg-8,
.v-col-lg-9,
.v-col-lg-auto,
.v-col-md,
.v-col-md-1,
.v-col-md-10,
.v-col-md-11,
.v-col-md-12,
.v-col-md-2,
.v-col-md-3,
.v-col-md-4,
.v-col-md-5,
.v-col-md-6,
.v-col-md-7,
.v-col-md-8,
.v-col-md-9,
.v-col-md-auto,
.v-col-sm,
.v-col-sm-1,
.v-col-sm-10,
.v-col-sm-11,
.v-col-sm-12,
.v-col-sm-2,
.v-col-sm-3,
.v-col-sm-4,
.v-col-sm-5,
.v-col-sm-6,
.v-col-sm-7,
.v-col-sm-8,
.v-col-sm-9,
.v-col-sm-auto,
.v-col-vs,
.v-col-vs-1,
.v-col-vs-10,
.v-col-vs-11,
.v-col-vs-12,
.v-col-vs-2,
.v-col-vs-3,
.v-col-vs-4,
.v-col-vs-5,
.v-col-vs-6,
.v-col-vs-7,
.v-col-vs-8,
.v-col-vs-9,
.v-col-vs-auto,
.v-col-vvs,
.v-col-vvs-1,
.v-col-vvs-10,
.v-col-vvs-11,
.v-col-vvs-12,
.v-col-vvs-2,
.v-col-vvs-3,
.v-col-vvs-4,
.v-col-vvs-5,
.v-col-vvs-6,
.v-col-vvs-7,
.v-col-vvs-8,
.v-col-vvs-9,
.v-col-vvs-auto,
.v-col-xl,
.v-col-xl-1,
.v-col-xl-10,
.v-col-xl-11,
.v-col-xl-12,
.v-col-xl-2,
.v-col-xl-3,
.v-col-xl-4,
.v-col-xl-5,
.v-col-xl-6,
.v-col-xl-7,
.v-col-xl-8,
.v-col-xl-9,
.v-col-xl-auto,
.v-col-xxl,
.v-col-xxl-1,
.v-col-xxl-10,
.v-col-xxl-11,
.v-col-xxl-12,
.v-col-xxl-2,
.v-col-xxl-3,
.v-col-xxl-4,
.v-col-xxl-5,
.v-col-xxl-6,
.v-col-xxl-7,
.v-col-xxl-8,
.v-col-xxl-9,
.v-col-xxl-auto {
  padding: 12px;
  width: 100%;
}
.v-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.v-col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}
.v-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.v-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.v-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.v-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.v-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.v-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.v-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.v-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.v-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.v-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.v-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.v-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.v-locale--is-ltr .offset-1,
.v-locale--is-ltr.offset-1 {
  margin-left: 8.3333333333%;
}
.v-locale--is-rtl .offset-1,
.v-locale--is-rtl.offset-1 {
  margin-right: 8.3333333333%;
}
.v-locale--is-ltr .offset-2,
.v-locale--is-ltr.offset-2 {
  margin-left: 16.6666666667%;
}
.v-locale--is-rtl .offset-2,
.v-locale--is-rtl.offset-2 {
  margin-right: 16.6666666667%;
}
.v-locale--is-ltr .offset-3,
.v-locale--is-ltr.offset-3 {
  margin-left: 25%;
}
.v-locale--is-rtl .offset-3,
.v-locale--is-rtl.offset-3 {
  margin-right: 25%;
}
.v-locale--is-ltr .offset-4,
.v-locale--is-ltr.offset-4 {
  margin-left: 33.3333333333%;
}
.v-locale--is-rtl .offset-4,
.v-locale--is-rtl.offset-4 {
  margin-right: 33.3333333333%;
}
.v-locale--is-ltr .offset-5,
.v-locale--is-ltr.offset-5 {
  margin-left: 41.6666666667%;
}
.v-locale--is-rtl .offset-5,
.v-locale--is-rtl.offset-5 {
  margin-right: 41.6666666667%;
}
.v-locale--is-ltr .offset-6,
.v-locale--is-ltr.offset-6 {
  margin-left: 50%;
}
.v-locale--is-rtl .offset-6,
.v-locale--is-rtl.offset-6 {
  margin-right: 50%;
}
.v-locale--is-ltr .offset-7,
.v-locale--is-ltr.offset-7 {
  margin-left: 58.3333333333%;
}
.v-locale--is-rtl .offset-7,
.v-locale--is-rtl.offset-7 {
  margin-right: 58.3333333333%;
}
.v-locale--is-ltr .offset-8,
.v-locale--is-ltr.offset-8 {
  margin-left: 66.6666666667%;
}
.v-locale--is-rtl .offset-8,
.v-locale--is-rtl.offset-8 {
  margin-right: 66.6666666667%;
}
.v-locale--is-ltr .offset-9,
.v-locale--is-ltr.offset-9 {
  margin-left: 75%;
}
.v-locale--is-rtl .offset-9,
.v-locale--is-rtl.offset-9 {
  margin-right: 75%;
}
.v-locale--is-ltr .offset-10,
.v-locale--is-ltr.offset-10 {
  margin-left: 83.3333333333%;
}
.v-locale--is-rtl .offset-10,
.v-locale--is-rtl.offset-10 {
  margin-right: 83.3333333333%;
}
.v-locale--is-ltr .offset-11,
.v-locale--is-ltr.offset-11 {
  margin-left: 91.6666666667%;
}
.v-locale--is-rtl .offset-11,
.v-locale--is-rtl.offset-11 {
  margin-right: 91.6666666667%;
}
@media (min-width: 576px) {
  .v-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-sm-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .v-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .v-locale--is-ltr .offset-sm-0,
  .v-locale--is-ltr.offset-sm-0 {
    margin-left: 0;
  }
  .v-locale--is-rtl .offset-sm-0,
  .v-locale--is-rtl.offset-sm-0 {
    margin-right: 0;
  }
  .v-locale--is-ltr .offset-sm-1,
  .v-locale--is-ltr.offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .v-locale--is-rtl .offset-sm-1,
  .v-locale--is-rtl.offset-sm-1 {
    margin-right: 8.3333333333%;
  }
  .v-locale--is-ltr .offset-sm-2,
  .v-locale--is-ltr.offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .v-locale--is-rtl .offset-sm-2,
  .v-locale--is-rtl.offset-sm-2 {
    margin-right: 16.6666666667%;
  }
  .v-locale--is-ltr .offset-sm-3,
  .v-locale--is-ltr.offset-sm-3 {
    margin-left: 25%;
  }
  .v-locale--is-rtl .offset-sm-3,
  .v-locale--is-rtl.offset-sm-3 {
    margin-right: 25%;
  }
  .v-locale--is-ltr .offset-sm-4,
  .v-locale--is-ltr.offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .v-locale--is-rtl .offset-sm-4,
  .v-locale--is-rtl.offset-sm-4 {
    margin-right: 33.3333333333%;
  }
  .v-locale--is-ltr .offset-sm-5,
  .v-locale--is-ltr.offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .v-locale--is-rtl .offset-sm-5,
  .v-locale--is-rtl.offset-sm-5 {
    margin-right: 41.6666666667%;
  }
  .v-locale--is-ltr .offset-sm-6,
  .v-locale--is-ltr.offset-sm-6 {
    margin-left: 50%;
  }
  .v-locale--is-rtl .offset-sm-6,
  .v-locale--is-rtl.offset-sm-6 {
    margin-right: 50%;
  }
  .v-locale--is-ltr .offset-sm-7,
  .v-locale--is-ltr.offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .v-locale--is-rtl .offset-sm-7,
  .v-locale--is-rtl.offset-sm-7 {
    margin-right: 58.3333333333%;
  }
  .v-locale--is-ltr .offset-sm-8,
  .v-locale--is-ltr.offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .v-locale--is-rtl .offset-sm-8,
  .v-locale--is-rtl.offset-sm-8 {
    margin-right: 66.6666666667%;
  }
  .v-locale--is-ltr .offset-sm-9,
  .v-locale--is-ltr.offset-sm-9 {
    margin-left: 75%;
  }
  .v-locale--is-rtl .offset-sm-9,
  .v-locale--is-rtl.offset-sm-9 {
    margin-right: 75%;
  }
  .v-locale--is-ltr .offset-sm-10,
  .v-locale--is-ltr.offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .v-locale--is-rtl .offset-sm-10,
  .v-locale--is-rtl.offset-sm-10 {
    margin-right: 83.3333333333%;
  }
  .v-locale--is-ltr .offset-sm-11,
  .v-locale--is-ltr.offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .v-locale--is-rtl .offset-sm-11,
  .v-locale--is-rtl.offset-sm-11 {
    margin-right: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .v-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-md-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .v-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .v-locale--is-ltr .offset-md-0,
  .v-locale--is-ltr.offset-md-0 {
    margin-left: 0;
  }
  .v-locale--is-rtl .offset-md-0,
  .v-locale--is-rtl.offset-md-0 {
    margin-right: 0;
  }
  .v-locale--is-ltr .offset-md-1,
  .v-locale--is-ltr.offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .v-locale--is-rtl .offset-md-1,
  .v-locale--is-rtl.offset-md-1 {
    margin-right: 8.3333333333%;
  }
  .v-locale--is-ltr .offset-md-2,
  .v-locale--is-ltr.offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .v-locale--is-rtl .offset-md-2,
  .v-locale--is-rtl.offset-md-2 {
    margin-right: 16.6666666667%;
  }
  .v-locale--is-ltr .offset-md-3,
  .v-locale--is-ltr.offset-md-3 {
    margin-left: 25%;
  }
  .v-locale--is-rtl .offset-md-3,
  .v-locale--is-rtl.offset-md-3 {
    margin-right: 25%;
  }
  .v-locale--is-ltr .offset-md-4,
  .v-locale--is-ltr.offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .v-locale--is-rtl .offset-md-4,
  .v-locale--is-rtl.offset-md-4 {
    margin-right: 33.3333333333%;
  }
  .v-locale--is-ltr .offset-md-5,
  .v-locale--is-ltr.offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .v-locale--is-rtl .offset-md-5,
  .v-locale--is-rtl.offset-md-5 {
    margin-right: 41.6666666667%;
  }
  .v-locale--is-ltr .offset-md-6,
  .v-locale--is-ltr.offset-md-6 {
    margin-left: 50%;
  }
  .v-locale--is-rtl .offset-md-6,
  .v-locale--is-rtl.offset-md-6 {
    margin-right: 50%;
  }
  .v-locale--is-ltr .offset-md-7,
  .v-locale--is-ltr.offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .v-locale--is-rtl .offset-md-7,
  .v-locale--is-rtl.offset-md-7 {
    margin-right: 58.3333333333%;
  }
  .v-locale--is-ltr .offset-md-8,
  .v-locale--is-ltr.offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .v-locale--is-rtl .offset-md-8,
  .v-locale--is-rtl.offset-md-8 {
    margin-right: 66.6666666667%;
  }
  .v-locale--is-ltr .offset-md-9,
  .v-locale--is-ltr.offset-md-9 {
    margin-left: 75%;
  }
  .v-locale--is-rtl .offset-md-9,
  .v-locale--is-rtl.offset-md-9 {
    margin-right: 75%;
  }
  .v-locale--is-ltr .offset-md-10,
  .v-locale--is-ltr.offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .v-locale--is-rtl .offset-md-10,
  .v-locale--is-rtl.offset-md-10 {
    margin-right: 83.3333333333%;
  }
  .v-locale--is-ltr .offset-md-11,
  .v-locale--is-ltr.offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .v-locale--is-rtl .offset-md-11,
  .v-locale--is-rtl.offset-md-11 {
    margin-right: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .v-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-lg-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .v-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .v-locale--is-ltr .offset-lg-0,
  .v-locale--is-ltr.offset-lg-0 {
    margin-left: 0;
  }
  .v-locale--is-rtl .offset-lg-0,
  .v-locale--is-rtl.offset-lg-0 {
    margin-right: 0;
  }
  .v-locale--is-ltr .offset-lg-1,
  .v-locale--is-ltr.offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .v-locale--is-rtl .offset-lg-1,
  .v-locale--is-rtl.offset-lg-1 {
    margin-right: 8.3333333333%;
  }
  .v-locale--is-ltr .offset-lg-2,
  .v-locale--is-ltr.offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .v-locale--is-rtl .offset-lg-2,
  .v-locale--is-rtl.offset-lg-2 {
    margin-right: 16.6666666667%;
  }
  .v-locale--is-ltr .offset-lg-3,
  .v-locale--is-ltr.offset-lg-3 {
    margin-left: 25%;
  }
  .v-locale--is-rtl .offset-lg-3,
  .v-locale--is-rtl.offset-lg-3 {
    margin-right: 25%;
  }
  .v-locale--is-ltr .offset-lg-4,
  .v-locale--is-ltr.offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .v-locale--is-rtl .offset-lg-4,
  .v-locale--is-rtl.offset-lg-4 {
    margin-right: 33.3333333333%;
  }
  .v-locale--is-ltr .offset-lg-5,
  .v-locale--is-ltr.offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .v-locale--is-rtl .offset-lg-5,
  .v-locale--is-rtl.offset-lg-5 {
    margin-right: 41.6666666667%;
  }
  .v-locale--is-ltr .offset-lg-6,
  .v-locale--is-ltr.offset-lg-6 {
    margin-left: 50%;
  }
  .v-locale--is-rtl .offset-lg-6,
  .v-locale--is-rtl.offset-lg-6 {
    margin-right: 50%;
  }
  .v-locale--is-ltr .offset-lg-7,
  .v-locale--is-ltr.offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .v-locale--is-rtl .offset-lg-7,
  .v-locale--is-rtl.offset-lg-7 {
    margin-right: 58.3333333333%;
  }
  .v-locale--is-ltr .offset-lg-8,
  .v-locale--is-ltr.offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .v-locale--is-rtl .offset-lg-8,
  .v-locale--is-rtl.offset-lg-8 {
    margin-right: 66.6666666667%;
  }
  .v-locale--is-ltr .offset-lg-9,
  .v-locale--is-ltr.offset-lg-9 {
    margin-left: 75%;
  }
  .v-locale--is-rtl .offset-lg-9,
  .v-locale--is-rtl.offset-lg-9 {
    margin-right: 75%;
  }
  .v-locale--is-ltr .offset-lg-10,
  .v-locale--is-ltr.offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .v-locale--is-rtl .offset-lg-10,
  .v-locale--is-rtl.offset-lg-10 {
    margin-right: 83.3333333333%;
  }
  .v-locale--is-ltr .offset-lg-11,
  .v-locale--is-ltr.offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .v-locale--is-rtl .offset-lg-11,
  .v-locale--is-rtl.offset-lg-11 {
    margin-right: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .v-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-xl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .v-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .v-locale--is-ltr .offset-xl-0,
  .v-locale--is-ltr.offset-xl-0 {
    margin-left: 0;
  }
  .v-locale--is-rtl .offset-xl-0,
  .v-locale--is-rtl.offset-xl-0 {
    margin-right: 0;
  }
  .v-locale--is-ltr .offset-xl-1,
  .v-locale--is-ltr.offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .v-locale--is-rtl .offset-xl-1,
  .v-locale--is-rtl.offset-xl-1 {
    margin-right: 8.3333333333%;
  }
  .v-locale--is-ltr .offset-xl-2,
  .v-locale--is-ltr.offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .v-locale--is-rtl .offset-xl-2,
  .v-locale--is-rtl.offset-xl-2 {
    margin-right: 16.6666666667%;
  }
  .v-locale--is-ltr .offset-xl-3,
  .v-locale--is-ltr.offset-xl-3 {
    margin-left: 25%;
  }
  .v-locale--is-rtl .offset-xl-3,
  .v-locale--is-rtl.offset-xl-3 {
    margin-right: 25%;
  }
  .v-locale--is-ltr .offset-xl-4,
  .v-locale--is-ltr.offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .v-locale--is-rtl .offset-xl-4,
  .v-locale--is-rtl.offset-xl-4 {
    margin-right: 33.3333333333%;
  }
  .v-locale--is-ltr .offset-xl-5,
  .v-locale--is-ltr.offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .v-locale--is-rtl .offset-xl-5,
  .v-locale--is-rtl.offset-xl-5 {
    margin-right: 41.6666666667%;
  }
  .v-locale--is-ltr .offset-xl-6,
  .v-locale--is-ltr.offset-xl-6 {
    margin-left: 50%;
  }
  .v-locale--is-rtl .offset-xl-6,
  .v-locale--is-rtl.offset-xl-6 {
    margin-right: 50%;
  }
  .v-locale--is-ltr .offset-xl-7,
  .v-locale--is-ltr.offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .v-locale--is-rtl .offset-xl-7,
  .v-locale--is-rtl.offset-xl-7 {
    margin-right: 58.3333333333%;
  }
  .v-locale--is-ltr .offset-xl-8,
  .v-locale--is-ltr.offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .v-locale--is-rtl .offset-xl-8,
  .v-locale--is-rtl.offset-xl-8 {
    margin-right: 66.6666666667%;
  }
  .v-locale--is-ltr .offset-xl-9,
  .v-locale--is-ltr.offset-xl-9 {
    margin-left: 75%;
  }
  .v-locale--is-rtl .offset-xl-9,
  .v-locale--is-rtl.offset-xl-9 {
    margin-right: 75%;
  }
  .v-locale--is-ltr .offset-xl-10,
  .v-locale--is-ltr.offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .v-locale--is-rtl .offset-xl-10,
  .v-locale--is-rtl.offset-xl-10 {
    margin-right: 83.3333333333%;
  }
  .v-locale--is-ltr .offset-xl-11,
  .v-locale--is-ltr.offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .v-locale--is-rtl .offset-xl-11,
  .v-locale--is-rtl.offset-xl-11 {
    margin-right: 91.6666666667%;
  }
}
@media (min-width: 1450px) {
  .v-col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-xxl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .v-col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .v-locale--is-ltr .offset-xxl-0,
  .v-locale--is-ltr.offset-xxl-0 {
    margin-left: 0;
  }
  .v-locale--is-rtl .offset-xxl-0,
  .v-locale--is-rtl.offset-xxl-0 {
    margin-right: 0;
  }
  .v-locale--is-ltr .offset-xxl-1,
  .v-locale--is-ltr.offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .v-locale--is-rtl .offset-xxl-1,
  .v-locale--is-rtl.offset-xxl-1 {
    margin-right: 8.3333333333%;
  }
  .v-locale--is-ltr .offset-xxl-2,
  .v-locale--is-ltr.offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .v-locale--is-rtl .offset-xxl-2,
  .v-locale--is-rtl.offset-xxl-2 {
    margin-right: 16.6666666667%;
  }
  .v-locale--is-ltr .offset-xxl-3,
  .v-locale--is-ltr.offset-xxl-3 {
    margin-left: 25%;
  }
  .v-locale--is-rtl .offset-xxl-3,
  .v-locale--is-rtl.offset-xxl-3 {
    margin-right: 25%;
  }
  .v-locale--is-ltr .offset-xxl-4,
  .v-locale--is-ltr.offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .v-locale--is-rtl .offset-xxl-4,
  .v-locale--is-rtl.offset-xxl-4 {
    margin-right: 33.3333333333%;
  }
  .v-locale--is-ltr .offset-xxl-5,
  .v-locale--is-ltr.offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .v-locale--is-rtl .offset-xxl-5,
  .v-locale--is-rtl.offset-xxl-5 {
    margin-right: 41.6666666667%;
  }
  .v-locale--is-ltr .offset-xxl-6,
  .v-locale--is-ltr.offset-xxl-6 {
    margin-left: 50%;
  }
  .v-locale--is-rtl .offset-xxl-6,
  .v-locale--is-rtl.offset-xxl-6 {
    margin-right: 50%;
  }
  .v-locale--is-ltr .offset-xxl-7,
  .v-locale--is-ltr.offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .v-locale--is-rtl .offset-xxl-7,
  .v-locale--is-rtl.offset-xxl-7 {
    margin-right: 58.3333333333%;
  }
  .v-locale--is-ltr .offset-xxl-8,
  .v-locale--is-ltr.offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .v-locale--is-rtl .offset-xxl-8,
  .v-locale--is-rtl.offset-xxl-8 {
    margin-right: 66.6666666667%;
  }
  .v-locale--is-ltr .offset-xxl-9,
  .v-locale--is-ltr.offset-xxl-9 {
    margin-left: 75%;
  }
  .v-locale--is-rtl .offset-xxl-9,
  .v-locale--is-rtl.offset-xxl-9 {
    margin-right: 75%;
  }
  .v-locale--is-ltr .offset-xxl-10,
  .v-locale--is-ltr.offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .v-locale--is-rtl .offset-xxl-10,
  .v-locale--is-rtl.offset-xxl-10 {
    margin-right: 83.3333333333%;
  }
  .v-locale--is-ltr .offset-xxl-11,
  .v-locale--is-ltr.offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .v-locale--is-rtl .offset-xxl-11,
  .v-locale--is-rtl.offset-xxl-11 {
    margin-right: 91.6666666667%;
  }
}
@media (min-width: 330px) {
  .v-col-vvs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-vvs-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .v-col-vvs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-vvs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-vvs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-vvs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-vvs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-vvs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-vvs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-vvs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-vvs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-vvs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-vvs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-vvs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .v-locale--is-ltr .offset-vvs-0,
  .v-locale--is-ltr.offset-vvs-0 {
    margin-left: 0;
  }
  .v-locale--is-rtl .offset-vvs-0,
  .v-locale--is-rtl.offset-vvs-0 {
    margin-right: 0;
  }
  .v-locale--is-ltr .offset-vvs-1,
  .v-locale--is-ltr.offset-vvs-1 {
    margin-left: 8.3333333333%;
  }
  .v-locale--is-rtl .offset-vvs-1,
  .v-locale--is-rtl.offset-vvs-1 {
    margin-right: 8.3333333333%;
  }
  .v-locale--is-ltr .offset-vvs-2,
  .v-locale--is-ltr.offset-vvs-2 {
    margin-left: 16.6666666667%;
  }
  .v-locale--is-rtl .offset-vvs-2,
  .v-locale--is-rtl.offset-vvs-2 {
    margin-right: 16.6666666667%;
  }
  .v-locale--is-ltr .offset-vvs-3,
  .v-locale--is-ltr.offset-vvs-3 {
    margin-left: 25%;
  }
  .v-locale--is-rtl .offset-vvs-3,
  .v-locale--is-rtl.offset-vvs-3 {
    margin-right: 25%;
  }
  .v-locale--is-ltr .offset-vvs-4,
  .v-locale--is-ltr.offset-vvs-4 {
    margin-left: 33.3333333333%;
  }
  .v-locale--is-rtl .offset-vvs-4,
  .v-locale--is-rtl.offset-vvs-4 {
    margin-right: 33.3333333333%;
  }
  .v-locale--is-ltr .offset-vvs-5,
  .v-locale--is-ltr.offset-vvs-5 {
    margin-left: 41.6666666667%;
  }
  .v-locale--is-rtl .offset-vvs-5,
  .v-locale--is-rtl.offset-vvs-5 {
    margin-right: 41.6666666667%;
  }
  .v-locale--is-ltr .offset-vvs-6,
  .v-locale--is-ltr.offset-vvs-6 {
    margin-left: 50%;
  }
  .v-locale--is-rtl .offset-vvs-6,
  .v-locale--is-rtl.offset-vvs-6 {
    margin-right: 50%;
  }
  .v-locale--is-ltr .offset-vvs-7,
  .v-locale--is-ltr.offset-vvs-7 {
    margin-left: 58.3333333333%;
  }
  .v-locale--is-rtl .offset-vvs-7,
  .v-locale--is-rtl.offset-vvs-7 {
    margin-right: 58.3333333333%;
  }
  .v-locale--is-ltr .offset-vvs-8,
  .v-locale--is-ltr.offset-vvs-8 {
    margin-left: 66.6666666667%;
  }
  .v-locale--is-rtl .offset-vvs-8,
  .v-locale--is-rtl.offset-vvs-8 {
    margin-right: 66.6666666667%;
  }
  .v-locale--is-ltr .offset-vvs-9,
  .v-locale--is-ltr.offset-vvs-9 {
    margin-left: 75%;
  }
  .v-locale--is-rtl .offset-vvs-9,
  .v-locale--is-rtl.offset-vvs-9 {
    margin-right: 75%;
  }
  .v-locale--is-ltr .offset-vvs-10,
  .v-locale--is-ltr.offset-vvs-10 {
    margin-left: 83.3333333333%;
  }
  .v-locale--is-rtl .offset-vvs-10,
  .v-locale--is-rtl.offset-vvs-10 {
    margin-right: 83.3333333333%;
  }
  .v-locale--is-ltr .offset-vvs-11,
  .v-locale--is-ltr.offset-vvs-11 {
    margin-left: 91.6666666667%;
  }
  .v-locale--is-rtl .offset-vvs-11,
  .v-locale--is-rtl.offset-vvs-11 {
    margin-right: 91.6666666667%;
  }
}
@media (min-width: 400px) {
  .v-col-vs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-vs-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .v-col-vs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-vs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-vs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-vs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-vs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-vs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-vs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-vs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-vs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-vs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-vs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-vs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .v-locale--is-ltr .offset-vs-0,
  .v-locale--is-ltr.offset-vs-0 {
    margin-left: 0;
  }
  .v-locale--is-rtl .offset-vs-0,
  .v-locale--is-rtl.offset-vs-0 {
    margin-right: 0;
  }
  .v-locale--is-ltr .offset-vs-1,
  .v-locale--is-ltr.offset-vs-1 {
    margin-left: 8.3333333333%;
  }
  .v-locale--is-rtl .offset-vs-1,
  .v-locale--is-rtl.offset-vs-1 {
    margin-right: 8.3333333333%;
  }
  .v-locale--is-ltr .offset-vs-2,
  .v-locale--is-ltr.offset-vs-2 {
    margin-left: 16.6666666667%;
  }
  .v-locale--is-rtl .offset-vs-2,
  .v-locale--is-rtl.offset-vs-2 {
    margin-right: 16.6666666667%;
  }
  .v-locale--is-ltr .offset-vs-3,
  .v-locale--is-ltr.offset-vs-3 {
    margin-left: 25%;
  }
  .v-locale--is-rtl .offset-vs-3,
  .v-locale--is-rtl.offset-vs-3 {
    margin-right: 25%;
  }
  .v-locale--is-ltr .offset-vs-4,
  .v-locale--is-ltr.offset-vs-4 {
    margin-left: 33.3333333333%;
  }
  .v-locale--is-rtl .offset-vs-4,
  .v-locale--is-rtl.offset-vs-4 {
    margin-right: 33.3333333333%;
  }
  .v-locale--is-ltr .offset-vs-5,
  .v-locale--is-ltr.offset-vs-5 {
    margin-left: 41.6666666667%;
  }
  .v-locale--is-rtl .offset-vs-5,
  .v-locale--is-rtl.offset-vs-5 {
    margin-right: 41.6666666667%;
  }
  .v-locale--is-ltr .offset-vs-6,
  .v-locale--is-ltr.offset-vs-6 {
    margin-left: 50%;
  }
  .v-locale--is-rtl .offset-vs-6,
  .v-locale--is-rtl.offset-vs-6 {
    margin-right: 50%;
  }
  .v-locale--is-ltr .offset-vs-7,
  .v-locale--is-ltr.offset-vs-7 {
    margin-left: 58.3333333333%;
  }
  .v-locale--is-rtl .offset-vs-7,
  .v-locale--is-rtl.offset-vs-7 {
    margin-right: 58.3333333333%;
  }
  .v-locale--is-ltr .offset-vs-8,
  .v-locale--is-ltr.offset-vs-8 {
    margin-left: 66.6666666667%;
  }
  .v-locale--is-rtl .offset-vs-8,
  .v-locale--is-rtl.offset-vs-8 {
    margin-right: 66.6666666667%;
  }
  .v-locale--is-ltr .offset-vs-9,
  .v-locale--is-ltr.offset-vs-9 {
    margin-left: 75%;
  }
  .v-locale--is-rtl .offset-vs-9,
  .v-locale--is-rtl.offset-vs-9 {
    margin-right: 75%;
  }
  .v-locale--is-ltr .offset-vs-10,
  .v-locale--is-ltr.offset-vs-10 {
    margin-left: 83.3333333333%;
  }
  .v-locale--is-rtl .offset-vs-10,
  .v-locale--is-rtl.offset-vs-10 {
    margin-right: 83.3333333333%;
  }
  .v-locale--is-ltr .offset-vs-11,
  .v-locale--is-ltr.offset-vs-11 {
    margin-left: 91.6666666667%;
  }
  .v-locale--is-rtl .offset-vs-11,
  .v-locale--is-rtl.offset-vs-11 {
    margin-right: 91.6666666667%;
  }
}
.v-item-group {
  flex: 0 1 auto;
  max-width: 100%;
  position: relative;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-kbd {
  background: rgb(var(--v-theme-kbd));
  border-radius: 3px;
  box-shadow:
    0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  color: rgb(var(--v-theme-on-kbd));
  display: inline;
  font-size: 85%;
  font-weight: 400;
  padding: 0.2em 0.4rem;
}
.v-layout {
  --v-scrollbar-offset: 0px;
  display: flex;
  flex: 1 1 auto;
}
.v-layout--full-height {
  --v-scrollbar-offset: inherit;
  height: 100%;
}
.v-layout-item {
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-layout-item,
.v-layout-item--absolute {
  position: absolute;
}
.v-locale-provider {
  display: contents;
}
.v-main {
  flex: 1 0 auto;
  max-width: 100%;
  padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-main__scroller {
  max-width: 100%;
  position: relative;
}
.v-main--scrollable {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.v-main--scrollable > .v-main__scroller {
  --v-layout-left: 0px;
  --v-layout-right: 0px;
  --v-layout-top: 0px;
  --v-layout-bottom: 0px;
  flex: 1 1 auto;
  overflow-y: auto;
}
.v-navigation-drawer {
  -webkit-overflow-scrolling: touch;
  background: rgb(var(--v-theme-surface));
  border: 0 solid #123645;
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 100%;
  pointer-events: auto;
  position: absolute;
  transition-duration: 0.2s;
  transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.v-navigation-drawer--border {
  border-width: thin;
  box-shadow: none;
}
.v-navigation-drawer--rounded {
  border-radius: 4px;
}
.v-navigation-drawer--top {
  border-bottom-width: thin;
  top: 0;
}
.v-navigation-drawer--bottom {
  border-top-width: thin;
  left: 0;
}
.v-navigation-drawer--left {
  border-right-width: thin;
  left: 0;
  right: auto;
  top: 0;
}
.v-navigation-drawer--right {
  border-left-width: thin;
  left: auto;
  right: 0;
  top: 0;
}
.v-navigation-drawer--floating {
  border: none;
}
.v-navigation-drawer--temporary {
  box-shadow:
    0 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-navigation-drawer--sticky {
  height: auto;
  transition: box-shadow, transform, visibility, width, height, left, right;
}
.v-navigation-drawer .v-list {
  overflow: hidden;
}
.v-navigation-drawer__content {
  flex: 0 1 auto;
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.v-navigation-drawer__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.v-navigation-drawer__img img {
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  width: inherit;
}
.v-navigation-drawer__scrim {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 1;
}
.v-navigation-drawer__append,
.v-navigation-drawer__prepend {
  overflow: hidden;
}
.v-pagination__list {
  display: inline-flex;
  justify-content: center;
  list-style-type: none;
  width: 100%;
}
.v-pagination__first,
.v-pagination__item,
.v-pagination__last,
.v-pagination__next,
.v-pagination__prev {
  margin: 0.3rem;
}
.v-parallax {
  overflow: hidden;
  position: relative;
}
.v-parallax--active > .v-img__img {
  will-change: transform;
}
.v-radio-group > .v-input__control {
  flex-direction: column;
}
.v-radio-group > .v-input__control > .v-label {
  margin-inline-start: 16px;
}
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
  margin-top: 8px;
  padding-inline-start: 6px;
}
.v-radio-group .v-input__details {
  padding-inline-end: 16px;
  padding-inline-start: 16px;
}
.v-rating {
  display: inline-flex;
  max-width: 100%;
  white-space: nowrap;
}
.v-rating--readonly {
  pointer-events: none;
}
.v-rating__wrapper {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
}
.v-rating__wrapper--bottom {
  flex-direction: column-reverse;
}
.v-rating__item {
  display: inline-flex;
  position: relative;
}
.v-rating__item label {
  cursor: pointer;
}
.v-rating__item .v-btn--variant-plain {
  opacity: 1;
}
.v-rating__item .v-btn {
  transition-property: transform;
}
.v-rating__item .v-btn .v-icon {
  transition: inherit;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
  transform: scale(1.25);
}
.v-rating__item--half {
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.v-rating__item--half .v-btn__overlay,
.v-rating__item--half:hover .v-btn__overlay {
  opacity: 0;
}
.v-rating__hidden {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.v-slide-group {
  display: flex;
  overflow: hidden;
}
.v-slide-group__next,
.v-slide-group__prev {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 0 1 52px;
  justify-content: center;
  min-width: 52px;
}
.v-slide-group__next--disabled,
.v-slide-group__prev--disabled {
  opacity: var(--v-disabled-opacity);
  pointer-events: none;
}
.v-slide-group__content {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.v-slide-group__content > * {
  white-space: normal;
}
.v-slide-group__container {
  contain: content;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}
.v-slide-group--vertical,
.v-slide-group--vertical .v-slide-group__container,
.v-slide-group--vertical .v-slide-group__content {
  flex-direction: column;
}
.v-snackbar {
  justify-content: center;
  margin: 8px;
  margin-inline-end: calc(8px + var(--v-scrollbar-offset));
  z-index: 10000;
}
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
  align-items: flex-end;
}
.v-snackbar__wrapper {
  align-items: center;
  border-radius: 4px;
  display: flex;
  max-width: 672px;
  min-height: 48px;
  min-width: 344px;
  padding: 0;
}
.v-snackbar--variant-outlined,
.v-snackbar--variant-plain,
.v-snackbar--variant-text,
.v-snackbar--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-snackbar--variant-plain {
  opacity: 0.62;
}
.v-snackbar--variant-plain:focus,
.v-snackbar--variant-plain:hover {
  opacity: 1;
}
.v-snackbar--variant-plain .v-snackbar__overlay {
  display: none;
}
.v-snackbar--variant-elevated,
.v-snackbar--variant-flat {
  background: rgb(var(--v-theme-surface-variant));
  color: rgb(var(--v-theme-on-surface-variant));
}
.v-snackbar--variant-elevated {
  box-shadow:
    0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 6px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 18px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-snackbar--variant-flat {
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
}
.v-snackbar--variant-outlined {
  border: thin solid;
}
.v-snackbar--variant-text .v-snackbar__overlay {
  background: currentColor;
}
.v-snackbar--variant-tonal .v-snackbar__underlay {
  background: currentColor;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: var(--v-activated-opacity);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.v-snackbar__content {
  flex-grow: 1;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  line-height: 1.25rem;
  margin-right: auto;
  padding: 14px 16px;
  text-align: initial;
}
.v-snackbar__actions {
  align-items: center;
  align-self: center;
  display: flex;
  margin-inline-end: 8px;
}
.v-snackbar__actions > .v-btn {
  min-width: auto;
  padding: 0 8px;
}
.v-snackbar--absolute {
  position: absolute;
  z-index: 1;
}
.v-snackbar--multi-line .v-snackbar__wrapper {
  min-height: 68px;
}
.v-snackbar--vertical .v-snackbar__wrapper {
  flex-direction: column;
}
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
  align-self: flex-end;
  margin-bottom: 8px;
}
.v-snackbar-transition-enter-active,
.v-snackbar-transition-leave-active {
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.v-snackbar-transition-enter-active {
  transition-property: opacity, transform;
}
.v-snackbar-transition-enter-from {
  opacity: 0;
  transform: scale(0.8);
}
.v-snackbar-transition-leave-active {
  transition-property: opacity;
}
.v-snackbar-transition-leave-to {
  opacity: 0;
}
.v-switch .v-label {
  padding-inline-start: 10px;
}
.v-switch .v-switch__thumb {
  background-color: rgb(var(--v-theme-surface-bright));
  color: rgb(var(--v-theme-on-surface-bright));
}
.v-switch__loader {
  display: flex;
}
.v-switch__loader .v-progress-circular {
  color: rgb(var(--v-theme-surface));
}
.v-switch__thumb,
.v-switch__track {
  transition: none;
}
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb,
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track {
  background-color: rgb(var(--v-theme-error));
  color: rgb(var(--v-theme-on-error));
}
.v-switch__track {
  background-color: rgb(var(--v-theme-surface-variant));
  border-radius: 9999px;
  cursor: pointer;
  height: 14px;
  opacity: 0.6;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 36px;
}
.v-switch--inset .v-switch__track {
  border-radius: 9999px;
  height: 32px;
  width: 52px;
}
.v-switch__thumb {
  align-items: center;
  border-radius: 50%;
  box-shadow:
    0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  display: flex;
  height: 20px;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  transition:
    transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0.05s,
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 20px;
}
.v-switch--inset .v-switch__thumb {
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  height: 24px;
  transform: scale(0.6666666667);
  width: 24px;
}
.v-switch--inset .v-switch__thumb--filled {
  transform: none;
}
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
  transform: none;
  transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0.05s;
}
.v-switch .v-selection-control {
  min-height: var(--v-input-control-height);
}
.v-switch .v-selection-control__input {
  border-radius: 50%;
  position: absolute;
  transform: translateX(-10px);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-switch .v-selection-control__input .v-icon {
  position: absolute;
}
.v-switch .v-selection-control--dirty .v-selection-control__input {
  transform: translateX(10px);
}
.v-switch.v-switch--indeterminate .v-selection-control__input {
  transform: scale(0.8);
}
.v-switch.v-switch--indeterminate .v-switch__thumb {
  box-shadow: none;
  transform: scale(0.75);
}
.v-switch.v-switch--inset .v-selection-control__wrapper {
  width: auto;
}
.v-system-bar {
  align-items: center;
  background: rgba(var(--v-theme-on-surface-variant));
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
  display: flex;
  flex: 1 1 auto;
  font-size: 0.75rem;
  font-weight: 400;
  height: 24px;
  justify-content: flex-end;
  letter-spacing: 0.0333333333em;
  line-height: 1.25rem;
  max-width: 100%;
  padding-inline-end: 8px;
  padding-inline-start: 8px;
  position: relative;
  text-align: end;
  text-transform: none;
  width: 100%;
}
.v-system-bar .v-icon {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-system-bar--absolute {
  position: absolute;
}
.v-system-bar--fixed {
  position: fixed;
}
.v-system-bar--rounded {
  border-radius: 0;
}
.v-system-bar--window {
  height: 32px;
}
.v-system-bar:not(.v-system-bar--absolute) {
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
}
.v-tabs {
  display: flex;
  height: var(--v-tabs-height);
}
.v-tabs--density-default {
  --v-tabs-height: 48px;
}
.v-tabs--density-default.v-tabs--stacked {
  --v-tabs-height: 72px;
}
.v-tabs--density-comfortable {
  --v-tabs-height: 44px;
}
.v-tabs--density-comfortable.v-tabs--stacked {
  --v-tabs-height: 68px;
}
.v-tabs--density-compact {
  --v-tabs-height: 36px;
}
.v-tabs--density-compact.v-tabs--stacked {
  --v-tabs-height: 60px;
}
.v-tabs.v-slide-group--vertical {
  --v-tabs-height: 48px;
  flex: none;
  height: auto;
}
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
  margin-inline-start: 42px;
}
.v-tabs--align-tabs-center .v-slide-group__content > :last-child,
.v-tabs--fixed-tabs .v-slide-group__content > :last-child {
  margin-inline-end: auto;
}
.v-tabs--align-tabs-center .v-slide-group__content > :first-child,
.v-tabs--fixed-tabs .v-slide-group__content > :first-child {
  margin-inline-start: auto;
}
.v-tabs--grow {
  flex-grow: 1;
}
.v-tabs--grow .v-tab {
  flex: 1 0 auto;
  max-width: none;
}
.v-tabs--align-tabs-end .v-tab:first-child {
  margin-inline-start: auto;
}
.v-tabs--align-tabs-end .v-tab:last-child {
  margin-inline-end: 0;
}
@media (max-width: 991.98px) {
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
    margin-inline-start: 52px;
  }
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
    margin-inline-end: 52px;
  }
}
.v-tab.v-tab {
  --v-btn-height: var(--v-tabs-height);
  border-radius: 0;
  min-width: 90px;
}
.v-slide-group--horizontal .v-tab {
  max-width: 360px;
}
.v-slide-group--vertical .v-tab {
  justify-content: start;
}
.v-tab__slider {
  background: currentColor;
  bottom: 0;
  height: 2px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.v-tab--selected .v-tab__slider {
  opacity: 1;
}
.v-slide-group--vertical .v-tab__slider {
  height: 100%;
  top: 0;
  width: 2px;
}
.v-table {
  background: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
  transition-duration: 0.28s;
  transition-property: box-shadow, opacity, background, height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.v-table .v-table-divider {
  border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
}
.v-table .v-table__wrapper > table > thead > tr > th {
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
}
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th,
.v-table .v-table__wrapper > table > thead > tr > th {
  border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
}
.v-table .v-table__wrapper > table > tfoot > tr > td,
.v-table .v-table__wrapper > table > tfoot > tr > th {
  border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
}
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover td {
  background: rgba(var(--v-border-color), var(--v-hover-opacity));
}
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
  background: rgb(var(--v-theme-surface));
  box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
  z-index: 1;
}
.v-table.v-table--fixed-footer > tfoot > tr > td,
.v-table.v-table--fixed-footer > tfoot > tr > th {
  background: rgb(var(--v-theme-surface));
  box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
}
.v-table {
  --v-table-header-height: 56px;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  max-width: 100%;
}
.v-table > .v-table__wrapper > table {
  border-spacing: 0;
  width: 100%;
}
.v-table > .v-table__wrapper > table > tbody > tr > td,
.v-table > .v-table__wrapper > table > tbody > tr > th,
.v-table > .v-table__wrapper > table > tfoot > tr > td,
.v-table > .v-table__wrapper > table > tfoot > tr > th,
.v-table > .v-table__wrapper > table > thead > tr > td,
.v-table > .v-table__wrapper > table > thead > tr > th {
  padding: 0 16px;
  transition-duration: 0.28s;
  transition-property: box-shadow, opacity, background, height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.v-table > .v-table__wrapper > table > tbody > tr > th,
.v-table > .v-table__wrapper > table > tfoot > tr > th,
.v-table > .v-table__wrapper > table > thead > tr > th {
  font-weight: 500;
  text-align: start;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.v-table--density-default > .v-table__wrapper > table > tbody > tr > th,
.v-table--density-default > .v-table__wrapper > table > tfoot > tr > th,
.v-table--density-default > .v-table__wrapper > table > thead > tr > th {
  height: calc(var(--v-table-header-height));
}
.v-table--density-default > .v-table__wrapper > table > tbody > tr > td,
.v-table--density-default > .v-table__wrapper > table > tfoot > tr > td,
.v-table--density-default > .v-table__wrapper > table > thead > tr > td {
  height: calc(var(--v-table-row-height, 52px));
}
.v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > th,
.v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > th,
.v-table--density-comfortable > .v-table__wrapper > table > thead > tr > th {
  height: calc(var(--v-table-header-height) - 8px);
}
.v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > td,
.v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > td,
.v-table--density-comfortable > .v-table__wrapper > table > thead > tr > td {
  height: calc(var(--v-table-row-height, 52px) - 8px);
}
.v-table--density-compact > .v-table__wrapper > table > tbody > tr > th,
.v-table--density-compact > .v-table__wrapper > table > tfoot > tr > th,
.v-table--density-compact > .v-table__wrapper > table > thead > tr > th {
  height: calc(var(--v-table-header-height) - 16px);
}
.v-table--density-compact > .v-table__wrapper > table > tbody > tr > td,
.v-table--density-compact > .v-table__wrapper > table > tfoot > tr > td,
.v-table--density-compact > .v-table__wrapper > table > thead > tr > td {
  height: calc(var(--v-table-row-height, 52px) - 16px);
}
.v-table__wrapper {
  border-radius: inherit;
  flex: 1 1 auto;
  overflow: auto;
}
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
  border-top-left-radius: 0;
}
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
  border-top-right-radius: 0;
}
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
  border-bottom-left-radius: 0;
}
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
  border-bottom-right-radius: 0;
}
.v-table--fixed-height > .v-table__wrapper {
  overflow-y: auto;
}
.v-table--fixed-header > .v-table__wrapper > table > thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
  border-bottom: 0 !important;
}
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
  bottom: 0;
  position: sticky;
  z-index: 1;
}
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
  border-top: 0 !important;
}
.v-textarea .v-field {
  --v-textarea-control-height: var(--v-input-control-height);
}
.v-textarea .v-field__field {
  --v-input-control-height: var(--v-textarea-control-height);
}
.v-textarea .v-field__input {
  flex: 1 1 auto;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent,
    transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px),
    #000 calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px)
  );
  mask-image: linear-gradient(
    to bottom,
    transparent,
    transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px),
    #000 calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px)
  );
  outline: none;
}
.v-textarea .v-field__input.v-textarea__sizer {
  height: 0 !important;
  left: 0;
  min-height: 0 !important;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.v-textarea--no-resize .v-field__input {
  resize: none;
}
.v-textarea .v-field--active textarea,
.v-textarea .v-field--no-label textarea {
  opacity: 1;
}
.v-textarea textarea {
  flex: 1;
  min-width: 0;
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-textarea textarea:active,
.v-textarea textarea:focus {
  outline: none;
}
.v-textarea textarea:invalid {
  box-shadow: none;
}
.v-theme-provider {
  background: rgb(var(--v-theme-background));
  color: rgb(var(--v-theme-on-background));
}
.v-timeline .v-timeline-divider__dot {
  background: rgb(var(--v-theme-on-surface-variant));
}
.v-timeline .v-timeline-divider__inner-dot {
  background: rgb(var(--v-theme-on-surface));
}
.v-timeline {
  display: grid;
  grid-auto-flow: dense;
  position: relative;
}
.v-timeline--horizontal.v-timeline {
  grid-column-gap: 24px;
  width: 100%;
}
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
  grid-row: 3;
  padding-block-start: 24px;
}
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite,
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(odd) .v-timeline-item__body {
  align-self: flex-end;
  grid-row: 1;
  padding-block-end: 24px;
}
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(odd) .v-timeline-item__opposite {
  grid-row: 3;
  padding-block-start: 24px;
}
.v-timeline--vertical.v-timeline {
  grid-row-gap: 24px;
  height: 100%;
}
.v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-divider,
.v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__body,
.v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__opposite {
  padding-block-start: 24px;
}
.v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-divider,
.v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__body,
.v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite {
  padding-block-end: 24px;
}
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
  grid-column: 1;
  padding-inline-end: 24px;
}
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite,
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(odd) .v-timeline-item__body {
  grid-column: 3;
  padding-inline-start: 24px;
}
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(odd) .v-timeline-item__opposite {
  grid-column: 1;
  justify-self: flex-end;
  padding-inline-end: 24px;
}
.v-timeline-item {
  display: contents;
}
.v-timeline-divider {
  align-items: center;
  display: flex;
  position: relative;
}
.v-timeline--horizontal .v-timeline-divider {
  flex-direction: row;
  grid-row: 2;
  width: 100%;
}
.v-timeline--vertical .v-timeline-divider {
  flex-direction: column;
  grid-column: 2;
  height: 100%;
}
.v-timeline-divider__before {
  background: rgba(var(--v-border-color), var(--v-border-opacity));
  position: absolute;
}
.v-timeline--horizontal .v-timeline-divider__before {
  height: var(--v-timeline-line-thickness);
  width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
}
.v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__before,
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-divider__before {
  left: -12px;
  right: auto;
}
.v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__before,
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-divider__before {
  left: auto;
  right: -12px;
}
.v-timeline--vertical .v-timeline-divider__before {
  height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
  top: -12px;
  width: var(--v-timeline-line-thickness);
}
.v-timeline-divider__after {
  background: rgba(var(--v-border-color), var(--v-border-opacity));
  position: absolute;
}
.v-timeline--horizontal .v-timeline-divider__after {
  height: var(--v-timeline-line-thickness);
  width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
}
.v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__after,
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-divider__after {
  left: auto;
  right: -12px;
}
.v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__after,
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-divider__after {
  left: -12px;
  right: auto;
}
.v-timeline--vertical .v-timeline-divider__after {
  bottom: -12px;
  height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
  width: var(--v-timeline-line-thickness);
}
.v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__before {
  height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
  top: 0;
}
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
  width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
}
.v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before,
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
  left: 0;
  right: auto;
}
.v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before,
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
  left: auto;
  right: 0;
}
.v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__after {
  height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
}
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
  width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
}
.v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after,
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
  left: auto;
  right: -12px;
}
.v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after,
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
  left: -12px;
  right: auto;
}
.v-timeline--vertical .v-timeline-item:last-child .v-timeline-divider__before {
  height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
}
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__before {
  width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
}
.v-timeline--vertical .v-timeline-item:last-child .v-timeline-divider__after {
  bottom: 0;
  height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
}
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
  width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
}
.v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after,
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
  left: auto;
  right: 0;
}
.v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after,
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
  left: 0;
  right: auto;
}
.v-timeline--vertical .v-timeline-item:only-child .v-timeline-divider__after {
  height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset));
}
.v-timeline-divider__dot {
  align-items: center;
  border-radius: 50%;
  box-shadow:
    0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  z-index: 1;
}
.v-timeline-divider__dot--size-x-small {
  height: 22px;
  width: 22px;
}
.v-timeline-divider__dot--size-x-small .v-timeline-divider__inner-dot {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
}
.v-timeline-divider__dot--size-small {
  height: 30px;
  width: 30px;
}
.v-timeline-divider__dot--size-small .v-timeline-divider__inner-dot {
  height: calc(100% - 8px);
  width: calc(100% - 8px);
}
.v-timeline-divider__dot--size-default {
  height: 38px;
  width: 38px;
}
.v-timeline-divider__dot--size-default .v-timeline-divider__inner-dot {
  height: calc(100% - 8px);
  width: calc(100% - 8px);
}
.v-timeline-divider__dot--size-large {
  height: 46px;
  width: 46px;
}
.v-timeline-divider__dot--size-large .v-timeline-divider__inner-dot {
  height: calc(100% - 8px);
  width: calc(100% - 8px);
}
.v-timeline-divider__dot--size-x-large {
  height: 54px;
  width: 54px;
}
.v-timeline-divider__dot--size-x-large .v-timeline-divider__inner-dot {
  height: calc(100% - 10px);
  width: calc(100% - 10px);
}
.v-timeline-divider__inner-dot {
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.v-timeline--horizontal.v-timeline--justify-center {
  grid-template-rows: minmax(auto, 50%) min-content minmax(auto, 50%);
}
.v-timeline--vertical.v-timeline--justify-center {
  grid-template-columns: minmax(auto, 50%) min-content minmax(auto, 50%);
}
.v-timeline--horizontal.v-timeline--justify-auto {
  grid-template-rows: auto min-content auto;
}
.v-timeline--vertical.v-timeline--justify-auto {
  grid-template-columns: auto min-content auto;
}
.v-timeline--horizontal.v-timeline--density-comfortable {
  height: 100%;
}
.v-timeline--horizontal.v-timeline--density-comfortable.v-timeline--side-end {
  grid-template-rows: min-content min-content auto;
}
.v-timeline--horizontal.v-timeline--density-comfortable.v-timeline--side-start {
  grid-template-rows: auto min-content min-content;
}
.v-timeline--vertical.v-timeline--density-comfortable {
  width: 100%;
}
.v-timeline--vertical.v-timeline--density-comfortable.v-timeline--side-end {
  grid-template-columns: min-content min-content auto;
}
.v-timeline--vertical.v-timeline--density-comfortable.v-timeline--side-start {
  grid-template-columns: auto min-content min-content;
}
.v-timeline--horizontal.v-timeline--density-compact.v-timeline--side-end {
  grid-template-rows: 0 min-content auto;
}
.v-timeline--horizontal.v-timeline--density-compact.v-timeline--side-start {
  grid-template-rows: auto min-content 0;
}
.v-timeline--horizontal.v-timeline--density-compact .v-timeline-item__body {
  grid-row: 1;
}
.v-timeline--vertical.v-timeline--density-compact.v-timeline--side-end {
  grid-template-columns: 0 min-content auto;
}
.v-timeline--vertical.v-timeline--density-compact.v-timeline--side-start {
  grid-template-columns: auto min-content 0;
}
.v-timeline--vertical.v-timeline--density-compact .v-timeline-item__body {
  grid-column: 3;
}
.v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body {
  grid-row: 3;
  padding-block-end: 0;
  padding-block-start: 24px;
}
.v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite {
  grid-row: 1;
  padding-block-end: 24px;
  padding-block-start: 0;
}
.v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body {
  grid-column: 3;
  justify-self: flex-start;
  padding-inline-end: 0;
  padding-inline-start: 24px;
}
.v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite {
  grid-column: 1;
  justify-self: flex-end;
  padding-inline-end: 24px;
  padding-inline-start: 0;
}
.v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body {
  grid-row: 1;
  padding-block-end: 24px;
  padding-block-start: 0;
}
.v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite {
  grid-row: 3;
  padding-block-end: 0;
  padding-block-start: 24px;
}
.v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body {
  grid-column: 1;
  justify-self: flex-end;
  padding-inline-end: 24px;
}
.v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite {
  grid-column: 3;
  justify-self: flex-start;
  padding-inline-start: 24px;
}
.v-timeline-divider--fill-dot .v-timeline-divider__inner-dot {
  height: inherit;
  width: inherit;
}
.v-timeline--align-center {
  --v-timeline-line-size-base: 50%;
  --v-timeline-line-size-offset: 0px;
}
.v-timeline--horizontal.v-timeline--align-center {
  justify-items: center;
}
.v-timeline--horizontal.v-timeline--align-center .v-timeline-item__body,
.v-timeline--horizontal.v-timeline--align-center .v-timeline-item__opposite {
  padding-inline: 12px;
}
.v-timeline--horizontal.v-timeline--align-center .v-timeline-divider {
  justify-content: center;
}
.v-timeline--vertical.v-timeline--align-center {
  align-items: center;
}
.v-timeline--vertical.v-timeline--align-center .v-timeline-divider {
  justify-content: center;
}
.v-timeline--align-start {
  --v-timeline-line-size-base: 100%;
  --v-timeline-line-size-offset: 12px;
}
.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
  --v-timeline-line-size-offset: 24px;
}
.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
  --v-timeline-line-size-offset: -12px;
}
.v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
  --v-timeline-line-size-offset: 0px;
}
.v-timeline--horizontal.v-timeline--align-start {
  justify-items: flex-start;
}
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
  justify-content: flex-start;
}
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
  width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
}
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
  width: calc(
    var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) -
      var(--v-timeline-line-inset)
  );
}
.v-timeline--vertical.v-timeline--align-start {
  align-items: flex-start;
}
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
  justify-content: flex-start;
}
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
  height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
}
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
  height: calc(
    var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) -
      var(--v-timeline-line-inset)
  );
}
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
  display: none;
}
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
  --v-timeline-line-size-offset: 12px;
}
.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider,
.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body,
.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
  padding-block-start: 0;
}
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider,
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body,
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
  padding-inline-start: 0;
}
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
  display: none;
}
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
  --v-timeline-line-size-offset: 12px;
}
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider,
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body,
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
  padding-block-end: 0;
}
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider,
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body,
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
  padding-inline-end: 0;
}
.v-tooltip > .v-overlay__content {
  background: rgb(var(--v-theme-surface-variant));
  border-radius: 4px;
  color: rgb(var(--v-theme-on-surface-variant));
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.6;
  opacity: 1;
  padding: 5px 16px;
  pointer-events: none;
  text-transform: none;
  transition-property: opacity, transform;
  width: auto;
}
.v-tooltip > .v-overlay__content[class*='enter-active'] {
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.v-tooltip > .v-overlay__content[class*='leave-active'] {
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.v-date-picker__input {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
}
.v-date-picker {
  overflow: hidden;
}
.v-date-picker-month {
  padding: 0 12px 12px;
}
.v-date-picker-month__day {
  height: 48px;
  width: 48px;
}
.v-date-picker-month__day .v-btn {
  --v-btn-height: 28px;
  --v-btn-size: 0.85rem;
}
.v-date-picker-controls {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  justify-content: space-between;
  padding-bottom: 4px;
  padding-inline-end: 12px;
  padding-inline-start: 24px;
  padding-top: 4px;
}
.v-date-picker-controls--variant-classic {
  padding-inline-start: 12px;
}
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
  opacity: 0.7;
}
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
  cursor: pointer;
}
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
  opacity: 1;
}
.v-date-picker-controls .v-btn:last-child {
  margin-inline-start: 4px;
}
.v-date-picker--year .v-date-picker-controls > .v-btn {
  transform: rotate(180deg);
}
.v-date-picker-controls__date {
  margin-inline-end: 4px;
}
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
  margin: auto;
  text-align: center;
}
.v-date-picker-controls__month {
  display: flex;
}
.v-locale--is-rtl .v-date-picker-controls__month,
.v-locale--is-rtl.v-date-picker-controls__month {
  flex-direction: row-reverse;
}
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
  flex: 1 0 auto;
}
.v-date-picker__title {
  display: inline-block;
}
.v-date-picker-month {
  --v-date-picker-month-day-diff: 4px;
  display: flex;
  justify-content: center;
  min-width: 328px;
}
.v-date-picker-month__weeks {
  grid-row-gap: 4px;
  display: grid;
  grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
}
.v-date-picker-month__weekday {
  font-size: 0.875rem;
}
.v-date-picker-month__days {
  grid-row-gap: 4px;
  display: grid;
  flex: 1 1;
  grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
  justify-content: space-around;
}
.v-date-picker-month__day {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.v-date-picker-month__day--adjacent {
  opacity: 0.5;
}
.v-date-picker-month__day--hide-adjacent {
  opacity: 0;
}
.v-date-picker-month__day--range {
  opacity: 0.5;
}
.v-date-picker-month__day--hover,
.v-date-picker-month__day--range {
  height: calc(100% - var(--v-date-picker-month-day-diff) * 2);
  position: absolute;
  width: 100%;
}
.v-date-picker-month__day--hover {
  border-bottom-width: 1px;
  border-style: dashed;
  border-left: none;
  border-right: none;
  border-top-width: 1px;
}
.v-date-picker-month__day--start .v-date-picker-month__day--range,
.v-date-picker-month__day--week-start .v-date-picker-month__day--range {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  left: var(--v-date-picker-month-day-diff);
  width: calc(100% - var(--v-date-picker-month-day-diff));
}
.v-date-picker-month__day--end .v-date-picker-month__day--range,
.v-date-picker-month__day--week-end .v-date-picker-month__day--range {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  right: var(--v-date-picker-month-day-diff);
  width: calc(100% - var(--v-date-picker-month-day-diff));
}
.v-date-picker-month__day--selected.v-date-picker-month__day--end.v-date-picker-month__day--week-start
  .v-date-picker-month__day--range,
.v-date-picker-month__day--selected.v-date-picker-month__day--start.v-date-picker-month__day--week-end
  .v-date-picker-month__day--range {
  display: none;
}
.v-date-picker-years {
  height: 320px;
  overflow-y: scroll;
}
.v-date-picker-years__content {
  grid-gap: 8px 24px;
  display: grid;
  flex: 1 1;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-around;
  padding-inline-end: 36px;
  padding-inline-start: 36px;
}
.v-date-picker-years__content .v-btn {
  padding-inline-end: 8px;
  padding-inline-start: 8px;
}
.v-picker.v-sheet {
  border-radius: 4px;
  box-shadow:
    0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)),
    0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)),
    0 1px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
  display: grid;
  grid-auto-rows: min-content;
  grid-template-areas: 'title' 'header' 'body';
  overflow: hidden;
}
.v-picker.v-sheet.v-picker--with-actions {
  grid-template-areas: 'title' 'header' 'body' 'actions';
}
.v-picker__body {
  grid-area: body;
}
.v-picker__header {
  grid-area: header;
}
.v-picker__actions {
  align-items: center;
  display: flex;
  grid-area: actions;
  justify-content: flex-end;
  padding: 0 12px 12px;
}
.v-picker__actions .v-btn {
  min-width: 48px;
  padding-inline-end: 8px;
  padding-inline-start: 8px;
}
.v-picker__actions .v-btn:not(:last-child) {
  margin-inline-end: 8px;
}
.v-picker--landscape {
  grid-template-areas: 'title' 'header body' 'header body';
}
.v-picker--landscape.v-picker--with-actions {
  grid-template-areas: 'title' 'header body' 'header actions';
}
.v-picker-title {
  font-size: 0.75rem;
  font-weight: 600;
  grid-area: title;
  letter-spacing: 0.1666666667em;
  padding-inline-end: 12px;
  padding-bottom: 16px;
  padding-inline-start: 24px;
  padding-top: 16px;
  text-transform: uppercase;
}
.v-date-picker-header {
  display: grid;
  grid-template-areas: 'prepend content append';
  grid-template-columns: min-content minmax(0, 1fr) min-content;
  overflow: hidden;
  padding-inline-end: 12px;
  padding-bottom: 12px;
  padding-inline-start: 24px;
}
.v-date-picker-header__append {
  grid-area: append;
}
.v-date-picker-header__prepend {
  grid-area: prepend;
  padding-inline-start: 8px;
}
.v-date-picker-header__content {
  align-items: center;
  display: inline-flex;
  font-size: 32px;
  grid-area: content;
  justify-content: space-between;
  line-height: 40px;
}
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
  opacity: 0.7;
}
.v-date-picker--month .v-date-picker-header__content {
  opacity: 1;
}
.v-date-picker--year .v-date-picker-header__content {
  cursor: pointer;
}
.date-picker-header-reverse-transition-enter-active,
.date-picker-header-reverse-transition-leave-active,
.date-picker-header-transition-enter-active,
.date-picker-header-transition-leave-active {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.date-picker-header-transition-enter-from {
  transform: translateY(100%);
}
.date-picker-header-transition-leave-to {
  opacity: 0;
  transform: translateY(-100%);
}
.date-picker-header-reverse-transition-enter-from {
  transform: translateY(-100%);
}
.date-picker-header-reverse-transition-leave-to {
  opacity: 0;
  transform: translateY(100%);
}
