.downloadpdf{width:auto;height:auto;position:absolute;top:80%;left:50%;transform:translateX(-50%);visibility:hidden;animation:fadeuppdf 1s ease-in-out 1s forwards}.downloadpdf,.pdfbtn{border:none;z-index:5}.pdfbtn{display:inline-block;text-align:center;text-decoration:none;background-color:#e31e24;color:#fff;border-radius:50px;padding:14px 36px;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px rgba(227,30,36,.25);transition:background-color .2s,transform .2s;white-space:nowrap;position:relative}.pdfbtn:hover{background-color:#c01a1f;transform:translateY(-2px);box-shadow:0 6px 16px rgba(227,30,36,.35)}@keyframes fadeuppdf{0%{top:80%;visibility:visible;opacity:.1}to{top:68%;visibility:visible}}.download-form{position:fixed;top:10%;left:5%;width:90vw;height:90vh}.user-form-heading{color:#fff;font-size:1.3rem;text-align:center;border-bottom:.1rem solid hsla(0,0%,100%,.5)}.userform{width:50%;height:80%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;margin:auto;background-color:grey;box-shadow:inset -.3rem -.3rem rgba(0,0,0,.5);border-radius:2rem}.userform input{width:70%;padding:1.2rem;margin:1rem;box-shadow:inset -.1rem -.1rem rgba(0,0,0,.442);font-size:1rem}.userform button,.userform input{background-color:rgba(0,0,0,.5);border:none;outline:none;color:#fff;border-radius:1rem}.userform button{width:50%;padding:1rem 1.5rem;box-shadow:inset -.1rem -.1rem rgba(0,0,0,.5);font-size:1.2rem}.userform button:hover{cursor:pointer;background-color:hsla(0,0%,100%,.1)}::placeholder{color:#fff;opacity:.7}.crossbar{position:relative;top:-1%;left:45%;width:4%;height:4%;z-index:1}.crossbar img{max-width:20px;max-height:20px}@media only screen and (max-width:900px){.downloadpdf{width:auto;left:50%;transform:translateX(-50%);background:none}.crossbar{top:-2%;left:40%}.crossbar img{max-width:20px;max-height:20px}@keyframes fadeuppdf{0%{top:60%;visibility:visible;opacity:.1}to{top:50%;visibility:visible}}}@media only screen and (max-width:480px){.pdfbtn{padding:12px 28px;font-size:.9rem}}@media only screen and (max-width:674px){.userform{width:100%}.user-form-heading{font-size:1rem;padding-bottom:1rem}.userform button{font-size:1rem}}