/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;700&display=swap");
#header-navbar .nav-tabs.products-wizard-navbar {
  display: flex;
  flex-flow: row;
  height: auto;
  grid-gap: 0;
  justify-content: center;
}

.products-wizard-header h1 {
  font-size: 24px;
  font-weight: 700 !important;
  margin-bottom: 9px;
  line-height: 30px;
}

.products-wizard-header p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #668396;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCD6DC;
}

.products-wizard-navbar-container {
  display: flex;
  flex-flow: row;
}

.products-wizard-navbar-container .divider {
  width: 28px;
  padding: 0;
  display: flex;
  flex-flow: row;
  align-content: center;
  align-items: center;
}

.products-wizard-navbar-container .divider:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CCD6DC;
}

.create-form-header {
  position: relative;
  padding-right: 100px;
}

.create-form-header .status {
  position: absolute;
  top: 0;
  right: 0;
}

.create-form-header .status .badge {
  background: #ccc;
  width: 80px;
  font-family: "Bebas Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.create-form-header .status .badge-status-draft {
  background: #F4F8F9;
  color: #003050;
}

.create-form-header .status .badge-status-in_review {
  background: #FFE8CC;
  color: #A7620D;
}

.create-form-header .status .badge-status-published {
  background: #D8EEE0;
  color: #065521;
}

.related-links {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 50px;
  row-gap: 15px;
}

.related-links .related-link-row {
  display: contents;
}

.related-links .related-link-row .related-link-label {
  font-weight: 300;
  color: #003050;
}

.related-links .related-link-row .related-link {
  display: block;
  font-weight: 500;
  color: #003050;
}

.products-wizard-navbar-step {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 20px 0 5px 0;
  width: 160px;
  border: none;
  background: transparent;
  font-family: "Inter", Helvetica, Arial, serif;
  color: #CCD6DC;
}

.products-wizard-navbar-step .badge {
  width: 28px;
  height: 28px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Inter", Helvetica, Arial, serif;
  background-color: #CCD6DC;
}

.products-wizard-navbar-step .label {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 23px;
  padding-top: 12px;
  color: inherit;
}

.products-wizard-navbar-step.done {
  color: rgba(42, 118, 184, 0.4);
}

.products-wizard-navbar-step.done .badge {
  background: rgba(42, 118, 184, 0.4);
}

.products-wizard-navbar-step.active {
  color: #2A76B8;
  font-weight: 700;
}

.products-wizard-navbar-step.active .badge {
  background-color: #2A76B8;
}

.products-wizard-actions {
  display: contents;
}

.products-wizard-actions .vr {
  display: inline-block;
  height: 24px;
  width: 1px;
  margin: 0 10px;
  background-color: #CCD6DC;
}

#products-wizard #div_id_0-type {
  margin-bottom: 0;
}

#products-wizard #div_id_0-type > label {
  display: none;
}

.product-type {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -25px;
}

.product-type .custom-control {
  padding-left: 0;
  display: flex;
  flex: 140px 0 0;
  height: 120px;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  border: 0.5px solid #335973;
  box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: center 15px;
  background-size: 50px auto;
}

.product-type .custom-control:hover, .product-type .custom-control:focus {
  background-color: #2A76B8;
}

.product-type .custom-control:hover .custom-control-input + .custom-control-label, .product-type .custom-control:focus .custom-control-input + .custom-control-label {
  color: white;
}

.product-type .custom-control:nth-child(1) {
  background-image: url("../../icons/product-types/water.svg");
}

.product-type .custom-control:nth-child(2) {
  background-image: url("../../icons/product-types/soft_drink.svg");
}

.product-type .custom-control:nth-child(3) {
  background-image: url("../../icons/product-types/juice.svg");
}

.product-type .custom-control:nth-child(4) {
  background-image: url("../../icons/product-types/coffee.svg");
}

.product-type .custom-control:nth-child(5) {
  background-image: url("../../icons/product-types/beer.svg");
  margin-left: 82px;
}

.product-type .custom-control:nth-child(6) {
  background-image: url("../../icons/product-types/wine.svg");
}

.product-type .custom-control:nth-child(7) {
  background-image: url("../../icons/product-types/liquor.svg");
  margin-right: 82px;
}

.product-type .custom-control-label {
  font-size: 16px;
  line-height: 24px;
  color: #003050;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
  cursor: pointer;
  font-weight: 300;
}

.product-type .custom-control-label::before, .product-type .custom-control-label::after {
  display: none;
}

.product-type .custom-control-input:checked {
  visibility: hidden;
}

.product-type .custom-control-input:checked + .custom-control-label {
  box-shadow: #2a76b8 0 0 0.5rem;
}

.inline-forms {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 15px;
}

.inline-forms .inline-group {
  display: contents;
}

.inline-forms .inline-form {
  display: contents;
}

.inline-forms .inline-form > .form-group {
  margin: 0;
}

.inline-forms .inline-form > .form-group > label {
  display: block;
  margin-bottom: 0;
  margin-top: 20px;
}

.inline-forms .inline-form > .form-group:not(:first-of-type) > label {
  display: none;
}

.inline-forms .inline-form > .form-group:first-of-type {
  grid-column-start: 1;
  grid-column-end: 4;
}

.inline-forms .inline-form > .form-group:first-of-type > div {
  display: none;
}

.inline-forms .inline-form.product-nutrient > .form-group {
  grid-column-start: initial;
  grid-column-end: initial;
  align-items: center;
}

.inline-forms .inline-form.product-nutrient > .form-group:first-child {
  display: flex;
}

.inline-forms .inline-form.product-nutrient > .form-group label {
  margin-top: initial;
  margin-bottom: initial;
}

.inline-forms .inline-form-title {
  color: #668396;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 300;
  grid-column-start: 1;
  grid-column-end: 4;
}

.inline-forms .inline-form-title + .inline-form label {
  margin-top: 0;
}

.wizard-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.wizard-summary > .form-group {
  display: contents;
}

.wizard-summary > .form-group > * {
  border-bottom: 1px solid #CCD6DC;
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.wizard-summary > .form-group > *:last-child {
  flex-flow: column;
  align-items: initial;
  justify-content: center;
  min-height: 48px;
}

.wizard-summary > .form-group > label {
  color: #003050;
  margin-bottom: 0;
}

.wizard-summary > .form-group > .multilang-field-wrap {
  margin-top: 10px;
  padding-top: 50px;
}

.wizard-summary > .form-group > .multilang-field-wrap .multilang-tabs {
  padding-right: 30px;
}

.wizard-summary > .form-group > .multilang-field-wrap .multilang-field-header {
  top: 0;
}

.wizard-summary > .form-group > .multilang-field-wrap .form-group {
  margin-bottom: 0;
}

.wizard-summary input, .wizard-summary select, .wizard-summary textarea, .wizard-summary option, .wizard-summary .select2 {
  appearance: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  resize: none !important;
  color: #003050 !important;
  font-weight: 500 !important;
  padding: 0 !important;
  opacity: 1 !important;
}

.wizard-summary textarea {
  height: 2.714rem;
}

.wizard-summary .asteriskField {
  display: none !important;
}

.wizard-summary .custom-checkbox {
  margin: 0 !important;
  padding: 0 !important;
  min-height: initial;
}

.wizard-summary .custom-checkbox .custom-control-label {
  display: none;
}

.wizard-summary .custom-checkbox .custom-control-label::before, .wizard-summary .custom-checkbox .custom-control-label::after {
  display: none;
}

.wizard-summary .custom-checkbox .custom-control-input {
  display: none;
}

.wizard-summary .custom-checkbox .custom-control-input:checked + .custom-control-label {
  display: block;
  color: #003050 !important;
  font-weight: bold !important;
}

.wizard-summary .image-dropzone .row {
  display: contents;
}

.wizard-summary .image-dropzone .col {
  border-bottom: 1px solid #CCD6DC;
  display: flex;
  align-items: initial;
  padding: 12px 0;
}

.wizard-summary .image-dropzone .col label {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.wizard-summary .image-dropzone .col .dropzone-preview-container {
  width: 100%;
}

.wizard-summary .image-dropzone .col .dropzone-preview-container .close-button {
  display: none;
}

.wizard-summary .image-dropzone .dropzone {
  display: none;
}

.wizard-summary.inline-forms {
  grid-template-columns: 5fr 2fr 3fr;
  grid-gap: 0;
}

.wizard-summary.inline-forms .inline-form.product-mineral > .form-group:last-child {
  grid-column-start: 3;
  grid-column-end: 5;
}

.wizard-summary.inline-forms .inline-form input {
  pointer-events: none;
  user-select: none;
}

.wizard-summary.inline-forms .inline-form input::placeholder {
  color: transparent;
}

.wizard-summary.inline-forms .inline-form label {
  margin-top: 0;
  height: 100%;
  padding: 12px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.wizard-summary.inline-forms .inline-form > .form-group {
  border-bottom: 1px solid #CCD6DC;
  display: flex;
  align-items: center;
}

.wizard-summary.inline-forms .inline-form > .form-group:first-of-type {
  grid-column-start: 1;
  grid-column-end: 1;
}

.wizard-summary.inline-forms .inline-form .custom-radio .custom-control-label {
  display: none;
}

.wizard-summary.inline-forms .inline-form .custom-radio .custom-control-input {
  display: none;
}

.wizard-summary.inline-forms .inline-form .custom-radio .custom-control-input:checked + .custom-control-label {
  display: block;
  background-color: transparent;
  color: #003050 !important;
  font-weight: bold !important;
  border: none !important;
  font-size: 14px;
}

.refunds-wizard-header {
  border-bottom: 1px solid #CCD6DC;
  margin-bottom: 30px;
}

.refunds-wizard-header h1 {
  font-size: 24px;
  font-weight: 700 !important;
  margin-bottom: 9px;
  line-height: 30px;
}

.refunds-wizard-header p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #668396;
  padding-bottom: 10px;
}

.refunds-wizard-header div {
  display: grid;
  grid-template-columns: 150px auto;
  margin-top: 28px;
  row-gap: 5px;
  margin-bottom: 15px;
}

.refunds-wizard-header div p {
  color: #003050;
  padding: 0;
  margin: 0;
}

.refunds-wizard-header div p:nth-child(2n) {
  font-weight: 500;
}

.refunds-create-form {
  margin: 50px auto 0 auto;
  padding: 50px;
}

.refunds-alert {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 25px;
  gap: 30px;
  border-radius: 2px;
  margin-bottom: 30px;
}

.refunds-alert.error {
  background-color: #DF99A6;
}

.refunds-alert.success {
  background-color: #B1DEC0;
}

.refunds-alert p {
  margin-bottom: 0;
}

.table-container {
  display: flex;
}

.sticky-table div {
  white-space: nowrap;
}

.sticky-table .table-header {
  text-transform: uppercase;
  background-color: #CCD6DC;
  padding: 5px 25px;
}

.sticky-table .data-cell {
  background-color: #EBF2F4;
  padding: 10px 25px;
  border-bottom: 1px solid #CCD6DC;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 47px;
}

.sticky-table .parser-error {
  color: #B00020;
  fonts-size: 10px;
}

.sticky-table .error-row {
  background-color: #EFCCD2 !important;
}

.dynamic {
  overflow-x: scroll;
  display: grid;
}

.sticky {
  display: grid;
  box-shadow: -20px 0px 10px rgba(235, 242, 244, 0.39);
  border-left: 1px solid #99ACB9;
}

.sticky .data-cell {
  background-color: white;
}

.mapping-form-table {
  font-weight: 300 !important;
  font-size: 14px;
}

.mapping-form-table .mapping-form-table-header {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: column;
}

.mapping-form-table .form-group {
  background-color: #EBF2F4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: column;
  margin: 0;
}

.mapping-form-table .mapping-form-table-header-cell {
  text-transform: uppercase;
  padding: 5px 25px;
  background-color: #CCD6DC;
}

.mapping-form-table .mapping-form-table-header-cell p {
  margin: 0;
}

.mapping-form-table .mapping-form-table-body-cell {
  padding: 5px 25px;
  border-bottom: 1px solid #CCD6DC;
}

.mapping-form-table .mapping-label {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 300 !important;
}

.mapping-form-table .mapping-label .asteriskField {
  display: none;
}

.open-review-badge {
  display: inline-block;
  font-size: 70%;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.36rem;
  margin-bottom: 1rem;
  background-color: #FFE8CC;
  border: 1px solid #FFBA66;
  color: #FFBA66;
  padding: 4px;
  margin-left: 2px;
}

.filtered-multi-select-actual-field select {
  display: none;
}

.filtered-multi-select {
  max-width: 750px;
}

.filtered-multi-select .select-all, .filtered-multi-select .delete-all {
  font-weight: 300;
  margin-top: 8px;
  display: inline-block;
}

.filtered-multi-select .buttons-box button {
  aspect-ratio: 1;
}

.filtered-multi-select .buttons-box button:disabled {
  color: #335973 !important;
  background-color: #F2F5F7 !important;
  cursor: not-allowed;
  border-color: #F2F5F7 !important;
}

.filtered-multi-select .filtered-multi-select-left {
  border-radius: 0 0 2px 2px;
}

.filtered-multi-select > .choices {
  padding: 0;
}

.filtered-multi-select > .choices .filtered-box-label {
  display: inline-block;
  color: #668396;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 10px;
}

.filtered-multi-select > .choices .box {
  display: flex;
  flex-direction: column;
}

.filtered-multi-select > .choices .box label, .filtered-multi-select > .choices .box input, .filtered-multi-select > .choices .box textarea, .filtered-multi-select > .choices .box select {
  background-color: #F4F8F9;
  border: none;
}

.filtered-multi-select > .choices .box .filter-box > * {
  border-color: #CCD6DC;
}

.filtered-multi-select > .choices .box select {
  height: 285px;
  outline: none;
  border-color: #CCD6DC !important;
  padding-right: 15px;
  padding-left: 15px;
}

.filtered-multi-select > .choices .box select optgroup {
  font-weight: 300;
  font-size: 12px;
  color: #2A76B8;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 20px;
  margin: 5px -15px;
}

.filtered-multi-select > .choices .box select optgroup option {
  font-size: 12px;
  padding: 0 10px;
  margin: 5px -7px;
  line-height: 20px;
  height: 20px;
}

.filtered-multi-select > .choices .box select optgroup option:checked, .filtered-multi-select > .choices .box select optgroup option:active, .filtered-multi-select > .choices .box select optgroup option:focus, .filtered-multi-select > .choices .box select optgroup option:active {
  background-color: rgba(212, 228, 241, 0.5);
}

.filtered-multi-select > .choices .box select optgroup option::before {
  display: none;
}

.filtered-multi-select > .choices .box select option {
  padding-right: 1rem;
  padding-left: 1rem;
  font-weight: 300;
  line-height: 24px;
  height: 24px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #003050;
}

.grouped-multi-select-actual-field select {
  display: none;
}

.grouped-multi-select .buttons-box button {
  aspect-ratio: 1;
  height: 39px;
}

.grouped-multi-select .buttons-box button:disabled {
  color: #335973 !important;
  background-color: #F2F5F7 !important;
  cursor: not-allowed;
  border-color: #F2F5F7 !important;
}

.grouped-multi-select > .choices-col {
  flex: none;
  width: 510px;
}

.grouped-multi-select > .choices-col:not(:last-child) {
  padding-right: 0;
}

.grouped-multi-select > .choices-col:not(:first-child) {
  padding-left: 0;
}

.grouped-multi-select > .choices-col .filtered-box-label {
  display: inline-block;
  color: #003050;
  font-size: 16px;
  margin-bottom: 10px;
}

.grouped-multi-select > .choices-col .box {
  height: 285px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: white;
}

.grouped-multi-select > .choices-col .box .filter-box {
  margin-bottom: 10px;
}

.grouped-multi-select > .choices-col .box .filter-box > * {
  border-color: #CCD6DC;
}

.grouped-multi-select > .choices-col .box select {
  outline: none;
  flex: 1;
  background: white;
}

.grouped-multi-select > .choices-col .box select.selected-box, .grouped-multi-select > .choices-col .box select.choices-box {
  border-color: transparent;
}

.grouped-multi-select > .choices-col .box select option {
  padding: 10px 10px 10px 15px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #668396;
}

.article-teasers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.article-teaser {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: auto/span 2;
  gap: 0;
  margin: 0;
  overflow: hidden;
}

.article-teaser__header {
  grid-row: 1/2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-teaser__header img {
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 225px;
  object-fit: contain;
  padding-top: 10px;
}

.article-teaser__header img.placeholder {
  object-fit: cover;
  padding-top: 0;
}

.article-teaser__header .availability {
  position: absolute;
  top: 10px;
  right: 10px;
}

.article-teaser__header .availability .badge-light-success {
  background-color: #D8EEE0;
}

.article-teaser__body {
  grid-row: 2/3;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.article-teaser__body__header {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.article-teaser__body__header__subtitle {
  font-size: 12px;
  font-weight: 300;
  color: #668396;
}

.article-teaser__body__header__title {
  margin: 0;
}

.article-teaser__body__infos {
  font-weight: 300;
  color: #003050;
}

.form-width {
  max-width: 850px;
  margin: auto;
}

form.create-form {
  margin: 50px auto 0 auto;
  max-width: 850px;
  padding: 50px;
}

form.create-form .create-form-header {
  border-bottom: 1px solid #CCD6DC;
  margin-bottom: 30px;
  position: relative;
}

form.create-form .create-form-header p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #668396;
}

form.create-form .related-links {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

form .form-control, form .form-control:focus, form .form-control:focus-within, form .form-control:focus-visible {
  box-shadow: none !important;
}

form label {
  font-size: 1rem;
  font-weight: 500;
  color: #003050;
}

form label .asteriskField {
  color: #B00020;
  font-weight: 300;
}

form label .asteriskField::before {
  content: " ";
}

form button:disabled {
  cursor: not-allowed;
}

form button:disabled:not(.active) {
  color: #668396 !important;
}

form .custom-control-input[disabled] ~ .custom-control-label,
form .custom-control-input:disabled ~ .custom-control-label {
  cursor: not-allowed;
}

form fieldset legend {
  color: #668396;
  font-size: 12px;
  font-weight: 300;
}

form .form-control::placeholder {
  font-weight: 300;
  color: #668396;
}

form .form-control:disabled {
  background-color: #F2F5F7;
}

form .toggable-field-container > .form-group > div > strong {
  display: inline-block;
  margin-top: 1rem;
  font-weight: normal;
}

form .toggable-field-container > .form-group > div > label {
  font-weight: 300;
}

form .form-toggles {
  display: flex;
  gap: 25px;
  justify-content: start;
}

form .form-toggles .toggle {
  padding: 8px 25px;
  border: 0.5px solid #99ACB9;
  border-radius: 2px;
  background-color: white;
  color: #003050;
  font-weight: 300;
}

form .form-toggles .toggle.active {
  color: white;
  background-color: #2A76B8;
  border-color: #2A76B8;
}

form .form-toggles .toggle.active:disabled {
  background-color: #F2F5F7;
  color: #003050;
  border: 0.5px solid #99ACB9;
}

form .form-group {
  margin-bottom: 30px;
}

form .form-group .custom-checkbox {
  margin-top: 1rem;
}

form .form-group .custom-checkbox label {
  font-weight: 300;
}

form .form-group .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #CCD6DC;
}

form .form-group .input-group .with-addon .form-control {
  padding-left: 40px;
  z-index: 10;
}

form .form-group .input-group .with-addon .addon {
  z-index: 20;
  position: absolute;
  left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

form.no-spacing .form-group {
  margin-bottom: 0;
}

.multilang-field-wrap {
  position: relative;
}

.multilang-field-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: absolute;
  top: -36px;
  right: 0;
}

.multilang-field-header .nav.multilang-tabs {
  align-items: end;
}

.multilang-field-header .nav.multilang-tabs .nav-item {
  margin: 3px 3px 3px 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  overflow: hidden;
}

.multilang-field-header .nav.multilang-tabs .nav-item:last-child {
  margin-right: 0;
}

.multilang-field-header .nav.multilang-tabs .nav-item .nav-link {
  font-weight: lighter;
  background: #E9F0F3;
  height: 30px;
  width: 60px;
  text-align: center;
  margin-bottom: 0;
  line-height: 20px;
}

.multilang-field-header .nav.multilang-tabs .nav-item .nav-link.active {
  background-color: white;
  font-weight: bolder;
  color: #2A76B8;
  border-bottom: 1px solid #2A76B8;
}

.datetimeinput:read-only, .daterange:read-only {
  background-color: white !important;
}

.datetimeinput {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.flatpickr-wrapper .input-group > .form-control:not(:first-child) {
  border-radius: 2px !important;
}

.image-dropzone .dropzone-preview-container {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.image-dropzone .dropzone-preview-container .close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
}

.image-dropzone .dropzone-preview-container .close-button i {
  color: #2A76B8;
}

.image-dropzone .dropzone-preview-container img {
  object-fit: contain;
  max-height: 300px;
}

.dropzone {
  min-height: unset;
}

.dropzone .dz-message, .dropzone.dz-started .dz-message {
  text-align: unset;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 23px;
}

.dropzone-existing-list {
  background-color: rgba(212, 228, 241, 0.5019607843);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 18px;
  height: 300px;
}

.dropzone-existing-list .file-name {
  max-width: 210px;
  overflow-wrap: break-word;
  hyphens: manual;
}

.dropzone-existing-list .file-delete {
  color: #2A76B8;
  cursor: pointer;
  transform: scale(1.2);
}

#categories-form .custom-control-label .switch-icon-left,
#categories-form .custom-control-label .switch-icon-right {
  line-height: 2 !important;
}

.control-label {
  margin: 0;
  font-size: 14px;
  color: #003050;
  font-weight: 300;
}

.basic-select2,
.filter-select2 {
  display: none;
}

.basic-select2.disable-arrow + .select2 .select2-container .select2-selection--single .select2-selection__rendered,
.filter-select2.disable-arrow + .select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 8px !important;
}

.basic-select2.disable-arrow + .select2 .select2-container--default .select2-selection--single .select2-selection__arrow,
.filter-select2.disable-arrow + .select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}

.select2-container--classic .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted {
  background-color: rgba(212, 228, 241, 0.5) !important;
}

.select2-container--classic .select2-results__option,
.select2-container--default .select2-results__option {
  font-weight: 300;
}

.select2-container--classic .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #2A76B8 !important;
}

.select2-container--classic .select2-results__group,
.select2-container--default .select2-results__group {
  font-weight: 500;
}

.select2-container--classic .select2-selection--single,
.select2-container--classic .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-radius: 2px !important;
}

.select2-container--classic.select2-container--disabled .select2-selection--single,
.select2-container--classic.select2-container--disabled .select2-selection--multiple,
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #F2F5F7;
}

.select2-selection__placeholder {
  font-weight: 300;
  color: #668396 !important;
}

.select2-selection__clear {
  margin-right: -18px;
  background: white;
  z-index: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300 !important;
  color: transparent;
  font-size: 0;
  height: 1rem;
}

.select2-selection__clear:before {
  content: "\f00d";
  color: rgb(68, 68, 68);
  font-size: 14px;
  background: white;
  padding: 0.5rem;
}

.select2-selection__arrow b {
  background-image: none !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300 !important;
  padding-right: 0 !important;
  width: 1.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-selection__arrow b:before {
  content: "\f078";
  color: #668396 !important;
  font-size: 14px;
}

.custom-file-label::after {
  font-family: "Bebas Neue", Helvetica, Arial, serif;
}

.flatpickr-wrapper {
  width: 100%;
}

.editorjs-holder {
  font-weight: lighter;
}

.editorjs-output > img {
  max-width: 100%;
}

.editorjs-output > h2 {
  margin-top: 30px;
  font-size: 20px;
}

.button-select {
  display: flex;
  flex-flow: row;
}

.button-select > .form-group > div {
  display: flex;
  flex-flow: row;
}

.button-select .custom-control {
  padding-left: 0;
  display: flex;
  flex-flow: column;
}

.button-select .custom-control .custom-control-label {
  display: flex;
  font-size: 16px;
  line-height: 20px;
  color: #003050;
  border: 0.5px solid #99ACB9;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0.5em 1.5em;
  margin-right: 15px;
  cursor: pointer;
  font-weight: 300;
}

.button-select .custom-control .custom-control-label::before, .button-select .custom-control .custom-control-label::after {
  display: none;
}

.button-select .custom-control:last-child .custom-control-label {
  margin-right: 0;
}

.button-select .custom-control-input[type=radio],
.button-select .custom-control-input[type=checkbox] {
  opacity: 0;
}

.button-select .custom-control-input[type=radio]:checked:not(:disabled) + .custom-control-label,
.button-select .custom-control-input[type=checkbox]:checked:not(:disabled) + .custom-control-label {
  background-color: #2A76B8;
  color: white;
  border-color: transparent;
}

.button-select .custom-control-input[type=radio]:checked:disabled + .custom-control-label,
.button-select .custom-control-input[type=checkbox]:checked:disabled + .custom-control-label {
  background-color: #F2F5F7;
  color: #003050;
}

.button-select .custom-control-input[type=radio]:disabled + .custom-control-label,
.button-select .custom-control-input[type=checkbox]:disabled + .custom-control-label {
  border-color: #CCD6DC;
  color: #668396;
}

.button-select.compact .custom-control .custom-control-label {
  padding: 0.5em 8px;
}

.hide-label .form-group > label {
  visibility: hidden;
}

.form-section-title {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #668396;
  margin-bottom: 10px;
}

#gtin-inline-container .form-group {
  margin-bottom: 20px;
}

#gtin-inline-container .gtin-inline-row .gtin-inline-field {
  display: flex;
}

#gtin-inline-container .gtin-inline-row .gtin-inline-field > div {
  width: 100%;
  margin-right: 10px;
}

#gtin-inline-container .gtin-inline-row label {
  display: none;
}

#gtin-inline-container .gtin-inline-row button {
  width: 40px;
  height: 38px;
}

#gtin-inline-container .gtin-inline-row button.gtin-inline-add {
  display: none;
}

#gtin-inline-container .gtin-inline-row:first-of-type label {
  display: block;
}

#gtin-inline-container .gtin-inline-row:first-of-type button {
  margin-top: 30px;
}

#gtin-inline-container .gtin-inline-row:first-of-type button.gtin-inline-add {
  display: block;
}

#gtin-inline-container .gtin-inline-row:first-of-type button.gtin-inline-remove {
  display: none;
}

#products-create {
  margin-top: 110px;
  border-top-left-radius: 0;
}

#products-create .tab-control {
  position: absolute;
  left: 0;
  display: flex;
  top: -60px;
}

#products-create .tab-control .tab-selector {
  width: 160px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DDE9EE;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-right: 2px;
  cursor: pointer;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}

#products-create .tab-control .tab-selector.active {
  background-color: #fff;
}

.price-list-value-inline-row {
  margin-top: 50px;
}

.price-list-value-heading,
.inline-header {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  color: #668396;
}

.price-list-value-title,
.promotion-target-title {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
}

.manufacturer-customer-title,
.manufacturer-customer-fieldset legend {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
  color: #668396;
}

.manufacturer-customer-fieldset legend {
  margin-bottom: 15px;
}

.price-list-value-inline-remove {
  color: #668396;
  margin-bottom: 0;
  margin-left: auto;
  font-weight: 300;
  cursor: pointer;
}

.price-list-value-inline-remove i {
  margin-right: 15px;
}

.button-set {
  margin-top: 20px;
}

.price-list-value-inline-add i {
  margin-right: 15px;
}

.btn-calendar {
  background: #ffffff !important;
}

.filtered-multi-select-actual-field ~ .invalid-feedback {
  display: block;
}

form .form-group .promotion-inline-selects {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  gap: 25px;
}

form .form-group .promotion-inline-selects .custom-checkbox {
  margin-top: 0;
}

.promotion-target-groups-div > div {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  gap: 15px;
}

.promotion-target-groups-div > div .custom-checkbox {
  margin-top: 0;
  margin-left: 15px;
}

.promotion-target-groups-div {
  display: flex;
}

.promotion-target-groups-div .promotion-target-groups {
  margin-left: 15px;
}

.promotion-membership-levels {
  margin-top: 9px;
}

.promotion-membership-levels strong {
  margin-right: 5px;
}

.promotion-membership-levels div:nth-child(4) {
  margin-right: 25px;
}

.horizontal-bar {
  border-top: 1px solid #CCD6DC;
  height: 25px;
}

.mark-required label::after {
  content: "*";
  color: #B00020;
}

#preorder-wholesaler-form .main-form {
  margin-top: 30px;
  max-width: 800px;
  width: 100%;
}

#preorder-wholesaler-form .table label {
  display: none;
}

#preorder-wholesaler-form .table .form-group {
  margin: 0;
  width: 80px;
}

#preorder-wholesaler-form .table .form-group input {
  text-align: center;
}

.membership-dropdown {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.membership-dropdown div:first-child {
  margin-bottom: 15px;
  grid-column: span 4/span 4;
}

.membership-dropdown div {
  grid-column: span 12/span 12;
  gap: 30px;
}

.membership-dropdown div div {
  gap: 15px;
}

.input-group-prepend .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.table {
  box-shadow: 0 8px 24px rgba(0, 48, 80, 0.09);
  border-radius: 2px;
  overflow: hidden;
  font-weight: 300;
}

.table.no-shadow {
  box-shadow: none;
}

.table.small-padding th, .table.small-padding td {
  padding-right: 15px;
  padding-left: 15px;
}

.table th, .table td {
  font-weight: 300;
  padding: 25px;
}

.table tbody {
  background-color: white !important;
}

.table tbody.grey {
  background-color: #F4F8F9 !important;
}

.table tbody.grey td {
  border-color: #CCD6DC !important;
}

.table tbody tr.row-aqua td {
  background-color: #DDE5ED !important;
}

.table thead th {
  background-color: #CCD6DC !important;
  font-size: 14px;
  letter-spacing: 1px;
  border: none;
}

.table thead th[data-order-name]:hover, .table thead th[data-column]:hover {
  background-color: #bdcad2 !important;
  transition: all 0.2s ease-in-out;
}

.table tbody td, .table thead th {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 23px;
}

.table tbody td .table-menu.dropdown-toggle::after, .table thead th .table-menu.dropdown-toggle::after {
  display: none;
}

.table tbody td .table-menu .fa-ellipsis-v, .table thead th .table-menu .fa-ellipsis-v {
  color: #668396;
}

.table .table-icon-action > i {
  margin-right: 12px;
}

.table .table-menu .fa-ellipsis-v {
  color: #668396;
  transform: scale(2);
}

.table tbody tr:first-child td {
  border-top: none;
}

.table.table-grey tbody tr {
  background-color: #F4F8F9;
}

.table.table-grey tbody tr td {
  border-bottom: 1px solid #CCD6DC;
}

.table.table-grey tbody:last-child td {
  border-bottom: none;
}

.table.mappings-table tbody td, .table.mappings-table thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.table.mappings-table tbody td .text-small, .table.mappings-table thead th .text-small {
  font-size: 12px;
}

#main-sidebar {
  width: 100px;
  height: 100vh;
  top: 0;
  position: sticky;
  z-index: 10001;
  display: flex;
  flex-flow: column;
  background: #2A76B8;
  filter: drop-shadow(0 8px 24px rgba(0, 48, 80, 0.09));
}

#main-sidebar.stage {
  background: #FF0064;
}

#main-sidebar.login-sidebar {
  flex: none;
  background-image: url("../../images/loginBackground.svg") !important;
  background-size: cover;
  width: 521px;
}

#main-sidebar .help-link {
  text-align: center;
  flex: 0;
}

#main-sidebar .help-link a {
  height: 100%;
  justify-content: space-around;
  font-weight: 300;
  color: #fff;
}

#main-sidebar .help-link a > span {
  display: inline-block;
  margin-left: 0.4rem;
}

#main-sidebar .sidebar-body {
  flex: 1;
  width: 100px;
}

#main-sidebar .sidebar-body .nav {
  align-items: center;
}

#main-sidebar .sidebar-header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-sidebar .sidebar-header a {
  display: flex;
}

#main-sidebar .sidebar-header a img {
  display: flex;
  width: 51px;
  height: 49px;
}

#main-sidebar .sidebar-footer {
  margin: auto 0 44px 0;
  align-self: center;
  flex: 0;
}

#main-sidebar .header-separator {
  border-color: rgba(255, 255, 255, 0.25);
  margin: 0 auto 17px;
  width: 75px;
}

#main-sidebar .footer-separator {
  flex: 0;
  border-color: rgba(255, 255, 255, 0.25);
  width: 75px;
  margin: 0 auto 29px;
}

#main-sidebar .nav-item {
  padding: 10px;
  width: 75px;
  height: 75px;
}

#main-sidebar .nav-item .menu-title {
  font-size: 12px;
  line-height: 1.5em;
}

#main-sidebar .nav-item a {
  height: 100%;
  justify-content: space-around;
  font-weight: 300;
  color: #fff;
}

#main-sidebar .nav-item a .menu-title {
  color: #fff;
}

#main-sidebar .nav-item a i {
  font-size: 24px;
}

#main-sidebar .nav-item.active {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
}

#main-sidebar .nav-item.active a {
  font-weight: bold;
  color: white;
}

#main-sidebar .nav-item.active a .menu-title {
  color: white;
}

#main-sidebar .account-label {
  margin-top: 5px;
}

@media only screen and (min-height: 1024px) {
  #main-sidebar .nav-item {
    margin: 15px auto;
  }
}
#header-navbar {
  top: 0;
  left: 0;
  position: sticky;
  width: 100vw;
  background-color: #E5E9EC;
  display: flex;
  z-index: 1000;
  flex-direction: column;
  justify-content: end;
  align-items: stretch;
  padding: 0;
  margin-bottom: 30px;
  color: #003050;
}

#header-navbar .navbar-row-container:first-child {
  border-bottom: 1px solid #CCD6DC;
}

#header-navbar .navbar-row-container .navbar-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1340px;
}

#header-navbar .navbar-row-container .navbar-row .navbar-col {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#header-navbar .navbar-row-container .navbar-row .navbar-col:not(:empty) {
  height: 64px;
}

#header-navbar .navbar-row-container .navbar-row.adjusted-padding {
  padding: 0 25px 0 25px;
  max-height: 64px;
}

#header-navbar .navbar-row-container .navbar-row .navbar-third-level {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #2A76B8;
}

#header-navbar .navbar-row-container .navbar-row .navbar-actions {
  justify-content: right;
  padding: 0 15px;
  margin-left: auto;
}

#header-navbar .navbar-row-container .navbar-row .navbar-actions .btn {
  margin: 0 15px;
}

#header-navbar .navbar-row-container .navbar-row .navbar-actions .btn i {
  margin-right: 16px;
}

#header-navbar .nav-tabs {
  padding: 0 25px 0 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  height: 50px;
  width: 100%;
  display: grid;
  border-radius: 0;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  grid-column-gap: 30px;
  border: none;
}

#header-navbar .nav-tabs .nav-item {
  display: flex;
  width: 100%;
}

#header-navbar .nav-tabs .nav-link {
  font-weight: 400;
  width: 100%;
  padding: 0;
}

#header-navbar .nav-tabs .nav-link.disabled {
  color: #668396;
}

#header-navbar .nav-tabs .nav-link .badge {
  margin-bottom: 1rem;
}

#header-navbar .nav-tabs .nav-link i {
  font-size: 16px;
}

#header-navbar .nav-tabs .nav-link:not(.dropdown-toggle)::after {
  background: #2A76B8 !important;
  top: initial;
  bottom: 1px;
  left: 0;
  right: 0;
}

#header-navbar .nav-tabs .nav-link.active, #header-navbar .nav-tabs .nav-link.nav-link.show {
  font-weight: 700;
  color: #2A76B8;
}

#header-navbar .nav-tabs .nav-dropdown {
  overflow: visible;
}

#header-navbar .nav-tabs .nav-dropdown .nav-dropdown-toggle {
  cursor: pointer;
}

#header-navbar .nav-tabs .nav-dropdown .nav-dropdown-toggle i {
  margin-left: 0.75em;
  transition: 300ms transform;
}

#header-navbar .nav-tabs .nav-dropdown .nav-dropdown-menu {
  position: absolute;
  z-index: 1000;
  top: 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border: none;
  padding-top: 8px;
  border-radius: 0;
  display: flex;
  flex-flow: column;
  box-shadow: 0 8px 24px rgba(0, 48, 80, 0.09);
  transition: 300ms opacity;
  opacity: 0;
  pointer-events: none;
}

#header-navbar .nav-tabs .nav-dropdown .nav-dropdown-menu .nav-dropdown-menu-inner {
  padding: 10px 0;
  background-color: white;
  display: flex;
  flex-flow: column;
}

#header-navbar .nav-tabs .nav-dropdown .nav-dropdown-menu .nav-dropdown-item {
  padding: 10px 25px;
  white-space: normal;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  color: #003050;
}

#header-navbar .nav-tabs .nav-dropdown .nav-dropdown-menu .nav-dropdown-item.active, #header-navbar .nav-tabs .nav-dropdown .nav-dropdown-menu .nav-dropdown-item:hover, #header-navbar .nav-tabs .nav-dropdown .nav-dropdown-menu .nav-dropdown-item:focus, #header-navbar .nav-tabs .nav-dropdown .nav-dropdown-menu .nav-dropdown-item:active, #header-navbar .nav-tabs .nav-dropdown .nav-dropdown-menu .nav-dropdown-item:visited {
  color: #003050;
  background-color: initial;
}

#header-navbar .nav-tabs .nav-dropdown .nav-dropdown-menu .nav-dropdown-item.active {
  font-weight: 700;
  color: #2A76B8;
}

#header-navbar .nav-tabs .nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  pointer-events: all;
}

#header-navbar .nav-tabs .nav-dropdown:hover .nav-dropdown-toggle i {
  transform: rotate(180deg);
}

.popover {
  border: none;
}

.popover .popover-header {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #2A76B8;
  border: none;
  border-top: 1px solid rgb(0, 48, 80);
  text-transform: uppercase;
}

.popover .popover-body {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.preorder-wholesaler-item-popover {
  border: none;
}

.preorder-wholesaler-item-popover .popover-body {
  color: white;
  background-color: #003050;
  padding: 6px 8px;
  font-weight: 300;
  border-radius: 2px;
  border: none;
  font-size: 14px;
}

.preorder-wholesaler-item-popover .arrow:after {
  border-top-color: #003050;
}

.product-list [data-toggle=collapse]:not(.collapsed) i {
  transform: rotate(90deg);
}

.product-list .badge {
  background: #ccc;
  font-family: "Bebas Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.product-list .badge-status-draft {
  background: #F4F8F9;
  color: #003050;
}

.product-list .badge-status-in_review {
  background: #FFE8CC;
  color: #A7620D;
}

.product-list .badge-success, .product-list .badge-status-published {
  background: #D8EEE0;
  color: #065521;
}

.product-list .status {
  flex: 120px 0 0;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.product-list .status .badge {
  width: 80px;
}

.product-list .actions {
  flex: 120px 0 0;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.product-list .actions .action {
  display: flex;
  flex-flow: row;
  align-items: center;
  text-align: left;
  padding: 0 15px 0 0;
  border: none;
  background: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #2A76B8;
}

.product-list .actions .action.action-view i {
  margin-right: 10px;
}

.product-list .actions .action.action-create i {
  margin-right: 15px;
}

.product-list .actions .action.action-create span {
  width: 60px;
}

.product-list .actions .action.action-context i {
  color: #668396;
}

.product-list a {
  color: #003050;
}

.product-list .product-list-item {
  margin-bottom: 5px;
  padding: 5px 15px 5px 15px;
  transition: background-color 200ms;
}

.product-list .product-list-item.inactive-node {
  background-color: rgba(255, 255, 255, 0.4);
}

.product-list .product-list-item.inactive-node .product {
  opacity: 40%;
}

.product-list .product-list-item.open {
  background-color: #CCD6DC;
}

.product-list .product-list-item.open .product .action {
  color: #003050;
}

.product-list .product-list-item .product {
  display: flex;
  flex-flow: row;
}

.product-list .product-list-item .product-list-toggle {
  flex: 1000px 0 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.product-list .product-list-item .product-list-toggle i {
  margin-right: 15px;
}

.product-list .product-list-item .preview {
  flex-flow: row;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
  margin-left: auto;
  flex: 120px 0 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

.product-list .preview-tooltip {
  position: relative;
}

.product-list .preview-tooltip .tooltip-display {
  position: absolute;
  right: 50%;
  height: 215px;
  display: none;
  z-index: 9999999;
  padding-right: 17px;
  flex-direction: column;
}

.product-list .preview-tooltip .tooltip-display > i {
  transition: all 100ms;
  filter: drop-shadow(rgba(42, 118, 184, 0) 0px 0px 10px);
}

.product-list .preview-tooltip .tooltip-display > .tooltip-body {
  background: rgb(50, 50, 50);
  border-radius: 5px;
  padding: 5px;
  color: white;
}

.product-list .preview-tooltip .tooltip-display > .tooltip-body::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 0;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(50, 50, 50);
}

.product-list .preview-tooltip:hover .tooltip-display {
  display: flex;
}

.product-list .preview-tooltip:hover > i {
  filter: drop-shadow(rgb(42, 118, 184) 0px 0px 10px);
  color: #2A76B8;
}

.product-list .bundle-list {
  padding-top: 5px;
  flex-flow: column;
}

.product-list .bundle-list.show {
  display: flex;
}

.product-list .bundle-list .bundle {
  padding: 0;
  margin: 0 0 1px 0;
  display: flex;
  flex-flow: row;
  height: 2em;
  line-height: 2em;
  font-size: 18px;
  font-weight: 300;
}

.product-list .bundle-list .bundle.inactive-node {
  opacity: 40%;
}

.product-list .bundle-list .bundle .bundle-link {
  width: 100%;
  display: flex;
  flex-flow: row;
  color: #003050;
}

.product-list .bundle-list .bundle .bundle-link .type,
.product-list .bundle-list .bundle .bundle-link .material,
.product-list .bundle-list .bundle .bundle-link .returnable,
.product-list .bundle-list .bundle .bundle-link .gtins,
.product-list .bundle-list .bundle .bundle-link .preview,
.product-list .bundle-list .bundle .bundle-link .suffix,
.product-list .bundle-list .bundle .bundle-link .availability {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
}

.product-list .bundle-list .bundle .bundle-link .quantity {
  flex: 80px 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  font-size: 14px;
}

.product-list .bundle-list .bundle .bundle-link .uom {
  flex: 60px 0 0;
}

.product-list .bundle-list .bundle .bundle-link .suffix {
  flex: 120px 0 0;
}

.product-list .bundle-list .bundle .bundle-link .type {
  flex: 80px 0 0;
}

.product-list .bundle-list .bundle .bundle-link .material {
  flex: 80px 0 0;
}

.product-list .bundle-list .bundle .bundle-link .preview {
  margin-left: auto;
  flex: 100px 0 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

.product-list .bundle-list .bundle .bundle-link .returnable {
  flex: 80px 0 0;
}

.product-list .bundle-list .bundle .bundle-link .gtins {
  flex: 200px 0 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  padding-right: 13px;
}

.product-list .bundle-list .bundle .bundle-link .gtins i {
  font-size: 14px;
  margin-left: 2px;
}

.product-list .bundle-list .bundle .bundle-link .availability {
  margin-left: 40px;
  flex: 160px 0 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

.product-list .bundle-list .bundle .bundle-toggle {
  padding: 0 15px;
  flex: 100px 0 0;
  cursor: pointer;
}

.product-list .bundle-list .level-1 {
  margin-left: 0;
}

.product-list .bundle-list .level-2 {
  margin-left: 30px;
}

.product-list .bundle-list .level-2 .bundle-toggle {
  flex: 70px 0 0;
}

.product-list .bundle-list .level-3 {
  margin-left: 60px;
}

.product-list .bundle-list .level-3 .bundle-toggle {
  flex: 40px 0 0;
}

.product-list .bundle-list .level-4 {
  margin-left: 90px;
}

.product-list .bundle-list .level-4 .bundle-toggle {
  visibility: hidden;
  width: 0;
  flex: 10px 0 0;
  padding: 0;
}

#header-navbar .nav-tabs.products-wizard-navbar {
  display: flex;
  flex-flow: row;
  height: auto;
  grid-gap: 0;
  justify-content: center;
}

.products-wizard-header h1 {
  font-size: 24px;
  font-weight: 700 !important;
  margin-bottom: 9px;
  line-height: 30px;
}

.products-wizard-header p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #668396;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCD6DC;
}

.products-wizard-navbar-container {
  display: flex;
  flex-flow: row;
}

.products-wizard-navbar-container .divider {
  width: 28px;
  padding: 0;
  display: flex;
  flex-flow: row;
  align-content: center;
  align-items: center;
}

.products-wizard-navbar-container .divider:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CCD6DC;
}

.create-form-header {
  position: relative;
  padding-right: 100px;
}

.create-form-header .status {
  position: absolute;
  top: 0;
  right: 0;
}

.create-form-header .status .badge {
  background: #ccc;
  width: 80px;
  font-family: "Bebas Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.create-form-header .status .badge-status-draft {
  background: #F4F8F9;
  color: #003050;
}

.create-form-header .status .badge-status-in_review {
  background: #FFE8CC;
  color: #A7620D;
}

.create-form-header .status .badge-status-published {
  background: #D8EEE0;
  color: #065521;
}

.related-links {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 50px;
  row-gap: 15px;
}

.related-links .related-link-row {
  display: contents;
}

.related-links .related-link-row .related-link-label {
  font-weight: 300;
  color: #003050;
}

.related-links .related-link-row .related-link {
  display: block;
  font-weight: 500;
  color: #003050;
}

.products-wizard-navbar-step {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 20px 0 5px 0;
  width: 160px;
  border: none;
  background: transparent;
  font-family: "Inter", Helvetica, Arial, serif;
  color: #CCD6DC;
}

.products-wizard-navbar-step .badge {
  width: 28px;
  height: 28px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Inter", Helvetica, Arial, serif;
  background-color: #CCD6DC;
}

.products-wizard-navbar-step .label {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 23px;
  padding-top: 12px;
  color: inherit;
}

.products-wizard-navbar-step.done {
  color: rgba(42, 118, 184, 0.4);
}

.products-wizard-navbar-step.done .badge {
  background: rgba(42, 118, 184, 0.4);
}

.products-wizard-navbar-step.active {
  color: #2A76B8;
  font-weight: 700;
}

.products-wizard-navbar-step.active .badge {
  background-color: #2A76B8;
}

.products-wizard-actions {
  display: contents;
}

.products-wizard-actions .vr {
  display: inline-block;
  height: 24px;
  width: 1px;
  margin: 0 10px;
  background-color: #CCD6DC;
}

#products-wizard #div_id_0-type {
  margin-bottom: 0;
}

#products-wizard #div_id_0-type > label {
  display: none;
}

.product-type {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -25px;
}

.product-type .custom-control {
  padding-left: 0;
  display: flex;
  flex: 140px 0 0;
  height: 120px;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  border: 0.5px solid #335973;
  box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: center 15px;
  background-size: 50px auto;
}

.product-type .custom-control:hover, .product-type .custom-control:focus {
  background-color: #2A76B8;
}

.product-type .custom-control:hover .custom-control-input + .custom-control-label, .product-type .custom-control:focus .custom-control-input + .custom-control-label {
  color: white;
}

.product-type .custom-control:nth-child(1) {
  background-image: url("../../icons/product-types/water.svg");
}

.product-type .custom-control:nth-child(2) {
  background-image: url("../../icons/product-types/soft_drink.svg");
}

.product-type .custom-control:nth-child(3) {
  background-image: url("../../icons/product-types/juice.svg");
}

.product-type .custom-control:nth-child(4) {
  background-image: url("../../icons/product-types/coffee.svg");
}

.product-type .custom-control:nth-child(5) {
  background-image: url("../../icons/product-types/beer.svg");
  margin-left: 82px;
}

.product-type .custom-control:nth-child(6) {
  background-image: url("../../icons/product-types/wine.svg");
}

.product-type .custom-control:nth-child(7) {
  background-image: url("../../icons/product-types/liquor.svg");
  margin-right: 82px;
}

.product-type .custom-control-label {
  font-size: 16px;
  line-height: 24px;
  color: #003050;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
  cursor: pointer;
  font-weight: 300;
}

.product-type .custom-control-label::before, .product-type .custom-control-label::after {
  display: none;
}

.product-type .custom-control-input:checked {
  visibility: hidden;
}

.product-type .custom-control-input:checked + .custom-control-label {
  box-shadow: #2a76b8 0 0 0.5rem;
}

.inline-forms {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 15px;
}

.inline-forms .inline-group {
  display: contents;
}

.inline-forms .inline-form {
  display: contents;
}

.inline-forms .inline-form > .form-group {
  margin: 0;
}

.inline-forms .inline-form > .form-group > label {
  display: block;
  margin-bottom: 0;
  margin-top: 20px;
}

.inline-forms .inline-form > .form-group:not(:first-of-type) > label {
  display: none;
}

.inline-forms .inline-form > .form-group:first-of-type {
  grid-column-start: 1;
  grid-column-end: 4;
}

.inline-forms .inline-form > .form-group:first-of-type > div {
  display: none;
}

.inline-forms .inline-form.product-nutrient > .form-group {
  grid-column-start: initial;
  grid-column-end: initial;
  align-items: center;
}

.inline-forms .inline-form.product-nutrient > .form-group:first-child {
  display: flex;
}

.inline-forms .inline-form.product-nutrient > .form-group label {
  margin-top: initial;
  margin-bottom: initial;
}

.inline-forms .inline-form-title {
  color: #668396;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 300;
  grid-column-start: 1;
  grid-column-end: 4;
}

.inline-forms .inline-form-title + .inline-form label {
  margin-top: 0;
}

.wizard-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.wizard-summary > .form-group {
  display: contents;
}

.wizard-summary > .form-group > * {
  border-bottom: 1px solid #CCD6DC;
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.wizard-summary > .form-group > *:last-child {
  flex-flow: column;
  align-items: initial;
  justify-content: center;
  min-height: 48px;
}

.wizard-summary > .form-group > label {
  color: #003050;
  margin-bottom: 0;
}

.wizard-summary > .form-group > .multilang-field-wrap {
  margin-top: 10px;
  padding-top: 50px;
}

.wizard-summary > .form-group > .multilang-field-wrap .multilang-tabs {
  padding-right: 30px;
}

.wizard-summary > .form-group > .multilang-field-wrap .multilang-field-header {
  top: 0;
}

.wizard-summary > .form-group > .multilang-field-wrap .form-group {
  margin-bottom: 0;
}

.wizard-summary input, .wizard-summary select, .wizard-summary textarea, .wizard-summary option, .wizard-summary .select2 {
  appearance: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  resize: none !important;
  color: #003050 !important;
  font-weight: 500 !important;
  padding: 0 !important;
  opacity: 1 !important;
}

.wizard-summary textarea {
  height: 2.714rem;
}

.wizard-summary .asteriskField {
  display: none !important;
}

.wizard-summary .custom-checkbox {
  margin: 0 !important;
  padding: 0 !important;
  min-height: initial;
}

.wizard-summary .custom-checkbox .custom-control-label {
  display: none;
}

.wizard-summary .custom-checkbox .custom-control-label::before, .wizard-summary .custom-checkbox .custom-control-label::after {
  display: none;
}

.wizard-summary .custom-checkbox .custom-control-input {
  display: none;
}

.wizard-summary .custom-checkbox .custom-control-input:checked + .custom-control-label {
  display: block;
  color: #003050 !important;
  font-weight: bold !important;
}

.wizard-summary .image-dropzone .row {
  display: contents;
}

.wizard-summary .image-dropzone .col {
  border-bottom: 1px solid #CCD6DC;
  display: flex;
  align-items: initial;
  padding: 12px 0;
}

.wizard-summary .image-dropzone .col label {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.wizard-summary .image-dropzone .col .dropzone-preview-container {
  width: 100%;
}

.wizard-summary .image-dropzone .col .dropzone-preview-container .close-button {
  display: none;
}

.wizard-summary .image-dropzone .dropzone {
  display: none;
}

.wizard-summary.inline-forms {
  grid-template-columns: 5fr 2fr 3fr;
  grid-gap: 0;
}

.wizard-summary.inline-forms .inline-form.product-mineral > .form-group:last-child {
  grid-column-start: 3;
  grid-column-end: 5;
}

.wizard-summary.inline-forms .inline-form input {
  pointer-events: none;
  user-select: none;
}

.wizard-summary.inline-forms .inline-form input::placeholder {
  color: transparent;
}

.wizard-summary.inline-forms .inline-form label {
  margin-top: 0;
  height: 100%;
  padding: 12px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.wizard-summary.inline-forms .inline-form > .form-group {
  border-bottom: 1px solid #CCD6DC;
  display: flex;
  align-items: center;
}

.wizard-summary.inline-forms .inline-form > .form-group:first-of-type {
  grid-column-start: 1;
  grid-column-end: 1;
}

.wizard-summary.inline-forms .inline-form .custom-radio .custom-control-label {
  display: none;
}

.wizard-summary.inline-forms .inline-form .custom-radio .custom-control-input {
  display: none;
}

.wizard-summary.inline-forms .inline-form .custom-radio .custom-control-input:checked + .custom-control-label {
  display: block;
  background-color: transparent;
  color: #003050 !important;
  font-weight: bold !important;
  border: none !important;
  font-size: 14px;
}

.refunds-wizard-header {
  border-bottom: 1px solid #CCD6DC;
  margin-bottom: 30px;
}

.refunds-wizard-header h1 {
  font-size: 24px;
  font-weight: 700 !important;
  margin-bottom: 9px;
  line-height: 30px;
}

.refunds-wizard-header p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #668396;
  padding-bottom: 10px;
}

.refunds-wizard-header div {
  display: grid;
  grid-template-columns: 150px auto;
  margin-top: 28px;
  row-gap: 5px;
  margin-bottom: 15px;
}

.refunds-wizard-header div p {
  color: #003050;
  padding: 0;
  margin: 0;
}

.refunds-wizard-header div p:nth-child(2n) {
  font-weight: 500;
}

.refunds-create-form {
  margin: 50px auto 0 auto;
  padding: 50px;
}

.refunds-alert {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 25px;
  gap: 30px;
  border-radius: 2px;
  margin-bottom: 30px;
}

.refunds-alert.error {
  background-color: #DF99A6;
}

.refunds-alert.success {
  background-color: #B1DEC0;
}

.refunds-alert p {
  margin-bottom: 0;
}

.table-container {
  display: flex;
}

.sticky-table div {
  white-space: nowrap;
}

.sticky-table .table-header {
  text-transform: uppercase;
  background-color: #CCD6DC;
  padding: 5px 25px;
}

.sticky-table .data-cell {
  background-color: #EBF2F4;
  padding: 10px 25px;
  border-bottom: 1px solid #CCD6DC;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 47px;
}

.sticky-table .parser-error {
  color: #B00020;
  fonts-size: 10px;
}

.sticky-table .error-row {
  background-color: #EFCCD2 !important;
}

.dynamic {
  overflow-x: scroll;
  display: grid;
}

.sticky {
  display: grid;
  box-shadow: -20px 0px 10px rgba(235, 242, 244, 0.39);
  border-left: 1px solid #99ACB9;
}

.sticky .data-cell {
  background-color: white;
}

.mapping-form-table {
  font-weight: 300 !important;
  font-size: 14px;
}

.mapping-form-table .mapping-form-table-header {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: column;
}

.mapping-form-table .form-group {
  background-color: #EBF2F4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: column;
  margin: 0;
}

.mapping-form-table .mapping-form-table-header-cell {
  text-transform: uppercase;
  padding: 5px 25px;
  background-color: #CCD6DC;
}

.mapping-form-table .mapping-form-table-header-cell p {
  margin: 0;
}

.mapping-form-table .mapping-form-table-body-cell {
  padding: 5px 25px;
  border-bottom: 1px solid #CCD6DC;
}

.mapping-form-table .mapping-label {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 300 !important;
}

.mapping-form-table .mapping-label .asteriskField {
  display: none;
}

.open-review-badge {
  display: inline-block;
  font-size: 70%;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.36rem;
  margin-bottom: 1rem;
  background-color: #FFE8CC;
  border: 1px solid #FFBA66;
  color: #FFBA66;
  padding: 4px;
  margin-left: 2px;
}

.messages {
  display: flex;
  flex-flow: column;
  row-gap: 10px;
  max-width: 100%;
}

.messages .message {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  max-width: 100%;
}

.messages .message.warning {
  background: #FFD199;
}

.messages .message.error {
  background: #DF99A6;
}

.messages .message.debug {
  background: #CCD6DC;
}

.messages .message.info {
  background: #EBF2F4;
}

.messages .message.success {
  background: #B1DEC0;
}

.messages .message .message-close-button {
  cursor: pointer;
}

.messages .message:last-child {
  margin-bottom: 30px;
}

.frontend-messages {
  display: flex;
  flex-flow: column;
  row-gap: 1px;
  width: 100%;
  max-width: 100%;
  background: #CCD6DC;
}

.frontend-messages .frontend-message {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 25px;
  width: 100%;
  max-width: 100%;
  background: #FF0064;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.frontend-messages .frontend-message .frontend-message-text {
  font-weight: 300;
  text-align: center;
  flex-grow: 1;
}

.frontend-messages .frontend-message .frontend-message-text h1, .frontend-messages .frontend-message .frontend-message-text h2, .frontend-messages .frontend-message .frontend-message-text h3, .frontend-messages .frontend-message .frontend-message-text h4, .frontend-messages .frontend-message .frontend-message-text h5, .frontend-messages .frontend-message .frontend-message-text h6, .frontend-messages .frontend-message .frontend-message-text .h1, .frontend-messages .frontend-message .frontend-message-text .h2, .frontend-messages .frontend-message .frontend-message-text .h3, .frontend-messages .frontend-message .frontend-message-text .h4, .frontend-messages .frontend-message .frontend-message-text .h5, .frontend-messages .frontend-message .frontend-message-text .h6, .frontend-messages .frontend-message .frontend-message-text a {
  color: inherit;
}

.frontend-messages .frontend-message .frontend-message-close-button {
  cursor: pointer;
}

.frontend-messages .frontend-message p {
  margin: 0;
  padding: 0;
}

.sticky-wrapper {
  position: relative;
}

.sticky-wrapper .sticky-column {
  position: sticky;
  right: 0;
  z-index: 999;
}

.embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

.inline-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.inline-header .delete-inline-wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  font-weight: 300;
}

.inline-header .delete-inline-wrapper .delete-inline, .inline-header .delete-inline-wrapper .delete-inline:hover, .inline-header .delete-inline-wrapper .delete-inline:active {
  color: #99ACB9 !important;
}

html,
body {
  overflow-x: hidden;
  background-color: #F9FAFB !important;
}

@media only screen and (min-width: 1200px) {
  body.account .main-body-content {
    padding: 0 100px 0 100px;
  }
}
h1 {
  font-size: 36px;
}

.card-adjusted-content-top {
  padding-top: 34px;
}

.card-adjusted-content-right {
  padding-right: 34px;
}

.card-adjusted-content-bottom {
  padding-bottom: 34px;
}

.card-adjusted-content-left {
  padding-left: 34px;
}

.card-adjusted-content-x {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .card-adjusted-content-x {
    padding-right: 34px;
    padding-left: 34px;
  }
}
.card-adjusted-content-y {
  padding-top: 34px;
  padding-bottom: 34px;
}

.card-adjusted-content {
  padding-right: 34px;
  padding-left: 34px;
  padding-top: 34px;
  padding-bottom: 34px;
}

#wrapper {
  width: 1440px;
  max-width: 100%;
  min-height: 100%;
  position: relative;
  display: flex;
}

.card h1 {
  font-weight: bold;
}

.card.squeezed {
  width: 850px;
  margin: auto;
}

.card .card-body {
  padding: 1rem;
}

.card .card-head {
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCD6DC;
}

.card .card-head.no-border {
  border-bottom: 0;
}

.card .card-head .card-title {
  font-weight: bold;
  font-size: 24px;
}

.card .card-head .card-subtitle {
  color: #668396;
  font-size: 16px;
  font-weight: 300;
}

.card .card-head .card-head-extra {
  margin-top: 30px;
  margin-bottom: 15px;
}

.import-errors-warning {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #790419;
}

#wrapper .app-content {
  width: calc(100% - 100px);
  max-width: 1340px;
  padding: 0 !important;
}

.main-body-content {
  padding: 0 25px 0 25px;
}

strong {
  font-weight: 500;
}

.app-tabs {
  margin-left: 95px;
}

.media > img {
  align-self: center;
}

.media .media-body {
  margin-left: 1.25rem;
}

.pagination {
  filter: drop-shadow(0 8px 24px rgba(0, 48, 80, 0.09));
}

.pagination .left-group {
  margin-right: 10px;
}

.pagination .right-group {
  margin-left: 10px;
}

.pagination .page-item.active > .page-link {
  transform: scale(1.1);
  background-color: #2A76B8;
  font-weight: 300;
}

.pagination .page-link {
  border-radius: 2px !important;
  height: 100% !important;
  font-weight: 300;
}

.textual-separator {
  display: inline-block;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.dd-logo {
  margin-top: 30px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1200px) {
  .dd-logo {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .dd-logo img {
    display: block;
    max-width: 66.66%;
    margin: 0 auto;
  }
}
.swiss-made-software-logo-container {
  margin-top: 11px;
}

.swiss-made-software-logo {
  height: 40px;
  width: auto;
}

.news-detail,
.preorder-wholesaler-detail,
.promotion-detail,
.manufacturer-customer-detail {
  overflow: hidden;
  padding: 15px 25px;
}

.news-detail .card-body,
.preorder-wholesaler-detail .card-body,
.promotion-detail .card-body,
.manufacturer-customer-detail .card-body {
  padding: 0;
}

.news-detail .news-image,
.preorder-wholesaler-detail .news-image,
.promotion-detail .news-image,
.manufacturer-customer-detail .news-image {
  height: 350px;
  object-fit: cover;
  object-position: center;
  margin: -15px -25px 0 -25px;
  margin-bottom: 15px;
}

.news-detail .promotion-company-logo,
.news-detail .preorder-wholesaler-company-logo,
.news-detail .news-company-logo,
.news-detail .manufacturer-customer-company-logo,
.preorder-wholesaler-detail .promotion-company-logo,
.preorder-wholesaler-detail .preorder-wholesaler-company-logo,
.preorder-wholesaler-detail .news-company-logo,
.preorder-wholesaler-detail .manufacturer-customer-company-logo,
.promotion-detail .promotion-company-logo,
.promotion-detail .preorder-wholesaler-company-logo,
.promotion-detail .news-company-logo,
.promotion-detail .manufacturer-customer-company-logo,
.manufacturer-customer-detail .promotion-company-logo,
.manufacturer-customer-detail .preorder-wholesaler-company-logo,
.manufacturer-customer-detail .news-company-logo,
.manufacturer-customer-detail .manufacturer-customer-company-logo {
  object-fit: contain;
  width: 147px;
  height: 147px;
  aspect-ratio: 1;
}

.news-detail .promotion-company-logo.small-logo,
.news-detail .preorder-wholesaler-company-logo.small-logo,
.news-detail .news-company-logo.small-logo,
.news-detail .manufacturer-customer-company-logo.small-logo,
.preorder-wholesaler-detail .promotion-company-logo.small-logo,
.preorder-wholesaler-detail .preorder-wholesaler-company-logo.small-logo,
.preorder-wholesaler-detail .news-company-logo.small-logo,
.preorder-wholesaler-detail .manufacturer-customer-company-logo.small-logo,
.promotion-detail .promotion-company-logo.small-logo,
.promotion-detail .preorder-wholesaler-company-logo.small-logo,
.promotion-detail .news-company-logo.small-logo,
.promotion-detail .manufacturer-customer-company-logo.small-logo,
.manufacturer-customer-detail .promotion-company-logo.small-logo,
.manufacturer-customer-detail .preorder-wholesaler-company-logo.small-logo,
.manufacturer-customer-detail .news-company-logo.small-logo,
.manufacturer-customer-detail .manufacturer-customer-company-logo.small-logo {
  width: 100px;
  height: 75px;
  aspect-ratio: 4/3;
}

.news-detail .promotion-meta,
.news-detail .preorder-wholesaler-meta,
.news-detail .news-meta,
.preorder-wholesaler-detail .promotion-meta,
.preorder-wholesaler-detail .preorder-wholesaler-meta,
.preorder-wholesaler-detail .news-meta,
.promotion-detail .promotion-meta,
.promotion-detail .preorder-wholesaler-meta,
.promotion-detail .news-meta,
.manufacturer-customer-detail .promotion-meta,
.manufacturer-customer-detail .preorder-wholesaler-meta,
.manufacturer-customer-detail .news-meta {
  display: flex;
  align-items: center;
  column-gap: 15px;
  height: 75px;
  margin-bottom: 50px;
}

.news-detail .manufacturer-customer-meta,
.preorder-wholesaler-detail .manufacturer-customer-meta,
.promotion-detail .manufacturer-customer-meta,
.manufacturer-customer-detail .manufacturer-customer-meta {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  justify-content: space-between;
}

.news-detail .manufacturer-customer-meta .manufacturer-customer-company,
.preorder-wholesaler-detail .manufacturer-customer-meta .manufacturer-customer-company,
.promotion-detail .manufacturer-customer-meta .manufacturer-customer-company,
.manufacturer-customer-detail .manufacturer-customer-meta .manufacturer-customer-company {
  display: flex;
  align-items: center;
  column-gap: 15px;
  height: 75px;
}

.news-detail .manufacturer-customer-detail-section,
.preorder-wholesaler-detail .manufacturer-customer-detail-section,
.promotion-detail .manufacturer-customer-detail-section,
.manufacturer-customer-detail .manufacturer-customer-detail-section {
  display: flex;
  flex-flow: column;
  row-gap: 30px;
  margin-top: 30px;
}

.news-detail .manufacturer-customer-detail-section hr,
.preorder-wholesaler-detail .manufacturer-customer-detail-section hr,
.promotion-detail .manufacturer-customer-detail-section hr,
.manufacturer-customer-detail .manufacturer-customer-detail-section hr {
  border-top: 1px solid #CCD6DC;
  margin: 0;
  padding: 0;
}

.news-detail .manufacturer-customer-detail-section .input-group,
.preorder-wholesaler-detail .manufacturer-customer-detail-section .input-group,
.promotion-detail .manufacturer-customer-detail-section .input-group,
.manufacturer-customer-detail .manufacturer-customer-detail-section .input-group {
  max-width: 410px;
}

.news-detail .manufacturer-customer-detail-section .messages .message:last-child,
.preorder-wholesaler-detail .manufacturer-customer-detail-section .messages .message:last-child,
.promotion-detail .manufacturer-customer-detail-section .messages .message:last-child,
.manufacturer-customer-detail .manufacturer-customer-detail-section .messages .message:last-child {
  margin-bottom: 15px;
}

.news-detail .news-footer,
.preorder-wholesaler-detail .news-footer,
.promotion-detail .news-footer,
.manufacturer-customer-detail .news-footer {
  display: flex;
  flex-flow: column;
  border-top: 1px solid rgba(42, 118, 184, 0.2);
  margin-top: 5rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.news-detail .preorder-wholesaler-detail-table,
.preorder-wholesaler-detail .preorder-wholesaler-detail-table,
.promotion-detail .preorder-wholesaler-detail-table,
.manufacturer-customer-detail .preorder-wholesaler-detail-table {
  margin-top: 30px;
  display: grid;
  column-gap: 50px;
  row-gap: 5px;
  grid-template-columns: min-content auto;
}

.news-detail .preorder-wholesaler-detail-table > div:nth-child(2n+1),
.preorder-wholesaler-detail .preorder-wholesaler-detail-table > div:nth-child(2n+1),
.promotion-detail .preorder-wholesaler-detail-table > div:nth-child(2n+1),
.manufacturer-customer-detail .preorder-wholesaler-detail-table > div:nth-child(2n+1) {
  font-weight: 300;
  white-space: nowrap;
}

.news-detail .preorder-wholesaler-detail-table > div:nth-child(2n),
.preorder-wholesaler-detail .preorder-wholesaler-detail-table > div:nth-child(2n),
.promotion-detail .preorder-wholesaler-detail-table > div:nth-child(2n),
.manufacturer-customer-detail .preorder-wholesaler-detail-table > div:nth-child(2n) {
  font-weight: 500;
}

.badge {
  font-family: "Bebas Neue", Helvetica, Arial, serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.badge.wide {
  padding: 3px 24px;
  font-size: 14px;
  border-radius: 2px;
}

.badge.badge-processing {
  color: #003050;
  background-color: #CCD6DC;
  font-size: 14px;
  border-radius: 2px;
}

.badge.badge-in_review, .badge.badge-review, .badge.badge-partial-import {
  color: #A7620D;
  background-color: #FFE8CC;
  font-size: 14px;
  border-radius: 2px;
}

.badge.badge-published, .badge.badge-full-import, .badge.badge-valid {
  color: #065521;
  background-color: #D8EEE0;
  font-size: 14px;
  border-radius: 2px;
}

.badge.badge-draft {
  color: #003050;
  background-color: #F4F8F9;
  font-size: 14px;
  border-radius: 2px;
}

.badge.badge-invalid {
  color: #790419;
  background-color: #EFCCD2;
  font-size: 14px;
  border-radius: 2px;
}

.toolbars {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 15px;
  margin-bottom: 30px;
}

.toolbars .search-box {
  grid-column-start: 1;
  grid-column-end: 3;
}

.toolbars .search-box .search-icon {
  font-size: 16px;
  border-radius: 2px 0 0 2px;
}

.toolbars .search-box.compact {
  grid-column-start: 1;
  grid-column-end: 2;
}

.toolbars .filter {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.toolbars .filter .custom-control-label {
  background-color: #fff;
}

.toolbars .filter.prices-filter-active {
  grid-column-start: 3;
  align-items: flex-end;
}

.toolbars input,
.toolbars select,
.toolbars .select2 {
  font-size: 14px;
}

.action-toolbar {
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 15px;
  column-gap: 15px;
}

.icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-bottle {
  background-image: url("../../icons/bottle-white.svg");
}

.active .icon-bottle {
  background-image: url("../../icons/bottle-white.svg");
}

.navbar-nav li:hover .dropdown-menu {
  display: block;
}

.promotion-admin-title {
  width: 250px;
}

.promotion-admin-company {
  width: 150px;
}

.news-overview-item .media-image-container,
.promotions-overview-item .media-image-container {
  width: 147px;
  height: 147px;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-overview-item .news-company-logo,
.news-overview-item .promotion-company-logo,
.promotions-overview-item .news-company-logo,
.promotions-overview-item .promotion-company-logo {
  object-fit: contain;
  width: 127px;
  aspect-ratio: 4/3;
}

.news-overview-item .news-overview-title, .news-overview-item .promotions-overview-title,
.promotions-overview-item .news-overview-title,
.promotions-overview-item .promotions-overview-title {
  margin-bottom: 10px;
  margin-top: 3px;
}

.news-overview-item .promotions-overview-body,
.promotions-overview-item .promotions-overview-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.news-overview-item .promotions-overview-description,
.promotions-overview-item .promotions-overview-description {
  display: grid;
  grid-template-columns: 80px 150px 80px min-content 80px;
  column-gap: 15px;
  row-gap: 4px;
}

.news-overview-item .news-overview-lead,
.promotions-overview-item .news-overview-lead {
  margin-top: 0;
  margin-bottom: 10px;
}

.width-40px {
  width: 40px;
}

.width-72px {
  width: 72px;
}

.width-80 {
  width: 80px;
}

.width-120 {
  width: 120px;
}

.width-250 {
  width: 250px;
}

.width-150 {
  width: 150px;
}

.width-250 {
  width: 250px;
}

.min-width-100px {
  min-width: 100px;
}

.min-width-120 {
  min-width: 120px;
}

.min-width-160 {
  min-width: 160px;
}

.max-width-140 {
  max-width: 140px;
}

.max-width-175 {
  max-width: 175px;
}

.max-width-275 {
  max-width: 275px;
}

.max-width-325 {
  max-width: 325px;
}

.width-338px {
  width: 338px;
  max-width: 338px;
}

.width-595px {
  width: 595px;
  max-width: 595px;
}

.column-gap-xs {
  column-gap: 8px;
}

.column-gap-s {
  column-gap: 0.625rem;
}

.column-gap-m {
  column-gap: 15px;
}

.column-gap-l {
  column-gap: 30px;
}

.column-gap-50px {
  column-gap: 50px;
}

.row-gap-2px {
  row-gap: 2px;
}

.row-gap-s {
  row-gap: 0.625rem;
}

.row-gap-m {
  row-gap: 15px;
}

.row-gap-l {
  row-gap: 30px;
}

.cell-aligned-top {
  vertical-align: top !important;
}

.d-contents {
  display: contents;
}

.card-section {
  text-transform: uppercase;
  color: #668396;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 30px;
  letter-spacing: 1px;
}

.article-name {
  font-weight: 300;
  font-size: 12px;
  color: #668396;
}

#switch-mode-form {
  margin-bottom: 20px;
}

.salesdata-overview #salesdata-tab-content th:last-child {
  width: 130px;
  text-align: right;
}

.salesdata-overview #salesdata-tab-content .sums {
  width: 130px;
}

.salesdata-overview #salesdata-tab-content .sums > .sum {
  width: 130px;
  text-align: right;
}

.salesdata-overview .extra-form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.salesdata-overview .tab-switcher-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

input[type=radio].custom-control-input {
  opacity: 1;
  appearance: none;
  z-index: unset;
  width: 18px;
  height: 18px;
}

input[type=radio].custom-control-input:checked::before {
  content: "";
  display: block;
  background-color: white;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  z-index: 20;
  position: relative;
  top: 6px;
  left: 5px;
}

input::placeholder {
  font-size: 1rem;
}

.field-suffix div:has(> .input-suffix) {
  position: relative;
}

.field-suffix div:has(> .input-suffix) > .input-suffix {
  display: inline-block;
  line-height: 38px;
  height: 38px;
  position: absolute;
  right: 5px;
  top: 0;
  color: rgb(102, 131, 150);
  font-weight: 300;
}

.nav .nav-item .nav-btn {
  font-weight: 300;
  display: inline-block;
  background-color: white;
  padding: 0.5em 1.5em;
  border-radius: 2px;
  border: 1px solid #d8d6de;
}

.nav .nav-item .nav-btn.active {
  color: white;
  background: #2A76B8;
  border-color: transparent;
}

.nav .nav-item:not(:last-child) .nav-btn {
  margin-right: 15px;
}

.nav .nav-item .btn-nav-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: transparent;
}

.nav .nav-item .btn-nav-link:hover {
  background-color: transparent;
}

.filters-box {
  padding: 20px;
  margin-bottom: 50px;
  background: #DDE9EE;
}

.filters-box .form-row {
  margin-bottom: 15px;
}

.filters-box .form-row .form-group {
  margin-bottom: 0px;
}

.filters-box .extra-form-actions {
  margin-top: 30px;
}

.filters-box .reset-link, .filters-box .reset-link:active {
  display: inline-block;
  color: #2A76B8;
}

.filters-box .reset-link.disabled, .filters-box .reset-link:active.disabled {
  cursor: not-allowed;
  color: #99ACB9;
}

.filters-box .btn.btn-outline-primary[disabled], .filters-box .btn.btn-outline-primary.disabled {
  border-color: #99ACB9 !important;
  color: #99ACB9 !important;
}

.price-list-detail,
.refund-submission-detail,
.salesdata-customer-detail,
.manufacturer-customer-detail {
  margin-top: 50px;
}

.price-list-detail h1,
.refund-submission-detail h1,
.salesdata-customer-detail h1,
.manufacturer-customer-detail h1 {
  margin-bottom: 20px;
}

.price-list-detail .detail-header p,
.refund-submission-detail .detail-header p,
.salesdata-customer-detail .detail-header p,
.manufacturer-customer-detail .detail-header p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #668396;
  padding-bottom: 10px;
}

.price-list-detail .price-list-detail-info,
.price-list-detail .refund-submission-detail-info,
.price-list-detail .salesdata-customer-detail-info,
.price-list-detail .manufacturer-customer-detail-info,
.refund-submission-detail .price-list-detail-info,
.refund-submission-detail .refund-submission-detail-info,
.refund-submission-detail .salesdata-customer-detail-info,
.refund-submission-detail .manufacturer-customer-detail-info,
.salesdata-customer-detail .price-list-detail-info,
.salesdata-customer-detail .refund-submission-detail-info,
.salesdata-customer-detail .salesdata-customer-detail-info,
.salesdata-customer-detail .manufacturer-customer-detail-info,
.manufacturer-customer-detail .price-list-detail-info,
.manufacturer-customer-detail .refund-submission-detail-info,
.manufacturer-customer-detail .salesdata-customer-detail-info,
.manufacturer-customer-detail .manufacturer-customer-detail-info {
  font-size: 16px;
  display: grid;
  grid-template-columns: 220px auto;
  grid-auto-rows: auto;
  grid-column-gap: 0;
  grid-row-gap: 5px;
}

.price-list-detail .price-list-detail-info :nth-child(2n+1),
.price-list-detail .refund-submission-detail-info :nth-child(2n+1),
.price-list-detail .salesdata-customer-detail-info :nth-child(2n+1),
.price-list-detail .manufacturer-customer-detail-info :nth-child(2n+1),
.refund-submission-detail .price-list-detail-info :nth-child(2n+1),
.refund-submission-detail .refund-submission-detail-info :nth-child(2n+1),
.refund-submission-detail .salesdata-customer-detail-info :nth-child(2n+1),
.refund-submission-detail .manufacturer-customer-detail-info :nth-child(2n+1),
.salesdata-customer-detail .price-list-detail-info :nth-child(2n+1),
.salesdata-customer-detail .refund-submission-detail-info :nth-child(2n+1),
.salesdata-customer-detail .salesdata-customer-detail-info :nth-child(2n+1),
.salesdata-customer-detail .manufacturer-customer-detail-info :nth-child(2n+1),
.manufacturer-customer-detail .price-list-detail-info :nth-child(2n+1),
.manufacturer-customer-detail .refund-submission-detail-info :nth-child(2n+1),
.manufacturer-customer-detail .salesdata-customer-detail-info :nth-child(2n+1),
.manufacturer-customer-detail .manufacturer-customer-detail-info :nth-child(2n+1) {
  font-weight: 300;
}

.price-list-detail .price-list-detail-info :nth-child(2n),
.price-list-detail .refund-submission-detail-info :nth-child(2n),
.price-list-detail .salesdata-customer-detail-info :nth-child(2n),
.price-list-detail .manufacturer-customer-detail-info :nth-child(2n),
.refund-submission-detail .price-list-detail-info :nth-child(2n),
.refund-submission-detail .refund-submission-detail-info :nth-child(2n),
.refund-submission-detail .salesdata-customer-detail-info :nth-child(2n),
.refund-submission-detail .manufacturer-customer-detail-info :nth-child(2n),
.salesdata-customer-detail .price-list-detail-info :nth-child(2n),
.salesdata-customer-detail .refund-submission-detail-info :nth-child(2n),
.salesdata-customer-detail .salesdata-customer-detail-info :nth-child(2n),
.salesdata-customer-detail .manufacturer-customer-detail-info :nth-child(2n),
.manufacturer-customer-detail .price-list-detail-info :nth-child(2n),
.manufacturer-customer-detail .refund-submission-detail-info :nth-child(2n),
.manufacturer-customer-detail .salesdata-customer-detail-info :nth-child(2n),
.manufacturer-customer-detail .manufacturer-customer-detail-info :nth-child(2n) {
  font-weight: 500;
}

.price-list-detail .manufacturer-customer-detail-info,
.refund-submission-detail .manufacturer-customer-detail-info,
.salesdata-customer-detail .manufacturer-customer-detail-info,
.manufacturer-customer-detail .manufacturer-customer-detail-info {
  margin-top: 5px;
  grid-template-columns: 150px auto;
  grid-column-gap: 15px;
}

.price-list-detail .price-value-row-inactive,
.refund-submission-detail .price-value-row-inactive,
.salesdata-customer-detail .price-value-row-inactive,
.manufacturer-customer-detail .price-value-row-inactive {
  color: rgba(0, 48, 80, 0.5);
}

.btn-outline-grey {
  border: 1px solid #99ACB9 !important;
  background-color: transparent;
  color: #99ACB9;
}

.btn-flat-grey {
  background-color: transparent;
  color: #99ACB9;
}

.btn-primary {
  background-color: #FF0064 !important;
  border-color: #FF0064 !important;
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #FF0064 !important;
  border-color: #FF0064 !important;
}

.btn-primary:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 0 16px rgba(255, 0, 100, 0.32);
}

.btn-dropdown {
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.btn-dropdown > .dropdown-options {
  padding-top: 9px;
  position: absolute;
  top: 100%;
  display: none;
}

.btn-dropdown > .dropdown-options a:not(:first-child) {
  margin-top: 5px;
}

.btn-dropdown:hover > .dropdown-options {
  display: block;
}

.btn {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

.btn > span:not(#download-spinner) {
  transform: translateY(2px);
}

.btn.btn-large {
  padding: 7px 14px;
}

.btn.btn-full {
  display: flex;
  width: 100%;
  justify-content: center;
}

.btn.icon-left {
  padding-left: 14px;
}

.btn .icon-left {
  margin-right: 14px;
}

.btn.btn-max-width {
  /* Avoid line break in the label */
  width: max-content;
  min-width: 100%;
}

.dropdown button {
  padding: 0 1rem;
}

.no-content-image {
  margin-bottom: 30px;
}

.publication-settings .channels, .publication-settings .manufacturers, .publication-settings .anonymize-channels, .anonymize-settings .channels, .anonymize-settings .manufacturers, .anonymize-settings .anonymize-channels {
  background-color: white;
  height: 740px;
  box-shadow: 0 8px 24px rgba(0, 48, 80, 0.09);
  border-radius: 2px;
  padding-left: 15px;
  padding-right: 15px;
  overflow-y: auto;
}

.publication-settings .channels .headers, .publication-settings .manufacturers .headers, .publication-settings .anonymize-channels .headers, .anonymize-settings .channels .headers, .anonymize-settings .manufacturers .headers, .anonymize-settings .anonymize-channels .headers {
  display: flex;
  padding: 9px 30px;
  text-transform: uppercase;
  font-weight: 400;
  gap: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #CCD6DC;
  color: #003050;
  z-index: 10;
  margin-left: -15px;
  margin-right: -15px;
}

.publication-settings .channels .headers .publish, .publication-settings .manufacturers .headers .publish, .publication-settings .anonymize-channels .headers .publish, .anonymize-settings .channels .headers .publish, .anonymize-settings .manufacturers .headers .publish, .anonymize-settings .anonymize-channels .headers .publish {
  width: 70px;
}

.publication-settings .channels .publish-label, .publication-settings .manufacturers .publish-label, .publication-settings .anonymize-channels .publish-label, .anonymize-settings .channels .publish-label, .anonymize-settings .manufacturers .publish-label, .anonymize-settings .anonymize-channels .publish-label {
  margin-left: 110px;
}

.publication-settings .channels .publish-label::before, .publication-settings .channels .publish-label::after, .publication-settings .manufacturers .publish-label::before, .publication-settings .manufacturers .publish-label::after, .publication-settings .anonymize-channels .publish-label::before, .publication-settings .anonymize-channels .publish-label::after, .anonymize-settings .channels .publish-label::before, .anonymize-settings .channels .publish-label::after, .anonymize-settings .manufacturers .publish-label::before, .anonymize-settings .manufacturers .publish-label::after, .anonymize-settings .anonymize-channels .publish-label::before, .anonymize-settings .anonymize-channels .publish-label::after {
  left: 33px;
}

.publication-settings .channels .channel-count, .publication-settings .manufacturers .channel-count, .publication-settings .anonymize-channels .channel-count, .anonymize-settings .channels .channel-count, .anonymize-settings .manufacturers .channel-count, .anonymize-settings .anonymize-channels .channel-count {
  font-size: 12px;
  color: #668396;
}

.publication-settings .channels > .custom-control, .publication-settings .manufacturers > .custom-control, .publication-settings .anonymize-channels > .custom-control, .anonymize-settings .channels > .custom-control, .anonymize-settings .manufacturers > .custom-control, .anonymize-settings .anonymize-channels > .custom-control {
  margin: 0 15px 0 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.publication-settings .channels > .custom-control label::before, .publication-settings .manufacturers > .custom-control label::before, .publication-settings .anonymize-channels > .custom-control label::before, .anonymize-settings .channels > .custom-control label::before, .anonymize-settings .manufacturers > .custom-control label::before, .anonymize-settings .anonymize-channels > .custom-control label::before {
  top: unset !important;
}

.publication-settings .channels > .custom-control label::after, .publication-settings .manufacturers > .custom-control label::after, .publication-settings .anonymize-channels > .custom-control label::after, .anonymize-settings .channels > .custom-control label::after, .anonymize-settings .manufacturers > .custom-control label::after, .anonymize-settings .anonymize-channels > .custom-control label::after {
  top: 0.5rem !important;
}

.publication-settings .manufacturers, .anonymize-settings .manufacturers {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.publication-settings .manufacturers > .custom-control .custom-control-label, .anonymize-settings .manufacturers > .custom-control .custom-control-label {
  padding-left: 1rem;
}

.publication-settings .manufacturers > .custom-control .custom-control-label::before, .publication-settings .manufacturers > .custom-control .custom-control-label::after, .anonymize-settings .manufacturers > .custom-control .custom-control-label::before, .anonymize-settings .manufacturers > .custom-control .custom-control-label::after {
  left: 10px;
}

.publication-settings .manufacturers > .custom-control .custom-control-input:not(:checked) + .custom-control-label::before, .anonymize-settings .manufacturers > .custom-control .custom-control-input:not(:checked) + .custom-control-label::before {
  background-color: #fff !important;
  border: #d8d6de solid 1px !important;
}

.publication-settings .manufacturers > .custom-control.active, .anonymize-settings .manufacturers > .custom-control.active {
  background-color: rgba(212, 228, 241, 0.5);
}

.publication-settings .anonymize-channels, .anonymize-settings .anonymize-channels {
  height: unset !important;
  max-height: 740px;
}

.sales-imports .import-row.active {
  background-color: rgba(212, 228, 241, 0.5);
}

[data-href] {
  cursor: pointer;
}

.profile .profile-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  column-gap: 16px;
  row-gap: 10px;
  margin: 30px 0 15px 0;
  font-size: 16px;
}

.profile .profile-grid > div {
  display: flex;
  align-items: center;
  min-height: 24px;
  font-weight: 500;
}

.profile .profile-grid .label {
  align-items: start;
  font-weight: 300;
}

.profile .profile-grid form {
  width: 100%;
  max-width: 550px;
  font-weight: 300;
}

.profile .profile-manage-section {
  margin-top: 30px;
}

.profile .profile-manage-section .profile-manage-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row;
  column-gap: 15px;
  width: 100%;
}

.profile .profile-manage-section .profile-manage-section-header h2 {
  margin: 0;
  color: #668396;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  text-transform: uppercase;
}

.profile .profile-manage-section .profile-manage-section-header + .table {
  margin-top: 15px;
}

.profile .profile-manage-section .profile-manage-section-info {
  margin-top: 2px;
  font-weight: 300;
}

.profile .profile-manage-section .participating-memberships {
  margin-top: 15px;
  row-gap: 10px;
  display: flex;
  flex-flow: column;
  font-weight: 500;
  font-size: 16px;
}

.profile .profile-invite-section {
  border-top: 1px solid #CCD6DC;
  padding-top: 30px;
  margin-top: 30px;
}

.profile .profile-invite-section .profile-invite-section-header h2 {
  color: black;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  text-transform: uppercase;
}

.profile .profile-invite-section .form-group {
  width: 100%;
  max-width: 630px;
  margin: 15px 0;
}

.profile .profile-invite-section .invitation-send-form .message {
  margin: 15px 0;
}

.profile .profile-invite-section .invitation-send-form .message:last-child {
  margin-bottom: 0;
}

.badge.badge-light-warning {
  background-color: #FFE8CC;
}

#news-form legend {
  margin-bottom: 15px;
}

.add-inline {
  font-weight: 300;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.modal-backdrop {
  z-index: 30000;
  background-color: rgba(0, 48, 80, 0.75);
}

.modal-backdrop.show {
  opacity: 1;
}

.modal {
  z-index: 30010;
}

.delete-btn-confirm {
  background-color: #FF0064;
  color: white;
  border: none !important;
}

.confirm-modal .confirm-icon-error {
  color: #B00020;
  margin-bottom: 30px;
}

.confirm-modal .confirm-icon-warning {
  color: #A7620D;
  margin-bottom: 30px;
}

.confirm-modal .modal-dialog {
  max-width: 420px;
}

.confirm-modal .modal-dialog.modal-lg {
  max-width: 630px;
}

.confirm-modal .h2,
.confirm-modal h2 {
  color: #003050;
  font-size: 21px;
}

.confirm-modal p {
  color: #003050;
  font-weight: 300;
}

.confirm-modal button {
  min-width: 115px;
  justify-content: center;
}

body.error-404 {
  background-color: #E9F0F3 !important;
}

body.error-404 .message-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

body.error-404 .message-container img {
  margin-bottom: 40px;
}

body.error-404 .message-container p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 24px;
}

body.product-create input[type=checkbox][name$=-allergens]:disabled + label {
  cursor: default;
}

textarea.expanded-textarea {
  height: 255px;
}

.alert-block {
  border-radius: 2px;
}

.alert-block ul {
  padding: 10px 15px;
}

.alert-block ul li {
  list-style-type: none;
}

.alert-danger {
  background-color: #EFCCD2 !important;
}

.alert-danger ul {
  color: #003050 !important;
  font-weight: 300;
}

.circle-select-indicator {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid #2A76B8;
  transition: all 0.2s;
}

.circle-select-indicator:hover, .circle-select-indicator.active {
  background-color: #2A76B8;
}

.live-value {
  margin: 50px 0;
}

.live-value p {
  font-weight: 500;
  size: 16px;
  line-height: 24px;
}

.live-value .live-value-container {
  width: 300px;
  padding: 25px;
  background-color: white;
  box-shadow: 0 8px 24px rgba(0, 48, 80, 0.09);
}

.live-value .live-value-container .live-value-container-subtitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #668396;
}

.refund-submission-list thead th {
  vertical-align: middle;
}

.refund-submission-list .total-value > div {
  width: 100px;
}

.white-space-0 {
  white-space: nowrap;
}

#download-btn {
  color: white !important;
}

.refund-review-detail-header {
  border-bottom: 1px solid #CCD6DC;
}

.sticky-table .data-cell input {
  height: 2.714rem;
  padding: 0.438rem 1rem;
  font-size: 1rem;
  color: #003050;
  font-weight: 400;
  border: 1px solid #d8d6de;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: transparent;
  width: 100%;
}

.sticky-table .data-cell input:focus {
  border: 1px solid #003050;
}

.sticky-table .special-cell {
  padding: 5px 10px;
}

.link-color {
  color: #2A76B8;
}

.editorjs-output > img {
  margin-bottom: 20px;
}

.editorjs-output > table {
  margin: 1.5rem 0;
}

.editorjs-output > table > tbody > tr > td {
  border: 1px solid black;
  padding: 0.5rem 1.5rem;
}

/* hide withBorder and withBackground options in editorJS */
/* can replaced with the feature https://github.com/editor-js/image/pull/96 as soon it has been merged */
[data-item-name=withBorder], [data-item-name=withBackground] {
  display: None;
}

.text-additional-red {
  color: #B00020;
}

.bg-additional-red {
  background-color: #B00020;
}

.bg-aqua {
  background-color: #DDE5ED !important;
}

.text-indigo {
  color: #003050 !important;
}

.text-indigo-60 {
  color: #668396 !important;
}

.text-xs {
  font-size: 12px;
}

.text-s {
  font-size: 14px;
}

.text-base {
  font-size: 16px;
}

.mt-2px {
  margin-top: 2px;
}

.mt-5px {
  margin-top: 5px;
}

.mt-10px {
  margin-top: 10px;
}

.mt-15px {
  margin-top: 15px;
}

.mt-30px {
  margin-top: 30px;
}

.mt-50px {
  margin-top: 50px;
}

.mb-15px {
  margin-bottom: 15px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-30px {
  margin-bottom: 30px;
}

.mb-50px {
  margin-bottom: 50px;
}

.p-15px {
  padding: 15px;
}

.pl-25px {
  padding-left: 25px;
}

.pb-10px {
  padding-bottom: 10px;
}

.mx-9px {
  margin-left: 9px;
  margin-right: 9px;
}

.customer-mapping-search-results {
  margin-top: 5px;
}

.customer-mapping-search-results .customer-mapping-search-result {
  padding: 5px 5px;
  border-bottom: 1px solid #CCD6DC;
  display: flex;
  flex-flow: row;
  row-gap: 50px;
  justify-content: space-between;
  cursor: pointer;
}

.customer-mapping-search-results .customer-mapping-search-result:hover {
  background-color: #F2F5F7;
}

.customer-mapping-search-results .customer-mapping-search-result.selected {
  background-color: #2A76B8;
  color: #fff;
}

.customer-mapping-search-results .search-highlight {
  background-color: #ff99c1;
}

.hidden-focusable {
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hidden-focusable * {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.membership-level-radio-select {
  display: flex;
  flex-flow: column;
  max-width: 50%;
}

.membership-level-radio-select .membership-level-radio-select-checkboxes {
  margin-top: 15px;
}

.membership-level-radio-select .membership-level-radio-select-checkboxes .optgroup {
  display: none;
}

.membership-level-radio-select .membership-level-radio-select-checkboxes .optgroup.active {
  display: flex;
  flex-flow: row;
  align-items: center;
  column-gap: 30px;
}

.membership-level-radio-select .membership-level-radio-select-checkboxes .optgroup > div {
  display: flex;
  flex-flow: row;
  column-gap: 20px;
}

.membership-level-radio-select .membership-level-radio-select-checkboxes .optgroup > div .custom-checkbox {
  margin-top: 0;
}

.membership-level-radio-select .membership-level-radio-select-checkboxes .optgroup label {
  margin: 0;
}

.wholesaler-mapping-search-result {
  cursor: pointer;
  padding: 5px 15px;
  border-bottom: 1px solid #CCD6DC;
}

.wholesaler-mapping-search-result:hover {
  background-color: #F2F5F7;
}

.wholesaler-mapping-search-result.selected {
  background-color: #2A76B8;
  color: #fff;
}