@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";

/* apps/label/src/styles.css */
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #d1457a;
    --color-panel: var(--panel);
    --color-panel2: var(--panel2);
    --color-card: var(--elev);
    --color-ink: var(--ink);
    --color-ink-2: var(--ink2);
    --color-ink-3: var(--ink3);
    --color-border: var(--line);
    --color-border-2: var(--line2);
    --color-accent: var(--mag);
    --color-status-success: var(--grn-bg);
    --color-status-success-fg: var(--grn-fg);
    --color-status-danger: var(--red-bg);
    --color-status-danger-fg: var(--red-fg);
    --radius-card: 14px;
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.divide-border-2 > :not(:last-child)) {
    border-color: var(--color-border-2);
  }
  .rounded-card {
    border-radius: var(--radius-card);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-border {
    border-color: var(--color-border);
  }
  .border-status-danger {
    border-color: var(--color-status-danger);
  }
  .border-status-success {
    border-color: var(--color-status-success);
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-card {
    background-color: var(--color-card);
  }
  .bg-panel {
    background-color: var(--color-panel);
  }
  .bg-panel2 {
    background-color: var(--color-panel2);
  }
  .bg-status-danger {
    background-color: var(--color-status-danger);
  }
  .bg-status-success {
    background-color: var(--color-status-success);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-ink-2 {
    color: var(--color-ink-2);
  }
  .text-ink-3 {
    color: var(--color-ink-3);
  }
  .text-status-danger-fg {
    color: var(--color-status-danger-fg);
  }
  .text-status-success-fg {
    color: var(--color-status-success-fg);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  @media (hover: hover) {
    .hover\:bg-panel2:hover {
      background-color: var(--color-panel2);
    }
  }
  @media (hover: hover) {
    .hover\:text-ink:hover {
      color: var(--color-ink);
    }
  }
  .disabled\:opacity-50:disabled {
    opacity: 50%;
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
:root {
  --color-primary: #d1457a;
  --color-white: #fff;
  --color-light-gray: #f2f2f2;
  --color-gray: #808080;
  --font-jakarta: "Plus Jakarta Sans";
  --mag: var(--color-primary);
  --mag-d: #a12856;
  --mag-l: #f176ab;
  --mag-50: #fdf2f7;
  --mag-100: #fce7f0;
  --mag-700: #a12856;
  --bg: #ffffff;
  --panel: #fbfafb;
  --panel2: #f6f4f7;
  --elev: #ffffff;
  --ink: #16131a;
  --ink2: #5e5862;
  --ink3: #9a949f;
  --ink4: #bdb7c1;
  --line: #eceaee;
  --line2: #f4f2f5;
  --line3: #e2dfe6;
  --grn: #16a34a;
  --grn-bg: #dcfce7;
  --grn-fg: #166534;
  --amb: #b45309;
  --amb-bg: #fef3c7;
  --amb-fg: #92400e;
  --red: #dc2626;
  --red-bg: #fee2e2;
  --red-fg: #991b1b;
  --blu: #1e40af;
  --blu-bg: #dbeafe;
  --blu-fg: #1e3a8a;
  --pur: #6b21a8;
  --pur-bg: #f3e8ff;
  --pur-fg: #6b21a8;
  --shadow-sm: 0 1px 2px rgba(16, 12, 20, 0.06);
  --shadow: 0 4px 16px -8px rgba(16, 12, 20, 0.22);
  --shadow-lg: 0 18px 48px -16px rgba(16, 12, 20, 0.3);
  --shadow-pop: 0 12px 32px -10px rgba(16, 12, 20, 0.28);
  --ring: 0 0 0 3px rgba(209, 69, 122, 0.18);
  --rail: 248px;
  --topbar: 56px;
}
[data-theme=dark] {
  --mag: #e85a93;
  --mag-d: #d1457a;
  --mag-l: #f176ab;
  --mag-50: rgba(232, 90, 147, 0.12);
  --mag-100: rgba(232, 90, 147, 0.18);
  --mag-700: #f49ec0;
  --bg: #0e0d11;
  --panel: #16151b;
  --panel2: #1c1b22;
  --elev: #1a1920;
  --ink: #f1eef4;
  --ink2: #a8a2b0;
  --ink3: #736d7c;
  --ink4: #544f5c;
  --line: #272530;
  --line2: #1e1c25;
  --line3: #322f3c;
  --grn: #34d399;
  --grn-bg: rgba(52, 211, 153, 0.14);
  --grn-fg: #6ee7b7;
  --amb: #fbbf24;
  --amb-bg: rgba(245, 158, 11, 0.15);
  --amb-fg: #fcd34d;
  --red: #f87171;
  --red-bg: rgba(248, 113, 113, 0.15);
  --red-fg: #fca5a5;
  --blu: #93c5fd;
  --blu-bg: rgba(59, 130, 246, 0.16);
  --blu-fg: #bfdbfe;
  --pur: #d8b4fe;
  --pur-bg: rgba(168, 85, 247, 0.16);
  --pur-fg: #e9d5ff;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow: 0 6px 20px -10px rgba(0, 0, 0, 0.6);
  --shadow-lg: 0 22px 50px -16px rgba(0, 0, 0, 0.7);
  --shadow-pop: 0 14px 36px -10px rgba(0, 0, 0, 0.65);
  --ring: 0 0 0 3px rgba(232, 90, 147, 0.28);
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    "Plus Jakarta Sans",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--bg);
  color: var(--ink);
  overflow: hidden;
}
.review-footer-actions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
}
.review-btn {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid var(--line3);
  border-radius: 0.75rem;
  padding: 0.7rem 1.1rem;
  background: var(--elev);
  color: var(--ink);
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.25rem;
  box-shadow: var(--shadow-sm);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    opacity 160ms ease;
}
.review-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: var(--mag);
  box-shadow: var(--shadow);
}
.review-btn:focus-visible {
  outline: 2px solid var(--mag);
  outline-offset: 2px;
}
.review-btn:disabled {
  cursor: not-allowed;
  border-color: var(--line);
  background: var(--panel2);
  color: var(--ink3);
  box-shadow: none;
  opacity: 0.72;
}
.review-btn--primary {
  border-color: #9f2458;
  background: #9f2458;
  color: #fff;
}
.review-btn--primary:hover:not(:disabled) {
  background: #85254a;
}
.review-btn--success {
  border-color: #166534;
  background: #166534;
  color: #fff;
}
.review-btn--danger {
  border-color: #b91c1c;
  background: #b91c1c;
  color: #fff;
}
.review-btn--danger:hover:not(:disabled),
.review-btn--success:hover:not(:disabled) {
  filter: brightness(0.94);
}
.review-btn.review-btn--primary:disabled,
.review-btn.review-btn--success:disabled,
.review-btn.review-btn--danger:disabled {
  border-color: var(--line);
  background: var(--panel2);
  color: var(--ink3);
  filter: none;
}
@media (max-width: 639px) {
  .review-footer-actions > .review-btn {
    flex: 1 1 auto;
  }
  .review-footer-actions > .review-btn:last-child {
    flex-basis: 100%;
  }
}
.loader {
  width: 60px;
  --b: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%, var(--color-primary)) content-box;
  -webkit-mask:
    repeating-conic-gradient(
      #0000 0deg,
      #000 1deg 20deg,
      #0000 21deg 36deg),
    radial-gradient(
      farthest-side,
      #0000 calc(100% - var(--b) - 1px),
      #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: spin 1s infinite steps(10);
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.quill-inline .ql-toolbar.ql-snow {
  border: none;
  border-bottom: 1px solid #e5e7eb;
  padding: 8px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.quill-inline .ql-container.ql-snow {
  border: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
}
.quill-inline .ql-editor {
  padding: 16px 0;
}
.quill-inline .ql-editor.ql-blank::before {
  left: 0;
  font-style: italic;
  color: #9ca3af;
}
::selection {
  background: var(--mag-100);
  color: var(--mag-700);
}
.scroll {
  scrollbar-width: thin;
  scrollbar-color: var(--line3) transparent;
}
.scroll::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
.scroll::-webkit-scrollbar-thumb {
  background: var(--line3);
  border-radius: 5px;
  border: 2px solid var(--bg);
}
.theme-tr,
.theme-tr * {
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.15s ease;
}
@keyframes mbk-fade {
  from {
    transform: translateY(8px);
    opacity: 0.5;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes mbk-modal {
  from {
    transform: translateY(10px) scale(0.98);
    opacity: 0.6;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes mbk-drawer {
  from {
    transform: translateX(100%);
  }
  to {
    transform: none;
  }
}
@keyframes mbk-toast-in {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes mbk-scrim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mbk-underline {
  from {
    transform: scaleX(0.4);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes mbk-grow {
  from {
    transform: scaleY(0.02);
  }
  to {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .animate-fade,
  .animate-modal,
  .animate-drawer,
  .animate-toast,
  .animate-scrim,
  .animate-underline,
  .animate-grow {
    animation: none !important;
  }
  .theme-tr,
  .theme-tr * {
    transition: none !important;
  }
}
.sticky-cols table {
  border-collapse: separate;
  border-spacing: 0;
}
.sticky-cols thead th:first-child,
.sticky-cols tbody td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
.sticky-cols thead th:last-child,
.sticky-cols tbody td:last-child {
  position: sticky;
  right: 0;
  z-index: 1;
}
.sticky-cols thead th:first-child,
.sticky-cols thead th:last-child {
  z-index: 2;
}
.sticky-cols tbody td:last-child:is(:hover, :focus-within, .table-action-overlay-open) {
  z-index: 3;
}
.sticky-cols tbody td:first-child,
.sticky-cols tbody td:last-child {
  background: var(--elev);
}
.sticky-cols thead th:first-child,
.sticky-cols thead th:last-child {
  background: var(--panel);
}
.sticky-cols tbody tr:hover td:first-child,
.sticky-cols tbody tr:hover td:last-child {
  background: var(--panel);
}
.sticky-cols th:first-child,
.sticky-cols td:first-child {
  box-shadow: inset -1px 0 0 var(--line);
}
.sticky-cols th:last-child,
.sticky-cols td:last-child {
  box-shadow: inset 1px 0 0 var(--line);
}
.hide-col-1 :is(th, td):nth-child(1),
.hide-col-2 :is(th, td):nth-child(2),
.hide-col-3 :is(th, td):nth-child(3),
.hide-col-4 :is(th, td):nth-child(4),
.hide-col-5 :is(th, td):nth-child(5),
.hide-col-6 :is(th, td):nth-child(6),
.hide-col-7 :is(th, td):nth-child(7),
.hide-col-8 :is(th, td):nth-child(8),
.hide-col-9 :is(th, td):nth-child(9),
.hide-col-10 :is(th, td):nth-child(10),
.hide-col-11 :is(th, td):nth-child(11),
.hide-col-12 :is(th, td):nth-child(12),
.hide-col-13 :is(th, td):nth-child(13),
.hide-col-14 :is(th, td):nth-child(14),
.hide-col-15 :is(th, td):nth-child(15),
.hide-col-16 :is(th, td):nth-child(16),
.hide-col-17 :is(th, td):nth-child(17),
.hide-col-18 :is(th, td):nth-child(18),
.hide-col-19 :is(th, td):nth-child(19),
.hide-col-20 :is(th, td):nth-child(20),
.hide-col-21 :is(th, td):nth-child(21),
.hide-col-22 :is(th, td):nth-child(22),
.hide-col-23 :is(th, td):nth-child(23),
.hide-col-24 :is(th, td):nth-child(24) {
  display: none;
}
.sticky-cols thead th:first-child,
.sticky-cols tbody td:first-child {
  max-width: 190px;
}
.sticky-cols tbody td:first-child {
  overflow: hidden;
}
.sticky-cols td:first-child * {
  min-width: 0;
}
.sticky-cols td:first-child img {
  flex-shrink: 0;
}
.sticky-cols td:first-child [class~=flex] > :first-child {
  flex-shrink: 0;
}
.sticky-cols td:first-child :is(div, b, strong, span, a, p) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.sticky-cols thead th:last-child,
.sticky-cols tbody td:last-child {
  padding-left: 10px;
  padding-right: 10px;
}
.sticky-cols td:last-child [class~=flex],
.sticky-cols td:last-child [class~=inline-flex] {
  gap: 4px;
}
@property --tw-rotate-x { syntax: "*"; inherits: false; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }
@property --tw-divide-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
