* {
    font-family: Inter, sans-serif !important; //do not remove - this will apply font-family to v-dialog components
}

.jv-node{position:relative}.jv-node:after{content:','}.jv-node:last-of-type:after{content:''}.jv-node.toggle{margin-left:13px !important}.jv-node .jv-node{margin-left:25px}


.jv-container{box-sizing:border-box;position:relative}.jv-container.boxed{border:1px solid #eee;border-radius:6px}.jv-container.boxed:hover{box-shadow:0 2px 7px rgba(0,0,0,0.15);border-color:transparent;position:relative}.jv-container.jv-light{background:#fff;white-space:nowrap;color:#525252;font-size:14px;font-family:Consolas, Menlo, Courier, monospace}.jv-container.jv-light .jv-ellipsis{color:#999;background-color:#eee;display:inline-block;line-height:0.9;font-size:0.9em;padding:0px 4px 2px 4px;margin:0 4px;border-radius:3px;vertical-align:2px;cursor:pointer;-webkit-user-select:none;user-select:none}.jv-container.jv-light .jv-button{color:#49b3ff}.jv-container.jv-light .jv-key{color:#111111;margin-right:4px}.jv-container.jv-light .jv-item.jv-array{color:#111111}.jv-container.jv-light .jv-item.jv-boolean{color:#fc1e70}.jv-container.jv-light .jv-item.jv-function{color:#067bca}.jv-container.jv-light .jv-item.jv-number{color:#fc1e70}.jv-container.jv-light .jv-item.jv-object{color:#111111}.jv-container.jv-light .jv-item.jv-undefined{color:#e08331}.jv-container.jv-light .jv-item.jv-string{color:#42b983;word-break:break-word;white-space:normal}.jv-container.jv-light .jv-item.jv-string .jv-link{color:#0366d6}.jv-container.jv-light .jv-code .jv-toggle:before{padding:0px 2px;border-radius:2px}.jv-container.jv-light .jv-code .jv-toggle:hover:before{background:#eee}.jv-container .jv-code{overflow:hidden;padding:30px 20px}.jv-container .jv-code.boxed{max-height:300px}.jv-container .jv-code.open{max-height:initial !important;overflow:visible;overflow-x:auto;padding-bottom:45px}.jv-container .jv-toggle{background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE2IiB3aWR0aD0iOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KIAo8cG9seWdvbiBwb2ludHM9IjAsMCA4LDggMCwxNiIKc3R5bGU9ImZpbGw6IzY2NjtzdHJva2U6cHVycGxlO3N0cm9rZS13aWR0aDowIiAvPgo8L3N2Zz4=);background-repeat:no-repeat;background-size:contain;background-position:center center;cursor:pointer;width:10px;height:10px;margin-right:2px;display:inline-block;-webkit-transition:-webkit-transform 0.1s;transition:-webkit-transform 0.1s;transition:transform 0.1s;transition:transform 0.1s, -webkit-transform 0.1s}.jv-container .jv-toggle.open{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.jv-container .jv-more{position:absolute;z-index:1;bottom:0;left:0;right:0;height:40px;width:100%;text-align:center;cursor:pointer}.jv-container .jv-more .jv-toggle{position:relative;top:40%;z-index:2;color:#888;-webkit-transition:all 0.1s;transition:all 0.1s;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.jv-container .jv-more .jv-toggle.open{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.jv-container .jv-more:after{content:"";width:100%;height:100%;position:absolute;bottom:0;left:0;z-index:1;background:-webkit-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(230,230,230,0.3) 100%);background:linear-gradient(to bottom, rgba(0,0,0,0) 20%, rgba(230,230,230,0.3) 100%);-webkit-transition:all 0.1s;transition:all 0.1s}.jv-container .jv-more:hover .jv-toggle{top:50%;color:#111}.jv-container .jv-more:hover:after{background:-webkit-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(230,230,230,0.3) 100%);background:linear-gradient(to bottom, rgba(0,0,0,0) 20%, rgba(230,230,230,0.3) 100%)}.jv-container .jv-button{position:relative;cursor:pointer;display:inline-block;padding:5px;z-index:5}.jv-container .jv-button.copied{opacity:0.4;cursor:default}.jv-container .jv-tooltip{position:absolute}.jv-container .jv-tooltip.right{right:15px}.jv-container .jv-tooltip.left{left:15px}.jv-container .j-icon{font-size:12px}


:root {
    --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-light: 238,238,238;
    --v-theme-surface-light-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: 24,103,192;
    --v-theme-primary-overlay-multiplier: 2;
    --v-theme-primary-darken-1: 31,85,146;
    --v-theme-primary-darken-1-overlay-multiplier: 2;
    --v-theme-secondary: 92,187,246;
    --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-brand_green_primary: 25,119,119;
    --v-theme-brand_green_primary-overlay-multiplier: 2;
    --v-theme-brand_green_primary_2: 25,119,119;
    --v-theme-brand_green_primary_2-overlay-multiplier: 2;
    --v-theme-brand_green_secondary: 120,157,70;
    --v-theme-brand_green_secondary-overlay-multiplier: 1;
    --v-theme-brand_teal: 155,204,204;
    --v-theme-brand_teal-overlay-multiplier: 1;
    --v-theme-brand_teal_light: 206,229,229;
    --v-theme-brand_teal_light-overlay-multiplier: 1;
    --v-theme-brand_teal_lightest: 244,254,254;
    --v-theme-brand_teal_lightest-overlay-multiplier: 1;
    --v-theme-brand_teal_dark: 12,57,57;
    --v-theme-brand_teal_dark-overlay-multiplier: 2;
    --v-theme-brand_grey: 233,234,235;
    --v-theme-brand_grey-overlay-multiplier: 1;
    --v-theme-brand_dark_grey: 65,70,81;
    --v-theme-brand_dark_grey-overlay-multiplier: 2;
    --v-theme-brand_success700: 2,122,72;
    --v-theme-brand_success700-overlay-multiplier: 2;
    --v-theme-brand_success500: 18,183,106;
    --v-theme-brand_success500-overlay-multiplier: 1;
    --v-theme-brand_success50: 236,253,243;
    --v-theme-brand_success50-overlay-multiplier: 1;
    --v-theme-brand_warning700: 181,71,8;
    --v-theme-brand_warning700-overlay-multiplier: 2;
    --v-theme-brand_warning500: 247,144,9;
    --v-theme-brand_warning500-overlay-multiplier: 1;
    --v-theme-brand_warning50: 255,250,235;
    --v-theme-brand_warning50-overlay-multiplier: 1;
    --v-theme-brand_gray50: 250,250,250;
    --v-theme-brand_gray50-overlay-multiplier: 1;
    --v-theme-brand_gray600: 83,88,98;
    --v-theme-brand_gray600-overlay-multiplier: 2;
    --v-theme-brand_gray900: 24,29,39;
    --v-theme-brand_gray900-overlay-multiplier: 2;
    --v-theme-brand_warning_tertiary: 191,106,2;
    --v-theme-brand_warning_tertiary-overlay-multiplier: 1;
    --v-theme-grey: 233,234,235;
    --v-theme-grey-overlay-multiplier: 1;
    --v-theme-dark_grey: 65,70,81;
    --v-theme-dark_grey-overlay-multiplier: 2;
    --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-surface-light: 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-theme-on-brand_green_primary: 255,255,255;
    --v-theme-on-brand_green_primary_2: 255,255,255;
    --v-theme-on-brand_green_secondary: 255,255,255;
    --v-theme-on-brand_teal: 0,0,0;
    --v-theme-on-brand_teal_light: 0,0,0;
    --v-theme-on-brand_teal_lightest: 0,0,0;
    --v-theme-on-brand_teal_dark: 255,255,255;
    --v-theme-on-brand_grey: 0,0,0;
    --v-theme-on-brand_dark_grey: 255,255,255;
    --v-theme-on-brand_success700: 255,255,255;
    --v-theme-on-brand_success500: 255,255,255;
    --v-theme-on-brand_success50: 0,0,0;
    --v-theme-on-brand_warning700: 255,255,255;
    --v-theme-on-brand_warning500: 255,255,255;
    --v-theme-on-brand_warning50: 0,0,0;
    --v-theme-on-brand_gray50: 0,0,0;
    --v-theme-on-brand_gray600: 255,255,255;
    --v-theme-on-brand_gray900: 255,255,255;
    --v-theme-on-brand_warning_tertiary: 255,255,255;
    --v-theme-on-grey: 0,0,0;
    --v-theme-on-dark_grey: 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--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-light: 238,238,238;
    --v-theme-surface-light-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: 24,103,192;
    --v-theme-primary-overlay-multiplier: 2;
    --v-theme-primary-darken-1: 31,85,146;
    --v-theme-primary-darken-1-overlay-multiplier: 2;
    --v-theme-secondary: 92,187,246;
    --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-brand_green_primary: 25,119,119;
    --v-theme-brand_green_primary-overlay-multiplier: 2;
    --v-theme-brand_green_primary_2: 25,119,119;
    --v-theme-brand_green_primary_2-overlay-multiplier: 2;
    --v-theme-brand_green_secondary: 120,157,70;
    --v-theme-brand_green_secondary-overlay-multiplier: 1;
    --v-theme-brand_teal: 155,204,204;
    --v-theme-brand_teal-overlay-multiplier: 1;
    --v-theme-brand_teal_light: 206,229,229;
    --v-theme-brand_teal_light-overlay-multiplier: 1;
    --v-theme-brand_teal_lightest: 244,254,254;
    --v-theme-brand_teal_lightest-overlay-multiplier: 1;
    --v-theme-brand_teal_dark: 12,57,57;
    --v-theme-brand_teal_dark-overlay-multiplier: 2;
    --v-theme-brand_grey: 233,234,235;
    --v-theme-brand_grey-overlay-multiplier: 1;
    --v-theme-brand_dark_grey: 65,70,81;
    --v-theme-brand_dark_grey-overlay-multiplier: 2;
    --v-theme-brand_success700: 2,122,72;
    --v-theme-brand_success700-overlay-multiplier: 2;
    --v-theme-brand_success500: 18,183,106;
    --v-theme-brand_success500-overlay-multiplier: 1;
    --v-theme-brand_success50: 236,253,243;
    --v-theme-brand_success50-overlay-multiplier: 1;
    --v-theme-brand_warning700: 181,71,8;
    --v-theme-brand_warning700-overlay-multiplier: 2;
    --v-theme-brand_warning500: 247,144,9;
    --v-theme-brand_warning500-overlay-multiplier: 1;
    --v-theme-brand_warning50: 255,250,235;
    --v-theme-brand_warning50-overlay-multiplier: 1;
    --v-theme-brand_gray50: 250,250,250;
    --v-theme-brand_gray50-overlay-multiplier: 1;
    --v-theme-brand_gray600: 83,88,98;
    --v-theme-brand_gray600-overlay-multiplier: 2;
    --v-theme-brand_gray900: 24,29,39;
    --v-theme-brand_gray900-overlay-multiplier: 2;
    --v-theme-brand_warning_tertiary: 191,106,2;
    --v-theme-brand_warning_tertiary-overlay-multiplier: 1;
    --v-theme-grey: 233,234,235;
    --v-theme-grey-overlay-multiplier: 1;
    --v-theme-dark_grey: 65,70,81;
    --v-theme-dark_grey-overlay-multiplier: 2;
    --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-surface-light: 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-theme-on-brand_green_primary: 255,255,255;
    --v-theme-on-brand_green_primary_2: 255,255,255;
    --v-theme-on-brand_green_secondary: 255,255,255;
    --v-theme-on-brand_teal: 0,0,0;
    --v-theme-on-brand_teal_light: 0,0,0;
    --v-theme-on-brand_teal_lightest: 0,0,0;
    --v-theme-on-brand_teal_dark: 255,255,255;
    --v-theme-on-brand_grey: 0,0,0;
    --v-theme-on-brand_dark_grey: 255,255,255;
    --v-theme-on-brand_success700: 255,255,255;
    --v-theme-on-brand_success500: 255,255,255;
    --v-theme-on-brand_success50: 0,0,0;
    --v-theme-on-brand_warning700: 255,255,255;
    --v-theme-on-brand_warning500: 255,255,255;
    --v-theme-on-brand_warning50: 0,0,0;
    --v-theme-on-brand_gray50: 0,0,0;
    --v-theme-on-brand_gray600: 255,255,255;
    --v-theme-on-brand_gray900: 255,255,255;
    --v-theme-on-brand_warning_tertiary: 255,255,255;
    --v-theme-on-grey: 0,0,0;
    --v-theme-on-dark_grey: 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-light: 66,66,66;
    --v-theme-surface-light-overlay-multiplier: 1;
    --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: 33,150,243;
    --v-theme-primary-overlay-multiplier: 2;
    --v-theme-primary-darken-1: 39,124,193;
    --v-theme-primary-darken-1-overlay-multiplier: 2;
    --v-theme-secondary: 84,182,178;
    --v-theme-secondary-overlay-multiplier: 2;
    --v-theme-secondary-darken-1: 72,169,166;
    --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-surface-light: 255,255,255;
    --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: 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;
  }
  .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-light {
    --v-theme-overlay-multiplier: var(--v-theme-surface-light-overlay-multiplier);
    background-color: rgb(var(--v-theme-surface-light)) !important;
    color: rgb(var(--v-theme-on-surface-light)) !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-brand_green_primary {
    --v-theme-overlay-multiplier: var(--v-theme-brand_green_primary-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_green_primary)) !important;
    color: rgb(var(--v-theme-on-brand_green_primary)) !important;
  }
  .bg-brand_green_primary_2 {
    --v-theme-overlay-multiplier: var(--v-theme-brand_green_primary_2-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_green_primary_2)) !important;
    color: rgb(var(--v-theme-on-brand_green_primary_2)) !important;
  }
  .bg-brand_green_secondary {
    --v-theme-overlay-multiplier: var(--v-theme-brand_green_secondary-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_green_secondary)) !important;
    color: rgb(var(--v-theme-on-brand_green_secondary)) !important;
  }
  .bg-brand_teal {
    --v-theme-overlay-multiplier: var(--v-theme-brand_teal-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_teal)) !important;
    color: rgb(var(--v-theme-on-brand_teal)) !important;
  }
  .bg-brand_teal_light {
    --v-theme-overlay-multiplier: var(--v-theme-brand_teal_light-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_teal_light)) !important;
    color: rgb(var(--v-theme-on-brand_teal_light)) !important;
  }
  .bg-brand_teal_lightest {
    --v-theme-overlay-multiplier: var(--v-theme-brand_teal_lightest-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_teal_lightest)) !important;
    color: rgb(var(--v-theme-on-brand_teal_lightest)) !important;
  }
  .bg-brand_teal_dark {
    --v-theme-overlay-multiplier: var(--v-theme-brand_teal_dark-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_teal_dark)) !important;
    color: rgb(var(--v-theme-on-brand_teal_dark)) !important;
  }
  .bg-brand_grey {
    --v-theme-overlay-multiplier: var(--v-theme-brand_grey-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_grey)) !important;
    color: rgb(var(--v-theme-on-brand_grey)) !important;
  }
  .bg-brand_dark_grey {
    --v-theme-overlay-multiplier: var(--v-theme-brand_dark_grey-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_dark_grey)) !important;
    color: rgb(var(--v-theme-on-brand_dark_grey)) !important;
  }
  .bg-brand_success700 {
    --v-theme-overlay-multiplier: var(--v-theme-brand_success700-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_success700)) !important;
    color: rgb(var(--v-theme-on-brand_success700)) !important;
  }
  .bg-brand_success500 {
    --v-theme-overlay-multiplier: var(--v-theme-brand_success500-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_success500)) !important;
    color: rgb(var(--v-theme-on-brand_success500)) !important;
  }
  .bg-brand_success50 {
    --v-theme-overlay-multiplier: var(--v-theme-brand_success50-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_success50)) !important;
    color: rgb(var(--v-theme-on-brand_success50)) !important;
  }
  .bg-brand_warning700 {
    --v-theme-overlay-multiplier: var(--v-theme-brand_warning700-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_warning700)) !important;
    color: rgb(var(--v-theme-on-brand_warning700)) !important;
  }
  .bg-brand_warning500 {
    --v-theme-overlay-multiplier: var(--v-theme-brand_warning500-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_warning500)) !important;
    color: rgb(var(--v-theme-on-brand_warning500)) !important;
  }
  .bg-brand_warning50 {
    --v-theme-overlay-multiplier: var(--v-theme-brand_warning50-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_warning50)) !important;
    color: rgb(var(--v-theme-on-brand_warning50)) !important;
  }
  .bg-brand_gray50 {
    --v-theme-overlay-multiplier: var(--v-theme-brand_gray50-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_gray50)) !important;
    color: rgb(var(--v-theme-on-brand_gray50)) !important;
  }
  .bg-brand_gray600 {
    --v-theme-overlay-multiplier: var(--v-theme-brand_gray600-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_gray600)) !important;
    color: rgb(var(--v-theme-on-brand_gray600)) !important;
  }
  .bg-brand_gray900 {
    --v-theme-overlay-multiplier: var(--v-theme-brand_gray900-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_gray900)) !important;
    color: rgb(var(--v-theme-on-brand_gray900)) !important;
  }
  .bg-brand_warning_tertiary {
    --v-theme-overlay-multiplier: var(--v-theme-brand_warning_tertiary-overlay-multiplier);
    background-color: rgb(var(--v-theme-brand_warning_tertiary)) !important;
    color: rgb(var(--v-theme-on-brand_warning_tertiary)) !important;
  }
  .bg-grey {
    --v-theme-overlay-multiplier: var(--v-theme-grey-overlay-multiplier);
    background-color: rgb(var(--v-theme-grey)) !important;
    color: rgb(var(--v-theme-on-grey)) !important;
  }
  .bg-dark_grey {
    --v-theme-overlay-multiplier: var(--v-theme-dark_grey-overlay-multiplier);
    background-color: rgb(var(--v-theme-dark_grey)) !important;
    color: rgb(var(--v-theme-on-dark_grey)) !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-light {
    color: rgb(var(--v-theme-surface-light)) !important;
  }
  .border-surface-light {
    --v-border-color: var(--v-theme-surface-light);
  }
  .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);
  }
  .text-brand_green_primary {
    color: rgb(var(--v-theme-brand_green_primary)) !important;
  }
  .border-brand_green_primary {
    --v-border-color: var(--v-theme-brand_green_primary);
  }
  .text-brand_green_primary_2 {
    color: rgb(var(--v-theme-brand_green_primary_2)) !important;
  }
  .border-brand_green_primary_2 {
    --v-border-color: var(--v-theme-brand_green_primary_2);
  }
  .text-brand_green_secondary {
    color: rgb(var(--v-theme-brand_green_secondary)) !important;
  }
  .border-brand_green_secondary {
    --v-border-color: var(--v-theme-brand_green_secondary);
  }
  .text-brand_teal {
    color: rgb(var(--v-theme-brand_teal)) !important;
  }
  .border-brand_teal {
    --v-border-color: var(--v-theme-brand_teal);
  }
  .text-brand_teal_light {
    color: rgb(var(--v-theme-brand_teal_light)) !important;
  }
  .border-brand_teal_light {
    --v-border-color: var(--v-theme-brand_teal_light);
  }
  .text-brand_teal_lightest {
    color: rgb(var(--v-theme-brand_teal_lightest)) !important;
  }
  .border-brand_teal_lightest {
    --v-border-color: var(--v-theme-brand_teal_lightest);
  }
  .text-brand_teal_dark {
    color: rgb(var(--v-theme-brand_teal_dark)) !important;
  }
  .border-brand_teal_dark {
    --v-border-color: var(--v-theme-brand_teal_dark);
  }
  .text-brand_grey {
    color: rgb(var(--v-theme-brand_grey)) !important;
  }
  .border-brand_grey {
    --v-border-color: var(--v-theme-brand_grey);
  }
  .text-brand_dark_grey {
    color: rgb(var(--v-theme-brand_dark_grey)) !important;
  }
  .border-brand_dark_grey {
    --v-border-color: var(--v-theme-brand_dark_grey);
  }
  .text-brand_success700 {
    color: rgb(var(--v-theme-brand_success700)) !important;
  }
  .border-brand_success700 {
    --v-border-color: var(--v-theme-brand_success700);
  }
  .text-brand_success500 {
    color: rgb(var(--v-theme-brand_success500)) !important;
  }
  .border-brand_success500 {
    --v-border-color: var(--v-theme-brand_success500);
  }
  .text-brand_success50 {
    color: rgb(var(--v-theme-brand_success50)) !important;
  }
  .border-brand_success50 {
    --v-border-color: var(--v-theme-brand_success50);
  }
  .text-brand_warning700 {
    color: rgb(var(--v-theme-brand_warning700)) !important;
  }
  .border-brand_warning700 {
    --v-border-color: var(--v-theme-brand_warning700);
  }
  .text-brand_warning500 {
    color: rgb(var(--v-theme-brand_warning500)) !important;
  }
  .border-brand_warning500 {
    --v-border-color: var(--v-theme-brand_warning500);
  }
  .text-brand_warning50 {
    color: rgb(var(--v-theme-brand_warning50)) !important;
  }
  .border-brand_warning50 {
    --v-border-color: var(--v-theme-brand_warning50);
  }
  .text-brand_gray50 {
    color: rgb(var(--v-theme-brand_gray50)) !important;
  }
  .border-brand_gray50 {
    --v-border-color: var(--v-theme-brand_gray50);
  }
  .text-brand_gray600 {
    color: rgb(var(--v-theme-brand_gray600)) !important;
  }
  .border-brand_gray600 {
    --v-border-color: var(--v-theme-brand_gray600);
  }
  .text-brand_gray900 {
    color: rgb(var(--v-theme-brand_gray900)) !important;
  }
  .border-brand_gray900 {
    --v-border-color: var(--v-theme-brand_gray900);
  }
  .text-brand_warning_tertiary {
    color: rgb(var(--v-theme-brand_warning_tertiary)) !important;
  }
  .border-brand_warning_tertiary {
    --v-border-color: var(--v-theme-brand_warning_tertiary);
  }
  .text-grey {
    color: rgb(var(--v-theme-grey)) !important;
  }
  .border-grey {
    --v-border-color: var(--v-theme-grey);
  }
  .text-dark_grey {
    color: rgb(var(--v-theme-dark_grey)) !important;
  }
  .border-dark_grey {
    --v-border-color: var(--v-theme-dark_grey);
  }
  .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-surface-light {
    color: rgb(var(--v-theme-on-surface-light)) !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;
  }
  .on-brand_green_primary {
    color: rgb(var(--v-theme-on-brand_green_primary)) !important;
  }
  .on-brand_green_primary_2 {
    color: rgb(var(--v-theme-on-brand_green_primary_2)) !important;
  }
  .on-brand_green_secondary {
    color: rgb(var(--v-theme-on-brand_green_secondary)) !important;
  }
  .on-brand_teal {
    color: rgb(var(--v-theme-on-brand_teal)) !important;
  }
  .on-brand_teal_light {
    color: rgb(var(--v-theme-on-brand_teal_light)) !important;
  }
  .on-brand_teal_lightest {
    color: rgb(var(--v-theme-on-brand_teal_lightest)) !important;
  }
  .on-brand_teal_dark {
    color: rgb(var(--v-theme-on-brand_teal_dark)) !important;
  }
  .on-brand_grey {
    color: rgb(var(--v-theme-on-brand_grey)) !important;
  }
  .on-brand_dark_grey {
    color: rgb(var(--v-theme-on-brand_dark_grey)) !important;
  }
  .on-brand_success700 {
    color: rgb(var(--v-theme-on-brand_success700)) !important;
  }
  .on-brand_success500 {
    color: rgb(var(--v-theme-on-brand_success500)) !important;
  }
  .on-brand_success50 {
    color: rgb(var(--v-theme-on-brand_success50)) !important;
  }
  .on-brand_warning700 {
    color: rgb(var(--v-theme-on-brand_warning700)) !important;
  }
  .on-brand_warning500 {
    color: rgb(var(--v-theme-on-brand_warning500)) !important;
  }
  .on-brand_warning50 {
    color: rgb(var(--v-theme-on-brand_warning50)) !important;
  }
  .on-brand_gray50 {
    color: rgb(var(--v-theme-on-brand_gray50)) !important;
  }
  .on-brand_gray600 {
    color: rgb(var(--v-theme-on-brand_gray600)) !important;
  }
  .on-brand_gray900 {
    color: rgb(var(--v-theme-on-brand_gray900)) !important;
  }
  .on-brand_warning_tertiary {
    color: rgb(var(--v-theme-on-brand_warning_tertiary)) !important;
  }
  .on-grey {
    color: rgb(var(--v-theme-on-grey)) !important;
  }
  .on-dark_grey {
    color: rgb(var(--v-theme-on-dark_grey)) !important;
  }
