.backoffice body {
  --font-ltm: montserrat, 'Helvetica Neue', helvetica, arial, sans-serif;
  --font-base: montserrat, 'Helvetica Neue', helvetica, arial, sans-serif;
  --font-title: montserrat, 'Helvetica Neue', helvetica, arial, sans-serif;
  --font-size: 100%;
  /* backoffice */
  --sidebar-width: 24rem;
  --info: #0d47a1;
  --info-light: #e3f2fd;
  --status-unread: #ffb300;
  --status-read: #bdbdbd;
  --status-approved: #8bc34a;
  --status-declined: #e53935;
  --status-preparing: #00bcd4;
  --status-ready: #9c27b0;
  --bg-status-unread: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%23ffb300'/%3E%3C/svg%3E%0A");
  --bg-status-read: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%23bdbdbd'/%3E%3C/svg%3E%0A");
  --bg-status-approved: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%238bc34a'/%3E%3C/svg%3E%0A");
  --bg-status-declined: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%23e53935'/%3E%3C/svg%3E%0A");
  --bg-status-preparing: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%2300bcd4'/%3E%3C/svg%3E%0A");
  --bg-status-ready: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%239c27b0'/%3E%3C/svg%3E%0A");
  --logo: url('/build/media/logos/bakeronline--small.svg');
  --bo-button-bg: #ffffff;
  --bo-button-color: #444444;
  --bo-button-border: #dddddd;
  --bo-button-hover: #f2f2f2;
  --shop-block-bg: #f0f0f0;
  --shop-block-border: #dddddd;
  --shop-block-color: #150f00;
  --modal-bg: rgb(0 0 0 / 70%);
  --selection-bg: #f2f2f2;
  --border-color: rgb(242 242 242 / 80%);
  --border-width: 3px;
  --green-contrast: #ffffff;
  --orange-contrast: #ffffff;
  --red-contrast: #ffffff;
  --input-x: 0.5rem;
  --input-y: 1em;
  --input-caret-bottom: 0.8125rem;
  --light-bg: #ffffff;
  --panel-bg: #f6f5f5;
  --panel-color: #150f00;
  --alternate-bg: #e5e5e5;
  /* colors */
  --body-bg: #f9f9f9;
  --body-color: #150f00;
  --scrollbar-color: rgb(21 15 0 / 20%);
  --scrollbar-bg: rgb(175 177 179 / 20%);
  --muted-color: #a4a2a2;
  --muted-contrast: #ffffff;
  --loading: #a4a2a2;
  --invert-bg: #150f00;
  --invert-color: #f9f9f9;
  --faded-color: #d0cfcc;
  --dark-border-color: #262626;
  --button-hover: #f9f9f9;
  --transparent-bg: rgb(175 177 179 / 80%);
  --badge-color: #afb1b3;
  --badge-bg: #f2f2f2;
  --black: #150f00;
  --white: #ffffff;
  --primary: #2563eb;
  --primary-hover: #60a5fa;
  --primary-light: #dbeafe;
  --primary-contrast: #ffffff;
  --secondary: #334155;
  --secondary-hover: #0f172a;
  --secondary-contrast: #ffffff;
  --promo-bg: #c80000;
  --promo-color: #ffffff;
  --green: #10b90d;
  --green-dark: #03b500;
  --green-light: #caf6c9;
  --orange: #ea580c;
  --orange-light: #f8e7de;
  --orange-dark: #9a3412;
  --red: #e30000;
  --red-light: #ffe1e1;
  --blue: #2353c5;
  --blue-contrast: #ffffff;
  --red-dark: #a40000;
  --yellow: #ca8a04;
  --yellow-light: #fff5dc;
  --menu-bg: #ffffff;
  --modal-contrast: #f5f5f5;
  --zoom-bg: rgb(0 0 0 / 70%);
  --input-bg: #ffffff;
  --input-color: #150f00;
  --input-active: #1d4ed8;
  --disabled-color: #afb1b3;
  --warning-bg: #fff5dc;
  --warning-color: #ea580c;
  --warning-icon: #ea580c;
  /* 12px */
  --xxs: 0.75rem;
  /* 13px */
  --xs: 0.8125rem;
  /* 14px */
  --sm: 0.875rem;
  /* 16px */
  --base: 1rem;
  /* 18px */
  --md: 1.125rem;
  /* 20px */
  --lg: 1.25rem;
  /* 22px */
  --xl: 1.3755rem;
  /* 24px */
  --xl2: 1.5rem;
  /* 26px */
  --xl3: 1.625rem;
  /* 28px */
  --xl4: 1.75rem;
  /* 30px */
  --xl5: 1.875rem;
  /* 40px */
  --xl6: 2.5rem;
  /* 50px */
  --xl7: 3.125rem;
  /* 60px */
  --xl8: 3.75rem;
  /* 70px */
  --xl9: 4.375rem;
  /* print */
  --print-font: 'Montserrat',
  'Helvetica Neue',
  'Helvetica',
  'Arial',
  sans-serif;
  --print-base: 10px;
  --print-small: 8px;
  --print-header: 16px;
  --print-normal: 450;
  --print-bold: 600;
  /* font weights */
  --normal: 500;
  --bold: 700;
  /* border radius */
  --border-radius-xs: 0.0938em; /* 1.5px */
  --border-radius-sm: 0.1875em; /* 3px */
  --border-radius-md: 0.3125em; /* 5px */
  --border-radius-lg: 0.625em; /* 10px */
  --border-radius-xl: 3.125em; /* 50px */
  --border-radius-full: 100%;
  /* widths and heights */
  --max-width: 1300px;
  --max-width-sm: 600px;
  --max-width-home: 1270px;
  --max-width-merchant: 1070px;
  --max-width-cms: 1300px;
  --max-width-tabs: 1300px;
  --menu-width: 350px;
  --menu-height: 70px;
  --menu-height-2x: 140px;
  --banner-height: 315px;
  --banner-height-md: 250px;
  --banner-height-sm: 200px;
  --banner-compact-height: 0;
  /* shadows */
  --shadow-default: 7px 7px 10px 0 rgb(0 0 0 / 12.5%),
  -7px -7px 10px 0 rgb(212 210 210 / 12.5%);
  --shadow-sm: 3px 3px 6px 0 rgb(0 0 0 / 10%),
  -3px -3px 6px 0 rgb(212 210 210 / 10%);
  --shadow-md: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 8%);
  --shadow-lg: 0 15px 30px 0 rgb(0 0 0 / 11%), 0 5px 15px 0 rgb(0 0 0 / 8%);
  --shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 6%);
  --shadow-outline: 0 0 0 3px rgb(52 144 220 / 50%);
  --shadow-reverse: 0 -8px 20px 0 rgb(0 0 0 / 15%);
  --shadow-none: none;
  /* download the app */
  --app-color: #150f00;
  --app-bg: #ececec;
  /* z-index */
  --z-header: 100;
  --z-notification: 125;
  --z-app: 150;
  --z-sidebar: 200;
  --z-progress: 250;
  --z-search: 400;
  --z-dropdown: 500;
  --z-footer: 520;
  --z-edit: 550;
  --z-modal: 600;
  --z-toast: 700;
  /* forms */
  --select-caret-img: url('/build/media/icons/caret-black.svg');
}

html.backoffice,
html.backoffice body {
  font-size: 14px;
  box-sizing: border-box;
  color: #150f00;
  background-color: #f9f9f9;
}

.backoffice h1 {
  margin: 0 0 2rem;
}
.backoffice * + .badge {
  margin-left: 0.5rem;
}
.backoffice .badge {
  font-weight: var(--bold);
  display: inline-flex;
  visibility: visible;
  align-items: center;
  padding: 0.25rem 0.4rem;
  text-transform: uppercase;
  color: var(--body-color);
  border-radius: var(--border-radius-lg);
  background-color: var(--faded-color);
}
.backoffice .badge.hidden {
  visibility: hidden;
}
.backoffice .badge-black {
  opacity: 1;
  color: var(--invert-color);
  background-color: var(--invert-bg);
}
.backoffice .badge-red {
  opacity: 1;
  color: var(--red-contrast);
  background-color: var(--red);
}
.backoffice .badge-blue {
  opacity: 1;
  color: var(--blue-contrast);
  background-color: var(--blue);
}
.backoffice .badge-green {
  opacity: 1;
  color: var(--green-contrast);
  background-color: var(--green);
}
.backoffice .badge-orange {
  opacity: 1;
  color: var(--orange-contrast);
  background-color: var(--orange);
}
.backoffice .badge-red.badge-link,
.backoffice .badge-green.badge-link,
.backoffice .badge-orange.badge-link {
  color: var(--red-contrast);
}
.backoffice .badge-red.badge-link:hover,
.backoffice .badge-green.badge-link:hover,
.backoffice .badge-orange.badge-link:hover {
  text-decoration: underline;
  color: var(--red-contrast);
}
.backoffice .badge-link .icon {
  margin: 0 0.5rem 0 0.25rem;
}
.backoffice .blurry {
  filter: blur(0.25rem);
}
.backoffice .align-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.backoffice .link {
  font-weight: var(--bold);
  cursor: pointer;
  text-decoration: underline;
}
.backoffice .form-label {
  font-size: 1em;
  font-weight: var(--bold);
  display: block;
  margin: 1rem 0 0.325em;
  letter-spacing: 0.5px;
  text-transform: none;
}
.backoffice {
  /**** ICON ****/
}
.backoffice .btn-icon {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0.75em;
}
.backoffice {
  /* *** Status *** */
}
.backoffice .status-filter {
  position: relative;
  padding-left: 1.25rem;
}
.backoffice .status-filter::before {
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  border-radius: var(--border-radius-lg);
}
.backoffice .status-filter.unread::before {
  background-color: var(--status-unread);
}
.backoffice .status-filter.read::before {
  background-color: var(--status-read);
}
.backoffice .status-filter.approved::before {
  background-color: var(--status-approved);
}
.backoffice .status-filter.other::before {
  background-color: var(--status-declined);
}
.backoffice .status-filter.preparing::before {
  background-color: var(--status-preparing);
}
.backoffice .status-filter.ready::before {
  background-color: var(--status-ready);
}
.backoffice .definition-list {
  display: grid;
  align-items: baseline;
  grid-gap: 1rem 2rem;
  grid-template-columns: 2fr 4fr;
}
.backoffice .definition-list dt {
  font-size: var(--sm);
  font-weight: var(--bold);
  line-height: 1.4;
  text-transform: uppercase;
}
.backoffice .definition-list dd a {
  text-decoration: underline;
}
.backoffice .input-checkbox {
  display: flex;
  padding: 0.325rem 0;
}
.backoffice .m-bottom {
  margin-bottom: 1rem;
}
.backoffice .select-field label {
  display: block;
  margin: 1rem 0 0.325rem;
}
.backoffice .alert {
  padding: 0.75rem 1rem;
  border: solid 3px var(--border-color);
  border-radius: var(--border-radius-md);
  background-color: var(--light-bg);
}
.backoffice .alert.alert-success {
  color: var(--green-dark);
  border-color: var(--green-dark);
}
.backoffice .alert .list {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 0.5rem;
}
.backoffice .form-field + .form-field {
  margin-top: 2rem;
}
.backoffice .bo-form {
  margin: 1.5rem 1rem;
}
.backoffice .bo-form .form-label {
  font-size: var(--sm);
  text-transform: uppercase;
}
.backoffice .bo-form .btn-link {
  display: inline-flex;
  align-items: center;
}
.backoffice .bo-form .border-top {
  padding-top: 1rem;
  border-top: solid 2px rgba(0, 0, 0, 0.125);
}
.backoffice .bo-form .toggle-field .form-label + .field {
  margin-top: 1rem;
}
.backoffice .bo-form,
.backoffice .bo-max-width {
  max-width: 70rem;
}

/* *** WYSIWYG editor *** */
/* stylelint-disable selector-class-pattern */
.ProseMirror > * + *,
.preview > * + * {
  margin-top: 0.75em;
}
.ProseMirror a,
.preview a {
  text-decoration: underline;
}
.ProseMirror ul,
.ProseMirror ol,
.preview ul,
.preview ol {
  padding: 0 1rem;
}
.ProseMirror h1,
.ProseMirror h2,
.ProseMirror h3,
.ProseMirror h4,
.ProseMirror h5,
.ProseMirror h6,
.preview h1,
.preview h2,
.preview h3,
.preview h4,
.preview h5,
.preview h6 {
  line-height: 1.1;
}
.ProseMirror img,
.preview img {
  max-width: 100%;
  height: auto;
}
.ProseMirror img.ProseMirror-selectednode,
.preview img.ProseMirror-selectednode {
  outline: 3px solid var(--primary);
}
.ProseMirror hr,
.preview hr {
  margin: 2rem 0;
  border: none;
  border-top: 2px solid rgba(13, 13, 13, 0.1);
}

.card {
  margin: 1rem 0;
  padding: 0;
  border-radius: var(--border-radius-md);
  background-color: var(--white);
  box-shadow: var(--shadow-sm);
}
.card .card {
  border: solid 2px var(--border-color);
  box-shadow: none;
}
.card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-bottom: solid 3px var(--border-color);
}
.card .card-header h2 {
  font-size: var(--sm);
  margin: 0;
  text-transform: uppercase;
  color: var(--muted-color);
}
.card .card-content {
  padding: 1rem;
}
.card .card-footer {
  padding: 0.5rem 1rem;
  border-top: solid 3px var(--border-color);
}

.danger-text {
  font-size: var(--sm);
  margin: 0.25rem 0 2rem;
  color: var(--red);
}#nprogress {
  /* Make clicks pass-through */
  pointer-events: none;
}
#nprogress .bar {
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
}
#nprogress {
  /* Fancy blur effect */
}
#nprogress .peg {
  position: absolute;
  right: 0;
  display: block;
  width: 100px;
  height: 100%;
  transform: rotate(3deg) translate(0, -4px);
  opacity: 1;
  box-shadow: 0 0 10px var(--primary), 0 0 5px var(--primary);
}
#nprogress {
  /* Remove these to get rid of the spinner */
}
#nprogress .spinner {
  position: fixed;
  z-index: 1031;
  top: 10px;
  left: 10px;
  display: block;
  padding: 15px;
  animation: nprogress-slide 500ms ease-out;
  border-radius: var(--border-radius-full);
  background-color: var(--body-bg);
}
#nprogress .spinner-icon {
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  animation: nprogress-spinner 400ms linear infinite;
  border: solid 2px transparent;
  border-top-color: var(--primary);
  border-left-color: var(--primary);
  border-radius: 50%;
}

.nprogress-custom-parent {
  position: relative;
  overflow: hidden;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

/*** progress bar ***/
.cms-active #nprogress .bar {
  background-color: #455a64;
}

.cms-active #nprogress .peg {
  box-shadow: 0 0 10px #455a64, 0 0 5px #455a64;
}

.cms-active #nprogress .spinner {
  background-color: transparent;
}

.cms-active #nprogress .spinner-icon {
  border-top-color: #455a64;
  border-left-color: #455a64;
}

.cms-active.cms-dark #nprogress .bar {
  background-color: #eceff1;
}

.cms-active.cms-dark #nprogress .peg {
  box-shadow: 0 0 10px #eceff1, 0 0 5px #eceff1;
}

.cms-active.cms-dark #nprogress .spinner-icon {
  border-top-color: #eceff1;
  border-left-color: #eceff1;
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes nprogress-slide {
  0% {
    transform: translateY(-10rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes nprogress-slide {
  0% {
    transform: translateY(-10rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}