@charset "UTF-8";html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:Caveat,cursive;font-size:1.6em;color:#ce5c44}body .input .error{font-size:.75em}body label{cursor:pointer;display:flex;flex-direction:row;align-items:center}body input[type=text]{background-color:#f4e9db;text-transform:capitalize;font-family:Caveat,cursive;font-size:.9em;color:#ce5c44}body input[type=text]::placeholder{text-transform:capitalize;font-family:Caveat,cursive;font-size:.9em;color:#f09368}body input[type=radio],body input[type=checkbox]{position:relative;opacity:0;width:0;height:0}body .custom-radio{cursor:pointer;display:inline-block;position:relative;width:20px;height:20px;margin-right:10px}body .custom-radio:before{content:"";position:absolute;box-sizing:border-box;display:block;width:20px;height:20px;background-color:#f4e9db;border-radius:50%;border:solid 1px #ce5c44}body .custom-radio:after{content:"";position:absolute;display:none;width:15px;height:15px;border-radius:50%;background-color:#f09368;top:50%;left:50%;transform:translate(-50%,-50%)}body input[type=radio]:checked+.custom-radio:after{display:block}body .custom-checkbox{cursor:pointer;display:inline-block;position:relative;width:20px;height:20px;margin-right:10px}body .custom-checkbox:before{content:"";position:absolute;box-sizing:border-box;display:block;width:20px;height:20px;background-color:#f4e9db;border-radius:5px;border:solid 1px #ce5c44}body .custom-checkbox:after{content:"";position:absolute;display:none;width:12px;height:25px;border-bottom:solid 4px #f09368;border-right:solid 4px #f09368;top:25%;left:25%;transform:translate(-5%,-60%) rotate(35deg)}body input[type=checkbox]:checked+.custom-checkbox:after{display:block}body button{background-color:#f09368;font-family:Caveat,cursive;color:#fff;font-size:1em;transition:transform .1s ease;border-radius:10px;border:none;height:36px}body button:disabled{opacity:.4}body button:active{transform:scale(.95)}
