.open-prescription-modal{display:flex;justify-content:center;align-items:center;flex-direction:column}.open-prescription-modal .modalWrapper{background-color:#fff;border-radius:12px;min-width:50%;height:80dvh;overflow:scroll}@media screen and (max-width:1024px){.open-prescription-modal .modalWrapper{min-width:none;max-width:90vw;max-height:80dvh}}.open-prescription-modal .title{color:var(--Dark-Green,#024213);font-family:var(--font-readexPro);font-size:20px;font-style:normal;font-weight:600;line-height:140%}.open-prescription-modal .form-container{width:100%;display:flex;flex-direction:column;gap:24px}.open-prescription-modal .form-container .first-row{display:flex;gap:24px;width:100%}@media screen and (max-width:1024px){.open-prescription-modal .form-container .first-row{flex-direction:column}}.open-prescription-modal .form-container .form-fields{display:flex;flex-direction:column;gap:16px;width:100%}.open-prescription-modal .form-container .MuiInputBase-root{color:#616161;font-family:var(--font-intro);font-size:14px;font-style:normal;font-weight:400;line-height:160%;border-radius:8px}.open-prescription-modal .form-container .MuiInputBase-root.Mui-focused{color:var(--Dark-Green,#024213);border-color:#dedede}.open-prescription-modal .form-container .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--Dark-Green,#024213)}.open-prescription-modal .form-container .MuiInputLabel-root.Mui-focused{color:var(--Dark-Green,#024213);margin-right:8px}