UNPKG

@volverjs/style

Version:

@volverjs/style is a lightweight responsive CSS utility library to accompany @volverjs/ui-* and static webpages as well.

2 lines (1 loc) 28.4 kB
:where(:host,:root,.theme){--vv-select-display: var(--input-display);--vv-select-flex: var(--input-flex);--vv-select-flex-direction: var(--input-flex-direction);--vv-select-margin-bottom: var(--input-gap);--vv-select-font-size: var(--input-font-size);--vv-select-line-height: var(--input-line-height);--vv-select-min-width: var(--input-min-width);--vv-select-user-select: none;--vv-select-element-label-display: var(--input-label-display);--vv-select-element-label-font-size: var(--input-label-font-size);--vv-select-element-label-font-weight: var(--input-label-font-weight);--vv-select-element-label-color: var(--input-label-color);--vv-select-element-label-margin: 0 0 var(--input-label-gap) 0;--vv-select-element-label-white-space: var(--input-label-white-space);--vv-select-element-label-text-overflow: var(--input-label-text-overflow);--vv-select-element-label-overflow: var(--input-label-overflow);--vv-select-element-label-max-width: var(--input-label-max-width);--vv-select-element-wrapper-position: relative;--vv-select-element-wrapper-display: flex;--vv-select-element-wrapper-align-items: center;--vv-select-element-wrapper-flex: 1;--vv-select-element-wrapper-background-color: var(--input-background-color);--vv-select-element-wrapper-will-change: background-color;--vv-select-element-wrapper-transition: var(--transition-colors);--vv-select-element-wrapper-pseudo-before-position: absolute;--vv-select-element-wrapper-pseudo-before-height: var(--spacing-1);--vv-select-element-wrapper-pseudo-before-inset: auto 0 0 0;--vv-select-element-wrapper-pseudo-before-background: var(--color-word-5);--vv-select-element-wrapper-pseudo-after-position: absolute;--vv-select-element-wrapper-pseudo-after-height: var(--spacing-2);--vv-select-element-wrapper-pseudo-after-inset: auto 0 0 0;--vv-select-element-wrapper-pseudo-after-background: var(--color-brand);--vv-select-element-wrapper-pseudo-after-scale: 0 1;--vv-select-element-wrapper-pseudo-after-transform-origin: left;--vv-select-element-wrapper-pseudo-after-will-change: transform;--vv-select-element-wrapper-pseudo-after-transition: var(--transition-transform);--vv-select-element-wrapper-state-hover-background-color: var(--input-background-color-hover);--vv-select-element-wrapper-state-focus-within-background-color: var(--input-background-color-focus);--vv-select-element-wrapper-state-focus-within-pseudo-after-scale: 1;--vv-select-element-wrapper-state-open-background-color: var(--input-background-color-focus);--vv-select-element-wrapper-state-open-pseudo-after-scale: 1;--vv-select-element-inner-position: relative;--vv-select-element-inner-display: flex;--vv-select-element-inner-flex: 1;--vv-select-element-inner-width: 100%;--vv-select-element-inner-min-width: 0;--vv-select-element-value-text-overflow: var(--input-text-overflow);--vv-select-element-value-white-space: nowrap;--vv-select-element-value-overflow: hidden;--vv-select-element-input-display: flex;--vv-select-element-input-align-items: center;--vv-select-element-input-flex-grow: 1;--vv-select-element-input-flex-shrink: 1;--vv-select-element-input-flex-wrap: wrap;--vv-select-element-input-min-width: 0;--vv-select-element-input-color: var(--input-placeholder-color);--vv-select-element-input-background-image: var(--bg-chevron);--vv-select-element-input-background-repeat: no-repeat;--vv-select-element-input-background-size: 1em;--vv-select-element-input-min-height: var(--input-min-height);--vv-select-element-input-gap: .5ch;--vv-select-element-input-text-overflow: var(--input-text-overflow);--vv-select-element-input-white-space: nowrap;--vv-select-element-input-state-disabled-cursor: not-allowed;--vv-select-element-input-pseudo-marker-display: none;--vv-select-element-input-pseudo--webkit-details-marker-display: none;--vv-select-element-input-before-display: flex;--vv-select-element-input-before-padding-left: var(--input-spacing-left);--vv-select-element-input-after-display: flex;--vv-select-element-input-after-padding-right: var(--input-spacing-right);--vv-select-element-icon-position: var(--input-icon-position);--vv-select-element-icon-top: 0;--vv-select-element-icon-left: 0;--vv-select-element-icon-width: var(--input-icon-width);--vv-select-element-icon-height: var(--input-min-height);--vv-select-element-icon-margin: var(--input-icon-margin);--vv-select-element-icon-pointer-events: var(--input-icon-pointer-events);--vv-select-element-icon-flex-shrink: 0;--vv-select-element-icon-after-position: var(--input-icon-position);--vv-select-element-icon-after-right: 0;--vv-select-element-icon-after-left: auto;--vv-select-element-action-position: relative;--vv-select-element-action-width: calc(var(--input-icon-width) + var(--input-spacing-left) + var(--input-spacing-right));--vv-select-element-action-height: var(--input-min-height);--vv-select-element-action-cursor: pointer;--vv-select-element-action-state-disabled-cursor: not-allowed;--vv-select-element-action-state-disabled-opacity: var(--opacity-50);--vv-select-element-action-state-focus-visible-background-color: var(--color-surface-3);--vv-select-element-action-state-hover-background-color: var(--color-surface-4);--vv-select-element-action-state-active-background-color: var(--color-surface-5);--vv-select-element-hint-display: var(--input-hint-display);--vv-select-element-hint-font-size: var(--input-hint-font-size);--vv-select-element-hint-color: var(--input-hint-color);--vv-select-element-hint-padding-top: var(--input-hint-gap);--vv-select-element-hint-padding-inline: var(--spacing-xs);--vv-select-element-hint-white-space: var(--input-hint-white-space);--vv-select-element-hint-text-overflow: var(--input-hint-text-overflow);--vv-select-element-hint-overflow: var(--input-hint-overflow);--vv-select-modifier-readonly-opacity: var(--opacity-100);--vv-select-modifier-readonly-cursor: text;--vv-select-modifier-readonly-user-select: text;--vv-select-modifier-readonly-element-wrapper-pseudo-before-opacity: var(--opacity-0);--vv-select-modifier-readonly-element-wrapper-pseudo-after-opacity: var(--opacity-0);--vv-select-modifier-readonly-element-wrapper-state-hover-background-color: var(--input-background-color);--vv-select-modifier-readonly-element-wrapper-state-focus-within-background-color: var(--input-background-color);--vv-select-modifier-readonly-element-input-background-image: none;--vv-select-modifier-readonly-element-input-cursor: text;--vv-select-modifier-dirty-element-input-color: var(--input-color);--vv-select-modifier-multiple-element-wrapper-align-items: flex-start;--vv-select-modifier-multiple-element-input-overflow: auto;--vv-select-modifier-multiple-element-input-background-image: none;--vv-select-modifier-multiple-element-input-padding: 0;--vv-select-modifier-multiple-element-option-min-height: var(--input-min-height);--vv-select-modifier-multiple-element-option-display: flex;--vv-select-modifier-multiple-element-option-align-items: center;--vv-select-modifier-multiple-element-option-color: var(--input-color);--vv-select-modifier-multiple-element-option-state-checked-color: var(--color-brand);--vv-select-modifier-multiple-element-option-state-checked-background-color: var(--color-surface-brand);--vv-select-modifier-multiple-element-option-state-disabled-color: var(--input-placeholder-color);--vv-select-modifier-valid-element-wrapper-pseudo-after-background: var(--input-valid-color);--vv-select-modifier-valid-element-wrapper-pseudo-after-scale: 1;--vv-select-modifier-valid-element-hint-color: var(--input-valid-color);--vv-select-modifier-valid-element-icon-after-color: var(--input-valid-color);--vv-select-modifier-invalid-element-wrapper-pseudo-after-background: var(--input-invalid-color);--vv-select-modifier-invalid-element-wrapper-pseudo-after-scale: 1;--vv-select-modifier-invalid-element-hint-color: var(--input-invalid-color);--vv-select-modifier-invalid-element-icon-after-color: var(--input-invalid-color);--vv-select-modifier-loading-element-wrapper-pseudo-after-opacity: var(--opacity-100);--vv-select-modifier-loading-element-wrapper-pseudo-after-animation: var(--animation-indeterminate);--vv-select-modifier-floating-position: relative;--vv-select-modifier-floating-element-label-position: absolute;--vv-select-modifier-floating-element-label-z-index: var(--z-1);--vv-select-modifier-floating-element-label-min-height: var(--input-min-height);--vv-select-modifier-floating-element-label-line-height: var(--input-min-height);--vv-select-modifier-floating-element-label-pointer-events: none;--vv-select-modifier-floating-element-label-font-size: inherit;--vv-select-modifier-floating-element-label-padding-inline: 0;--vv-select-modifier-floating-element-label-margin: 0;--vv-select-modifier-floating-element-label-will-change: transform;--vv-select-modifier-floating-element-label-transform-origin: left;--vv-select-modifier-floating-element-label-transition: var(--transition-all);--vv-select-modifier-floating-element-input-opacity: var(--opacity-0);--vv-select-modifier-floating-state-focus-within-element-label-translate: var(--input-floating-label-translate);--vv-select-modifier-floating-state-focus-within-element-label-font-size: var(--input-floating-label-font-size);--vv-select-modifier-floating-state-focus-within-element-input-opacity: var(--opacity-100);--vv-select-modifier-floating-modifier-dirty-element-label-translate: var(--input-floating-label-translate);--vv-select-modifier-floating-modifier-dirty-element-label-font-size: var(--input-floating-label-font-size);--vv-select-modifier-floating-modifier-dirty-element-input-opacity: var(--opacity-100);--vv-select-state-disabled-opacity: var(--opacity-50);--vv-select-state-disabled-cursor: not-allowed;--vv-select-state-disabled-element-wrapper-state-hover-background-color: var(--input-background-color);--vv-select-state-disabled-element-wrapper-state-focus-within-background-color: var(--input-background-color);--vv-select-state-disabled-element-wrapper-pseudo-before-opacity: var(--opacity-0);--vv-select-state-disabled-element-wrapper-pseudo-after-opacity: var(--opacity-0)}:where(.vv-select){display:var(--vv-select-display);flex:var(--vv-select-flex);flex-direction:var(--vv-select-flex-direction);margin-bottom:var(--vv-select-margin-bottom);font-size:var(--vv-select-font-size);line-height:var(--vv-select-line-height);min-width:var(--vv-select-min-width);-webkit-user-select:var(--vv-select-user-select);-moz-user-select:var(--vv-select-user-select);user-select:var(--vv-select-user-select)}:where(.vv-select__label,.vv-select>label){display:var(--vv-select-element-label-display);font-size:var(--vv-select-element-label-font-size);font-weight:var(--vv-select-element-label-font-weight);color:var(--vv-select-element-label-color);margin:var(--vv-select-element-label-margin);white-space:var(--vv-select-element-label-white-space);text-overflow:var(--vv-select-element-label-text-overflow);overflow:var(--vv-select-element-label-overflow);max-width:var(--vv-select-element-label-max-width)}:where(.vv-select__wrapper){position:var(--vv-select-element-wrapper-position);display:var(--vv-select-element-wrapper-display);align-items:var(--vv-select-element-wrapper-align-items);flex:var(--vv-select-element-wrapper-flex);background-color:var(--vv-select-element-wrapper-background-color);will-change:var(--vv-select-element-wrapper-will-change);transition:var(--vv-select-element-wrapper-transition)}:where(.vv-select__wrapper):before{content:"";position:var(--vv-select-element-wrapper-pseudo-before-position);height:var(--vv-select-element-wrapper-pseudo-before-height);inset:var(--vv-select-element-wrapper-pseudo-before-inset);background:var(--vv-select-element-wrapper-pseudo-before-background)}:where(.vv-select__wrapper):after{content:"";position:var(--vv-select-element-wrapper-pseudo-after-position);height:var(--vv-select-element-wrapper-pseudo-after-height);inset:var(--vv-select-element-wrapper-pseudo-after-inset);background:var(--vv-select-element-wrapper-pseudo-after-background);scale:var(--vv-select-element-wrapper-pseudo-after-scale);transform-origin:var(--vv-select-element-wrapper-pseudo-after-transform-origin);will-change:var(--vv-select-element-wrapper-pseudo-after-will-change);transition:var(--vv-select-element-wrapper-pseudo-after-transition)}:where(.vv-select__wrapper--hover,.vv-select__wrapper.hover,.vv-select__wrapper:not([disabled]):hover){--vv-select-element-wrapper-background-color: var(--vv-select-element-wrapper-state-hover-background-color)}:where(.vv-select__wrapper--focus-within,.vv-select__wrapper.focus-within,.vv-select__wrapper:not([disabled]):focus-within){--vv-select-element-wrapper-background-color: var(--vv-select-element-wrapper-state-focus-within-background-color)}:where(.vv-select__wrapper--focus-within,.vv-select__wrapper.focus-within,.vv-select__wrapper:not([disabled]):focus-within):after{--vv-select-element-wrapper-pseudo-after-scale: var(--vv-select-element-wrapper-state-focus-within-pseudo-after-scale)}:where(.vv-select__wrapper--open,.vv-select__wrapper.open,.vv-select__wrapper[open]){--vv-select-element-wrapper-background-color: var(--vv-select-element-wrapper-state-open-background-color)}:where(.vv-select__wrapper--open,.vv-select__wrapper.open,.vv-select__wrapper[open]):after{--vv-select-element-wrapper-pseudo-after-scale: var(--vv-select-element-wrapper-state-open-pseudo-after-scale)}:where(.vv-select__inner){position:var(--vv-select-element-inner-position);display:var(--vv-select-element-inner-display);flex:var(--vv-select-element-inner-flex);width:var(--vv-select-element-inner-width);min-width:var(--vv-select-element-inner-min-width)}:where(.vv-select__value){text-overflow:var(--vv-select-element-value-text-overflow);white-space:var(--vv-select-element-value-white-space);overflow:var(--vv-select-element-value-overflow)}:where(.vv-select__input,.vv-select select){display:var(--vv-select-element-input-display);align-items:var(--vv-select-element-input-align-items);flex-grow:var(--vv-select-element-input-flex-grow);flex-shrink:var(--vv-select-element-input-flex-shrink);flex-wrap:var(--vv-select-element-input-flex-wrap);min-width:var(--vv-select-element-input-min-width);color:var(--vv-select-element-input-color);padding:var(--input-spacing-top) calc(var(--input-spacing-right) * 2 + 1em) var(--input-spacing-bottom) var(--input-spacing-left);background-image:var(--vv-select-element-input-background-image);background-repeat:var(--vv-select-element-input-background-repeat);background-position:right var(--input-spacing-right) center;background-size:var(--vv-select-element-input-background-size);min-height:var(--vv-select-element-input-min-height);gap:var(--vv-select-element-input-gap);text-overflow:var(--vv-select-element-input-text-overflow);white-space:var(--vv-select-element-input-white-space)}:where(.vv-select__input,.vv-select select)::marker{content:"";display:var(--vv-select-element-input-pseudo-marker-display)}:where(.vv-select__input,.vv-select select)::-webkit-details-marker{content:"";display:var(--vv-select-element-input-pseudo--webkit-details-marker-display)}:where(.vv-select__input--disabled,.vv-select__input.disabled,.vv-select select.disabled,.vv-select__input[disabled],.vv-select select[disabled],.vv-select__input[aria-disabled=true],.vv-select select[aria-disabled=true]){cursor:var(--vv-select-element-input-state-disabled-cursor)}:where(.vv-select__input-before){display:var(--vv-select-element-input-before-display);padding-left:var(--vv-select-element-input-before-padding-left)}:where(.vv-select__input-after){display:var(--vv-select-element-input-after-display);padding-right:var(--vv-select-element-input-after-padding-right)}:where(.vv-select__icon,.vv-select>div>:where(svg,[data-icon])){position:var(--vv-select-element-icon-position);top:var(--vv-select-element-icon-top);left:var(--vv-select-element-icon-left);width:var(--vv-select-element-icon-width);height:var(--vv-select-element-icon-height);margin:var(--vv-select-element-icon-margin);pointer-events:var(--vv-select-element-icon-pointer-events);flex-shrink:var(--vv-select-element-icon-flex-shrink)}:where(.vv-select__icon-after,.vv-select select+:where(svg,[data-icon])){position:var(--vv-select-element-icon-after-position);right:var(--vv-select-element-icon-after-right);left:var(--vv-select-element-icon-after-left)}:where(.vv-select__action){position:var(--vv-select-element-action-position);width:var(--vv-select-element-action-width);height:var(--vv-select-element-action-height);cursor:var(--vv-select-element-action-cursor)}:where(.vv-select__action--disabled,.vv-select__action.disabled,.vv-select__action[disabled],.vv-select__action[aria-disabled=true]){--vv-select-element-action-cursor: var(--vv-select-element-action-state-disabled-cursor);opacity:var(--vv-select-element-action-state-disabled-opacity)}:where(.vv-select__action--focus-visible,.vv-select__action.focus-visible,.vv-select__action:not(:active):not([disabled]):not([tabindex="-1"]:not([aria-disabled=true])):focus-visible){background-color:var(--vv-select-element-action-state-focus-visible-background-color)}:where(.vv-select__action--hover,.vv-select__action.hover,.vv-select__action:not([disabled]):hover){background-color:var(--vv-select-element-action-state-hover-background-color)}:where(.vv-select__action--active,.vv-select__action.active,.vv-select__action:not([disabled]):active){background-color:var(--vv-select-element-action-state-active-background-color)}:where(.vv-select__hint,.vv-select>small){display:var(--vv-select-element-hint-display);font-size:var(--vv-select-element-hint-font-size);color:var(--vv-select-element-hint-color);padding-top:var(--vv-select-element-hint-padding-top);padding-inline:var(--vv-select-element-hint-padding-inline);white-space:var(--vv-select-element-hint-white-space);text-overflow:var(--vv-select-element-hint-text-overflow);overflow:var(--vv-select-element-hint-overflow)}:where(.vv-select:has(select[disabled])),:where(.vv-select--disabled,.vv-select.disabled,.vv-select[disabled],.vv-select[aria-disabled=true]){opacity:var(--vv-select-state-disabled-opacity);cursor:var(--vv-select-state-disabled-cursor)}:where(.vv-select:has(select[disabled]) .vv-select__wrapper):before,:where(.vv-select--disabled .vv-select__wrapper,.vv-select.disabled .vv-select__wrapper,.vv-select[disabled] .vv-select__wrapper,.vv-select[aria-disabled=true] .vv-select__wrapper):before{content:"";opacity:var(--vv-select-state-disabled-element-wrapper-pseudo-before-opacity)}:where(.vv-select:has(select[disabled]) .vv-select__wrapper):after,:where(.vv-select--disabled .vv-select__wrapper,.vv-select.disabled .vv-select__wrapper,.vv-select[disabled] .vv-select__wrapper,.vv-select[aria-disabled=true] .vv-select__wrapper):after{content:"";opacity:var(--vv-select-state-disabled-element-wrapper-pseudo-after-opacity)}:where(.vv-select:has(select[disabled]) .vv-select__wrapper:hover),:where(.vv-select--disabled .vv-select__wrapper--hover,.vv-select--disabled .vv-select__wrapper.hover,.vv-select--disabled .vv-select__wrapper:not([disabled]):hover,.vv-select.disabled .vv-select__wrapper--hover,.vv-select.disabled .vv-select__wrapper.hover,.vv-select.disabled .vv-select__wrapper:not([disabled]):hover,.vv-select[disabled] .vv-select__wrapper--hover,.vv-select[disabled] .vv-select__wrapper.hover,.vv-select[disabled] .vv-select__wrapper:not([disabled]):hover,.vv-select[aria-disabled=true] .vv-select__wrapper--hover,.vv-select[aria-disabled=true] .vv-select__wrapper.hover,.vv-select[aria-disabled=true] .vv-select__wrapper:not([disabled]):hover){background-color:var(--vv-select-state-disabled-element-wrapper-state-hover-background-color)}:where(.vv-select:has(select[disabled]) .vv-select__wrapper:focus-within),:where(.vv-select--disabled .vv-select__wrapper--focus-within,.vv-select--disabled .vv-select__wrapper.focus-within,.vv-select--disabled .vv-select__wrapper:not([disabled]):focus-within,.vv-select.disabled .vv-select__wrapper--focus-within,.vv-select.disabled .vv-select__wrapper.focus-within,.vv-select.disabled .vv-select__wrapper:not([disabled]):focus-within,.vv-select[disabled] .vv-select__wrapper--focus-within,.vv-select[disabled] .vv-select__wrapper.focus-within,.vv-select[disabled] .vv-select__wrapper:not([disabled]):focus-within,.vv-select[aria-disabled=true] .vv-select__wrapper--focus-within,.vv-select[aria-disabled=true] .vv-select__wrapper.focus-within,.vv-select[aria-disabled=true] .vv-select__wrapper:not([disabled]):focus-within){background-color:var(--vv-select-state-disabled-element-wrapper-state-focus-within-background-color)}:where(.vv-select--readonly.vv-select){opacity:var(--vv-select-modifier-readonly-opacity);cursor:var(--vv-select-modifier-readonly-cursor);--vv-select-user-select: var(--vv-select-modifier-readonly-user-select)}:where(.vv-select--readonly .vv-select__wrapper):before{content:"";opacity:var(--vv-select-modifier-readonly-element-wrapper-pseudo-before-opacity)}:where(.vv-select--readonly .vv-select__wrapper):after{content:"";opacity:var(--vv-select-modifier-readonly-element-wrapper-pseudo-after-opacity)}:where(.vv-select--readonly .vv-select__wrapper--hover,.vv-select--readonly .vv-select__wrapper.hover,.vv-select--readonly .vv-select__wrapper:not([disabled]):hover){background-color:var(--vv-select-modifier-readonly-element-wrapper-state-hover-background-color)}:where(.vv-select--readonly .vv-select__wrapper--focus-within,.vv-select--readonly .vv-select__wrapper.focus-within,.vv-select--readonly .vv-select__wrapper:not([disabled]):focus-within){background-color:var(--vv-select-modifier-readonly-element-wrapper-state-focus-within-background-color)}:where(.vv-select--readonly .vv-select__input,.vv-select--readonly select){background-image:var(--vv-select-modifier-readonly-element-input-background-image);cursor:var(--vv-select-modifier-readonly-element-input-cursor)}:where(.vv-select--dirty .vv-select__input,.vv-select--dirty select){color:var(--vv-select-modifier-dirty-element-input-color)}:where(.vv-select--multiple .vv-select__wrapper){align-items:var(--vv-select-modifier-multiple-element-wrapper-align-items)}:where(.vv-select--multiple .vv-select__input,.vv-select--multiple select){overflow:var(--vv-select-modifier-multiple-element-input-overflow);background-image:var(--vv-select-modifier-multiple-element-input-background-image);padding:var(--vv-select-modifier-multiple-element-input-padding)}:where(.vv-select--multiple .vv-select__option,.vv-select--multiple select>option){padding:var(--input-spacing-top) var(--input-spacing-right) var(--input-spacing-bottom) var(--input-spacing-left);min-height:var(--vv-select-modifier-multiple-element-option-min-height);display:var(--vv-select-modifier-multiple-element-option-display);align-items:var(--vv-select-modifier-multiple-element-option-align-items);color:var(--vv-select-modifier-multiple-element-option-color)}:where(.vv-select--multiple .vv-select__option--checked,.vv-select--multiple .vv-select__option.checked,.vv-select--multiple select>option.checked,.vv-select--multiple .vv-select__option:checked,.vv-select--multiple select>option:checked){--vv-select-modifier-multiple-element-option-color: var(--vv-select-modifier-multiple-element-option-state-checked-color);background-color:var(--vv-select-modifier-multiple-element-option-state-checked-background-color)}:where(.vv-select--multiple .vv-select__option--disabled,.vv-select--multiple .vv-select__option.disabled,.vv-select--multiple select>option.disabled,.vv-select--multiple .vv-select__option[disabled],.vv-select--multiple select>option[disabled],.vv-select--multiple .vv-select__option[aria-disabled=true],.vv-select--multiple select>option[aria-disabled=true]){--vv-select-modifier-multiple-element-option-color: var(--vv-select-modifier-multiple-element-option-state-disabled-color)}:where(.vv-select--icon-before.vv-select){--input-spacing-left: calc(var(--spacing-sm) * 2 + 1em)}:where(.vv-select--icon-after.vv-select){--input-spacing-right: calc(var(--spacing-sm) * 2 + 1em)}:where(.vv-select--valid .vv-select__wrapper):after{content:"";background:var(--vv-select-modifier-valid-element-wrapper-pseudo-after-background);scale:var(--vv-select-modifier-valid-element-wrapper-pseudo-after-scale)}:where(.vv-select--valid>.vv-select__hint,.vv-select--valid>small){color:var(--vv-select-modifier-valid-element-hint-color)}:where(.vv-select--valid .vv-select__icon-after,.vv-select--valid select+:where(svg,[data-icon])){color:var(--vv-select-modifier-valid-element-icon-after-color)}:where(.vv-select--invalid .vv-select__wrapper):after{content:"";background:var(--vv-select-modifier-invalid-element-wrapper-pseudo-after-background);scale:var(--vv-select-modifier-invalid-element-wrapper-pseudo-after-scale)}:where(.vv-select--invalid>.vv-select__hint,.vv-select--invalid>small){color:var(--vv-select-modifier-invalid-element-hint-color)}:where(.vv-select--invalid .vv-select__icon-after,.vv-select--invalid select+:where(svg,[data-icon])){color:var(--vv-select-modifier-invalid-element-icon-after-color)}:where(.vv-select--loading .vv-select__wrapper):after{content:"";opacity:var(--vv-select-modifier-loading-element-wrapper-pseudo-after-opacity);animation:var(--vv-select-modifier-loading-element-wrapper-pseudo-after-animation)}:where(.vv-select--floating.vv-select){position:var(--vv-select-modifier-floating-position);margin-left:var(--input-spacing-left);margin-right:var(--input-spacing-right)}:where(.vv-select--floating .vv-select__wrapper){margin-left:calc(var(--input-spacing-left) * -1);margin-right:calc(var(--input-spacing-right) * -1)}:where(.vv-select--floating>.vv-select__hint,.vv-select--floating>small){margin-left:calc(var(--input-spacing-left) * -1);margin-right:calc(var(--input-spacing-right) * -1)}:where(.vv-select--floating>.vv-select__label,.vv-select--floating>label){position:var(--vv-select-modifier-floating-element-label-position);z-index:var(--vv-select-modifier-floating-element-label-z-index);min-height:var(--vv-select-modifier-floating-element-label-min-height);line-height:var(--vv-select-modifier-floating-element-label-line-height);pointer-events:var(--vv-select-modifier-floating-element-label-pointer-events);font-size:var(--vv-select-modifier-floating-element-label-font-size);padding-inline:var(--vv-select-modifier-floating-element-label-padding-inline);margin:var(--vv-select-modifier-floating-element-label-margin);will-change:var(--vv-select-modifier-floating-element-label-will-change);transform-origin:var(--vv-select-modifier-floating-element-label-transform-origin);transition:var(--vv-select-modifier-floating-element-label-transition)}:where(.vv-select--floating .vv-select__input,.vv-select--floating select){opacity:var(--vv-select-modifier-floating-element-input-opacity)}:where(.vv-select--floating.vv-select--focus-within>.vv-select__label,.vv-select--floating.vv-select.focus-within>.vv-select__label,.vv-select--floating.vv-select:not([disabled]):focus-within>.vv-select__label,.vv-select--floating.vv-select--focus-within>label,.vv-select--floating.vv-select.focus-within>label,.vv-select--floating.vv-select:not([disabled]):focus-within>label){translate:var(--vv-select-modifier-floating-state-focus-within-element-label-translate);font-size:var(--vv-select-modifier-floating-state-focus-within-element-label-font-size)}:where(.vv-select--floating.vv-select--focus-within .vv-select__input,.vv-select--floating.vv-select.focus-within .vv-select__input,.vv-select--floating.vv-select:not([disabled]):focus-within .vv-select__input,.vv-select--floating.vv-select--focus-within select,.vv-select--floating.vv-select.focus-within select,.vv-select--floating.vv-select:not([disabled]):focus-within select){padding-top:var(--input-floating-padding-top);padding-bottom:var(--input-floating-padding-bottom);opacity:var(--vv-select-modifier-floating-state-focus-within-element-input-opacity)}:where(.vv-select--floating.vv-select--dirty>.vv-select__label,.vv-select--floating.vv-select--dirty>label){translate:var(--vv-select-modifier-floating-modifier-dirty-element-label-translate);font-size:var(--vv-select-modifier-floating-modifier-dirty-element-label-font-size)}:where(.vv-select--floating.vv-select--dirty .vv-select__input,.vv-select--floating.vv-select--dirty select){padding-top:var(--input-floating-padding-top);padding-bottom:var(--input-floating-padding-bottom);opacity:var(--vv-select-modifier-floating-modifier-dirty-element-input-opacity)}