/*!
   bulma-cool-checkboxes
   (c) 2020 Corporation of the City of Sault Ste. Marie
   MIT License

   Based on
   cool-checkboxes-for-bulma.io v1.1.0: Cool Checkboxes for Bulma.io
   (c) 2017 Aslam Shah
   MIT License

*/.b-checkbox.is-primary input[type='checkbox']:checked+label::before{background-color:#00d1b2;border-color:#00d1b2}.b-checkbox.is-danger input[type='checkbox']:checked+label::before{background-color:#f14668;border-color:#f14668}.b-checkbox.is-info input[type='checkbox']:checked+label::before{background-color:#3298dc;border-color:#3298dc}.b-checkbox.is-warning input[type='checkbox']:checked+label::before{background-color:#ffdd57;border-color:#ffdd57}.b-checkbox.is-success input[type='checkbox']:checked+label::before{background-color:#48c774;border-color:#48c774}.b-checkbox.is-dark input[type='checkbox']:checked+label::before{background-color:#363636;border-color:#363636}.b-checkbox.is-black input[type='checkbox']:checked+label::before{background-color:#0a0a0a;border-color:#0a0a0a}.b-checkbox input[type='checkbox']:checked+label::after{color:#0a0a0a}.b-checkbox.is-black input[type='checkbox']:checked+label::after,.b-checkbox.is-danger input[type='checkbox']:checked+label::after,.b-checkbox.is-dark input[type='checkbox']:checked+label::after,.b-checkbox.is-info input[type='checkbox']:checked+label::after,.b-checkbox.is-primary input[type='checkbox']:checked+label::after,.b-checkbox.is-success input[type='checkbox']:checked+label::after,.b-checkbox.is-warning input[type='checkbox']:checked+label::after{color:#fff}.b-checkbox.is-inline{display:inline-block}.b-checkbox.is-inline+.is-inline{margin-left:10px}.b-checkbox.is-inline label::before{top:3px}.b-checkbox.is-inline label::after{top:5px}.b-checkbox{position:relative}.b-checkbox label{padding-left:5px;font-size:1rem;line-height:1;cursor:pointer}.b-checkbox label::before{position:absolute;top:5px;left:0;width:17px;height:17px;background-color:#fff;border:1px solid #dbdbdb;border-radius:4px;content:'';transition:background-color 0.1s ease-in-out}.b-checkbox label::after{position:absolute;top:7px;left:3px;font-family:"Font Awesome 5 Free";font-size:12px;font-weight:900}.b-checkbox input[type='checkbox']{z-index:1;cursor:pointer;opacity:0}.b-checkbox input[type='checkbox']:focus+label::before{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:2px}.b-checkbox input[type='checkbox']:checked+label::after{content:'\f00c'}.b-checkbox input[type='checkbox']:disabled{cursor:not-allowed}.b-checkbox input[type='checkbox']:disabled+label{opacity:0.65}.b-checkbox input[type='checkbox']:disabled+label::before{cursor:not-allowed;background-color:#f5f5f5}
