.base-checkbox{margin-bottom:10px}.base-checkbox.right-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.base-checkbox.right-text span:hover{text-decoration:underline}.base-checkbox span{font-size:1.6rem;display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.base-checkbox.right-text span{margin-left:5px}.base-checkbox input[type=checkbox]{width:25px;height:25px;min-width:25px;min-height:25px;margin-left:10px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-radius:0;position:relative}.base-checkbox input[type=checkbox]:checked{background-color:#fff;border:1px solid grey}.base-checkbox input[type=checkbox]:checked:before{content:url(../img/check.4af321c2.svg);width:17px;height:17px;display:block;position:absolute;top:4px;left:4px}