/* [project]/src/app/globals.css [app-client] (css) */
@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-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}

:root {
  --background: #fff;
  --foreground: #171717;
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

button, a, input, select {
  -webkit-tap-highlight-color: transparent;
}

.dashboard-shell {
  color: #1a1a18;
  background: #f8f7f4;
  min-height: 100vh;
  display: flex;
}

.dashboard-sidebar {
  z-index: 20;
  background: #fff;
  border-right: .5px solid #e5e3db;
  flex-direction: column;
  width: 220px;
  padding: 1.5rem 1rem;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.dashboard-logo-block {
  margin-bottom: 2rem;
  padding-left: 8px;
}

.dashboard-logo-row {
  align-items: center;
  gap: 8px;
  display: flex;
}

.dashboard-logo-mark {
  color: #fff;
  background: #0f6e56;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.dashboard-logo-text {
  color: #1a1a18;
  font-size: 15px;
  font-weight: 500;
}

.dashboard-pharmacy-name {
  color: #888;
  margin: 8px 0 0 40px;
  font-size: 12px;
  line-height: 1.3;
}

.dashboard-nav {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  display: flex;
}

.dashboard-nav-item {
  color: #444;
  white-space: nowrap;
  background: none;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.dashboard-nav-item:focus-visible, .dashboard-nav-item:hover {
  background: #f0efeb;
  outline: none;
}

.dashboard-nav-icon {
  color: #0f6e56;
  min-width: 34px;
  font-size: 12px;
  font-weight: 700;
}

.dashboard-account {
  border-top: .5px solid #e5e3db;
  padding-top: 12px;
}

.dashboard-account-email {
  color: #aaa;
  text-overflow: ellipsis;
  margin: 0 0 8px 8px;
  font-size: 12px;
  overflow: hidden;
}

.dashboard-main {
  color: #1a1a18;
  flex: 1;
  min-width: 0;
  margin-left: 220px;
  padding: 2rem;
}

.page-header-row {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.dashboard-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-bottom: 2rem;
  display: grid;
}

.quick-actions {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.table-shell {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: .5px solid #e5e3db;
  border-radius: 12px;
  overflow-x: auto;
}

.patients-mobile-list {
  display: none;
}

.stamp-grid {
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 16px;
  display: grid;
}

.panel-card {
  background: #fff;
  border: .5px solid #e5e3db;
  border-radius: 12px;
  padding: 1.25rem;
}

.settings-form {
  background: #fff;
  border: .5px solid #e5e3db;
  border-radius: 12px;
  max-width: 520px;
  padding: 1.5rem;
}

.settings-color-row {
  align-items: center;
  gap: 12px;
  display: flex;
}

.settings-card-preview {
  color: #fff;
  border-radius: 8px;
  flex: 1;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 860px) {
  .dashboard-shell {
    padding-top: 146px;
    display: block;
  }

  .dashboard-sidebar {
    border-bottom: .5px solid #e5e3db;
    border-right: 0;
    width: 100%;
    padding: .85rem 1rem .75rem;
    bottom: auto;
    right: 0;
    box-shadow: 0 10px 28px #1a1a180f;
  }

  .dashboard-logo-block {
    margin-bottom: .75rem;
    padding-left: 0;
  }

  .dashboard-logo-row {
    justify-content: space-between;
  }

  .dashboard-logo-mark {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .dashboard-logo-text {
    flex: 1;
  }

  .dashboard-pharmacy-name {
    display: none;
  }

  .dashboard-nav {
    scrollbar-width: none;
    flex-direction: row;
    gap: 8px;
    padding-bottom: 4px;
    overflow-x: auto;
  }

  .dashboard-nav::-webkit-scrollbar {
    display: none;
  }

  .dashboard-nav-item {
    background: #f8f7f4;
    border: .5px solid #eee9df;
    flex: none;
    min-height: 42px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .dashboard-nav-icon {
    min-width: auto;
  }

  .dashboard-account {
    display: none;
  }

  .dashboard-main {
    margin-left: 0;
    padding: 1rem;
  }

  .page-header-row {
    flex-direction: column;
    align-items: stretch;
  }

  .page-header-row a {
    text-align: center;
  }

  .dashboard-card-grid {
    grid-template-columns: 1fr;
  }

  .quick-actions {
    grid-template-columns: 1fr;
    display: grid;
  }

  .quick-actions a {
    text-align: center;
  }

  .stamp-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .dashboard-shell {
    padding-top: 136px;
  }

  .dashboard-main {
    padding: .875rem;
  }

  .desktop-patients-table {
    display: none;
  }

  .patients-mobile-list {
    gap: 10px;
    display: grid;
  }

  .patient-mobile-card {
    background: #fff;
    border: .5px solid #e5e3db;
    border-radius: 12px;
    padding: 1rem;
  }

  .patient-mobile-head {
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    display: flex;
  }

  .patient-mobile-points {
    color: #27500a;
    background: #eaf3de;
    border-radius: 999px;
    flex: none;
    padding: 5px 9px;
    font-size: 12px;
    font-weight: 700;
  }

  .settings-form {
    padding: 1rem;
  }

  .settings-color-row {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .settings-card-preview {
    flex-basis: 100%;
  }
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/