html {
  font-family: sans-serif;
  line-height: 1.43;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #fff;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #07a692;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.714rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #00797f;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.285rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #005c61;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #005c61;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #4d5258;
  line-height: 1.5;
}

a {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #00797f;
}
a:hover {
  color: #00aab2;
  text-decoration: none;
}

h2 a {
  font-size: 1.714rem;
}

ul,
ol {
  font-size: 1rem;
  font-weight: 400;
  color: #4d5258;
}

/**
* Basic styling
*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #4d5258;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

/**
* Code formatting
*/
pre,
code {
  font-size: 1rem;
  border: 1px solid #b1b1b1;
  border-radius: 3px;
  background-color: #f5f5f5;
  padding: 1px 0.5rem;
}

.highlight {
  background-color: #f5f5f5 !important;
  margin-bottom: 1rem;
}

code {
  padding: 1px 5px;
  color: #0099a0;
}

pre {
  padding: 8px 12px;
  overflow-x: scroll;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.post-content blockquote {
  border-left: 2px solid #ccc;
  padding-left: 1rem;
}

.nav-item {
  margin-bottom: -8px;
  border-bottom: 3px solid transparent;
}
@media (max-width: 992px) {
  .nav-item {
    margin-bottom: 0;
  }
}
.nav-item:not(:last-child):hover, .nav-item:not(:last-child):focus {
  margin-bottom: -8px;
  border-bottom: 3px solid #fed476;
}
.nav-item:not(:last-child):hover a.nav-link, .nav-item:not(:last-child):focus a.nav-link {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
@media (max-width: 992px) {
  .nav-item:not(:last-child):hover, .nav-item:not(:last-child):focus {
    margin-bottom: 0;
  }
}
.nav-item.active {
  margin-bottom: -8px;
  border-bottom: 3px solid #00aab2;
}
.nav-item.active:hover {
  border-bottom-color: #fed476;
}
@media (max-width: 992px) {
  .nav-item.active {
    margin-bottom: 0;
  }
}

.navbar-expand-lg {
  background-image: linear-gradient(to top, #3accc5, #00aab2);
  width: 100%;
}
.navbar-expand-lg .navbar-brand-image {
  height: 30px;
}
.navbar-expand-lg.navbar-home .navbar-brand-image {
  height: 36px;
}
@media (min-width: 992px) {
  .navbar-expand-lg.navbar-home {
    background-image: none !important;
    transition: background-image 0.5s ease-in-out, padding 0.5s ease-in-out;
    -webkit-transition: background-image 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background-image 0.5s ease-in-out, padding 0.5s ease-in-out;
    padding: 20px 40px;
  }
  .navbar-expand-lg.navbar-home.scroll-collapse {
    background-image: linear-gradient(to top, #3accc5, #00aab2) !important;
    opacity: 0.95;
  }
}
.navbar-expand-lg .navbar-collapse.collapse ul, .navbar-expand-lg .navbar-collapse.collapsing ul, .navbar-expand-lg .navbar-collapse.collapse.show ul {
  align-items: flex-start;
}
.navbar-expand-lg .navbar-collapse {
  align-self: flex-end;
  justify-content: flex-end;
}

.navbar-dark .navbar-toggler:focus {
  outline: 5px auto #0099a0;
}

.labs-title {
  margin-left: 25px;
}

.docs-title--item,
.labs-title--item {
  display: flex;
  flex: 1;
  font-size: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 6px;
  border-left: 3px solid transparent;
  color: #4a4a4a;
  opacity: 0.85;
}
.docs-title--item:hover,
.labs-title--item:hover {
  background-color: #f5f5f5;
  color: #4a4a4a;
}
.docs-title--item.active,
.labs-title--item.active {
  border-left: 3px solid #00aab2;
  color: #4a4a4a;
}

.blogs-navigation,
.video-navigation,
.docs-navigation,
.labs-navigation {
  list-style: none;
  margin-bottom: 0;
}
.blogs-navigation--item a,
.video-navigation--item a,
.docs-navigation--item a,
.labs-navigation--item a {
  display: flex;
  flex: 1;
}
.blogs-navigation--item a:hover,
.video-navigation--item a:hover,
.docs-navigation--item a:hover,
.labs-navigation--item a:hover {
  background-color: #f5f5f5;
}
.blogs-navigation--item_link,
.video-navigation--item_link,
.docs-navigation--item_link,
.labs-navigation--item_link {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6px;
  border-left: 3px solid transparent;
  font-size: 18px;
  color: #4d5258;
  opacity: 0.85;
}
.blogs-navigation--item_link:hover,
.video-navigation--item_link:hover,
.docs-navigation--item_link:hover,
.labs-navigation--item_link:hover {
  color: #4a4a4a;
}
.blogs-navigation--item_link.active,
.video-navigation--item_link.active,
.docs-navigation--item_link.active,
.labs-navigation--item_link.active {
  border-left: 3px solid #00aab2;
  color: #4a4a4a;
}
.blogs-navigation_sub,
.video-navigation_sub,
.docs-navigation_sub,
.labs-navigation_sub {
  list-style: none;
}
.blogs-navigation_sub--item a:hover,
.video-navigation_sub--item a:hover,
.docs-navigation_sub--item a:hover,
.labs-navigation_sub--item a:hover {
  background-color: #f5f5f5;
}
.blogs-navigation_sub--item_link,
.video-navigation_sub--item_link,
.docs-navigation_sub--item_link,
.labs-navigation_sub--item_link {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 6px;
  border-left: 3px solid transparent;
  font-size: 18px;
  color: #4d5258;
  opacity: 0.85;
}
.blogs-navigation_sub--item_link:hover,
.video-navigation_sub--item_link:hover,
.docs-navigation_sub--item_link:hover,
.labs-navigation_sub--item_link:hover {
  color: #4a4a4a;
}
.blogs-navigation_sub--item_link.active,
.video-navigation_sub--item_link.active,
.docs-navigation_sub--item_link.active,
.labs-navigation_sub--item_link.active {
  border-left: 3px solid #00aab2;
  color: #4a4a4a;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-brand {
  padding: 0;
}

.kv-homepage-grid {
  padding: 5rem 5rem 0 5rem;
}
@media (min-width: 900px) {
  .kv-homepage-grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "why posts" "what posts" "endusers endusers" "vendors vendors" "integrations integrations";
  }
}

.kv-why {
  grid-area: why;
}

.kv-what {
  grid-area: what;
}
@media (min-width: 700px) {
  .kv-what {
    display: grid;
    gap: 5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: min-content min-content min-content;
    grid-template-areas: "title title title" "img-1 img-2 img-3" "txt-1 txt-2 txt-3";
  }
  .kv-what__title {
    grid-area: title;
  }
  .kv-what__img {
    align-self: center;
    justify-self: center;
  }
  .kv-what__img:nth-of-type(1) {
    grid-area: img-1;
  }
  .kv-what__img:nth-of-type(2) {
    grid-area: img-2;
  }
  .kv-what__img:nth-of-type(3) {
    grid-area: img-3;
  }
  .kv-what__text {
    text-align: center;
  }
  .kv-what__text:nth-of-type(1) {
    grid-area: txt-1;
  }
  .kv-what__text:nth-of-type(2) {
    grid-area: txt-2;
  }
  .kv-what__text:nth-of-type(3) {
    grid-area: txt-3;
  }
}
.kv-what__img, .kv-what__text {
  margin: 0.5rem auto;
  display: block;
  text-align: center;
  max-width: 75vw;
}

.kv-recent-posts {
  grid-area: posts;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.kv-endusers {
  grid-area: endusers;
  padding: 5rem;
  text-align: center;
}
.kv-endusers img {
  width: 200px;
  margin: 2rem;
}

.kv-vendors {
  grid-area: vendors;
  padding: 5rem;
  text-align: center;
}
.kv-vendors img {
  width: 200px;
  margin: 2rem;
}

.kv-integrations {
  grid-area: integrations;
  padding: 5rem;
  text-align: center;
}
.kv-integrations img {
  width: 200px;
  margin: 2rem;
}

.kv-blog__snippet {
  border-radius: 5px;
  font-size: 1rem;
  background: linear-gradient(to bottom, rgba(0, 170, 178, 0.7), rgba(0, 153, 160, 0.7));
}
.kv-blog__snippet:not(:last-child) {
  margin-bottom: 0.5rem;
}
.kv-blog__snippet__link {
  padding: 1rem;
  display: block;
}
.kv-blog__snippet h4 {
  font-weight: bolder;
}
.kv-blog__snippet * {
  color: #fff;
}
.kv-blog__snippet:hover, .kv-blog__snippet:active, .kv-blog__snippet:focus {
  background: linear-gradient(to bottom, #00aab2, #0099a0);
}

.row-community-title {
  min-height: 10vh;
}
.row-community-buttons {
  min-height: 25vh;
}
.row-community-calendar {
  min-height: 10vh;
}
.row-community-networks {
  min-height: 25vh;
  background-color: #f5f5f5;
}
.row-community-networks--twitter-feed {
  background-color: #f5f5f5;
}

.page-title {
  padding-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .page-title {
    padding-top: 20px;
    padding-left: 15px;
  }
}

.page-subtitle--spacer_top {
  margin-top: 60px;
}

.page-subtitle--spacer_bottom {
  margin-bottom: 40px;
}

.page-paragraph--spacer_bottom {
  margin-bottom: 60px;
}

.pagination {
  margin: 0 auto;
}
.pagination .btn.btn-outline-light {
  cursor: default;
}
.pagination .btn.btn-outline-light:hover {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa;
}

.community-page .page-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .community-page .page-title {
    padding-left: 0;
    margin-bottom: 10px;
  }
}

.doc-intro-text {
  max-width: 85%;
  height: 7.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kubevirt-can-do .card {
  border: none;
}
.kubevirt-can-do .card-footer {
  min-height: 8rem;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.kv-btn {
  color: #006166;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 16px;
  background: #fff;
  border-radius: 5px;
  box-shadow: none;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: capitalize;
  top: 0;
  transition: all 0.15s ease-in-out;
}
.kv-btn svg {
  margin-right: 0.5rem;
}
.kv-btn svg g {
  fill: #ffb300;
}
.kv-btn:hover, .kv-btn:active, .kv-btn:focus {
  color: #ffb300;
  top: -2px;
}
.kv-btn-community {
  border: 1px solid #006166;
}
@media (max-width: 992px) {
  .kv-btn-community {
    margin-bottom: 20px;
  }
}
.kv-btn-link--sidebar {
  color: #00797f;
}
.kv-btn-link--sidebar:hover, .kv-btn-link--sidebar:active, .kv-btn-link--sidebar:focus {
  color: #00aab2;
  text-decoration: none;
}
.kv-btn-link--sidebar::after {
  position: absolute;
  right: 2rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
}
.kv-btn-link--sidebar.collapsed::after {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
}

.card--sidebar {
  border-color: transparent;
}

.card-header--sidebar {
  background-color: transparent;
}

.card-body {
  display: flex;
  margin: auto;
  height: 8rem;
}
.card-body--sidebar {
  display: block;
  height: auto;
}

.hero {
  background-image: linear-gradient(to top, #3accc5, #00aab2);
  background-size: cover;
  min-height: 80vh;
  color: #fff;
  text-align: center;
}
.hero-overlay {
  background: url(./../assets/images/hero-overlay.svg);
  background-size: cover;
  background-position: top center;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .hero-overlay {
    padding-top: 75px;
  }
}
.hero-overlay .row {
  min-height: 12rem;
}
.hero-overlay-text {
  color: #fff;
  margin-top: 4rem;
}
.hero-overlay__action {
  margin-top: 1rem;
  display: inline-flex;
}
.hero .kv-card-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .hero .kv-card-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: min-content 1fr;
    gap: 0.5rem;
    grid-template-areas: "header header header header" "card-1 card-2 card-3 card-4";
    grid-row: 0.2rem;
  }
}
.hero .kv-card-group__header {
  grid-area: header;
  margin-bottom: 1rem;
}
.hero .kv-card-group__header > * {
  color: #fff;
}
.hero .kv-card {
  background-image: linear-gradient(to bottom, #00aab2, #0099a0);
  background-color: #0099a0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
  border-radius: 5px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.hero .kv-card-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
  min-height: 100px;
}
.hero .kv-card-text {
  margin: auto 0 0 0;
  color: #fff;
  font-size: 18px;
}
.hero .kv-card .kv-btn {
  margin-top: auto;
}
.hero .kv-card:nth-of-type(1) {
  grid-area: card-1;
}
.hero .kv-card:nth-of-type(2) {
  grid-area: card-2;
}
.hero .kv-card:nth-of-type(3) {
  grid-area: card-3;
}
.hero .kv-card:nth-of-type(4) {
  grid-area: card-4;
}

/*
    GitHub URL: https://github.com/gucastiliao/video-popup-js
*/
.videopopupjs {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  text-align: start !important;
}

.videopopupjs--hide {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: videoPopupJsHide;
  animation-name: videoPopupJsHide;
}

.videopopupjs__close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.59);
}

.videopopupjs__close:after {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  content: "X";
  font-family: "Verdana";
  border-radius: 50%;
  background: #333;
  line-height: 2.2;
  font-size: 13px;
}

.videopopupjs__close:hover {
  opacity: 0.5;
}

.videopopupjs--animation {
  opacity: 0;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: videoPopupJs;
  animation-name: videoPopupJs;
}

.videopopupjs__content {
  margin: 0 auto;
  height: 100%;
  height: 500px;
  width: 100%;
  margin-top: 5%;
}

.videopopupjs__content iframe {
  width: 100%;
  height: 100%;
}

.videopopupjs__block--notfound {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 500px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 500px;
  font-family: "Arial";
  font-size: 20px;
}

@media (max-width: 768px) {
  .videopopupjs__content {
    max-width: 90% !important;
  }
}
@-webkit-keyframes videoPopupJs {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes videoPopupJs {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes videoPopupJsHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes videoPopupJsHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.posts {
  list-style: none;
}
.posts-date {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: #72767b;
  font-size: 12px;
}

.post-title {
  margin-bottom: 30px;
}
.post-info {
  margin-bottom: 10px;
}
.post-author, .post-meta, .post-category-name {
  color: #72767b;
}

.readmore {
  margin-top: 0.5rem;
  margin-bottom: 5rem;
}
.readmore i.fas.fa-angle-right {
  font-weight: 300;
}

.timeline-Widget.timeline-Widget--edge {
  max-width: 100% !important;
  width: 100% !important;
}

.twitter-arrow_up {
  width: 25px;
  background: transparent;
  border-top: 5px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #fafafa;
  border-left: 20px solid transparent;
  margin-left: 7rem;
}
.twitter-feed {
  background-color: #fafafa;
}
.twitter-feed--title {
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
.twitter-feed--icon_share {
  float: right;
  margin-top: 0.5rem;
}
.twitter-feed--timeline-background {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
}
.twitter-feed--footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
}
.twitter-feed--footer-wrapper {
  height: 60px;
  width: 100%;
  margin-right: 1rem;
  margin-left: 1rem;
  padding: 1rem;
  background-color: #fafafa;
  border: 1px solid #f1f0f0;
  border-radius: 2px;
}
.twitter-feed--footer-wrapper_inner-icon {
  color: #1da1f2;
}
.twitter-feed--footer-wrapper_inner-text {
  color: #878787;
}

.search-bar {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #b1b1b1;
}

.docs-search {
  color: #00797f;
  position: absolute;
  margin-top: 7px;
  margin-left: 7px;
}
.docs-search--input {
  border: 1px solid #fff;
  color: #fff;
}
@media (min-width: 992px) {
  .docs-search--input {
    margin-left: 16px;
    padding: 6px 0 6px 8px;
  }
}
.docs-search--input::placeholder {
  color: #fff;
}
.docs-search--container {
  list-style: none;
  padding-left: 0;
}
.docs-search--results {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border: 1px solid #dee2e6;
}
table tr th {
  border-bottom-width: 2px;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
table th, table td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  vertical-align: top;
}

.footer {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.footer a {
  color: #006166;
}
.footer a.link-social-twitter, .footer a.link-social-github, .footer a.link-social-mail, .footer a.link-social-calendar, .footer a.link-social-slack, .footer a.link-social-youtube, .footer a.link-social-bluesky, .footer a.link-social-mastodon {
  color: #72767b;
}
@media (max-width: 576px) {
  .footer a.link-social-twitter, .footer a.link-social-github, .footer a.link-social-mail, .footer a.link-social-calendar, .footer a.link-social-slack, .footer a.link-social-youtube, .footer a.link-social-bluesky, .footer a.link-social-mastodon {
    font-size: 2rem;
  }
}
.footer a.link-social-twitter {
  margin-right: 1rem;
}
.footer a.link-social-twitter:hover {
  color: #1da1f2;
}
.footer a.link-social-github {
  margin-right: 1rem;
}
.footer a.link-social-github:hover {
  color: #231f20;
}
.footer a.link-social-mail {
  margin-right: 1rem;
}
.footer a.link-social-mail:hover {
  color: #ffb300;
}
.footer a.link-social-calendar {
  margin-right: 1rem;
}
.footer a.link-social-calendar:hover {
  color: #07a692;
}
.footer a.link-social-slack {
  margin-right: 1rem;
}
.footer a.link-social-slack:hover {
  color: #0099a0;
}
.footer a.link-social-youtube {
  margin-right: 1rem;
}
.footer a.link-social-youtube:hover {
  color: #cc0000;
}
.footer a.link-social-bluesky {
  margin-right: 1rem;
}
.footer a.link-social-bluesky:hover {
  color: #0A79FC;
}
.footer a.link-social-mastodon {
  margin-right: 1rem;
}
.footer a.link-social-mastodon:hover {
  color: #5B4BE1;
}
.footer a.privacy-statement-link:hover {
  color: #00aab2;
}
.footer a:hover {
  text-decoration: none;
}
.footer-licensing {
  font-size: 0.8rem;
}
.footer-licensing a {
  font-size: 0.8rem;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

.premonition {
  display: grid;
  grid-template-columns: 43px auto;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 30px 0 30px 0;
  background-color: #e3edf2;
  border-left: 4px solid #5bc0de;
  color: #5bc0de;
}
.premonition code {
  background-color: #fff;
  color: #5bc0de;
}
.premonition .header {
  font-weight: 700;
  font-size: 15px;
  color: #5bc0de;
  margin-bottom: 5px;
}
.premonition .fa {
  font-size: 18px;
  opacity: 0.3;
  padding-top: 2px;
  padding-left: 20px;
}
.premonition svg {
  margin: 4px 0 0 15px;
}
.premonition .content {
  color: rgba(0, 0, 0, 0.5);
  padding-right: 40px;
}
.premonition.info {
  background-color: #f3f8f3;
  color: #50af51;
  border-color: #50af51;
}
.premonition.info a {
  color: #50af51;
  text-decoration: underline;
}
.premonition.info code {
  color: #50af51;
}
.premonition.info .header {
  color: #50af51;
}
.premonition.warning {
  background-color: #fcf8f2;
  color: #f0ad4e;
  border-color: #f0ad4e;
}
.premonition.warning a {
  color: #f0ad4e;
  text-decoration: underline;
}
.premonition.warning code {
  color: #f0ad4e;
}
.premonition.warning .header {
  color: #f0ad4e;
}
.premonition.error {
  background-color: #fdf7f7;
  color: #d9534f;
  border-color: #d9534f;
}
.premonition.error a {
  color: #d9534f;
  text-decoration: underline;
}
.premonition.error code {
  color: #d9534f;
}
.premonition.error .header {
  color: #d9534f;
}

.tagcloud .tagcloud-tag {
  display: inline;
  white-space: nowrap;
  padding: 0.6em;
}
.tagcloud .tagcloud-tag-xs a {
  font-size: 0em;
  color: #72767b;
}
.tagcloud .tagcloud-tag-s a {
  color: #72767b;
}
.tagcloud .tagcloud-tag-m a {
  font-size: 1.1em;
  color: #1da1f2;
}
.tagcloud .tagcloud-tag-l a {
  font-size: 1.3em;
  color: #07a692;
}
.tagcloud .tagcloud-tag-xl a {
  font-size: 1.6em;
  color: #005c61;
}

* {
  box-sizing: border-box;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

input {
  background: transparent;
  border: none;
  padding: 10px;
  font-size: 16px;
}

input[type=text]:not(.docs-search--input) {
  background: transparent;
  border: none;
  width: 100%;
}

input[type=submit] {
  background: transparent;
  border: 1px;
  color: #fff;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

p > code {
  background: var(--mk--BackgroundColor--350);
  padding: 1px var(--mk--spacer--xs);
}

pre {
  background: var(--mk--BackgroundColor--350);
  padding: var(--mk--spacer--xs);
  margin: var(--mk--spacer--sm) 0;
  min-width: 100%;
}

pre .hll {
  background-color: #ffffcc;
}

pre {
  background: #f0f0f0;
}

pre .c {
  color: #60a0b0;
  font-style: italic;
}

/* Comment */
pre .err {
  border: 1px solid #FF0000;
}

/* Error */
pre .k {
  color: #007020;
  font-weight: bold;
}

/* Keyword */
pre .o {
  color: #666666;
}

/* Operator */
pre .ch {
  color: #60a0b0;
  font-style: italic;
}

/* Comment.Hashbang */
pre .cm {
  color: #60a0b0;
  font-style: italic;
}

/* Comment.Multiline */
pre .cp {
  color: #007020;
}

/* Comment.Preproc */
pre .cpf {
  color: #60a0b0;
  font-style: italic;
}

/* Comment.PreprocFile */
pre .c1 {
  color: #60a0b0;
  font-style: italic;
}

/* Comment.Single */
pre .cs {
  color: #60a0b0;
  background-color: #fff0f0;
}

/* Comment.Special */
pre .gd {
  color: #A00000;
}

/* Generic.Deleted */
pre .ge {
  font-style: italic;
}

/* Generic.Emph */
pre .gr {
  color: #FF0000;
}

/* Generic.Error */
pre .gh {
  color: #000080;
  font-weight: bold;
}

/* Generic.Heading */
pre .gi {
  color: #00A000;
}

/* Generic.Inserted */
pre .go {
  color: #888888;
}

/* Generic.Output */
pre .gp {
  color: #c65d09;
  font-weight: bold;
}

/* Generic.Prompt */
pre .gs {
  font-weight: bold;
}

/* Generic.Strong */
pre .gu {
  color: #800080;
  font-weight: bold;
}

/* Generic.Subheading */
pre .gt {
  color: #0044DD;
}

/* Generic.Traceback */
pre .kc {
  color: #007020;
  font-weight: bold;
}

/* Keyword.Constant */
pre .kd {
  color: #007020;
  font-weight: bold;
}

/* Keyword.Declaration */
pre .kn {
  color: #007020;
  font-weight: bold;
}

/* Keyword.Namespace */
pre .kp {
  color: #007020;
}

/* Keyword.Pseudo */
pre .kr {
  color: #007020;
  font-weight: bold;
}

/* Keyword.Reserved */
pre .kt {
  color: #902000;
}

/* Keyword.Type */
pre .m {
  color: #40a070;
}

/* Literal.Number */
pre .s {
  color: #4070a0;
}

/* Literal.String */
pre .na {
  color: #4070a0;
}

/* Name.Attribute */
pre .nb {
  color: #007020;
}

/* Name.Builtin */
pre .nc {
  color: #0e84b5;
  font-weight: bold;
}

/* Name.Class */
pre .no {
  color: #60add5;
}

/* Name.Constant */
pre .nd {
  color: #555555;
  font-weight: bold;
}

/* Name.Decorator */
pre .ni {
  color: #d55537;
  font-weight: bold;
}

/* Name.Entity */
pre .ne {
  color: #007020;
}

/* Name.Exception */
pre .nf {
  color: #06287e;
}

/* Name.Function */
pre .nl {
  color: #002070;
  font-weight: bold;
}

/* Name.Label */
pre .nn {
  color: #0e84b5;
  font-weight: bold;
}

/* Name.Namespace */
pre .nt {
  color: #062873;
  font-weight: bold;
}

/* Name.Tag */
pre .nv {
  color: #bb60d5;
}

/* Name.Variable */
pre .ow {
  color: #007020;
  font-weight: bold;
}

/* Operator.Word */
pre .w {
  color: #bbbbbb;
}

/* Text.Whitespace */
pre .mb {
  color: #40a070;
}

/* Literal.Number.Bin */
pre .mf {
  color: #40a070;
}

/* Literal.Number.Float */
pre .mh {
  color: #40a070;
}

/* Literal.Number.Hex */
pre .mi {
  color: #40a070;
}

/* Literal.Number.Integer */
pre .mo {
  color: #40a070;
}

/* Literal.Number.Oct */
pre .sa {
  color: #4070a0;
}

/* Literal.String.Affix */
pre .sb {
  color: #4070a0;
}

/* Literal.String.Backtick */
pre .sc {
  color: #4070a0;
}

/* Literal.String.Char */
pre .dl {
  color: #4070a0;
}

/* Literal.String.Delimiter */
pre .sd {
  color: #4070a0;
  font-style: italic;
}

/* Literal.String.Doc */
pre .s2 {
  color: #4070a0;
}

/* Literal.String.Double */
pre .se {
  color: #4070a0;
  font-weight: bold;
}

/* Literal.String.Escape */
pre .sh {
  color: #4070a0;
}

/* Literal.String.Heredoc */
pre .si {
  color: #70a0d0;
  font-style: italic;
}

/* Literal.String.Interpol */
pre .sx {
  color: #c65d09;
}

/* Literal.String.Other */
pre .sr {
  color: #235388;
}

/* Literal.String.Regex */
pre .s1 {
  color: #4070a0;
}

/* Literal.String.Single */
pre .ss {
  color: #517918;
}

/* Literal.String.Symbol */
pre .bp {
  color: #007020;
}

/* Name.Builtin.Pseudo */
pre .fm {
  color: #06287e;
}

/* Name.Function.Magic */
pre .vc {
  color: #bb60d5;
}

/* Name.Variable.Class */
pre .vg {
  color: #bb60d5;
}

/* Name.Variable.Global */
pre .vi {
  color: #bb60d5;
}

/* Name.Variable.Instance */
pre .vm {
  color: #bb60d5;
}

/* Name.Variable.Magic */
pre .il {
  color: #40a070;
}

.linenos {
  width: 30px;
}

/* modification for button copy */
.highlight > pre > div {
  display: flex;
  flex-direction: row-reverse;
}

/* modification for button copy */
.btn-copy {
  color: #272822;
  background-color: #FFF;
  border-color: #272822;
  border: 2px solid;
  border-radius: 3px 3px 0px 0px;
  /* right-align */
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: -2px;
  padding: 3px 8px;
  font-size: 0.8em;
}

.btn-copy:hover {
  cursor: pointer;
  background-color: #F2F2F2;
}

.btn-copy:focus {
  /* Avoid an ugly focus outline on click in Chrome,
     but darken the button for accessibility.
     See https://stackoverflow.com/a/25298082/1481479 */
  background-color: #E6E6E6;
  outline: 0;
}

.btn-copy:active {
  background-color: #D9D9D9;
}

.highlight pre {
  /* Avoid pushing up the copy buttons. */
  margin: 0;
}

.zoom {
  transition: transform 0.2s;
  transform-origin: 50% 50%;
  max-width: 103px;
  max-height: 84px;
  transform-origin: 0 0;
}

.zoom:hover img {
  -ms-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -webkit-transform: scale(10);
  position: absolute;
  transform: scale(10) translateX(45%);
  z-index: 1;
}

/*# sourceMappingURL=main.css.map */