From ce89d9ae17c074e856e955b27bf4f3c815084a4d Mon Sep 17 00:00:00 2001 From: electrofelix Date: Mon, 15 Aug 2022 13:24:50 +0000 Subject: [PATCH] =?UTF-8?q?Deploy=20preview=20for=20PR=201544=20?= =?UTF-8?q?=F0=9F=9B=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pr-preview/pr-1544/404.html | 1 + pr-preview/pr-1544/about/index.html | 1 + ...fest-848177936f3c8856f3d5ab77378171e2.json | 1 + .../pr-1544/assets/css/just-the-docs-dark.css | 2277 +++++++++++++++++ .../assets/css/just-the-docs-default.css | 0 .../assets/css/just-the-docs-light.css | 2277 +++++++++++++++++ .../pr-1544/assets/images/just-the-docs.png | Bin 0 -> 20992 bytes pr-preview/pr-1544/assets/images/logo.png | Bin 0 -> 53946 bytes pr-preview/pr-1544/assets/images/search.svg | 1 + pr-preview/pr-1544/assets/js/just-the-docs.js | 445 ++++ .../pr-1544/assets/js/plugin_versions_menu.js | 176 ++ pr-preview/pr-1544/assets/js/search-data.json | 266 ++ ...9b4f096317606c1e27aa57fe14734259e395fe6.js | 5 + .../pr-1544/assets/js/vendor/lunr.min.js | 6 + pr-preview/pr-1544/boxes.html | 31 + pr-preview/pr-1544/configuration.html | 260 ++ pr-preview/pr-1544/examples.html | 173 ++ pr-preview/pr-1544/favicon.ico | Bin 0 -> 71132 bytes pr-preview/pr-1544/feed.xml | 1 + pr-preview/pr-1544/index.html | 17 + pr-preview/pr-1544/installation.html | 263 ++ 21 files changed, 6201 insertions(+) create mode 100644 pr-preview/pr-1544/404.html create mode 100644 pr-preview/pr-1544/about/index.html create mode 100644 pr-preview/pr-1544/assets/.sprockets-manifest-848177936f3c8856f3d5ab77378171e2.json create mode 100644 pr-preview/pr-1544/assets/css/just-the-docs-dark.css create mode 100644 pr-preview/pr-1544/assets/css/just-the-docs-default.css create mode 100644 pr-preview/pr-1544/assets/css/just-the-docs-light.css create mode 100644 pr-preview/pr-1544/assets/images/just-the-docs.png create mode 100644 pr-preview/pr-1544/assets/images/logo.png create mode 100644 pr-preview/pr-1544/assets/images/search.svg create mode 100644 pr-preview/pr-1544/assets/js/just-the-docs.js create mode 100644 pr-preview/pr-1544/assets/js/plugin_versions_menu.js create mode 100644 pr-preview/pr-1544/assets/js/search-data.json create mode 100644 pr-preview/pr-1544/assets/js/site_constants-e1ac483f8cbbb2d44940348129b4f096317606c1e27aa57fe14734259e395fe6.js create mode 100644 pr-preview/pr-1544/assets/js/vendor/lunr.min.js create mode 100644 pr-preview/pr-1544/boxes.html create mode 100644 pr-preview/pr-1544/configuration.html create mode 100644 pr-preview/pr-1544/examples.html create mode 100644 pr-preview/pr-1544/favicon.ico create mode 100644 pr-preview/pr-1544/feed.xml create mode 100644 pr-preview/pr-1544/index.html create mode 100644 pr-preview/pr-1544/installation.html diff --git a/pr-preview/pr-1544/404.html b/pr-preview/pr-1544/404.html new file mode 100644 index 0000000..0512e34 --- /dev/null +++ b/pr-preview/pr-1544/404.html @@ -0,0 +1 @@ + - Vagrant Libvirt Documentation Vagrant Libvirt Documentation | Create and manage Vagrant machines using Libvirt/QEMU Link Search Menu Expand Document

404

Page not found :(

The requested page could not be found.


diff --git a/pr-preview/pr-1544/about/index.html b/pr-preview/pr-1544/about/index.html new file mode 100644 index 0000000..127251f --- /dev/null +++ b/pr-preview/pr-1544/about/index.html @@ -0,0 +1 @@ + About - Vagrant Libvirt Documentation About | Vagrant Libvirt Documentation Link Search Menu Expand Document

Vagrant-libvirt is a Vagrant plugin that adds a Libvirt provider to Vagrant, allowing Vagrant to control and provision machines via Libvirt toolkit.

Actual version is still a development one. Feedback is welcome and can help a lot :-)

You can find the source code for Vagrant Libvirt plugin at GitHub: https://github.com/vagrant-libvirt/vagrant-libvirt

You can find the source code for Vagrant Libvirt QA testing of install instructions at GitHub: https://github.com/vagrant-libvirt/vagrant-libvirt-qa

Creating issues can be done via GitHub: https://github.com/vagrant-libvirt/vagrant-libvirt/issues

To ask questions or discuss a problem ahead of logging an issue you can use:

Features

  • Control local Libvirt hypervisors.
  • Vagrant up, destroy, suspend, resume, halt, ssh, reload, package and provision commands.
  • Upload box image (qcow2 format) to Libvirt storage pool.
  • Create volume as COW diff image for domains.
  • Create private networks.
  • Create and boot Libvirt domains.
  • SSH into domains.
  • Setup hostname and network interfaces.
  • Provision domains with any built-in Vagrant provisioner.
  • Synced folder support via rsync, nfs, 9p or virtiofs.
  • Snapshots
  • Package caching via vagrant-cachier.
  • Use boxes from other Vagrant providers via vagrant-mutate.
  • Support VMs with no box for PXE boot purposes (Vagrant 1.6 and up)

How a Machine Is Created

Vagrant goes through steps below when creating new project:

  1. Connect to Libvirt locally or remotely via SSH.
  2. Check if box image is available in Libvirt storage pool. If not, upload it to remote Libvirt storage pool as new volume.
  3. Create COW diff image of base box image for new Libvirt domain.
  4. Create and start new domain on Libvirt host.
  5. Check for DHCP lease from dnsmasq server.
  6. Wait till SSH is available.
  7. Sync folders and run Vagrant provisioner on new domain if setup in Vagrantfile.

diff --git a/pr-preview/pr-1544/assets/.sprockets-manifest-848177936f3c8856f3d5ab77378171e2.json b/pr-preview/pr-1544/assets/.sprockets-manifest-848177936f3c8856f3d5ab77378171e2.json new file mode 100644 index 0000000..c806cd1 --- /dev/null +++ b/pr-preview/pr-1544/assets/.sprockets-manifest-848177936f3c8856f3d5ab77378171e2.json @@ -0,0 +1 @@ +{"files":{"js/site_constants-e1ac483f8cbbb2d44940348129b4f096317606c1e27aa57fe14734259e395fe6.js":{"logical_path":"js/site_constants.js","mtime":"2022-08-15T13:23:50+00:00","size":98,"digest":"e1ac483f8cbbb2d44940348129b4f096317606c1e27aa57fe14734259e395fe6","integrity":"sha256-4axIP4y7stRJQDSBKbTwljF2BsHieqV/4Uc0JZ45X+Y="}},"assets":{"js/site_constants.js":"js/site_constants-e1ac483f8cbbb2d44940348129b4f096317606c1e27aa57fe14734259e395fe6.js"}} \ No newline at end of file diff --git a/pr-preview/pr-1544/assets/css/just-the-docs-dark.css b/pr-preview/pr-1544/assets/css/just-the-docs-dark.css new file mode 100644 index 0000000..c6e95e1 --- /dev/null +++ b/pr-preview/pr-1544/assets/css/just-the-docs-dark.css @@ -0,0 +1,2277 @@ +@charset "UTF-8"; +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ +/* Document ========================================================================== */ +/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */ +html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } + +/* Sections ========================================================================== */ +/** Remove the margin in all browsers. */ +body { margin: 0; } + +/** Render the `main` element consistently in IE. */ +main { display: block; } + +/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */ +h1 { font-size: 2em; margin: 0.67em 0; } + +/* Grouping content ========================================================================== */ +/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */ +hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } + +/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */ +pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } + +/* Text-level semantics ========================================================================== */ +/** Remove the gray background on active links in IE 10. */ +a { background-color: transparent; } + +/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ +abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } + +/** Add the correct font weight in Chrome, Edge, and Safari. */ +b, strong { font-weight: bolder; } + +/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */ +code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } + +/** Add the correct font size in all browsers. */ +small { font-size: 80%; } + +/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */ +sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } + +sub { bottom: -0.25em; } + +sup { top: -0.5em; } + +/* Embedded content ========================================================================== */ +/** Remove the border on images inside links in IE 10. */ +img { border-style: none; } + +/* Forms ========================================================================== */ +/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */ +button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } + +/** Show the overflow in IE. 1. Show the overflow in Edge. */ +button, input { /* 1 */ overflow: visible; } + +/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */ +button, select { /* 1 */ text-transform: none; } + +/** Correct the inability to style clickable types in iOS and Safari. */ +button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } + +/** Remove the inner border and padding in Firefox. */ +button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } + +/** Restore the focus styles unset by the previous rule. */ +button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } + +/** Correct the padding in Firefox. */ +fieldset { padding: 0.35em 0.75em 0.625em; } + +/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */ +legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } + +/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */ +progress { vertical-align: baseline; } + +/** Remove the default vertical scrollbar in IE 10+. */ +textarea { overflow: auto; } + +/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */ +[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } + +/** Correct the cursor style of increment and decrement buttons in Chrome. */ +[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } + +/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ +[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } + +/** Remove the inner padding in Chrome and Safari on macOS. */ +[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } + +/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ +::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } + +/* Interactive ========================================================================== */ +/* Add the correct display in Edge, IE 10+, and Firefox. */ +details { display: block; } + +/* Add the correct display in all browsers. */ +summary { display: list-item; } + +/* Misc ========================================================================== */ +/** Add the correct display in IE 10+. */ +template { display: none; } + +/** Add the correct display in IE 10. */ +[hidden] { display: none; } + +* { box-sizing: border-box; } + +::selection { color: #fff; background: #2c84fa; } + +html { font-size: 14px !important; scroll-behavior: smooth; } +@media (min-width: 31.25rem) { html { font-size: 16px !important; } } + +body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: inherit; line-height: 1.4; color: #e6e1e8; background-color: #27262b; } + +ol, ul, dl, pre, address, blockquote, table, div, hr, form, fieldset, noscript .table-wrapper { margin-top: 0; } + +h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 1em; font-weight: 500; line-height: 1.25; color: #f5f6fa; } + +p { margin-top: 1em; margin-bottom: 1em; } + +a { color: #2c84fa; text-decoration: none; } + +a:not([class]) { text-decoration: none; background-image: linear-gradient(#44434d 0%, #44434d 100%); background-repeat: repeat-x; background-position: 0 100%; background-size: 1px 1px; } +a:not([class]):hover { background-image: linear-gradient(rgba(44, 132, 250, 0.45) 0%, rgba(44, 132, 250, 0.45) 100%); background-size: 1px 1px; } + +code { font-family: "SFMono-Regular", Menlo, Consolas, Monospace; font-size: 0.75em; line-height: 1.4; } + +figure, pre { margin: 0; } + +li { margin: 0.25em 0; } + +img { max-width: 100%; height: auto; } + +hr { height: 1px; padding: 0; margin: 2rem 0; background-color: #44434d; border: 0; } + +.side-bar { z-index: 0; display: flex; flex-wrap: wrap; background-color: #27262b; } +@media (min-width: 50rem) { .side-bar { flex-wrap: nowrap; position: fixed; width: 248px; height: 100%; flex-direction: column; border-right: 1px solid #44434d; align-items: flex-end; } } +@media (min-width: 66.5rem) { .side-bar { width: calc((100% - 1064px) / 2 + 264px); min-width: 264px; } } + +@media (min-width: 50rem) { .main { position: relative; max-width: 800px; margin-left: 248px; } } +@media (min-width: 66.5rem) { .main { margin-left: calc( (100% - 1064px) / 2 + 264px ); } } + +.main-content-wrap { padding-right: 1rem; padding-left: 1rem; padding-top: 1rem; padding-bottom: 1rem; } +@media (min-width: 50rem) { .main-content-wrap { padding-right: 2rem; padding-left: 2rem; } } +@media (min-width: 50rem) { .main-content-wrap { padding-top: 2rem; padding-bottom: 2rem; } } + +.main-header { z-index: 0; display: none; background-color: #27262b; } +@media (min-width: 50rem) { .main-header { display: flex; justify-content: space-between; height: 60px; background-color: #27262b; border-bottom: 1px solid #44434d; } } +.main-header.nav-open { display: block; } +@media (min-width: 50rem) { .main-header.nav-open { display: flex; } } + +.site-nav, .site-header, .site-footer { width: 100%; } +@media (min-width: 66.5rem) { .site-nav, .site-header, .site-footer { width: 264px; } } + +.site-nav { display: none; } +.site-nav.nav-open { display: block; } +@media (min-width: 50rem) { .site-nav { display: block; padding-top: 3rem; padding-bottom: 1rem; overflow-y: auto; flex: 1 1 auto; } } + +.site-header { display: flex; min-height: 60px; align-items: center; } +@media (min-width: 50rem) { .site-header { height: 60px; max-height: 60px; border-bottom: 1px solid #44434d; } } + +.site-title { padding-right: 1rem; padding-left: 1rem; flex-grow: 1; display: flex; height: 100%; align-items: center; padding-top: 0.75rem; padding-bottom: 0.75rem; color: #f5f6fa; font-size: 18px !important; } +@media (min-width: 50rem) { .site-title { padding-right: 2rem; padding-left: 2rem; } } +@media (min-width: 31.25rem) { .site-title { font-size: 24px !important; line-height: 1.25; } } +@media (min-width: 50rem) { .site-title { padding-top: 0.5rem; padding-bottom: 0.5rem; } } + +.site-logo { width: 100%; height: 100%; background-image: url("https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/assets/images/logo.png"); background-repeat: no-repeat; background-position: left center; background-size: contain; } + +.site-button { display: flex; height: 100%; padding: 1rem; align-items: center; } + +@media (min-width: 50rem) { .site-header .site-button { display: none; } } +.site-title:hover { background-image: linear-gradient(-90deg, #201f23 0%, rgba(32, 31, 35, 0.8) 80%, rgba(32, 31, 35, 0) 100%); } + +.site-button:hover { background-image: linear-gradient(-90deg, #201f23 0%, rgba(32, 31, 35, 0.8) 100%); } + +body { position: relative; padding-bottom: 4rem; overflow-y: scroll; } +@media (min-width: 50rem) { body { position: static; padding-bottom: 0; } } + +.site-footer { padding-right: 1rem; padding-left: 1rem; position: absolute; bottom: 0; left: 0; padding-top: 1rem; padding-bottom: 1rem; color: #959396; font-size: 11px !important; } +@media (min-width: 50rem) { .site-footer { padding-right: 2rem; padding-left: 2rem; } } +@media (min-width: 31.25rem) { .site-footer { font-size: 12px !important; } } +@media (min-width: 50rem) { .site-footer { position: static; justify-self: end; } } + +.icon { width: 1.5rem; height: 1.5rem; color: #2c84fa; } + +.main-content { line-height: 1.6; } +.main-content ol, .main-content ul, .main-content dl, .main-content pre, .main-content address, .main-content blockquote, .main-content .table-wrapper { margin-top: 0.5em; } +.main-content a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } +.main-content ul, .main-content ol { padding-left: 1.5em; } +.main-content li .highlight { margin-top: 0.25rem; } +.main-content ol { list-style-type: none; counter-reset: step-counter; } +.main-content ol > li { position: relative; } +.main-content ol > li::before { position: absolute; top: 0.2em; left: -1.6em; color: #959396; content: counter(step-counter); counter-increment: step-counter; font-size: 12px !important; } +@media (min-width: 31.25rem) { .main-content ol > li::before { font-size: 14px !important; } } +@media (min-width: 31.25rem) { .main-content ol > li::before { top: 0.11em; } } +.main-content ol > li ol { counter-reset: sub-counter; } +.main-content ol > li ol li::before { content: counter(sub-counter,lower-alpha); counter-increment: sub-counter; } +.main-content ul { list-style: none; } +.main-content ul > li::before { position: absolute; margin-left: -1.4em; color: #959396; content: "•"; } +.main-content .task-list { padding-left: 0; } +.main-content .task-list-item { display: flex; align-items: center; } +.main-content .task-list-item::before { content: ""; } +.main-content .task-list-item-checkbox { margin-right: 0.6em; } +.main-content hr + * { margin-top: 0; } +.main-content h1:first-of-type { margin-top: 0.5em; } +.main-content dl { display: grid; grid-template: auto / 10em 1fr; } +.main-content dt, .main-content dd { margin: 0.25em 0; } +.main-content dt { grid-column: 1; font-weight: 500; text-align: right; } +.main-content dt::after { content: ":"; } +.main-content dd { grid-column: 2; margin-bottom: 0; margin-left: 1em; } +.main-content dd blockquote:first-child, .main-content dd div:first-child, .main-content dd dl:first-child, .main-content dd dt:first-child, .main-content dd h1:first-child, .main-content dd h2:first-child, .main-content dd h3:first-child, .main-content dd h4:first-child, .main-content dd h5:first-child, .main-content dd h6:first-child, .main-content dd li:first-child, .main-content dd ol:first-child, .main-content dd p:first-child, .main-content dd pre:first-child, .main-content dd table:first-child, .main-content dd ul:first-child, .main-content dd .table-wrapper:first-child { margin-top: 0; } +.main-content dd dl:first-child dt:first-child, .main-content dd dl:first-child dd:nth-child(2), .main-content ol dl:first-child dt:first-child, .main-content ol dl:first-child dd:nth-child(2), .main-content ul dl:first-child dt:first-child, .main-content ul dl:first-child dd:nth-child(2) { margin-top: 0; } +.main-content .anchor-heading { position: absolute; right: -1rem; width: 1.5rem; height: 100%; padding-right: 0.25rem; padding-left: 0.25rem; overflow: visible; } +@media (min-width: 50rem) { .main-content .anchor-heading { right: auto; left: -1.5rem; } } +.main-content .anchor-heading svg { display: inline-block; width: 100%; height: 100%; color: #2c84fa; visibility: hidden; } +.main-content .anchor-heading:hover svg, .main-content h1:hover > .anchor-heading svg, .main-content h2:hover > .anchor-heading svg, .main-content h3:hover > .anchor-heading svg, .main-content h4:hover > .anchor-heading svg, .main-content h5:hover > .anchor-heading svg, .main-content h6:hover > .anchor-heading svg { visibility: visible; } +.main-content summary { cursor: pointer; } +.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 { position: relative; margin-top: 1.5em; margin-bottom: 0.25em; } +.main-content h1:first-child, .main-content h2:first-child, .main-content h3:first-child, .main-content h4:first-child, .main-content h5:first-child, .main-content h6:first-child { margin-top: 0.5rem; } +.main-content h1 + table, .main-content h1 + .table-wrapper, .main-content h1 + .code-example, .main-content h1 + .highlighter-rouge, .main-content h2 + table, .main-content h2 + .table-wrapper, .main-content h2 + .code-example, .main-content h2 + .highlighter-rouge, .main-content h3 + table, .main-content h3 + .table-wrapper, .main-content h3 + .code-example, .main-content h3 + .highlighter-rouge, .main-content h4 + table, .main-content h4 + .table-wrapper, .main-content h4 + .code-example, .main-content h4 + .highlighter-rouge, .main-content h5 + table, .main-content h5 + .table-wrapper, .main-content h5 + .code-example, .main-content h5 + .highlighter-rouge, .main-content h6 + table, .main-content h6 + .table-wrapper, .main-content h6 + .code-example, .main-content h6 + .highlighter-rouge { margin-top: 1em; } +.main-content h1 + p, .main-content h2 + p, .main-content h3 + p, .main-content h4 + p, .main-content h5 + p, .main-content h6 + p { margin-top: 0; } + +.nav-list { padding: 0; margin-top: 0; margin-bottom: 0; list-style: none; } +.nav-list .nav-list-item { font-size: 14px !important; position: relative; margin: 0; } +@media (min-width: 31.25rem) { .nav-list .nav-list-item { font-size: 16px !important; } } +@media (min-width: 50rem) { .nav-list .nav-list-item { font-size: 12px !important; } } +@media (min-width: 50rem) and (min-width: 31.25rem) { .nav-list .nav-list-item { font-size: 14px !important; } } + +.nav-list .nav-list-item .nav-list-link { display: block; min-height: 3rem; padding-top: 0.25rem; padding-bottom: 0.25rem; line-height: 2.5rem; padding-right: 3rem; padding-left: 1rem; } +@media (min-width: 50rem) { .nav-list .nav-list-item .nav-list-link { min-height: 2rem; line-height: 1.5rem; padding-right: 2rem; padding-left: 2rem; } } +.nav-list .nav-list-item .nav-list-link.active { font-weight: 600; text-decoration: none; } +.nav-list .nav-list-item .nav-list-link:hover, .nav-list .nav-list-item .nav-list-link.active { background-image: linear-gradient(-90deg, #201f23 0%, rgba(32, 31, 35, 0.8) 80%, rgba(32, 31, 35, 0) 100%); } +.nav-list .nav-list-item .nav-list-expander { position: absolute; right: 0; width: 3rem; height: 3rem; padding-top: 0.75rem; padding-right: 0.75rem; padding-bottom: 0.75rem; padding-left: 0.75rem; color: #2c84fa; } +@media (min-width: 50rem) { .nav-list .nav-list-item .nav-list-expander { width: 2rem; height: 2rem; padding-top: 0.5rem; padding-right: 0.5rem; padding-bottom: 0.5rem; padding-left: 0.5rem; } } +.nav-list .nav-list-item .nav-list-expander:hover { background-image: linear-gradient(-90deg, #201f23 0%, rgba(32, 31, 35, 0.8) 100%); } +.nav-list .nav-list-item .nav-list-expander svg { transform: rotate(90deg); } +.nav-list .nav-list-item > .nav-list { display: none; padding-left: 0.75rem; list-style: none; } +.nav-list .nav-list-item > .nav-list .nav-list-item { position: relative; } +.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-link { color: #959396; } +.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-expander { color: #959396; } +.nav-list .nav-list-item.active > .nav-list-expander svg { transform: rotate(-90deg); } +.nav-list .nav-list-item.active > .nav-list { display: block; } + +.nav-category { padding-top: 0.5rem; padding-right: 1rem; padding-bottom: 0.5rem; padding-left: 1rem; font-weight: 600; text-align: end; text-transform: uppercase; border-bottom: 1px solid #44434d; font-size: 11px !important; } +@media (min-width: 31.25rem) { .nav-category { font-size: 12px !important; } } +@media (min-width: 50rem) { .nav-category { padding-right: 2rem; padding-left: 2rem; margin-top: 1rem; text-align: start; } + .nav-category:first-child { margin-top: 0; } } + +.aux-nav { height: 100%; overflow-x: auto; font-size: 11px !important; } +@media (min-width: 31.25rem) { .aux-nav { font-size: 12px !important; } } +.aux-nav .aux-nav-list { display: flex; height: 100%; padding: 0; margin: 0; list-style: none; } +.aux-nav .aux-nav-list-item { display: inline-block; height: 100%; padding: 0; margin: 0; } +@media (min-width: 50rem) { .aux-nav { padding-right: 1rem; } } + +@media (min-width: 50rem) { .breadcrumb-nav { margin-top: -1rem; } } + +.breadcrumb-nav-list { padding-left: 0; margin-bottom: 0.75rem; list-style: none; } + +.breadcrumb-nav-list-item { display: table-cell; font-size: 11px !important; } +@media (min-width: 31.25rem) { .breadcrumb-nav-list-item { font-size: 12px !important; } } +.breadcrumb-nav-list-item::before { display: none; } +.breadcrumb-nav-list-item::after { display: inline-block; margin-right: 0.5rem; margin-left: 0.5rem; color: #959396; content: "/"; } +.breadcrumb-nav-list-item:last-child::after { content: ""; } + +h1, .text-alpha { font-size: 32px !important; line-height: 1.25; font-weight: 300; } +@media (min-width: 31.25rem) { h1, .text-alpha { font-size: 36px !important; } } + +h2, .text-beta { font-size: 18px !important; } +@media (min-width: 31.25rem) { h2, .text-beta { font-size: 24px !important; line-height: 1.25; } } + +h3, .text-gamma { font-size: 16px !important; } +@media (min-width: 31.25rem) { h3, .text-gamma { font-size: 18px !important; } } + +h4, .text-delta { font-size: 11px !important; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; } +@media (min-width: 31.25rem) { h4, .text-delta { font-size: 12px !important; } } + +h4 code { text-transform: none; } + +h5, .text-epsilon { font-size: 12px !important; color: #44434d; } +@media (min-width: 31.25rem) { h5, .text-epsilon { font-size: 14px !important; } } + +h6, .text-zeta { font-size: 11px !important; color: #44434d; } +@media (min-width: 31.25rem) { h6, .text-zeta { font-size: 12px !important; } } + +.text-small { font-size: 11px !important; } +@media (min-width: 31.25rem) { .text-small { font-size: 12px !important; } } + +.text-mono { font-family: "SFMono-Regular", Menlo, Consolas, Monospace !important; } + +.text-left { text-align: left !important; } + +.text-center { text-align: center !important; } + +.text-right { text-align: right !important; } + +.label, .label-blue { display: inline-block; padding-top: 0.16em; padding-right: 0.56em; padding-bottom: 0.16em; padding-left: 0.56em; margin-right: 0.5rem; margin-left: 0.5rem; color: #fff; text-transform: uppercase; vertical-align: middle; background-color: #2869e6; font-size: 11px !important; border-radius: 12px; } +@media (min-width: 31.25rem) { .label, .label-blue { font-size: 12px !important; } } + +.label-green { background-color: #009c7b; } + +.label-purple { background-color: #5e41d0; } + +.label-red { background-color: #e94c4c; } + +.label-yellow { color: #44434d; background-color: #f7d12e; } + +.btn { display: inline-block; box-sizing: border-box; padding-top: 0.3em; padding-right: 1em; padding-bottom: 0.3em; padding-left: 1em; margin: 0; font-family: inherit; font-size: inherit; font-weight: 500; line-height: 1.5; color: #2c84fa; text-decoration: none; vertical-align: baseline; cursor: pointer; background-color: #302d36; border-width: 0; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); appearance: none; } +.btn:focus { text-decoration: none; outline: none; box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); } +.btn:focus:hover, .btn.selected:focus { box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); } +.btn:hover, .btn.zeroclipboard-is-hover { color: #227efa; } +.btn:hover, .btn:active, .btn.zeroclipboard-is-hover, .btn.zeroclipboard-is-active { text-decoration: none; background-color: #2e2b33; } +.btn:active, .btn.selected, .btn.zeroclipboard-is-active { background-color: #29262e; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); } +.btn.selected:hover { background-color: #cfcfcf; } +.btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover { color: rgba(102, 102, 102, 0.5); cursor: default; background-color: rgba(229, 229, 229, 0.5); background-image: none; box-shadow: none; } + +.btn-outline { color: #2c84fa; background: transparent; box-shadow: inset 0 0 0 2px #e6e1e8; } +.btn-outline:hover, .btn-outline:active, .btn-outline.zeroclipboard-is-hover, .btn-outline.zeroclipboard-is-active { color: #1878fa; text-decoration: none; background-color: transparent; box-shadow: inset 0 0 0 3px #e6e1e8; } +.btn-outline:focus { text-decoration: none; outline: none; box-shadow: inset 0 0 0 2px #5c5962, 0 0 0 3px rgba(0, 0, 255, 0.25); } +.btn-outline:focus:hover, .btn-outline.selected:focus { box-shadow: inset 0 0 0 2px #5c5962; } + +.btn-primary { color: #fff; background-color: #2448a7; background-image: linear-gradient(#2b55c4, #2448a7); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); } +.btn-primary:hover, .btn-primary.zeroclipboard-is-hover { color: #fff; background-color: #22459e; background-image: linear-gradient(#2850b7, #22459e); } +.btn-primary:active, .btn-primary.selected, .btn-primary.zeroclipboard-is-active { background-color: #21439a; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); } +.btn-primary.selected:hover { background-color: #1d3a85; } + +.btn-purple { color: #fff; background-color: #5739ce; background-image: linear-gradient(#6f55d5, #5739ce); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); } +.btn-purple:hover, .btn-purple.zeroclipboard-is-hover { color: #fff; background-color: #5132cb; background-image: linear-gradient(#6549d2, #5132cb); } +.btn-purple:active, .btn-purple.selected, .btn-purple.zeroclipboard-is-active { background-color: #4f31c6; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); } +.btn-purple.selected:hover { background-color: #472cb2; } + +.btn-blue { color: #fff; background-color: #227efa; background-image: linear-gradient(#4593fb, #227efa); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); } +.btn-blue:hover, .btn-blue.zeroclipboard-is-hover { color: #fff; background-color: #1878fa; background-image: linear-gradient(#368afa, #1878fa); } +.btn-blue:active, .btn-blue.selected, .btn-blue.zeroclipboard-is-active { background-color: #1375f9; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); } +.btn-blue.selected:hover { background-color: #0669ed; } + +.btn-green { color: #fff; background-color: #10ac7d; background-image: linear-gradient(#13cc95, #10ac7d); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); } +.btn-green:hover, .btn-green.zeroclipboard-is-hover { color: #fff; background-color: #0fa276; background-image: linear-gradient(#12be8b, #0fa276); } +.btn-green:active, .btn-green.selected, .btn-green.zeroclipboard-is-active { background-color: #0f9e73; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); } +.btn-green.selected:hover { background-color: #0d8662; } + +.search { position: relative; z-index: 2; flex-grow: 1; height: 4rem; padding: 0.5rem; transition: padding linear 200ms; } +@media (min-width: 50rem) { .search { position: relative !important; width: auto !important; height: 100% !important; padding: 0; transition: none; } } + +.search-input-wrap { position: relative; z-index: 1; height: 3rem; overflow: hidden; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); transition: height linear 200ms; } +@media (min-width: 50rem) { .search-input-wrap { position: absolute; width: 100%; max-width: 536px; height: 100% !important; border-radius: 0; box-shadow: none; transition: width ease 400ms; } } + +.search-input { position: absolute; width: 100%; height: 100%; padding-top: 0.5rem; padding-right: 1rem; padding-bottom: 0.5rem; padding-left: 2.5rem; font-size: 16px; background-color: #302d36; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; } +@media (min-width: 50rem) { .search-input { padding-top: 1rem; padding-bottom: 1rem; padding-left: 3.5rem; font-size: 14px; background-color: #27262b; transition: padding-left linear 200ms; } } +.search-input:focus { outline: 0; } +.search-input:focus + .search-label .search-icon { color: #2c84fa; } + +.search-label { position: absolute; display: flex; height: 100%; padding-left: 1rem; } +@media (min-width: 50rem) { .search-label { padding-left: 2rem; transition: padding-left linear 200ms; } } +.search-label .search-icon { width: 1.2rem; height: 1.2rem; align-self: center; color: #959396; } + +.search-results { position: absolute; left: 0; display: none; width: 100%; max-height: calc(100% - 4rem); overflow-y: auto; background-color: #302d36; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); } +@media (min-width: 50rem) { .search-results { top: 100%; width: 536px; max-height: calc(100vh - 200%) !important; } } + +.search-results-list { padding-left: 0; margin-bottom: 0.25rem; list-style: none; font-size: 14px !important; } +@media (min-width: 31.25rem) { .search-results-list { font-size: 16px !important; } } +@media (min-width: 50rem) { .search-results-list { font-size: 12px !important; } } +@media (min-width: 50rem) and (min-width: 31.25rem) { .search-results-list { font-size: 14px !important; } } + +.search-results-list-item { padding: 0; margin: 0; } + +.search-result { display: block; padding-top: 0.25rem; padding-right: 0.75rem; padding-bottom: 0.25rem; padding-left: 0.75rem; } +.search-result:hover, .search-result.active { background-color: #201f23; } + +.search-result-title { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; } +@media (min-width: 31.25rem) { .search-result-title { display: inline-block; width: 40%; padding-right: 0.5rem; vertical-align: top; } } + +.search-result-doc { display: flex; align-items: center; word-wrap: break-word; } +.search-result-doc.search-result-doc-parent { opacity: 0.5; font-size: 12px !important; } +@media (min-width: 31.25rem) { .search-result-doc.search-result-doc-parent { font-size: 14px !important; } } +@media (min-width: 50rem) { .search-result-doc.search-result-doc-parent { font-size: 11px !important; } } +@media (min-width: 50rem) and (min-width: 31.25rem) { .search-result-doc.search-result-doc-parent { font-size: 12px !important; } } + +.search-result-doc .search-result-icon { width: 1rem; height: 1rem; margin-right: 0.5rem; color: #2c84fa; flex-shrink: 0; } +.search-result-doc .search-result-doc-title { overflow: auto; } + +.search-result-section { margin-left: 1.5rem; word-wrap: break-word; } + +.search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #959396; text-overflow: ellipsis; white-space: nowrap; font-size: 9px !important; } +@media (min-width: 31.25rem) { .search-result-rel-url { font-size: 10px !important; } } + +.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #959396; word-wrap: break-word; border-left: 1px solid; border-left-color: #44434d; font-size: 11px !important; } +@media (min-width: 31.25rem) { .search-result-previews { font-size: 12px !important; } } +@media (min-width: 31.25rem) { .search-result-previews { display: inline-block; width: 60%; padding-left: 0.5rem; margin-left: 0; vertical-align: top; } } + +.search-result-preview + .search-result-preview { margin-top: 0.25rem; } + +.search-result-highlight { font-weight: bold; } + +.search-no-result { padding-top: 0.5rem; padding-right: 0.75rem; padding-bottom: 0.5rem; padding-left: 0.75rem; font-size: 12px !important; } +@media (min-width: 31.25rem) { .search-no-result { font-size: 14px !important; } } + +.search-button { position: fixed; right: 1rem; bottom: 1rem; display: flex; width: 3.5rem; height: 3.5rem; background-color: #302d36; border: 1px solid rgba(44, 132, 250, 0.3); border-radius: 1.75rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); align-items: center; justify-content: center; } + +.search-overlay { position: fixed; top: 0; left: 0; z-index: 1; width: 0; height: 0; background-color: rgba(0, 0, 0, 0.3); opacity: 0; transition: opacity ease 400ms, width 0s 400ms, height 0s 400ms; } + +.search-active .search { position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 0; } +.search-active .search-input-wrap { height: 4rem; border-radius: 0; } +@media (min-width: 50rem) { .search-active .search-input-wrap { width: 536px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); } } +.search-active .search-input { background-color: #302d36; } +@media (min-width: 50rem) { .search-active .search-input { padding-left: 2.3rem; } } +@media (min-width: 50rem) { .search-active .search-label { padding-left: 0.6rem; } } +.search-active .search-results { display: block; } +.search-active .search-overlay { width: 100%; height: 100%; opacity: 1; transition: opacity ease 400ms, width 0s, height 0s; } +@media (min-width: 50rem) { .search-active .main { position: fixed; right: 0; left: 0; } } +.search-active .main-header { padding-top: 4rem; } +@media (min-width: 50rem) { .search-active .main-header { padding-top: 0; } } + +.table-wrapper { display: block; width: 100%; max-width: 100%; margin-bottom: 1.5rem; overflow-x: auto; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); } + +table { display: table; min-width: 100%; border-collapse: separate; } + +th, td { font-size: 12px !important; min-width: 120px; padding-top: 0.5rem; padding-right: 0.75rem; padding-bottom: 0.5rem; padding-left: 0.75rem; background-color: #302d36; border-bottom: 1px solid rgba(68, 67, 77, 0.5); border-left: 1px solid #44434d; } +@media (min-width: 31.25rem) { th, td { font-size: 14px !important; } } +th:first-of-type, td:first-of-type { border-left: 0; } + +tbody tr:last-of-type th, tbody tr:last-of-type td { border-bottom: 0; } +tbody tr:last-of-type td { padding-bottom: 0.75rem; } + +thead th { border-bottom: 1px solid #44434d; } + +code { padding: 0.2em 0.15em; font-weight: 400; background-color: #302d36; border: 1px solid #44434d; border-radius: 4px; } + +a:visited code { border-color: #44434d; } + +div.highlighter-rouge { padding: 0.75rem; margin-top: 0; margin-bottom: 0.75rem; overflow-x: auto; background-color: #302d36; border-radius: 4px; box-shadow: none; -webkit-overflow-scrolling: touch; } +div.highlighter-rouge div.highlight, div.highlighter-rouge pre.highlight, div.highlighter-rouge code { padding: 0; margin: 0; border: 0; } + +figure.highlight { padding: 0.75rem; margin-top: 0; margin-bottom: 0.75rem; background-color: #302d36; border-radius: 4px; box-shadow: none; -webkit-overflow-scrolling: touch; } +figure.highlight pre, figure.highlight code { padding: 0; margin: 0; border: 0; } + +.highlight .table-wrapper { padding: 0; margin: 0; border: 0; box-shadow: none; } +.highlight .table-wrapper td, .highlight .table-wrapper pre { font-size: 11px !important; min-width: 0; padding: 0; background-color: #302d36; border: 0; } +@media (min-width: 31.25rem) { .highlight .table-wrapper td, .highlight .table-wrapper pre { font-size: 12px !important; } } +.highlight .table-wrapper td.gl { padding-right: 0.75rem; } +.highlight .table-wrapper pre { margin: 0; line-height: 2; } + +.highlight .c { color: #586e75; } + +.highlight .err { color: #93a1a1; } + +.highlight .g { color: #93a1a1; } + +.highlight .k { color: #859900; } + +.highlight .l { color: #93a1a1; } + +.highlight .n { color: #93a1a1; } + +.highlight .o { color: #859900; } + +.highlight .x { color: #cb4b16; } + +.highlight .p { color: #93a1a1; } + +.highlight .cm { color: #586e75; } + +.highlight .cp { color: #859900; } + +.highlight .c1 { color: #586e75; } + +.highlight .cs { color: #859900; } + +.highlight .gd { color: #2aa198; } + +.highlight .ge { font-style: italic; color: #93a1a1; } + +.highlight .gr { color: #dc322f; } + +.highlight .gh { color: #cb4b16; } + +.highlight .gi { color: #859900; } + +.highlight .go { color: #93a1a1; } + +.highlight .gp { color: #93a1a1; } + +.highlight .gs { font-weight: bold; color: #93a1a1; } + +.highlight .gu { color: #cb4b16; } + +.highlight .gt { color: #93a1a1; } + +.highlight .kc { color: #cb4b16; } + +.highlight .kd { color: #268bd2; } + +.highlight .kn { color: #859900; } + +.highlight .kp { color: #859900; } + +.highlight .kr { color: #268bd2; } + +.highlight .kt { color: #dc322f; } + +.highlight .ld { color: #93a1a1; } + +.highlight .m { color: #2aa198; } + +.highlight .s { color: #2aa198; } + +.highlight .na { color: #555; } + +.highlight .nb { color: #b58900; } + +.highlight .nc { color: #268bd2; } + +.highlight .no { color: #cb4b16; } + +.highlight .nd { color: #268bd2; } + +.highlight .ni { color: #cb4b16; } + +.highlight .ne { color: #cb4b16; } + +.highlight .nf { color: #268bd2; } + +.highlight .nl { color: #555; } + +.highlight .nn { color: #93a1a1; } + +.highlight .nx { color: #555; } + +.highlight .py { color: #93a1a1; } + +.highlight .nt { color: #268bd2; } + +.highlight .nv { color: #268bd2; } + +.highlight .ow { color: #859900; } + +.highlight .w { color: #93a1a1; } + +.highlight .mf { color: #2aa198; } + +.highlight .mh { color: #2aa198; } + +.highlight .mi { color: #2aa198; } + +.highlight .mo { color: #2aa198; } + +.highlight .sb { color: #586e75; } + +.highlight .sc { color: #2aa198; } + +.highlight .sd { color: #93a1a1; } + +.highlight .s2 { color: #2aa198; } + +.highlight .se { color: #cb4b16; } + +.highlight .sh { color: #93a1a1; } + +.highlight .si { color: #2aa198; } + +.highlight .sx { color: #2aa198; } + +.highlight .sr { color: #dc322f; } + +.highlight .s1 { color: #2aa198; } + +.highlight .ss { color: #2aa198; } + +.highlight .bp { color: #268bd2; } + +.highlight .vc { color: #268bd2; } + +.highlight .vg { color: #268bd2; } + +.highlight .vi { color: #268bd2; } + +.highlight .il { color: #2aa198; } + +.code-example { padding: 0.75rem; margin-bottom: 0.75rem; overflow: auto; border: 1px solid #44434d; border-radius: 4px; } +.code-example + .highlighter-rouge, .code-example + figure.highlight { position: relative; margin-top: -1rem; border-right: 1px solid #44434d; border-bottom: 1px solid #44434d; border-left: 1px solid #44434d; border-top-left-radius: 0; border-top-right-radius: 0; } + +.text-grey-dk-000 { color: #959396 !important; } + +.text-grey-dk-100 { color: #5c5962 !important; } + +.text-grey-dk-200 { color: #44434d !important; } + +.text-grey-dk-250 { color: #302d36 !important; } + +.text-grey-dk-300 { color: #27262b !important; } + +.text-grey-lt-000 { color: #f5f6fa !important; } + +.text-grey-lt-100 { color: #eeebee !important; } + +.text-grey-lt-200 { color: #ecebed !important; } + +.text-grey-lt-300 { color: #e6e1e8 !important; } + +.text-blue-000 { color: #2c84fa !important; } + +.text-blue-100 { color: #2869e6 !important; } + +.text-blue-200 { color: #264caf !important; } + +.text-blue-300 { color: #183385 !important; } + +.text-green-000 { color: #41d693 !important; } + +.text-green-100 { color: #11b584 !important; } + +.text-green-200 { color: #009c7b !important; } + +.text-green-300 { color: #026e57 !important; } + +.text-purple-000 { color: #7253ed !important; } + +.text-purple-100 { color: #5e41d0 !important; } + +.text-purple-200 { color: #4e26af !important; } + +.text-purple-300 { color: #381885 !important; } + +.text-yellow-000 { color: #ffeb82 !important; } + +.text-yellow-100 { color: #fadf50 !important; } + +.text-yellow-200 { color: #f7d12e !important; } + +.text-yellow-300 { color: #e7af06 !important; } + +.text-red-000 { color: #f77e7e !important; } + +.text-red-100 { color: #f96e65 !important; } + +.text-red-200 { color: #e94c4c !important; } + +.text-red-300 { color: #dd2e2e !important; } + +.bg-grey-dk-000 { background-color: #959396 !important; } + +.bg-grey-dk-100 { background-color: #5c5962 !important; } + +.bg-grey-dk-200 { background-color: #44434d !important; } + +.bg-grey-dk-250 { background-color: #302d36 !important; } + +.bg-grey-dk-300 { background-color: #27262b !important; } + +.bg-grey-lt-000 { background-color: #f5f6fa !important; } + +.bg-grey-lt-100 { background-color: #eeebee !important; } + +.bg-grey-lt-200 { background-color: #ecebed !important; } + +.bg-grey-lt-300 { background-color: #e6e1e8 !important; } + +.bg-blue-000 { background-color: #2c84fa !important; } + +.bg-blue-100 { background-color: #2869e6 !important; } + +.bg-blue-200 { background-color: #264caf !important; } + +.bg-blue-300 { background-color: #183385 !important; } + +.bg-green-000 { background-color: #41d693 !important; } + +.bg-green-100 { background-color: #11b584 !important; } + +.bg-green-200 { background-color: #009c7b !important; } + +.bg-green-300 { background-color: #026e57 !important; } + +.bg-purple-000 { background-color: #7253ed !important; } + +.bg-purple-100 { background-color: #5e41d0 !important; } + +.bg-purple-200 { background-color: #4e26af !important; } + +.bg-purple-300 { background-color: #381885 !important; } + +.bg-yellow-000 { background-color: #ffeb82 !important; } + +.bg-yellow-100 { background-color: #fadf50 !important; } + +.bg-yellow-200 { background-color: #f7d12e !important; } + +.bg-yellow-300 { background-color: #e7af06 !important; } + +.bg-red-000 { background-color: #f77e7e !important; } + +.bg-red-100 { background-color: #f96e65 !important; } + +.bg-red-200 { background-color: #e94c4c !important; } + +.bg-red-300 { background-color: #dd2e2e !important; } + +.d-block { display: block !important; } + +.d-flex { display: flex !important; } + +.d-inline { display: inline !important; } + +.d-inline-block { display: inline-block !important; } + +.d-none { display: none !important; } + +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +.float-left { float: left !important; } + +.float-right { float: right !important; } + +.flex-justify-start { justify-content: flex-start !important; } + +.flex-justify-end { justify-content: flex-end !important; } + +.flex-justify-between { justify-content: space-between !important; } + +.flex-justify-around { justify-content: space-around !important; } + +.v-align-baseline { vertical-align: baseline !important; } + +.v-align-bottom { vertical-align: bottom !important; } + +.v-align-middle { vertical-align: middle !important; } + +.v-align-text-bottom { vertical-align: text-bottom !important; } + +.v-align-text-top { vertical-align: text-top !important; } + +.v-align-top { vertical-align: top !important; } + +.fs-1 { font-size: 9px !important; } +@media (min-width: 31.25rem) { .fs-1 { font-size: 10px !important; } } + +.fs-2 { font-size: 11px !important; } +@media (min-width: 31.25rem) { .fs-2 { font-size: 12px !important; } } + +.fs-3 { font-size: 12px !important; } +@media (min-width: 31.25rem) { .fs-3 { font-size: 14px !important; } } + +.fs-4 { font-size: 14px !important; } +@media (min-width: 31.25rem) { .fs-4 { font-size: 16px !important; } } + +.fs-5 { font-size: 16px !important; } +@media (min-width: 31.25rem) { .fs-5 { font-size: 18px !important; } } + +.fs-6 { font-size: 18px !important; } +@media (min-width: 31.25rem) { .fs-6 { font-size: 24px !important; line-height: 1.25; } } + +.fs-7 { font-size: 24px !important; line-height: 1.25; } +@media (min-width: 31.25rem) { .fs-7 { font-size: 32px !important; } } + +.fs-8 { font-size: 32px !important; line-height: 1.25; } +@media (min-width: 31.25rem) { .fs-8 { font-size: 36px !important; } } + +.fs-9 { font-size: 36px !important; line-height: 1.25; } +@media (min-width: 31.25rem) { .fs-9 { font-size: 42px !important; } } + +.fs-10 { font-size: 42px !important; line-height: 1.25; } +@media (min-width: 31.25rem) { .fs-10 { font-size: 48px !important; } } + +.fw-300 { font-weight: 300 !important; } + +.fw-400 { font-weight: 400 !important; } + +.fw-500 { font-weight: 500 !important; } + +.fw-700 { font-weight: 700 !important; } + +.lh-0 { line-height: 0 !important; } + +.lh-default { line-height: 1.4; } + +.lh-tight { line-height: 1.25; } + +.ls-5 { letter-spacing: 0.05em !important; } + +.ls-10 { letter-spacing: 0.1em !important; } + +.ls-0 { letter-spacing: 0 !important; } + +.text-uppercase { text-transform: uppercase !important; } + +.list-style-none { padding: 0 !important; margin: 0 !important; list-style: none !important; } +.list-style-none li::before { display: none !important; } + +.mx-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-0 { margin: 0 !important; } + +.mt-0 { margin-top: 0 !important; } + +.mr-0 { margin-right: 0 !important; } + +.mb-0 { margin-bottom: 0 !important; } + +.ml-0 { margin-left: 0 !important; } + +.mx-0 { margin-right: 0 !important; margin-left: 0 !important; } + +.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + +.mxn-0 { margin-right: -0 !important; margin-left: -0 !important; } + +.mx-0-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-1 { margin: 0.25rem !important; } + +.mt-1 { margin-top: 0.25rem !important; } + +.mr-1 { margin-right: 0.25rem !important; } + +.mb-1 { margin-bottom: 0.25rem !important; } + +.ml-1 { margin-left: 0.25rem !important; } + +.mx-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + +.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + +.mxn-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } + +.mx-1-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-2 { margin: 0.5rem !important; } + +.mt-2 { margin-top: 0.5rem !important; } + +.mr-2 { margin-right: 0.5rem !important; } + +.mb-2 { margin-bottom: 0.5rem !important; } + +.ml-2 { margin-left: 0.5rem !important; } + +.mx-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + +.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + +.mxn-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } + +.mx-2-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-3 { margin: 0.75rem !important; } + +.mt-3 { margin-top: 0.75rem !important; } + +.mr-3 { margin-right: 0.75rem !important; } + +.mb-3 { margin-bottom: 0.75rem !important; } + +.ml-3 { margin-left: 0.75rem !important; } + +.mx-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } + +.my-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } + +.mxn-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } + +.mx-3-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-4 { margin: 1rem !important; } + +.mt-4 { margin-top: 1rem !important; } + +.mr-4 { margin-right: 1rem !important; } + +.mb-4 { margin-bottom: 1rem !important; } + +.ml-4 { margin-left: 1rem !important; } + +.mx-4 { margin-right: 1rem !important; margin-left: 1rem !important; } + +.my-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + +.mxn-4 { margin-right: -1rem !important; margin-left: -1rem !important; } + +.mx-4-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-5 { margin: 1.5rem !important; } + +.mt-5 { margin-top: 1.5rem !important; } + +.mr-5 { margin-right: 1.5rem !important; } + +.mb-5 { margin-bottom: 1.5rem !important; } + +.ml-5 { margin-left: 1.5rem !important; } + +.mx-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + +.my-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + +.mxn-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } + +.mx-5-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-6 { margin: 2rem !important; } + +.mt-6 { margin-top: 2rem !important; } + +.mr-6 { margin-right: 2rem !important; } + +.mb-6 { margin-bottom: 2rem !important; } + +.ml-6 { margin-left: 2rem !important; } + +.mx-6 { margin-right: 2rem !important; margin-left: 2rem !important; } + +.my-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } + +.mxn-6 { margin-right: -2rem !important; margin-left: -2rem !important; } + +.mx-6-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-7 { margin: 2.5rem !important; } + +.mt-7 { margin-top: 2.5rem !important; } + +.mr-7 { margin-right: 2.5rem !important; } + +.mb-7 { margin-bottom: 2.5rem !important; } + +.ml-7 { margin-left: 2.5rem !important; } + +.mx-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } + +.my-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } + +.mxn-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } + +.mx-7-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-8 { margin: 3rem !important; } + +.mt-8 { margin-top: 3rem !important; } + +.mr-8 { margin-right: 3rem !important; } + +.mb-8 { margin-bottom: 3rem !important; } + +.ml-8 { margin-left: 3rem !important; } + +.mx-8 { margin-right: 3rem !important; margin-left: 3rem !important; } + +.my-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + +.mxn-8 { margin-right: -3rem !important; margin-left: -3rem !important; } + +.mx-8-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-9 { margin: 3.5rem !important; } + +.mt-9 { margin-top: 3.5rem !important; } + +.mr-9 { margin-right: 3.5rem !important; } + +.mb-9 { margin-bottom: 3.5rem !important; } + +.ml-9 { margin-left: 3.5rem !important; } + +.mx-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } + +.my-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } + +.mxn-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } + +.mx-9-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-10 { margin: 4rem !important; } + +.mt-10 { margin-top: 4rem !important; } + +.mr-10 { margin-right: 4rem !important; } + +.mb-10 { margin-bottom: 4rem !important; } + +.ml-10 { margin-left: 4rem !important; } + +.mx-10 { margin-right: 4rem !important; margin-left: 4rem !important; } + +.my-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } + +.mxn-10 { margin-right: -4rem !important; margin-left: -4rem !important; } + +.mx-10-auto { margin-right: auto !important; margin-left: auto !important; } + +@media (min-width: 20rem) { .m-xs-0 { margin: 0 !important; } + .mt-xs-0 { margin-top: 0 !important; } + .mr-xs-0 { margin-right: 0 !important; } + .mb-xs-0 { margin-bottom: 0 !important; } + .ml-xs-0 { margin-left: 0 !important; } + .mx-xs-0 { margin-right: 0 !important; margin-left: 0 !important; } + .my-xs-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + .mxn-xs-0 { margin-right: -0 !important; margin-left: -0 !important; } } +@media (min-width: 20rem) { .m-xs-1 { margin: 0.25rem !important; } + .mt-xs-1 { margin-top: 0.25rem !important; } + .mr-xs-1 { margin-right: 0.25rem !important; } + .mb-xs-1 { margin-bottom: 0.25rem !important; } + .ml-xs-1 { margin-left: 0.25rem !important; } + .mx-xs-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + .my-xs-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + .mxn-xs-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } } +@media (min-width: 20rem) { .m-xs-2 { margin: 0.5rem !important; } + .mt-xs-2 { margin-top: 0.5rem !important; } + .mr-xs-2 { margin-right: 0.5rem !important; } + .mb-xs-2 { margin-bottom: 0.5rem !important; } + .ml-xs-2 { margin-left: 0.5rem !important; } + .mx-xs-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + .my-xs-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + .mxn-xs-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } } +@media (min-width: 20rem) { .m-xs-3 { margin: 0.75rem !important; } + .mt-xs-3 { margin-top: 0.75rem !important; } + .mr-xs-3 { margin-right: 0.75rem !important; } + .mb-xs-3 { margin-bottom: 0.75rem !important; } + .ml-xs-3 { margin-left: 0.75rem !important; } + .mx-xs-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } + .my-xs-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } + .mxn-xs-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } } +@media (min-width: 20rem) { .m-xs-4 { margin: 1rem !important; } + .mt-xs-4 { margin-top: 1rem !important; } + .mr-xs-4 { margin-right: 1rem !important; } + .mb-xs-4 { margin-bottom: 1rem !important; } + .ml-xs-4 { margin-left: 1rem !important; } + .mx-xs-4 { margin-right: 1rem !important; margin-left: 1rem !important; } + .my-xs-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + .mxn-xs-4 { margin-right: -1rem !important; margin-left: -1rem !important; } } +@media (min-width: 20rem) { .m-xs-5 { margin: 1.5rem !important; } + .mt-xs-5 { margin-top: 1.5rem !important; } + .mr-xs-5 { margin-right: 1.5rem !important; } + .mb-xs-5 { margin-bottom: 1.5rem !important; } + .ml-xs-5 { margin-left: 1.5rem !important; } + .mx-xs-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + .my-xs-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + .mxn-xs-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } } +@media (min-width: 20rem) { .m-xs-6 { margin: 2rem !important; } + .mt-xs-6 { margin-top: 2rem !important; } + .mr-xs-6 { margin-right: 2rem !important; } + .mb-xs-6 { margin-bottom: 2rem !important; } + .ml-xs-6 { margin-left: 2rem !important; } + .mx-xs-6 { margin-right: 2rem !important; margin-left: 2rem !important; } + .my-xs-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } + .mxn-xs-6 { margin-right: -2rem !important; margin-left: -2rem !important; } } +@media (min-width: 20rem) { .m-xs-7 { margin: 2.5rem !important; } + .mt-xs-7 { margin-top: 2.5rem !important; } + .mr-xs-7 { margin-right: 2.5rem !important; } + .mb-xs-7 { margin-bottom: 2.5rem !important; } + .ml-xs-7 { margin-left: 2.5rem !important; } + .mx-xs-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } + .my-xs-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } + .mxn-xs-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } } +@media (min-width: 20rem) { .m-xs-8 { margin: 3rem !important; } + .mt-xs-8 { margin-top: 3rem !important; } + .mr-xs-8 { margin-right: 3rem !important; } + .mb-xs-8 { margin-bottom: 3rem !important; } + .ml-xs-8 { margin-left: 3rem !important; } + .mx-xs-8 { margin-right: 3rem !important; margin-left: 3rem !important; } + .my-xs-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + .mxn-xs-8 { margin-right: -3rem !important; margin-left: -3rem !important; } } +@media (min-width: 20rem) { .m-xs-9 { margin: 3.5rem !important; } + .mt-xs-9 { margin-top: 3.5rem !important; } + .mr-xs-9 { margin-right: 3.5rem !important; } + .mb-xs-9 { margin-bottom: 3.5rem !important; } + .ml-xs-9 { margin-left: 3.5rem !important; } + .mx-xs-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } + .my-xs-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } + .mxn-xs-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } } +@media (min-width: 20rem) { .m-xs-10 { margin: 4rem !important; } + .mt-xs-10 { margin-top: 4rem !important; } + .mr-xs-10 { margin-right: 4rem !important; } + .mb-xs-10 { margin-bottom: 4rem !important; } + .ml-xs-10 { margin-left: 4rem !important; } + .mx-xs-10 { margin-right: 4rem !important; margin-left: 4rem !important; } + .my-xs-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } + .mxn-xs-10 { margin-right: -4rem !important; margin-left: -4rem !important; } } +@media (min-width: 31.25rem) { .m-sm-0 { margin: 0 !important; } + .mt-sm-0 { margin-top: 0 !important; } + .mr-sm-0 { margin-right: 0 !important; } + .mb-sm-0 { margin-bottom: 0 !important; } + .ml-sm-0 { margin-left: 0 !important; } + .mx-sm-0 { margin-right: 0 !important; margin-left: 0 !important; } + .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + .mxn-sm-0 { margin-right: -0 !important; margin-left: -0 !important; } } +@media (min-width: 31.25rem) { .m-sm-1 { margin: 0.25rem !important; } + .mt-sm-1 { margin-top: 0.25rem !important; } + .mr-sm-1 { margin-right: 0.25rem !important; } + .mb-sm-1 { margin-bottom: 0.25rem !important; } + .ml-sm-1 { margin-left: 0.25rem !important; } + .mx-sm-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + .my-sm-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + .mxn-sm-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } } +@media (min-width: 31.25rem) { .m-sm-2 { margin: 0.5rem !important; } + .mt-sm-2 { margin-top: 0.5rem !important; } + .mr-sm-2 { margin-right: 0.5rem !important; } + .mb-sm-2 { margin-bottom: 0.5rem !important; } + .ml-sm-2 { margin-left: 0.5rem !important; } + .mx-sm-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + .my-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + .mxn-sm-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } } +@media (min-width: 31.25rem) { .m-sm-3 { margin: 0.75rem !important; } + .mt-sm-3 { margin-top: 0.75rem !important; } + .mr-sm-3 { margin-right: 0.75rem !important; } + .mb-sm-3 { margin-bottom: 0.75rem !important; } + .ml-sm-3 { margin-left: 0.75rem !important; } + .mx-sm-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } + .my-sm-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } + .mxn-sm-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } } +@media (min-width: 31.25rem) { .m-sm-4 { margin: 1rem !important; } + .mt-sm-4 { margin-top: 1rem !important; } + .mr-sm-4 { margin-right: 1rem !important; } + .mb-sm-4 { margin-bottom: 1rem !important; } + .ml-sm-4 { margin-left: 1rem !important; } + .mx-sm-4 { margin-right: 1rem !important; margin-left: 1rem !important; } + .my-sm-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + .mxn-sm-4 { margin-right: -1rem !important; margin-left: -1rem !important; } } +@media (min-width: 31.25rem) { .m-sm-5 { margin: 1.5rem !important; } + .mt-sm-5 { margin-top: 1.5rem !important; } + .mr-sm-5 { margin-right: 1.5rem !important; } + .mb-sm-5 { margin-bottom: 1.5rem !important; } + .ml-sm-5 { margin-left: 1.5rem !important; } + .mx-sm-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + .my-sm-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + .mxn-sm-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } } +@media (min-width: 31.25rem) { .m-sm-6 { margin: 2rem !important; } + .mt-sm-6 { margin-top: 2rem !important; } + .mr-sm-6 { margin-right: 2rem !important; } + .mb-sm-6 { margin-bottom: 2rem !important; } + .ml-sm-6 { margin-left: 2rem !important; } + .mx-sm-6 { margin-right: 2rem !important; margin-left: 2rem !important; } + .my-sm-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } + .mxn-sm-6 { margin-right: -2rem !important; margin-left: -2rem !important; } } +@media (min-width: 31.25rem) { .m-sm-7 { margin: 2.5rem !important; } + .mt-sm-7 { margin-top: 2.5rem !important; } + .mr-sm-7 { margin-right: 2.5rem !important; } + .mb-sm-7 { margin-bottom: 2.5rem !important; } + .ml-sm-7 { margin-left: 2.5rem !important; } + .mx-sm-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } + .my-sm-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } + .mxn-sm-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } } +@media (min-width: 31.25rem) { .m-sm-8 { margin: 3rem !important; } + .mt-sm-8 { margin-top: 3rem !important; } + .mr-sm-8 { margin-right: 3rem !important; } + .mb-sm-8 { margin-bottom: 3rem !important; } + .ml-sm-8 { margin-left: 3rem !important; } + .mx-sm-8 { margin-right: 3rem !important; margin-left: 3rem !important; } + .my-sm-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + .mxn-sm-8 { margin-right: -3rem !important; margin-left: -3rem !important; } } +@media (min-width: 31.25rem) { .m-sm-9 { margin: 3.5rem !important; } + .mt-sm-9 { margin-top: 3.5rem !important; } + .mr-sm-9 { margin-right: 3.5rem !important; } + .mb-sm-9 { margin-bottom: 3.5rem !important; } + .ml-sm-9 { margin-left: 3.5rem !important; } + .mx-sm-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } + .my-sm-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } + .mxn-sm-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } } +@media (min-width: 31.25rem) { .m-sm-10 { margin: 4rem !important; } + .mt-sm-10 { margin-top: 4rem !important; } + .mr-sm-10 { margin-right: 4rem !important; } + .mb-sm-10 { margin-bottom: 4rem !important; } + .ml-sm-10 { margin-left: 4rem !important; } + .mx-sm-10 { margin-right: 4rem !important; margin-left: 4rem !important; } + .my-sm-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } + .mxn-sm-10 { margin-right: -4rem !important; margin-left: -4rem !important; } } +@media (min-width: 50rem) { .m-md-0 { margin: 0 !important; } + .mt-md-0 { margin-top: 0 !important; } + .mr-md-0 { margin-right: 0 !important; } + .mb-md-0 { margin-bottom: 0 !important; } + .ml-md-0 { margin-left: 0 !important; } + .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; } + .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + .mxn-md-0 { margin-right: -0 !important; margin-left: -0 !important; } } +@media (min-width: 50rem) { .m-md-1 { margin: 0.25rem !important; } + .mt-md-1 { margin-top: 0.25rem !important; } + .mr-md-1 { margin-right: 0.25rem !important; } + .mb-md-1 { margin-bottom: 0.25rem !important; } + .ml-md-1 { margin-left: 0.25rem !important; } + .mx-md-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + .mxn-md-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } } +@media (min-width: 50rem) { .m-md-2 { margin: 0.5rem !important; } + .mt-md-2 { margin-top: 0.5rem !important; } + .mr-md-2 { margin-right: 0.5rem !important; } + .mb-md-2 { margin-bottom: 0.5rem !important; } + .ml-md-2 { margin-left: 0.5rem !important; } + .mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + .mxn-md-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } } +@media (min-width: 50rem) { .m-md-3 { margin: 0.75rem !important; } + .mt-md-3 { margin-top: 0.75rem !important; } + .mr-md-3 { margin-right: 0.75rem !important; } + .mb-md-3 { margin-bottom: 0.75rem !important; } + .ml-md-3 { margin-left: 0.75rem !important; } + .mx-md-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } + .my-md-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } + .mxn-md-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } } +@media (min-width: 50rem) { .m-md-4 { margin: 1rem !important; } + .mt-md-4 { margin-top: 1rem !important; } + .mr-md-4 { margin-right: 1rem !important; } + .mb-md-4 { margin-bottom: 1rem !important; } + .ml-md-4 { margin-left: 1rem !important; } + .mx-md-4 { margin-right: 1rem !important; margin-left: 1rem !important; } + .my-md-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + .mxn-md-4 { margin-right: -1rem !important; margin-left: -1rem !important; } } +@media (min-width: 50rem) { .m-md-5 { margin: 1.5rem !important; } + .mt-md-5 { margin-top: 1.5rem !important; } + .mr-md-5 { margin-right: 1.5rem !important; } + .mb-md-5 { margin-bottom: 1.5rem !important; } + .ml-md-5 { margin-left: 1.5rem !important; } + .mx-md-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + .my-md-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + .mxn-md-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } } +@media (min-width: 50rem) { .m-md-6 { margin: 2rem !important; } + .mt-md-6 { margin-top: 2rem !important; } + .mr-md-6 { margin-right: 2rem !important; } + .mb-md-6 { margin-bottom: 2rem !important; } + .ml-md-6 { margin-left: 2rem !important; } + .mx-md-6 { margin-right: 2rem !important; margin-left: 2rem !important; } + .my-md-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } + .mxn-md-6 { margin-right: -2rem !important; margin-left: -2rem !important; } } +@media (min-width: 50rem) { .m-md-7 { margin: 2.5rem !important; } + .mt-md-7 { margin-top: 2.5rem !important; } + .mr-md-7 { margin-right: 2.5rem !important; } + .mb-md-7 { margin-bottom: 2.5rem !important; } + .ml-md-7 { margin-left: 2.5rem !important; } + .mx-md-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } + .my-md-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } + .mxn-md-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } } +@media (min-width: 50rem) { .m-md-8 { margin: 3rem !important; } + .mt-md-8 { margin-top: 3rem !important; } + .mr-md-8 { margin-right: 3rem !important; } + .mb-md-8 { margin-bottom: 3rem !important; } + .ml-md-8 { margin-left: 3rem !important; } + .mx-md-8 { margin-right: 3rem !important; margin-left: 3rem !important; } + .my-md-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + .mxn-md-8 { margin-right: -3rem !important; margin-left: -3rem !important; } } +@media (min-width: 50rem) { .m-md-9 { margin: 3.5rem !important; } + .mt-md-9 { margin-top: 3.5rem !important; } + .mr-md-9 { margin-right: 3.5rem !important; } + .mb-md-9 { margin-bottom: 3.5rem !important; } + .ml-md-9 { margin-left: 3.5rem !important; } + .mx-md-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } + .my-md-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } + .mxn-md-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } } +@media (min-width: 50rem) { .m-md-10 { margin: 4rem !important; } + .mt-md-10 { margin-top: 4rem !important; } + .mr-md-10 { margin-right: 4rem !important; } + .mb-md-10 { margin-bottom: 4rem !important; } + .ml-md-10 { margin-left: 4rem !important; } + .mx-md-10 { margin-right: 4rem !important; margin-left: 4rem !important; } + .my-md-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } + .mxn-md-10 { margin-right: -4rem !important; margin-left: -4rem !important; } } +@media (min-width: 66.5rem) { .m-lg-0 { margin: 0 !important; } + .mt-lg-0 { margin-top: 0 !important; } + .mr-lg-0 { margin-right: 0 !important; } + .mb-lg-0 { margin-bottom: 0 !important; } + .ml-lg-0 { margin-left: 0 !important; } + .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; } + .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + .mxn-lg-0 { margin-right: -0 !important; margin-left: -0 !important; } } +@media (min-width: 66.5rem) { .m-lg-1 { margin: 0.25rem !important; } + .mt-lg-1 { margin-top: 0.25rem !important; } + .mr-lg-1 { margin-right: 0.25rem !important; } + .mb-lg-1 { margin-bottom: 0.25rem !important; } + .ml-lg-1 { margin-left: 0.25rem !important; } + .mx-lg-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + .mxn-lg-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } } +@media (min-width: 66.5rem) { .m-lg-2 { margin: 0.5rem !important; } + .mt-lg-2 { margin-top: 0.5rem !important; } + .mr-lg-2 { margin-right: 0.5rem !important; } + .mb-lg-2 { margin-bottom: 0.5rem !important; } + .ml-lg-2 { margin-left: 0.5rem !important; } + .mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + .mxn-lg-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } } +@media (min-width: 66.5rem) { .m-lg-3 { margin: 0.75rem !important; } + .mt-lg-3 { margin-top: 0.75rem !important; } + .mr-lg-3 { margin-right: 0.75rem !important; } + .mb-lg-3 { margin-bottom: 0.75rem !important; } + .ml-lg-3 { margin-left: 0.75rem !important; } + .mx-lg-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } + .my-lg-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } + .mxn-lg-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } } +@media (min-width: 66.5rem) { .m-lg-4 { margin: 1rem !important; } + .mt-lg-4 { margin-top: 1rem !important; } + .mr-lg-4 { margin-right: 1rem !important; } + .mb-lg-4 { margin-bottom: 1rem !important; } + .ml-lg-4 { margin-left: 1rem !important; } + .mx-lg-4 { margin-right: 1rem !important; margin-left: 1rem !important; } + .my-lg-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + .mxn-lg-4 { margin-right: -1rem !important; margin-left: -1rem !important; } } +@media (min-width: 66.5rem) { .m-lg-5 { margin: 1.5rem !important; } + .mt-lg-5 { margin-top: 1.5rem !important; } + .mr-lg-5 { margin-right: 1.5rem !important; } + .mb-lg-5 { margin-bottom: 1.5rem !important; } + .ml-lg-5 { margin-left: 1.5rem !important; } + .mx-lg-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + .my-lg-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + .mxn-lg-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } } +@media (min-width: 66.5rem) { .m-lg-6 { margin: 2rem !important; } + .mt-lg-6 { margin-top: 2rem !important; } + .mr-lg-6 { margin-right: 2rem !important; } + .mb-lg-6 { margin-bottom: 2rem !important; } + .ml-lg-6 { margin-left: 2rem !important; } + .mx-lg-6 { margin-right: 2rem !important; margin-left: 2rem !important; } + .my-lg-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } + .mxn-lg-6 { margin-right: -2rem !important; margin-left: -2rem !important; } } +@media (min-width: 66.5rem) { .m-lg-7 { margin: 2.5rem !important; } + .mt-lg-7 { margin-top: 2.5rem !important; } + .mr-lg-7 { margin-right: 2.5rem !important; } + .mb-lg-7 { margin-bottom: 2.5rem !important; } + .ml-lg-7 { margin-left: 2.5rem !important; } + .mx-lg-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } + .my-lg-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } + .mxn-lg-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } } +@media (min-width: 66.5rem) { .m-lg-8 { margin: 3rem !important; } + .mt-lg-8 { margin-top: 3rem !important; } + .mr-lg-8 { margin-right: 3rem !important; } + .mb-lg-8 { margin-bottom: 3rem !important; } + .ml-lg-8 { margin-left: 3rem !important; } + .mx-lg-8 { margin-right: 3rem !important; margin-left: 3rem !important; } + .my-lg-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + .mxn-lg-8 { margin-right: -3rem !important; margin-left: -3rem !important; } } +@media (min-width: 66.5rem) { .m-lg-9 { margin: 3.5rem !important; } + .mt-lg-9 { margin-top: 3.5rem !important; } + .mr-lg-9 { margin-right: 3.5rem !important; } + .mb-lg-9 { margin-bottom: 3.5rem !important; } + .ml-lg-9 { margin-left: 3.5rem !important; } + .mx-lg-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } + .my-lg-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } + .mxn-lg-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } } +@media (min-width: 66.5rem) { .m-lg-10 { margin: 4rem !important; } + .mt-lg-10 { margin-top: 4rem !important; } + .mr-lg-10 { margin-right: 4rem !important; } + .mb-lg-10 { margin-bottom: 4rem !important; } + .ml-lg-10 { margin-left: 4rem !important; } + .mx-lg-10 { margin-right: 4rem !important; margin-left: 4rem !important; } + .my-lg-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } + .mxn-lg-10 { margin-right: -4rem !important; margin-left: -4rem !important; } } +@media (min-width: 87.5rem) { .m-xl-0 { margin: 0 !important; } + .mt-xl-0 { margin-top: 0 !important; } + .mr-xl-0 { margin-right: 0 !important; } + .mb-xl-0 { margin-bottom: 0 !important; } + .ml-xl-0 { margin-left: 0 !important; } + .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; } + .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + .mxn-xl-0 { margin-right: -0 !important; margin-left: -0 !important; } } +@media (min-width: 87.5rem) { .m-xl-1 { margin: 0.25rem !important; } + .mt-xl-1 { margin-top: 0.25rem !important; } + .mr-xl-1 { margin-right: 0.25rem !important; } + .mb-xl-1 { margin-bottom: 0.25rem !important; } + .ml-xl-1 { margin-left: 0.25rem !important; } + .mx-xl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + .mxn-xl-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } } +@media (min-width: 87.5rem) { .m-xl-2 { margin: 0.5rem !important; } + .mt-xl-2 { margin-top: 0.5rem !important; } + .mr-xl-2 { margin-right: 0.5rem !important; } + .mb-xl-2 { margin-bottom: 0.5rem !important; } + .ml-xl-2 { margin-left: 0.5rem !important; } + .mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + .mxn-xl-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } } +@media (min-width: 87.5rem) { .m-xl-3 { margin: 0.75rem !important; } + .mt-xl-3 { margin-top: 0.75rem !important; } + .mr-xl-3 { margin-right: 0.75rem !important; } + .mb-xl-3 { margin-bottom: 0.75rem !important; } + .ml-xl-3 { margin-left: 0.75rem !important; } + .mx-xl-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } + .my-xl-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } + .mxn-xl-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } } +@media (min-width: 87.5rem) { .m-xl-4 { margin: 1rem !important; } + .mt-xl-4 { margin-top: 1rem !important; } + .mr-xl-4 { margin-right: 1rem !important; } + .mb-xl-4 { margin-bottom: 1rem !important; } + .ml-xl-4 { margin-left: 1rem !important; } + .mx-xl-4 { margin-right: 1rem !important; margin-left: 1rem !important; } + .my-xl-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + .mxn-xl-4 { margin-right: -1rem !important; margin-left: -1rem !important; } } +@media (min-width: 87.5rem) { .m-xl-5 { margin: 1.5rem !important; } + .mt-xl-5 { margin-top: 1.5rem !important; } + .mr-xl-5 { margin-right: 1.5rem !important; } + .mb-xl-5 { margin-bottom: 1.5rem !important; } + .ml-xl-5 { margin-left: 1.5rem !important; } + .mx-xl-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + .my-xl-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + .mxn-xl-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } } +@media (min-width: 87.5rem) { .m-xl-6 { margin: 2rem !important; } + .mt-xl-6 { margin-top: 2rem !important; } + .mr-xl-6 { margin-right: 2rem !important; } + .mb-xl-6 { margin-bottom: 2rem !important; } + .ml-xl-6 { margin-left: 2rem !important; } + .mx-xl-6 { margin-right: 2rem !important; margin-left: 2rem !important; } + .my-xl-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } + .mxn-xl-6 { margin-right: -2rem !important; margin-left: -2rem !important; } } +@media (min-width: 87.5rem) { .m-xl-7 { margin: 2.5rem !important; } + .mt-xl-7 { margin-top: 2.5rem !important; } + .mr-xl-7 { margin-right: 2.5rem !important; } + .mb-xl-7 { margin-bottom: 2.5rem !important; } + .ml-xl-7 { margin-left: 2.5rem !important; } + .mx-xl-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } + .my-xl-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } + .mxn-xl-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } } +@media (min-width: 87.5rem) { .m-xl-8 { margin: 3rem !important; } + .mt-xl-8 { margin-top: 3rem !important; } + .mr-xl-8 { margin-right: 3rem !important; } + .mb-xl-8 { margin-bottom: 3rem !important; } + .ml-xl-8 { margin-left: 3rem !important; } + .mx-xl-8 { margin-right: 3rem !important; margin-left: 3rem !important; } + .my-xl-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + .mxn-xl-8 { margin-right: -3rem !important; margin-left: -3rem !important; } } +@media (min-width: 87.5rem) { .m-xl-9 { margin: 3.5rem !important; } + .mt-xl-9 { margin-top: 3.5rem !important; } + .mr-xl-9 { margin-right: 3.5rem !important; } + .mb-xl-9 { margin-bottom: 3.5rem !important; } + .ml-xl-9 { margin-left: 3.5rem !important; } + .mx-xl-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } + .my-xl-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } + .mxn-xl-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } } +@media (min-width: 87.5rem) { .m-xl-10 { margin: 4rem !important; } + .mt-xl-10 { margin-top: 4rem !important; } + .mr-xl-10 { margin-right: 4rem !important; } + .mb-xl-10 { margin-bottom: 4rem !important; } + .ml-xl-10 { margin-left: 4rem !important; } + .mx-xl-10 { margin-right: 4rem !important; margin-left: 4rem !important; } + .my-xl-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } + .mxn-xl-10 { margin-right: -4rem !important; margin-left: -4rem !important; } } +.p-0 { padding: 0 !important; } + +.pt-0 { padding-top: 0 !important; } + +.pr-0 { padding-right: 0 !important; } + +.pb-0 { padding-bottom: 0 !important; } + +.pl-0 { padding-left: 0 !important; } + +.px-0 { padding-right: 0 !important; padding-left: 0 !important; } + +.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + +.p-1 { padding: 0.25rem !important; } + +.pt-1 { padding-top: 0.25rem !important; } + +.pr-1 { padding-right: 0.25rem !important; } + +.pb-1 { padding-bottom: 0.25rem !important; } + +.pl-1 { padding-left: 0.25rem !important; } + +.px-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + +.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + +.p-2 { padding: 0.5rem !important; } + +.pt-2 { padding-top: 0.5rem !important; } + +.pr-2 { padding-right: 0.5rem !important; } + +.pb-2 { padding-bottom: 0.5rem !important; } + +.pl-2 { padding-left: 0.5rem !important; } + +.px-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + +.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + +.p-3 { padding: 0.75rem !important; } + +.pt-3 { padding-top: 0.75rem !important; } + +.pr-3 { padding-right: 0.75rem !important; } + +.pb-3 { padding-bottom: 0.75rem !important; } + +.pl-3 { padding-left: 0.75rem !important; } + +.px-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } + +.py-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } + +.p-4 { padding: 1rem !important; } + +.pt-4 { padding-top: 1rem !important; } + +.pr-4 { padding-right: 1rem !important; } + +.pb-4 { padding-bottom: 1rem !important; } + +.pl-4 { padding-left: 1rem !important; } + +.px-4 { padding-right: 1rem !important; padding-left: 1rem !important; } + +.py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + +.p-5 { padding: 1.5rem !important; } + +.pt-5 { padding-top: 1.5rem !important; } + +.pr-5 { padding-right: 1.5rem !important; } + +.pb-5 { padding-bottom: 1.5rem !important; } + +.pl-5 { padding-left: 1.5rem !important; } + +.px-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + +.py-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + +.p-6 { padding: 2rem !important; } + +.pt-6 { padding-top: 2rem !important; } + +.pr-6 { padding-right: 2rem !important; } + +.pb-6 { padding-bottom: 2rem !important; } + +.pl-6 { padding-left: 2rem !important; } + +.px-6 { padding-right: 2rem !important; padding-left: 2rem !important; } + +.py-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } + +.p-7 { padding: 2.5rem !important; } + +.pt-7 { padding-top: 2.5rem !important; } + +.pr-7 { padding-right: 2.5rem !important; } + +.pb-7 { padding-bottom: 2.5rem !important; } + +.pl-7 { padding-left: 2.5rem !important; } + +.px-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } + +.py-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } + +.p-8 { padding: 3rem !important; } + +.pt-8 { padding-top: 3rem !important; } + +.pr-8 { padding-right: 3rem !important; } + +.pb-8 { padding-bottom: 3rem !important; } + +.pl-8 { padding-left: 3rem !important; } + +.px-8 { padding-right: 3rem !important; padding-left: 3rem !important; } + +.py-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + +.p-9 { padding: 3.5rem !important; } + +.pt-9 { padding-top: 3.5rem !important; } + +.pr-9 { padding-right: 3.5rem !important; } + +.pb-9 { padding-bottom: 3.5rem !important; } + +.pl-9 { padding-left: 3.5rem !important; } + +.px-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } + +.py-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } + +.p-10 { padding: 4rem !important; } + +.pt-10 { padding-top: 4rem !important; } + +.pr-10 { padding-right: 4rem !important; } + +.pb-10 { padding-bottom: 4rem !important; } + +.pl-10 { padding-left: 4rem !important; } + +.px-10 { padding-right: 4rem !important; padding-left: 4rem !important; } + +.py-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } + +@media (min-width: 20rem) { .p-xs-0 { padding: 0 !important; } + .pt-xs-0 { padding-top: 0 !important; } + .pr-xs-0 { padding-right: 0 !important; } + .pb-xs-0 { padding-bottom: 0 !important; } + .pl-xs-0 { padding-left: 0 !important; } + .px-xs-0 { padding-right: 0 !important; padding-left: 0 !important; } + .py-xs-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + .p-xs-1 { padding: 0.25rem !important; } + .pt-xs-1 { padding-top: 0.25rem !important; } + .pr-xs-1 { padding-right: 0.25rem !important; } + .pb-xs-1 { padding-bottom: 0.25rem !important; } + .pl-xs-1 { padding-left: 0.25rem !important; } + .px-xs-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + .py-xs-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + .p-xs-2 { padding: 0.5rem !important; } + .pt-xs-2 { padding-top: 0.5rem !important; } + .pr-xs-2 { padding-right: 0.5rem !important; } + .pb-xs-2 { padding-bottom: 0.5rem !important; } + .pl-xs-2 { padding-left: 0.5rem !important; } + .px-xs-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + .py-xs-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + .p-xs-3 { padding: 0.75rem !important; } + .pt-xs-3 { padding-top: 0.75rem !important; } + .pr-xs-3 { padding-right: 0.75rem !important; } + .pb-xs-3 { padding-bottom: 0.75rem !important; } + .pl-xs-3 { padding-left: 0.75rem !important; } + .px-xs-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } + .py-xs-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } + .p-xs-4 { padding: 1rem !important; } + .pt-xs-4 { padding-top: 1rem !important; } + .pr-xs-4 { padding-right: 1rem !important; } + .pb-xs-4 { padding-bottom: 1rem !important; } + .pl-xs-4 { padding-left: 1rem !important; } + .px-xs-4 { padding-right: 1rem !important; padding-left: 1rem !important; } + .py-xs-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + .p-xs-5 { padding: 1.5rem !important; } + .pt-xs-5 { padding-top: 1.5rem !important; } + .pr-xs-5 { padding-right: 1.5rem !important; } + .pb-xs-5 { padding-bottom: 1.5rem !important; } + .pl-xs-5 { padding-left: 1.5rem !important; } + .px-xs-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + .py-xs-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + .p-xs-6 { padding: 2rem !important; } + .pt-xs-6 { padding-top: 2rem !important; } + .pr-xs-6 { padding-right: 2rem !important; } + .pb-xs-6 { padding-bottom: 2rem !important; } + .pl-xs-6 { padding-left: 2rem !important; } + .px-xs-6 { padding-right: 2rem !important; padding-left: 2rem !important; } + .py-xs-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } + .p-xs-7 { padding: 2.5rem !important; } + .pt-xs-7 { padding-top: 2.5rem !important; } + .pr-xs-7 { padding-right: 2.5rem !important; } + .pb-xs-7 { padding-bottom: 2.5rem !important; } + .pl-xs-7 { padding-left: 2.5rem !important; } + .px-xs-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } + .py-xs-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } + .p-xs-8 { padding: 3rem !important; } + .pt-xs-8 { padding-top: 3rem !important; } + .pr-xs-8 { padding-right: 3rem !important; } + .pb-xs-8 { padding-bottom: 3rem !important; } + .pl-xs-8 { padding-left: 3rem !important; } + .px-xs-8 { padding-right: 3rem !important; padding-left: 3rem !important; } + .py-xs-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .p-xs-9 { padding: 3.5rem !important; } + .pt-xs-9 { padding-top: 3.5rem !important; } + .pr-xs-9 { padding-right: 3.5rem !important; } + .pb-xs-9 { padding-bottom: 3.5rem !important; } + .pl-xs-9 { padding-left: 3.5rem !important; } + .px-xs-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } + .py-xs-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } + .p-xs-10 { padding: 4rem !important; } + .pt-xs-10 { padding-top: 4rem !important; } + .pr-xs-10 { padding-right: 4rem !important; } + .pb-xs-10 { padding-bottom: 4rem !important; } + .pl-xs-10 { padding-left: 4rem !important; } + .px-xs-10 { padding-right: 4rem !important; padding-left: 4rem !important; } + .py-xs-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } } +@media (min-width: 31.25rem) { .p-sm-0 { padding: 0 !important; } + .pt-sm-0 { padding-top: 0 !important; } + .pr-sm-0 { padding-right: 0 !important; } + .pb-sm-0 { padding-bottom: 0 !important; } + .pl-sm-0 { padding-left: 0 !important; } + .px-sm-0 { padding-right: 0 !important; padding-left: 0 !important; } + .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + .p-sm-1 { padding: 0.25rem !important; } + .pt-sm-1 { padding-top: 0.25rem !important; } + .pr-sm-1 { padding-right: 0.25rem !important; } + .pb-sm-1 { padding-bottom: 0.25rem !important; } + .pl-sm-1 { padding-left: 0.25rem !important; } + .px-sm-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + .py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + .p-sm-2 { padding: 0.5rem !important; } + .pt-sm-2 { padding-top: 0.5rem !important; } + .pr-sm-2 { padding-right: 0.5rem !important; } + .pb-sm-2 { padding-bottom: 0.5rem !important; } + .pl-sm-2 { padding-left: 0.5rem !important; } + .px-sm-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + .py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + .p-sm-3 { padding: 0.75rem !important; } + .pt-sm-3 { padding-top: 0.75rem !important; } + .pr-sm-3 { padding-right: 0.75rem !important; } + .pb-sm-3 { padding-bottom: 0.75rem !important; } + .pl-sm-3 { padding-left: 0.75rem !important; } + .px-sm-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } + .py-sm-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } + .p-sm-4 { padding: 1rem !important; } + .pt-sm-4 { padding-top: 1rem !important; } + .pr-sm-4 { padding-right: 1rem !important; } + .pb-sm-4 { padding-bottom: 1rem !important; } + .pl-sm-4 { padding-left: 1rem !important; } + .px-sm-4 { padding-right: 1rem !important; padding-left: 1rem !important; } + .py-sm-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + .p-sm-5 { padding: 1.5rem !important; } + .pt-sm-5 { padding-top: 1.5rem !important; } + .pr-sm-5 { padding-right: 1.5rem !important; } + .pb-sm-5 { padding-bottom: 1.5rem !important; } + .pl-sm-5 { padding-left: 1.5rem !important; } + .px-sm-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + .py-sm-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + .p-sm-6 { padding: 2rem !important; } + .pt-sm-6 { padding-top: 2rem !important; } + .pr-sm-6 { padding-right: 2rem !important; } + .pb-sm-6 { padding-bottom: 2rem !important; } + .pl-sm-6 { padding-left: 2rem !important; } + .px-sm-6 { padding-right: 2rem !important; padding-left: 2rem !important; } + .py-sm-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } + .p-sm-7 { padding: 2.5rem !important; } + .pt-sm-7 { padding-top: 2.5rem !important; } + .pr-sm-7 { padding-right: 2.5rem !important; } + .pb-sm-7 { padding-bottom: 2.5rem !important; } + .pl-sm-7 { padding-left: 2.5rem !important; } + .px-sm-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } + .py-sm-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } + .p-sm-8 { padding: 3rem !important; } + .pt-sm-8 { padding-top: 3rem !important; } + .pr-sm-8 { padding-right: 3rem !important; } + .pb-sm-8 { padding-bottom: 3rem !important; } + .pl-sm-8 { padding-left: 3rem !important; } + .px-sm-8 { padding-right: 3rem !important; padding-left: 3rem !important; } + .py-sm-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .p-sm-9 { padding: 3.5rem !important; } + .pt-sm-9 { padding-top: 3.5rem !important; } + .pr-sm-9 { padding-right: 3.5rem !important; } + .pb-sm-9 { padding-bottom: 3.5rem !important; } + .pl-sm-9 { padding-left: 3.5rem !important; } + .px-sm-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } + .py-sm-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } + .p-sm-10 { padding: 4rem !important; } + .pt-sm-10 { padding-top: 4rem !important; } + .pr-sm-10 { padding-right: 4rem !important; } + .pb-sm-10 { padding-bottom: 4rem !important; } + .pl-sm-10 { padding-left: 4rem !important; } + .px-sm-10 { padding-right: 4rem !important; padding-left: 4rem !important; } + .py-sm-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } } +@media (min-width: 50rem) { .p-md-0 { padding: 0 !important; } + .pt-md-0 { padding-top: 0 !important; } + .pr-md-0 { padding-right: 0 !important; } + .pb-md-0 { padding-bottom: 0 !important; } + .pl-md-0 { padding-left: 0 !important; } + .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; } + .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + .p-md-1 { padding: 0.25rem !important; } + .pt-md-1 { padding-top: 0.25rem !important; } + .pr-md-1 { padding-right: 0.25rem !important; } + .pb-md-1 { padding-bottom: 0.25rem !important; } + .pl-md-1 { padding-left: 0.25rem !important; } + .px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + .p-md-2 { padding: 0.5rem !important; } + .pt-md-2 { padding-top: 0.5rem !important; } + .pr-md-2 { padding-right: 0.5rem !important; } + .pb-md-2 { padding-bottom: 0.5rem !important; } + .pl-md-2 { padding-left: 0.5rem !important; } + .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + .p-md-3 { padding: 0.75rem !important; } + .pt-md-3 { padding-top: 0.75rem !important; } + .pr-md-3 { padding-right: 0.75rem !important; } + .pb-md-3 { padding-bottom: 0.75rem !important; } + .pl-md-3 { padding-left: 0.75rem !important; } + .px-md-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } + .py-md-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } + .p-md-4 { padding: 1rem !important; } + .pt-md-4 { padding-top: 1rem !important; } + .pr-md-4 { padding-right: 1rem !important; } + .pb-md-4 { padding-bottom: 1rem !important; } + .pl-md-4 { padding-left: 1rem !important; } + .px-md-4 { padding-right: 1rem !important; padding-left: 1rem !important; } + .py-md-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + .p-md-5 { padding: 1.5rem !important; } + .pt-md-5 { padding-top: 1.5rem !important; } + .pr-md-5 { padding-right: 1.5rem !important; } + .pb-md-5 { padding-bottom: 1.5rem !important; } + .pl-md-5 { padding-left: 1.5rem !important; } + .px-md-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + .py-md-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + .p-md-6 { padding: 2rem !important; } + .pt-md-6 { padding-top: 2rem !important; } + .pr-md-6 { padding-right: 2rem !important; } + .pb-md-6 { padding-bottom: 2rem !important; } + .pl-md-6 { padding-left: 2rem !important; } + .px-md-6 { padding-right: 2rem !important; padding-left: 2rem !important; } + .py-md-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } + .p-md-7 { padding: 2.5rem !important; } + .pt-md-7 { padding-top: 2.5rem !important; } + .pr-md-7 { padding-right: 2.5rem !important; } + .pb-md-7 { padding-bottom: 2.5rem !important; } + .pl-md-7 { padding-left: 2.5rem !important; } + .px-md-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } + .py-md-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } + .p-md-8 { padding: 3rem !important; } + .pt-md-8 { padding-top: 3rem !important; } + .pr-md-8 { padding-right: 3rem !important; } + .pb-md-8 { padding-bottom: 3rem !important; } + .pl-md-8 { padding-left: 3rem !important; } + .px-md-8 { padding-right: 3rem !important; padding-left: 3rem !important; } + .py-md-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .p-md-9 { padding: 3.5rem !important; } + .pt-md-9 { padding-top: 3.5rem !important; } + .pr-md-9 { padding-right: 3.5rem !important; } + .pb-md-9 { padding-bottom: 3.5rem !important; } + .pl-md-9 { padding-left: 3.5rem !important; } + .px-md-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } + .py-md-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } + .p-md-10 { padding: 4rem !important; } + .pt-md-10 { padding-top: 4rem !important; } + .pr-md-10 { padding-right: 4rem !important; } + .pb-md-10 { padding-bottom: 4rem !important; } + .pl-md-10 { padding-left: 4rem !important; } + .px-md-10 { padding-right: 4rem !important; padding-left: 4rem !important; } + .py-md-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } } +@media (min-width: 66.5rem) { .p-lg-0 { padding: 0 !important; } + .pt-lg-0 { padding-top: 0 !important; } + .pr-lg-0 { padding-right: 0 !important; } + .pb-lg-0 { padding-bottom: 0 !important; } + .pl-lg-0 { padding-left: 0 !important; } + .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; } + .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + .p-lg-1 { padding: 0.25rem !important; } + .pt-lg-1 { padding-top: 0.25rem !important; } + .pr-lg-1 { padding-right: 0.25rem !important; } + .pb-lg-1 { padding-bottom: 0.25rem !important; } + .pl-lg-1 { padding-left: 0.25rem !important; } + .px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + .p-lg-2 { padding: 0.5rem !important; } + .pt-lg-2 { padding-top: 0.5rem !important; } + .pr-lg-2 { padding-right: 0.5rem !important; } + .pb-lg-2 { padding-bottom: 0.5rem !important; } + .pl-lg-2 { padding-left: 0.5rem !important; } + .px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + .p-lg-3 { padding: 0.75rem !important; } + .pt-lg-3 { padding-top: 0.75rem !important; } + .pr-lg-3 { padding-right: 0.75rem !important; } + .pb-lg-3 { padding-bottom: 0.75rem !important; } + .pl-lg-3 { padding-left: 0.75rem !important; } + .px-lg-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } + .py-lg-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } + .p-lg-4 { padding: 1rem !important; } + .pt-lg-4 { padding-top: 1rem !important; } + .pr-lg-4 { padding-right: 1rem !important; } + .pb-lg-4 { padding-bottom: 1rem !important; } + .pl-lg-4 { padding-left: 1rem !important; } + .px-lg-4 { padding-right: 1rem !important; padding-left: 1rem !important; } + .py-lg-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + .p-lg-5 { padding: 1.5rem !important; } + .pt-lg-5 { padding-top: 1.5rem !important; } + .pr-lg-5 { padding-right: 1.5rem !important; } + .pb-lg-5 { padding-bottom: 1.5rem !important; } + .pl-lg-5 { padding-left: 1.5rem !important; } + .px-lg-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + .py-lg-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + .p-lg-6 { padding: 2rem !important; } + .pt-lg-6 { padding-top: 2rem !important; } + .pr-lg-6 { padding-right: 2rem !important; } + .pb-lg-6 { padding-bottom: 2rem !important; } + .pl-lg-6 { padding-left: 2rem !important; } + .px-lg-6 { padding-right: 2rem !important; padding-left: 2rem !important; } + .py-lg-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } + .p-lg-7 { padding: 2.5rem !important; } + .pt-lg-7 { padding-top: 2.5rem !important; } + .pr-lg-7 { padding-right: 2.5rem !important; } + .pb-lg-7 { padding-bottom: 2.5rem !important; } + .pl-lg-7 { padding-left: 2.5rem !important; } + .px-lg-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } + .py-lg-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } + .p-lg-8 { padding: 3rem !important; } + .pt-lg-8 { padding-top: 3rem !important; } + .pr-lg-8 { padding-right: 3rem !important; } + .pb-lg-8 { padding-bottom: 3rem !important; } + .pl-lg-8 { padding-left: 3rem !important; } + .px-lg-8 { padding-right: 3rem !important; padding-left: 3rem !important; } + .py-lg-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .p-lg-9 { padding: 3.5rem !important; } + .pt-lg-9 { padding-top: 3.5rem !important; } + .pr-lg-9 { padding-right: 3.5rem !important; } + .pb-lg-9 { padding-bottom: 3.5rem !important; } + .pl-lg-9 { padding-left: 3.5rem !important; } + .px-lg-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } + .py-lg-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } + .p-lg-10 { padding: 4rem !important; } + .pt-lg-10 { padding-top: 4rem !important; } + .pr-lg-10 { padding-right: 4rem !important; } + .pb-lg-10 { padding-bottom: 4rem !important; } + .pl-lg-10 { padding-left: 4rem !important; } + .px-lg-10 { padding-right: 4rem !important; padding-left: 4rem !important; } + .py-lg-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } } +@media (min-width: 87.5rem) { .p-xl-0 { padding: 0 !important; } + .pt-xl-0 { padding-top: 0 !important; } + .pr-xl-0 { padding-right: 0 !important; } + .pb-xl-0 { padding-bottom: 0 !important; } + .pl-xl-0 { padding-left: 0 !important; } + .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; } + .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + .p-xl-1 { padding: 0.25rem !important; } + .pt-xl-1 { padding-top: 0.25rem !important; } + .pr-xl-1 { padding-right: 0.25rem !important; } + .pb-xl-1 { padding-bottom: 0.25rem !important; } + .pl-xl-1 { padding-left: 0.25rem !important; } + .px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + .p-xl-2 { padding: 0.5rem !important; } + .pt-xl-2 { padding-top: 0.5rem !important; } + .pr-xl-2 { padding-right: 0.5rem !important; } + .pb-xl-2 { padding-bottom: 0.5rem !important; } + .pl-xl-2 { padding-left: 0.5rem !important; } + .px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + .p-xl-3 { padding: 0.75rem !important; } + .pt-xl-3 { padding-top: 0.75rem !important; } + .pr-xl-3 { padding-right: 0.75rem !important; } + .pb-xl-3 { padding-bottom: 0.75rem !important; } + .pl-xl-3 { padding-left: 0.75rem !important; } + .px-xl-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } + .py-xl-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } + .p-xl-4 { padding: 1rem !important; } + .pt-xl-4 { padding-top: 1rem !important; } + .pr-xl-4 { padding-right: 1rem !important; } + .pb-xl-4 { padding-bottom: 1rem !important; } + .pl-xl-4 { padding-left: 1rem !important; } + .px-xl-4 { padding-right: 1rem !important; padding-left: 1rem !important; } + .py-xl-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + .p-xl-5 { padding: 1.5rem !important; } + .pt-xl-5 { padding-top: 1.5rem !important; } + .pr-xl-5 { padding-right: 1.5rem !important; } + .pb-xl-5 { padding-bottom: 1.5rem !important; } + .pl-xl-5 { padding-left: 1.5rem !important; } + .px-xl-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + .py-xl-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + .p-xl-6 { padding: 2rem !important; } + .pt-xl-6 { padding-top: 2rem !important; } + .pr-xl-6 { padding-right: 2rem !important; } + .pb-xl-6 { padding-bottom: 2rem !important; } + .pl-xl-6 { padding-left: 2rem !important; } + .px-xl-6 { padding-right: 2rem !important; padding-left: 2rem !important; } + .py-xl-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } + .p-xl-7 { padding: 2.5rem !important; } + .pt-xl-7 { padding-top: 2.5rem !important; } + .pr-xl-7 { padding-right: 2.5rem !important; } + .pb-xl-7 { padding-bottom: 2.5rem !important; } + .pl-xl-7 { padding-left: 2.5rem !important; } + .px-xl-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } + .py-xl-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } + .p-xl-8 { padding: 3rem !important; } + .pt-xl-8 { padding-top: 3rem !important; } + .pr-xl-8 { padding-right: 3rem !important; } + .pb-xl-8 { padding-bottom: 3rem !important; } + .pl-xl-8 { padding-left: 3rem !important; } + .px-xl-8 { padding-right: 3rem !important; padding-left: 3rem !important; } + .py-xl-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .p-xl-9 { padding: 3.5rem !important; } + .pt-xl-9 { padding-top: 3.5rem !important; } + .pr-xl-9 { padding-right: 3.5rem !important; } + .pb-xl-9 { padding-bottom: 3.5rem !important; } + .pl-xl-9 { padding-left: 3.5rem !important; } + .px-xl-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } + .py-xl-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } + .p-xl-10 { padding: 4rem !important; } + .pt-xl-10 { padding-top: 4rem !important; } + .pr-xl-10 { padding-right: 4rem !important; } + .pb-xl-10 { padding-bottom: 4rem !important; } + .pl-xl-10 { padding-left: 4rem !important; } + .px-xl-10 { padding-right: 4rem !important; padding-left: 4rem !important; } + .py-xl-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } } +@media print { .site-footer, .site-button, #edit-this-page, #back-to-top, .site-nav, .main-header { display: none !important; } + .side-bar { width: 100%; height: auto; border-right: 0 !important; } + .site-header { border-bottom: 1px solid #44434d; } + .site-title { font-size: 16px !important; font-weight: 700 !important; } + .text-small { font-size: 8pt !important; } + pre.highlight { border: 1px solid #44434d; } + .main { max-width: none; margin-left: 0; } } +.info { background: rgba(38, 76, 175, 0.2); border-left: 4px solid #2c84fa; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); padding: .8rem; } +.info::before { color: #2c84fa; content: "INFO"; display: block; font-weight: bold; font-size: .75em; padding-bottom: .125rem; } + +.warn { background: rgba(247, 209, 46, 0.2); border-left: 4px solid #e7af06; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); padding: .8rem; } +.warn::before { color: #e7af06; content: "WARNING"; display: block; font-weight: bold; font-size: .75em; padding-bottom: .125rem; } + +.danger { background: rgba(247, 126, 126, 0.2); border-left: 4px solid #dd2e2e; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); padding: .8rem; } +.danger::before { color: #dd2e2e; content: "DANGER"; display: block; font-weight: bold; font-size: .75em; padding-bottom: .125rem; } + +.site-title { padding-top: 0.125rem; padding-bottom: 0.125rem; } + +@media (min-width: 50rem) { .site-title { padding-right: 1rem; padding-left: 1rem; } } +@media (prefers-color-scheme: dark) { input#search-input { color: white; } + input#search-input:focus { color: white; } + #search-input::placeholder { color: #e6e1e8; opacity: 0.6; } } +ul#toc ul { padding-left: 0.6rem; } + +ul#toc { padding-left: 2.75rem; } + +ul#toc li { margin-bottom: 0px; margin-top: 0px; } + +.toc-entry a { /* background: initial; padding-top: 0.1rem; padding-bottom: 0.1rem; display: block; padding-right: $gutter-spacing-sm; line-height: 1.5rem; text-decoration: none; &.active { font-weight: 600; text-decoration: none; } &:hover { background-image: linear-gradient( -90deg, rgba($feedback-color, 1) 20% 40%, rgba($feedback-color, 0.8) 80%, rgba($feedback-color, 0) 100% ); } +*/ } + +.plugin-version-menu-background-fonts-style { font-size: 11px !important; background-color: inherit; } +@media (min-width: 31.25rem) { .plugin-version-menu-background-fonts-style { font-size: 12px !important; } } diff --git a/pr-preview/pr-1544/assets/css/just-the-docs-default.css b/pr-preview/pr-1544/assets/css/just-the-docs-default.css new file mode 100644 index 0000000..e69de29 diff --git a/pr-preview/pr-1544/assets/css/just-the-docs-light.css b/pr-preview/pr-1544/assets/css/just-the-docs-light.css new file mode 100644 index 0000000..79f07a1 --- /dev/null +++ b/pr-preview/pr-1544/assets/css/just-the-docs-light.css @@ -0,0 +1,2277 @@ +@charset "UTF-8"; +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ +/* Document ========================================================================== */ +/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */ +html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } + +/* Sections ========================================================================== */ +/** Remove the margin in all browsers. */ +body { margin: 0; } + +/** Render the `main` element consistently in IE. */ +main { display: block; } + +/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */ +h1 { font-size: 2em; margin: 0.67em 0; } + +/* Grouping content ========================================================================== */ +/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */ +hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } + +/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */ +pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } + +/* Text-level semantics ========================================================================== */ +/** Remove the gray background on active links in IE 10. */ +a { background-color: transparent; } + +/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ +abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } + +/** Add the correct font weight in Chrome, Edge, and Safari. */ +b, strong { font-weight: bolder; } + +/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */ +code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } + +/** Add the correct font size in all browsers. */ +small { font-size: 80%; } + +/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */ +sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } + +sub { bottom: -0.25em; } + +sup { top: -0.5em; } + +/* Embedded content ========================================================================== */ +/** Remove the border on images inside links in IE 10. */ +img { border-style: none; } + +/* Forms ========================================================================== */ +/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */ +button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } + +/** Show the overflow in IE. 1. Show the overflow in Edge. */ +button, input { /* 1 */ overflow: visible; } + +/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */ +button, select { /* 1 */ text-transform: none; } + +/** Correct the inability to style clickable types in iOS and Safari. */ +button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } + +/** Remove the inner border and padding in Firefox. */ +button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } + +/** Restore the focus styles unset by the previous rule. */ +button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } + +/** Correct the padding in Firefox. */ +fieldset { padding: 0.35em 0.75em 0.625em; } + +/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */ +legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } + +/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */ +progress { vertical-align: baseline; } + +/** Remove the default vertical scrollbar in IE 10+. */ +textarea { overflow: auto; } + +/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */ +[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } + +/** Correct the cursor style of increment and decrement buttons in Chrome. */ +[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } + +/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ +[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } + +/** Remove the inner padding in Chrome and Safari on macOS. */ +[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } + +/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ +::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } + +/* Interactive ========================================================================== */ +/* Add the correct display in Edge, IE 10+, and Firefox. */ +details { display: block; } + +/* Add the correct display in all browsers. */ +summary { display: list-item; } + +/* Misc ========================================================================== */ +/** Add the correct display in IE 10+. */ +template { display: none; } + +/** Add the correct display in IE 10. */ +[hidden] { display: none; } + +* { box-sizing: border-box; } + +::selection { color: #fff; background: #7253ed; } + +html { font-size: 14px !important; scroll-behavior: smooth; } +@media (min-width: 31.25rem) { html { font-size: 16px !important; } } + +body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: inherit; line-height: 1.4; color: #5c5962; background-color: #fff; } + +ol, ul, dl, pre, address, blockquote, table, div, hr, form, fieldset, noscript .table-wrapper { margin-top: 0; } + +h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 1em; font-weight: 500; line-height: 1.25; color: #27262b; } + +p { margin-top: 1em; margin-bottom: 1em; } + +a { color: #7253ed; text-decoration: none; } + +a:not([class]) { text-decoration: none; background-image: linear-gradient(#eeebee 0%, #eeebee 100%); background-repeat: repeat-x; background-position: 0 100%; background-size: 1px 1px; } +a:not([class]):hover { background-image: linear-gradient(rgba(114, 83, 237, 0.45) 0%, rgba(114, 83, 237, 0.45) 100%); background-size: 1px 1px; } + +code { font-family: "SFMono-Regular", Menlo, Consolas, Monospace; font-size: 0.75em; line-height: 1.4; } + +figure, pre { margin: 0; } + +li { margin: 0.25em 0; } + +img { max-width: 100%; height: auto; } + +hr { height: 1px; padding: 0; margin: 2rem 0; background-color: #eeebee; border: 0; } + +.side-bar { z-index: 0; display: flex; flex-wrap: wrap; background-color: #f5f6fa; } +@media (min-width: 50rem) { .side-bar { flex-wrap: nowrap; position: fixed; width: 248px; height: 100%; flex-direction: column; border-right: 1px solid #eeebee; align-items: flex-end; } } +@media (min-width: 66.5rem) { .side-bar { width: calc((100% - 1064px) / 2 + 264px); min-width: 264px; } } + +@media (min-width: 50rem) { .main { position: relative; max-width: 800px; margin-left: 248px; } } +@media (min-width: 66.5rem) { .main { margin-left: calc( (100% - 1064px) / 2 + 264px ); } } + +.main-content-wrap { padding-right: 1rem; padding-left: 1rem; padding-top: 1rem; padding-bottom: 1rem; } +@media (min-width: 50rem) { .main-content-wrap { padding-right: 2rem; padding-left: 2rem; } } +@media (min-width: 50rem) { .main-content-wrap { padding-top: 2rem; padding-bottom: 2rem; } } + +.main-header { z-index: 0; display: none; background-color: #f5f6fa; } +@media (min-width: 50rem) { .main-header { display: flex; justify-content: space-between; height: 60px; background-color: #fff; border-bottom: 1px solid #eeebee; } } +.main-header.nav-open { display: block; } +@media (min-width: 50rem) { .main-header.nav-open { display: flex; } } + +.site-nav, .site-header, .site-footer { width: 100%; } +@media (min-width: 66.5rem) { .site-nav, .site-header, .site-footer { width: 264px; } } + +.site-nav { display: none; } +.site-nav.nav-open { display: block; } +@media (min-width: 50rem) { .site-nav { display: block; padding-top: 3rem; padding-bottom: 1rem; overflow-y: auto; flex: 1 1 auto; } } + +.site-header { display: flex; min-height: 60px; align-items: center; } +@media (min-width: 50rem) { .site-header { height: 60px; max-height: 60px; border-bottom: 1px solid #eeebee; } } + +.site-title { padding-right: 1rem; padding-left: 1rem; flex-grow: 1; display: flex; height: 100%; align-items: center; padding-top: 0.75rem; padding-bottom: 0.75rem; color: #27262b; font-size: 18px !important; } +@media (min-width: 50rem) { .site-title { padding-right: 2rem; padding-left: 2rem; } } +@media (min-width: 31.25rem) { .site-title { font-size: 24px !important; line-height: 1.25; } } +@media (min-width: 50rem) { .site-title { padding-top: 0.5rem; padding-bottom: 0.5rem; } } + +.site-logo { width: 100%; height: 100%; background-image: url("https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/assets/images/logo.png"); background-repeat: no-repeat; background-position: left center; background-size: contain; } + +.site-button { display: flex; height: 100%; padding: 1rem; align-items: center; } + +@media (min-width: 50rem) { .site-header .site-button { display: none; } } +.site-title:hover { background-image: linear-gradient(-90deg, #ebedf5 0%, rgba(235, 237, 245, 0.8) 80%, rgba(235, 237, 245, 0) 100%); } + +.site-button:hover { background-image: linear-gradient(-90deg, #ebedf5 0%, rgba(235, 237, 245, 0.8) 100%); } + +body { position: relative; padding-bottom: 4rem; overflow-y: scroll; } +@media (min-width: 50rem) { body { position: static; padding-bottom: 0; } } + +.site-footer { padding-right: 1rem; padding-left: 1rem; position: absolute; bottom: 0; left: 0; padding-top: 1rem; padding-bottom: 1rem; color: #959396; font-size: 11px !important; } +@media (min-width: 50rem) { .site-footer { padding-right: 2rem; padding-left: 2rem; } } +@media (min-width: 31.25rem) { .site-footer { font-size: 12px !important; } } +@media (min-width: 50rem) { .site-footer { position: static; justify-self: end; } } + +.icon { width: 1.5rem; height: 1.5rem; color: #7253ed; } + +.main-content { line-height: 1.6; } +.main-content ol, .main-content ul, .main-content dl, .main-content pre, .main-content address, .main-content blockquote, .main-content .table-wrapper { margin-top: 0.5em; } +.main-content a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } +.main-content ul, .main-content ol { padding-left: 1.5em; } +.main-content li .highlight { margin-top: 0.25rem; } +.main-content ol { list-style-type: none; counter-reset: step-counter; } +.main-content ol > li { position: relative; } +.main-content ol > li::before { position: absolute; top: 0.2em; left: -1.6em; color: #959396; content: counter(step-counter); counter-increment: step-counter; font-size: 12px !important; } +@media (min-width: 31.25rem) { .main-content ol > li::before { font-size: 14px !important; } } +@media (min-width: 31.25rem) { .main-content ol > li::before { top: 0.11em; } } +.main-content ol > li ol { counter-reset: sub-counter; } +.main-content ol > li ol li::before { content: counter(sub-counter,lower-alpha); counter-increment: sub-counter; } +.main-content ul { list-style: none; } +.main-content ul > li::before { position: absolute; margin-left: -1.4em; color: #959396; content: "•"; } +.main-content .task-list { padding-left: 0; } +.main-content .task-list-item { display: flex; align-items: center; } +.main-content .task-list-item::before { content: ""; } +.main-content .task-list-item-checkbox { margin-right: 0.6em; } +.main-content hr + * { margin-top: 0; } +.main-content h1:first-of-type { margin-top: 0.5em; } +.main-content dl { display: grid; grid-template: auto / 10em 1fr; } +.main-content dt, .main-content dd { margin: 0.25em 0; } +.main-content dt { grid-column: 1; font-weight: 500; text-align: right; } +.main-content dt::after { content: ":"; } +.main-content dd { grid-column: 2; margin-bottom: 0; margin-left: 1em; } +.main-content dd blockquote:first-child, .main-content dd div:first-child, .main-content dd dl:first-child, .main-content dd dt:first-child, .main-content dd h1:first-child, .main-content dd h2:first-child, .main-content dd h3:first-child, .main-content dd h4:first-child, .main-content dd h5:first-child, .main-content dd h6:first-child, .main-content dd li:first-child, .main-content dd ol:first-child, .main-content dd p:first-child, .main-content dd pre:first-child, .main-content dd table:first-child, .main-content dd ul:first-child, .main-content dd .table-wrapper:first-child { margin-top: 0; } +.main-content dd dl:first-child dt:first-child, .main-content dd dl:first-child dd:nth-child(2), .main-content ol dl:first-child dt:first-child, .main-content ol dl:first-child dd:nth-child(2), .main-content ul dl:first-child dt:first-child, .main-content ul dl:first-child dd:nth-child(2) { margin-top: 0; } +.main-content .anchor-heading { position: absolute; right: -1rem; width: 1.5rem; height: 100%; padding-right: 0.25rem; padding-left: 0.25rem; overflow: visible; } +@media (min-width: 50rem) { .main-content .anchor-heading { right: auto; left: -1.5rem; } } +.main-content .anchor-heading svg { display: inline-block; width: 100%; height: 100%; color: #7253ed; visibility: hidden; } +.main-content .anchor-heading:hover svg, .main-content h1:hover > .anchor-heading svg, .main-content h2:hover > .anchor-heading svg, .main-content h3:hover > .anchor-heading svg, .main-content h4:hover > .anchor-heading svg, .main-content h5:hover > .anchor-heading svg, .main-content h6:hover > .anchor-heading svg { visibility: visible; } +.main-content summary { cursor: pointer; } +.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 { position: relative; margin-top: 1.5em; margin-bottom: 0.25em; } +.main-content h1:first-child, .main-content h2:first-child, .main-content h3:first-child, .main-content h4:first-child, .main-content h5:first-child, .main-content h6:first-child { margin-top: 0.5rem; } +.main-content h1 + table, .main-content h1 + .table-wrapper, .main-content h1 + .code-example, .main-content h1 + .highlighter-rouge, .main-content h2 + table, .main-content h2 + .table-wrapper, .main-content h2 + .code-example, .main-content h2 + .highlighter-rouge, .main-content h3 + table, .main-content h3 + .table-wrapper, .main-content h3 + .code-example, .main-content h3 + .highlighter-rouge, .main-content h4 + table, .main-content h4 + .table-wrapper, .main-content h4 + .code-example, .main-content h4 + .highlighter-rouge, .main-content h5 + table, .main-content h5 + .table-wrapper, .main-content h5 + .code-example, .main-content h5 + .highlighter-rouge, .main-content h6 + table, .main-content h6 + .table-wrapper, .main-content h6 + .code-example, .main-content h6 + .highlighter-rouge { margin-top: 1em; } +.main-content h1 + p, .main-content h2 + p, .main-content h3 + p, .main-content h4 + p, .main-content h5 + p, .main-content h6 + p { margin-top: 0; } + +.nav-list { padding: 0; margin-top: 0; margin-bottom: 0; list-style: none; } +.nav-list .nav-list-item { font-size: 14px !important; position: relative; margin: 0; } +@media (min-width: 31.25rem) { .nav-list .nav-list-item { font-size: 16px !important; } } +@media (min-width: 50rem) { .nav-list .nav-list-item { font-size: 12px !important; } } +@media (min-width: 50rem) and (min-width: 31.25rem) { .nav-list .nav-list-item { font-size: 14px !important; } } + +.nav-list .nav-list-item .nav-list-link { display: block; min-height: 3rem; padding-top: 0.25rem; padding-bottom: 0.25rem; line-height: 2.5rem; padding-right: 3rem; padding-left: 1rem; } +@media (min-width: 50rem) { .nav-list .nav-list-item .nav-list-link { min-height: 2rem; line-height: 1.5rem; padding-right: 2rem; padding-left: 2rem; } } +.nav-list .nav-list-item .nav-list-link.active { font-weight: 600; text-decoration: none; } +.nav-list .nav-list-item .nav-list-link:hover, .nav-list .nav-list-item .nav-list-link.active { background-image: linear-gradient(-90deg, #ebedf5 0%, rgba(235, 237, 245, 0.8) 80%, rgba(235, 237, 245, 0) 100%); } +.nav-list .nav-list-item .nav-list-expander { position: absolute; right: 0; width: 3rem; height: 3rem; padding-top: 0.75rem; padding-right: 0.75rem; padding-bottom: 0.75rem; padding-left: 0.75rem; color: #7253ed; } +@media (min-width: 50rem) { .nav-list .nav-list-item .nav-list-expander { width: 2rem; height: 2rem; padding-top: 0.5rem; padding-right: 0.5rem; padding-bottom: 0.5rem; padding-left: 0.5rem; } } +.nav-list .nav-list-item .nav-list-expander:hover { background-image: linear-gradient(-90deg, #ebedf5 0%, rgba(235, 237, 245, 0.8) 100%); } +.nav-list .nav-list-item .nav-list-expander svg { transform: rotate(90deg); } +.nav-list .nav-list-item > .nav-list { display: none; padding-left: 0.75rem; list-style: none; } +.nav-list .nav-list-item > .nav-list .nav-list-item { position: relative; } +.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-link { color: #5c5962; } +.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-expander { color: #5c5962; } +.nav-list .nav-list-item.active > .nav-list-expander svg { transform: rotate(-90deg); } +.nav-list .nav-list-item.active > .nav-list { display: block; } + +.nav-category { padding-top: 0.5rem; padding-right: 1rem; padding-bottom: 0.5rem; padding-left: 1rem; font-weight: 600; text-align: end; text-transform: uppercase; border-bottom: 1px solid #eeebee; font-size: 11px !important; } +@media (min-width: 31.25rem) { .nav-category { font-size: 12px !important; } } +@media (min-width: 50rem) { .nav-category { padding-right: 2rem; padding-left: 2rem; margin-top: 1rem; text-align: start; } + .nav-category:first-child { margin-top: 0; } } + +.aux-nav { height: 100%; overflow-x: auto; font-size: 11px !important; } +@media (min-width: 31.25rem) { .aux-nav { font-size: 12px !important; } } +.aux-nav .aux-nav-list { display: flex; height: 100%; padding: 0; margin: 0; list-style: none; } +.aux-nav .aux-nav-list-item { display: inline-block; height: 100%; padding: 0; margin: 0; } +@media (min-width: 50rem) { .aux-nav { padding-right: 1rem; } } + +@media (min-width: 50rem) { .breadcrumb-nav { margin-top: -1rem; } } + +.breadcrumb-nav-list { padding-left: 0; margin-bottom: 0.75rem; list-style: none; } + +.breadcrumb-nav-list-item { display: table-cell; font-size: 11px !important; } +@media (min-width: 31.25rem) { .breadcrumb-nav-list-item { font-size: 12px !important; } } +.breadcrumb-nav-list-item::before { display: none; } +.breadcrumb-nav-list-item::after { display: inline-block; margin-right: 0.5rem; margin-left: 0.5rem; color: #959396; content: "/"; } +.breadcrumb-nav-list-item:last-child::after { content: ""; } + +h1, .text-alpha { font-size: 32px !important; line-height: 1.25; font-weight: 300; } +@media (min-width: 31.25rem) { h1, .text-alpha { font-size: 36px !important; } } + +h2, .text-beta { font-size: 18px !important; } +@media (min-width: 31.25rem) { h2, .text-beta { font-size: 24px !important; line-height: 1.25; } } + +h3, .text-gamma { font-size: 16px !important; } +@media (min-width: 31.25rem) { h3, .text-gamma { font-size: 18px !important; } } + +h4, .text-delta { font-size: 11px !important; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; } +@media (min-width: 31.25rem) { h4, .text-delta { font-size: 12px !important; } } + +h4 code { text-transform: none; } + +h5, .text-epsilon { font-size: 12px !important; color: #44434d; } +@media (min-width: 31.25rem) { h5, .text-epsilon { font-size: 14px !important; } } + +h6, .text-zeta { font-size: 11px !important; color: #44434d; } +@media (min-width: 31.25rem) { h6, .text-zeta { font-size: 12px !important; } } + +.text-small { font-size: 11px !important; } +@media (min-width: 31.25rem) { .text-small { font-size: 12px !important; } } + +.text-mono { font-family: "SFMono-Regular", Menlo, Consolas, Monospace !important; } + +.text-left { text-align: left !important; } + +.text-center { text-align: center !important; } + +.text-right { text-align: right !important; } + +.label, .label-blue { display: inline-block; padding-top: 0.16em; padding-right: 0.56em; padding-bottom: 0.16em; padding-left: 0.56em; margin-right: 0.5rem; margin-left: 0.5rem; color: #fff; text-transform: uppercase; vertical-align: middle; background-color: #2869e6; font-size: 11px !important; border-radius: 12px; } +@media (min-width: 31.25rem) { .label, .label-blue { font-size: 12px !important; } } + +.label-green { background-color: #009c7b; } + +.label-purple { background-color: #5e41d0; } + +.label-red { background-color: #e94c4c; } + +.label-yellow { color: #44434d; background-color: #f7d12e; } + +.btn { display: inline-block; box-sizing: border-box; padding-top: 0.3em; padding-right: 1em; padding-bottom: 0.3em; padding-left: 1em; margin: 0; font-family: inherit; font-size: inherit; font-weight: 500; line-height: 1.5; color: #7253ed; text-decoration: none; vertical-align: baseline; cursor: pointer; background-color: #f7f7f7; border-width: 0; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); appearance: none; } +.btn:focus { text-decoration: none; outline: none; box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); } +.btn:focus:hover, .btn.selected:focus { box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); } +.btn:hover, .btn.zeroclipboard-is-hover { color: #6a4aec; } +.btn:hover, .btn:active, .btn.zeroclipboard-is-hover, .btn.zeroclipboard-is-active { text-decoration: none; background-color: #f4f4f4; } +.btn:active, .btn.selected, .btn.zeroclipboard-is-active { background-color: #efefef; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); } +.btn.selected:hover { background-color: #cfcfcf; } +.btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover { color: rgba(102, 102, 102, 0.5); cursor: default; background-color: rgba(229, 229, 229, 0.5); background-image: none; box-shadow: none; } + +.btn-outline { color: #7253ed; background: transparent; box-shadow: inset 0 0 0 2px #e6e1e8; } +.btn-outline:hover, .btn-outline:active, .btn-outline.zeroclipboard-is-hover, .btn-outline.zeroclipboard-is-active { color: #6341eb; text-decoration: none; background-color: transparent; box-shadow: inset 0 0 0 3px #e6e1e8; } +.btn-outline:focus { text-decoration: none; outline: none; box-shadow: inset 0 0 0 2px #5c5962, 0 0 0 3px rgba(0, 0, 255, 0.25); } +.btn-outline:focus:hover, .btn-outline.selected:focus { box-shadow: inset 0 0 0 2px #5c5962; } + +.btn-primary { color: #fff; background-color: #5739ce; background-image: linear-gradient(#6f55d5, #5739ce); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); } +.btn-primary:hover, .btn-primary.zeroclipboard-is-hover { color: #fff; background-color: #5132cb; background-image: linear-gradient(#6549d2, #5132cb); } +.btn-primary:active, .btn-primary.selected, .btn-primary.zeroclipboard-is-active { background-color: #4f31c6; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); } +.btn-primary.selected:hover { background-color: #472cb2; } + +.btn-purple { color: #fff; background-color: #5739ce; background-image: linear-gradient(#6f55d5, #5739ce); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); } +.btn-purple:hover, .btn-purple.zeroclipboard-is-hover { color: #fff; background-color: #5132cb; background-image: linear-gradient(#6549d2, #5132cb); } +.btn-purple:active, .btn-purple.selected, .btn-purple.zeroclipboard-is-active { background-color: #4f31c6; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); } +.btn-purple.selected:hover { background-color: #472cb2; } + +.btn-blue { color: #fff; background-color: #227efa; background-image: linear-gradient(#4593fb, #227efa); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); } +.btn-blue:hover, .btn-blue.zeroclipboard-is-hover { color: #fff; background-color: #1878fa; background-image: linear-gradient(#368afa, #1878fa); } +.btn-blue:active, .btn-blue.selected, .btn-blue.zeroclipboard-is-active { background-color: #1375f9; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); } +.btn-blue.selected:hover { background-color: #0669ed; } + +.btn-green { color: #fff; background-color: #10ac7d; background-image: linear-gradient(#13cc95, #10ac7d); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); } +.btn-green:hover, .btn-green.zeroclipboard-is-hover { color: #fff; background-color: #0fa276; background-image: linear-gradient(#12be8b, #0fa276); } +.btn-green:active, .btn-green.selected, .btn-green.zeroclipboard-is-active { background-color: #0f9e73; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); } +.btn-green.selected:hover { background-color: #0d8662; } + +.search { position: relative; z-index: 2; flex-grow: 1; height: 4rem; padding: 0.5rem; transition: padding linear 200ms; } +@media (min-width: 50rem) { .search { position: relative !important; width: auto !important; height: 100% !important; padding: 0; transition: none; } } + +.search-input-wrap { position: relative; z-index: 1; height: 3rem; overflow: hidden; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); transition: height linear 200ms; } +@media (min-width: 50rem) { .search-input-wrap { position: absolute; width: 100%; max-width: 536px; height: 100% !important; border-radius: 0; box-shadow: none; transition: width ease 400ms; } } + +.search-input { position: absolute; width: 100%; height: 100%; padding-top: 0.5rem; padding-right: 1rem; padding-bottom: 0.5rem; padding-left: 2.5rem; font-size: 16px; background-color: #fff; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; } +@media (min-width: 50rem) { .search-input { padding-top: 1rem; padding-bottom: 1rem; padding-left: 3.5rem; font-size: 14px; background-color: #fff; transition: padding-left linear 200ms; } } +.search-input:focus { outline: 0; } +.search-input:focus + .search-label .search-icon { color: #7253ed; } + +.search-label { position: absolute; display: flex; height: 100%; padding-left: 1rem; } +@media (min-width: 50rem) { .search-label { padding-left: 2rem; transition: padding-left linear 200ms; } } +.search-label .search-icon { width: 1.2rem; height: 1.2rem; align-self: center; color: #959396; } + +.search-results { position: absolute; left: 0; display: none; width: 100%; max-height: calc(100% - 4rem); overflow-y: auto; background-color: #fff; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); } +@media (min-width: 50rem) { .search-results { top: 100%; width: 536px; max-height: calc(100vh - 200%) !important; } } + +.search-results-list { padding-left: 0; margin-bottom: 0.25rem; list-style: none; font-size: 14px !important; } +@media (min-width: 31.25rem) { .search-results-list { font-size: 16px !important; } } +@media (min-width: 50rem) { .search-results-list { font-size: 12px !important; } } +@media (min-width: 50rem) and (min-width: 31.25rem) { .search-results-list { font-size: 14px !important; } } + +.search-results-list-item { padding: 0; margin: 0; } + +.search-result { display: block; padding-top: 0.25rem; padding-right: 0.75rem; padding-bottom: 0.25rem; padding-left: 0.75rem; } +.search-result:hover, .search-result.active { background-color: #ebedf5; } + +.search-result-title { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; } +@media (min-width: 31.25rem) { .search-result-title { display: inline-block; width: 40%; padding-right: 0.5rem; vertical-align: top; } } + +.search-result-doc { display: flex; align-items: center; word-wrap: break-word; } +.search-result-doc.search-result-doc-parent { opacity: 0.5; font-size: 12px !important; } +@media (min-width: 31.25rem) { .search-result-doc.search-result-doc-parent { font-size: 14px !important; } } +@media (min-width: 50rem) { .search-result-doc.search-result-doc-parent { font-size: 11px !important; } } +@media (min-width: 50rem) and (min-width: 31.25rem) { .search-result-doc.search-result-doc-parent { font-size: 12px !important; } } + +.search-result-doc .search-result-icon { width: 1rem; height: 1rem; margin-right: 0.5rem; color: #7253ed; flex-shrink: 0; } +.search-result-doc .search-result-doc-title { overflow: auto; } + +.search-result-section { margin-left: 1.5rem; word-wrap: break-word; } + +.search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #959396; text-overflow: ellipsis; white-space: nowrap; font-size: 9px !important; } +@media (min-width: 31.25rem) { .search-result-rel-url { font-size: 10px !important; } } + +.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #959396; word-wrap: break-word; border-left: 1px solid; border-left-color: #eeebee; font-size: 11px !important; } +@media (min-width: 31.25rem) { .search-result-previews { font-size: 12px !important; } } +@media (min-width: 31.25rem) { .search-result-previews { display: inline-block; width: 60%; padding-left: 0.5rem; margin-left: 0; vertical-align: top; } } + +.search-result-preview + .search-result-preview { margin-top: 0.25rem; } + +.search-result-highlight { font-weight: bold; } + +.search-no-result { padding-top: 0.5rem; padding-right: 0.75rem; padding-bottom: 0.5rem; padding-left: 0.75rem; font-size: 12px !important; } +@media (min-width: 31.25rem) { .search-no-result { font-size: 14px !important; } } + +.search-button { position: fixed; right: 1rem; bottom: 1rem; display: flex; width: 3.5rem; height: 3.5rem; background-color: #fff; border: 1px solid rgba(114, 83, 237, 0.3); border-radius: 1.75rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); align-items: center; justify-content: center; } + +.search-overlay { position: fixed; top: 0; left: 0; z-index: 1; width: 0; height: 0; background-color: rgba(0, 0, 0, 0.3); opacity: 0; transition: opacity ease 400ms, width 0s 400ms, height 0s 400ms; } + +.search-active .search { position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 0; } +.search-active .search-input-wrap { height: 4rem; border-radius: 0; } +@media (min-width: 50rem) { .search-active .search-input-wrap { width: 536px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); } } +.search-active .search-input { background-color: #fff; } +@media (min-width: 50rem) { .search-active .search-input { padding-left: 2.3rem; } } +@media (min-width: 50rem) { .search-active .search-label { padding-left: 0.6rem; } } +.search-active .search-results { display: block; } +.search-active .search-overlay { width: 100%; height: 100%; opacity: 1; transition: opacity ease 400ms, width 0s, height 0s; } +@media (min-width: 50rem) { .search-active .main { position: fixed; right: 0; left: 0; } } +.search-active .main-header { padding-top: 4rem; } +@media (min-width: 50rem) { .search-active .main-header { padding-top: 0; } } + +.table-wrapper { display: block; width: 100%; max-width: 100%; margin-bottom: 1.5rem; overflow-x: auto; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); } + +table { display: table; min-width: 100%; border-collapse: separate; } + +th, td { font-size: 12px !important; min-width: 120px; padding-top: 0.5rem; padding-right: 0.75rem; padding-bottom: 0.5rem; padding-left: 0.75rem; background-color: #fff; border-bottom: 1px solid rgba(238, 235, 238, 0.5); border-left: 1px solid #eeebee; } +@media (min-width: 31.25rem) { th, td { font-size: 14px !important; } } +th:first-of-type, td:first-of-type { border-left: 0; } + +tbody tr:last-of-type th, tbody tr:last-of-type td { border-bottom: 0; } +tbody tr:last-of-type td { padding-bottom: 0.75rem; } + +thead th { border-bottom: 1px solid #eeebee; } + +code { padding: 0.2em 0.15em; font-weight: 400; background-color: #f5f6fa; border: 1px solid #eeebee; border-radius: 4px; } + +a:visited code { border-color: #eeebee; } + +div.highlighter-rouge { padding: 0.75rem; margin-top: 0; margin-bottom: 0.75rem; overflow-x: auto; background-color: #f5f6fa; border-radius: 4px; box-shadow: none; -webkit-overflow-scrolling: touch; } +div.highlighter-rouge div.highlight, div.highlighter-rouge pre.highlight, div.highlighter-rouge code { padding: 0; margin: 0; border: 0; } + +figure.highlight { padding: 0.75rem; margin-top: 0; margin-bottom: 0.75rem; background-color: #f5f6fa; border-radius: 4px; box-shadow: none; -webkit-overflow-scrolling: touch; } +figure.highlight pre, figure.highlight code { padding: 0; margin: 0; border: 0; } + +.highlight .table-wrapper { padding: 0; margin: 0; border: 0; box-shadow: none; } +.highlight .table-wrapper td, .highlight .table-wrapper pre { font-size: 11px !important; min-width: 0; padding: 0; background-color: #f5f6fa; border: 0; } +@media (min-width: 31.25rem) { .highlight .table-wrapper td, .highlight .table-wrapper pre { font-size: 12px !important; } } +.highlight .table-wrapper td.gl { padding-right: 0.75rem; } +.highlight .table-wrapper pre { margin: 0; line-height: 2; } + +.highlight .c { color: #586e75; } + +.highlight .err { color: #93a1a1; } + +.highlight .g { color: #93a1a1; } + +.highlight .k { color: #859900; } + +.highlight .l { color: #93a1a1; } + +.highlight .n { color: #93a1a1; } + +.highlight .o { color: #859900; } + +.highlight .x { color: #cb4b16; } + +.highlight .p { color: #93a1a1; } + +.highlight .cm { color: #586e75; } + +.highlight .cp { color: #859900; } + +.highlight .c1 { color: #586e75; } + +.highlight .cs { color: #859900; } + +.highlight .gd { color: #2aa198; } + +.highlight .ge { font-style: italic; color: #93a1a1; } + +.highlight .gr { color: #dc322f; } + +.highlight .gh { color: #cb4b16; } + +.highlight .gi { color: #859900; } + +.highlight .go { color: #93a1a1; } + +.highlight .gp { color: #93a1a1; } + +.highlight .gs { font-weight: bold; color: #93a1a1; } + +.highlight .gu { color: #cb4b16; } + +.highlight .gt { color: #93a1a1; } + +.highlight .kc { color: #cb4b16; } + +.highlight .kd { color: #268bd2; } + +.highlight .kn { color: #859900; } + +.highlight .kp { color: #859900; } + +.highlight .kr { color: #268bd2; } + +.highlight .kt { color: #dc322f; } + +.highlight .ld { color: #93a1a1; } + +.highlight .m { color: #2aa198; } + +.highlight .s { color: #2aa198; } + +.highlight .na { color: #555; } + +.highlight .nb { color: #b58900; } + +.highlight .nc { color: #268bd2; } + +.highlight .no { color: #cb4b16; } + +.highlight .nd { color: #268bd2; } + +.highlight .ni { color: #cb4b16; } + +.highlight .ne { color: #cb4b16; } + +.highlight .nf { color: #268bd2; } + +.highlight .nl { color: #555; } + +.highlight .nn { color: #93a1a1; } + +.highlight .nx { color: #555; } + +.highlight .py { color: #93a1a1; } + +.highlight .nt { color: #268bd2; } + +.highlight .nv { color: #268bd2; } + +.highlight .ow { color: #859900; } + +.highlight .w { color: #93a1a1; } + +.highlight .mf { color: #2aa198; } + +.highlight .mh { color: #2aa198; } + +.highlight .mi { color: #2aa198; } + +.highlight .mo { color: #2aa198; } + +.highlight .sb { color: #586e75; } + +.highlight .sc { color: #2aa198; } + +.highlight .sd { color: #93a1a1; } + +.highlight .s2 { color: #2aa198; } + +.highlight .se { color: #cb4b16; } + +.highlight .sh { color: #93a1a1; } + +.highlight .si { color: #2aa198; } + +.highlight .sx { color: #2aa198; } + +.highlight .sr { color: #dc322f; } + +.highlight .s1 { color: #2aa198; } + +.highlight .ss { color: #2aa198; } + +.highlight .bp { color: #268bd2; } + +.highlight .vc { color: #268bd2; } + +.highlight .vg { color: #268bd2; } + +.highlight .vi { color: #268bd2; } + +.highlight .il { color: #2aa198; } + +.code-example { padding: 0.75rem; margin-bottom: 0.75rem; overflow: auto; border: 1px solid #eeebee; border-radius: 4px; } +.code-example + .highlighter-rouge, .code-example + figure.highlight { position: relative; margin-top: -1rem; border-right: 1px solid #eeebee; border-bottom: 1px solid #eeebee; border-left: 1px solid #eeebee; border-top-left-radius: 0; border-top-right-radius: 0; } + +.text-grey-dk-000 { color: #959396 !important; } + +.text-grey-dk-100 { color: #5c5962 !important; } + +.text-grey-dk-200 { color: #44434d !important; } + +.text-grey-dk-250 { color: #302d36 !important; } + +.text-grey-dk-300 { color: #27262b !important; } + +.text-grey-lt-000 { color: #f5f6fa !important; } + +.text-grey-lt-100 { color: #eeebee !important; } + +.text-grey-lt-200 { color: #ecebed !important; } + +.text-grey-lt-300 { color: #e6e1e8 !important; } + +.text-blue-000 { color: #2c84fa !important; } + +.text-blue-100 { color: #2869e6 !important; } + +.text-blue-200 { color: #264caf !important; } + +.text-blue-300 { color: #183385 !important; } + +.text-green-000 { color: #41d693 !important; } + +.text-green-100 { color: #11b584 !important; } + +.text-green-200 { color: #009c7b !important; } + +.text-green-300 { color: #026e57 !important; } + +.text-purple-000 { color: #7253ed !important; } + +.text-purple-100 { color: #5e41d0 !important; } + +.text-purple-200 { color: #4e26af !important; } + +.text-purple-300 { color: #381885 !important; } + +.text-yellow-000 { color: #ffeb82 !important; } + +.text-yellow-100 { color: #fadf50 !important; } + +.text-yellow-200 { color: #f7d12e !important; } + +.text-yellow-300 { color: #e7af06 !important; } + +.text-red-000 { color: #f77e7e !important; } + +.text-red-100 { color: #f96e65 !important; } + +.text-red-200 { color: #e94c4c !important; } + +.text-red-300 { color: #dd2e2e !important; } + +.bg-grey-dk-000 { background-color: #959396 !important; } + +.bg-grey-dk-100 { background-color: #5c5962 !important; } + +.bg-grey-dk-200 { background-color: #44434d !important; } + +.bg-grey-dk-250 { background-color: #302d36 !important; } + +.bg-grey-dk-300 { background-color: #27262b !important; } + +.bg-grey-lt-000 { background-color: #f5f6fa !important; } + +.bg-grey-lt-100 { background-color: #eeebee !important; } + +.bg-grey-lt-200 { background-color: #ecebed !important; } + +.bg-grey-lt-300 { background-color: #e6e1e8 !important; } + +.bg-blue-000 { background-color: #2c84fa !important; } + +.bg-blue-100 { background-color: #2869e6 !important; } + +.bg-blue-200 { background-color: #264caf !important; } + +.bg-blue-300 { background-color: #183385 !important; } + +.bg-green-000 { background-color: #41d693 !important; } + +.bg-green-100 { background-color: #11b584 !important; } + +.bg-green-200 { background-color: #009c7b !important; } + +.bg-green-300 { background-color: #026e57 !important; } + +.bg-purple-000 { background-color: #7253ed !important; } + +.bg-purple-100 { background-color: #5e41d0 !important; } + +.bg-purple-200 { background-color: #4e26af !important; } + +.bg-purple-300 { background-color: #381885 !important; } + +.bg-yellow-000 { background-color: #ffeb82 !important; } + +.bg-yellow-100 { background-color: #fadf50 !important; } + +.bg-yellow-200 { background-color: #f7d12e !important; } + +.bg-yellow-300 { background-color: #e7af06 !important; } + +.bg-red-000 { background-color: #f77e7e !important; } + +.bg-red-100 { background-color: #f96e65 !important; } + +.bg-red-200 { background-color: #e94c4c !important; } + +.bg-red-300 { background-color: #dd2e2e !important; } + +.d-block { display: block !important; } + +.d-flex { display: flex !important; } + +.d-inline { display: inline !important; } + +.d-inline-block { display: inline-block !important; } + +.d-none { display: none !important; } + +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 20rem) { .d-xs-block { display: block !important; } + .d-xs-flex { display: flex !important; } + .d-xs-inline { display: inline !important; } + .d-xs-inline-block { display: inline-block !important; } + .d-xs-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } + .d-sm-flex { display: flex !important; } + .d-sm-inline { display: inline !important; } + .d-sm-inline-block { display: inline-block !important; } + .d-sm-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 50rem) { .d-md-block { display: block !important; } + .d-md-flex { display: flex !important; } + .d-md-inline { display: inline !important; } + .d-md-inline-block { display: inline-block !important; } + .d-md-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } + .d-lg-flex { display: flex !important; } + .d-lg-inline { display: inline !important; } + .d-lg-inline-block { display: inline-block !important; } + .d-lg-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } + .d-xl-flex { display: flex !important; } + .d-xl-inline { display: inline !important; } + .d-xl-inline-block { display: inline-block !important; } + .d-xl-none { display: none !important; } } +.float-left { float: left !important; } + +.float-right { float: right !important; } + +.flex-justify-start { justify-content: flex-start !important; } + +.flex-justify-end { justify-content: flex-end !important; } + +.flex-justify-between { justify-content: space-between !important; } + +.flex-justify-around { justify-content: space-around !important; } + +.v-align-baseline { vertical-align: baseline !important; } + +.v-align-bottom { vertical-align: bottom !important; } + +.v-align-middle { vertical-align: middle !important; } + +.v-align-text-bottom { vertical-align: text-bottom !important; } + +.v-align-text-top { vertical-align: text-top !important; } + +.v-align-top { vertical-align: top !important; } + +.fs-1 { font-size: 9px !important; } +@media (min-width: 31.25rem) { .fs-1 { font-size: 10px !important; } } + +.fs-2 { font-size: 11px !important; } +@media (min-width: 31.25rem) { .fs-2 { font-size: 12px !important; } } + +.fs-3 { font-size: 12px !important; } +@media (min-width: 31.25rem) { .fs-3 { font-size: 14px !important; } } + +.fs-4 { font-size: 14px !important; } +@media (min-width: 31.25rem) { .fs-4 { font-size: 16px !important; } } + +.fs-5 { font-size: 16px !important; } +@media (min-width: 31.25rem) { .fs-5 { font-size: 18px !important; } } + +.fs-6 { font-size: 18px !important; } +@media (min-width: 31.25rem) { .fs-6 { font-size: 24px !important; line-height: 1.25; } } + +.fs-7 { font-size: 24px !important; line-height: 1.25; } +@media (min-width: 31.25rem) { .fs-7 { font-size: 32px !important; } } + +.fs-8 { font-size: 32px !important; line-height: 1.25; } +@media (min-width: 31.25rem) { .fs-8 { font-size: 36px !important; } } + +.fs-9 { font-size: 36px !important; line-height: 1.25; } +@media (min-width: 31.25rem) { .fs-9 { font-size: 42px !important; } } + +.fs-10 { font-size: 42px !important; line-height: 1.25; } +@media (min-width: 31.25rem) { .fs-10 { font-size: 48px !important; } } + +.fw-300 { font-weight: 300 !important; } + +.fw-400 { font-weight: 400 !important; } + +.fw-500 { font-weight: 500 !important; } + +.fw-700 { font-weight: 700 !important; } + +.lh-0 { line-height: 0 !important; } + +.lh-default { line-height: 1.4; } + +.lh-tight { line-height: 1.25; } + +.ls-5 { letter-spacing: 0.05em !important; } + +.ls-10 { letter-spacing: 0.1em !important; } + +.ls-0 { letter-spacing: 0 !important; } + +.text-uppercase { text-transform: uppercase !important; } + +.list-style-none { padding: 0 !important; margin: 0 !important; list-style: none !important; } +.list-style-none li::before { display: none !important; } + +.mx-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-0 { margin: 0 !important; } + +.mt-0 { margin-top: 0 !important; } + +.mr-0 { margin-right: 0 !important; } + +.mb-0 { margin-bottom: 0 !important; } + +.ml-0 { margin-left: 0 !important; } + +.mx-0 { margin-right: 0 !important; margin-left: 0 !important; } + +.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + +.mxn-0 { margin-right: -0 !important; margin-left: -0 !important; } + +.mx-0-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-1 { margin: 0.25rem !important; } + +.mt-1 { margin-top: 0.25rem !important; } + +.mr-1 { margin-right: 0.25rem !important; } + +.mb-1 { margin-bottom: 0.25rem !important; } + +.ml-1 { margin-left: 0.25rem !important; } + +.mx-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + +.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + +.mxn-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } + +.mx-1-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-2 { margin: 0.5rem !important; } + +.mt-2 { margin-top: 0.5rem !important; } + +.mr-2 { margin-right: 0.5rem !important; } + +.mb-2 { margin-bottom: 0.5rem !important; } + +.ml-2 { margin-left: 0.5rem !important; } + +.mx-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + +.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + +.mxn-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } + +.mx-2-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-3 { margin: 0.75rem !important; } + +.mt-3 { margin-top: 0.75rem !important; } + +.mr-3 { margin-right: 0.75rem !important; } + +.mb-3 { margin-bottom: 0.75rem !important; } + +.ml-3 { margin-left: 0.75rem !important; } + +.mx-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } + +.my-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } + +.mxn-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } + +.mx-3-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-4 { margin: 1rem !important; } + +.mt-4 { margin-top: 1rem !important; } + +.mr-4 { margin-right: 1rem !important; } + +.mb-4 { margin-bottom: 1rem !important; } + +.ml-4 { margin-left: 1rem !important; } + +.mx-4 { margin-right: 1rem !important; margin-left: 1rem !important; } + +.my-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + +.mxn-4 { margin-right: -1rem !important; margin-left: -1rem !important; } + +.mx-4-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-5 { margin: 1.5rem !important; } + +.mt-5 { margin-top: 1.5rem !important; } + +.mr-5 { margin-right: 1.5rem !important; } + +.mb-5 { margin-bottom: 1.5rem !important; } + +.ml-5 { margin-left: 1.5rem !important; } + +.mx-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + +.my-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + +.mxn-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } + +.mx-5-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-6 { margin: 2rem !important; } + +.mt-6 { margin-top: 2rem !important; } + +.mr-6 { margin-right: 2rem !important; } + +.mb-6 { margin-bottom: 2rem !important; } + +.ml-6 { margin-left: 2rem !important; } + +.mx-6 { margin-right: 2rem !important; margin-left: 2rem !important; } + +.my-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } + +.mxn-6 { margin-right: -2rem !important; margin-left: -2rem !important; } + +.mx-6-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-7 { margin: 2.5rem !important; } + +.mt-7 { margin-top: 2.5rem !important; } + +.mr-7 { margin-right: 2.5rem !important; } + +.mb-7 { margin-bottom: 2.5rem !important; } + +.ml-7 { margin-left: 2.5rem !important; } + +.mx-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } + +.my-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } + +.mxn-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } + +.mx-7-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-8 { margin: 3rem !important; } + +.mt-8 { margin-top: 3rem !important; } + +.mr-8 { margin-right: 3rem !important; } + +.mb-8 { margin-bottom: 3rem !important; } + +.ml-8 { margin-left: 3rem !important; } + +.mx-8 { margin-right: 3rem !important; margin-left: 3rem !important; } + +.my-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + +.mxn-8 { margin-right: -3rem !important; margin-left: -3rem !important; } + +.mx-8-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-9 { margin: 3.5rem !important; } + +.mt-9 { margin-top: 3.5rem !important; } + +.mr-9 { margin-right: 3.5rem !important; } + +.mb-9 { margin-bottom: 3.5rem !important; } + +.ml-9 { margin-left: 3.5rem !important; } + +.mx-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } + +.my-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } + +.mxn-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } + +.mx-9-auto { margin-right: auto !important; margin-left: auto !important; } + +.m-10 { margin: 4rem !important; } + +.mt-10 { margin-top: 4rem !important; } + +.mr-10 { margin-right: 4rem !important; } + +.mb-10 { margin-bottom: 4rem !important; } + +.ml-10 { margin-left: 4rem !important; } + +.mx-10 { margin-right: 4rem !important; margin-left: 4rem !important; } + +.my-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } + +.mxn-10 { margin-right: -4rem !important; margin-left: -4rem !important; } + +.mx-10-auto { margin-right: auto !important; margin-left: auto !important; } + +@media (min-width: 20rem) { .m-xs-0 { margin: 0 !important; } + .mt-xs-0 { margin-top: 0 !important; } + .mr-xs-0 { margin-right: 0 !important; } + .mb-xs-0 { margin-bottom: 0 !important; } + .ml-xs-0 { margin-left: 0 !important; } + .mx-xs-0 { margin-right: 0 !important; margin-left: 0 !important; } + .my-xs-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + .mxn-xs-0 { margin-right: -0 !important; margin-left: -0 !important; } } +@media (min-width: 20rem) { .m-xs-1 { margin: 0.25rem !important; } + .mt-xs-1 { margin-top: 0.25rem !important; } + .mr-xs-1 { margin-right: 0.25rem !important; } + .mb-xs-1 { margin-bottom: 0.25rem !important; } + .ml-xs-1 { margin-left: 0.25rem !important; } + .mx-xs-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + .my-xs-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + .mxn-xs-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } } +@media (min-width: 20rem) { .m-xs-2 { margin: 0.5rem !important; } + .mt-xs-2 { margin-top: 0.5rem !important; } + .mr-xs-2 { margin-right: 0.5rem !important; } + .mb-xs-2 { margin-bottom: 0.5rem !important; } + .ml-xs-2 { margin-left: 0.5rem !important; } + .mx-xs-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + .my-xs-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + .mxn-xs-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } } +@media (min-width: 20rem) { .m-xs-3 { margin: 0.75rem !important; } + .mt-xs-3 { margin-top: 0.75rem !important; } + .mr-xs-3 { margin-right: 0.75rem !important; } + .mb-xs-3 { margin-bottom: 0.75rem !important; } + .ml-xs-3 { margin-left: 0.75rem !important; } + .mx-xs-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } + .my-xs-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } + .mxn-xs-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } } +@media (min-width: 20rem) { .m-xs-4 { margin: 1rem !important; } + .mt-xs-4 { margin-top: 1rem !important; } + .mr-xs-4 { margin-right: 1rem !important; } + .mb-xs-4 { margin-bottom: 1rem !important; } + .ml-xs-4 { margin-left: 1rem !important; } + .mx-xs-4 { margin-right: 1rem !important; margin-left: 1rem !important; } + .my-xs-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + .mxn-xs-4 { margin-right: -1rem !important; margin-left: -1rem !important; } } +@media (min-width: 20rem) { .m-xs-5 { margin: 1.5rem !important; } + .mt-xs-5 { margin-top: 1.5rem !important; } + .mr-xs-5 { margin-right: 1.5rem !important; } + .mb-xs-5 { margin-bottom: 1.5rem !important; } + .ml-xs-5 { margin-left: 1.5rem !important; } + .mx-xs-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + .my-xs-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + .mxn-xs-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } } +@media (min-width: 20rem) { .m-xs-6 { margin: 2rem !important; } + .mt-xs-6 { margin-top: 2rem !important; } + .mr-xs-6 { margin-right: 2rem !important; } + .mb-xs-6 { margin-bottom: 2rem !important; } + .ml-xs-6 { margin-left: 2rem !important; } + .mx-xs-6 { margin-right: 2rem !important; margin-left: 2rem !important; } + .my-xs-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } + .mxn-xs-6 { margin-right: -2rem !important; margin-left: -2rem !important; } } +@media (min-width: 20rem) { .m-xs-7 { margin: 2.5rem !important; } + .mt-xs-7 { margin-top: 2.5rem !important; } + .mr-xs-7 { margin-right: 2.5rem !important; } + .mb-xs-7 { margin-bottom: 2.5rem !important; } + .ml-xs-7 { margin-left: 2.5rem !important; } + .mx-xs-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } + .my-xs-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } + .mxn-xs-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } } +@media (min-width: 20rem) { .m-xs-8 { margin: 3rem !important; } + .mt-xs-8 { margin-top: 3rem !important; } + .mr-xs-8 { margin-right: 3rem !important; } + .mb-xs-8 { margin-bottom: 3rem !important; } + .ml-xs-8 { margin-left: 3rem !important; } + .mx-xs-8 { margin-right: 3rem !important; margin-left: 3rem !important; } + .my-xs-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + .mxn-xs-8 { margin-right: -3rem !important; margin-left: -3rem !important; } } +@media (min-width: 20rem) { .m-xs-9 { margin: 3.5rem !important; } + .mt-xs-9 { margin-top: 3.5rem !important; } + .mr-xs-9 { margin-right: 3.5rem !important; } + .mb-xs-9 { margin-bottom: 3.5rem !important; } + .ml-xs-9 { margin-left: 3.5rem !important; } + .mx-xs-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } + .my-xs-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } + .mxn-xs-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } } +@media (min-width: 20rem) { .m-xs-10 { margin: 4rem !important; } + .mt-xs-10 { margin-top: 4rem !important; } + .mr-xs-10 { margin-right: 4rem !important; } + .mb-xs-10 { margin-bottom: 4rem !important; } + .ml-xs-10 { margin-left: 4rem !important; } + .mx-xs-10 { margin-right: 4rem !important; margin-left: 4rem !important; } + .my-xs-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } + .mxn-xs-10 { margin-right: -4rem !important; margin-left: -4rem !important; } } +@media (min-width: 31.25rem) { .m-sm-0 { margin: 0 !important; } + .mt-sm-0 { margin-top: 0 !important; } + .mr-sm-0 { margin-right: 0 !important; } + .mb-sm-0 { margin-bottom: 0 !important; } + .ml-sm-0 { margin-left: 0 !important; } + .mx-sm-0 { margin-right: 0 !important; margin-left: 0 !important; } + .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + .mxn-sm-0 { margin-right: -0 !important; margin-left: -0 !important; } } +@media (min-width: 31.25rem) { .m-sm-1 { margin: 0.25rem !important; } + .mt-sm-1 { margin-top: 0.25rem !important; } + .mr-sm-1 { margin-right: 0.25rem !important; } + .mb-sm-1 { margin-bottom: 0.25rem !important; } + .ml-sm-1 { margin-left: 0.25rem !important; } + .mx-sm-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + .my-sm-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + .mxn-sm-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } } +@media (min-width: 31.25rem) { .m-sm-2 { margin: 0.5rem !important; } + .mt-sm-2 { margin-top: 0.5rem !important; } + .mr-sm-2 { margin-right: 0.5rem !important; } + .mb-sm-2 { margin-bottom: 0.5rem !important; } + .ml-sm-2 { margin-left: 0.5rem !important; } + .mx-sm-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + .my-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + .mxn-sm-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } } +@media (min-width: 31.25rem) { .m-sm-3 { margin: 0.75rem !important; } + .mt-sm-3 { margin-top: 0.75rem !important; } + .mr-sm-3 { margin-right: 0.75rem !important; } + .mb-sm-3 { margin-bottom: 0.75rem !important; } + .ml-sm-3 { margin-left: 0.75rem !important; } + .mx-sm-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } + .my-sm-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } + .mxn-sm-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } } +@media (min-width: 31.25rem) { .m-sm-4 { margin: 1rem !important; } + .mt-sm-4 { margin-top: 1rem !important; } + .mr-sm-4 { margin-right: 1rem !important; } + .mb-sm-4 { margin-bottom: 1rem !important; } + .ml-sm-4 { margin-left: 1rem !important; } + .mx-sm-4 { margin-right: 1rem !important; margin-left: 1rem !important; } + .my-sm-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + .mxn-sm-4 { margin-right: -1rem !important; margin-left: -1rem !important; } } +@media (min-width: 31.25rem) { .m-sm-5 { margin: 1.5rem !important; } + .mt-sm-5 { margin-top: 1.5rem !important; } + .mr-sm-5 { margin-right: 1.5rem !important; } + .mb-sm-5 { margin-bottom: 1.5rem !important; } + .ml-sm-5 { margin-left: 1.5rem !important; } + .mx-sm-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + .my-sm-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + .mxn-sm-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } } +@media (min-width: 31.25rem) { .m-sm-6 { margin: 2rem !important; } + .mt-sm-6 { margin-top: 2rem !important; } + .mr-sm-6 { margin-right: 2rem !important; } + .mb-sm-6 { margin-bottom: 2rem !important; } + .ml-sm-6 { margin-left: 2rem !important; } + .mx-sm-6 { margin-right: 2rem !important; margin-left: 2rem !important; } + .my-sm-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } + .mxn-sm-6 { margin-right: -2rem !important; margin-left: -2rem !important; } } +@media (min-width: 31.25rem) { .m-sm-7 { margin: 2.5rem !important; } + .mt-sm-7 { margin-top: 2.5rem !important; } + .mr-sm-7 { margin-right: 2.5rem !important; } + .mb-sm-7 { margin-bottom: 2.5rem !important; } + .ml-sm-7 { margin-left: 2.5rem !important; } + .mx-sm-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } + .my-sm-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } + .mxn-sm-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } } +@media (min-width: 31.25rem) { .m-sm-8 { margin: 3rem !important; } + .mt-sm-8 { margin-top: 3rem !important; } + .mr-sm-8 { margin-right: 3rem !important; } + .mb-sm-8 { margin-bottom: 3rem !important; } + .ml-sm-8 { margin-left: 3rem !important; } + .mx-sm-8 { margin-right: 3rem !important; margin-left: 3rem !important; } + .my-sm-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + .mxn-sm-8 { margin-right: -3rem !important; margin-left: -3rem !important; } } +@media (min-width: 31.25rem) { .m-sm-9 { margin: 3.5rem !important; } + .mt-sm-9 { margin-top: 3.5rem !important; } + .mr-sm-9 { margin-right: 3.5rem !important; } + .mb-sm-9 { margin-bottom: 3.5rem !important; } + .ml-sm-9 { margin-left: 3.5rem !important; } + .mx-sm-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } + .my-sm-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } + .mxn-sm-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } } +@media (min-width: 31.25rem) { .m-sm-10 { margin: 4rem !important; } + .mt-sm-10 { margin-top: 4rem !important; } + .mr-sm-10 { margin-right: 4rem !important; } + .mb-sm-10 { margin-bottom: 4rem !important; } + .ml-sm-10 { margin-left: 4rem !important; } + .mx-sm-10 { margin-right: 4rem !important; margin-left: 4rem !important; } + .my-sm-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } + .mxn-sm-10 { margin-right: -4rem !important; margin-left: -4rem !important; } } +@media (min-width: 50rem) { .m-md-0 { margin: 0 !important; } + .mt-md-0 { margin-top: 0 !important; } + .mr-md-0 { margin-right: 0 !important; } + .mb-md-0 { margin-bottom: 0 !important; } + .ml-md-0 { margin-left: 0 !important; } + .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; } + .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + .mxn-md-0 { margin-right: -0 !important; margin-left: -0 !important; } } +@media (min-width: 50rem) { .m-md-1 { margin: 0.25rem !important; } + .mt-md-1 { margin-top: 0.25rem !important; } + .mr-md-1 { margin-right: 0.25rem !important; } + .mb-md-1 { margin-bottom: 0.25rem !important; } + .ml-md-1 { margin-left: 0.25rem !important; } + .mx-md-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + .mxn-md-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } } +@media (min-width: 50rem) { .m-md-2 { margin: 0.5rem !important; } + .mt-md-2 { margin-top: 0.5rem !important; } + .mr-md-2 { margin-right: 0.5rem !important; } + .mb-md-2 { margin-bottom: 0.5rem !important; } + .ml-md-2 { margin-left: 0.5rem !important; } + .mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + .mxn-md-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } } +@media (min-width: 50rem) { .m-md-3 { margin: 0.75rem !important; } + .mt-md-3 { margin-top: 0.75rem !important; } + .mr-md-3 { margin-right: 0.75rem !important; } + .mb-md-3 { margin-bottom: 0.75rem !important; } + .ml-md-3 { margin-left: 0.75rem !important; } + .mx-md-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } + .my-md-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } + .mxn-md-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } } +@media (min-width: 50rem) { .m-md-4 { margin: 1rem !important; } + .mt-md-4 { margin-top: 1rem !important; } + .mr-md-4 { margin-right: 1rem !important; } + .mb-md-4 { margin-bottom: 1rem !important; } + .ml-md-4 { margin-left: 1rem !important; } + .mx-md-4 { margin-right: 1rem !important; margin-left: 1rem !important; } + .my-md-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + .mxn-md-4 { margin-right: -1rem !important; margin-left: -1rem !important; } } +@media (min-width: 50rem) { .m-md-5 { margin: 1.5rem !important; } + .mt-md-5 { margin-top: 1.5rem !important; } + .mr-md-5 { margin-right: 1.5rem !important; } + .mb-md-5 { margin-bottom: 1.5rem !important; } + .ml-md-5 { margin-left: 1.5rem !important; } + .mx-md-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + .my-md-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + .mxn-md-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } } +@media (min-width: 50rem) { .m-md-6 { margin: 2rem !important; } + .mt-md-6 { margin-top: 2rem !important; } + .mr-md-6 { margin-right: 2rem !important; } + .mb-md-6 { margin-bottom: 2rem !important; } + .ml-md-6 { margin-left: 2rem !important; } + .mx-md-6 { margin-right: 2rem !important; margin-left: 2rem !important; } + .my-md-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } + .mxn-md-6 { margin-right: -2rem !important; margin-left: -2rem !important; } } +@media (min-width: 50rem) { .m-md-7 { margin: 2.5rem !important; } + .mt-md-7 { margin-top: 2.5rem !important; } + .mr-md-7 { margin-right: 2.5rem !important; } + .mb-md-7 { margin-bottom: 2.5rem !important; } + .ml-md-7 { margin-left: 2.5rem !important; } + .mx-md-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } + .my-md-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } + .mxn-md-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } } +@media (min-width: 50rem) { .m-md-8 { margin: 3rem !important; } + .mt-md-8 { margin-top: 3rem !important; } + .mr-md-8 { margin-right: 3rem !important; } + .mb-md-8 { margin-bottom: 3rem !important; } + .ml-md-8 { margin-left: 3rem !important; } + .mx-md-8 { margin-right: 3rem !important; margin-left: 3rem !important; } + .my-md-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + .mxn-md-8 { margin-right: -3rem !important; margin-left: -3rem !important; } } +@media (min-width: 50rem) { .m-md-9 { margin: 3.5rem !important; } + .mt-md-9 { margin-top: 3.5rem !important; } + .mr-md-9 { margin-right: 3.5rem !important; } + .mb-md-9 { margin-bottom: 3.5rem !important; } + .ml-md-9 { margin-left: 3.5rem !important; } + .mx-md-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } + .my-md-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } + .mxn-md-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } } +@media (min-width: 50rem) { .m-md-10 { margin: 4rem !important; } + .mt-md-10 { margin-top: 4rem !important; } + .mr-md-10 { margin-right: 4rem !important; } + .mb-md-10 { margin-bottom: 4rem !important; } + .ml-md-10 { margin-left: 4rem !important; } + .mx-md-10 { margin-right: 4rem !important; margin-left: 4rem !important; } + .my-md-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } + .mxn-md-10 { margin-right: -4rem !important; margin-left: -4rem !important; } } +@media (min-width: 66.5rem) { .m-lg-0 { margin: 0 !important; } + .mt-lg-0 { margin-top: 0 !important; } + .mr-lg-0 { margin-right: 0 !important; } + .mb-lg-0 { margin-bottom: 0 !important; } + .ml-lg-0 { margin-left: 0 !important; } + .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; } + .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + .mxn-lg-0 { margin-right: -0 !important; margin-left: -0 !important; } } +@media (min-width: 66.5rem) { .m-lg-1 { margin: 0.25rem !important; } + .mt-lg-1 { margin-top: 0.25rem !important; } + .mr-lg-1 { margin-right: 0.25rem !important; } + .mb-lg-1 { margin-bottom: 0.25rem !important; } + .ml-lg-1 { margin-left: 0.25rem !important; } + .mx-lg-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + .mxn-lg-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } } +@media (min-width: 66.5rem) { .m-lg-2 { margin: 0.5rem !important; } + .mt-lg-2 { margin-top: 0.5rem !important; } + .mr-lg-2 { margin-right: 0.5rem !important; } + .mb-lg-2 { margin-bottom: 0.5rem !important; } + .ml-lg-2 { margin-left: 0.5rem !important; } + .mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + .mxn-lg-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } } +@media (min-width: 66.5rem) { .m-lg-3 { margin: 0.75rem !important; } + .mt-lg-3 { margin-top: 0.75rem !important; } + .mr-lg-3 { margin-right: 0.75rem !important; } + .mb-lg-3 { margin-bottom: 0.75rem !important; } + .ml-lg-3 { margin-left: 0.75rem !important; } + .mx-lg-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } + .my-lg-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } + .mxn-lg-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } } +@media (min-width: 66.5rem) { .m-lg-4 { margin: 1rem !important; } + .mt-lg-4 { margin-top: 1rem !important; } + .mr-lg-4 { margin-right: 1rem !important; } + .mb-lg-4 { margin-bottom: 1rem !important; } + .ml-lg-4 { margin-left: 1rem !important; } + .mx-lg-4 { margin-right: 1rem !important; margin-left: 1rem !important; } + .my-lg-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + .mxn-lg-4 { margin-right: -1rem !important; margin-left: -1rem !important; } } +@media (min-width: 66.5rem) { .m-lg-5 { margin: 1.5rem !important; } + .mt-lg-5 { margin-top: 1.5rem !important; } + .mr-lg-5 { margin-right: 1.5rem !important; } + .mb-lg-5 { margin-bottom: 1.5rem !important; } + .ml-lg-5 { margin-left: 1.5rem !important; } + .mx-lg-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + .my-lg-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + .mxn-lg-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } } +@media (min-width: 66.5rem) { .m-lg-6 { margin: 2rem !important; } + .mt-lg-6 { margin-top: 2rem !important; } + .mr-lg-6 { margin-right: 2rem !important; } + .mb-lg-6 { margin-bottom: 2rem !important; } + .ml-lg-6 { margin-left: 2rem !important; } + .mx-lg-6 { margin-right: 2rem !important; margin-left: 2rem !important; } + .my-lg-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } + .mxn-lg-6 { margin-right: -2rem !important; margin-left: -2rem !important; } } +@media (min-width: 66.5rem) { .m-lg-7 { margin: 2.5rem !important; } + .mt-lg-7 { margin-top: 2.5rem !important; } + .mr-lg-7 { margin-right: 2.5rem !important; } + .mb-lg-7 { margin-bottom: 2.5rem !important; } + .ml-lg-7 { margin-left: 2.5rem !important; } + .mx-lg-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } + .my-lg-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } + .mxn-lg-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } } +@media (min-width: 66.5rem) { .m-lg-8 { margin: 3rem !important; } + .mt-lg-8 { margin-top: 3rem !important; } + .mr-lg-8 { margin-right: 3rem !important; } + .mb-lg-8 { margin-bottom: 3rem !important; } + .ml-lg-8 { margin-left: 3rem !important; } + .mx-lg-8 { margin-right: 3rem !important; margin-left: 3rem !important; } + .my-lg-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + .mxn-lg-8 { margin-right: -3rem !important; margin-left: -3rem !important; } } +@media (min-width: 66.5rem) { .m-lg-9 { margin: 3.5rem !important; } + .mt-lg-9 { margin-top: 3.5rem !important; } + .mr-lg-9 { margin-right: 3.5rem !important; } + .mb-lg-9 { margin-bottom: 3.5rem !important; } + .ml-lg-9 { margin-left: 3.5rem !important; } + .mx-lg-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } + .my-lg-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } + .mxn-lg-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } } +@media (min-width: 66.5rem) { .m-lg-10 { margin: 4rem !important; } + .mt-lg-10 { margin-top: 4rem !important; } + .mr-lg-10 { margin-right: 4rem !important; } + .mb-lg-10 { margin-bottom: 4rem !important; } + .ml-lg-10 { margin-left: 4rem !important; } + .mx-lg-10 { margin-right: 4rem !important; margin-left: 4rem !important; } + .my-lg-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } + .mxn-lg-10 { margin-right: -4rem !important; margin-left: -4rem !important; } } +@media (min-width: 87.5rem) { .m-xl-0 { margin: 0 !important; } + .mt-xl-0 { margin-top: 0 !important; } + .mr-xl-0 { margin-right: 0 !important; } + .mb-xl-0 { margin-bottom: 0 !important; } + .ml-xl-0 { margin-left: 0 !important; } + .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; } + .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } + .mxn-xl-0 { margin-right: -0 !important; margin-left: -0 !important; } } +@media (min-width: 87.5rem) { .m-xl-1 { margin: 0.25rem !important; } + .mt-xl-1 { margin-top: 0.25rem !important; } + .mr-xl-1 { margin-right: 0.25rem !important; } + .mb-xl-1 { margin-bottom: 0.25rem !important; } + .ml-xl-1 { margin-left: 0.25rem !important; } + .mx-xl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } + .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + .mxn-xl-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } } +@media (min-width: 87.5rem) { .m-xl-2 { margin: 0.5rem !important; } + .mt-xl-2 { margin-top: 0.5rem !important; } + .mr-xl-2 { margin-right: 0.5rem !important; } + .mb-xl-2 { margin-bottom: 0.5rem !important; } + .ml-xl-2 { margin-left: 0.5rem !important; } + .mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } + .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + .mxn-xl-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } } +@media (min-width: 87.5rem) { .m-xl-3 { margin: 0.75rem !important; } + .mt-xl-3 { margin-top: 0.75rem !important; } + .mr-xl-3 { margin-right: 0.75rem !important; } + .mb-xl-3 { margin-bottom: 0.75rem !important; } + .ml-xl-3 { margin-left: 0.75rem !important; } + .mx-xl-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } + .my-xl-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } + .mxn-xl-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } } +@media (min-width: 87.5rem) { .m-xl-4 { margin: 1rem !important; } + .mt-xl-4 { margin-top: 1rem !important; } + .mr-xl-4 { margin-right: 1rem !important; } + .mb-xl-4 { margin-bottom: 1rem !important; } + .ml-xl-4 { margin-left: 1rem !important; } + .mx-xl-4 { margin-right: 1rem !important; margin-left: 1rem !important; } + .my-xl-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } + .mxn-xl-4 { margin-right: -1rem !important; margin-left: -1rem !important; } } +@media (min-width: 87.5rem) { .m-xl-5 { margin: 1.5rem !important; } + .mt-xl-5 { margin-top: 1.5rem !important; } + .mr-xl-5 { margin-right: 1.5rem !important; } + .mb-xl-5 { margin-bottom: 1.5rem !important; } + .ml-xl-5 { margin-left: 1.5rem !important; } + .mx-xl-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } + .my-xl-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + .mxn-xl-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } } +@media (min-width: 87.5rem) { .m-xl-6 { margin: 2rem !important; } + .mt-xl-6 { margin-top: 2rem !important; } + .mr-xl-6 { margin-right: 2rem !important; } + .mb-xl-6 { margin-bottom: 2rem !important; } + .ml-xl-6 { margin-left: 2rem !important; } + .mx-xl-6 { margin-right: 2rem !important; margin-left: 2rem !important; } + .my-xl-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } + .mxn-xl-6 { margin-right: -2rem !important; margin-left: -2rem !important; } } +@media (min-width: 87.5rem) { .m-xl-7 { margin: 2.5rem !important; } + .mt-xl-7 { margin-top: 2.5rem !important; } + .mr-xl-7 { margin-right: 2.5rem !important; } + .mb-xl-7 { margin-bottom: 2.5rem !important; } + .ml-xl-7 { margin-left: 2.5rem !important; } + .mx-xl-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } + .my-xl-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } + .mxn-xl-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } } +@media (min-width: 87.5rem) { .m-xl-8 { margin: 3rem !important; } + .mt-xl-8 { margin-top: 3rem !important; } + .mr-xl-8 { margin-right: 3rem !important; } + .mb-xl-8 { margin-bottom: 3rem !important; } + .ml-xl-8 { margin-left: 3rem !important; } + .mx-xl-8 { margin-right: 3rem !important; margin-left: 3rem !important; } + .my-xl-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } + .mxn-xl-8 { margin-right: -3rem !important; margin-left: -3rem !important; } } +@media (min-width: 87.5rem) { .m-xl-9 { margin: 3.5rem !important; } + .mt-xl-9 { margin-top: 3.5rem !important; } + .mr-xl-9 { margin-right: 3.5rem !important; } + .mb-xl-9 { margin-bottom: 3.5rem !important; } + .ml-xl-9 { margin-left: 3.5rem !important; } + .mx-xl-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } + .my-xl-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } + .mxn-xl-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } } +@media (min-width: 87.5rem) { .m-xl-10 { margin: 4rem !important; } + .mt-xl-10 { margin-top: 4rem !important; } + .mr-xl-10 { margin-right: 4rem !important; } + .mb-xl-10 { margin-bottom: 4rem !important; } + .ml-xl-10 { margin-left: 4rem !important; } + .mx-xl-10 { margin-right: 4rem !important; margin-left: 4rem !important; } + .my-xl-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } + .mxn-xl-10 { margin-right: -4rem !important; margin-left: -4rem !important; } } +.p-0 { padding: 0 !important; } + +.pt-0 { padding-top: 0 !important; } + +.pr-0 { padding-right: 0 !important; } + +.pb-0 { padding-bottom: 0 !important; } + +.pl-0 { padding-left: 0 !important; } + +.px-0 { padding-right: 0 !important; padding-left: 0 !important; } + +.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + +.p-1 { padding: 0.25rem !important; } + +.pt-1 { padding-top: 0.25rem !important; } + +.pr-1 { padding-right: 0.25rem !important; } + +.pb-1 { padding-bottom: 0.25rem !important; } + +.pl-1 { padding-left: 0.25rem !important; } + +.px-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + +.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + +.p-2 { padding: 0.5rem !important; } + +.pt-2 { padding-top: 0.5rem !important; } + +.pr-2 { padding-right: 0.5rem !important; } + +.pb-2 { padding-bottom: 0.5rem !important; } + +.pl-2 { padding-left: 0.5rem !important; } + +.px-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + +.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + +.p-3 { padding: 0.75rem !important; } + +.pt-3 { padding-top: 0.75rem !important; } + +.pr-3 { padding-right: 0.75rem !important; } + +.pb-3 { padding-bottom: 0.75rem !important; } + +.pl-3 { padding-left: 0.75rem !important; } + +.px-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } + +.py-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } + +.p-4 { padding: 1rem !important; } + +.pt-4 { padding-top: 1rem !important; } + +.pr-4 { padding-right: 1rem !important; } + +.pb-4 { padding-bottom: 1rem !important; } + +.pl-4 { padding-left: 1rem !important; } + +.px-4 { padding-right: 1rem !important; padding-left: 1rem !important; } + +.py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + +.p-5 { padding: 1.5rem !important; } + +.pt-5 { padding-top: 1.5rem !important; } + +.pr-5 { padding-right: 1.5rem !important; } + +.pb-5 { padding-bottom: 1.5rem !important; } + +.pl-5 { padding-left: 1.5rem !important; } + +.px-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + +.py-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + +.p-6 { padding: 2rem !important; } + +.pt-6 { padding-top: 2rem !important; } + +.pr-6 { padding-right: 2rem !important; } + +.pb-6 { padding-bottom: 2rem !important; } + +.pl-6 { padding-left: 2rem !important; } + +.px-6 { padding-right: 2rem !important; padding-left: 2rem !important; } + +.py-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } + +.p-7 { padding: 2.5rem !important; } + +.pt-7 { padding-top: 2.5rem !important; } + +.pr-7 { padding-right: 2.5rem !important; } + +.pb-7 { padding-bottom: 2.5rem !important; } + +.pl-7 { padding-left: 2.5rem !important; } + +.px-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } + +.py-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } + +.p-8 { padding: 3rem !important; } + +.pt-8 { padding-top: 3rem !important; } + +.pr-8 { padding-right: 3rem !important; } + +.pb-8 { padding-bottom: 3rem !important; } + +.pl-8 { padding-left: 3rem !important; } + +.px-8 { padding-right: 3rem !important; padding-left: 3rem !important; } + +.py-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + +.p-9 { padding: 3.5rem !important; } + +.pt-9 { padding-top: 3.5rem !important; } + +.pr-9 { padding-right: 3.5rem !important; } + +.pb-9 { padding-bottom: 3.5rem !important; } + +.pl-9 { padding-left: 3.5rem !important; } + +.px-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } + +.py-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } + +.p-10 { padding: 4rem !important; } + +.pt-10 { padding-top: 4rem !important; } + +.pr-10 { padding-right: 4rem !important; } + +.pb-10 { padding-bottom: 4rem !important; } + +.pl-10 { padding-left: 4rem !important; } + +.px-10 { padding-right: 4rem !important; padding-left: 4rem !important; } + +.py-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } + +@media (min-width: 20rem) { .p-xs-0 { padding: 0 !important; } + .pt-xs-0 { padding-top: 0 !important; } + .pr-xs-0 { padding-right: 0 !important; } + .pb-xs-0 { padding-bottom: 0 !important; } + .pl-xs-0 { padding-left: 0 !important; } + .px-xs-0 { padding-right: 0 !important; padding-left: 0 !important; } + .py-xs-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + .p-xs-1 { padding: 0.25rem !important; } + .pt-xs-1 { padding-top: 0.25rem !important; } + .pr-xs-1 { padding-right: 0.25rem !important; } + .pb-xs-1 { padding-bottom: 0.25rem !important; } + .pl-xs-1 { padding-left: 0.25rem !important; } + .px-xs-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + .py-xs-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + .p-xs-2 { padding: 0.5rem !important; } + .pt-xs-2 { padding-top: 0.5rem !important; } + .pr-xs-2 { padding-right: 0.5rem !important; } + .pb-xs-2 { padding-bottom: 0.5rem !important; } + .pl-xs-2 { padding-left: 0.5rem !important; } + .px-xs-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + .py-xs-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + .p-xs-3 { padding: 0.75rem !important; } + .pt-xs-3 { padding-top: 0.75rem !important; } + .pr-xs-3 { padding-right: 0.75rem !important; } + .pb-xs-3 { padding-bottom: 0.75rem !important; } + .pl-xs-3 { padding-left: 0.75rem !important; } + .px-xs-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } + .py-xs-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } + .p-xs-4 { padding: 1rem !important; } + .pt-xs-4 { padding-top: 1rem !important; } + .pr-xs-4 { padding-right: 1rem !important; } + .pb-xs-4 { padding-bottom: 1rem !important; } + .pl-xs-4 { padding-left: 1rem !important; } + .px-xs-4 { padding-right: 1rem !important; padding-left: 1rem !important; } + .py-xs-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + .p-xs-5 { padding: 1.5rem !important; } + .pt-xs-5 { padding-top: 1.5rem !important; } + .pr-xs-5 { padding-right: 1.5rem !important; } + .pb-xs-5 { padding-bottom: 1.5rem !important; } + .pl-xs-5 { padding-left: 1.5rem !important; } + .px-xs-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + .py-xs-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + .p-xs-6 { padding: 2rem !important; } + .pt-xs-6 { padding-top: 2rem !important; } + .pr-xs-6 { padding-right: 2rem !important; } + .pb-xs-6 { padding-bottom: 2rem !important; } + .pl-xs-6 { padding-left: 2rem !important; } + .px-xs-6 { padding-right: 2rem !important; padding-left: 2rem !important; } + .py-xs-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } + .p-xs-7 { padding: 2.5rem !important; } + .pt-xs-7 { padding-top: 2.5rem !important; } + .pr-xs-7 { padding-right: 2.5rem !important; } + .pb-xs-7 { padding-bottom: 2.5rem !important; } + .pl-xs-7 { padding-left: 2.5rem !important; } + .px-xs-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } + .py-xs-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } + .p-xs-8 { padding: 3rem !important; } + .pt-xs-8 { padding-top: 3rem !important; } + .pr-xs-8 { padding-right: 3rem !important; } + .pb-xs-8 { padding-bottom: 3rem !important; } + .pl-xs-8 { padding-left: 3rem !important; } + .px-xs-8 { padding-right: 3rem !important; padding-left: 3rem !important; } + .py-xs-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .p-xs-9 { padding: 3.5rem !important; } + .pt-xs-9 { padding-top: 3.5rem !important; } + .pr-xs-9 { padding-right: 3.5rem !important; } + .pb-xs-9 { padding-bottom: 3.5rem !important; } + .pl-xs-9 { padding-left: 3.5rem !important; } + .px-xs-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } + .py-xs-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } + .p-xs-10 { padding: 4rem !important; } + .pt-xs-10 { padding-top: 4rem !important; } + .pr-xs-10 { padding-right: 4rem !important; } + .pb-xs-10 { padding-bottom: 4rem !important; } + .pl-xs-10 { padding-left: 4rem !important; } + .px-xs-10 { padding-right: 4rem !important; padding-left: 4rem !important; } + .py-xs-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } } +@media (min-width: 31.25rem) { .p-sm-0 { padding: 0 !important; } + .pt-sm-0 { padding-top: 0 !important; } + .pr-sm-0 { padding-right: 0 !important; } + .pb-sm-0 { padding-bottom: 0 !important; } + .pl-sm-0 { padding-left: 0 !important; } + .px-sm-0 { padding-right: 0 !important; padding-left: 0 !important; } + .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + .p-sm-1 { padding: 0.25rem !important; } + .pt-sm-1 { padding-top: 0.25rem !important; } + .pr-sm-1 { padding-right: 0.25rem !important; } + .pb-sm-1 { padding-bottom: 0.25rem !important; } + .pl-sm-1 { padding-left: 0.25rem !important; } + .px-sm-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + .py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + .p-sm-2 { padding: 0.5rem !important; } + .pt-sm-2 { padding-top: 0.5rem !important; } + .pr-sm-2 { padding-right: 0.5rem !important; } + .pb-sm-2 { padding-bottom: 0.5rem !important; } + .pl-sm-2 { padding-left: 0.5rem !important; } + .px-sm-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + .py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + .p-sm-3 { padding: 0.75rem !important; } + .pt-sm-3 { padding-top: 0.75rem !important; } + .pr-sm-3 { padding-right: 0.75rem !important; } + .pb-sm-3 { padding-bottom: 0.75rem !important; } + .pl-sm-3 { padding-left: 0.75rem !important; } + .px-sm-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } + .py-sm-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } + .p-sm-4 { padding: 1rem !important; } + .pt-sm-4 { padding-top: 1rem !important; } + .pr-sm-4 { padding-right: 1rem !important; } + .pb-sm-4 { padding-bottom: 1rem !important; } + .pl-sm-4 { padding-left: 1rem !important; } + .px-sm-4 { padding-right: 1rem !important; padding-left: 1rem !important; } + .py-sm-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + .p-sm-5 { padding: 1.5rem !important; } + .pt-sm-5 { padding-top: 1.5rem !important; } + .pr-sm-5 { padding-right: 1.5rem !important; } + .pb-sm-5 { padding-bottom: 1.5rem !important; } + .pl-sm-5 { padding-left: 1.5rem !important; } + .px-sm-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + .py-sm-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + .p-sm-6 { padding: 2rem !important; } + .pt-sm-6 { padding-top: 2rem !important; } + .pr-sm-6 { padding-right: 2rem !important; } + .pb-sm-6 { padding-bottom: 2rem !important; } + .pl-sm-6 { padding-left: 2rem !important; } + .px-sm-6 { padding-right: 2rem !important; padding-left: 2rem !important; } + .py-sm-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } + .p-sm-7 { padding: 2.5rem !important; } + .pt-sm-7 { padding-top: 2.5rem !important; } + .pr-sm-7 { padding-right: 2.5rem !important; } + .pb-sm-7 { padding-bottom: 2.5rem !important; } + .pl-sm-7 { padding-left: 2.5rem !important; } + .px-sm-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } + .py-sm-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } + .p-sm-8 { padding: 3rem !important; } + .pt-sm-8 { padding-top: 3rem !important; } + .pr-sm-8 { padding-right: 3rem !important; } + .pb-sm-8 { padding-bottom: 3rem !important; } + .pl-sm-8 { padding-left: 3rem !important; } + .px-sm-8 { padding-right: 3rem !important; padding-left: 3rem !important; } + .py-sm-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .p-sm-9 { padding: 3.5rem !important; } + .pt-sm-9 { padding-top: 3.5rem !important; } + .pr-sm-9 { padding-right: 3.5rem !important; } + .pb-sm-9 { padding-bottom: 3.5rem !important; } + .pl-sm-9 { padding-left: 3.5rem !important; } + .px-sm-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } + .py-sm-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } + .p-sm-10 { padding: 4rem !important; } + .pt-sm-10 { padding-top: 4rem !important; } + .pr-sm-10 { padding-right: 4rem !important; } + .pb-sm-10 { padding-bottom: 4rem !important; } + .pl-sm-10 { padding-left: 4rem !important; } + .px-sm-10 { padding-right: 4rem !important; padding-left: 4rem !important; } + .py-sm-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } } +@media (min-width: 50rem) { .p-md-0 { padding: 0 !important; } + .pt-md-0 { padding-top: 0 !important; } + .pr-md-0 { padding-right: 0 !important; } + .pb-md-0 { padding-bottom: 0 !important; } + .pl-md-0 { padding-left: 0 !important; } + .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; } + .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + .p-md-1 { padding: 0.25rem !important; } + .pt-md-1 { padding-top: 0.25rem !important; } + .pr-md-1 { padding-right: 0.25rem !important; } + .pb-md-1 { padding-bottom: 0.25rem !important; } + .pl-md-1 { padding-left: 0.25rem !important; } + .px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + .p-md-2 { padding: 0.5rem !important; } + .pt-md-2 { padding-top: 0.5rem !important; } + .pr-md-2 { padding-right: 0.5rem !important; } + .pb-md-2 { padding-bottom: 0.5rem !important; } + .pl-md-2 { padding-left: 0.5rem !important; } + .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + .p-md-3 { padding: 0.75rem !important; } + .pt-md-3 { padding-top: 0.75rem !important; } + .pr-md-3 { padding-right: 0.75rem !important; } + .pb-md-3 { padding-bottom: 0.75rem !important; } + .pl-md-3 { padding-left: 0.75rem !important; } + .px-md-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } + .py-md-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } + .p-md-4 { padding: 1rem !important; } + .pt-md-4 { padding-top: 1rem !important; } + .pr-md-4 { padding-right: 1rem !important; } + .pb-md-4 { padding-bottom: 1rem !important; } + .pl-md-4 { padding-left: 1rem !important; } + .px-md-4 { padding-right: 1rem !important; padding-left: 1rem !important; } + .py-md-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + .p-md-5 { padding: 1.5rem !important; } + .pt-md-5 { padding-top: 1.5rem !important; } + .pr-md-5 { padding-right: 1.5rem !important; } + .pb-md-5 { padding-bottom: 1.5rem !important; } + .pl-md-5 { padding-left: 1.5rem !important; } + .px-md-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + .py-md-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + .p-md-6 { padding: 2rem !important; } + .pt-md-6 { padding-top: 2rem !important; } + .pr-md-6 { padding-right: 2rem !important; } + .pb-md-6 { padding-bottom: 2rem !important; } + .pl-md-6 { padding-left: 2rem !important; } + .px-md-6 { padding-right: 2rem !important; padding-left: 2rem !important; } + .py-md-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } + .p-md-7 { padding: 2.5rem !important; } + .pt-md-7 { padding-top: 2.5rem !important; } + .pr-md-7 { padding-right: 2.5rem !important; } + .pb-md-7 { padding-bottom: 2.5rem !important; } + .pl-md-7 { padding-left: 2.5rem !important; } + .px-md-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } + .py-md-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } + .p-md-8 { padding: 3rem !important; } + .pt-md-8 { padding-top: 3rem !important; } + .pr-md-8 { padding-right: 3rem !important; } + .pb-md-8 { padding-bottom: 3rem !important; } + .pl-md-8 { padding-left: 3rem !important; } + .px-md-8 { padding-right: 3rem !important; padding-left: 3rem !important; } + .py-md-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .p-md-9 { padding: 3.5rem !important; } + .pt-md-9 { padding-top: 3.5rem !important; } + .pr-md-9 { padding-right: 3.5rem !important; } + .pb-md-9 { padding-bottom: 3.5rem !important; } + .pl-md-9 { padding-left: 3.5rem !important; } + .px-md-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } + .py-md-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } + .p-md-10 { padding: 4rem !important; } + .pt-md-10 { padding-top: 4rem !important; } + .pr-md-10 { padding-right: 4rem !important; } + .pb-md-10 { padding-bottom: 4rem !important; } + .pl-md-10 { padding-left: 4rem !important; } + .px-md-10 { padding-right: 4rem !important; padding-left: 4rem !important; } + .py-md-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } } +@media (min-width: 66.5rem) { .p-lg-0 { padding: 0 !important; } + .pt-lg-0 { padding-top: 0 !important; } + .pr-lg-0 { padding-right: 0 !important; } + .pb-lg-0 { padding-bottom: 0 !important; } + .pl-lg-0 { padding-left: 0 !important; } + .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; } + .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + .p-lg-1 { padding: 0.25rem !important; } + .pt-lg-1 { padding-top: 0.25rem !important; } + .pr-lg-1 { padding-right: 0.25rem !important; } + .pb-lg-1 { padding-bottom: 0.25rem !important; } + .pl-lg-1 { padding-left: 0.25rem !important; } + .px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + .p-lg-2 { padding: 0.5rem !important; } + .pt-lg-2 { padding-top: 0.5rem !important; } + .pr-lg-2 { padding-right: 0.5rem !important; } + .pb-lg-2 { padding-bottom: 0.5rem !important; } + .pl-lg-2 { padding-left: 0.5rem !important; } + .px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + .p-lg-3 { padding: 0.75rem !important; } + .pt-lg-3 { padding-top: 0.75rem !important; } + .pr-lg-3 { padding-right: 0.75rem !important; } + .pb-lg-3 { padding-bottom: 0.75rem !important; } + .pl-lg-3 { padding-left: 0.75rem !important; } + .px-lg-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } + .py-lg-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } + .p-lg-4 { padding: 1rem !important; } + .pt-lg-4 { padding-top: 1rem !important; } + .pr-lg-4 { padding-right: 1rem !important; } + .pb-lg-4 { padding-bottom: 1rem !important; } + .pl-lg-4 { padding-left: 1rem !important; } + .px-lg-4 { padding-right: 1rem !important; padding-left: 1rem !important; } + .py-lg-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + .p-lg-5 { padding: 1.5rem !important; } + .pt-lg-5 { padding-top: 1.5rem !important; } + .pr-lg-5 { padding-right: 1.5rem !important; } + .pb-lg-5 { padding-bottom: 1.5rem !important; } + .pl-lg-5 { padding-left: 1.5rem !important; } + .px-lg-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + .py-lg-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + .p-lg-6 { padding: 2rem !important; } + .pt-lg-6 { padding-top: 2rem !important; } + .pr-lg-6 { padding-right: 2rem !important; } + .pb-lg-6 { padding-bottom: 2rem !important; } + .pl-lg-6 { padding-left: 2rem !important; } + .px-lg-6 { padding-right: 2rem !important; padding-left: 2rem !important; } + .py-lg-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } + .p-lg-7 { padding: 2.5rem !important; } + .pt-lg-7 { padding-top: 2.5rem !important; } + .pr-lg-7 { padding-right: 2.5rem !important; } + .pb-lg-7 { padding-bottom: 2.5rem !important; } + .pl-lg-7 { padding-left: 2.5rem !important; } + .px-lg-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } + .py-lg-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } + .p-lg-8 { padding: 3rem !important; } + .pt-lg-8 { padding-top: 3rem !important; } + .pr-lg-8 { padding-right: 3rem !important; } + .pb-lg-8 { padding-bottom: 3rem !important; } + .pl-lg-8 { padding-left: 3rem !important; } + .px-lg-8 { padding-right: 3rem !important; padding-left: 3rem !important; } + .py-lg-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .p-lg-9 { padding: 3.5rem !important; } + .pt-lg-9 { padding-top: 3.5rem !important; } + .pr-lg-9 { padding-right: 3.5rem !important; } + .pb-lg-9 { padding-bottom: 3.5rem !important; } + .pl-lg-9 { padding-left: 3.5rem !important; } + .px-lg-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } + .py-lg-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } + .p-lg-10 { padding: 4rem !important; } + .pt-lg-10 { padding-top: 4rem !important; } + .pr-lg-10 { padding-right: 4rem !important; } + .pb-lg-10 { padding-bottom: 4rem !important; } + .pl-lg-10 { padding-left: 4rem !important; } + .px-lg-10 { padding-right: 4rem !important; padding-left: 4rem !important; } + .py-lg-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } } +@media (min-width: 87.5rem) { .p-xl-0 { padding: 0 !important; } + .pt-xl-0 { padding-top: 0 !important; } + .pr-xl-0 { padding-right: 0 !important; } + .pb-xl-0 { padding-bottom: 0 !important; } + .pl-xl-0 { padding-left: 0 !important; } + .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; } + .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } + .p-xl-1 { padding: 0.25rem !important; } + .pt-xl-1 { padding-top: 0.25rem !important; } + .pr-xl-1 { padding-right: 0.25rem !important; } + .pb-xl-1 { padding-bottom: 0.25rem !important; } + .pl-xl-1 { padding-left: 0.25rem !important; } + .px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } + .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + .p-xl-2 { padding: 0.5rem !important; } + .pt-xl-2 { padding-top: 0.5rem !important; } + .pr-xl-2 { padding-right: 0.5rem !important; } + .pb-xl-2 { padding-bottom: 0.5rem !important; } + .pl-xl-2 { padding-left: 0.5rem !important; } + .px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } + .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + .p-xl-3 { padding: 0.75rem !important; } + .pt-xl-3 { padding-top: 0.75rem !important; } + .pr-xl-3 { padding-right: 0.75rem !important; } + .pb-xl-3 { padding-bottom: 0.75rem !important; } + .pl-xl-3 { padding-left: 0.75rem !important; } + .px-xl-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } + .py-xl-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } + .p-xl-4 { padding: 1rem !important; } + .pt-xl-4 { padding-top: 1rem !important; } + .pr-xl-4 { padding-right: 1rem !important; } + .pb-xl-4 { padding-bottom: 1rem !important; } + .pl-xl-4 { padding-left: 1rem !important; } + .px-xl-4 { padding-right: 1rem !important; padding-left: 1rem !important; } + .py-xl-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } + .p-xl-5 { padding: 1.5rem !important; } + .pt-xl-5 { padding-top: 1.5rem !important; } + .pr-xl-5 { padding-right: 1.5rem !important; } + .pb-xl-5 { padding-bottom: 1.5rem !important; } + .pl-xl-5 { padding-left: 1.5rem !important; } + .px-xl-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } + .py-xl-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + .p-xl-6 { padding: 2rem !important; } + .pt-xl-6 { padding-top: 2rem !important; } + .pr-xl-6 { padding-right: 2rem !important; } + .pb-xl-6 { padding-bottom: 2rem !important; } + .pl-xl-6 { padding-left: 2rem !important; } + .px-xl-6 { padding-right: 2rem !important; padding-left: 2rem !important; } + .py-xl-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } + .p-xl-7 { padding: 2.5rem !important; } + .pt-xl-7 { padding-top: 2.5rem !important; } + .pr-xl-7 { padding-right: 2.5rem !important; } + .pb-xl-7 { padding-bottom: 2.5rem !important; } + .pl-xl-7 { padding-left: 2.5rem !important; } + .px-xl-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } + .py-xl-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } + .p-xl-8 { padding: 3rem !important; } + .pt-xl-8 { padding-top: 3rem !important; } + .pr-xl-8 { padding-right: 3rem !important; } + .pb-xl-8 { padding-bottom: 3rem !important; } + .pl-xl-8 { padding-left: 3rem !important; } + .px-xl-8 { padding-right: 3rem !important; padding-left: 3rem !important; } + .py-xl-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } + .p-xl-9 { padding: 3.5rem !important; } + .pt-xl-9 { padding-top: 3.5rem !important; } + .pr-xl-9 { padding-right: 3.5rem !important; } + .pb-xl-9 { padding-bottom: 3.5rem !important; } + .pl-xl-9 { padding-left: 3.5rem !important; } + .px-xl-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } + .py-xl-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } + .p-xl-10 { padding: 4rem !important; } + .pt-xl-10 { padding-top: 4rem !important; } + .pr-xl-10 { padding-right: 4rem !important; } + .pb-xl-10 { padding-bottom: 4rem !important; } + .pl-xl-10 { padding-left: 4rem !important; } + .px-xl-10 { padding-right: 4rem !important; padding-left: 4rem !important; } + .py-xl-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } } +@media print { .site-footer, .site-button, #edit-this-page, #back-to-top, .site-nav, .main-header { display: none !important; } + .side-bar { width: 100%; height: auto; border-right: 0 !important; } + .site-header { border-bottom: 1px solid #eeebee; } + .site-title { font-size: 16px !important; font-weight: 700 !important; } + .text-small { font-size: 8pt !important; } + pre.highlight { border: 1px solid #eeebee; } + .main { max-width: none; margin-left: 0; } } +.info { background: rgba(38, 76, 175, 0.2); border-left: 4px solid #2c84fa; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); padding: .8rem; } +.info::before { color: #2c84fa; content: "INFO"; display: block; font-weight: bold; font-size: .75em; padding-bottom: .125rem; } + +.warn { background: rgba(247, 209, 46, 0.2); border-left: 4px solid #e7af06; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); padding: .8rem; } +.warn::before { color: #e7af06; content: "WARNING"; display: block; font-weight: bold; font-size: .75em; padding-bottom: .125rem; } + +.danger { background: rgba(247, 126, 126, 0.2); border-left: 4px solid #dd2e2e; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); padding: .8rem; } +.danger::before { color: #dd2e2e; content: "DANGER"; display: block; font-weight: bold; font-size: .75em; padding-bottom: .125rem; } + +.site-title { padding-top: 0.125rem; padding-bottom: 0.125rem; } + +@media (min-width: 50rem) { .site-title { padding-right: 1rem; padding-left: 1rem; } } +@media (prefers-color-scheme: dark) { input#search-input { color: white; } + input#search-input:focus { color: white; } + #search-input::placeholder { color: #5c5962; opacity: 0.6; } } +ul#toc ul { padding-left: 0.6rem; } + +ul#toc { padding-left: 2.75rem; } + +ul#toc li { margin-bottom: 0px; margin-top: 0px; } + +.toc-entry a { /* background: initial; padding-top: 0.1rem; padding-bottom: 0.1rem; display: block; padding-right: $gutter-spacing-sm; line-height: 1.5rem; text-decoration: none; &.active { font-weight: 600; text-decoration: none; } &:hover { background-image: linear-gradient( -90deg, rgba($feedback-color, 1) 20% 40%, rgba($feedback-color, 0.8) 80%, rgba($feedback-color, 0) 100% ); } +*/ } + +.plugin-version-menu-background-fonts-style { font-size: 11px !important; background-color: inherit; } +@media (min-width: 31.25rem) { .plugin-version-menu-background-fonts-style { font-size: 12px !important; } } diff --git a/pr-preview/pr-1544/assets/images/just-the-docs.png b/pr-preview/pr-1544/assets/images/just-the-docs.png new file mode 100644 index 0000000000000000000000000000000000000000..81c33065f2794814cbe1a53791d8bc4bfbb91cb1 GIT binary patch literal 20992 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 z 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 literal 0 HcmV?d00001 diff --git a/pr-preview/pr-1544/assets/images/logo.png b/pr-preview/pr-1544/assets/images/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..a35b0a562aec8b05a2ee62df85f75558f8b686f4 GIT binary patch literal 53946 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 diff --git a/pr-preview/pr-1544/assets/js/just-the-docs.js b/pr-preview/pr-1544/assets/js/just-the-docs.js new file mode 100644 index 0000000..089f2d1 --- /dev/null +++ b/pr-preview/pr-1544/assets/js/just-the-docs.js @@ -0,0 +1,445 @@ +(function (jtd, undefined) { + +// Event handling + +jtd.addEvent = function(el, type, handler) { + if (el.attachEvent) el.attachEvent('on'+type, handler); else el.addEventListener(type, handler); +} +jtd.removeEvent = function(el, type, handler) { + if (el.detachEvent) el.detachEvent('on'+type, handler); else el.removeEventListener(type, handler); +} +jtd.onReady = function(ready) { + // in case the document is already rendered + if (document.readyState!='loading') ready(); + // modern browsers + else if (document.addEventListener) document.addEventListener('DOMContentLoaded', ready); + // IE <= 8 + else document.attachEvent('onreadystatechange', function(){ + if (document.readyState=='complete') ready(); + }); +} + +// Show/hide mobile menu + +function initNav() { + jtd.addEvent(document, 'click', function(e){ + var target = e.target; + while (target && !(target.classList && target.classList.contains('nav-list-expander'))) { + target = target.parentNode; + } + if (target) { + e.preventDefault(); + target.parentNode.classList.toggle('active'); + } + }); + + const siteNav = document.getElementById('site-nav'); + const mainHeader = document.getElementById('main-header'); + const menuButton = document.getElementById('menu-button'); + + jtd.addEvent(menuButton, 'click', function(e){ + e.preventDefault(); + + if (menuButton.classList.toggle('nav-open')) { + siteNav.classList.add('nav-open'); + mainHeader.classList.add('nav-open'); + } else { + siteNav.classList.remove('nav-open'); + mainHeader.classList.remove('nav-open'); + } + }); +} +// Site search + +function initSearch() { + var request = new XMLHttpRequest(); + request.open('GET', 'https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/assets/js/search-data.json', true); + + request.onload = function(){ + if (request.status >= 200 && request.status < 400) { + var docs = JSON.parse(request.responseText); + + lunr.tokenizer.separator = /[\s\-/]+/ + + var index = lunr(function(){ + this.ref('id'); + this.field('title', { boost: 200 }); + this.field('content', { boost: 2 }); + this.field('relUrl'); + this.metadataWhitelist = ['position'] + + for (var i in docs) { + this.add({ + id: i, + title: docs[i].title, + content: docs[i].content, + relUrl: docs[i].relUrl + }); + } + }); + + searchLoaded(index, docs); + } else { + console.log('Error loading ajax request. Request status:' + request.status); + } + }; + + request.onerror = function(){ + console.log('There was a connection error'); + }; + + request.send(); +} + +function searchLoaded(index, docs) { + var index = index; + var docs = docs; + var searchInput = document.getElementById('search-input'); + var searchResults = document.getElementById('search-results'); + var mainHeader = document.getElementById('main-header'); + var currentInput; + var currentSearchIndex = 0; + + function showSearch() { + document.documentElement.classList.add('search-active'); + } + + function hideSearch() { + document.documentElement.classList.remove('search-active'); + } + + function update() { + currentSearchIndex++; + + var input = searchInput.value; + if (input === '') { + hideSearch(); + } else { + showSearch(); + // scroll search input into view, workaround for iOS Safari + window.scroll(0, -1); + setTimeout(function(){ window.scroll(0, 0); }, 0); + } + if (input === currentInput) { + return; + } + currentInput = input; + searchResults.innerHTML = ''; + if (input === '') { + return; + } + + var results = index.query(function (query) { + var tokens = lunr.tokenizer(input) + query.term(tokens, { + boost: 10 + }); + query.term(tokens, { + wildcard: lunr.Query.wildcard.TRAILING + }); + }); + + if ((results.length == 0) && (input.length > 2)) { + var tokens = lunr.tokenizer(input).filter(function(token, i) { + return token.str.length < 20; + }) + if (tokens.length > 0) { + results = index.query(function (query) { + query.term(tokens, { + editDistance: Math.round(Math.sqrt(input.length / 2 - 1)) + }); + }); + } + } + + if (results.length == 0) { + var noResultsDiv = document.createElement('div'); + noResultsDiv.classList.add('search-no-result'); + noResultsDiv.innerText = 'No results found'; + searchResults.appendChild(noResultsDiv); + + } else { + var resultsList = document.createElement('ul'); + resultsList.classList.add('search-results-list'); + searchResults.appendChild(resultsList); + + addResults(resultsList, results, 0, 10, 100, currentSearchIndex); + } + + function addResults(resultsList, results, start, batchSize, batchMillis, searchIndex) { + if (searchIndex != currentSearchIndex) { + return; + } + for (var i = start; i < (start + batchSize); i++) { + if (i == results.length) { + return; + } + addResult(resultsList, results[i]); + } + setTimeout(function() { + addResults(resultsList, results, start + batchSize, batchSize, batchMillis, searchIndex); + }, batchMillis); + } + + function addResult(resultsList, result) { + var doc = docs[result.ref]; + + var resultsListItem = document.createElement('li'); + resultsListItem.classList.add('search-results-list-item'); + resultsList.appendChild(resultsListItem); + + var resultLink = document.createElement('a'); + resultLink.classList.add('search-result'); + resultLink.setAttribute('href', doc.url); + resultsListItem.appendChild(resultLink); + + var resultTitle = document.createElement('div'); + resultTitle.classList.add('search-result-title'); + resultLink.appendChild(resultTitle); + + var resultDoc = document.createElement('div'); + resultDoc.classList.add('search-result-doc'); + resultDoc.innerHTML = ''; + resultTitle.appendChild(resultDoc); + + var resultDocTitle = document.createElement('div'); + resultDocTitle.classList.add('search-result-doc-title'); + resultDocTitle.innerHTML = doc.doc; + resultDoc.appendChild(resultDocTitle); + var resultDocOrSection = resultDocTitle; + + if (doc.doc != doc.title) { + resultDoc.classList.add('search-result-doc-parent'); + var resultSection = document.createElement('div'); + resultSection.classList.add('search-result-section'); + resultSection.innerHTML = doc.title; + resultTitle.appendChild(resultSection); + resultDocOrSection = resultSection; + } + + var metadata = result.matchData.metadata; + var titlePositions = []; + var contentPositions = []; + for (var j in metadata) { + var meta = metadata[j]; + if (meta.title) { + var positions = meta.title.position; + for (var k in positions) { + titlePositions.push(positions[k]); + } + } + if (meta.content) { + var positions = meta.content.position; + for (var k in positions) { + var position = positions[k]; + var previewStart = position[0]; + var previewEnd = position[0] + position[1]; + var ellipsesBefore = true; + var ellipsesAfter = true; + for (var k = 0; k < 5; k++) { + var nextSpace = doc.content.lastIndexOf(' ', previewStart - 2); + var nextDot = doc.content.lastIndexOf('. ', previewStart - 2); + if ((nextDot >= 0) && (nextDot > nextSpace)) { + previewStart = nextDot + 1; + ellipsesBefore = false; + break; + } + if (nextSpace < 0) { + previewStart = 0; + ellipsesBefore = false; + break; + } + previewStart = nextSpace + 1; + } + for (var k = 0; k < 10; k++) { + var nextSpace = doc.content.indexOf(' ', previewEnd + 1); + var nextDot = doc.content.indexOf('. ', previewEnd + 1); + if ((nextDot >= 0) && (nextDot < nextSpace)) { + previewEnd = nextDot; + ellipsesAfter = false; + break; + } + if (nextSpace < 0) { + previewEnd = doc.content.length; + ellipsesAfter = false; + break; + } + previewEnd = nextSpace; + } + contentPositions.push({ + highlight: position, + previewStart: previewStart, previewEnd: previewEnd, + ellipsesBefore: ellipsesBefore, ellipsesAfter: ellipsesAfter + }); + } + } + } + + if (titlePositions.length > 0) { + titlePositions.sort(function(p1, p2){ return p1[0] - p2[0] }); + resultDocOrSection.innerHTML = ''; + addHighlightedText(resultDocOrSection, doc.title, 0, doc.title.length, titlePositions); + } + + if (contentPositions.length > 0) { + contentPositions.sort(function(p1, p2){ return p1.highlight[0] - p2.highlight[0] }); + var contentPosition = contentPositions[0]; + var previewPosition = { + highlight: [contentPosition.highlight], + previewStart: contentPosition.previewStart, previewEnd: contentPosition.previewEnd, + ellipsesBefore: contentPosition.ellipsesBefore, ellipsesAfter: contentPosition.ellipsesAfter + }; + var previewPositions = [previewPosition]; + for (var j = 1; j < contentPositions.length; j++) { + contentPosition = contentPositions[j]; + if (previewPosition.previewEnd < contentPosition.previewStart) { + previewPosition = { + highlight: [contentPosition.highlight], + previewStart: contentPosition.previewStart, previewEnd: contentPosition.previewEnd, + ellipsesBefore: contentPosition.ellipsesBefore, ellipsesAfter: contentPosition.ellipsesAfter + } + previewPositions.push(previewPosition); + } else { + previewPosition.highlight.push(contentPosition.highlight); + previewPosition.previewEnd = contentPosition.previewEnd; + previewPosition.ellipsesAfter = contentPosition.ellipsesAfter; + } + } + + var resultPreviews = document.createElement('div'); + resultPreviews.classList.add('search-result-previews'); + resultLink.appendChild(resultPreviews); + + var content = doc.content; + for (var j = 0; j < Math.min(previewPositions.length, 3); j++) { + var position = previewPositions[j]; + + var resultPreview = document.createElement('div'); + resultPreview.classList.add('search-result-preview'); + resultPreviews.appendChild(resultPreview); + + if (position.ellipsesBefore) { + resultPreview.appendChild(document.createTextNode('... ')); + } + addHighlightedText(resultPreview, content, position.previewStart, position.previewEnd, position.highlight); + if (position.ellipsesAfter) { + resultPreview.appendChild(document.createTextNode(' ...')); + } + } + } + var resultRelUrl = document.createElement('span'); + resultRelUrl.classList.add('search-result-rel-url'); + resultRelUrl.innerText = doc.relUrl; + resultTitle.appendChild(resultRelUrl); + } + + function addHighlightedText(parent, text, start, end, positions) { + var index = start; + for (var i in positions) { + var position = positions[i]; + var span = document.createElement('span'); + span.innerHTML = text.substring(index, position[0]); + parent.appendChild(span); + index = position[0] + position[1]; + var highlight = document.createElement('span'); + highlight.classList.add('search-result-highlight'); + highlight.innerHTML = text.substring(position[0], index); + parent.appendChild(highlight); + } + var span = document.createElement('span'); + span.innerHTML = text.substring(index, end); + parent.appendChild(span); + } + } + + jtd.addEvent(searchInput, 'focus', function(){ + setTimeout(update, 0); + }); + + jtd.addEvent(searchInput, 'keyup', function(e){ + switch (e.keyCode) { + case 27: // When esc key is pressed, hide the results and clear the field + searchInput.value = ''; + break; + case 38: // arrow up + case 40: // arrow down + case 13: // enter + e.preventDefault(); + return; + } + update(); + }); + + jtd.addEvent(searchInput, 'keydown', function(e){ + switch (e.keyCode) { + case 38: // arrow up + e.preventDefault(); + var active = document.querySelector('.search-result.active'); + if (active) { + active.classList.remove('active'); + if (active.parentElement.previousSibling) { + var previous = active.parentElement.previousSibling.querySelector('.search-result'); + previous.classList.add('active'); + } + } + return; + case 40: // arrow down + e.preventDefault(); + var active = document.querySelector('.search-result.active'); + if (active) { + if (active.parentElement.nextSibling) { + var next = active.parentElement.nextSibling.querySelector('.search-result'); + active.classList.remove('active'); + next.classList.add('active'); + } + } else { + var next = document.querySelector('.search-result'); + if (next) { + next.classList.add('active'); + } + } + return; + case 13: // enter + e.preventDefault(); + var active = document.querySelector('.search-result.active'); + if (active) { + active.click(); + } else { + var first = document.querySelector('.search-result'); + if (first) { + first.click(); + } + } + return; + } + }); + + jtd.addEvent(document, 'click', function(e){ + if (e.target != searchInput) { + hideSearch(); + } + }); +} + +// Switch theme + +jtd.getTheme = function() { + var cssFileHref = document.querySelector('[rel="stylesheet"]').getAttribute('href'); + return cssFileHref.substring(cssFileHref.lastIndexOf('-') + 1, cssFileHref.length - 4); +} + +jtd.setTheme = function(theme) { + var cssFile = document.querySelector('[rel="stylesheet"]'); + cssFile.setAttribute('href', 'https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/assets/css/just-the-docs-' + theme + '.css'); +} + +// Document ready + +jtd.onReady(function(){ + initNav(); + initSearch(); +}); + +})(window.jtd = window.jtd || {}); + + diff --git a/pr-preview/pr-1544/assets/js/plugin_versions_menu.js b/pr-preview/pr-1544/assets/js/plugin_versions_menu.js new file mode 100644 index 0000000..1a61d85 --- /dev/null +++ b/pr-preview/pr-1544/assets/js/plugin_versions_menu.js @@ -0,0 +1,176 @@ +const { buildWebStorage, setupCache } = window.AxiosCacheInterceptor; +const storage = buildWebStorage(sessionStorage, 'axios-cache:'); +const axiosCached = setupCache(axios.create(), { storage }); + +changeVersion = function handleVersionedDocs(repository_nwo, basePath) { + menuBackgroundImageClosed = "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 6 9 12 15 18'%3E%3C/polyline%3E%3C/svg%3E\")"; + menuBackgroundImageOpen = "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E\")"; + + async function loadOptions(menu, dropdown) { + const defaultBranchPromise = axiosCached.get( + `https://api.github.com/repos/${repository_nwo}`, + ).then(res => { + return res.data.default_branch; + }); + + const statusPredicate = (status) => status === 404 || status >= 200 && status < 400 + const versionDir = await axiosCached.get( + `https://api.github.com/repos/${repository_nwo}/git/trees/gh-pages`, { + cache: { + cachePredicate: { + statusCheck: statusPredicate + } + }, + validateStatus: statusPredicate + } + ).then(res => { + if (res.status === 404) { + return null; + } + + return res.data.tree.find(t => { + return t.path.toLowerCase() === 'version'; + }); + }); + + if (versionDir === undefined || versionDir === null) { + var options = []; + } else { + res = await axios.get(versionDir.url); + var options = res.data.tree.map(t => { + return {value: t.path, text: t.path}; + }); + }; + + options = options.sort( (a, b) => b.value.localeCompare(a.value, undefined, { numeric:true }) ); + + const defaultBranch = await defaultBranchPromise; + options.unshift({ value: 'latest', text: defaultBranch }); + + var currentVersion = ""; + const versionPath = `${basePath}/version/`; + const path = window.location.pathname.toLowerCase(); + if (path.startsWith(versionPath)) { + const start = versionPath.length; + const end = path.indexOf('/', start+1); + currentVersion = path.substring(start, end < 0 ? path.length : end); + currentPage = path.substring(end < 0 ? path.length : end); + } else { + currentVersion = defaultBranch; + currentPage = path.substring(basePath.length); + } + menu.innerHTML = `Plugin Version: ${currentVersion}`; + menu.appendChild(dropdown); + + options.forEach( item => { + var link = document.createElement('a'); + var wrapper = document.createElement('div'); + link.href = (item.value === 'latest' ? basePath : versionPath + item.value) + currentPage; + link.innerHTML = item.text; + link.className = 'plugin-version-menu-option'; + link.style.cssText = ` + width: 100%; + padding: 0.5rem 2rem 0.5rem 1rem; + display: block; + `; + wrapper.style.cssText = ` + width: 100%; + height: 100%; + display: block; + backdrop-filter: brightness(0.85); + `; + + wrapper.addEventListener('mouseover', function(e) { brightenMenuOption(e.target); }); + wrapper.addEventListener('mouseout', function(e) { restoreMenuOption(e.target); }); + + if (item.text === currentVersion) { + link.style.fontWeight = 'bold'; + } + + wrapper.appendChild(link); + dropdown.appendChild(wrapper); + }); + }; + + function brightenMenuOption(option) { + option.style.backdropFilter = 'brightness(1.1)'; + // possible alternatives + //option.style.boxShadow = 'inset 0 0 0 10em rgba(255, 255, 255, 0.6)'; + //option.style.backgroundColor = 'rgba(255,255,255,0.5)'; + } + + function restoreMenuOption(option) { + option.style.backdropFilter = 'brightness(0.9)'; + //option.style.boxShadow = 'none'; + //option.style.backgroundColor = 'transparent'; + } + + // get main menu element and style as needed + menuElement = document.getElementById("plugin-version-menu"); + menuElement.style.backgroundImage = menuBackgroundImageOpen; // preload open image so no delay in rendering + menuElement.className = 'plugin-version-menu-background-fonts-style'; + menuElement.style.cssText = ` + position: relative; + width: 180px; + border: 1px solit transparent; + padding: 1rem 1rem; + background-image: ${menuBackgroundImageClosed}; + background-repeat: no-repeat; + background-position: 90% 40%; + cursor: pointer; + `; + + dropdown = document.createElement('div'); + dropdown.id = "plugin-version-dropdown"; + dropdown.className = 'plugin-version-menu-background-fonts-style'; + dropdown.style.cssText = ` + position: relative; + top: 0.25rem; + left: -0.25rem; + min-width: 150px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4); + padding: 0; + z-index: 1; + `; + + function showMenu() { + dropdown.style.display = 'block'; + menuElement.style.backgroundImage = menuBackgroundImageOpen; + } + + function hideMenu() { + dropdown.style.display = 'none'; + menuElement.style.backgroundImage = menuBackgroundImageClosed; + } + + function toggleMenu() { + if (dropdown.style.display == 'none') { + showMenu(); + } else { + hideMenu(); + } + } + + function toggleMenuDisplay(e) { + if (dropdown.contains(e.target)) { + return; + } + + if (menuElement.contains(e.target)) { + toggleMenu(); + } + } + + // ensure initial style of drop down menu is set + toggleMenu(); + + // populate menu with available options and current version + loadOptions(menuElement, dropdown); + menuElement.addEventListener('click', toggleMenuDisplay) + window.addEventListener('click', function(e){ + if (!menuElement.contains(e.target)){ + // Clicked outside the drop down menu + hideMenu(); + } + }); +}(repository_nwo, basePath); diff --git a/pr-preview/pr-1544/assets/js/search-data.json b/pr-preview/pr-1544/assets/js/search-data.json new file mode 100644 index 0000000..3a39270 --- /dev/null +++ b/pr-preview/pr-1544/assets/js/search-data.json @@ -0,0 +1,266 @@ +{"0": { + "doc": "About", + "title": "Features", + "content": ". | Control local Libvirt hypervisors. | Vagrant up, destroy, suspend, resume, halt, ssh, reload, package and provision commands. | Upload box image (qcow2 format) to Libvirt storage pool. | Create volume as COW diff image for domains. | Create private networks. | Create and boot Libvirt domains. | SSH into domains. | Setup hostname and network interfaces. | Provision domains with any built-in Vagrant provisioner. | Synced folder support via rsync, nfs, 9p or virtiofs. | Snapshots | Package caching via vagrant-cachier. | Use boxes from other Vagrant providers via vagrant-mutate. | Support VMs with no box for PXE boot purposes (Vagrant 1.6 and up) | . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/about/#features", + "relUrl": "/about/#features" + },"1": { + "doc": "About", + "title": "How a Machine Is Created", + "content": "Vagrant goes through steps below when creating new project: . | Connect to Libvirt locally or remotely via SSH. | Check if box image is available in Libvirt storage pool. If not, upload it to remote Libvirt storage pool as new volume. | Create COW diff image of base box image for new Libvirt domain. | Create and start new domain on Libvirt host. | Check for DHCP lease from dnsmasq server. | Wait till SSH is available. | Sync folders and run Vagrant provisioner on new domain if setup in Vagrantfile. | . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/about/#how-a-machine-is-created", + "relUrl": "/about/#how-a-machine-is-created" + },"2": { + "doc": "About", + "title": "About", + "content": "Vagrant-libvirt is a Vagrant plugin that adds a Libvirt provider to Vagrant, allowing Vagrant to control and provision machines via Libvirt toolkit. Actual version is still a development one. Feedback is welcome and can help a lot :-) . You can find the source code for Vagrant Libvirt plugin at GitHub: https://github.com/vagrant-libvirt/vagrant-libvirt . You can find the source code for Vagrant Libvirt QA testing of install instructions at GitHub: https://github.com/vagrant-libvirt/vagrant-libvirt-qa . Creating issues can be done via GitHub: https://github.com/vagrant-libvirt/vagrant-libvirt/issues . To ask questions or discuss a problem ahead of logging an issue you can use: . | Gitter https://gitter.im/vagrant-libvirt/vagrant-libvirt | Github Discussions https://github.com/vagrant-libvirt/vagrant-libvirt/discussions | . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/about/", + "relUrl": "/about/" + },"3": { + "doc": "Boxes", + "title": "Existing Boxes", + "content": "Libvirt ready boxes can be downloaded at Vagrant Cloud. ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/boxes.html#existing-boxes", + "relUrl": "/boxes.html#existing-boxes" + },"4": { + "doc": "Boxes", + "title": "Creating Boxes", + "content": "It’s possible to also create custom boxes using existing boxes as the initial starting point. If creating a box from a modified vagrant-libvirt machine, ensure that you have set the config.ssh.insert_key = false in the original Vagrantfile as otherwise Vagrant will replace the default connection key-pair that is required on first boot with one specific to the machine and prevent the default key from working on the exported result. Vagrant.configure(\"2\") do |config| # this setting is only recommended if planning to export the # resulting machine config.ssh.insert_key = false config.vm.define :test_vm do |test_vm| test_vm.vm.box = \"fedora/32-cloud-base\" end end . Using Vagrant Package . vagrant-libvirt has native support for vagrant package via libguestfs virt-sysprep. virt-sysprep operations can be customized via the VAGRANT_LIBVIRT_VIRT_SYSPREP_OPERATIONS environment variable; see the upstream documentation for further details especially on default sysprep operations enabled for your system. Options to the virt-sysprep command call can be passed via VAGRANT_LIBVIRT_VIRT_SYSPREP_OPTIONS environment variable. $ export VAGRANT_LIBVIRT_VIRT_SYSPREP_OPTIONS=\"--delete /etc/hostname\" $ vagrant package . For example, on Chef bento VMs that require SSH hostkeys already set (e.g. bento/debian-7) as well as leave existing LVM UUIDs untouched (e.g. bento/ubuntu-18.04), these can be packaged into vagrant-libvirt boxes like so: . $ export VAGRANT_LIBVIRT_VIRT_SYSPREP_OPERATIONS=\"defaults,-ssh-userdir,-ssh-hostkeys,-lvm-uuids\" $ vagrant package . From qcow2 Image . To create a vagrant-libvirt box from a qcow2 image, run create_box.sh (located in the tools directory): . $ create_box.sh ubuntu14.qcow2 . Packer . You can also create a box by using Packer. Packer templates for use with vagrant-libvirt are available at https://github.com/jakobadam/packer-qemu-templates. After cloning that project you can build a vagrant-libvirt box by running: . $ cd packer-qemu-templates $ packer build ubuntu-14.04-server-amd64-vagrant.json . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/boxes.html#creating-boxes", + "relUrl": "/boxes.html#creating-boxes" + },"5": { + "doc": "Boxes", + "title": "Box Formats", + "content": "Version 1 . This is the original format that most boxes currently use. You can view an example box in the example_box/directory. That directory also contains instructions on how to build a box. The box is a tarball containing: . | qcow2 image file named box.img | metadata.json file describing box image (provider, virtual_size, format) | Vagrantfile that does default settings for the provider-specific configuration for this provider | . Version 2 (Experimental) . Due to the limitation of only being able to handle a single disk with the version 1 format, a new format was added to support boxes that need to specify multiple disks. This is still currently experimental and as such is not the default format. Packaging support is in place and will automatically alert you if attempting to package a machine with additional disks attached. To enable the new format to verify ahead of it becoming the default, export the variable VAGRANT_LIBVIRT_BOX_FORMAT_VERSION=v2 before running vagrant package . Additionally there is a script in the tools folder (tools/create_box_with_two_disks.sh) that provides a guideline on how to create such a box from qcow2 images should it not be practical use a vagrant machine with additional storage as a starting point. At it’s most basic, it expects an array of disks to allow a specific order to be presented. Disks will be attached in this order and as such assume device names base on this within the VM. The ‘path’ attribute is required, and is expected to be relative to the base of the box. This should allow placing the disk images within a nested directory within the box if it useful for those with a larger number of disks. The name allows overriding the target volume name that will be used in the libvirt storage pool. Note that vagrant-libvirt will still prefix the volume name with #{box_name}_vagrant_box_image_#{box_version}_ to avoid accidental clashes with other boxes. Format and virtual size need no longer be specified as they are now retrieved directly from the provided image using qemu-img info .... Example format: . { \"disks\": [ { \"path\": \"disk1.img\" }, { \"path\": \"disk2.img\", \"name\": \"secondary_disk\" }, { \"path\": \"disk3.img\" } ], \"provider\": \"libvirt\" } . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/boxes.html#box-formats", + "relUrl": "/boxes.html#box-formats" + },"6": { + "doc": "Boxes", + "title": "Boxes", + "content": " ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/boxes.html", + "relUrl": "/boxes.html" + },"7": { + "doc": "Configuration", + "title": "Provider Options", + "content": "Connection Options . The following options allow you to configure how vagrant-libvirt connects to Libvirt, and are used to generate the Libvirt connection URI: . | driver - A hypervisor name to access. For now only KVM and QEMU are supported | host - The name of the server, where Libvirtd is running | connect_via_ssh - If use ssh tunnel to connect to Libvirt. Absolutely needed to access Libvirt on remote host. It will not be able to get the IP address of a started VM otherwise. | username - Username and password to access Libvirt | password - Password to access Libvirt | id_ssh_key_file - If not nil, uses this ssh private key to access Libvirt. Default is $HOME/.ssh/id_rsa. Prepends $HOME/.ssh/ if no directory | socket - Path to the Libvirt unix socket (e.g. /var/run/libvirt/libvirt-sock) | uri - For advanced usage. Directly specifies what Libvirt connection URI vagrant-libvirt should use. Overrides all above connection configuration options | proxy_command - For advanced usage. When connecting to remote libvirt instances, if the default constructed proxy_command which uses -W %h:%p does not work, set this as needed. It performs interpolation using {key} and supports only {host}, {username}, and {id_ssh_key_file}. This is to try and avoid issues with escaping % and $ which might be necessary to the ssh command itself. e.g.: libvirt.proxy_command = \"ssh {host} -l {username} -i {id_ssh_key_file} nc %h %p\" | . In the event that none of these are set (excluding the driver option) the provider will attempt to retrieve the uri from the environment variable LIBVIRT_DEFAULT_URI similar to how virsh works. If any of them are set, it will ignore the environment variable. The reason the driver option is ignored is that it is not uncommon for this to be explicitly set on the box itself and there is no easily to determine whether it is being set by the user or the box packager. Connection-independent options: . | storage_pool_name - Libvirt storage pool name, where box image and instance snapshots (if snapshot_pool_name is not set) will be stored. | snapshot_pool_name - Libvirt storage pool name. If set, the created snapshot of the instance will be stored at this location instead of storage_pool_name. | . Connection example: . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| libvirt.host = \"example.com\" end end . Domain Specific Options . | title - A short description of the domain. | description - A human readable description of the virtual machine. | random_hostname - To create a domain name with extra information on the end to prevent hostname conflicts. | default_prefix - The default Libvirt guest name becomes a concatenation of the <current_directory>_<guest_name>. The current working directory is the default prefix to the guest name. The default_prefix options allow you to set the guest name prefix. | disk_bus - The type of disk device to emulate. Defaults to virtio if not set. Possible values are documented in Libvirt’s description for target. NOTE: this option applies only to disks associated with a box image. To set the bus type on additional disks, see the Additional Disks section. | disk_controller_model - the controller model to use. Ignored unless either disk_bus is set to scsi or disk_device starts with sd, which is a hint to use scsi. Defaults to virtio-scsi when it encounters either of the config values for disk_bus or disk_device. See libvirt controller models for other possible values. NOTE: this option applies only to the disks associated with a box image. | disk_device - The disk device to emulate. Defaults to vda if not set, which should be fine for paravirtualized guests, but some fully virtualized guests may require hda. NOTE: this option also applies only to disks associated with a box image. | disk_driver - Extra options for the main disk driver (see Libvirt documentation). NOTE: this option also applies only to disks associated with a box image. In all cases, the value nil can be used to force the hypervisor default behaviour (e.g. to override settings defined in top-level Vagrantfiles). Supported options include: . | :cache - Controls the cache mechanism. Possible values are “default”, “none”, “writethrough”, “writeback”, “directsync” and “unsafe”. | :io - Controls specific policies on I/O. Possible values are “threads” and “native”. | :copy_on_read - Controls whether to copy read backing file into the image file. The value can be either “on” or “off”. | :discard - Controls whether discard requests (also known as “trim” or “unmap”) are ignored or passed to the filesystem. Possible values are “unmap” or “ignore”. Note: for discard to work, you will likely also need to set disk_bus = 'scsi' | :detect_zeroes - Controls whether to detect zero write requests. The value can be “off”, “on” or “unmap”. | . | nic_model_type - parameter specifies the model of the network adapter when you create a domain value by default virtio KVM believe possible values, see the documentation for Libvirt. | shares - Proportional weighted share for the domain relative to others. For more details see documentation. | memory - Amount of memory in MBytes. Defaults to 512 if not set. | cpus - Number of virtual cpus. Defaults to 1 if not set. | cpuset - Physical cpus to which the vcpus can be pinned. For more details see documentation. | cputopology - Number of CPU sockets, cores and threads running per core. All fields of :sockets, :cores and :threads are mandatory, cpus domain option must be present and must be equal to total count of sockets * cores * threads. For more details see documentation. | nodeset - Physical NUMA nodes where virtual memory can be pinned. For more details see documentation. Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| libvirt.cpus = 4 libvirt.cpuset = '1-4,^3,6' libvirt.cputopology :sockets => '2', :cores => '2', :threads => '1' end end . | nested - Enable nested virtualization. Default is false. | cpu_mode - CPU emulation mode. Defaults to ‘host-model’ if not set. Allowed values: host-model, host-passthrough, custom. | cpu_model - CPU Model. Defaults to ‘qemu64’ if not set and cpu_mode is custom and to ‘’ otherwise. This can really only be used when setting cpu_mode to custom. | cpu_fallback - Whether to allow Libvirt to fall back to a CPU model close to the specified model if features in the guest CPU are not supported on the host. Defaults to ‘allow’ if not set. Allowed values: allow, forbid. | numa_nodes - Specify an array of NUMA nodes for the guest. The syntax is similar to what would be set in the domain XML. memory must be in MB. Symmetrical and asymmetrical topologies are supported but make sure your total count of defined CPUs adds up to v.cpus. The sum of all the memory defined here will act as your total memory for your guest VM. This sum will override what is set in v.memory . v.cpus = 4 v.numa_nodes = [ {:cpus => \"0-1\", :memory => \"1024\"}, {:cpus => \"2-3\", :memory => \"4096\"} ] . | loader - Sets path to custom UEFI loader. | kernel - To launch the guest with a kernel residing on host filesystems. Equivalent to qemu -kernel. | initrd - To specify the initramfs/initrd to use for the guest. Equivalent to qemu -initrd. | cmd_line - Arguments passed on to the guest kernel initramfs or initrd to use. Equivalent to qemu -append, only possible to use in combination with initrd and kernel. | graphics_type - Sets the protocol used to expose the guest display. Defaults to vnc. Possible values are “sdl”, “curses”, “none”, “gtk”, “vnc” or “spice”. | graphics_port - Sets the port for the display protocol to bind to. Defaults to -1, which will be set automatically by libvirt. | graphics_ip - Sets the IP for the display protocol to bind to. Defaults to “127.0.0.1”. | graphics_passwd - Sets the password for the display protocol. Working for vnc and Spice. by default working without passsword. | graphics_autoport - Sets autoport for graphics, Libvirt in this case ignores graphics_port value, Defaults to ‘yes’. Possible value are “yes” and “no” | graphics_gl - Set to true to enable OpenGL. Defaults to true if video_accel3d is true. | keymap - Set keymap for vm. default: en-us | kvm_hidden - Hide the hypervisor from the guest. Useful for GPU passthrough on stubborn drivers. Default is false. | video_type - Sets the graphics card type exposed to the guest. Defaults to “cirrus”. Possible values are “vga”, “cirrus”, “vmvga”, “xen”, “vbox”, or “qxl”. | video_vram - Used by some graphics card types to vary the amount of RAM dedicated to video. Defaults to 16384. | video_accel3d - Set to true to enable 3D acceleration. Defaults to false. | sound_type - Set the virtual sound card Defaults to “ich6”. | machine_type - Sets machine type. Equivalent to qemu -machine. Use qemu-system-x86_64 -machine help to get a list of supported machines. | machine_arch - Sets machine architecture. This helps Libvirt to determine the correct emulator type. Possible values depend on your version of QEMU. For possible values, see which emulator executable qemu-system-* your system provides. Common examples are aarch64, alpha, arm, cris, i386, lm32, m68k, microblaze, microblazeel, mips, mips64, mips64el, mipsel, moxie, or32, ppc, ppc64, ppcemb, s390x, sh4, sh4eb, sparc, sparc64, tricore, unicore32, x86_64, xtensa, xtensaeb. | machine_virtual_size - Sets the disk size in GB for the machine overriding the default specified in the box. Allows boxes to defined with a minimal size disk by default and to be grown to a larger size at creation time. Will ignore sizes smaller than the size specified by the box metadata. Note that currently there is no support for automatically resizing the filesystem to take advantage of the larger disk. | emulator_path - Explicitly select which device model emulator to use by providing the path, e.g. /usr/bin/qemu-system-x86_64. This is especially useful on systems that fail to select it automatically based on machine_arch which then results in a capability error. | boot - Change the boot order and enables the boot menu. Possible options are “hd”, “network”, “cdrom”. Defaults to “hd” with boot menu disabled. When “network” is set without “hd”, only all NICs will be tried; see below for more detail. | nic_adapter_count - Defaults to ‘8’. Only use case for increasing this count is for VMs that virtualize switches such as Cumulus Linux. Max value for Cumulus Linux VMs is 33. | uuid - Force a domain UUID. Defaults to autogenerated value by Libvirt if not set. | suspend_mode - What is done on vagrant suspend. Possible values: ‘pause’, ‘managedsave’. Pause mode executes a la virsh suspend, which just pauses execution of a VM, not freeing resources. Managed save mode does a la virsh managedsave which frees resources suspending a domain. | tpm_model - The model of the TPM to which you wish to connect. | tpm_type - The type of TPM device to which you are connecting. | tpm_path - The path to the TPM device on the host system. | tpm_version - The TPM version to use. | dtb - The device tree blob file, mostly used for non-x86 platforms. In case the device tree isn’t added in-line to the kernel, it can be manually specified here. | autostart - Automatically start the domain when the host boots. Defaults to ‘false’. | channel - Libvirt channels. Configure a private communication channel between the host and guest, e.g. for use by the QEMU guest agent and the Spice/QXL graphics type. | mgmt_attach - Decide if VM has interface in mgmt network. If set to ‘false’ it is not possible to communicate with VM through vagrant ssh or run provisioning. Setting to ‘false’ is only possible when VM doesn’t use box or vagrant is told not to connect via ssh. Defaults set to ‘true’. | serial - libvirt serial devices. Configure a serial/console port to communicate with the guest. Can be used to log to file boot time messages sent to ttyS0 console by the guest. | . Specific domain settings can be set for each domain separately in multi-VM environment. Example below shows a part of Vagrantfile, where specific options are set for dbserver domain. Vagrant.configure(\"2\") do |config| config.vm.define :dbserver do |dbserver| dbserver.vm.box = \"centos64\" dbserver.vm.provider :libvirt do |domain| domain.memory = 2048 domain.cpus = 2 domain.nested = true domain.disk_driver :cache => 'none' end end # ... The following example shows part of a Vagrantfile that enables the VM to boot from a network interface first and a hard disk second. This could be used to run VMs that are meant to be a PXE booted machines. Be aware that if hd is not specified as a boot option, it will never be tried. Vagrant.configure(\"2\") do |config| config.vm.define :pxeclient do |pxeclient| pxeclient.vm.box = \"centos64\" pxeclient.vm.provider :libvirt do |domain| domain.boot 'network' domain.boot 'hd' end end # ... Reload behavior . On vagrant reload the following domain specific attributes are updated in defined domain: . | disk_bus - Is updated only on disks. It skips CDROMs | nic_model_type - Updated | memory - Updated | cpus - Updated | nested - Updated | cpu_mode - Updated. Pay attention that custom mode is not supported | graphics_type - Updated | graphics_port - Updated | graphics_ip - Updated | graphics_passwd - Updated | graphics_autoport - Updated | keymap - Updated | video_type - Updated | video_vram - Updated | tpm_model - Updated | tpm_type - Updated | tpm_path - Updated | tpm_version - Updated | . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/configuration.html#provider-options", + "relUrl": "/configuration.html#provider-options" + },"8": { + "doc": "Configuration", + "title": "Networks", + "content": "Networking features in the form of config.vm.network support private networks concept. It supports both the virtual network switch routing types and the point to point Guest OS to Guest OS setting using UDP/Mcast/TCP tunnel interfaces. http://wiki.libvirt.org/page/VirtualNetworking . https://libvirt.org/formatdomain.html#elementsNICSTCP . http://libvirt.org/formatdomain.html#elementsNICSMulticast . http://libvirt.org/formatdomain.html#elementsNICSUDP (in Libvirt v1.2.20 and higher) . Public Network interfaces are currently implemented using the macvtap driver. The macvtap driver is only available with the Linux Kernel version >= 2.6.24. See the following Libvirt documentation for the details of the macvtap usage. http://www.libvirt.org/formatdomain.html#elementsNICSDirect . An examples of network interface definitions: . # Private network using virtual network switching config.vm.define :test_vm1 do |test_vm1| test_vm1.vm.network :private_network, :ip => \"10.20.30.40\" end # Private network using DHCP and a custom network config.vm.define :test_vm1 do |test_vm1| test_vm1.vm.network :private_network, :type => \"dhcp\", :libvirt__network_address => '10.20.30.0' end # Private network (as above) using a domain name config.vm.define :test_vm1 do |test_vm1| test_vm1.vm.network :private_network, :ip => \"10.20.30.40\", :libvirt__domain_name => \"test.local\" end # Private network. Point to Point between 2 Guest OS using a TCP tunnel # Guest 1 config.vm.define :test_vm1 do |test_vm1| test_vm1.vm.network :private_network, :libvirt__tunnel_type => 'server', # default is 127.0.0.1 if omitted # :libvirt__tunnel_ip => '127.0.0.1', :libvirt__tunnel_port => '11111' # network with ipv6 support test_vm1.vm.network :private_network, :ip => \"10.20.5.42\", :libvirt__guest_ipv6 => \"yes\", :libvirt__ipv6_address => \"2001:db8:ca2:6::1\", :libvirt__ipv6_prefix => \"64\" # Guest 2 config.vm.define :test_vm2 do |test_vm2| test_vm2.vm.network :private_network, :libvirt__tunnel_type => 'client', # default is 127.0.0.1 if omitted # :libvirt__tunnel_ip => '127.0.0.1', :libvirt__tunnel_port => '11111' # network with ipv6 support test_vm2.vm.network :private_network, :ip => \"10.20.5.45\", :libvirt__guest_ipv6 => \"yes\", :libvirt__ipv6_address => \"2001:db8:ca2:6::1\", :libvirt__ipv6_prefix => \"64\" # Public Network config.vm.define :test_vm1 do |test_vm1| test_vm1.vm.network :public_network, :dev => \"virbr0\", :mode => \"bridge\", :type => \"bridge\" end . In example below, one network interface is configured for VM test_vm1. After you run vagrant up, VM will be accessible on IP address 10.20.30.40. So if you install a web server via provisioner, you will be able to access your testing server on http://10.20.30.40 URL. But beware that this address is private to Libvirt host only. It’s not visible outside of the hypervisor box. If network 10.20.30.0/24 doesn’t exist, provider will create it. By default created networks are NATed to outside world, so your VM will be able to connect to the internet (if hypervisor can). And by default, DHCP is offering addresses on newly created networks. The second interface is created and bridged into the physical device eth0. This mechanism uses the macvtap Kernel driver and therefore does not require an existing bridge device. This configuration assumes that DHCP and DNS services are being provided by the public network. This public interface should be reachable by anyone with access to the public network. Private Network Options . Note: These options are not applicable to public network interfaces. There is a way to pass specific options for Libvirt provider when using config.vm.network to configure new network interface. Each parameter name starts with libvirt__ string. Here is a list of those options: . | :libvirt__network_name - Name of Libvirt network to connect to. By default, network ‘default’ is used. | :libvirt__netmask - Used only together with :ip option. Default is ‘255.255.255.0’. | :libvirt__network_address - Used only when :type is set to dhcp. Only /24 subnet is supported. Default is 172.28.128.0. | :libvirt__host_ip - Address to use for the host (not guest). Default is first possible address (after network address). | :libvirt__domain_name - DNS domain of the DHCP server. Used only when creating new network. | :libvirt__dhcp_enabled - If DHCP will offer addresses, or not. Used only when creating new network. Default is true. | :libvirt__dhcp_start - First address given out via DHCP. Default is third address in range (after network name and gateway). | :libvirt__dhcp_stop - Last address given out via DHCP. Default is last possible address in range (before broadcast address). | :libvirt__dhcp_bootp_file - The file to be used for the boot image. Used only when dhcp is enabled. | :libvirt__dhcp_bootp_server - The server that runs the DHCP server. Used only when dhcp is enabled.By default is the same host that runs the DHCP server. | :libvirt__tftp_root - Path to the root directory served via TFTP. | :libvirt__adapter - Number specifying sequence number of interface. | :libvirt__forward_mode - Specify one of veryisolated, none, open, nat or route options. This option is used only when creating new network. Mode none will create isolated network without NATing or routing outside. You will want to use NATed forwarding typically to reach networks outside of hypervisor. Routed forwarding is typically useful to reach other networks within hypervisor. veryisolated described here. By default, option nat is used. | :libvirt__forward_device - Name of interface/device, where network should be forwarded (NATed or routed). Used only when creating new network. By default, all physical interfaces are used. | :libvirt__tunnel_type - Set to ‘udp’ if using UDP unicast tunnel mode (libvirt v1.2.20 or higher). Set this to either “server” or “client” for tcp tunneling. Set this to ‘mcast’ if using multicast tunneling. This configuration type uses tunnels to generate point to point connections between Guests. Useful for Switch VMs like Cumulus Linux. No virtual switch setting like libvirt__network_name applies with tunnel interfaces and will be ignored if configured. | :libvirt__tunnel_ip - Sets the source IP of the Libvirt tunnel interface. By default this is 127.0.0.1 for TCP and UDP tunnels and 239.255.1.1 for Multicast tunnels. It populates the address field in the <source address=\"XXX\"> of the interface xml configuration. | :libvirt__tunnel_port - Sets the source port the tcp/udp/mcast tunnel with use. This port information is placed in the <source port=XXX/> section of interface xml configuration. | :libvirt__tunnel_local_port - Sets the local port used by the udp tunnel interface type. It populates the port field in the <local port=XXX\"> section of the interface xml configuration. (This feature only works in Libvirt 1.2.20 and higher) | :libvirt__tunnel_local_ip - Sets the local IP used by the udp tunnel interface type. It populates the ip entry of the <local address=XXX\"> section of the interface xml configuration. (This feature only works in Libvirt 1.2.20 and higher) | :libvirt__guest_ipv6 - Enable or disable guest-to-guest IPv6 communication. See here, and here for for more information. Note: takes either ‘yes’ or ‘no’ for value | :libvirt__ipv6_address - Define ipv6 address, require also prefix. | :libvirt__ipv6_prefix - Define ipv6 prefix. generate string <ip family=\"ipv6\" address=\"address\" prefix=\"prefix\" > | :libvirt__iface_name - Define a name for the private network interface. With this feature one can simulate physical link failures | :mac - MAC address for the interface. Note: specify this in lowercase since Vagrant network scripts assume it will be! | :libvirt__mtu - MTU size for the Libvirt network, if not defined, the created network will use the Libvirt default (1500). VMs still need to set the MTU accordingly. | :model_type - parameter specifies the model of the network adapter when you create a domain value by default virtio KVM believe possible values, see the documentation for Libvirt | :libvirt__driver_name - Define which network driver to use. More info | :libvirt__driver_queues - Define a number of queues to be used for network interface. Set equal to number of vCPUs for best performance. More info | :autostart - Automatic startup of network by the Libvirt daemon. If not specified the default is ‘false’. | :bus - The bus of the PCI device. Both :bus and :slot have to be defined. | :slot - The slot of the PCI device. Both :bus and :slot have to be defined. | :libvirt__always_destroy - Allow domains that use but did not create a network to destroy it when the domain is destroyed (default: true). Set to false to only allow the domain that created the network to destroy it. | . When the option :libvirt__dhcp_enabled is to to ‘false’ it shouldn’t matter whether the virtual network contains a DHCP server or not and vagrant-libvirt should not fail on it. The only situation where vagrant-libvirt should fail is when DHCP is requested but isn’t configured on a matching already existing virtual network. Public Network Options . | :dev - Physical device that the public interface should use. Default is ‘eth0’. | :mode - The mode in which the public interface should operate in. Supported modes are available from the libvirt documentation. Default mode is ‘bridge’. | :type - is type of interface.(<interface type=\"#{@type}\">) | :mac - MAC address for the interface. | :network_name - Name of Libvirt network to connect to. | :portgroup - Name of Libvirt portgroup to connect to. | :ovs - Support to connect to an Open vSwitch bridge device. Default is ‘false’. | :ovs_interfaceid - Add Open vSwitch ‘interfaceid’ parameter. | :trust_guest_rx_filters - Support trustGuestRxFilters attribute. Details are listed here. Default is ‘false’. | . Management Network . vagrant-libvirt uses a private network to perform some management operations on VMs. All VMs will have an interface connected to this network and an IP address dynamically assigned by Libvirt unless you set :mgmt_attach to ‘false’. This is in addition to any networks you configure. The name and address used by this network are configurable at the provider level. | management_network_name - Name of Libvirt network to which all VMs will be connected. If not specified the default is ‘vagrant-libvirt’. | management_network_address - Address of network to which all VMs will be connected. Must include the address and subnet mask. If not specified the default is ‘192.168.121.0/24’. | management_network_mode - Network mode for the Libvirt management network. Specify one of veryisolated, none, open, nat or route options. Further documented under Private Networks | management_network_guest_ipv6 - Enable or disable guest-to-guest IPv6 communication. See here, and here for for more information. | management_network_autostart - Automatic startup of mgmt network, if not specified the default is ‘false’. | management_network_pci_bus - The bus of the PCI device. | management_network_pci_slot - The slot of the PCI device. | management_network_mac - MAC address of management network interface. | management_network_domain - Domain name assigned to the management network. | management_network_mtu - MTU size of management network. If not specified, the Libvirt default (1500) will be used. | management_network_keep - Starting from version 0.7.0, always_destroy is set to true by default for any network. This option allows to change this behaviour for the management network. | . You may wonder how vagrant-libvirt knows the IP address a VM received. Libvirt doesn’t provide a standard way to find out the IP address of a running domain. But we do know the MAC address of the virtual machine’s interface on the management network. Libvirt is closely connected with dnsmasq, which acts as a DHCP server. dnsmasq writes lease information in the /var/lib/libvirt/dnsmasq directory. Vagrant-libvirt looks for the MAC address in this file and extracts the corresponding IP address. It is also possible to use the Qemu Agent to extract the management interface configuration from the booted virtual machine. This is helpful in libvirt environments where no local dnsmasq is used for automatic address assignment, but external dhcp services via bridged libvirt networks. Prerequisite is to enable the qemu agent channel via (Libvirt communication channels) and the virtual machine image must have the agent pre-installed before deploy. The agent will start automatically if it detects an attached channel during boot. | qemu_use_agent - false by default, if set to true, attempt to extract configured ip address via qemu agent. | . By default if qemu_use_agent is set to true the code will automatically inject a suitable channel unless there already exists an entry with a :target_name matching 'org.qemu.guest_agent.'. Alternatively if setting qemu_use_agent but, needing to disable the addition of the channel, simply use a disabled flag as follows: . Vagrant.configure(2) do |config| config.vm.provider :libvirt do |libvirt| libvirt.channel :type => 'unix', :target_name => 'org.qemu.guest_agent.0', :disabled => true end end . To use the management network interface with an external dhcp service you need to setup a bridged host network manually and define it via management_network_name in your Vagrantfile. ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/configuration.html#networks", + "relUrl": "/configuration.html#networks" + },"9": { + "doc": "Configuration", + "title": "Additional Disks", + "content": "You can create and attach additional disks to a VM via libvirt.storage :file. It has a number of options: . | path - Location of the disk image. If unspecified, a path is automatically chosen in the same storage pool as the VMs primary disk. | device - Name of the device node the disk image will have in the VM, e.g. vdb. If unspecified, the next available device is chosen. | size - Size of the disk image. If unspecified, defaults to 10G. | type - Type of disk image to create. Defaults to qcow2. | bus - Type of bus to connect device to. Defaults to virtio. | allow_existing - Set to true if you want to allow the VM to use a pre-existing disk. If the disk doesn’t exist it will be created. Disks with this option set to true need to be removed manually. | shareable - Set to true if you want to simulate shared SAN storage. | serial - Serial number of the disk device. | wwn - WWN number of the disk device. | . The following disk performance options can also be configured (see the libvirt documentation for possible values or here for a fuller explanation). In all cases, the options use the hypervisor default if not specified, or if set to nil. | cache - Cache mode to use. Value may be default, none, writeback, writethrough, directsync or unsafe. | io - Controls specific policies on I/O. Value may be threads or native. | copy_on_read - Controls whether to copy read backing file into the image file. Value may be on or off. | discard - Controls whether discard requests (also known as “trim” or “unmap”) are ignored or passed to the filesystem. Value may be unmap or ignore. Note: for discard to work, you will likely also need to set :bus => 'scsi' | detect_zeroes - Controls whether to detect zero write requests. Value may be off, on or unmap. | . The following example creates two additional disks. Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| libvirt.storage :file, :size => '20G' libvirt.storage :file, :size => '40G', :bus => 'scsi', :type => 'raw', :discard => 'unmap', :detect_zeroes => 'on' end end . For shared SAN storage to work the following example can be used: . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| libvirt.storage :file, :size => '20G', :path => 'my_shared_disk.img', :allow_existing => true, :shareable => true, :type => 'raw' end end . Reload behavior . On vagrant reload the following additional disk attributes are updated in defined domain: . | bus - Updated. Uses device as a search marker. It is not required to define device, but it’s recommended. If device is defined then the order of additional disk definition becomes irrelevant. | . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/configuration.html#additional-disks", + "relUrl": "/configuration.html#additional-disks" + },"10": { + "doc": "Configuration", + "title": "CDROMs", + "content": "You can attach up to four CDROMs to a VM via libvirt.storage :file, :device => :cdrom. Available options are: . | path - The path to the iso to be used for the CDROM drive. | dev - The device to use (hda, hdb, hdc, or hdd). This will be automatically determined if unspecified. | bus - The bus to use for the CDROM drive. Defaults to ide | . The following example creates three CDROM drives in the VM: . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| libvirt.storage :file, :device => :cdrom, :path => '/path/to/iso1.iso' libvirt.storage :file, :device => :cdrom, :path => '/path/to/iso2.iso' libvirt.storage :file, :device => :cdrom, :path => '/path/to/iso3.iso' end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/configuration.html#cdroms", + "relUrl": "/configuration.html#cdroms" + },"11": { + "doc": "Configuration", + "title": "Input", + "content": "You can specify multiple inputs to the VM via libvirt.input. Available options are listed below. Note that both options are required: . | type - The type of the input | bus - The bus of the input | . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| # this is the default # libvirt.input :type => \"mouse\", :bus => \"ps2\" # very useful when having mouse issues when viewing VM via VNC libvirt.input :type => \"tablet\", :bus => \"usb\" end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/configuration.html#input", + "relUrl": "/configuration.html#input" + },"12": { + "doc": "Configuration", + "title": "PCI device passthrough", + "content": "You can specify multiple PCI devices to passthrough to the VM via libvirt.pci. Available options are listed below. Note that all options are required, except domain, which defaults to 0x0000: . | domain - The domain of the PCI device | bus - The bus of the PCI device | slot - The slot of the PCI device | function - The function of the PCI device | . You can extract that information from output of lspci command. First characters of each line are in format [<domain>]:[<bus>]:[<slot>].[<func>]. For example: . $ lspci| grep NVIDIA 0000:03:00.0 VGA compatible controller: NVIDIA Corporation GK110B [GeForce GTX TITAN Black] (rev a1) . In that case domain is 0x0000, bus is 0x03, slot is 0x00 and function is 0x0. Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| libvirt.pci :domain => '0x0000', :bus => '0x06', :slot => '0x12', :function => '0x5' # Add another one if it is necessary libvirt.pci :domain => '0x0000', :bus => '0x03', :slot => '0x00', :function => '0x0' end end . Note! Above options affect configuration only at domain creation. It won’t change VM behaviour on vagrant reload after domain was created. Don’t forget to set kvm_hidden option to true especially if you are passthroughing NVIDIA GPUs. Otherwise GPU is visible from VM but cannot be operated. ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/configuration.html#pci-device-passthrough", + "relUrl": "/configuration.html#pci-device-passthrough" + },"13": { + "doc": "Configuration", + "title": "Using USB Devices", + "content": "There are several ways to pass a USB device through to a running instance: . | Use libvirt.usb to attach a USB device at boot, with the device ID specified in the Vagrantfile | Use a client (such as virt-viewer or virt-manager) to attach the device at runtime via USB redirectors | Use virsh attach-device once the VM is running (however, this is outside the scope of this readme) | . In all cases, if you wish to use a high-speed USB device, you will need to use libvirt.usb_controller to specify a USB2 or USB3 controller, as the default configuration only exposes a USB1.1 controller. USB Controller Configuration . The USB controller can be configured using libvirt.usb_controller, with the following options: . | model - The USB controller device model to emulate. (mandatory) | ports - The number of devices that can be connected to the controller. | . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| # Set up a USB3 controller libvirt.usb_controller :model => \"qemu-xhci\" end end . See the libvirt documentation for a list of valid models. If any USB devices are passed through by setting libvirt.usb or libvirt.redirdev, a default controller will be added using the model qemu-xhci in the absence of a user specified one. This should help ensure more devices work out of the box as the default configured by libvirt is pii3-uhci, which appears to only work for USB 1 devices and does not work as expected when connected via a USB 2 controller, while the xhci stack should work for all versions of USB. USB Device Passthrough . You can specify multiple USB devices to passthrough to the VM via libvirt.usb. The device can be specified by the following options: . | bus - The USB bus ID, e.g. “1” | device - The USB device ID, e.g. “2” | vendor - The USB devices vendor ID (VID), e.g. “0x1234” | product - The USB devices product ID (PID), e.g. “0xabcd” | . At least one of these has to be specified, and bus and device may only be used together. The example values above match the device from the following output of lsusb: . Bus 001 Device 002: ID 1234:abcd Example device . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| # pass through specific device based on identifying it libvirt.usb :vendor => '0x1234', :product => '0xabcd' # pass through a host device where multiple of the same vendor/product exist libvirt.usb :bus => '1', :device => '1' end end . Additionally, the following options can be used: . | startupPolicy - Is passed through to Libvirt and controls if the device has to exist. Libvirt currently allows the following values: “mandatory”, “requisite”, “optional”. | . USB Redirector Devices . You can specify multiple redirect devices via libvirt.redirdev. There are two types, tcp and spicevmc supported, for forwarding USB-devices to the guest. Available options are listed below. | type - The type of the USB redirector device. (tcp or spicevmc) | host - The host where the device is attached to. (mandatory for type tcp) | port - The port where the device is listening. (mandatory for type tcp) | . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| # add two devices using spicevmc channel (1..2).each do libvirt.redirdev :type => \"spicevmc\" end # add device, provided by localhost:4000 libvirt.redirdev :type => \"tcp\", :host => \"localhost\", :port => \"4000\" end end . Note that in order to enable USB redirection with Spice clients, you may need to also set libvirt.graphics_type = \"spice\" . Filter for USB Redirector Devices . You can define filter for redirected devices. These filters can be positive or negative, by setting the mandatory option allow=yes or allow=no. All available options are listed below. Note the option allow is mandatory. | class - The device class of the USB device. A list of device classes is available on Wikipedia. | vendor - The vendor of the USB device. | product - The product id of the USB device. | version - The version of the USB device. Note that this is the version of bcdDevice | allow - allow or disallow redirecting this device. (mandatory) | . You can extract that information from output of lsusb command. Every line contains the information in format Bus [<bus>] Device [<device>]: ID [<vendor>:[<product>]. The version can be extracted from the detailed output of the device using lsusb -D /dev/usb/[<bus>]/[<device>]. For example: . # get bcdDevice from $: lsusb Bus 001 Device 009: ID 08e6:3437 Gemalto (was Gemplus) GemPC Twin SmartCard Reader $: lsusb -D /dev/bus/usb/001/009 | grep bcdDevice bcdDevice 2.00 . In this case, the USB device with class 0x0b, vendor 0x08e6, product 0x3437 and bcdDevice version 2.00 is allowed to be redirected to the guest. All other devices will be refused. Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| libvirt.redirdev :type => \"spicevmc\" libvirt.redirfilter :class => \"0x0b\", :vendor => \"0x08e6\", :product => \"0x3437\", :version => \"2.00\", :allow => \"yes\" libvirt.redirfilter :allow => \"no\" end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/configuration.html#using-usb-devices", + "relUrl": "/configuration.html#using-usb-devices" + },"14": { + "doc": "Configuration", + "title": "Serial Console Devices", + "content": "You can define settings to redirect output from the serial console of any VM brought up with libvirt to a file or other devices that are listening. See libvirt documentation. Currently only redirecting to a file is supported. | type - only value that has an effect is file, in the future support may be added for virtual console, pty, dev, pipe, tcp, udp, unix socket, spiceport & nmdm. | source - options pertaining to how the connection attaches to the host, contains sub-settings dependent on type. source options for type file . | path - file on host to connect to the serial port to record all output. May be created by qemu system user causing some permissions issues. | . | . Vagrant.configure(\"2\") do |config| config.vm.define :test do |test| test.vm.provider :libvirt do |domain| domain.serial :type => \"file\", :source => {:path => \"/var/log/vm_consoles/test.log\"} end end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/configuration.html#serial-console-devices", + "relUrl": "/configuration.html#serial-console-devices" + },"15": { + "doc": "Configuration", + "title": "Random number generator passthrough", + "content": "You can pass through /dev/random to your VM by configuring the domain like this: . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| # Pass through /dev/random from the host to the VM libvirt.random :model => 'random' end end . At the moment only the random backend is supported. ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/configuration.html#random-number-generator-passthrough", + "relUrl": "/configuration.html#random-number-generator-passthrough" + },"16": { + "doc": "Configuration", + "title": "Watchdog device", + "content": "A virtual hardware watchdog device can be added to the guest via the libvirt.watchdog element. The option model is mandatory and could have on of the following values. | i6300esb - the recommended device, emulating a PCI Intel 6300ESB | ‘ib700` - emulating an ISA iBase IB700 | diag288 - emulating an S390 DIAG288 device | . The optional action attribute describes what action to take when the watchdog expires. Valid values are specific to the underlying hypervisor. The default behavior is reset. | reset - default, forcefully reset the guest | shutdown - gracefully shutdown the guest (not recommended) | poweroff - forcefully power off the guest | pause - pause the guest | none - do nothing | dump - automatically dump the guest | inject-nmi - inject a non-maskable interrupt into the guest | . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| # Add Libvirt watchdog device model i6300esb libvirt.watchdog :model => 'i6300esb', :action => 'reset' end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/configuration.html#watchdog-device", + "relUrl": "/configuration.html#watchdog-device" + },"17": { + "doc": "Configuration", + "title": "Smartcard device", + "content": "A virtual smartcard device can be supplied to the guest via the libvirt.smartcard element. The option mode is mandatory and currently only value passthrough is supported. The value spicevmc for option type is default value and can be suppressed. On using type = tcp, the options source_mode, source_host and source_service are mandatory. Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| # Add smartcard device with type 'spicevmc' libvirt.smartcard :mode => 'passthrough', :type => 'spicevmc' end end . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| # Add smartcard device with type 'tcp' domain.smartcard :mode => 'passthrough', :type => 'tcp', :source_mode => 'bind', :source_host => '127.0.0.1', :source_service => '2001' end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/configuration.html#smartcard-device", + "relUrl": "/configuration.html#smartcard-device" + },"18": { + "doc": "Configuration", + "title": "Hypervisor Features", + "content": "Hypervisor features can be specified via libvirt.features as a list. The default options that are enabled are acpi, apic and pae. If you define libvirt.features you overwrite the defaults, so keep that in mind. An example: . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| # Specify the default hypervisor features libvirt.features = ['acpi', 'apic', 'pae' ] end end . A different example for ARM boards: . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| # Specify the default hypervisor features libvirt.features = [\"apic\", \"gic version='2'\" ] end end . You can also specify a special set of features that help improve the behavior of guests running Microsoft Windows. You can specify HyperV features via libvirt.hyperv_feature. Available options are listed below. Note that both options are required: . | name - The name of the feature Hypervisor feature (see Libvirt doc) | state - The state for this feature which can be either on or off. | . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| # Relax constraints on timers libvirt.hyperv_feature :name => 'relaxed', :state => 'on' # Enable virtual APIC libvirt.hyperv_feature :name => 'vapic', :state => 'on' # Enable spinlocks (requires retries to be specified) libvirt.hyperv_feature :name => 'spinlocks', :state => 'on', :retries => '8191' end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/configuration.html#hypervisor-features", + "relUrl": "/configuration.html#hypervisor-features" + },"19": { + "doc": "Configuration", + "title": "Clock", + "content": "Clock offset can be specified via libvirt.clock_offset. (Default is utc) . Additionally timers can be specified via libvirt.clock_timer. Available options for timers are: name, track, tickpolicy, frequency, mode, present . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| # Set clock offset to localtime libvirt.clock_offset = 'localtime' # Timers ... libvirt.clock_timer :name => 'rtc', :tickpolicy => 'catchup' libvirt.clock_timer :name => 'pit', :tickpolicy => 'delay' libvirt.clock_timer :name => 'hpet', :present => 'no' libvirt.clock_timer :name => 'hypervclock', :present => 'yes' end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/configuration.html#clock", + "relUrl": "/configuration.html#clock" + },"20": { + "doc": "Configuration", + "title": "CPU features", + "content": "You can specify CPU feature policies via libvirt.cpu_feature. Available options are listed below. Note that both options are required: . | name - The name of the feature for the chosen CPU (see Libvirt’s cpu_map.xml) | policy - The policy for this feature (one of force, require, optional, disable and forbid - see Libvirt documentation) | . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| # The feature will not be supported by virtual CPU. libvirt.cpu_feature :name => 'hypervisor', :policy => 'disable' # Guest creation will fail unless the feature is supported by host CPU. libvirt.cpu_feature :name => 'vmx', :policy => 'require' # The virtual CPU will claim the feature is supported regardless of it being supported by host CPU. libvirt.cpu_feature :name => 'pdpe1gb', :policy => 'force' end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/configuration.html#cpu-features", + "relUrl": "/configuration.html#cpu-features" + },"21": { + "doc": "Configuration", + "title": "Memory Backing", + "content": "You can specify memoryBacking options via libvirt.memorybacking. Available options are shown below. Full documentation is available at the libvirt memoryBacking section. NOTE: The hugepages <page> element is not yet supported . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| libvirt.memorybacking :hugepages libvirt.memorybacking :nosharepages libvirt.memorybacking :locked libvirt.memorybacking :source, :type => 'file' libvirt.memorybacking :access, :mode => 'shared' libvirt.memorybacking :allocation, :mode => 'immediate' end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/configuration.html#memory-backing", + "relUrl": "/configuration.html#memory-backing" + },"22": { + "doc": "Configuration", + "title": "Configuration", + "content": "Although it should work without any configuration for most people, this provider exposes quite a few provider-specific configuration options. ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/configuration.html", + "relUrl": "/configuration.html" + },"23": { + "doc": "Examples", + "title": "No box and PXE boot", + "content": "There is support for PXE booting VMs with no disks as well as PXE booting VMs with blank disks. There are some limitations: . | Requires Vagrant 1.6.0 or newer | No provisioning scripts are ran | No network configuration is being applied to the VM | No SSH connection can be made | vagrant halt will only work cleanly if the VM handles ACPI shutdown signals | . In short, VMs without a box can be created, halted and destroyed but all other functionality cannot be used. An example for a PXE booted VM with no disks whatsoever: . Vagrant.configure(\"2\") do |config| config.vm.define :pxeclient do |pxeclient| pxeclient.vm.provider :libvirt do |domain| domain.boot 'network' end end end . And an example for a PXE booted VM with no box but a blank disk which will boot from this HD if the NICs fail to PXE boot: . Vagrant.configure(\"2\") do |config| config.vm.define :pxeclient do |pxeclient| pxeclient.vm.provider :libvirt do |domain| domain.storage :file, :size => '100G', :type => 'qcow2' domain.boot 'network' domain.boot 'hd' end end end . Example for vm with 2 networks and only 1 is bootable and has dhcp server in this subnet, for example foreman with dhcp server Name of network “foreman_managed” is key for define boot order . config.vm.define :pxeclient do |pxeclient| pxeclient.vm.network :private_network,ip: '10.0.0.5', libvirt__network_name: \"foreman_managed\", libvirt__dhcp_enabled: false, libvirt__host_ip: '10.0.0.1' pxeclient.vm.provider :libvirt do |domain| domain.memory = 1000 boot_network = {'network' => 'foreman_managed'} domain.storage :file, :size => '100G', :type => 'qcow2' domain.boot boot_network domain.boot 'hd' end end . An example VM that is PXE booted from the br1 device (which must already be configured in the host machine), and if that fails, is booted from the disk: . Vagrant.configure(\"2\") do |config| config.vm.define :pxeclient do |pxeclient| pxeclient.vm.network :public_network, dev: 'br1', auto_config: false pxeclient.vm.provider :libvirt do |domain| boot_network = {'dev' => 'br1'} domain.storage :file, :size => '100G' domain.boot boot_network domain.boot 'hd' end end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/examples.html#no-box-and-pxe-boot", + "relUrl": "/examples.html#no-box-and-pxe-boot" + },"24": { + "doc": "Examples", + "title": "SSH Access To VM", + "content": "vagrant-libvirt supports vagrant’s standard ssh settings. ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/examples.html#ssh-access-to-vm", + "relUrl": "/examples.html#ssh-access-to-vm" + },"25": { + "doc": "Examples", + "title": "Forwarded Ports", + "content": "vagrant-libvirt supports Forwarded Ports via ssh port forwarding. Please note that due to a well known limitation only the TCP protocol is supported. For each forwarded_port directive you specify in your Vagrantfile, vagrant-libvirt will maintain an active ssh process for the lifetime of the VM. If your VM should happen to be rebooted, the SSH session will need to be re-established by halting the VM and bringing it back up. vagrant-libvirt supports an additional forwarded_port option gateway_ports which defaults to false, but can be set to true if you want the forwarded port to be accessible from outside the Vagrant host. In this case you should also set the host_ip option to '*' since it defaults to 'localhost'. You can also provide a custom adapter to forward from by ‘adapter’ option. Default is eth0. Internally Accessible Port Forward . config.vm.network :forwarded_port, guest: 80, host: 2000 . Externally Accessible Port Forward . config.vm.network :forwarded_port, guest: 80, host: 2000, host_ip: \"0.0.0.0\" . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/examples.html#forwarded-ports", + "relUrl": "/examples.html#forwarded-ports" + },"26": { + "doc": "Examples", + "title": "Forwarding the ssh-port", + "content": "Vagrant-libvirt now supports forwarding the standard ssh-port on port 2222 from the localhost to allow for consistent provisioning steps/ports to be used when defining across multiple providers. To enable, set the following: . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| # Enable forwarding of forwarded_port with id 'ssh'. libvirt.forward_ssh_port = true end end . Previously by default libvirt skipped the forwarding of the ssh-port because you can access the machine directly. In the future it is expected that this will be enabled by default once autocorrect support is added to handle port collisions for multi machine environments gracefully. ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/examples.html#forwarding-the-ssh-port", + "relUrl": "/examples.html#forwarding-the-ssh-port" + },"27": { + "doc": "Examples", + "title": "Synced Folders", + "content": "Vagrant automatically syncs the project folder on the host to /vagrant in the guest. You can also configure additional synced folders. SECURITY NOTE: for remote Libvirt, nfs synced folders requires a bridged public network interface and you must connect to Libvirt via ssh. NFS . vagrant-libvirt supports NFS as default with bidirectional synced folders. Example with NFS: . Vagrant.configure(\"2\") do |config| config.vm.synced_folder \"./\", \"/vagrant\" end . RSync . vagrant-libvirt supports rsync with unidirectional synced folders. Example with rsync: . Vagrant.configure(\"2\") do |config| config.vm.synced_folder \"./\", \"/vagrant\", type: \"rsync\" end . 9P . vagrant-libvirt supports VirtFS (9p or Plan 9) with bidirectional synced folders. Difference between NFS and 9p is explained here. For 9p shares, a mount: false option allows to define synced folders without mounting them at boot. Example for accessmode: \"squash\" with 9p: . Vagrant.configure(\"2\") do |config| config.vm.synced_folder \"./\", \"/vagrant\", type: \"9p\", disabled: false, accessmode: \"squash\", owner: \"1000\" end . Example for accessmode: \"mapped\" with 9p: . Vagrant.configure(\"2\") do |config| config.vm.synced_folder \"./\", \"/vagrant\", type: \"9p\", disabled: false, accessmode: \"mapped\", mount: false end . Further documentation on using 9p can be found in kernel docs and in QEMU wiki. Please do note that 9p depends on support in the guest and not all distros come with the 9p module by default. Virtio-fs . vagrant-libvirt supports Virtio-fs with bidirectional synced folders. For virtiofs shares, a mount: false option allows to define synced folders without mounting them at boot. So far, passthrough is the only supported access mode and it requires running the virtiofsd daemon as root. QEMU needs to allocate the backing memory for all the guest RAM as shared memory, e.g. Use file-backed memory by enable memory_backing_dir option in /etc/libvirt/qemu.conf: . memory_backing_dir = \"/dev/shm\" . Example for Libvirt >= 6.2.0 (e.g. Ubuntu 20.10 with Linux 5.8.0 + QEMU 5.0 + Libvirt 6.6.0, i.e. NUMA nodes required) with virtiofs: . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| libvirt.cpus = 2 libvirt.numa_nodes = [{ :cpus => \"0-1\", :memory => 8192, :memAccess => \"shared\" }] libvirt.memorybacking :access, :mode => \"shared\" end config.vm.synced_folder \"./\", \"/vagrant\", type: \"virtiofs\" end . Example for Libvirt >= 6.9.0 (e.g. Ubuntu 21.04 with Linux 5.11.0 + QEMU 5.2 + Libvirt 7.0.0, or Ubuntu 20.04 + PPA enabled) with virtiofs: . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| libvirt.cpus = 2 libvirt.memory = 8192 libvirt.memorybacking :access, :mode => \"shared\" end config.vm.synced_folder \"./\", \"/vagrant\", type: \"virtiofs\" end . Further documentation on using virtiofs can be found in official HowTo and in Libvirt KB. Please do note that virtiofs depends on: . | Host: Linux >= 5.4, QEMU >= 4.2 and Libvirt >= 6.2 (e.g. Ubuntu 20.10) | Guest: Linux >= 5.4 (e.g. Ubuntu 20.04) | . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/examples.html#synced-folders", + "relUrl": "/examples.html#synced-folders" + },"28": { + "doc": "Examples", + "title": "QEMU Session Support", + "content": "vagrant-libvirt supports using QEMU user sessions to maintain Vagrant VMs. As the session connection does not have root access to the system features which require root will not work. Access to networks created by the system QEMU connection can be granted by using the QEMU bridge helper. The bridge helper is enabled by default on some distros but may need to be enabled/installed on others. There must be a virbr network defined in the QEMU system session. The libvirt default network which comes by default, the vagrant vagrant-libvirt network which is generated if you run a Vagrantfile using the System session, or a manually defined network can be used. These networks can be set to autostart with sudo virsh net-autostart <net-name>, which’ll mean no further root access is required even after reboots. The QEMU bridge helper is configured via /etc/qemu/bridge.conf. This file must include the virbr you wish to use (e.g. virbr0, virbr1, etc). You can find this out via sudo virsh net-dumpxml <net-name>. allow virbr0 . An example configuration of a machine using the QEMU session connection: . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| # Use QEMU session instead of system connection libvirt.qemu_use_session = true # URI of QEMU session connection, default is as below libvirt.uri = 'qemu:///session' # URI of QEMU system connection, use to obtain IP address for management, default is below libvirt.system_uri = 'qemu:///system' # Path to store Libvirt images for the virtual machine, default is as ~/.local/share/libvirt/images libvirt.storage_pool_path = '/home/user/.local/share/libvirt/images' # Management network device, default is below libvirt.management_network_device = 'virbr0' end # Public network configuration using existing network device # Note: Private networks do not work with QEMU session enabled as root access is required to create new network devices config.vm.network :public_network, :dev => \"virbr1\", :mode => \"bridge\", :type => \"bridge\" end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/examples.html#qemu-session-support", + "relUrl": "/examples.html#qemu-session-support" + },"29": { + "doc": "Examples", + "title": "Customized Graphics", + "content": "vagrant-libvirt supports customizing the display and video settings of the managed guest. This is probably most useful for VNC-type displays with multiple guests. It lets you specify the exact port for each guest to use deterministically. Here is an example of using custom display options: . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| libvirt.graphics_port = 5901 libvirt.graphics_ip = '0.0.0.0' libvirt.video_type = 'qxl' end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/examples.html#customized-graphics", + "relUrl": "/examples.html#customized-graphics" + },"30": { + "doc": "Examples", + "title": "TPM Devices", + "content": "Modern versions of Libvirt support connecting to TPM devices on the host system. This allows you to enable Trusted Boot Extensions, among other features, on your guest VMs. To passthrough a hardware TPM, you will generally only need to modify the tpm_path variable in your guest configuration. However, advanced usage, such as the application of a Software TPM, may require modifying the tpm_model, tpm_type and tpm_version variables. The TPM options will only be used if you specify a TPM path or version. Declarations of any TPM options without specifying a path or version will result in those options being ignored. Here is an example of using the TPM options: . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| libvirt.tpm_model = 'tpm-tis' libvirt.tpm_type = 'passthrough' libvirt.tpm_path = '/dev/tpm0' end end . It’s also possible for Libvirt to start an emulated TPM device on the host. Requires swtpm and swtpm-tools . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| libvirt.tpm_model = \"tpm-crb\" libvirt.tpm_type = \"emulator\" libvirt.tpm_version = \"2.0\" end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/examples.html#tpm-devices", + "relUrl": "/examples.html#tpm-devices" + },"31": { + "doc": "Examples", + "title": "Memory balloon", + "content": "The configuration of the memory balloon device can be overridden. By default, libvirt will automatically attach a memory balloon; this behavior is preserved by not configuring any memballoon-related options. The memory balloon can be explicitly disabled by setting memballoon_enabled to false. Setting memballoon_enabled to true will allow additional configuration of memballoon-related options. Here is an example of using the memballoon options: . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| libvirt.memballoon_enabled = true libvirt.memballoon_model = 'virtio' libvirt.memballoon_pci_bus = '0x00' libvirt.memballoon_pci_slot = '0x0f' end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/examples.html#memory-balloon", + "relUrl": "/examples.html#memory-balloon" + },"32": { + "doc": "Examples", + "title": "Libvirt communication channels", + "content": "For certain functionality to be available within a guest, a private communication channel must be established with the host. Two notable examples of this are the QEMU guest agent, and the Spice/QXL graphics type. Below is a simple example which exposes a virtio serial channel to the guest. Note: in a multi-VM environment, the channel would be created for all VMs. vagrant.configure(2) do |config| config.vm.provider :libvirt do |libvirt| libvirt.channel :type => 'unix', :target_name => 'org.qemu.guest_agent.0', :target_type => 'virtio' end end . Below is the syntax for creating a spicevmc channel for use by a qxl graphics card. vagrant.configure(2) do |config| config.vm.provider :libvirt do |libvirt| libvirt.channel :type => 'spicevmc', :target_name => 'com.redhat.spice.0', :target_type => 'virtio' end end . These settings can be specified on a per-VM basis, however the per-guest settings will OVERRIDE any global ‘config’ setting. In the following example, we create 3 VMs with the following configuration: . | controller: No channel settings specified, so we default to the provider setting of a single virtio guest agent channel. | node1: Override the channel setting, setting both the guest agent channel, and a spicevmc channel | node2: Override the channel setting, setting both the guest agent channel, and a ‘guestfwd’ channel. TCP traffic sent by the guest to the given IP address and port is forwarded to the host socket /tmp/foo. Note: this device must be unique for each VM. | . For example: . Vagrant.configure(2) do |config| config.vm.box = \"fedora/32-cloud-base\" config.vm.provider :libvirt do |libvirt| libvirt.channel :type => 'unix', :target_name => 'org.qemu.guest_agent.0', :target_type => 'virtio' end config.vm.define \"controller\" do |controller| controller.vm.provider :libvirt do |domain| domain.memory = 1024 end end config.vm.define \"node1\" do |node1| node1.vm.provider :libvirt do |domain| domain.channel :type => 'unix', :target_name => 'org.qemu.guest_agent.0', :target_type => 'virtio' domain.channel :type => 'spicevmc', :target_name => 'com.redhat.spice.0', :target_type => 'virtio' end end config.vm.define \"node2\" do |node2| node2.vm.provider :libvirt do |domain| domain.channel :type => 'unix', :target_name => 'org.qemu.guest_agent.0', :target_type => 'virtio' domain.channel :type => 'unix', :target_type => 'guestfwd', :target_address => '192.0.2.42', :target_port => '4242', :source_path => '/tmp/foo' end end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/examples.html#libvirt-communication-channels", + "relUrl": "/examples.html#libvirt-communication-channels" + },"33": { + "doc": "Examples", + "title": "Custom QEMU arguments and environment variables", + "content": "You can also specify multiple qemuargs arguments or qemuenv environment variables for qemu-system . | value - Value | . Vagrant.configure(\"2\") do |config| config.vm.provider :libvirt do |libvirt| libvirt.qemuargs :value => \"-device\" libvirt.qemuargs :value => \"intel-iommu\" libvirt.qemuenv QEMU_AUDIO_DRV: 'pa' libvirt.qemuenv QEMU_AUDIO_TIMER_PERIOD: '150' libvirt.qemuenv QEMU_PA_SAMPLES: '1024', QEMU_PA_SERVER: '/run/user/1000/pulse/native' end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/examples.html#custom-qemu-arguments-and-environment-variables", + "relUrl": "/examples.html#custom-qemu-arguments-and-environment-variables" + },"34": { + "doc": "Examples", + "title": "Examples", + "content": "Examples of specific use cases, and/or in-depth configuration for special behaviour. ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/examples.html", + "relUrl": "/examples.html" + },"35": { + "doc": "Quickstart", + "title": "Prerequisites", + "content": "Vagrant-libvirt requires the following: . | Vagrant | Libvirt (and QEMU) | GCC and Make (if not using vagrant from your distribution) | . Before you start using vagrant-libvirt, please make sure your Libvirt and QEMU installation is working correctly and you are able to create QEMU or KVM type virtual machines with virsh or virt-manager. See Requirements for guides and details. ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/#prerequisites", + "relUrl": "/#prerequisites" + },"36": { + "doc": "Quickstart", + "title": "Installation", + "content": ". | Install Vagrant, Libvirt and QEMU for your distribution . | Ubuntu | . sudo apt-get update && \\ sudo apt install -y qemu libvirt-daemon-system libvirt-clients \\ ebtables dnsmasq-base libguestfs-tools sudo apt install -y --no-install-recommends vagrant ruby-fog-libvirt . | Fedora | . vagrant_libvirt_deps=($(sudo dnf repoquery --depends vagrant-libvirt 2>/dev/null | cut -d' ' -f1)) dependencies=$(sudo dnf repoquery --qf \"%{name}\" ${vagrant_libvirt_deps[@]/#/--whatprovides }) sudo dnf install --assumeyes --setopt=install_weak_deps=False @virtualization ${dependencies} . | Install the latest release of vagrant-libvirt vagrant plugin install vagrant-libvirt . | . If you encounter any errors during this process, check that you have installed all the prerequisites in Requirements. If you still have issues, see Troubleshooting. Installation varies based on your operating system or use of upstream vagrant. See our guides for OS-specific instructions. ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/#installation", + "relUrl": "/#installation" + },"37": { + "doc": "Quickstart", + "title": "Initial Project Creation", + "content": "After installing the plugin (instructions above), the quickest way to get started is to add Libvirt box and specify all the details manually within a config.vm.provider block. So first, add Libvirt box using any name you want. You can find more Libvirt-ready boxes at Vagrant Cloud. For example: . vagrant init fedora/36-cloud-base . Or make a Vagrantfile that looks like the following, filling in your information where necessary. For example: . Vagrant.configure(\"2\") do |config| config.vm.define :test_vm do |test_vm| test_vm.vm.box = \"fedora/36-cloud-base\" end end . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/#initial-project-creation", + "relUrl": "/#initial-project-creation" + },"38": { + "doc": "Quickstart", + "title": "Start VM", + "content": "In prepared project directory, run following command: . $ vagrant up --provider=libvirt . Vagrant needs to know that we want to use Libvirt and not default VirtualBox. That’s why there is --provider=libvirt option specified. Other way to tell Vagrant to use Libvirt provider is to setup environment variable . export VAGRANT_DEFAULT_PROVIDER=libvirt . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/#start-vm", + "relUrl": "/#start-vm" + },"39": { + "doc": "Quickstart", + "title": "Quickstart", + "content": "Vagrant-libvirt is a Vagrant plugin that adds a Libvirt provider to Vagrant, allowing Vagrant to control and provision machines via Libvirt toolkit. Actual version is still a development one. Feedback is welcome and can help a lot :-) . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/", + "relUrl": "/" + },"40": { + "doc": "Installation", + "title": "Requirements", + "content": ". | Libvirt - should work with version 1.5 or newer | Vagrant - plugin attempts to support all since 1.5 | GCC and Make - used to compile native versions of ruby-libvirt and nokogiri when using upstream Vagrant | . While we only test with upstream vagrant installed as a gem, we recommend that you install vagrant as provided by your distribution as installing vagrant-libvirt involves linking between libvirt (ruby-libvirt) and the ruby installation used by vagrant. Since upstream vagrant provides an embedded ruby, this typically causes issues with missing symbols between libraries included and what is expected by libvirt for the ruby bindings linking to work. First, you should have both QEMU and Libvirt installed if you plan to run VMs on your local system. For instructions, refer to your Linux distribution’s documentation. Suggested packages are provided in our guides for as a quick reference . Before you start using vagrant-libvirt, please make sure your Libvirt and QEMU installation is working correctly and you are able to create QEMU or KVM type virtual machines with virsh or virt-manager. Next, you must have Vagrant installed from your distribution packages. Vagrant-libvirt supports Vagrant 2.0, 2.1 & 2.2. It should also work with earlier releases from 1.5 onwards but they are not actively tested. Check the unit tests for the current list of tested versions. If there is no distribution package or you wish to use the upstream vagrant, you may wish to use the our QA installation script to install both vagrant and vagrant-libvirt Alternatively you may follow vagrant installation instructions along with the manual instructions for what packages to install where indicated for upstream vagrant below. In some cases the vagrant version for the distribution may be running with a sufficiently old ruby that it is difficult to install the required dependencies and you will need to use the upstream. ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/installation.html#requirements", + "relUrl": "/installation.html#requirements" + },"41": { + "doc": "Installation", + "title": "Guides", + "content": "Docker / Podman . Due to the number of issues encountered around compatibility between the ruby runtime environment that is part of the upstream vagrant installation and the library dependencies of libvirt that this project requires to communicate with libvirt, there is a docker image built and published. This should allow users to execute vagrant with vagrant-libvirt without needing to deal with the compatibility issues, though you may need to extend the image for your own needs should you make use of additional plugins. The default image contains the full toolchain required to build and install vagrant-libvirt and it’s dependencies. There is also a smaller image published with the -slim suffix if you just need vagrant-libvirt and don’t need to install any additional plugins for your environment. If you are connecting to a remote system libvirt, you may omit the -v /var/run/libvirt/:/var/run/libvirt/ mount bind. Some distributions patch the local vagrant environment to ensure vagrant-libvirt uses qemu:///session, which means you may need to set the environment variable LIBVIRT_DEFAULT_URI to the same value if looking to use this in place of your distribution provided installation. Using Docker . To get the image with the most recent release: . docker pull vagrantlibvirt/vagrant-libvirt:latest . If you want the very latest code you can use the edge tag instead. docker pull vagrantlibvirt/vagrant-libvirt:edge . Running the image: . docker run -i --rm \\ -e LIBVIRT_DEFAULT_URI \\ -v /var/run/libvirt/:/var/run/libvirt/ \\ -v ~/.vagrant.d:/.vagrant.d \\ -v $(realpath \"${PWD}\"):${PWD} \\ -w $(realpath \"${PWD}\") \\ --network host \\ vagrantlibvirt/vagrant-libvirt:latest \\ vagrant status . It’s possible to define a function in ~/.bashrc, for example: . vagrant(){ docker run -i --rm \\ -e LIBVIRT_DEFAULT_URI \\ -v /var/run/libvirt/:/var/run/libvirt/ \\ -v ~/.vagrant.d:/.vagrant.d \\ -v $(realpath \"${PWD}\"):${PWD} \\ -w $(realpath \"${PWD}\") \\ --network host \\ vagrantlibvirt/vagrant-libvirt:latest \\ vagrant $@ } . Using Podman . Preparing the podman run, only once: . mkdir -p ~/.vagrant.d/{boxes,data,tmp} . N.B. This is needed until the entrypoint works for podman to only mount the ~/.vagrant.d directory . To run with Podman you need to include . --entrypoint /bin/bash \\ --security-opt label=disable \\ -v ~/.vagrant.d/boxes:/vagrant/boxes \\ -v ~/.vagrant.d/data:/vagrant/data \\ -v ~/.vagrant.d/tmp:/vagrant/tmp \\ . for example: . vagrant(){ podman run -it --rm \\ -e LIBVIRT_DEFAULT_URI \\ -v /var/run/libvirt/:/var/run/libvirt/ \\ -v ~/.vagrant.d/boxes:/vagrant/boxes \\ -v ~/.vagrant.d/data:/vagrant/data \\ -v ~/.vagrant.d/tmp:/vagrant/tmp \\ -v $(realpath \"${PWD}\"):${PWD} \\ -w $(realpath \"${PWD}\") \\ --network host \\ --entrypoint /bin/bash \\ --security-opt label=disable \\ docker.io/vagrantlibvirt/vagrant-libvirt:latest \\ vagrant $@ } . Running Podman in rootless mode maps the root user inside the container to your host user so we need to bypass entrypoint.sh and mount persistent storage directly to /vagrant. Extending the container image with additional vagrant plugins . By default the image published and used contains the entire tool chain required to reinstall the vagrant-libvirt plugin and it’s dependencies, as this is the default behaviour of vagrant anytime a new plugin is installed. This means it should be possible to use a simple FROM statement and ask vagrant to install additional plugins. FROM vagrantlibvirt/vagrant-libvirt:latest RUN vagrant plugin install <plugin> . Ubuntu / Debian . You may need to modify your sources.list to uncomment the deb-src entries where using build-dep commands below. Ubuntu 18.10, Debian 9 and up . | Distro Vagrant sudo apt-get purge vagrant-libvirt sudo apt-mark hold vagrant-libvirt sudo apt-get install -y qemu libvirt-daemon-system ebtables libguestfs-tools sudo apt-get install -y vagrant ruby-fog-libvirt vagrant plugin install vagrant-libvirt . | Upstream Vagrant Install Download and execute the vagrant-libvirt-qa install script (installs latest vagrant by default): curl -O https://github.com/vagrant-libvirt/vagrant-libvirt-qa/blob/main/scripts/install.bash chmod a+x ./install.bash ./install.bash . | Alternatively install vagrant following https://www.vagrantup.com/downloads: curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.asc echo \"deb [ signed-by=/usr/share/keyrings/hashicorp-archive-keyring.asc ] https://apt.releases.hashicorp.com $(lsb_release -cs) main\" | sudo tee /etc/apt/sources.list.d/hashicorp.list sudo apt-get update && sudo apt-get install vagrant . And subsequently install remaining dependencies and plugin: . sudo apt-get build-dep vagrant ruby-libvirt sudo apt-get install -y qemu libvirt-daemon-system ebtables libguestfs-tools \\ libxslt-dev libxml2-dev zlib1g-dev ruby-dev vagrant plugin install vagrant-libvirt . | . Ubuntu 18.04, Debian 8 and older . This has been kept for historical reasons, however only Ubuntu 18.04 is supported due to LTS, please consider all other versions unsupported. | Upstream Vagrant Install Download and execute the vagrant-libvirt-qa install script (installs latest vagrant by default): curl -O https://github.com/vagrant-libvirt/vagrant-libvirt-qa/blob/main/scripts/install.bash chmod a+x ./install.bash ./install.bash . | Alternatively install vagrant following https://www.vagrantup.com/downloads: curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.asc echo \"deb [ signed-by=/usr/share/keyrings/hashicorp-archive-keyring.asc ] https://apt.releases.hashicorp.com $(lsb_release -cs) main\" | sudo tee /etc/apt/sources.list.d/hashicorp.list sudo apt-get update && sudo apt-get install vagrant . And subsequently install remaining dependencies and plugin: . sudo apt-get build-dep vagrant ruby-libvirt sudo apt-get install -y qemu libvirt-bin ebtables libguestfs-tools \\ libxslt-dev libxml2-dev zlib1g-dev ruby-dev vagrant plugin install vagrant-libvirt . | Distro Vagrant sudo apt-get purge vagrant-libvirt sudo apt-mark hold vagrant-libvirt sudo apt-get install -y qemu libvirt-bin ebtables libguestfs-tools sudo apt-get install -y vagrant ruby-fog-libvirt vagrant plugin install vagrant-libvirt . Unless you can can install a newer ruby on Debian 8, it is likely that the distro vagrant approach will not be straight forward as vagrant-libvirt requires a fog-core and fog-libvirt releases that depend on ruby 2.5 or newer. | . Fedora . Fedora 32 and newer . Due to the involved nature of getting the linking to work correctly when using the upstream vagrant, it is strongly recommended to either use the distro packaged vagrant, or the install script from the vagrant-libvirt-qa approach. | Distro Vagrant sudo dnf remove vagrant-libvirt sudo sed -i \\ '/^\\(exclude=.*\\)/ {/vagrant-libvirt/! s//\\1 vagrant-libvirt/;:a;n;ba;q}; $aexclude=vagrant-libvirt' \\ /etc/dnf/dnf.conf sudo dnf install --assumeyes @virtualization vagrant rubygem-fog-libvirt . | . The above sed command will add vagrant-libvirt to the list of packages to be excluded from being installed. This prevents it from being pulled in as a weak dependency when installing vagrant along with the @virtualization group. Unfortunately the dnf versionlock plugin can only lock to a specific version rather than exclude all versions. | Upstream Vagrant Install Download and execute the vagrant-libvirt-qa install script (installs latest vagrant by default): curl -O https://github.com/vagrant-libvirt/vagrant-libvirt-qa/blob/main/scripts/install.bash chmod a+x ./install.bash ./install.bash . | Alternatively install vagrant following https://www.vagrantup.com/downloads: sudo dnf install -y dnf-plugins-core sudo dnf config-manager --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo sudo dnf -y install vagrant . Subsequently install remaining dependencies: . sudo dnf install --assumeyes libvirt libguestfs-tools \\ gcc libvirt-devel libxml2-devel make ruby-devel . Before installing the plugin it is necessary to compile some libraries to replace those shipped with the upstream vagrant to prevent the following errors from appearing when vagrant attempts to use vagrant-libvirt on recent Fedora releases. libssh issue: . /opt/vagrant/embedded/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': /opt/vagrant/embedded/lib64/libcrypto.so.1.1: version `OPENSSL_1_1_1b' not found (required by /lib64/libssh.so.4) - /home/xxx/.vagrant.d/gems/2.4.6/gems/ruby-libvirt-0.7.1/lib/_libvirt.so (LoadError) . Solution identified thanks to James Reynolds (see https://github.com/hashicorp/vagrant/issues/11020#issuecomment-540043472). libk5crypto issue: . /opt/vagrant/embedded/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': /usr/lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b - /home/rbelgrave/.vagrant.d/gems/2.4.9/gems/ruby-libvirt-0.7.1/lib/_libvirt.so (LoadError) . Solution identified thanks to Marco Bevc (see https://github.com/hashicorp/vagrant/issues/11020#issuecomment-625801983). Compile libraries to replaced those bundled with Vagrant to allow linking ruby-libvirt against vagrant’s embedded ruby and the system libvirt (updated originals to be generic): . mkdir patches pushd patches mkdir libssh pushd libssh nvr=$(rpm -q --queryformat \"libssh-%{version}-%{release}\" libssh) nv=$(rpm -q --queryformat \"libssh-%{version}\" libssh) dnf download --source libssh rpm2cpio ${nvr}.src.rpm | cpio -imdV rm -rf ${nv} tar xf ${nv}.tar.*z mkdir libssh-build pushd libssh-build cmake ../${nv} -DOPENSSL_ROOT_DIR=/opt/vagrant/embedded/ make sudo cp lib/libssh* /opt/vagrant/embedded/lib64 popd popd mkdir krb5 pushd krb5 nvr=$(rpm -q --queryformat \"krb5-%{version}-%{release}\" krb5-libs) nv=$(rpm -q --queryformat \"krb5-%{version}\" krb5-libs) dnf download --source krb5-libs rpm2cpio ${nvr}.src.rpm | cpio -imdV tar xf ${nv}.tar.*z pushd ${nv}/src ./configure make sudo cp -P lib/crypto/libk5crypto.* /opt/vagrant/embedded/lib64/ popd popd popd . Finally install the plugin: . vagrant plugin install vagrant-libvirt . | . Fedora 22 to 31 . This has been kept for historical reasons given closeness to CentOS 6 & 7, however as Fedora no longer supports these, they can be considered unsupported as well. | Upstream Vagrant Install Download and execute the vagrant-libvirt-qa install script (installs latest vagrant by default): curl -O https://github.com/vagrant-libvirt/vagrant-libvirt-qa/blob/main/scripts/install.bash chmod a+x ./install.bash ./install.bash . | Alternatively install vagrant following https://www.vagrantup.com/downloads: sudo dnf install -y dnf-plugins-core sudo dnf config-manager --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo sudo dnf -y install vagrant . And subsequently install remaining dependencies and plugin: . sudo dnf install --assumeyes libvirt libguestfs-tools \\ gcc libvirt-devel libxml2-devel make ruby-devel vagrant plugin install vagrant-libvirt . | . CentOS . CentOS 8 . | Upstream Vagrant Install Download and execute the vagrant-libvirt-qa install script (installs latest vagrant by default): curl -O https://github.com/vagrant-libvirt/vagrant-libvirt-qa/blob/main/scripts/install.bash chmod a+x ./install.bash ./install.bash . | Alternatively install vagrant following https://www.vagrantup.com/downloads: sudo yum install -y yum-utils sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo sudo yum -y install vagrant . Subsequently install remaining dependencies: . sudo dnf install --assumeyes libvirt libguestfs-tools \\ gcc libvirt-devel libxml2-devel make ruby-devel . Before installing the plugin it is necessary to compile some libraries to replace those shipped with the upstream vagrant to prevent the following errors from appearing when vagrant attempts to use vagrant-libvirt on recent CentOS releases. libssh issue: . /opt/vagrant/embedded/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': /opt/vagrant/embedded/lib64/libcrypto.so.1.1: version `OPENSSL_1_1_1b' not found (required by /lib64/libssh.so.4) - /home/xxx/.vagrant.d/gems/2.4.6/gems/ruby-libvirt-0.7.1/lib/_libvirt.so (LoadError) . Solution identified thanks to James Reynolds (see https://github.com/hashicorp/vagrant/issues/11020#issuecomment-540043472). libk5crypto issue: . /opt/vagrant/embedded/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': /usr/lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b - /home/rbelgrave/.vagrant.d/gems/2.4.9/gems/ruby-libvirt-0.7.1/lib/_libvirt.so (LoadError) . Solution identified thanks to Marco Bevc (see https://github.com/hashicorp/vagrant/issues/11020#issuecomment-625801983). Compile libraries to replaced those bundled with Vagrant to allow linking ruby-libvirt against vagrant’s embedded ruby and the system libvirt (updated originals to be generic): . mkdir patches pushd patches mkdir libssh pushd libssh nvr=$(rpm -q --queryformat \"libssh-%{version}-%{release}\" libssh) nv=$(rpm -q --queryformat \"libssh-%{version}\" libssh) dnf download --source libssh rpm2cpio ${nvr}.src.rpm | cpio -imdV rm -rf ${nv} tar xf ${nv}.tar.*z mkdir libssh-build pushd libssh-build cmake ../${nv} -DOPENSSL_ROOT_DIR=/opt/vagrant/embedded/ make sudo cp lib/libssh* /opt/vagrant/embedded/lib64 popd popd mkdir krb5 pushd krb5 nvr=$(rpm -q --queryformat \"krb5-%{version}-%{release}\" krb5-libs) nv=$(rpm -q --queryformat \"krb5-%{version}\" krb5-libs) dnf download --source krb5-libs rpm2cpio ${nvr}.src.rpm | cpio -imdV tar xf ${nv}.tar.*z pushd ${nv}/src ./configure make sudo cp -P lib/crypto/libk5crypto.* /opt/vagrant/embedded/lib64/ popd popd popd . Finally install the plugin: . vagrant plugin install vagrant-libvirt . | . CentOS 6 & 7 . | Upstream Vagrant Install Download and execute the vagrant-libvirt-qa install script (installs latest vagrant by default): curl -O https://github.com/vagrant-libvirt/vagrant-libvirt-qa/blob/main/scripts/install.bash chmod a+x ./install.bash ./install.bash . | Alternatively install vagrant following https://www.vagrantup.com/downloads: sudo yum install -y yum-utils sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo sudo yum -y install vagrant . And subsequently install remaining dependencies and plugin: . sudo yum install --assumeyes qemu qemu-kvm libvirt libguestfs-tools \\ gcc libvirt-devel make ruby-devel vagrant plugin install vagrant-libvirt . | . OpenSUSE . As there is no official upstream repository for OpenSUSE, it is recommended that you stick with the distribution installation. OpenSUSE Leap appears to make the most recent vagrant available as an experimental package based on https://software.opensuse.org/package/vagrant. Leap 15 . | Distro Vagrant sudo zypper refresh sudo zypper addlock vagrant-libvirt fog_libvirt_pkg=\"$( sudo zypper --terse -n --quiet search --provides \"rubygem(fog-libvirt)\" | \\ tail -n1 | cut -d' ' -f4)\" sudo zypper install --no-confirm libvirt qemu-kvm libguestfs vagrant ${fog_libvirt_pkg} vagrant plugin install vagrant-libvirt . | . Arch . Please read the related ArchWiki page. As Arch is a rolling release, the version of vagrant available from the distribution should always be the most recent. Unfortunately it does not appear to be possible to install ruby-libvirt from AUR anymore, which would remove the need for the additional build tools. sudo pacman --sync --sysupgrade --refresh sudo pacman --query --search 'iptables' | grep \"local\" | grep \"iptables \" && \\ sudo pacman --remove --nodeps --nodeps --noconfirm iptables sudo pacman --sync --needed --noprogressbar --noconfirm \\ iptables-nft libvirt qemu openbsd-netcat bridge-utils dnsmasq vagrant \\ pkg-config gcc make ruby vagrant plugin install vagrant-libvirt . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/installation.html#guides", + "relUrl": "/installation.html#guides" + },"42": { + "doc": "Installation", + "title": "Issues and Known Solutions", + "content": "Failure to find Libvirt for Native Extensions . Ensuring pkg-config or pkgconf is installed should be sufficient in most cases. In some cases, you will need to specify CONFIGURE_ARGS variable before running running vagrant plugin install, e.g.: . export CONFIGURE_ARGS=\"with-libvirt-include=/usr/include/libvirt with-libvirt-lib=/usr/lib64\" vagrant plugin install vagrant-libvirt . If you have issues building ruby-libvirt, try the following (replace lib with lib64 as needed): . CONFIGURE_ARGS='with-ldflags=-L/opt/vagrant/embedded/lib with-libvirt-include=/usr/include/libvirt with-libvirt-lib=/usr/lib' \\ GEM_HOME=~/.vagrant.d/gems \\ GEM_PATH=$GEM_HOME:/opt/vagrant/embedded/gems \\ PATH=/opt/vagrant/embedded/bin:$PATH \\ vagrant plugin install vagrant-libvirt . Failure to Link . If have problem with installation - check your linker. It should be ld.gold: . sudo alternatives --set ld /usr/bin/ld.gold # OR sudo ln -fs /usr/bin/ld.gold /usr/bin/ld . LoadError Exceptions . If you encounter the following load error when using the vagrant-libvirt plugin (note the required by libssh): . /opt/vagrant/embedded/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': /opt/vagrant/embedded/lib64/libcrypto.so.1.1: version `OPENSSL_1_1_1b' not found (required by /lib64/libssh.so.4) - /home/xxx/.vagrant.d/gems/2.4.6/gems/ruby-libvirt-0.7.1/lib/_libvirt.so (LoadError) . then the following steps have been found to resolve the problem. Thanks to James Reynolds (see https://github.com/hashicorp/vagrant/issues/11020#issuecomment-540043472). The specific version of libssh will change over time so references to the rpm in the commands below will need to be adjusted accordingly. See distro specific instructions for variations on this that contain version independent steps. # Fedora dnf download --source libssh # centos 8 stream, doesn't provide source RPMs, so you need to download like so git clone https://git.centos.org/centos-git-common # centos-git-common needs its tools in PATH export PATH=$(readlink -f ./centos-git-common):$PATH git clone https://git.centos.org/rpms/libssh cd libssh git checkout imports/c8s/libssh-0.9.4-1.el8 into_srpm.sh -d c8s cd SRPMS # common commands (make sure to adjust version accordingly) rpm2cpio libssh-0.9.4-1c8s.src.rpm | cpio -imdV tar xf libssh-0.9.4.tar.xz mkdir build cmake ../libssh-0.9.4 -DOPENSSL_ROOT_DIR=/opt/vagrant/embedded/ make sudo cp lib/libssh* /opt/vagrant/embedded/lib64 . If you encounter the following load error when using the vagrant-libvirt plugin (note the required by libk5crypto): . /opt/vagrant/embedded/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': /usr/lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b - /home/rbelgrave/.vagrant.d/gems/2.4.9/gems/ruby-libvirt-0.7.1/lib/_libvirt.so (LoadError) . then the following steps have been found to resolve the problem. After the steps below are complete, then reinstall the vagrant-libvirt plugin without setting the CONFIGURE_ARGS. Thanks to Marco Bevc (see https://github.com/hashicorp/vagrant/issues/11020#issuecomment-625801983): . # Fedora dnf download --source krb5-libs # centos 8 stream, doesn't provide source RPMs, so you need to download like so git clone https://git.centos.org/centos-git-common # make get_sources.sh executable as it is needed in krb5 chmod +x centos-git-common/get_sources.sh # centos-git-common needs its tools in PATH export PATH=$(readlink -f ./centos-git-common):$PATH git clone https://git.centos.org/rpms/krb5 cd krb5 git checkout imports/c8s/krb5-1.18.2-8.el8 get_sources.sh into_srpm.sh -d c8s cd SRPMS # common commands (make sure to adjust version accordingly) rpm2cpio krb5-1.18.2-8c8s.src.rpm | cpio -imdV tar xf krb5-1.18.2.tar.gz cd krb5-1.18.2/src ./configure make sudo cp -P lib/crypto/libk5crypto.* /opt/vagrant/embedded/lib64/ . ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/installation.html#issues-and-known-solutions", + "relUrl": "/installation.html#issues-and-known-solutions" + },"43": { + "doc": "Installation", + "title": "Installation", + "content": " ", + "url": "https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/installation.html", + "relUrl": "/installation.html" + } +} diff --git a/pr-preview/pr-1544/assets/js/site_constants-e1ac483f8cbbb2d44940348129b4f096317606c1e27aa57fe14734259e395fe6.js b/pr-preview/pr-1544/assets/js/site_constants-e1ac483f8cbbb2d44940348129b4f096317606c1e27aa57fe14734259e395fe6.js new file mode 100644 index 0000000..2a333c9 --- /dev/null +++ b/pr-preview/pr-1544/assets/js/site_constants-e1ac483f8cbbb2d44940348129b4f096317606c1e27aa57fe14734259e395fe6.js @@ -0,0 +1,5 @@ + +const basePath = '/vagrant-libvirt'; +const repository_nwo = 'vagrant-libvirt/vagrant-libvirt'; + + diff --git a/pr-preview/pr-1544/assets/js/vendor/lunr.min.js b/pr-preview/pr-1544/assets/js/vendor/lunr.min.js new file mode 100644 index 0000000..34b279d --- /dev/null +++ b/pr-preview/pr-1544/assets/js/vendor/lunr.min.js @@ -0,0 +1,6 @@ +/** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.6 + * Copyright (C) 2019 Oliver Nightingale + * @license MIT + */ +!function(){var e=function(t){var r=new e.Builder;return r.pipeline.add(e.trimmer,e.stopWordFilter,e.stemmer),r.searchPipeline.add(e.stemmer),t.call(r,r),r.build()};e.version="2.3.6",e.utils={},e.utils.warn=function(e){return function(t){e.console&&console.warn&&console.warn(t)}}(this),e.utils.asString=function(e){return void 0===e||null===e?"":e.toString()},e.utils.clone=function(e){if(null===e||void 0===e)return e;for(var t=Object.create(null),r=Object.keys(e),i=0;i0){var c=e.utils.clone(r)||{};c.position=[a,l],c.index=s.length,s.push(new e.Token(i.slice(a,o),c))}a=o+1}}return s},e.tokenizer.separator=/[\s\-]+/,e.Pipeline=function(){this._stack=[]},e.Pipeline.registeredFunctions=Object.create(null),e.Pipeline.registerFunction=function(t,r){r in this.registeredFunctions&&e.utils.warn("Overwriting existing registered function: "+r),t.label=r,e.Pipeline.registeredFunctions[t.label]=t},e.Pipeline.warnIfFunctionNotRegistered=function(t){var r=t.label&&t.label in this.registeredFunctions;r||e.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",t)},e.Pipeline.load=function(t){var r=new e.Pipeline;return t.forEach(function(t){var i=e.Pipeline.registeredFunctions[t];if(!i)throw new Error("Cannot load unregistered function: "+t);r.add(i)}),r},e.Pipeline.prototype.add=function(){var t=Array.prototype.slice.call(arguments);t.forEach(function(t){e.Pipeline.warnIfFunctionNotRegistered(t),this._stack.push(t)},this)},e.Pipeline.prototype.after=function(t,r){e.Pipeline.warnIfFunctionNotRegistered(r);var i=this._stack.indexOf(t);if(i==-1)throw new Error("Cannot find existingFn");i+=1,this._stack.splice(i,0,r)},e.Pipeline.prototype.before=function(t,r){e.Pipeline.warnIfFunctionNotRegistered(r);var i=this._stack.indexOf(t);if(i==-1)throw new Error("Cannot find existingFn");this._stack.splice(i,0,r)},e.Pipeline.prototype.remove=function(e){var t=this._stack.indexOf(e);t!=-1&&this._stack.splice(t,1)},e.Pipeline.prototype.run=function(e){for(var t=this._stack.length,r=0;r1&&(se&&(r=n),s!=e);)i=r-t,n=t+Math.floor(i/2),s=this.elements[2*n];return s==e?2*n:s>e?2*n:sa?l+=2:o==a&&(t+=r[u+1]*i[l+1],u+=2,l+=2);return t},e.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},e.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),t=1,r=0;t0){var o,a=s.str.charAt(0);a in s.node.edges?o=s.node.edges[a]:(o=new e.TokenSet,s.node.edges[a]=o),1==s.str.length&&(o["final"]=!0),n.push({node:o,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(0!=s.editsRemaining){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new e.TokenSet;s.node.edges["*"]=u}if(0==s.str.length&&(u["final"]=!0),n.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&n.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),1==s.str.length&&(s.node["final"]=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new e.TokenSet;s.node.edges["*"]=l}1==s.str.length&&(l["final"]=!0),n.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var c,h=s.str.charAt(0),d=s.str.charAt(1);d in s.node.edges?c=s.node.edges[d]:(c=new e.TokenSet,s.node.edges[d]=c),1==s.str.length&&(c["final"]=!0),n.push({node:c,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return i},e.TokenSet.fromString=function(t){for(var r=new e.TokenSet,i=r,n=0,s=t.length;n=e;t--){var r=this.uncheckedNodes[t],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r["char"]]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}},e.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},e.Index.prototype.search=function(t){return this.query(function(r){var i=new e.QueryParser(t,r);i.parse()})},e.Index.prototype.query=function(t){for(var r=new e.Query(this.fields),i=Object.create(null),n=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},e.Builder.prototype.k1=function(e){this._k1=e},e.Builder.prototype.add=function(t,r){var i=t[this._ref],n=Object.keys(this._fields);this._documents[i]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return e.QueryLexer.EOS;var t=this.str.charAt(this.pos);return this.pos+=1,t},e.QueryLexer.prototype.width=function(){return this.pos-this.start},e.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},e.QueryLexer.prototype.backup=function(){this.pos-=1},e.QueryLexer.prototype.acceptDigitRun=function(){var t,r;do t=this.next(),r=t.charCodeAt(0);while(r>47&&r<58);t!=e.QueryLexer.EOS&&this.backup()},e.QueryLexer.prototype.more=function(){return this.pos1&&(t.backup(),t.emit(e.QueryLexer.TERM)),t.ignore(),t.more())return e.QueryLexer.lexText},e.QueryLexer.lexEditDistance=function(t){return t.ignore(),t.acceptDigitRun(),t.emit(e.QueryLexer.EDIT_DISTANCE),e.QueryLexer.lexText},e.QueryLexer.lexBoost=function(t){return t.ignore(),t.acceptDigitRun(),t.emit(e.QueryLexer.BOOST),e.QueryLexer.lexText},e.QueryLexer.lexEOS=function(t){t.width()>0&&t.emit(e.QueryLexer.TERM)},e.QueryLexer.termSeparator=e.tokenizer.separator,e.QueryLexer.lexText=function(t){for(;;){var r=t.next();if(r==e.QueryLexer.EOS)return e.QueryLexer.lexEOS;if(92!=r.charCodeAt(0)){if(":"==r)return e.QueryLexer.lexField;if("~"==r)return t.backup(),t.width()>0&&t.emit(e.QueryLexer.TERM),e.QueryLexer.lexEditDistance;if("^"==r)return t.backup(),t.width()>0&&t.emit(e.QueryLexer.TERM),e.QueryLexer.lexBoost;if("+"==r&&1===t.width())return t.emit(e.QueryLexer.PRESENCE),e.QueryLexer.lexText;if("-"==r&&1===t.width())return t.emit(e.QueryLexer.PRESENCE),e.QueryLexer.lexText;if(r.match(e.QueryLexer.termSeparator))return e.QueryLexer.lexTerm}else t.escapeCharacter()}},e.QueryParser=function(t,r){this.lexer=new e.QueryLexer(t),this.query=r,this.currentClause={},this.lexemeIdx=0},e.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var t=e.QueryParser.parseClause;t;)t=t(this);return this.query},e.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},e.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},e.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},e.QueryParser.parseClause=function(t){var r=t.peekLexeme();if(void 0!=r)switch(r.type){case e.QueryLexer.PRESENCE:return e.QueryParser.parsePresence;case e.QueryLexer.FIELD:return e.QueryParser.parseField;case e.QueryLexer.TERM:return e.QueryParser.parseTerm;default:var i="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(i+=" with value '"+r.str+"'"),new e.QueryParseError(i,r.start,r.end)}},e.QueryParser.parsePresence=function(t){var r=t.consumeLexeme();if(void 0!=r){switch(r.str){case"-":t.currentClause.presence=e.Query.presence.PROHIBITED;break;case"+":t.currentClause.presence=e.Query.presence.REQUIRED;break;default:var i="unrecognised presence operator'"+r.str+"'";throw new e.QueryParseError(i,r.start,r.end)}var n=t.peekLexeme();if(void 0==n){var i="expecting term or field, found nothing";throw new e.QueryParseError(i,r.start,r.end)}switch(n.type){case e.QueryLexer.FIELD:return e.QueryParser.parseField;case e.QueryLexer.TERM:return e.QueryParser.parseTerm;default:var i="expecting term or field, found '"+n.type+"'";throw new e.QueryParseError(i,n.start,n.end)}}},e.QueryParser.parseField=function(t){var r=t.consumeLexeme();if(void 0!=r){if(t.query.allFields.indexOf(r.str)==-1){var i=t.query.allFields.map(function(e){return"'"+e+"'"}).join(", "),n="unrecognised field '"+r.str+"', possible fields: "+i;throw new e.QueryParseError(n,r.start,r.end)}t.currentClause.fields=[r.str];var s=t.peekLexeme();if(void 0==s){var n="expecting term, found nothing";throw new e.QueryParseError(n,r.start,r.end)}switch(s.type){case e.QueryLexer.TERM:return e.QueryParser.parseTerm;default:var n="expecting term, found '"+s.type+"'";throw new e.QueryParseError(n,s.start,s.end)}}},e.QueryParser.parseTerm=function(t){var r=t.consumeLexeme();if(void 0!=r){t.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(t.currentClause.usePipeline=!1);var i=t.peekLexeme();if(void 0==i)return void t.nextClause();switch(i.type){case e.QueryLexer.TERM:return t.nextClause(),e.QueryParser.parseTerm;case e.QueryLexer.FIELD:return t.nextClause(),e.QueryParser.parseField;case e.QueryLexer.EDIT_DISTANCE:return e.QueryParser.parseEditDistance;case e.QueryLexer.BOOST:return e.QueryParser.parseBoost;case e.QueryLexer.PRESENCE:return t.nextClause(),e.QueryParser.parsePresence;default:var n="Unexpected lexeme type '"+i.type+"'";throw new e.QueryParseError(n,i.start,i.end)}}},e.QueryParser.parseEditDistance=function(t){var r=t.consumeLexeme();if(void 0!=r){var i=parseInt(r.str,10);if(isNaN(i)){var n="edit distance must be numeric";throw new e.QueryParseError(n,r.start,r.end)}t.currentClause.editDistance=i;var s=t.peekLexeme();if(void 0==s)return void t.nextClause();switch(s.type){case e.QueryLexer.TERM:return t.nextClause(),e.QueryParser.parseTerm;case e.QueryLexer.FIELD:return t.nextClause(),e.QueryParser.parseField;case e.QueryLexer.EDIT_DISTANCE:return e.QueryParser.parseEditDistance;case e.QueryLexer.BOOST:return e.QueryParser.parseBoost;case e.QueryLexer.PRESENCE:return t.nextClause(),e.QueryParser.parsePresence;default:var n="Unexpected lexeme type '"+s.type+"'";throw new e.QueryParseError(n,s.start,s.end)}}},e.QueryParser.parseBoost=function(t){var r=t.consumeLexeme();if(void 0!=r){var i=parseInt(r.str,10);if(isNaN(i)){var n="boost must be numeric";throw new e.QueryParseError(n,r.start,r.end)}t.currentClause.boost=i;var s=t.peekLexeme();if(void 0==s)return void t.nextClause();switch(s.type){case e.QueryLexer.TERM:return t.nextClause(),e.QueryParser.parseTerm;case e.QueryLexer.FIELD:return t.nextClause(),e.QueryParser.parseField;case e.QueryLexer.EDIT_DISTANCE:return e.QueryParser.parseEditDistance;case e.QueryLexer.BOOST:return e.QueryParser.parseBoost;case e.QueryLexer.PRESENCE:return t.nextClause(),e.QueryParser.parsePresence;default:var n="Unexpected lexeme type '"+s.type+"'";throw new e.QueryParseError(n,s.start,s.end)}}},function(e,t){"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():e.lunr=t()}(this,function(){return e})}(); diff --git a/pr-preview/pr-1544/boxes.html b/pr-preview/pr-1544/boxes.html new file mode 100644 index 0000000..02c061d --- /dev/null +++ b/pr-preview/pr-1544/boxes.html @@ -0,0 +1,31 @@ + Boxes - Vagrant Libvirt Documentation Boxes | Vagrant Libvirt Documentation Link Search Menu Expand Document

Existing Boxes

Libvirt ready boxes can be downloaded at Vagrant Cloud.

Creating Boxes

It’s possible to also create custom boxes using existing boxes as the initial starting point.

If creating a box from a modified vagrant-libvirt machine, ensure that you have set the config.ssh.insert_key = false in the original Vagrantfile as otherwise Vagrant will replace the default connection key-pair that is required on first boot with one specific to the machine and prevent the default key from working on the exported result.
Vagrant.configure("2") do |config|
+  # this setting is only recommended if planning to export the
+  # resulting machine
+  config.ssh.insert_key = false
+
+  config.vm.define :test_vm do |test_vm|
+    test_vm.vm.box = "fedora/32-cloud-base"
+  end
+end

Using Vagrant Package

vagrant-libvirt has native support for vagrant package via libguestfs virt-sysprep. virt-sysprep operations can be customized via the VAGRANT_LIBVIRT_VIRT_SYSPREP_OPERATIONS environment variable; see the upstream documentation for further details especially on default sysprep operations enabled for your system.

Options to the virt-sysprep command call can be passed via VAGRANT_LIBVIRT_VIRT_SYSPREP_OPTIONS environment variable.

$ export VAGRANT_LIBVIRT_VIRT_SYSPREP_OPTIONS="--delete /etc/hostname"
+$ vagrant package
+

For example, on Chef bento VMs that require SSH hostkeys already set (e.g. bento/debian-7) as well as leave existing LVM UUIDs untouched (e.g. bento/ubuntu-18.04), these can be packaged into vagrant-libvirt boxes like so:

$ export VAGRANT_LIBVIRT_VIRT_SYSPREP_OPERATIONS="defaults,-ssh-userdir,-ssh-hostkeys,-lvm-uuids"
+$ vagrant package
+

From qcow2 Image

To create a vagrant-libvirt box from a qcow2 image, run create_box.sh (located in the tools directory):

$ create_box.sh ubuntu14.qcow2
+

Packer

You can also create a box by using Packer. Packer templates for use with vagrant-libvirt are available at https://github.com/jakobadam/packer-qemu-templates. After cloning that project you can build a vagrant-libvirt box by running:

$ cd packer-qemu-templates
+$ packer build ubuntu-14.04-server-amd64-vagrant.json
+

Box Formats

Version 1

This is the original format that most boxes currently use.

You can view an example box in the example_box/directory. That directory also contains instructions on how to build a box.

The box is a tarball containing:

  • qcow2 image file named box.img
  • metadata.json file describing box image (provider, virtual_size, format)
  • Vagrantfile that does default settings for the provider-specific configuration for this provider

Version 2 (Experimental)

Due to the limitation of only being able to handle a single disk with the version 1 format, a new format was added to support boxes that need to specify multiple disks. This is still currently experimental and as such is not the default format. Packaging support is in place and will automatically alert you if attempting to package a machine with additional disks attached. To enable the new format to verify ahead of it becoming the default, export the variable VAGRANT_LIBVIRT_BOX_FORMAT_VERSION=v2 before running vagrant package

Additionally there is a script in the tools folder (tools/create_box_with_two_disks.sh) that provides a guideline on how to create such a box from qcow2 images should it not be practical use a vagrant machine with additional storage as a starting point.

At it’s most basic, it expects an array of disks to allow a specific order to be presented. Disks will be attached in this order and as such assume device names base on this within the VM. The ‘path’ attribute is required, and is expected to be relative to the base of the box. This should allow placing the disk images within a nested directory within the box if it useful for those with a larger number of disks. The name allows overriding the target volume name that will be used in the libvirt storage pool. Note that vagrant-libvirt will still prefix the volume name with #{box_name}_vagrant_box_image_#{box_version}_ to avoid accidental clashes with other boxes.

Format and virtual size need no longer be specified as they are now retrieved directly from the provided image using qemu-img info ....

Example format:

{
+  "disks": [
+      {
+          "path": "disk1.img"
+      },
+      {
+          "path": "disk2.img",
+          "name": "secondary_disk"
+      },
+      {
+          "path": "disk3.img"
+      }
+  ],
+  "provider": "libvirt"
+}
+

diff --git a/pr-preview/pr-1544/configuration.html b/pr-preview/pr-1544/configuration.html new file mode 100644 index 0000000..1dd1ef5 --- /dev/null +++ b/pr-preview/pr-1544/configuration.html @@ -0,0 +1,260 @@ + Configuration - Vagrant Libvirt Documentation Configuration | Vagrant Libvirt Documentation Link Search Menu Expand Document

Although it should work without any configuration for most people, this provider exposes quite a few provider-specific configuration options.

Provider Options

Connection Options

The following options allow you to configure how vagrant-libvirt connects to Libvirt, and are used to generate the Libvirt connection URI:

  • driver - A hypervisor name to access. For now only KVM and QEMU are supported
  • host - The name of the server, where Libvirtd is running
  • connect_via_ssh - If use ssh tunnel to connect to Libvirt. Absolutely needed to access Libvirt on remote host. It will not be able to get the IP address of a started VM otherwise.
  • username - Username and password to access Libvirt
  • password - Password to access Libvirt
  • id_ssh_key_file - If not nil, uses this ssh private key to access Libvirt. Default is $HOME/.ssh/id_rsa. Prepends $HOME/.ssh/ if no directory
  • socket - Path to the Libvirt unix socket (e.g. /var/run/libvirt/libvirt-sock)
  • uri - For advanced usage. Directly specifies what Libvirt connection URI vagrant-libvirt should use. Overrides all above connection configuration options
  • proxy_command - For advanced usage. When connecting to remote libvirt instances, if the default constructed proxy_command which uses -W %h:%p does not work, set this as needed. It performs interpolation using {key} and supports only {host}, {username}, and {id_ssh_key_file}. This is to try and avoid issues with escaping % and $ which might be necessary to the ssh command itself. e.g.: libvirt.proxy_command = "ssh {host} -l {username} -i {id_ssh_key_file} nc %h %p"

In the event that none of these are set (excluding the driver option) the provider will attempt to retrieve the uri from the environment variable LIBVIRT_DEFAULT_URI similar to how virsh works. If any of them are set, it will ignore the environment variable. The reason the driver option is ignored is that it is not uncommon for this to be explicitly set on the box itself and there is no easily to determine whether it is being set by the user or the box packager.

Connection-independent options:

  • storage_pool_name - Libvirt storage pool name, where box image and instance snapshots (if snapshot_pool_name is not set) will be stored.
  • snapshot_pool_name - Libvirt storage pool name. If set, the created snapshot of the instance will be stored at this location instead of storage_pool_name.

Connection example:

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.host = "example.com"
+  end
+end
+

Domain Specific Options

  • title - A short description of the domain.
  • description - A human readable description of the virtual machine.
  • random_hostname - To create a domain name with extra information on the end to prevent hostname conflicts.
  • default_prefix - The default Libvirt guest name becomes a concatenation of the <current_directory>_<guest_name>. The current working directory is the default prefix to the guest name. The default_prefix options allow you to set the guest name prefix.
  • disk_bus - The type of disk device to emulate. Defaults to virtio if not set. Possible values are documented in Libvirt’s description for target. NOTE: this option applies only to disks associated with a box image. To set the bus type on additional disks, see the Additional Disks section.
  • disk_controller_model - the controller model to use. Ignored unless either disk_bus is set to scsi or disk_device starts with sd, which is a hint to use scsi. Defaults to virtio-scsi when it encounters either of the config values for disk_bus or disk_device. See libvirt controller models for other possible values. NOTE: this option applies only to the disks associated with a box image.
  • disk_device - The disk device to emulate. Defaults to vda if not set, which should be fine for paravirtualized guests, but some fully virtualized guests may require hda. NOTE: this option also applies only to disks associated with a box image.
  • disk_driver - Extra options for the main disk driver (see Libvirt documentation). NOTE: this option also applies only to disks associated with a box image. In all cases, the value nil can be used to force the hypervisor default behaviour (e.g. to override settings defined in top-level Vagrantfiles). Supported options include:
    • :cache - Controls the cache mechanism. Possible values are “default”, “none”, “writethrough”, “writeback”, “directsync” and “unsafe”.
    • :io - Controls specific policies on I/O. Possible values are “threads” and “native”.
    • :copy_on_read - Controls whether to copy read backing file into the image file. The value can be either “on” or “off”.
    • :discard - Controls whether discard requests (also known as “trim” or “unmap”) are ignored or passed to the filesystem. Possible values are “unmap” or “ignore”. Note: for discard to work, you will likely also need to set disk_bus = 'scsi'
    • :detect_zeroes - Controls whether to detect zero write requests. The value can be “off”, “on” or “unmap”.
  • nic_model_type - parameter specifies the model of the network adapter when you create a domain value by default virtio KVM believe possible values, see the documentation for Libvirt.
  • shares - Proportional weighted share for the domain relative to others. For more details see documentation.
  • memory - Amount of memory in MBytes. Defaults to 512 if not set.
  • cpus - Number of virtual cpus. Defaults to 1 if not set.
  • cpuset - Physical cpus to which the vcpus can be pinned. For more details see documentation.
  • cputopology - Number of CPU sockets, cores and threads running per core. All fields of :sockets, :cores and :threads are mandatory, cpus domain option must be present and must be equal to total count of sockets * cores * threads. For more details see documentation.
  • nodeset - Physical NUMA nodes where virtual memory can be pinned. For more details see documentation.

    Vagrant.configure("2") do |config|
    +  config.vm.provider :libvirt do |libvirt|
    +    libvirt.cpus = 4
    +    libvirt.cpuset = '1-4,^3,6'
    +    libvirt.cputopology :sockets => '2', :cores => '2', :threads => '1'
    +  end
    +end
    +
  • nested - Enable nested virtualization. Default is false.
  • cpu_mode - CPU emulation mode. Defaults to ‘host-model’ if not set. Allowed values: host-model, host-passthrough, custom.
  • cpu_model - CPU Model. Defaults to ‘qemu64’ if not set and cpu_mode is custom and to ‘’ otherwise. This can really only be used when setting cpu_mode to custom.
  • cpu_fallback - Whether to allow Libvirt to fall back to a CPU model close to the specified model if features in the guest CPU are not supported on the host. Defaults to ‘allow’ if not set. Allowed values: allow, forbid.
  • numa_nodes - Specify an array of NUMA nodes for the guest. The syntax is similar to what would be set in the domain XML. memory must be in MB. Symmetrical and asymmetrical topologies are supported but make sure your total count of defined CPUs adds up to v.cpus.

    The sum of all the memory defined here will act as your total memory for your guest VM. This sum will override what is set in v.memory

    v.cpus = 4
    +v.numa_nodes = [
    +  {:cpus => "0-1", :memory => "1024"},
    +  {:cpus => "2-3", :memory => "4096"}
    +]
    +
  • loader - Sets path to custom UEFI loader.
  • kernel - To launch the guest with a kernel residing on host filesystems. Equivalent to qemu -kernel.
  • initrd - To specify the initramfs/initrd to use for the guest. Equivalent to qemu -initrd.
  • cmd_line - Arguments passed on to the guest kernel initramfs or initrd to use. Equivalent to qemu -append, only possible to use in combination with initrd and kernel.
  • graphics_type - Sets the protocol used to expose the guest display. Defaults to vnc. Possible values are “sdl”, “curses”, “none”, “gtk”, “vnc” or “spice”.
  • graphics_port - Sets the port for the display protocol to bind to. Defaults to -1, which will be set automatically by libvirt.
  • graphics_ip - Sets the IP for the display protocol to bind to. Defaults to “127.0.0.1”.
  • graphics_passwd - Sets the password for the display protocol. Working for vnc and Spice. by default working without passsword.
  • graphics_autoport - Sets autoport for graphics, Libvirt in this case ignores graphics_port value, Defaults to ‘yes’. Possible value are “yes” and “no”
  • graphics_gl - Set to true to enable OpenGL. Defaults to true if video_accel3d is true.
  • keymap - Set keymap for vm. default: en-us
  • kvm_hidden - Hide the hypervisor from the guest. Useful for GPU passthrough on stubborn drivers. Default is false.
  • video_type - Sets the graphics card type exposed to the guest. Defaults to “cirrus”. Possible values are “vga”, “cirrus”, “vmvga”, “xen”, “vbox”, or “qxl”.
  • video_vram - Used by some graphics card types to vary the amount of RAM dedicated to video. Defaults to 16384.
  • video_accel3d - Set to true to enable 3D acceleration. Defaults to false.
  • sound_type - Set the virtual sound card Defaults to “ich6”.
  • machine_type - Sets machine type. Equivalent to qemu -machine. Use qemu-system-x86_64 -machine help to get a list of supported machines.
  • machine_arch - Sets machine architecture. This helps Libvirt to determine the correct emulator type. Possible values depend on your version of QEMU. For possible values, see which emulator executable qemu-system-* your system provides. Common examples are aarch64, alpha, arm, cris, i386, lm32, m68k, microblaze, microblazeel, mips, mips64, mips64el, mipsel, moxie, or32, ppc, ppc64, ppcemb, s390x, sh4, sh4eb, sparc, sparc64, tricore, unicore32, x86_64, xtensa, xtensaeb.
  • machine_virtual_size - Sets the disk size in GB for the machine overriding the default specified in the box. Allows boxes to defined with a minimal size disk by default and to be grown to a larger size at creation time. Will ignore sizes smaller than the size specified by the box metadata. Note that currently there is no support for automatically resizing the filesystem to take advantage of the larger disk.
  • emulator_path - Explicitly select which device model emulator to use by providing the path, e.g. /usr/bin/qemu-system-x86_64. This is especially useful on systems that fail to select it automatically based on machine_arch which then results in a capability error.
  • boot - Change the boot order and enables the boot menu. Possible options are “hd”, “network”, “cdrom”. Defaults to “hd” with boot menu disabled. When “network” is set without “hd”, only all NICs will be tried; see below for more detail.
  • nic_adapter_count - Defaults to ‘8’. Only use case for increasing this count is for VMs that virtualize switches such as Cumulus Linux. Max value for Cumulus Linux VMs is 33.
  • uuid - Force a domain UUID. Defaults to autogenerated value by Libvirt if not set.
  • suspend_mode - What is done on vagrant suspend. Possible values: ‘pause’, ‘managedsave’. Pause mode executes a la virsh suspend, which just pauses execution of a VM, not freeing resources. Managed save mode does a la virsh managedsave which frees resources suspending a domain.
  • tpm_model - The model of the TPM to which you wish to connect.
  • tpm_type - The type of TPM device to which you are connecting.
  • tpm_path - The path to the TPM device on the host system.
  • tpm_version - The TPM version to use.
  • dtb - The device tree blob file, mostly used for non-x86 platforms. In case the device tree isn’t added in-line to the kernel, it can be manually specified here.
  • autostart - Automatically start the domain when the host boots. Defaults to ‘false’.
  • channel - Libvirt channels. Configure a private communication channel between the host and guest, e.g. for use by the QEMU guest agent and the Spice/QXL graphics type.
  • mgmt_attach - Decide if VM has interface in mgmt network. If set to ‘false’ it is not possible to communicate with VM through vagrant ssh or run provisioning. Setting to ‘false’ is only possible when VM doesn’t use box or vagrant is told not to connect via ssh. Defaults set to ‘true’.
  • serial - libvirt serial devices. Configure a serial/console port to communicate with the guest. Can be used to log to file boot time messages sent to ttyS0 console by the guest.

Specific domain settings can be set for each domain separately in multi-VM environment. Example below shows a part of Vagrantfile, where specific options are set for dbserver domain.

Vagrant.configure("2") do |config|
+  config.vm.define :dbserver do |dbserver|
+    dbserver.vm.box = "centos64"
+    dbserver.vm.provider :libvirt do |domain|
+      domain.memory = 2048
+      domain.cpus = 2
+      domain.nested = true
+      domain.disk_driver :cache => 'none'
+    end
+  end
+
+  # ...
+

The following example shows part of a Vagrantfile that enables the VM to boot from a network interface first and a hard disk second. This could be used to run VMs that are meant to be a PXE booted machines. Be aware that if hd is not specified as a boot option, it will never be tried.

Vagrant.configure("2") do |config|
+  config.vm.define :pxeclient do |pxeclient|
+    pxeclient.vm.box = "centos64"
+    pxeclient.vm.provider :libvirt do |domain|
+      domain.boot 'network'
+      domain.boot 'hd'
+    end
+  end
+
+  # ...
+

Reload behavior

On vagrant reload the following domain specific attributes are updated in defined domain:

  • disk_bus - Is updated only on disks. It skips CDROMs
  • nic_model_type - Updated
  • memory - Updated
  • cpus - Updated
  • nested - Updated
  • cpu_mode - Updated. Pay attention that custom mode is not supported
  • graphics_type - Updated
  • graphics_port - Updated
  • graphics_ip - Updated
  • graphics_passwd - Updated
  • graphics_autoport - Updated
  • keymap - Updated
  • video_type - Updated
  • video_vram - Updated
  • tpm_model - Updated
  • tpm_type - Updated
  • tpm_path - Updated
  • tpm_version - Updated

Networks

Networking features in the form of config.vm.network support private networks concept. It supports both the virtual network switch routing types and the point to point Guest OS to Guest OS setting using UDP/Mcast/TCP tunnel interfaces.

http://wiki.libvirt.org/page/VirtualNetworking

https://libvirt.org/formatdomain.html#elementsNICSTCP

http://libvirt.org/formatdomain.html#elementsNICSMulticast

http://libvirt.org/formatdomain.html#elementsNICSUDP (in Libvirt v1.2.20 and higher)

Public Network interfaces are currently implemented using the macvtap driver. The macvtap driver is only available with the Linux Kernel version >= 2.6.24. See the following Libvirt documentation for the details of the macvtap usage.

http://www.libvirt.org/formatdomain.html#elementsNICSDirect

An examples of network interface definitions:

  # Private network using virtual network switching
+  config.vm.define :test_vm1 do |test_vm1|
+    test_vm1.vm.network :private_network, :ip => "10.20.30.40"
+  end
+
+  # Private network using DHCP and a custom network
+  config.vm.define :test_vm1 do |test_vm1|
+    test_vm1.vm.network :private_network,
+      :type => "dhcp",
+      :libvirt__network_address => '10.20.30.0'
+  end
+
+  # Private network (as above) using a domain name
+  config.vm.define :test_vm1 do |test_vm1|
+    test_vm1.vm.network :private_network,
+      :ip => "10.20.30.40",
+      :libvirt__domain_name => "test.local"
+  end
+
+  # Private network. Point to Point between 2 Guest OS using a TCP tunnel
+  # Guest 1
+  config.vm.define :test_vm1 do |test_vm1|
+    test_vm1.vm.network :private_network,
+      :libvirt__tunnel_type => 'server',
+      # default is 127.0.0.1 if omitted
+      # :libvirt__tunnel_ip => '127.0.0.1',
+      :libvirt__tunnel_port => '11111'
+    # network with ipv6 support
+    test_vm1.vm.network :private_network,
+      :ip => "10.20.5.42",
+      :libvirt__guest_ipv6 => "yes",
+      :libvirt__ipv6_address => "2001:db8:ca2:6::1",
+      :libvirt__ipv6_prefix => "64"
+
+  # Guest 2
+  config.vm.define :test_vm2 do |test_vm2|
+    test_vm2.vm.network :private_network,
+      :libvirt__tunnel_type => 'client',
+      # default is 127.0.0.1 if omitted
+      # :libvirt__tunnel_ip => '127.0.0.1',
+      :libvirt__tunnel_port => '11111'
+    # network with ipv6 support
+    test_vm2.vm.network :private_network,
+      :ip => "10.20.5.45",
+      :libvirt__guest_ipv6 => "yes",
+      :libvirt__ipv6_address => "2001:db8:ca2:6::1",
+      :libvirt__ipv6_prefix => "64"
+
+
+  # Public Network
+  config.vm.define :test_vm1 do |test_vm1|
+    test_vm1.vm.network :public_network,
+      :dev => "virbr0",
+      :mode => "bridge",
+      :type => "bridge"
+  end
+

In example below, one network interface is configured for VM test_vm1. After you run vagrant up, VM will be accessible on IP address 10.20.30.40. So if you install a web server via provisioner, you will be able to access your testing server on http://10.20.30.40 URL. But beware that this address is private to Libvirt host only. It’s not visible outside of the hypervisor box.

If network 10.20.30.0/24 doesn’t exist, provider will create it. By default created networks are NATed to outside world, so your VM will be able to connect to the internet (if hypervisor can). And by default, DHCP is offering addresses on newly created networks.

The second interface is created and bridged into the physical device eth0. This mechanism uses the macvtap Kernel driver and therefore does not require an existing bridge device. This configuration assumes that DHCP and DNS services are being provided by the public network. This public interface should be reachable by anyone with access to the public network.

Private Network Options

Note: These options are not applicable to public network interfaces.

There is a way to pass specific options for Libvirt provider when using config.vm.network to configure new network interface. Each parameter name starts with libvirt__ string. Here is a list of those options:

  • :libvirt__network_name - Name of Libvirt network to connect to. By default, network ‘default’ is used.
  • :libvirt__netmask - Used only together with :ip option. Default is ‘255.255.255.0’.
  • :libvirt__network_address - Used only when :type is set to dhcp. Only /24 subnet is supported. Default is 172.28.128.0.
  • :libvirt__host_ip - Address to use for the host (not guest). Default is first possible address (after network address).
  • :libvirt__domain_name - DNS domain of the DHCP server. Used only when creating new network.
  • :libvirt__dhcp_enabled - If DHCP will offer addresses, or not. Used only when creating new network. Default is true.
  • :libvirt__dhcp_start - First address given out via DHCP. Default is third address in range (after network name and gateway).
  • :libvirt__dhcp_stop - Last address given out via DHCP. Default is last possible address in range (before broadcast address).
  • :libvirt__dhcp_bootp_file - The file to be used for the boot image. Used only when dhcp is enabled.
  • :libvirt__dhcp_bootp_server - The server that runs the DHCP server. Used only when dhcp is enabled.By default is the same host that runs the DHCP server.
  • :libvirt__tftp_root - Path to the root directory served via TFTP.
  • :libvirt__adapter - Number specifying sequence number of interface.
  • :libvirt__forward_mode - Specify one of veryisolated, none, open, nat or route options. This option is used only when creating new network. Mode none will create isolated network without NATing or routing outside. You will want to use NATed forwarding typically to reach networks outside of hypervisor. Routed forwarding is typically useful to reach other networks within hypervisor. veryisolated described here. By default, option nat is used.
  • :libvirt__forward_device - Name of interface/device, where network should be forwarded (NATed or routed). Used only when creating new network. By default, all physical interfaces are used.
  • :libvirt__tunnel_type - Set to ‘udp’ if using UDP unicast tunnel mode (libvirt v1.2.20 or higher). Set this to either “server” or “client” for tcp tunneling. Set this to ‘mcast’ if using multicast tunneling. This configuration type uses tunnels to generate point to point connections between Guests. Useful for Switch VMs like Cumulus Linux. No virtual switch setting like libvirt__network_name applies with tunnel interfaces and will be ignored if configured.
  • :libvirt__tunnel_ip - Sets the source IP of the Libvirt tunnel interface. By default this is 127.0.0.1 for TCP and UDP tunnels and 239.255.1.1 for Multicast tunnels. It populates the address field in the <source address="XXX"> of the interface xml configuration.
  • :libvirt__tunnel_port - Sets the source port the tcp/udp/mcast tunnel with use. This port information is placed in the <source port=XXX/> section of interface xml configuration.
  • :libvirt__tunnel_local_port - Sets the local port used by the udp tunnel interface type. It populates the port field in the <local port=XXX"> section of the interface xml configuration. (This feature only works in Libvirt 1.2.20 and higher)
  • :libvirt__tunnel_local_ip - Sets the local IP used by the udp tunnel interface type. It populates the ip entry of the <local address=XXX"> section of the interface xml configuration. (This feature only works in Libvirt 1.2.20 and higher)
  • :libvirt__guest_ipv6 - Enable or disable guest-to-guest IPv6 communication. See here, and here for for more information. Note: takes either ‘yes’ or ‘no’ for value
  • :libvirt__ipv6_address - Define ipv6 address, require also prefix.
  • :libvirt__ipv6_prefix - Define ipv6 prefix. generate string <ip family="ipv6" address="address" prefix="prefix" >
  • :libvirt__iface_name - Define a name for the private network interface. With this feature one can simulate physical link failures
  • :mac - MAC address for the interface. Note: specify this in lowercase since Vagrant network scripts assume it will be!
  • :libvirt__mtu - MTU size for the Libvirt network, if not defined, the created network will use the Libvirt default (1500). VMs still need to set the MTU accordingly.
  • :model_type - parameter specifies the model of the network adapter when you create a domain value by default virtio KVM believe possible values, see the documentation for Libvirt
  • :libvirt__driver_name - Define which network driver to use. More info
  • :libvirt__driver_queues - Define a number of queues to be used for network interface. Set equal to number of vCPUs for best performance. More info
  • :autostart - Automatic startup of network by the Libvirt daemon. If not specified the default is ‘false’.
  • :bus - The bus of the PCI device. Both :bus and :slot have to be defined.
  • :slot - The slot of the PCI device. Both :bus and :slot have to be defined.
  • :libvirt__always_destroy - Allow domains that use but did not create a network to destroy it when the domain is destroyed (default: true). Set to false to only allow the domain that created the network to destroy it.

When the option :libvirt__dhcp_enabled is to to ‘false’ it shouldn’t matter whether the virtual network contains a DHCP server or not and vagrant-libvirt should not fail on it. The only situation where vagrant-libvirt should fail is when DHCP is requested but isn’t configured on a matching already existing virtual network.

Public Network Options

  • :dev - Physical device that the public interface should use. Default is ‘eth0’.
  • :mode - The mode in which the public interface should operate in. Supported modes are available from the libvirt documentation. Default mode is ‘bridge’.
  • :type - is type of interface.(<interface type="#{@type}">)
  • :mac - MAC address for the interface.
  • :network_name - Name of Libvirt network to connect to.
  • :portgroup - Name of Libvirt portgroup to connect to.
  • :ovs - Support to connect to an Open vSwitch bridge device. Default is ‘false’.
  • :ovs_interfaceid - Add Open vSwitch ‘interfaceid’ parameter.
  • :trust_guest_rx_filters - Support trustGuestRxFilters attribute. Details are listed here. Default is ‘false’.

Management Network

vagrant-libvirt uses a private network to perform some management operations on VMs. All VMs will have an interface connected to this network and an IP address dynamically assigned by Libvirt unless you set :mgmt_attach to ‘false’. This is in addition to any networks you configure. The name and address used by this network are configurable at the provider level.

  • management_network_name - Name of Libvirt network to which all VMs will be connected. If not specified the default is ‘vagrant-libvirt’.
  • management_network_address - Address of network to which all VMs will be connected. Must include the address and subnet mask. If not specified the default is ‘192.168.121.0/24’.
  • management_network_mode - Network mode for the Libvirt management network. Specify one of veryisolated, none, open, nat or route options. Further documented under Private Networks
  • management_network_guest_ipv6 - Enable or disable guest-to-guest IPv6 communication. See here, and here for for more information.
  • management_network_autostart - Automatic startup of mgmt network, if not specified the default is ‘false’.
  • management_network_pci_bus - The bus of the PCI device.
  • management_network_pci_slot - The slot of the PCI device.
  • management_network_mac - MAC address of management network interface.
  • management_network_domain - Domain name assigned to the management network.
  • management_network_mtu - MTU size of management network. If not specified, the Libvirt default (1500) will be used.
  • management_network_keep - Starting from version 0.7.0, always_destroy is set to true by default for any network. This option allows to change this behaviour for the management network.

You may wonder how vagrant-libvirt knows the IP address a VM received. Libvirt doesn’t provide a standard way to find out the IP address of a running domain. But we do know the MAC address of the virtual machine’s interface on the management network. Libvirt is closely connected with dnsmasq, which acts as a DHCP server. dnsmasq writes lease information in the /var/lib/libvirt/dnsmasq directory. Vagrant-libvirt looks for the MAC address in this file and extracts the corresponding IP address.

It is also possible to use the Qemu Agent to extract the management interface configuration from the booted virtual machine. This is helpful in libvirt environments where no local dnsmasq is used for automatic address assignment, but external dhcp services via bridged libvirt networks.

Prerequisite is to enable the qemu agent channel via (Libvirt communication channels) and the virtual machine image must have the agent pre-installed before deploy. The agent will start automatically if it detects an attached channel during boot.

  • qemu_use_agent - false by default, if set to true, attempt to extract configured ip address via qemu agent.

By default if qemu_use_agent is set to true the code will automatically inject a suitable channel unless there already exists an entry with a :target_name matching 'org.qemu.guest_agent.'. Alternatively if setting qemu_use_agent but, needing to disable the addition of the channel, simply use a disabled flag as follows:

Vagrant.configure(2) do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.channel :type => 'unix', :target_name => 'org.qemu.guest_agent.0', :disabled => true
+  end
+end
+

To use the management network interface with an external dhcp service you need to setup a bridged host network manually and define it via management_network_name in your Vagrantfile.

Additional Disks

You can create and attach additional disks to a VM via libvirt.storage :file. It has a number of options:

  • path - Location of the disk image. If unspecified, a path is automatically chosen in the same storage pool as the VMs primary disk.
  • device - Name of the device node the disk image will have in the VM, e.g. vdb. If unspecified, the next available device is chosen.
  • size - Size of the disk image. If unspecified, defaults to 10G.
  • type - Type of disk image to create. Defaults to qcow2.
  • bus - Type of bus to connect device to. Defaults to virtio.
  • allow_existing - Set to true if you want to allow the VM to use a pre-existing disk. If the disk doesn’t exist it will be created. Disks with this option set to true need to be removed manually.
  • shareable - Set to true if you want to simulate shared SAN storage.
  • serial - Serial number of the disk device.
  • wwn - WWN number of the disk device.

The following disk performance options can also be configured (see the libvirt documentation for possible values or here for a fuller explanation). In all cases, the options use the hypervisor default if not specified, or if set to nil.

  • cache - Cache mode to use. Value may be default, none, writeback, writethrough, directsync or unsafe.
  • io - Controls specific policies on I/O. Value may be threads or native.
  • copy_on_read - Controls whether to copy read backing file into the image file. Value may be on or off.
  • discard - Controls whether discard requests (also known as “trim” or “unmap”) are ignored or passed to the filesystem. Value may be unmap or ignore. Note: for discard to work, you will likely also need to set :bus => 'scsi'
  • detect_zeroes - Controls whether to detect zero write requests. Value may be off, on or unmap.

The following example creates two additional disks.

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.storage :file, :size => '20G'
+    libvirt.storage :file, :size => '40G', :bus => 'scsi', :type => 'raw', :discard => 'unmap', :detect_zeroes => 'on'
+  end
+end
+

For shared SAN storage to work the following example can be used:

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.storage :file, :size => '20G', :path => 'my_shared_disk.img', :allow_existing => true, :shareable => true, :type => 'raw'
+  end
+end
+

Reload behavior

On vagrant reload the following additional disk attributes are updated in defined domain:

  • bus - Updated. Uses device as a search marker. It is not required to define device, but it’s recommended. If device is defined then the order of additional disk definition becomes irrelevant.

CDROMs

You can attach up to four CDROMs to a VM via libvirt.storage :file, :device => :cdrom. Available options are:

  • path - The path to the iso to be used for the CDROM drive.
  • dev - The device to use (hda, hdb, hdc, or hdd). This will be automatically determined if unspecified.
  • bus - The bus to use for the CDROM drive. Defaults to ide

The following example creates three CDROM drives in the VM:

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.storage :file, :device => :cdrom, :path => '/path/to/iso1.iso'
+    libvirt.storage :file, :device => :cdrom, :path => '/path/to/iso2.iso'
+    libvirt.storage :file, :device => :cdrom, :path => '/path/to/iso3.iso'
+  end
+end
+

Input

You can specify multiple inputs to the VM via libvirt.input. Available options are listed below. Note that both options are required:

  • type - The type of the input
  • bus - The bus of the input
Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    # this is the default
+    # libvirt.input :type => "mouse", :bus => "ps2"
+
+    # very useful when having mouse issues when viewing VM via VNC
+    libvirt.input :type => "tablet", :bus => "usb"
+  end
+end
+

PCI device passthrough

You can specify multiple PCI devices to passthrough to the VM via libvirt.pci. Available options are listed below. Note that all options are required, except domain, which defaults to 0x0000:

  • domain - The domain of the PCI device
  • bus - The bus of the PCI device
  • slot - The slot of the PCI device
  • function - The function of the PCI device

You can extract that information from output of lspci command. First characters of each line are in format [<domain>]:[<bus>]:[<slot>].[<func>]. For example:

$ lspci| grep NVIDIA
+0000:03:00.0 VGA compatible controller: NVIDIA Corporation GK110B [GeForce GTX TITAN Black] (rev a1)
+

In that case domain is 0x0000, bus is 0x03, slot is 0x00 and function is 0x0.

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.pci :domain => '0x0000', :bus => '0x06', :slot => '0x12', :function => '0x5'
+
+    # Add another one if it is necessary
+    libvirt.pci :domain => '0x0000', :bus => '0x03', :slot => '0x00', :function => '0x0'
+  end
+end
+

Note! Above options affect configuration only at domain creation. It won’t change VM behaviour on vagrant reload after domain was created.

Don’t forget to set kvm_hidden option to true especially if you are passthroughing NVIDIA GPUs. Otherwise GPU is visible from VM but cannot be operated.

Using USB Devices

There are several ways to pass a USB device through to a running instance:

  • Use libvirt.usb to attach a USB device at boot, with the device ID specified in the Vagrantfile
  • Use a client (such as virt-viewer or virt-manager) to attach the device at runtime via USB redirectors
  • Use virsh attach-device once the VM is running (however, this is outside the scope of this readme)

In all cases, if you wish to use a high-speed USB device, you will need to use libvirt.usb_controller to specify a USB2 or USB3 controller, as the default configuration only exposes a USB1.1 controller.

USB Controller Configuration

The USB controller can be configured using libvirt.usb_controller, with the following options:

  • model - The USB controller device model to emulate. (mandatory)
  • ports - The number of devices that can be connected to the controller.
Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    # Set up a USB3 controller
+    libvirt.usb_controller :model => "qemu-xhci"
+  end
+end
+

See the libvirt documentation for a list of valid models.

If any USB devices are passed through by setting libvirt.usb or libvirt.redirdev, a default controller will be added using the model qemu-xhci in the absence of a user specified one. This should help ensure more devices work out of the box as the default configured by libvirt is pii3-uhci, which appears to only work for USB 1 devices and does not work as expected when connected via a USB 2 controller, while the xhci stack should work for all versions of USB.

USB Device Passthrough

You can specify multiple USB devices to passthrough to the VM via libvirt.usb. The device can be specified by the following options:

  • bus - The USB bus ID, e.g. “1”
  • device - The USB device ID, e.g. “2”
  • vendor - The USB devices vendor ID (VID), e.g. “0x1234”
  • product - The USB devices product ID (PID), e.g. “0xabcd”

At least one of these has to be specified, and bus and device may only be used together.

The example values above match the device from the following output of lsusb:

Bus 001 Device 002: ID 1234:abcd Example device
+
Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    # pass through specific device based on identifying it
+    libvirt.usb :vendor => '0x1234', :product => '0xabcd'
+    # pass through a host device where multiple of the same vendor/product exist
+    libvirt.usb :bus => '1', :device => '1'
+  end
+end
+

Additionally, the following options can be used:

  • startupPolicy - Is passed through to Libvirt and controls if the device has to exist. Libvirt currently allows the following values: “mandatory”, “requisite”, “optional”.

USB Redirector Devices

You can specify multiple redirect devices via libvirt.redirdev. There are two types, tcp and spicevmc supported, for forwarding USB-devices to the guest. Available options are listed below.

  • type - The type of the USB redirector device. (tcp or spicevmc)
  • host - The host where the device is attached to. (mandatory for type tcp)
  • port - The port where the device is listening. (mandatory for type tcp)
Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    # add two devices using spicevmc channel
+    (1..2).each do
+      libvirt.redirdev :type => "spicevmc"
+    end
+    # add device, provided by localhost:4000
+    libvirt.redirdev :type => "tcp", :host => "localhost", :port => "4000"
+  end
+end
+

Note that in order to enable USB redirection with Spice clients, you may need to also set libvirt.graphics_type = "spice"

Filter for USB Redirector Devices

You can define filter for redirected devices. These filters can be positive or negative, by setting the mandatory option allow=yes or allow=no. All available options are listed below. Note the option allow is mandatory.

  • class - The device class of the USB device. A list of device classes is available on Wikipedia.
  • vendor - The vendor of the USB device.
  • product - The product id of the USB device.
  • version - The version of the USB device. Note that this is the version of bcdDevice
  • allow - allow or disallow redirecting this device. (mandatory)

You can extract that information from output of lsusb command. Every line contains the information in format Bus [<bus>] Device [<device>]: ID [<vendor>:[<product>]. The version can be extracted from the detailed output of the device using lsusb -D /dev/usb/[<bus>]/[<device>]. For example:

# get bcdDevice from
+$: lsusb
+Bus 001 Device 009: ID 08e6:3437 Gemalto (was Gemplus) GemPC Twin SmartCard Reader
+
+$: lsusb -D /dev/bus/usb/001/009 | grep bcdDevice
+  bcdDevice            2.00
+

In this case, the USB device with class 0x0b, vendor 0x08e6, product 0x3437 and bcdDevice version 2.00 is allowed to be redirected to the guest. All other devices will be refused.

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.redirdev :type => "spicevmc"
+    libvirt.redirfilter :class => "0x0b", :vendor => "0x08e6", :product => "0x3437", :version => "2.00", :allow => "yes"
+    libvirt.redirfilter :allow => "no"
+  end
+end
+

Serial Console Devices

You can define settings to redirect output from the serial console of any VM brought up with libvirt to a file or other devices that are listening. See libvirt documentation.

Currently only redirecting to a file is supported.

  • type - only value that has an effect is file, in the future support may be added for virtual console, pty, dev, pipe, tcp, udp, unix socket, spiceport & nmdm.
  • source - options pertaining to how the connection attaches to the host, contains sub-settings dependent on type. source options for type file
    • path - file on host to connect to the serial port to record all output. May be created by qemu system user causing some permissions issues.
Vagrant.configure("2") do |config|
+  config.vm.define :test do |test|
+    test.vm.provider :libvirt do |domain|
+      domain.serial :type => "file", :source => {:path => "/var/log/vm_consoles/test.log"}
+    end
+  end
+end
+

Random number generator passthrough

You can pass through /dev/random to your VM by configuring the domain like this:

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    # Pass through /dev/random from the host to the VM
+    libvirt.random :model => 'random'
+  end
+end
+

At the moment only the random backend is supported.

Watchdog device

A virtual hardware watchdog device can be added to the guest via the libvirt.watchdog element. The option model is mandatory and could have on of the following values.

  • i6300esb - the recommended device, emulating a PCI Intel 6300ESB
  • ‘ib700` - emulating an ISA iBase IB700
  • diag288 - emulating an S390 DIAG288 device

The optional action attribute describes what action to take when the watchdog expires. Valid values are specific to the underlying hypervisor. The default behavior is reset.

  • reset - default, forcefully reset the guest
  • shutdown - gracefully shutdown the guest (not recommended)
  • poweroff - forcefully power off the guest
  • pause - pause the guest
  • none - do nothing
  • dump - automatically dump the guest
  • inject-nmi - inject a non-maskable interrupt into the guest
Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    # Add Libvirt watchdog device model i6300esb
+    libvirt.watchdog :model => 'i6300esb', :action => 'reset'
+  end
+end
+

Smartcard device

A virtual smartcard device can be supplied to the guest via the libvirt.smartcard element. The option mode is mandatory and currently only value passthrough is supported. The value spicevmc for option type is default value and can be suppressed. On using type = tcp, the options source_mode, source_host and source_service are mandatory.

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    # Add smartcard device with type 'spicevmc'
+    libvirt.smartcard :mode => 'passthrough', :type => 'spicevmc'
+  end
+end
+
Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    # Add smartcard device with type 'tcp'
+    domain.smartcard :mode => 'passthrough', :type => 'tcp', :source_mode => 'bind', :source_host => '127.0.0.1', :source_service => '2001'
+  end
+end
+

Hypervisor Features

Hypervisor features can be specified via libvirt.features as a list. The default options that are enabled are acpi, apic and pae. If you define libvirt.features you overwrite the defaults, so keep that in mind.

An example:

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    # Specify the default hypervisor features
+    libvirt.features = ['acpi', 'apic', 'pae' ]
+  end
+end
+

A different example for ARM boards:

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    # Specify the default hypervisor features
+    libvirt.features = ["apic", "gic version='2'" ]
+  end
+end
+

You can also specify a special set of features that help improve the behavior of guests running Microsoft Windows.

You can specify HyperV features via libvirt.hyperv_feature. Available options are listed below. Note that both options are required:

  • name - The name of the feature Hypervisor feature (see Libvirt doc)
  • state - The state for this feature which can be either on or off.
Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    # Relax constraints on timers
+    libvirt.hyperv_feature :name => 'relaxed', :state => 'on'
+    # Enable virtual APIC
+    libvirt.hyperv_feature :name => 'vapic', :state => 'on'
+    # Enable spinlocks (requires retries to be specified)
+    libvirt.hyperv_feature :name => 'spinlocks', :state => 'on', :retries => '8191'
+  end
+end
+

Clock

Clock offset can be specified via libvirt.clock_offset. (Default is utc)

Additionally timers can be specified via libvirt.clock_timer. Available options for timers are: name, track, tickpolicy, frequency, mode, present

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    # Set clock offset to localtime
+    libvirt.clock_offset = 'localtime'
+    # Timers ...
+    libvirt.clock_timer :name => 'rtc', :tickpolicy => 'catchup'
+    libvirt.clock_timer :name => 'pit', :tickpolicy => 'delay'
+    libvirt.clock_timer :name => 'hpet', :present => 'no'
+    libvirt.clock_timer :name => 'hypervclock', :present => 'yes'
+  end
+end
+

CPU features

You can specify CPU feature policies via libvirt.cpu_feature. Available options are listed below. Note that both options are required:

  • name - The name of the feature for the chosen CPU (see Libvirt’s cpu_map.xml)
  • policy - The policy for this feature (one of force, require, optional, disable and forbid - see Libvirt documentation)
Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    # The feature will not be supported by virtual CPU.
+    libvirt.cpu_feature :name => 'hypervisor', :policy => 'disable'
+    # Guest creation will fail unless the feature is supported by host CPU.
+    libvirt.cpu_feature :name => 'vmx', :policy => 'require'
+    # The virtual CPU will claim the feature is supported regardless of it being supported by host CPU.
+    libvirt.cpu_feature :name => 'pdpe1gb', :policy => 'force'
+  end
+end
+

Memory Backing

You can specify memoryBacking options via libvirt.memorybacking. Available options are shown below. Full documentation is available at the libvirt memoryBacking section.

NOTE: The hugepages <page> element is not yet supported

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.memorybacking :hugepages
+    libvirt.memorybacking :nosharepages
+    libvirt.memorybacking :locked
+    libvirt.memorybacking :source, :type => 'file'
+    libvirt.memorybacking :access, :mode => 'shared'
+    libvirt.memorybacking :allocation, :mode => 'immediate'
+  end
+end
+

diff --git a/pr-preview/pr-1544/examples.html b/pr-preview/pr-1544/examples.html new file mode 100644 index 0000000..821a6cf --- /dev/null +++ b/pr-preview/pr-1544/examples.html @@ -0,0 +1,173 @@ + Examples - Vagrant Libvirt Documentation Examples | Vagrant Libvirt Documentation Link Search Menu Expand Document

Examples of specific use cases, and/or in-depth configuration for special behaviour.

No box and PXE boot

There is support for PXE booting VMs with no disks as well as PXE booting VMs with blank disks. There are some limitations:

  • Requires Vagrant 1.6.0 or newer
  • No provisioning scripts are ran
  • No network configuration is being applied to the VM
  • No SSH connection can be made
  • vagrant halt will only work cleanly if the VM handles ACPI shutdown signals

In short, VMs without a box can be created, halted and destroyed but all other functionality cannot be used.

An example for a PXE booted VM with no disks whatsoever:

Vagrant.configure("2") do |config|
+  config.vm.define :pxeclient do |pxeclient|
+    pxeclient.vm.provider :libvirt do |domain|
+      domain.boot 'network'
+    end
+  end
+end
+

And an example for a PXE booted VM with no box but a blank disk which will boot from this HD if the NICs fail to PXE boot:

Vagrant.configure("2") do |config|
+  config.vm.define :pxeclient do |pxeclient|
+    pxeclient.vm.provider :libvirt do |domain|
+      domain.storage :file, :size => '100G', :type => 'qcow2'
+      domain.boot 'network'
+      domain.boot 'hd'
+    end
+  end
+end
+

Example for vm with 2 networks and only 1 is bootable and has dhcp server in this subnet, for example foreman with dhcp server Name of network “foreman_managed” is key for define boot order

    config.vm.define :pxeclient do |pxeclient|
+      pxeclient.vm.network :private_network,ip: '10.0.0.5',
+            libvirt__network_name: "foreman_managed",
+            libvirt__dhcp_enabled: false,
+            libvirt__host_ip: '10.0.0.1'
+
+       pxeclient.vm.provider :libvirt do |domain|
+          domain.memory = 1000
+          boot_network = {'network' => 'foreman_managed'}
+          domain.storage :file, :size => '100G', :type => 'qcow2'
+          domain.boot boot_network
+          domain.boot 'hd'
+        end
+      end
+

An example VM that is PXE booted from the br1 device (which must already be configured in the host machine), and if that fails, is booted from the disk:

Vagrant.configure("2") do |config|
+  config.vm.define :pxeclient do |pxeclient|
+    pxeclient.vm.network :public_network,
+      dev: 'br1',
+      auto_config: false
+    pxeclient.vm.provider :libvirt do |domain|
+      boot_network = {'dev' => 'br1'}
+      domain.storage :file, :size => '100G'
+      domain.boot boot_network
+      domain.boot 'hd'
+    end
+  end
+end
+

SSH Access To VM

vagrant-libvirt supports vagrant’s standard ssh settings.

Forwarded Ports

vagrant-libvirt supports Forwarded Ports via ssh port forwarding. Please note that due to a well known limitation only the TCP protocol is supported. For each forwarded_port directive you specify in your Vagrantfile, vagrant-libvirt will maintain an active ssh process for the lifetime of the VM. If your VM should happen to be rebooted, the SSH session will need to be re-established by halting the VM and bringing it back up.

vagrant-libvirt supports an additional forwarded_port option gateway_ports which defaults to false, but can be set to true if you want the forwarded port to be accessible from outside the Vagrant host. In this case you should also set the host_ip option to '*' since it defaults to 'localhost'.

You can also provide a custom adapter to forward from by ‘adapter’ option. Default is eth0.

Internally Accessible Port Forward

config.vm.network :forwarded_port, guest: 80, host: 2000

Externally Accessible Port Forward

config.vm.network :forwarded_port, guest: 80, host: 2000, host_ip: "0.0.0.0"

Forwarding the ssh-port

Vagrant-libvirt now supports forwarding the standard ssh-port on port 2222 from the localhost to allow for consistent provisioning steps/ports to be used when defining across multiple providers.

To enable, set the following:

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    # Enable forwarding of forwarded_port with id 'ssh'.
+    libvirt.forward_ssh_port = true
+  end
+end
+

Previously by default libvirt skipped the forwarding of the ssh-port because you can access the machine directly. In the future it is expected that this will be enabled by default once autocorrect support is added to handle port collisions for multi machine environments gracefully.

Synced Folders

Vagrant automatically syncs the project folder on the host to /vagrant in the guest. You can also configure additional synced folders.

SECURITY NOTE: for remote Libvirt, nfs synced folders requires a bridged public network interface and you must connect to Libvirt via ssh.

NFS

vagrant-libvirt supports NFS as default with bidirectional synced folders.

Example with NFS:

Vagrant.configure("2") do |config|
+  config.vm.synced_folder "./", "/vagrant"
+end
+

RSync

vagrant-libvirt supports rsync with unidirectional synced folders.

Example with rsync:

Vagrant.configure("2") do |config|
+  config.vm.synced_folder "./", "/vagrant", type: "rsync"
+end
+

9P

vagrant-libvirt supports VirtFS (9p or Plan 9) with bidirectional synced folders.

Difference between NFS and 9p is explained here.

For 9p shares, a mount: false option allows to define synced folders without mounting them at boot.

Example for accessmode: "squash" with 9p:

Vagrant.configure("2") do |config|
+  config.vm.synced_folder "./", "/vagrant", type: "9p", disabled: false, accessmode: "squash", owner: "1000"
+end
+

Example for accessmode: "mapped" with 9p:

Vagrant.configure("2") do |config|
+  config.vm.synced_folder "./", "/vagrant", type: "9p", disabled: false, accessmode: "mapped", mount: false
+end
+

Further documentation on using 9p can be found in kernel docs and in QEMU wiki.

Please do note that 9p depends on support in the guest and not all distros come with the 9p module by default.

Virtio-fs

vagrant-libvirt supports Virtio-fs with bidirectional synced folders.

For virtiofs shares, a mount: false option allows to define synced folders without mounting them at boot.

So far, passthrough is the only supported access mode and it requires running the virtiofsd daemon as root.

QEMU needs to allocate the backing memory for all the guest RAM as shared memory, e.g. Use file-backed memory by enable memory_backing_dir option in /etc/libvirt/qemu.conf:

memory_backing_dir = "/dev/shm"
+

Example for Libvirt >= 6.2.0 (e.g. Ubuntu 20.10 with Linux 5.8.0 + QEMU 5.0 + Libvirt 6.6.0, i.e. NUMA nodes required) with virtiofs:

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.cpus = 2
+    libvirt.numa_nodes = [{ :cpus => "0-1", :memory => 8192, :memAccess => "shared" }]
+    libvirt.memorybacking :access, :mode => "shared"
+  end
+  config.vm.synced_folder "./", "/vagrant", type: "virtiofs"
+end
+

Example for Libvirt >= 6.9.0 (e.g. Ubuntu 21.04 with Linux 5.11.0 + QEMU 5.2 + Libvirt 7.0.0, or Ubuntu 20.04 + PPA enabled) with virtiofs:

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.cpus = 2
+    libvirt.memory = 8192
+    libvirt.memorybacking :access, :mode => "shared"
+  end
+  config.vm.synced_folder "./", "/vagrant", type: "virtiofs"
+end
+

Further documentation on using virtiofs can be found in official HowTo and in Libvirt KB.

Please do note that virtiofs depends on:

  • Host: Linux >= 5.4, QEMU >= 4.2 and Libvirt >= 6.2 (e.g. Ubuntu 20.10)
  • Guest: Linux >= 5.4 (e.g. Ubuntu 20.04)

QEMU Session Support

vagrant-libvirt supports using QEMU user sessions to maintain Vagrant VMs. As the session connection does not have root access to the system features which require root will not work. Access to networks created by the system QEMU connection can be granted by using the QEMU bridge helper. The bridge helper is enabled by default on some distros but may need to be enabled/installed on others.

There must be a virbr network defined in the QEMU system session. The libvirt default network which comes by default, the vagrant vagrant-libvirt network which is generated if you run a Vagrantfile using the System session, or a manually defined network can be used. These networks can be set to autostart with sudo virsh net-autostart <net-name>, which’ll mean no further root access is required even after reboots.

The QEMU bridge helper is configured via /etc/qemu/bridge.conf. This file must include the virbr you wish to use (e.g. virbr0, virbr1, etc). You can find this out via sudo virsh net-dumpxml <net-name>.

allow virbr0
+

An example configuration of a machine using the QEMU session connection:

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    # Use QEMU session instead of system connection
+    libvirt.qemu_use_session = true
+    # URI of QEMU session connection, default is as below
+    libvirt.uri = 'qemu:///session'
+    # URI of QEMU system connection, use to obtain IP address for management, default is below
+    libvirt.system_uri = 'qemu:///system'
+    # Path to store Libvirt images for the virtual machine, default is as ~/.local/share/libvirt/images
+    libvirt.storage_pool_path = '/home/user/.local/share/libvirt/images'
+    # Management network device, default is below
+    libvirt.management_network_device = 'virbr0'
+  end
+
+  # Public network configuration using existing network device
+  # Note: Private networks do not work with QEMU session enabled as root access is required to create new network devices
+  config.vm.network :public_network, :dev => "virbr1",
+      :mode => "bridge",
+      :type => "bridge"
+end
+

Customized Graphics

vagrant-libvirt supports customizing the display and video settings of the managed guest. This is probably most useful for VNC-type displays with multiple guests. It lets you specify the exact port for each guest to use deterministically.

Here is an example of using custom display options:

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.graphics_port = 5901
+    libvirt.graphics_ip = '0.0.0.0'
+    libvirt.video_type = 'qxl'
+  end
+end
+

TPM Devices

Modern versions of Libvirt support connecting to TPM devices on the host system. This allows you to enable Trusted Boot Extensions, among other features, on your guest VMs.

To passthrough a hardware TPM, you will generally only need to modify the tpm_path variable in your guest configuration. However, advanced usage, such as the application of a Software TPM, may require modifying the tpm_model, tpm_type and tpm_version variables.

The TPM options will only be used if you specify a TPM path or version. Declarations of any TPM options without specifying a path or version will result in those options being ignored.

Here is an example of using the TPM options:

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.tpm_model = 'tpm-tis'
+    libvirt.tpm_type = 'passthrough'
+    libvirt.tpm_path = '/dev/tpm0'
+  end
+end
+

It’s also possible for Libvirt to start an emulated TPM device on the host. Requires swtpm and swtpm-tools

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.tpm_model = "tpm-crb"
+    libvirt.tpm_type = "emulator"
+    libvirt.tpm_version = "2.0"
+  end
+end
+

Memory balloon

The configuration of the memory balloon device can be overridden. By default, libvirt will automatically attach a memory balloon; this behavior is preserved by not configuring any memballoon-related options. The memory balloon can be explicitly disabled by setting memballoon_enabled to false. Setting memballoon_enabled to true will allow additional configuration of memballoon-related options.

Here is an example of using the memballoon options:

Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.memballoon_enabled = true
+    libvirt.memballoon_model = 'virtio'
+    libvirt.memballoon_pci_bus = '0x00'
+    libvirt.memballoon_pci_slot = '0x0f'
+  end
+end
+

Libvirt communication channels

For certain functionality to be available within a guest, a private communication channel must be established with the host. Two notable examples of this are the QEMU guest agent, and the Spice/QXL graphics type.

Below is a simple example which exposes a virtio serial channel to the guest. Note: in a multi-VM environment, the channel would be created for all VMs.

vagrant.configure(2) do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.channel :type => 'unix', :target_name => 'org.qemu.guest_agent.0', :target_type => 'virtio'
+  end
+end
+

Below is the syntax for creating a spicevmc channel for use by a qxl graphics card.

vagrant.configure(2) do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.channel :type => 'spicevmc', :target_name => 'com.redhat.spice.0', :target_type => 'virtio'
+  end
+end
+

These settings can be specified on a per-VM basis, however the per-guest settings will OVERRIDE any global ‘config’ setting. In the following example, we create 3 VMs with the following configuration:

  • controller: No channel settings specified, so we default to the provider setting of a single virtio guest agent channel.
  • node1: Override the channel setting, setting both the guest agent channel, and a spicevmc channel
  • node2: Override the channel setting, setting both the guest agent channel, and a ‘guestfwd’ channel. TCP traffic sent by the guest to the given IP address and port is forwarded to the host socket /tmp/foo. Note: this device must be unique for each VM.

For example:

Vagrant.configure(2) do |config|
+  config.vm.box = "fedora/32-cloud-base"
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.channel :type => 'unix', :target_name => 'org.qemu.guest_agent.0', :target_type => 'virtio'
+  end
+
+  config.vm.define "controller" do |controller|
+    controller.vm.provider :libvirt do |domain|
+        domain.memory = 1024
+    end
+  end
+  config.vm.define "node1" do |node1|
+    node1.vm.provider :libvirt do |domain|
+      domain.channel :type => 'unix', :target_name => 'org.qemu.guest_agent.0', :target_type => 'virtio'
+      domain.channel :type => 'spicevmc', :target_name => 'com.redhat.spice.0', :target_type => 'virtio'
+    end
+  end
+  config.vm.define "node2" do |node2|
+    node2.vm.provider :libvirt do |domain|
+      domain.channel :type => 'unix', :target_name => 'org.qemu.guest_agent.0', :target_type => 'virtio'
+      domain.channel :type => 'unix', :target_type => 'guestfwd', :target_address => '192.0.2.42', :target_port => '4242',
+                     :source_path => '/tmp/foo'
+    end
+  end
+end
+

Custom QEMU arguments and environment variables

You can also specify multiple qemuargs arguments or qemuenv environment variables for qemu-system

  • value - Value
Vagrant.configure("2") do |config|
+  config.vm.provider :libvirt do |libvirt|
+    libvirt.qemuargs :value => "-device"
+    libvirt.qemuargs :value => "intel-iommu"
+    libvirt.qemuenv QEMU_AUDIO_DRV: 'pa'
+    libvirt.qemuenv QEMU_AUDIO_TIMER_PERIOD: '150'
+    libvirt.qemuenv QEMU_PA_SAMPLES: '1024', QEMU_PA_SERVER: '/run/user/1000/pulse/native'
+  end
+end
+

diff --git a/pr-preview/pr-1544/favicon.ico b/pr-preview/pr-1544/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..f38b74c43d8ecd0943d62bb649f553592ac9f454 GIT binary patch literal 71132 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⁡C{<4#UqVr+>NqA?v2ix*o6C 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 z
DnwH}@G{^mXT`VoYJ7~$@$lvRHWvVzxV#%!}rB`H+iR7*Az4{f;Tl^3M_8_(nk#HWb!YK%NTj)7*98|hw&FWkrd zSF$ID@&QKL(jY1>^ulA8^^JtR+shCYNh!NallJc}P29Ju6wgZ#7vhpVN__n7A{Q@N zK%PzJa4N)_U*u}EOdTy3E!xK$ac`yn!Y<6eYy+;AO3iqQ5rPGMd#LMiG7*ITByTmz zaYu5~4I&RnPBLyz=I$l4xuQ~C#T<|9lyFYnCSjeqL&_@ML((Q|m(;qWyQNnh^OUqt za}}H$ZpS?>W<5y_Kv5-uq7F@m4c^{6zYA_-uAlCk$6>HBA3DzM{A9IACIc@a^F70j zq*+vLg3`K{V-}-b1rBf!4%11Z@%=r_DMOAWU&_FyKCm%&~izS8lMi3~ibB;W6ee85$b? zaHsBa*?P+bWM6^U1*v9G;1}$G3E2dHsBBFR9RCMVnAEB85p%ms0quPpnq6XTp zzx$F)VYIuuyA^-O+Re^>18pybJewT%J_0q|+f5BTd^C0F(Gyp^{{F*}>MtL|FF#Gh`qrR*wFGUHA+fQs)A43TF)^{fTgUzT_o+)271ZG1 zkmTL^in(=%41#M)4z0Ab-a>4VKW&G+bLS3)G*cZN9c(o_g(FK@(3Qr9tO z$K_xFrhQiQl(+VeSN!_?iv$0h17miD@Bi<^50wFELZBN(5cA9TAa)Xh-Y=-cavXtp zPCz@va2$@qjRhFqvq1dlg6|(hJ12Guvhor`e6>@IEl2R1|8oavIU(n7-YfnNB}89{ zAqWfRBIfAp={aa>Y9>vdJlPFD6WvQTw1g2fy`n5mtCrqj$<&3>PKx=48p1c^i z{5e{2&gebs2ole=v80tA2_{=s@}V3^_`q` zBlnLPL1Vh%yPL@>AG`A`AZ5EI{w9Jg1O)8{pWx-V_FDnLQOglaVU4ZYAR_~_K9bLH zHAW$`DQzC+;71>lZJPNNVUo3Xah=(Ke6Y3DgKh2`(8nZ>mOqoWZp!t7^^S{r=;;}C za(9brT#c0MzI#LuuB95kUal#&x;92C@^+>H^q$)SL7TL|*i7s3zBH$M@q2AsllE_D zNlbBQ-Rib15+!>|ZL<1d;&au5IivDpS2vPA!Qa1GjD96=J8*BhVy_u2pT~c7pPTH~ z6aF)ta|0B&B3#n9OKKQSr|8-*hFlx$Z1~vSb^q$wd~ta z>gi`-?74SCrs+bWR_4KEj^Jekyll2022-08-15T13:24:44+00:00https://vagrant-libvirt.github.io/vagrant-libvirt/pr-preview/pr-1544/feed.xmlVagrant Libvirt DocumentationCreate and manage Vagrant machines using Libvirt/QEMU \ No newline at end of file diff --git a/pr-preview/pr-1544/index.html b/pr-preview/pr-1544/index.html new file mode 100644 index 0000000..de92828 --- /dev/null +++ b/pr-preview/pr-1544/index.html @@ -0,0 +1,17 @@ + Quickstart - Vagrant Libvirt Documentation Quickstart | Vagrant Libvirt Documentation Link Search Menu Expand Document

Vagrant-libvirt is a Vagrant plugin that adds a Libvirt provider to Vagrant, allowing Vagrant to control and provision machines via Libvirt toolkit.

Actual version is still a development one. Feedback is welcome and can help a lot :-)

Prerequisites

Vagrant-libvirt requires the following:

  • Vagrant
  • Libvirt (and QEMU)
  • GCC and Make (if not using vagrant from your distribution)

Before you start using vagrant-libvirt, please make sure your Libvirt and QEMU installation is working correctly and you are able to create QEMU or KVM type virtual machines with virsh or virt-manager.

See Requirements for guides and details.

Installation

  1. Install Vagrant, Libvirt and QEMU for your distribution
    • Ubuntu
    sudo apt-get update && \
    +    sudo apt install -y qemu libvirt-daemon-system libvirt-clients \
    +        ebtables dnsmasq-base libguestfs-tools
    +sudo apt install -y --no-install-recommends vagrant ruby-fog-libvirt
    +
    • Fedora
    vagrant_libvirt_deps=($(sudo dnf repoquery --depends vagrant-libvirt 2>/dev/null | cut -d' ' -f1))
    +dependencies=$(sudo dnf repoquery --qf "%{name}" ${vagrant_libvirt_deps[@]/#/--whatprovides })
    +sudo dnf install --assumeyes --setopt=install_weak_deps=False @virtualization ${dependencies}
    +
  2. Install the latest release of vagrant-libvirt
    vagrant plugin install vagrant-libvirt
    +

If you encounter any errors during this process, check that you have installed all the prerequisites in Requirements. If you still have issues, see Troubleshooting.

Installation varies based on your operating system or use of upstream vagrant. See our guides for OS-specific instructions.

Initial Project Creation

After installing the plugin (instructions above), the quickest way to get started is to add Libvirt box and specify all the details manually within a config.vm.provider block. So first, add Libvirt box using any name you want. You can find more Libvirt-ready boxes at Vagrant Cloud. For example:

vagrant init fedora/36-cloud-base
+

Or make a Vagrantfile that looks like the following, filling in your information where necessary. For example:

Vagrant.configure("2") do |config|
+  config.vm.define :test_vm do |test_vm|
+    test_vm.vm.box = "fedora/36-cloud-base"
+  end
+end
+

Start VM

In prepared project directory, run following command:

$ vagrant up --provider=libvirt
+

Vagrant needs to know that we want to use Libvirt and not default VirtualBox. That’s why there is --provider=libvirt option specified. Other way to tell Vagrant to use Libvirt provider is to setup environment variable

export VAGRANT_DEFAULT_PROVIDER=libvirt
+

diff --git a/pr-preview/pr-1544/installation.html b/pr-preview/pr-1544/installation.html new file mode 100644 index 0000000..a0fd5ff --- /dev/null +++ b/pr-preview/pr-1544/installation.html @@ -0,0 +1,263 @@ + Installation - Vagrant Libvirt Documentation Installation | Vagrant Libvirt Documentation Link Search Menu Expand Document

Requirements

  • Libvirt - should work with version 1.5 or newer
  • Vagrant - plugin attempts to support all since 1.5
  • GCC and Make - used to compile native versions of ruby-libvirt and nokogiri when using upstream Vagrant

While we only test with upstream vagrant installed as a gem, we recommend that you install vagrant as provided by your distribution as installing vagrant-libvirt involves linking between libvirt (ruby-libvirt) and the ruby installation used by vagrant. Since upstream vagrant provides an embedded ruby, this typically causes issues with missing symbols between libraries included and what is expected by libvirt for the ruby bindings linking to work.

First, you should have both QEMU and Libvirt installed if you plan to run VMs on your local system. For instructions, refer to your Linux distribution’s documentation. Suggested packages are provided in our guides for as a quick reference

Before you start using vagrant-libvirt, please make sure your Libvirt and QEMU installation is working correctly and you are able to create QEMU or KVM type virtual machines with virsh or virt-manager.

Next, you must have Vagrant installed from your distribution packages. Vagrant-libvirt supports Vagrant 2.0, 2.1 & 2.2. It should also work with earlier releases from 1.5 onwards but they are not actively tested.

Check the unit tests for the current list of tested versions.

If there is no distribution package or you wish to use the upstream vagrant, you may wish to use the our QA installation script to install both vagrant and vagrant-libvirt Alternatively you may follow vagrant installation instructions along with the manual instructions for what packages to install where indicated for upstream vagrant below. In some cases the vagrant version for the distribution may be running with a sufficiently old ruby that it is difficult to install the required dependencies and you will need to use the upstream.

Guides

Docker / Podman

Due to the number of issues encountered around compatibility between the ruby runtime environment that is part of the upstream vagrant installation and the library dependencies of libvirt that this project requires to communicate with libvirt, there is a docker image built and published.

This should allow users to execute vagrant with vagrant-libvirt without needing to deal with the compatibility issues, though you may need to extend the image for your own needs should you make use of additional plugins.

The default image contains the full toolchain required to build and install vagrant-libvirt and it’s dependencies. There is also a smaller image published with the -slim suffix if you just need vagrant-libvirt and don’t need to install any additional plugins for your environment.

If you are connecting to a remote system libvirt, you may omit the -v /var/run/libvirt/:/var/run/libvirt/ mount bind. Some distributions patch the local vagrant environment to ensure vagrant-libvirt uses qemu:///session, which means you may need to set the environment variable LIBVIRT_DEFAULT_URI to the same value if looking to use this in place of your distribution provided installation.

Using Docker

To get the image with the most recent release:

docker pull vagrantlibvirt/vagrant-libvirt:latest
+
If you want the very latest code you can use the edge tag instead.
+docker pull vagrantlibvirt/vagrant-libvirt:edge
+

Running the image:

docker run -i --rm \
+  -e LIBVIRT_DEFAULT_URI \
+  -v /var/run/libvirt/:/var/run/libvirt/ \
+  -v ~/.vagrant.d:/.vagrant.d \
+  -v $(realpath "${PWD}"):${PWD} \
+  -w $(realpath "${PWD}") \
+  --network host \
+  vagrantlibvirt/vagrant-libvirt:latest \
+    vagrant status
+

It’s possible to define a function in ~/.bashrc, for example:

vagrant(){
+  docker run -i --rm \
+    -e LIBVIRT_DEFAULT_URI \
+    -v /var/run/libvirt/:/var/run/libvirt/ \
+    -v ~/.vagrant.d:/.vagrant.d \
+    -v $(realpath "${PWD}"):${PWD} \
+    -w $(realpath "${PWD}") \
+    --network host \
+    vagrantlibvirt/vagrant-libvirt:latest \
+      vagrant $@
+}
+
+

Using Podman

Preparing the podman run, only once:

mkdir -p ~/.vagrant.d/{boxes,data,tmp}
+

N.B. This is needed until the entrypoint works for podman to only mount the ~/.vagrant.d directory

To run with Podman you need to include

  --entrypoint /bin/bash \
+  --security-opt label=disable \
+  -v ~/.vagrant.d/boxes:/vagrant/boxes \
+  -v ~/.vagrant.d/data:/vagrant/data \
+  -v ~/.vagrant.d/tmp:/vagrant/tmp \
+

for example:

vagrant(){
+  podman run -it --rm \
+    -e LIBVIRT_DEFAULT_URI \
+    -v /var/run/libvirt/:/var/run/libvirt/ \
+    -v ~/.vagrant.d/boxes:/vagrant/boxes \
+    -v ~/.vagrant.d/data:/vagrant/data \
+    -v ~/.vagrant.d/tmp:/vagrant/tmp \
+    -v $(realpath "${PWD}"):${PWD} \
+    -w $(realpath "${PWD}") \
+    --network host \
+    --entrypoint /bin/bash \
+    --security-opt label=disable \
+    docker.io/vagrantlibvirt/vagrant-libvirt:latest \
+      vagrant $@
+}
+

Running Podman in rootless mode maps the root user inside the container to your host user so we need to bypass entrypoint.sh and mount persistent storage directly to /vagrant.

Extending the container image with additional vagrant plugins

By default the image published and used contains the entire tool chain required to reinstall the vagrant-libvirt plugin and it’s dependencies, as this is the default behaviour of vagrant anytime a new plugin is installed. This means it should be possible to use a simple FROM statement and ask vagrant to install additional plugins.

FROM vagrantlibvirt/vagrant-libvirt:latest
+
+RUN vagrant plugin install <plugin>
+

Ubuntu / Debian

You may need to modify your sources.list to uncomment the deb-src entries where using build-dep commands below.

Ubuntu 18.10, Debian 9 and up

  • Distro Vagrant
    sudo apt-get purge vagrant-libvirt
    +sudo apt-mark hold vagrant-libvirt
    +sudo apt-get install -y qemu libvirt-daemon-system ebtables libguestfs-tools
    +sudo apt-get install -y vagrant ruby-fog-libvirt
    +vagrant plugin install vagrant-libvirt
    +
  • Upstream Vagrant Install
    Download and execute the vagrant-libvirt-qa install script (installs latest vagrant by default):
    curl -O https://github.com/vagrant-libvirt/vagrant-libvirt-qa/blob/main/scripts/install.bash
    +chmod a+x ./install.bash
    +./install.bash
    +
  • Alternatively install vagrant following https://www.vagrantup.com/downloads:
    curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.asc
    +echo "deb [ signed-by=/usr/share/keyrings/hashicorp-archive-keyring.asc ] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
    +sudo apt-get update && sudo apt-get install vagrant
    +

    And subsequently install remaining dependencies and plugin:

    sudo apt-get build-dep vagrant ruby-libvirt
    +sudo apt-get install -y qemu libvirt-daemon-system ebtables libguestfs-tools \
    +  libxslt-dev libxml2-dev zlib1g-dev ruby-dev
    +vagrant plugin install vagrant-libvirt
    +

Ubuntu 18.04, Debian 8 and older

This has been kept for historical reasons, however only Ubuntu 18.04 is supported due to LTS, please consider all other versions unsupported.

  • Upstream Vagrant Install
    Download and execute the vagrant-libvirt-qa install script (installs latest vagrant by default):
    curl -O https://github.com/vagrant-libvirt/vagrant-libvirt-qa/blob/main/scripts/install.bash
    +chmod a+x ./install.bash
    +./install.bash
    +
  • Alternatively install vagrant following https://www.vagrantup.com/downloads:
    curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.asc
    +echo "deb [ signed-by=/usr/share/keyrings/hashicorp-archive-keyring.asc ] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
    +sudo apt-get update && sudo apt-get install vagrant
    +

    And subsequently install remaining dependencies and plugin:

    sudo apt-get build-dep vagrant ruby-libvirt
    +sudo apt-get install -y qemu libvirt-bin ebtables libguestfs-tools \
    +  libxslt-dev libxml2-dev zlib1g-dev ruby-dev
    +vagrant plugin install vagrant-libvirt
    +
  • Distro Vagrant
    sudo apt-get purge vagrant-libvirt
    +sudo apt-mark hold vagrant-libvirt
    +sudo apt-get install -y qemu libvirt-bin ebtables libguestfs-tools
    +sudo apt-get install -y vagrant ruby-fog-libvirt
    +vagrant plugin install vagrant-libvirt
    +

    Unless you can can install a newer ruby on Debian 8, it is likely that the distro vagrant approach will not be straight forward as vagrant-libvirt requires a fog-core and fog-libvirt releases that depend on ruby 2.5 or newer.

Fedora

Fedora 32 and newer

Due to the involved nature of getting the linking to work correctly when using the upstream vagrant, it is strongly recommended to either use the distro packaged vagrant, or the install script from the vagrant-libvirt-qa approach.

  • Distro Vagrant
    sudo dnf remove vagrant-libvirt
    +sudo sed -i \
    +  '/^\(exclude=.*\)/ {/vagrant-libvirt/! s//\1 vagrant-libvirt/;:a;n;ba;q}; $aexclude=vagrant-libvirt' \
    +  /etc/dnf/dnf.conf
    +sudo dnf install --assumeyes @virtualization vagrant rubygem-fog-libvirt
    +

The above sed command will add vagrant-libvirt to the list of packages to be excluded from being installed. This prevents it from being pulled in as a weak dependency when installing vagrant along with the @virtualization group. Unfortunately the dnf versionlock plugin can only lock to a specific version rather than exclude all versions.

  • Upstream Vagrant Install
    Download and execute the vagrant-libvirt-qa install script (installs latest vagrant by default):
    curl -O https://github.com/vagrant-libvirt/vagrant-libvirt-qa/blob/main/scripts/install.bash
    +chmod a+x ./install.bash
    +./install.bash
    +
  • Alternatively install vagrant following https://www.vagrantup.com/downloads:
    sudo dnf install -y dnf-plugins-core
    +sudo dnf config-manager --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
    +sudo dnf -y install vagrant
    +

    Subsequently install remaining dependencies:

    sudo dnf install --assumeyes libvirt libguestfs-tools \
    +    gcc libvirt-devel libxml2-devel make ruby-devel
    +

    Before installing the plugin it is necessary to compile some libraries to replace those shipped with the upstream vagrant to prevent the following errors from appearing when vagrant attempts to use vagrant-libvirt on recent Fedora releases.

    libssh issue:

    /opt/vagrant/embedded/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': /opt/vagrant/embedded/lib64/libcrypto.so.1.1: version `OPENSSL_1_1_1b' not found (required by /lib64/libssh.so.4) - /home/xxx/.vagrant.d/gems/2.4.6/gems/ruby-libvirt-0.7.1/lib/_libvirt.so (LoadError)
    +

    Solution identified thanks to James Reynolds (see https://github.com/hashicorp/vagrant/issues/11020#issuecomment-540043472).

    libk5crypto issue:

    /opt/vagrant/embedded/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': /usr/lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b - /home/rbelgrave/.vagrant.d/gems/2.4.9/gems/ruby-libvirt-0.7.1/lib/_libvirt.so (LoadError)
    +

    Solution identified thanks to Marco Bevc (see https://github.com/hashicorp/vagrant/issues/11020#issuecomment-625801983).

    Compile libraries to replaced those bundled with Vagrant to allow linking ruby-libvirt against vagrant’s embedded ruby and the system libvirt (updated originals to be generic):

    mkdir patches
    +pushd patches
    +
    +mkdir libssh
    +pushd libssh
    +nvr=$(rpm -q --queryformat "libssh-%{version}-%{release}" libssh)
    +nv=$(rpm -q --queryformat "libssh-%{version}" libssh)
    +dnf download --source libssh
    +rpm2cpio ${nvr}.src.rpm | cpio -imdV
    +rm -rf ${nv}
    +tar xf ${nv}.tar.*z
    +
    +mkdir libssh-build
    +pushd libssh-build
    +cmake ../${nv} -DOPENSSL_ROOT_DIR=/opt/vagrant/embedded/
    +make
    +sudo cp lib/libssh* /opt/vagrant/embedded/lib64
    +popd
    +popd
    +
    +mkdir krb5
    +pushd krb5
    +nvr=$(rpm -q --queryformat "krb5-%{version}-%{release}" krb5-libs)
    +nv=$(rpm -q --queryformat "krb5-%{version}" krb5-libs)
    +dnf download --source krb5-libs
    +rpm2cpio ${nvr}.src.rpm | cpio -imdV
    +tar xf ${nv}.tar.*z
    +
    +pushd ${nv}/src
    +./configure
    +make
    +sudo cp -P lib/crypto/libk5crypto.* /opt/vagrant/embedded/lib64/
    +popd
    +popd
    +
    +popd
    +

    Finally install the plugin:

    vagrant plugin install vagrant-libvirt
    +

Fedora 22 to 31

This has been kept for historical reasons given closeness to CentOS 6 & 7, however as Fedora no longer supports these, they can be considered unsupported as well.

  • Upstream Vagrant Install
    Download and execute the vagrant-libvirt-qa install script (installs latest vagrant by default):
    curl -O https://github.com/vagrant-libvirt/vagrant-libvirt-qa/blob/main/scripts/install.bash
    +chmod a+x ./install.bash
    +./install.bash
    +
  • Alternatively install vagrant following https://www.vagrantup.com/downloads:
    sudo dnf install -y dnf-plugins-core
    +sudo dnf config-manager --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
    +sudo dnf -y install vagrant
    +

    And subsequently install remaining dependencies and plugin:

    sudo dnf install --assumeyes libvirt libguestfs-tools \
    +  gcc libvirt-devel libxml2-devel make ruby-devel
    +vagrant plugin install vagrant-libvirt
    +

CentOS

CentOS 8

  • Upstream Vagrant Install
    Download and execute the vagrant-libvirt-qa install script (installs latest vagrant by default):
    curl -O https://github.com/vagrant-libvirt/vagrant-libvirt-qa/blob/main/scripts/install.bash
    +chmod a+x ./install.bash
    +./install.bash
    +
  • Alternatively install vagrant following https://www.vagrantup.com/downloads:
    sudo yum install -y yum-utils
    +sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
    +sudo yum -y install vagrant
    +

    Subsequently install remaining dependencies:

    sudo dnf install --assumeyes libvirt libguestfs-tools \
    +    gcc libvirt-devel libxml2-devel make ruby-devel
    +

    Before installing the plugin it is necessary to compile some libraries to replace those shipped with the upstream vagrant to prevent the following errors from appearing when vagrant attempts to use vagrant-libvirt on recent CentOS releases.

    libssh issue:

    /opt/vagrant/embedded/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': /opt/vagrant/embedded/lib64/libcrypto.so.1.1: version `OPENSSL_1_1_1b' not found (required by /lib64/libssh.so.4) - /home/xxx/.vagrant.d/gems/2.4.6/gems/ruby-libvirt-0.7.1/lib/_libvirt.so (LoadError)
    +

    Solution identified thanks to James Reynolds (see https://github.com/hashicorp/vagrant/issues/11020#issuecomment-540043472).

    libk5crypto issue:

    /opt/vagrant/embedded/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': /usr/lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b - /home/rbelgrave/.vagrant.d/gems/2.4.9/gems/ruby-libvirt-0.7.1/lib/_libvirt.so (LoadError)
    +

    Solution identified thanks to Marco Bevc (see https://github.com/hashicorp/vagrant/issues/11020#issuecomment-625801983).

    Compile libraries to replaced those bundled with Vagrant to allow linking ruby-libvirt against vagrant’s embedded ruby and the system libvirt (updated originals to be generic):

    mkdir patches
    +pushd patches
    +
    +mkdir libssh
    +pushd libssh
    +nvr=$(rpm -q --queryformat "libssh-%{version}-%{release}" libssh)
    +nv=$(rpm -q --queryformat "libssh-%{version}" libssh)
    +dnf download --source libssh
    +rpm2cpio ${nvr}.src.rpm | cpio -imdV
    +rm -rf ${nv}
    +tar xf ${nv}.tar.*z
    +
    +mkdir libssh-build
    +pushd libssh-build
    +cmake ../${nv} -DOPENSSL_ROOT_DIR=/opt/vagrant/embedded/
    +make
    +sudo cp lib/libssh* /opt/vagrant/embedded/lib64
    +popd
    +popd
    +
    +mkdir krb5
    +pushd krb5
    +nvr=$(rpm -q --queryformat "krb5-%{version}-%{release}" krb5-libs)
    +nv=$(rpm -q --queryformat "krb5-%{version}" krb5-libs)
    +dnf download --source krb5-libs
    +rpm2cpio ${nvr}.src.rpm | cpio -imdV
    +tar xf ${nv}.tar.*z
    +
    +pushd ${nv}/src
    +./configure
    +make
    +sudo cp -P lib/crypto/libk5crypto.* /opt/vagrant/embedded/lib64/
    +popd
    +popd
    +
    +popd
    +

    Finally install the plugin:

    vagrant plugin install vagrant-libvirt
    +

CentOS 6 & 7

  • Upstream Vagrant Install
    Download and execute the vagrant-libvirt-qa install script (installs latest vagrant by default):
    curl -O https://github.com/vagrant-libvirt/vagrant-libvirt-qa/blob/main/scripts/install.bash
    +chmod a+x ./install.bash
    +./install.bash
    +
  • Alternatively install vagrant following https://www.vagrantup.com/downloads:
    sudo yum install -y yum-utils
    +sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
    +sudo yum -y install vagrant
    +

    And subsequently install remaining dependencies and plugin:

    sudo yum install --assumeyes qemu qemu-kvm libvirt libguestfs-tools \
    +  gcc libvirt-devel make ruby-devel
    +vagrant plugin install vagrant-libvirt
    +

OpenSUSE

As there is no official upstream repository for OpenSUSE, it is recommended that you stick with the distribution installation. OpenSUSE Leap appears to make the most recent vagrant available as an experimental package based on https://software.opensuse.org/package/vagrant.

Leap 15

  • Distro Vagrant
    sudo zypper refresh
    +sudo zypper addlock vagrant-libvirt
    +fog_libvirt_pkg="$(
    +  sudo zypper --terse -n --quiet search --provides "rubygem(fog-libvirt)" | \
    +  tail -n1 | cut -d' ' -f4)"
    +sudo zypper install --no-confirm libvirt qemu-kvm libguestfs vagrant ${fog_libvirt_pkg}
    +vagrant plugin install vagrant-libvirt
    +

Arch

Please read the related ArchWiki page.

As Arch is a rolling release, the version of vagrant available from the distribution should always be the most recent. Unfortunately it does not appear to be possible to install ruby-libvirt from AUR anymore, which would remove the need for the additional build tools.

sudo pacman --sync --sysupgrade --refresh
+sudo pacman --query --search 'iptables' | grep "local" | grep "iptables " && \
+    sudo pacman --remove --nodeps --nodeps --noconfirm iptables
+sudo pacman --sync --needed --noprogressbar --noconfirm \
+    iptables-nft libvirt qemu openbsd-netcat bridge-utils dnsmasq vagrant \
+        pkg-config gcc make ruby
+vagrant plugin install vagrant-libvirt
+

Issues and Known Solutions

Failure to find Libvirt for Native Extensions

Ensuring pkg-config or pkgconf is installed should be sufficient in most cases.

In some cases, you will need to specify CONFIGURE_ARGS variable before running running vagrant plugin install, e.g.:

export CONFIGURE_ARGS="with-libvirt-include=/usr/include/libvirt with-libvirt-lib=/usr/lib64"
+vagrant plugin install vagrant-libvirt
+

If you have issues building ruby-libvirt, try the following (replace lib with lib64 as needed):

CONFIGURE_ARGS='with-ldflags=-L/opt/vagrant/embedded/lib with-libvirt-include=/usr/include/libvirt with-libvirt-lib=/usr/lib' \
+    GEM_HOME=~/.vagrant.d/gems \
+    GEM_PATH=$GEM_HOME:/opt/vagrant/embedded/gems \
+    PATH=/opt/vagrant/embedded/bin:$PATH \
+        vagrant plugin install vagrant-libvirt
+

If have problem with installation - check your linker. It should be ld.gold:

sudo alternatives --set ld /usr/bin/ld.gold
+# OR
+sudo ln -fs /usr/bin/ld.gold /usr/bin/ld
+

LoadError Exceptions

If you encounter the following load error when using the vagrant-libvirt plugin (note the required by libssh):

/opt/vagrant/embedded/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': /opt/vagrant/embedded/lib64/libcrypto.so.1.1: version `OPENSSL_1_1_1b' not found (required by /lib64/libssh.so.4) - /home/xxx/.vagrant.d/gems/2.4.6/gems/ruby-libvirt-0.7.1/lib/_libvirt.so (LoadError)

then the following steps have been found to resolve the problem. Thanks to James Reynolds (see https://github.com/hashicorp/vagrant/issues/11020#issuecomment-540043472). The specific version of libssh will change over time so references to the rpm in the commands below will need to be adjusted accordingly.

See distro specific instructions for variations on this that contain version independent steps.

# Fedora
+dnf download --source libssh
+
+# centos 8 stream, doesn't provide source RPMs, so you need to download like so
+git clone https://git.centos.org/centos-git-common
+# centos-git-common needs its tools in PATH
+export PATH=$(readlink -f ./centos-git-common):$PATH
+git clone https://git.centos.org/rpms/libssh
+cd libssh
+git checkout imports/c8s/libssh-0.9.4-1.el8
+into_srpm.sh -d c8s
+cd SRPMS
+
+# common commands (make sure to adjust version accordingly)
+rpm2cpio libssh-0.9.4-1c8s.src.rpm | cpio -imdV
+tar xf libssh-0.9.4.tar.xz
+mkdir build
+cmake ../libssh-0.9.4 -DOPENSSL_ROOT_DIR=/opt/vagrant/embedded/
+make
+sudo cp lib/libssh* /opt/vagrant/embedded/lib64
+

If you encounter the following load error when using the vagrant-libvirt plugin (note the required by libk5crypto):

/opt/vagrant/embedded/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': /usr/lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b - /home/rbelgrave/.vagrant.d/gems/2.4.9/gems/ruby-libvirt-0.7.1/lib/_libvirt.so (LoadError)

then the following steps have been found to resolve the problem. After the steps below are complete, then reinstall the vagrant-libvirt plugin without setting the CONFIGURE_ARGS. Thanks to Marco Bevc (see https://github.com/hashicorp/vagrant/issues/11020#issuecomment-625801983):

# Fedora
+dnf download --source krb5-libs
+
+# centos 8 stream, doesn't provide source RPMs, so you need to download like so
+git clone https://git.centos.org/centos-git-common
+# make get_sources.sh executable as it is needed in krb5
+chmod +x centos-git-common/get_sources.sh
+# centos-git-common needs its tools in PATH
+export PATH=$(readlink -f ./centos-git-common):$PATH
+git clone https://git.centos.org/rpms/krb5
+cd krb5
+git checkout imports/c8s/krb5-1.18.2-8.el8
+get_sources.sh
+into_srpm.sh -d c8s
+cd SRPMS
+
+# common commands (make sure to adjust version accordingly)
+rpm2cpio krb5-1.18.2-8c8s.src.rpm | cpio -imdV
+tar xf krb5-1.18.2.tar.gz
+cd krb5-1.18.2/src
+./configure
+make
+sudo cp -P lib/crypto/libk5crypto.* /opt/vagrant/embedded/lib64/
+