.custom-checkbox{appearance:none;-webkit-appearance:none;-moz-appearance:none;height:24px;width:24px;background-color:#fffff5;border:2px dashed rgba(49,0,86,.25);border-radius:4px;cursor:pointer;transition:background-color .2s,border-color .2s}.custom-checkbox:checked{background-color:#fffff5;border:2px solid #7122ff}.custom-checkbox:not(.disabled-input):hover{border:2px solid #7122ff}.custom-checkbox:checked::before{content:'';display:block;width:20px;height:20px;margin:4px;background-color:#7122ff;border-radius:4px}.custom-checkbox.disabled-input{background-color:#f0f0f0;cursor:not-allowed;opacity:.6}@media(max-width:600px){.custom-checkbox{height:24px!important;width:24px!important;border:2px dashed rgba(49,0,86,.25)}.custom-checkbox:checked::before{width:15px;height:15px;margin:3px}}