﻿#wagonn-demo-wrapper {
  position: fixed;
  top: 20%;
  left: 0;
  max-width: 395px;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(47, 77, 156, 0.8);
  color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  line-height: normal !important;
  font-family: "Open Sans", sans-serif;
}
#wagonn-demo-wrapper .demo-container-collapse {
  padding: 12px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
}
#wagonn-demo-wrapper .cogs {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!-- Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M349.5 475.5l-211.1-211c-4.7-4.7-4.7-12.3 0-17l211.1-211c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L178.1 256l195.5 195.5c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.6-12.3 4.6-17-.1zm-111 0l7.1-7.1c4.7-4.7 4.7-12.3 0-17L50.1 256 245.5 60.5c4.7-4.7 4.7-12.3 0-17l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0l-211.1 211c-4.7 4.7-4.7 12.3 0 17l211.1 211c4.8 4.8 12.4 4.8 17.1.1z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(99%) sepia(0%) saturate(1437%) hue-rotate(245deg)
    brightness(116%) contrast(100%);
  display: block;
  width: 34px;
  height: 34px;
}
#wagonn-demo-wrapper .cogs-collapsed {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!-- Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M34.5 36.5l211.1 211c4.7 4.7 4.7 12.3 0 17l-211.1 211c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L205.9 256 10.5 60.5c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.6-4.6 12.2-4.6 16.9.1zm111 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17L333.9 256 138.5 451.5c-4.7 4.7-4.7 12.3 0 17l7.1 7.1c4.7 4.7 12.3 4.7 17 0l211.1-211c4.7-4.7 4.7-12.3 0-17l-211.1-211c-4.8-4.8-12.4-4.8-17.1-.1z'/%3E%3C/svg%3E");
  filter: invert(99%) sepia(0%) saturate(1437%) hue-rotate(245deg)
    brightness(116%) contrast(100%);
}
#wagonn-demo-wrapper * {
  line-height: normal !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
}
#wagonn-demo-wrapper .align-middle {
  align-self: center !important;
}
#wagonn-demo-wrapper .align-top {
  align-self: flex-start !important;
}
#wagonn-demo-wrapper .align-bottom {
  align-self: flex-end !important;
}
#wagonn-demo-wrapper strong {
  font-weight: 600 !important;
}
#wagonn-demo-wrapper .d-flex {
  display: flex !important;
}
#wagonn-demo-wrapper .d-inline-block {
  display: inline-block !important;
}
#wagonn-demo-wrapper a {
  color: #fff;
  text-decoration: none;
}
#wagonn-demo-wrapper .wagonn-demo-container {
  padding: 16px 24px;
}
#wagonn-demo-wrapper .wagonn-demo-container h3 {
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 7px 0;
  margin: 0 0 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#wagonn-demo-wrapper .wagonn-demo-container ul {
  list-style: none;
  margin: 12px 0;
  padding: 0;
}
#wagonn-demo-wrapper .wagonn-demo-container ul li {
  display: block;
  margin: 0;
  padding: 6px 0;
}
#wagonn-demo-wrapper .wagonn-demo-container ul li a.link {
  display: inline-block;
  padding: 4px 18px;
  color: #2f4d9c;
  background: #fff;
  border-radius: 4px;
  font-weight: 500;
}
#wagonn-demo-wrapper .wagonn-demo-container ul.pricing li {
  padding: 2px 0;
}
#wagonn-demo-wrapper .wagonn-demo-container ul.pricing li:before {
  content: "— ";
  display: inline-block;
  margin-right: 8px;
}
#wagonn-demo-wrapper .wagonn-demo-container .wagonn-demo-info-box h2.title {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  display: block;
  text-transform: uppercase;
}
#wagonn-demo-wrapper
  .wagonn-demo-container
  .wagonn-demo-info-box
  h2.title
  span {
  font-size: 12px;
  font-weight: 600;
  display: block;
}
#wagonn-demo-wrapper
  .wagonn-demo-container
  .wagonn-demo-info-box
  p.support-version {
  font-size: 16px;
  margin: 16px 0;
  padding: 0;
}
@media (max-width: 376px) {
  #wagonn-demo-wrapper {
    background: #2f4d9c;
    top: 10%;
    margin-right: 24px;
  }
} /*# sourceMappingURL=demo_panel.min.css.map */
