@font-face {
  font-family: "Franklin Gothic Demi Cond";
  src: url("../fonts/FRADMCN.woff2") format("woff2"),
    url("../fonts/FRADMCN.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --osh--preset--aspect-ratio--square: 1;
  --osh--preset--aspect-ratio--4-3: 4 / 3;
  --osh--preset--aspect-ratio--3-4: 3 / 4;
  --osh--preset--aspect-ratio--3-2: 3 / 2;
  --osh--preset--aspect-ratio--2-3: 2 / 3;
  --osh--preset--aspect-ratio--16-9: 16 / 9;
  --osh--preset--aspect-ratio--9-16: 9 / 16;
  --osh--preset--color--black: #000;
  --osh--preset--color--cyan-bluish-gray: #abb8c3;
  --osh--preset--color--white: #fff;
  --osh--preset--color--pale-pink: #f78da7;
  --osh--preset--color--vivid-red: #cf2e2e;
  --osh--preset--color--luminous-vivid-orange: #ff6900;
  --osh--preset--color--luminous-vivid-amber: #fcb900;
  --osh--preset--color--light-green-cyan: #7bdcb5;
  --osh--preset--color--vivid-green-cyan: #00d084;
  --osh--preset--color--pale-cyan-blue: #8ed1fc;
  --osh--preset--color--vivid-cyan-blue: #0693e3;
  --osh--preset--color--vivid-purple: #9b51e0;
  --osh--preset--color--awesome-aqua-darkest: #1c4b4d;
  --osh--preset--color--awesome-aqua-dark: #2c7678;
  --osh--preset--color--awesome-aqua-light: #e5feff;
  --osh--preset--color--awesome-aqua: #48c2c5;
  --osh--preset--color--optimism-orange-darkest: #5e3a15;
  --osh--preset--color--optimism-orange-dark: #ab6927;
  --osh--preset--color--optimism-orange-light: #ffecd9;
  --osh--preset--color--optimism-orange-lightest: #fff7ef;
  --osh--preset--color--optimism-orange: #f89938;
  --osh--preset--color--pop-pink-darkest: #4d1330;
  --osh--preset--color--pop-pink-dark: #b22d71;
  --osh--preset--color--pop-pink-light: #ffe5f2;
  --osh--preset--color--pop-pink: #ee3c96;
  --osh--preset--color--dark-gray: #474545;
  --osh--preset--color--light-gray: #d8d6d6;
  --osh--preset--color--stone-gray: #ececec;
  --osh--preset--color--alert-light: #ffe5e5;
  --osh--preset--color--alert: #dd0000;

  --osh--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --osh--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --osh--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --osh--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --osh--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --osh--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --osh--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --osh--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --osh--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --osh--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --osh--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --osh--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --osh--preset--gradient--awesome-aqua-gradient: linear-gradient(93deg, #1C4B4D 0.2%, #48C2C5 100%);
  --osh--preset--gradient--pop-pink-gradient: linear-gradient(93deg, #4D1330 0.2%, #EC4698 100%);
  --osh--preset--gradient--black-gradient: linear-gradient(93deg, #000 0.15%, #474545 100%);

  --osh--preset--font-size--small: 13px;
  --osh--preset--font-size--medium: 20px;
  --osh--preset--font-size--large: 36px;
  --osh--preset--font-size--x-large: 42px;
  --osh--preset--font-size--body-small: 14px;
  --osh--preset--font-size--body-large: 18px;

  --osh--preset--spacing--20: 0.44rem;
  --osh--preset--spacing--30: 0.67rem;
  --osh--preset--spacing--40: 1rem;
  --osh--preset--spacing--50: 1.5rem;
  --osh--preset--spacing--60: 2.25rem;
  --osh--preset--spacing--70: 3.38rem;
  --osh--preset--spacing--80: 5.06rem;

  --osh--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
  --osh--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
  --osh--preset--shadow--sharp: 6px 6px 0 rgba(0, 0, 0, .2);
  --osh--preset--shadow--outlined: 6px 6px 0 -3px #fff, 6px 6px #000;
  --osh--preset--shadow--crisp: 6px 6px 0 #000;

  --osh--custom--colors--content: var(--osh--preset--color--black);
  --osh--custom--colors--white: #fff;
  --osh--custom--colors--forms--background: var(--osh--preset--color--optimism-orange-lightest);
  --osh--custom--colors--forms--border: #f8daba;
  --osh--custom--colors--forms--input: #212121;
  --osh--custom--colors--tables--border: #efefef;
  --osh--custom--colors--tables--td-background: #f5f5f5;

  --osh--custom--typography--primary: 'Inter', Arial, sans-serif;
  /* Lora, Times New Roman, serif; */
  --osh--custom--typography--heading: 'Oswald', Arial, sans-serif;
  /* "Franklin Gothic Demi Cond", Arial, sans-serif; */
  --osh--custom--typography--body--font-size: 16px;
  --osh--custom--typography--body--line-height: 1.4;
  --osh--custom--typography--body--font-weight: 400;
  --osh--custom--typography--body--font-style: normal;

  --osh--custom--typography--headings--font-sizes--h-1: 70px;
  --osh--custom--typography--headings--font-sizes--h-2: 32px;
  --osh--custom--typography--headings--font-sizes--h-3: 24px;
  --osh--custom--typography--headings--font-sizes--h-4: 18px;
  --osh--custom--typography--headings--font-sizes--h-5: 16px;
  --osh--custom--typography--headings--font-sizes--h-6: 14px;
  --osh--custom--typography--headings--line-height--h-1: 1.1;
  --osh--custom--typography--headings--line-height--h-2: 1.2;

  --osh--custom--typography--menu--font-size: 16px;
  --osh--custom--typography--menu--line-height: 1;
  --osh--custom--typography--buttons--font-size: 16px;
  --osh--custom--typography--buttons--line-height: 1;

  --osh--custom--buttons--font-size: 16px;
  --osh--custom--buttons--line-height: 1.2;
  --osh--custom--buttons--line-height-small: 1.25;
  --osh--custom--buttons--padding-top: 18px;
  --osh--custom--buttons--padding-bottom: 18px;
  --osh--custom--buttons--padding-left: 32px;
  --osh--custom--buttons--padding-right: 32px;
  --osh--custom--buttons--padding-top-small: 6px;
  --osh--custom--buttons--padding-bottom-small: 6px;
  --osh--custom--buttons--padding-right-small: 25px;
  --osh--custom--buttons--padding-left-small: 25px;

  --osh--custom--spacing--form-input-padding-top: 13px;
  --osh--custom--spacing--form-input-padding-bottom: 13px;
  --osh--custom--spacing--form-input-padding-left: 20px;
  --osh--custom--spacing--form-input-padding-right: 20px;

  --osh--custom--gap: 16px;
  --osh--custom--grid-container: 1172px;
  --osh--custom--border-radius: 2px;

  /* convenience */
  --link-color: var(--osh--preset--color--dark-gray);
}

/* --- Global typography --- */
body {
  font-family: var(--osh--custom--typography--primary);
  font-size: var(--osh--custom--typography--body--font-size);
  line-height: var(--osh--custom--typography--body--line-height);
  color: var(--osh--custom--colors--content);

}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.nav-link,
.h-heading,
b,
strong {
  font-family: var(--osh--custom--typography--heading) !important;
  font-weight: 600;
}

b,
strong {
  font-weight: 600;
}

a {
  color: var(--link-color);
}

/* --- Header --- */
.topbar {
  background-color: var(--osh--preset--color--optimism-orange-light);
  color: var(--osh--preset--color--black);
  font-size: .95rem;
}

.topbar a {
  color: var(--osh--preset--color--black);
  text-decoration: none;
}

.nav-link {
  font-size: var(--osh--custom--typography--menu--font-size);
}

.navbar-collapse .nav-link {
  font-size: 22px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
}

.btn-signin {
  background: var(--osh--preset--color--pop-pink-dark);
  color: var(--osh--preset--color--white);
  border-radius: var(--osh--custom--border-radius);
  padding: .7rem 1.25rem;
  text-decoration: none;
}

.btn-signin:hover {
  background: var(--osh--preset--color--pop-pink-darkest);
  color: #fff;
}

/* --- Banner --- */
.osh-banner {
  background: var(--osh--preset--gradient--black-gradient);
  color: var(--osh--preset--color--white);
}

.osh-banner .btn-learn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: var(--osh--custom--border-radius);
  padding: .25rem .6rem;
  text-decoration: none;
  font-size: .9rem;
}

.osh-banner .btn-close {
  filter: invert(1);
  opacity: .7;
}

/* --- Hero band --- */
.hero-gradient {
  background: var(--osh--preset--gradient--awesome-aqua-gradient);
}

/* --- Card / form --- */
.card-osh {
  /* background: var(--osh--preset--color--awesome-aqua-light); */
  border: 0;
  border-radius: 0px;
  box-shadow: var(--osh--preset--shadow--natural);
  padding: 3em !important;
  max-width: 36em !important;
  margin: 0 auto;
}

.form-label {
  font-weight: 600;
}

/* Base input + select */
.form-control,
.form-select {
  padding: 0.7rem 0.9rem;
  border-radius: var(--osh--custom--border-radius);
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
}

/* Small size */
.form-control-sm,
.form-select-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: 0.35rem 0.6rem;
  font-size: 0.85rem;
  border-radius: 2px;
}

/* Disabled state */
.form-control:disabled,
.form-select:disabled {
  background-color: #f5f5f5;
  color: #999;
  opacity: 1;
}

/* Placeholder styling */
.form-control::placeholder {
  color: #aaa;
  font-size: 0.9rem;
}


.btn-primary {
  background: var(--osh--preset--color--pop-pink-dark);
  border-color: var(--osh--preset--color--pop-pink-dark);
}

.btn-primary:hover {
  background: var(--osh--preset--color--pop-pink-darkest);
  border-color: var(--osh--preset--color--pop-pink-darkest);
}

.btn-secondary-osh {
  background: var(--osh--preset--color--optimism-orange-light);
  border: none;
  color: var(--osh--preset--color--black);
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* --- Footer --- */
footer {
  background: #f7f7f7;
  border-top: 1px solid #eee;
  color: var(--osh--preset--color--black);
}

.footer h4 {
  font-size: var(--osh--custom--typography--headings--font-sizes--h-4-footer, 24px);
}

.social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e9ecef;
  margin-right: .5rem;
  position: relative;
  text-decoration: none;
}

.social a span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #333;
  font-size: .9rem;
}

.policy a {
  color: inherit;
  text-decoration: none;
}

.custom-logo {
  max-width: 14.375rem;
}

.footer-logo {
  max-width: 8em;
}

.top-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--osh--preset--color--dark-gray);
  /* dark square */
  color: var(--osh--preset--color--white) !important;
  border-radius: 4px;
  /* small rounding */
  font-size: 16px;
  text-decoration: none;
}

.top-icon:hover .bottom-icon:hover {
  background-color: var(--osh--preset--color--black);
  color: #fff;
}

.bottom-link {
  background-color: var(--osh--preset--color--dark-gray);
  /* dark square */
  color: var(--osh--preset--color--white) !important;
  padding: 4px;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
}

.bold {
  font-weight: bold;
  font-family: var(--osh--custom--typography--heading);
}

.fw-bold {
  font-family: var(--osh--custom--typography--heading) !important;
  font-weight: 600;
}

.btn-secondary {
  background-color: var(--osh--preset--color--awesome-aqua-dark);
  color: rgb(255, 255, 255);
}

.btn-secondary:hover {
  background-color: var(--osh--preset--color--awesome-aqua-darkest);
  color: rgb(255, 255, 255);
}

.chart-container {
  margin-bottom: 20px;
}

.chart-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chart-item {
  flex: 1;
  min-width: 48%;
  max-width: 48%;
}

/* Ensure charts are responsive */
canvas {
  width: 100% !important;
  height: auto !important;
}


/* Page title */
.page-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Filters box */
.osh-filters {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 2px;
}

/* Table styling */
.osh-table table {
  font-size: 14px;
  border: 1px solid #e6e6e6;
}

.osh-table th {
  background: #fafafa;
  font-weight: 600;
}

.osh-table td {
  vertical-align: middle;
}

.osh-table tr:nth-child(even) td {
  background: #f9f9f9;
}

.btn-secondary {
  background: #666;
  color: #fff;
  border-radius: 2px;
}

.btn-secondary:hover {
  background: #444;
}

/* Pagination */


/* === Base Table === */
.tabulator {
  border: 1px solid #ddd;
  font-size: 14px;
  width: 100% !important;
  background: #fff;
}

/* === Header === */
.tabulator .tabulator-header {
  background: #fafafa;
  /* light gray header */
  border-bottom: 1px solid #ddd;
}

.tabulator .tabulator-header .tabulator-col {
  background: #fafafa;
  font-weight: 600;
  color: #333;
  border-right: 1px solid #eee;
  padding: 8px;
  text-align: left;
}

/* === Body Rows === */
.tabulator .tabulator-row {
  border-bottom: 1px solid #eee;
}

.tabulator .tabulator-row:nth-child(even) {
  background-color: #f9f9f9;
  /* alternating rows */
}

.tabulator .tabulator-cell {
  border-right: 1px solid #f0f0f0;
  padding: 8px;
  text-align: left;
}

/* === Selected Row === */
.tabulator .tabulator-row.tabulator-selected {
  background-color: #e6f5e6 !important;
  /* subtle green highlight */
}

/* === Footer / Pagination === */
/* Force Tabulator footer to stay on one line */
.tabulator .tabulator-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* content spread nicely */
  flex-wrap: nowrap;
  /* ❌ prevent wrapping */
  gap: 1rem;
  font-size: 13px;
  padding: 6px 10px;
  background: #fff;
  border-top: 1px solid #ddd;
}

/* Make all footer elements inline-flex */
.tabulator .tabulator-footer>* {
  display: inline-flex;
  align-items: center;
}

/* Adjust the page size selector */
.tabulator .tabulator-page-size {
  margin-left: .5rem;
  padding: 2px 6px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

/* Pager buttons inline */
.tabulator .tabulator-pages {
  display: inline-flex;
  gap: 4px;
}

.tabulator .tabulator-page.active {
  background: #111;
  color: #fff !important;
  font-weight: 600;
}

/* === Badges for Paid Column === */
.badge {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 2px;
}

.badge.bg-success {
  background-color: #7ab800 !important;
  /* Phonak green */
}

.badge.bg-danger {
  background-color: #cf2e2e !important;
  /* vivid red */
}

.search-panel {
  border: 1px solid #ddd;
  padding: 20px 20px;
  background-color: #efefef;
}

.filter-separator {
  width: 100%;
  height: 1px;
  background-color: #111;
  /* light gray */
  /* spacing */
  align-self: stretch;
  /* makes it full height of parent */
}

.w-full {
  width: 100%;
}

.table-title {
  font-family: var(--osh--custom--typography--heading);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.stats-summary div {
  font-size: 0.9rem;
  white-space: nowrap;
}

.stats-summary .fw-bold {
  color: #111;
}

.table-title .badge {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.4em 0.75em;
  border-radius: 0px;
  /* rounded pill style */
  vertical-align: middle;
}

.badge.bg-danger {
  background-color: #dc3545 !important;
  /* red */
}

.badge.bg-success {
  background-color: #28a745 !important;
  /* green */
}

.badge.bg-primary {
  background-color: #007bff !important;
  /* blue */
}

.creditPanel {
  display: none;
}

/*******************************************************/

.loader {
  /* margin: 20px auto; */
  color: orange;
  text-align: center;
  text-transform: uppercase;
}

.spinner {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 30%;
  left: calc(50% - 30px);
  /* margin: -30px 0 -30px; */
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 6px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.spinner:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  height: 100%;
  width: 100%;
  border-top: 6px solid rgba(0, 0, 0, 0.8);
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/* === Overlay backdrop === */
.overlay-loader {
  position: fixed;
  inset: 0;
  background: rgba(240, 240, 240, 0.8);
  /* light gray semi-transparent */
  z-index: 9999;
  /* above everything */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: wait;
}


.loader-text {
  margin: 0 auto;
  margin-top: 70px;
  color: #333;
  position: absolute;
  top: 30%;
  width: 100%;
  padding-left: 68px;
  /* text-align: center; */
  font-weight: bold;
  left: -30px;
}

.loyalty-section {
  border: 2px dashed #ccc !important;
  position: relative !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
  padding-bottom: 1em !important;
  padding-top: 0 !important;
  border-radius: 0.5rem !important;
}

.loyalty-title {
  position: absolute;
  top: -0.9em;
  left: 1rem;
  font-size: 1.25rem;
  font-family: var(--osh--custom--typography--heading) !important;
  background-color: #ececec !important;
}

/* GENERAL */
body {
  background: #fefefa;
  color: #333;
}

/* SIDEBAR */
#sidebar {
}

#sidebar .nav-link {
    color: #333;
    padding: 10px 12px;
    border-radius: 4px;
}

/* Hover effect you requested */
#sidebar .nav-link:hover {
    background-color: #f2f2f2;
    color: #000;
}

/* Active link styling */
#sidebar .nav-link.active {
    background-color: #e9f5ff;
    color: #0d6efd !important;
    font-weight: bold;
}

/* MAIN CONTENT */
main {
  padding: 35px 40px;
}

/* HEADER AREA */
.dashboard-header h2 {
  margin: 0;
  font-weight: 700;
}

.dashboard-header .sub {
  color: #6b7280;
  margin-top: 4px;
}

.dashboard-header .help-btn {
  padding: 8px 18px;
  border-radius: 6px;
  font-weight: 500;
}

/* USER CARD: Melissa Parker */
.user-block {
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 500;
}

/* TOP STAT CARDS */
.stat-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 22px;
  text-align: center;
}

.stat-card h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.stat-card .val {
  font-size: 34px;
  font-weight: 700;
}

/* CHART BLOCK */
.chart-block {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
  margin-top: 30px;
}

.chart-block h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

/* LOYALTY BOX */
.loyalty-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
  margin-top: 30px;
}

.loyalty-box h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.loyalty-row div {
  font-size: 16px;
  font-weight: 500;
}

/* STAT CARD COLORS */
.stat-blue {
  background: #e0f2fe;
  /* light blue */
  border-left: 6px solid #0284c7;
  /* blue accent */
}

.stat-green {
  background: #dcfce7;
  /* light green */
  border-left: 6px solid #16a34a;
  /* green accent */
}

.stat-yellow {
  background: #fef9c3;
  /* light yellow */
  border-left: 6px solid #eab308;
}

.stat-red {
  background: #fee2e2;
  /* light red */
  border-left: 6px solid #dc2626;
}

.stat-purple {
  background: #f3e8ff;
  /* light purple */
  border-left: 6px solid #7c3aed;
}

.stat-gray {
  background: #efefef;
  /* light purple */
  border-left: 6px solid #ccc;
}

.user-header {
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 8px;
}

.user-header:hover {
    background: #f3f4f6;
}

.user-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
}

.user-company {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin-top: 2px;
}

.user-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ddd;
}

.dropdown-icon {
    font-size: 16px;
    color: #333;
    margin-left: 6px;
}

/* Sidebar links as flex rows */
#sidebar .nav-link {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    font-weight: 500;
}

/* Icons aligned in a fixed column */
#sidebar .nav-link i {
    flex: 0 0 24px;      /* fixed width column for all icons */
    text-align: center;
    font-size: 18px;
    margin-right: 8px;
    color: #6b7280;      /* grey */
}

/* Active state pill */
#sidebar .nav-link.active {
    background: #e6f0ff;
    border-radius: 8px;
    color: #0d6efd;
}

#sidebar .nav-link.active i {
    color: #0d6efd;
}

/* Logout red but still aligned */
#sidebar .nav-link.text-danger i {
    color: #dc2626;
}

/* Bigger sidebar menu items */
#sidebar .nav-link {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    padding: 16px 14px;
    border-radius: 8px;
}

/* Bigger icons and aligned */
#sidebar .nav-link i {
    font-size: 24px;
    flex: 0 0 32px;
    text-align: center;
}

/* Active item highlight */
#sidebar .nav-link.active {
    background: #e6f0ff;
    color: #0d6efd !important;
}

#sidebar .nav-link.active i {
    color: #0d6efd;
}

/* Hover state */
#sidebar .nav-link:hover {
    background: #f2f4f7;   /* light gray */
    color: #0d6efd;       /* optional: text turns blue on hover */
}

/* Hover icon color (optional) */
#sidebar .nav-link:hover i {
    color: #0d6efd;
}

/* Fix for nested flex/column issues */
.osh-table {
    width: 100%;
}

.text-right {
  text-align: right;
}

.table-responsive {
  overflow-x: auto;
}