@charset "UTF-8";
@media (max-width: 1023px) {
  h2 {
    font-size: 18px;
  }
  .sidebar,
  .topbar {
    display: none;
  }
  .tablet-mobile-nav {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  #tablet-mobile-nav {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  .topbar .topbar-meta .topbar-truck-filter {
    min-width: 140px;
  }
  .dashboard-shell {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "topbar" "sidebar" "main";
  }
  .main-content {
    padding-bottom: calc(var(--tablet-mobile-nav-h) + env(safe-area-inset-bottom) + 20px) !important;
  }
  .access-denied-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .access-denied-card .access-denied-card-icon-wrapper {
    padding: 0.75em;
  }
  .access-denied-card .access-denied-card-icon-wrapper .access-denied-card-icon {
    width: 22px;
    height: 22px;
  }
  .tt-tablist {
    gap: 6px;
  }
  .tt-tablist .tt-tab-item {
    font-size: 12px !important;
    padding: 10px 12px !important;
    color: var(--text);
  }
  .tt-tabpanel-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }
  .tt-tabpanel-header .tt-tabpanel-header-left {
    gap: 10px !important;
  }
  .tt-tabpanel-header .tt-tabpanel-header-left .tt-day-locations {
    font-size: 12px;
  }
  .tt-tabpanel-header .tt-tabpanel-header-left .tt-day-orders,
  .tt-tabpanel-header .tt-tabpanel-header-left .tt-day-pizza,
  .tt-tabpanel-header .tt-tabpanel-header-left .tt-day-tilbeh {
    font-size: 12px;
    color: var(--grey-text);
  }
  .tt-loc {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .tt-loc .tt-time-heading {
    font-size: 16px !important;
    padding: 12px 20px !important;
  }
  .tt-loc .tt-order-head {
    gap: 6px !important;
  }
  .tt-loc .tt-order-head .tt-order-id,
  .tt-loc .tt-order-head .tt-order-name {
    font-size: 14px;
  }
  .tt-loc .tt-order-head .tt-order-meta {
    font-size: 10px !important;
  }
  .m-no-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .button-main {
    padding: 10px 12px !important;
    font-size: 12px;
  }
  form input,
  form select {
    font-size: 16px !important;
  }
  .auth-content-wrapper {
    width: 100% !important;
  }
  body.custom-select-mobile-open {
    overflow: hidden;
  }
  .custom-select-overlay {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: block;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
  }
  .custom-select-overlay.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
  }
  .custom-select-dropdown {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: auto;
    z-index: 10021;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    width: 100%;
    max-height: 70dvh;
    overflow: hidden;
    padding: 20px 20px calc(20px + env(safe-area-inset-bottom));
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    transform: translateY(100%);
    border: none;
    transition: transform 0.3s ease, visibility 0s linear 0.3s;
  }
  .custom-select-dropdown.is-open {
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }
  .custom-select-dropdown .custom-select-mobile-header,
  .custom-select-dropdown .custom-select-search-wrap {
    flex: 0 0 auto;
  }
  .custom-select-dropdown .custom-select-options {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .custom-select-search-wrap {
    position: static;
    top: auto;
    z-index: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding-bottom: 16px;
    background: var(--white);
  }
  .custom-select-search {
    width: 100%;
    font-size: 16px;
  }
  .custom-select-trigger {
    font-size: 14px;
  }
  .mpt-all-locations-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 14px;
  }
  .mpt-all-locations-header .dashboard-row-header-left,
  .mpt-all-locations-header .dashboard-row-header-right,
  .mpt-all-locations-header .mpt-location-filter-control,
  .mpt-all-locations-header .mpt-location-custom-select,
  .mpt-all-locations-header .mpt-location-custom-select .custom-select-trigger {
    width: 100%;
  }
  .mpt-all-locations-header .dashboard-row-header-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .mpt-all-locations-header .mpt-location-custom-select,
  .mpt-all-locations-header .mpt-location-custom-select .custom-select-trigger {
    min-width: 0;
  }
  .custom-select-mobile-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .custom-select-mobile-header .mobile-nav-header-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
  }
  .custom-select-mobile-header .mobile-nav-modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    width: auto;
    height: auto;
    background: transparent;
    cursor: pointer;
  }
  .custom-select-mobile-header .mobile-nav-modal-close .mobile-nav-modal-close-icon {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-total-stats-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-monthly-stats-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .card-meta-title,
  .card-content-header-description {
    font-size: 12px !important;
  }
  .card-header-info {
    font-size: 10px !important;
  }
  .card-meta-icon {
    padding: 4px !important;
  }
  .card-meta-icon .meta-icon {
    width: 10px !important;
    height: 10px !important;
  }
  .topbar .topbar-meta {
    flex-wrap: wrap;
  }
  .topbar .topbar-meta .topbar-truck-filter {
    width: 100%;
    min-width: 100%;
    order: 1;
  }
  .topbar .topbar-meta .topbar-truck-trigger {
    min-height: 44px;
  }
  .m-grid-4,
  .grid-total-stats-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }
  .card-content-header-value {
    font-size: 18px !important;
    gap: 6px !important;
  }
  .mpt-mini-chart {
    -moz-column-gap: 6px !important;
         column-gap: 6px !important;
  }
  .card-content-header {
    display: flex !important;
    align-items: baseline !important;
    flex-direction: column;
  }
}
.mobile-month-tabs {
  display: none;
}

@media (max-width: 767px) {
  .mobile-month-tabs {
    display: grid;
    gap: 0px;
    border-radius: 8px 8px 0px 0px;
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
    overflow: hidden;
  }
  .mobile-month-tabs.grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mobile-month-tabs.grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .mobile-month-tab {
    min-width: 0;
    padding: 12px 5px;
    background: var(--white);
    color: var(--grey-text);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  .mobile-month-tab.is-active {
    background: var(--blue-tint);
    color: var(--blue);
  }
  .mobile-month-overview-panels {
    display: block !important;
  }
  .mobile-month-overview-panels .dashboard-card {
    border-radius: 0 0 8px 8px;
  }
  .mobile-month-overview-panels > [data-month-panel] {
    display: none;
  }
  .mobile-month-overview-panels > [data-month-panel].is-mobile-active {
    display: block;
  }
}
@media (max-width: 767px) {
  .dashboard-inner-row.m-no-scroll {
    overflow: visible !important;
  }
  .locations-wrapper.table-body {
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .locations-wrapper .locations-header {
    display: none !important;
  }
  .locations-wrapper .locations-items {
    display: grid;
  }
  .locations-wrapper .locations-items .locations-item.locations-summary-row {
    display: block;
    padding: 20px;
    background: var(--white);
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
  }
  .locations-wrapper .locations-items .locations-item.locations-summary-row:last-child {
    border-radius: 0px 0px 8px 8px !important;
    border-bottom: 1px solid var(--border);
  }
  .locations-wrapper .locations-items .locations-item.locations-summary-row.no-location {
    background: var(--red-tint) !important;
  }
  .locations-wrapper .locations-items .locations-item.locations-summary-row.no-location:hover {
    background: var(--red-tint) !important;
  }
  .locations-wrapper .locations-items .locations-item.locations-summary-row .locations-date {
    margin-bottom: 6px;
    color: var(--grey-text) !important;
    font-size: 11px;
    font-weight: 400 !important;
  }
  .locations-wrapper .locations-items .locations-item.locations-summary-row .locations-location {
    display: block;
    width: 100%;
    margin-bottom: 14px;
    color: var(--text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
  }
  .locations-wrapper .locations-items .mpt-rl-row--skel {
    display: block;
    min-height: 132px;
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: 14px !important;
    background: var(--white);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  }
  .locations-mobile-metrics {
    display: grid !important;
    gap: 8px;
  }
  .locations-mobile-metrics--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .locations-mobile-metrics--six {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .locations-mobile-metrics--six .locations-mobile-metric--count {
    grid-column: span 2;
  }
  .locations-mobile-metrics--six .locations-mobile-metric--money {
    grid-column: span 3;
  }
  .locations-mobile-metrics--six .locations-mobile-metric--total {
    grid-column: 1/-1;
    background: var(--grey-tint);
  }
  .locations-mobile-metrics--six .locations-mobile-metric--total .locations-mobile-value {
    font-weight: 700 !important;
  }
  .locations-mobile-metrics--seven {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .locations-mobile-metrics--seven .locations-mobile-metric--count {
    grid-column: span 2;
  }
  .locations-mobile-metrics--seven .locations-mobile-metric--cash,
  .locations-mobile-metrics--seven .locations-mobile-metric--online,
  .locations-mobile-metrics--seven .locations-mobile-metric--distribution,
  .locations-mobile-metrics--seven .locations-mobile-metric--total {
    grid-column: span 3;
  }
  .locations-mobile-metrics--seven .locations-mobile-metric--cash {
    order: 4;
  }
  .locations-mobile-metrics--seven .locations-mobile-metric--online {
    order: 5;
  }
  .locations-mobile-metrics--seven .locations-mobile-metric--distribution {
    order: 6;
  }
  .locations-mobile-metrics--seven .locations-mobile-metric--total {
    order: 7;
    background: var(--grey-tint);
  }
  .locations-mobile-metrics--seven .locations-mobile-metric--total .locations-mobile-value {
    font-weight: 700 !important;
  }
  .locations-mobile-metric {
    display: flex !important;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: 8px;
    text-align: center;
  }
  .locations-mobile-metric .locations-mobile-label {
    display: block;
    color: var(--grey-text);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.15;
  }
  .locations-mobile-metric .locations-mobile-value {
    display: block;
    min-width: 0;
    color: var(--text);
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }
}
.sales-chart-mobile-tabs {
  display: none;
}

@media (max-width: 767px) {
  .sales-chart-mobile-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0px;
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
  }
  .sales-chart-mobile-tab {
    min-width: 0;
    padding: 12px 4px;
    border-right: 1px solid var(--border);
    background: var(--white);
    color: var(--grey-text);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.15;
    cursor: pointer;
    transition: 0.2s ease;
  }
  .sales-chart-mobile-tab:last-child {
    border-right: 0;
  }
  .sales-chart-mobile-tab.is-active {
    background: var(--blue-tint);
    color: var(--blue);
  }
  .sales-chart-overview-panels > [data-sales-chart-panel] {
    display: none;
  }
  .sales-chart-overview-panels > [data-sales-chart-panel].is-mobile-active {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px;
  }
  .sales-chart-overview-panels .dashboard-block {
    min-width: 0;
  }
  .sales-chart-overview-panels .dashboard-row-header.dashboard-table-header {
    align-items: stretch;
    gap: 12px;
    border-radius: 0px;
  }
  .sales-chart-overview-panels .dashboard-row-header-right,
  .sales-chart-overview-panels .filter-group {
    width: 100%;
  }
  .sales-chart-overview-panels .filter-group {
    flex-wrap: wrap;
    gap: 8px;
  }
  .sales-chart-overview-panels .filter-tabs {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sales-chart-overview-panels .filter-tabs__item {
    justify-content: center;
    text-align: center;
  }
  .sales-chart-overview-panels .period-chart-body,
  .sales-chart-overview-panels .quarter-chart-body {
    overflow-x: auto !important;
    overscroll-behavior-x: contain;
    padding-bottom: 4px;
  }
  .sales-chart-overview-panels .period-chart-bars {
    min-width: 720px;
  }
  .sales-chart-overview-panels .quarter-chart-bars {
    min-width: 420px;
  }
}
@media (max-width: 762px) {
  form input {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-total-stats-6 {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .grid-monthly-stats-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-4-2,
  .grid-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .grid-2-4,
  .grid-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .grid-3-1 {
    grid-template-columns: 3fr 1fr;
  }
  .grid-1-3 {
    grid-template-columns: 1fr 3fr;
  }
  .birth-date-grid {
    grid-template-columns: repeat(3);
    justify-content: start;
  }
}
@media (min-width: 1100px) {
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1400px) {
  .grid-monthly-stats-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .mpt-busy-hours {
    padding: 20px;
  }
  .mpt-busy-hours .mpt-busy-hours-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 8px;
  }
  .mpt-busy-hours .mpt-busy-hours-label {
    min-height: 30px;
    font-size: 11px;
  }
  .mpt-busy-hours .mpt-busy-hours-cell {
    min-height: 44px;
    aspect-ratio: auto;
  }
  .mpt-busy-periods {
    padding: 20px;
  }
  .mpt-busy-periods .mpt-busy-periods-legend-row {
    display: flex !important;
    align-items: flex-start;
  }
  .mpt-busy-periods .mpt-busy-periods-grid-wrap {
    display: block !important;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .mpt-busy-periods .mpt-busy-periods-filters {
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
  }
  .mpt-busy-periods .mpt-busy-periods-grid {
    grid-template-columns: 48px repeat(24, 20px);
    gap: 5px;
    width: -moz-max-content;
    width: max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .mpt-busy-periods .mpt-busy-periods-day-label {
    font-size: 14px;
  }
  .mpt-busy-periods .mpt-busy-periods-hour-label {
    font-size: 12px;
  }
  .mpt-busy-periods .mpt-busy-periods-cell-level {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .mpt-ptb .mpt-ptb-sections, .mpt-ptb-sections {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .mpt-ptb .mpt-ptb-card-head {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    padding: 20px;
  }
  .mpt-ptb-card-head {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .mpt-ptb-card-stats {
    display: none !important;
  }
  .mpt-ptb-card-stats.mpt-ptb-card-stats--panel {
    display: flex !important;
    gap: 6px 14px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .mpt-ptb-card-icon {
    justify-self: end;
  }
  .mpt-busy-hours {
    padding: 16px;
    border-radius: 16px;
  }
  .mpt-busy-hours .mpt-busy-hours-legend {
    justify-content: flex-start;
  }
  .mpt-busy-hours .mpt-busy-hours-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
  }
  .mpt-busy-hours .mpt-busy-hours-label {
    min-height: 28px;
    font-size: 10px;
  }
  .mpt-busy-hours .mpt-busy-hours-cell {
    min-height: 42px;
    font-size: 13px;
    aspect-ratio: auto;
  }
  .mpt-busy-hours .mpt-busy-hours-legend-box {
    width: 26px;
    height: 26px;
    font-size: 11px;
  }
  .mpt-busy-hours .mpt-busy-hours-tooltip {
    padding: 7px 9px;
    font-size: 11px;
  }
  .mpt-busy-periods {
    padding: 18px;
    border-radius: 16px;
    overflow: hidden;
  }
  .mpt-busy-periods .mpt-busy-periods-title {
    font-size: 22px;
  }
  .mpt-busy-periods .mpt-busy-periods-legend-row {
    align-items: flex-start;
  }
  .mpt-busy-periods .mpt-busy-periods-filters,
  .mpt-busy-periods .mpt-busy-periods-tabs,
  .mpt-busy-periods .mpt-busy-periods-subfilters {
    width: 100%;
  }
  .mpt-busy-periods .mpt-busy-periods-filters {
    align-items: stretch;
  }
  .mpt-busy-periods .mpt-busy-periods-tab,
  .mpt-busy-periods .mpt-busy-periods-select {
    flex: 1 1 auto;
  }
  .mpt-busy-periods .mpt-busy-periods-select {
    width: 100%;
    min-width: 0;
  }
  .mpt-busy-periods .mpt-busy-periods-grid-wrap {
    margin-inline: -4px;
    padding-inline: 4px;
  }
  .mpt-busy-periods .mpt-busy-periods-grid {
    grid-template-columns: 42px repeat(24, 18px);
    gap: 4px;
    width: -moz-max-content;
    width: max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .mpt-busy-periods .mpt-busy-periods-corner,
  .mpt-busy-periods .mpt-busy-periods-day-label {
    position: sticky;
    left: 0;
    z-index: 3;
    background: var(--white);
  }
  .mpt-busy-periods .mpt-busy-periods-day-label {
    font-size: 12px;
  }
  .mpt-busy-periods .mpt-busy-periods-hour-label {
    font-size: 10px;
  }
  .mpt-busy-periods .mpt-busy-periods-cell-level {
    font-size: 9px;
  }
  .mpt-busy-periods .mpt-busy-periods-tooltip {
    padding: 7px 9px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .truck-access-options,
  .truck-access-row {
    grid-template-columns: 1fr;
  }
  .truck-access-delete-button {
    min-height: 46px;
  }
  .profile-edit-card {
    padding: 18px;
  }
  .profile-edit-identity {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
  }
  .profile-summary-avatar {
    width: 82px;
    height: 82px;
    font-size: 23px;
  }
  .profile-edit-identity-content h1 {
    font-size: 21px;
  }
  .profile-readonly-grid {
    grid-template-columns: 1fr;
  }
  .profile-save-button {
    width: 100%;
  }
  .user-edit-page .user-edit-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .user-edit-page .user-edit-cancel-link {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .location-planner-card {
    padding: 22px 18px;
  }
  .location-planner-heading h1 {
    font-size: 23px;
  }
  .location-planner-footer {
    align-items: stretch;
    flex-direction: column;
    padding-top: 24px;
  }
  .location-planner-add-actions {
    flex-direction: column;
    gap: 10px;
  }
  .location-planner-add-button {
    justify-content: center;
  }
  .location-planner-save-area {
    align-items: stretch;
    flex-direction: column;
  }
  .location-planner-status {
    max-width: none;
    text-align: left;
  }
  .location-planner-save-button {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .cash-register-overview {
    overflow-x: auto;
  }
  .cash-register-overview-header,
  .cash-register-overview-row {
    min-width: 860px;
  }
}
@media (max-width: 767px) {
  .cash-register-form-card {
    padding: 16px;
  }
  .cash-register-selection-grid,
  .cash-register-mobile-modal .cash-register-selection-grid {
    grid-template-columns: minmax(96px, 112px) minmax(0, 1fr);
    gap: 10px;
  }
  .cash-register-mobile-modal-content {
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
  }
  .cash-register-overview {
    overflow: visible;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .cash-register-overview-header {
    display: none;
  }
  .cash-register-overview-body {
    display: grid;
    gap: 10px;
  }
  .cash-register-overview-row,
  .cash-register-overview-row:last-child {
    display: block;
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--white);
  }
  .cash-register-overview-row.is-editing {
    margin: 0;
    padding: 16px;
    border-left: 4px solid var(--main);
  }
  .cash-register-overview-date {
    margin-bottom: 6px;
    color: var(--grey-text);
    font-size: 11px;
    font-weight: 500;
  }
  .cash-register-overview-location {
    margin-bottom: 8px;
    color: var(--text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }
  .cash-register-overview-truck {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 5px 8px;
    border-radius: 999px;
    background: var(--main-tint);
    color: var(--text);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
  }
  .cash-register-overview-mobile-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .cash-register-overview-metric {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: 8px;
    text-align: center;
  }
  .cash-register-overview-metric--total {
    grid-column: 1/-1;
    background: var(--row-bg);
  }
  .cash-register-overview-mobile-label {
    display: block;
    color: var(--grey-text);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.15;
  }
  .cash-register-overview-value {
    color: var(--text);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }
  .cash-register-overview-metric--total .cash-register-overview-value {
    font-weight: 700;
  }
  .cash-register-overview-actions {
    margin-top: 12px;
  }
  .cash-register-edit-button {
    width: 100%;
    min-height: 40px;
    padding: 10px 12px;
    border: 1px solid var(--main);
    border-radius: 6px;
    background: var(--main);
    text-align: center;
  }
  .cash-register-overview-row.is-editing .cash-register-edit-button {
    text-decoration: none;
  }
  .cash-register-overview-row.is-loading .cash-register-overview-truck {
    background: transparent;
    padding: 0;
  }
  .cash-register-overview-empty {
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--white);
  }
}
@media (max-width: 767px) {
  [data-leaderboard-kpis] {
    order: -1;
  }
  .leaderboards-mobile-wrap {
    overflow: visible !important;
  }
  .leaderboard-wrapper {
    min-width: 0;
  }
  .leaderboard-wrapper .section-header {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
  }
  .leaderboard-wrapper .section-header .section-header-left {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .leaderboard-wrapper .section-header .section-header-right,
  .leaderboard-wrapper .section-header .leaderboards-toolbar,
  .leaderboard-wrapper .section-header .leaderboards-tabs {
    width: 100%;
    min-width: 0;
  }
  .leaderboard-wrapper .leaderboards-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
  .leaderboard-wrapper .leaderboards-toolbar .leaderboards-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .leaderboard-wrapper .leaderboards-toolbar .leaderboards-tabs:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .leaderboard-wrapper .leaderboards-toolbar .leaderboards-tab {
    min-width: 0;
    padding: 9px 6px;
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
  }
  .leaderboard-wrapper .leaderboards-toolbar .tabs-dropdown {
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 6px;
  }
  .leaderboard-wrapper .leaderboards-toolbar .tabs-dropdown .tabs-dropdown-input {
    width: 100%;
    min-width: 0;
  }
  .leaderboard-wrapper .leaderboards-toolbar .tabs-dropdown .tabs-dropdown-nav {
    min-width: 40px;
    padding: 8px 10px;
  }
  .leaderboard-wrapper .leaderboards-panel .leaderboards-panel-head {
    display: none !important;
  }
  .leaderboard-wrapper .leaderboards-panel .leaderboards-body {
    display: grid;
    gap: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .leaderboard-wrapper .leaderboards-panel .leaderboards-body .leaderboards-row {
    display: grid;
    min-width: 0;
    gap: 8px;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--white);
  }
  .leaderboard-wrapper .leaderboards-panel .leaderboards-body .leaderboards-row:nth-child(even), .leaderboard-wrapper .leaderboards-panel .leaderboards-body .leaderboards-row:last-child {
    border-radius: 8px;
  }
  .leaderboard-wrapper .leaderboards-panel .leaderboards-body .leaderboards-row .leaderboards-cell {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
    overflow-wrap: anywhere;
  }
  .leaderboard-wrapper .leaderboards-panel .leaderboards-body .leaderboards-row .leaderboards-cell::before {
    color: var(--grey-text);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.1;
  }
  .leaderboard-wrapper .leaderboards-panel .leaderboards-body .leaderboards-row-empty {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .leaderboard-wrapper .leaderboards-panel .leaderboards-body .leaderboards-row-empty .leaderboards-cell {
    grid-column: 1/-1;
  }
  .leaderboard-wrapper .leaderboards-panel .leaderboards-body .leaderboards-row-empty .leaderboards-cell::before {
    display: none;
  }
  .leaderboard-wrapper .leaderboards-panel:nth-child(1) .leaderboards-body .leaderboards-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .leaderboard-wrapper .leaderboards-panel:nth-child(1) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(1) {
    grid-column: 1/-1;
    font-weight: 700;
  }
  .leaderboard-wrapper .leaderboards-panel:nth-child(1) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(1)::before {
    content: "Lokation";
  }
  .leaderboard-wrapper .leaderboards-panel:nth-child(1) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(2)::before {
    content: "Ordrer";
  }
  .leaderboard-wrapper .leaderboards-panel:nth-child(1) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(3)::before {
    content: "Pizza";
  }
  .leaderboard-wrapper .leaderboards-panel:nth-child(1) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(4)::before {
    content: "Tilbehør";
  }
  .leaderboard-wrapper .leaderboards-panel:nth-child(1) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(5)::before {
    content: "Pizza / ordre";
  }
  .leaderboard-wrapper .leaderboards-panel:nth-child(1) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(6)::before {
    content: "Tilbehør / ordre";
  }
  .leaderboard-wrapper .leaderboards-panel:nth-child(1) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(7) {
    grid-column: 1/-1;
  }
  .leaderboard-wrapper .leaderboards-panel:nth-child(1) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(7)::before {
    content: "Omsætning";
  }
  .leaderboard-wrapper .leaderboards-panel:nth-child(2) .leaderboards-body .leaderboards-row, .leaderboard-wrapper .leaderboards-panel:nth-child(3) .leaderboards-body .leaderboards-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .leaderboard-wrapper .leaderboards-panel:nth-child(2) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(1), .leaderboard-wrapper .leaderboards-panel:nth-child(3) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(1) {
    grid-column: 1/-1;
    font-weight: 700;
  }
  .leaderboard-wrapper .leaderboards-panel:nth-child(2) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(1)::before, .leaderboard-wrapper .leaderboards-panel:nth-child(3) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(1)::before {
    content: "Produkt";
  }
  .leaderboard-wrapper .leaderboards-panel:nth-child(2) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(2)::before, .leaderboard-wrapper .leaderboards-panel:nth-child(3) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(2)::before {
    content: "Solgt";
  }
  .leaderboard-wrapper .leaderboards-panel:nth-child(2) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(3)::before, .leaderboard-wrapper .leaderboards-panel:nth-child(3) .leaderboards-body .leaderboards-row .leaderboards-cell:nth-child(3)::before {
    content: "Omsætning";
  }
  .toppings-overview-mobile-wrap {
    overflow: visible !important;
  }
  .mpt-toppings-overview {
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .mpt-toppings-overview .mpt-toppings-overview-header {
    display: none !important;
  }
  .mpt-toppings-overview .mpt-toppings-overview-body {
    display: grid;
  }
  .mpt-toppings-overview .mpt-toppings-overview-body .mpt-toppings-overview-item {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 20px;
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    border-top: 1px solid var(--border);
    border-radius: 0px;
    background: var(--white);
  }
  .mpt-toppings-overview .mpt-toppings-overview-body .mpt-toppings-overview-item:last-child {
    border-radius: 0px 0px 8px 8px;
    border-bottom: 1px solid var(--border);
  }
  .mpt-toppings-overview .mpt-toppings-overview-body .mpt-toppings-overview-item .mpt-toppings-overview-col {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
    overflow-wrap: anywhere;
  }
  .mpt-toppings-overview .mpt-toppings-overview-body .mpt-toppings-overview-item .mpt-toppings-overview-col::before {
    color: var(--grey-text);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.1;
  }
  .mpt-toppings-overview .mpt-toppings-overview-body .mpt-toppings-overview-item .mpt-toppings-overview-col:nth-child(1) {
    grid-column: 1/-1;
    font-weight: 700;
  }
  .mpt-toppings-overview .mpt-toppings-overview-body .mpt-toppings-overview-item .mpt-toppings-overview-col:nth-child(2)::before {
    content: "Tilføjet";
  }
  .mpt-toppings-overview .mpt-toppings-overview-body .mpt-toppings-overview-item .mpt-toppings-overview-col:nth-child(3)::before {
    content: "Fjernet";
  }
  .mpt-toppings-overview .mpt-toppings-overview-body .mpt-toppings-overview-item .mpt-toppings-overview-col:nth-child(4)::before {
    content: "Omsætning";
  }
  .mpt-toppings-highlights {
    padding: 20px;
  }
  .mpt-toppings-highlights .mpt-toppings-highlights-items {
    gap: 14px;
  }
  .mpt-toppings-highlights .mpt-toppings-highlights-items .mpt-toppings-highlights-item {
    align-items: center;
    gap: 10px;
  }
  .mpt-toppings-highlights .mpt-toppings-highlights-items .mpt-toppings-highlights-item .mpt-toppings-highlights-item-left {
    min-width: 0;
    gap: 10px;
  }
  .mpt-toppings-highlights .mpt-toppings-highlights-items .mpt-toppings-highlights-item .mpt-toppings-highlights-item-left .mpt-toppings-highlights-item-icon-wrapper {
    padding: 4px;
  }
  .mpt-toppings-highlights .mpt-toppings-highlights-items .mpt-toppings-highlights-item .mpt-toppings-highlights-item-left .mpt-toppings-highlights-item-icon-wrapper .highlight-icon {
    height: 10px !important;
    width: 10px !important;
  }
  .mpt-toppings-highlights .mpt-toppings-highlights-items .mpt-toppings-highlights-item .mpt-toppings-highlights-item-left .mpt-toppings-highlights-label {
    font-size: 13px;
    line-height: 1.25;
  }
  .mpt-toppings-highlights .mpt-toppings-highlights-items .mpt-toppings-highlights-item .mpt-toppings-highlights-value {
    min-width: 0;
    font-size: 13px;
    line-height: 1.25;
    text-align: right;
    overflow-wrap: anywhere;
  }
  .mpt-ptb {
    min-width: 0;
  }
  .mpt-ptb .mpt-ptb-card,
  .mpt-ptb .mpt-ptb-card-head,
  .mpt-ptb .mpt-ptb-card-panel,
  .mpt-ptb .mpt-ptb-section,
  .mpt-ptb .mpt-ptb-list-item {
    min-width: 0;
  }
  .mpt-busy-hours-card,
  .mpt-busy-periods-card,
  .top-pages-widget,
  [data-stats-kpis] {
    min-width: 0;
  }
  .mpt-busy-hours .mpt-busy-hours-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }
  .mpt-busy-hours .mpt-busy-hours-header h2 {
    font-size: 18px;
    line-height: 1.2;
  }
  .mpt-busy-hours .mpt-busy-hours-grid {
    width: 100%;
    min-width: 0;
  }
  .mpt-busy-hours .mpt-busy-hours-item,
  .mpt-busy-hours .mpt-busy-hours-cell {
    min-width: 0;
  }
  .mpt-busy-periods-card .mpt-busy-periods-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
  }
  .mpt-busy-periods-card .mpt-busy-periods-header h2 {
    font-size: 18px;
    line-height: 1.2;
  }
  .mpt-busy-periods-card .mpt-busy-periods-header .mpt-busy-periods-header-meta {
    width: 100%;
    min-width: 0;
  }
  .mpt-busy-periods {
    padding: 14px;
  }
  [data-stats-kpis] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }
  [data-stats-kpis] .dashboard-card {
    min-width: 0;
    padding: 14px;
  }
  .top-pages-widget .top-pages-header {
    padding: 16px;
  }
  .top-pages-widget .table-body .table-header,
  .top-pages-widget .top-pages-list .top-pages-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }
  .top-pages-widget .top-pages-list .top-pages-row {
    min-width: 0;
    padding: 14px 16px;
  }
  .top-pages-widget .top-pages-list .top-pages-row .top-pages-main,
  .top-pages-widget .top-pages-list .top-pages-row .top-pages-title,
  .top-pages-widget .top-pages-list .top-pages-row .top-pages-meta {
    min-width: 0;
  }
  .top-pages-widget .top-pages-list .top-pages-row .top-pages-title {
    overflow-wrap: anywhere;
  }
}/*# sourceMappingURL=responsiv.css.map */