.animated-checkbox{position:relative;width:-moz-fit-content;width:fit-content}.animated-checkbox .checkbox-tooltip{position:absolute;width:400px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:10px;z-index:100;font-size:14px;transform:translateY(-130%)}@media screen and (max-width:600px){.animated-checkbox .checkbox-tooltip{width:300px}}.animated-checkbox label{display:flex;cursor:pointer;align-items:center;gap:10px}.animated-checkbox label input[type=checkbox]{-moz-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:currentColor;width:24px;height:24px;aspect-ratio:1;border:1px solid rgba(0,0,0,.1);border-radius:6px;transform:translateY(-.075em);-webkit-appearance:none;display:grid;place-content:center;cursor:pointer}.animated-checkbox label input[type=checkbox]:before{content:"";width:13px;height:12px;transform:scale(0);transition:transform .12s ease-in-out;box-shadow:inset 1em 1em #0162bd;transform-origin:bottom left;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%)}.animated-checkbox label input[type=checkbox]:checked:before{transform:scale(1)}.animated-checkbox label span{font-family:Inter,sans-serif;font-size:12px;color:#5b616e;width:100%}
