.button{align-items:center;border:1px solid rgba(27,39,51,.15);display:flex;margin:0 -1px;min-height:40px;padding:9px 24px 7px 32px;position:relative}.button:first-of-type{border-bottom-left-radius:4px;border-top-left-radius:4px;margin:0}.button:last-of-type{border-bottom-right-radius:4px;border-top-right-radius:4px;margin:0}.button.selected{background-color:rgba(27,39,51,.5);color:#fff}.button.selected:before{background-color:#fff;border:1px solid;border-radius:50%;color:#fff;content:"";display:block;height:6px;left:18px;position:absolute;top:16px;width:6px}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.radio-group{display:flex}.radio-group .buttons-wrapper{background-color:#fff;color:#1b2733;cursor:pointer;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.radio-group .buttons-wrapper .button{border:1px solid rgba(140,150,177,.5)}.radio-group .buttons-wrapper .button:hover{background-color:rgba(140,150,177,.1)}.radio-group .buttons-wrapper .selected{background-color:#8d9399;border-color:rgba(108,114,131,.5)}.radio-group .buttons-wrapper .selected:hover{background-color:#8d9399}.radio-group .buttons-wrapper .selected:before{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background-color:#fff;left:10px;top:16px}