/* Base styling for table headers */
table.dataTable thead th {
  position: relative;
  padding-right: 30px; /* Space for sorting icon */
}

/* Datatable Loading/processing */
.dt-processing {
  color: #fff;
  position: absolute;
  float: left;
  left: 44%;
  padding: 22px;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: unset;
  text-align: center;
}

/* Default unsorted state */
table.dataTable thead th.dt-orderable-asc::after,
table.dataTable thead th.dt-orderable-desc::after {
  font-family: 'Material Symbols Outlined';
  content: 'unfold_more'; /* ↕ */
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: gray;
}

.dt-column-title {
  padding-right: 12px;
}

/* Ascending sort */
table.dataTable thead th.dt-ordering-asc::after {
  content: 'keyboard_arrow_up'; /* ↑ */
  color: gray;
  font-size: 18px;
}

/* Descending sort */
table.dataTable thead th.dt-ordering-desc::after {
  content: 'keyboard_arrow_down'; /* ↓ */
  color: gray;
  font-size: 18px;
}

.sticky-card-header {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
}

.scrollable-card-body {
  max-height: 345px;
  overflow-y: auto;
}

table.dataTable thead th.dt-orderable-none::after {
  display: none;
}

.dt-length *,
.dt-search * {
  display: inline;
}

.dt-length select {
  width: 75px;
}

.dt-search input[type='search'] {
  width: 200px;
}

.dt-search label {
  padding-right: 8px;
}

/* location assignment custom styles */
.province-sidebar {
  border-right: 1px solid #ccc;
}

.location-assignment-fixed-height {
  height: 500px;
	max-height: 500px !important;
  overflow-y: auto;
  overflow-x: hidden;
	border: 0;
}

.custom-button-color {
  background-color: #E5F3DF;
  &:hover {
    background-color: #E5F3DF;
  }
  &:active {
    background-color: #E5F3DF;
    border-color: #E5F3DF;
  }
}

.form-check-input[type=checkbox]:indeterminate,
.custom-checkbox .form-check-input:checked {
  background-color: #63B138;
  border-color: #63B138;
}

.custom-checkbox .form-check-input:checked::before {
  background-color: #63B138;
}

/* pending_address/customer_profile style */
.fixed-height {
  display: inline-block;
  border: 1px solid #ccc;
}
/* end */
a.dropdown-toggle:after {
  display: none;
}

.dropdown-toggle:empty::after {
  font-size: 20px;
}

/* for ordering day of delivery schedules and barangay delivery schedules */
.weekDays-selector input {
  display: none !important;
}

.weekDays-selector input[type='checkbox'] + label,
.weekDay {
  display: inline-block;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #ababab;
  height: 35px;
  width: 35px;
  margin-right: 8px;
  line-height: 31px;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
}

.weekDays-selector input[type='checkbox']:checked + label,
.weekDay:hover,
.weekDay {
  background: #4bad48;
  border: 1px solid #4bad48;
  color: #ffffff;
}

.fg-row {
  margin-bottom: 8px !important;
  margin-left: 10px
}

.fg-row label {
  line-height: 32px;
}

.schedule-height {
  min-height: 42px
}

.input-xs {
  height: 43px;
  display: inline-block;
  border-radius: 7px;
  border: 1px solid #edeeef;
  font-size: 13px;
  padding: 0px 6px;
}

hr.new-line {
  border: 0.5px solid gray;
}

.new-header {
  color:#7b8c9d;
  font-weight: 500;
}

.ms-custom {
  margin-left: 2.2rem;
}

/* for tom-select */
.ts-control {
  padding: 10px;
}

.banner {
  height: 270px;
}

.fsc-9 {
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.width-450 {
  width: 450px;
}

.table-condensed td, .table-condensed th {
  padding: 10px 4px!important;
}

tfoot tr.border-top-4 {
  border-top: 4px solid #e1e7ed !important
}

.fsc-9 {
  font-size: 0.8rem;
  letter-spacing: 1px;
}

tr.unopened-order td {
  background-color: #ced4da !important;
  transition: background-color 0.3s ease !important;
}

.title-badge {
  float: left;
  margin-top: -17px;
  margin-left: 100px;
}

.table td:first-child,
.table.dataTable td.text-muted,
.table.dataTable td:first-child {
  font-weight: 600;
  color: #7b8c9d;
}

nav.custom-breadcrumb {
  margin-top: 63px !important;
  top: 80px;
}

nav.custom-breadcrumb .breadcrumb {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 9px;
}

nav.custom-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #4bad48;
}


/* Qne Product Linking */
.fixed-size-table {
  width: 500px; /* Adjust this value to your desired fixed width */
  table-layout: fixed;
}

.barcode-cell {
  white-space: nowrap;
  overflow-x: auto;
}

.barcode-content {
  min-width: 200px; /* Adjust this value to your desired minimum width */
  max-width: 200px; /* Adjust this value to your desired maximum width */
}

.vertical-line {
  border-left: 2px solid #000; /* Adjust color and thickness as needed */
  height: 100px; /* Adjust height as needed */
  margin-left: 20px; /* Adjust margin as needed */
}

.sp-cart {
  font-size: 7em; /* Twice the size of the surrounding text */
}

.fs-10 {
  font-size: 10pt;
}
.clickable-row {
  cursor: pointer;
}
/* end */

.custom-material-icon {
  font-size: 19px;
  vertical-align: text-top;
}

.custom-card-text {
  margin-right: 1rem;
  color: #6c757d;
  font-size: 1rem;
}

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

.menu-white>ul>li.open>a>i, .menu-white>ul>li.active-page>a,
.menu-white>ul>li.open>a, .menu-white>ul>li>a:hover {
  color: #198754 !important;
}

.menu-white>ul>li.active-page>a>i:not(.has-sub-menu).material-icons-outlined,
.menu-white>ul>li.open>a>i:not(.has-sub-menu).material-icons-outlined,
.menu-white>ul>li>a:hover>i:not(.has-sub-menu).material-icons-outlined
{
  filter: invert(42%) sepia(29%) saturate(564%) hue-rotate(28deg) brightness(119%) contrast(95%) !important;
}


select[readonly] option, select[readonly] optgroup {
  display: none;
}

.shrink {
  flex-shrink: 1.5;
}

.fixed-hover-bottom {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
}

input.form-control[readonly] {
  background-color:#e9ecef !important;
  opacity: .5;
}

/* style for password requirements */
.requirement { font-weight: bold; }
.unmet { color: red; }    /* Unmet requirements are red by default */
.valid { color: green; }  /* Met requirements turn green */
/* end */

img[src="#"] {
  display: none;
}

.custom-col-md-4 {
  flex: 1 1 auto;
  width: 33.33333333%
}

.tooltip-inner > .custom-reset > * {
  text-align: left;
}

.password-icon {
  position: absolute;
  top: 50%;
  right: 0.7rem;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  height: 1rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.icon-light-black {
  color: #666666;
}

.hidden {
  display: none !important;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}
/* end */

/* for QNE connection */
.health-bubble {
  display: inline-block;
  width: 20px; /* make it larger */
  height: 20px; /* make it larger */
  border-radius: 50%;
  animation: breathe 2s infinite ease-in-out; /* add animation */
}

@keyframes breathe {
  0%, 100% { transform: scale(0.7); }
  50% { transform: scale(1); }
}

.connected {
  background-color: green;
}

.disconnected {
  background-color: red;
}
/* END */

.my-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--read-more-line-clamp, 2);
}

.badge-dark-green {
  background: #D8E9BF;
}

input.form-check-input:checked {
  background-color: #63B138;
  border-color: #63B138;
}

/* overriding dropzone blurring when hover */
.dz-preview:hover .dz-image {
  filter: none !important;
}

/* Fit the whole image inside the preview box */
.dropzone .dz-image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}

/* Optional: increase thumbnail size */
.dropzone .dz-preview .dz-image {
  width: 150px;
  height: 150px;
}

/* Make remove button always on top */
.dz-preview .dz-remove {
  z-index: 9999 !important;
  position: absolute !important;
  top: 5px;
  right: 5px;
  background: rgba(0,0,0,0.6);
  color: #fff !important;
  padding: 3px 6px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px;
}

/* Custom for text area heigth */
.text-area-height {
  min-height: 12.1rem;
}

.w-1 {
  width: 1% !important;
}

.w-20 {
  width: 20% !important;
}

.w-15 {
  width: 15% !important;
}

.text-gray {
  color: #5f5e5e !important;
}

/* Setup incomplete page */
.setup-incomplete-page {
  width: 100%;
  min-height: 100vh;
  overflow-y: auto;
  background:
    radial-gradient(circle at top left, rgba(75, 173, 72, 0.14), transparent 32rem),
    linear-gradient(135deg, #f8fafc 0%, #eef7f1 44%, #f8fafc 100%);
  color: #111827;
}

.setup-incomplete-shell {
  width: min(1120px, calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 3rem 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: 2rem;
}

.setup-incomplete-hero,
.setup-incomplete-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.26);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
}

.setup-incomplete-hero {
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 8px;
}

.setup-incomplete-brand {
  margin-bottom: 2.25rem;
}

.setup-incomplete-logo {
  width: min(360px, 78vw);
  height: auto;
}

.setup-incomplete-status {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0.48rem 0.85rem;
  border: 1px solid rgba(217, 119, 6, 0.26);
  border-radius: 999px;
  background: #fffbeb;
  color: #a16207;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.setup-incomplete-status .material-icons-outlined {
  font-size: 1.05rem;
}

.setup-incomplete-hero h1 {
  max-width: 760px;
  margin: 0 0 1rem;
  color: #111827;
  font-size: clamp(2rem, 5vw, 4.35rem);
  font-weight: 800;
  line-height: 1.03;
}

.setup-incomplete-hero p {
  max-width: 680px;
  margin: 0;
  color: #4b5563;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.8;
}

.setup-incomplete-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.setup-incomplete-primary-action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 8px;
  padding: 0.85rem 1.25rem;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(25, 135, 84, 0.22);
}

.setup-incomplete-primary-action .material-icons-outlined {
  font-size: 1.25rem;
}

.setup-incomplete-help-text {
  color: #6b7280;
  font-size: 0.92rem;
}

.setup-incomplete-panel {
  border-radius: 8px;
  padding: 1.5rem;
}

.setup-incomplete-panel-header {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eef2f7;
}

.setup-incomplete-panel-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e6fcf0;
  color: #4bad48;
  font-size: 1.55rem !important;
}

.setup-incomplete-eyebrow {
  margin: 0 0 0.2rem;
  color: #6b7280;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.setup-incomplete-panel h2 {
  margin: 0;
  color: #111827;
  font-size: 1.2rem;
  font-weight: 800;
}

.setup-incomplete-meter {
  margin: 1.35rem 0;
  padding: 1rem;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #f8fafc;
}

.setup-incomplete-meter-label {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #4b5563;
  font-size: 0.85rem;
}

.setup-incomplete-meter-label strong {
  color: #dc2626;
  font-size: 1rem;
}

.setup-incomplete-meter-track {
  height: 8px;
  margin-top: 0.75rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e5e7eb;
}

.setup-incomplete-meter-track span {
  display: block;
  width: 12%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f59e0b, #ef4444);
}

.setup-incomplete-steps {
  display: grid;
  gap: 0.8rem;
}

.setup-incomplete-step {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.95rem;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #fff;
}

.setup-incomplete-step > .material-icons-outlined {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 1.15rem;
}

.setup-incomplete-step strong,
.setup-incomplete-step small {
  display: block;
}

.setup-incomplete-step strong {
  color: #111827;
  font-size: 0.92rem;
}

.setup-incomplete-step small {
  margin-top: 0.15rem;
  color: #6b7280;
  line-height: 1.5;
}

.setup-incomplete-step-complete > .material-icons-outlined {
  background: #dcfce7;
  color: #16a34a;
}

.setup-incomplete-step-active {
  border-color: rgba(245, 158, 11, 0.34);
  background: #fffbeb;
}

.setup-incomplete-step-active > .material-icons-outlined {
  background: #fef3c7;
  color: #d97706;
}

.setup-form-shell {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
}

.setup-form-status {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0.48rem 0.85rem;
  border: 1px solid rgba(22, 163, 74, 0.24);
  border-radius: 999px;
  background: #f0fdf4;
  color: #16a34a;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.setup-form-status .material-icons-outlined {
  font-size: 1.05rem;
}

.setup-form-progress {
  max-width: 560px;
  margin-top: 2rem;
  display: grid;
  gap: 0.85rem;
}

.setup-form-step-active {
  border-color: rgba(75, 173, 72, 0.35);
  background: #f0fdf4;
}

.setup-form-step-active > .material-icons-outlined {
  background: #dcfce7;
  color: #16a34a;
}

.setup-form-card {
  padding: 1.5rem;
}

.setup-form {
  margin-top: 1.25rem;
}

.setup-form-fields {
  display: grid;
  gap: 0.95rem;
}

.setup-form-field {
  display: grid;
  gap: 0.4rem;
}

.setup-form-label {
  margin: 0;
  color: #374151;
  font-size: 0.8rem;
  font-weight: 700;
}

.setup-form-control {
  min-height: 50px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f8fafc;
  color: #111827;
  font-size: 0.95rem;
  box-shadow: none;
}

.setup-form-control:focus {
  border-color: rgba(75, 173, 72, 0.55);
  background: #fff;
  box-shadow: 0 0 0 0.2rem rgba(75, 173, 72, 0.12);
}

.setup-form-password-control {
  padding-right: 3rem;
}

.setup-form-requirements {
  margin: 1.1rem 0 1.25rem;
  padding: 1rem;
  display: grid;
  gap: 0.6rem;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #f8fafc;
}

.setup-form-requirement {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #6b7280;
}

.setup-form-requirement .material-icons-outlined {
  font-size: 1.1rem;
  color: #9ca3af;
}

.setup-form-requirement small {
  line-height: 1.4;
}

.setup-form-requirement .valid,
.setup-form-requirement .material-icons-outlined.valid {
  color: #16a34a;
}

.setup-form-requirement .unmet,
.setup-form-requirement .material-icons-outlined.unmet {
  color: #dc2626;
}

.setup-form-submit {
  min-height: 52px;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(25, 135, 84, 0.22);
}

.setup-session-shell {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
}

.setup-session-status {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0.48rem 0.85rem;
  border: 1px solid rgba(59, 130, 246, 0.24);
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.setup-session-status .material-icons-outlined {
  font-size: 1.05rem;
}

.setup-session-step-active {
  border-color: rgba(59, 130, 246, 0.3);
  background: #eff6ff;
}

.setup-session-step-active > .material-icons-outlined {
  background: #dbeafe;
  color: #2563eb;
}

.setup-session-card {
  padding: 1.5rem;
}

.setup-session-alert {
  margin-top: 1.25rem;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  border: 1px solid rgba(220, 38, 38, 0.24);
  border-radius: 8px;
  background: #fef2f2;
  color: #b91c1c;
  font-size: 0.88rem;
  font-weight: 600;
}

.setup-session-alert .material-icons-outlined {
  flex-shrink: 0;
  font-size: 1.2rem;
}

.setup-session-form {
  margin-top: 1.25rem;
}

.setup-session-submit {
  margin-top: 1.25rem;
}

@media (max-width: 920px) {
  .setup-incomplete-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 575.98px) {
  .setup-incomplete-shell {
    width: min(100% - 1rem, 1120px);
    padding: 0.5rem 0;
    gap: 0.75rem;
  }

  .setup-incomplete-hero,
  .setup-incomplete-panel {
    padding: 1.2rem;
  }

  .setup-incomplete-actions,
  .setup-incomplete-primary-action {
    width: 100%;
  }

  .setup-incomplete-primary-action {
    justify-content: center;
  }
}

.form-shell-title {
  font-size: 3rem !important;
}

.animate-scale {
  transition: transform 0.25s ease, color 0.25s ease;
}

.animate-scale:hover {
  transform: scale(1.4);
  opacity: 1;
}

/* Custom border for carrier radio button */
.carrier-radio-border {
  border: 2px solid #7f7f7f !important;
}

.lh-2 {
  line-height: 2;
}

/* Datagrid */
.datagrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.datagrid-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.5rem;
}
.datagrid-title {
  font-size: 0.875rem;
  color: rgb(105 105 105 / 75%);
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.datagrid-content {
  font-size: 1rem;
  color: var(--bs-body-color, #212529);
  font-weight: 400;
}
.status {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  background-color: var(--bs-gray-200, #e9ecef);
  color: var(--bs-body-color, #212529);
}
.status-green {
  background-color: #d1e7dd;
  color: #0f5132;
}
.avatar {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.avatar-xs {
  width: 24px;
  height: 24px;
}
.avatar-list {
  display: flex;
  align-items: center;
}
.avatar-list-stacked .avatar {
  margin-left: -8px;
  border: 2px solid #fff;
}

/* for dropdown */
.dropdown-menu:not(.show) {
  display: none;
}

.grid-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.card.card--no-margin {
  margin-bottom: 0;
}

table.table-sm tbody tr td,
table.table-sm tbody tr th,
table.table-sm thead tr th {
  padding: 0.8rem !important;
}

/* css for auto assign picklist */
.bg-queue-gradient {
  background: linear-gradient(to left,rgba(217, 45, 32, 0.16),rgb(217, 45, 32, 0.16)); /* Example blue gradient */
}
.bg-picking-gradient {
  background: linear-gradient(to left,rgba(255, 127, 70, 0.16),rgb(255, 127, 70, 0.16)); /* Example blue gradient */
}
.bg-picked-gradient {
  background: linear-gradient(to left,rgba(99, 177, 56, 0.16),rgb(99, 177, 56, 0.16)); /* Example blue gradient */
}
.bg-priority-gradient {
  background: linear-gradient(to left, rgba(130, 29, 174, 0.99),rgb(130, 29, 174, 0.99)); /* Stronger violet gradient */
}
.bg-gradient-violet {
  background: linear-gradient(90deg, #F2EDFC, hsl(270, 24%, 92%)); /* Gradient from light violet to a slightly darker shade */
  color: #5820D9; /* Violet text color */
}
.bg-gradient-orange {
  background: linear-gradient(to left, rgba(255, 195, 130, 0.99),rgba(253, 218, 148, 0.99)); /* Stronger violet gradient */
}
table.table-sm tbody tr td {
  padding: 0.5rem 0.75rem !important;
}

/* Picklist queue board */
.picklist-queue-page {
  display: grid;
  gap: 1.25rem;
}

.picklist-queue-header {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

.picklist-queue-status {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.8rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(75, 173, 72, 0.24);
  border-radius: 999px;
  background: #f0fdf4;
  color: #16a34a;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.picklist-queue-status .material-icons-outlined {
  font-size: 1rem;
}

.picklist-queue-header h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.1;
}

.picklist-queue-header p {
  max-width: 560px;
  margin: 0.55rem 0 0;
  color: #6b7280;
  font-size: 0.95rem;
}

.picklist-queue-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 0.8rem;
  align-self: center;
}

.picklist-queue-summary-item {
  min-width: 120px;
  padding: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #f8fafc;
}

.picklist-queue-summary-item > .material-icons-outlined {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.25rem;
}

.picklist-queue-summary-item strong,
.picklist-queue-summary-item small {
  display: block;
}

.picklist-queue-summary-item strong {
  color: #111827;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}

.picklist-queue-summary-item small {
  margin-top: 0.18rem;
  color: #6b7280;
  font-size: 0.74rem;
  font-weight: 600;
}

.picklist-queue-summary-item--waiting > .material-icons-outlined {
  background: #fef2f2;
  color: #dc2626;
}

.picklist-queue-summary-item--assigned > .material-icons-outlined {
  background: #fffbeb;
  color: #d97706;
}

.picklist-queue-summary-item--picked > .material-icons-outlined {
  background: #dcfce7;
  color: #16a34a;
}

.picklist-queue-toolbar {
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr)) minmax(240px, 1.2fr);
  gap: 0.75rem;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
}

.picklist-queue-filter,
.picklist-queue-search {
  position: relative;
}

.picklist-queue-filter > .material-icons-outlined,
.picklist-queue-search > .material-icons-outlined {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 1.1rem;
  pointer-events: none;
}

.picklist-queue-control {
  min-height: 42px;
  padding-left: 2.45rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background-color: #f8fafc;
  color: #111827;
  box-shadow: none;
}

select.picklist-queue-control {
  padding-left: 2.45rem;
}

.picklist-queue-control:focus {
  border-color: rgba(75, 173, 72, 0.55);
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(75, 173, 72, 0.12);
}

.picklist-queue-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.picklist-queue-lane {
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.picklist-queue-lane--waiting {
  background: linear-gradient(180deg, rgba(254, 242, 242, 0.9), #fff);
}

.picklist-queue-lane--assigned {
  background: linear-gradient(180deg, rgba(255, 251, 235, 0.95), #fff);
}

.picklist-queue-lane--picked {
  background: linear-gradient(180deg, rgba(240, 253, 244, 0.95), #fff);
}

.picklist-queue-list {
  min-height: 460px;
  padding: 1rem;
}

.picklist-queue-lane-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.picklist-queue-lane-title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.picklist-queue-lane-title > .material-icons-outlined {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 1.25rem;
}

.picklist-queue-lane--waiting .picklist-queue-lane-title > .material-icons-outlined {
  background: #fee2e2;
  color: #dc2626;
}

.picklist-queue-lane--assigned .picklist-queue-lane-title > .material-icons-outlined {
  background: #fef3c7;
  color: #d97706;
}

.picklist-queue-lane--picked .picklist-queue-lane-title > .material-icons-outlined {
  background: #dcfce7;
  color: #16a34a;
}

.picklist-queue-lane-title h2 {
  margin: 0;
  color: #111827;
  font-size: 1rem;
  font-weight: 800;
}

.picklist-queue-lane-title small {
  display: block;
  margin-top: 0.15rem;
  color: #6b7280;
  font-size: 0.72rem;
}

.picklist-queue-lane-header > strong {
  min-width: 42px;
  height: 42px;
  padding: 0 0.55rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #111827;
  font-size: 1.2rem;
  font-weight: 800;
  box-shadow: 0 1px 8px rgba(15, 23, 42, 0.08);
}

.picklist-queue-items {
  display: grid;
  gap: 0.8rem;
}

.picklist-queue-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 10px rgba(15, 23, 42, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.picklist-queue-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.09);
}

.picklist-queue-item-index {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 0.82rem;
  font-weight: 800;
}

.picklist-queue-item-content {
  min-width: 0;
  flex: 1;
}

.picklist-queue-item-reference {
  margin-bottom: 0.4rem;
}

.picklist-queue-item-reference a span {
  font-size: 1rem !important;
}

.picklist-queue-item-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.65rem;
}

.picklist-queue-item-badges .badge {
  font-size: 0.68rem !important;
  line-height: 1.2;
}

.picklist-queue-store {
  display: grid;
  gap: 0.18rem;
}

.picklist-queue-store strong,
.picklist-queue-store span {
  color: #111827;
  font-size: 0.9rem;
  font-weight: 700;
}

.picklist-queue-store small,
.picklist-queue-store small span {
  color: #6b7280;
  font-size: 0.78rem !important;
  line-height: 1.45;
}

.picklist-queue-meta {
  margin-top: 0.75rem;
  padding-top: 0.65rem;
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  border-top: 1px solid #f1f5f9;
  color: #6b7280;
  font-size: 0.75rem;
}

.picklist-queue-meta strong {
  color: #374151;
}

.picklist-queue-meta time {
  color: #9ca3af;
  text-align: right;
  white-space: nowrap;
}

.picklist-queue-empty {
  min-height: 260px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.45rem;
  padding: 2rem 1rem;
  border: 1px dashed #d1d5db;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  color: #6b7280;
  text-align: center;
}

.picklist-queue-empty .material-icons-outlined {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: #9ca3af;
  font-size: 1.6rem;
}

.picklist-queue-empty strong {
  color: #374151;
  font-size: 0.92rem;
}

.picklist-queue-empty small {
  max-width: 220px;
  line-height: 1.5;
}

@media (max-width: 1199.98px) {
  .picklist-queue-header,
  .picklist-queue-board {
    grid-template-columns: 1fr;
  }

  .picklist-queue-header {
    display: grid;
  }

  .picklist-queue-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .picklist-queue-header,
  .picklist-queue-toolbar,
  .picklist-queue-list {
    padding: 1rem;
  }

  .picklist-queue-summary,
  .picklist-queue-toolbar {
    grid-template-columns: 1fr;
  }

  .picklist-queue-meta {
    display: grid;
  }

  .picklist-queue-meta time {
    text-align: left;
    white-space: normal;
  }
}

.scroll-to-top-btn {
  opacity: 0.75;
  position: fixed;
  right: 50px;
  display: none;
  bottom: 10px;
  z-index: 9999 !important;
}

.badge-order-status-voided {
  background-color: #E20000;
  color: #FFFFFF;
}

.badge-order-status-invoiced {
  background-color: #F78600;
  color: #FFFFFF;
}

.badge-order-status-picking {
  background-color: #FDF0CC;
  color: #F7B200;
}

.badge-order-status-picked {
  background-color: #F7B200;
  color: #FFFFFF;
}

.badge-order-status-invoicing {
  background-color: #FDE7CC;
  color: #F78600;
}

.badge-order-status-pending {
  background-color: #6F6F6F;
  color: #FFFFFF;
}

.badge-order-status-acknowledged {
  background-color: #CCE7FF;
  color: #0085FF;
}

.badge-order-status-assigning {
  background-color: #CCE7FF;
  color: #0085FF;
}

.badge-order-status-queued {
  background-color: #0085FF;
  color: #FFFFFF;
}

/* Dashboard */
@keyframes dash-fade-up {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.dash-animate-in {
  opacity: 0;
  animation: dash-fade-up 0.42s ease forwards;
  animation-delay: var(--dash-delay, 0ms);
}

.dash-header {
  margin-bottom: 1.25rem;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

.dash-status,
.dash-badge-neutral {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.dash-status {
  margin-bottom: 0.8rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(75, 173, 72, 0.24);
  background: #f0fdf4;
  color: #16a34a;
}

.dash-status .material-icons-outlined {
  font-size: 1rem;
}

.dash-header h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1.1;
}

.dash-header p {
  max-width: 680px;
  margin: 0.6rem 0 0;
  color: #6b7280;
  font-size: 0.95rem;
}

.dash-header-card {
  min-width: 260px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  align-self: center;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #f8fafc;
}

.dash-header-card > .material-icons-outlined,
.dash-panel-title > .material-icons-outlined,
.dash-leaderboard-card__header-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dash-header-card > .material-icons-outlined {
  background: #e6fcf0;
  color: #4bad48;
  font-size: 1.25rem;
}

.dash-header-card strong,
.dash-header-card small {
  display: block;
}

.dash-header-card strong {
  color: #111827;
  font-size: 0.9rem;
}

.dash-header-card small {
  margin-top: 0.15rem;
  color: #6b7280;
  line-height: 1.45;
}

.dash-kpi-grid {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.dash-kpi-card,
.dash-mini-card,
.dash-panel,
.dash-leaderboard-card {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

.dash-kpi-card {
  position: relative;
  min-height: 135px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.dash-kpi-card:hover,
.dash-mini-card:hover,
.dash-leaderboard-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.09);
}

.dash-kpi-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
}

.dash-kpi-card--green::before { background: #4bad48; }
.dash-kpi-card--orange::before { background: #f59e0b; }
.dash-kpi-card--blue::before { background: #3b82f6; }

.dash-kpi-card__top {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.dash-kpi-card__icon,
.dash-mini-card__icon {
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dash-kpi-card__icon {
  width: 46px;
  height: 46px;
}

.dash-kpi-card__icon .material-icons-outlined {
  font-size: 1.35rem;
}

.dash-kpi-card--green .dash-kpi-card__icon { background: #f0fdf4; color: #16a34a; }
.dash-kpi-card--orange .dash-kpi-card__icon { background: #fffbeb; color: #d97706; }
.dash-kpi-card--blue .dash-kpi-card__icon { background: #eff6ff; color: #2563eb; }

.dash-kpi-card__label {
  color: #374151;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dash-kpi-card__sub {
  margin-top: 0.2rem;
  color: #6b7280;
  font-size: 0.76rem;
}

.dash-kpi-card__value {
  color: #111827;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.dash-mini-grid {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.dash-mini-card {
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.dash-mini-card__icon {
  width: 42px;
  height: 42px;
}

.dash-mini-card__icon .material-icons-outlined {
  font-size: 1.2rem;
}

.dash-mini-card__icon--blue { background: #eff6ff; color: #2563eb; }
.dash-mini-card__icon--teal { background: #f0fdfa; color: #0d9488; }
.dash-mini-card__icon--yellow { background: #fffbeb; color: #d97706; }

.dash-mini-card__content {
  min-width: 0;
  flex: 1;
}

.dash-mini-card__value {
  color: #111827;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.dash-mini-card__label {
  margin-top: 0.15rem;
  color: #6b7280;
  font-size: 0.76rem;
  font-weight: 600;
}

.dash-panel {
  margin-bottom: 1rem;
  padding: 1.25rem;
}

.dash-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.dash-panel-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.dash-panel-title > .material-icons-outlined {
  background: #e6fcf0;
  color: #4bad48;
  font-size: 1.25rem;
}

.dash-panel-title h2 {
  margin: 0;
  color: #111827;
  font-size: 1rem;
  font-weight: 800;
}

.dash-panel-title small {
  display: block;
  margin-top: 0.15rem;
  color: #6b7280;
  font-size: 0.76rem;
}

.dash-badge-neutral {
  padding: 0.42rem 0.8rem;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  color: #6b7280;
}

.dash-chart-container {
  height: 340px;
}

.dash-chart-container canvas {
  width: 100% !important;
  height: 100% !important;
}

.dash-leaderboards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.dash-leaderboard-card {
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.dash-leaderboard-card__header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #eef2f7;
  background: #fff;
}

.dash-leaderboard-card__header-icon .material-icons-outlined {
  font-size: 1.2rem;
}

.dash-leaderboard-card__header-icon--green { background: #e6fcf0; color: #4bad48; }
.dash-leaderboard-card__header-icon--purple { background: #edeafd; color: #562cf5; }

.dash-leaderboard-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 1.25rem;
  border-bottom: 1px solid #f1f5f9;
}

.dash-leaderboard-item:last-child {
  border-bottom: none;
}

.dash-leaderboard-item__score {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #f3f4f6;
  color: #374151;
  font-size: 0.9rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.dash-leaderboard-item:nth-child(1) .dash-leaderboard-item__score {
  background: #fef3c7;
  color: #b45309;
}

.dash-leaderboard-item:nth-child(2) .dash-leaderboard-item__score {
  background: #f3f4f6;
  color: #4b5563;
}

.dash-leaderboard-item:nth-child(3) .dash-leaderboard-item__score {
  background: #ffedd5;
  color: #c2410c;
}

.dash-leaderboard-item__info {
  min-width: 0;
  flex: 1;
}

.dash-leaderboard-item__name {
  margin-bottom: 0.2rem;
  overflow: hidden;
  color: #111827;
  font-size: 0.88rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dash-leaderboard-item__rank-pill {
  width: fit-content;
  display: inline-flex;
  padding: 0.16rem 0.55rem;
  border-radius: 999px;
  background: #f8fafc;
  color: #6b7280;
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .dash-header {
    display: grid;
  }

  .dash-header-card {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .dash-kpi-grid,
  .dash-mini-grid,
  .dash-leaderboards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .dash-header,
  .dash-panel {
    padding: 1rem;
  }

  .dash-panel-header {
    display: grid;
  }

  .dash-chart-container {
    height: 280px;
  }
}

.style-2 h1 {
  font-size: 2rem;
}

/* Warehouse display tokens */
.tv-tokens-page {
  display: grid;
  gap: 1.25rem;
}

.tv-tokens-header,
.tv-rotation-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.tv-tokens-eyebrow {
  margin-bottom: 0.35rem;
  color: #4bad48;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tv-tokens-header h1,
.tv-rotation-copy h2 {
  margin: 0;
  color: #1f2937;
  font-weight: 700;
}

.tv-tokens-header h1 {
  font-size: 1.65rem;
}

.tv-tokens-header-copy,
.tv-rotation-copy p {
  max-width: 720px;
  margin: 0.45rem 0 0;
  color: #6b7280;
}

.tv-tokens-header-badge {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.5rem;
  min-height: 42px;
  padding: 0.55rem 0.8rem;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 700;
}

.tv-display-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tv-display-card {
  display: grid;
  gap: 1.1rem;
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.tv-display-card-header,
.tv-rotation-copy {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  min-width: 0;
}

.tv-display-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #e5f3df;
  color: #2f7d32;
}

.tv-display-title {
  min-width: 0;
}

.tv-display-title span {
  display: block;
  margin-bottom: 0.15rem;
  color: #94a3b8;
  font-size: 0.72rem;
  font-weight: 700;
}

.tv-display-title h2 {
  margin: 0;
  color: #111827;
  font-size: 1.05rem;
  font-weight: 700;
}

.tv-display-title p {
  margin: 0.35rem 0 0;
  color: #6b7280;
}

.tv-display-code .form-label,
.tv-rotation-form .form-label {
  margin-bottom: 0.4rem;
  color: #475569;
  font-size: 0.78rem;
  font-weight: 700;
}

.tv-display-code .form-control {
  height: 44px;
  border-color: #dbe3ef;
  color: #111827;
  font-weight: 700;
}

.tv-display-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  border-color: #dbe3ef;
  color: #475569;
}

.tv-display-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(112px, auto);
  gap: 0.65rem;
}

.tv-display-actions .btn,
.tv-rotation-form .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 42px;
  white-space: nowrap;
}

.tv-display-layout-button {
  border-color: #dbe3ef;
  color: #475569;
}

.tv-rotation-form {
  display: grid;
  grid-template-columns: minmax(160px, 220px) auto;
  align-items: end;
  gap: 0.8rem;
  flex: 0 0 auto;
}

.tv-rotation-form .form-control {
  height: 42px;
  border-color: #dbe3ef;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .tv-display-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .tv-tokens-header,
  .tv-rotation-card {
    display: grid;
    padding: 1rem;
  }

  .tv-tokens-header-badge,
  .tv-rotation-form,
  .tv-rotation-form .btn {
    width: 100%;
  }

  .tv-display-card {
    padding: 1rem;
  }

  .tv-display-actions,
  .tv-rotation-form {
    grid-template-columns: 1fr;
  }
}

/* for top five pickers and cashiers */
.dash-leaderboard-item__score {
  min-width: 2.5rem;
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
/* end */