HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
Private Pens are hidden everywhere on CodePen, except to you. You can still share them and other people can see them, they just can't find them through searching or browsing. Learn More.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
Templates are Pens that can be used to start other Pens quickly from the create menu. The new Pen will copy all the code and settings from the template and make a new Pen (that is not a fork). You can view all of your templates, or learn more in the documentation.
Screenshots of Pens are shown in mobile browsers, RSS feeds, to users who chose images instead of iframes, and in social media sharing.
PRO members can see and edit the Pen thumbnail here after the Pen has been saved.
<div hidden>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="0 0 24 24" id="add-circle"><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm4.6 12.9h-3.7v3.7c0 .2-.1.5-.3.7-.2.2-.4.3-.7.3s-.5-.1-.7-.3c-.2-.2-.3-.4-.3-.7v-3.7H7.4c-.2 0-.5-.1-.7-.3-.2-.2-.3-.4-.3-.7s.1-.5.3-.7c.2-.2.4-.3.7-.3h3.7V7.4c0-.2.1-.5.3-.7.2-.2.4-.3.7-.3s.5.1.7.3c.2.2.3.4.3.7v3.7h3.7c.2 0 .5.1.7.3.2.2.3.4.3.7s-.1.5-.3.7c-.4 0-.6.1-.9.1z"/></symbol><symbol viewBox="0 0 24 24" id="ai"><path d="M5.6 1.5c.2-.4.7-.4.9 0L7 2.9c.4 1 1.1 1.7 2.1 2.1l1.4.6c.4.2.4.7 0 .9L9.1 7c-1 .4-1.7 1.1-2.1 2.1l-.6 1.4c-.2.4-.7.4-.9 0L5 9.1c-.4-1-1.1-1.7-2.1-2.1l-1.4-.6c-.4-.2-.4-.7 0-.9L2.9 5c1-.4 1.7-1.1 2.1-2.1l.6-1.4zm9.3 4.9c.2-.6 1.1-.6 1.3 0l.8 2.1c.6 1.4 1.7 2.6 3.2 3.2l2.1.8c.6.2.6 1.1 0 1.3l-2.1.8c-1.4.6-2.6 1.7-3.2 3.2l-.7 2.2c-.2.6-1.1.6-1.3 0l-.8-2.1c-.6-1.4-1.7-2.6-3.2-3.2l-2.1-.8c-.6-.2-.6-1.1 0-1.3l2.1-.8c1.4-.6 2.6-1.7 3.2-3.2l.7-2.2zm-7.4 9.4c-.1-.3-.5-.3-.7 0l-.4 1.1c-.3.7-.9 1.3-1.6 1.6l-1.1.4c-.3.1-.3.5 0 .7l1.1.4c.7.3 1.3.9 1.6 1.6l.4 1.1c.1.3.5.3.7 0l.4-1.1c.3-.7.9-1.3 1.6-1.6l1.1-.4c.3-.1.3-.5 0-.7l-1.1-.4c-.7-.3-1.3-.9-1.6-1.6l-.4-1.1z"/></symbol><symbol viewBox="0 0 24 24" id="alert-circle"><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm-1.3 6.3c0-.7.6-1.3 1.3-1.3.7 0 1.3.6 1.3 1.3v7c0 .7-.6 1.3-1.3 1.3-.7 0-1.3-.6-1.3-1.3v-7zM12 19c-.7 0-1.3-.6-1.3-1.3 0-.7.6-1.3 1.3-1.3.7 0 1.3.6 1.3 1.3 0 .7-.6 1.3-1.3 1.3z"/></symbol><symbol viewBox="0 0 24 24" id="analysis"><path d="M23.2 6.7c.5 1.3.8 2.7.8 4.2H13.1V0c1.4 0 2.8.3 4.2.8 1.3.5 2.5 1.3 3.5 2.4s1.8 2.2 2.4 3.5zm-3.3 12.5c1.2-1.8 1.8-3.9 1.8-6H10.9V2.3c-2.1 0-4.2.6-6 1.8S1.6 7 .8 9c-.8 2-1 4.2-.6 6.3s1.5 4 3 5.6 3.5 2.6 5.6 3c2.1.4 4.3.2 6.3-.6 1.9-.9 3.6-2.3 4.8-4.1z"/></symbol><symbol viewBox="0 0 24 24" id="arrow-back"><path d="M12.8 4.2c.5.5.5 1.2 0 1.7l-5 5H19c.7 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2H7.9l5 5c.5.5.5 1.2 0 1.7s-1.2.5-1.7 0l-7-7c-.5-.5-.5-1.2 0-1.7l7-7c.4-.6 1.2-.6 1.6-.1z"/></symbol><symbol viewBox="0 0 24 24" id="arrow-down"><path d="M12 20.4c-.3 0-.6-.1-.8-.3l-6.8-6.8c-.4-.4-.4-1.2 0-1.6s1.2-.4 1.6 0l4.8 4.8V4.7c0-.6.5-1.1 1.1-1.1s1.1.5 1.1 1.1v11.9l4.8-4.8c.4-.4 1.2-.4 1.6 0 .4.4.4 1.2 0 1.6l-6.8 6.8c0 .1-.3.2-.6.2z"/></symbol><symbol viewBox="0 0 24 24" id="arrow-forward"><path d="M11.767 19.546a1.125 1.125 0 0 1 0-1.591l4.83-4.83H4.686a1.125 1.125 0 0 1 0-2.25h11.91l-4.83-4.83a1.125 1.125 0 0 1 1.591-1.59l6.75 6.75c.44.439.44 1.151 0 1.59l-6.75 6.75c-.44.44-1.152.44-1.591 0Z"/></symbol><symbol viewBox="0 0 24 24" id="bookmark-check"><path d="M3 23.2V3c0-.8.3-1.6.9-2.1C4.4.3 5.2 0 6 0h12c.8 0 1.6.3 2.1.9.6.5.9 1.3.9 2.1v20.2c0 .1 0 .3-.1.4l-.3.3c-.1.1-.2.1-.3.1-.1 0-.3 0-.4-.1L12 19.6l-7.9 4.3c-.1.1-.2.1-.4.1-.1 0-.3 0-.4-.1l-.3-.3c-.1-.1 0-.2 0-.4zM16.3 8.8c.1-.1.2-.3.2-.5s-.1-.4-.2-.5-.3-.2-.5-.2-.4.1-.5.2l-4 4L9.5 10c0-.1-.1-.2-.2-.2s-.2-.1-.3-.1-.2 0-.3.1c-.1 0-.2.1-.2.2-.1.1-.1.2-.2.2 0 .1-.1.2-.1.3s0 .2.1.3c0 .1.1.2.2.2l2.2 2.2c.1.1.2.1.2.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.2-.2l4.6-4.4z"/></symbol><symbol viewBox="0 0 24 24" id="building"><path d="M21.6 21.6h-1.2V7.2c0-1.3-1.1-2.4-2.4-2.4V3.6c0-.7-.5-1.2-1.2-1.2h-1.2V1.2c0-.7-.5-1.2-1.2-1.2H9.6c-.7 0-1.2.5-1.2 1.2v1.2H7.2c-.7 0-1.2.5-1.2 1.2v1.2c-1.3 0-2.4 1.1-2.4 2.4v14.4H2.4c-.7 0-1.2.5-1.2 1.2S1.7 24 2.4 24h19.2c.7 0 1.2-.5 1.2-1.2s-.5-1.2-1.2-1.2zm-12-2.4H7.2c-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2h2.4c.7 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2zm0-4.8H7.2c-.7 0-1.2-.5-1.2-1.2S6.5 12 7.2 12h2.4c.7 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2zm0-4.8H7.2C6.5 9.6 6 9.1 6 8.4s.5-1.2 1.2-1.2h2.4c.7 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2zm7.2 9.6h-2.4c-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2h2.4c.7 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2zm0-4.8h-2.4c-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2h2.4c.7 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2zm0-4.8h-2.4c-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2h2.4c.7 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2z"/></symbol><symbol viewBox="0 0 24 24" id="calendar"><path d="M5 1h2v3h10V1h2v3h1a3 3 0 0 1 3 3v2H1V7a3 3 0 0 1 3-3h1V1Zm18 10H1v9a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3v-9Z"/></symbol><symbol viewBox="0 0 24 24" id="caret-down"><path d="m7.1 9.9 4.3 5.1c.1.1.2.1.3.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.3-.2L17 9.9c.4-.5.1-1.2-.6-1.2H7.6c-.6 0-1 .8-.5 1.2z"/></symbol><symbol viewBox="0 0 24 24" id="caret-up"><path d="M7.6 15.3h8.8c.7 0 1-.7.6-1.2L12.6 9c-.1-.1-.2-.2-.3-.2-.1-.1-.2-.1-.3-.1s-.2.1-.3.1c-.1.1-.2.1-.3.2l-4.3 5.1c-.5.4-.1 1.2.5 1.2z"/></symbol><symbol viewBox="0 0 24 24" id="check"><path d="M21.1 4.9c.6.6.6 1.5 0 2.1l-11 11c-.6.6-1.5.6-2.1 0l-5-5c-.6-.6-.6-1.5 0-2.1.6-.6 1.5-.6 2.1 0l3.9 4L18.9 5c.6-.6 1.6-.6 2.2-.1z"/></symbol><symbol viewBox="0 0 24 24" id="check-circle"><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm6.2 8-7.8 9.2c-.1.1-.2.2-.3.2-.1.1-.2.1-.4.1-.1 0-.3 0-.4-.1-.1-.1-.2-.1-.3-.2l-3.3-3.7c-.1-.1-.2-.2-.2-.3 0-.1-.1-.2-.1-.4 0-.1 0-.2.1-.4.1-.1.1-.2.2-.3.2 0 .3 0 .4-.1.1 0 .2-.1.4 0s.2 0 .4.1c.1.1.2.1.3.2l2.6 2.9 7.1-8.4c.2-.2.4-.3.6-.3.2 0 .5.1.7.2.2.2.3.4.3.6 0 .2-.1.5-.3.7z"/></symbol><symbol viewBox="0 0 24 24" id="chevron-down"><path d="M4.455 7.83a1.123 1.123 0 0 1 1.59 0L12 13.784l5.954-5.955a1.125 1.125 0 0 1 1.591 1.592l-6.75 6.75a1.124 1.124 0 0 1-1.59 0l-6.75-6.75a1.125 1.125 0 0 1 0-1.591Z"/></symbol><symbol viewBox="0 0 24 24" id="chevron-right"><path d="M7.8 19.5c-.4-.4-.4-1.2 0-1.6l6-6-6-6c-.4-.4-.4-1.2 0-1.6S9 4 9.4 4.5l6.8 6.8c.4.4.4 1.2 0 1.6l-6.8 6.7c-.4.4-1.1.4-1.6-.1z"/></symbol><symbol viewBox="0 0 24 24" id="chevron-selector"><path d="M11.152 3.151a1.2 1.2 0 0 1 1.697 0l5 5A1.2 1.2 0 0 1 16.15 9.85L12 5.697 7.849 9.849A1.2 1.2 0 0 1 6.15 8.15l5-5Zm-5 11a1.2 1.2 0 0 1 1.697 0L12 18.303l4.151-4.152a1.2 1.2 0 1 1 1.698 1.697l-5 5a1.2 1.2 0 0 1-1.697 0l-5-5a1.2 1.2 0 0 1 0-1.697Z"/></symbol><symbol viewBox="0 0 24 24" id="chevron-up"><path d="M4.455 16.17c.439.44 1.151.44 1.59 0L12 10.216l5.954 5.955a1.125 1.125 0 0 0 1.591-1.591l-6.75-6.75a1.125 1.125 0 0 0-1.59 0l-6.75 6.75a1.123 1.123 0 0 0 0 1.59Z"/></symbol><symbol viewBox="0 0 24 24" id="clock"><path d="M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm5.1 13.6c-.3.6-1 .8-1.6.5l-4-2c-.4-.2-.7-.6-.7-1.1V6c0-.7.5-1.2 1.2-1.2s1.2.5 1.2 1.2h.1v5.3l3.3 1.7c.6.3.8 1 .5 1.6z"/></symbol><symbol viewBox="0 0 24 24" id="clock-history"><path d="M12.7 2.4H12V1h.8l-.1 1.4zm2.8.6c-.4-.2-.9-.3-1.4-.4l.3-1.3c.5.1 1 .3 1.5.5L15.5 3zm1.9 1c-.2-.1-.4-.3-.6-.4l.7-1.2c.5.3.9.6 1.3.9L18 4.4c-.3-.1-.5-.3-.6-.4zm2.5 2.5c-.3-.4-.6-.8-.9-1.1l1-.9c.4.4.7.8 1 1.3l-1.1.7zm1 1.8-.3-.6 1.2-.6.6 1.5-1.3.4c0-.2-.1-.5-.2-.7zm.7 3.5c0-.5-.1-.9-.1-1.4l1.4-.2c.1.5.1 1.1.2 1.6h-1.5zm-.2 2.1c0-.2.1-.5.1-.7l1.4.2c-.1.5-.2 1.1-.3 1.6l-1.3-.4c0-.3.1-.5.1-.7zm-1.3 3.2c.3-.4.5-.8.7-1.2l1.3.6c-.2.5-.5 1-.8 1.4l-1.2-.8zm-1.3 1.7.5-.5 1 .9-.6.6-.9-1zM12 2.4c-1.6 0-3.1.4-4.5 1.1-1.4.8-2.6 1.8-3.5 3.2-.9 1.3-1.4 2.8-1.6 4.4-.2 1.6.1 3.2.7 4.6.6 1.5 1.6 2.8 2.8 3.8 1.2 1 2.7 1.7 4.2 2 1.6.3 3.2.2 4.7-.2 1.5-.5 2.9-1.3 4-2.4l1 1c-1.3 1.3-2.9 2.2-4.6 2.7-1.7.5-3.6.6-5.3.3-1.8-.4-3.4-1.1-4.8-2.3-1.4-1.1-2.5-2.6-3.2-4.3-.7-1.7-1-3.5-.8-5.3.2-1.8.8-3.5 1.8-5s2.4-2.7 4-3.6C8.4 1.4 10.2 1 12 1v1.4zm-.7 2.7c.2 0 .4.1.5.2.1.2.2.3.2.5V13l4.5 2.6c.2.1.3.2.3.4s0 .4-.1.5c-.1.2-.2.3-.4.3s-.4 0-.5-.1L11 14c-.1-.1-.2-.1-.3-.3-.1-.1-.1-.2-.1-.3V5.8c0-.2.1-.4.2-.5.2-.1.3-.2.5-.2z"/></symbol><symbol viewBox="0 0 24 24" id="close"><path d="m14.222 12 6.22-6.22a1.573 1.573 0 1 0-2.223-2.225L12 9.775l-6.22-6.22A1.574 1.574 0 1 0 3.556 5.78L9.775 12l-6.22 6.22a1.574 1.574 0 1 0 2.226 2.225L12 14.225l6.22 6.22a1.574 1.574 0 0 0 2.225-2.226L14.222 12Z"/></symbol><symbol viewBox="0 0 24 24" id="compliance"><path d="m22 9.5-.2-.3c-.4-.6-.7-1.4-.8-2.2v-.4c-.2-1.9-1.7-3.4-3.6-3.6H17c-.8-.1-1.5-.4-2.1-.9l-.3-.2C13.1.7 11 .7 9.5 1.9l-.3.2c-.6.5-1.4.8-2.2.9h-.4c-1.8.3-3.3 1.8-3.5 3.7L3 7c-.1.8-.4 1.6-.9 2.2l-.2.2C.7 10.9.7 13 1.9 14.5l.2.3c.5.6.8 1.4.9 2.2v.4c.2 1.9 1.7 3.4 3.6 3.6H7c.8.1 1.5.4 2.1.9l.3.2c1.5 1.2 3.6 1.2 5.1 0l.3-.2c.6-.5 1.4-.8 2.1-.9h.4c1.9-.2 3.4-1.7 3.6-3.6V17c.1-.8.4-1.5.9-2.1l.2-.3c1.2-1.5 1.2-3.6 0-5.1zm-4.7.3-6.1 6c-.5.5-1.2.5-1.7 0l-3-3c-.5-.5-.5-1.2 0-1.7s1.2-.5 1.7 0l2.2 2.2 5.2-5.2c.5-.5 1.2-.5 1.7 0s.5 1.2 0 1.7z"/></symbol><symbol viewBox="0 0 24 24" id="contracts"><path d="M19.4 2.2C18.1.9 16 .9 14.8 2.2l-.7.7 4.6 4.6.7-.7c1.3-1.3 1.3-3.4 0-4.6zm-17 12.4 10-10L17 9.2l-10 10c-.3.3-.5.5-.9.7-.3.2-.6.3-.9.4-.4.1-.7.1-1.1.1H2.4c-.7 0-1.2-.5-1.2-1.2v-1.7c0-.4 0-.8.1-1.1.1-.3.2-.6.4-.9.2-.4.4-.7.7-.9zm13.2-.2c-.3 0-.6.1-.8.4l-3.6 3.6c-.5.5-.5 1.2 0 1.7s1.2.5 1.7 0l2.7-2.7c0 .2.1.5.1.8v.1c.1.5.2 1.3.4 1.9.1.3.3.7.6 1 .4.3.8.5 1.4.5 1.4 0 2.6-.9 3.3-1.5.4-.3.7-.7.9-.9l.3-.3.1-.1c.4-.5.3-1.3-.2-1.7-.5-.4-1.3-.3-1.7.2v.1c0 .1-.1.1-.2.2-.2.2-.4.5-.7.7-.5.5-1.1.8-1.5.9-.1-.3-.2-.7-.2-1.3v-.1c-.1-.5-.2-1.3-.4-1.9-.1-.3-.3-.7-.6-1-.6-.4-1.1-.6-1.6-.6z"/></symbol><symbol viewBox="0 0 24 24" id="currency-dollar"><path d="M14.2 10.5h-.8V6H18c.8 0 1.5-.7 1.5-1.5S18.8 3 18 3h-4.5V1.5C13.5.7 12.8 0 12 0s-1.5.7-1.5 1.5V3h-.7C6.9 3 4.5 5.4 4.5 8.2s2.4 5.2 5.2 5.2h.8V18H6c-.8 0-1.5.7-1.5 1.5S5.2 21 6 21h4.5v1.5c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5V21h.8c2.9 0 5.2-2.4 5.2-5.2s-2.4-5.3-5.3-5.3zm-4.4 0c-1.2 0-2.2-1-2.2-2.2S8.5 6 9.8 6h.8v4.5h-.8zm4.4 7.5h-.8v-4.5h.8c1.2 0 2.2 1 2.2 2.2s-.9 2.3-2.2 2.3z"/></symbol><symbol viewBox="0 0 24 24" id="dashboard"><path d="M4.8 2.4c-1.3 0-2.4 1.1-2.4 2.4v3.6c0 1.3 1.1 2.4 2.4 2.4h6v-6c0-1.3-1.1-2.4-2.4-2.4H4.8zm0 10.8c-1.3 0-2.4 1.1-2.4 2.4v3.6c0 1.3 1.1 2.4 2.4 2.4h3.6c1.3 0 2.4-1.1 2.4-2.4v-6h-6zm8.4-8.4c0-1.3 1.1-2.4 2.4-2.4h3.6c1.3 0 2.4 1.1 2.4 2.4v3.6c0 1.3-1.1 2.4-2.4 2.4h-6v-6zm6 8.4h-6v6c0 1.3 1.1 2.4 2.4 2.4h3.6c1.3 0 2.4-1.1 2.4-2.4v-3.6c0-1.3-1.1-2.4-2.4-2.4z"/></symbol><symbol viewBox="0 0 24 24" id="doctor"><path d="M5.8 18.1c-.6.3-.9.9-.9 1.6 0 1.1.9 1.9 1.9 1.9s1.9-.9 1.9-1.9c0-1-.7-1.8-1.7-1.9 0-.1 0-.2-.1-.3-.1-.3-.2-.8-.2-1.2-.1-.4-.1-.9-.1-1.2v-.3c.2-.1.5-.1.7-.2.3-.1.5.3.6.5 0 0 0 .1.1.1h7.6c.1-.3.5-.7.8-.6.3.1.7.2 1 .3v1.6c0 .4-.1.8-.2 1.1v.2h-.8c-.2 0-.5.1-.6.4l-.6 1.3c0 .1-.1.2-.1.3V21c0 .4.3.6.6.6H17v-1.3h-.6v-.5l.4-.8h1.8l.4.8v.5h-.6v1.3h1.3c.4 0 .6-.3.6-.6v-1.3c0-.1 0-.2-.1-.3l-.6-1.3c-.1-.2-.3-.4-.6-.4h-.4c.1-.3.1-.7.2-1.1 0-.4.1-.9.1-1.3 2.6 1.1 4.7 2.9 4.7 4.7v3.5H.4V20c0-1.9 2.3-3.8 5-4.9 0 .4 0 .9.1 1.3.1.5.1.9.2 1.3.1.2.1.3.1.4zm1.1 2.3c.3 0 .6-.3.6-.7 0-.4-.3-.7-.6-.7s-.6.3-.6.7c-.1.4.2.7.6.7zM12 12c2.8 0 5.1-2.3 5.1-5.1S14.8 1.7 12 1.7 6.9 4 6.9 6.9 9.2 12 12 12zm0 1.3c3.6 0 6.4-2.9 6.4-6.4 0-3.6-2.9-6.4-6.4-6.4-3.6 0-6.4 2.9-6.4 6.4 0 3.5 2.8 6.4 6.4 6.4z"/></symbol><symbol viewBox="0 0 24 24" id="document"><path d="M18 6H6v3h12V6zM6 10.5h12v3H6v-3zM18 15H6v3h12v-3zM3 1.5c-.8 0-1.5.7-1.5 1.5v18c0 .8.7 1.5 1.5 1.5h18c.8 0 1.5-.7 1.5-1.5V3c0-.8-.7-1.5-1.5-1.5H3zm1.5 3h15v15h-15v-15z"/></symbol><symbol viewBox="0 0 24 24" id="edit"><path d="M20.3 2.4 9.9 12.8l-.2.2-.5 1.4v.1s0 .1.1.1c0 0 .1 0 .1.1h.1l1.4-.5c.1 0 .2-.1.2-.1L21.6 3.7c.1-.1.2-.2.2-.4s-.1-.2-.2-.3l-.6-.6c-.1-.1-.2-.2-.4-.2-.1.1-.2.1-.3.2zm-.8 6-7 7c-.3.3-.6.5-1 .6l-1.5.5c-.4.1-.7.1-1.1 0-.3 0-.6-.2-.9-.5-.3-.3-.4-.6-.5-.9-.1-.4-.1-.7 0-1.1l.5-1.5c.1-.4.3-.7.6-1l7-7c.1-.1.1-.1.1-.2V4c0-.1-.1-.2-.2-.2-.1-.1-.2-.1-.3-.1h-12c-.8 0-1.6.3-2.3.9-.6.6-.9 1.5-.9 2.3v13.8c0 .9.3 1.7.9 2.3.7.7 1.5 1 2.3 1H17c.9 0 1.7-.3 2.3-.9s.9-1.4.9-2.3v-12c0-.1 0-.2-.1-.3l-.2-.2h-.3c.1 0 0 0-.1.1z"/></symbol><symbol viewBox="0 0 24 24" id="ellipsis"><path d="M5.5 12.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm9 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM21 15a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"/></symbol><symbol viewBox="0 0 24 24" id="extracts"><path d="M13.5 1.5a1.5 1.5 0 0 0-3 0v11.379l-2.69-2.69a1.5 1.5 0 0 0-2.12 2.122l5.25 5.25a1.5 1.5 0 0 0 2.12 0l5.25-5.25a1.5 1.5 0 0 0-2.12-2.122l-2.69 2.69V1.5Z"/><path d="M1.5 13.5A1.5 1.5 0 0 0 0 15v7.5A1.5 1.5 0 0 0 1.5 24h21a1.5 1.5 0 0 0 1.5-1.5V15a1.5 1.5 0 0 0-3 0v6H3v-6a1.5 1.5 0 0 0-1.5-1.5Z"/></symbol><symbol viewBox="0 0 24 24" id="file"><path d="M15 9c-1.1 0-2-.9-2-2V1H6C4.3 1 3 2.3 3 4v16c0 1.7 1.3 3 3 3h12c1.7 0 3-1.3 3-3V9h-6zm-1 10H8c-.6 0-1-.4-1-1s.4-1 1-1h6c.6 0 1 .4 1 1s-.4 1-1 1zm2-4H8c-.6 0-1-.4-1-1s.4-1 1-1h8c.6 0 1 .4 1 1s-.4 1-1 1zm-1-8.5V2.2c0-.4.5-.7.9-.4l4.3 4.3c.3.4 0 .9-.4.9h-4.3c-.3 0-.5-.2-.5-.5z"/></symbol><symbol viewBox="0 0 24 24" id="file-arrow-up"><path d="M12.8 15.8c0 .2-.1.4-.2.5-.1.1-.3.2-.5.2s-.4-.1-.5-.2c-.1-.1-.2-.3-.2-.5v-5.7l-1.7 1.7c-.3.1-.5.2-.7.2-.2 0-.4-.1-.5-.2-.1-.1-.2-.3-.2-.5s.1-.4.2-.5l3-3c.1-.1.2-.1.2-.2.1 0 .2-.1.3-.1s.2 0 .3.1c.1 0 .2.1.2.2l3 3c.1.1.2.3.2.5s-.1.4-.2.5c-.1.1-.3.2-.5.2s-.4-.1-.5-.2l-1.7-1.7v5.7zM21 21V6.8L14.2 0H6c-.8 0-1.6.3-2.1.9C3.3 1.4 3 2.2 3 3v18c0 .8.3 1.6.9 2.1.5.6 1.3.9 2.1.9h12c.8 0 1.6-.3 2.1-.9.6-.5.9-1.3.9-2.1zM14.2 4.5c0 .6.2 1.2.7 1.6.4.4 1 .7 1.6.7h3V21c0 .4-.2.8-.4 1.1-.3.3-.7.4-1.1.4H6c-.4 0-.8-.2-1.1-.4-.3-.3-.4-.7-.4-1.1V3c0-.4.2-.8.4-1.1.3-.2.7-.4 1.1-.4h8.2v3z"/></symbol><symbol viewBox="0 0 24 24" id="file-types"><path d="M11.2 8.2c0-.2-.1-.4-.2-.5s-.3-.2-.5-.2-.4.1-.5.2-.2.4-.2.5v1l-.9-.5c-.1 0-.2-.1-.3-.1h-.3c-.1 0-.1.1-.2.2-.1 0-.2.1-.2.2s-.1.2-.1.3v.3c0 .1.1.2.1.3.1 0 .2.1.3.1l.8.5-.8.5c-.1 0-.2.1-.2.2-.1.1-.1.2-.1.3v.3c0 .1 0 .2.1.3 0 .1.1.2.2.2.1.1.2.1.3.1h.3c.1 0 .2 0 .3-.1l.8-.5v1c0 .2.1.4.2.5s.3.2.5.2.4-.1.5-.2.2-.3.2-.5v-1l.8.5c.1.1.2.1.3.1h.3c.1 0 .2-.1.3-.1l.2-.2c0-.1.1-.2.1-.3v-.3c0-.1-.1-.2-.1-.3-.2-.1-.3-.2-.4-.2l-.8-.5.8-.5c.1 0 .2-.1.2-.2.1-.1.1-.2.1-.3v-.3c0-.1 0-.2-.1-.3 0-.1-.1-.2-.2-.2-.1-.1-.2-.1-.3-.1h-.3c-.1 0-.2 0-.3.1l-.8.5v-1zm-3 6.8c-.2 0-.4.1-.5.2s-.2.3-.2.5.1.4.2.5.3.2.5.2h7.5c.2 0 .4-.1.5-.2s.2-.3.2-.5-.1-.4-.2-.5-.3-.2-.4-.2H8.2zm0 3c-.2 0-.4.1-.5.2s-.2.3-.2.5.1.4.2.5.3.2.5.2h7.5c.2 0 .4-.1.5-.2s.2-.3.2-.5-.1-.4-.2-.5-.3-.2-.4-.2H8.2zM21 21V6.8L14.2 0H6c-.8 0-1.6.3-2.1.9C3.3 1.4 3 2.2 3 3v18c0 .8.3 1.6.9 2.1.5.6 1.3.9 2.1.9h12c.8 0 1.6-.3 2.1-.9.6-.5.9-1.3.9-2.1zM14.2 4.5c0 .6.2 1.2.7 1.6.4.4 1 .7 1.6.7h3V21c0 .4-.2.8-.4 1.1-.3.3-.7.4-1.1.4H6c-.4 0-.8-.2-1.1-.4-.3-.3-.4-.7-.4-1.1V3c0-.4.2-.8.4-1.1.3-.2.7-.4 1.1-.4h8.2v3z"/></symbol><symbol viewBox="0 0 24 24" id="fonts"><path d="M22.5 1.5h-21v6h3c0-1.7 1.3-3 3-3h3v12c0 1.7-1.3 3-3 3h-3v3h15v-3h-3c-1.7 0-3-1.3-3-3v-12h3c1.7 0 3 1.3 3 3h3v-6z"/></symbol><symbol viewBox="0 0 24 24" id="hash"><path d="M21 6h-2l.5-2.8c.1-.8-.4-1.6-1.2-1.7-.8-.1-1.6.4-1.7 1.2L16 6h-6l.5-2.8c.1-.8-.4-1.6-1.2-1.7-.9-.1-1.6.4-1.8 1.3L7 6H4.5C3.7 6 3 6.7 3 7.5S3.7 9 4.5 9h2l-1 6H3c-.8 0-1.5.7-1.5 1.5S2.2 18 3 18h2l-.5 2.8c-.1.8.4 1.6 1.2 1.7.8.1 1.6-.4 1.7-1.2L8 18h6l-.5 2.8c-.1.8.4 1.6 1.2 1.7.8.1 1.6-.4 1.7-1.2L17 18h2.5c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5h-2l1-6H21c.8 0 1.5-.7 1.5-1.5S21.8 6 21 6zm-6.5 9h-6l1-6h6l-1 6z"/></symbol><symbol viewBox="0 0 24 24" id="help-circle"><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm-.4 19c-.2 0-.5-.1-.7-.2-.2-.1-.4-.3-.5-.6-.1-.2-.1-.5-.1-.7 0-.2.2-.5.3-.6.2-.2.4-.3.6-.3.2 0 .5 0 .7.1.2.1.4.3.6.5.1.2.2.4.2.7 0 .3-.1.6-.4.9 0 .1-.3.2-.7.2zm2.1-6.4c-1 .7-1.2 1.3-1.2 1.9 0 .2-.1.5-.3.6s-.4.3-.6.3-.5-.1-.6-.3-.3-.4-.3-.6c0-1.4.6-2.5 1.9-3.3 1.2-.8 1.9-1.3 1.9-2.4 0-.8-.4-1.3-1.3-1.8-.2-.1-.7-.2-1.3-.2-.7 0-1.3.2-1.7.5-.8.7-.8 1.4-.8 1.4 0 .1 0 .2-.1.3 0 .1-.1.2-.2.3-.1.1-.2.1-.3.2-.1 0-.2.1-.3.1-.1 0-.2 0-.3-.1s-.3-.2-.3-.3c-.1-.1-.2-.2-.2-.3 0-.1-.1-.2-.1-.3 0-.2.1-1.5 1.5-2.7.8-.6 1.8-.9 2.9-.9.8 0 1.5.1 2 .4 1.5.7 2.3 1.9 2.3 3.4.1 2-1.3 3-2.6 3.8z"/></symbol><symbol viewBox="0 0 24 24" id="hide"><path d="M2.4 2.8c-.4.4-.4 1 0 1.4L20.2 22c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4L3.8 2.8c-.4-.3-1-.3-1.4 0zm2.9 4.5.1-.1 3.3 3.3c-.3.6-.5 1.2-.5 2 0 2.1 1.7 3.9 3.9 3.9.7 0 1.4-.2 2-.5l3 3c-1.4.8-3.1 1.4-5 1.4-2.8 0-5-1.2-6.7-2.6-1.7-1.4-2.8-3-3.4-3.9-.1-.2-.3-.4-.3-.7-.1-.3-.1-.6 0-.9.1-.3.2-.6.3-.7.5-1.2 1.6-2.8 3.3-4.2zm6.9 1.3c1.9.1 3.5 1.7 3.6 3.6l4.1 4.1c1-1 1.7-2 2.1-2.7.1-.2.3-.4.3-.7.1-.3.1-.6 0-.9-.1-.3-.2-.6-.3-.7-.6-.9-1.7-2.5-3.4-3.9C17 5.9 14.8 4.7 12 4.7c-1.1 0-2.2.2-3.1.5l3.3 3.4zm-2.1 3.8c0-.2 0-.3.1-.5l2.4 2.4c-.2 0-.3.1-.5.1-1.2 0-2-.9-2-2z"/></symbol><symbol viewBox="0 0 24 24" id="home"><path d="M11.5 1.3c.3-.1.7-.1 1 0 .4.1.7.4 1 .6l.1.1 6.9 5.3c.4.3.7.5 1 .9.2.3.4.6.5 1v10.1c0 .4-.1.8-.3 1.2-.3.6-.7 1-1.3 1.3-.4.2-.8.3-1.2.3h-2.6c-.6 0-.8 0-1.1-.1-.2-.1-.3-.2-.4-.4-.1-.4-.1-.6-.1-1.2V14c0-.6-.4-1-1-1h-4c-.6 0-1 .4-1 1v6.4c0 .6 0 .8-.1 1.1-.1.2-.2.3-.4.4-.3.1-.5.1-1.1.1H4.8c-.4 0-.8-.1-1.2-.3-.6-.3-1-.7-1.3-1.3-.2-.4-.2-.8-.3-1.2v-8.8c0-.4 0-.8.1-1.2.1-.4.3-.7.5-1 .2-.3.6-.6 1-.9L10.4 2l.1-.1c.2-.2.6-.5 1-.6z"/></symbol><symbol viewBox="0 0 24 24" id="info-circle"><path d="M12 23.001c6.075 0 11-4.925 11-11s-4.925-11-11-11-11 4.925-11 11 4.925 11 11 11Zm1.2-5.8a1.2 1.2 0 0 1-2.4 0v-6.4a1.2 1.2 0 1 1 2.4 0v6.4Zm-1.2-9.2a1.2 1.2 0 1 1 0-2.4h.01a1.2 1.2 0 0 1 0 2.4H12Z"/></symbol><symbol viewBox="0 0 24 24" id="instant-gfe"><path d="M19.2 1.2H4.8c-2 0-3.6 1.6-3.6 3.6v14.4c0 2 1.6 3.6 3.6 3.6h14.4c2 0 3.6-1.6 3.6-3.6V4.8c0-2-1.6-3.6-3.6-3.6zM4.8 6H6V4.8c0-.7.5-1.2 1.2-1.2s1.2.5 1.2 1.2V6h1.2c.7 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2H8.4v1.2c0 .7-.5 1.2-1.2 1.2S6 10.3 6 9.6V8.4H4.8c-.7 0-1.2-.5-1.2-1.2S4.1 6 4.8 6zm-.9 14c-.5-.5-.5-1.2 0-1.7L18.4 4c.5-.5 1.2-.5 1.7 0 .4.4.4 1.2-.1 1.6L5.6 20c-.5.5-1.2.5-1.7 0zm15.3-2h-4.8c-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2h4.8c.7 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2z"/></symbol><symbol viewBox="0 0 24 24" id="list"><path d="M6 2.4H1.2v4.8H6V2.4zm0 7.2H1.2v4.8H6V9.6zm-4.8 7.2H6v4.8H1.2v-4.8zM22.8 3.6H8.4V6h14.4V3.6zM8.4 10.8h14.4v2.4H8.4v-2.4zM22.8 18H8.4v2.4h14.4V18z"/></symbol><symbol viewBox="0 0 24 24" id="medical"><path d="M12.9 24h-1.8c-.5 0-1-.2-1.3-.5-.3-.3-.5-.8-.5-1.3v-5.1s0-.1-.1-.1H9l-4.3 2.5c-.4.2-.9.3-1.4.2-.5-.1-.9-.4-1.1-.8l-1-1.7c-.2-.4-.3-.9-.2-1.4.1-.5.4-.9.8-1.1l4.3-2.5s.1 0 .1-.1v-.2s0-.1-.1-.1L1.8 9.3c-.2-.1-.3-.3-.5-.5-.1-.1-.2-.4-.3-.6-.1-.2-.1-.5 0-.7 0-.2.1-.5.2-.7l.9-1.6c.2-.2.3-.4.5-.6l.6-.3c.2-.1.5-.1.7 0 .2 0 .5.1.7.2L8.9 7h.2s.1 0 .1-.1v-5c0-.5.2-1 .5-1.3.4-.4.9-.6 1.4-.6h1.8c.5 0 1 .2 1.3.5.3.3.5.8.5 1.3v5s0 .1.1.1h.2l4.3-2.5c.4-.2.9-.3 1.4-.2.5.1.9.4 1.1.8l1 1.7c.2.4.3.9.2 1.4-.1.5-.4.9-.8 1.1l-4.3 2.5s-.1 0-.1.1v.2s0 .1.1.1l4.3 2.5c.2.1.4.3.5.5.1.2.3.4.3.6.1.2.1.5 0 .7 0 .2-.1.5-.2.7l-.9 1.6c-.1.2-.3.4-.5.5-.2.1-.4.3-.6.3-.2.1-.5.1-.7 0-.2 0-.5-.1-.7-.2L15.1 17h-.2s-.1 0-.1.1v5.1c0 .5-.2 1-.5 1.3-.4.3-.9.5-1.4.5z"/></symbol><symbol viewBox="0 0 24 24" id="medical-shield"><path d="M21.8 4c-.1-.2-.3-.2-.6-.2-4.7 0-8.7-3.5-8.7-3.5-.1-.2-.3-.3-.5-.3s-.4.1-.6.2c0 0-4 3.5-8.7 3.5-.1 0-.3.1-.5.3s-.2.3-.2.5V11c0 3.6 1.6 9.4 9.7 12.9.1 0 .2.1.3.1s.2 0 .3-.1C20.4 20.5 22 14.6 22 11V4.5c0-.2-.1-.4-.2-.5zM16 13.3h-2.7V16h-2.7v-2.7H8v-2.7h2.7V8h2.7v2.7H16v2.6z"/></symbol><symbol viewBox="0 0 24 24" id="menu-hide"><path d="M2 6h20v2H2V6Zm0 5h12v2H2v-2Zm0 5h12v2H2v-2Zm15-1.5 5-3.5v7l-5-3.5Z"/></symbol><symbol viewBox="0 0 24 24" id="menu-show"><path d="M2 6h20v2H2V6Zm0 5h12v2H2v-2Zm0 5h12v2H2v-2Zm20-1.5L17 11v7l5-3.5Z"/></symbol><symbol viewBox="0 0 24 24" id="message"><path d="M16.2 2H5.7c-.6 0-1.1.1-1.6.4-.8.4-1.4 1-1.7 1.7-.2.6-.3 1.1-.4 1.6V21c0 .2.1.5.3.9.3.4.7.6 1.2.6.4 0 .7-.2.9-.3.2-.1.4-.3.5-.4l2.4-1.9c.5-.4.7-.5.8-.6.2-.1.3-.1.5-.2h9.6c.6 0 1.1-.1 1.6-.4.8-.4 1.4-1 1.7-1.7.2-.5.3-1 .4-1.6V5.8c0-.6-.1-1.1-.4-1.6-.4-.8-1-1.4-1.7-1.7-.5-.2-1-.3-1.6-.4-.5-.1-1.2-.1-2-.1z"/></symbol><symbol viewBox="0 0 24 24" id="new-tab"><path d="M7 8.2c-.7 0-1.2-.5-1.2-1.2S6.3 5.8 7 5.8h10c.7 0 1.2.5 1.2 1.2v10c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2V9.9l-8 8c-.5.5-1.2.5-1.7 0s-.5-1.2 0-1.7l8-8H7z"/></symbol><symbol viewBox="0 0 24 24" id="note"><path d="M18 6H6v3h12V6zM6 10.5h12v3H6v-3zM18 15H6v3h12v-3zM3 1.5c-.8 0-1.5.7-1.5 1.5v18c0 .8.7 1.5 1.5 1.5h18c.8 0 1.5-.7 1.5-1.5V3c0-.8-.7-1.5-1.5-1.5H3zm1.5 3h15v15h-15v-15z"/></symbol><symbol viewBox="0 0 24 24" id="notifications"><path d="m21.843 16.57-.262-.317c-1.178-1.426-1.891-2.286-1.891-6.322 0-2.09-.5-3.803-1.485-5.09-.726-.949-1.708-1.67-3.003-2.202a.16.16 0 0 1-.044-.036C14.693 1.044 13.418 0 11.982 0c-1.437 0-2.71 1.044-3.176 2.601a.168.168 0 0 1-.043.035C5.743 3.88 4.275 6.266 4.275 9.93c0 4.038-.712 4.898-1.892 6.322-.086.103-.173.208-.262.318a1.883 1.883 0 0 0-.249 2.015c.33.696 1.035 1.129 1.84 1.129h16.547c.8 0 1.5-.432 1.831-1.125a1.884 1.884 0 0 0-.247-2.018ZM11.982 24a4.289 4.289 0 0 0 3.774-2.257.214.214 0 0 0-.19-.314H8.399a.214.214 0 0 0-.19.314A4.288 4.288 0 0 0 11.982 24Z"/></symbol><symbol viewBox="0 0 24 24" id="rate-intel"><path d="M11.4 1.6c.4-.2.8-.2 1.2 0l9 4c.5.2.9.8.9 1.4s-.3 1.1-.9 1.4l-9 4c-.4.2-.8.2-1.2 0l-9-4c-.6-.3-.9-.8-.9-1.4s.3-1.1.9-1.4l9-4zm-8.9 9 8.1 3.6c.9.4 1.9.4 2.8 0l8.1-3.6h.1c.5.2.9.8.9 1.4s-.3 1.1-.9 1.4l-9 4c-.4.2-.8.2-1.2 0l-9-4c-.5-.2-.9-.8-.9-1.4s.3-1.1 1-1.4zm0 5 8.1 3.6c.9.4 1.9.4 2.8 0l8.1-3.6h.1c.5.2.9.8.9 1.4 0 .6-.3 1.1-.9 1.4l-9 4c-.4.2-.8.2-1.2 0l-9-4c-.5-.2-.9-.8-.9-1.4 0-.6.3-1.1 1-1.4z"/></symbol><symbol viewBox="0 0 24 24" id="remove-circle"><path d="M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm5 12.2H7c-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2h10c.7 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2z"/></symbol><symbol viewBox="0 0 24 24" id="reports"><path d="M8 2.5V18h3V2.5c0-.8-.7-1.5-1.5-1.5S8 1.7 8 2.5zm-3.5 4C5.3 6.5 6 7.2 6 8v10H3V8c0-.8.7-1.5 1.5-1.5zM1 21.5c0-.8.7-1.5 1.5-1.5h19c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-19c-.8 0-1.5-.7-1.5-1.5zM13 18V5.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V18h-3zm8-7.5c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5V18h3v-7.5z"/></symbol><symbol viewBox="0 0 24 24" id="save"><path d="m21.8 5.6-3.5-3.5c-.2-.2-.5-.4-.7-.5-.3-.1-.6-.2-.9-.2H4.5c-.8 0-1.6.3-2.1.9s-.9 1.4-.9 2.2v15c0 .8.3 1.6.9 2.1.6.6 1.3.9 2.1.9h15c.8 0 1.6-.3 2.1-.9.6-.6.9-1.3.9-2.1V7.2c0-.3-.1-.6-.2-.9-.1-.2-.2-.5-.5-.7zM5.6 5.3h8.2c.1 0 .2 0 .3.1.1.1.1.2.1.3v2.2c0 .1 0 .2-.1.3-.1.1-.2.1-.3.1H5.6c-.1 0-.2 0-.3-.1 0-.1-.1-.2-.1-.3V5.6c0-.1 0-.2.1-.3h.3zm6.6 14.9c-.8 0-1.5-.2-2.1-.6-.6-.4-1.2-1-1.5-1.7-.3-.7-.4-1.5-.3-2.2.1-.7.5-1.4 1-2 .5-.5 1.2-.9 2-1 .7-.1 1.5 0 2.2.3.7.3 1.3.8 1.7 1.5.4.6.6 1.4.6 2.1 0 .9-.4 1.8-1.1 2.5-.7.7-1.6 1.1-2.5 1.1zm-.2-1.4c1.2 0 2.2-1 2.2-2.2s-1-2.2-2.2-2.2-2.2 1-2.2 2.2 1 2.2 2.2 2.2z"/></symbol><symbol viewBox="0 0 24 24" id="search"><path d="m23.6 21.6-5.4-5.4c1.3-1.7 2-3.9 2-6C20.2 4.5 15.7 0 10.1 0S0 4.5 0 10.1s4.5 10.1 10.1 10.1c2.2 0 4.3-.7 6-2l5.4 5.4c.3.2.6.4 1 .4s.7-.2 1-.4c.3-.3.4-.6.4-1 .1-.4 0-.7-.3-1zm-6.8-8.7c-.5 1.3-1.5 2.4-2.7 3.2-1.2.8-2.6 1.2-4 1.2-1.9 0-3.7-.8-5.1-2.1-1.4-1.4-2.1-3.2-2.1-5.1 0-1.4.4-2.8 1.2-4C4.9 4.9 6 4 7.3 3.4c1.3-.5 2.8-.7 4.2-.4s2.7 1 3.7 2 1.7 2.3 2 3.7c.3 1.4.1 2.8-.4 4.2z"/></symbol><symbol viewBox="0 0 24 24" id="send"><path d="M22 13.5c1.3-.6 1.3-2.4 0-3L3.3 2.1C2.2 1.7 1 2.4 1 3.6v5.3c0 .5.4 1 .9 1.1l9.8 1.7c.3.1.3.5 0 .5L1.9 14c-.5.1-.9.6-.9 1.1v5.3c0 1.2 1.2 2 2.3 1.5L22 13.5z"/></symbol><symbol viewBox="0 0 24 24" id="settings"><path d="M20 13.2c-.6-.8-.6-1.8 0-2.5l1.3-1.8c1.1-1.5-.1-3.6-2-3.4l-2.3.3c-.9.1-1.8-.4-2.2-1.3l-.8-2c-.8-1.7-3.2-1.7-3.9 0l-.9 2c-.4.9-1.3 1.4-2.2 1.3l-2.2-.3c-1.8-.2-3.1 1.9-2 3.4l1.3 1.8c.6.8.6 1.8 0 2.5L2.8 15c-1.1 1.5.1 3.6 2 3.4l2.2-.2c.9-.1 1.8.4 2.2 1.3l.9 2c.8 1.7 3.2 1.7 3.9 0l.9-2c.4-.9 1.3-1.4 2.2-1.3l2.2.2c1.8.2 3.1-1.9 2-3.4L20 13.2zm-8 3c-2.3 0-4.2-1.9-4.2-4.2S9.7 7.8 12 7.8s4.2 1.9 4.2 4.2-1.9 4.2-4.2 4.2z"/></symbol><symbol viewBox="0 0 24 24" id="show"><path d="M14 12.4c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm8.5.5c-.1.3-.2.6-.3.7-.6.9-1.7 2.5-3.4 3.9s-3.9 2.6-6.7 2.6-5-1.2-6.7-2.6c-1.7-1.4-2.8-3-3.4-3.9-.1-.2-.3-.4-.3-.7-.1-.3-.1-.6 0-.9.1-.3.2-.6.3-.7.6-.9 1.7-2.5 3.4-3.9C7 5.9 9.2 4.7 12 4.7s5 1.2 6.7 2.6c1.7 1.4 2.8 3 3.4 3.9.1.2.3.4.3.7.1.4.1.7.1 1zm-6.6-.5c0-2.1-1.7-3.9-3.9-3.9s-3.9 1.7-3.9 3.9c0 2.1 1.7 3.9 3.9 3.9s3.9-1.7 3.9-3.9z"/></symbol><symbol viewBox="0 0 24 24" id="sidebar"><path d="M10 3c0-.6.4-1 1-1h8c1.7 0 3 1.3 3 3v14c0 1.7-1.3 3-3 3h-8c-.6 0-1-.4-1-1V3z" opacity=".4"/><path d="M2 5c0-1.7 1.3-3 3-3h2c.6 0 1 .4 1 1v18c0 .6-.4 1-1 1H5c-1.7 0-3-1.3-3-3V5z"/></symbol><symbol viewBox="0 0 24 24" id="star-double"><path d="m8.5 6.8 2.3-.4-.7-1.4s0-.1-.1-.1c.1-.1 0-.2 0-.3-.1-.1-.2-.4-.5-.5s-.7-.1-1 0-.4.4-.5.5c-.1.1-.1.2-.2.3 0 0 0 .1-.1.1L6.6 7.5c.4-.2.8-.4 1.2-.5.2-.1.4-.1.7-.2zm14.6 2.8c-.2-.2-.5-.3-.6-.3-.1 0-.2 0-.3-.1H22l-3.7-.6-1.6-3.5s0-.1-.1-.1c-.1-.1-.1-.2-.2-.3-.1-.1-.2-.4-.5-.5-.1-.2-.3-.2-.4-.2-.2 0-.3 0-.5.1-.3.1-.4.4-.5.5s-.1.2-.2.3c0 0 0 .1-.1.1l-1.6 3.5-3.7.6h-.2c-.1 0-.2 0-.3.1-.1.1-.4.1-.6.4s-.4.6-.3 1c0 .3.2.5.3.6.1.1.1.2.2.3l.1.1 2.7 2.7-.6 3.8v.6c0 .2 0 .4.1.7.2.3.5.5.8.6h.2c.2 0 .4-.1.5-.1.1-.1.3-.1.5-.2h.1l2.1-1.2 1.1-.6 3.3 1.8s.1 0 .1.1c.1.1.2.1.3.2.1 0 .3.1.5.1h.2c.3-.1.6-.3.8-.6.1-.3.1-.6.1-.7 0-.2 0-.3-.1-.5l-.6-3.8 2.7-2.7.4-.4c.1-.1.3-.3.3-.6-.1-.6-.2-1-.5-1.2zM5.2 10.8c.1.7.4 1.3.8 1.8.1.2.3.4.5.5L8.3 15l-.4 2.7c0 .2-.1.5-.1.7l-2.1 1.2c-.2.1-.3.2-.5.2-.1.1-.3.2-.6.2-.3-.1-.6-.3-.8-.6-.1-.3-.1-.5-.1-.7s0-.3.1-.5l.6-3.8-2.7-2.7-.1-.1c-.1-.1-.2-.2-.2-.3-.2-.2-.4-.4-.4-.7 0-.4.1-.7.3-1 .2-.2.5-.3.6-.3s.2 0 .3-.1h.2l3.2-.5c-.4.6-.5 1.4-.4 2.1z"/></symbol><symbol viewBox="0 0 24 24" id="star-single"><path d="M19.7 9.6c-.2-.2-.5-.3-.6-.3s-.3-.1-.5-.1l-3.7-.6-1.7-3.5c-.1-.2-.2-.3-.2-.5-.1-.1-.2-.4-.5-.5-.2-.1-.3-.1-.5-.1s-.3 0-.5.1c-.3.1-.4.4-.5.5s-.2.3-.2.5L9.1 8.6l-3.7.5c-.2 0-.4.1-.5.1s-.4.1-.6.3c-.2.3-.3.7-.3 1.1 0 .3.2.5.3.6l.4.4 2.7 2.7-.6 3.8v.5c0 .2 0 .4.1.7.2.3.5.5.8.6h.2c.2 0 .4-.1.5-.1.1-.1.3-.1.5-.2H9l2.1-1.2 1.1-.6 3.3 1.8c.2.1.3.2.5.2.1 0 .3.1.5.1h.2c.3-.1.6-.3.8-.6.1-.3.1-.6.1-.7 0-.2 0-.3-.1-.5l-.6-3.8 2.7-2.7.4-.4c.1-.1.3-.3.3-.6-.3-.4-.4-.8-.6-1z"/></symbol><symbol viewBox="0 0 24 32" id="th-logo"><path d="M8 0h8v8h8v8h-8v8H8v-8H0V8h8V0zm8 24h8v8h-8v-8z"/></symbol><symbol viewBox="0 0 16 16" id="toggle"><path fill-rule="evenodd" d="M15 5a3 3 0 0 1-5.83 1H1V4h8.17A3.001 3.001 0 0 1 15 5Zm-2 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm2 5H6.83a3.001 3.001 0 1 0 0 2H15v-2ZM4 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 24 24" id="trash"><path d="M9 4h6c.6 0 1-.4 1-1s-.4-1-1-1H9c-.6 0-1 .4-1 1s.4 1 1 1zm12 1H3c-.6 0-1 .4-1 1s.4 1 1 1h1.1l.6 9.6c.1.8.1 1.4.2 1.9s.2 1 .4 1.5c.4.7 1 1.3 1.7 1.6.5.2 1 .3 1.5.4h6.9c.5 0 1-.1 1.5-.4.7-.4 1.3-.9 1.7-1.6.3-.5.4-.9.5-1.5.1-.5.1-1.1.2-1.9l.6-9.6H21c.6 0 1-.4 1-1s-.4-1-1-1zM11 15.5c0 .6-.4 1-1 1s-1-.4-1-1v-5c0-.6.4-1 1-1s1 .4 1 1v5zm4 0c0 .6-.4 1-1 1s-1-.4-1-1v-5c0-.6.4-1 1-1s1 .4 1 1v5z"/></symbol><symbol viewBox="0 0 24 24" id="upload"><path d="M11.2 2.2c.5-.5 1.2-.5 1.7 0l5 5c.5.5.5 1.2 0 1.7s-1.2.5-1.7 0l-3-3V15c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2V5.9l-3 3c-.5.5-1.2.5-1.7 0s-.5-1.2 0-1.7l5.1-5zM3 13.8c.7 0 1.2.5 1.2 1.2v3.1c0 .4.1.6.2.7.2.3.4.6.8.8.1.1.3.1.7.2h12.2c.4 0 .6-.1.7-.2.3-.2.6-.4.8-.8.1-.1.1-.3.2-.7V15c0-.7.5-1.2 1.2-1.2s1.2.5 1.2 1.2v3.2c0 .6-.1 1.1-.4 1.6-.4.8-1 1.4-1.8 1.8-.5.3-1.1.4-1.6.4H5.8c-.6 0-1.1-.1-1.6-.4-.8-.4-1.4-1-1.8-1.8-.3-.5-.4-1.1-.4-1.6V15c-.2-.7.3-1.2 1-1.2z"/></symbol><symbol viewBox="0 0 24 24" id="user"><path d="M6.5 7.5C6.5 4.5 9 2 12 2s5.5 2.5 5.5 5.5S15 13 12 13s-5.5-2.5-5.5-5.5zm2.8 7h5.3c1.2 0 2.1 0 2.8.2 1.6.5 2.8 1.7 3.3 3.3.1.4.2.8.2 1.3v.7c0 .2 0 .5-.2.8-.2.4-.5.7-.9.9-.3.1-.6.2-.8.2H4.9c-.2 0-.5-.1-.8-.2-.4-.2-.7-.5-.9-.9-.1-.2-.2-.5-.2-.7v-.7c0-.5.1-.9.2-1.3.5-1.6 1.7-2.8 3.3-3.3.8-.3 1.6-.3 2.8-.3z"/></symbol><symbol viewBox="0 0 24 24" id="user-circle"><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zM9.1 6.7c.7-.7 1.8-1.2 2.9-1.2s2.2.4 2.9 1.2c.7.8 1.1 1.8 1 3-.2 2.3-1.9 4.1-3.9 4.1S8.3 12 8.1 9.7c-.1-1.1.3-2.2 1-3zm6.8 14.7c-1.2.5-2.6.8-3.9.8-1.4 0-2.7-.3-3.9-.8-1.2-.5-2.4-1.3-3.3-2.3.5-.8 1.2-1.4 2-1.9 1.5-.9 3.3-1.5 5.2-1.5s3.8.5 5.2 1.5c.8.5 1.5 1.2 2 1.9-.9 1-2 1.7-3.3 2.3z"/></symbol></svg>
</div></div>
<div class="pv-layout-primary">
<aside data-grid-area="sidebar" class="pv-text-inherit">
<button class="pv-org-switch pv-stack-20">
<div class="pv-avatar-sm"><span>M</span></div>
<span>Cherry Creek Hospital</span>
<svg class="pv-icon-16 pv-text-inverse">
<title>chevron-selector</title>
<use xlink:href="#chevron-selector"></use>
</svg>
</button>
<div class="pv-nav-container">
<ul role="list" class="pv-nav-list">
<li><a href="#">
<svg class="pv-icon-16">
<use xlink:href="#dashboard"></use>
</svg>
<span>Dashboard</span>
</a></li>
<li><a href="#">
<svg class="pv-icon-16">
<use xlink:href="#rate-intel"></use>
</svg>
<span>Rate Sense</span>
</a></li>
<li>
<details open>
<summary>
<svg class="pv-icon-16">
<use xlink:href="#contracts"></use>
</svg>
<span>Clear Contracts</span>
</summary>
<ul role="list" class="pv-nav-list">
<li><a href="">Manage Contracts</a></li>
<li><a href="" aria-current="page">Model</a></li>
<li><a href="">Negotiations</a></li>
</ul>
</details>
</li>
<li><a href="#">
<svg class="pv-icon-16">
<use xlink:href="#extracts"></use>
</svg>
<span>Extracts</span>
</a></li>
<li><a href="#">
<svg class="pv-icon-16">
<use xlink:href="#reports"></use>
</svg>
<span>Reports</span>
</a></li>
<li><a href="#">
<svg class="pv-icon-16">
<use xlink:href="#instant-gfe"></use>
</svg>
<span>Estimates</span>
</a></li>
<li><a href="#">
<svg class="pv-icon-16">
<use xlink:href="#search"></use>
</svg>
<span>Care Search</span>
</a></li>
<li><a href="#">
<svg class="pv-icon-16">
<use xlink:href="#compliance"></use>
</svg>
<span>Compliance+</span>
</a></li>
<li><a href="#">
<svg class="pv-icon-16">
<use xlink:href="#settings"></use>
</svg>
<span>Settings</span>
</a></li>
</ul>
</div>
</aside>
<div data-grid-area="content">
<header data-grid-area="header">
<div class="pv-space-between pv-inset-block-20">
<button class="pv-button-icon pv-text-brand" onclick="collapseSidebar()">
<svg class="pv-icon-20">
<use xlink:href="#sidebar"></use>
</svg>
</button>
</div>
</header>
<main data-grid-area="main">
</main>
</div>
</div>
function collapseSidebar() {
let layout = document.querySelector('.pv-layout-primary');
layout.toggleAttribute('data-collapsed');
}
Also see: Tab Triggers