.container,body,html{background:linear-gradient(#cfd8dc,#eceff1)}.success-content,.timer,.title{text-align:center}.back,.btn{cursor:pointer}body,html{height:100%;margin:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#222;overflow:hidden}.header{position:relative;height:56px;display:flex;align-items:center}.header-title{position:absolute;left:50%;transform:translateX(-50%);font-weight:700;font-size:18px}#successModal,.footer{position:fixed;left:0}.back{padding-left:20px;font-size:20px}.input,.label,.select,.title{font-size:16px}.container{padding:32px 24px;height:calc(100vh - 72px - 80px);box-sizing:border-box}.title{margin-bottom:48px}.field{margin-bottom:20px}.label{color:#555;margin-bottom:6px}.input,.select{width:100%;border:none;border-bottom:1px solid #999;background:0 0;padding:8px 4px;outline:0;box-sizing:border-box}.timer{margin-top:12px;font-size:17px;color:#555;letter-spacing:1px}.footer{bottom:0;width:100%;height:70px;background:linear-gradient(to right,#f9a825,#fdd835)}#successModal,.btn{width:100%;height:100%}.btn{border:none;background:0 0;font-size:20px;font-weight:700}#successModal{top:0;background:rgba(0,0,0,.4);display:none;justify-content:center;align-items:center;z-index:9999}.success-content{background:#fff;padding:30px 20px;border-radius:12px;width:280px;box-shadow:0 5px 15px rgba(0,0,0,.3)}.checkmark{width:80px;height:80px;margin:0 auto 20px;display:block}.checkmark-circle{stroke-dasharray:377;stroke-dashoffset:377;stroke:#2e7d32;stroke-width:8;fill:none;animation:.6s forwards drawCircle}.checkmark-check{stroke-dasharray:100;stroke-dashoffset:100;stroke:#2e7d32;stroke-width:8;fill:none;stroke-linecap:round;stroke-linejoin:round;animation:.5s .6s forwards drawCheck}@keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCheck{to{stroke-dashoffset:0}}.success-content h2{margin:0 0 10px;font-size:20px;color:#2e7d32}.success-content button{margin-top:15px;padding:10px 20px;font-size:16px;font-weight:700;color:#fff;background-color:#2e7d32;border:none;border-radius:8px;cursor:pointer}.success-content button:hover{background-color:#1b5e20}