@import"https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand:wght@300..700&display=swap";:root{font-family:Quicksand,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}h2{font-size:2.4em;line-height:1.1;color:#000}button{border-radius:8px;border:1px solid #000;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#000;color:#fff;cursor:pointer;transition:.5s}button:hover{animation:rotate-button-bg-color 20s infinite!important;color:#000}@keyframes rotate-button-bg-color{0%{background-color:red}7.69%{background-color:#ff8000}15.38%{background-color:#ff0}23.08%{background-color:#80ff00}30.77%{background-color:#0f0}38.46%{background-color:#00ff80}46.15%{background-color:#0ff}53.85%{background-color:#0080ff}61.54%{background-color:#00f}75%{background-color:#8000ff}83%{background-color:#f0f}92%{background-color:#ff0080}to{background-color:red}}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}body{animation:rotate-bg-color 120s infinite}@keyframes rotate-bg-color{0%{background-color:red}7.69%{background-color:#ff8000}15.38%{background-color:#ff0}23.08%{background-color:#80ff00}30.77%{background-color:#0f0}38.46%{background-color:#00ff80}46.15%{background-color:#0ff}53.85%{background-color:#0080ff}61.54%{background-color:#00f}75%{background-color:#8000ff}83%{background-color:#f0f}92%{background-color:#ff0080}to{background-color:red}}#root{width:100%}.signup-page,.signin-page,.profile-page,.dashboard-page,.flutter-page{max-width:1280px;margin:0 auto;padding:1rem;text-align:center}.logo{height:20rem;padding:0}.form-container{background-color:#fffc;padding:1em 2em;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:inline-block;max-width:600px}input[type=text],input[type=email],input[type=password],input[type=number],input[type=radio],input[type=date],select,textarea{width:100%;min-height:25px;font-size:18px;margin-bottom:1em;padding:.4em;border:1px solid #ccc;border-radius:4px}.toggle-container{margin:0 0 .5em;text-align:left;font-size:18px}.switch{position:relative;display:inline-block;width:50px;height:24px;float:right}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#4caf50}input:checked+.slider:before{transform:translate(26px)}
