.checkbox{position:relative;display:flex;align-items:center;margin-top:7px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.checkbox:hover .checkbox__input:checked~.checkbox__mark{background-color:#f87600;border-color:#f87600}.checkbox:hover .checkbox__mark{border-color:rgba(140,151,161,.7)}.checkbox:active .checkbox__input:checked~.checkbox__mark{background-color:rgba(248,118,0,.8)}.checkbox:active .checkbox__mark{background-color:rgba(248,118,0,.15)}.checkbox__input{position:absolute;width:12px;height:12px;opacity:0;pointer-events:none}.checkbox__input:checked~.checkbox__mark{background-color:#f87600}.checkbox__mark{position:relative;display:inline-flex;width:16px;min-width:16px;max-width:16px;height:16px;min-height:16px;max-height:16px;border:3px solid #6d6e71;box-shadow:inset 0 0 0 2px #fff;transition:.05s ease-in-out}.checkbox__mark:after,.checkbox__mark:before{content:"";position:absolute;background-color:#fff;border-radius:9999px;opacity:0}.checkbox__mark:before{width:5px;height:2px;top:7px;left:2px;transform:rotate(50deg)}.checkbox__mark:after{top:6px;left:4px;width:9px;height:2px;transform:rotate(-50deg)}.checkbox__label{color:#6d6e71;font-size:16px;font-weight:400;margin-left:17px;line-height:normal}