.easyfood-crm {
  --crm-bg: #f6f8f3;
  --crm-panel: #ffffff;
  --crm-text: #202620;
  --crm-muted: #687166;
  --crm-line: #d3ddcd;
  --crm-accent: #238a50;
  --crm-accent-strong: #176b3d;
  --crm-warm: #d06424;
  --crm-note: #fff7e8;
  --crm-shadow: 0 16px 38px rgba(29, 67, 40, 0.12);
  color: var(--crm-text);
  background: var(--crm-bg);
  min-height: 100vh;
  padding: clamp(16px, 2.4vw, 32px);
  border-radius: 0;
  font-family: inherit;
  box-sizing: border-box;
}

.easyfood-crm-page {
  background: var(--crm-bg, #f6f8f3) !important;
  overflow-x: hidden !important;
}

.easyfood-crm-page .easyfood-crm {
  width: 100vw;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
}

.easyfood-crm-page .whb-header,
.easyfood-crm-page .page-title,
.easyfood-crm-page .footer-container,
.easyfood-crm-page footer,
.easyfood-crm-page .wd-sidebar,
.easyfood-crm-page .sidebar-container,
.easyfood-crm-page .wd-sticky-nav,
.easyfood-crm-page .wd-toolbar,
.easyfood-crm-page .gusto-back-menu,
.easyfood-crm-page #ef-sticky-cta,
.easyfood-crm-page .ef-sticky-cta,
.easyfood-crm-page #gusto-cookie,
.easyfood-crm-page .gusto-cookie,
.easyfood-crm-page .wd-prefooter {
  display: none !important;
}

.easyfood-crm-page {
  padding-bottom: 0 !important;
}

.easyfood-crm-page .main-page-wrapper,
.easyfood-crm-page .site-content,
.easyfood-crm-page .container,
.easyfood-crm-page .entry-content,
.easyfood-crm-page .wpb-content-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.easyfood-crm-page .wd-content-layout.content-layout-wrapper,
.easyfood-crm-page main.wd-content-layout.container.wd-grid-g {
  --wd-col-lg: 12 !important;
  --wd-gap-lg: 0 !important;
  --wd-gap-sm: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
}

.easyfood-crm-page .wd-content-area.site-content.wd-grid-col {
  --wd-col-lg: 12 !important;
  --wd-col-md: 12 !important;
  --wd-col-sm: 12 !important;
  flex: 0 0 100vw !important;
  flex-basis: 100vw !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}

.easyfood-crm-page.wd-sticky-nav-enabled {
  --wd-sticky-nav-w: 0px !important;
  margin-left: 0 !important;
}

.easyfood-crm-page .wd-page-content,
.easyfood-crm-page .main-page-wrapper {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
}

.easyfood-crm-page .website-wrapper {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100vh;
  background: var(--crm-bg, #f6f8f3) !important;
}

.easyfood-crm__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin: 0 auto 18px;
  max-width: 1440px;
}

.easyfood-crm h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.easyfood-crm p {
  margin: 4px 0 0;
  color: var(--crm-muted);
}

.easyfood-crm__print-date,
.easyfood-crm__print-only {
  display: none;
}

.easyfood-crm__tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.easyfood-crm__tabs a {
  color: var(--crm-text);
  border: 1px solid var(--crm-line);
  background: var(--crm-panel);
  border-radius: 10px;
  padding: 8px 12px;
  text-decoration: none;
}

.easyfood-crm__tabs a.is-active {
  color: #ffffff;
  background: var(--crm-accent);
  border-color: var(--crm-accent);
}

.easyfood-crm__header-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.easyfood-crm__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  max-width: 1440px;
  margin: 0 auto 16px;
}

.easyfood-crm__toolbar label {
  display: grid;
  gap: 6px;
  color: var(--crm-muted);
  font-size: 13px;
  min-width: 0;
}

.easyfood-crm__toolbar input,
.easyfood-crm select,
.easyfood-crm input[type="search"],
.easyfood-crm input[type="text"],
.easyfood-crm input[type="url"],
.easyfood-crm input[type="time"],
.easyfood-crm textarea {
  min-height: 38px;
  border: 1px solid var(--crm-line);
  border-radius: 10px;
  background: #ffffff;
  color: var(--crm-text);
  padding: 6px 10px;
  max-width: 100%;
  font-size: 14px !important;
  line-height: 1.3;
}

.easyfood-crm textarea {
  width: 100%;
  resize: vertical;
}

.easyfood-crm input::placeholder,
.easyfood-crm textarea::placeholder {
  color: var(--crm-muted);
  opacity: 0.38;
}

.easyfood-crm input[type="date"] {
  width: 178px;
  min-width: 178px;
  height: 40px;
  min-height: 40px;
  padding: 7px 10px !important;
  font-family: inherit;
  font-size: 14px !important;
  letter-spacing: 0;
}

.easyfood-crm input[type="date"]::-webkit-calendar-picker-indicator {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  cursor: pointer;
}

.easyfood-crm input[type="date"]:disabled {
  opacity: 0.5;
  background: #eef1eb;
}

.easyfood-crm select:disabled {
  opacity: 0.65;
}

.easyfood-crm select.is-error {
  border-color: #b42318;
}

.easyfood-crm__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.easyfood-crm__stats div,
.easyfood-crm__panel,
.easyfood-crm__chart {
  background: var(--crm-panel);
  border: 1px solid var(--crm-line);
  border-radius: 12px;
}

.easyfood-crm__stats,
.easyfood-crm__charts,
.easyfood-crm__panel {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.easyfood-crm__stats div {
  padding: 16px;
}

.easyfood-crm__stats strong {
  display: block;
  font-size: 24px;
  line-height: 1.2;
}

.easyfood-crm__stats span,
.easyfood-crm__muted {
  color: var(--crm-muted);
}

.easyfood-crm__charts {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.easyfood-crm__chart {
  min-width: 0;
  padding: 16px;
}

.easyfood-crm__chart-scroll {
  overflow-x: auto;
}

.easyfood-crm__chart--wide .easyfood-crm__bars {
  min-width: max(680px, calc(var(--crm-bars, 30) * 24px));
}

.easyfood-crm__chart header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.easyfood-crm__chart h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.easyfood-crm__chart header span {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--crm-muted);
  font-size: 12px;
  white-space: nowrap;
}

.easyfood-crm__chart i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  display: inline-block;
}

.easyfood-crm__chart .is-orders {
  background: var(--crm-accent);
}

.easyfood-crm__chart .is-deliveries {
  background: var(--crm-warm);
}

.easyfood-crm__bars {
  display: grid;
  grid-template-columns: repeat(var(--crm-bars, 30), minmax(0, 1fr));
  gap: 4px;
  align-items: end;
  min-height: 170px;
}

.easyfood-crm__bar-day {
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr 18px;
  gap: 6px;
  align-items: end;
}

.easyfood-crm__bar-pair {
  height: 150px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  align-items: end;
}

.easyfood-crm__bar-pair b {
  display: block;
  min-height: 4px;
  border-radius: 4px 4px 0 0;
}

.easyfood-crm__bar-day small {
  color: var(--crm-muted);
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.easyfood-crm__muted {
  margin-top: 4px;
  font-size: 12px;
}

.easyfood-crm__note {
  margin-top: 6px;
  padding: 6px 8px;
  border-left: 3px solid var(--crm-warm);
  background: var(--crm-note);
  color: #6f3b16;
  font-size: 12px;
}

.easyfood-crm__row-actions {
  margin-top: 8px;
  white-space: nowrap;
}

.easyfood-crm__inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  align-items: center;
  margin-top: 7px;
}

.easyfood-crm__link-button {
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent !important;
  color: var(--crm-accent-strong);
  padding: 0 !important;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  display: inline-flex;
  width: auto !important;
  min-width: max-content;
  max-width: none;
  white-space: nowrap;
  word-break: normal;
  line-height: 1.25;
  min-height: 0 !important;
  height: auto !important;
}

.easyfood-crm__link-button:hover {
  color: var(--crm-warm);
}

.easyfood-crm__action-link,
.easyfood-crm__map-link {
  display: inline-flex;
  width: auto !important;
  min-width: max-content;
  min-height: 0 !important;
  height: auto !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--crm-accent-strong) !important;
  padding: 0 !important;
  font: inherit;
  font-size: 12px;
  line-height: 1.25;
  text-decoration: none !important;
  white-space: nowrap;
}

.easyfood-crm button.easyfood-crm__action-link {
  border-bottom: 0 !important;
  text-decoration: none !important;
}

.easyfood-crm__panel {
  overflow-x: auto;
  box-shadow: var(--crm-shadow);
}

.easyfood-crm__table-scroll {
  width: 100%;
  max-width: 100%;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  touch-action: pan-x pan-y;
}

.easyfood-crm__table-scroll--orders {
  max-height: calc(100vh - 280px);
  min-height: 320px;
}

.easyfood-crm__table-scroll--orders:focus-visible {
  outline: 2px solid var(--crm-accent);
  outline-offset: -2px;
}

.easyfood-crm__table-scroll--orders .easyfood-crm__table th {
  position: sticky;
  z-index: 2;
  top: 0;
}

.easyfood-crm [hidden] {
  display: none !important;
}

.easyfood-crm__button {
  min-height: 38px;
  border: 1px solid var(--crm-accent);
  border-radius: 10px;
  background: var(--crm-accent);
  color: #ffffff;
  padding: 8px 12px;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(35, 138, 80, 0.16);
}

.easyfood-crm .easyfood-crm__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--crm-accent) !important;
  border-radius: 10px !important;
  background: var(--crm-accent) !important;
  color: #ffffff !important;
}

.easyfood-crm .easyfood-crm__button--secondary {
  border-color: var(--crm-line) !important;
  background: #ffffff !important;
  color: var(--crm-text) !important;
  box-shadow: none;
}

.easyfood-crm__button:hover {
  background: var(--crm-accent-strong);
}

.easyfood-crm__button--secondary {
  color: var(--crm-text);
  background: var(--crm-panel);
  border-color: var(--crm-line);
}

.easyfood-crm__button--secondary:hover {
  color: #ffffff;
  background: var(--crm-accent);
  border-color: var(--crm-accent);
}

.easyfood-crm-login {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 4vw, 48px);
}

.easyfood-crm-login__form {
  width: min(100%, 420px);
  display: grid;
  gap: 14px;
  background: var(--crm-panel);
  border: 1px solid var(--crm-line);
  border-radius: 8px;
  padding: clamp(20px, 4vw, 32px);
  box-shadow: var(--crm-shadow);
}

.easyfood-crm-login__form h1 {
  margin-bottom: 4px;
}

.easyfood-crm-login__form label {
  display: grid;
  gap: 6px;
  color: var(--crm-muted);
  font-size: 13px;
}

.easyfood-crm-login__form input {
  min-height: 42px;
  border: 1px solid var(--crm-line);
  border-radius: 6px;
  color: var(--crm-text);
  padding: 8px 10px;
}

.easyfood-crm-login__form button {
  min-height: 42px;
  border: 1px solid var(--crm-accent);
  border-radius: 6px;
  background: var(--crm-accent);
  color: #ffffff;
  cursor: pointer;
}

.easyfood-crm-login__form p {
  color: #b42318;
}

.easyfood-crm__table {
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
}

.easyfood-crm__table th,
.easyfood-crm__table td {
  text-align: left;
  border-bottom: 1px solid var(--crm-line);
  padding: 12px;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.easyfood-crm__table th {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--crm-muted);
  background: #fbfcf9;
}

.easyfood-crm__table tr:last-child td {
  border-bottom: 0;
}

.easyfood-crm__table--kitchen {
  min-width: 0;
  table-layout: fixed;
}

.easyfood-crm__table--kitchen th:nth-child(1),
.easyfood-crm__table--kitchen td:nth-child(1) {
  width: 64%;
}

.easyfood-crm__table--kitchen th:nth-child(2),
.easyfood-crm__table--kitchen td:nth-child(2) {
  width: 10%;
}

.easyfood-crm__table--kitchen th:nth-child(3),
.easyfood-crm__table--kitchen td:nth-child(3) {
  width: 26%;
}

.easyfood-crm__table--kitchen td:nth-child(2) {
  font-size: 18px;
}

.easyfood-crm__table--kitchen th,
.easyfood-crm__table--kitchen td {
  padding: 7px 10px;
  line-height: 1.18;
}

.easyfood-crm__table--kitchen select {
  min-height: 34px;
  padding-block: 4px;
}

[data-manager-panel="deliveries"] .easyfood-crm__table {
  min-width: 1760px;
}

[data-manager-panel="deliveries"] .easyfood-crm__table th:nth-child(2),
[data-manager-panel="deliveries"] .easyfood-crm__table td:nth-child(2) {
  width: 150px;
  min-width: 150px;
}

[data-manager-panel="deliveries"] .easyfood-crm__table td:nth-child(2) strong {
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

[data-admin-panel="orders"] .easyfood-crm__table {
  min-width: 1740px;
}

[data-admin-panel="orders"] .easyfood-crm__table th:nth-child(1),
[data-admin-panel="orders"] .easyfood-crm__table td:nth-child(1) {
  width: 125px;
  min-width: 125px;
}

[data-admin-panel="orders"] .easyfood-crm__table th:nth-child(2),
[data-admin-panel="orders"] .easyfood-crm__table td:nth-child(2) {
  min-width: 120px;
}

[data-admin-panel="orders"] .easyfood-crm__table th:nth-child(4),
[data-admin-panel="orders"] .easyfood-crm__table td:nth-child(4) {
  width: 145px;
  min-width: 145px;
}

[data-admin-panel="orders"] .easyfood-crm__table th:nth-child(5),
[data-admin-panel="orders"] .easyfood-crm__table td:nth-child(5) {
  width: 230px;
  min-width: 230px;
  max-width: 230px;
}

[data-admin-panel="orders"] .easyfood-crm__table th:nth-child(8),
[data-admin-panel="orders"] .easyfood-crm__table td:nth-child(8) {
  min-width: 160px;
}

[data-admin-panel="orders"] .easyfood-crm__table th:nth-child(9),
[data-admin-panel="orders"] .easyfood-crm__table td:nth-child(9) {
  width: 140px;
  min-width: 140px;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.easyfood-crm__table--driver {
  min-width: 1080px;
}

.easyfood-crm__details-row[hidden] {
  display: none !important;
}

.easyfood-crm__details-row td {
  padding: 0;
  background: #f9fbf5;
}

.easyfood-crm__details {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.easyfood-crm__ration-detail {
  display: grid;
  gap: 8px;
}

.easyfood-crm__ration-detail header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.easyfood-crm__ration-detail header strong {
  font-size: 15px;
}

.easyfood-crm__ration-detail header span {
  color: var(--crm-muted);
  font-size: 12px;
}

.easyfood-crm__menu-day {
  border: 1px solid var(--crm-line);
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.easyfood-crm__menu-day h3 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 7px 9px;
  background: #fbfcf9;
  font-size: 12px;
  line-height: 1.2;
}

.easyfood-crm__menu-day h3 span {
  color: var(--crm-muted);
  font-weight: 400;
}

.easyfood-crm__menu-day ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.easyfood-crm__menu-day li {
  display: grid;
  grid-template-columns: minmax(110px, 18%) minmax(0, 1fr) auto;
  gap: 8px;
  padding: 6px 9px;
  border-top: 1px solid var(--crm-line);
  font-size: 12px;
  line-height: 1.22;
}

.easyfood-crm__menu-day li strong {
  color: var(--crm-muted);
  font-size: 12px;
}

.easyfood-crm__menu-day li span {
  min-width: 0;
}

.easyfood-crm__menu-day li.is-extra {
  border-left: 4px solid var(--crm-warm);
  background: #fff0df;
}

.easyfood-crm__menu-day li.is-replacement {
  border-left: 4px solid #3d83c5;
  background: #eaf4ff;
}

.easyfood-crm__segmented {
  display: inline-flex;
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--crm-line);
  border-radius: 11px;
  background: #ffffff;
}

.easyfood-crm__segmented button {
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--crm-muted);
  padding: 6px 12px;
  cursor: pointer;
}

.easyfood-crm__segmented button.is-active {
  background: var(--crm-accent);
  color: #ffffff;
}

.easyfood-crm__button--period {
  min-height: 40px;
  border-color: var(--crm-line);
  background: #ffffff;
  color: var(--crm-text);
}

.easyfood-crm__button--period.is-active {
  border-color: var(--crm-accent);
  background: var(--crm-accent);
  color: #ffffff;
}

.easyfood-crm__terminal-stack {
  display: grid;
  gap: 8px;
}

.easyfood-crm__terminal-stack article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 3px 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--crm-line);
}

.easyfood-crm__terminal-stack article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.easyfood-crm__terminal-stack article > strong {
  grid-row: 1 / span 3;
  color: var(--crm-text);
  font-size: 12px;
}

.easyfood-crm__terminal-stack article > span {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 5px;
  font-size: 11px;
}

.easyfood-crm__terminal-stack article i {
  color: var(--crm-muted);
  font-style: normal;
}

.easyfood-crm__terminal-button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
}

.easyfood-crm__terminal-button span {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--crm-accent);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.easyfood-crm-modal-open {
  overflow: hidden !important;
}

.easyfood-crm__modal {
  position: fixed;
  z-index: 1000000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
}

.easyfood-crm__modal-backdrop {
  position: absolute !important;
  inset: 0 !important;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: rgba(244, 248, 242, 0.42) !important;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  padding: 0;
  box-shadow: none;
  cursor: pointer;
}

.easyfood-crm__modal-dialog {
  position: relative;
  width: min(100%, 640px);
  max-height: min(82vh, 760px);
  border: 1px solid var(--crm-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(19, 31, 22, 0.28);
  overflow: hidden;
}

.easyfood-crm__modal-dialog > header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid var(--crm-line);
  background: #f7fbf6;
}

.easyfood-crm__modal-dialog > header span {
  color: var(--crm-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.easyfood-crm__modal-dialog h2 {
  margin: 2px 0 0;
  font-size: 20px;
}

.easyfood-crm__modal-close {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--crm-line);
  border-radius: 50%;
  background: #ffffff;
  color: var(--crm-text);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.easyfood-crm__modal-body {
  max-height: calc(min(82vh, 760px) - 76px);
  padding: 18px;
  overflow-y: auto;
}

.easyfood-crm__modal-dialog--editor {
  width: min(100%, 560px);
}

.easyfood-crm__editor-form {
  display: grid;
  gap: 16px;
}

.easyfood-crm__editor-form > label {
  display: grid;
  gap: 6px;
}

.easyfood-crm__editor-form > label > span {
  color: var(--crm-muted);
  font-size: 12px;
  font-weight: 700;
}

.easyfood-crm__editor-form input,
.easyfood-crm__editor-form select,
.easyfood-crm__editor-form textarea {
  width: 100%;
}

.easyfood-crm__editor-context {
  margin: 0;
  border-left: 3px solid var(--crm-accent);
  background: #f2f8f2;
  color: var(--crm-text) !important;
  padding: 10px 12px;
  font-size: 13px;
}

.easyfood-crm__editor-reference {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--crm-line);
  border-radius: 10px;
  background: #fafbf8;
  padding: 10px 12px;
  color: var(--crm-muted);
  font-size: 12px;
}

.easyfood-crm__editor-reference a {
  flex: 0 0 auto;
  color: var(--crm-accent-strong);
  font-weight: 700;
}

.easyfood-crm__editor-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 4px;
}

.easyfood-crm__modal .easyfood-crm__terminal-stack article {
  padding: 12px;
  border: 1px solid var(--crm-line);
  border-radius: 12px;
  background: #ffffff;
}

.easyfood-crm__section-heading,
.easyfood-crm__panel-tools {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--crm-line);
}

.easyfood-crm__section-heading h2,
.easyfood-crm__client-card h2,
.easyfood-crm__client-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.easyfood-crm__section-heading span {
  color: var(--crm-muted);
  font-size: 12px;
}

.easyfood-crm__payment-panel {
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: none;
}

.easyfood-crm__payment-list {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.easyfood-crm__payment-row {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(120px, 2fr) 48px;
  gap: 14px;
  align-items: center;
}

.easyfood-crm__payment-row > div {
  display: grid;
  gap: 2px;
}

.easyfood-crm__payment-row span,
.easyfood-crm__payment-row em {
  color: var(--crm-muted);
  font-size: 12px;
  font-style: normal;
}

.easyfood-crm__payment-row > b {
  height: 8px;
  border-radius: 4px;
  background: #edf0e9;
  overflow: hidden;
}

.easyfood-crm__payment-row > b i {
  display: block;
  height: 100%;
  background: var(--crm-accent);
}

.easyfood-crm__client-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 16px;
  max-width: 1440px;
  margin: 0 auto;
  align-items: start;
}

.easyfood-crm__client-layout > .easyfood-crm__panel {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  overflow-x: auto;
}

.easyfood-crm__table--clients {
  min-width: 760px;
}

.easyfood-crm__panel-tools input {
  width: min(100%, 420px);
}

.easyfood-crm__order-filters {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.easyfood-crm__order-filters select {
  width: auto;
  min-width: 190px;
}

.easyfood-crm__order-filters [data-crm-order-count] {
  margin-left: auto;
  color: var(--crm-muted);
  font-size: 12px;
  white-space: nowrap;
}

.easyfood-crm__client-link {
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--crm-accent-strong);
  padding: 0;
  cursor: pointer;
}

.easyfood-crm__order-client-link {
  display: block;
  margin-bottom: 4px;
  color: var(--crm-accent-strong);
  font-size: 14px;
  text-align: left;
}

.easyfood-crm__client-row {
  cursor: pointer;
}

.easyfood-crm__client-row:hover td {
  background: #f7faf4;
}

.easyfood-crm__client-card {
  position: sticky;
  top: 16px;
  min-height: 240px;
  border: 1px solid var(--crm-line);
  border-radius: 14px;
  background: #ffffff;
  padding: 18px;
  box-shadow: var(--crm-shadow);
}

.easyfood-crm__client-card > header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.easyfood-crm__client-card > header span {
  color: var(--crm-muted);
  font-size: 12px;
}

.easyfood-crm__client-card > header button {
  display: none;
  width: 34px;
  height: 34px;
  border: 1px solid var(--crm-line);
  border-radius: 50%;
  background: #ffffff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.easyfood-crm__client-contact {
  display: grid;
  gap: 6px;
  margin: 16px 0;
}

.easyfood-crm__client-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 18px;
}

.easyfood-crm__client-card dl div {
  padding: 10px;
  border: 1px solid var(--crm-line);
  border-radius: 10px;
}

.easyfood-crm__client-card dt {
  color: var(--crm-muted);
  font-size: 11px;
}

.easyfood-crm__client-card dd {
  margin: 3px 0 0;
  font-weight: 700;
}

.easyfood-crm__client-orders {
  display: grid;
  gap: 8px;
  max-height: 440px;
  margin-top: 10px;
  overflow-y: auto;
}

.easyfood-crm__client-orders article {
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid var(--crm-line);
  border-radius: 10px;
}

.easyfood-crm__client-orders article > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.easyfood-crm__client-orders p {
  margin: 0;
}

.easyfood-crm__phone {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-top: 5px;
}

.easyfood-crm__phone > span {
  display: inline-flex;
  gap: 4px;
}

.easyfood-crm__phone > span a {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.easyfood-crm__phone .is-whatsapp { background: #1f9d55; }
.easyfood-crm__phone .is-viber { background: #7253a3; }
.easyfood-crm__phone .is-telegram { background: #2688c9; }

.easyfood-crm__table--driver .easyfood-crm__phone > span {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 8px;
}

.easyfood-crm__table--driver .easyfood-crm__phone > span a {
  display: grid;
  width: 100%;
  min-height: 44px;
  height: auto;
  place-items: center;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 13px;
  box-shadow: 0 7px 16px rgba(35, 71, 45, 0.14);
}

.easyfood-crm__call-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--crm-accent);
  border-radius: 10px;
  background: var(--crm-accent);
  color: #ffffff !important;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 7px 16px rgba(35, 138, 80, 0.22);
}

.easyfood-crm__call-button:hover {
  background: var(--crm-accent-strong);
}

.easyfood-crm__map-link {
  font-size: 12px;
}

.easyfood-crm__ration-summary {
  display: grid;
  gap: 2px;
}

.easyfood-crm__ration-summary + .easyfood-crm__ration-summary {
  margin-top: 8px;
}

.easyfood-crm__ration-summary span,
.easyfood-crm__delivery-count {
  color: var(--crm-muted);
  font-size: 12px;
}

.easyfood-crm__table tr.is-time-missing > td {
  background: #fff3f1;
}

.easyfood-crm__table tr.is-time-set > td {
  background: #f1f8ef;
}

.easyfood-crm__table tr.is-order-locked > td {
  background: #f1f2ef !important;
}

.easyfood-crm__lock-label {
  display: inline-block;
  margin-top: 7px;
  border-radius: 4px;
  background: #e4e6e1;
  color: #555d54;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.easyfood-crm__time-input {
  width: 132px;
  min-width: 120px;
}

.easyfood-crm__composition-list {
  display: grid;
  gap: 12px;
  max-width: 1440px;
  margin: 0 auto;
}

.easyfood-crm__composition-order {
  border: 1px solid var(--crm-line);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.easyfood-crm__composition-order > header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid var(--crm-line);
}

.easyfood-crm__composition-order > header > div {
  display: grid;
  gap: 3px;
}

.easyfood-crm__composition-order > header span {
  color: var(--crm-muted);
  font-size: 12px;
}

.easyfood-crm__composition-order .easyfood-crm__details {
  padding: 12px 16px;
}

.easyfood-crm__replacement,
.easyfood-crm__badge {
  display: inline-block;
  margin-left: 8px;
  border-radius: 4px;
  background: #fce8df;
  color: #9b3f19;
  padding: 2px 5px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.easyfood-crm__badge.is-replacement {
  background: #dceeff;
  color: #1e5f99;
}

.easyfood-crm__table--kitchen tr.is-extra > td {
  background: #fff0df;
}

.easyfood-crm__table--kitchen tr.is-replacement > td {
  background: #eaf4ff;
}

.easyfood-crm__driver-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 260px));
  gap: 12px;
  max-width: 1440px;
  margin: 0 auto 16px;
}

.easyfood-crm__driver-summary > div {
  padding: 16px;
  border: 1px solid var(--crm-line);
  border-radius: 12px;
  background: #ffffff;
}

.easyfood-crm__driver-summary strong,
.easyfood-crm__driver-summary span {
  display: block;
}

.easyfood-crm__driver-summary strong { font-size: 22px; }
.easyfood-crm__driver-summary span { color: var(--crm-muted); }

.easyfood-crm__payment-badge {
  display: inline-block;
  border: 1px solid #b9ddc4;
  border-radius: 999px;
  background: #e2f5e7;
  color: #225f3b;
  padding: 5px 7px;
  font-size: 12px;
  font-weight: 700;
}

.easyfood-crm__payment-badge.is-required {
  border-color: #efbb76;
  background: #ffead0;
  color: #853a0b;
}

.easyfood-crm__payment-badge.is-pending {
  border-color: #d9bd73;
  background: #fff4cf;
  color: #76550b;
}

.easyfood-crm__payment-badge + select {
  width: 100%;
  margin-top: 7px;
}

.easyfood-crm__driver-filter select {
  min-width: 240px;
}

.easyfood-crm__driver-assignee {
  display: block;
  margin-top: 7px;
  color: var(--crm-accent-strong);
  font-size: 12px;
  font-weight: 700;
}

.easyfood-crm__table--driver th:nth-child(2),
.easyfood-crm__table--driver td:nth-child(2) {
  min-width: 230px;
}

.easyfood-crm__table--driver th:nth-child(5),
.easyfood-crm__table--driver td:nth-child(5) {
  min-width: 300px;
}

.easyfood-crm__table--driver th:nth-child(4),
.easyfood-crm__table--driver td:nth-child(4) {
  min-width: 130px;
}

.easyfood-crm__table--driver td:nth-child(4) strong {
  white-space: nowrap;
}

.easyfood-crm__table--driver th:nth-child(6),
.easyfood-crm__table--driver td:nth-child(6),
.easyfood-crm__table--driver td:nth-child(6) select {
  min-width: 170px;
}

.easyfood-crm__table--driver .easyfood-crm__phone > a:first-child {
  font-weight: 700;
}

.easyfood-crm__table--driver .easyfood-crm__call-button {
  width: 100%;
  flex-basis: 100%;
}

.easyfood-crm__driver-payment {
  display: grid;
  gap: 10px;
  border: 1px solid #b9ddc4;
  border-radius: 12px;
  background: #f3fbf5;
  padding: 12px;
}

.easyfood-crm__driver-payment.is-required {
  border-color: #efbb76;
  background: #fff8ed;
}

.easyfood-crm__driver-payment.is-pending {
  border-color: #d9bd73;
  background: #fffdf2;
}

.easyfood-crm__driver-payment header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.easyfood-crm__driver-payment header > strong {
  color: var(--crm-text);
  font-size: 17px;
  white-space: nowrap;
}

.easyfood-crm__payment-method {
  display: grid;
  gap: 2px;
  padding: 9px 10px;
  border-radius: 9px;
  background: #ffffff;
}

.easyfood-crm__payment-method span,
.easyfood-crm__driver-payment label > span {
  color: var(--crm-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.easyfood-crm__payment-method strong {
  color: var(--crm-text);
  font-size: 14px;
}

.easyfood-crm__driver-payment label {
  display: grid;
  gap: 5px;
}

.easyfood-crm__driver-payment select {
  width: 100%;
}

.easyfood-crm__payment-report {
  display: grid;
  gap: 4px;
  margin-top: 3px;
  border: 1px solid #e0c474;
  border-radius: 8px;
  background: #fff8da;
  padding: 7px;
}

.easyfood-crm__payment-report.is-confirmed {
  border-color: #abd2b6;
  background: #eaf7ed;
}

.easyfood-crm__payment-report > span {
  color: #75610f;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.easyfood-crm__payment-report.is-confirmed > span {
  color: #28643b;
}

.easyfood-crm__payment-report > strong {
  font-size: 11px;
  line-height: 1.15;
}

.easyfood-crm__payment-confirm {
  width: 100%;
  min-height: 28px;
  border: 1px solid #2d8750;
  border-radius: 7px;
  background: #2d8750;
  color: #ffffff;
  padding: 5px 7px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
}

.easyfood-crm__users-layout {
  display: grid;
  gap: 16px;
  max-width: 1440px;
  margin: 0 auto;
}

.easyfood-crm__user-form {
  border: 1px solid var(--crm-line);
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.easyfood-crm__user-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
  padding: 16px;
}

.easyfood-crm__user-fields label {
  display: grid;
  gap: 6px;
  color: var(--crm-muted);
  font-size: 12px;
}

.easyfood-crm__user-fields input,
.easyfood-crm__user-fields select,
.easyfood-crm__table--users input {
  width: 100%;
}

.easyfood-crm__table--users {
  min-width: 1080px;
}

.easyfood-crm__table--users td:first-child input {
  display: block;
  margin-top: 7px;
}

.easyfood-crm__switch {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  white-space: nowrap;
}

.easyfood-crm__switch input {
  width: 18px;
  height: 18px;
}

.easyfood-crm__user-actions {
  display: flex;
  gap: 6px;
}

.easyfood-crm__button--danger {
  border-color: #b42318;
  background: #ffffff;
  color: #b42318;
}

.easyfood-crm__button--danger:hover {
  background: #b42318;
  color: #ffffff;
}

.easyfood-crm__form-message,
[data-user-row-message] {
  display: block;
  margin: 0;
  padding: 0 16px 14px;
  font-size: 12px;
}

[data-user-row-message] {
  padding: 5px 0 0;
}

.easyfood-crm__form-message.is-error,
[data-user-row-message].is-error {
  color: #b42318;
}

.easyfood-crm__form-message.is-success,
[data-user-row-message].is-success {
  color: var(--crm-accent-strong);
}

.easyfood-crm__meal-heading td {
  background: #edf3e8 !important;
  color: var(--crm-accent-strong);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.easyfood-crm__toast {
  position: fixed;
  z-index: 1000000;
  top: 18px;
  right: 18px;
  max-width: min(360px, calc(100vw - 32px));
  transform: translateY(-12px);
  border: 1px solid #b9d6be;
  border-radius: 7px;
  background: #edf8ef;
  color: #225f3b;
  padding: 10px 14px;
  box-shadow: 0 12px 30px rgba(30, 45, 32, 0.18);
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.easyfood-crm__toast.is-error {
  border-color: #efb7b1;
  background: #fff0ee;
  color: #a1281e;
}

.easyfood-crm__toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.easyfood-crm--locked {
  background: #fff7e9;
  border: 1px solid #f1d6a6;
  color: #6f4b14;
}

.easyfood-crm__created-at {
  display: grid;
  gap: 2px;
  white-space: nowrap;
}

.easyfood-crm__cell-content {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.easyfood-crm__cell-content > .easyfood-crm__phone {
  margin-top: 0;
}

.easyfood-crm__cell-content > .easyfood-crm__badge {
  justify-self: start;
  margin-left: 0;
}

.easyfood-crm__created-at span {
  color: var(--crm-muted);
  font-size: 12px;
}

.easyfood-crm__table--clients th button {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  font: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.easyfood-crm__table--clients th button.is-active::after {
  content: "↓";
  color: var(--crm-accent);
  font-size: 14px;
}

.easyfood-crm__table--clients th button.is-active[aria-sort="ascending"]::after {
  content: "↑";
}

[data-manager-panel="deliveries"] .easyfood-crm__table th:nth-child(1),
[data-manager-panel="deliveries"] .easyfood-crm__table td:nth-child(1) {
  width: 190px;
  min-width: 190px;
}

[data-manager-panel="deliveries"] .easyfood-crm__table th:nth-child(4),
[data-manager-panel="deliveries"] .easyfood-crm__table td:nth-child(4) {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
}

[data-manager-panel="deliveries"] .easyfood-crm__table th:nth-child(5),
[data-manager-panel="deliveries"] .easyfood-crm__table td:nth-child(5) {
  width: 160px;
  min-width: 160px;
}

[data-manager-panel="deliveries"] .easyfood-crm__table th:nth-child(10),
[data-manager-panel="deliveries"] .easyfood-crm__table td:nth-child(10) {
  width: 230px;
  min-width: 230px;
}

.easyfood-crm__delivery-day,
.easyfood-crm__manager-address,
.easyfood-crm__feedback {
  display: grid;
  gap: 6px;
}

.easyfood-crm__compact-status {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  border: 1px solid #cfd6ca;
  border-radius: 999px;
  background: #f0f2ed;
  color: #5f675d;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.15;
}

.easyfood-crm__compact-status.is-positive {
  border-color: #acd6b8;
  background: #e7f6eb;
  color: #1d6b3b;
}

.easyfood-crm__compact-status.is-negative {
  border-color: #efb6ae;
  background: #fff0ee;
  color: #a1281e;
}

.easyfood-crm__compact-status.is-site {
  border-color: #b9cfe6;
  background: #edf5fd;
  color: #245e94;
}

.easyfood-crm__feedback-summary {
  display: grid;
  gap: 6px;
}

.easyfood-crm__feedback-summary p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--crm-muted);
  font-size: 11px;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

[data-manager-panel="deliveries"] .easyfood-crm__compact-status {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding: 2px 5px;
  font-size: 8.5px;
  line-height: 1.05;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

[data-manager-panel="deliveries"] .easyfood-crm__feedback-summary {
  gap: 4px;
}

[data-manager-panel="deliveries"] .easyfood-crm__feedback-summary p {
  font-size: 10px;
  line-height: 1.15;
}

.easyfood-crm__time-range {
  position: relative;
  display: grid;
  gap: 7px;
  min-width: 184px;
  padding-right: 24px;
}

.easyfood-crm__time-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.easyfood-crm__time-fields label {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.easyfood-crm__time-fields label > span {
  color: var(--crm-muted);
  font-size: 10px;
  text-transform: uppercase;
}

.easyfood-crm__time-fields input[type="time"] {
  width: 100%;
  min-width: 0;
  min-height: 36px;
  padding: 5px 6px;
  font-size: 12px !important;
}

.easyfood-crm__time-clear,
.easyfood-crm__move-button {
  min-height: 32px;
  border: 1px solid var(--crm-line);
  border-radius: 9px;
  background: #ffffff;
  color: var(--crm-accent-strong);
  padding: 5px 7px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.15;
  cursor: pointer;
}

.easyfood-crm__time-clear {
  position: absolute !important;
  top: 19px !important;
  right: 0 !important;
  display: grid !important;
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  min-height: 20px !important;
  height: 20px !important;
  place-items: center;
  border-radius: 50% !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.easyfood-crm__time-range.is-saving {
  opacity: 0.72;
}

.easyfood-crm__time-range.is-incomplete .easyfood-crm__time-fields input {
  border-color: #d49a52;
}

.easyfood-crm__time-range.is-error .easyfood-crm__time-fields input {
  border-color: #c83e32;
}

.easyfood-crm__move-button {
  display: inline-flex !important;
  width: max-content !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 24px !important;
  height: auto !important;
  align-items: center;
  justify-content: center;
  justify-self: start;
  align-self: start;
  margin-top: 2px;
  border-color: #ebb67e !important;
  background: #fff4e7 !important;
  color: #93480f !important;
  padding: 3px 6px !important;
  font-size: 9.5px !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
}

.easyfood-crm__postponed-badge {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  border: 1px solid #e7ac6d;
  border-radius: 999px;
  background: #ffead2;
  color: #88410d;
  padding: 4px 7px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.15;
}

.easyfood-crm__table tr.is-postponed-source > td {
  background: #f2f2ef !important;
  color: #6a7068;
}

.easyfood-crm__table tr.is-postponed-target > td {
  box-shadow: inset 0 3px 0 #e39b4d;
}

.easyfood-crm__delivery-day {
  margin-top: 7px;
}

.easyfood-crm__delivery-day > span {
  color: var(--crm-muted);
  font-size: 10px;
  text-transform: uppercase;
}

.easyfood-crm__delivery-day select,
.easyfood-crm__time-input {
  width: 100%;
  min-width: 0;
}

.easyfood-crm__manager-address .easyfood-crm__row-actions {
  margin-top: 0;
}

.easyfood-crm__driver-date {
  display: block;
  margin-top: 6px;
  color: var(--crm-warm);
  font-size: 12px;
  font-weight: 700;
}

.easyfood-crm__composition-list {
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
}

.easyfood-crm__composition-order {
  break-inside: avoid;
}

.easyfood-crm__composition-order > header {
  padding: 8px 10px;
}

.easyfood-crm__composition-order .easyfood-crm__details {
  padding: 8px 10px;
}

.easyfood-crm__composition-order .easyfood-crm__ration-detail {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.easyfood-crm__composition-order .easyfood-crm__ration-detail > header {
  grid-column: 1 / -1;
}

.easyfood-crm__composition-order .easyfood-crm__menu-day li {
  grid-template-columns: minmax(76px, 26%) minmax(0, 1fr) auto;
}

.easyfood-crm__meal-heading td {
  padding-block: 6px;
  font-size: 12px;
  line-height: 1.15;
}

@page {
  size: A4 landscape;
  margin: 5mm;
  background: #ffffff;
}

@page easyfood-crm-landscape {
  size: A4 landscape;
  margin: 5mm;
}

@page easyfood-crm-portrait {
  size: A4 portrait;
  margin: 6mm;
}

@media print {
  body.easyfood-crm-print-landscape .easyfood-crm {
    page: easyfood-crm-landscape;
  }

  body.easyfood-crm-print-portrait .easyfood-crm {
    page: easyfood-crm-portrait;
  }

  html,
  body,
  .easyfood-crm-page,
  .easyfood-crm-page .website-wrapper,
  .easyfood-crm-page .main-page-wrapper,
  .easyfood-crm-page .wd-page-content,
  .easyfood-crm-page .site-content,
  .easyfood-crm-page .container,
  .easyfood-crm-page .entry-content,
  .easyfood-crm-page .wpb-content-wrapper,
  .easyfood-crm-page .wd-content-layout.content-layout-wrapper,
  .easyfood-crm-page main.wd-content-layout.container.wd-grid-g,
  .easyfood-crm-page .wd-content-area.site-content.wd-grid-col {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: #ffffff !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    box-sizing: border-box !important;
  }

  .easyfood-crm-page .wd-content-layout.content-layout-wrapper,
  .easyfood-crm-page main.wd-content-layout.container.wd-grid-g,
  .easyfood-crm-page .wd-content-area.site-content.wd-grid-col {
    --wd-col-lg: 12 !important;
    --wd-col-md: 12 !important;
    --wd-col-sm: 12 !important;
    --wd-gap-lg: 0 !important;
    --wd-gap-sm: 0 !important;
    flex: 0 0 100% !important;
    flex-basis: 100% !important;
  }

  *,
  *::before,
  *::after {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .easyfood-crm-page .wd-toolbar,
  .easyfood-crm-page .gusto-back-menu,
  .easyfood-crm__tabs,
  .easyfood-crm__header-actions,
  .easyfood-crm__toolbar,
  .easyfood-crm__segmented,
  .easyfood-crm__panel-tools,
  .easyfood-crm__row-actions,
  .easyfood-crm__print-hide,
  .easyfood-crm__time-fields,
  .easyfood-crm__time-clear,
  .easyfood-crm__driver-summary,
  .easyfood-crm__phone > span,
  .easyfood-crm__table--driver .easyfood-crm__phone > span,
  .easyfood-crm__table--driver .easyfood-crm__call-button,
  .easyfood-crm__table--driver .easyfood-crm__map-link,
  .easyfood-crm__toast,
  .easyfood-crm__modal,
  .easyfood-crm__button--period,
  .easyfood-crm__screen-date {
    display: none !important;
  }

  .easyfood-crm,
  .easyfood-crm-page,
  .easyfood-crm__panel,
  .easyfood-crm__composition-order {
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .easyfood-crm {
    width: 100% !important;
    max-width: none !important;
    min-height: 0;
    padding: 0;
    color: #111111;
    font-size: 7pt;
  }

  .easyfood-crm__header {
    display: flex;
    width: 100%;
    max-width: none;
    align-items: center;
    margin: 0 0 3mm;
  }

  .easyfood-crm__heading {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 8mm;
    align-items: baseline;
  }

  .easyfood-crm h1 {
    font-size: 15pt;
    line-height: 1;
  }

  .easyfood-crm__print-date,
  .easyfood-crm__print-only {
    display: block !important;
  }

  .easyfood-crm__print-date {
    margin: 0;
    color: #333333;
    font-size: 9pt;
    font-weight: 700;
    white-space: nowrap;
  }

  .easyfood-crm__panel,
  .easyfood-crm__table-scroll {
    max-width: none;
    max-height: none;
    border: 0;
    overflow: visible !important;
  }

  .easyfood-crm__table,
  [data-manager-panel="deliveries"] .easyfood-crm__table,
  [data-admin-panel="orders"] .easyfood-crm__table,
  .easyfood-crm__table--driver {
    width: 100% !important;
    min-width: 0 !important;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 7.2pt;
  }

  .easyfood-crm__table thead {
    display: table-header-group;
  }

  .easyfood-crm__table tbody {
    display: table-row-group;
  }

  .easyfood-crm__table th,
  .easyfood-crm__table td {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0.75mm 0.85mm !important;
    overflow: visible !important;
    overflow-wrap: anywhere;
    word-break: normal;
    white-space: normal !important;
    line-height: 1.06;
  }

  .easyfood-crm__table th {
    font-size: 7.2pt;
    line-height: 1.05;
  }

  .easyfood-crm select,
  .easyfood-crm input,
  .easyfood-crm textarea {
    width: 100% !important;
    min-height: 0;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 7pt !important;
    line-height: 1.05;
  }

  .easyfood-crm select {
    -webkit-appearance: none !important;
    appearance: none !important;
    background-image: none !important;
    padding-left: 0.6mm !important;
  }

  .easyfood-crm__composition-list {
    display: block;
    max-width: none;
  }

  .easyfood-crm__composition-order {
    display: block;
    margin-bottom: 2mm;
    overflow: visible;
    break-inside: avoid-page !important;
    page-break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
    box-decoration-break: slice;
    -webkit-box-decoration-break: slice;
  }

  .easyfood-crm__composition-order > header,
  .easyfood-crm__ration-detail > header,
  .easyfood-crm__menu-day,
  .easyfood-crm__menu-day li,
  .easyfood-crm__client-orders article,
  .easyfood-crm__table tr:not(.easyfood-crm__details-row) {
    break-inside: avoid-page !important;
    page-break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
  }

  .easyfood-crm__details-row,
  .easyfood-crm__details-row td,
  .easyfood-crm__details,
  .easyfood-crm__ration-detail {
    overflow: visible !important;
    break-inside: auto;
    page-break-inside: auto;
  }

  .easyfood-crm__details,
  .easyfood-crm__composition-order .easyfood-crm__details {
    padding: 0.9mm;
  }

  .easyfood-crm__menu-day {
    margin-bottom: 0.9mm;
  }

  .easyfood-crm__menu-day h3,
  .easyfood-crm__menu-day li,
  .easyfood-crm__composition-order > header {
    padding: 0.65mm 0.9mm;
    font-size: 7.3pt;
    line-height: 1.05;
  }

  .easyfood-crm__composition-order .easyfood-crm__ration-detail > header {
    padding: 0.65mm 0.9mm;
  }

  .easyfood-crm__table--kitchen,
  .easyfood-crm__table--kitchen thead,
  .easyfood-crm__table--kitchen tbody {
    display: block !important;
    width: 100% !important;
  }

  .easyfood-crm__table--kitchen thead tr,
  .easyfood-crm__table--kitchen tbody tr:not(.easyfood-crm__meal-heading) {
    display: grid !important;
    grid-template-columns: minmax(0, 64fr) minmax(24mm, 10fr) minmax(36mm, 26fr);
    width: 100% !important;
    border-bottom: 1px solid var(--crm-line);
    break-inside: avoid-page !important;
    page-break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
  }

  .easyfood-crm__table--kitchen th,
  .easyfood-crm__table--kitchen td {
    display: block !important;
    width: auto !important;
    border-bottom: 0;
    padding: 0.65mm 0.85mm !important;
    font-size: 7.8pt;
    line-height: 1.04;
  }

  .easyfood-crm__table--kitchen td:nth-child(2) {
    font-size: 10pt;
    line-height: 1;
  }

  .easyfood-crm__table--kitchen .easyfood-crm__meal-heading {
    display: block !important;
    width: 100% !important;
    break-after: avoid-page !important;
    page-break-after: avoid !important;
  }

  .easyfood-crm__table--kitchen .easyfood-crm__meal-heading td {
    display: block !important;
    width: 100% !important;
    padding: 0.8mm 0.85mm 0.45mm !important;
    font-size: 8.2pt;
    line-height: 1;
  }

  [data-manager-panel="deliveries"] .easyfood-crm__table th:nth-child(1),
  [data-manager-panel="deliveries"] .easyfood-crm__table td:nth-child(1) { width: 8% !important; }
  [data-manager-panel="deliveries"] .easyfood-crm__table th:nth-child(2),
  [data-manager-panel="deliveries"] .easyfood-crm__table td:nth-child(2) { width: 10% !important; }
  [data-manager-panel="deliveries"] .easyfood-crm__table th:nth-child(3),
  [data-manager-panel="deliveries"] .easyfood-crm__table td:nth-child(3) { width: 10% !important; }
  [data-manager-panel="deliveries"] .easyfood-crm__table th:nth-child(4),
  [data-manager-panel="deliveries"] .easyfood-crm__table td:nth-child(4) { width: 12% !important; }
  [data-manager-panel="deliveries"] .easyfood-crm__table th:nth-child(5),
  [data-manager-panel="deliveries"] .easyfood-crm__table td:nth-child(5) { width: 8% !important; }
  [data-manager-panel="deliveries"] .easyfood-crm__table th:nth-child(6),
  [data-manager-panel="deliveries"] .easyfood-crm__table td:nth-child(6) { width: 10% !important; }
  [data-manager-panel="deliveries"] .easyfood-crm__table th:nth-child(7),
  [data-manager-panel="deliveries"] .easyfood-crm__table td:nth-child(7) { width: 11% !important; }
  [data-manager-panel="deliveries"] .easyfood-crm__table th:nth-child(8),
  [data-manager-panel="deliveries"] .easyfood-crm__table td:nth-child(8) { width: 9% !important; }
  [data-manager-panel="deliveries"] .easyfood-crm__table th:nth-child(9),
  [data-manager-panel="deliveries"] .easyfood-crm__table td:nth-child(9) { width: 11% !important; }
  [data-manager-panel="deliveries"] .easyfood-crm__table th:nth-child(10),
  [data-manager-panel="deliveries"] .easyfood-crm__table td:nth-child(10) { width: 11% !important; }

  .easyfood-crm__table--driver th:nth-child(1),
  .easyfood-crm__table--driver td:nth-child(1) { width: 16% !important; }
  .easyfood-crm__table--driver th:nth-child(2),
  .easyfood-crm__table--driver td:nth-child(2) { width: 20% !important; }
  .easyfood-crm__table--driver th:nth-child(3),
  .easyfood-crm__table--driver td:nth-child(3) { width: 21% !important; }
  .easyfood-crm__table--driver th:nth-child(4),
  .easyfood-crm__table--driver td:nth-child(4) { width: 10% !important; }
  .easyfood-crm__table--driver th:nth-child(5),
  .easyfood-crm__table--driver td:nth-child(5) { width: 20% !important; }
  .easyfood-crm__table--driver th:nth-child(6),
  .easyfood-crm__table--driver td:nth-child(6) { width: 13% !important; }

  .easyfood-crm__table--driver .easyfood-crm__phone {
    display: block;
    margin-top: 0.5mm;
  }

  .easyfood-crm__table--driver .easyfood-crm__driver-date,
  .easyfood-crm__table--driver .easyfood-crm__driver-assignee {
    display: block;
    margin-top: 0.7mm;
    font-size: 6pt;
    line-height: 1.1;
  }

  .easyfood-crm__driver-payment,
  .easyfood-crm__driver-payment.is-required,
  .easyfood-crm__driver-payment.is-pending {
    display: block;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
  }

  .easyfood-crm__driver-payment header {
    display: block;
  }

  .easyfood-crm__driver-payment header > strong {
    display: block;
    margin-top: 0.5mm;
    font-size: 7pt;
    white-space: normal;
  }

  .easyfood-crm__driver-payment .easyfood-crm__payment-badge {
    display: block;
    width: auto;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 6pt;
    line-height: 1.1;
  }

  .easyfood-crm__driver-payment .easyfood-crm__payment-method {
    display: block;
    margin-top: 0.8mm;
    background: transparent;
    padding: 0;
  }

  .easyfood-crm__driver-payment .easyfood-crm__payment-method span,
  .easyfood-crm__driver-payment label > span {
    display: none;
  }

  .easyfood-crm__driver-payment .easyfood-crm__payment-method strong {
    display: block;
    font-size: 6.2pt;
    line-height: 1.1;
  }

  .easyfood-crm__driver-payment label {
    display: block;
    margin-top: 0.6mm;
  }

  .easyfood-crm__payment-report,
  .easyfood-crm__payment-report.is-confirmed {
    gap: 0.3mm;
    margin-top: 0.5mm;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
  }

  .easyfood-crm__payment-report > span,
  .easyfood-crm__payment-report > strong {
    font-size: 5.6pt;
    line-height: 1.05;
  }

  .easyfood-crm__postponed-badge {
    display: block;
    width: auto;
    max-width: 100%;
    margin-top: 0.6mm;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .easyfood-crm__compact-status,
  .easyfood-crm__postponed-badge,
  .easyfood-crm__muted,
  .easyfood-crm__note,
  .easyfood-crm__feedback-summary p {
    font-size: 6.6pt;
    line-height: 1.05;
  }

  [data-manager-panel="deliveries"] .easyfood-crm__compact-status {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    border-radius: 2mm;
    padding: 0.25mm 0.55mm;
    font-size: 5.2pt;
    line-height: 1;
    white-space: normal !important;
    overflow-wrap: anywhere;
    text-align: center;
  }

  [data-manager-panel="deliveries"] .easyfood-crm__feedback-summary {
    gap: 0.45mm;
  }

  [data-manager-panel="deliveries"] .easyfood-crm__feedback-summary p {
    font-size: 5.4pt;
    line-height: 1.05;
  }

  .easyfood-crm__feedback-summary p {
    display: block;
    overflow: visible;
  }

  .easyfood-crm__time-range {
    min-width: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 860px) {
  .easyfood-crm {
    padding: 12px;
  }

  .easyfood-crm__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .easyfood-crm__tabs {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .easyfood-crm__tabs a {
    flex: 0 0 auto;
  }

  .easyfood-crm__stats {
    grid-template-columns: 1fr;
  }

  .easyfood-crm__charts {
    grid-template-columns: 1fr;
  }

  .easyfood-crm__chart header {
    align-items: flex-start;
    flex-direction: column;
  }

  .easyfood-crm__toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .easyfood-crm__toolbar label,
  .easyfood-crm__toolbar input,
  .easyfood-crm select {
    width: 100%;
  }

  .easyfood-crm__toolbar input[type="date"] {
    width: 100%;
    min-width: 0;
  }

  .easyfood-crm__button--period {
    width: 100%;
  }

  .easyfood-crm__panel {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .easyfood-crm__table,
  .easyfood-crm__table thead,
  .easyfood-crm__table tbody,
  .easyfood-crm__table tr,
  .easyfood-crm__table td {
    display: block;
    width: 100%;
    min-width: 0 !important;
  }

  .easyfood-crm__table thead {
    display: none;
  }

  .easyfood-crm__table tr {
    margin-bottom: 12px;
    border: 1px solid var(--crm-line);
    border-radius: 12px;
    background: var(--crm-panel);
    box-shadow: 0 10px 28px rgba(36, 50, 36, 0.08);
    overflow: hidden;
  }

  .easyfood-crm__table td {
    display: grid;
    grid-template-columns: minmax(96px, 38%) minmax(0, 1fr);
    gap: 12px;
    padding: 10px 12px;
    border-bottom: 1px solid var(--crm-line);
    word-break: break-word;
  }

  .easyfood-crm__table td::before {
    content: attr(data-label);
    color: var(--crm-muted);
    font-size: 12px;
    text-transform: uppercase;
  }

  .easyfood-crm__table td[colspan] {
    display: block;
  }

  .easyfood-crm__table td[colspan]::before {
    display: none;
  }

  .easyfood-crm__table--kitchen td:nth-child(1),
  .easyfood-crm__table--kitchen td:nth-child(2),
  .easyfood-crm__table--kitchen td:nth-child(3),
  .easyfood-crm__table--kitchen td:nth-child(4) {
    width: 100%;
  }

  .easyfood-crm__table-scroll--orders {
    max-height: calc(100vh - 220px);
    min-height: 360px;
    border: 1px solid var(--crm-line);
    border-radius: 8px;
    background: var(--crm-panel);
  }

  .easyfood-crm__table-scroll--orders .easyfood-crm__table {
    display: table;
    width: 1740px;
    min-width: 1740px !important;
  }

  .easyfood-crm__table-scroll--orders .easyfood-crm__table thead {
    display: table-header-group;
  }

  .easyfood-crm__table-scroll--orders .easyfood-crm__table tbody {
    display: table-row-group;
  }

  .easyfood-crm__table-scroll--orders .easyfood-crm__table tr {
    display: table-row;
    width: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }

  .easyfood-crm__table-scroll--orders .easyfood-crm__table th,
  .easyfood-crm__table-scroll--orders .easyfood-crm__table td {
    display: table-cell;
    width: auto;
    min-width: 0 !important;
    padding: 12px;
    word-break: normal;
  }

  .easyfood-crm__table-scroll--orders .easyfood-crm__table td::before {
    display: none;
  }

  .easyfood-crm__table-scroll--orders .easyfood-crm__details-row td {
    display: table-cell;
    padding: 0;
  }

  .easyfood-crm__table-scroll--orders .easyfood-crm__table th:nth-child(2),
  .easyfood-crm__table-scroll--orders .easyfood-crm__table td:nth-child(2) {
    min-width: 120px !important;
  }

  .easyfood-crm__table-scroll--orders .easyfood-crm__table th:nth-child(8),
  .easyfood-crm__table-scroll--orders .easyfood-crm__table td:nth-child(8) {
    min-width: 160px !important;
  }

  .easyfood-crm__table-scroll--orders .easyfood-crm__table th:nth-child(9),
  .easyfood-crm__table-scroll--orders .easyfood-crm__table td:nth-child(9) {
    width: 140px;
    min-width: 140px !important;
    white-space: nowrap;
  }

  .easyfood-crm__details-row {
    margin-top: -12px;
  }

  .easyfood-crm__details-row td {
    display: block;
    padding: 0;
  }

  .easyfood-crm__details-row td::before {
    display: none;
  }

  .easyfood-crm__details {
    padding: 12px;
  }

  .easyfood-crm__segmented {
    width: 100%;
    overflow-x: auto;
  }

  .easyfood-crm__segmented button {
    flex: 1 0 auto;
  }

  .easyfood-crm__payment-row {
    grid-template-columns: minmax(0, 1fr) 42px;
  }

  .easyfood-crm__payment-row > b {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .easyfood-crm__client-layout {
    display: block;
  }

  .easyfood-crm__order-filters input,
  .easyfood-crm__order-filters select,
  .easyfood-crm__order-filters [data-crm-order-count] {
    width: 100%;
    margin-left: 0;
  }

  .easyfood-crm__toast {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }

  .easyfood-crm__client-card {
    display: none;
    position: fixed;
    z-index: 999999;
    inset: 12px;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
  }

  .easyfood-crm__client-card.is-open {
    display: block;
  }

  .easyfood-crm__client-card > header button {
    display: block;
  }

  .easyfood-crm__client-card dl {
    grid-template-columns: 1fr;
  }

  .easyfood-crm__driver-summary {
    grid-template-columns: 1fr;
  }

  .easyfood-crm__table--driver td {
    display: block;
  }

  .easyfood-crm__table--driver td::before {
    display: block;
    margin-bottom: 8px;
  }

  .easyfood-crm__table--driver .easyfood-crm__phone,
  .easyfood-crm__table--driver .easyfood-crm__call-button,
  .easyfood-crm__table--driver .easyfood-crm__driver-payment {
    width: 100%;
  }

  .easyfood-crm__user-fields {
    grid-template-columns: 1fr;
  }

  .easyfood-crm__user-actions {
    flex-direction: column;
  }

  .easyfood-crm__composition-order > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .easyfood-crm__ration-detail header,
  .easyfood-crm__menu-day h3,
  .easyfood-crm__menu-day li {
    grid-template-columns: 1fr;
  }

  .easyfood-crm__ration-detail header,
  .easyfood-crm__menu-day h3 {
    align-items: flex-start;
    flex-direction: column;
  }

  .easyfood-crm__menu-day li {
    gap: 4px;
  }
}

@media screen and (max-width: 860px) {
  [data-manager-panel="deliveries"] .easyfood-crm__table td,
  .easyfood-crm__table--driver td,
  .easyfood-crm__table--kitchen td,
  .easyfood-crm__table--clients td {
    width: 100% !important;
    max-width: none !important;
  }

  .easyfood-crm__header {
    display: flex;
    width: 100%;
    align-items: stretch;
  }

  .easyfood-crm__tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    overflow: visible;
    padding-bottom: 0;
  }

  .easyfood-crm__tabs a {
    min-width: 0;
    text-align: center;
  }

  .easyfood-crm__header-actions {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .easyfood-crm__header-actions .easyfood-crm__button {
    width: 100%;
  }

  .easyfood-crm__composition-list {
    grid-template-columns: 1fr;
  }

  .easyfood-crm__composition-order .easyfood-crm__ration-detail {
    grid-template-columns: 1fr;
  }

  .easyfood-crm__manager-address input,
  .easyfood-crm__feedback textarea {
    width: 100%;
  }

  .easyfood-crm__table td > .easyfood-crm__cell-content {
    grid-column: 2;
  }

  .easyfood-crm__table--kitchen tr {
    margin-bottom: 7px;
  }

  .easyfood-crm__table--kitchen td {
    gap: 8px;
    padding: 7px 9px;
    line-height: 1.15;
  }

  .easyfood-crm__table--kitchen .easyfood-crm__meal-heading {
    margin-top: 10px;
    margin-bottom: 5px;
    border: 0;
    box-shadow: none;
  }

  .easyfood-crm__table--clients thead {
    display: block;
    margin-bottom: 8px;
    overflow-x: auto;
  }

  .easyfood-crm__table--clients {
    min-width: 0;
  }

  .easyfood-crm__table--clients thead tr {
    display: flex;
    gap: 6px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .easyfood-crm__table--clients thead th {
    display: block;
    flex: 0 0 auto;
    border: 1px solid var(--crm-line);
    border-radius: 9px;
    background: #ffffff;
    padding: 8px 10px;
  }

  .easyfood-crm__table-scroll--orders .easyfood-crm__table {
    width: 1740px;
    min-width: 1740px !important;
  }

  .easyfood-crm__table-scroll--orders .easyfood-crm__table th:nth-child(1),
  .easyfood-crm__table-scroll--orders .easyfood-crm__table td:nth-child(1) {
    width: 125px;
    min-width: 125px !important;
  }

  .easyfood-crm__table-scroll--orders .easyfood-crm__table th:nth-child(4),
  .easyfood-crm__table-scroll--orders .easyfood-crm__table td:nth-child(4) {
    width: 145px;
    min-width: 145px !important;
  }

  .easyfood-crm__table-scroll--orders .easyfood-crm__table th:nth-child(5),
  .easyfood-crm__table-scroll--orders .easyfood-crm__table td:nth-child(5) {
    width: 230px;
    min-width: 230px !important;
    max-width: 230px;
  }
}
