.custom-checkbox,.custom-radio{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;flex-shrink:0;height:2rem;position:relative;transition:all .2s ease;width:2rem}.custom-checkbox:hover:not(:disabled),.custom-radio:hover:not(:disabled){border-color:#00cf66}.custom-checkbox:checked,.custom-radio:checked{background-color:#00cf66;background-image:none!important;border-color:#00cf66}.custom-checkbox:disabled{cursor:not-allowed;opacity:.6}.custom-checkbox:checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-60%) rotate(45deg);width:6px}.custom-checkbox-small{border-radius:6px;height:1.5rem;width:1.5rem}.custom-radio:checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-60%) rotate(45deg);width:6px}.custom-checkbox:focus-visible,.custom-radio:focus,.custom-radio:focus-visible{box-shadow:0 0 0 2px #fff!important;outline:2px solid #32cf65;outline-offset:2px}.modal-size-xs{max-width:20rem}.modal-size-sm{max-width:580px}.modal-size-lg{max-width:700px}.modal-size-xl{max-width:1600px}.custom-checkbox [type=radio]:checked{background-image:none!important}