body,
html {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  background-color: #fff;
  color: #444;
  line-height: 1.4;
}
.d-muted {
  opacity: 0.2;
}
code {
  display: block;
  border-radius: 5px;
  background-color: #F5F3F3;
  padding: 12px;
  line-height: 1.6;
  border: 1px solid #EDEAE9;
  font-family: monospace;
  color: #333;
}
.card-help {
  color: #aaa;
  font-size: 12px;
  padding-top: 4px;
}
img.plugin-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  object-position: center;
}
.plugin-title {
  display: flex;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
}
.plugin-title a {
  color: #333;
}
.plugin-title img.plugin-icon {
  width: 55px;
  height: 55px;
}
.plugin-name {
  font-size: 1.2em;
  font-weight: bold;
}
.plugin-generation-badges {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 4px;
}
.plugin-generation-icon {
  font-size: 0.8em;
  color: #fff;
  font-weight: bold;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  border-radius: 4px;
  background-color: #ccc;
}
.plugin-generation-icon.shopware6 {
  background-color: #3f58ef;
}
.plugin-generation-icon.shopware5 {
  background-color: #27A0FC;
}
.plugin-generation-icon.is-compatible {
  background-color: #00bb00;
}
.plugin-generation-icon.is-incompatible {
  background-color: #b40000;
}
.scroll-to-target-highlight {
  transition: all 0.3s;
  transition-delay: 1s;
  scroll-margin: 20px;
}
.scroll-to-target-highlight.is-active {
  box-shadow: 0 0 20px #64761d !important;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 400;
}
h1 {
  font-size: 1.4em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
a {
  cursor: pointer;
}
.sticky {
  position: sticky;
  top: 0;
}
.user-icon {
  border-radius: 100%;
}
.sort-direction {
  color: #888;
  font-size: 10px;
  vertical-align: baseline;
  display: inline-block;
}
.col-grip {
  line-height: 35px;
  color: #ccc;
  cursor: move;
  cursor: grab;
}
.col-grip * {
  cursor: move;
  cursor: grab;
}
.drag-over {
  background: #f6f6f6;
}
.ampel-status {
  position: absolute;
  top: 0;
  right: 0;
  background: #f0f0f0;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-bottom-left-radius: 10px;
}
.search-field {
  position: relative;
}
.search-field input {
  padding-right: 30px;
}
.search-field input:not(:placeholder-shown) + .reset-search {
  display: block;
}
.search-field input::placeholder {
  color: #ccc;
}
.search-field .reset-search {
  display: none;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
  color: #ccc;
  cursor: pointer;
}
.search-field .reset-search:hover {
  color: #bbb;
}
.is--strong {
  font-weight: bold !important;
}
.nowrap,
.no-wrap {
  white-space: nowrap;
}
.wrapper {
  display: flex;
  height: 100%;
}
.main {
  margin: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 48em) {
  .main {
    margin-left: 244px;
  }
}
.content-wrapper {
  display: flex;
  min-height: 1px;
  height: 100%;
}
.content-container {
  margin: 0;
  width: 100%;
  display: flex;
  min-width: 375px;
  flex-direction: column;
}
.content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.content h1,
.content h2,
.content h3,
.content h4 {
  color: #64761d;
}
.plugin-detail-infos:not(.show) ~ .card-footer {
  border-top: none;
}
.content-buttons {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
.content-inner {
  height: 100%;
  padding: 20px 15px;
  overflow-y: scroll;
}
.content-inner a:not([href]):not([tabindex]):not(.btn)[onclick] {
  color: #007bff;
}
.content-inner.sticky-nav {
  padding-top: 0;
}
.content-inner.sticky-nav .nav {
  padding-bottom: 10px;
  padding-top: 10px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 900;
}
img.img-icon {
  max-width: 16px;
}
.rating {
  white-space: nowrap;
  color: #ffc107;
}
.rating .far {
  color: #ddd;
}
.text-muted .rating {
  color: #f0f0f0 !important;
}
.help {
  line-height: 16px;
  color: #999;
  font-size: 12px;
  display: inline-block;
}
.form-group .help {
  margin: 8px 0;
}
.form-group label + .help {
  margin-top: -4px;
}
.bgcolor-shopware,
.bgcolor-shopware5 {
  background-color: #27A0FC;
  color: #fff;
}
.bgcolor-shopware6 {
  background-color: #3f58ef;
  color: #fff;
}
.text-shopware {
  color: #27A0FC;
}
body.is--route- .main {
  margin-left: 0;
}
.stack-trace ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 15px;
}
.stack-trace ul li {
  padding: 0;
  margin: 0 0 12px 0;
}
.date-line {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
  position: relative;
}
.date-line span {
  background: #fff;
  font-size: 12px;
  position: relative;
  z-index: 998;
  color: #999;
  padding: 0 10px;
}
.date-line:before {
  content: '';
  display: block;
  height: 1px;
  left: 0;
  right: 0;
  background: #ddd;
  position: absolute;
  top: 14px;
  z-index: 988;
}
.scroll-highlight {
  transition: all 0.3s;
}
.scroll-highlight.is-active {
  box-shadow: 0 0 10px #900000 !important;
}
ul.comma-separated {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.comma-separated li {
  float: none;
  display: inline-block;
}
ul.comma-separated li a {
  display: inline-block;
  float: left;
}
ul.comma-separated li:after {
  display: inline-block;
  content: ', ';
}
ul.comma-separated li:last-child:after {
  content: '';
}
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url('../fonts/roboto-v20-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-100.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('../fonts/roboto-v20-latin-100italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-100italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-300.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('../fonts/roboto-v20-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-300italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url('../fonts/roboto-v20-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-500.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../fonts/roboto-v20-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-700italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('../fonts/roboto-v20-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-500italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-900.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('../fonts/roboto-v20-latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-900italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.sw {
  color: #607182;
}
.sw h2 {
  font-weight: 600;
  font-size: 21px;
  color: #142432;
  margin: 28px 0px 10px 0px;
}
.sw h2:first-child {
  margin-top: 0;
}
.sw h3 {
  font-size: 18px;
  font-weight: 600;
  color: #142432;
  margin: 28px 0px 10px 0px;
}
.sw .nav.nav-tabs {
  border: none;
}
.sw .nav.nav-tabs .nav-item {
  margin-right: 8px;
}
.sw .nav.nav-tabs .nav-link {
  border-radius: 0;
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  line-height: 1.5rem;
  background-color: #f4f7fa;
  color: #607182;
  border: 1px solid #d2dee6;
  font-weight: bold;
}
.sw .nav.nav-tabs .nav-link.active {
  color: #142432;
  border-bottom-color: #fff;
  background: #fff;
}
.sw .tab-content {
  border: 1px solid #d2dee6;
  padding: 25px;
}
.sw ul.stars,
.sw ul.check {
  list-style: none;
  padding: 0;
  margin: 0px 16px 16px 20px;
}
.sw ul.check li,
.sw ul.stars li {
  position: relative;
}
.sw ul.check li:before {
  display: block;
  font-size: 14px;
  left: -20px;
  top: -1px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #2cbc3a;
  position: absolute;
}
.sw ul.stars li:before {
  display: block;
  font-size: 14px;
  left: -20px;
  top: -1px;
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  color: #ffb71c;
  position: absolute;
}
.sidebar {
  width: 244px;
  top: 0;
  overflow: auto;
  background-color: #141a25;
  padding: 30px 0 20px 0;
  color: #fff;
  bottom: 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  transition: left 0.3s;
  left: -100%;
  z-index: 999;
}
@media (min-width: 48em) {
  .sidebar {
    transition: left 0s;
    left: 0;
  }
}
.sidebar.is--visible {
  left: 0;
}
.sidebar .sidebar--head {
  padding: 0 20px;
  margin: 0 0 20px 0;
}
.sidebar .sidebar--head img {
  max-width: 70%;
}
.sidebar .sidebar--content {
  margin-bottom: 15px;
  flex: 1;
}
.sidebar .sidebar--foot {
  padding: 0 20px;
  margin: 0;
  text-align: center;
}
.sidebar .sidebar--foot a {
  color: #49515c;
  font-size: 0.9em;
  text-decoration: none;
}
.sidebar .sidebar--foot a:hover {
  color: #606873;
}
.sidebar .sidebar--block .item {
  padding: 10px 20px;
  display: block;
  color: #ccc;
  text-decoration: none;
}
.sidebar .sidebar--block .item:hover {
  background-color: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: #fff;
}
.sidebar .sidebar--block .item.is--hidden {
  display: none;
}
.sidebar .sidebar--block .item.is--active {
  background-color: rgba(255, 255, 255, 0.08);
}
.sidebar .sidebar--block .item .item--title {
  display: inline-block;
}
.sidebar .sidebar--block .item .item--icon {
  margin-right: 15px;
  display: inline-block;
  width: 20px;
  text-align: center;
  font-size: 1.4em;
}
.sidebar .sidebar--block .item .item--icon .fa {
  font-weight: 300;
}
.sidebar .sidebar--block .item .item--icon img {
  width: 24px;
}
.sidebar .sidebar--block .item--children {
  display: none;
}
.sidebar .sidebar--block.is--open {
  background-color: rgba(255, 255, 255, 0.04);
}
.sidebar .sidebar--block.is--open .item--children {
  display: block;
}
.sidebar .sidebar--title {
  color: rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
}
.sidebar hr {
  height: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  margin: 8px 0;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.sidebar ul li {
  position: relative;
}
.sidebar ul li.active {
  background-color: #3a3f48;
}
.sidebar ul li.active a {
  border-color: #aac831;
}
.sidebar ul li a {
  display: block;
  line-height: 34px;
  height: 34px;
  padding: 0 15px;
  color: #d5dce0;
  cursor: pointer;
  border-left: 3px solid transparent;
  position: relative;
}
.sidebar ul li a:hover {
  background-color: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.09);
}
.sidebar ul li a.disabled {
  color: rgba(255, 255, 255, 0.2);
}
.sidebar ul li a.disabled:hover {
  color: rgba(255, 255, 255, 0.3);
}
.sidebar ul li a .fa {
  margin-right: 5px;
  display: inline-block;
  width: 16px;
  text-align: center;
}
.topbar {
  padding: 15px 0 0 0;
  border-bottom: 1px solid #ddd;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
}
.topbar h1,
.topbar h2,
.topbar h3,
.topbar h4 {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.topbar .account .btn.is--round {
  border-radius: 100px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.topbar .account .btn.is--round.has-text {
  width: auto;
  padding: 0 12px;
}
.topbar .account .btn.is--toggle-menu {
  display: inline-block;
}
@media (min-width: 48em) {
  .topbar .account .btn.is--toggle-menu {
    display: none;
  }
}
.toolbar {
  display: flex;
  margin: 0;
  padding: 0;
}
.toolbar a:not([href]):not([tabindex]),
.toolbar .item {
  font-weight: 400;
  font-size: 13px;
  padding: 7px 0;
  margin: 0 15px 0 0;
  color: #848f99;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.toolbar a:not([href]):not([tabindex]):hover,
.toolbar .item:hover {
  text-decoration: none;
}
.toolbar a:not([href]):not([tabindex]).disabled,
.toolbar .item.disabled {
  color: #ccc;
  cursor: default !important;
}
.toolbar a:not([href]):not([tabindex]).disabled:hover,
.toolbar .item.disabled:hover {
  color: #ccc !important;
  border-color: transparent !important;
}
.toolbar a:not([href]):not([tabindex]).link,
.toolbar .item.link {
  color: #869e2a;
}
.toolbar a:not([href]):not([tabindex]).link:hover,
.toolbar .item.link:hover {
  color: #a8c635;
}
.toolbar a:not([href]):not([tabindex]).tab:hover,
.toolbar .item.tab:hover {
  color: #151b26;
  border-color: #b7bfc6;
}
.toolbar a:not([href]):not([tabindex]).tab.active,
.toolbar .item.tab.active {
  color: #869e2a;
  border-color: #869e2a;
}
.statusbar {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #eee;
  color: #848f99;
  background-color: #fff;
  font-size: 12px;
}
.statusbar .container-fluid {
  display: flex;
  gap: 20px;
}
.statusbar .item {
  float: left;
  margin: 0;
  border: none;
}
.statusbar .item a {
  color: #869e2a !important;
}
.infobar {
  display: flex;
  margin: 0;
  padding: 8px 0;
  border-top: 1px solid #eee;
  color: #848f99;
  background-color: #fff;
  font-size: 12px;
}
.infobar a {
  color: #869e2a !important;
}
.hero {
  text-align: center;
  padding: 100px;
}
.hero .hero--icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin: 0 auto 20px auto;
  border-radius: 100%;
  font-size: 45px;
  background-color: #eee;
  color: #999;
}
.hero .hero--icon .fa {
  vertical-align: text-bottom;
}
.hero .hero--icon.icon-success {
  background-color: #6cb457;
  color: #fff;
}
.hero .hero--icon.icon-danger {
  background-color: #bd4242;
  color: #fff;
}
.hero .hero--icon.icon-warning {
  background-color: #fff3cd;
  color: #856404;
}
.hero .hero--icon.icon-info {
  background-color: #007bfe;
  color: #fff;
}
.hero .hero--text {
  font-size: 1.1em;
}
.messages {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
  max-width: 50%;
  max-height: 500px;
  overflow: auto;
}
.btn,
.card,
.table,
.alert,
input,
select,
textarea,
.form-control,
.custom-file-label {
  border-radius: 2px;
}
.bg-info {
  background: #42c8de !important;
}
.text-bg-info {
  color: #fff !important;
}
.nav {
  margin-bottom: 10px;
}
.nav .nav-link {
  font-weight: 400;
  font-size: 13px;
  padding: 7px 0;
  margin: 0 15px 0 0;
  color: #848f99;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.nav .nav-link.active {
  color: #869e2a;
  border-color: #869e2a;
  background: none;
}
.dropdown-item.is--small {
  line-height: 24px;
  height: 24px;
}
::file-selector-button {
  padding: 6px 12px;
  margin: -6px 12px -6px -12px;
  color: #333;
  background: #f8f9fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
}
.form-group {
  margin-bottom: 0.5rem;
}
input[type=file].form-control {
  cursor: pointer;
}
a {
  text-decoration: none !important;
}
.tooltip {
  pointer-events: none;
  font-size: 12px;
}
.tooltip.bs-tooltip-right {
  left: 10px !important;
}
.btn {
  /*padding: .175rem .5rem;*/
  font-size: 1em;
  cursor: pointer !important;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn.btn-text-large {
  font-size: 1.3em;
}
.btn-lg {
  padding: 0.5rem 1rem;
}
.btn-xs {
  padding: 0.1rem 0.3rem;
  font-size: 0.9em;
}
.btn-disabled {
  cursor: default !important;
}
.btn.btn-danger {
  color: #fff !important;
}
.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
a.btn.btn-primary:not([href]):not([tabindex]) {
  color: #fff;
}
a.btn.btn-secondary:not([href]):not([tabindex]) {
  color: #fff;
}
.btn-link {
  color: #869e2a !important;
}
.small,
small {
  font-size: 85%;
}
.badge {
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
}
.badge .fa {
  font-size: 9px;
}
.badge.badge-light {
  background: #999;
  color: #fff;
}
.badge.badge-info {
  background-color: #189eff;
}
.btn:not(.btn-xs) .btn:not(.btn-sm) {
  height: 35px;
}
.btn:focus {
  box-shadow: none;
}
.btn-light {
  background-color: #f0f0f0;
  border-color: #e8e8e8;
}
.btn-light:hover {
  background-color: #e1e2e3;
}
.btn-group.btn-group-toggle {
  flex-wrap: wrap;
}
.btn-group.btn-group-toggle .btn {
  border-radius: 0;
  flex: auto;
}
.bg-light2 {
  background: #eee !important;
}
.text-light2 {
  color: #eee !important;
}
/** nav **/
.nav-pills .nav-link {
  border-radius: 2px;
}
/** table **/
.table thead th {
  vertical-align: top;
}
table th.force-break,
table td.force-break {
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
table.table-inline {
  width: auto;
}
.card > .table {
  margin-bottom: 0;
}
.card > .table thead {
  background: #f0f0f0;
}
.card > .table tr:first-child th,
.card > .table tr:first-child td {
  border-top: none;
}
table.borderless td,
table.borderless th {
  border: none;
}
table td.wrap-all {
  word-break: break-all;
}
.table.table-sm tr td .btn,
.table.table-sm tr th .btn {
  padding: 0 0.5rem;
}
.table tr td h1,
.table tr th h1,
.table tr td h2,
.table tr th h2,
.table tr td h3,
.table tr th h3,
.table tr td h4,
.table tr th h4 {
  margin-bottom: 0;
}
.table tr td.nowrap,
.table tr th.nowrap {
  white-space: nowrap;
}
.table tr.text-muted th,
.table tr.text-muted td {
  color: #bbb !important;
}
.table tr.text-muted th .btn.btn-light,
.table tr.text-muted td .btn.btn-light {
  color: #555 !important;
}
.table.overflow td {
  max-width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table.sticky-header {
  position: relative;
}
.table.sticky-header > tr th {
  background: #fff;
}
.table.sticky-header thead tr th {
  background: #f0f0f0;
  position: sticky;
  top: -20px;
  border-bottom: 1px solid #ddd;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 999;
}
.table.no-table {
  display: inline-block;
  border: none;
}
.table.no-table tr th,
.table.no-table tr td {
  border: none;
  padding: 0.1rem 0.5rem;
}
.table tr.odd {
  background: #fff;
}
.table tr.even {
  background: #f9f9f9;
}
.table .mincol {
  white-space: nowrap;
  width: 1px;
}
.table.odd-even > tbody tr:nth-child(even) {
  background: #f9f9f9;
}
.table.odd-even > tbody tr:nth-child(odd) {
  background: #fff;
}
.table .table-light,
.table .table-light > td,
.table .table-light > th {
  background-color: #f0f0f0;
}
.table.table-tiny td {
  padding: 0 3px;
  border: none;
}
.content-container .dropdown-menu.show {
  top: 100% !important;
  transform: none !important;
}
.dropdown-menu {
  border-radius: 2px;
  padding: 0;
  font-size: 13px;
}
.bg-selected {
  background: #dae3da;
}
.dropdown.show .btn-light.dropdown-toggle {
  background-color: #e1e2e3;
  border-color: #e8e8e8;
}
.dropdown.show .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}
a.dropdown-item {
  max-width: 400px;
  white-space: nowrap;
}
a.dropdown-item div {
  white-space: normal;
}
a.dropdown-item.active {
  background-color: #eeeff0;
  color: #333 !important;
}
.dropdown-item {
  padding: 10px;
}
.dropdown-item .fa,
.dropdown-item .fab {
  display: inline-block;
  width: 20px;
  color: #bbb;
}
.dropdown-item.sm {
  line-height: 25px;
  height: 25px;
}
.dropdown-item .form-check .form-check-input,
.dropdown-item .form-check label {
  line-height: 1;
  margin-top: 0;
}
.dropdown-item .form-check label {
  line-height: 1;
  margin: 0;
  padding: 0;
}
label {
  display: block;
  overflow: hidden;
}
.checkbox {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.checkbox label {
  gap: 5px;
  align-items: center;
  display: inline-flex;
}
.text-muted {
  color: #bbb !important;
}
.text-muted2 {
  color: #999 !important;
}
.modal-content {
  border-radius: 2px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  border: none;
}
.modal-body {
  padding: 1.2rem;
  max-height: calc(80vh - 110px);
  overflow-y: auto;
}
.modal-body .fa {
  display: inline-block;
  text-align: center;
}
.modal-body .card .table thead {
  position: sticky;
  top: -19px;
}
.modal-footer {
  background-color: #f9f9f9;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin-top: 6rem;
  }
}
.modal-dialog.modal-fullscreen {
  margin: 0;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  max-width: none;
}
.modal-dialog.modal-fullscreen .modal-content {
  height: 100%;
}
.modal-dialog.modal-fullscreen .modal-content .modal-body {
  max-height: none;
}
.form-control {
  font-size: 1em;
}
textarea.form-control {
  min-height: 120px;
}
.nav.nav-pills .nav-link {
  border-radius: 2px;
}
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 2px;
}
/** pagination */
.page-item .page-link {
  border-radius: 2px !important;
}
/** Cards **/
.card-columns {
  column-count: 2;
}
@media (min-width: 1140px) {
  .card-columns {
    column-count: 3;
  }
}
.row.g-1 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.g-1 .col,
.row.g-1 .col-1,
.row.g-1 .col-10,
.row.g-1 .col-11,
.row.g-1 .col-12,
.row.g-1 .col-2,
.row.g-1 .col-3,
.row.g-1 .col-4,
.row.g-1 .col-5,
.row.g-1 .col-6,
.row.g-1 .col-7,
.row.g-1 .col-8,
.row.g-1 .col-9,
.row.g-1 .col-auto,
.row.g-1 .col-lg,
.row.g-1 .col-lg-1,
.row.g-1 .col-lg-10,
.row.g-1 .col-lg-11,
.row.g-1 .col-lg-12,
.row.g-1 .col-lg-2,
.row.g-1 .col-lg-3,
.row.g-1 .col-lg-4,
.row.g-1 .col-lg-5,
.row.g-1 .col-lg-6,
.row.g-1 .col-lg-7,
.row.g-1 .col-lg-8,
.row.g-1 .col-lg-9,
.row.g-1 .col-lg-auto,
.row.g-1 .col-md,
.row.g-1 .col-md-1,
.row.g-1 .col-md-10,
.row.g-1 .col-md-11,
.row.g-1 .col-md-12,
.row.g-1 .col-md-2,
.row.g-1 .col-md-3,
.row.g-1 .col-md-4,
.row.g-1 .col-md-5,
.row.g-1 .col-md-6,
.row.g-1 .col-md-7,
.row.g-1 .col-md-8,
.row.g-1 .col-md-9,
.row.g-1 .col-md-auto,
.row.g-1 .col-sm,
.row.g-1 .col-sm-1,
.row.g-1 .col-sm-10,
.row.g-1 .col-sm-11,
.row.g-1 .col-sm-12,
.row.g-1 .col-sm-2,
.row.g-1 .col-sm-3,
.row.g-1 .col-sm-4,
.row.g-1 .col-sm-5,
.row.g-1 .col-sm-6,
.row.g-1 .col-sm-7,
.row.g-1 .col-sm-8,
.row.g-1 .col-sm-9,
.row.g-1 .col-sm-auto,
.row.g-1 .col-xl,
.row.g-1 .col-xl-1,
.row.g-1 .col-xl-10,
.row.g-1 .col-xl-11,
.row.g-1 .col-xl-12,
.row.g-1 .col-xl-2,
.row.g-1 .col-xl-3,
.row.g-1 .col-xl-4,
.row.g-1 .col-xl-5,
.row.g-1 .col-xl-6,
.row.g-1 .col-xl-7,
.row.g-1 .col-xl-8,
.row.g-1 .col-xl-9,
.row.g-1 .col-xl-auto {
  padding-left: 5px;
  padding-right: 5px;
}
.card .row-table {
  display: flex;
  flex-direction: column;
}
.card .row-table .row {
  border-bottom: 1px solid #ccc;
  order: 99;
}
.card .row-table .row.row-title {
  font-weight: bold;
  background: #ddd;
  order: -1;
  border-bottom: 1px solid #ccc;
}
.card .row-table .row > div {
  padding-top: 6px;
  padding-bottom: 6px;
}
.card > .card-header {
  padding: 10px;
}
.card > .card-header h1,
.card > .card-header h2,
.card > .card-header h3,
.card > .card-header h4,
.card > .card-header h5 {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.card > .card-footer {
  padding: 10px;
}
/** Tabs **/
.nav-tabs {
  border: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.nav-tabs .nav-item .nav-link {
  font-weight: 400;
  font-size: 13px;
  padding: 7px 10px;
  margin: 0 15px 0 0;
  color: #848f99;
  text-decoration: none;
  border: none;
  border-bottom: 2px solid transparent;
}
.nav-tabs .nav-item .nav-link:hover {
  text-decoration: none;
  border-color: #b7bfc6;
  color: #151b26;
}
.nav-tabs .nav-item .nav-link.active {
  border-color: #869e2a;
  color: #869e2a;
}
.nav-tabs .nav-item .nav-link.active:hover {
  color: #869e2a;
  border-color: #869e2a;
}
.element-loading-overlay {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99999;
}
.loading-overlay .loading-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.loading-overlay .loading-content .loading-indicator {
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  color: #ddd;
  margin: 0 auto;
  display: block;
}
.loading-overlay .loading-content .loading-text {
  line-height: 1.3;
  text-align: center;
  width: auto;
  color: #ddd;
}
.chart .chart-toolbar {
  margin: 0 0 10px 0;
  text-align: right;
}
.calendar {
  border: 1px solid #ddd;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.calendar .calendar-title {
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid #ddd;
  flex: none;
}
.calendar .calendar-content {
  flex: 100;
}
.calendar table {
  width: 100%;
  height: 100%;
}
.calendar table td {
  width: 14.28%;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  padding: 8px 8px;
  vertical-align: top;
  border-left: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar table td:first-child {
  border-left: none;
}
.calendar table td.calendar-day-head {
  font-weight: bold;
}
.calendar table td.calendar-day-np {
  color: #ddd;
}
.calendar table td.calendar-day {
  cursor: pointer;
}
.calendar table td.calendar-day.is--today .day-number {
  background: #4782fc;
  color: #fff;
  font-weight: bold;
}
.calendar table td.calendar-day .day-number {
  width: 27px;
  border-radius: 100%;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.calendar table td.calendar-day .day-events {
  text-align: left;
  font-size: 0.8em;
  text-align: center;
}
.calendar table td.calendar-day.day--has-events {
  background: #fff4bd;
}
.calendar table td.calendar-day.day--has-events.my-selection {
  background: #ffb3b2;
}
.calendar table td.calendar-day.my-selection {
  background: #c4ffdb;
}
.calendar table td.calendar-day.my-selection-only {
  background: #c4ffdb !important;
}
.calendar table td.calendar-day:hover {
  background: #f6f6f6;
}
.distribution {
  width: 100%;
  display: flex;
  padding: 0;
}
.distribution .item {
  line-height: 20px;
  height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}
.distribution .item.bg-light2 {
  color: rgba(0, 0, 0, 0.4);
}
.distribution .item[data-status] {
  cursor: pointer;
  border-right: 2px solid #ffff;
  min-width: 50px;
}
.distribution .item:hover {
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.2) inset;
}
.distribution .item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.distribution .item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: none;
}
.distribution.active .item {
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.7) inset;
}
.distribution.active .item:hover {
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.5) inset;
}
.distribution.active .item.active {
  box-shadow: none;
}
.distribution.active .item.active:hover {
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.2) inset;
}
.dialog {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 90vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990002;
  display: flex;
  flex-direction: column;
  outline: none;
  background: #fff;
  overflow: visible;
}
.dialog ~ .dialog {
  pointer-events: none !important;
  z-index: 990001;
}
.dialog ~ .dialog:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: '';
  display: block;
  z-index: 990000;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 48em) {
  .dialog {
    width: auto;
    min-width: 40%;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 78.75em) {
  .dialog {
    min-width: 30%;
    max-width: 60%;
  }
}
.dialog-heading {
  padding: 15px 15px 0 15px;
}
.dialog-content {
  padding: 0;
  margin: 15px 0;
  max-height: 100%;
  overflow: auto;
}
.dialog-content input[type=file] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.dialog-content input[type=file] + .filebutton {
  display: block;
}
.dialog-row-group {
  margin-bottom: 20px;
}
.dialog-row-group:last-child {
  margin-bottom: 0;
}
.dialog-row {
  display: flex;
  margin-bottom: 15px;
}
.dialog-row:last-child {
  margin-bottom: 0;
}
.dialog-col {
  flex: 1;
}
.dialog-group {
  padding: 0 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.dialog-group .dialog-group-inner {
  position: relative;
}
.dialog-group .dialog-button {
  margin-left: 0;
}
.dialog-buttons {
  padding: 15px;
  margin: 0;
  text-align: right;
  background-color: #f9f9f9;
  border-top: 1px solid #dee2e6;
}
.dialog-buttons:empty {
  display: none;
}
.dialog-title {
  font-size: 20px;
  padding: 15px;
  border-bottom: 1px solid #dee2e6;
}
.dialog-text {
  margin-bottom: 15px;
}
.dialog-checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dialog-checkbox input {
  order: -1;
}
.dialog-radio label {
  display: block;
  margin: 0 0 5px 5px;
  padding: 0;
  overflow: hidden;
}
.dialog-radio label input[type=radio] {
  display: block;
  float: left;
  width: 13px;
  margin: 3px 0 4px 0;
  height: 13px;
}
.dialog-radio label span.radio-text {
  line-height: 1.4;
  padding: 0;
  margin: 0 0 0 20px;
  display: block;
}
.dialog-button {
  border: none;
  min-width: 3rem;
  margin-left: 5px;
  cursor: pointer;
}
.dialog-button * {
  cursor: inherit;
}
.dialog-button.left {
  float: left;
  min-width: 3rem;
}
.dialog-group-title {
  padding: 0 15px 15px 15px;
  font-size: 1.1rem;
}
.dialog-group-text {
  padding: 0 15px 15px 15px;
}
.dialog-group-text.is--link {
  cursor: pointer;
}
.dialog-separator {
  margin: 5px 15px 15px 15px;
  height: 1px;
  width: auto;
  padding: 0;
  display: block;
}
.scroll-top {
  background: #aac831;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  z-index: 200;
  visibility: hidden;
  transition: all 0.3s;
  border-radius: 2px;
  cursor: pointer;
  font-size: 20px;
}
@media (min-width: 48em) {
  .scroll-top {
    bottom: 15px;
    right: 15px;
  }
}
@media (min-width: 78.75em) {
  .scroll-top {
    bottom: 20px;
    right: 20px;
  }
}
body.is-scrolled .scroll-top {
  opacity: 0.5;
  visibility: visible;
}
body.is-scrolled .scroll-top:hover {
  opacity: 1;
}
.help-content {
  float: left;
  width: 70%;
}
.help-content ul li,
.help-content ol li {
  margin-bottom: 5px;
}
.help-navigation {
  float: right;
  width: 30%;
  position: sticky;
  top: 0;
  padding-left: 1rem;
}
.is--route-app_help_index .content-inner {
  overflow-y: scroll;
}
.is--route-app_shopware6_view .shopware-plugin-download-modal:not([data-show="show-muted-versions"]) .badge.text-muted:first-child:after {
  content: '→';
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
.is--route-app_shopware6_view .shopware-plugin-download-modal:not([data-show="show-muted-versions"]) .badge.text-muted {
  color: #666 !important;
}
.is--route-app_shopware6_view .shopware-plugin-download-modal:not([data-show="show-muted-versions"]) .badge.text-muted:not(:first-child):not(:last-child) {
  display: none;
}
.is--route-app_shopware6_view .shopware-plugin-download-modal[data-show="show-both-versions"] tr:not([data-both="true"]) {
  display: none;
}
.installation-type-badges {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.installation-type-badges .badge {
  font-size: 12px;
}
.snapshot-dropdown-label {
  display: block;
  text-align: left;
}
.snapshot-dropdown-label .text-muted2 {
  font-size: 13px;
}
/*# sourceMappingURL=style.css.map */