.animate-fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.custom-checkbox{border:1px solid #bfc1c5;border-radius:4px;cursor:pointer;position:relative}.custom-checkbox input:checked+.checkmark{background-color:#6366f1;border:1px solid #c9c5ff}.custom-checkbox .checkmark{align-items:center;border-radius:4px;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}
