.Button{position:relative}.Button:before{content:"";display:block;height:100%;left:50%;min-height:48px;min-width:48px;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:100%}.Button{align-items:center;border:0 solid transparent;border-radius:4px;cursor:pointer;display:flex;font-weight:600;justify-content:center;outline:0;padding:0 32px;transition:opacity .3s ease}.Button:focus-visible{outline:2px solid #393939;outline-offset:1px}.Button:hover:not(.Button--Loading){opacity:.7}.Button:active:not(:disabled),.Button:active:not([aria-disabled=true]){opacity:1}.Button--Disabled,.Button:disabled,.Button[aria-disabled=true]{background:#efefef!important;border:none!important;color:#8f8f8f!important;cursor:default!important;opacity:1!important;text-decoration:none!important}.Button--Large{font-size:20px;height:56px}@media (min-width:768px){.Button--Large{font-size:25px}}.Button--Medium{font-size:18px;height:48px}@media (min-width:768px){.Button--Medium{font-size:20px}}.Button--Small{font-size:16px;height:40px}.Button--XSmall{font-size:16px;height:32px;padding:0 16px}.Button--XXSmall{font-size:14px;height:32px;padding:0 16px}.Button--Primary{background:#dc143c;color:#fff}.Button--Primary.Button--Loading,.Button--Primary:active:not(:disabled),.Button--Primary:active:not([aria-disabled=true]){background:#a00f2c;opacity:1!important}.Button--Secondary{background:transparent;border:2px solid #2d19fe;color:#2d19fe;transition:background .3s ease,color .3s ease,border-color .3s ease}.Button--Secondary:focus-visible,.Button--Secondary:hover:not(.Button--Loading){background:#2d19fe;border-color:#2d19fe;color:#fff;opacity:1!important}.Button--Secondary.Button--Loading,.Button--Secondary:active:not(:disabled),.Button--Secondary:active:not([aria-disabled=true]){background:#2213bf!important;border-color:#2213bf!important;color:#fff}.Button--Secondary.Button--Disabled,.Button--Secondary.Button:disabled,.Button--Secondary.Button[aria-disabled=true]{border:2px solid transparent!important}.Button--Link,.Button--Text{background:transparent;color:#393939}.Button--Link:focus-visible,.Button--Link:hover:not(.Button--Loading),.Button--Text:focus-visible,.Button--Text:hover:not(.Button--Loading){opacity:.75}.Button--Link:focus-visible,.Button--Text:focus-visible{outline-offset:0}.Button--Link.Button--Loading,.Button--Link:active:not(:disabled),.Button--Link:active:not([aria-disabled=true]),.Button--Text.Button--Loading,.Button--Text:active:not(:disabled),.Button--Text:active:not([aria-disabled=true]){color:#000}.Button--Link .Button__Loader:after,.Button--Text .Button__Loader:after{border-color:#000 transparent transparent}.Button--Link.Button--Small,.Button--Link.Button--XSmall,.Button--Link.Button--XXSmall,.Button--Text.Button--Small,.Button--Text.Button--XSmall,.Button--Text.Button--XXSmall{padding:0}.Button--Link{display:inline-flex;text-decoration:underline;text-underline-offset:6px}.Button--Link.Button--Small,.Button--Link.Button--XSmall,.Button--Link.Button--XXSmall{text-underline-offset:4px}.Button--Icon{background:transparent;border:none;padding:0}.Button__Loader{align-items:center;display:flex;height:24px;justify-content:center;padding-left:12px;width:24px}.Button__Loader:after{-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;border:2px solid transparent;border-radius:50%;border-top-color:#fff;content:"";display:block;height:14px;width:14px}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.ContentContainer{height:100%}.ContentContainer--LightBlue{background:#ddeff0}.Dropdown__Wrapper{align-items:center;color:#393939;display:flex;flex:1;justify-content:flex-end;padding:5px 0;white-space:nowrap}.Dropdown__Wrapper.Dropdown__Wrapper--Vertical{align-items:normal;flex-direction:column;padding:0}.Dropdown__Wrapper.Dropdown__Wrapper--Vertical .Dropdown__Select select{padding-left:0}@media (min-width:1024px){.Dropdown__Wrapper.Dropdown__Wrapper--Vertical{align-items:center;flex-direction:row;padding:5px 0}.Dropdown__Wrapper.Dropdown__Wrapper--Vertical .Dropdown__Select select{padding-left:8px}}.Dropdown__Select select{-webkit-appearance:none;appearance:none;background:#efefef;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.3 10.7-3-3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0L8 8.6l2.3-2.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4l-3 3a.975.975 0 0 1-1.4 0z'/%3E%3C/svg%3E") no-repeat 100%;border:none;box-shadow:none;color:#393939;font-weight:600;line-height:20px;padding:0 32px 0 8px}.Dropdown__Select select:focus{outline:none}.Dropdown__Select select:focus-visible{outline:2px solid #393939}.Dropdown__Select select::-ms-expand{display:none}.Dropdown__Wrapper--small label,.Dropdown__Wrapper--small select{font-size:14px}.Dropdown__Wrapper--big label,.Dropdown__Wrapper--small select option{font-size:16px}.Dropdown__Wrapper--big select{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 16c-.3 0-.5-.1-.7-.3l-6-6c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l5.3 5.3 5.3-5.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4l-6 6c-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E") no-repeat 100%;font-size:16px}.Dropdown__Wrapper--big select option{font-size:16px}.ModalView{width:100vw}.ModalView--ScrollHidden{overflow-y:hidden}.PageView{background:#efefef;color:#393939;display:flex;justify-content:center;margin:0 auto;padding:0 16px 16px}@media (min-width:768px){.PageView{display:block;padding:0 16px}}.PageView__Content{background:transparent;display:block;height:100%;overflow:hidden;position:relative;width:100%}@media (min-width:1024px){.PageView__Content{display:flex;width:100%}}.PageView__Content .Loader{z-index:3}.AppLoader{min-height:150px;text-align:center}.Loader{background:hsla(0,0%,100%,.3);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.Loader,.Loader__Inner{align-items:center;display:flex;justify-content:center}.LoaderLoader__Spinner:after,.Loader__Spinner{border-radius:50%;height:50px;width:50px}.Loader__Spinner{-webkit-animation:load8 1.1s linear infinite;animation:load8 1.1s linear infinite;border:3px solid hsla(0,0%,83%,.2);border-left-color:#d4d4d4;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0)}.Loader__PrescriptionWebBackground{background:#efefef}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.Placeholder{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:600px;padding:0 16px;width:100%}.Placeholder__Image{height:128px;margin-bottom:32px;width:128px}@media (min-width:768px){.Placeholder__Image{height:256px;margin-bottom:48px;width:256px}}.Placeholder__Title{color:#393939;display:block;font-size:20px;font-weight:600;line-height:25px;margin:0;text-align:center}@media (min-width:768px){.Placeholder__Title{font-size:25px;line-height:32px}}@media (min-width:1440px){.Placeholder__Title{font-size:32px;line-height:40px}}.Placeholder__Subtitle{color:#393939;font-size:16px;font-weight:500;line-height:20px;margin:0;padding:0 32px;text-align:center}@media (min-width:768px){.Placeholder__Subtitle{font-size:20px;line-height:25px;padding:0}}.Placeholder__Button{margin-top:24px}.Placeholder__EmptyStateInbox{height:auto;padding-top:96px}@media (min-width:768px){.Placeholder__EmptyStateInbox .Placeholder__Image{height:320px;margin-bottom:16px;width:320px}}.Placeholder__EmptyStateInbox .Placeholder{height:auto}@media (min-width:768px){.Placeholder__EmptyStateInbox .Placeholder__Title{font-size:32px;line-height:39px}}.PlaceholderButton__ReturnIcon .Placeholder__Button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 15.9C27 10.3 22.3 6 17 6c-.2 0-4-.4-8.7 4.3L7 11.6V8c0-.6-.4-1-1-1s-1 .4-1 1v6c0 .6.4 1 1 1h6c.6 0 1-.4 1-1s-.4-1-1-1H8.4l1.3-1.3C11.2 10.2 13.9 8 17 8c4.5 0 8 3.7 8 8 0 5.7-5 8-8.1 8-4.6 0-6.9-3.6-7.5-5.3-.1-.5-.5-.7-.9-.7-.6 0-1 .5-1 1 0 1 2.8 7 9.6 7 4.7 0 9.9-3.8 9.9-10.1z'/%3E%3C/svg%3E");height:24px;width:24px}.PlaceholderButton__RefreshIcon .Placeholder__Button:after,.PlaceholderButton__ReturnIcon .Placeholder__Button:after{background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;margin-left:8px}.PlaceholderButton__RefreshIcon .Placeholder__Button:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M11 .625c-2.538 0-5.187 1.066-6.875 2.845v-.587a1.125 1.125 0 0 0-2.25 0V7c0 .621.504 1.125 1.125 1.125h4a1.125 1.125 0 0 0 0-2.25H5.155c1.377-1.841 3.316-3 5.845-3a8.126 8.126 0 0 1 8.094 7.408c.05.585.527 1.092 1.156 1.092.614 0 1.144-.504 1.096-1.153C20.948 4.855 16.468.625 11 .625zm-9.25 10c-.614 0-1.145.504-1.097 1.153.398 5.367 4.878 9.597 10.347 9.597 2.537 0 5.186-1.066 6.875-2.845v.587a1.125 1.125 0 0 0 2.25 0V15c0-.621-.504-1.125-1.125-1.125h-4a1.125 1.125 0 0 0 0 2.25h1.845c-1.378 1.841-3.316 3-5.845 3a8.126 8.126 0 0 1-8.094-7.408c-.051-.585-.527-1.092-1.156-1.092z'/%3E%3C/svg%3E") no-repeat;height:21px;width:21px}.PlaceholderButton__ArrowIcon .Placeholder__Button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3 18.7c-.4-.4-.4-1 0-1.4l4.3-4.3H4c-.6 0-1-.4-1-1s.4-1 1-1h13.6l-4.3-4.3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l6 6c.4.4.4 1 0 1.4l-6 6c-.4.4-1 .4-1.4 0z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:24px;margin-left:8px;width:24px}.PlaceholderButton__ArrowIcon.PlaceholderButton__ArrowIcon--Back .Placeholder__Button:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.RedirectToBankIdLoginInfoView{background:#efefef;display:flex;font-size:20px;height:100%;justify-content:center;opacity:1;position:absolute;top:0;transition:opacity .5s ease-out;visibility:visible;width:100%;z-index:1}.RedirectToBankIdLoginInfoView p{font-weight:500;margin-top:120px;max-width:240px;text-align:center}.RedirectToBankIdLoginInfoView span{-webkit-animation-duration:1.4s;animation-duration:1.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:blink;animation-name:blink;display:inline-block}.RedirectToBankIdLoginInfoView span:nth-of-type(2){-webkit-animation-delay:.2s;animation-delay:.2s}.RedirectToBankIdLoginInfoView span:nth-of-type(3){-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.PhilModalButtons{display:flex;gap:40px;justify-content:center;padding:16px 16px 0}.PhilModalButtons--EditMode,.PhilModalButtons--Mobile{justify-content:end}.PhilModalButtons--SubmitButton{background:#dc143c;font-size:20px;font-weight:600;height:48px}.PhilModalButtons--Mobile .PhilModalButtons--SubmitButton{font-size:16px;height:40px}.PhilModalButtons--CloseModal{font-size:20px;font-weight:600}.PhilModalButtons--WithoutPaddings{padding:0}.PhilModalButtons--Mobile .PhilModalButtons--CloseModal{font-size:16px;height:40px}.PhilModalButtons--CloseModal:before,.PhilModalButtons--SubmitButton:before{display:none}.PhilModalButtons--PrescriptionHistory{justify-content:center;padding:16px}.PrescriptionTagList{align-items:center;display:flex;flex-wrap:wrap;gap:8px 12px;list-style:none;margin:0;padding:8px 0 0}@media (min-width:1024px){.PrescriptionTagList{align-self:flex-start;justify-content:flex-end;padding:0}}.PrescriptionTagList--Wrapper{display:flex;grid-column:1/-1;grid-row:1}@media (min-width:1024px){.PrescriptionTagList--Wrapper{align-self:flex-start;grid-column:3;grid-row:1;justify-content:flex-end}}.PrescriptionTagList__Item{border-radius:32px;font-size:12px;line-height:15px;padding:5px 12px 4px;width:-webkit-max-content;width:max-content}.PrescriptionTagList__Item,.PrescriptionTagList__Item.PrescriptionTagList__Item--Default{background:#efefef}.PrescriptionTagList__Item.PrescriptionTagList__Item--Blue{background:#ddeff0}.PrescriptionTagList__Item.PrescriptionTagList__Item--Highlighted{background:#fcf1ef}.PrescriptionTagList__Item.PrescriptionTagList__Item--Icon{align-items:center;background:#fff0f0;border-radius:50%;display:flex;height:24px;justify-content:center;width:24px}.PrescriptionTagList__Item.PrescriptionTagList__Item--CooledProduct{align-items:center;background:transparent;border:1px solid #d4d4d4;display:flex;gap:6px}.PrescriptionTagList__Item.PrescriptionTagList__Item--GreyedOut{background:#d4d4d4}.PrescriptionTagList__ItemColdIcn{background-position:50%;background-repeat:no-repeat;background-size:contain!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='%232D19FE' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 1.625a.625.625 0 0 0-.441.184.625.625 0 0 0 0 .882L7.375 4.01v2.906l-2.52-1.453-.482-1.799a.625.625 0 0 0-.766-.441.625.625 0 0 0-.441.765l.387 1.446-1.446.386a.625.625 0 0 0-.441.766.625.625 0 0 0 .766.441l1.798-.482L6.75 8 4.23 9.455l-1.798-.482a.625.625 0 0 0-.766.441.625.625 0 0 0 .441.766l1.446.386-.387 1.446a.625.625 0 0 0 .441.765.625.625 0 0 0 .766-.441l.482-1.799 2.52-1.453v2.906l-1.316 1.32a.625.625 0 0 0 0 .883.625.625 0 0 0 .882 0L8 13.131l1.059 1.06a.625.625 0 0 0 .882 0 .625.625 0 0 0 0-.883L8.625 11.99V9.084l2.518 1.453.482 1.799a.625.625 0 0 0 .766.441.625.625 0 0 0 .441-.765l-.387-1.446 1.446-.386a.625.625 0 0 0 .441-.766.625.625 0 0 0-.766-.441l-1.798.482L9.248 8l2.52-1.455 1.798.482a.625.625 0 0 0 .766-.441.625.625 0 0 0-.441-.766l-1.446-.386.387-1.446a.625.625 0 0 0-.441-.765.625.625 0 0 0-.766.441l-.482 1.799-2.518 1.453V4.01l1.316-1.32a.625.625 0 0 0 0-.882.625.625 0 0 0-.882 0L8 2.867 6.941 1.81a.625.625 0 0 0-.441-.184z'/%3E%3C/svg%3E");content:"";display:inline-block;flex-shrink:0;height:16px;min-width:16px;width:16px}.RadioButton{align-items:center;display:flex;gap:16px}.RadioButton.RadioButton--EditMode .RadioButton__Label{cursor:auto;padding:10px 0}.RadioButton.RadioButton--EditMode .RadioButton__Label:before{display:none}.RadioButton.RadioButton--EditMode .RadioButton__Label.RadioButton__Label--WithFreepassStatus{padding-bottom:2px}.RadioButton.RadioButton--ModalVersion .RadioButton__Label{padding:12px 16px}.RadioButton.RadioButton--ModalVersion .RadioButton__Label--WithFreepassStatus{padding-bottom:0}.RadioButton.RadioButton--ModalVersion.RadioButton--EditMode{padding-left:16px}.RadioButton.RadioButton--ModalVersion.RadioButton--EditMode .RadioButton__Label{padding:14px 16px 14px 0}.RadioButton.RadioButton--ModalVersion.RadioButton--EditMode .RadioButton__Label--WithFreepassStatus{padding-bottom:2px}.RadioButton.RadioButton--Disabled .RadioButton__Label{cursor:auto;opacity:.75}.RadioButton__Label{align-items:center;color:#393939;cursor:pointer;display:inline-flex;gap:16px;height:auto;line-height:20px;padding:8px 0;text-align:center;width:100%}.RadioButton__Label--IncreasedPadding{padding:10px 0}.RadioButton__Label--WithFreepassStatus{padding-bottom:0}.RadioButton__Input{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #8f8f8f;border-radius:50%;display:grid;height:16px;margin:0;min-width:16px;place-content:center;-webkit-transform:translateY(-.5px);transform:translateY(-.5px);width:16px}.RadioButton__Input:before{border-radius:50%;box-shadow:inset 8px 8px #393939;content:"";height:8px;margin:0;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .12s ease-in-out;transition:transform .12s ease-in-out;transition:transform .12s ease-in-out,-webkit-transform .12s ease-in-out;width:8px}.RadioButton__Input:checked{border:2px solid #393939}.RadioButton__Input:checked:before{-webkit-transform:scale(1.15);transform:scale(1.15)}.RadioButton__Input:focus-visible{outline:2px solid #00f0ff}.RadioButton__InputWrapper{align-items:center;align-self:flex-start;display:flex;height:24px;justify-content:center;min-width:24px;width:24px}.RadioButton__InputWrapper--Small{align-self:center;height:16px;min-width:16px;width:16px}.RadioButton__LabelText{text-align:left}.RadioButton__DeleteButton{background-position:50%;background-repeat:no-repeat;background-size:contain!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1 22H7.9c-1.6 0-2.9-1.2-3-2.8L4.1 6H4c-.6 0-1-.4-1-1s.4-1 1-1h4V3c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v1h4c.6 0 1 .4 1 1s-.4 1-1 1h-.1l-.8 13.2c-.1 1.6-1.4 2.8-3 2.8zM6.1 6l.8 13.1c0 .5.5.9 1 .9h8.2c.5 0 1-.4 1-.9L17.9 6H6.1zM10 4h4V3h-4v1zm4 14c-.6 0-1-.4-1-1V9c0-.6.4-1 1-1s1 .4 1 1v8c0 .6-.4 1-1 1zm-4 0c-.6 0-1-.4-1-1V9c0-.6.4-1 1-1s1 .4 1 1v8c0 .6-.4 1-1 1z'/%3E%3C/svg%3E") no-repeat 50%;border:none;content:"";cursor:pointer;display:inline-block;flex-shrink:0;height:24px;padding:0;width:24px}.RadioButton__DeleteButton--Hidden{visibility:hidden}.AuthErrorView{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.AuthErrorView__Image{height:64px;margin-bottom:40px;width:64px}.AuthErrorView__Title{display:block;font-size:20px;font-weight:600;line-height:25px;margin-bottom:16px;padding:0 16px;text-align:center}@media (min-width:768px){.AuthErrorView__Title{font-size:32px;line-height:39px}}.AuthErrorView__Subtitle{display:block;font-size:16px;margin-bottom:40px}@media (min-width:768px){.AuthErrorView__Subtitle{font-size:20px}}.AuthErrorView__Button{background:#2d19fe;flex-direction:row-reverse}.AuthErrorView__Button:active:not(:disabled){background:#2213bf}.AuthErrorView__Button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 22' fill='%23fff'%3E%3Cpath d='M7.5 3h-6C.7 3 0 2.3 0 1.5S.7 0 1.5 0h6C8.3 0 9 .7 9 1.5S8.3 3 7.5 3zm0 12h-6C.7 15 0 14.3 0 13.5S.7 12 1.5 12h6c.8 0 1.5.7 1.5 1.5S8.3 15 7.5 15zm0 6h-6C.7 21 0 20.3 0 19.5S.7 18 1.5 18h6c.8 0 1.5.7 1.5 1.5S8.3 21 7.5 21zm12-12h-6c-.8 0-1.5-.7-1.5-1.5S12.7 6 13.5 6h6c.8 0 1.5.7 1.5 1.5S20.3 9 19.5 9zm0 6h-6c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5h6c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5zm12-12h-6c-.8 0-1.5-.7-1.5-1.5S24.7 0 25.5 0h6c.8 0 1.5.7 1.5 1.5S32.3 3 31.5 3zm0 6h-6c-.8 0-1.5-.7-1.5-1.5S24.7 6 25.5 6h6c.8 0 1.5.7 1.5 1.5S32.3 9 31.5 9zm0 12h-6c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5h6c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5zm14.3-7.9c0 3.2 1.8 4.9 3.9 4.9 1.9 0 4-1.6 4-4.9s-2-4.8-3.9-4.8c-2.1 0-4 1.5-4 4.8m0-13.1v7.8C46.7 6.4 48.3 5 51 5c3 0 6.6 2.5 6.6 8 0 5.7-3.4 8.5-6.9 8.5-2 0-3.7-.9-4.8-2.7V21H42V0h3.8zm17.5 13.2c0 3.3 2 4.8 3.9 4.8 2.1 0 3.9-1.4 3.9-4.8 0-3.3-1.8-4.9-3.9-4.9-1.8 0-3.9 1.5-3.9 4.9m-3.8-.2c0-5.4 3.5-8.1 7-8.1 1.9 0 3.5.7 4.7 2.4v-2H75V21h-3.8v-2.2c-1.1 1.5-2.7 2.6-5.2 2.6-3 0-6.5-2.6-6.5-8.4m23-.9V21h-3.8V5.4h3.8v2.3c1.1-2 3.1-2.7 4.8-2.7 2.7 0 5.3 1.4 5.3 5.6V21h-3.8v-9c0-2.6-1.3-3.6-3-3.6-1.9.1-3.3 1.2-3.3 3.7M96.2 0v21h3.8v-3.8l2.1-2.6 4.3 6.4h4.2l-6.2-9.1 5.4-6.5h-4.3l-5.5 7.2V0h-3.8zm18.1.7h3.9V21h-3.9V.7zm15.2 0h-7.4V21h7.4c5.5 0 10.1-3.3 10.1-10.2C139.6 4 135 .7 129.5.7zm0 16.7H126V4.3h3.5c3.2 0 5.9 2.1 5.9 6.6 0 4.4-2.7 6.5-5.9 6.5z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:12px;margin-right:8px;width:80px}.DateInput{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.DateInput--Error .DateInput__Input{border:1px solid #dc143c!important}.DateInput__FieldWrapper{padding-right:8px}.DateInput__FieldWrapper:last-of-type{padding-right:0}.DateInput__InputTitle{font-size:14px;font-weight:600;line-height:18px}.DateInput__InputWrapper{display:flex;flex:1;flex-direction:column;max-width:33.33333%;padding-right:8px}.DateInput__InputWrapper:last-of-type{padding-right:0}.DateInput__Input{-moz-appearance:textfield;background:#f5f5f5;border:0;border-bottom:1px solid #d4d4d4;border-radius:0;font-size:16px;height:48px;margin:0;max-width:100%;outline:0;padding:12px;transition:border-bottom .3s ease-out}.DateInput__Input:focus{border-bottom:1px solid #393939}.DateInput__Input::-webkit-inner-spin-button,.DateInput__Input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.DateInput__ErrorMessage{align-items:center;color:#dc143c;display:flex;margin-top:8px;width:100%}.DateInput__ErrorMessage:before{background-position:50%;background-repeat:no-repeat;background-size:contain!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23DC143C' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M12 13.5c-.6 0-1-.4-1-1V7c0-.6.4-1 1-1s1 .4 1 1v5.5c0 .6-.4 1-1 1zm-1.5 3c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5S12.8 18 12 18s-1.5-.7-1.5-1.5zM12 3c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zM1 12C1 5.9 5.9 1 12 1s11 4.9 11 11-4.9 11-11 11S1 18.1 1 12z'/%3E%3C/svg%3E") no-repeat 50%;content:"";display:inline-block;flex-shrink:0;height:24px;margin-right:4px;width:24px}.HeaderBackButton{align-items:center;background:#fff;border:none;border-radius:4px;color:#393939;cursor:pointer;display:flex;margin:0 16px}@media (min-width:768px){.HeaderBackButton{display:none}}.HeaderBackButton:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.3 18.7-6-6c-.4-.4-.4-1 0-1.4l6-6c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4L6.4 11H20c.6 0 1 .4 1 1s-.4 1-1 1H6.4l4.3 4.3c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:24px;padding-left:20px;width:24px}.Input{display:flex;flex-direction:column;width:100%}.Input--Invalid{position:relative}.Input--Invalid .Input__Input{border-color:#dc143c!important;padding-right:40px}.Input--Invalid:after{background-position:50%;background-repeat:no-repeat;background-size:contain!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23DC143C' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M12 13.5c-.6 0-1-.4-1-1V7c0-.6.4-1 1-1s1 .4 1 1v5.5c0 .6-.4 1-1 1zm-1.5 3c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5S12.8 18 12 18s-1.5-.7-1.5-1.5zM12 3c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zM1 12C1 5.9 5.9 1 12 1s11 4.9 11 11-4.9 11-11 11S1 18.1 1 12z'/%3E%3C/svg%3E") no-repeat 100%;content:"";display:inline-block;flex-shrink:0;height:24px;position:absolute;right:12px;top:28px;width:24px}@media (min-width:768px){.Input--Invalid:after{top:36px}}.Input__Label{font-size:14px;font-weight:600;line-height:16px}@media (min-width:768px){.Input__Label{font-size:16px;line-height:20px}}.Input__Label span{color:#dc143c}.Input__Input{background:#f5f5f5;border:2px solid #f5f5f5;border-bottom-color:#d4d4d4;font-size:16px;height:48px;outline:0;padding:0 6px;transition:border .3s ease}@media (min-width:768px){.Input__Input{height:56px}}.Input__Input:active,.Input__Input:focus{border-bottom-color:#393939}.Input__Input::-ms-clear,.Input__Input::-ms-reveal{display:none}.Input__Input[type=number]{-moz-appearance:textfield}.Input__Input::-webkit-inner-spin-button,.Input__Input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Input__ErrorMessage{color:#dc143c;font-size:14px;font-weight:600;line-height:16px}@media (min-width:768px){.Input__ErrorMessage{font-size:16px;line-height:20px}}.ModalOverlay{background-color:rgba(57,57,57,.7);cursor:pointer;left:0;min-height:100%;overflow-y:auto;padding:16px;position:fixed;top:0;width:100%;z-index:10}.Modal,.ModalOverlay--Disabled{cursor:auto}.Modal{background-color:#fff;margin:auto;max-width:600px;outline:0;padding:32px;position:relative;width:100%}@media (max-width:767px){.Modal{padding:16px}}.Modal__CloseButton:before{content:"";display:block;height:100%;left:50%;min-height:48px;min-width:48px;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:100%}.Modal__CloseButton{align-items:center;background:none;border:none;border-radius:0;display:flex;height:24px;justify-content:center;margin-right:-9px;padding:0;transition:opacity .3s ease;width:24px}@media (min-width:768px){.Modal__CloseButton:hover{opacity:.7}}@media (min-width:520px){.Modal__CloseButton{right:32px}}.Modal__CloseButton:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 19c-.3 0-.5-.1-.7-.3L12 13.4l-5.3 5.3c-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4l5.3-5.3-5.3-5.3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l5.3 5.3 5.3-5.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4L13.4 12l5.3 5.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E") no-repeat;background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:24px;top:-2px;width:24px}.Modal__CloseButton{cursor:pointer;margin-left:auto;margin-right:0;position:relative;right:0}.Modal__CloseButton span{visibility:hidden}.Modal__Content--Narrow{margin:0 auto;max-width:400px}.Modal__Buttons{align-items:center;display:flex;justify-content:center}.Modal__Heading{font-size:20px;margin-bottom:16px;text-align:center;width:100%}@media (min-width:768px){.Modal__Heading{font-size:25px;margin-bottom:24px}}.Modal__Header{align-items:center;border-bottom:1px solid #d4d4d4;display:flex;justify-content:space-between;margin-left:-16px;margin-top:-42px;padding:16px;width:calc(100% + 32px)}@media (min-width:768px){.Modal__Header{margin-left:-32px;margin-top:-50px;padding:24px 32px;width:calc(100% + 64px)}}.Modal__Header h2{font-size:20px;margin-bottom:0;margin-top:0}@media (min-width:768px){.Modal__Header h2{font-size:32px}}.Modal__Text{font-size:18px;text-align:center;width:100%}@media (min-width:768px){.Modal__Text{font-size:20px}}.Modal__Buttons{margin-top:24px}@media (min-width:768px){.Modal__Buttons{margin-top:32px}}.Modal__Buttons--Column{flex-direction:column}.Modal__Buttons--Column button{margin-top:12px}.Modal__Buttons--Column button:first-of-type{margin-top:0}.Modal__Error{color:#dc143c;display:block;font-size:16px;font-weight:600;margin-top:16px;text-align:center}.ExpectedDeliveryDateView{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:intro;animation-name:intro;height:auto;margin-top:16px;position:relative}.ExpectedDeliveryDateView__Wrapper{align-items:flex-start;border:1px solid #d4d4d4;border-radius:4px;display:flex;flex-direction:column;gap:8px;padding:12px 16px}.ExpectedDeliveryDateView__HeaderDeliveryInfoWrapper{display:flex;justify-content:space-between;width:100%}.ExpectedDeliveryDateView__HeaderDeliveryInfoWrapper--NoPostalCode{align-items:center}@media (max-width:767px){.ExpectedDeliveryDateView__HeaderDeliveryInfoWrapper--NoPostalCode{display:block}}.ExpectedDeliveryDateView__HeaderDeliveryInfoWrapper--NoPostalCodeCooledProduct{align-items:center;display:block}.ExpectedDeliveryDateView__Selected{background:#f5f5f5;display:flex;flex-direction:column;gap:8px;padding:12px 16px;width:100%}.ExpectedDeliveryDateView__Header{display:flex;justify-content:space-between}.ExpectedDeliveryDateView__Details{display:flex;flex-direction:column}@media (min-width:768px){.ExpectedDeliveryDateView__Details{align-items:center;flex-direction:row}}.ExpectedDeliveryDateView__Logo{height:16px;margin-right:8px;width:64px}@media (max-width:767px){.ExpectedDeliveryDateView__Logo{margin-bottom:4px}}.ExpectedDeliveryDateView__Logo img,.ExpectedDeliveryDateView__Logo picture{display:block;height:100%;width:100%}.ExpectedDeliveryDateView__Logo img{object-fit:contain;object-position:left}.ExpectedDeliveryDateView__Name{font-size:12px;font-weight:500;line-height:15px}.ExpectedDeliveryDateView__NoDeliveryWrapper{color:#393939;display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:8px}.ExpectedDeliveryDateView__NoDeliveryHeader{align-items:flex-start;color:#dc143c;display:flex;font-weight:600}.ExpectedDeliveryDateView__NoDeliveryHeader:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' fill='%23DC143C'%3E%3Cpath d='M8 1.5A6.508 6.508 0 0 0 1.5 8c0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5S11.584 1.5 8 1.5zm0 1c3.043 0 5.5 2.457 5.5 5.5s-2.457 5.5-5.5 5.5A5.492 5.492 0 0 1 2.5 8c0-3.043 2.457-5.5 5.5-5.5zm0 2a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5.5.5 0 0 0 .5-.5V5a.5.5 0 0 0-.5-.5z' color='%23000' style='-inkscape-stroke:none'/%3E%3Ccircle transform='matrix(-1 0 0 1 9 10)' cx='1' cy='1' r='1' fill='%23dc143c'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:16px;margin-right:8px;width:16px}.ExpectedDeliveryDateView__InfoButton{position:relative}.ExpectedDeliveryDateView__InfoButton:after{content:"";display:block;height:100%;left:50%;min-height:48px;min-width:48px;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%}.ExpectedDeliveryDateView__InfoButton{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M8 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm1 10c0 .6-.4 1-1 1s-1-.4-1-1V8c0-.6.4-1 1-1s1 .4 1 1v3zM8 6c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1z'/%3E%3C/svg%3E");background-repeat:no-repeat;border:none;flex-shrink:0;height:16px;width:16px}.ExpectedDeliveryDateView__DeliveryTime{display:block;font-size:14px;font-weight:500}.ExpectedDeliveryDateView__LinkButton{font-weight:500!important;height:24px!important}.ExpectedDeliveryDateView__LinkButton--CooledProduct{font-size:14px}.ExpectedDeliveryDateView__LinkButton--CooledProduct.Button--Small{font-size:14px;height:16px!important}.ExpectedDeliveryDateView__ChangeButton--NoPostalCode{background-color:#fff;border:2px solid #393939!important;color:#393939;display:flex;font-size:14px!important;font-weight:500!important;white-space:nowrap}.ExpectedDeliveryDateView__ChangeButton--NoPostalCode:not(.Button--Loading):hover{background-color:transparent;border-color:#393939;color:#393939;opacity:.8}.ExpectedDeliveryDateView__ChangeButton--NoPostalCode:active{background-color:transparent;border-color:#393939;color:#393939}@media (max-width:767px){.ExpectedDeliveryDateView__ChangeButton--NoPostalCode{margin-top:8px}}.ExpectedDeliveryDateView__HeaderDeliveryInfo{align-items:center;display:flex;font-size:14px;font-weight:600;line-height:16px}.ExpectedDeliveryDateView__HeaderDeliveryInfo:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M14.406 1.086a1 1 0 0 0-.812 0l-9 4A1 1 0 0 0 4 6v3h2V7.539l7 3.11v9.812l-7-3.11V16H4v2a1 1 0 0 0 .594.914l9 4a1 1 0 0 0 .812 0l9-4A1 1 0 0 0 24 18V6a1 1 0 0 0-.594-.914l-9-4zM15 20.461V10.65l7-3.111v9.811l-7 3.111zM14 8.906 20.538 6 14 3.094 7.462 6 14 8.906z'/%3E%3Cpath d='M2 11a1 1 0 0 1 1-1h5a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1zm-2 3a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");height:24px;width:24px}.ExpectedDeliveryDateView__HeaderDeliveryInfo--CooledProduct:before,.ExpectedDeliveryDateView__HeaderDeliveryInfo:before{background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;margin-right:8px}.ExpectedDeliveryDateView__HeaderDeliveryInfo--CooledProduct:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='%232D19FE' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 1.625a.625.625 0 0 0-.441.184.625.625 0 0 0 0 .882L7.375 4.01v2.906l-2.52-1.453-.482-1.799a.625.625 0 0 0-.766-.441.625.625 0 0 0-.441.765l.387 1.446-1.446.386a.625.625 0 0 0-.441.766.625.625 0 0 0 .766.441l1.798-.482L6.75 8 4.23 9.455l-1.798-.482a.625.625 0 0 0-.766.441.625.625 0 0 0 .441.766l1.446.386-.387 1.446a.625.625 0 0 0 .441.765.625.625 0 0 0 .766-.441l.482-1.799 2.52-1.453v2.906l-1.316 1.32a.625.625 0 0 0 0 .883.625.625 0 0 0 .882 0L8 13.131l1.059 1.06a.625.625 0 0 0 .882 0 .625.625 0 0 0 0-.883L8.625 11.99V9.084l2.518 1.453.482 1.799a.625.625 0 0 0 .766.441.625.625 0 0 0 .441-.765l-.387-1.446 1.446-.386a.625.625 0 0 0 .441-.766.625.625 0 0 0-.766-.441l-1.798.482L9.248 8l2.52-1.455 1.798.482a.625.625 0 0 0 .766-.441.625.625 0 0 0-.441-.766l-1.446-.386.387-1.446a.625.625 0 0 0-.441-.765.625.625 0 0 0-.766.441l-.482 1.799-2.518 1.453V4.01l1.316-1.32a.625.625 0 0 0 0-.882.625.625 0 0 0-.882 0L8 2.867 6.941 1.81a.625.625 0 0 0-.441-.184z'/%3E%3C/svg%3E");height:16px;width:16px}.ExpectedDeliveryDateView__EnterPostalCode{align-items:center;display:flex;font-size:14px;font-weight:500;line-height:16px}.ExpectedDeliveryDateView__InfoWrapper{display:flex;flex-direction:column;gap:4px}.ExpectedDeliveryDateView__InfoWrapper--CooledProduct{gap:8px}.ExpectedDeliveryDateView__CoolProductsButtons{align-items:self-end;display:flex;justify-content:space-between}@-webkit-keyframes intro{0%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes intro{0%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}.NewModal{background:rgba(57,57,57,.7);height:100%;position:fixed;right:0;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);transition:background .3s ease;width:100%;z-index:6}.NewModal:hover{cursor:pointer}.NewModal__Inner{display:flex;flex-direction:column;height:auto;justify-content:center;justify-content:space-between;max-height:100%;position:absolute;width:100%}@media (max-width:767px){.NewModal__Inner{border-radius:28px 28px 0 0;bottom:0;max-height:90svh;min-height:120px;padding:0 8px}}@media (min-width:768px){.NewModal__Inner{height:100%;width:496px}}.NewModal__Inner:hover{cursor:default}.NewModal__Inner--Default{background:#fff}.NewModal__Inner--LightBlue{background:#ddeff0}.NewModal--Hidden{background:transparent}.NewModal--Hidden .NewModal__Inner--NoVariant{display:none}.NewModal--Hidden:not(.NewModal--WasShown){display:none;z-index:-1}.NewModal--Hidden.NewModal--WasShown .NewModal__Inner--Right{-webkit-animation:mobileModalClose .3s ease forwards;animation:mobileModalClose .3s ease forwards}@media (min-width:768px){.NewModal--Hidden.NewModal--WasShown .NewModal__Inner--Right{-webkit-animation:rightModalClose .3s ease forwards;animation:rightModalClose .3s ease forwards}}.NewModal--Hidden.NewModal--WasShown .NewModal__Inner--Left{-webkit-animation:mobileModalClose .3s ease forwards;animation:mobileModalClose .3s ease forwards}@media (min-width:768px){.NewModal--Hidden.NewModal--WasShown .NewModal__Inner--Left{-webkit-animation:leftModalClose .3s ease forwards;animation:leftModalClose .3s ease forwards}}@media (max-width:767px){.NewModal--Hidden.NewModal--WasShown .NewModal__Inner--Center{-webkit-animation:mobileModalClose .3s ease forwards;animation:mobileModalClose .3s ease forwards}}@media (min-width:768px){.NewModal--Hidden.NewModal--WasShown .NewModal__Inner--Center{-webkit-transform:translate(50vw,50vh);transform:translate(50vw,50vh)}}.NewModal__Inner--Left{-webkit-animation:mobileModalOpen .3s ease forwards;animation:mobileModalOpen .3s ease forwards;left:0}@media (min-width:768px){.NewModal__Inner--Left{-webkit-animation:leftModalOpen .3s ease forwards;animation:leftModalOpen .3s ease forwards;border-radius:0 8px 8px 0}}.NewModal__Inner--Right{-webkit-animation:mobileModalOpen .3s ease forwards;animation:mobileModalOpen .3s ease forwards;right:0}@media (min-width:768px){.NewModal__Inner--Right{-webkit-animation:rightModalOpen .3s ease forwards;animation:rightModalOpen .3s ease forwards;border-radius:8px 0 0 8px;justify-content:flex-start}.NewModal__Inner--Right .NewModal__CloseButton{position:absolute;right:32px;top:32px}.NewModal__Inner--Right .NewModal__CloseButton:before{min-height:48px;min-width:48px}.NewModal__Inner--Right .NewModal__Header{border-bottom:1px solid #d4d4d4;justify-content:flex-start;padding:24px 64px 24px 32px}.NewModal__Inner--Right .NewModal__Content{padding:0 16px 16px}}.NewModal__Inner--Center{border:none;justify-content:center}@media (min-width:768px){.NewModal__Inner--Center{height:auto;left:50%;min-height:556px;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:none;width:592px}}@media (max-width:767px){.NewModal__Inner--Center{-webkit-animation:mobileModalOpen .3s ease forwards;animation:mobileModalOpen .3s ease forwards}}.NewModal__Inner--Center .NewModal__CloseButton{position:absolute;right:16px;top:16px}.NewModal__Inner--Center .NewModal__Header{justify-content:flex-start}@media (min-width:768px){.NewModal__Inner--Center .NewModal__Header{justify-content:center}.NewModal__Inner--Center.NewModal__Inner--ShorterHeight{min-height:240px}}.NewModal__DragHandle{border:2px solid #8f8f8f;border-radius:2px;margin:16px auto 0;width:32px}@media (min-width:768px){.NewModal__DragHandle{display:none}}.NewModal__CloseButton:before{content:"";display:block;height:100%;left:50%;min-height:48px;min-width:48px;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%}.NewModal__CloseButton{align-items:center;background:none;border:none;border-radius:0;display:flex;height:24px;justify-content:center;margin-right:-9px;padding:0;transition:opacity .3s ease;width:24px}@media (min-width:768px){.NewModal__CloseButton:hover{opacity:.7}}@media (min-width:520px){.NewModal__CloseButton{right:32px}}.NewModal__CloseButton:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 19c-.3 0-.5-.1-.7-.3L12 13.4l-5.3 5.3c-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4l5.3-5.3-5.3-5.3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l5.3 5.3 5.3-5.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4L13.4 12l5.3 5.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E") no-repeat;background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;flex-shrink:0;height:24px;top:-2px;width:24px}.NewModal__CloseButton{display:none;margin-left:auto;margin-right:0;position:relative;right:0}.NewModal__CloseButton:before{min-height:56px;min-width:56px}@media (min-width:768px){.NewModal__CloseButton{display:initial}}.NewModal__Header{align-items:center;border-bottom:1px solid #d4d4d4;display:flex;gap:8px;justify-content:center;padding:16px}@media (min-width:768px){.NewModal__Header{border:none;gap:12px;padding:40px 40px 24px}}.NewModal__Heading{font-size:20px;line-height:25px;margin:0}@media (min-width:768px){.NewModal__Heading{font-size:30px;line-height:39px}}.NewModal__Subheading{font-size:16px;font-weight:500;line-height:20px}.NewModal__SwipeableOverlay{position:relative}.NewModal__SwipeableOverlay:after{content:"";height:41px;left:0;opacity:0;position:absolute;top:100%;width:100%}@media (min-width:768px){.NewModal__SwipeableOverlay{display:none}}.NewModal__ShorterSwipeableOverlay:after{left:15%;width:85%}.NewModal__Content{scrollbar-height:thin;scrollbar-color:#6b6b6b #fff;scrollbar-width:thin}.NewModal__Content::-webkit-scrollbar{height:5px;width:5px}.NewModal__Content::-webkit-scrollbar-track{background:#fff}.NewModal__Content::-webkit-scrollbar-thumb{background-color:#6b6b6b;border:2.5px solid #6b6b6b;border-radius:2.5px}.NewModal__Content{overflow-x:hidden;overflow-y:auto;padding:16px}@media (min-width:768px){.NewModal__Content{padding:0 40px 16px}}.NewModal__Content.NewModal__Content--WithPaddingTop{padding-bottom:40px;padding-top:40px}@media (min-width:768px){.NewModal__Content.NewModal__Content--WithPaddingTop{padding-bottom:16px;padding-top:48px}}.NewModal__Footer{padding:16px 16px 34px}.NewModal__Footer:has(.NewModal__Error){padding-bottom:0}.NewModal__Footer:has(.NewModal__Error) .NewModal__Buttons{margin-bottom:8px}@media (max-width:767px){.NewModal__Footer{box-shadow:0 0 30px -12px hsla(0,0%,7%,.15);margin-left:-8px;margin-right:-8px;width:calc(100% + 16px)}.NewModal__Footer.NewModal__Footer--MobileLeft .NewModal__Buttons{justify-content:flex-start}.NewModal__Footer.NewModal__Footer--MobileLeft .NewModal__Error{text-align:left}.NewModal__Footer.NewModal__Footer--MobileCenter .NewModal__Buttons{justify-content:center}.NewModal__Footer.NewModal__Footer--MobileCenter .NewModal__Error{text-align:center}.NewModal__Footer.NewModal__Footer--MobileRight .NewModal__Buttons{justify-content:flex-end}.NewModal__Footer.NewModal__Footer--MobileRight .NewModal__Error{text-align:right}}@media (min-width:768px){.NewModal__Footer{padding:24px 40px 40px}}.NewModal__Buttons{display:flex;justify-content:flex-end}@media (max-width:767px){.NewModal__Buttons>button{font-size:16px;height:40px}}@media (min-width:768px){.NewModal__Buttons{justify-content:center}}.NewModal__Error{color:#dc143c;font-size:16px;font-weight:500;line-height:20px;margin-bottom:6px;text-align:right}@media (min-width:768px){.NewModal__Error{margin-bottom:12px;text-align:center}}@-webkit-keyframes leftModalOpen{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes leftModalOpen{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes leftModalClose{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes leftModalClose{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes rightModalOpen{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes rightModalOpen{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes rightModalClose{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes rightModalClose{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes mobileModalOpen{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes mobileModalOpen{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes mobileModalClose{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes mobileModalClose{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes gradient{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradient{0%{background-position:100% 50%}to{background-position:0 50%}}.Placeholder__Rect{-webkit-animation:gradient 2s infinite;animation:gradient 2s infinite;background:#f5f5f5;background:linear-gradient(90deg,#f5f5f5 25%,#e9e9e9 50%,#f5f5f5 75%);background-size:400% 400%;border-radius:4px;width:100%}.Placeholder__Rect.Placeholder__Rect--Rounded{border-radius:10px}.Placeholder__Rect.Placeholder__Rect--Sharp{border-radius:0}.Placeholder__Rect.Placeholder__Rect--HeightXS{height:8px}.Placeholder__Rect.Placeholder__Rect--HeightS{height:16px}.Placeholder__Rect.Placeholder__Rect--HeightM{height:24px}.Placeholder__Rect.Placeholder__Rect--HeightL{height:32px}.Placeholder__Rect.Placeholder__Rect--HeightXL{height:40px}.Placeholder__Rect,.Placeholder__Rect.Placeholder__Rect--Height100{height:100%}.Placeholder__Rect.Placeholder__Rect--WidthXS{width:24px}.Placeholder__Rect.Placeholder__Rect--WidthS{width:48px}.Placeholder__Rect.Placeholder__Rect--WidthL{width:64px}.Placeholder__Rect.Placeholder__Rect--WidthXL{width:80px}.Placeholder__Rect.Placeholder__Rect--WidthXXL{width:112px}.Placeholder__Rect.Placeholder__Rect--WidthXXXL{width:148px}.Placeholder__Rect,.Placeholder__Rect.Placeholder__Rect--Width100{width:100%}.Placeholder__Circle{-webkit-animation:gradient 2s infinite;animation:gradient 2s infinite;background:#f5f5f5;background:linear-gradient(90deg,#f5f5f5 25%,#e9e9e9 50%,#f5f5f5 75%);background-size:400% 400%;border-radius:50%;height:100%;width:100%}.Placeholder__Circle.Placeholder__Circle--SizeS{height:24px;min-width:24px;width:24px}.Placeholder__Circle.Placeholder__Circle--SizeM{height:32px;min-width:32px;width:32px}.Placeholder__Circle.Placeholder__Circle--SizeL{height:40px;min-width:40px;width:40px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}body,body *{font-family:TT Commons,sans-serif}body *{box-sizing:border-box}#root,body,html{height:100%;overflow-x:hidden}#root::-webkit-scrollbar,body::-webkit-scrollbar,html::-webkit-scrollbar{border-radius:24px;width:16px}@media (min-width:768px){#root::-webkit-scrollbar,#root::-webkit-scrollbar-track,body::-webkit-scrollbar,body::-webkit-scrollbar-track,html::-webkit-scrollbar,html::-webkit-scrollbar-track{background:#fff}}#root::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{background:#d4d4d4;background-clip:padding-box;border:6px solid #fff;border-radius:24px}@media (min-width:768px){#root::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{border-color:#fff}}#root:not(:has(.ModalView)){overflow:hidden}#root:has(.Filters__MobileButtonsWrapper){height:calc(100% - 80px)}.visuallyHidden{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute!important;white-space:nowrap;width:1px}fieldset{border:0;margin:0;min-width:0;padding:.01em 0 0}fieldset legend{display:table;padding:0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}.PrescriptionHistoryListView{display:flex;flex-direction:column;flex-shrink:0;gap:16px;padding-bottom:16px;width:100%}@media (max-width:767px){.PrescriptionHistoryListView.PrescriptionListView--NoPaddingBottomOnMobile{padding-bottom:0}}@media (min-width:768px){.PrescriptionHistoryListView{flex-direction:row;gap:32px;padding-bottom:32px}}.PrescriptionHistoryListView__ListWrapper{display:flex;flex-direction:column;flex-grow:1;gap:16px;overflow:hidden}@media (min-width:768px){.PrescriptionHistoryListView__TopbarWrapperMobile{display:none}}.PrescriptionHistoryList{display:flex;flex-direction:column;flex-grow:1;gap:16px;overflow:hidden}.PrescriptionHistoryList__List{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0;width:100%}.PrescriptionHistoryList__List>li{width:100%}.PrescriptionHistoryList__PlaceholderWrapper{margin-top:16px}.PrescriptionHistoryItemView{background:#fff;display:flex;flex-direction:column;gap:16px;padding:16px 24px}.PrescriptionHistoryItemView__Top{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.PrescriptionHistoryItemView__Header{display:flex;flex-direction:column;gap:8px}@media (min-width:768px){.PrescriptionHistoryItemView__Header{align-items:center;flex-direction:row;gap:16px}}.PrescriptionHistoryItemView__Title{font-size:20px;font-weight:600;line-height:25px;margin:0}.PrescriptionHistoryItemView__Quantity{font-size:14px;line-height:16px;margin-top:2px;opacity:.85}.PrescriptionHistoryItemView__DataList{display:flex;flex-direction:column;gap:8px;margin:0}@media (min-width:1024px){.PrescriptionHistoryItemView__DataList{flex-direction:row}}.PrescriptionHistoryItemView__DataListColumn{display:flex;flex-direction:column;gap:8px}@media (min-width:1024px){.PrescriptionHistoryItemView__DataListColumn{flex:1}}.PrescriptionHistoryItemView__DataItem{display:flex;font-size:14px;gap:16px;line-height:16px}.PrescriptionHistoryItemView__DataItemName{flex:3;font-weight:600}.PrescriptionHistoryItemView__DataItemValue{flex:3;margin:0}@media (min-width:1024px){.PrescriptionHistoryItemView__DataItemValue{flex:5}}@media (min-width:1265px){.PrescriptionHistoryItemView__DataItemValue{flex:6}}.PrescriptionHistoryListPlaceholder{display:flex;flex-direction:column;gap:16px;width:100%}.PrescriptionHistoryItemPlaceholder{background:#fff;display:flex;flex-direction:column;gap:16px;padding:16px 24px}.PrescriptionHistoryItemPlaceholder__Top{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.PrescriptionHistoryItemPlaceholder__Header{display:flex;flex-direction:column;gap:8px}@media (min-width:768px){.PrescriptionHistoryItemPlaceholder__Header{align-items:center;flex-direction:row;gap:16px}}.PrescriptionHistoryItemPlaceholder__Title{height:25px;width:256px}.PrescriptionHistoryItemPlaceholder__BlueTag{width:71.5px}.PrescriptionHistoryItemPlaceholder__DataList{display:flex;flex-direction:column;gap:8px;margin:0}@media (min-width:1024px){.PrescriptionHistoryItemPlaceholder__DataList{flex-direction:row}}.PrescriptionHistoryItemPlaceholder__DataListColumn{display:flex;flex-direction:column;gap:8px}@media (min-width:1024px){.PrescriptionHistoryItemPlaceholder__DataListColumn{flex:1}}.PrescriptionHistoryItemPlaceholder__DataItem{height:16px;width:216px}.PrescriptionHistoryListTopbar{align-items:center;background:#fff;display:flex;gap:24px;justify-content:space-between;padding:8px}@media (min-width:768px){.PrescriptionHistoryListTopbar{padding:8px 16px}}.PrescriptionHistoryListTopbar__Left{align-items:center;display:flex;gap:8px}@media (min-width:768px){.PrescriptionHistoryListTopbar__Left{flex:1;justify-content:space-between}}.PrescriptionHistoryListTopbar__FiltersButtonWrapper{align-items:center;display:flex;gap:8px}@media (min-width:768px){.PrescriptionHistoryListTopbar__FiltersButtonWrapper{display:none}}.PrescriptionHistoryListTopbar__DownloadButtonWrapper{display:none}@media (min-width:768px){.PrescriptionHistoryListTopbar__DownloadButtonWrapper{display:initial}}.PrescriptionHistoryListTopbar__CalendarIcon{height:40px;min-height:40px;min-width:40px;width:40px}@media (min-width:768px){.PrescriptionHistoryListTopbar__CalendarIcon{display:none}}.PrescriptionHistoryListTopbar__ProductCount{display:none}@media (min-width:768px){.PrescriptionHistoryListTopbar__ProductCount{display:initial}}.PrescriptionHistoryListTopbar__Divider{background:#d4d4d4;height:32px;width:1px}@media (min-width:768px){.PrescriptionHistoryListTopbar__Divider{display:none}}.PrescriptionHistoryListTopbar__OpenFiltersButton{background:transparent;border:none;cursor:pointer;height:40px;min-height:40px;min-width:40px;outline:none;padding:8px;width:40px}.PrescriptionHistoryListTopbar__OpenFiltersButton:before{background-position:50%;background-repeat:no-repeat;background-size:contain!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23393939'%3E%3Cpath d='M4 7h4v.5C8 8.3 8.7 9 9.5 9S11 8.3 11 7.5V7h9c.6 0 1-.4 1-1s-.4-1-1-1h-9v-.5c0-.8-.7-1.5-1.5-1.5S8 3.7 8 4.5V5H4c-.6 0-1 .4-1 1s.4 1 1 1zm16 10H9v-.5c0-.8-.7-1.5-1.5-1.5S6 15.7 6 16.5v.5H4c-.6 0-1 .4-1 1s.4 1 1 1h2v.5c0 .8.7 1.5 1.5 1.5S9 20.3 9 19.5V19h11c.6 0 1-.4 1-1s-.4-1-1-1zm0-6h-3v-.5c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5v.5H4c-.6 0-1 .4-1 1s.4 1 1 1h10v.5c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5V13h3c.6 0 1-.4 1-1s-.4-1-1-1z' style='fill:%23393939'/%3E%3C/svg%3E") no-repeat 50%;content:"";display:inline-block;flex-shrink:0;height:24px;min-height:24px;min-width:24px;width:24px}@media (min-width:768px){.PrescriptionHistoryListTopbar__OpenFiltersButton{display:none}}.DownloadPrescriptionHistoryButton{padding:0 16px 0 24px;width:100%}.DownloadPrescriptionHistoryButton:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 22H5c-1.631 0-3-1.369-3-3v-4c0-.6.4-1 1-1s1 .4 1 1v4c0 .539.461 1 1 1h14c.539 0 1-.461 1-1v-4c0-.6.4-1 1-1s1 .4 1 1v4c0 1.583-1.394 3-3 3zm-7.7-6.3-5-5c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l3.3 3.3V3c0-.6.4-1 1-1s1 .4 1 1v9.6l3.3-3.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4l-5 5a.979.979 0 0 1-1.4 0z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain!important;content:"";display:inline-block;display:block;flex-shrink:0;height:24px;margin-left:8px;width:24px}.FilterLabels{-ms-overflow-style:none;display:flex;gap:16px;overflow:auto;scrollbar-width:none;transition:height .3s;white-space:nowrap}.FilterLabels::-webkit-scrollbar{display:none}@media (min-width:768px){.FilterLabels{display:none}}.FilterLabelItem{align-items:center;background:#fccbcc;border:none;border-radius:6px;color:#393939;display:flex;font-size:16px;font-weight:500;gap:8px;overflow:auto;padding:8px 12px}.FilterLabelItem:not(.FilterLabelItem--NoRemove):after{background-position:50%;background-repeat:no-repeat;background-size:contain!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.464 4.465a1 1 0 0 1 1.415 0L8 6.586l2.121-2.121a1 1 0 1 1 1.415 1.414L9.414 8l2.122 2.122a1 1 0 0 1-1.415 1.414L8 9.414l-2.12 2.122a1 1 0 1 1-1.415-1.414L6.585 8l-2.12-2.121a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") no-repeat 50%;content:"";display:inline-block;flex-shrink:0;height:16px;width:16px}.Filters{background:#fff;border-radius:4px;font-size:16px;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 16px;padding:0 16px 16px;position:relative;transition:height .2s ease-out}@media (min-width:768px){.Filters{margin:0;width:280px}}.Filters h3{font-size:16px;font-weight:600;line-height:25px;margin:0;padding:20px 0}.Filters--MobileView{margin:0}.Filters__Wrapper{display:none}@media (max-width:767px){.Filters__Wrapper{position:relative}}@media (min-width:768px){.Filters__Wrapper{display:initial}}.Filters__Loader{background:hsla(0,0%,94%,.3)}.Filters__MobileButtonsWrapper{border-top:1px solid #d4d4d4;bottom:0;height:80px;position:absolute;width:100%}.Filters__FilterSectionWrapper{padding:8px 16px 0}.Filters__Heading--Mobile{border-bottom:1px solid #d4d4d4;padding-left:16px!important}.Filters__Header{font-size:20px}.Filters__HeaderWrapper{align-items:center;display:flex;justify-content:space-between}@media (max-width:767px){.Filters__HeaderWrapper{display:none}}.Filters__Reset{border:none;cursor:pointer;font-weight:600;height:24px;padding:4px 0}.DateFilters__Heading{width:100%}@media (min-width:768px){.DateFilters__HeadingText:after{content:":"}}.DateFilters__DatePickersWrapper{display:flex;gap:18px;padding-left:32px}.DateFilters__DatePickersWrapper--Mobile{padding:0 16px 0 48px}.DatePickerModal{padding:18px 18px 24px}.DateFilters__StaticDatePicker .MuiDialogActions-root,.DateFilters__StaticDatePicker .MuiPickersToolbar-root{display:none}.DateFilters__StaticDatePicker .MuiButtonBase-root.Mui-selected,.DateFilters__StaticDatePicker .MuiButtonBase-root.Mui-selected:focus,.DateFilters__StaticDatePicker .MuiButtonBase-root.Mui-selected:hover{background-color:#dc143c}.MuiDialogContent-root .MuiPickersLayout-toolbar{display:none}.MuiPickersLayout-root .MuiButtonBase-root.Mui-selected:focus,.MuiPickersLayout-root .MuiButtonBase-root.Mui-selected:hover,.MuiPickersLayout-root button[class*=Mui-selected]{background-color:#dc143c}.MuiDialogActions-root .MuiButtonBase-root{color:#dc143c}.DateFilters__DateInput{background:#f5f5f5;border-color:#d4d4d4;border-radius:0;border-width:0 0 2px;color:#747474;font-size:16px;font-weight:500;line-height:20px;padding:12px 0;text-align:center;width:100%}.DateFilters__DateInput .MuiFormControl-root{font:inherit}.DateFilters__DateInput .MuiInputBase-root{border-radius:0;border-width:0 0 2px;font:inherit;padding:0}.DateFilters__DateInput .MuiInputBase-input{background:#f5f5f5;font-size:16px;padding:12px}.DateFilters__DateInput .MuiOutlinedInput-notchedOutline{border-radius:0;border-width:0 0 2px}.DateFilters__DateInput--Disabled{color:#d4d4d4}.DateFilters__InputWrapper{display:block;padding:10px 0 16px;width:100%}.DateFilters__DateInputLabel{color:#8f8f8f;font-size:14px;font-weight:600;line-height:16px}.DateFilters__DateInputLabelWrapper{display:flex;gap:4px}.DateFilters__DateInputLabelAsterisk{color:#dc143c}.DateFilters__ValidationErrorWrapper{color:#dc143c;font-size:16px}.SsnFilters__HeadingTitle{margin-top:0}@media (min-width:768px){.SsnFilters__HeadingTitle:after{content:":"}}.SsnFilters__Heading{width:100%}.RelativeFiltersPlaceholder__List{display:flex;flex-direction:column;gap:24px}.RelativeFiltersPlaceholder__ListItem{align-items:center;display:flex;gap:16px}.TypeFilters__Heading{width:100%}@media (min-width:768px){.TypeFilters__HeadingText:after{content:":"}}.TypeFilter__CheckBoxWrapper{cursor:pointer;display:block;font-size:16px;font-weight:500;padding:16px 0 8px 33px;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}.TypeFilter__CheckBoxWrapper input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.TypeFilter__CheckBoxWrapper input:checked~.TypeFilter__CheckBox{border:1px solid #393939}.TypeFilter__CheckBoxWrapper input:checked~.TypeFilter__CheckBox:after{display:block}.TypeFilter__CheckBox{background-color:#fff;border:1px solid #8f8f8f;border-radius:2px;height:20px;left:0;position:absolute;width:20px}.TypeFilter__CheckBox:after{content:"";display:none;position:absolute}.TypeFilter__CheckBoxWrapper .TypeFilter__CheckBox:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='%23393939' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13c-.3 0-.5-.1-.7-.3l-3-3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0L6 10.6l6.3-6.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4l-7 7c-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E");height:16px;left:1px;top:1px;width:16px}.PrescriptionHistoryEmptyView{align-items:center;border-radius:4px;color:#393939;display:flex;flex:1;flex-direction:column;justify-content:center}.PrescriptionHistoryEmptyView.PrescriptionHistoryEmptyView--Error{padding:24px 0}@media (min-width:768px){.PrescriptionHistoryEmptyView.PrescriptionHistoryEmptyView--Error{padding:0 0 24px}}.PrescriptionHistoryEmptyView.PrescriptionHistoryEmptyView--Error .Placeholder__Image{height:176px;width:160px}@media (min-width:768px){.PrescriptionHistoryEmptyView.PrescriptionHistoryEmptyView--Error .Placeholder__Image{height:220px;width:200px}}@media (min-width:1024px){.PrescriptionHistoryEmptyView.PrescriptionHistoryEmptyView--Error .Placeholder__Image{height:352px;width:320px}}.PrescriptionHistoryEmptyView.PrescriptionHistoryEmptyView--NoPrescriptions,.PrescriptionHistoryEmptyView.PrescriptionHistoryEmptyView--NoPrescriptionsMatchingFilters{padding:56px 0 24px}.PrescriptionHistoryEmptyView.PrescriptionHistoryEmptyView--NoPrescriptions .Placeholder__Image,.PrescriptionHistoryEmptyView.PrescriptionHistoryEmptyView--NoPrescriptionsMatchingFilters .Placeholder__Image{height:178px;width:162px}@media (min-width:768px){.PrescriptionHistoryEmptyView.PrescriptionHistoryEmptyView--NoPrescriptions .Placeholder__Image,.PrescriptionHistoryEmptyView.PrescriptionHistoryEmptyView--NoPrescriptionsMatchingFilters .Placeholder__Image{height:242px;width:220px}}@media (min-width:1024px){.PrescriptionHistoryEmptyView.PrescriptionHistoryEmptyView--NoPrescriptions .Placeholder__Image,.PrescriptionHistoryEmptyView.PrescriptionHistoryEmptyView--NoPrescriptionsMatchingFilters .Placeholder__Image{height:388px;width:352px}}.PrescriptionHistoryEmptyView .Placeholder__Title{margin-bottom:8px}@media (min-width:768px){.PrescriptionHistoryEmptyView .Placeholder__Title{font-size:25px;line-height:32px}}.PrescriptionHistoryEmptyView .Placeholder__Subtitle{padding:0}.PrescriptionHistoryEmptyView .Placeholder__Button{margin-top:16px}.PrescriptionHistoryExportView{height:100vh;width:100vw}
/*# sourceMappingURL=main.23fb19fa.css.map*/