*{margin:0;padding:0;box-sizing:border-box}body{background-color:#dbd9db;color:#000;font-size:1.5rem;font-family:Inter,sans-serif}#form-section{display:flex;justify-content:center;padding-top:4.5rem;padding-bottom:2rem}#newPrescriptionForm{background-color:#e5ebea;width:90%;padding-top:.5rem;padding-left:.5rem;padding-right:.5rem;border:solid 1px black;border-radius:12px}:root{--fs-xl: clamp(2rem, 2vw + 1rem, 3rem);--fs-600: 2rem;--fs-500: 1rem;--fs-400: .8rem}@media(min-width:800px){:root{--fs-xl: clamp(3rem, 3vw + 1rem, 4rem);--fs-600: 2rem;--fs-500: 1.4rem;--fs-400: 1rem}#form-section{padding-top:8rem}}fieldset{gap:1rem;display:flex;flex-direction:column;border:0}legend{font-weight:700;font-size:2rem;color:#1e555c}input,select{height:1.5rem}button{width:4rem;height:1.5rem;align-self:center;margin-bottom:.5rem;background-color:#1e555c;color:#e5ebea;cursor:pointer;border-radius:12px}button:hover{background-color:#e5ebea;color:#1e555c}.med-added{color:#1e555c;background-color:#fff;padding:.5rem;margin:.25rem;border-radius:12px;display:flex;justify-self:center;justify-content:center}@media(min-width:600px){body{font-size:1rem}#form-section{padding-top:3rem}#newPrescriptionForm{width:80%}fieldset{gap:.75rem}input,select{height:1.2rem}}nav{background-color:#1e555c;min-height:fit-content;height:6vh;display:flex;justify-content:space-between;align-items:center;padding-left:2vw;padding-right:2vw;position:fixed;bottom:0;width:100%}.navLabel{display:none}a{text-decoration:none;color:#e5ebea}a:hover{color:#b9b8b9}@media(min-width:800px){nav{top:0;justify-content:end;gap:2vh}.navLabel{display:block;font-size:var(--fs-400);font-family:Inter,sans-serif;font-weight:400}i{text-align:center}}
