:root{--color-white:#fff;--color-orange:#f60;--color-lightgray:#b6b6b6;--color-black:#333}.v-inputSelectForm__optionWrapper{display:flex;font-size:1.6rem;justify-content:space-between;line-height:2.4rem;position:relative}@media screen and (max-width:992px){.v-inputSelectForm__optionWrapper{font-size:1.4rem;line-height:2.4rem}}@media (hover:hover) and (pointer:fine){.v-inputSelectForm__optionWrapper:hover{background:#fde2c1}}.v-inputSelectForm__optionWrapper.disabled{background-color:#f4f4f4;color:#6f6f6f;cursor:not-allowed}.v-inputSelectForm__optionWrapper.disabled .v-inputSelectForm__label{pointer-events:none}.v-inputSelectForm__option{display:none}.v-inputSelectForm__option:checked+.v-inputSelectForm__label,.v-inputSelectForm__option:checked+.v-inputSelectForm__label+.v-inputSelectForm__iconOption{cursor:default}.v-inputSelectForm__option:checked+.v-inputSelectForm__label+.v-inputSelectForm__iconOption.v-icon{display:block}.v-inputSelectForm__iconOption{display:none}.v-inputSelectForm__iconOption.v-icon{position:absolute;right:1.6rem;top:1.1rem}@media screen and (max-width:992px){.v-inputSelectForm__iconOption.v-icon{top:.8rem}}.v-inputSelectForm__label{cursor:pointer;padding:1.1rem 1.6rem;width:100%}@media screen and (max-width:1220px){.v-inputSelectForm__label{width:90%}}@media screen and (max-width:992px){.v-inputSelectForm__label{padding:.8rem 1.6rem}}
