@keyframes preloaderAnimation{from{background-position:0 336px}to{background-position:0 0}}@-webkit-keyframes preloaderAnimation{from{background-position:0 336px}to{background-position:0 0}}.custom-checkbox{display:flex;align-items:center;cursor:pointer}.custom-checkbox__input{display:none}.custom-checkbox__btn{width:13px;height:13px;display:flex;padding:2px;box-sizing:border-box;color:#fff;z-index:1;position:relative;align-items:center;justify-content:center}.custom-checkbox__btn:before{position:absolute;width:100%;height:100%;left:0%;top:0%;content:'';border-radius:2px;box-shadow:0 0 0 1px #ccc;z-index:-1;transition:background-color .2s, box-shadow .2s}.custom-checkbox__input:checked ~ .custom-checkbox__btn:before{background:#168de2;box-shadow:0 0 0 1px #168de2}.custom-checkbox:hover .custom-checkbox__input:not(:checked) ~ .custom-checkbox__btn:before{box-shadow:0 0 0 1px #bebebe}.custom-checkbox__label{font-size:13px;line-height:23px;color:#333;margin-left:9px;user-select:none}
