
.b-ext             .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;
            }

.b-ext             .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;
            }

.b-ext             .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;
            }

.b-ext             .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;
            }

.b-ext             .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;
            }

.b-ext             .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;
            }

.b-ext             .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;
            }

.b-ext             .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;
            }

.b-ext             .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;
            }

.b-ext             .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;
            }

.b-ext             .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;
            }

.b-ext             .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;
            }

.b-ext             .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;
            }

.b-ext             .bg-yellow1 {
                --v-theme-overlay-multiplier: var(--v-theme-yellow1-overlay-multiplier);
                background-color: rgb(var(--v-theme-yellow1)) !important;
                color: rgb(var(--v-theme-on-yellow1)) !important;
            }

.b-ext             .bg-yellow2 {
                --v-theme-overlay-multiplier: var(--v-theme-yellow2-overlay-multiplier);
                background-color: rgb(var(--v-theme-yellow2)) !important;
                color: rgb(var(--v-theme-on-yellow2)) !important;
            }

.b-ext             .bg-yellow3 {
                --v-theme-overlay-multiplier: var(--v-theme-yellow3-overlay-multiplier);
                background-color: rgb(var(--v-theme-yellow3)) !important;
                color: rgb(var(--v-theme-on-yellow3)) !important;
            }

.b-ext             .bg-orange1 {
                --v-theme-overlay-multiplier: var(--v-theme-orange1-overlay-multiplier);
                background-color: rgb(var(--v-theme-orange1)) !important;
                color: rgb(var(--v-theme-on-orange1)) !important;
            }

.b-ext             .bg-orange2 {
                --v-theme-overlay-multiplier: var(--v-theme-orange2-overlay-multiplier);
                background-color: rgb(var(--v-theme-orange2)) !important;
                color: rgb(var(--v-theme-on-orange2)) !important;
            }

.b-ext             .bg-red1 {
                --v-theme-overlay-multiplier: var(--v-theme-red1-overlay-multiplier);
                background-color: rgb(var(--v-theme-red1)) !important;
                color: rgb(var(--v-theme-on-red1)) !important;
            }

.b-ext             .bg-red3 {
                --v-theme-overlay-multiplier: var(--v-theme-red3-overlay-multiplier);
                background-color: rgb(var(--v-theme-red3)) !important;
                color: rgb(var(--v-theme-on-red3)) !important;
            }

.b-ext             .bg-pink1 {
                --v-theme-overlay-multiplier: var(--v-theme-pink1-overlay-multiplier);
                background-color: rgb(var(--v-theme-pink1)) !important;
                color: rgb(var(--v-theme-on-pink1)) !important;
            }

.b-ext             .bg-white {
                --v-theme-overlay-multiplier: var(--v-theme-white-overlay-multiplier);
                background-color: rgb(var(--v-theme-white)) !important;
                color: rgb(var(--v-theme-on-white)) !important;
            }

.b-ext             .bg-black {
                --v-theme-overlay-multiplier: var(--v-theme-black-overlay-multiplier);
                background-color: rgb(var(--v-theme-black)) !important;
                color: rgb(var(--v-theme-on-black)) !important;
            }

.b-ext             .bg-grey2 {
                --v-theme-overlay-multiplier: var(--v-theme-grey2-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey2)) !important;
                color: rgb(var(--v-theme-on-grey2)) !important;
            }

.b-ext             .bg-grey3 {
                --v-theme-overlay-multiplier: var(--v-theme-grey3-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey3)) !important;
                color: rgb(var(--v-theme-on-grey3)) !important;
            }

.b-ext             .bg-grey4 {
                --v-theme-overlay-multiplier: var(--v-theme-grey4-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey4)) !important;
                color: rgb(var(--v-theme-on-grey4)) !important;
            }

.b-ext             .bg-grey5 {
                --v-theme-overlay-multiplier: var(--v-theme-grey5-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey5)) !important;
                color: rgb(var(--v-theme-on-grey5)) !important;
            }

.b-ext             .bg-grey6 {
                --v-theme-overlay-multiplier: var(--v-theme-grey6-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey6)) !important;
                color: rgb(var(--v-theme-on-grey6)) !important;
            }

.b-ext             .bg-grey7 {
                --v-theme-overlay-multiplier: var(--v-theme-grey7-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey7)) !important;
                color: rgb(var(--v-theme-on-grey7)) !important;
            }

.b-ext             .bg-green1 {
                --v-theme-overlay-multiplier: var(--v-theme-green1-overlay-multiplier);
                background-color: rgb(var(--v-theme-green1)) !important;
                color: rgb(var(--v-theme-on-green1)) !important;
            }

.b-ext             .bg-green2 {
                --v-theme-overlay-multiplier: var(--v-theme-green2-overlay-multiplier);
                background-color: rgb(var(--v-theme-green2)) !important;
                color: rgb(var(--v-theme-on-green2)) !important;
            }

.b-ext             .bg-green3 {
                --v-theme-overlay-multiplier: var(--v-theme-green3-overlay-multiplier);
                background-color: rgb(var(--v-theme-green3)) !important;
                color: rgb(var(--v-theme-on-green3)) !important;
            }

.b-ext             .bg-green4 {
                --v-theme-overlay-multiplier: var(--v-theme-green4-overlay-multiplier);
                background-color: rgb(var(--v-theme-green4)) !important;
                color: rgb(var(--v-theme-on-green4)) !important;
            }

.b-ext             .bg-blue1 {
                --v-theme-overlay-multiplier: var(--v-theme-blue1-overlay-multiplier);
                background-color: rgb(var(--v-theme-blue1)) !important;
                color: rgb(var(--v-theme-on-blue1)) !important;
            }

.b-ext             .bg-blue2 {
                --v-theme-overlay-multiplier: var(--v-theme-blue2-overlay-multiplier);
                background-color: rgb(var(--v-theme-blue2)) !important;
                color: rgb(var(--v-theme-on-blue2)) !important;
            }

.b-ext             .bg-blue3 {
                --v-theme-overlay-multiplier: var(--v-theme-blue3-overlay-multiplier);
                background-color: rgb(var(--v-theme-blue3)) !important;
                color: rgb(var(--v-theme-on-blue3)) !important;
            }

.b-ext             .bg-blue4 {
                --v-theme-overlay-multiplier: var(--v-theme-blue4-overlay-multiplier);
                background-color: rgb(var(--v-theme-blue4)) !important;
                color: rgb(var(--v-theme-on-blue4)) !important;
            }

.b-ext             .bg-fushia0 {
                --v-theme-overlay-multiplier: var(--v-theme-fushia0-overlay-multiplier);
                background-color: rgb(var(--v-theme-fushia0)) !important;
                color: rgb(var(--v-theme-on-fushia0)) !important;
            }

.b-ext             .bg-fushia01 {
                --v-theme-overlay-multiplier: var(--v-theme-fushia01-overlay-multiplier);
                background-color: rgb(var(--v-theme-fushia01)) !important;
                color: rgb(var(--v-theme-on-fushia01)) !important;
            }

.b-ext             .bg-fushia050 {
                --v-theme-overlay-multiplier: var(--v-theme-fushia050-overlay-multiplier);
                background-color: rgb(var(--v-theme-fushia050)) !important;
                color: rgb(var(--v-theme-on-fushia050)) !important;
            }

.b-ext             .bg-fushia100 {
                --v-theme-overlay-multiplier: var(--v-theme-fushia100-overlay-multiplier);
                background-color: rgb(var(--v-theme-fushia100)) !important;
                color: rgb(var(--v-theme-on-fushia100)) !important;
            }

.b-ext             .bg-fushia150 {
                --v-theme-overlay-multiplier: var(--v-theme-fushia150-overlay-multiplier);
                background-color: rgb(var(--v-theme-fushia150)) !important;
                color: rgb(var(--v-theme-on-fushia150)) !important;
            }

.b-ext             .bg-fushia200 {
                --v-theme-overlay-multiplier: var(--v-theme-fushia200-overlay-multiplier);
                background-color: rgb(var(--v-theme-fushia200)) !important;
                color: rgb(var(--v-theme-on-fushia200)) !important;
            }

.b-ext             .bg-fushia300 {
                --v-theme-overlay-multiplier: var(--v-theme-fushia300-overlay-multiplier);
                background-color: rgb(var(--v-theme-fushia300)) !important;
                color: rgb(var(--v-theme-on-fushia300)) !important;
            }

.b-ext             .bg-fushia400 {
                --v-theme-overlay-multiplier: var(--v-theme-fushia400-overlay-multiplier);
                background-color: rgb(var(--v-theme-fushia400)) !important;
                color: rgb(var(--v-theme-on-fushia400)) !important;
            }

.b-ext             .bg-fushia500 {
                --v-theme-overlay-multiplier: var(--v-theme-fushia500-overlay-multiplier);
                background-color: rgb(var(--v-theme-fushia500)) !important;
                color: rgb(var(--v-theme-on-fushia500)) !important;
            }

.b-ext             .bg-fushia600 {
                --v-theme-overlay-multiplier: var(--v-theme-fushia600-overlay-multiplier);
                background-color: rgb(var(--v-theme-fushia600)) !important;
                color: rgb(var(--v-theme-on-fushia600)) !important;
            }

.b-ext             .bg-fushia700 {
                --v-theme-overlay-multiplier: var(--v-theme-fushia700-overlay-multiplier);
                background-color: rgb(var(--v-theme-fushia700)) !important;
                color: rgb(var(--v-theme-on-fushia700)) !important;
            }

.b-ext             .bg-fushia800 {
                --v-theme-overlay-multiplier: var(--v-theme-fushia800-overlay-multiplier);
                background-color: rgb(var(--v-theme-fushia800)) !important;
                color: rgb(var(--v-theme-on-fushia800)) !important;
            }

.b-ext             .bg-fushia850 {
                --v-theme-overlay-multiplier: var(--v-theme-fushia850-overlay-multiplier);
                background-color: rgb(var(--v-theme-fushia850)) !important;
                color: rgb(var(--v-theme-on-fushia850)) !important;
            }

.b-ext             .bg-fushia900 {
                --v-theme-overlay-multiplier: var(--v-theme-fushia900-overlay-multiplier);
                background-color: rgb(var(--v-theme-fushia900)) !important;
                color: rgb(var(--v-theme-on-fushia900)) !important;
            }

.b-ext             .bg-fushia950 {
                --v-theme-overlay-multiplier: var(--v-theme-fushia950-overlay-multiplier);
                background-color: rgb(var(--v-theme-fushia950)) !important;
                color: rgb(var(--v-theme-on-fushia950)) !important;
            }

.b-ext             .bg-fushia1000 {
                --v-theme-overlay-multiplier: var(--v-theme-fushia1000-overlay-multiplier);
                background-color: rgb(var(--v-theme-fushia1000)) !important;
                color: rgb(var(--v-theme-on-fushia1000)) !important;
            }

.b-ext             .bg-red0 {
                --v-theme-overlay-multiplier: var(--v-theme-red0-overlay-multiplier);
                background-color: rgb(var(--v-theme-red0)) !important;
                color: rgb(var(--v-theme-on-red0)) !important;
            }

.b-ext             .bg-red050 {
                --v-theme-overlay-multiplier: var(--v-theme-red050-overlay-multiplier);
                background-color: rgb(var(--v-theme-red050)) !important;
                color: rgb(var(--v-theme-on-red050)) !important;
            }

.b-ext             .bg-red100 {
                --v-theme-overlay-multiplier: var(--v-theme-red100-overlay-multiplier);
                background-color: rgb(var(--v-theme-red100)) !important;
                color: rgb(var(--v-theme-on-red100)) !important;
            }

.b-ext             .bg-red150 {
                --v-theme-overlay-multiplier: var(--v-theme-red150-overlay-multiplier);
                background-color: rgb(var(--v-theme-red150)) !important;
                color: rgb(var(--v-theme-on-red150)) !important;
            }

.b-ext             .bg-red200 {
                --v-theme-overlay-multiplier: var(--v-theme-red200-overlay-multiplier);
                background-color: rgb(var(--v-theme-red200)) !important;
                color: rgb(var(--v-theme-on-red200)) !important;
            }

.b-ext             .bg-red300 {
                --v-theme-overlay-multiplier: var(--v-theme-red300-overlay-multiplier);
                background-color: rgb(var(--v-theme-red300)) !important;
                color: rgb(var(--v-theme-on-red300)) !important;
            }

.b-ext             .bg-red400 {
                --v-theme-overlay-multiplier: var(--v-theme-red400-overlay-multiplier);
                background-color: rgb(var(--v-theme-red400)) !important;
                color: rgb(var(--v-theme-on-red400)) !important;
            }

.b-ext             .bg-red500 {
                --v-theme-overlay-multiplier: var(--v-theme-red500-overlay-multiplier);
                background-color: rgb(var(--v-theme-red500)) !important;
                color: rgb(var(--v-theme-on-red500)) !important;
            }

.b-ext             .bg-red600 {
                --v-theme-overlay-multiplier: var(--v-theme-red600-overlay-multiplier);
                background-color: rgb(var(--v-theme-red600)) !important;
                color: rgb(var(--v-theme-on-red600)) !important;
            }

.b-ext             .bg-red700 {
                --v-theme-overlay-multiplier: var(--v-theme-red700-overlay-multiplier);
                background-color: rgb(var(--v-theme-red700)) !important;
                color: rgb(var(--v-theme-on-red700)) !important;
            }

.b-ext             .bg-red800 {
                --v-theme-overlay-multiplier: var(--v-theme-red800-overlay-multiplier);
                background-color: rgb(var(--v-theme-red800)) !important;
                color: rgb(var(--v-theme-on-red800)) !important;
            }

.b-ext             .bg-red850 {
                --v-theme-overlay-multiplier: var(--v-theme-red850-overlay-multiplier);
                background-color: rgb(var(--v-theme-red850)) !important;
                color: rgb(var(--v-theme-on-red850)) !important;
            }

.b-ext             .bg-red900 {
                --v-theme-overlay-multiplier: var(--v-theme-red900-overlay-multiplier);
                background-color: rgb(var(--v-theme-red900)) !important;
                color: rgb(var(--v-theme-on-red900)) !important;
            }

.b-ext             .bg-red950 {
                --v-theme-overlay-multiplier: var(--v-theme-red950-overlay-multiplier);
                background-color: rgb(var(--v-theme-red950)) !important;
                color: rgb(var(--v-theme-on-red950)) !important;
            }

.b-ext             .bg-red1000 {
                --v-theme-overlay-multiplier: var(--v-theme-red1000-overlay-multiplier);
                background-color: rgb(var(--v-theme-red1000)) !important;
                color: rgb(var(--v-theme-on-red1000)) !important;
            }

.b-ext             .bg-saumon0 {
                --v-theme-overlay-multiplier: var(--v-theme-saumon0-overlay-multiplier);
                background-color: rgb(var(--v-theme-saumon0)) !important;
                color: rgb(var(--v-theme-on-saumon0)) !important;
            }

.b-ext             .bg-saumon050 {
                --v-theme-overlay-multiplier: var(--v-theme-saumon050-overlay-multiplier);
                background-color: rgb(var(--v-theme-saumon050)) !important;
                color: rgb(var(--v-theme-on-saumon050)) !important;
            }

.b-ext             .bg-saumon100 {
                --v-theme-overlay-multiplier: var(--v-theme-saumon100-overlay-multiplier);
                background-color: rgb(var(--v-theme-saumon100)) !important;
                color: rgb(var(--v-theme-on-saumon100)) !important;
            }

.b-ext             .bg-saumon150 {
                --v-theme-overlay-multiplier: var(--v-theme-saumon150-overlay-multiplier);
                background-color: rgb(var(--v-theme-saumon150)) !important;
                color: rgb(var(--v-theme-on-saumon150)) !important;
            }

.b-ext             .bg-saumon200 {
                --v-theme-overlay-multiplier: var(--v-theme-saumon200-overlay-multiplier);
                background-color: rgb(var(--v-theme-saumon200)) !important;
                color: rgb(var(--v-theme-on-saumon200)) !important;
            }

.b-ext             .bg-saumon300 {
                --v-theme-overlay-multiplier: var(--v-theme-saumon300-overlay-multiplier);
                background-color: rgb(var(--v-theme-saumon300)) !important;
                color: rgb(var(--v-theme-on-saumon300)) !important;
            }

.b-ext             .bg-saumon400 {
                --v-theme-overlay-multiplier: var(--v-theme-saumon400-overlay-multiplier);
                background-color: rgb(var(--v-theme-saumon400)) !important;
                color: rgb(var(--v-theme-on-saumon400)) !important;
            }

.b-ext             .bg-saumon500 {
                --v-theme-overlay-multiplier: var(--v-theme-saumon500-overlay-multiplier);
                background-color: rgb(var(--v-theme-saumon500)) !important;
                color: rgb(var(--v-theme-on-saumon500)) !important;
            }

.b-ext             .bg-saumon600 {
                --v-theme-overlay-multiplier: var(--v-theme-saumon600-overlay-multiplier);
                background-color: rgb(var(--v-theme-saumon600)) !important;
                color: rgb(var(--v-theme-on-saumon600)) !important;
            }

.b-ext             .bg-saumon700 {
                --v-theme-overlay-multiplier: var(--v-theme-saumon700-overlay-multiplier);
                background-color: rgb(var(--v-theme-saumon700)) !important;
                color: rgb(var(--v-theme-on-saumon700)) !important;
            }

.b-ext             .bg-saumon800 {
                --v-theme-overlay-multiplier: var(--v-theme-saumon800-overlay-multiplier);
                background-color: rgb(var(--v-theme-saumon800)) !important;
                color: rgb(var(--v-theme-on-saumon800)) !important;
            }

.b-ext             .bg-saumon850 {
                --v-theme-overlay-multiplier: var(--v-theme-saumon850-overlay-multiplier);
                background-color: rgb(var(--v-theme-saumon850)) !important;
                color: rgb(var(--v-theme-on-saumon850)) !important;
            }

.b-ext             .bg-saumon900 {
                --v-theme-overlay-multiplier: var(--v-theme-saumon900-overlay-multiplier);
                background-color: rgb(var(--v-theme-saumon900)) !important;
                color: rgb(var(--v-theme-on-saumon900)) !important;
            }

.b-ext             .bg-saumon950 {
                --v-theme-overlay-multiplier: var(--v-theme-saumon950-overlay-multiplier);
                background-color: rgb(var(--v-theme-saumon950)) !important;
                color: rgb(var(--v-theme-on-saumon950)) !important;
            }

.b-ext             .bg-saumon1000 {
                --v-theme-overlay-multiplier: var(--v-theme-saumon1000-overlay-multiplier);
                background-color: rgb(var(--v-theme-saumon1000)) !important;
                color: rgb(var(--v-theme-on-saumon1000)) !important;
            }

.b-ext             .bg-lemon0 {
                --v-theme-overlay-multiplier: var(--v-theme-lemon0-overlay-multiplier);
                background-color: rgb(var(--v-theme-lemon0)) !important;
                color: rgb(var(--v-theme-on-lemon0)) !important;
            }

.b-ext             .bg-lemon050 {
                --v-theme-overlay-multiplier: var(--v-theme-lemon050-overlay-multiplier);
                background-color: rgb(var(--v-theme-lemon050)) !important;
                color: rgb(var(--v-theme-on-lemon050)) !important;
            }

.b-ext             .bg-lemon100 {
                --v-theme-overlay-multiplier: var(--v-theme-lemon100-overlay-multiplier);
                background-color: rgb(var(--v-theme-lemon100)) !important;
                color: rgb(var(--v-theme-on-lemon100)) !important;
            }

.b-ext             .bg-lemon150 {
                --v-theme-overlay-multiplier: var(--v-theme-lemon150-overlay-multiplier);
                background-color: rgb(var(--v-theme-lemon150)) !important;
                color: rgb(var(--v-theme-on-lemon150)) !important;
            }

.b-ext             .bg-lemon200 {
                --v-theme-overlay-multiplier: var(--v-theme-lemon200-overlay-multiplier);
                background-color: rgb(var(--v-theme-lemon200)) !important;
                color: rgb(var(--v-theme-on-lemon200)) !important;
            }

.b-ext             .bg-lemon300 {
                --v-theme-overlay-multiplier: var(--v-theme-lemon300-overlay-multiplier);
                background-color: rgb(var(--v-theme-lemon300)) !important;
                color: rgb(var(--v-theme-on-lemon300)) !important;
            }

.b-ext             .bg-lemon400 {
                --v-theme-overlay-multiplier: var(--v-theme-lemon400-overlay-multiplier);
                background-color: rgb(var(--v-theme-lemon400)) !important;
                color: rgb(var(--v-theme-on-lemon400)) !important;
            }

.b-ext             .bg-lemon500 {
                --v-theme-overlay-multiplier: var(--v-theme-lemon500-overlay-multiplier);
                background-color: rgb(var(--v-theme-lemon500)) !important;
                color: rgb(var(--v-theme-on-lemon500)) !important;
            }

.b-ext             .bg-lemon600 {
                --v-theme-overlay-multiplier: var(--v-theme-lemon600-overlay-multiplier);
                background-color: rgb(var(--v-theme-lemon600)) !important;
                color: rgb(var(--v-theme-on-lemon600)) !important;
            }

.b-ext             .bg-lemon700 {
                --v-theme-overlay-multiplier: var(--v-theme-lemon700-overlay-multiplier);
                background-color: rgb(var(--v-theme-lemon700)) !important;
                color: rgb(var(--v-theme-on-lemon700)) !important;
            }

.b-ext             .bg-lemon800 {
                --v-theme-overlay-multiplier: var(--v-theme-lemon800-overlay-multiplier);
                background-color: rgb(var(--v-theme-lemon800)) !important;
                color: rgb(var(--v-theme-on-lemon800)) !important;
            }

.b-ext             .bg-lemon850 {
                --v-theme-overlay-multiplier: var(--v-theme-lemon850-overlay-multiplier);
                background-color: rgb(var(--v-theme-lemon850)) !important;
                color: rgb(var(--v-theme-on-lemon850)) !important;
            }

.b-ext             .bg-lemon900 {
                --v-theme-overlay-multiplier: var(--v-theme-lemon900-overlay-multiplier);
                background-color: rgb(var(--v-theme-lemon900)) !important;
                color: rgb(var(--v-theme-on-lemon900)) !important;
            }

.b-ext             .bg-lemon950 {
                --v-theme-overlay-multiplier: var(--v-theme-lemon950-overlay-multiplier);
                background-color: rgb(var(--v-theme-lemon950)) !important;
                color: rgb(var(--v-theme-on-lemon950)) !important;
            }

.b-ext             .bg-lemon1000 {
                --v-theme-overlay-multiplier: var(--v-theme-lemon1000-overlay-multiplier);
                background-color: rgb(var(--v-theme-lemon1000)) !important;
                color: rgb(var(--v-theme-on-lemon1000)) !important;
            }

.b-ext             .bg-info0 {
                --v-theme-overlay-multiplier: var(--v-theme-info0-overlay-multiplier);
                background-color: rgb(var(--v-theme-info0)) !important;
                color: rgb(var(--v-theme-on-info0)) !important;
            }

.b-ext             .bg-info050 {
                --v-theme-overlay-multiplier: var(--v-theme-info050-overlay-multiplier);
                background-color: rgb(var(--v-theme-info050)) !important;
                color: rgb(var(--v-theme-on-info050)) !important;
            }

.b-ext             .bg-info100 {
                --v-theme-overlay-multiplier: var(--v-theme-info100-overlay-multiplier);
                background-color: rgb(var(--v-theme-info100)) !important;
                color: rgb(var(--v-theme-on-info100)) !important;
            }

.b-ext             .bg-info150 {
                --v-theme-overlay-multiplier: var(--v-theme-info150-overlay-multiplier);
                background-color: rgb(var(--v-theme-info150)) !important;
                color: rgb(var(--v-theme-on-info150)) !important;
            }

.b-ext             .bg-info200 {
                --v-theme-overlay-multiplier: var(--v-theme-info200-overlay-multiplier);
                background-color: rgb(var(--v-theme-info200)) !important;
                color: rgb(var(--v-theme-on-info200)) !important;
            }

.b-ext             .bg-info300 {
                --v-theme-overlay-multiplier: var(--v-theme-info300-overlay-multiplier);
                background-color: rgb(var(--v-theme-info300)) !important;
                color: rgb(var(--v-theme-on-info300)) !important;
            }

.b-ext             .bg-info400 {
                --v-theme-overlay-multiplier: var(--v-theme-info400-overlay-multiplier);
                background-color: rgb(var(--v-theme-info400)) !important;
                color: rgb(var(--v-theme-on-info400)) !important;
            }

.b-ext             .bg-info500 {
                --v-theme-overlay-multiplier: var(--v-theme-info500-overlay-multiplier);
                background-color: rgb(var(--v-theme-info500)) !important;
                color: rgb(var(--v-theme-on-info500)) !important;
            }

.b-ext             .bg-info600 {
                --v-theme-overlay-multiplier: var(--v-theme-info600-overlay-multiplier);
                background-color: rgb(var(--v-theme-info600)) !important;
                color: rgb(var(--v-theme-on-info600)) !important;
            }

.b-ext             .bg-info700 {
                --v-theme-overlay-multiplier: var(--v-theme-info700-overlay-multiplier);
                background-color: rgb(var(--v-theme-info700)) !important;
                color: rgb(var(--v-theme-on-info700)) !important;
            }

.b-ext             .bg-info800 {
                --v-theme-overlay-multiplier: var(--v-theme-info800-overlay-multiplier);
                background-color: rgb(var(--v-theme-info800)) !important;
                color: rgb(var(--v-theme-on-info800)) !important;
            }

.b-ext             .bg-info850 {
                --v-theme-overlay-multiplier: var(--v-theme-info850-overlay-multiplier);
                background-color: rgb(var(--v-theme-info850)) !important;
                color: rgb(var(--v-theme-on-info850)) !important;
            }

.b-ext             .bg-info900 {
                --v-theme-overlay-multiplier: var(--v-theme-info900-overlay-multiplier);
                background-color: rgb(var(--v-theme-info900)) !important;
                color: rgb(var(--v-theme-on-info900)) !important;
            }

.b-ext             .bg-info950 {
                --v-theme-overlay-multiplier: var(--v-theme-info950-overlay-multiplier);
                background-color: rgb(var(--v-theme-info950)) !important;
                color: rgb(var(--v-theme-on-info950)) !important;
            }

.b-ext             .bg-info1000 {
                --v-theme-overlay-multiplier: var(--v-theme-info1000-overlay-multiplier);
                background-color: rgb(var(--v-theme-info1000)) !important;
                color: rgb(var(--v-theme-on-info1000)) !important;
            }

.b-ext             .bg-warning0 {
                --v-theme-overlay-multiplier: var(--v-theme-warning0-overlay-multiplier);
                background-color: rgb(var(--v-theme-warning0)) !important;
                color: rgb(var(--v-theme-on-warning0)) !important;
            }

.b-ext             .bg-warning050 {
                --v-theme-overlay-multiplier: var(--v-theme-warning050-overlay-multiplier);
                background-color: rgb(var(--v-theme-warning050)) !important;
                color: rgb(var(--v-theme-on-warning050)) !important;
            }

.b-ext             .bg-warning100 {
                --v-theme-overlay-multiplier: var(--v-theme-warning100-overlay-multiplier);
                background-color: rgb(var(--v-theme-warning100)) !important;
                color: rgb(var(--v-theme-on-warning100)) !important;
            }

.b-ext             .bg-warning150 {
                --v-theme-overlay-multiplier: var(--v-theme-warning150-overlay-multiplier);
                background-color: rgb(var(--v-theme-warning150)) !important;
                color: rgb(var(--v-theme-on-warning150)) !important;
            }

.b-ext             .bg-warning200 {
                --v-theme-overlay-multiplier: var(--v-theme-warning200-overlay-multiplier);
                background-color: rgb(var(--v-theme-warning200)) !important;
                color: rgb(var(--v-theme-on-warning200)) !important;
            }

.b-ext             .bg-warning300 {
                --v-theme-overlay-multiplier: var(--v-theme-warning300-overlay-multiplier);
                background-color: rgb(var(--v-theme-warning300)) !important;
                color: rgb(var(--v-theme-on-warning300)) !important;
            }

.b-ext             .bg-warning400 {
                --v-theme-overlay-multiplier: var(--v-theme-warning400-overlay-multiplier);
                background-color: rgb(var(--v-theme-warning400)) !important;
                color: rgb(var(--v-theme-on-warning400)) !important;
            }

.b-ext             .bg-warning500 {
                --v-theme-overlay-multiplier: var(--v-theme-warning500-overlay-multiplier);
                background-color: rgb(var(--v-theme-warning500)) !important;
                color: rgb(var(--v-theme-on-warning500)) !important;
            }

.b-ext             .bg-warning600 {
                --v-theme-overlay-multiplier: var(--v-theme-warning600-overlay-multiplier);
                background-color: rgb(var(--v-theme-warning600)) !important;
                color: rgb(var(--v-theme-on-warning600)) !important;
            }

.b-ext             .bg-warning700 {
                --v-theme-overlay-multiplier: var(--v-theme-warning700-overlay-multiplier);
                background-color: rgb(var(--v-theme-warning700)) !important;
                color: rgb(var(--v-theme-on-warning700)) !important;
            }

.b-ext             .bg-warning800 {
                --v-theme-overlay-multiplier: var(--v-theme-warning800-overlay-multiplier);
                background-color: rgb(var(--v-theme-warning800)) !important;
                color: rgb(var(--v-theme-on-warning800)) !important;
            }

.b-ext             .bg-warning850 {
                --v-theme-overlay-multiplier: var(--v-theme-warning850-overlay-multiplier);
                background-color: rgb(var(--v-theme-warning850)) !important;
                color: rgb(var(--v-theme-on-warning850)) !important;
            }

.b-ext             .bg-warning900 {
                --v-theme-overlay-multiplier: var(--v-theme-warning900-overlay-multiplier);
                background-color: rgb(var(--v-theme-warning900)) !important;
                color: rgb(var(--v-theme-on-warning900)) !important;
            }

.b-ext             .bg-warning950 {
                --v-theme-overlay-multiplier: var(--v-theme-warning950-overlay-multiplier);
                background-color: rgb(var(--v-theme-warning950)) !important;
                color: rgb(var(--v-theme-on-warning950)) !important;
            }

.b-ext             .bg-warning1000 {
                --v-theme-overlay-multiplier: var(--v-theme-warning1000-overlay-multiplier);
                background-color: rgb(var(--v-theme-warning1000)) !important;
                color: rgb(var(--v-theme-on-warning1000)) !important;
            }

.b-ext             .bg-success0 {
                --v-theme-overlay-multiplier: var(--v-theme-success0-overlay-multiplier);
                background-color: rgb(var(--v-theme-success0)) !important;
                color: rgb(var(--v-theme-on-success0)) !important;
            }

.b-ext             .bg-success010 {
                --v-theme-overlay-multiplier: var(--v-theme-success010-overlay-multiplier);
                background-color: rgb(var(--v-theme-success010)) !important;
                color: rgb(var(--v-theme-on-success010)) !important;
            }

.b-ext             .bg-success040 {
                --v-theme-overlay-multiplier: var(--v-theme-success040-overlay-multiplier);
                background-color: rgb(var(--v-theme-success040)) !important;
                color: rgb(var(--v-theme-on-success040)) !important;
            }

.b-ext             .bg-success050 {
                --v-theme-overlay-multiplier: var(--v-theme-success050-overlay-multiplier);
                background-color: rgb(var(--v-theme-success050)) !important;
                color: rgb(var(--v-theme-on-success050)) !important;
            }

.b-ext             .bg-success100 {
                --v-theme-overlay-multiplier: var(--v-theme-success100-overlay-multiplier);
                background-color: rgb(var(--v-theme-success100)) !important;
                color: rgb(var(--v-theme-on-success100)) !important;
            }

.b-ext             .bg-success150 {
                --v-theme-overlay-multiplier: var(--v-theme-success150-overlay-multiplier);
                background-color: rgb(var(--v-theme-success150)) !important;
                color: rgb(var(--v-theme-on-success150)) !important;
            }

.b-ext             .bg-success200 {
                --v-theme-overlay-multiplier: var(--v-theme-success200-overlay-multiplier);
                background-color: rgb(var(--v-theme-success200)) !important;
                color: rgb(var(--v-theme-on-success200)) !important;
            }

.b-ext             .bg-success300 {
                --v-theme-overlay-multiplier: var(--v-theme-success300-overlay-multiplier);
                background-color: rgb(var(--v-theme-success300)) !important;
                color: rgb(var(--v-theme-on-success300)) !important;
            }

.b-ext             .bg-success400 {
                --v-theme-overlay-multiplier: var(--v-theme-success400-overlay-multiplier);
                background-color: rgb(var(--v-theme-success400)) !important;
                color: rgb(var(--v-theme-on-success400)) !important;
            }

.b-ext             .bg-success500 {
                --v-theme-overlay-multiplier: var(--v-theme-success500-overlay-multiplier);
                background-color: rgb(var(--v-theme-success500)) !important;
                color: rgb(var(--v-theme-on-success500)) !important;
            }

.b-ext             .bg-success600 {
                --v-theme-overlay-multiplier: var(--v-theme-success600-overlay-multiplier);
                background-color: rgb(var(--v-theme-success600)) !important;
                color: rgb(var(--v-theme-on-success600)) !important;
            }

.b-ext             .bg-success700 {
                --v-theme-overlay-multiplier: var(--v-theme-success700-overlay-multiplier);
                background-color: rgb(var(--v-theme-success700)) !important;
                color: rgb(var(--v-theme-on-success700)) !important;
            }

.b-ext             .bg-success750 {
                --v-theme-overlay-multiplier: var(--v-theme-success750-overlay-multiplier);
                background-color: rgb(var(--v-theme-success750)) !important;
                color: rgb(var(--v-theme-on-success750)) !important;
            }

.b-ext             .bg-success800 {
                --v-theme-overlay-multiplier: var(--v-theme-success800-overlay-multiplier);
                background-color: rgb(var(--v-theme-success800)) !important;
                color: rgb(var(--v-theme-on-success800)) !important;
            }

.b-ext             .bg-success850 {
                --v-theme-overlay-multiplier: var(--v-theme-success850-overlay-multiplier);
                background-color: rgb(var(--v-theme-success850)) !important;
                color: rgb(var(--v-theme-on-success850)) !important;
            }

.b-ext             .bg-success900 {
                --v-theme-overlay-multiplier: var(--v-theme-success900-overlay-multiplier);
                background-color: rgb(var(--v-theme-success900)) !important;
                color: rgb(var(--v-theme-on-success900)) !important;
            }

.b-ext             .bg-success950 {
                --v-theme-overlay-multiplier: var(--v-theme-success950-overlay-multiplier);
                background-color: rgb(var(--v-theme-success950)) !important;
                color: rgb(var(--v-theme-on-success950)) !important;
            }

.b-ext             .bg-success1000 {
                --v-theme-overlay-multiplier: var(--v-theme-success1000-overlay-multiplier);
                background-color: rgb(var(--v-theme-success1000)) !important;
                color: rgb(var(--v-theme-on-success1000)) !important;
            }

.b-ext             .bg-grey0 {
                --v-theme-overlay-multiplier: var(--v-theme-grey0-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey0)) !important;
                color: rgb(var(--v-theme-on-grey0)) !important;
            }

.b-ext             .bg-grey050 {
                --v-theme-overlay-multiplier: var(--v-theme-grey050-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey050)) !important;
                color: rgb(var(--v-theme-on-grey050)) !important;
            }

.b-ext             .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;
            }

.b-ext             .bg-grey150 {
                --v-theme-overlay-multiplier: var(--v-theme-grey150-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey150)) !important;
                color: rgb(var(--v-theme-on-grey150)) !important;
            }

.b-ext             .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;
            }

.b-ext             .bg-grey300 {
                --v-theme-overlay-multiplier: var(--v-theme-grey300-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey300)) !important;
                color: rgb(var(--v-theme-on-grey300)) !important;
            }

.b-ext             .bg-grey400 {
                --v-theme-overlay-multiplier: var(--v-theme-grey400-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey400)) !important;
                color: rgb(var(--v-theme-on-grey400)) !important;
            }

.b-ext             .bg-grey500 {
                --v-theme-overlay-multiplier: var(--v-theme-grey500-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey500)) !important;
                color: rgb(var(--v-theme-on-grey500)) !important;
            }

.b-ext             .bg-grey600 {
                --v-theme-overlay-multiplier: var(--v-theme-grey600-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey600)) !important;
                color: rgb(var(--v-theme-on-grey600)) !important;
            }

.b-ext             .bg-grey700 {
                --v-theme-overlay-multiplier: var(--v-theme-grey700-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey700)) !important;
                color: rgb(var(--v-theme-on-grey700)) !important;
            }

.b-ext             .bg-grey800 {
                --v-theme-overlay-multiplier: var(--v-theme-grey800-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey800)) !important;
                color: rgb(var(--v-theme-on-grey800)) !important;
            }

.b-ext             .bg-grey850 {
                --v-theme-overlay-multiplier: var(--v-theme-grey850-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey850)) !important;
                color: rgb(var(--v-theme-on-grey850)) !important;
            }

.b-ext             .bg-grey900 {
                --v-theme-overlay-multiplier: var(--v-theme-grey900-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey900)) !important;
                color: rgb(var(--v-theme-on-grey900)) !important;
            }

.b-ext             .bg-grey950 {
                --v-theme-overlay-multiplier: var(--v-theme-grey950-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey950)) !important;
                color: rgb(var(--v-theme-on-grey950)) !important;
            }

.b-ext             .bg-grey1000 {
                --v-theme-overlay-multiplier: var(--v-theme-grey1000-overlay-multiplier);
                background-color: rgb(var(--v-theme-grey1000)) !important;
                color: rgb(var(--v-theme-on-grey1000)) !important;
            }

.b-ext             .text-background {
                color: rgb(var(--v-theme-background)) !important;
            }

.b-ext             .border-background {
                --v-border-color: var(--v-theme-background);
            }

.b-ext             .text-surface {
                color: rgb(var(--v-theme-surface)) !important;
            }

.b-ext             .border-surface {
                --v-border-color: var(--v-theme-surface);
            }

.b-ext             .text-surface-bright {
                color: rgb(var(--v-theme-surface-bright)) !important;
            }

.b-ext             .border-surface-bright {
                --v-border-color: var(--v-theme-surface-bright);
            }

.b-ext             .text-surface-light {
                color: rgb(var(--v-theme-surface-light)) !important;
            }

.b-ext             .border-surface-light {
                --v-border-color: var(--v-theme-surface-light);
            }

.b-ext             .text-surface-variant {
                color: rgb(var(--v-theme-surface-variant)) !important;
            }

.b-ext             .border-surface-variant {
                --v-border-color: var(--v-theme-surface-variant);
            }

.b-ext             .on-surface-variant {
                color: rgb(var(--v-theme-on-surface-variant)) !important;
            }

.b-ext             .text-primary {
                color: rgb(var(--v-theme-primary)) !important;
            }

.b-ext             .border-primary {
                --v-border-color: var(--v-theme-primary);
            }

.b-ext             .text-primary-darken-1 {
                color: rgb(var(--v-theme-primary-darken-1)) !important;
            }

.b-ext             .border-primary-darken-1 {
                --v-border-color: var(--v-theme-primary-darken-1);
            }

.b-ext             .text-secondary {
                color: rgb(var(--v-theme-secondary)) !important;
            }

.b-ext             .border-secondary {
                --v-border-color: var(--v-theme-secondary);
            }

.b-ext             .text-secondary-darken-1 {
                color: rgb(var(--v-theme-secondary-darken-1)) !important;
            }

.b-ext             .border-secondary-darken-1 {
                --v-border-color: var(--v-theme-secondary-darken-1);
            }

.b-ext             .text-error {
                color: rgb(var(--v-theme-error)) !important;
            }

.b-ext             .border-error {
                --v-border-color: var(--v-theme-error);
            }

.b-ext             .text-info {
                color: rgb(var(--v-theme-info)) !important;
            }

.b-ext             .border-info {
                --v-border-color: var(--v-theme-info);
            }

.b-ext             .text-success {
                color: rgb(var(--v-theme-success)) !important;
            }

.b-ext             .border-success {
                --v-border-color: var(--v-theme-success);
            }

.b-ext             .text-warning {
                color: rgb(var(--v-theme-warning)) !important;
            }

.b-ext             .border-warning {
                --v-border-color: var(--v-theme-warning);
            }

.b-ext             .on-background {
                color: rgb(var(--v-theme-on-background)) !important;
            }

.b-ext             .on-surface {
                color: rgb(var(--v-theme-on-surface)) !important;
            }

.b-ext             .on-surface-bright {
                color: rgb(var(--v-theme-on-surface-bright)) !important;
            }

.b-ext             .on-surface-light {
                color: rgb(var(--v-theme-on-surface-light)) !important;
            }

.b-ext             .on-primary {
                color: rgb(var(--v-theme-on-primary)) !important;
            }

.b-ext             .on-primary-darken-1 {
                color: rgb(var(--v-theme-on-primary-darken-1)) !important;
            }

.b-ext             .on-secondary {
                color: rgb(var(--v-theme-on-secondary)) !important;
            }

.b-ext             .on-secondary-darken-1 {
                color: rgb(var(--v-theme-on-secondary-darken-1)) !important;
            }

.b-ext             .on-error {
                color: rgb(var(--v-theme-on-error)) !important;
            }

.b-ext             .on-info {
                color: rgb(var(--v-theme-on-info)) !important;
            }

.b-ext             .on-success {
                color: rgb(var(--v-theme-on-success)) !important;
            }

.b-ext             .on-warning {
                color: rgb(var(--v-theme-on-warning)) !important;
            }

.b-ext             .text-yellow1 {
                color: rgb(var(--v-theme-yellow1)) !important;
            }

.b-ext             .border-yellow1 {
                --v-border-color: var(--v-theme-yellow1);
            }

.b-ext             .text-yellow2 {
                color: rgb(var(--v-theme-yellow2)) !important;
            }

.b-ext             .border-yellow2 {
                --v-border-color: var(--v-theme-yellow2);
            }

.b-ext             .text-yellow3 {
                color: rgb(var(--v-theme-yellow3)) !important;
            }

.b-ext             .border-yellow3 {
                --v-border-color: var(--v-theme-yellow3);
            }

.b-ext             .text-orange1 {
                color: rgb(var(--v-theme-orange1)) !important;
            }

.b-ext             .border-orange1 {
                --v-border-color: var(--v-theme-orange1);
            }

.b-ext             .text-orange2 {
                color: rgb(var(--v-theme-orange2)) !important;
            }

.b-ext             .border-orange2 {
                --v-border-color: var(--v-theme-orange2);
            }

.b-ext             .text-red1 {
                color: rgb(var(--v-theme-red1)) !important;
            }

.b-ext             .border-red1 {
                --v-border-color: var(--v-theme-red1);
            }

.b-ext             .text-red3 {
                color: rgb(var(--v-theme-red3)) !important;
            }

.b-ext             .border-red3 {
                --v-border-color: var(--v-theme-red3);
            }

.b-ext             .text-pink1 {
                color: rgb(var(--v-theme-pink1)) !important;
            }

.b-ext             .border-pink1 {
                --v-border-color: var(--v-theme-pink1);
            }

.b-ext             .text-white {
                color: rgb(var(--v-theme-white)) !important;
            }

.b-ext             .border-white {
                --v-border-color: var(--v-theme-white);
            }

.b-ext             .text-black {
                color: rgb(var(--v-theme-black)) !important;
            }

.b-ext             .border-black {
                --v-border-color: var(--v-theme-black);
            }

.b-ext             .text-grey2 {
                color: rgb(var(--v-theme-grey2)) !important;
            }

.b-ext             .border-grey2 {
                --v-border-color: var(--v-theme-grey2);
            }

.b-ext             .text-grey3 {
                color: rgb(var(--v-theme-grey3)) !important;
            }

.b-ext             .border-grey3 {
                --v-border-color: var(--v-theme-grey3);
            }

.b-ext             .text-grey4 {
                color: rgb(var(--v-theme-grey4)) !important;
            }

.b-ext             .border-grey4 {
                --v-border-color: var(--v-theme-grey4);
            }

.b-ext             .text-grey5 {
                color: rgb(var(--v-theme-grey5)) !important;
            }

.b-ext             .border-grey5 {
                --v-border-color: var(--v-theme-grey5);
            }

.b-ext             .text-grey6 {
                color: rgb(var(--v-theme-grey6)) !important;
            }

.b-ext             .border-grey6 {
                --v-border-color: var(--v-theme-grey6);
            }

.b-ext             .text-grey7 {
                color: rgb(var(--v-theme-grey7)) !important;
            }

.b-ext             .border-grey7 {
                --v-border-color: var(--v-theme-grey7);
            }

.b-ext             .text-green1 {
                color: rgb(var(--v-theme-green1)) !important;
            }

.b-ext             .border-green1 {
                --v-border-color: var(--v-theme-green1);
            }

.b-ext             .text-green2 {
                color: rgb(var(--v-theme-green2)) !important;
            }

.b-ext             .border-green2 {
                --v-border-color: var(--v-theme-green2);
            }

.b-ext             .text-green3 {
                color: rgb(var(--v-theme-green3)) !important;
            }

.b-ext             .border-green3 {
                --v-border-color: var(--v-theme-green3);
            }

.b-ext             .text-green4 {
                color: rgb(var(--v-theme-green4)) !important;
            }

.b-ext             .border-green4 {
                --v-border-color: var(--v-theme-green4);
            }

.b-ext             .text-blue1 {
                color: rgb(var(--v-theme-blue1)) !important;
            }

.b-ext             .border-blue1 {
                --v-border-color: var(--v-theme-blue1);
            }

.b-ext             .text-blue2 {
                color: rgb(var(--v-theme-blue2)) !important;
            }

.b-ext             .border-blue2 {
                --v-border-color: var(--v-theme-blue2);
            }

.b-ext             .text-blue3 {
                color: rgb(var(--v-theme-blue3)) !important;
            }

.b-ext             .border-blue3 {
                --v-border-color: var(--v-theme-blue3);
            }

.b-ext             .text-blue4 {
                color: rgb(var(--v-theme-blue4)) !important;
            }

.b-ext             .border-blue4 {
                --v-border-color: var(--v-theme-blue4);
            }

.b-ext             .text-fushia0 {
                color: rgb(var(--v-theme-fushia0)) !important;
            }

.b-ext             .border-fushia0 {
                --v-border-color: var(--v-theme-fushia0);
            }

.b-ext             .text-fushia01 {
                color: rgb(var(--v-theme-fushia01)) !important;
            }

.b-ext             .border-fushia01 {
                --v-border-color: var(--v-theme-fushia01);
            }

.b-ext             .text-fushia050 {
                color: rgb(var(--v-theme-fushia050)) !important;
            }

.b-ext             .border-fushia050 {
                --v-border-color: var(--v-theme-fushia050);
            }

.b-ext             .text-fushia100 {
                color: rgb(var(--v-theme-fushia100)) !important;
            }

.b-ext             .border-fushia100 {
                --v-border-color: var(--v-theme-fushia100);
            }

.b-ext             .text-fushia150 {
                color: rgb(var(--v-theme-fushia150)) !important;
            }

.b-ext             .border-fushia150 {
                --v-border-color: var(--v-theme-fushia150);
            }

.b-ext             .text-fushia200 {
                color: rgb(var(--v-theme-fushia200)) !important;
            }

.b-ext             .border-fushia200 {
                --v-border-color: var(--v-theme-fushia200);
            }

.b-ext             .text-fushia300 {
                color: rgb(var(--v-theme-fushia300)) !important;
            }

.b-ext             .border-fushia300 {
                --v-border-color: var(--v-theme-fushia300);
            }

.b-ext             .text-fushia400 {
                color: rgb(var(--v-theme-fushia400)) !important;
            }

.b-ext             .border-fushia400 {
                --v-border-color: var(--v-theme-fushia400);
            }

.b-ext             .text-fushia500 {
                color: rgb(var(--v-theme-fushia500)) !important;
            }

.b-ext             .border-fushia500 {
                --v-border-color: var(--v-theme-fushia500);
            }

.b-ext             .text-fushia600 {
                color: rgb(var(--v-theme-fushia600)) !important;
            }

.b-ext             .border-fushia600 {
                --v-border-color: var(--v-theme-fushia600);
            }

.b-ext             .text-fushia700 {
                color: rgb(var(--v-theme-fushia700)) !important;
            }

.b-ext             .border-fushia700 {
                --v-border-color: var(--v-theme-fushia700);
            }

.b-ext             .text-fushia800 {
                color: rgb(var(--v-theme-fushia800)) !important;
            }

.b-ext             .border-fushia800 {
                --v-border-color: var(--v-theme-fushia800);
            }

.b-ext             .text-fushia850 {
                color: rgb(var(--v-theme-fushia850)) !important;
            }

.b-ext             .border-fushia850 {
                --v-border-color: var(--v-theme-fushia850);
            }

.b-ext             .text-fushia900 {
                color: rgb(var(--v-theme-fushia900)) !important;
            }

.b-ext             .border-fushia900 {
                --v-border-color: var(--v-theme-fushia900);
            }

.b-ext             .text-fushia950 {
                color: rgb(var(--v-theme-fushia950)) !important;
            }

.b-ext             .border-fushia950 {
                --v-border-color: var(--v-theme-fushia950);
            }

.b-ext             .text-fushia1000 {
                color: rgb(var(--v-theme-fushia1000)) !important;
            }

.b-ext             .border-fushia1000 {
                --v-border-color: var(--v-theme-fushia1000);
            }

.b-ext             .text-red0 {
                color: rgb(var(--v-theme-red0)) !important;
            }

.b-ext             .border-red0 {
                --v-border-color: var(--v-theme-red0);
            }

.b-ext             .text-red050 {
                color: rgb(var(--v-theme-red050)) !important;
            }

.b-ext             .border-red050 {
                --v-border-color: var(--v-theme-red050);
            }

.b-ext             .text-red100 {
                color: rgb(var(--v-theme-red100)) !important;
            }

.b-ext             .border-red100 {
                --v-border-color: var(--v-theme-red100);
            }

.b-ext             .text-red150 {
                color: rgb(var(--v-theme-red150)) !important;
            }

.b-ext             .border-red150 {
                --v-border-color: var(--v-theme-red150);
            }

.b-ext             .text-red200 {
                color: rgb(var(--v-theme-red200)) !important;
            }

.b-ext             .border-red200 {
                --v-border-color: var(--v-theme-red200);
            }

.b-ext             .text-red300 {
                color: rgb(var(--v-theme-red300)) !important;
            }

.b-ext             .border-red300 {
                --v-border-color: var(--v-theme-red300);
            }

.b-ext             .text-red400 {
                color: rgb(var(--v-theme-red400)) !important;
            }

.b-ext             .border-red400 {
                --v-border-color: var(--v-theme-red400);
            }

.b-ext             .text-red500 {
                color: rgb(var(--v-theme-red500)) !important;
            }

.b-ext             .border-red500 {
                --v-border-color: var(--v-theme-red500);
            }

.b-ext             .text-red600 {
                color: rgb(var(--v-theme-red600)) !important;
            }

.b-ext             .border-red600 {
                --v-border-color: var(--v-theme-red600);
            }

.b-ext             .text-red700 {
                color: rgb(var(--v-theme-red700)) !important;
            }

.b-ext             .border-red700 {
                --v-border-color: var(--v-theme-red700);
            }

.b-ext             .text-red800 {
                color: rgb(var(--v-theme-red800)) !important;
            }

.b-ext             .border-red800 {
                --v-border-color: var(--v-theme-red800);
            }

.b-ext             .text-red850 {
                color: rgb(var(--v-theme-red850)) !important;
            }

.b-ext             .border-red850 {
                --v-border-color: var(--v-theme-red850);
            }

.b-ext             .text-red900 {
                color: rgb(var(--v-theme-red900)) !important;
            }

.b-ext             .border-red900 {
                --v-border-color: var(--v-theme-red900);
            }

.b-ext             .text-red950 {
                color: rgb(var(--v-theme-red950)) !important;
            }

.b-ext             .border-red950 {
                --v-border-color: var(--v-theme-red950);
            }

.b-ext             .text-red1000 {
                color: rgb(var(--v-theme-red1000)) !important;
            }

.b-ext             .border-red1000 {
                --v-border-color: var(--v-theme-red1000);
            }

.b-ext             .text-saumon0 {
                color: rgb(var(--v-theme-saumon0)) !important;
            }

.b-ext             .border-saumon0 {
                --v-border-color: var(--v-theme-saumon0);
            }

.b-ext             .text-saumon050 {
                color: rgb(var(--v-theme-saumon050)) !important;
            }

.b-ext             .border-saumon050 {
                --v-border-color: var(--v-theme-saumon050);
            }

.b-ext             .text-saumon100 {
                color: rgb(var(--v-theme-saumon100)) !important;
            }

.b-ext             .border-saumon100 {
                --v-border-color: var(--v-theme-saumon100);
            }

.b-ext             .text-saumon150 {
                color: rgb(var(--v-theme-saumon150)) !important;
            }

.b-ext             .border-saumon150 {
                --v-border-color: var(--v-theme-saumon150);
            }

.b-ext             .text-saumon200 {
                color: rgb(var(--v-theme-saumon200)) !important;
            }

.b-ext             .border-saumon200 {
                --v-border-color: var(--v-theme-saumon200);
            }

.b-ext             .text-saumon300 {
                color: rgb(var(--v-theme-saumon300)) !important;
            }

.b-ext             .border-saumon300 {
                --v-border-color: var(--v-theme-saumon300);
            }

.b-ext             .text-saumon400 {
                color: rgb(var(--v-theme-saumon400)) !important;
            }

.b-ext             .border-saumon400 {
                --v-border-color: var(--v-theme-saumon400);
            }

.b-ext             .text-saumon500 {
                color: rgb(var(--v-theme-saumon500)) !important;
            }

.b-ext             .border-saumon500 {
                --v-border-color: var(--v-theme-saumon500);
            }

.b-ext             .text-saumon600 {
                color: rgb(var(--v-theme-saumon600)) !important;
            }

.b-ext             .border-saumon600 {
                --v-border-color: var(--v-theme-saumon600);
            }

.b-ext             .text-saumon700 {
                color: rgb(var(--v-theme-saumon700)) !important;
            }

.b-ext             .border-saumon700 {
                --v-border-color: var(--v-theme-saumon700);
            }

.b-ext             .text-saumon800 {
                color: rgb(var(--v-theme-saumon800)) !important;
            }

.b-ext             .border-saumon800 {
                --v-border-color: var(--v-theme-saumon800);
            }

.b-ext             .text-saumon850 {
                color: rgb(var(--v-theme-saumon850)) !important;
            }

.b-ext             .border-saumon850 {
                --v-border-color: var(--v-theme-saumon850);
            }

.b-ext             .text-saumon900 {
                color: rgb(var(--v-theme-saumon900)) !important;
            }

.b-ext             .border-saumon900 {
                --v-border-color: var(--v-theme-saumon900);
            }

.b-ext             .text-saumon950 {
                color: rgb(var(--v-theme-saumon950)) !important;
            }

.b-ext             .border-saumon950 {
                --v-border-color: var(--v-theme-saumon950);
            }

.b-ext             .text-saumon1000 {
                color: rgb(var(--v-theme-saumon1000)) !important;
            }

.b-ext             .border-saumon1000 {
                --v-border-color: var(--v-theme-saumon1000);
            }

.b-ext             .text-lemon0 {
                color: rgb(var(--v-theme-lemon0)) !important;
            }

.b-ext             .border-lemon0 {
                --v-border-color: var(--v-theme-lemon0);
            }

.b-ext             .text-lemon050 {
                color: rgb(var(--v-theme-lemon050)) !important;
            }

.b-ext             .border-lemon050 {
                --v-border-color: var(--v-theme-lemon050);
            }

.b-ext             .text-lemon100 {
                color: rgb(var(--v-theme-lemon100)) !important;
            }

.b-ext             .border-lemon100 {
                --v-border-color: var(--v-theme-lemon100);
            }

.b-ext             .text-lemon150 {
                color: rgb(var(--v-theme-lemon150)) !important;
            }

.b-ext             .border-lemon150 {
                --v-border-color: var(--v-theme-lemon150);
            }

.b-ext             .text-lemon200 {
                color: rgb(var(--v-theme-lemon200)) !important;
            }

.b-ext             .border-lemon200 {
                --v-border-color: var(--v-theme-lemon200);
            }

.b-ext             .text-lemon300 {
                color: rgb(var(--v-theme-lemon300)) !important;
            }

.b-ext             .border-lemon300 {
                --v-border-color: var(--v-theme-lemon300);
            }

.b-ext             .text-lemon400 {
                color: rgb(var(--v-theme-lemon400)) !important;
            }

.b-ext             .border-lemon400 {
                --v-border-color: var(--v-theme-lemon400);
            }

.b-ext             .text-lemon500 {
                color: rgb(var(--v-theme-lemon500)) !important;
            }

.b-ext             .border-lemon500 {
                --v-border-color: var(--v-theme-lemon500);
            }

.b-ext             .text-lemon600 {
                color: rgb(var(--v-theme-lemon600)) !important;
            }

.b-ext             .border-lemon600 {
                --v-border-color: var(--v-theme-lemon600);
            }

.b-ext             .text-lemon700 {
                color: rgb(var(--v-theme-lemon700)) !important;
            }

.b-ext             .border-lemon700 {
                --v-border-color: var(--v-theme-lemon700);
            }

.b-ext             .text-lemon800 {
                color: rgb(var(--v-theme-lemon800)) !important;
            }

.b-ext             .border-lemon800 {
                --v-border-color: var(--v-theme-lemon800);
            }

.b-ext             .text-lemon850 {
                color: rgb(var(--v-theme-lemon850)) !important;
            }

.b-ext             .border-lemon850 {
                --v-border-color: var(--v-theme-lemon850);
            }

.b-ext             .text-lemon900 {
                color: rgb(var(--v-theme-lemon900)) !important;
            }

.b-ext             .border-lemon900 {
                --v-border-color: var(--v-theme-lemon900);
            }

.b-ext             .text-lemon950 {
                color: rgb(var(--v-theme-lemon950)) !important;
            }

.b-ext             .border-lemon950 {
                --v-border-color: var(--v-theme-lemon950);
            }

.b-ext             .text-lemon1000 {
                color: rgb(var(--v-theme-lemon1000)) !important;
            }

.b-ext             .border-lemon1000 {
                --v-border-color: var(--v-theme-lemon1000);
            }

.b-ext             .text-info0 {
                color: rgb(var(--v-theme-info0)) !important;
            }

.b-ext             .border-info0 {
                --v-border-color: var(--v-theme-info0);
            }

.b-ext             .text-info050 {
                color: rgb(var(--v-theme-info050)) !important;
            }

.b-ext             .border-info050 {
                --v-border-color: var(--v-theme-info050);
            }

.b-ext             .text-info100 {
                color: rgb(var(--v-theme-info100)) !important;
            }

.b-ext             .border-info100 {
                --v-border-color: var(--v-theme-info100);
            }

.b-ext             .text-info150 {
                color: rgb(var(--v-theme-info150)) !important;
            }

.b-ext             .border-info150 {
                --v-border-color: var(--v-theme-info150);
            }

.b-ext             .text-info200 {
                color: rgb(var(--v-theme-info200)) !important;
            }

.b-ext             .border-info200 {
                --v-border-color: var(--v-theme-info200);
            }

.b-ext             .text-info300 {
                color: rgb(var(--v-theme-info300)) !important;
            }

.b-ext             .border-info300 {
                --v-border-color: var(--v-theme-info300);
            }

.b-ext             .text-info400 {
                color: rgb(var(--v-theme-info400)) !important;
            }

.b-ext             .border-info400 {
                --v-border-color: var(--v-theme-info400);
            }

.b-ext             .text-info500 {
                color: rgb(var(--v-theme-info500)) !important;
            }

.b-ext             .border-info500 {
                --v-border-color: var(--v-theme-info500);
            }

.b-ext             .text-info600 {
                color: rgb(var(--v-theme-info600)) !important;
            }

.b-ext             .border-info600 {
                --v-border-color: var(--v-theme-info600);
            }

.b-ext             .text-info700 {
                color: rgb(var(--v-theme-info700)) !important;
            }

.b-ext             .border-info700 {
                --v-border-color: var(--v-theme-info700);
            }

.b-ext             .text-info800 {
                color: rgb(var(--v-theme-info800)) !important;
            }

.b-ext             .border-info800 {
                --v-border-color: var(--v-theme-info800);
            }

.b-ext             .text-info850 {
                color: rgb(var(--v-theme-info850)) !important;
            }

.b-ext             .border-info850 {
                --v-border-color: var(--v-theme-info850);
            }

.b-ext             .text-info900 {
                color: rgb(var(--v-theme-info900)) !important;
            }

.b-ext             .border-info900 {
                --v-border-color: var(--v-theme-info900);
            }

.b-ext             .text-info950 {
                color: rgb(var(--v-theme-info950)) !important;
            }

.b-ext             .border-info950 {
                --v-border-color: var(--v-theme-info950);
            }

.b-ext             .text-info1000 {
                color: rgb(var(--v-theme-info1000)) !important;
            }

.b-ext             .border-info1000 {
                --v-border-color: var(--v-theme-info1000);
            }

.b-ext             .text-warning0 {
                color: rgb(var(--v-theme-warning0)) !important;
            }

.b-ext             .border-warning0 {
                --v-border-color: var(--v-theme-warning0);
            }

.b-ext             .text-warning050 {
                color: rgb(var(--v-theme-warning050)) !important;
            }

.b-ext             .border-warning050 {
                --v-border-color: var(--v-theme-warning050);
            }

.b-ext             .text-warning100 {
                color: rgb(var(--v-theme-warning100)) !important;
            }

.b-ext             .border-warning100 {
                --v-border-color: var(--v-theme-warning100);
            }

.b-ext             .text-warning150 {
                color: rgb(var(--v-theme-warning150)) !important;
            }

.b-ext             .border-warning150 {
                --v-border-color: var(--v-theme-warning150);
            }

.b-ext             .text-warning200 {
                color: rgb(var(--v-theme-warning200)) !important;
            }

.b-ext             .border-warning200 {
                --v-border-color: var(--v-theme-warning200);
            }

.b-ext             .text-warning300 {
                color: rgb(var(--v-theme-warning300)) !important;
            }

.b-ext             .border-warning300 {
                --v-border-color: var(--v-theme-warning300);
            }

.b-ext             .text-warning400 {
                color: rgb(var(--v-theme-warning400)) !important;
            }

.b-ext             .border-warning400 {
                --v-border-color: var(--v-theme-warning400);
            }

.b-ext             .text-warning500 {
                color: rgb(var(--v-theme-warning500)) !important;
            }

.b-ext             .border-warning500 {
                --v-border-color: var(--v-theme-warning500);
            }

.b-ext             .text-warning600 {
                color: rgb(var(--v-theme-warning600)) !important;
            }

.b-ext             .border-warning600 {
                --v-border-color: var(--v-theme-warning600);
            }

.b-ext             .text-warning700 {
                color: rgb(var(--v-theme-warning700)) !important;
            }

.b-ext             .border-warning700 {
                --v-border-color: var(--v-theme-warning700);
            }

.b-ext             .text-warning800 {
                color: rgb(var(--v-theme-warning800)) !important;
            }

.b-ext             .border-warning800 {
                --v-border-color: var(--v-theme-warning800);
            }

.b-ext             .text-warning850 {
                color: rgb(var(--v-theme-warning850)) !important;
            }

.b-ext             .border-warning850 {
                --v-border-color: var(--v-theme-warning850);
            }

.b-ext             .text-warning900 {
                color: rgb(var(--v-theme-warning900)) !important;
            }

.b-ext             .border-warning900 {
                --v-border-color: var(--v-theme-warning900);
            }

.b-ext             .text-warning950 {
                color: rgb(var(--v-theme-warning950)) !important;
            }

.b-ext             .border-warning950 {
                --v-border-color: var(--v-theme-warning950);
            }

.b-ext             .text-warning1000 {
                color: rgb(var(--v-theme-warning1000)) !important;
            }

.b-ext             .border-warning1000 {
                --v-border-color: var(--v-theme-warning1000);
            }

.b-ext             .text-success0 {
                color: rgb(var(--v-theme-success0)) !important;
            }

.b-ext             .border-success0 {
                --v-border-color: var(--v-theme-success0);
            }

.b-ext             .text-success010 {
                color: rgb(var(--v-theme-success010)) !important;
            }

.b-ext             .border-success010 {
                --v-border-color: var(--v-theme-success010);
            }

.b-ext             .text-success040 {
                color: rgb(var(--v-theme-success040)) !important;
            }

.b-ext             .border-success040 {
                --v-border-color: var(--v-theme-success040);
            }

.b-ext             .text-success050 {
                color: rgb(var(--v-theme-success050)) !important;
            }

.b-ext             .border-success050 {
                --v-border-color: var(--v-theme-success050);
            }

.b-ext             .text-success100 {
                color: rgb(var(--v-theme-success100)) !important;
            }

.b-ext             .border-success100 {
                --v-border-color: var(--v-theme-success100);
            }

.b-ext             .text-success150 {
                color: rgb(var(--v-theme-success150)) !important;
            }

.b-ext             .border-success150 {
                --v-border-color: var(--v-theme-success150);
            }

.b-ext             .text-success200 {
                color: rgb(var(--v-theme-success200)) !important;
            }

.b-ext             .border-success200 {
                --v-border-color: var(--v-theme-success200);
            }

.b-ext             .text-success300 {
                color: rgb(var(--v-theme-success300)) !important;
            }

.b-ext             .border-success300 {
                --v-border-color: var(--v-theme-success300);
            }

.b-ext             .text-success400 {
                color: rgb(var(--v-theme-success400)) !important;
            }

.b-ext             .border-success400 {
                --v-border-color: var(--v-theme-success400);
            }

.b-ext             .text-success500 {
                color: rgb(var(--v-theme-success500)) !important;
            }

.b-ext             .border-success500 {
                --v-border-color: var(--v-theme-success500);
            }

.b-ext             .text-success600 {
                color: rgb(var(--v-theme-success600)) !important;
            }

.b-ext             .border-success600 {
                --v-border-color: var(--v-theme-success600);
            }

.b-ext             .text-success700 {
                color: rgb(var(--v-theme-success700)) !important;
            }

.b-ext             .border-success700 {
                --v-border-color: var(--v-theme-success700);
            }

.b-ext             .text-success750 {
                color: rgb(var(--v-theme-success750)) !important;
            }

.b-ext             .border-success750 {
                --v-border-color: var(--v-theme-success750);
            }

.b-ext             .text-success800 {
                color: rgb(var(--v-theme-success800)) !important;
            }

.b-ext             .border-success800 {
                --v-border-color: var(--v-theme-success800);
            }

.b-ext             .text-success850 {
                color: rgb(var(--v-theme-success850)) !important;
            }

.b-ext             .border-success850 {
                --v-border-color: var(--v-theme-success850);
            }

.b-ext             .text-success900 {
                color: rgb(var(--v-theme-success900)) !important;
            }

.b-ext             .border-success900 {
                --v-border-color: var(--v-theme-success900);
            }

.b-ext             .text-success950 {
                color: rgb(var(--v-theme-success950)) !important;
            }

.b-ext             .border-success950 {
                --v-border-color: var(--v-theme-success950);
            }

.b-ext             .text-success1000 {
                color: rgb(var(--v-theme-success1000)) !important;
            }

.b-ext             .border-success1000 {
                --v-border-color: var(--v-theme-success1000);
            }

.b-ext             .text-grey0 {
                color: rgb(var(--v-theme-grey0)) !important;
            }

.b-ext             .border-grey0 {
                --v-border-color: var(--v-theme-grey0);
            }

.b-ext             .text-grey050 {
                color: rgb(var(--v-theme-grey050)) !important;
            }

.b-ext             .border-grey050 {
                --v-border-color: var(--v-theme-grey050);
            }

.b-ext             .text-grey100 {
                color: rgb(var(--v-theme-grey100)) !important;
            }

.b-ext             .border-grey100 {
                --v-border-color: var(--v-theme-grey100);
            }

.b-ext             .text-grey150 {
                color: rgb(var(--v-theme-grey150)) !important;
            }

.b-ext             .border-grey150 {
                --v-border-color: var(--v-theme-grey150);
            }

.b-ext             .text-grey200 {
                color: rgb(var(--v-theme-grey200)) !important;
            }

.b-ext             .border-grey200 {
                --v-border-color: var(--v-theme-grey200);
            }

.b-ext             .text-grey300 {
                color: rgb(var(--v-theme-grey300)) !important;
            }

.b-ext             .border-grey300 {
                --v-border-color: var(--v-theme-grey300);
            }

.b-ext             .text-grey400 {
                color: rgb(var(--v-theme-grey400)) !important;
            }

.b-ext             .border-grey400 {
                --v-border-color: var(--v-theme-grey400);
            }

.b-ext             .text-grey500 {
                color: rgb(var(--v-theme-grey500)) !important;
            }

.b-ext             .border-grey500 {
                --v-border-color: var(--v-theme-grey500);
            }

.b-ext             .text-grey600 {
                color: rgb(var(--v-theme-grey600)) !important;
            }

.b-ext             .border-grey600 {
                --v-border-color: var(--v-theme-grey600);
            }

.b-ext             .text-grey700 {
                color: rgb(var(--v-theme-grey700)) !important;
            }

.b-ext             .border-grey700 {
                --v-border-color: var(--v-theme-grey700);
            }

.b-ext             .text-grey800 {
                color: rgb(var(--v-theme-grey800)) !important;
            }

.b-ext             .border-grey800 {
                --v-border-color: var(--v-theme-grey800);
            }

.b-ext             .text-grey850 {
                color: rgb(var(--v-theme-grey850)) !important;
            }

.b-ext             .border-grey850 {
                --v-border-color: var(--v-theme-grey850);
            }

.b-ext             .text-grey900 {
                color: rgb(var(--v-theme-grey900)) !important;
            }

.b-ext             .border-grey900 {
                --v-border-color: var(--v-theme-grey900);
            }

.b-ext             .text-grey950 {
                color: rgb(var(--v-theme-grey950)) !important;
            }

.b-ext             .border-grey950 {
                --v-border-color: var(--v-theme-grey950);
            }

.b-ext             .text-grey1000 {
                color: rgb(var(--v-theme-grey1000)) !important;
            }

.b-ext             .border-grey1000 {
                --v-border-color: var(--v-theme-grey1000);
            }

.b-ext             .on-yellow1 {
                color: rgb(var(--v-theme-on-yellow1)) !important;
            }

.b-ext             .on-yellow2 {
                color: rgb(var(--v-theme-on-yellow2)) !important;
            }

.b-ext             .on-yellow3 {
                color: rgb(var(--v-theme-on-yellow3)) !important;
            }

.b-ext             .on-orange1 {
                color: rgb(var(--v-theme-on-orange1)) !important;
            }

.b-ext             .on-orange2 {
                color: rgb(var(--v-theme-on-orange2)) !important;
            }

.b-ext             .on-red1 {
                color: rgb(var(--v-theme-on-red1)) !important;
            }

.b-ext             .on-red3 {
                color: rgb(var(--v-theme-on-red3)) !important;
            }

.b-ext             .on-pink1 {
                color: rgb(var(--v-theme-on-pink1)) !important;
            }

.b-ext             .on-white {
                color: rgb(var(--v-theme-on-white)) !important;
            }

.b-ext             .on-black {
                color: rgb(var(--v-theme-on-black)) !important;
            }

.b-ext             .on-grey2 {
                color: rgb(var(--v-theme-on-grey2)) !important;
            }

.b-ext             .on-grey3 {
                color: rgb(var(--v-theme-on-grey3)) !important;
            }

.b-ext             .on-grey4 {
                color: rgb(var(--v-theme-on-grey4)) !important;
            }

.b-ext             .on-grey5 {
                color: rgb(var(--v-theme-on-grey5)) !important;
            }

.b-ext             .on-grey6 {
                color: rgb(var(--v-theme-on-grey6)) !important;
            }

.b-ext             .on-grey7 {
                color: rgb(var(--v-theme-on-grey7)) !important;
            }

.b-ext             .on-green1 {
                color: rgb(var(--v-theme-on-green1)) !important;
            }

.b-ext             .on-green2 {
                color: rgb(var(--v-theme-on-green2)) !important;
            }

.b-ext             .on-green3 {
                color: rgb(var(--v-theme-on-green3)) !important;
            }

.b-ext             .on-green4 {
                color: rgb(var(--v-theme-on-green4)) !important;
            }

.b-ext             .on-blue1 {
                color: rgb(var(--v-theme-on-blue1)) !important;
            }

.b-ext             .on-blue2 {
                color: rgb(var(--v-theme-on-blue2)) !important;
            }

.b-ext             .on-blue3 {
                color: rgb(var(--v-theme-on-blue3)) !important;
            }

.b-ext             .on-blue4 {
                color: rgb(var(--v-theme-on-blue4)) !important;
            }

.b-ext             .on-fushia0 {
                color: rgb(var(--v-theme-on-fushia0)) !important;
            }

.b-ext             .on-fushia01 {
                color: rgb(var(--v-theme-on-fushia01)) !important;
            }

.b-ext             .on-fushia050 {
                color: rgb(var(--v-theme-on-fushia050)) !important;
            }

.b-ext             .on-fushia100 {
                color: rgb(var(--v-theme-on-fushia100)) !important;
            }

.b-ext             .on-fushia150 {
                color: rgb(var(--v-theme-on-fushia150)) !important;
            }

.b-ext             .on-fushia200 {
                color: rgb(var(--v-theme-on-fushia200)) !important;
            }

.b-ext             .on-fushia300 {
                color: rgb(var(--v-theme-on-fushia300)) !important;
            }

.b-ext             .on-fushia400 {
                color: rgb(var(--v-theme-on-fushia400)) !important;
            }

.b-ext             .on-fushia500 {
                color: rgb(var(--v-theme-on-fushia500)) !important;
            }

.b-ext             .on-fushia600 {
                color: rgb(var(--v-theme-on-fushia600)) !important;
            }

.b-ext             .on-fushia700 {
                color: rgb(var(--v-theme-on-fushia700)) !important;
            }

.b-ext             .on-fushia800 {
                color: rgb(var(--v-theme-on-fushia800)) !important;
            }

.b-ext             .on-fushia850 {
                color: rgb(var(--v-theme-on-fushia850)) !important;
            }

.b-ext             .on-fushia900 {
                color: rgb(var(--v-theme-on-fushia900)) !important;
            }

.b-ext             .on-fushia950 {
                color: rgb(var(--v-theme-on-fushia950)) !important;
            }

.b-ext             .on-fushia1000 {
                color: rgb(var(--v-theme-on-fushia1000)) !important;
            }

.b-ext             .on-red0 {
                color: rgb(var(--v-theme-on-red0)) !important;
            }

.b-ext             .on-red050 {
                color: rgb(var(--v-theme-on-red050)) !important;
            }

.b-ext             .on-red100 {
                color: rgb(var(--v-theme-on-red100)) !important;
            }

.b-ext             .on-red150 {
                color: rgb(var(--v-theme-on-red150)) !important;
            }

.b-ext             .on-red200 {
                color: rgb(var(--v-theme-on-red200)) !important;
            }

.b-ext             .on-red300 {
                color: rgb(var(--v-theme-on-red300)) !important;
            }

.b-ext             .on-red400 {
                color: rgb(var(--v-theme-on-red400)) !important;
            }

.b-ext             .on-red500 {
                color: rgb(var(--v-theme-on-red500)) !important;
            }

.b-ext             .on-red600 {
                color: rgb(var(--v-theme-on-red600)) !important;
            }

.b-ext             .on-red700 {
                color: rgb(var(--v-theme-on-red700)) !important;
            }

.b-ext             .on-red800 {
                color: rgb(var(--v-theme-on-red800)) !important;
            }

.b-ext             .on-red850 {
                color: rgb(var(--v-theme-on-red850)) !important;
            }

.b-ext             .on-red900 {
                color: rgb(var(--v-theme-on-red900)) !important;
            }

.b-ext             .on-red950 {
                color: rgb(var(--v-theme-on-red950)) !important;
            }

.b-ext             .on-red1000 {
                color: rgb(var(--v-theme-on-red1000)) !important;
            }

.b-ext             .on-saumon0 {
                color: rgb(var(--v-theme-on-saumon0)) !important;
            }

.b-ext             .on-saumon050 {
                color: rgb(var(--v-theme-on-saumon050)) !important;
            }

.b-ext             .on-saumon100 {
                color: rgb(var(--v-theme-on-saumon100)) !important;
            }

.b-ext             .on-saumon150 {
                color: rgb(var(--v-theme-on-saumon150)) !important;
            }

.b-ext             .on-saumon200 {
                color: rgb(var(--v-theme-on-saumon200)) !important;
            }

.b-ext             .on-saumon300 {
                color: rgb(var(--v-theme-on-saumon300)) !important;
            }

.b-ext             .on-saumon400 {
                color: rgb(var(--v-theme-on-saumon400)) !important;
            }

.b-ext             .on-saumon500 {
                color: rgb(var(--v-theme-on-saumon500)) !important;
            }

.b-ext             .on-saumon600 {
                color: rgb(var(--v-theme-on-saumon600)) !important;
            }

.b-ext             .on-saumon700 {
                color: rgb(var(--v-theme-on-saumon700)) !important;
            }

.b-ext             .on-saumon800 {
                color: rgb(var(--v-theme-on-saumon800)) !important;
            }

.b-ext             .on-saumon850 {
                color: rgb(var(--v-theme-on-saumon850)) !important;
            }

.b-ext             .on-saumon900 {
                color: rgb(var(--v-theme-on-saumon900)) !important;
            }

.b-ext             .on-saumon950 {
                color: rgb(var(--v-theme-on-saumon950)) !important;
            }

.b-ext             .on-saumon1000 {
                color: rgb(var(--v-theme-on-saumon1000)) !important;
            }

.b-ext             .on-lemon0 {
                color: rgb(var(--v-theme-on-lemon0)) !important;
            }

.b-ext             .on-lemon050 {
                color: rgb(var(--v-theme-on-lemon050)) !important;
            }

.b-ext             .on-lemon100 {
                color: rgb(var(--v-theme-on-lemon100)) !important;
            }

.b-ext             .on-lemon150 {
                color: rgb(var(--v-theme-on-lemon150)) !important;
            }

.b-ext             .on-lemon200 {
                color: rgb(var(--v-theme-on-lemon200)) !important;
            }

.b-ext             .on-lemon300 {
                color: rgb(var(--v-theme-on-lemon300)) !important;
            }

.b-ext             .on-lemon400 {
                color: rgb(var(--v-theme-on-lemon400)) !important;
            }

.b-ext             .on-lemon500 {
                color: rgb(var(--v-theme-on-lemon500)) !important;
            }

.b-ext             .on-lemon600 {
                color: rgb(var(--v-theme-on-lemon600)) !important;
            }

.b-ext             .on-lemon700 {
                color: rgb(var(--v-theme-on-lemon700)) !important;
            }

.b-ext             .on-lemon800 {
                color: rgb(var(--v-theme-on-lemon800)) !important;
            }

.b-ext             .on-lemon850 {
                color: rgb(var(--v-theme-on-lemon850)) !important;
            }

.b-ext             .on-lemon900 {
                color: rgb(var(--v-theme-on-lemon900)) !important;
            }

.b-ext             .on-lemon950 {
                color: rgb(var(--v-theme-on-lemon950)) !important;
            }

.b-ext             .on-lemon1000 {
                color: rgb(var(--v-theme-on-lemon1000)) !important;
            }

.b-ext             .on-info0 {
                color: rgb(var(--v-theme-on-info0)) !important;
            }

.b-ext             .on-info050 {
                color: rgb(var(--v-theme-on-info050)) !important;
            }

.b-ext             .on-info100 {
                color: rgb(var(--v-theme-on-info100)) !important;
            }

.b-ext             .on-info150 {
                color: rgb(var(--v-theme-on-info150)) !important;
            }

.b-ext             .on-info200 {
                color: rgb(var(--v-theme-on-info200)) !important;
            }

.b-ext             .on-info300 {
                color: rgb(var(--v-theme-on-info300)) !important;
            }

.b-ext             .on-info400 {
                color: rgb(var(--v-theme-on-info400)) !important;
            }

.b-ext             .on-info500 {
                color: rgb(var(--v-theme-on-info500)) !important;
            }

.b-ext             .on-info600 {
                color: rgb(var(--v-theme-on-info600)) !important;
            }

.b-ext             .on-info700 {
                color: rgb(var(--v-theme-on-info700)) !important;
            }

.b-ext             .on-info800 {
                color: rgb(var(--v-theme-on-info800)) !important;
            }

.b-ext             .on-info850 {
                color: rgb(var(--v-theme-on-info850)) !important;
            }

.b-ext             .on-info900 {
                color: rgb(var(--v-theme-on-info900)) !important;
            }

.b-ext             .on-info950 {
                color: rgb(var(--v-theme-on-info950)) !important;
            }

.b-ext             .on-info1000 {
                color: rgb(var(--v-theme-on-info1000)) !important;
            }

.b-ext             .on-warning0 {
                color: rgb(var(--v-theme-on-warning0)) !important;
            }

.b-ext             .on-warning050 {
                color: rgb(var(--v-theme-on-warning050)) !important;
            }

.b-ext             .on-warning100 {
                color: rgb(var(--v-theme-on-warning100)) !important;
            }

.b-ext             .on-warning150 {
                color: rgb(var(--v-theme-on-warning150)) !important;
            }

.b-ext             .on-warning200 {
                color: rgb(var(--v-theme-on-warning200)) !important;
            }

.b-ext             .on-warning300 {
                color: rgb(var(--v-theme-on-warning300)) !important;
            }

.b-ext             .on-warning400 {
                color: rgb(var(--v-theme-on-warning400)) !important;
            }

.b-ext             .on-warning500 {
                color: rgb(var(--v-theme-on-warning500)) !important;
            }

.b-ext             .on-warning600 {
                color: rgb(var(--v-theme-on-warning600)) !important;
            }

.b-ext             .on-warning700 {
                color: rgb(var(--v-theme-on-warning700)) !important;
            }

.b-ext             .on-warning800 {
                color: rgb(var(--v-theme-on-warning800)) !important;
            }

.b-ext             .on-warning850 {
                color: rgb(var(--v-theme-on-warning850)) !important;
            }

.b-ext             .on-warning900 {
                color: rgb(var(--v-theme-on-warning900)) !important;
            }

.b-ext             .on-warning950 {
                color: rgb(var(--v-theme-on-warning950)) !important;
            }

.b-ext             .on-warning1000 {
                color: rgb(var(--v-theme-on-warning1000)) !important;
            }

.b-ext             .on-success0 {
                color: rgb(var(--v-theme-on-success0)) !important;
            }

.b-ext             .on-success010 {
                color: rgb(var(--v-theme-on-success010)) !important;
            }

.b-ext             .on-success040 {
                color: rgb(var(--v-theme-on-success040)) !important;
            }

.b-ext             .on-success050 {
                color: rgb(var(--v-theme-on-success050)) !important;
            }

.b-ext             .on-success100 {
                color: rgb(var(--v-theme-on-success100)) !important;
            }

.b-ext             .on-success150 {
                color: rgb(var(--v-theme-on-success150)) !important;
            }

.b-ext             .on-success200 {
                color: rgb(var(--v-theme-on-success200)) !important;
            }

.b-ext             .on-success300 {
                color: rgb(var(--v-theme-on-success300)) !important;
            }

.b-ext             .on-success400 {
                color: rgb(var(--v-theme-on-success400)) !important;
            }

.b-ext             .on-success500 {
                color: rgb(var(--v-theme-on-success500)) !important;
            }

.b-ext             .on-success600 {
                color: rgb(var(--v-theme-on-success600)) !important;
            }

.b-ext             .on-success700 {
                color: rgb(var(--v-theme-on-success700)) !important;
            }

.b-ext             .on-success750 {
                color: rgb(var(--v-theme-on-success750)) !important;
            }

.b-ext             .on-success800 {
                color: rgb(var(--v-theme-on-success800)) !important;
            }

.b-ext             .on-success850 {
                color: rgb(var(--v-theme-on-success850)) !important;
            }

.b-ext             .on-success900 {
                color: rgb(var(--v-theme-on-success900)) !important;
            }

.b-ext             .on-success950 {
                color: rgb(var(--v-theme-on-success950)) !important;
            }

.b-ext             .on-success1000 {
                color: rgb(var(--v-theme-on-success1000)) !important;
            }

.b-ext             .on-grey0 {
                color: rgb(var(--v-theme-on-grey0)) !important;
            }

.b-ext             .on-grey050 {
                color: rgb(var(--v-theme-on-grey050)) !important;
            }

.b-ext             .on-grey100 {
                color: rgb(var(--v-theme-on-grey100)) !important;
            }

.b-ext             .on-grey150 {
                color: rgb(var(--v-theme-on-grey150)) !important;
            }

.b-ext             .on-grey200 {
                color: rgb(var(--v-theme-on-grey200)) !important;
            }

.b-ext             .on-grey300 {
                color: rgb(var(--v-theme-on-grey300)) !important;
            }

.b-ext             .on-grey400 {
                color: rgb(var(--v-theme-on-grey400)) !important;
            }

.b-ext             .on-grey500 {
                color: rgb(var(--v-theme-on-grey500)) !important;
            }

.b-ext             .on-grey600 {
                color: rgb(var(--v-theme-on-grey600)) !important;
            }

.b-ext             .on-grey700 {
                color: rgb(var(--v-theme-on-grey700)) !important;
            }

.b-ext             .on-grey800 {
                color: rgb(var(--v-theme-on-grey800)) !important;
            }

.b-ext             .on-grey850 {
                color: rgb(var(--v-theme-on-grey850)) !important;
            }

.b-ext             .on-grey900 {
                color: rgb(var(--v-theme-on-grey900)) !important;
            }

.b-ext             .on-grey950 {
                color: rgb(var(--v-theme-on-grey950)) !important;
            }

.b-ext             .on-grey1000 {
                color: rgb(var(--v-theme-on-grey1000)) !important;
            }


            