:host, html {
    --v-theme-background: 255,255,255;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 255,255,255;
    --v-theme-surface-overlay-multiplier: 1;
    --v-theme-surface-bright: 255,255,255;
    --v-theme-surface-bright-overlay-multiplier: 1;
    --v-theme-surface-variant: 66,66,66;
    --v-theme-surface-variant-overlay-multiplier: 2;
    --v-theme-on-surface-variant: 255,255,255;
    --v-theme-primary: 30,136,229;
    --v-theme-primary-overlay-multiplier: 1;
    --v-theme-primary-darken-1: 55,0,179;
    --v-theme-primary-darken-1-overlay-multiplier: 2;
    --v-theme-secondary: 12,185,197;
    --v-theme-secondary-overlay-multiplier: 1;
    --v-theme-secondary-darken-1: 1,135,134;
    --v-theme-secondary-darken-1-overlay-multiplier: 1;
    --v-theme-error: 250,137,107;
    --v-theme-error-overlay-multiplier: 1;
    --v-theme-info: 83,155,255;
    --v-theme-info-overlay-multiplier: 1;
    --v-theme-success: 19,222,185;
    --v-theme-success-overlay-multiplier: 1;
    --v-theme-warning: 255,174,31;
    --v-theme-warning-overlay-multiplier: 1;
    --v-theme-accent: 255,171,145;
    --v-theme-accent-overlay-multiplier: 1;
    --v-theme-lightprimary: 245,252,253;
    --v-theme-lightprimary-overlay-multiplier: 1;
    --v-theme-lightsecondary: 232,247,255;
    --v-theme-lightsecondary-overlay-multiplier: 1;
    --v-theme-lightsuccess: 230,255,250;
    --v-theme-lightsuccess-overlay-multiplier: 1;
    --v-theme-lighterror: 253,237,232;
    --v-theme-lighterror-overlay-multiplier: 1;
    --v-theme-lightwarning: 254,245,229;
    --v-theme-lightwarning-overlay-multiplier: 1;
    --v-theme-lightinfo: 235,243,254;
    --v-theme-lightinfo-overlay-multiplier: 1;
    --v-theme-textPrimary: 42,53,71;
    --v-theme-textPrimary-overlay-multiplier: 2;
    --v-theme-textSecondary: 42,53,71;
    --v-theme-textSecondary-overlay-multiplier: 2;
    --v-theme-borderColor: 229,234,239;
    --v-theme-borderColor-overlay-multiplier: 1;
    --v-theme-inputBorder: 223,229,239;
    --v-theme-inputBorder-overlay-multiplier: 1;
    --v-theme-containerBg: 255,255,255;
    --v-theme-containerBg-overlay-multiplier: 1;
    --v-theme-hoverColor: 246,249,252;
    --v-theme-hoverColor-overlay-multiplier: 1;
    --v-theme-grey100: 242,246,250;
    --v-theme-grey100-overlay-multiplier: 1;
    --v-theme-grey200: 234,239,244;
    --v-theme-grey200-overlay-multiplier: 1;
    --v-theme-on-background: 0,0,0;
    --v-theme-on-surface: 0,0,0;
    --v-theme-on-surface-bright: 0,0,0;
    --v-theme-on-primary: 255,255,255;
    --v-theme-on-primary-darken-1: 255,255,255;
    --v-theme-on-secondary: 255,255,255;
    --v-theme-on-secondary-darken-1: 255,255,255;
    --v-theme-on-error: 255,255,255;
    --v-theme-on-info: 255,255,255;
    --v-theme-on-success: 0,0,0;
    --v-theme-on-warning: 0,0,0;
    --v-theme-on-accent: 0,0,0;
    --v-theme-on-lightprimary: 0,0,0;
    --v-theme-on-lightsecondary: 0,0,0;
    --v-theme-on-lightsuccess: 0,0,0;
    --v-theme-on-lighterror: 0,0,0;
    --v-theme-on-lightwarning: 0,0,0;
    --v-theme-on-lightinfo: 0,0,0;
    --v-theme-on-textPrimary: 255,255,255;
    --v-theme-on-textSecondary: 255,255,255;
    --v-theme-on-borderColor: 0,0,0;
    --v-theme-on-inputBorder: 0,0,0;
    --v-theme-on-containerBg: 0,0,0;
    --v-theme-on-hoverColor: 0,0,0;
    --v-theme-on-grey100: 0,0,0;
    --v-theme-on-grey200: 0,0,0;
    --v-border-color: 229, 234, 239;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 0.87;
    --v-medium-emphasis-opacity: 0.6;
    --v-disabled-opacity: 0.38;
    --v-idle-opacity: 0.04;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.12;
    --v-dragged-opacity: 0.08;
    --v-theme-kbd: 33, 37, 41;
    --v-theme-on-kbd: 255, 255, 255;
    --v-theme-code: 245, 245, 245;
    --v-theme-on-code: 0, 0, 0;
}
:host, html {
    --vs-colors--lightest: rgba(60, 60, 60, .26);
    --vs-colors--light: rgba(60, 60, 60, .5);
    --vs-colors--dark: #333;
    --vs-colors--darkest: rgba(0, 0, 0, .15);
    --vs-search-input-color: inherit;
    --vs-search-input-placeholder-color: inherit;
    --vs-font-size: 1rem;
    --vs-line-height: 1.4;
    --vs-state-disabled-bg: rgb(248, 248, 248);
    --vs-state-disabled-color: var(--vs-colors--light);
    --vs-state-disabled-controls-color: var(--vs-colors--light);
    --vs-state-disabled-cursor: not-allowed;
    --vs-border-color: var(--vs-colors--lightest);
    --vs-border-width: 1px;
    --vs-border-style: solid;
    --vs-border-radius: 4px;
    --vs-actions-padding: 4px 6px 0 3px;
    --vs-controls-color: var(--vs-colors--light);
    --vs-controls-size: 1;
    --vs-controls--deselect-text-shadow: 0 1px 0 #fff;
    --vs-selected-bg: #f0f0f0;
    --vs-selected-color: var(--vs-colors--dark);
    --vs-selected-border-color: var(--vs-border-color);
    --vs-selected-border-style: var(--vs-border-style);
    --vs-selected-border-width: var(--vs-border-width);
    --vs-dropdown-bg: #fff;
    --vs-dropdown-color: inherit;
    --vs-dropdown-z-index: 1000;
    --vs-dropdown-min-width: 160px;
    --vs-dropdown-max-height: 350px;
    --vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);
    --vs-dropdown-option-bg: #000;
    --vs-dropdown-option-color: var(--vs-dropdown-color);
    --vs-dropdown-option-padding: 3px 20px;
    --vs-dropdown-option--active-bg: #5897fb;
    --vs-dropdown-option--active-color: #fff;
    --vs-dropdown-option--deselect-bg: #fb5858;
    --vs-dropdown-option--deselect-color: #fff;
    --vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);
    --vs-transition-duration: .15s
}
:host, html {
    --vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);
    --vs-transition-duration: .15s
}
:host, html {
    --vs-disabled-bg: var(--vs-state-disabled-bg);
    --vs-disabled-color: var(--vs-state-disabled-color);
    --vs-disabled-cursor: var(--vs-state-disabled-cursor)
}
:host, html {
    --v-theme-overlay-multiplier: 1;
    --v-scrollbar-offset: 0px
}

.v-theme--light {
    color-scheme: normal;
    --v-theme-background: 255,255,255;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 255,255,255;
    --v-theme-surface-overlay-multiplier: 1;
    --v-theme-surface-bright: 255,255,255;
    --v-theme-surface-bright-overlay-multiplier: 1;
    --v-theme-surface-variant: 66,66,66;
    --v-theme-surface-variant-overlay-multiplier: 2;
    --v-theme-on-surface-variant: 238,238,238;
    --v-theme-primary: 98,0,238;
    --v-theme-primary-overlay-multiplier: 2;
    --v-theme-primary-darken-1: 55,0,179;
    --v-theme-primary-darken-1-overlay-multiplier: 2;
    --v-theme-secondary: 3,218,198;
    --v-theme-secondary-overlay-multiplier: 1;
    --v-theme-secondary-darken-1: 1,135,134;
    --v-theme-secondary-darken-1-overlay-multiplier: 1;
    --v-theme-error: 176,0,32;
    --v-theme-error-overlay-multiplier: 2;
    --v-theme-info: 33,150,243;
    --v-theme-info-overlay-multiplier: 1;
    --v-theme-success: 76,175,80;
    --v-theme-success-overlay-multiplier: 1;
    --v-theme-warning: 251,140,0;
    --v-theme-warning-overlay-multiplier: 1;
    --v-theme-on-background: 0,0,0;
    --v-theme-on-surface: 0,0,0;
    --v-theme-on-surface-bright: 0,0,0;
    --v-theme-on-primary: 255,255,255;
    --v-theme-on-primary-darken-1: 255,255,255;
    --v-theme-on-secondary: 0,0,0;
    --v-theme-on-secondary-darken-1: 255,255,255;
    --v-theme-on-error: 255,255,255;
    --v-theme-on-info: 255,255,255;
    --v-theme-on-success: 255,255,255;
    --v-theme-on-warning: 255,255,255;
    --v-border-color: 0, 0, 0;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 0.87;
    --v-medium-emphasis-opacity: 0.6;
    --v-disabled-opacity: 0.38;
    --v-idle-opacity: 0.04;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.12;
    --v-dragged-opacity: 0.08;
    --v-theme-kbd: 33, 37, 41;
    --v-theme-on-kbd: 255, 255, 255;
    --v-theme-code: 245, 245, 245;
    --v-theme-on-code: 0, 0, 0;
}
.v-theme--dark {
    color-scheme: dark;
    --v-theme-background: 18,18,18;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 33,33,33;
    --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: 187,134,252;
    --v-theme-primary-overlay-multiplier: 2;
    --v-theme-primary-darken-1: 55,0,179;
    --v-theme-primary-darken-1-overlay-multiplier: 1;
    --v-theme-secondary: 3,218,197;
    --v-theme-secondary-overlay-multiplier: 2;
    --v-theme-secondary-darken-1: 3,218,197;
    --v-theme-secondary-darken-1-overlay-multiplier: 2;
    --v-theme-error: 207,102,121;
    --v-theme-error-overlay-multiplier: 2;
    --v-theme-info: 33,150,243;
    --v-theme-info-overlay-multiplier: 2;
    --v-theme-success: 76,175,80;
    --v-theme-success-overlay-multiplier: 2;
    --v-theme-warning: 251,140,0;
    --v-theme-warning-overlay-multiplier: 2;
    --v-theme-on-background: 255,255,255;
    --v-theme-on-surface: 255,255,255;
    --v-theme-on-surface-bright: 0,0,0;
    --v-theme-on-primary: 255,255,255;
    --v-theme-on-primary-darken-1: 255,255,255;
    --v-theme-on-secondary: 0,0,0;
    --v-theme-on-secondary-darken-1: 0,0,0;
    --v-theme-on-error: 255,255,255;
    --v-theme-on-info: 255,255,255;
    --v-theme-on-success: 255,255,255;
    --v-theme-on-warning: 255,255,255;
    --v-border-color: 255, 255, 255;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 1;
    --v-medium-emphasis-opacity: 0.7;
    --v-disabled-opacity: 0.5;
    --v-idle-opacity: 0.1;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.16;
    --v-dragged-opacity: 0.08;
    --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-theme--BLUE_THEME {
    color-scheme: normal;
    --v-theme-background: 238,245,249;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 255,255,255;
    --v-theme-surface-overlay-multiplier: 1;
    --v-theme-surface-bright: 255,255,255;
    --v-theme-surface-bright-overlay-multiplier: 1;
    --v-theme-surface-variant: 66,66,66;
    --v-theme-surface-variant-overlay-multiplier: 2;
    --v-theme-on-surface-variant: 255,255,255;
    --v-theme-primary: 30,136,229;
    --v-theme-primary-overlay-multiplier: 1;
    --v-theme-primary-darken-1: 55,0,179;
    --v-theme-primary-darken-1-overlay-multiplier: 2;
    --v-theme-secondary: 12,185,197;
    --v-theme-secondary-overlay-multiplier: 1;
    --v-theme-secondary-darken-1: 1,135,134;
    --v-theme-secondary-darken-1-overlay-multiplier: 1;
    --v-theme-error: 250,137,107;
    --v-theme-error-overlay-multiplier: 1;
    --v-theme-info: 83,155,255;
    --v-theme-info-overlay-multiplier: 1;
    --v-theme-success: 19,222,185;
    --v-theme-success-overlay-multiplier: 1;
    --v-theme-warning: 255,174,31;
    --v-theme-warning-overlay-multiplier: 1;
    --v-theme-accent: 255,171,145;
    --v-theme-accent-overlay-multiplier: 1;
    --v-theme-lightprimary: 245,252,253;
    --v-theme-lightprimary-overlay-multiplier: 1;
    --v-theme-lightsecondary: 232,247,255;
    --v-theme-lightsecondary-overlay-multiplier: 1;
    --v-theme-lightsuccess: 230,255,250;
    --v-theme-lightsuccess-overlay-multiplier: 1;
    --v-theme-lighterror: 253,237,232;
    --v-theme-lighterror-overlay-multiplier: 1;
    --v-theme-lightwarning: 254,245,229;
    --v-theme-lightwarning-overlay-multiplier: 1;
    --v-theme-lightinfo: 235,243,254;
    --v-theme-lightinfo-overlay-multiplier: 1;
    --v-theme-textPrimary: 42,53,71;
    --v-theme-textPrimary-overlay-multiplier: 2;
    --v-theme-textSecondary: 42,53,71;
    --v-theme-textSecondary-overlay-multiplier: 2;
    --v-theme-borderColor: 229,234,239;
    --v-theme-borderColor-overlay-multiplier: 1;
    --v-theme-inputBorder: 223,229,239;
    --v-theme-inputBorder-overlay-multiplier: 1;
    --v-theme-containerBg: 255,255,255;
    --v-theme-containerBg-overlay-multiplier: 1;
    --v-theme-hoverColor: 246,249,252;
    --v-theme-hoverColor-overlay-multiplier: 1;
    --v-theme-grey100: 242,246,250;
    --v-theme-grey100-overlay-multiplier: 1;
    --v-theme-grey200: 234,239,244;
    --v-theme-grey200-overlay-multiplier: 1;
    --v-theme-on-background: 0,0,0;
    --v-theme-on-surface: 0,0,0;
    --v-theme-on-surface-bright: 0,0,0;
    --v-theme-on-primary: 255,255,255;
    --v-theme-on-primary-darken-1: 255,255,255;
    --v-theme-on-secondary: 255,255,255;
    --v-theme-on-secondary-darken-1: 255,255,255;
    --v-theme-on-error: 255,255,255;
    --v-theme-on-info: 255,255,255;
    --v-theme-on-success: 0,0,0;
    --v-theme-on-warning: 0,0,0;
    --v-theme-on-accent: 0,0,0;
    --v-theme-on-lightprimary: 0,0,0;
    --v-theme-on-lightsecondary: 0,0,0;
    --v-theme-on-lightsuccess: 0,0,0;
    --v-theme-on-lighterror: 0,0,0;
    --v-theme-on-lightwarning: 0,0,0;
    --v-theme-on-lightinfo: 0,0,0;
    --v-theme-on-textPrimary: 255,255,255;
    --v-theme-on-textSecondary: 255,255,255;
    --v-theme-on-borderColor: 0,0,0;
    --v-theme-on-inputBorder: 0,0,0;
    --v-theme-on-containerBg: 0,0,0;
    --v-theme-on-hoverColor: 0,0,0;
    --v-theme-on-grey100: 0,0,0;
    --v-theme-on-grey200: 0,0,0;
    --v-border-color: 229, 234, 239;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 0.87;
    --v-medium-emphasis-opacity: 0.6;
    --v-disabled-opacity: 0.38;
    --v-idle-opacity: 0.04;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.12;
    --v-dragged-opacity: 0.08;
    --v-theme-kbd: 33, 37, 41;
    --v-theme-on-kbd: 255, 255, 255;
    --v-theme-code: 245, 245, 245;
    --v-theme-on-code: 0, 0, 0;
}
.v-theme--AQUA_THEME {
    color-scheme: normal;
    --v-theme-background: 238,245,249;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 255,255,255;
    --v-theme-surface-overlay-multiplier: 1;
    --v-theme-surface-bright: 255,255,255;
    --v-theme-surface-bright-overlay-multiplier: 1;
    --v-theme-surface-variant: 66,66,66;
    --v-theme-surface-variant-overlay-multiplier: 2;
    --v-theme-on-surface-variant: 255,255,255;
    --v-theme-primary: 0,116,186;
    --v-theme-primary-overlay-multiplier: 2;
    --v-theme-primary-darken-1: 55,0,179;
    --v-theme-primary-darken-1-overlay-multiplier: 2;
    --v-theme-secondary: 71,215,188;
    --v-theme-secondary-overlay-multiplier: 1;
    --v-theme-secondary-darken-1: 1,135,134;
    --v-theme-secondary-darken-1-overlay-multiplier: 1;
    --v-theme-error: 250,137,107;
    --v-theme-error-overlay-multiplier: 1;
    --v-theme-info: 83,155,255;
    --v-theme-info-overlay-multiplier: 1;
    --v-theme-success: 19,222,185;
    --v-theme-success-overlay-multiplier: 1;
    --v-theme-warning: 255,174,31;
    --v-theme-warning-overlay-multiplier: 1;
    --v-theme-accent: 255,171,145;
    --v-theme-accent-overlay-multiplier: 1;
    --v-theme-lightprimary: 239,249,255;
    --v-theme-lightprimary-overlay-multiplier: 1;
    --v-theme-lightsecondary: 237,251,247;
    --v-theme-lightsecondary-overlay-multiplier: 1;
    --v-theme-lightsuccess: 230,255,250;
    --v-theme-lightsuccess-overlay-multiplier: 1;
    --v-theme-lighterror: 253,237,232;
    --v-theme-lighterror-overlay-multiplier: 1;
    --v-theme-lightwarning: 254,245,229;
    --v-theme-lightwarning-overlay-multiplier: 1;
    --v-theme-lightinfo: 235,243,254;
    --v-theme-lightinfo-overlay-multiplier: 1;
    --v-theme-textPrimary: 42,53,71;
    --v-theme-textPrimary-overlay-multiplier: 2;
    --v-theme-textSecondary: 42,53,71;
    --v-theme-textSecondary-overlay-multiplier: 2;
    --v-theme-borderColor: 229,234,239;
    --v-theme-borderColor-overlay-multiplier: 1;
    --v-theme-inputBorder: 223,229,239;
    --v-theme-inputBorder-overlay-multiplier: 1;
    --v-theme-containerBg: 255,255,255;
    --v-theme-containerBg-overlay-multiplier: 1;
    --v-theme-hoverColor: 246,249,252;
    --v-theme-hoverColor-overlay-multiplier: 1;
    --v-theme-grey100: 242,246,250;
    --v-theme-grey100-overlay-multiplier: 1;
    --v-theme-grey200: 234,239,244;
    --v-theme-grey200-overlay-multiplier: 1;
    --v-theme-on-background: 0,0,0;
    --v-theme-on-surface: 0,0,0;
    --v-theme-on-surface-bright: 0,0,0;
    --v-theme-on-primary: 255,255,255;
    --v-theme-on-primary-darken-1: 255,255,255;
    --v-theme-on-secondary: 0,0,0;
    --v-theme-on-secondary-darken-1: 255,255,255;
    --v-theme-on-error: 255,255,255;
    --v-theme-on-info: 255,255,255;
    --v-theme-on-success: 0,0,0;
    --v-theme-on-warning: 0,0,0;
    --v-theme-on-accent: 0,0,0;
    --v-theme-on-lightprimary: 0,0,0;
    --v-theme-on-lightsecondary: 0,0,0;
    --v-theme-on-lightsuccess: 0,0,0;
    --v-theme-on-lighterror: 0,0,0;
    --v-theme-on-lightwarning: 0,0,0;
    --v-theme-on-lightinfo: 0,0,0;
    --v-theme-on-textPrimary: 255,255,255;
    --v-theme-on-textSecondary: 255,255,255;
    --v-theme-on-borderColor: 0,0,0;
    --v-theme-on-inputBorder: 0,0,0;
    --v-theme-on-containerBg: 0,0,0;
    --v-theme-on-hoverColor: 0,0,0;
    --v-theme-on-grey100: 0,0,0;
    --v-theme-on-grey200: 0,0,0;
    --v-border-color: 229, 234, 239;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 0.87;
    --v-medium-emphasis-opacity: 0.6;
    --v-disabled-opacity: 0.38;
    --v-idle-opacity: 0.04;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.12;
    --v-dragged-opacity: 0.08;
    --v-theme-kbd: 33, 37, 41;
    --v-theme-on-kbd: 255, 255, 255;
    --v-theme-code: 245, 245, 245;
    --v-theme-on-code: 0, 0, 0;
}
.v-theme--PURPLE_THEME {
    color-scheme: normal;
    --v-theme-background: 238,245,249;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 255,255,255;
    --v-theme-surface-overlay-multiplier: 1;
    --v-theme-surface-bright: 255,255,255;
    --v-theme-surface-bright-overlay-multiplier: 1;
    --v-theme-surface-variant: 66,66,66;
    --v-theme-surface-variant-overlay-multiplier: 2;
    --v-theme-on-surface-variant: 255,255,255;
    --v-theme-primary: 118,62,189;
    --v-theme-primary-overlay-multiplier: 2;
    --v-theme-primary-darken-1: 55,0,179;
    --v-theme-primary-darken-1-overlay-multiplier: 2;
    --v-theme-secondary: 149,207,213;
    --v-theme-secondary-overlay-multiplier: 1;
    --v-theme-secondary-darken-1: 1,135,134;
    --v-theme-secondary-darken-1-overlay-multiplier: 1;
    --v-theme-error: 250,137,107;
    --v-theme-error-overlay-multiplier: 1;
    --v-theme-info: 83,155,255;
    --v-theme-info-overlay-multiplier: 1;
    --v-theme-success: 19,222,185;
    --v-theme-success-overlay-multiplier: 1;
    --v-theme-warning: 255,174,31;
    --v-theme-warning-overlay-multiplier: 1;
    --v-theme-accent: 255,171,145;
    --v-theme-accent-overlay-multiplier: 1;
    --v-theme-lightprimary: 242,236,249;
    --v-theme-lightprimary-overlay-multiplier: 1;
    --v-theme-lightsecondary: 237,248,250;
    --v-theme-lightsecondary-overlay-multiplier: 1;
    --v-theme-lightsuccess: 230,255,250;
    --v-theme-lightsuccess-overlay-multiplier: 1;
    --v-theme-lighterror: 253,237,232;
    --v-theme-lighterror-overlay-multiplier: 1;
    --v-theme-lightwarning: 254,245,229;
    --v-theme-lightwarning-overlay-multiplier: 1;
    --v-theme-lightinfo: 235,243,254;
    --v-theme-lightinfo-overlay-multiplier: 1;
    --v-theme-textPrimary: 42,53,71;
    --v-theme-textPrimary-overlay-multiplier: 2;
    --v-theme-textSecondary: 42,53,71;
    --v-theme-textSecondary-overlay-multiplier: 2;
    --v-theme-borderColor: 229,234,239;
    --v-theme-borderColor-overlay-multiplier: 1;
    --v-theme-inputBorder: 223,229,239;
    --v-theme-inputBorder-overlay-multiplier: 1;
    --v-theme-containerBg: 255,255,255;
    --v-theme-containerBg-overlay-multiplier: 1;
    --v-theme-hoverColor: 246,249,252;
    --v-theme-hoverColor-overlay-multiplier: 1;
    --v-theme-grey100: 242,246,250;
    --v-theme-grey100-overlay-multiplier: 1;
    --v-theme-grey200: 234,239,244;
    --v-theme-grey200-overlay-multiplier: 1;
    --v-theme-on-background: 0,0,0;
    --v-theme-on-surface: 0,0,0;
    --v-theme-on-surface-bright: 0,0,0;
    --v-theme-on-primary: 255,255,255;
    --v-theme-on-primary-darken-1: 255,255,255;
    --v-theme-on-secondary: 0,0,0;
    --v-theme-on-secondary-darken-1: 255,255,255;
    --v-theme-on-error: 255,255,255;
    --v-theme-on-info: 255,255,255;
    --v-theme-on-success: 0,0,0;
    --v-theme-on-warning: 0,0,0;
    --v-theme-on-accent: 0,0,0;
    --v-theme-on-lightprimary: 0,0,0;
    --v-theme-on-lightsecondary: 0,0,0;
    --v-theme-on-lightsuccess: 0,0,0;
    --v-theme-on-lighterror: 0,0,0;
    --v-theme-on-lightwarning: 0,0,0;
    --v-theme-on-lightinfo: 0,0,0;
    --v-theme-on-textPrimary: 255,255,255;
    --v-theme-on-textSecondary: 255,255,255;
    --v-theme-on-borderColor: 0,0,0;
    --v-theme-on-inputBorder: 0,0,0;
    --v-theme-on-containerBg: 0,0,0;
    --v-theme-on-hoverColor: 0,0,0;
    --v-theme-on-grey100: 0,0,0;
    --v-theme-on-grey200: 0,0,0;
    --v-border-color: 229, 234, 239;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 0.87;
    --v-medium-emphasis-opacity: 0.6;
    --v-disabled-opacity: 0.38;
    --v-idle-opacity: 0.04;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.12;
    --v-dragged-opacity: 0.08;
    --v-theme-kbd: 33, 37, 41;
    --v-theme-on-kbd: 255, 255, 255;
    --v-theme-code: 245, 245, 245;
    --v-theme-on-code: 0, 0, 0;
}
.v-theme--GREEN_THEME {
    color-scheme: normal;
    --v-theme-background: 238,245,249;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 255,255,255;
    --v-theme-surface-overlay-multiplier: 1;
    --v-theme-surface-bright: 255,255,255;
    --v-theme-surface-bright-overlay-multiplier: 1;
    --v-theme-surface-variant: 66,66,66;
    --v-theme-surface-variant-overlay-multiplier: 2;
    --v-theme-on-surface-variant: 255,255,255;
    --v-theme-primary: 10,126,164;
    --v-theme-primary-overlay-multiplier: 2;
    --v-theme-primary-darken-1: 55,0,179;
    --v-theme-primary-darken-1-overlay-multiplier: 2;
    --v-theme-secondary: 204,218,78;
    --v-theme-secondary-overlay-multiplier: 1;
    --v-theme-secondary-darken-1: 1,135,134;
    --v-theme-secondary-darken-1-overlay-multiplier: 1;
    --v-theme-error: 250,137,107;
    --v-theme-error-overlay-multiplier: 1;
    --v-theme-info: 83,155,255;
    --v-theme-info-overlay-multiplier: 1;
    --v-theme-success: 19,222,185;
    --v-theme-success-overlay-multiplier: 1;
    --v-theme-warning: 255,174,31;
    --v-theme-warning-overlay-multiplier: 1;
    --v-theme-accent: 255,171,145;
    --v-theme-accent-overlay-multiplier: 1;
    --v-theme-lightprimary: 244,249,251;
    --v-theme-lightprimary-overlay-multiplier: 1;
    --v-theme-lightsecondary: 250,251,239;
    --v-theme-lightsecondary-overlay-multiplier: 1;
    --v-theme-lightsuccess: 230,255,250;
    --v-theme-lightsuccess-overlay-multiplier: 1;
    --v-theme-lighterror: 253,237,232;
    --v-theme-lighterror-overlay-multiplier: 1;
    --v-theme-lightwarning: 254,245,229;
    --v-theme-lightwarning-overlay-multiplier: 1;
    --v-theme-lightinfo: 235,243,254;
    --v-theme-lightinfo-overlay-multiplier: 1;
    --v-theme-textPrimary: 42,53,71;
    --v-theme-textPrimary-overlay-multiplier: 2;
    --v-theme-textSecondary: 42,53,71;
    --v-theme-textSecondary-overlay-multiplier: 2;
    --v-theme-borderColor: 229,234,239;
    --v-theme-borderColor-overlay-multiplier: 1;
    --v-theme-inputBorder: 223,229,239;
    --v-theme-inputBorder-overlay-multiplier: 1;
    --v-theme-containerBg: 255,255,255;
    --v-theme-containerBg-overlay-multiplier: 1;
    --v-theme-hoverColor: 246,249,252;
    --v-theme-hoverColor-overlay-multiplier: 1;
    --v-theme-grey100: 242,246,250;
    --v-theme-grey100-overlay-multiplier: 1;
    --v-theme-grey200: 234,239,244;
    --v-theme-grey200-overlay-multiplier: 1;
    --v-theme-on-background: 0,0,0;
    --v-theme-on-surface: 0,0,0;
    --v-theme-on-surface-bright: 0,0,0;
    --v-theme-on-primary: 255,255,255;
    --v-theme-on-primary-darken-1: 255,255,255;
    --v-theme-on-secondary: 0,0,0;
    --v-theme-on-secondary-darken-1: 255,255,255;
    --v-theme-on-error: 255,255,255;
    --v-theme-on-info: 255,255,255;
    --v-theme-on-success: 0,0,0;
    --v-theme-on-warning: 0,0,0;
    --v-theme-on-accent: 0,0,0;
    --v-theme-on-lightprimary: 0,0,0;
    --v-theme-on-lightsecondary: 0,0,0;
    --v-theme-on-lightsuccess: 0,0,0;
    --v-theme-on-lighterror: 0,0,0;
    --v-theme-on-lightwarning: 0,0,0;
    --v-theme-on-lightinfo: 0,0,0;
    --v-theme-on-textPrimary: 255,255,255;
    --v-theme-on-textSecondary: 255,255,255;
    --v-theme-on-borderColor: 0,0,0;
    --v-theme-on-inputBorder: 0,0,0;
    --v-theme-on-containerBg: 0,0,0;
    --v-theme-on-hoverColor: 0,0,0;
    --v-theme-on-grey100: 0,0,0;
    --v-theme-on-grey200: 0,0,0;
    --v-border-color: 229, 234, 239;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 0.87;
    --v-medium-emphasis-opacity: 0.6;
    --v-disabled-opacity: 0.38;
    --v-idle-opacity: 0.04;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.12;
    --v-dragged-opacity: 0.08;
    --v-theme-kbd: 33, 37, 41;
    --v-theme-on-kbd: 255, 255, 255;
    --v-theme-code: 245, 245, 245;
    --v-theme-on-code: 0, 0, 0;
}
.v-theme--CYAN_THEME {
    color-scheme: normal;
    --v-theme-background: 238,245,249;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 255,255,255;
    --v-theme-surface-overlay-multiplier: 1;
    --v-theme-surface-bright: 255,255,255;
    --v-theme-surface-bright-overlay-multiplier: 1;
    --v-theme-surface-variant: 66,66,66;
    --v-theme-surface-variant-overlay-multiplier: 2;
    --v-theme-on-surface-variant: 255,255,255;
    --v-theme-primary: 1,192,200;
    --v-theme-primary-overlay-multiplier: 1;
    --v-theme-primary-darken-1: 55,0,179;
    --v-theme-primary-darken-1-overlay-multiplier: 2;
    --v-theme-secondary: 251,150,120;
    --v-theme-secondary-overlay-multiplier: 1;
    --v-theme-secondary-darken-1: 1,135,134;
    --v-theme-secondary-darken-1-overlay-multiplier: 1;
    --v-theme-error: 250,137,107;
    --v-theme-error-overlay-multiplier: 1;
    --v-theme-info: 83,155,255;
    --v-theme-info-overlay-multiplier: 1;
    --v-theme-success: 0,230,118;
    --v-theme-success-overlay-multiplier: 1;
    --v-theme-warning: 255,174,31;
    --v-theme-warning-overlay-multiplier: 1;
    --v-theme-accent: 255,171,145;
    --v-theme-accent-overlay-multiplier: 1;
    --v-theme-lightprimary: 235,249,250;
    --v-theme-lightprimary-overlay-multiplier: 1;
    --v-theme-lightsecondary: 255,245,242;
    --v-theme-lightsecondary-overlay-multiplier: 1;
    --v-theme-lightsuccess: 230,255,250;
    --v-theme-lightsuccess-overlay-multiplier: 1;
    --v-theme-lighterror: 253,237,232;
    --v-theme-lighterror-overlay-multiplier: 1;
    --v-theme-lightwarning: 254,245,229;
    --v-theme-lightwarning-overlay-multiplier: 1;
    --v-theme-lightinfo: 235,243,254;
    --v-theme-lightinfo-overlay-multiplier: 1;
    --v-theme-textPrimary: 42,53,71;
    --v-theme-textPrimary-overlay-multiplier: 2;
    --v-theme-textSecondary: 42,53,71;
    --v-theme-textSecondary-overlay-multiplier: 2;
    --v-theme-borderColor: 229,234,239;
    --v-theme-borderColor-overlay-multiplier: 1;
    --v-theme-inputBorder: 223,229,239;
    --v-theme-inputBorder-overlay-multiplier: 1;
    --v-theme-containerBg: 255,255,255;
    --v-theme-containerBg-overlay-multiplier: 1;
    --v-theme-hoverColor: 246,249,252;
    --v-theme-hoverColor-overlay-multiplier: 1;
    --v-theme-grey100: 242,246,250;
    --v-theme-grey100-overlay-multiplier: 1;
    --v-theme-grey200: 234,239,244;
    --v-theme-grey200-overlay-multiplier: 1;
    --v-theme-on-background: 0,0,0;
    --v-theme-on-surface: 0,0,0;
    --v-theme-on-surface-bright: 0,0,0;
    --v-theme-on-primary: 0,0,0;
    --v-theme-on-primary-darken-1: 255,255,255;
    --v-theme-on-secondary: 0,0,0;
    --v-theme-on-secondary-darken-1: 255,255,255;
    --v-theme-on-error: 255,255,255;
    --v-theme-on-info: 255,255,255;
    --v-theme-on-success: 0,0,0;
    --v-theme-on-warning: 0,0,0;
    --v-theme-on-accent: 0,0,0;
    --v-theme-on-lightprimary: 0,0,0;
    --v-theme-on-lightsecondary: 0,0,0;
    --v-theme-on-lightsuccess: 0,0,0;
    --v-theme-on-lighterror: 0,0,0;
    --v-theme-on-lightwarning: 0,0,0;
    --v-theme-on-lightinfo: 0,0,0;
    --v-theme-on-textPrimary: 255,255,255;
    --v-theme-on-textSecondary: 255,255,255;
    --v-theme-on-borderColor: 0,0,0;
    --v-theme-on-inputBorder: 0,0,0;
    --v-theme-on-containerBg: 0,0,0;
    --v-theme-on-hoverColor: 0,0,0;
    --v-theme-on-grey100: 0,0,0;
    --v-theme-on-grey200: 0,0,0;
    --v-border-color: 229, 234, 239;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 0.87;
    --v-medium-emphasis-opacity: 0.6;
    --v-disabled-opacity: 0.38;
    --v-idle-opacity: 0.04;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.12;
    --v-dragged-opacity: 0.08;
    --v-theme-kbd: 33, 37, 41;
    --v-theme-on-kbd: 255, 255, 255;
    --v-theme-code: 245, 245, 245;
    --v-theme-on-code: 0, 0, 0;
}
.v-theme--ORANGE_THEME {
    color-scheme: normal;
    --v-theme-background: 238,245,249;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 255,255,255;
    --v-theme-surface-overlay-multiplier: 1;
    --v-theme-surface-bright: 255,255,255;
    --v-theme-surface-bright-overlay-multiplier: 1;
    --v-theme-surface-variant: 66,66,66;
    --v-theme-surface-variant-overlay-multiplier: 2;
    --v-theme-on-surface-variant: 255,255,255;
    --v-theme-primary: 250,137,107;
    --v-theme-primary-overlay-multiplier: 1;
    --v-theme-primary-darken-1: 55,0,179;
    --v-theme-primary-darken-1-overlay-multiplier: 2;
    --v-theme-secondary: 0,116,186;
    --v-theme-secondary-overlay-multiplier: 2;
    --v-theme-secondary-darken-1: 1,135,134;
    --v-theme-secondary-darken-1-overlay-multiplier: 1;
    --v-theme-error: 250,137,107;
    --v-theme-error-overlay-multiplier: 1;
    --v-theme-info: 83,155,255;
    --v-theme-info-overlay-multiplier: 1;
    --v-theme-success: 0,230,118;
    --v-theme-success-overlay-multiplier: 1;
    --v-theme-warning: 255,229,127;
    --v-theme-warning-overlay-multiplier: 1;
    --v-theme-accent: 255,171,145;
    --v-theme-accent-overlay-multiplier: 1;
    --v-theme-lightprimary: 251,242,239;
    --v-theme-lightprimary-overlay-multiplier: 1;
    --v-theme-lightsecondary: 239,249,255;
    --v-theme-lightsecondary-overlay-multiplier: 1;
    --v-theme-lightsuccess: 230,255,250;
    --v-theme-lightsuccess-overlay-multiplier: 1;
    --v-theme-lighterror: 253,237,232;
    --v-theme-lighterror-overlay-multiplier: 1;
    --v-theme-lightwarning: 254,245,229;
    --v-theme-lightwarning-overlay-multiplier: 1;
    --v-theme-lightinfo: 235,243,254;
    --v-theme-lightinfo-overlay-multiplier: 1;
    --v-theme-textPrimary: 42,53,71;
    --v-theme-textPrimary-overlay-multiplier: 2;
    --v-theme-textSecondary: 42,53,71;
    --v-theme-textSecondary-overlay-multiplier: 2;
    --v-theme-borderColor: 229,234,239;
    --v-theme-borderColor-overlay-multiplier: 1;
    --v-theme-inputBorder: 223,229,239;
    --v-theme-inputBorder-overlay-multiplier: 1;
    --v-theme-containerBg: 255,255,255;
    --v-theme-containerBg-overlay-multiplier: 1;
    --v-theme-hoverColor: 246,249,252;
    --v-theme-hoverColor-overlay-multiplier: 1;
    --v-theme-grey100: 242,246,250;
    --v-theme-grey100-overlay-multiplier: 1;
    --v-theme-grey200: 234,239,244;
    --v-theme-grey200-overlay-multiplier: 1;
    --v-theme-on-background: 0,0,0;
    --v-theme-on-surface: 0,0,0;
    --v-theme-on-surface-bright: 0,0,0;
    --v-theme-on-primary: 255,255,255;
    --v-theme-on-primary-darken-1: 255,255,255;
    --v-theme-on-secondary: 255,255,255;
    --v-theme-on-secondary-darken-1: 255,255,255;
    --v-theme-on-error: 255,255,255;
    --v-theme-on-info: 255,255,255;
    --v-theme-on-success: 0,0,0;
    --v-theme-on-warning: 0,0,0;
    --v-theme-on-accent: 0,0,0;
    --v-theme-on-lightprimary: 0,0,0;
    --v-theme-on-lightsecondary: 0,0,0;
    --v-theme-on-lightsuccess: 0,0,0;
    --v-theme-on-lighterror: 0,0,0;
    --v-theme-on-lightwarning: 0,0,0;
    --v-theme-on-lightinfo: 0,0,0;
    --v-theme-on-textPrimary: 255,255,255;
    --v-theme-on-textSecondary: 255,255,255;
    --v-theme-on-borderColor: 0,0,0;
    --v-theme-on-inputBorder: 0,0,0;
    --v-theme-on-containerBg: 0,0,0;
    --v-theme-on-hoverColor: 0,0,0;
    --v-theme-on-grey100: 0,0,0;
    --v-theme-on-grey200: 0,0,0;
    --v-border-color: 229, 234, 239;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 0.87;
    --v-medium-emphasis-opacity: 0.6;
    --v-disabled-opacity: 0.38;
    --v-idle-opacity: 0.04;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.12;
    --v-dragged-opacity: 0.08;
    --v-theme-kbd: 33, 37, 41;
    --v-theme-on-kbd: 255, 255, 255;
    --v-theme-code: 245, 245, 245;
    --v-theme-on-code: 0, 0, 0;
}
.v-theme--DARK_BLUE_THEME {
    color-scheme: dark;
    --v-theme-background: 42,52,71;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 42,52,71;
    --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: 42,52,71;
    --v-theme-primary: 30,136,229;
    --v-theme-primary-overlay-multiplier: 2;
    --v-theme-primary-darken-1: 55,0,179;
    --v-theme-primary-darken-1-overlay-multiplier: 1;
    --v-theme-secondary: 12,185,197;
    --v-theme-secondary-overlay-multiplier: 2;
    --v-theme-secondary-darken-1: 3,218,197;
    --v-theme-secondary-darken-1-overlay-multiplier: 2;
    --v-theme-error: 250,137,107;
    --v-theme-error-overlay-multiplier: 2;
    --v-theme-info: 83,155,255;
    --v-theme-info-overlay-multiplier: 2;
    --v-theme-success: 19,222,185;
    --v-theme-success-overlay-multiplier: 2;
    --v-theme-warning: 255,174,31;
    --v-theme-warning-overlay-multiplier: 2;
    --v-theme-accent: 250,137,107;
    --v-theme-accent-overlay-multiplier: 2;
    --v-theme-lightprimary: 37,54,98;
    --v-theme-lightprimary-overlay-multiplier: 1;
    --v-theme-lightsecondary: 28,69,93;
    --v-theme-lightsecondary-overlay-multiplier: 1;
    --v-theme-lightsuccess: 27,60,72;
    --v-theme-lightsuccess-overlay-multiplier: 1;
    --v-theme-lighterror: 75,49,61;
    --v-theme-lighterror-overlay-multiplier: 1;
    --v-theme-lightwarning: 77,58,42;
    --v-theme-lightwarning-overlay-multiplier: 1;
    --v-theme-lightinfo: 34,54,98;
    --v-theme-lightinfo-overlay-multiplier: 1;
    --v-theme-textPrimary: 234,239,244;
    --v-theme-textPrimary-overlay-multiplier: 2;
    --v-theme-textSecondary: 124,143,172;
    --v-theme-textSecondary-overlay-multiplier: 2;
    --v-theme-borderColor: 51,63,85;
    --v-theme-borderColor-overlay-multiplier: 1;
    --v-theme-inputBorder: 70,86,112;
    --v-theme-inputBorder-overlay-multiplier: 1;
    --v-theme-containerBg: 42,52,71;
    --v-theme-containerBg-overlay-multiplier: 1;
    --v-theme-hoverColor: 51,63,85;
    --v-theme-hoverColor-overlay-multiplier: 1;
    --v-theme-grey100: 51,63,85;
    --v-theme-grey100-overlay-multiplier: 1;
    --v-theme-grey200: 70,86,112;
    --v-theme-grey200-overlay-multiplier: 1;
    --v-theme-on-background: 255,255,255;
    --v-theme-on-surface: 255,255,255;
    --v-theme-on-surface-bright: 0,0,0;
    --v-theme-on-primary: 255,255,255;
    --v-theme-on-primary-darken-1: 255,255,255;
    --v-theme-on-secondary: 255,255,255;
    --v-theme-on-secondary-darken-1: 0,0,0;
    --v-theme-on-error: 255,255,255;
    --v-theme-on-info: 255,255,255;
    --v-theme-on-success: 0,0,0;
    --v-theme-on-warning: 0,0,0;
    --v-theme-on-accent: 255,255,255;
    --v-theme-on-lightprimary: 255,255,255;
    --v-theme-on-lightsecondary: 255,255,255;
    --v-theme-on-lightsuccess: 255,255,255;
    --v-theme-on-lighterror: 255,255,255;
    --v-theme-on-lightwarning: 255,255,255;
    --v-theme-on-lightinfo: 255,255,255;
    --v-theme-on-textPrimary: 0,0,0;
    --v-theme-on-textSecondary: 255,255,255;
    --v-theme-on-borderColor: 255,255,255;
    --v-theme-on-inputBorder: 255,255,255;
    --v-theme-on-containerBg: 255,255,255;
    --v-theme-on-hoverColor: 255,255,255;
    --v-theme-on-grey100: 255,255,255;
    --v-theme-on-grey200: 255,255,255;
    --v-border-color: 51, 63, 85;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 1;
    --v-medium-emphasis-opacity: 0.7;
    --v-disabled-opacity: 0.5;
    --v-idle-opacity: 0.1;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.16;
    --v-dragged-opacity: 0.08;
    --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-theme--DARK_AQUA_THEME {
    color-scheme: dark;
    --v-theme-background: 23,28,35;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 23,28,35;
    --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: 23,28,35;
    --v-theme-primary: 0,116,186;
    --v-theme-primary-overlay-multiplier: 1;
    --v-theme-primary-darken-1: 55,0,179;
    --v-theme-primary-darken-1-overlay-multiplier: 1;
    --v-theme-secondary: 71,215,188;
    --v-theme-secondary-overlay-multiplier: 2;
    --v-theme-secondary-darken-1: 3,218,197;
    --v-theme-secondary-darken-1-overlay-multiplier: 2;
    --v-theme-error: 250,137,107;
    --v-theme-error-overlay-multiplier: 2;
    --v-theme-info: 83,155,255;
    --v-theme-info-overlay-multiplier: 2;
    --v-theme-success: 19,222,185;
    --v-theme-success-overlay-multiplier: 2;
    --v-theme-warning: 255,174,31;
    --v-theme-warning-overlay-multiplier: 2;
    --v-theme-accent: 250,137,107;
    --v-theme-accent-overlay-multiplier: 2;
    --v-theme-lightprimary: 16,50,71;
    --v-theme-lightprimary-overlay-multiplier: 1;
    --v-theme-lightsecondary: 12,67,57;
    --v-theme-lightsecondary-overlay-multiplier: 1;
    --v-theme-lightsuccess: 27,60,72;
    --v-theme-lightsuccess-overlay-multiplier: 1;
    --v-theme-lighterror: 75,49,61;
    --v-theme-lighterror-overlay-multiplier: 1;
    --v-theme-lightwarning: 77,58,42;
    --v-theme-lightwarning-overlay-multiplier: 1;
    --v-theme-lightinfo: 34,54,98;
    --v-theme-lightinfo-overlay-multiplier: 1;
    --v-theme-textPrimary: 234,239,244;
    --v-theme-textPrimary-overlay-multiplier: 2;
    --v-theme-textSecondary: 124,143,172;
    --v-theme-textSecondary-overlay-multiplier: 2;
    --v-theme-borderColor: 51,63,85;
    --v-theme-borderColor-overlay-multiplier: 1;
    --v-theme-inputBorder: 70,86,112;
    --v-theme-inputBorder-overlay-multiplier: 1;
    --v-theme-containerBg: 23,28,35;
    --v-theme-containerBg-overlay-multiplier: 1;
    --v-theme-hoverColor: 51,63,85;
    --v-theme-hoverColor-overlay-multiplier: 1;
    --v-theme-grey100: 51,63,85;
    --v-theme-grey100-overlay-multiplier: 1;
    --v-theme-grey200: 70,86,112;
    --v-theme-grey200-overlay-multiplier: 1;
    --v-theme-on-background: 255,255,255;
    --v-theme-on-surface: 255,255,255;
    --v-theme-on-surface-bright: 0,0,0;
    --v-theme-on-primary: 255,255,255;
    --v-theme-on-primary-darken-1: 255,255,255;
    --v-theme-on-secondary: 0,0,0;
    --v-theme-on-secondary-darken-1: 0,0,0;
    --v-theme-on-error: 255,255,255;
    --v-theme-on-info: 255,255,255;
    --v-theme-on-success: 0,0,0;
    --v-theme-on-warning: 0,0,0;
    --v-theme-on-accent: 255,255,255;
    --v-theme-on-lightprimary: 255,255,255;
    --v-theme-on-lightsecondary: 255,255,255;
    --v-theme-on-lightsuccess: 255,255,255;
    --v-theme-on-lighterror: 255,255,255;
    --v-theme-on-lightwarning: 255,255,255;
    --v-theme-on-lightinfo: 255,255,255;
    --v-theme-on-textPrimary: 0,0,0;
    --v-theme-on-textSecondary: 255,255,255;
    --v-theme-on-borderColor: 255,255,255;
    --v-theme-on-inputBorder: 255,255,255;
    --v-theme-on-containerBg: 255,255,255;
    --v-theme-on-hoverColor: 255,255,255;
    --v-theme-on-grey100: 255,255,255;
    --v-theme-on-grey200: 255,255,255;
    --v-border-color: 51, 63, 85;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 1;
    --v-medium-emphasis-opacity: 0.7;
    --v-disabled-opacity: 0.5;
    --v-idle-opacity: 0.1;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.16;
    --v-dragged-opacity: 0.08;
    --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-theme--DARK_ORANGE_THEME {
    color-scheme: dark;
    --v-theme-background: 23,28,35;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 23,28,35;
    --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: 23,28,35;
    --v-theme-primary: 250,137,107;
    --v-theme-primary-overlay-multiplier: 2;
    --v-theme-primary-darken-1: 55,0,179;
    --v-theme-primary-darken-1-overlay-multiplier: 1;
    --v-theme-secondary: 0,116,186;
    --v-theme-secondary-overlay-multiplier: 1;
    --v-theme-secondary-darken-1: 3,218,197;
    --v-theme-secondary-darken-1-overlay-multiplier: 2;
    --v-theme-error: 250,137,107;
    --v-theme-error-overlay-multiplier: 2;
    --v-theme-info: 83,155,255;
    --v-theme-info-overlay-multiplier: 2;
    --v-theme-success: 19,222,185;
    --v-theme-success-overlay-multiplier: 2;
    --v-theme-warning: 255,174,31;
    --v-theme-warning-overlay-multiplier: 2;
    --v-theme-accent: 250,137,107;
    --v-theme-accent-overlay-multiplier: 2;
    --v-theme-lightprimary: 64,46,50;
    --v-theme-lightprimary-overlay-multiplier: 1;
    --v-theme-lightsecondary: 8,46,69;
    --v-theme-lightsecondary-overlay-multiplier: 1;
    --v-theme-lightsuccess: 27,60,72;
    --v-theme-lightsuccess-overlay-multiplier: 1;
    --v-theme-lighterror: 75,49,61;
    --v-theme-lighterror-overlay-multiplier: 1;
    --v-theme-lightwarning: 77,58,42;
    --v-theme-lightwarning-overlay-multiplier: 1;
    --v-theme-lightinfo: 34,54,98;
    --v-theme-lightinfo-overlay-multiplier: 1;
    --v-theme-textPrimary: 234,239,244;
    --v-theme-textPrimary-overlay-multiplier: 2;
    --v-theme-textSecondary: 124,143,172;
    --v-theme-textSecondary-overlay-multiplier: 2;
    --v-theme-borderColor: 51,63,85;
    --v-theme-borderColor-overlay-multiplier: 1;
    --v-theme-inputBorder: 70,86,112;
    --v-theme-inputBorder-overlay-multiplier: 1;
    --v-theme-containerBg: 23,28,35;
    --v-theme-containerBg-overlay-multiplier: 1;
    --v-theme-hoverColor: 51,63,85;
    --v-theme-hoverColor-overlay-multiplier: 1;
    --v-theme-grey100: 51,63,85;
    --v-theme-grey100-overlay-multiplier: 1;
    --v-theme-grey200: 70,86,112;
    --v-theme-grey200-overlay-multiplier: 1;
    --v-theme-on-background: 255,255,255;
    --v-theme-on-surface: 255,255,255;
    --v-theme-on-surface-bright: 0,0,0;
    --v-theme-on-primary: 255,255,255;
    --v-theme-on-primary-darken-1: 255,255,255;
    --v-theme-on-secondary: 255,255,255;
    --v-theme-on-secondary-darken-1: 0,0,0;
    --v-theme-on-error: 255,255,255;
    --v-theme-on-info: 255,255,255;
    --v-theme-on-success: 0,0,0;
    --v-theme-on-warning: 0,0,0;
    --v-theme-on-accent: 255,255,255;
    --v-theme-on-lightprimary: 255,255,255;
    --v-theme-on-lightsecondary: 255,255,255;
    --v-theme-on-lightsuccess: 255,255,255;
    --v-theme-on-lighterror: 255,255,255;
    --v-theme-on-lightwarning: 255,255,255;
    --v-theme-on-lightinfo: 255,255,255;
    --v-theme-on-textPrimary: 0,0,0;
    --v-theme-on-textSecondary: 255,255,255;
    --v-theme-on-borderColor: 255,255,255;
    --v-theme-on-inputBorder: 255,255,255;
    --v-theme-on-containerBg: 255,255,255;
    --v-theme-on-hoverColor: 255,255,255;
    --v-theme-on-grey100: 255,255,255;
    --v-theme-on-grey200: 255,255,255;
    --v-border-color: 51, 63, 85;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 1;
    --v-medium-emphasis-opacity: 0.7;
    --v-disabled-opacity: 0.5;
    --v-idle-opacity: 0.1;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.16;
    --v-dragged-opacity: 0.08;
    --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-theme--DARK_PURPLE_THEME {
    color-scheme: dark;
    --v-theme-background: 23,28,35;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 23,28,35;
    --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: 23,28,35;
    --v-theme-primary: 118,62,189;
    --v-theme-primary-overlay-multiplier: 1;
    --v-theme-primary-darken-1: 55,0,179;
    --v-theme-primary-darken-1-overlay-multiplier: 1;
    --v-theme-secondary: 149,207,213;
    --v-theme-secondary-overlay-multiplier: 2;
    --v-theme-secondary-darken-1: 3,218,197;
    --v-theme-secondary-darken-1-overlay-multiplier: 2;
    --v-theme-error: 250,137,107;
    --v-theme-error-overlay-multiplier: 2;
    --v-theme-info: 83,155,255;
    --v-theme-info-overlay-multiplier: 2;
    --v-theme-success: 19,222,185;
    --v-theme-success-overlay-multiplier: 2;
    --v-theme-warning: 255,174,31;
    --v-theme-warning-overlay-multiplier: 2;
    --v-theme-accent: 250,137,107;
    --v-theme-accent-overlay-multiplier: 2;
    --v-theme-lightprimary: 38,21,60;
    --v-theme-lightprimary-overlay-multiplier: 1;
    --v-theme-lightsecondary: 9,69,75;
    --v-theme-lightsecondary-overlay-multiplier: 1;
    --v-theme-lightsuccess: 27,60,72;
    --v-theme-lightsuccess-overlay-multiplier: 1;
    --v-theme-lighterror: 75,49,61;
    --v-theme-lighterror-overlay-multiplier: 1;
    --v-theme-lightwarning: 77,58,42;
    --v-theme-lightwarning-overlay-multiplier: 1;
    --v-theme-lightinfo: 34,54,98;
    --v-theme-lightinfo-overlay-multiplier: 1;
    --v-theme-textPrimary: 234,239,244;
    --v-theme-textPrimary-overlay-multiplier: 2;
    --v-theme-textSecondary: 124,143,172;
    --v-theme-textSecondary-overlay-multiplier: 2;
    --v-theme-borderColor: 51,63,85;
    --v-theme-borderColor-overlay-multiplier: 1;
    --v-theme-inputBorder: 70,86,112;
    --v-theme-inputBorder-overlay-multiplier: 1;
    --v-theme-containerBg: 23,28,35;
    --v-theme-containerBg-overlay-multiplier: 1;
    --v-theme-hoverColor: 51,63,85;
    --v-theme-hoverColor-overlay-multiplier: 1;
    --v-theme-grey100: 51,63,85;
    --v-theme-grey100-overlay-multiplier: 1;
    --v-theme-grey200: 70,86,112;
    --v-theme-grey200-overlay-multiplier: 1;
    --v-theme-on-background: 255,255,255;
    --v-theme-on-surface: 255,255,255;
    --v-theme-on-surface-bright: 0,0,0;
    --v-theme-on-primary: 255,255,255;
    --v-theme-on-primary-darken-1: 255,255,255;
    --v-theme-on-secondary: 0,0,0;
    --v-theme-on-secondary-darken-1: 0,0,0;
    --v-theme-on-error: 255,255,255;
    --v-theme-on-info: 255,255,255;
    --v-theme-on-success: 0,0,0;
    --v-theme-on-warning: 0,0,0;
    --v-theme-on-accent: 255,255,255;
    --v-theme-on-lightprimary: 255,255,255;
    --v-theme-on-lightsecondary: 255,255,255;
    --v-theme-on-lightsuccess: 255,255,255;
    --v-theme-on-lighterror: 255,255,255;
    --v-theme-on-lightwarning: 255,255,255;
    --v-theme-on-lightinfo: 255,255,255;
    --v-theme-on-textPrimary: 0,0,0;
    --v-theme-on-textSecondary: 255,255,255;
    --v-theme-on-borderColor: 255,255,255;
    --v-theme-on-inputBorder: 255,255,255;
    --v-theme-on-containerBg: 255,255,255;
    --v-theme-on-hoverColor: 255,255,255;
    --v-theme-on-grey100: 255,255,255;
    --v-theme-on-grey200: 255,255,255;
    --v-border-color: 51, 63, 85;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 1;
    --v-medium-emphasis-opacity: 0.7;
    --v-disabled-opacity: 0.5;
    --v-idle-opacity: 0.1;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.16;
    --v-dragged-opacity: 0.08;
    --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-theme--DARK_GREEN_THEME {
    color-scheme: dark;
    --v-theme-background: 23,28,35;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 23,28,35;
    --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: 23,28,35;
    --v-theme-primary: 10,126,164;
    --v-theme-primary-overlay-multiplier: 1;
    --v-theme-primary-darken-1: 55,0,179;
    --v-theme-primary-darken-1-overlay-multiplier: 1;
    --v-theme-secondary: 204,218,78;
    --v-theme-secondary-overlay-multiplier: 2;
    --v-theme-secondary-darken-1: 3,218,197;
    --v-theme-secondary-darken-1-overlay-multiplier: 2;
    --v-theme-error: 250,137,107;
    --v-theme-error-overlay-multiplier: 2;
    --v-theme-info: 83,155,255;
    --v-theme-info-overlay-multiplier: 2;
    --v-theme-success: 19,222,185;
    --v-theme-success-overlay-multiplier: 2;
    --v-theme-warning: 255,174,31;
    --v-theme-warning-overlay-multiplier: 2;
    --v-theme-accent: 250,137,107;
    --v-theme-accent-overlay-multiplier: 2;
    --v-theme-lightprimary: 5,49,63;
    --v-theme-lightprimary-overlay-multiplier: 1;
    --v-theme-lightsecondary: 40,41,23;
    --v-theme-lightsecondary-overlay-multiplier: 1;
    --v-theme-lightsuccess: 27,60,72;
    --v-theme-lightsuccess-overlay-multiplier: 1;
    --v-theme-lighterror: 75,49,61;
    --v-theme-lighterror-overlay-multiplier: 1;
    --v-theme-lightwarning: 77,58,42;
    --v-theme-lightwarning-overlay-multiplier: 1;
    --v-theme-lightinfo: 34,54,98;
    --v-theme-lightinfo-overlay-multiplier: 1;
    --v-theme-textPrimary: 234,239,244;
    --v-theme-textPrimary-overlay-multiplier: 2;
    --v-theme-textSecondary: 124,143,172;
    --v-theme-textSecondary-overlay-multiplier: 2;
    --v-theme-borderColor: 51,63,85;
    --v-theme-borderColor-overlay-multiplier: 1;
    --v-theme-inputBorder: 70,86,112;
    --v-theme-inputBorder-overlay-multiplier: 1;
    --v-theme-containerBg: 23,28,35;
    --v-theme-containerBg-overlay-multiplier: 1;
    --v-theme-hoverColor: 51,63,85;
    --v-theme-hoverColor-overlay-multiplier: 1;
    --v-theme-grey100: 51,63,85;
    --v-theme-grey100-overlay-multiplier: 1;
    --v-theme-grey200: 70,86,112;
    --v-theme-grey200-overlay-multiplier: 1;
    --v-theme-on-background: 255,255,255;
    --v-theme-on-surface: 255,255,255;
    --v-theme-on-surface-bright: 0,0,0;
    --v-theme-on-primary: 255,255,255;
    --v-theme-on-primary-darken-1: 255,255,255;
    --v-theme-on-secondary: 0,0,0;
    --v-theme-on-secondary-darken-1: 0,0,0;
    --v-theme-on-error: 255,255,255;
    --v-theme-on-info: 255,255,255;
    --v-theme-on-success: 0,0,0;
    --v-theme-on-warning: 0,0,0;
    --v-theme-on-accent: 255,255,255;
    --v-theme-on-lightprimary: 255,255,255;
    --v-theme-on-lightsecondary: 255,255,255;
    --v-theme-on-lightsuccess: 255,255,255;
    --v-theme-on-lighterror: 255,255,255;
    --v-theme-on-lightwarning: 255,255,255;
    --v-theme-on-lightinfo: 255,255,255;
    --v-theme-on-textPrimary: 0,0,0;
    --v-theme-on-textSecondary: 255,255,255;
    --v-theme-on-borderColor: 255,255,255;
    --v-theme-on-inputBorder: 255,255,255;
    --v-theme-on-containerBg: 255,255,255;
    --v-theme-on-hoverColor: 255,255,255;
    --v-theme-on-grey100: 255,255,255;
    --v-theme-on-grey200: 255,255,255;
    --v-border-color: 51, 63, 85;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 1;
    --v-medium-emphasis-opacity: 0.7;
    --v-disabled-opacity: 0.5;
    --v-idle-opacity: 0.1;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.16;
    --v-dragged-opacity: 0.08;
    --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-theme--DARK_CYAN_THEME {
    color-scheme: dark;
    --v-theme-background: 23,28,35;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 23,28,35;
    --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: 23,28,35;
    --v-theme-primary: 1,192,200;
    --v-theme-primary-overlay-multiplier: 2;
    --v-theme-primary-darken-1: 55,0,179;
    --v-theme-primary-darken-1-overlay-multiplier: 1;
    --v-theme-secondary: 251,150,120;
    --v-theme-secondary-overlay-multiplier: 2;
    --v-theme-secondary-darken-1: 3,218,197;
    --v-theme-secondary-darken-1-overlay-multiplier: 2;
    --v-theme-error: 250,137,107;
    --v-theme-error-overlay-multiplier: 2;
    --v-theme-info: 83,155,255;
    --v-theme-info-overlay-multiplier: 2;
    --v-theme-success: 19,222,185;
    --v-theme-success-overlay-multiplier: 2;
    --v-theme-warning: 255,174,31;
    --v-theme-warning-overlay-multiplier: 2;
    --v-theme-accent: 250,137,107;
    --v-theme-accent-overlay-multiplier: 2;
    --v-theme-lightprimary: 0,54,56;
    --v-theme-lightprimary-overlay-multiplier: 1;
    --v-theme-lightsecondary: 64,36,28;
    --v-theme-lightsecondary-overlay-multiplier: 1;
    --v-theme-lightsuccess: 27,60,72;
    --v-theme-lightsuccess-overlay-multiplier: 1;
    --v-theme-lighterror: 75,49,61;
    --v-theme-lighterror-overlay-multiplier: 1;
    --v-theme-lightwarning: 77,58,42;
    --v-theme-lightwarning-overlay-multiplier: 1;
    --v-theme-lightinfo: 34,54,98;
    --v-theme-lightinfo-overlay-multiplier: 1;
    --v-theme-textPrimary: 234,239,244;
    --v-theme-textPrimary-overlay-multiplier: 2;
    --v-theme-textSecondary: 124,143,172;
    --v-theme-textSecondary-overlay-multiplier: 2;
    --v-theme-borderColor: 51,63,85;
    --v-theme-borderColor-overlay-multiplier: 1;
    --v-theme-inputBorder: 70,86,112;
    --v-theme-inputBorder-overlay-multiplier: 1;
    --v-theme-containerBg: 23,28,35;
    --v-theme-containerBg-overlay-multiplier: 1;
    --v-theme-hoverColor: 51,63,85;
    --v-theme-hoverColor-overlay-multiplier: 1;
    --v-theme-grey100: 51,63,85;
    --v-theme-grey100-overlay-multiplier: 1;
    --v-theme-grey200: 70,86,112;
    --v-theme-grey200-overlay-multiplier: 1;
    --v-theme-on-background: 255,255,255;
    --v-theme-on-surface: 255,255,255;
    --v-theme-on-surface-bright: 0,0,0;
    --v-theme-on-primary: 0,0,0;
    --v-theme-on-primary-darken-1: 255,255,255;
    --v-theme-on-secondary: 0,0,0;
    --v-theme-on-secondary-darken-1: 0,0,0;
    --v-theme-on-error: 255,255,255;
    --v-theme-on-info: 255,255,255;
    --v-theme-on-success: 0,0,0;
    --v-theme-on-warning: 0,0,0;
    --v-theme-on-accent: 255,255,255;
    --v-theme-on-lightprimary: 255,255,255;
    --v-theme-on-lightsecondary: 255,255,255;
    --v-theme-on-lightsuccess: 255,255,255;
    --v-theme-on-lighterror: 255,255,255;
    --v-theme-on-lightwarning: 255,255,255;
    --v-theme-on-lightinfo: 255,255,255;
    --v-theme-on-textPrimary: 0,0,0;
    --v-theme-on-textSecondary: 255,255,255;
    --v-theme-on-borderColor: 255,255,255;
    --v-theme-on-inputBorder: 255,255,255;
    --v-theme-on-containerBg: 255,255,255;
    --v-theme-on-hoverColor: 255,255,255;
    --v-theme-on-grey100: 255,255,255;
    --v-theme-on-grey200: 255,255,255;
    --v-border-color: 51, 63, 85;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 1;
    --v-medium-emphasis-opacity: 0.7;
    --v-disabled-opacity: 0.5;
    --v-idle-opacity: 0.1;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.16;
    --v-dragged-opacity: 0.08;
    --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;
}
.bg-background {
    --v-theme-overlay-multiplier: var(--v-theme-background-overlay-multiplier);
    background-color: rgb(var(--v-theme-background)) !important;
    color: rgb(var(--v-theme-on-background)) !important;
}
.bg-surface {
    --v-theme-overlay-multiplier: var(--v-theme-surface-overlay-multiplier);
    background-color: rgb(var(--v-theme-surface)) !important;
    color: rgb(var(--v-theme-on-surface)) !important;
}
.bg-surface-bright {
    --v-theme-overlay-multiplier: var(--v-theme-surface-bright-overlay-multiplier);
    background-color: rgb(var(--v-theme-surface-bright)) !important;
    color: rgb(var(--v-theme-on-surface-bright)) !important;
}
.bg-surface-variant {
    --v-theme-overlay-multiplier: var(--v-theme-surface-variant-overlay-multiplier);
    background-color: rgb(var(--v-theme-surface-variant)) !important;
    color: rgb(var(--v-theme-on-surface-variant)) !important;
}
.bg-primary {
    --v-theme-overlay-multiplier: var(--v-theme-primary-overlay-multiplier);
    background-color: rgb(var(--v-theme-primary)) !important;
    color: rgb(var(--v-theme-on-primary)) !important;
}
.bg-primary-darken-1 {
    --v-theme-overlay-multiplier: var(--v-theme-primary-darken-1-overlay-multiplier);
    background-color: rgb(var(--v-theme-primary-darken-1)) !important;
    color: rgb(var(--v-theme-on-primary-darken-1)) !important;
}
.bg-secondary {
    --v-theme-overlay-multiplier: var(--v-theme-secondary-overlay-multiplier);
    background-color: rgb(var(--v-theme-secondary)) !important;
    color: rgb(var(--v-theme-on-secondary)) !important;
}
.bg-secondary-darken-1 {
    --v-theme-overlay-multiplier: var(--v-theme-secondary-darken-1-overlay-multiplier);
    background-color: rgb(var(--v-theme-secondary-darken-1)) !important;
    color: rgb(var(--v-theme-on-secondary-darken-1)) !important;
}
.bg-error {
    --v-theme-overlay-multiplier: var(--v-theme-error-overlay-multiplier);
    background-color: rgb(var(--v-theme-error)) !important;
    color: rgb(var(--v-theme-on-error)) !important;
}
.bg-info {
    --v-theme-overlay-multiplier: var(--v-theme-info-overlay-multiplier);
    background-color: rgb(var(--v-theme-info)) !important;
    color: rgb(var(--v-theme-on-info)) !important;
}
.bg-success {
    --v-theme-overlay-multiplier: var(--v-theme-success-overlay-multiplier);
    background-color: rgb(var(--v-theme-success)) !important;
    color: rgb(var(--v-theme-on-success)) !important;
}
.bg-warning {
    --v-theme-overlay-multiplier: var(--v-theme-warning-overlay-multiplier);
    background-color: rgb(var(--v-theme-warning)) !important;
    color: rgb(var(--v-theme-on-warning)) !important;
}
.bg-accent {
    --v-theme-overlay-multiplier: var(--v-theme-accent-overlay-multiplier);
    background-color: rgb(var(--v-theme-accent)) !important;
    color: rgb(var(--v-theme-on-accent)) !important;
}
.bg-lightprimary {
    --v-theme-overlay-multiplier: var(--v-theme-lightprimary-overlay-multiplier);
    background-color: rgb(var(--v-theme-lightprimary)) !important;
    color: rgb(var(--v-theme-on-lightprimary)) !important;
}
.bg-lightsecondary {
    --v-theme-overlay-multiplier: var(--v-theme-lightsecondary-overlay-multiplier);
    background-color: rgb(var(--v-theme-lightsecondary)) !important;
    color: rgb(var(--v-theme-on-lightsecondary)) !important;
}
.bg-lightsuccess {
    --v-theme-overlay-multiplier: var(--v-theme-lightsuccess-overlay-multiplier);
    background-color: rgb(var(--v-theme-lightsuccess)) !important;
    color: rgb(var(--v-theme-on-lightsuccess)) !important;
}
.bg-lighterror {
    --v-theme-overlay-multiplier: var(--v-theme-lighterror-overlay-multiplier);
    background-color: rgb(var(--v-theme-lighterror)) !important;
    color: rgb(var(--v-theme-on-lighterror)) !important;
}
.bg-lightwarning {
    --v-theme-overlay-multiplier: var(--v-theme-lightwarning-overlay-multiplier);
    background-color: rgb(var(--v-theme-lightwarning)) !important;
    color: rgb(var(--v-theme-on-lightwarning)) !important;
}
.bg-lightinfo {
    --v-theme-overlay-multiplier: var(--v-theme-lightinfo-overlay-multiplier);
    background-color: rgb(var(--v-theme-lightinfo)) !important;
    color: rgb(var(--v-theme-on-lightinfo)) !important;
}
.bg-textPrimary {
    --v-theme-overlay-multiplier: var(--v-theme-textPrimary-overlay-multiplier);
    background-color: rgb(var(--v-theme-textPrimary)) !important;
    color: rgb(var(--v-theme-on-textPrimary)) !important;
}
.bg-textSecondary {
    --v-theme-overlay-multiplier: var(--v-theme-textSecondary-overlay-multiplier);
    background-color: rgb(var(--v-theme-textSecondary)) !important;
    color: rgb(var(--v-theme-on-textSecondary)) !important;
}
.bg-borderColor {
    --v-theme-overlay-multiplier: var(--v-theme-borderColor-overlay-multiplier);
    background-color: rgb(var(--v-theme-borderColor)) !important;
    color: rgb(var(--v-theme-on-borderColor)) !important;
}
.bg-inputBorder {
    --v-theme-overlay-multiplier: var(--v-theme-inputBorder-overlay-multiplier);
    background-color: rgb(var(--v-theme-inputBorder)) !important;
    color: rgb(var(--v-theme-on-inputBorder)) !important;
}
.bg-containerBg {
    --v-theme-overlay-multiplier: var(--v-theme-containerBg-overlay-multiplier);
    background-color: rgb(var(--v-theme-containerBg)) !important;
    color: rgb(var(--v-theme-on-containerBg)) !important;
}
.bg-hoverColor {
    --v-theme-overlay-multiplier: var(--v-theme-hoverColor-overlay-multiplier);
    background-color: rgb(var(--v-theme-hoverColor)) !important;
    color: rgb(var(--v-theme-on-hoverColor)) !important;
}
.bg-grey100 {
    --v-theme-overlay-multiplier: var(--v-theme-grey100-overlay-multiplier);
    background-color: rgb(var(--v-theme-grey100)) !important;
    color: rgb(var(--v-theme-on-grey100)) !important;
}
.bg-grey200 {
    --v-theme-overlay-multiplier: var(--v-theme-grey200-overlay-multiplier);
    background-color: rgb(var(--v-theme-grey200)) !important;
    color: rgb(var(--v-theme-on-grey200)) !important;
}
.text-background {
    color: rgb(var(--v-theme-background)) !important;
}
.border-background {
    --v-border-color: var(--v-theme-background);
}
.text-surface {
    color: rgb(var(--v-theme-surface)) !important;
}
.border-surface {
    --v-border-color: var(--v-theme-surface);
}
.text-surface-bright {
    color: rgb(var(--v-theme-surface-bright)) !important;
}
.border-surface-bright {
    --v-border-color: var(--v-theme-surface-bright);
}
.text-surface-variant {
    color: rgb(var(--v-theme-surface-variant)) !important;
}
.border-surface-variant {
    --v-border-color: var(--v-theme-surface-variant);
}
.on-surface-variant {
    color: rgb(var(--v-theme-on-surface-variant)) !important;
}
.text-primary {
    color: rgb(var(--v-theme-primary)) !important;
}
.border-primary {
    --v-border-color: var(--v-theme-primary);
}
.text-primary-darken-1 {
    color: rgb(var(--v-theme-primary-darken-1)) !important;
}
.border-primary-darken-1 {
    --v-border-color: var(--v-theme-primary-darken-1);
}
.text-secondary {
    color: rgb(var(--v-theme-secondary)) !important;
}
.border-secondary {
    --v-border-color: var(--v-theme-secondary);
}
.text-secondary-darken-1 {
    color: rgb(var(--v-theme-secondary-darken-1)) !important;
}
.border-secondary-darken-1 {
    --v-border-color: var(--v-theme-secondary-darken-1);
}
.text-error {
    color: rgb(var(--v-theme-error)) !important;
}
.border-error {
    --v-border-color: var(--v-theme-error);
}
.text-info {
    color: rgb(var(--v-theme-info)) !important;
}
.border-info {
    --v-border-color: var(--v-theme-info);
}
.text-success {
    color: rgb(var(--v-theme-success)) !important;
}
.border-success {
    --v-border-color: var(--v-theme-success);
}
.text-warning {
    color: rgb(var(--v-theme-warning)) !important;
}
.border-warning {
    --v-border-color: var(--v-theme-warning);
}
.on-background {
    color: rgb(var(--v-theme-on-background)) !important;
}
.on-surface {
    color: rgb(var(--v-theme-on-surface)) !important;
}
.on-surface-bright {
    color: rgb(var(--v-theme-on-surface-bright)) !important;
}
.on-primary {
    color: rgb(var(--v-theme-on-primary)) !important;
}
.on-primary-darken-1 {
    color: rgb(var(--v-theme-on-primary-darken-1)) !important;
}
.on-secondary {
    color: rgb(var(--v-theme-on-secondary)) !important;
}
.on-secondary-darken-1 {
    color: rgb(var(--v-theme-on-secondary-darken-1)) !important;
}
.on-error {
    color: rgb(var(--v-theme-on-error)) !important;
}
.on-info {
    color: rgb(var(--v-theme-on-info)) !important;
}
.on-success {
    color: rgb(var(--v-theme-on-success)) !important;
}
.on-warning {
    color: rgb(var(--v-theme-on-warning)) !important;
}
.text-accent {
    color: rgb(var(--v-theme-accent)) !important;
}
.border-accent {
    --v-border-color: var(--v-theme-accent);
}
.text-lightprimary {
    color: rgb(var(--v-theme-lightprimary)) !important;
}
.border-lightprimary {
    --v-border-color: var(--v-theme-lightprimary);
}
.text-lightsecondary {
    color: rgb(var(--v-theme-lightsecondary)) !important;
}
.border-lightsecondary {
    --v-border-color: var(--v-theme-lightsecondary);
}
.text-lightsuccess {
    color: rgb(var(--v-theme-lightsuccess)) !important;
}
.border-lightsuccess {
    --v-border-color: var(--v-theme-lightsuccess);
}
.text-lighterror {
    color: rgb(var(--v-theme-lighterror)) !important;
}
.border-lighterror {
    --v-border-color: var(--v-theme-lighterror);
}
.text-lightwarning {
    color: rgb(var(--v-theme-lightwarning)) !important;
}
.border-lightwarning {
    --v-border-color: var(--v-theme-lightwarning);
}
.text-lightinfo {
    color: rgb(var(--v-theme-lightinfo)) !important;
}
.border-lightinfo {
    --v-border-color: var(--v-theme-lightinfo);
}
.text-textPrimary {
    color: rgb(var(--v-theme-textPrimary)) !important;
}
.border-textPrimary {
    --v-border-color: var(--v-theme-textPrimary);
}
.text-textSecondary {
    color: rgb(var(--v-theme-textSecondary)) !important;
}
.border-textSecondary {
    --v-border-color: var(--v-theme-textSecondary);
}
.text-borderColor {
    color: rgb(var(--v-theme-borderColor)) !important;
}
.border-borderColor {
    --v-border-color: var(--v-theme-borderColor);
}
.text-inputBorder {
    color: rgb(var(--v-theme-inputBorder)) !important;
}
.border-inputBorder {
    --v-border-color: var(--v-theme-inputBorder);
}
.text-containerBg {
    color: rgb(var(--v-theme-containerBg)) !important;
}
.border-containerBg {
    --v-border-color: var(--v-theme-containerBg);
}
.text-hoverColor {
    color: rgb(var(--v-theme-hoverColor)) !important;
}
.border-hoverColor {
    --v-border-color: var(--v-theme-hoverColor);
}
.text-grey100 {
    color: rgb(var(--v-theme-grey100)) !important;
}
.border-grey100 {
    --v-border-color: var(--v-theme-grey100);
}
.text-grey200 {
    color: rgb(var(--v-theme-grey200)) !important;
}
.border-grey200 {
    --v-border-color: var(--v-theme-grey200);
}
.on-accent {
    color: rgb(var(--v-theme-on-accent)) !important;
}
.on-lightprimary {
    color: rgb(var(--v-theme-on-lightprimary)) !important;
}
.on-lightsecondary {
    color: rgb(var(--v-theme-on-lightsecondary)) !important;
}
.on-lightsuccess {
    color: rgb(var(--v-theme-on-lightsuccess)) !important;
}
.on-lighterror {
    color: rgb(var(--v-theme-on-lighterror)) !important;
}
.on-lightwarning {
    color: rgb(var(--v-theme-on-lightwarning)) !important;
}
.on-lightinfo {
    color: rgb(var(--v-theme-on-lightinfo)) !important;
}
.on-textPrimary {
    color: rgb(var(--v-theme-on-textPrimary)) !important;
}
.on-textSecondary {
    color: rgb(var(--v-theme-on-textSecondary)) !important;
}
.on-borderColor {
    color: rgb(var(--v-theme-on-borderColor)) !important;
}
.on-inputBorder {
    color: rgb(var(--v-theme-on-inputBorder)) !important;
}
.on-containerBg {
    color: rgb(var(--v-theme-on-containerBg)) !important;
}
.on-hoverColor {
    color: rgb(var(--v-theme-on-hoverColor)) !important;
}
.on-grey100 {
    color: rgb(var(--v-theme-on-grey100)) !important;
}
.on-grey200 {
    color: rgb(var(--v-theme-on-grey200)) !important;
}
