.theme--light.v-application {
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-application .text--primary {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme--light.v-application .text--secondary {
  color: rgba(0, 0, 0, 0.6) !important;
}
.theme--light.v-application .text--disabled {
  color: rgba(0, 0, 0, 0.38) !important;
}
.theme--dark.v-application {
  background: #121212;
  color: #FFFFFF;
}
.theme--dark.v-application .text--primary {
  color: #FFFFFF !important;
}
.theme--dark.v-application .text--secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}
.theme--dark.v-application .text--disabled {
  color: rgba(255, 255, 255, 0.5) !important;
}
.v-application {
  display: flex;
  position: relative;
}
.v-application a {
  cursor: pointer;
}
.v-application--is-rtl {
  direction: rtl;
}
.v-application--wrap {
  flex: 1 1 auto;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 100%;
  position: relative;
}
@-moz-document url-prefix() {
  @media print {
    .v-application {
      display: block;
    }
    .v-application--wrap {
      display: block;
    }
  }
}
.v-btn:not(.v-btn--outlined).primary, .v-btn:not(.v-btn--outlined).secondary, .v-btn:not(.v-btn--outlined).accent, .v-btn:not(.v-btn--outlined).success, .v-btn:not(.v-btn--outlined).error, .v-btn:not(.v-btn--outlined).warning, .v-btn:not(.v-btn--outlined).info {
  color: #FFFFFF;
}

.theme--light.v-btn {
  color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-btn.v-btn--disabled {
  color: rgba(0, 0, 0, 0.26) !important;
}

.theme--light.v-btn.v-btn--disabled .v-icon,
.theme--light.v-btn.v-btn--disabled .v-btn__loading {
  color: rgba(0, 0, 0, 0.26) !important;
}

.theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
  background-color: rgba(0, 0, 0, 0.12) !important;
}

.theme--light.v-btn.v-btn--has-bg {
  background-color: #f5f5f5;
}

.theme--light.v-btn.v-btn--outlined.v-btn--text {
  border-color: rgba(0, 0, 0, 0.12);
}

.theme--light.v-btn.v-btn--icon {
  color: rgba(0, 0, 0, 0.54);
}

.theme--light.v-btn:hover::before {
  opacity: 0.08;
}

.theme--light.v-btn:focus::before {
  opacity: 0.24;
}

.theme--light.v-btn--active:hover::before, .theme--light.v-btn--active::before {
  opacity: 0.18;
}

.theme--light.v-btn--active:focus::before {
  opacity: 0.16;
}

.theme--dark.v-btn {
  color: #FFFFFF;
}

.theme--dark.v-btn.v-btn--disabled {
  color: rgba(255, 255, 255, 0.3) !important;
}

.theme--dark.v-btn.v-btn--disabled .v-icon,
.theme--dark.v-btn.v-btn--disabled .v-btn__loading {
  color: rgba(255, 255, 255, 0.3) !important;
}

.theme--dark.v-btn.v-btn--disabled.v-btn--has-bg {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.theme--dark.v-btn.v-btn--has-bg {
  background-color: #272727;
}

.theme--dark.v-btn.v-btn--outlined.v-btn--text {
  border-color: rgba(255, 255, 255, 0.12);
}

.theme--dark.v-btn.v-btn--icon {
  color: #FFFFFF;
}

.theme--dark.v-btn:hover::before {
  opacity: 0.08;
}

.theme--dark.v-btn:focus::before {
  opacity: 0.24;
}

.theme--dark.v-btn--active:hover::before, .theme--dark.v-btn--active::before {
  opacity: 0.18;
}

.theme--dark.v-btn--active:focus::before {
  opacity: 0.32;
}

.v-btn {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  justify-content: center;
  outline: 0;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-indent: 0.0892857143em;
  text-transform: uppercase;
  transition-duration: 0.28s;
  transition-property: box-shadow, transform, opacity;
  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;
  white-space: nowrap;
}

.v-btn.v-size--x-small {
  font-size: 0.625rem;
}

.v-btn.v-size--small {
  font-size: 0.75rem;
}

.v-btn.v-size--default {
  font-size: 0.875rem;
}

.v-btn.v-size--large {
  font-size: 0.875rem;
}

.v-btn.v-size--x-large {
  font-size: 1rem;
}

.v-btn:before {
  background-color: currentColor;
  border-radius: inherit;
  bottom: 0;
  color: inherit;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}

.v-btn:not(.v-btn--round).v-size--x-small {
  height: 20px;
  min-width: 36px;
  padding: 0 8.8888888889px;
}

.v-btn:not(.v-btn--round).v-size--small {
  height: 28px;
  min-width: 50px;
  padding: 0 12.4444444444px;
}

.v-btn:not(.v-btn--round).v-size--default {
  height: 36px;
  min-width: 64px;
  padding: 0 16px;
}

.v-btn:not(.v-btn--round).v-size--large {
  height: 44px;
  min-width: 78px;
  padding: 0 19.5555555556px;
}

.v-btn:not(.v-btn--round).v-size--x-large {
  height: 52px;
  min-width: 92px;
  padding: 0 23.1111111111px;
}

.v-btn > .v-btn__content .v-icon {
  color: inherit;
}

.v-btn__content {
  align-items: center;
  color: inherit;
  display: flex;
  flex: 1 0 auto;
  justify-content: inherit;
  line-height: normal;
  position: relative;
  transition: inherit;
  transition-property: opacity;
}

.v-btn__content .v-icon.v-icon--left,
.v-btn__content .v-icon.v-icon--right {
  font-size: 18px;
  height: 18px;
  width: 18px;
}

.v-application--is-ltr .v-btn__content .v-icon--left {
  margin-left: -4px;
  margin-right: 8px;
}

.v-application--is-rtl .v-btn__content .v-icon--left {
  margin-left: 8px;
  margin-right: -4px;
}

.v-application--is-ltr .v-btn__content .v-icon--right {
  margin-left: 8px;
  margin-right: -4px;
}

.v-application--is-rtl .v-btn__content .v-icon--right {
  margin-left: -4px;
  margin-right: 8px;
}

.v-btn__loader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.v-btn--absolute.v-btn--right,
.v-btn--fixed.v-btn--right {
  right: 16px;
}

.v-btn--absolute.v-btn--left,
.v-btn--fixed.v-btn--left {
  left: 16px;
}

.v-btn--absolute.v-btn--top,
.v-btn--fixed.v-btn--top {
  top: 16px;
}

.v-btn--absolute.v-btn--bottom,
.v-btn--fixed.v-btn--bottom {
  bottom: 16px;
}

.v-btn--absolute {
  position: absolute;
}

.v-btn--fixed {
  position: fixed;
}

.v-btn--block {
  display: flex;
  flex: 1 0 auto;
  min-width: 100% !important;
  max-width: none;
}

.v-btn--is-elevated {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.v-btn--is-elevated:after {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.v-btn--is-elevated:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.v-btn--is-elevated.v-btn--fab {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.v-btn--is-elevated.v-btn--fab:after {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.v-btn--is-elevated.v-btn--fab:active {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.v-btn--disabled {
  pointer-events: none;
}

.v-btn--icon,
.v-btn--fab {
  min-height: 0;
  min-width: 0;
  padding: 0;
}

.v-btn--icon.v-size--x-small .v-icon,
.v-btn--fab.v-size--x-small .v-icon {
  height: 18px;
  font-size: 18px;
  width: 18px;
}

.v-btn--icon.v-size--small .v-icon,
.v-btn--fab.v-size--small .v-icon {
  height: 24px;
  font-size: 24px;
  width: 24px;
}

.v-btn--icon.v-size--default .v-icon,
.v-btn--fab.v-size--default .v-icon {
  height: 24px;
  font-size: 24px;
  width: 24px;
}

.v-btn--icon.v-size--large .v-icon,
.v-btn--fab.v-size--large .v-icon {
  height: 28px;
  font-size: 28px;
  width: 28px;
}

.v-btn--icon.v-size--x-large .v-icon,
.v-btn--fab.v-size--x-large .v-icon {
  height: 32px;
  font-size: 32px;
  width: 32px;
}

.v-btn--icon.v-size--x-small {
  height: 20px;
  width: 20px;
}

.v-btn--icon.v-size--small {
  height: 28px;
  width: 28px;
}

.v-btn--icon.v-size--default {
  height: 36px;
  width: 36px;
}

.v-btn--icon.v-size--large {
  height: 44px;
  width: 44px;
}

.v-btn--icon.v-size--x-large {
  height: 52px;
  width: 52px;
}

.v-btn--fab.v-btn--absolute, .v-btn--fab.v-btn--fixed {
  z-index: 4;
}

.v-btn--fab.v-size--x-small {
  height: 32px;
  width: 32px;
}

.v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--bottom {
  bottom: -16px;
}

.v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--top {
  top: -16px;
}

.v-btn--fab.v-size--small {
  height: 40px;
  width: 40px;
}

.v-btn--fab.v-size--small.v-btn--absolute.v-btn--bottom {
  bottom: -20px;
}

.v-btn--fab.v-size--small.v-btn--absolute.v-btn--top {
  top: -20px;
}

.v-btn--fab.v-size--default {
  height: 56px;
  width: 56px;
}

.v-btn--fab.v-size--default.v-btn--absolute.v-btn--bottom {
  bottom: -28px;
}

.v-btn--fab.v-size--default.v-btn--absolute.v-btn--top {
  top: -28px;
}

.v-btn--fab.v-size--large {
  height: 64px;
  width: 64px;
}

.v-btn--fab.v-size--large.v-btn--absolute.v-btn--bottom {
  bottom: -32px;
}

.v-btn--fab.v-size--large.v-btn--absolute.v-btn--top {
  top: -32px;
}

.v-btn--fab.v-size--x-large {
  height: 72px;
  width: 72px;
}

.v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--bottom {
  bottom: -36px;
}

.v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--top {
  top: -36px;
}

.v-btn--loading {
  pointer-events: none;
  transition: none;
}

.v-btn--loading .v-btn__content {
  opacity: 0;
}

.v-btn--outlined {
  border: thin solid currentColor;
}

.v-btn--plain::before {
  display: none;
}

.v-btn--plain:not(.v-btn--active):not(.v-btn--loading):not(:focus):not(:hover) .v-btn__content {
  opacity: 0.62;
}

.v-btn--round {
  border-radius: 50%;
}

.v-btn--rounded {
  border-radius: 28px;
}

.v-btn--tile {
  border-radius: 0;
}
.theme--light.v-card {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-card > .v-card__text,
.theme--light.v-card > .v-card__subtitle {
  color: rgba(0, 0, 0, 0.6);
}
.theme--dark.v-card {
  background-color: #1E1E1E;
  color: #FFFFFF;
}
.theme--dark.v-card > .v-card__text,
.theme--dark.v-card > .v-card__subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.v-sheet.v-card {
  border-radius: 4px;
}
.v-sheet.v-card:not(.v-sheet--outlined) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.v-sheet.v-card.v-sheet--shaped {
  border-radius: 24px 4px;
}
.v-card {
  border-width: thin;
  display: block;
  max-width: 100%;
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition-property: box-shadow, opacity;
  word-wrap: break-word;
  position: relative;
  white-space: normal;
}
.v-card > *:first-child:not(.v-btn):not(.v-chip):not(.v-avatar),
.v-card > .v-card__progress + *:not(.v-btn):not(.v-chip):not(.v-avatar) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.v-card > *:last-child:not(.v-btn):not(.v-chip):not(.v-avatar) {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.v-card__progress {
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.v-card__subtitle + .v-card__text {
  padding-top: 0;
}
.v-card__subtitle,
.v-card__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.0071428571em;
}
.v-card__subtitle,
.v-card__text,
.v-card__title {
  padding: 16px;
}
.v-card__title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
  line-height: 2rem;
  word-break: break-all;
}
.v-card__title + .v-card__subtitle,
.v-card__title + .v-card__text {
  padding-top: 0;
}
.v-card__title + .v-card__subtitle {
  margin-top: -16px;
}
.v-card__text {
  width: 100%;
}
.v-card__actions {
  align-items: center;
  display: flex;
  padding: 8px;
}
.v-card__actions > .v-btn.v-btn {
  padding: 0 8px;
}
.v-application--is-ltr .v-card__actions > .v-btn.v-btn + .v-btn {
  margin-left: 8px;
}
.v-application--is-ltr .v-card__actions > .v-btn.v-btn .v-icon--left {
  margin-left: 4px;
}
.v-application--is-ltr .v-card__actions > .v-btn.v-btn .v-icon--right {
  margin-right: 4px;
}
.v-application--is-rtl .v-card__actions > .v-btn.v-btn + .v-btn {
  margin-right: 8px;
}
.v-application--is-rtl .v-card__actions > .v-btn.v-btn .v-icon--left {
  margin-right: 4px;
}
.v-application--is-rtl .v-card__actions > .v-btn.v-btn .v-icon--right {
  margin-left: 4px;
}
.v-card--flat {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
}
.v-sheet.v-card--hover {
  cursor: pointer;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.v-sheet.v-card--hover:hover, .v-sheet.v-card--hover:focus {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.v-card--link {
  cursor: pointer;
}
.v-card--link .v-chip {
  cursor: pointer;
}
.v-card--link:focus:before {
  opacity: 0.08;
}
.v-card--link:before {
  background: currentColor;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s opacity;
}
.v-card--disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.v-card--disabled > *:not(.v-card__progress) {
  opacity: 0.6;
  transition: inherit;
}
.v-card--loading {
  overflow: hidden;
}
.v-card--raised {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.theme--light.v-divider {
  border-color: rgba(0, 0, 0, 0.12);
}

.theme--dark.v-divider {
  border-color: rgba(255, 255, 255, 0.12);
}

.v-divider {
  display: block;
  flex: 1 1 0px;
  max-width: 100%;
  height: 0px;
  max-height: 0px;
  border: solid;
  border-width: thin 0 0 0;
  transition: inherit;
}

.v-divider--inset:not(.v-divider--vertical) {
  max-width: calc(100% - 72px);
}

.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical) {
  margin-left: 72px;
}

.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical) {
  margin-right: 72px;
}

.v-divider--vertical {
  align-self: stretch;
  border: solid;
  border-width: 0 thin 0 0;
  display: inline-flex;
  height: inherit;
  min-height: 100%;
  max-height: 100%;
  max-width: 0px;
  width: 0px;
  vertical-align: text-bottom;
  margin: 0 -1px;
}

.v-divider--vertical.v-divider--inset {
  margin-top: 8px;
  min-height: 0;
  max-height: calc(100% - 16px);
}
.container.grow-shrink-0 {
  flex-grow: 0;
  flex-shrink: 0;
}
.container.fill-height {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.container.fill-height > .row {
  flex: 1 1 100%;
  max-width: calc(100% + 24px);
}
.container.fill-height > .layout {
  height: 100%;
  flex: 1 1 auto;
}
.container.fill-height > .layout.grow-shrink-0 {
  flex-grow: 0;
  flex-shrink: 0;
}
.container.grid-list-xs .layout .flex {
  padding: 1px;
}
.container.grid-list-xs .layout:only-child {
  margin: -1px;
}
.container.grid-list-xs .layout:not(:only-child) {
  margin: auto -1px;
}
.container.grid-list-xs *:not(:only-child) .layout:first-child {
  margin-top: -1px;
}
.container.grid-list-xs *:not(:only-child) .layout:last-child {
  margin-bottom: -1px;
}
.container.grid-list-sm .layout .flex {
  padding: 2px;
}
.container.grid-list-sm .layout:only-child {
  margin: -2px;
}
.container.grid-list-sm .layout:not(:only-child) {
  margin: auto -2px;
}
.container.grid-list-sm *:not(:only-child) .layout:first-child {
  margin-top: -2px;
}
.container.grid-list-sm *:not(:only-child) .layout:last-child {
  margin-bottom: -2px;
}
.container.grid-list-md .layout .flex {
  padding: 4px;
}
.container.grid-list-md .layout:only-child {
  margin: -4px;
}
.container.grid-list-md .layout:not(:only-child) {
  margin: auto -4px;
}
.container.grid-list-md *:not(:only-child) .layout:first-child {
  margin-top: -4px;
}
.container.grid-list-md *:not(:only-child) .layout:last-child {
  margin-bottom: -4px;
}
.container.grid-list-lg .layout .flex {
  padding: 8px;
}
.container.grid-list-lg .layout:only-child {
  margin: -8px;
}
.container.grid-list-lg .layout:not(:only-child) {
  margin: auto -8px;
}
.container.grid-list-lg *:not(:only-child) .layout:first-child {
  margin-top: -8px;
}
.container.grid-list-lg *:not(:only-child) .layout:last-child {
  margin-bottom: -8px;
}
.container.grid-list-xl .layout .flex {
  padding: 12px;
}
.container.grid-list-xl .layout:only-child {
  margin: -12px;
}
.container.grid-list-xl .layout:not(:only-child) {
  margin: auto -12px;
}
.container.grid-list-xl *:not(:only-child) .layout:first-child {
  margin-top: -12px;
}
.container.grid-list-xl *:not(:only-child) .layout:last-child {
  margin-bottom: -12px;
}
.layout {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  min-width: 0;
}
.layout.reverse {
  flex-direction: row-reverse;
}
.layout.column {
  flex-direction: column;
}
.layout.column.reverse {
  flex-direction: column-reverse;
}
.layout.column > .flex {
  max-width: 100%;
}
.layout.wrap {
  flex-wrap: wrap;
}
.layout.grow-shrink-0 {
  flex-grow: 0;
  flex-shrink: 0;
}
@media all and (min-width: 0) {
  .flex.xs12 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }

  .flex.order-xs12 {
    order: 12;
  }

  .flex.xs11 {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
    max-width: 91.6666666667%;
  }

  .flex.order-xs11 {
    order: 11;
  }

  .flex.xs10 {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
    max-width: 83.3333333333%;
  }

  .flex.order-xs10 {
    order: 10;
  }

  .flex.xs9 {
    flex-basis: 75%;
    flex-grow: 0;
    max-width: 75%;
  }

  .flex.order-xs9 {
    order: 9;
  }

  .flex.xs8 {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
    max-width: 66.6666666667%;
  }

  .flex.order-xs8 {
    order: 8;
  }

  .flex.xs7 {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
    max-width: 58.3333333333%;
  }

  .flex.order-xs7 {
    order: 7;
  }

  .flex.xs6 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }

  .flex.order-xs6 {
    order: 6;
  }

  .flex.xs5 {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    max-width: 41.6666666667%;
  }

  .flex.order-xs5 {
    order: 5;
  }

  .flex.xs4 {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    max-width: 33.3333333333%;
  }

  .flex.order-xs4 {
    order: 4;
  }

  .flex.xs3 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }

  .flex.order-xs3 {
    order: 3;
  }

  .flex.xs2 {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    max-width: 16.6666666667%;
  }

  .flex.order-xs2 {
    order: 2;
  }

  .flex.xs1 {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
    max-width: 8.3333333333%;
  }

  .flex.order-xs1 {
    order: 1;
  }

  .v-application--is-ltr .flex.offset-xs12 {
    margin-left: 100%;
  }
  .v-application--is-rtl .flex.offset-xs12 {
    margin-right: 100%;
  }

  .v-application--is-ltr .flex.offset-xs11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .flex.offset-xs11 {
    margin-right: 91.6666666667%;
  }

  .v-application--is-ltr .flex.offset-xs10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .flex.offset-xs10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .flex.offset-xs9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .flex.offset-xs9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .flex.offset-xs8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .flex.offset-xs8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .flex.offset-xs7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .flex.offset-xs7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .flex.offset-xs6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .flex.offset-xs6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .flex.offset-xs5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .flex.offset-xs5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .flex.offset-xs4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .flex.offset-xs4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .flex.offset-xs3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .flex.offset-xs3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .flex.offset-xs2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .flex.offset-xs2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .flex.offset-xs1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .flex.offset-xs1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .flex.offset-xs0 {
    margin-left: 0%;
  }
  .v-application--is-rtl .flex.offset-xs0 {
    margin-right: 0%;
  }
}
@media all and (min-width: 600px) {
  .flex.sm12 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }

  .flex.order-sm12 {
    order: 12;
  }

  .flex.sm11 {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
    max-width: 91.6666666667%;
  }

  .flex.order-sm11 {
    order: 11;
  }

  .flex.sm10 {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
    max-width: 83.3333333333%;
  }

  .flex.order-sm10 {
    order: 10;
  }

  .flex.sm9 {
    flex-basis: 75%;
    flex-grow: 0;
    max-width: 75%;
  }

  .flex.order-sm9 {
    order: 9;
  }

  .flex.sm8 {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
    max-width: 66.6666666667%;
  }

  .flex.order-sm8 {
    order: 8;
  }

  .flex.sm7 {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
    max-width: 58.3333333333%;
  }

  .flex.order-sm7 {
    order: 7;
  }

  .flex.sm6 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }

  .flex.order-sm6 {
    order: 6;
  }

  .flex.sm5 {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    max-width: 41.6666666667%;
  }

  .flex.order-sm5 {
    order: 5;
  }

  .flex.sm4 {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    max-width: 33.3333333333%;
  }

  .flex.order-sm4 {
    order: 4;
  }

  .flex.sm3 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }

  .flex.order-sm3 {
    order: 3;
  }

  .flex.sm2 {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    max-width: 16.6666666667%;
  }

  .flex.order-sm2 {
    order: 2;
  }

  .flex.sm1 {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
    max-width: 8.3333333333%;
  }

  .flex.order-sm1 {
    order: 1;
  }

  .v-application--is-ltr .flex.offset-sm12 {
    margin-left: 100%;
  }
  .v-application--is-rtl .flex.offset-sm12 {
    margin-right: 100%;
  }

  .v-application--is-ltr .flex.offset-sm11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .flex.offset-sm11 {
    margin-right: 91.6666666667%;
  }

  .v-application--is-ltr .flex.offset-sm10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .flex.offset-sm10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .flex.offset-sm9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .flex.offset-sm9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .flex.offset-sm8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .flex.offset-sm8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .flex.offset-sm7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .flex.offset-sm7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .flex.offset-sm6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .flex.offset-sm6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .flex.offset-sm5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .flex.offset-sm5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .flex.offset-sm4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .flex.offset-sm4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .flex.offset-sm3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .flex.offset-sm3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .flex.offset-sm2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .flex.offset-sm2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .flex.offset-sm1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .flex.offset-sm1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .flex.offset-sm0 {
    margin-left: 0%;
  }
  .v-application--is-rtl .flex.offset-sm0 {
    margin-right: 0%;
  }
}
@media all and (min-width: 960px) {
  .flex.md12 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }

  .flex.order-md12 {
    order: 12;
  }

  .flex.md11 {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
    max-width: 91.6666666667%;
  }

  .flex.order-md11 {
    order: 11;
  }

  .flex.md10 {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
    max-width: 83.3333333333%;
  }

  .flex.order-md10 {
    order: 10;
  }

  .flex.md9 {
    flex-basis: 75%;
    flex-grow: 0;
    max-width: 75%;
  }

  .flex.order-md9 {
    order: 9;
  }

  .flex.md8 {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
    max-width: 66.6666666667%;
  }

  .flex.order-md8 {
    order: 8;
  }

  .flex.md7 {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
    max-width: 58.3333333333%;
  }

  .flex.order-md7 {
    order: 7;
  }

  .flex.md6 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }

  .flex.order-md6 {
    order: 6;
  }

  .flex.md5 {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    max-width: 41.6666666667%;
  }

  .flex.order-md5 {
    order: 5;
  }

  .flex.md4 {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    max-width: 33.3333333333%;
  }

  .flex.order-md4 {
    order: 4;
  }

  .flex.md3 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }

  .flex.order-md3 {
    order: 3;
  }

  .flex.md2 {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    max-width: 16.6666666667%;
  }

  .flex.order-md2 {
    order: 2;
  }

  .flex.md1 {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
    max-width: 8.3333333333%;
  }

  .flex.order-md1 {
    order: 1;
  }

  .v-application--is-ltr .flex.offset-md12 {
    margin-left: 100%;
  }
  .v-application--is-rtl .flex.offset-md12 {
    margin-right: 100%;
  }

  .v-application--is-ltr .flex.offset-md11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .flex.offset-md11 {
    margin-right: 91.6666666667%;
  }

  .v-application--is-ltr .flex.offset-md10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .flex.offset-md10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .flex.offset-md9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .flex.offset-md9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .flex.offset-md8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .flex.offset-md8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .flex.offset-md7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .flex.offset-md7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .flex.offset-md6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .flex.offset-md6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .flex.offset-md5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .flex.offset-md5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .flex.offset-md4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .flex.offset-md4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .flex.offset-md3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .flex.offset-md3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .flex.offset-md2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .flex.offset-md2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .flex.offset-md1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .flex.offset-md1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .flex.offset-md0 {
    margin-left: 0%;
  }
  .v-application--is-rtl .flex.offset-md0 {
    margin-right: 0%;
  }
}
@media all and (min-width: 1264px) {
  .flex.lg12 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }

  .flex.order-lg12 {
    order: 12;
  }

  .flex.lg11 {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
    max-width: 91.6666666667%;
  }

  .flex.order-lg11 {
    order: 11;
  }

  .flex.lg10 {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
    max-width: 83.3333333333%;
  }

  .flex.order-lg10 {
    order: 10;
  }

  .flex.lg9 {
    flex-basis: 75%;
    flex-grow: 0;
    max-width: 75%;
  }

  .flex.order-lg9 {
    order: 9;
  }

  .flex.lg8 {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
    max-width: 66.6666666667%;
  }

  .flex.order-lg8 {
    order: 8;
  }

  .flex.lg7 {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
    max-width: 58.3333333333%;
  }

  .flex.order-lg7 {
    order: 7;
  }

  .flex.lg6 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }

  .flex.order-lg6 {
    order: 6;
  }

  .flex.lg5 {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    max-width: 41.6666666667%;
  }

  .flex.order-lg5 {
    order: 5;
  }

  .flex.lg4 {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    max-width: 33.3333333333%;
  }

  .flex.order-lg4 {
    order: 4;
  }

  .flex.lg3 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }

  .flex.order-lg3 {
    order: 3;
  }

  .flex.lg2 {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    max-width: 16.6666666667%;
  }

  .flex.order-lg2 {
    order: 2;
  }

  .flex.lg1 {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
    max-width: 8.3333333333%;
  }

  .flex.order-lg1 {
    order: 1;
  }

  .v-application--is-ltr .flex.offset-lg12 {
    margin-left: 100%;
  }
  .v-application--is-rtl .flex.offset-lg12 {
    margin-right: 100%;
  }

  .v-application--is-ltr .flex.offset-lg11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .flex.offset-lg11 {
    margin-right: 91.6666666667%;
  }

  .v-application--is-ltr .flex.offset-lg10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .flex.offset-lg10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .flex.offset-lg9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .flex.offset-lg9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .flex.offset-lg8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .flex.offset-lg8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .flex.offset-lg7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .flex.offset-lg7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .flex.offset-lg6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .flex.offset-lg6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .flex.offset-lg5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .flex.offset-lg5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .flex.offset-lg4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .flex.offset-lg4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .flex.offset-lg3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .flex.offset-lg3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .flex.offset-lg2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .flex.offset-lg2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .flex.offset-lg1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .flex.offset-lg1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .flex.offset-lg0 {
    margin-left: 0%;
  }
  .v-application--is-rtl .flex.offset-lg0 {
    margin-right: 0%;
  }
}
@media all and (min-width: 1904px) {
  .flex.xl12 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }

  .flex.order-xl12 {
    order: 12;
  }

  .flex.xl11 {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
    max-width: 91.6666666667%;
  }

  .flex.order-xl11 {
    order: 11;
  }

  .flex.xl10 {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
    max-width: 83.3333333333%;
  }

  .flex.order-xl10 {
    order: 10;
  }

  .flex.xl9 {
    flex-basis: 75%;
    flex-grow: 0;
    max-width: 75%;
  }

  .flex.order-xl9 {
    order: 9;
  }

  .flex.xl8 {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
    max-width: 66.6666666667%;
  }

  .flex.order-xl8 {
    order: 8;
  }

  .flex.xl7 {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
    max-width: 58.3333333333%;
  }

  .flex.order-xl7 {
    order: 7;
  }

  .flex.xl6 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }

  .flex.order-xl6 {
    order: 6;
  }

  .flex.xl5 {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    max-width: 41.6666666667%;
  }

  .flex.order-xl5 {
    order: 5;
  }

  .flex.xl4 {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    max-width: 33.3333333333%;
  }

  .flex.order-xl4 {
    order: 4;
  }

  .flex.xl3 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }

  .flex.order-xl3 {
    order: 3;
  }

  .flex.xl2 {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    max-width: 16.6666666667%;
  }

  .flex.order-xl2 {
    order: 2;
  }

  .flex.xl1 {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
    max-width: 8.3333333333%;
  }

  .flex.order-xl1 {
    order: 1;
  }

  .v-application--is-ltr .flex.offset-xl12 {
    margin-left: 100%;
  }
  .v-application--is-rtl .flex.offset-xl12 {
    margin-right: 100%;
  }

  .v-application--is-ltr .flex.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .flex.offset-xl11 {
    margin-right: 91.6666666667%;
  }

  .v-application--is-ltr .flex.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .flex.offset-xl10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .flex.offset-xl9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .flex.offset-xl9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .flex.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .flex.offset-xl8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .flex.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .flex.offset-xl7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .flex.offset-xl6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .flex.offset-xl6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .flex.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .flex.offset-xl5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .flex.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .flex.offset-xl4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .flex.offset-xl3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .flex.offset-xl3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .flex.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .flex.offset-xl2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .flex.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .flex.offset-xl1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .flex.offset-xl0 {
    margin-left: 0%;
  }
  .v-application--is-rtl .flex.offset-xl0 {
    margin-right: 0%;
  }
}
.flex,
.child-flex > * {
  flex: 1 1 auto;
  max-width: 100%;
}
.flex.grow-shrink-0,
.child-flex > *.grow-shrink-0 {
  flex-grow: 0;
  flex-shrink: 0;
}
.spacer {
  flex-grow: 1 !important;
}
.grow {
  flex-grow: 1 !important;
  flex-shrink: 0 !important;
}
.shrink {
  flex-grow: 0 !important;
  flex-shrink: 1 !important;
}
.fill-height {
  height: 100%;
}
.container {
  width: 100%;
  padding: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 960px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 1264px) {
  .container {
    max-width: 1185px;
  }
}
@media (min-width: 1904px) {
  .container {
    max-width: 1785px;
  }
}
.container--fluid {
  max-width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  margin: -12px;
}
.row + .row {
  margin-top: 12px;
}
.row + .row--dense {
  margin-top: 4px;
}
.row--dense {
  margin: -4px;
}
.row--dense > .col,
.row--dense > [class*=col-] {
  padding: 4px;
}
.row.no-gutters {
  margin: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class*=col-] {
  padding: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  width: 100%;
  padding: 12px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.v-application--is-ltr .offset-1 {
  margin-left: 8.3333333333%;
}
.v-application--is-rtl .offset-1 {
  margin-right: 8.3333333333%;
}
.v-application--is-ltr .offset-2 {
  margin-left: 16.6666666667%;
}
.v-application--is-rtl .offset-2 {
  margin-right: 16.6666666667%;
}
.v-application--is-ltr .offset-3 {
  margin-left: 25%;
}
.v-application--is-rtl .offset-3 {
  margin-right: 25%;
}
.v-application--is-ltr .offset-4 {
  margin-left: 33.3333333333%;
}
.v-application--is-rtl .offset-4 {
  margin-right: 33.3333333333%;
}
.v-application--is-ltr .offset-5 {
  margin-left: 41.6666666667%;
}
.v-application--is-rtl .offset-5 {
  margin-right: 41.6666666667%;
}
.v-application--is-ltr .offset-6 {
  margin-left: 50%;
}
.v-application--is-rtl .offset-6 {
  margin-right: 50%;
}
.v-application--is-ltr .offset-7 {
  margin-left: 58.3333333333%;
}
.v-application--is-rtl .offset-7 {
  margin-right: 58.3333333333%;
}
.v-application--is-ltr .offset-8 {
  margin-left: 66.6666666667%;
}
.v-application--is-rtl .offset-8 {
  margin-right: 66.6666666667%;
}
.v-application--is-ltr .offset-9 {
  margin-left: 75%;
}
.v-application--is-rtl .offset-9 {
  margin-right: 75%;
}
.v-application--is-ltr .offset-10 {
  margin-left: 83.3333333333%;
}
.v-application--is-rtl .offset-10 {
  margin-right: 83.3333333333%;
}
.v-application--is-ltr .offset-11 {
  margin-left: 91.6666666667%;
}
.v-application--is-rtl .offset-11 {
  margin-right: 91.6666666667%;
}
@media (min-width: 600px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .v-application--is-ltr .offset-sm-0 {
    margin-left: 0;
  }
  .v-application--is-rtl .offset-sm-0 {
    margin-right: 0;
  }

  .v-application--is-ltr .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .offset-sm-1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .offset-sm-2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .offset-sm-3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .offset-sm-3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .offset-sm-4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .offset-sm-5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .offset-sm-6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .offset-sm-6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .offset-sm-7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .offset-sm-8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .offset-sm-9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .offset-sm-9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .offset-sm-10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .offset-sm-11 {
    margin-right: 91.6666666667%;
  }
}
@media (min-width: 960px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .v-application--is-ltr .offset-md-0 {
    margin-left: 0;
  }
  .v-application--is-rtl .offset-md-0 {
    margin-right: 0;
  }

  .v-application--is-ltr .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .offset-md-1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .offset-md-2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .offset-md-3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .offset-md-3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .offset-md-4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .offset-md-5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .offset-md-6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .offset-md-6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .offset-md-7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .offset-md-8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .offset-md-9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .offset-md-9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .offset-md-10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .offset-md-11 {
    margin-right: 91.6666666667%;
  }
}
@media (min-width: 1264px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .v-application--is-ltr .offset-lg-0 {
    margin-left: 0;
  }
  .v-application--is-rtl .offset-lg-0 {
    margin-right: 0;
  }

  .v-application--is-ltr .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .offset-lg-1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .offset-lg-2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .offset-lg-3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .offset-lg-3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .offset-lg-4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .offset-lg-5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .offset-lg-6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .offset-lg-6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .offset-lg-7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .offset-lg-8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .offset-lg-9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .offset-lg-9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .offset-lg-10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .offset-lg-11 {
    margin-right: 91.6666666667%;
  }
}
@media (min-width: 1904px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .v-application--is-ltr .offset-xl-0 {
    margin-left: 0;
  }
  .v-application--is-rtl .offset-xl-0 {
    margin-right: 0;
  }

  .v-application--is-ltr .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .offset-xl-1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .offset-xl-2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .offset-xl-3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .offset-xl-3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .offset-xl-4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .offset-xl-5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .offset-xl-6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .offset-xl-6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .offset-xl-7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .offset-xl-8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .offset-xl-9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .offset-xl-9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .offset-xl-10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .offset-xl-11 {
    margin-right: 91.6666666667%;
  }
}
.theme--light.v-image {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-image {
  color: #FFFFFF;
}

.v-image {
  z-index: 0;
}

.v-image__image,
.v-image__placeholder {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v-image__image {
  background-repeat: no-repeat;
}

.v-image__image--preload {
  filter: blur(2px);
}

.v-image__image--contain {
  background-size: contain;
}

.v-image__image--cover {
  background-size: cover;
}
.theme--light.v-app-bar.v-toolbar.v-sheet {
  background-color: #f5f5f5;
}

.theme--dark.v-app-bar.v-toolbar.v-sheet {
  background-color: #272727;
}

.v-sheet.v-app-bar.v-toolbar {
  border-radius: 0;
}

.v-sheet.v-app-bar.v-toolbar:not(.v-sheet--outlined) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.v-sheet.v-app-bar.v-toolbar.v-sheet--shaped {
  border-radius: 24px 0;
}

.v-app-bar:not([data-booted=true]) {
  transition: none !important;
}

.v-app-bar.v-app-bar--fixed {
  position: fixed;
  top: 0;
  z-index: 5;
}

.v-app-bar.v-app-bar.v-app-bar--hide-shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
}

.v-app-bar--fade-img-on-scroll .v-toolbar__image .v-image__image {
  transition: 0.4s opacity cubic-bezier(0.4, 0, 0.2, 1);
}

.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll .v-toolbar__image {
  will-change: opacity;
}

.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--collapse-on-scroll .v-toolbar__extension {
  display: none;
}

.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--is-scrolled .v-toolbar__title {
  padding-top: 9px;
}

.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--is-scrolled:not(.v-app-bar--bottom) .v-toolbar__title {
  padding-bottom: 9px;
}

.v-app-bar.v-app-bar--shrink-on-scroll .v-toolbar__title {
  font-size: inherit;
}

.v-app-bar-title__placeholder, .v-app-bar-title__content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v-app-bar-title__content {
  position: absolute;
}
.theme--light.v-icon {
  color: rgba(0, 0, 0, 0.54);
}
.theme--light.v-icon:focus::after {
  opacity: 0.12;
}
.theme--light.v-icon.v-icon.v-icon--disabled {
  color: rgba(0, 0, 0, 0.38) !important;
}
.theme--dark.v-icon {
  color: #FFFFFF;
}
.theme--dark.v-icon:focus::after {
  opacity: 0.24;
}
.theme--dark.v-icon.v-icon.v-icon--disabled {
  color: rgba(255, 255, 255, 0.5) !important;
}
.v-icon.v-icon {
  align-items: center;
  display: inline-flex;
  font-feature-settings: "liga";
  font-size: 24px;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  position: relative;
  text-indent: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.v-icon.v-icon::after {
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scale(1.3);
  width: 100%;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}
.v-icon.v-icon--dense {
  font-size: 20px;
}
.v-icon--right {
  margin-left: 8px;
}
.v-icon--left {
  margin-right: 8px;
}
.v-icon.v-icon.v-icon--link {
  cursor: pointer;
  outline: none;
}
.v-icon--disabled {
  pointer-events: none;
}
.v-icon--dense .v-icon__component,
.v-icon--dense .v-icon__svg {
  height: 20px;
}
.v-icon__component {
  height: 24px;
  width: 24px;
}
.v-icon__svg {
  height: 24px;
  width: 24px;
  fill: currentColor;
}
.theme--light.v-badge .v-badge__badge::after {
  border-color: #FFFFFF;
}

.theme--dark.v-badge .v-badge__badge::after {
  border-color: #1E1E1E;
}

.v-badge {
  display: inline-block;
  line-height: 1;
  position: relative;
}

.v-badge__badge {
  border-radius: 10px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  letter-spacing: 0;
  line-height: 1;
  min-width: 20px;
  padding: 4px 6px;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: auto;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
}

.v-application--is-ltr .v-badge__badge {
  right: auto;
}

.v-application--is-rtl .v-badge__badge {
  left: auto;
}

.v-badge__badge .v-icon {
  color: inherit;
  font-size: 12px;
  height: 12px;
  margin: 0 -2px;
  width: 12px;
}

.v-badge__badge .v-img {
  height: 12px;
  width: 12px;
}

.v-badge__wrapper {
  flex: 0 1;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.v-badge--avatar .v-badge__badge {
  padding: 0;
}

.v-badge--avatar .v-badge__badge .v-avatar {
  height: 20px !important;
  min-width: 0 !important;
  max-width: 20px !important;
}

.v-badge--bordered .v-badge__badge::after {
  border-radius: inherit;
  border-width: 2px;
  border-style: solid;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1.15);
}

.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--icon .v-badge__badge {
  padding: 4px 6px;
}

.v-badge--inline {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.v-badge--inline .v-badge__badge,
.v-badge--inline .v-badge__wrapper {
  position: relative;
}

.v-badge--inline .v-badge__wrapper {
  margin: 0 4px;
}

.v-badge--tile .v-badge__badge {
  border-radius: 0;
}
.v-dialog {
  border-radius: 4px;
  margin: 24px;
  overflow-y: auto;
  pointer-events: auto;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  z-index: inherit;
  outline: none;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.v-dialog:not(.v-dialog--fullscreen) {
  max-height: 90%;
}
.v-dialog > * {
  width: 100%;
}
.v-dialog > .v-card > .v-card__title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
  padding: 16px 24px 10px;
}
.v-dialog > .v-card > .v-card__text {
  padding: 0 24px 20px;
}
.v-dialog > .v-card > .v-card__subtitle {
  padding: 0 24px 20px;
}
.v-dialog > .v-card > .v-card__actions {
  padding: 8px 16px;
}
.v-dialog__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 1ms;
  width: 100%;
  z-index: 6;
}
.v-dialog__container {
  display: none;
}
.v-dialog__container--attached {
  display: inline;
}
.v-dialog--animated {
  animation-duration: 0.15s;
  animation-name: animate-dialog;
  animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.v-dialog--fullscreen {
  border-radius: 0;
  margin: 0;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
}
.v-dialog--fullscreen > .v-card {
  min-height: 100%;
  min-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.v-dialog--scrollable,
.v-dialog--scrollable > form {
  display: flex;
}
.v-dialog--scrollable > .v-card,
.v-dialog--scrollable > form > .v-card {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  max-height: 100%;
  max-width: 100%;
}
.v-dialog--scrollable > .v-card > .v-card__title,
.v-dialog--scrollable > .v-card > .v-card__actions,
.v-dialog--scrollable > form > .v-card > .v-card__title,
.v-dialog--scrollable > form > .v-card > .v-card__actions {
  flex: 0 0 auto;
}
.v-dialog--scrollable > .v-card > .v-card__text,
.v-dialog--scrollable > form > .v-card > .v-card__text {
  backface-visibility: hidden;
  flex: 1 1 auto;
  overflow-y: auto;
}
@keyframes animate-dialog {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.v-chip:not(.v-chip--outlined).primary, .v-chip:not(.v-chip--outlined).secondary, .v-chip:not(.v-chip--outlined).accent, .v-chip:not(.v-chip--outlined).success, .v-chip:not(.v-chip--outlined).error, .v-chip:not(.v-chip--outlined).warning, .v-chip:not(.v-chip--outlined).info {
  color: #FFFFFF;
}

.theme--light.v-chip {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-chip:not(.v-chip--active) {
  background: #e0e0e0;
}

.theme--light.v-chip:hover::before {
  opacity: 0.04;
}

.theme--light.v-chip:focus::before {
  opacity: 0.12;
}

.theme--light.v-chip--active:hover::before, .theme--light.v-chip--active::before {
  opacity: 0.12;
}

.theme--light.v-chip--active:focus::before {
  opacity: 0.16;
}

.theme--dark.v-chip {
  border-color: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
}

.theme--dark.v-chip:not(.v-chip--active) {
  background: #555;
}

.theme--dark.v-chip:hover::before {
  opacity: 0.08;
}

.theme--dark.v-chip:focus::before {
  opacity: 0.24;
}

.theme--dark.v-chip--active:hover::before, .theme--dark.v-chip--active::before {
  opacity: 0.24;
}

.theme--dark.v-chip--active:focus::before {
  opacity: 0.32;
}

.v-chip {
  align-items: center;
  cursor: default;
  display: inline-flex;
  line-height: 20px;
  max-width: 100%;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition-duration: 0.28s;
  transition-property: box-shadow, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  white-space: nowrap;
}

.v-chip:before {
  background-color: currentColor;
  bottom: 0;
  border-radius: inherit;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
}

.v-chip .v-avatar {
  height: 24px !important;
  min-width: 24px !important;
  width: 24px !important;
}

.v-chip .v-icon {
  font-size: 24px;
}

.v-application--is-ltr .v-chip .v-avatar--left,
.v-application--is-ltr .v-chip .v-icon--left {
  margin-left: -6px;
  margin-right: 6px;
}

.v-application--is-ltr .v-chip .v-avatar--right,
.v-application--is-ltr .v-chip .v-icon--right {
  margin-left: 6px;
  margin-right: -6px;
}

.v-application--is-rtl .v-chip .v-avatar--left,
.v-application--is-rtl .v-chip .v-icon--left {
  margin-left: 6px;
  margin-right: -6px;
}

.v-application--is-rtl .v-chip .v-avatar--right,
.v-application--is-rtl .v-chip .v-icon--right {
  margin-left: -6px;
  margin-right: 6px;
}

.v-chip:not(.v-chip--no-color) .v-icon {
  color: inherit;
}

.v-chip .v-chip__close.v-icon {
  font-size: 18px;
  max-height: 18px;
  max-width: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.v-application--is-ltr .v-chip .v-chip__close.v-icon.v-icon--right {
  margin-right: -4px;
}

.v-application--is-rtl .v-chip .v-chip__close.v-icon.v-icon--right {
  margin-left: -4px;
}

.v-chip .v-chip__close.v-icon:hover, .v-chip .v-chip__close.v-icon:focus, .v-chip .v-chip__close.v-icon:active {
  opacity: 0.72;
}

.v-chip .v-chip__content {
  align-items: center;
  display: inline-flex;
  height: 100%;
  max-width: 100%;
}

.v-chip--active .v-icon {
  color: inherit;
}

.v-chip--link::before {
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-chip--link:focus::before {
  opacity: 0.32;
}

.v-chip--clickable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.v-chip--clickable:active {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.v-chip--disabled {
  opacity: 0.4;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.v-chip__filter {
  max-width: 24px;
}

.v-chip__filter.v-icon {
  color: inherit;
}

.v-chip__filter.expand-x-transition-leave-active, .v-chip__filter.expand-x-transition-enter {
  margin: 0;
}

.v-chip--pill .v-chip__filter {
  margin: 0 16px 0 0;
}

.v-chip--pill .v-avatar {
  height: 32px !important;
  width: 32px !important;
}

.v-application--is-ltr .v-chip--pill .v-avatar--left {
  margin-left: -12px;
}

.v-application--is-ltr .v-chip--pill .v-avatar--right {
  margin-right: -12px;
}

.v-application--is-rtl .v-chip--pill .v-avatar--left {
  margin-right: -12px;
}

.v-application--is-rtl .v-chip--pill .v-avatar--right {
  margin-left: -12px;
}

.v-chip--label {
  border-radius: 4px !important;
}

.v-chip.v-chip--outlined {
  border-width: thin;
  border-style: solid;
}

.v-chip.v-chip--outlined.v-chip--active:before {
  opacity: 0.08;
}

.v-chip.v-chip--outlined .v-icon {
  color: inherit;
}

.v-chip.v-chip--outlined.v-chip.v-chip {
  background-color: transparent !important;
}

.v-chip.v-chip--selected {
  background: transparent;
}

.v-chip.v-chip--selected:after {
  opacity: 0.28;
}

.v-chip.v-size--x-small {
  border-radius: 8px;
  font-size: 10px;
  height: 16px;
}

.v-chip.v-size--small {
  border-radius: 12px;
  font-size: 12px;
  height: 24px;
}

.v-chip.v-size--default {
  border-radius: 16px;
  font-size: 14px;
  height: 32px;
}

.v-chip.v-size--large {
  border-radius: 27px;
  font-size: 16px;
  height: 54px;
}

.v-chip.v-size--x-large {
  border-radius: 33px;
  font-size: 18px;
  height: 66px;
}
.v-simple-checkbox {
  align-self: center;
  line-height: normal;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.v-simple-checkbox .v-icon {
  cursor: pointer;
}
.v-simple-checkbox--disabled {
  cursor: default;
}
.v-item-group {
  flex: 0 1 auto;
  position: relative;
  max-width: 100%;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-avatar {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  line-height: normal;
  position: relative;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.v-avatar img,
.v-avatar svg,
.v-avatar .v-icon,
.v-avatar .v-image,
.v-avatar .v-responsive__content {
  border-radius: inherit;
  display: inline-flex;
  height: inherit;
  width: inherit;
}
/* Theme */
.theme--light.v-input {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-input input,
.theme--light.v-input textarea {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-input input::-moz-placeholder, .theme--light.v-input textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-input input::placeholder,
.theme--light.v-input textarea::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-input--is-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-input--is-disabled input,
.theme--light.v-input--is-disabled textarea {
  color: rgba(0, 0, 0, 0.38);
}
.theme--dark.v-input {
  color: #FFFFFF;
}
.theme--dark.v-input input,
.theme--dark.v-input textarea {
  color: #FFFFFF;
}
.theme--dark.v-input input::-moz-placeholder, .theme--dark.v-input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-input input::placeholder,
.theme--dark.v-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-input--is-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-input--is-disabled input,
.theme--dark.v-input--is-disabled textarea {
  color: rgba(255, 255, 255, 0.5);
}
.v-input {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  font-size: 16px;
  letter-spacing: normal;
  max-width: 100%;
  text-align: left;
}
.v-input .v-progress-linear {
  top: calc(100% - 1px);
  left: 0;
}
.v-input input {
  max-height: 32px;
}
.v-input input:invalid,
.v-input textarea:invalid {
  box-shadow: none;
}
.v-input input:focus, .v-input input:active,
.v-input textarea:focus,
.v-input textarea:active {
  outline: none;
}
.v-input .v-label {
  height: 20px;
  line-height: 20px;
  letter-spacing: normal;
}
.v-input__append-outer, .v-input__prepend-outer {
  display: inline-flex;
  margin-bottom: 4px;
  margin-top: 4px;
  line-height: 1;
}
.v-input__append-outer .v-icon, .v-input__prepend-outer .v-icon {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.v-application--is-ltr .v-input__append-outer {
  margin-left: 9px;
}
.v-application--is-rtl .v-input__append-outer {
  margin-right: 9px;
}
.v-application--is-ltr .v-input__prepend-outer {
  margin-right: 9px;
}
.v-application--is-rtl .v-input__prepend-outer {
  margin-left: 9px;
}
.v-input__control {
  display: flex;
  flex-direction: column;
  height: auto;
  flex-grow: 1;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%;
}
.v-input__icon {
  align-items: center;
  display: inline-flex;
  height: 24px;
  flex: 1 0 auto;
  justify-content: center;
  min-width: 24px;
  width: 24px;
}
.v-input__icon--clear {
  border-radius: 50%;
}
.v-input__icon--clear .v-icon--disabled {
  visibility: hidden;
}
.v-input__slot {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
  min-height: inherit;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition-property: height, min-height;
  width: 100%;
}
.v-input--dense > .v-input__control > .v-input__slot {
  margin-bottom: 4px;
}
.v-input--is-loading > .v-input__control > .v-input__slot:before, .v-input--is-loading > .v-input__control > .v-input__slot:after {
  display: none;
}
.v-input--hide-details > .v-input__control > .v-input__slot {
  margin-bottom: 0;
}
.v-input--has-state.error--text .v-label {
  animation: v-shake 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-input--hide-spin-buttons input::-webkit-outer-spin-button,
.v-input--hide-spin-buttons input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.v-input--hide-spin-buttons input[type=number] {
  -moz-appearance: textfield;
}
.theme--light.v-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-label--is-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme--dark.v-label {
  color: rgba(255, 255, 255, 0.7);
}
.theme--dark.v-label--is-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.v-label {
  font-size: 16px;
  line-height: 1;
  min-height: 8px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
/* Theme */
.theme--light.v-counter {
  color: rgba(0, 0, 0, 0.6);
}
.theme--dark.v-counter {
  color: rgba(255, 255, 255, 0.7);
}
.v-counter {
  flex: 0 1 auto;
  font-size: 12px;
  min-height: 12px;
  line-height: 12px;
}
.theme--light.v-footer {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-footer {
  background-color: #272727;
  color: #FFFFFF;
}

.v-sheet.v-footer {
  border-radius: 0;
}

.v-sheet.v-footer:not(.v-sheet--outlined) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.v-sheet.v-footer.v-sheet--shaped {
  border-radius: 24px 0;
}

.v-footer {
  align-items: center;
  display: flex;
  flex: 0 1 auto !important;
  flex-wrap: wrap;
  padding: 6px 16px;
  position: relative;
  transition-duration: 0.2s;
  transition-property: background-color, left, right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.v-footer:not([data-booted=true]) {
  transition: none !important;
}

.v-footer--absolute,
.v-footer--fixed {
  z-index: 3;
}

.v-footer--absolute {
  position: absolute;
}

.v-footer--absolute:not(.v-footer--inset) {
  width: 100%;
}

.v-footer--fixed {
  position: fixed;
}

.v-footer--padless {
  padding: 0px;
}
.v-autocomplete.v-input > .v-input__control > .v-input__slot {
  cursor: text;
}
.v-autocomplete input {
  align-self: center;
}
.v-autocomplete.v-select.v-input--is-focused input {
  min-width: 64px;
}
.v-autocomplete:not(.v-input--is-focused).v-select--chips input {
  max-height: 0;
  padding: 0;
}
.v-autocomplete--is-selecting-index input {
  opacity: 0;
}
.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot > input {
  margin-top: 24px;
}
.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined).v-input--dense .v-select__slot > input {
  margin-top: 20px;
}
.v-autocomplete__content.v-menu__content {
  border-radius: 0;
}
.v-autocomplete__content.v-menu__content .v-card {
  border-radius: 0;
}
.v-input--checkbox.v-input--indeterminate.v-input--is-disabled {
  opacity: 0.6;
}
.v-input--checkbox.v-input--dense {
  margin-top: 4px;
}
.theme--light.v-alert .v-alert--prominent .v-alert__icon:after {
  background: rgba(0, 0, 0, 0.12);
}

.theme--dark.v-alert .v-alert--prominent .v-alert__icon:after {
  background: rgba(255, 255, 255, 0.12);
}

.v-sheet.v-alert {
  border-radius: 4px;
}

.v-sheet.v-alert:not(.v-sheet--outlined) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.v-sheet.v-alert.v-sheet--shaped {
  border-radius: 24px 4px;
}

.v-alert {
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
  padding: 16px;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-alert:not(.v-sheet--tile) {
  border-radius: 4px;
}

.v-application--is-ltr .v-alert > .v-icon,
.v-application--is-ltr .v-alert > .v-alert__content {
  margin-right: 16px;
}

.v-application--is-rtl .v-alert > .v-icon,
.v-application--is-rtl .v-alert > .v-alert__content {
  margin-left: 16px;
}

.v-application--is-ltr .v-alert > .v-icon + .v-alert__content {
  margin-right: 0;
}

.v-application--is-rtl .v-alert > .v-icon + .v-alert__content {
  margin-left: 0;
}

.v-application--is-ltr .v-alert > .v-alert__content + .v-icon {
  margin-right: 0;
}

.v-application--is-rtl .v-alert > .v-alert__content + .v-icon {
  margin-left: 0;
}

.v-alert__border {
  border-style: solid;
  border-width: 4px;
  content: "";
  position: absolute;
}

.v-alert__border:not(.v-alert__border--has-color) {
  opacity: 0.26;
}

.v-alert__border--left, .v-alert__border--right {
  bottom: 0;
  top: 0;
}

.v-alert__border--bottom, .v-alert__border--top {
  left: 0;
  right: 0;
}

.v-alert__border--bottom {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
}

.v-application--is-ltr .v-alert__border--left {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  left: 0;
}

.v-application--is-rtl .v-alert__border--left {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  right: 0;
}

.v-application--is-ltr .v-alert__border--right {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  right: 0;
}

.v-application--is-rtl .v-alert__border--right {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  left: 0;
}

.v-alert__border--top {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  top: 0;
}

.v-alert__content {
  flex: 1 1 auto;
}

.v-application--is-ltr .v-alert__dismissible {
  margin: -16px -8px -16px 8px;
}

.v-application--is-rtl .v-alert__dismissible {
  margin: -16px 8px -16px -8px;
}

.v-alert__icon {
  align-self: flex-start;
  border-radius: 50%;
  height: 24px;
  min-width: 24px;
  position: relative;
}

.v-application--is-ltr .v-alert__icon {
  margin-right: 16px;
}

.v-application--is-rtl .v-alert__icon {
  margin-left: 16px;
}

.v-alert__icon.v-icon {
  font-size: 24px;
}

.v-alert__wrapper {
  align-items: center;
  border-radius: inherit;
  display: flex;
}

.v-application--is-ltr .v-alert--border.v-alert--prominent .v-alert__icon {
  margin-left: 8px;
}

.v-application--is-rtl .v-alert--border.v-alert--prominent .v-alert__icon {
  margin-right: 8px;
}

.v-alert--dense {
  padding-top: 8px;
  padding-bottom: 8px;
}

.v-alert--dense .v-alert__border {
  border-width: medium;
}

.v-alert--outlined {
  background: transparent !important;
  border: thin solid currentColor !important;
}

.v-alert--outlined .v-alert__icon {
  color: inherit !important;
}

.v-alert--prominent .v-alert__icon {
  align-self: center;
  height: 48px;
  min-width: 48px;
}

.v-alert--prominent .v-alert__icon.v-icon {
  font-size: 32px;
}

.v-alert--prominent .v-alert__icon.v-icon:after {
  background: currentColor !important;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.16;
  position: absolute;
  right: 0;
  top: 0;
}

.v-alert--prominent.v-alert--dense .v-alert__icon.v-icon::after {
  transform: scale(1);
}

.v-alert--text {
  background: transparent !important;
}

.v-alert--text:before {
  background-color: currentColor;
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.12;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
}
.theme--light.v-banner.v-sheet {
  background-color: transparent;
}
.theme--light.v-banner.v-sheet:not(.v-sheet--outlined):not(.v-sheet--shaped) .v-banner__wrapper {
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
}
.theme--dark.v-banner.v-sheet {
  background-color: transparent;
}
.theme--dark.v-banner.v-sheet:not(.v-sheet--outlined):not(.v-sheet--shaped) .v-banner__wrapper {
  border-bottom: thin solid rgba(255, 255, 255, 0.12);
}
.v-sheet.v-banner {
  border-radius: 0;
}
.v-sheet.v-banner:not(.v-sheet--outlined) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.v-sheet.v-banner.v-sheet--shaped {
  border-radius: 24px 0;
}
.v-banner {
  position: relative;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.v-banner__actions {
  align-items: center;
  align-self: flex-end;
  display: flex;
  flex: 1 0 auto;
  justify-content: flex-end;
  margin-bottom: -8px;
}
.v-application--is-ltr .v-banner__actions {
  margin-left: 90px;
}
.v-application--is-rtl .v-banner__actions {
  margin-right: 90px;
}
.v-application--is-ltr .v-banner__actions > * {
  margin-left: 8px;
}
.v-application--is-rtl .v-banner__actions > * {
  margin-right: 8px;
}
.v-banner__content {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}
.v-banner__text {
  flex: 1 1 auto;
  line-height: 20px;
  max-width: 100%;
}
.v-banner__icon {
  display: inline-flex;
  flex: 0 0 auto;
}
.v-application--is-ltr .v-banner__icon {
  margin-right: 24px;
}
.v-application--is-rtl .v-banner__icon {
  margin-left: 24px;
}
.v-banner__wrapper {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
}
.v-application--is-ltr .v-banner__wrapper {
  padding: 16px 8px 16px 24px;
}
.v-application--is-rtl .v-banner__wrapper {
  padding: 16px 24px 16px 8px;
}
.v-banner--single-line .v-banner__actions {
  margin-bottom: 0;
  align-self: center;
}
.v-banner--single-line .v-banner__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v-banner--single-line .v-banner__wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
}
.v-application--is-ltr .v-banner--has-icon .v-banner__wrapper {
  padding-left: 16px;
}
.v-application--is-rtl .v-banner--has-icon .v-banner__wrapper {
  padding-right: 16px;
}
.v-banner--is-mobile .v-banner__actions {
  flex: 1 0 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
}
.v-banner--is-mobile .v-banner__wrapper {
  flex-wrap: wrap;
  padding-top: 16px;
}
.v-application--is-ltr .v-banner--is-mobile .v-banner__wrapper {
  padding-left: 16px;
}
.v-application--is-rtl .v-banner--is-mobile .v-banner__wrapper {
  padding-right: 16px;
}
.v-banner--is-mobile.v-banner--has-icon .v-banner__wrapper {
  padding-top: 24px;
}
.v-banner--is-mobile.v-banner--single-line .v-banner__actions {
  flex: initial;
  padding-top: 0;
}
.v-application--is-ltr .v-banner--is-mobile.v-banner--single-line .v-banner__actions {
  margin-left: 36px;
}
.v-application--is-rtl .v-banner--is-mobile.v-banner--single-line .v-banner__actions {
  margin-right: 36px;
}
.v-banner--is-mobile.v-banner--single-line .v-banner__wrapper {
  flex-wrap: nowrap;
  padding-top: 10px;
}
.v-application--is-ltr .v-banner--is-mobile .v-banner__icon {
  margin-right: 16px;
}
.v-application--is-rtl .v-banner--is-mobile .v-banner__icon {
  margin-left: 16px;
}
.v-application--is-ltr .v-banner--is-mobile .v-banner__content {
  padding-right: 8px;
}
.v-application--is-rtl .v-banner--is-mobile .v-banner__content {
  padding-left: 8px;
}
.v-banner--is-mobile .v-banner__content .v-banner__wrapper {
  flex-wrap: nowrap;
  padding-top: 10px;
}
.theme--light.v-bottom-navigation {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-bottom-navigation .v-btn:not(.v-btn--active) {
  color: rgba(0, 0, 0, 0.6) !important;
}
.theme--dark.v-bottom-navigation {
  background-color: #2E2E2E;
  color: #FFFFFF;
}
.theme--dark.v-bottom-navigation .v-btn:not(.v-btn--active) {
  color: rgba(255, 255, 255, 0.7) !important;
}
.v-item-group.v-bottom-navigation {
  bottom: 0;
  display: flex;
  left: 0;
  justify-content: center;
  width: 100%;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.v-item-group.v-bottom-navigation .v-btn {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  flex: 0 1 auto;
  font-size: 0.75rem;
  height: inherit;
  max-width: 168px;
  min-width: 80px;
  position: relative;
  text-transform: none;
}
.v-item-group.v-bottom-navigation .v-btn:after {
  content: none;
}
.v-item-group.v-bottom-navigation .v-btn .v-btn__content {
  flex-direction: column-reverse;
  height: inherit;
}
.v-item-group.v-bottom-navigation .v-btn .v-btn__content > *:not(.v-icon) {
  line-height: 1.2;
}
.v-item-group.v-bottom-navigation .v-btn.v-btn--active {
  color: inherit;
}
.v-item-group.v-bottom-navigation .v-btn.v-btn--active:not(:hover):before {
  opacity: 0;
}
.v-item-group.v-bottom-navigation--absolute,
.v-item-group.v-bottom-navigation--fixed {
  z-index: 4;
}
.v-item-group.v-bottom-navigation--absolute {
  position: absolute;
}
.v-item-group.v-bottom-navigation--active {
  transform: translate(0, 0);
}
.v-item-group.v-bottom-navigation--fixed {
  position: fixed;
}
.v-item-group.v-bottom-navigation--grow .v-btn {
  width: 100%;
}
.v-item-group.v-bottom-navigation--horizontal .v-btn > .v-btn__content {
  flex-direction: row-reverse;
}
.v-item-group.v-bottom-navigation--horizontal .v-btn > .v-btn__content > .v-icon {
  margin-bottom: 0;
  margin-right: 16px;
}
.v-item-group.v-bottom-navigation--shift .v-btn .v-btn__content > *:not(.v-icon) {
  opacity: 0;
  position: absolute;
  top: calc(100% - 12px);
  transform: scale(0.9);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-item-group.v-bottom-navigation--shift .v-btn--active .v-btn__content > .v-icon {
  transform: translateY(-8px);
}
.v-item-group.v-bottom-navigation--shift .v-btn--active .v-btn__content > *:not(.v-icon) {
  opacity: 1;
  top: calc(100% - 22px);
  transform: scale(1);
}
.bottom-sheet-transition-enter {
  transform: translateY(100%);
}
.bottom-sheet-transition-leave-to {
  transform: translateY(100%);
}
.v-bottom-sheet.v-dialog {
  align-self: flex-end;
  border-radius: 0;
  flex: 0 1 auto;
  margin: 0;
  overflow: visible;
}
.v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
  max-width: 70%;
}
@media only screen and (max-width: 599.98px) {
  .v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
    max-width: none;
  }
}
.theme--light.v-breadcrumbs .v-breadcrumbs__divider, .theme--light.v-breadcrumbs .v-breadcrumbs__item--disabled {
  color: rgba(0, 0, 0, 0.38);
}

.theme--dark.v-breadcrumbs .v-breadcrumbs__divider, .theme--dark.v-breadcrumbs .v-breadcrumbs__item--disabled {
  color: rgba(255, 255, 255, 0.5);
}

.v-breadcrumbs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
  list-style-type: none;
  margin: 0;
  padding: 18px 12px;
}

.v-breadcrumbs li {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
}

.v-breadcrumbs li .v-icon {
  font-size: 16px;
}

.v-breadcrumbs li:nth-child(even) {
  padding: 0 12px;
}

.v-breadcrumbs__item {
  align-items: center;
  display: inline-flex;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-breadcrumbs__item--disabled {
  pointer-events: none;
}

.v-breadcrumbs--large li {
  font-size: 16px;
}

.v-breadcrumbs--large li .v-icon {
  font-size: 16px;
}
.theme--light.v-btn-toggle:not(.v-btn-toggle--group) {
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn {
  border-color: rgba(0, 0, 0, 0.12) !important;
}
.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn:focus:not(:active) {
  border-color: rgba(0, 0, 0, 0.26);
}
.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn .v-icon {
  color: #000000;
}
.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) {
  background: #1E1E1E;
  color: #FFFFFF;
}
.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn {
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn:focus:not(:active) {
  border-color: rgba(255, 255, 255, 0.3);
}
.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn .v-icon {
  color: #FFFFFF;
}
.v-btn-toggle {
  border-radius: 4px;
  display: inline-flex;
  max-width: 100%;
}
.v-btn-toggle > .v-btn.v-btn {
  border-radius: 0;
  border-style: solid;
  border-width: thin;
  box-shadow: none;
  box-shadow: none;
  opacity: 0.8;
  padding: 0 12px;
}
.v-application--is-ltr .v-btn-toggle > .v-btn.v-btn:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.v-application--is-rtl .v-btn-toggle > .v-btn.v-btn:first-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.v-application--is-ltr .v-btn-toggle > .v-btn.v-btn:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.v-application--is-rtl .v-btn-toggle > .v-btn.v-btn:last-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.v-btn-toggle > .v-btn.v-btn--active {
  color: inherit;
  opacity: 1;
}
.v-btn-toggle > .v-btn.v-btn:after {
  display: none;
}
.v-application--is-ltr .v-btn-toggle > .v-btn.v-btn:not(:first-child) {
  border-left-width: 0;
}
.v-application--is-rtl .v-btn-toggle > .v-btn.v-btn:not(:last-child) {
  border-left-width: 0;
}
.v-btn-toggle .v-btn.v-btn.v-size--default {
  min-width: 48px;
  min-height: 0;
}
.v-btn-toggle:not(.v-btn-toggle--dense) .v-btn.v-btn.v-size--default {
  height: 48px;
}
.v-btn-toggle--borderless > .v-btn.v-btn {
  border-width: 0;
}
.v-btn-toggle--dense > .v-btn.v-btn {
  padding: 0 8px;
}
.v-btn-toggle--group {
  border-radius: 0;
}
.v-btn-toggle--group > .v-btn.v-btn {
  background-color: transparent !important;
  border-color: transparent;
  margin: 4px;
  min-width: auto;
}
.v-btn-toggle--rounded {
  border-radius: 24px;
}
.v-btn-toggle--shaped {
  border-radius: 24px 4px;
}
.v-btn-toggle--tile {
  border-radius: 0;
}
.theme--light.v-calendar-events .v-event-timed {
  border: 1px solid !important;
}
.theme--light.v-calendar-events .v-event-more {
  background-color: #FFFFFF;
}
.theme--light.v-calendar-events .v-event-more.v-outside {
  background-color: #f7f7f7;
}
.theme--dark.v-calendar-events .v-event-timed {
  border: 1px solid !important;
}
.theme--dark.v-calendar-events .v-event-more {
  background-color: #303030;
}
.theme--dark.v-calendar-events .v-event-more.v-outside {
  background-color: #202020;
}
.v-calendar .v-event {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  cursor: pointer;
  line-height: 20px;
  margin-right: -1px;
  z-index: 1;
  border-radius: 4px;
}
.v-calendar .v-event-more {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
  z-index: 1;
  position: relative;
}
.v-calendar .v-event-timed-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: 10px;
  pointer-events: none;
}
.v-calendar .v-event-timed {
  position: absolute;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
  pointer-events: all;
}
.v-calendar .v-event-summary {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.v-calendar.v-calendar-events .v-calendar-weekly__head-weekday {
  margin-right: -1px;
}
.v-calendar.v-calendar-events .v-calendar-weekly__day {
  overflow: visible;
  margin-right: -1px;
}
.theme--light.v-calendar-weekly {
  background-color: #FFFFFF;
  border-top: #e0e0e0 1px solid;
  border-left: #e0e0e0 1px solid;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday {
  border-right: #e0e0e0 1px solid;
  color: #000000;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside {
  background-color: #f7f7f7;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__head-weeknumber {
  background-color: #f1f3f4;
  border-right: #e0e0e0 1px solid;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__day {
  border-right: #e0e0e0 1px solid;
  border-bottom: #e0e0e0 1px solid;
  color: #000000;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__day.v-outside {
  background-color: #f7f7f7;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__weeknumber {
  background-color: #f1f3f4;
  border-right: #e0e0e0 1px solid;
  border-bottom: #e0e0e0 1px solid;
  color: #000000;
}
.theme--dark.v-calendar-weekly {
  background-color: #303030;
  border-top: #9e9e9e 1px solid;
  border-left: #9e9e9e 1px solid;
}
.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday {
  border-right: #9e9e9e 1px solid;
  color: #FFFFFF;
}
.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside {
  background-color: #202020;
}
.theme--dark.v-calendar-weekly .v-calendar-weekly__head-weeknumber {
  background-color: #202020;
  border-right: #9e9e9e 1px solid;
}
.theme--dark.v-calendar-weekly .v-calendar-weekly__day {
  border-right: #9e9e9e 1px solid;
  border-bottom: #9e9e9e 1px solid;
  color: #FFFFFF;
}
.theme--dark.v-calendar-weekly .v-calendar-weekly__day.v-outside {
  background-color: #202020;
}
.theme--dark.v-calendar-weekly .v-calendar-weekly__weeknumber {
  background-color: #202020;
  border-right: #9e9e9e 1px solid;
  border-bottom: #9e9e9e 1px solid;
  color: #FFFFFF;
}
.v-calendar-weekly {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.v-calendar-weekly__head {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.v-calendar-weekly__head-weekday {
  flex: 1 0 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0px 4px 0px 4px;
  font-size: 11px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.v-calendar-weekly__head-weeknumber {
  position: relative;
  flex: 0 0 24px;
}
.v-calendar-weekly__week {
  display: flex;
  flex: 1;
  height: auto;
  height: initial;
  min-height: 0;
}
.v-calendar-weekly__weeknumber {
  display: flex;
  flex: 0 0 24px;
  height: auto;
  height: initial;
  min-height: 0;
  padding-top: 14.5px;
  text-align: center;
}
.v-calendar-weekly__weeknumber > small {
  width: 100% !important;
}
.v-calendar-weekly__day {
  flex: 1;
  width: 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  padding: 0px 0px 0px 0px;
  min-width: 0;
}
.v-calendar-weekly__day.v-present .v-calendar-weekly__day-month {
  color: currentColor;
}
.v-calendar-weekly__day-label {
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  box-shadow: none;
  text-align: center;
  margin: 4px 0 0 0;
}
.v-calendar-weekly__day-label .v-btn {
  font-size: 12px;
  text-transform: none;
}
.v-calendar-weekly__day-month {
  position: absolute;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: none;
  top: 0;
  left: 36px;
  height: 32px;
  line-height: 32px;
}
.theme--light.v-calendar-daily {
  background-color: #FFFFFF;
  border-left: #e0e0e0 1px solid;
  border-top: #e0e0e0 1px solid;
}
.theme--light.v-calendar-daily .v-calendar-daily__intervals-head {
  border-right: #e0e0e0 1px solid;
}
.theme--light.v-calendar-daily .v-calendar-daily__intervals-head::after {
  background: #e0e0e0;
  background: linear-gradient(90deg, transparent, #e0e0e0);
}
.theme--light.v-calendar-daily .v-calendar-daily_head-day {
  border-right: #e0e0e0 1px solid;
  border-bottom: #e0e0e0 1px solid;
  color: #000000;
}
.theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday,
.theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-calendar-daily .v-calendar-daily__intervals-body {
  border-right: #e0e0e0 1px solid;
}
.theme--light.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text {
  color: #424242;
}
.theme--light.v-calendar-daily .v-calendar-daily__day {
  border-right: #e0e0e0 1px solid;
  border-bottom: #e0e0e0 1px solid;
}
.theme--light.v-calendar-daily .v-calendar-daily__day-interval {
  border-top: #e0e0e0 1px solid;
}
.theme--light.v-calendar-daily .v-calendar-daily__day-interval:first-child {
  border-top: none !important;
}
.theme--light.v-calendar-daily .v-calendar-daily__interval::after {
  border-top: #e0e0e0 1px solid;
}
.theme--dark.v-calendar-daily {
  background-color: #303030;
  border-left: #9e9e9e 1px solid;
  border-top: #9e9e9e 1px solid;
}
.theme--dark.v-calendar-daily .v-calendar-daily__intervals-head {
  border-right: #9e9e9e 1px solid;
}
.theme--dark.v-calendar-daily .v-calendar-daily__intervals-head::after {
  background: #9e9e9e;
  background: linear-gradient(90deg, transparent, #9e9e9e);
}
.theme--dark.v-calendar-daily .v-calendar-daily_head-day {
  border-right: #9e9e9e 1px solid;
  border-bottom: #9e9e9e 1px solid;
  color: #FFFFFF;
}
.theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday,
.theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-calendar-daily .v-calendar-daily__intervals-body {
  border-right: #9e9e9e 1px solid;
}
.theme--dark.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text {
  color: #eeeeee;
}
.theme--dark.v-calendar-daily .v-calendar-daily__day {
  border-right: #9e9e9e 1px solid;
  border-bottom: #9e9e9e 1px solid;
}
.theme--dark.v-calendar-daily .v-calendar-daily__day-interval {
  border-top: #9e9e9e 1px solid;
}
.theme--dark.v-calendar-daily .v-calendar-daily__day-interval:first-child {
  border-top: none !important;
}
.theme--dark.v-calendar-daily .v-calendar-daily__interval::after {
  border-top: #9e9e9e 1px solid;
}
.v-calendar-daily {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.v-calendar-daily__head {
  flex: none;
  display: flex;
}
.v-calendar-daily__intervals-head {
  flex: none;
  position: relative;
}
.v-calendar-daily__intervals-head::after {
  position: absolute;
  bottom: 0px;
  height: 1px;
  left: 0;
  right: 0;
  content: "";
}
.v-calendar-daily_head-day {
  flex: 1 1 auto;
  width: 0;
  position: relative;
}
.v-calendar-daily_head-weekday {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 3px 0px 0px 0px;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}
.v-calendar-daily_head-day-label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0px 0px 3px 0px;
  cursor: pointer;
  text-align: center;
}
.v-calendar-daily__body {
  flex: 1 1 60%;
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
}
.v-calendar-daily__scroll-area {
  overflow-y: scroll;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
}
.v-calendar-daily__pane {
  width: 100%;
  overflow-y: hidden;
  flex: none;
  display: flex;
  align-items: flex-start;
}
.v-calendar-daily__day-container {
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
}
.v-calendar-daily__intervals-body {
  flex: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.v-calendar-daily__interval {
  text-align: right;
  padding-right: 8px;
  border-bottom: none;
  position: relative;
}
.v-calendar-daily__interval::after {
  width: 8px;
  position: absolute;
  height: 1px;
  display: block;
  content: "";
  right: 0;
  bottom: -1px;
}
.v-calendar-daily__interval-text {
  display: block;
  position: relative;
  top: -6px;
  font-size: 10px;
  padding-right: 4px;
}
.v-calendar-daily__day {
  flex: 1;
  width: 0;
  position: relative;
}
.theme--light.v-calendar-category .v-calendar-category__column,
.theme--light.v-calendar-category .v-calendar-category__column-header {
  border-right: #e0e0e0 1px solid;
}
.theme--light.v-calendar-category .v-calendar-daily__head {
  background: #FFFFFF;
}
.theme--light.v-calendar-category .v-calendar-daily__intervals-head {
  background: #FFFFFF;
}
.theme--light.v-calendar-category .v-calendar-daily__intervals-body {
  background: #FFFFFF;
}
.theme--dark.v-calendar-category .v-calendar-category__column,
.theme--dark.v-calendar-category .v-calendar-category__column-header {
  border-right: #9e9e9e 1px solid;
}
.theme--dark.v-calendar-category .v-calendar-daily__head {
  background: #303030;
}
.theme--dark.v-calendar-category .v-calendar-daily__intervals-head {
  background: #303030;
}
.theme--dark.v-calendar-category .v-calendar-daily__intervals-body {
  background: #303030;
}
.v-calendar-category {
  overflow: auto;
  position: relative;
}
.v-calendar-category .v-calendar-category__category {
  text-align: center;
}
.v-calendar-category .v-calendar-daily__day-container {
  width: -moz-min-content;
  width: min-content;
}
.v-calendar-category .v-calendar-daily__day-container .v-calendar-category__columns {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.v-calendar-category .v-calendar-daily__day-body {
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
}
.v-calendar-category .v-calendar-daily__head {
  flex-direction: row;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
  position: sticky;
  top: 0;
  z-index: 2;
}
.v-calendar-category .v-calendar-daily_head-day {
  width: auto;
  position: static;
  position: initial;
}
.v-calendar-category .v-calendar-daily__intervals-head {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 2;
}
.v-calendar-category .v-calendar-daily_head-weekday {
  position: sticky;
  left: 50%;
  width: 50px;
}
.v-calendar-category .v-calendar-daily_head-day-label {
  width: 56px;
  position: sticky;
  left: 50%;
}
.v-calendar-category .v-calendar-daily__day {
  min-width: 200px;
}
.v-calendar-category .v-calendar-daily__intervals-body {
  position: sticky;
  left: 0;
  z-index: 1;
}
.v-calendar-category .v-calendar-daily__interval:last-of-type::after {
  display: none;
}
.v-calendar-category .v-calendar-daily__body {
  overflow: visible;
}
.v-calendar-category .v-calendar-daily__body .v-calendar-daily__scroll-area {
  overflow-y: visible;
  flex: none;
}
.v-calendar-category .v-calendar-daily__pane {
  overflow-y: visible;
}
.v-calendar-category .v-calendar-category__columns {
  display: flex;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
}
.v-calendar-category .v-calendar-category__columns .v-calendar-category__column,
.v-calendar-category .v-calendar-category__columns .v-calendar-category__column-header {
  flex: 1 1 auto;
  width: 0;
  position: relative;
}
.v-calendar-category .v-calendar-category__columns .v-calendar-category__column-header {
  min-width: 200px;
}
.v-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.v-carousel__controls {
  align-items: center;
  background: rgba(0, 0, 0, 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 {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.v-carousel .v-window-item {
  display: block;
  height: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.v-carousel--hide-delimiter-background .v-carousel__controls {
  background: transparent;
}
.v-carousel--vertical-delimiters .v-carousel__controls {
  height: 100% !important;
  width: 50px;
}
.v-chip-group .v-chip {
  margin: 4px 8px 4px 0;
}
.v-chip-group .v-chip--active {
  color: inherit;
}
.v-chip-group .v-chip--active.v-chip--no-color:after {
  opacity: 0.22;
}
.v-chip-group .v-chip--active.v-chip--no-color:focus:after {
  opacity: 0.32;
}
.v-chip-group .v-slide-group__content {
  padding: 4px 0;
}
.v-chip-group--column .v-slide-group__content {
  white-space: normal;
  flex-wrap: wrap;
  max-width: 100%;
}
.theme--light.v-color-picker .v-color-picker__input input {
  border: thin solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-color-picker span {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-color-picker .v-color-picker__dot, .theme--light.v-color-picker .v-color-picker__color {
  background-color: rgba(255, 255, 255, 0);
}
.theme--dark.v-color-picker .v-color-picker__input input {
  border: thin solid rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
}
.theme--dark.v-color-picker span {
  color: rgba(255, 255, 255, 0.7);
}
.theme--dark.v-color-picker .v-color-picker__dot, .theme--dark.v-color-picker .v-color-picker__color {
  background-color: rgba(255, 255, 255, 0.12);
}
.v-color-picker {
  align-self: flex-start;
  border-radius: 4px;
  contain: content;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.v-color-picker__controls {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.v-color-picker--flat {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.v-color-picker .v-input__slider {
  border-radius: 5px;
}
.v-color-picker .v-input__slider .v-slider {
  margin: 0;
}
.v-color-picker__alpha:not(.v-input--is-disabled) .v-slider {
  border-radius: 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat;
}
.v-color-picker__sliders {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.v-color-picker__dot {
  position: relative;
  height: 30px;
  width: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat;
  border-radius: 50%;
  overflow: hidden;
}
.v-application--is-ltr .v-color-picker__dot {
  margin-right: 24px;
}
.v-application--is-rtl .v-color-picker__dot {
  margin-left: 24px;
}
.v-color-picker__dot > div {
  width: 100%;
  height: 100%;
}
.v-application--is-ltr .v-color-picker__hue:not(.v-input--is-disabled) {
  background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
}
.v-application--is-rtl .v-color-picker__hue:not(.v-input--is-disabled) {
  background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
}
.v-color-picker__track {
  position: relative;
  width: 100%;
}
.v-color-picker__preview {
  align-items: center;
  display: flex;
}
.v-color-picker__preview .v-slider {
  min-height: 10px;
}
.v-color-picker__preview .v-slider:not(.v-slider--disabled) .v-slider__thumb {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.v-color-picker__preview .v-slider:not(.v-slider--disabled) .v-slider__track-container {
  opacity: 0;
}
.v-color-picker__preview:not(.v-color-picker__preview--hide-alpha) .v-color-picker__hue {
  margin-bottom: 24px;
}
.v-color-picker__canvas {
  position: relative;
  overflow: hidden;
  contain: strict;
}
.v-color-picker__canvas-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: transparent;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1.5px white, inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
}
.v-color-picker__canvas-dot--disabled {
  box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 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__edit {
  margin-top: 24px;
  display: flex;
}

.v-color-picker__input {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.v-application--is-ltr .v-color-picker__input:not(:last-child) {
  margin-right: 8px;
}

.v-application--is-rtl .v-color-picker__input:not(:last-child) {
  margin-left: 8px;
}

.v-color-picker__input input {
  border-radius: 4px;
  margin-bottom: 8px;
  min-width: 0;
  outline: none;
  text-align: center;
  width: 100%;
  height: 28px;
}

.v-color-picker__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__swatch {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.v-color-picker__color {
  position: relative;
  height: 18px;
  max-height: 18px;
  width: 45px;
  margin: 2px 4px;
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat;
  cursor: pointer;
}
.v-color-picker__color > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.v-data-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.75rem;
  padding: 0 8px;
}
.v-data-footer .v-btn {
  color: inherit;
}
.v-application--is-ltr .v-data-footer__icons-before .v-btn:last-child {
  margin-right: 7px;
}
.v-application--is-rtl .v-data-footer__icons-before .v-btn:last-child {
  margin-left: 7px;
}
.v-application--is-ltr .v-data-footer__icons-after .v-btn:first-child {
  margin-left: 7px;
}
.v-application--is-rtl .v-data-footer__icons-after .v-btn:first-child {
  margin-right: 7px;
}
.v-data-footer__pagination {
  display: block;
  text-align: center;
}
.v-application--is-ltr .v-data-footer__pagination {
  margin: 0 32px 0 24px;
}
.v-application--is-rtl .v-data-footer__pagination {
  margin: 0 24px 0 32px;
}
.v-data-footer__select {
  display: flex;
  align-items: center;
  flex: 0 0 0;
  justify-content: flex-end;
  white-space: nowrap;
}
.v-application--is-ltr .v-data-footer__select {
  margin-left: auto;
  margin-right: 14px;
}
.v-application--is-rtl .v-data-footer__select {
  margin-left: 14px;
  margin-right: auto;
}
.v-data-footer__select .v-select {
  flex: 0 1 0;
  padding: 0;
  position: static;
  position: initial;
}
.v-application--is-ltr .v-data-footer__select .v-select {
  margin: 13px 0 13px 34px;
}
.v-application--is-rtl .v-data-footer__select .v-select {
  margin: 13px 34px 13px 0;
}
.v-data-footer__select .v-select__selections {
  flex-wrap: nowrap;
}
.v-data-footer__select .v-select__selections .v-select__selection--comma {
  font-size: 0.75rem;
}
.theme--light.v-data-table tbody tr.v-data-table__selected {
  background: #f5f5f5;
}
.theme--light.v-data-table .v-row-group__header, .theme--light.v-data-table .v-row-group__summary {
  background: #eeeeee;
}
.theme--light.v-data-table .v-data-footer {
  border-top: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table .v-data-table__empty-wrapper {
  color: rgba(0, 0, 0, 0.38);
}
.theme--dark.v-data-table tbody tr.v-data-table__selected {
  background: #505050;
}
.theme--dark.v-data-table .v-row-group__header, .theme--dark.v-data-table .v-row-group__summary {
  background: #616161;
}
.theme--dark.v-data-table .v-data-footer {
  border-top: thin solid rgba(255, 255, 255, 0.12);
}
.theme--dark.v-data-table .v-data-table__empty-wrapper {
  color: rgba(255, 255, 255, 0.5);
}
.v-data-table {
  border-radius: 4px;
}
.v-data-table--mobile > .v-data-table__wrapper tbody {
  display: flex;
  flex-direction: column;
}
.v-data-table > .v-data-table__wrapper tbody tr.v-data-table__expanded {
  border-bottom: 0;
}
.v-data-table > .v-data-table__wrapper tbody tr.v-data-table__expanded__content {
  box-shadow: inset 0px 4px 8px -5px rgba(50, 50, 50, 0.75), inset 0px -4px 8px -5px rgba(50, 50, 50, 0.75);
}
.v-data-table > .v-data-table__wrapper tbody tr:first-child:hover td:first-child {
  border-top-left-radius: 4px;
}
.v-data-table > .v-data-table__wrapper tbody tr:first-child:hover td:last-child {
  border-top-right-radius: 4px;
}
.v-data-table > .v-data-table__wrapper tbody tr:last-child:hover td:first-child {
  border-bottom-left-radius: 4px;
}
.v-data-table > .v-data-table__wrapper tbody tr:last-child:hover td:last-child {
  border-bottom-right-radius: 4px;
}
.v-data-table > .v-data-table__wrapper .v-data-table__mobile-table-row {
  display: inline;
  display: initial;
}
.v-data-table > .v-data-table__wrapper .v-data-table__mobile-row {
  height: auto;
  height: initial;
  min-height: 48px;
}
.v-data-table__empty-wrapper {
  text-align: center;
}
.v-data-table__mobile-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.v-data-table__mobile-row__header {
  font-weight: 600;
}
.v-application--is-ltr .v-data-table__mobile-row__header {
  padding-right: 16px;
}
.v-application--is-rtl .v-data-table__mobile-row__header {
  padding-left: 16px;
}
.v-application--is-ltr .v-data-table__mobile-row__cell {
  text-align: right;
}
.v-application--is-rtl .v-data-table__mobile-row__cell {
  text-align: left;
}
.v-row-group__header td, .v-row-group__summary td {
  height: 35px;
}
.v-data-table__expand-icon {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.v-data-table__expand-icon--active {
  transform: rotate(-180deg);
}
.theme--light.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-data-table .v-data-table-header th.sortable:hover, .theme--light.v-data-table .v-data-table-header th.sortable.active {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-data-table .v-data-table-header__sort-badge {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
}
.theme--dark.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-data-table .v-data-table-header th.sortable:hover, .theme--dark.v-data-table .v-data-table-header th.sortable.active {
  color: #FFFFFF;
}
.theme--dark.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon {
  color: #FFFFFF;
}
.theme--dark.v-data-table .v-data-table-header__sort-badge {
  background-color: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
}
.v-data-table-header th.sortable {
  pointer-events: auto;
  cursor: pointer;
  outline: 0;
}
.v-data-table-header th.sortable .v-data-table-header__icon {
  line-height: 0.9;
}
.v-data-table-header th.active .v-data-table-header__icon, .v-data-table-header th:hover .v-data-table-header__icon {
  transform: none;
  opacity: 1;
}
.v-data-table-header th.desc .v-data-table-header__icon {
  transform: rotate(-180deg);
}
.v-data-table-header__icon {
  display: inline-block;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-data-table-header__sort-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  border-radius: 50%;
  min-width: 18px;
  min-height: 18px;
  height: 18px;
  width: 18px;
}
.v-data-table-header-mobile th {
  height: auto;
  height: initial;
}
.v-data-table-header-mobile__wrapper {
  display: flex;
}
.v-data-table-header-mobile__wrapper .v-select {
  margin-bottom: 8px;
}
.v-data-table-header-mobile__wrapper .v-select .v-chip {
  height: 24px;
}
.v-data-table-header-mobile__wrapper .v-select .v-chip__close.desc .v-icon {
  transform: rotate(-180deg);
}
.v-data-table-header-mobile__select {
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme--light.v-data-table {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-data-table .v-data-table__divider {
  border-right: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table.v-data-table--fixed-header thead th {
  background: #FFFFFF;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr:last-child > th {
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:not(.v-data-table__mobile-row),
.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:not(.v-data-table__mobile-row) {
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:last-child,
.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:last-child {
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr.active {
  background: #f5f5f5;
}
.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
  background: #eeeeee;
}
.theme--light.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td:not(.v-data-table__mobile-row),
.theme--light.v-data-table > .v-data-table__wrapper > table > tfoot > tr > th:not(.v-data-table__mobile-row) {
  border-top: thin solid rgba(0, 0, 0, 0.12);
}
.theme--dark.v-data-table {
  background-color: #1E1E1E;
  color: #FFFFFF;
}
.theme--dark.v-data-table .v-data-table__divider {
  border-right: thin solid rgba(255, 255, 255, 0.12);
}
.theme--dark.v-data-table.v-data-table--fixed-header thead th {
  background: #1E1E1E;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  color: rgba(255, 255, 255, 0.7);
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > thead > tr:last-child > th {
  border-bottom: thin solid rgba(255, 255, 255, 0.12);
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:not(.v-data-table__mobile-row),
.theme--dark.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:not(.v-data-table__mobile-row) {
  border-bottom: thin solid rgba(255, 255, 255, 0.12);
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:last-child,
.theme--dark.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:last-child {
  border-bottom: thin solid rgba(255, 255, 255, 0.12);
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > tbody > tr.active {
  background: #505050;
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > tbody > tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
  background: #616161;
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td:not(.v-data-table__mobile-row),
.theme--dark.v-data-table > .v-data-table__wrapper > table > tfoot > tr > th:not(.v-data-table__mobile-row) {
  border-top: thin solid rgba(255, 255, 255, 0.12);
}
.v-data-table {
  line-height: 1.5;
  max-width: 100%;
}
.v-data-table > .v-data-table__wrapper > table {
  width: 100%;
  border-spacing: 0;
}
.v-data-table > .v-data-table__wrapper > table > tbody > tr > td,
.v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
.v-data-table > .v-data-table__wrapper > table > thead > tr > td,
.v-data-table > .v-data-table__wrapper > table > thead > tr > th,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > th {
  padding: 0 16px;
  transition: height 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}
.v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
.v-data-table > .v-data-table__wrapper > table > thead > tr > th,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > th {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.75rem;
  height: 48px;
}
.v-application--is-ltr .v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
.v-application--is-ltr .v-data-table > .v-data-table__wrapper > table > thead > tr > th,
.v-application--is-ltr .v-data-table > .v-data-table__wrapper > table > tfoot > tr > th {
  text-align: left;
}
.v-application--is-rtl .v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
.v-application--is-rtl .v-data-table > .v-data-table__wrapper > table > thead > tr > th,
.v-application--is-rtl .v-data-table > .v-data-table__wrapper > table > tfoot > tr > th {
  text-align: right;
}
.v-data-table > .v-data-table__wrapper > table > tbody > tr > td,
.v-data-table > .v-data-table__wrapper > table > thead > tr > td,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td {
  font-size: 0.875rem;
  height: 48px;
}
.v-data-table__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}
.v-data-table__progress {
  height: auto !important;
}
.v-data-table__progress th {
  height: auto !important;
  border: none !important;
  padding: 0;
  position: relative;
}
.v-data-table--dense > .v-data-table__wrapper > table > tbody > tr > td,
.v-data-table--dense > .v-data-table__wrapper > table > thead > tr > td,
.v-data-table--dense > .v-data-table__wrapper > table > tfoot > tr > td {
  height: 32px;
}
.v-data-table--dense > .v-data-table__wrapper > table > tbody > tr > th,
.v-data-table--dense > .v-data-table__wrapper > table > thead > tr > th,
.v-data-table--dense > .v-data-table__wrapper > table > tfoot > tr > th {
  height: 32px;
}
.v-data-table--has-top > .v-data-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
  border-top-left-radius: 0;
}
.v-data-table--has-top > .v-data-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
  border-top-right-radius: 0;
}
.v-data-table--has-bottom > .v-data-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
  border-bottom-left-radius: 0;
}
.v-data-table--has-bottom > .v-data-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
  border-bottom-right-radius: 0;
}
.v-data-table--fixed-height .v-data-table__wrapper {
  overflow-y: auto;
}
.v-data-table--fixed-header > .v-data-table__wrapper {
  overflow-y: auto;
}
.v-data-table--fixed-header > .v-data-table__wrapper > table > thead > tr > th {
  border-bottom: 0px !important;
  position: sticky;
  top: 0;
  z-index: 2;
}
.v-data-table--fixed-header > .v-data-table__wrapper > table > thead > tr:nth-child(2) > th {
  top: 48px;
}
.v-application--is-ltr .v-data-table--fixed-header .v-data-footer {
  margin-right: 17px;
}
.v-application--is-rtl .v-data-table--fixed-header .v-data-footer {
  margin-left: 17px;
}
.v-data-table--fixed-header.v-data-table--dense > .v-data-table__wrapper > table > thead > tr:nth-child(2) > th {
  top: 32px;
}
.theme--light.v-small-dialog__menu-content, .theme--light.v-small-dialog__actions {
  background: #FFFFFF;
}

.theme--dark.v-small-dialog__menu-content, .theme--dark.v-small-dialog__actions {
  background: #1E1E1E;
}

.v-small-dialog {
  display: block;
}

.v-small-dialog__activator {
  cursor: pointer;
}

.v-small-dialog__activator__content {
  display: inline-block;
}

.v-small-dialog__content {
  padding: 0 16px;
}

.v-small-dialog__actions {
  padding: 8px;
  text-align: right;
  white-space: pre;
}
.v-virtual-table {
  position: relative;
}

.v-virtual-table__wrapper {
  display: flex;
}

.v-virtual-table__table {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}
.v-date-picker-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  line-height: 1;
}
.v-application--is-ltr .v-date-picker-title .v-picker__title__btn {
  text-align: left;
}
.v-application--is-rtl .v-date-picker-title .v-picker__title__btn {
  text-align: right;
}
.v-date-picker-title__year {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.v-date-picker-title__date {
  font-size: 34px;
  text-align: left;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  padding-bottom: 8px;
  margin-bottom: -8px;
}
.v-date-picker-title__date > div {
  position: relative;
}
.v-date-picker-title--disabled {
  pointer-events: none;
}
.theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus) {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-date-picker-header .v-date-picker-header__value--disabled button {
  color: rgba(0, 0, 0, 0.38);
}
.theme--dark.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus) {
  color: #FFFFFF;
}
.theme--dark.v-date-picker-header .v-date-picker-header__value--disabled button {
  color: rgba(255, 255, 255, 0.5);
}
.v-date-picker-header {
  padding: 4px 16px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.v-date-picker-header .v-btn {
  margin: 0;
  z-index: auto;
}
.v-date-picker-header .v-icon {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.v-date-picker-header__value {
  flex: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.v-date-picker-header__value div {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}
.v-date-picker-header__value button {
  cursor: pointer;
  font-weight: bold;
  outline: none;
  padding: 0.5rem;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-date-picker-header--disabled {
  pointer-events: none;
}
.theme--light.v-date-picker-table th,
.theme--light.v-date-picker-table .v-date-picker-table--date__week {
  color: rgba(0, 0, 0, 0.38);
}

.theme--dark.v-date-picker-table th,
.theme--dark.v-date-picker-table .v-date-picker-table--date__week {
  color: rgba(255, 255, 255, 0.5);
}

.v-date-picker-table {
  position: relative;
  padding: 0 12px;
  height: 242px;
}

.v-date-picker-table table {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  top: 0;
  table-layout: fixed;
  width: 100%;
}

.v-date-picker-table td, .v-date-picker-table th {
  text-align: center;
  position: relative;
}

.v-date-picker-table th {
  font-size: 12px;
}

.v-date-picker-table--date .v-btn {
  height: 32px;
  width: 32px;
}

.v-date-picker-table .v-btn {
  z-index: auto;
  margin: 0;
  font-size: 12px;
}

.v-date-picker-table .v-btn.v-btn--active {
  color: #FFFFFF;
}

.v-date-picker-table--month td {
  width: 33.333333%;
  height: 56px;
  vertical-align: middle;
  text-align: center;
}

.v-date-picker-table--month td .v-btn {
  margin: 0 auto;
  max-width: 140px;
  min-width: 40px;
  width: 100%;
}

.v-date-picker-table--date th {
  padding: 8px 0;
  font-weight: 600;
}

.v-date-picker-table--date td {
  width: 45px;
}

.v-date-picker-table__events {
  height: 8px;
  left: 0;
  position: absolute;
  text-align: center;
  white-space: pre;
  width: 100%;
}

.v-date-picker-table__events > div {
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 0 1px;
  width: 8px;
}

.v-date-picker-table--date .v-date-picker-table__events {
  bottom: 6px;
}

.v-date-picker-table--month .v-date-picker-table__events {
  bottom: 8px;
}

.v-date-picker-table__current .v-date-picker-table__events {
  margin-bottom: -1px;
}

.v-date-picker-table--disabled {
  pointer-events: none;
}
.v-date-picker-years {
  font-size: 16px;
  font-weight: 400;
  height: 290px;
  list-style-type: none;
  overflow: auto;
  text-align: center;
}
.v-date-picker-years.v-date-picker-years {
  padding: 0;
}
.v-date-picker-years li {
  cursor: pointer;
  padding: 8px 0;
  transition: none;
}
.v-date-picker-years li.active {
  font-size: 26px;
  font-weight: 500;
  padding: 10px 0;
}
.v-date-picker-years li:hover {
  background: rgba(0, 0, 0, 0.12);
}
.v-picker--landscape .v-date-picker-years {
  padding: 0;
  height: 290px;
}
.theme--light.v-expansion-panels .v-expansion-panel {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-expansion-panels .v-expansion-panel--disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-expansion-panels .v-expansion-panel:not(:first-child)::after {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon {
  color: rgba(0, 0, 0, 0.54);
}
.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover::before {
  opacity: 0.04;
}
.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus::before {
  opacity: 0.12;
}
.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover::before, .theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active::before {
  opacity: 0.12;
}
.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus::before {
  opacity: 0.16;
}
.theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover::before {
  opacity: 0.04;
}
.theme--dark.v-expansion-panels .v-expansion-panel {
  background-color: #1E1E1E;
  color: #FFFFFF;
}
.theme--dark.v-expansion-panels .v-expansion-panel--disabled {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-expansion-panels .v-expansion-panel:not(:first-child)::after {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme--dark.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon {
  color: #FFFFFF;
}
.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover::before {
  opacity: 0.08;
}
.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus::before {
  opacity: 0.24;
}
.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover::before, .theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active::before {
  opacity: 0.24;
}
.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus::before {
  opacity: 0.32;
}
.theme--dark.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover::before {
  opacity: 0.08;
}
.v-expansion-panels {
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  width: 100%;
  z-index: 1;
}
.v-expansion-panels > * {
  cursor: auto;
}
.v-expansion-panels > *:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.v-expansion-panels > *:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile) > .v-expansion-panel--active {
  border-radius: 4px;
}
.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile) > .v-expansion-panel--active + .v-expansion-panel {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile) > .v-expansion-panel--next-active {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile) > .v-expansion-panel--next-active .v-expansion-panel-header {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.v-expansion-panel {
  flex: 1 0 100%;
  max-width: 100%;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-expansion-panel::before {
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.v-expansion-panel:not(:first-child)::after {
  border-top: thin solid;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s border-color cubic-bezier(0.4, 0, 0.2, 1), 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
}
.v-expansion-panel--disabled .v-expansion-panel-header {
  pointer-events: none;
}
.v-expansion-panel--active:not(:first-child),
.v-expansion-panel--active + .v-expansion-panel {
  margin-top: 16px;
}
.v-expansion-panel--active:not(:first-child)::after,
.v-expansion-panel--active + .v-expansion-panel::after {
  opacity: 0;
}
.v-expansion-panel--active > .v-expansion-panel-header {
  min-height: 64px;
}
.v-expansion-panel--active > .v-expansion-panel-header--active .v-expansion-panel-header__icon:not(.v-expansion-panel-header__icon--disable-rotate) .v-icon {
  transform: rotate(-180deg);
}
.v-expansion-panel-header__icon {
  display: inline-flex;
  margin-bottom: -4px;
  margin-top: -4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.v-application--is-ltr .v-expansion-panel-header__icon {
  margin-left: auto;
}
.v-application--is-rtl .v-expansion-panel-header__icon {
  margin-right: auto;
}
.v-expansion-panel-header {
  align-items: center;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  display: flex;
  font-size: 0.9375rem;
  line-height: 1;
  min-height: 48px;
  outline: none;
  padding: 16px 24px;
  position: relative;
  transition: 0.3s min-height cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}
.v-application--is-ltr .v-expansion-panel-header {
  text-align: left;
}
.v-application--is-rtl .v-expansion-panel-header {
  text-align: right;
}
.v-expansion-panel-header:not(.v-expansion-panel-header--mousedown):focus::before {
  opacity: 0.12;
}
.v-expansion-panel-header:before {
  background-color: currentColor;
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s opacity cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-expansion-panel-header > *:not(.v-expansion-panel-header__icon) {
  flex: 1 1 auto;
}
.v-expansion-panel-content {
  display: flex;
}
.v-expansion-panel-content__wrap {
  padding: 0 24px 16px;
  flex: 1 1 auto;
  max-width: 100%;
}
.v-expansion-panels--accordion > .v-expansion-panel {
  margin-top: 0;
}
.v-expansion-panels--accordion > .v-expansion-panel::after {
  opacity: 1;
}
.v-expansion-panels--popout > .v-expansion-panel {
  max-width: calc(100% - 32px);
}
.v-expansion-panels--popout > .v-expansion-panel--active {
  max-width: calc(100% + 16px);
}
.v-expansion-panels--inset > .v-expansion-panel {
  max-width: 100%;
}
.v-expansion-panels--inset > .v-expansion-panel--active {
  max-width: calc(100% - 32px);
}
.v-expansion-panels--flat > .v-expansion-panel::after {
  border-top: none;
}
.v-expansion-panels--flat > .v-expansion-panel::before {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.v-expansion-panels--tile {
  border-radius: 0;
}
.v-expansion-panels--tile > .v-expansion-panel::before {
  border-radius: 0;
}
.theme--light.v-file-input .v-file-input__text {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-file-input .v-file-input__text--placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-file-input.v-input--is-disabled .v-file-input__text {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-file-input.v-input--is-disabled .v-file-input__text .v-file-input__text--placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.theme--dark.v-file-input .v-file-input__text {
  color: #FFFFFF;
}
.theme--dark.v-file-input .v-file-input__text--placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.theme--dark.v-file-input.v-input--is-disabled .v-file-input__text {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-file-input.v-input--is-disabled .v-file-input__text .v-file-input__text--placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.v-file-input input[type=file] {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  max-width: 0;
  width: 0;
}
.v-file-input .v-file-input__text {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.v-file-input .v-file-input__text.v-file-input__text--chips {
  flex-wrap: wrap;
}
.v-file-input .v-file-input__text .v-chip {
  margin: 4px;
}
.v-file-input .v-text-field__slot {
  min-height: 32px;
}
.v-file-input.v-input--dense .v-text-field__slot {
  min-height: 26px;
}
.v-file-input.v-text-field--filled:not(.v-text-field--single-line) .v-file-input__text {
  padding-top: 22px;
}
.v-file-input.v-text-field--outlined .v-text-field__slot {
  padding: 6px 0;
}
.v-file-input.v-text-field--outlined.v-input--dense .v-text-field__slot {
  padding: 3px 0;
}
