:root{--rv-stepper-active-color:#e8e8e8;--rv-stepper-background-color:var(--rv-active-color);--rv-stepper-button-icon-color:var(--rv-text-color);--rv-stepper-button-disabled-color:var(--rv-background-color);--rv-stepper-button-disabled-icon-color:var(--rv-gray-5);--rv-stepper-button-round-theme-color:var(--rv-primary-color);--rv-stepper-input-width:32px;--rv-stepper-input-height:28px;--rv-stepper-input-font-size:var(--rv-font-size-md);--rv-stepper-input-line-height:normal;--rv-stepper-input-text-color:var(--rv-text-color);--rv-stepper-input-disabled-text-color:var(--rv-gray-5);--rv-stepper-input-disabled-background-color:var(--rv-active-color);--rv-stepper-border-radius:var(--rv-border-radius-md)}.rv-stepper{user-select:none;display:inline-block}.rv-stepper__minus,.rv-stepper__plus{box-sizing:border-box;width:var(--rv-stepper-input-height);height:var(--rv-stepper-input-height);color:var(--rv-stepper-button-icon-color);vertical-align:middle;background-color:var(--rv-stepper-background-color);cursor:pointer;border:0;margin:0;padding:0;position:relative}.rv-stepper__minus:before,.rv-stepper__plus:before{width:50%;height:1px}.rv-stepper__minus:after,.rv-stepper__plus:after{width:1px;height:50%}.rv-stepper__minus:before,.rv-stepper__plus:before,.rv-stepper__minus:after,.rv-stepper__plus:after{content:"";background-color:currentColor;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rv-stepper__minus:active,.rv-stepper__plus:active{background-color:var(--rv-stepper-active-color)}.rv-stepper__minus--disabled,.rv-stepper__plus--disabled{color:var(--rv-stepper-button-disabled-icon-color);background-color:var(--rv-stepper-button-disabled-color);cursor:not-allowed}.rv-stepper__minus--disabled:active,.rv-stepper__plus--disabled:active{background-color:var(--rv-stepper-button-disabled-color)}.rv-stepper__minus{border-radius:var(--rv-stepper-border-radius)0 0 var(--rv-stepper-border-radius)}.rv-stepper__minus:after{display:none}.rv-stepper__plus{border-radius:0 var(--rv-stepper-border-radius)var(--rv-stepper-border-radius)0}.rv-stepper__input{box-sizing:border-box;width:var(--rv-stepper-input-width);height:var(--rv-stepper-input-height);color:var(--rv-stepper-input-text-color);font-size:var(--rv-stepper-input-font-size);line-height:var(--rv-stepper-input-line-height);text-align:center;vertical-align:middle;background-color:var(--rv-stepper-background-color);-webkit-appearance:none;border:1px;border-width:1px 0;border-radius:0;margin:0 2px;padding:0}.rv-stepper__input:disabled{color:var(--rv-stepper-input-disabled-text-color);background-color:var(--rv-stepper-input-disabled-background-color);-webkit-text-fill-color:var(--rv-stepper-input-disabled-text-color);opacity:1}.rv-stepper__input:read-only{cursor:default}.rv-stepper--round .rv-stepper__input{background-color:#0000}.rv-stepper--round .rv-stepper__plus,.rv-stepper--round .rv-stepper__minus{border-radius:100%}.rv-stepper--round .rv-stepper__plus:active,.rv-stepper--round .rv-stepper__minus:active{opacity:var(--rv-active-opacity)}.rv-stepper--round .rv-stepper__plus--disabled,.rv-stepper--round .rv-stepper__minus--disabled,.rv-stepper--round .rv-stepper__plus--disabled:active,.rv-stepper--round .rv-stepper__minus--disabled:active{opacity:.3}.rv-stepper--round .rv-stepper__plus{color:var(--rv-white);background-color:var(--rv-stepper-button-round-theme-color)}.rv-stepper--round .rv-stepper__minus{color:var(--rv-stepper-button-round-theme-color);background-color:var(--rv-white);border:1px solid var(--rv-stepper-button-round-theme-color)}