.slider-radiobtn{user-select:none;display:inline-block}.slider-radiobtn>div{position:relative;display:flex;flex-direction:row;justify-content:stretch;cursor:pointer}.slider-radiobtn>div:before{content:"";display:block;position:absolute;top:1px;left:0;right:0;height:3px;border-radius:2px;background:#e2e2e2}.slider-radiobtn.active>div:before{background:#7fc8f1}.slider-radiobtn input[type="radio"]{display:none;position:relative}.slider-radiobtn input[type="radio"]+label{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:26px;height:16px;margin-top:-6px;cursor:pointer}.slider-radiobtn input[type="radio"]+label:first-of-type{align-items:flex-start}.slider-radiobtn input[type="radio"]+label:last-of-type{align-items:flex-end}.slider-radiobtn input[type="radio"]+label>sup{display:inline-block;width:3px;height:3px;border-radius:50%;background:#00a0ee}.slider-radiobtn .cursor{display:block;position:absolute;top:-7px;left:-2px;width:19px;height:19px;border-radius:50%;background:#FFF;box-shadow:1px 2px 3px 0 #ccc;cursor:pointer}.slider-radiobtn .cursor.transition{transition:all .2s ease}.slider-radiobtn.active .cursor{background:#00a0ee}.slider-radiobtn .cursor:after{content:attr(data-value);display:block;position:absolute;top:-16px;color:#bbb;font-size:small;left:5px}