.rc-checkbox{white-space:nowrap;cursor:pointer;vertical-align:middle;outline:none;line-height:1;display:inline-block;position:relative}.rc-checkbox:hover .rc-checkbox-inner,.rc-checkbox-input:focus+.rc-checkbox-inner{border-color:#3dbcf6}.rc-checkbox-inner{background-color:#fff;border:1px solid #d9d9d9;border-radius:3px;width:14px;height:14px;transition:border-color .3s cubic-bezier(.68,-.55,.27,1.55),background-color .3s cubic-bezier(.68,-.55,.27,1.55);display:inline-block;position:relative;top:0;left:0}.rc-checkbox-inner:after{content:" ";border:2px solid #fff;border-top:0;border-left:0;width:5px;height:8px;animation-name:amCheckboxOut;animation-duration:.3s;animation-timing-function:cubic-bezier(.68,-.55,.27,1.55);display:table;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.rc-checkbox-input{z-index:9999;cursor:pointer;opacity:0;position:absolute;inset:0}.rc-checkbox-checked:hover .rc-checkbox-inner{border-color:#3dbcf6}.rc-checkbox-checked .rc-checkbox-inner{background-color:#3dbcf6;border-color:#3dbcf6}.rc-checkbox-checked .rc-checkbox-inner:after{content:" ";border:2px solid #fff;border-top:0;border-left:0;width:5px;height:8px;animation-name:amCheckboxOut;animation-duration:.3s;animation-timing-function:cubic-bezier(.68,-.55,.27,1.55);display:table;position:absolute;top:1px;left:4px;transform:rotate(45deg)}@media print{.rc-checkbox-checked .rc-checkbox-inner{box-shadow:inset 0 0 0 16px #3dbcf6}}.rc-checkbox-disabled.rc-checkbox-checked:hover .rc-checkbox-inner{border-color:#d9d9d9}.rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner{background-color:#f3f3f3;border-color:#d9d9d9}.rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner:after{border-color:#ccc;animation-name:none}@media print{.rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner{box-shadow:inset 0 0 0 16px #f3f3f3}}.rc-checkbox-disabled:hover .rc-checkbox-inner{border-color:#d9d9d9}.rc-checkbox-disabled .rc-checkbox-inner{background-color:#f3f3f3;border-color:#d9d9d9}.rc-checkbox-disabled .rc-checkbox-inner:after{border-color:#f3f3f3;animation-name:none}.rc-checkbox-disabled .rc-checkbox-input{cursor:default}@keyframes amCheckboxIn{0%{opacity:0;transform-origin:50%;transform:scale(0)rotate(45deg)}to{opacity:1;transform-origin:50%;transform:scale(1)rotate(45deg)}}@keyframes amCheckboxOut{0%{opacity:1}to{opacity:0}}