html {
  font-family: 'Roboto', sans-serif;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-wrapper {
  padding-left: 320px;
  position: relative;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.page-wrapper ::-webkit-scrollbar {
  width: 3px;
}

.page-wrapper ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.page-wrapper ::-webkit-scrollbar-thumb {
  background: #888;
}

.page-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.paragraphs-dropbutton-wrapper:after {
  clear: both;
  content: '';
  display: block;
}

.wb-admin-region-children {
  width: 100%;
  min-height: 100vh;
  padding-top: 1em;
}

.wb-admin--manager-sidebar--outer {
  position: fixed;
  min-width: 320px;
  overflow-y: auto;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1em;
  font-size: 16px;
  background: var(--colorGinText);
  z-index: 102;
}

.gin--horizontal-toolbar .wb-admin--manager-sidebar--outer {
  top: 53px;
}

.wb-admin--manager-sidebar--outer .region-manager-menu {
  margin: 0 !important;
  padding: 0 0 5px 0 !important;
}

.wb-admin--manager-sidebar--outer nav > .menu {
  min-height: calc(100vh - 135px);
  display: flex;
  flex-direction: column;
}

.gin--horizontal-toolbar .wb-admin--manager-sidebar--outer nav > .menu {
  min-height: calc(100vh - 185px);
}

.wb-admin--manager-sidebar--outer nav > .menu .menu-item:last-child {
  margin-top: auto;
}

.wb-admin--manager-sidebar--outer .menu-item {
  display: flex;
  flex-direction: column;
}

.wb-admin--manager-sidebar--outer .menu-item a, .wb-admin--manager-sidebar--outer .menu-item span {
  display: flex;
  align-items: center;
}

.wb-admin--manager-sidebar--outer .menu-item a:before,
.wb-admin--manager-sidebar--outer .menu-item span:before {
  content: '';
  display: block;
  width: 1.45em;
  height: 1.45em;
  margin-right: 0.5em;
}

.wb-admin--manager-sidebar--outer .link-orders:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/order.svg");
  mask-image: url("/icons/order.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.wb-admin--manager-sidebar--outer .link-products-title:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/cart.svg");
  mask-image: url("/icons/cart.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.wb-admin--manager-sidebar--outer .link-promotions:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/promotion.svg");
  mask-image: url("/icons/promotion.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.wb-admin--manager-sidebar--outer .link-users:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/user.svg");
  mask-image: url("/icons/user.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.wb-admin--manager-sidebar--outer .link-content:before,
.wb-admin--manager-sidebar--outer .link-other-content-title:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/content.svg");
  mask-image: url("/icons/content.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.wb-admin--manager-sidebar--outer .link-tools:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/tools.svg");
  mask-image: url("/icons/tools.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}

.wb-admin--manager-sidebar--outer .sublink:before {
  -webkit-mask-size: 95%;
  mask-size: 95%;
  background-color: currentColor;
  -webkit-mask-image: url("/icons/chevron-right.svg");
  mask-image: url("/icons/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  width: 1em !important;
  height: 1em !important;
  margin-right: 0.3em !important;
}

.wb-admin--manager-sidebar--outer .link-logout {
  margin-top: 1em;
  margin-left: 1.5em;
  margin-right: 1.5em;
  background-color: #620000;
  border-radius: 10px;
  padding: 0.6em 2em !important;
  align-items: center;
  justify-content: center;
}

.wb-admin--manager-sidebar--outer .link-logout:hover, .wb-admin--manager-sidebar--outer .link-logout:focus {
  background-color: #b00;
}

.wb-admin--manager-sidebar--outer .link-logout:before {
  display: none !important;
}

.wb-admin--manager-sidebar--outer .web-bunch-logo {
  object-fit: contain;
  display: block;
  height: 50px;
  margin: 1.5em 1.5em 2em;
  object-position: left;
}

.wb-admin--manager-sidebar--outer .menu--manager {
  position: sticky;
  top: 40px;
  text-decoration: none;
  color: var(--colorGinButtonText);
}

.wb-admin--manager-sidebar--outer .menu--manager .menu-item {
  padding: 0;
}

.wb-admin--manager-sidebar--outer .menu--manager ul {
  margin: 0;
}

.wb-admin--manager-sidebar--outer .menu--manager span {
  padding: 0.5em 3em 0.5em 1.5em;
  cursor: default;
}

.wb-admin--manager-sidebar--outer .menu--manager li {
  margin-bottom: 0.1em;
}

.wb-admin--manager-sidebar--outer .menu--manager a {
  color: var(--colorGinButtonText);
  padding: 0.5em 3em 0.5em 1.5em;
  line-height: 1.5em;
  box-shadow: none !important;
}

.wb-admin--manager-sidebar--outer .menu--manager ul li {
  list-style-type: none;
  white-space: nowrap;
}

.wb-admin--manager-sidebar--outer .menu--manager .sublink {
  padding-left: 3.25em;
}

.wb-admin--manager-sidebar--outer a:not(.link-logout):hover:not(:active) {
  background: var(--colorGinAppBackground);
  color: var(--colorGinText) !important;
  opacity: 0.8;
}

.wb-admin--manager-sidebar--outer .menu-item--active-trail a,
.wb-admin--manager-sidebar--outer a.is-active {
  color: #1273eb !important;
}

.form--inline .form-wrapper {
  display: flex;
}

.gin-table-scroll-wrapper {
  overflow: unset !important;
}

.entity-meta__header > .field {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.entity-meta__header p:first-child {
  display: none;
}

.page-title {
  padding-right: 0.3em;
}

.gin--edit-form .cke_combopanel {
  width: 230px;
}

.term-reference-tree-level {
  padding: 10px 0 !important;
}

.term-reference-tree-level li {
  margin-bottom: 7px;
}

.region-breadcrumb {
  display: flex;
  justify-content: space-between;
}

.region-breadcrumb .links {
  display: flex;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  margin-top: -0.25rem;
}

.region-breadcrumb .links .entity-meta__header > .field {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.region-breadcrumb .links .entity-meta__header p:first-child {
  display: none;
}

.region-breadcrumb .links .page-title {
  padding-right: 0.3em;
}

.region-breadcrumb .links li {
  display: flex;
}

.region-breadcrumb .language-switcher-language-url li {
  margin-left: 0.5em;
}

.region-breadcrumb .language-switcher-language-url a {
  line-height: 2;
  font-size: 0.79rem;
  border-radius: var(--ginBorderTiny);
  font-weight: normal;
  display: inline;
  text-decoration: none;
  color: var(--colorGinTextLight);
}

.region-breadcrumb .language-switcher-language-url a.is-active {
  color: #1273eb;
}

.field--widget-datetime-range-flatpickr .form-item,
.field--widget-datetime-flatpickr .form-item,
.field--widget-datetime-range-separate-inputs-flatpickr div.form-item:not(.same-day) {
  background: none;
}

.field--widget-datetime-range-flatpickr .form-item input,
.field--widget-datetime-flatpickr .form-item input,
.field--widget-datetime-range-separate-inputs-flatpickr div.form-item input {
  background: url("../images/calendar.svg") no-repeat right;
  background-size: 60px 20px;
  margin-left: 0;
  max-width: 200px;
}
