.f-checkbox{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;transition:.3s;color:#333}.f-checkbox__box{width:14px;height:14px;border:1px solid #dee5fd;display:flex;justify-content:center;align-items:center;position:relative;margin-right:7px;border-radius:2px}.f-checkbox__text{color:#333;transition:color .3s}.f-checkbox.f-checkbox__active .f-checkbox__text{color:#2d5af1}.f-checkbox.f-checkbox__active .f-checkbox__box{background-color:#2d5af1;border:1px solid #2d5af1}.f-checkbox.f-checkbox__active .f-checkbox__box:after{content:"";width:4px;height:9px;position:absolute;top:0;transform:rotate(45deg) scaleY(1);border:1px solid #fff;border-left:0;border-top:0;animation:f-checkbox-animation .1s ease-in}@keyframes f-checkbox-animation{0%{transform:rotate(45deg) scale(0)}to{transform:rotate(45deg) scale(1)}}.f-checkbox.f-checkbox__active.f-checkbox__disabled{border-color:#d7d7d7}.f-checkbox.f-checkbox__active.f-checkbox__disabled .f-checkbox__text{color:#d7d7d7}.f-checkbox.f-checkbox__indeterminate .f-checkbox__box{background-color:#2d5af1;border:1px solid #2d5af1}.f-checkbox.f-checkbox__indeterminate .f-checkbox__box:after{content:"";width:8px;height:2px;position:absolute;top:calc(50% - 1px);transform:rotate(0) scale(1);animation:f-checkbox-animation2 .1s ease-in;background-color:#fff}@keyframes f-checkbox-animation2{0%{transform:rotate(0) scale(0)}to{transform:rotate(0) scale(1)}}.f-checkbox.f-checkbox__disabled{cursor:not-allowed}.f-checkbox.f-checkbox__disabled .f-checkbox__text{color:#d7d7d7}.f-checkbox.f-checkbox__disabled .f-checkbox__box{border-color:#d7d7d7;background-color:#f4f4f4}.f-checkbox.f-checkbox__disabled .f-checkbox__box:after{border-color:#d7d7d7}
