@visa/nova-styles
Version:
Visa Product Design System Nova HTML+CSS library
17 lines • 55.5 kB
CSS
/**
* © 2025-2026 Visa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
**/
@layer components{:root,.v-alternate{--v-listbox-background-color:var(--palette-default-transparent);--v-listbox-block-size:100%;--v-listbox-block-size-scroll:180px;--v-listbox-block-size-scroll-mobile:230px;--v-listbox-border-color:var(--palette-default-transparent);--v-listbox-border-radius:var(--size-rounded-none);--v-listbox-border-size:0px;--v-listbox-border-style:solid;--v-listbox-checkbox-glow-offset:0px;--v-listbox-group-gap:var(--size-scalable-4);--v-listbox-padding-initial:var(--size-scalable-4);--v-listbox-padding:var(--v-listbox-padding-initial);--v-listbox-error-text-color:var(--palette-messaging-text-negative);--v-listbox-error-border-color:var(--palette-messaging-graphics-negative);--v-listbox-error-icon-color:var(--palette-messaging-graphics-negative);--v-listbox-disabled-color:var(--palette-default-disabled);--v-listbox-item-foreground:var(--palette-default-text);--v-listbox-item-selected-foreground:var(--palette-default-text);--v-listbox-item-padding-block:calc(var(--size-scalable-11) - var(--v-listbox-checkbox-glow-offset) - var(--v-action-secondary-border-size));--v-listbox-item-padding-inline:calc(var(--size-scalable-8) - var(--v-listbox-checkbox-glow-offset) - var(--v-action-secondary-border-size));--v-listbox-item-selected-background:var(--palette-default-surface-3);--v-listbox-item-border-color:var(--palette-default-transparent);--v-listbox-item-gap:var(--size-scalable-6);--v-listbox-item-text-align:start;--v-listbox-checkbox-color:var(--palette-default-active);--v-listbox-checkbox-hover:var(--palette-default-active-hover);--v-listbox-checkbox-active:var(--palette-default-active-pressed);--v-listbox-container-background:var(--palette-default-surface-1);--v-listbox-container-border-color:var(--palette-default-border);--v-listbox-container-border-radius:var(--size-rounded-large);--v-listbox-container-border-size-initial:calc(var(--theme-border-size) / 2);--v-listbox-container-border-size:var(--v-listbox-container-border-size-initial);--v-listbox-container-border-style:solid;--v-listbox-container-border-highlight-size-initial:0;--v-listbox-container-border-highlight-size:calc(var(--v-listbox-container-border-size-initial) * 2);--v-listbox-container-margin-block:var(--size-scalable-4);--v-listbox-container-display:flex;--v-listbox-container-hover-border-color:var(--palette-default-active-hover);--v-listbox-container-focus-border-color:var(--palette-default-active-hover);--v-listbox-container-active-border-color:var(--palette-default-active-pressed);--v-listbox-container-error-text-color:var(--palette-messaging-text-negative);--v-listbox-container-error-border-color:var(--palette-messaging-graphics-negative);--v-listbox-container-disabled-color:var(--palette-default-disabled);--v-listbox-container-disabled-border-color:var(--palette-default-disabled)}}@layer utilities{.v-screen-reader,.v-sr{clip:rect(0, 0, 0, 0);clip-path:inset(50%);height:1px;inset-inline-start:-100000px;overflow:hidden;position:absolute;inset-block-start:0;width:1px;z-index:-1;white-space:nowrap}}@layer abstracts{:root,.v-alternate{--v-action-secondary-block-size:var(--size-scalable-38);--v-action-secondary-font-size:var(--typography-label-font-size);--v-action-secondary-font-weight:600;--v-action-secondary-gap:var(--size-scalable-2);--v-action-secondary-letter-spacing:0.5px;--v-action-secondary-line-height:var(--typography-label-line-height);--v-action-secondary-padding-block:calc(var(--size-scalable-10) - var(--v-action-secondary-border-size));--v-action-secondary-padding-inline:calc(var(--size-scalable-14) - var(--v-action-secondary-border-size));--v-action-secondary-background:var(--palette-default-surface-1);--v-action-secondary-border-color:var(--palette-default-active);--v-action-secondary-border-radius:var(--size-rounded-medium);--v-action-secondary-border-size:calc(var(--theme-border-size) / 2);--v-action-secondary-border-style:solid;--v-action-secondary-foreground:var(--palette-default-active);--v-action-secondary-hover-background:var(--palette-default-surface-highlight);--v-action-secondary-hover-border-color:var(--palette-default-active-hover);--v-action-secondary-hover-foreground:var(--palette-default-active-hover);--v-action-secondary-focus-background:var(--palette-default-surface-highlight);--v-action-secondary-focus-border-color:var(--palette-default-active-hover);--v-action-secondary-focus-foreground:var(--palette-default-active-hover);--v-action-secondary-active-background:var(--palette-default-surface-lowlight);--v-action-secondary-active-border-color:var(--palette-default-active-pressed);--v-action-secondary-active-foreground:var(--palette-default-active-pressed);--v-action-secondary-disabled-background:var(--palette-default-surface-1);--v-action-secondary-disabled-border-color:var(--palette-default-disabled);--v-action-secondary-disabled-foreground:var(--palette-default-disabled)}}@layer abstracts{.v-action-secondary.v-action-stateless{background-color:var(--v-action-secondary-background);border-color:var(--v-action-secondary-border-color);border-radius:var(--v-action-secondary-border-radius);border-style:var(--v-action-secondary-border-style);border-width:var(--v-action-secondary-border-size);color:var(--v-action-secondary-foreground);font-size:var(--v-action-secondary-font-size);font-weight:var(--v-action-secondary-font-weight);gap:var(--v-action-secondary-gap);letter-spacing:var(--v-action-secondary-letter-spacing);line-height:var(--v-action-secondary-line-height)}}@layer abstracts{.v-listbox-item:not(.v-action-stateless),.v-action-secondary:not(.v-action-stateless){background-color:var(--v-action-secondary-background);border-color:var(--v-action-secondary-border-color);border-radius:var(--v-action-secondary-border-radius);border-style:var(--v-action-secondary-border-style);border-width:var(--v-action-secondary-border-size);color:var(--v-action-secondary-foreground);font-size:var(--v-action-secondary-font-size);font-weight:var(--v-action-secondary-font-weight);gap:var(--v-action-secondary-gap);letter-spacing:var(--v-action-secondary-letter-spacing);line-height:var(--v-action-secondary-line-height);block-size:var(--v-action-secondary-block-size);cursor:pointer;padding-block:var(--v-action-secondary-padding-block);padding-inline:var(--v-action-secondary-padding-inline)}.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type:hover),.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type:hover),.v-listbox-item:not(.v-action-stateless):hover,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type:hover),.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type:hover),.v-action-secondary:not(.v-action-stateless):hover{--v-action-secondary-background:var(--v-action-secondary-hover-background);--v-action-secondary-border-color:var(--v-action-secondary-hover-border-color);--v-action-secondary-foreground:var(--v-action-secondary-hover-foreground)}.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type:focus-visible),.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type:focus-visible),.v-listbox-item:not(.v-action-stateless):focus-visible,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type:focus-visible),.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type:focus-visible),.v-action-secondary:not(.v-action-stateless):focus-visible{--v-action-secondary-background:var(--v-action-secondary-focus-background);--v-action-secondary-border-color:var(--v-action-secondary-focus-border-color);--v-action-secondary-foreground:var(--v-action-secondary-focus-foreground)}.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type:focus-visible) .v-label,.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type:focus-visible) .v-label,.v-listbox-item:not(.v-action-stateless):focus-visible .v-label,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type:focus-visible) .v-label,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type:focus-visible) .v-label,.v-action-secondary:not(.v-action-stateless):focus-visible .v-label{color:var(--v-action-secondary-focus-foreground)}.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type:active),.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type:active),.v-listbox-item:not(.v-action-stateless):active,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type:active),.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type:active),.v-action-secondary:not(.v-action-stateless):active{--v-action-secondary-background:var(--v-action-secondary-active-background);--v-action-secondary-border-color:var(--v-action-secondary-active-border-color);--v-action-secondary-foreground:var(--v-action-secondary-active-foreground)}.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type:active) .v-label,.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type:active) .v-label,.v-listbox-item:not(.v-action-stateless):active .v-label,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type:active) .v-label,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type:active) .v-label,.v-action-secondary:not(.v-action-stateless):active .v-label{color:var(--v-action-secondary-active-foreground)}.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type),.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type),.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type),.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type){--v-action-secondary-block-size:100%}.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type):has(.v-checkbox:focus-visible),.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type):has(.v-radio:focus-visible),.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type):has(.v-checkbox:focus-visible),.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type):has(.v-radio:focus-visible),.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type):has(.v-checkbox:focus-visible),.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type):has(.v-radio:focus-visible),.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type):has(.v-checkbox:focus-visible),.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type):has(.v-radio:focus-visible){outline-width:var(--theme-focus-outline-size);outline-style:dashed;outline-color:var(--palette-default-active-pressed);outline-offset:var(--theme-focus-outline-offset);--theme-focus-outline-offset:0px}.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-label:only-of-type,.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type) .v-label:only-of-type,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-label:only-of-type,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type) .v-label:only-of-type{inline-size:100%}.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-checkbox:focus-visible,.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-radio:focus-visible,.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type) .v-checkbox:focus-visible,.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type) .v-radio:focus-visible,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-checkbox:focus-visible,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-radio:focus-visible,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type) .v-checkbox:focus-visible,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type) .v-radio:focus-visible{outline:none}.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-checkbox:focus-visible::after,.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-radio:focus-visible::after,.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type) .v-checkbox:focus-visible::after,.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type) .v-radio:focus-visible::after,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-checkbox:focus-visible::after,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-radio:focus-visible::after,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type) .v-checkbox:focus-visible::after,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type) .v-radio:focus-visible::after{display:none}.v-listbox-item:not(.v-action-stateless)[disabled],.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type:disabled),.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type:disabled),.v-action-secondary:not(.v-action-stateless)[disabled],.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type:disabled),.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type:disabled){--v-action-secondary-background:var(--v-action-secondary-disabled-background);--v-action-secondary-border-color:var(--v-action-secondary-disabled-border-color);--v-action-secondary-foreground:var(--v-action-secondary-disabled-foreground);--v-label-color:var(--v-action-secondary-disabled-foreground);--v-input-message-color:var(--v-action-secondary-disabled-foreground);cursor:default}}@layer components{.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-radio,.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-checkbox,.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type) .v-radio,.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type) .v-checkbox,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-radio,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-radio:hover,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-radio:focus-visible,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-radio:active,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-checkbox,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-checkbox:hover,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-checkbox:focus-visible,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type) .v-checkbox:active,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type) .v-radio,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type) .v-radio:hover,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type) .v-radio:focus-visible,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type) .v-radio:active,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type) .v-checkbox,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type) .v-checkbox:hover,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type) .v-checkbox:focus-visible,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type) .v-checkbox:active{--v-checkbox-glow-color:rgba(0,0,0,0)}.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type):hover,.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type):hover,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type):hover,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type):hover{--v-checkbox-color:var(--v-checkbox-hover-color)}.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type):focus-visible,.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type):focus-visible,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type):focus-visible,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type):focus-visible{--v-checkbox-color:var(--v-checkbox-focus-color)}.v-listbox-item:not(.v-action-stateless):has(.v-checkbox:only-of-type):active,.v-listbox-item:not(.v-action-stateless):has(.v-radio:only-of-type):active,.v-action-secondary:not(.v-action-stateless):has(.v-checkbox:only-of-type):active,.v-action-secondary:not(.v-action-stateless):has(.v-radio:only-of-type):active{--v-checkbox-color:var(--v-checkbox-active-color)}}@layer components{.v-listbox{background-color:var(--v-listbox-background-color);border-color:var(--v-listbox-border-color);border-radius:var(--v-listbox-border-radius);border-style:var(--v-listbox-border-style);border-width:var(--v-listbox-border-size);display:flex;flex-direction:column;gap:var(--v-listbox-group-gap);inline-size:100%;max-block-size:var(--v-listbox-block-size);outline:none;overflow-y:auto;padding:var(--v-listbox-padding)}.v-listbox.v-listbox-scroll{--v-listbox-block-size:var(--v-listbox-block-size-scroll)}@media only screen and (max-width: 767px){.v-listbox.v-listbox-scroll{--v-listbox-block-size:var(--v-listbox-block-size-scroll-mobile)}}.v-listbox-item{--typography-font-family:var(--typography-label-large-font-family);--typography-font-size:var(--typography-label-large-font-size);--typography-font-weight:var(--typography-label-large-font-weight);--typography-letter-spacing:var(--typography-label-large-letter-spacing);--typography-line-height:var(--typography-label-large-line-height);--typography-text-decoration:var(--typography-label-large-text-decoration);--typography-text-transform:var(--typography-label-large-text-transform);font-family:var(--typography-font-family);font-size:var(--typography-font-size);font-weight:var(--typography-font-weight);letter-spacing:var(--typography-letter-spacing);line-height:var(--typography-line-height);text-decoration:var(--typography-text-decoration);text-transform:var(--typography-text-transform);align-items:center;display:flex;text-align:var(--v-listbox-item-text-align)}.v-listbox-item:hover .v-label{color:var(--palette-default-active-hover)}.v-listbox-item:hover:has(input:disabled) .v-label{color:var(--v-checkbox-disabled-color)}.v-listbox-item:active .v-label{color:var(--palette-default-active-pressed)}.v-listbox-item:not(:last-child){border-block-end:0px}.v-listbox-item .v-label{padding-block:var(--v-action-secondary-padding-block);padding-inline:var(--v-action-secondary-padding-inline);padding-inline-start:0px}.v-listbox-item:has(.v-label){padding-block:0px;padding-inline:0px;padding-inline-start:var(--v-listbox-item-padding-inline)}.v-listbox-item,.v-listbox-item.v-listbox-item-highlighted[role=option]{--v-action-secondary-foreground:var(--v-listbox-item-foreground);--v-action-secondary-padding-block:var(--v-listbox-item-padding-block);--v-action-secondary-padding-inline:var(--v-listbox-item-padding-inline);--v-action-secondary-border-color:var(--v-listbox-item-border-color);--v-action-secondary-gap:var(--v-listbox-item-gap);--v-action-secondary-border-color:var(--palette-default-transparent);--v-action-secondary-hover-border-color:var(--palette-default-transparent)}.v-listbox-item .v-radio{border-color:rgba(0,0,0,0);--v-radio-indicator-background:rgba(0,0,0,0);--v-checkbox-border-size:0px}.v-listbox-item .v-radio,.v-listbox-item .v-checkbox{--v-checkbox-glow-offset:var(--v-listbox-checkbox-glow-offset)}.v-listbox-item:has(.v-link),.v-listbox-item:has(.v-button){cursor:default;display:flex;gap:var(--v-listbox-item-gap);padding-block:0px;padding-inline:0px}.v-listbox-item:has(.v-link) .v-label,.v-listbox-item:has(.v-button) .v-label{flex-grow:1;gap:var(--v-action-secondary-gap);padding-block:var(--v-action-secondary-padding-block);padding-inline:var(--v-action-secondary-padding-inline)}.v-listbox-item:has(.v-link) .v-link,.v-listbox-item:has(.v-button) .v-link{--v-link-hover-background:var(--v-palette-default-transparent);--v-link-padding-block:var(--v-action-secondary-padding-block);--v-link-padding-inline:var(--v-action-secondary-padding-inline);gap:var(--v-listbox-item-gap)}.v-listbox-item:has(.v-link) .v-button.v-button-tertiary,.v-listbox-item:has(.v-button) .v-button.v-button-tertiary{--v-button-tertiary-hover-background:var(--v-palette-default-transparent);--v-button-default-gap:var(--v-listbox-item-gap)}.v-listbox-item:has(.v-radio:checked),.v-listbox-item:has(.v-checkbox:checked),.v-listbox-item[role=option][aria-selected=true],.v-listbox-item:is(:checked){--v-action-secondary-background:var(--v-listbox-item-selected-background);--v-action-secondary-hover-border-color:rgba(0,0,0,0);--v-action-secondary-focus-border-color:rgba(0,0,0,0);--v-action-secondary-active-border-color:rgba(0,0,0,0);--v-action-secondary-disabled-border-color:rgba(0,0,0,0);background-color:var(--v-action-secondary-background);border-color:var(--v-action-secondary-border-color);border-radius:var(--v-action-secondary-border-radius);border-style:var(--v-action-secondary-border-style);border-width:var(--v-action-secondary-border-size);color:var(--v-action-secondary-foreground);font-size:var(--v-action-secondary-font-size);font-weight:var(--v-action-secondary-font-weight);gap:var(--v-action-secondary-gap);letter-spacing:var(--v-action-secondary-letter-spacing);line-height:var(--v-action-secondary-line-height);block-size:var(--v-action-secondary-block-size);cursor:pointer;padding-block:var(--v-action-secondary-padding-block);padding-inline:var(--v-action-secondary-padding-inline);--typography-font-family:var(--typography-label-large-font-family);--typography-font-size:var(--typography-label-large-font-size);--typography-font-weight:var(--typography-label-large-font-weight);--typography-letter-spacing:var(--typography-label-large-letter-spacing);--typography-line-height:var(--typography-label-large-line-height);--typography-text-decoration:var(--typography-label-large-text-decoration);--typography-text-transform:var(--typography-label-large-text-transform);font-family:var(--typography-font-family);font-size:var(--typography-font-size);font-weight:var(--typography-font-weight);letter-spacing:var(--typography-letter-spacing);line-height:var(--typography-line-height);text-decoration:var(--typography-text-decoration);text-transform:var(--typography-text-transform);cursor:default;display:flex;padding-block:0px;padding-inline:0px;padding-inline-start:var(--v-listbox-item-padding-inline)}.v-listbox-item:has(.v-radio:checked):has(.v-radio:only-of-type:hover),.v-listbox-item:has(.v-radio:checked):has(.v-checkbox:only-of-type:hover),.v-listbox-item:has(.v-radio:checked):hover,.v-listbox-item:has(.v-checkbox:checked):has(.v-radio:only-of-type:hover),.v-listbox-item:has(.v-checkbox:checked):has(.v-checkbox:only-of-type:hover),.v-listbox-item:has(.v-checkbox:checked):hover,.v-listbox-item[role=option][aria-selected=true]:has(.v-radio:only-of-type:hover),.v-listbox-item[role=option][aria-selected=true]:has(.v-checkbox:only-of-type:hover),.v-listbox-item[role=option][aria-selected=true]:hover,.v-listbox-item:is(:checked):has(.v-radio:only-of-type:hover),.v-listbox-item:is(:checked):has(.v-checkbox:only-of-type:hover),.v-listbox-item:is(:checked):hover{--v-action-secondary-background:var(--v-action-secondary-hover-background);--v-action-secondary-border-color:var(--v-action-secondary-hover-border-color);--v-action-secondary-foreground:var(--v-action-secondary-hover-foreground)}.v-listbox-item:has(.v-radio:checked):has(.v-radio:only-of-type:focus-visible),.v-listbox-item:has(.v-radio:checked):has(.v-checkbox:only-of-type:focus-visible),.v-listbox-item:has(.v-radio:checked):focus-visible,.v-listbox-item:has(.v-checkbox:checked):has(.v-radio:only-of-type:focus-visible),.v-listbox-item:has(.v-checkbox:checked):has(.v-checkbox:only-of-type:focus-visible),.v-listbox-item:has(.v-checkbox:checked):focus-visible,.v-listbox-item[role=option][aria-selected=true]:has(.v-radio:only-of-type:focus-visible),.v-listbox-item[role=option][aria-selected=true]:has(.v-checkbox:only-of-type:focus-visible),.v-listbox-item[role=option][aria-selected=true]:focus-visible,.v-listbox-item:is(:checked):has(.v-radio:only-of-type:focus-visible),.v-listbox-item:is(:checked):has(.v-checkbox:only-of-type:focus-visible),.v-listbox-item:is(:checked):focus-visible{--v-action-secondary-background:var(--v-action-secondary-focus-background);--v-action-secondary-border-color:var(--v-action-secondary-focus-border-color);--v-action-secondary-foreground:var(--v-action-secondary-focus-foreground)}.v-listbox-item:has(.v-radio:checked):has(.v-radio:only-of-type:focus-visible) .v-label,.v-listbox-item:has(.v-radio:checked):has(.v-checkbox:only-of-type:focus-visible) .v-label,.v-listbox-item:has(.v-radio:checked):focus-visible .v-label,.v-listbox-item:has(.v-checkbox:checked):has(.v-radio:only-of-type:focus-visible) .v-label,.v-listbox-item:has(.v-checkbox:checked):has(.v-checkbox:only-of-type:focus-visible) .v-label,.v-listbox-item:has(.v-checkbox:checked):focus-visible .v-label,.v-listbox-item[role=option][aria-selected=true]:has(.v-radio:only-of-type:focus-visible) .v-label,.v-listbox-item[role=option][aria-selected=true]:has(.v-checkbox:only-of-type:focus-visible) .v-label,.v-listbox-item[role=option][aria-selected=true]:focus-visible .v-label,.v-listbox-item:is(:checked):has(.v-radio:only-of-type:focus-visible) .v-label,.v-listbox-item:is(:checked):has(.v-checkbox:only-of-type:focus-visible) .v-label,.v-listbox-item:is(:checked):focus-visible .v-label{color:var(--v-action-secondary-focus-foreground)}.v-listbox-item:has(.v-radio:checked):has(.v-radio:only-of-type:active),.v-listbox-item:has(.v-radio:checked):has(.v-checkbox:only-of-type:active),.v-listbox-item:has(.v-radio:checked):active,.v-listbox-item:has(.v-checkbox:checked):has(.v-radio:only-of-type:active),.v-listbox-item:has(.v-checkbox:checked):has(.v-checkbox:only-of-type:active),.v-listbox-item:has(.v-checkbox:checked):active,.v-listbox-item[role=option][aria-selected=true]:has(.v-radio:only-of-type:active),.v-listbox-item[role=option][aria-selected=true]:has(.v-checkbox:only-of-type:active),.v-listbox-item[role=option][aria-selected=true]:active,.v-listbox-item:is(:checked):has(.v-radio:only-of-type:active),.v-listbox-item:is(:checked):has(.v-checkbox:only-of-type:active),.v-listbox-item:is(:checked):active{--v-action-secondary-background:var(--v-action-secondary-active-background);--v-action-secondary-border-color:var(--v-action-secondary-active-border-color);--v-action-secondary-foreground:var(--v-action-secondary-active-foreground)}.v-listbox-item:has(.v-radio:checked):has(.v-radio:only-of-type:active) .v-label,.v-listbox-item:has(.v-radio:checked):has(.v-checkbox:only-of-type:active) .v-label,.v-listbox-item:has(.v-radio:checked):active .v-label,.v-listbox-item:has(.v-checkbox:checked):has(.v-radio:only-of-type:active) .v-label,.v-listbox-item:has(.v-checkbox:checked):has(.v-checkbox:only-of-type:active) .v-label,.v-listbox-item:has(.v-checkbox:checked):active .v-label,.v-listbox-item[role=option][aria-selected=true]:has(.v-radio:only-of-type:active) .v-label,.v-listbox-item[role=option][aria-selected=true]:has(.v-checkbox:only-of-type:active) .v-label,.v-listbox-item[role=option][aria-selected=true]:active .v-label,.v-listbox-item:is(:checked):has(.v-radio:only-of-type:active) .v-label,.v-listbox-item:is(:checked):has(.v-checkbox:only-of-type:active) .v-label,.v-listbox-item:is(:checked):active .v-label{color:var(--v-action-secondary-active-foreground)}.v-listbox-item:has(.v-radio:checked):has(.v-checkbox:only-of-type),.v-listbox-item:has(.v-radio:checked):has(.v-radio:only-of-type),.v-listbox-item:has(.v-checkbox:checked):has(.v-checkbox:only-of-type),.v-listbox-item:has(.v-checkbox:checked):has(.v-radio:only-of-type),.v-listbox-item[role=option][aria-selected=true]:has(.v-checkbox:only-of-type),.v-listbox-item[role=option][aria-selected=true]:has(.v-radio:only-of-type),.v-listbox-item:is(:checked):has(.v-checkbox:only-of-type),.v-listbox-item:is(:checked):has(.v-radio:only-of-type){--v-action-secondary-block-size:100%}.v-listbox-item:has(.v-radio:checked):has(.v-checkbox:only-of-type):has(.v-checkbox:focus-visible),.v-listbox-item:has(.v-radio:checked):has(.v-checkbox:only-of-type):has(.v-radio:focus-visible),.v-listbox-item:has(.v-radio:checked):has(.v-radio:only-of-type):has(.v-checkbox:focus-visible),.v-listbox-item:has(.v-radio:checked):has(.v-radio:only-of-type):has(.v-radio:focus-visible),.v-listbox-item:has(.v-checkbox:checked):has(.v-checkbox:only-of-type):has(.v-checkbox:focus-visible),.v-listbox-item:has(.v-checkbox:checked):has(.v-checkbox:only-of-type):has(.v-radio:focus-visible),.v-listbox-item:has(.v-checkbox:checked):has(.v-radio:only-of-type):has(.v-checkbox:focus-visible),.v-listbox-item:has(.v-checkbox:checked):has(.v-radio:only-of-type):has(.v-radio:focus-visible),.v-listbox-item[role=option][aria-selected=true]:has(.v-checkbox:only-of-type):has(.v-checkbox:focus-visible),.v-listbox-item[role=option][aria-selected=true]:has(.v-checkbox:only-of-type):has(.v-radio:focus-visible),.v-listbox-item[role=option][aria-selected=true]:has(.v-radio:only-of-type):has(.v-checkbox:focus-visible),.v-listbox-item[role=option][aria-selected=true]:has(.v-radio:only-of-type):has(.v-radio:focus-visible),.v-listbox-item:is(:checked):has(.v-checkbox:only-of-type):has(.v-checkbox:focus-visible),.v-listbox-item:is(:checked):has(.v-checkbox:only-of-type):has(.v-radio:focus-visible),.v-listbox-item:is(:checked):has(.v-radio:only-of-type):has(.v-checkbox:focus-visible),.v-listbox-item:is(:checked):has(.v-radio:only-of-type):has(.v-radio:focus-visible){outline-width:var(--theme-focus-outline-size);outline-style:dashed;outline-color:var(--palette-default-active-pressed);outline-offset:var(--theme-focus-outline-offset);--theme-focus-outline-offset:0px}.v-listbox-item:has(.v-radio:checked):has(.v-checkbox:only-of-type) .v-label:only-of-type,.v-listbox-item:has(.v-radio:checked):has(.v-radio:only-of-type) .v-label:only-of-type,.v-listbox-item:has(.v-checkbox:checked):has(.v-checkbox:only-of-type) .v-label:only-of-type,.v-listbox-item:has(.v-checkbox:checked):has(.v-radio:only-of-type) .v-label:only-of-type,.v-listbox-item[role=option][aria-selected=true]:has(.v-checkbox:only-of-type) .v-label:only-of-type,.v-listbox-item[role=option][aria-selected=true]:has(.v-radio:only-of-type) .v-label:only-of-type,.v-listbox-item:is(:checked):has(.v-checkbox:only-of-type) .v-label:only-of-type,.v-listbox-item:is(:checked):has(.v-radio:only-of-type) .v-label:only-of-type{inline-size:100%}.v-listbox-item:has(.v-radio:checked):has(.v-checkbox:only-of-type) .v-checkbox:focus-visible,.v-listbox-item:has(.v-radio:checked):has(.v-checkbox:only-of-type) .v-radio:focus-visible,.v-listbox-item:has(.v-radio:checked):has(.v-radio:only-of-type) .v-checkbox:focus-visible,.v-listbox-item:has(.v-radio:checked):has(.v-radio:only-of-type) .v-radio:focus-visible,.v-listbox-item:has(.v-checkbox:checked):has(.v-checkbox:only-of-type) .v-checkbox:focus-visible,.v-listbox-item:has(.v-checkbox:checked):has(.v-checkbox:only-of-type) .v-radio:focus-visible,.v-listbox-item:has(.v-checkbox:checked):has(.v-radio:only-of-type) .v-checkbox:focus-visible,.v-listbox-item:has(.v-checkbox:checked):has(.v-radio:only-of-type) .v-radio:focus-visible,.v-listbox-item[role=option][aria-selected=true]:has(.v-checkbox:only-of-type) .v-checkbox:focus-visible,.v-listbox-item[role=option][aria-selected=true]:has(.v-checkbox:only-of-type) .v-radio:focus-visible,.v-listbox-item[role=option][aria-selected=true]:has(.v-radio:only-of-type) .v-checkbox:focus-visible,.v-listbox-item[role=option][aria-selected=true]:has(.v-radio:only-of-type) .v-radio:focus-visible,.v-listbox-item:is(:checked):has(.v-checkbox:only-of-type) .v-checkbox:focus-visible,.v-listbox-item:is(:checked):has(.v-checkbox:only-of-type) .v-radio:focus-visible,.v-listbox-item:is(:checked):has(.v-radio:only-of-type) .v-checkbox:focus-visible,.v-listbox-item:is(:checked):has(.v-radio:only-of-type) .v-radio:focus-visible{outline:none}.v-listbox-item:has(.v-radio:checked):has(.v-checkbox:only-of-type) .v-checkbox:focus-visible::after,.v-listbox-item:has(.v-radio:checked):has(.v-checkbox:only-of-type) .v-radio:focus-visible::after,.v-listbox-item:has(.v-radio:checked):has(.v-radio:only-of-type) .v-checkbox:focus-visible::after,.v-listbox-item:has(.v-radio:checked):has(.v-radio:only-of-type) .v-radio:focus-visible::after,.v-listbox-item:has(.v-checkbox:checked):has(.v-checkbox:only-of-type) .v-checkbox:focus-visible::after,.v-listbox-item:has(.v-checkbox:checked):has(.v-checkbox:only-of-type) .v-radio:focus-visible::after,.v-listbox-item:has(.v-checkbox:checked):has(.v-radio:only-of-type) .v-checkbox:focus-visible::after,.v-listbox-item:has(.v-checkbox:checked):has(.v-radio:only-of-type) .v-radio:focus-visible::after,.v-listbox-item[role=option][aria-selected=true]:has(.v-checkbox:only-of-type) .v-checkbox:focus-visible::after,.v-listbox-item[role=option][aria-selected=true]:has(.v-checkbox:only-of-type) .v-radio:focus-visible::after,.v-listbox-item[role=option][aria-selected=true]:has(.v-radio:only-of-type) .v-checkbox:focus-visible::after,.v-listbox-item[role=option][aria-selected=true]:has(.v-radio:only-of-type) .v-radio:focus-visible::after,.v-listbox-item:is(:checked):has(.v-checkbox:only-of-type) .v-checkbox:focus-visible::after,.v-listbox-item:is(:checked):has(.v-checkbox:only-of-type) .v-radio:focus-visible::after,.v-listbox-item:is(:checked):has(.v-radio:only-of-type) .v-checkbox:focus-visible::after,.v-listbox-item:is(:checked):has(.v-radio:only-of-type) .v-radio:focus-visible::after{display:none}.v-listbox-item:has(.v-radio:checked)[disabled],.v-listbox-item:has(.v-radio:checked):has(.v-checkbox:only-of-type:disabled),.v-listbox-item:has(.v-radio:checked):has(.v-radio:only-of-type:disabled),.v-listbox-item:has(.v-checkbox:checked)[disabled],.v-listbox-item:has(.v-checkbox:checked):has(.v-checkbox:only-of-type:disabled),.v-listbox-item:has(.v-checkbox:checked):has(.v-radio:only-of-type:disabled),.v-listbox-item[role=option][aria-selected=true][disabled],.v-listbox-item[role=option][aria-selected=true]:has(.v-checkbox:only-of-type:disabled),.v-listbox-item[role=option][aria-selected=true]:has(.v-radio:only-of-type:disabled),.v-listbox-item:is(:checked)[disabled],.v-listbox-item:is(:checked):has(.v-checkbox:only-of-type:disabled),.v-listbox-item:is(:checked):has(.v-radio:only-of-type:disabled){--v-action-secondary-background:var(--v-action-secondary-disabled-background);--v-action-secondary-border-color:var(--v-action-secondary-disabled-border-color);--v-action-secondary-foreground:var(--v-action-secondary-disabled-foreground);--v-label-color:var(--v-action-secondary-disabled-foreground);--v-input-message-color:var(--v-action-secondary-disabled-foreground);cursor:default}.v-listbox-item:has(.v-radio:checked):not(:last-child),.v-listbox-item:has(.v-checkbox:checked):not(:last-child),.v-listbox-item[role=option][aria-selected=true]:not(:last-child),.v-listbox-item:is(:checked):not(:last-child){border-block-end:0px}.v-listbox-item .v-radio::before{background-color:rgba(0,0,0,0);block-size:var(--size-responsive-17);border:0;border-block-end:var(--size-responsive-2) solid var(--v-checkbox-color);border-inline-end:var(--size-responsive-2) solid var(--v-checkbox-color);border-radius:var(--size-rounded-none);content:"";inline-size:var(--size-responsive-7);rotate:45deg;transform:scale(0);translate:0px -2px}.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)){background-color:var(--v-action-secondary-background);border-color:var(--v-action-secondary-border-color);border-radius:var(--v-action-secondary-border-radius);border-style:var(--v-action-secondary-border-style);border-width:var(--v-action-secondary-border-size);color:var(--v-action-secondary-foreground);font-size:var(--v-action-secondary-font-size);font-weight:var(--v-action-secondary-font-weight);gap:var(--v-action-secondary-gap);letter-spacing:var(--v-action-secondary-letter-spacing);line-height:var(--v-action-secondary-line-height);block-size:var(--v-action-secondary-block-size);cursor:pointer;padding-block:var(--v-action-secondary-padding-block);padding-inline:var(--v-action-secondary-padding-inline);--typography-font-family:var(--typography-label-large-font-family);--typography-font-size:var(--typography-label-large-font-size);--typography-font-weight:var(--typography-label-large-font-weight);--typography-letter-spacing:var(--typography-label-large-letter-spacing);--typography-line-height:var(--typography-label-large-line-height);--typography-text-decoration:var(--typography-label-large-text-decoration);--typography-text-transform:var(--typography-label-large-text-transform);font-family:var(--typography-font-family);font-size:var(--typography-font-size);font-weight:var(--typography-font-weight);letter-spacing:var(--typography-letter-spacing);line-height:var(--typography-line-height);text-decoration:var(--typography-text-decoration);text-transform:var(--typography-text-transform)}.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-radio:only-of-type:hover),.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-checkbox:only-of-type:hover),.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):hover{--v-action-secondary-background:var(--v-action-secondary-hover-background);--v-action-secondary-border-color:var(--v-action-secondary-hover-border-color);--v-action-secondary-foreground:var(--v-action-secondary-hover-foreground)}.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-radio:only-of-type:focus-visible),.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-checkbox:only-of-type:focus-visible),.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):focus-visible{--v-action-secondary-background:var(--v-action-secondary-focus-background);--v-action-secondary-border-color:var(--v-action-secondary-focus-border-color);--v-action-secondary-foreground:var(--v-action-secondary-focus-foreground)}.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-radio:only-of-type:focus-visible) .v-label,.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-checkbox:only-of-type:focus-visible) .v-label,.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):focus-visible .v-label{color:var(--v-action-secondary-focus-foreground)}.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-radio:only-of-type:active),.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-checkbox:only-of-type:active),.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):active{--v-action-secondary-background:var(--v-action-secondary-active-background);--v-action-secondary-border-color:var(--v-action-secondary-active-border-color);--v-action-secondary-foreground:var(--v-action-secondary-active-foreground)}.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-radio:only-of-type:active) .v-label,.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-checkbox:only-of-type:active) .v-label,.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):active .v-label{color:var(--v-action-secondary-active-foreground)}.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-checkbox:only-of-type),.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-radio:only-of-type){--v-action-secondary-block-size:100%}.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-checkbox:only-of-type):has(.v-checkbox:focus-visible),.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-checkbox:only-of-type):has(.v-radio:focus-visible),.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-radio:only-of-type):has(.v-checkbox:focus-visible),.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-radio:only-of-type):has(.v-radio:focus-visible){outline-width:var(--theme-focus-outline-size);outline-style:dashed;outline-color:var(--palette-default-active-pressed);outline-offset:var(--theme-focus-outline-offset);--theme-focus-outline-offset:0px}.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-checkbox:only-of-type) .v-label:only-of-type,.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-radio:only-of-type) .v-label:only-of-type{inline-size:100%}.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-checkbox:only-of-type) .v-checkbox:focus-visible,.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-checkbox:only-of-type) .v-radio:focus-visible,.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-radio:only-of-type) .v-checkbox:focus-visible,.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-radio:only-of-type) .v-radio:focus-visible{outline:none}.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-checkbox:only-of-type) .v-checkbox:focus-visible::after,.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-checkbox:only-of-type) .v-radio:focus-visible::after,.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-radio:only-of-type) .v-checkbox:focus-visible::after,.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-radio:only-of-type) .v-radio:focus-visible::after{display:none}.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button))[disabled],.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-checkbox:only-of-type:disabled),.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):has(.v-radio:only-of-type:disabled){--v-action-secondary-background:var(--v-action-secondary-disabled-background);--v-action-secondary-border-color:var(--v-action-secondary-disabled-border-color);--v-action-secondary-foreground:var(--v-action-secondary-disabled-foreground);--v-label-color:var(--v-action-secondary-disabled-foreground);--v-input-message-color:var(--v-action-secondary-disabled-foreground);cursor:default}.v-listbox-item[role=option]:not(:has(.v-label)):not(:has(.v-link)):not(:has(.v-button)):not(:is(.v-link)):not(:is(.v-button)):active{--v-action-secondary-active-border-color: var(--v-listbox-item-border-color)}.v-listbox-item[role=option].v-listbox-item-highlighted{outline-width:var(--theme-focus-outline-size);outline-style:dashed;outline-color:var(--palette-default-active-pressed);outline-offset:var(--theme-focus-outline-offset)}.v-listbox-item[role=option].v-listbox-item-highlighted:not(:active){--v-action-secondary-background:var(--v-action-secondary-focus-background)}.v-listbox-item[role=option][aria-selected=true]{--v-checkbox-indicator-background:var(--v-checkbox-color)}.v-listbox-item[role=option][aria-selected=true],.v-listbox-item[role=option][aria-selected=true]:hover,.v-listbox-item[role=option][aria-selected=true]:focus-visible,.v-listbox-item[role=option][aria-selected=true].v-listbox-item-highlighted,.v-listbox-item[role=option][aria-selected=true]:active{--v-action-secondary-foreground:var(--v-listbox-item-selected-foreground)}.v-listbox-item[role=option][aria-selected=true] .v-radio::before,.v-listbox-item[role=option][aria-selected=true] .v-checkbox::before{transform:scale(1)}.v-listbox-item[role=option][aria-disabled=true]{--v-label-color:var(--v-checkbox-disabled-color);--v-checkbox-color:var(--v-checkbox-disabled-color);--v-listbox-item-foreground:var(--v-listbox-container-disabled-color);cursor:default;pointer-events:none}@media(forced-colors: active){.v-listbox label.v-listbox-item:hover,.v-listbox li.v-listbox-item[role=option]:hover,.v-listbox option.v-listbox-item:hover{position:relative}.v-listbox label.v-listbox-item:hover::after,.v-listbox li.v-listbox-item[role=option]:hover::after,.v-listbox option.v-listbox-item:hover::after{content:"";position:absolute;display:block;border-block-end:calc(var(--v-input-hover-indicator-size) + 1px) solid rgba(0,0,0,0);inset-inline:0;inset-block-end:calc(-1*(var(--v-input-hover-indicator-size) - 1px))}.v-listbox label.v-listbox-item:hover:disabled::after,.v-listbox label.v-listbox-item:hover:has(.v-input[readonly])::after,.v-listbox label.v-listbox-item:hover:has(:disabled)::after,.v-listbox li.v-listbox-item[role=option]:hover:disabled::after,.v-listbox li.v-listbox-item[role=option]:hover:has(.v-input[readonly])::after,.v-listbox li.v-listbox-item[role=option]:hover:has(:disabled)::after,.v-listbox option.v-listbox-item:hover:disabled::after,.v-listbox option.v-listbox-item:hover:has(.v-input[readonly])::after,.v-listbox option.v-listbox-item:hover:has(:disabled)::after{display:none}}.v-listbox-container{background:var(--v-listbox-container-background);border-color:var(--v-listbox-container-border-color);border-radius:var(--v-listbox-container-border-radius);border-style:var(--v-listbox-container-border-style);border-width:var(--v-listbox-container-border-size);display:var(--v-listbox-container-display);flex-direction:column;overflow:hidden}.v-label+.v-listbox-container{margin-block-start:var(--v-listbox-container-margin-block)}.v-label:has(+.v-listbox-container){display:block}.v-listbox-container:has(+.v-input-message){margin-block-end:var(--v-listbox-container-margin-block)}.v-listbox-container:not(.v-listbox-error):not(.v-listbox-disabled):has(.v-listbox-item:hover),.v-listbox-container:not(.v-listbox-error):not(.v-listbox-disabled):has(.v-listbox:hover){--v-listbox-container-border-color:var(--v-listbox-container-hover-border-color);--v-listbox-container-border-size:var(--v-listbox-container-border-highlight-size)}.v-listbox-container:not(.v-listbox-error):not(.v-listbox-disabled):has(.v-listbox-item:hover) .v-listbox,.v-listbox-container:not(.v-listbox-error):not(.v-listbox-disabled):has(.v-listbox:hover) .v-listbox{--v-listbox-padding:calc(var(--v-listbox-padding-initial) - (var(--v-listbox-container-border-highlight-size) - var(--v-listbox-container-border-size-initial)))}.v-listbox-container:not(.v-listbox-error):not(.v-listbox-disabled):has(.v-listbox-item:hover) .v-listbox.v-listbox-scroll,.v-listbox-container:not(.v-listbox-error):not(.v-listbox-disabled):has(.v-listbox:hover) .v-listbox.v-listbox-scroll{--v-listbox-block-size:calc(var(--v-listbox-block-size-scroll) - var(--v-listbox-container-border-size))}@media only screen and (max-width: 767px){.v-listbox-container:not(.v-listbox-error):not(.v-listbox-disabled):has(.v-listbox-item:hover) .v-listbox.v-listbox-scroll,.v-listbox-container:not(.v-listbox-error):not(.v-listbox-disabled):has(.v-listbox:hover) .v-listbox.v-listbox-scroll{--v-listbox-block-size:calc(var(--v-listbox-block-size-scroll-mobile) - var(--v-listbox-container-border-size))}}.v-listbox-container:not(.v-listbox-error):not(.v-listbox-disabled):has(.v-listbox-item:focus-visible),.v-listbox-container:not(.v-listbox-error):not(.v-listbox-disabled):has(.v-listbox-item.v-listbox-item-highlighted),.v-listbox-container:not(.v-listbox-error):not(.v-listbox-disabled) .v-listbox:focus-visible,.v-listbox-container:not(.v-listbox-error):not(.v-listbox-disabled):has(.v-checkbox:focus-visible),.v-listbox-container:not(.v-listbox-error):not(.v-listbox-disabled):