@charset "UTF-8";

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-2 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-3 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-4 {
  font-size: 1.125rem !important;
}

.fs-5 {
  font-size: 1rem !important;
}

.fs-6 {
  font-size: 0.875rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  color: #fb9678 !important;
}

.text-secondary {
  color: #f8f9fa !important;
}

.text-success {
  color: #00c292 !important;
}

.text-info {
  color: #03a9f3 !important;
}

.text-warning {
  color: #fec107 !important;
}

.text-danger {
  color: #e46a76 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-cyan {
  color: #01c0c8 !important;
}

.text-dark {
  color: #343a40 !important;
}

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

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #fb9678 !important;
}

.bg-secondary {
  background-color: #f8f9fa !important;
}

.bg-success {
  background-color: #00c292 !important;
}

.bg-info {
  background-color: #03a9f3 !important;
}

.bg-warning {
  background-color: #fec107 !important;
}

.bg-danger {
  background-color: #e46a76 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-cyan {
  background-color: #01c0c8 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-purple {
  background-color: #ab8ce4 !important;
}

.bg-body {
  background-color: #edf1f5 !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.btn-icon {
  min-width: 0px;
  padding: 0 8px;
}

.btn-icon i.v-icon {
  font-size: 1.3em;
}

.search-bar .v-text-field.v-text-field--solo .v-input__control {
  min-height: 36px;
}

.search-bar .v-text-field.v-text-field--solo .v-input__append-outer {
  margin-top: 0px;
  margin-left: 0px;
}

:root {
  --maroon: #7a2625;
  --silver: #b5b5b5;
  --snow: #fbf4f1;
}

/* CARD
*/

.card-shadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.card-stats-padding {
  padding: 1rem 1.5rem;
}

.card-padding {
  padding: 1.5rem !important;
}

.card-header-padding {
  padding: 1.25rem 1.5rem;
}

.card-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.card-border {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 16px rgba(0, 0, 0, 0.1) !important;
}

.card[data-animation=true] .card-header {
  transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
}

.card[data-animation=true]:hover .card-header {
  transform: translate3d(0, -50px, 0);
}

.card-picker-custom .v-btn--icon .v-icon {
  font-size: 12px;
  width: 12px;
  height: 12px;
}

.card-picker-custom .v-date-picker-header__value button {
  color: #7b809a !important;
}

/* INPUT
*/

.theme--light.v-text-field > .v-input__control > .v-input__slot:before {
  border-color: rgba(0, 0, 0, 0.42);
}

.theme--light.v-text-field:not(.v-input--has-state):hover > .v-input__control > .v-input__slot:before {
  border-color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-text-field.v-input--is-disabled .v-input__slot:before {
  -o-border-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0, rgba(0, 0, 0, 0.38) 2px, transparent 0, transparent 4px) 1 repeat;
  border-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0, rgba(0, 0, 0, 0.38) 2px, transparent 0, transparent 4px) 1 repeat;
}

.theme--light.v-text-field--filled > .v-input__control > .v-input__slot {
  background: rgba(0, 0, 0, 0.06);
}

.theme--light.v-text-field--filled:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot:hover {
  background: rgba(0, 0, 0, 0.12);
}

.theme--light.v-text-field--solo > .v-input__control > .v-input__slot {
  background: #fff;
}

.theme--light.v-text-field--solo-inverted > .v-input__control > .v-input__slot {
  background: rgba(0, 0, 0, 0.06);
}

.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot {
  background: #424242;
}

.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot input {
  color: #fff;
}

.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot input::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot input::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot .v-label {
  color: hsla(0, 0%, 100%, 0.7);
}

.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot fieldset {
  color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state):not(.v-input--is-disabled) > .v-input__control > .v-input__slot:hover fieldset {
  color: rgba(0, 0, 0, 0.86);
}

.theme--light.v-text-field--outlined:not(.v-input--is-focused).v-input--is-disabled > .v-input__control > .v-input__slot fieldset {
  color: rgba(0, 0, 0, 0.26);
}

.theme--dark.v-text-field > .v-input__control > .v-input__slot:before {
  border-color: hsla(0, 0%, 100%, 0.7);
}

.theme--dark.v-text-field:not(.v-input--has-state):hover > .v-input__control > .v-input__slot:before {
  border-color: #fff;
}

.theme--dark.v-text-field.v-input--is-disabled .v-input__slot:before {
  -o-border-image: repeating-linear-gradient(90deg, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0.5) 2px, transparent 0, transparent 4px) 1 repeat;
  border-image: repeating-linear-gradient(90deg, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0.5) 2px, transparent 0, transparent 4px) 1 repeat;
}

.theme--dark.v-text-field--filled > .v-input__control > .v-input__slot {
  background: hsla(0, 0%, 100%, 0.08);
}

.theme--dark.v-text-field--filled:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot:hover {
  background: hsla(0, 0%, 100%, 0.16);
}

.theme--dark.v-text-field--solo > .v-input__control > .v-input__slot {
  background: #1e1e1e;
}

.theme--dark.v-text-field--solo-inverted > .v-input__control > .v-input__slot {
  background: hsla(0, 0%, 100%, 0.16);
}

.theme--dark.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot {
  background: #fff;
}

.theme--dark.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot input {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.theme--dark.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot input::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.theme--dark.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot .v-label {
  color: rgba(0, 0, 0, 0.6);
}

.theme--dark.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot fieldset {
  color: hsla(0, 0%, 100%, 0.24);
}

.theme--dark.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state):not(.v-input--is-disabled) > .v-input__control > .v-input__slot:hover fieldset {
  color: #fff;
}

.theme--dark.v-text-field--outlined:not(.v-input--is-focused).v-input--is-disabled > .v-input__control > .v-input__slot fieldset {
  color: hsla(0, 0%, 100%, 0.16);
}

.v-text-field {
  padding-top: 12px;
  margin-top: 4px;
}

.v-text-field__prefix,
.v-text-field__suffix {
  line-height: 20px;
}

.v-text-field input {
  flex: 1 1 auto;
  line-height: 20px;
  padding: 8px 0;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.v-text-field .v-input__control,
.v-text-field .v-input__slot,
.v-text-field fieldset {
  border-radius: inherit;
}

.v-text-field.v-input--has-state .v-input__control > .v-text-field__details > .v-counter,
.v-text-field.v-input--is-disabled .v-input__control > .v-text-field__details > .v-counter,
.v-text-field.v-input--is-disabled .v-input__control > .v-text-field__details > .v-messages,
.v-text-field .v-input__control,
.v-text-field fieldset {
  color: currentColor;
}

.v-text-field.v-input--dense {
  padding-top: 0;
}

.v-text-field.v-input--dense .v-label {
  top: 4px;
}

.v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__prefix,
.v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__suffix,
.v-text-field.v-input--dense:not(.v-text-field--outlined) input {
  padding: 4px 0 2px;
}

.v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__prefix {
  padding-right: 4px;
}

.v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__suffix {
  padding-left: 4px;
}

.v-text-field.v-input--dense[type=text]::-ms-clear {
  display: none;
}

.v-text-field.v-input--dense .v-input__append-inner,
.v-text-field.v-input--dense .v-input__prepend-inner {
  margin-top: 0;
}

.v-text-field .v-input__append-inner,
.v-text-field .v-input__prepend-inner {
  align-self: flex-start;
  display: inline-flex;
  margin-top: 4px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.v-application--is-ltr .v-text-field .v-input__prepend-inner {
  margin-right: auto;
  padding-right: 4px;
}

.v-application--is-ltr .v-text-field .v-input__append-inner,
.v-application--is-rtl .v-text-field .v-input__prepend-inner {
  margin-left: auto;
  padding-left: 4px;
}

.v-application--is-rtl .v-text-field .v-input__append-inner {
  margin-right: auto;
  padding-right: 4px;
}

.v-text-field .v-counter {
  white-space: nowrap;
}

.v-application--is-ltr .v-text-field .v-counter {
  margin-left: 8px;
}

.v-application--is-rtl .v-text-field .v-counter {
  margin-right: 8px;
}

.v-text-field .v-label {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 6px;
  white-space: nowrap;
  pointer-events: none;
}

.v-application--is-ltr .v-text-field .v-label {
  transform-origin: top left;
}

.v-application--is-rtl .v-text-field .v-label {
  transform-origin: top right;
}

.v-text-field .v-label--active {
  max-width: 133%;
  transform: translateY(-18px) scale(0.75);
  pointer-events: auto;
}

.v-text-field > .v-input__control > .v-input__slot {
  cursor: text;
}

.v-text-field > .v-input__control > .v-input__slot:after,
.v-text-field > .v-input__control > .v-input__slot:before {
  bottom: -1px;
  content: "";
  left: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}

.v-text-field > .v-input__control > .v-input__slot:before {
  border-color: inherit;
  border-style: solid;
  border-width: thin 0 0;
}

.v-text-field > .v-input__control > .v-input__slot:after {
  background-color: currentColor;
  border-color: currentColor;
  border-style: solid;
  border-width: thin 0;
  transform: scaleX(0);
}

.v-text-field__details {
  display: flex;
  flex: 1 0 auto;
  max-width: 100%;
  min-height: 14px;
  overflow: hidden;
}

.v-text-field__prefix,
.v-text-field__suffix {
  align-self: center;
  cursor: default;
  transition: color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
}

.v-application--is-ltr .v-text-field__prefix {
  text-align: right;
  padding-right: 4px;
}

.v-application--is-rtl .v-text-field__prefix {
  text-align: left;
  padding-left: 4px;
}

.v-text-field__suffix {
  white-space: nowrap;
}

.v-application--is-ltr .v-text-field__suffix {
  padding-left: 4px;
}

.v-application--is-rtl .v-text-field__suffix {
  padding-right: 4px;
}

.v-application--is-ltr .v-text-field--reverse .v-text-field__prefix {
  text-align: left;
  padding-right: 0;
  padding-left: 4px;
}

.v-application--is-rtl .v-text-field--reverse .v-text-field__prefix {
  text-align: right;
  padding-right: 4px;
  padding-left: 0;
}

.v-application--is-ltr .v-text-field--reverse .v-text-field__suffix {
  padding-left: 0;
  padding-right: 4px;
}

.v-application--is-rtl .v-text-field--reverse .v-text-field__suffix {
  padding-left: 4px;
  padding-right: 0;
}

.v-text-field > .v-input__control > .v-input__slot > .v-text-field__slot {
  display: flex;
  flex: 1 1 auto;
  position: relative;
}

.v-text-field:not(.v-text-field--is-booted) .v-label,
.v-text-field:not(.v-text-field--is-booted) legend {
  transition: none;
}

.v-text-field--filled,
.v-text-field--full-width,
.v-text-field--outlined {
  position: relative;
}

.v-text-field--filled > .v-input__control > .v-input__slot,
.v-text-field--full-width > .v-input__control > .v-input__slot,
.v-text-field--outlined > .v-input__control > .v-input__slot {
  align-items: stretch;
  min-height: 36px;
}

.v-text-field--filled.v-input--dense > .v-input__control > .v-input__slot,
.v-text-field--full-width.v-input--dense > .v-input__control > .v-input__slot,
.v-text-field--outlined.v-input--dense > .v-input__control > .v-input__slot {
  min-height: 52px;
}

.v-text-field--filled.v-input--dense.v-text-field--outlined.v-text-field--filled > .v-input__control > .v-input__slot,
.v-text-field--filled.v-input--dense.v-text-field--outlined > .v-input__control > .v-input__slot,
.v-text-field--filled.v-input--dense.v-text-field--single-line > .v-input__control > .v-input__slot,
.v-text-field--full-width.v-input--dense.v-text-field--outlined.v-text-field--filled > .v-input__control > .v-input__slot,
.v-text-field--full-width.v-input--dense.v-text-field--outlined > .v-input__control > .v-input__slot,
.v-text-field--full-width.v-input--dense.v-text-field--single-line > .v-input__control > .v-input__slot,
.v-text-field--outlined.v-input--dense.v-text-field--outlined.v-text-field--filled > .v-input__control > .v-input__slot,
.v-text-field--outlined.v-input--dense.v-text-field--outlined > .v-input__control > .v-input__slot,
.v-text-field--outlined.v-input--dense.v-text-field--single-line > .v-input__control > .v-input__slot {
  min-height: 40px;
}

.v-text-field--outlined {
  border-radius: 0.375rem;
}

.v-text-field--enclosed .v-input__append-inner,
.v-text-field--enclosed .v-input__append-outer,
.v-text-field--enclosed .v-input__prepend-inner,
.v-text-field--enclosed .v-input__prepend-outer,
.v-text-field--full-width .v-input__append-inner,
.v-text-field--full-width .v-input__append-outer,
.v-text-field--full-width .v-input__prepend-inner,
.v-text-field--full-width .v-input__prepend-outer {
  margin-top: 17px;
}

.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__append-inner,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__append-outer,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__prepend-inner,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__prepend-outer,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__append-inner,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__append-outer,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__prepend-inner,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__prepend-outer {
  margin-top: 14px;
}

.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-inner,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-outer,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-inner,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-outer,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-inner,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-outer,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-inner,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-outer {
  margin-top: 9px;
}

.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-outer,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inner,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-outer,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-outer,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inner,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-outer {
  margin-top: 8px;
}

.v-text-field--filled .v-label,
.v-text-field--full-width .v-label {
  top: 18px;
}

.v-text-field--filled .v-label--active,
.v-text-field--full-width .v-label--active {
  transform: translateY(-6px) scale(0.75);
}

.v-text-field--filled.v-input--dense .v-label,
.v-text-field--full-width.v-input--dense .v-label {
  top: 17px;
}

.v-text-field--filled.v-input--dense .v-label--active,
.v-text-field--full-width.v-input--dense .v-label--active {
  transform: translateY(-10px) scale(0.75);
}

.v-text-field--filled.v-input--dense.v-text-field--single-line .v-label,
.v-text-field--full-width.v-input--dense.v-text-field--single-line .v-label {
  top: 11px;
}

.v-text-field--filled {
  border-radius: 0.375rem 0.375rem 0 0;
}

.v-text-field--filled:not(.v-text-field--single-line) input {
  margin-top: 22px;
}

.v-text-field--filled.v-input--dense:not(.v-text-field--single-line).v-text-field--outlined input {
  margin-top: 0;
}

.v-text-field--filled .v-text-field__prefix,
.v-text-field--filled .v-text-field__suffix {
  max-height: 32px;
  margin-top: 20px;
}

.v-text-field--full-width {
  border-radius: 0;
}

.v-text-field--outlined .v-text-field__slot,
.v-text-field--single-line .v-text-field__slot {
  align-items: center;
}

.v-text-field.v-text-field--enclosed {
  margin: 0;
  padding: 0;
}

.v-text-field.v-text-field--enclosed.v-text-field--single-line .v-text-field__prefix,
.v-text-field.v-text-field--enclosed.v-text-field--single-line .v-text-field__suffix {
  margin-top: 0;
}

.v-text-field.v-text-field--enclosed:not(.v-text-field--filled) .v-progress-linear__background {
  display: none;
}

.v-text-field.v-text-field--enclosed .v-text-field__details,
.v-text-field.v-text-field--enclosed:not(.v-text-field--rounded) > .v-input__control > .v-input__slot {
  padding: 0 12px;
}

.v-text-field.v-text-field--enclosed .v-text-field__details {
  padding-top: 0;
  margin-bottom: 8px;
}

.v-application--is-ltr .v-text-field--reverse input {
  text-align: right;
}

.v-application--is-rtl .v-text-field--reverse input {
  text-align: left;
}

.v-application--is-ltr .v-text-field--reverse .v-label {
  transform-origin: top right;
}

.v-application--is-rtl .v-text-field--reverse .v-label {
  transform-origin: top left;
}

.v-text-field--reverse .v-text-field__slot,
.v-text-field--reverse > .v-input__control > .v-input__slot {
  flex-direction: row-reverse;
}

.v-text-field--outlined > .v-input__control > .v-input__slot:after,
.v-text-field--outlined > .v-input__control > .v-input__slot:before,
.v-text-field--rounded > .v-input__control > .v-input__slot:after,
.v-text-field--rounded > .v-input__control > .v-input__slot:before,
.v-text-field--solo > .v-input__control > .v-input__slot:after,
.v-text-field--solo > .v-input__control > .v-input__slot:before {
  display: none;
}

.v-text-field--outlined,
.v-text-field--solo {
  border-radius: 0.375rem;
}

.v-text-field--outlined {
  margin-bottom: 16px;
  transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-text-field--outlined .v-label {
  top: 18px;
}

.v-text-field--outlined .v-label--active {
  transform: translateY(-24px) scale(0.75);
}

.v-text-field--outlined.v-input--dense .v-label {
  top: 10px;
}

.v-text-field--outlined.v-input--dense .v-label--active {
  transform: translateY(-16px) scale(0.75);
}

.v-text-field--outlined fieldset {
  border-collapse: collapse;
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -5px;
  transition-duration: 0.15s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}

.v-application--is-ltr .v-text-field--outlined fieldset {
  padding-left: 8px;
}

.v-application--is-ltr .v-text-field--outlined.v-text-field--reverse fieldset,
.v-application--is-rtl .v-text-field--outlined fieldset {
  padding-right: 8px;
}

.v-application--is-rtl .v-text-field--outlined.v-text-field--reverse fieldset {
  padding-left: 8px;
}

.v-text-field--outlined legend {
  line-height: 11px;
  padding: 0;
  transition: width 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-application--is-ltr .v-text-field--outlined legend {
  text-align: left;
}

.v-application--is-rtl .v-text-field--outlined legend {
  text-align: right;
}

.v-application--is-ltr .v-text-field--outlined.v-text-field--reverse legend {
  margin-left: auto;
}

.v-application--is-rtl .v-text-field--outlined.v-text-field--reverse legend {
  margin-right: auto;
}

.v-application--is-ltr .v-text-field--outlined.v-text-field--rounded legend {
  margin-left: 12px;
}

.v-application--is-rtl .v-text-field--outlined.v-text-field--rounded legend {
  margin-right: 12px;
}

.v-text-field--outlined > .v-input__control > .v-input__slot {
  background: 0 0;
}

.v-text-field--outlined .v-text-field__prefix {
  max-height: 32px;
}

.v-text-field--outlined .v-input__append-outer,
.v-text-field--outlined .v-input__prepend-outer {
  margin-top: 18px;
}

.v-text-field--outlined.v-input--has-state fieldset,
.v-text-field--outlined.v-input--is-focused fieldset {
  border: 2px solid currentColor;
}

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

.v-text-field--rounded > .v-input__control > .v-input__slot {
  padding: 0 24px;
}

.v-text-field--shaped {
  border-radius: 16px 16px 0 0;
}

.v-text-field.v-text-field--solo .v-label {
  top: calc(50% - 9px);
}

.v-text-field.v-text-field--solo .v-input__control {
  min-height: 48px;
  padding: 0;
}

.v-text-field.v-text-field--solo .v-input__control input {
  caret-color: auto;
}

.v-text-field.v-text-field--solo.v-input--dense > .v-input__control {
  min-height: 38px;
}

.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat) > .v-input__control > .v-input__slot {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.v-text-field.v-text-field--solo .v-input__append-inner,
.v-text-field.v-text-field--solo .v-input__prepend-inner {
  align-self: center;
  margin-top: 0;
}

.v-text-field.v-text-field--solo .v-input__append-outer,
.v-text-field.v-text-field--solo .v-input__prepend-outer {
  margin-top: 12px;
}

.v-text-field.v-text-field--solo.v-input--dense .v-input__append-outer,
.v-text-field.v-text-field--solo.v-input--dense .v-input__prepend-outer {
  margin-top: 7px;
}

.v-text-field.v-input--is-focused > .v-input__control > .v-input__slot:after {
  transform: scaleX(1);
}

.v-text-field.v-input--has-state > .v-input__control > .v-input__slot:before {
  border-color: currentColor;
}

.theme--light.v-input,
.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::-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,
.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,
.theme--dark.v-input input,
.theme--dark.v-input textarea {
  color: #fff;
}

.theme--dark.v-input input::-moz-placeholder,
.theme--dark.v-input textarea::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.theme--dark.v-input input::-moz-placeholder, .theme--dark.v-input textarea::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.theme--dark.v-input input::placeholder,
.theme--dark.v-input textarea::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.theme--dark.v-input--is-disabled,
.theme--dark.v-input--is-disabled input,
.theme--dark.v-input--is-disabled textarea {
  color: hsla(0, 0%, 100%, 0.5);
}

.v-input {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  font-size: 14px;
  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;
  font-size: 14px;
}

.v-input input:invalid,
.v-input textarea:invalid {
  box-shadow: none;
}

.v-input input:active,
.v-input input:focus,
.v-input textarea:active,
.v-input textarea:focus {
  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-ltr .v-input__prepend-outer,
.v-application--is-rtl .v-input__append-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;
  color: inherit;
  display: flex;
  margin-bottom: 8px;
  min-height: inherit;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}

.v-input--dense > .v-input__control > .v-input__slot {
  margin-bottom: 4px;
}

.v-input--is-disabled:not(.v-input--is-readonly) {
  pointer-events: none;
}

.v-input--is-loading > .v-input__control > .v-input__slot:after,
.v-input--is-loading > .v-input__control > .v-input__slot:before {
  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);
}

.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: hsla(0, 0%, 100%, 0.7);
}

.theme--dark.v-label--is-disabled {
  color: hsla(0, 0%, 100%, 0.5);
}

.v-label {
  font-size: 14px;
  line-height: 1;
  min-height: 8px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

/**
USER ADDON
*/

.v-card.card-profilling .v-card__title {
  border-bottom: dashed 1px #ccc !important;
}

.display-h-1 {
  font-size: 5rem !important;
  line-height: 1.2;
}

.display-h-2 {
  font-size: 4.5rem !important;
  line-height: 1.2;
}

.display-h-3 {
  font-size: 4rem !important;
  line-height: 1.2;
}

.display-h-4 {
  font-size: 3.5rem !important;
  line-height: 1.2;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-family: Roboto Slab, sans-serif;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-md {
  font-size: 1rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.5;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-xxs {
  font-size: 0.65rem !important;
}

.heading {
  font-size: 0.95rem;
  letter-spacing: 0.025em;
}

.heading-title {
  font-size: 1.375rem;
  letter-spacing: 0.025em;
}

.lead {
  font-size: 1.25rem;
  line-height: 2;
}

p {
  line-height: 1.6;
}

.blockquote-footer {
  color: #6c757d;
}

.blockquote-footer:before {
  content: "\2014\A0";
}

.description {
  color: #adb5bd;
}

.v-application .text-left {
  text-align: left !important;
}

.v-application .text-right {
  text-align: right !important;
}

.v-application .text-center {
  text-align: center !important;
}

.v-application .text-justify {
  text-align: justify !important;
}

.v-application .text-start {
  text-align: start !important;
}

.v-application .text-end {
  text-align: end !important;
}

.v-application .text-decoration-line-through {
  text-decoration: line-through !important;
}

.v-application .text-decoration-none {
  text-decoration: none !important;
}

.v-application .text-decoration-overline {
  text-decoration: overline !important;
}

.v-application .text-decoration-underline {
  text-decoration: underline !important;
}

.v-application .text-wrap {
  white-space: normal !important;
}

.v-application .text-no-wrap {
  white-space: nowrap !important;
}

.v-application .text-pre {
  white-space: pre !important;
}

.v-application .text-pre-line {
  white-space: pre-line !important;
}

.v-application .text-pre-wrap {
  white-space: pre-wrap !important;
}

.v-application .text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

.v-application .text-truncate {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.v-application .text-none {
  text-transform: none !important;
}

.v-application .text-capitalize {
  text-transform: capitalize !important;
}

.v-application .text-lowercase {
  text-transform: lowercase !important;
}

.v-application .text-uppercase {
  text-transform: uppercase !important;
}

.v-application .text-h1 {
  font-size: 3rem !important;
}

.v-application .text-h1,
.v-application .text-h2 {
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal !important;
  font-family: Roboto Slab !important;
}

.v-application .text-h2 {
  font-size: 2.25rem !important;
}

.v-application .text-h3 {
  font-size: 1.875rem !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important;
  font-family: Roboto Slab !important;
}

.v-application .text-h4 {
  font-size: 1.5rem !important;
}

.v-application .text-h4,
.v-application .text-h5 {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important;
  font-family: Roboto, sans-serif !important;
}

.v-application .text-h5 {
  font-size: 1.25rem !important;
}

.v-application .text-h6 {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal !important;
}

.v-application .text-h6,
.v-application .text-subtitle-1 {
  font-size: 1rem !important;
  font-family: Roboto, sans-serif !important;
}

.v-application .text-subtitle-1 {
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.009375em !important;
}

.v-application .text-subtitle-2 {
  font-size: 0.875rem !important;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.0071428571em !important;
  font-family: Roboto, sans-serif !important;
}

.v-application .text-body-1 {
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03125em !important;
  font-family: Roboto, sans-serif !important;
}

.v-application .text-body-2 {
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.0178571429em !important;
}

.v-application .text-body-2,
.v-application .text-button {
  font-size: 0.875rem !important;
  font-family: Roboto, sans-serif !important;
}

.v-application .text-button {
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0.0892857143em !important;
  text-transform: uppercase !important;
}

.v-application .text-caption {
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.0333333333em !important;
}

.v-application .text-caption,
.v-application .text-overline {
  font-size: 0.75rem !important;
  font-family: Roboto, sans-serif !important;
}

.v-application .text-overline {
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.1666666667em !important;
  text-transform: uppercase !important;
}

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

.v-list .v-list-item__icon:first-child {
  margin-right: 23px;
}

.v-list-group--sub-group .v-list-group__header {
  padding-left: 23px !important;
}

.v-list-group--sub-group .v-list-group__header ::before {
  background-color: currentColor;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-list-group:not(.v-list-group--sub-group) > .v-list-group__header > .v-list-item__icon:first-child {
  margin-right: 23px !important;
}

.v-application--is-ltr .v-list-group--no-action > .v-list-group__items > .v-list-item {
  padding-left: 64px;
}

.theme--light {
  /**
  * Expansion Panel
  */
}

.theme--light.v-application {
  background-color: rgb(244, 245, 250);
}

.theme--light.v-navigation-drawer {
  background-color: rgb(49, 45, 75) !important;
}

.theme--light.v-card,
.theme--light.v-data-table {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(46, 38, 61) !important;
}

.theme--light.v-data-table thead.v-data-table-header > tr > th {
  background-color: rgb(246, 247, 251);
}

.theme--light.v-expansion-panels .v-expansion-panel-header--active {
  background: rgb(246, 247, 251);
}

.theme--dark.v-application {
  background-color: rgb(40, 36, 61);
}

.theme--dark.v-navigation-drawer {
  background-color: rgb(49, 45, 75) !important;
}

.theme--dark.v-card,
.theme--dark.v-data-table {
  background-color: rgb(49, 45, 75) !important;
}

.theme--dark.v-navigation-drawer .v-list-group--active > .v-list-group__header .v-list-group__header__prepend-icon .v-icon,
.theme--dark.v-navigation-drawer .v-list-group--active > .v-list-group__header .v-list-group__header__append-icon .v-icon,
.theme--dark.v-navigation-drawer .v-list-group--active > .v-list-group__header .v-list-item,
.theme--dark.v-navigation-drawer .v-list-group--active > .v-list-group__header .v-list-item__title,
.theme--dark.v-navigation-drawer .v-list-group--active > .v-list-group__header .v-list-item__content {
  color: rgb(255, 255, 255) !important;
}

.theme--dark.v-navigation-drawer .v-list-group--active > .v-list-group__header ::before {
  border-radius: inherit;
  block-size: 100%;
  inline-size: 100%;
  pointer-events: none;
}

.theme--dark {
  color-scheme: dark;
  --v-theme-background: 40,36,61;
  --v-theme-background-overlay-multiplier: 1;
  --v-theme-surface: 49,45,75;
  --v-theme-surface-overlay-multiplier: 1;
  --v-theme-surface-bright: 204,191,214;
  --v-theme-surface-bright-overlay-multiplier: 2;
  --v-theme-surface-variant: 163,163,163;
  --v-theme-surface-variant-overlay-multiplier: 2;
  --v-theme-on-surface-variant: 66,66,66;
  --v-theme-primary: 140,87,255;
  --v-theme-primary-overlay-multiplier: 2;
  --v-theme-primary-darken-1: 126,78,230;
  --v-theme-primary-darken-1-overlay-multiplier: 1;
  --v-theme-secondary: 138,141,147;
  --v-theme-secondary-overlay-multiplier: 2;
  --v-theme-secondary-darken-1: 124,127,132;
  --v-theme-secondary-darken-1-overlay-multiplier: 2;
  --v-theme-error: 255,76,81;
  --v-theme-error-overlay-multiplier: 2;
  --v-theme-info: 22,177,255;
  --v-theme-info-overlay-multiplier: 2;
  --v-theme-success: 86,202,0;
  --v-theme-success-overlay-multiplier: 2;
  --v-theme-warning: 255,180,0;
  --v-theme-warning-overlay-multiplier: 2;
  --v-theme-on-primary: 255,255,255;
  --v-theme-on-secondary: 255,255,255;
  --v-theme-success-darken-1: 77,182,0;
  --v-theme-success-darken-1-overlay-multiplier: 2;
  --v-theme-on-success: 255,255,255;
  --v-theme-info-darken-1: 20,159,230;
  --v-theme-info-darken-1-overlay-multiplier: 2;
  --v-theme-on-info: 255,255,255;
  --v-theme-warning-darken-1: 230,162,0;
  --v-theme-warning-darken-1-overlay-multiplier: 2;
  --v-theme-on-warning: 255,255,255;
  --v-theme-error-darken-1: 230,68,73;
  --v-theme-error-darken-1-overlay-multiplier: 2;
  --v-theme-on-error: 255,255,255;
  --v-theme-on-background: 231,227,252;
  --v-theme-on-surface: 231,227,252;
  --v-theme-grey-50: 42,46,66;
  --v-theme-grey-50-overlay-multiplier: 1;
  --v-theme-grey-100: 47,51,73;
  --v-theme-grey-100-overlay-multiplier: 1;
  --v-theme-grey-200: 74,80,114;
  --v-theme-grey-200-overlay-multiplier: 1;
  --v-theme-grey-300: 94,102,146;
  --v-theme-grey-300-overlay-multiplier: 1;
  --v-theme-grey-400: 121,131,187;
  --v-theme-grey-400-overlay-multiplier: 2;
  --v-theme-grey-500: 134,146,208;
  --v-theme-grey-500-overlay-multiplier: 2;
  --v-theme-grey-600: 170,179,222;
  --v-theme-grey-600-overlay-multiplier: 2;
  --v-theme-grey-700: 182,190,227;
  --v-theme-grey-700-overlay-multiplier: 2;
  --v-theme-grey-800: 207,211,236;
  --v-theme-grey-800-overlay-multiplier: 2;
  --v-theme-grey-900: 231,233,246;
  --v-theme-grey-900-overlay-multiplier: 2;
  --v-theme-perfect-scrollbar-thumb: 74,80,114;
  --v-theme-perfect-scrollbar-thumb-overlay-multiplier: 1;
  --v-theme-skin-bordered-background: 49,45,75;
  --v-theme-skin-bordered-background-overlay-multiplier: 1;
  --v-theme-skin-bordered-surface: 49,45,75;
  --v-theme-skin-bordered-surface-overlay-multiplier: 1;
  --v-theme-expansion-panel-text-custom-bg: 55,51,80;
  --v-theme-expansion-panel-text-custom-bg-overlay-multiplier: 1;
  --v-theme-track-bg: 71,67,96;
  --v-theme-track-bg-overlay-multiplier: 1;
  --v-theme-chat-bg: 55,52,82;
  --v-theme-chat-bg-overlay-multiplier: 1;
  --v-theme-on-surface-bright: 0,0,0;
  --v-theme-on-primary-darken-1: 255,255,255;
  --v-theme-on-secondary-darken-1: 255,255,255;
  --v-theme-on-success-darken-1: 255,255,255;
  --v-theme-on-info-darken-1: 255,255,255;
  --v-theme-on-warning-darken-1: 0,0,0;
  --v-theme-on-error-darken-1: 255,255,255;
  --v-theme-on-grey-50: 255,255,255;
  --v-theme-on-grey-100: 255,255,255;
  --v-theme-on-grey-200: 255,255,255;
  --v-theme-on-grey-300: 255,255,255;
  --v-theme-on-grey-400: 255,255,255;
  --v-theme-on-grey-500: 255,255,255;
  --v-theme-on-grey-600: 0,0,0;
  --v-theme-on-grey-700: 0,0,0;
  --v-theme-on-grey-800: 0,0,0;
  --v-theme-on-grey-900: 0,0,0;
  --v-theme-on-perfect-scrollbar-thumb: 255,255,255;
  --v-theme-on-skin-bordered-background: 255,255,255;
  --v-theme-on-skin-bordered-surface: 255,255,255;
  --v-theme-on-expansion-panel-text-custom-bg: 255,255,255;
  --v-theme-on-track-bg: 255,255,255;
  --v-theme-on-chat-bg: 255,255,255;
  --v-border-color: 231, 227, 252;
  --v-border-opacity: 0.12;
  --v-high-emphasis-opacity: 0.9;
  --v-medium-emphasis-opacity: 0.7;
  --v-disabled-opacity: 0.4;
  --v-idle-opacity: 0.1;
  --v-hover-opacity: 0.04;
  --v-focus-opacity: 0.1;
  --v-selected-opacity: 0.08;
  --v-activated-opacity: 0.16;
  --v-pressed-opacity: 0.14;
  --v-dragged-opacity: 0.1;
  --v-theme-kbd: 33, 37, 41;
  --v-theme-on-kbd: 255, 255, 255;
  --v-theme-code: 52, 52, 52;
  --v-theme-on-code: 204, 204, 204;
  --v-code-color: 212, 0, 255;
  --v-overlay-scrim-background: 49, 45, 75;
  --v-tooltip-background: 247, 244, 255;
  --v-overlay-scrim-opacity: 0.5;
  --v-table-header-color: 61, 55, 89;
  --v-shadow-key-umbra-color: 19, 17, 32;
  --v-shadow-xs-opacity: 0.20;
  --v-shadow-sm-opacity: 0.22;
  --v-shadow-md-opacity: 0.24;
  --v-shadow-lg-opacity: 0.26;
  --v-shadow-xl-opacity: 0.28;
}

.v-application .maroon {
  background-color: var(--maroon) !important;
  border-color: var(--maroon) !important;
}

.v-application .snow {
  background-color: var(--snow) !important;
  border-color: var(--snow) !important;
}

.v-application .silver {
  background-color: var(--silver);
  border-color: var(--silver) !important;
}

