:root {
  --dashboard-bg: #eef3fb;
  --dashboard-surface: #ffffff;
  --dashboard-text: #232833;
  --dashboard-muted: #94a2b9;
  --dashboard-line: #edf1f7;
  --dashboard-blue: #1854cb;
  --dashboard-blue-dark: #0d4cc8;
  --dashboard-violet: #4d39d3;
  --dashboard-green: #1db35a;
  --dashboard-teal: #42c5ba;
  --dashboard-orange: #eda31a;
  --dashboard-red: #ef777f;
  --dashboard-card-shadow: 0 20px 44px rgba(35, 65, 136, 0.08);
  --seven-bg: #eef3f9;
  --seven-panel: #ffffff;
  --seven-text: #1f2329;
  --seven-ink: #0d2346;
  --seven-muted: #758195;
  --seven-line: #e2e8f1;
  --seven-blue: #0872d8;
  --seven-green: #0cbb7b;
  --seven-orange: #ff9f0a;
  --seven-shadow: 0 2px 7px rgba(21, 38, 70, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  max-width: 1920px;
  margin: auto;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--dashboard-text);
  background:
    radial-gradient(
      circle at bottom left,
      rgba(40, 95, 224, 0.14),
      transparent 24%
    ),
    linear-gradient(180deg, #f5f8fd 0%, #edf3fb 100%);
}

button,
input,
a {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

.dashboard-app {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  min-height: 100vh;
  max-width: 1980px;
  margin: 0 auto;
}

.dashboard-sidebar {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
  height: 100vh;
  min-height: 100vh;
  padding: 16px;
  background: rgba(255, 255, 255, 0.9);
  border-right: 1px solid rgba(225, 231, 242, 0.96);
  box-shadow: 10px 0 34px rgba(33, 62, 131, 0.05);
  backdrop-filter: blur(14px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(138, 154, 182, 0.65) transparent;
  z-index: 10;
}

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

.dashboard-sidebar::-webkit-scrollbar {
  width: 6px;
}

.dashboard-sidebar::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(138, 154, 182, 0.65);
}

.dashboard-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.dashboard-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 12px 10px;
}

.dashboard-submenu {
  width: 100%;
}

.dashboard-submenu.is-open {
  padding: 16px;
  border-radius: 12px;
  color: #0755d8;
  background: #dfe8f8;
}

.dashboard-submenu-toggle {
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-radius: 22px;
  color: #64758f;
}

.dashboard-submenu.is-open .dashboard-submenu-toggle {
  padding: 0;
  border-radius: 0;
  color: #0755d8;
  background: transparent;
  box-shadow: none;
}

.dashboard-submenu.is-open .dashboard-submenu-toggle:hover {
  background: transparent;
}

.dashboard-submenu-toggle:hover {
  background: #f5f7fb;
}

.dashboard-submenu-toggle.is-active {
  color: #fff;
  background: linear-gradient(180deg, #1854cb 0%, #104cc5 100%);
  box-shadow: 0 14px 34px rgba(24, 84, 203, 0.28);
}

.dashboard-submenu.is-open .dashboard-submenu-toggle.is-active {
  color: #0755d8;
  background: transparent;
  box-shadow: none;
}

.dashboard-submenu-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dashboard-submenu.is-open .dashboard-submenu-left {
  gap: 16px;
}

.dashboard-submenu.is-open .dashboard-submenu-left span {
  color: #0755d8;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.dashboard-submenu.is-open .dashboard-submenu-left svg {
  width: 18px;
  height: 18px;
  color: #0755d8;
  stroke-width: 2.5;
}

.dashboard-submenu-links {
  display: block;
  padding-left: 36px;
  margin-top: 6px;
}

.dashboard-submenu-links a {
  display: flex;
  align-items: center;
  height: 38px;
  color: #7b7f8a;
  text-decoration: none;
  font-size: 14px;
}

.dashboard-submenu-links {
  display: none;
}

.dashboard-submenu-links.show {
  display: block;
}

.dashboard-submenu.is-open .dashboard-submenu-links.show {
  position: relative;
  display: grid;
  gap: 16px;
  margin-top: 24px;
  padding-left: 48px;
}

.dashboard-submenu.is-open .dashboard-submenu-links.show::before {
  content: "";
  position: absolute;
  left: 17px;
  top: -8px;
  bottom: 10px;
  width: 2px;
  background: #0755d8;
}

.dashboard-submenu.is-open .dashboard-submenu-links a {
  position: relative;
  height: auto;
  min-height: 22px;
  color: #0755d8;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 500;

  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

.dashboard-submenu.is-open .dashboard-submenu-links a::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 50%;
  width: 31px;
  height: 2px;
  background: #0755d8;
  transform: translateY(-50%);
}

.dashboard-submenu.is-open .dashboard-submenu-links a::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #0755d8;
  transform: translateY(-50%);
}

.dashboard-submenu-links a:hover {
  color: #0d55d8;
}

.dashboard-submenu-links a.active {
  color: #0d55d8;
  font-weight: 600;
}

.dashboard-submenu-arrow {
  transition: 0.3s;
}

.dashboard-submenu.is-open .dashboard-submenu-arrow {
  display: none;
}

.dashboard-brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: #fff;
  background: #004aca;
  box-shadow: 0 14px 24px rgba(24, 84, 203, 0.26);
  flex-shrink: 0;
  text-decoration: none;
}

.dashboard-brand-mark:focus-visible {
  outline: 3px solid rgba(0, 74, 202, 0.25);
  outline-offset: 3px;
}

.dashboard-brand-mark svg {
  width: 18px;
  height: 18px;
}

.dashboard-brand-copy h1 {
  margin: 0;
  font-size: 19px;
  line-height: 1.08;
  font-weight: 800;
}

.dashboard-brand-copy p {
  margin: 4px 0 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #3e495d;
}

.dashboard-nav-group {
  display: grid;
  gap: 8px;
}

.dashboard-nav-group > span {
  padding: 0 16px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #9aa6bb;
}

.dashboard-nav-group a,
.dashboard-logout {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 22px;
  color: #64758f;
  white-space: nowrap;
  flex-shrink: 0;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

.dashboard-nav-group a svg,
.dashboard-submenu-left svg,
.dashboard-logout svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  flex-shrink: 0;
}

.dashboard-nav-group a:hover,
.dashboard-logout:hover {
  color: #213050;
  background: rgba(24, 84, 203, 0.06);
  transform: translateX(2px);
}

.dashboard-nav-group a.is-active {
  color: #fff;
  background: linear-gradient(180deg, #1854cb 0%, #104cc5 100%);
  box-shadow: 0 14px 34px rgba(24, 84, 203, 0.28);
}

.dashboard-logout {
  margin-top: auto;
  color: #e03328;
  font-weight: 600;
}

.settings-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(15, 23, 42, 0.34);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease;
}

.settings-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 95;
  width: min(calc(100vw - 32px), 450px);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(18, 28, 48, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.96);
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
}

body.settings-modal-open {
  overflow: hidden;
}

body.settings-modal-open .settings-modal-backdrop {
  opacity: 1;
  visibility: visible;
}

.settings-modal.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.settings-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 2px;
}

.settings-modal-actions button {
  padding: 14px 18px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.settings-modal-secondary {
  color: #263142;
  background: #fff;
  border: 1px solid #d9dde6;
}

.settings-modal-danger {
  color: #fff;
  background: #c91d1d;
  box-shadow: 0 8px 17px rgba(201, 29, 29, 0.18);
}

.settings-logout-modal {
  padding: 24px;
  text-align: center;
}

.settings-logout-close {
  position: absolute;
  top: 14px;
  right: 15px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #98a1b2;
  background: transparent;
  flex: 0 0 auto;
}

.settings-logout-close svg {
  width: 17px;
  height: 17px;
  stroke-width: 2.4;
}

.settings-logout-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #c91d1d;
  background: #fde8ec;
}

.settings-logout-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.5;
}

.settings-logout-modal h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0;
}

.settings-logout-modal p {
  max-width: 300px;
  margin: 0 auto 19px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.dashboard-main {
  position: relative;
  min-width: 0;
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(225, 231, 242, 0.9);
}

.dashboard-search {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100%, clamp(15.625rem, -25.9375rem + 95vw, 27.5rem));
  padding: 10px 16px;
  border-radius: 25px;
  background: #f2f4f6;
  color: #9db0cb;
}

.dashboard-search svg {
  width: 19px;
  height: 19px;
}

.dashboard-search input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #191c1e;
}

.dashboard-search input::placeholder {
  color: #9db0cb;
}

.dashboard-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dashboard-icon-btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #586883;
  background: transparent;
  padding: 0;
}

.dashboard-icon-btn span {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #df3a34;
}

.dashboard-icon-btn svg {
  width: 18px;
  height: 18px;
}

.dashboard-user {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 24px;
  border-left: 1px solid rgba(225, 231, 242, 0.96);
}

.dashboard-user strong {
  display: block;
  font-size: 14px;
}

.dashboard-user small {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #667792;
}

.dashboard-user-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(180deg, #0f7188 0%, #1099a8 100%);
  box-shadow: 0 12px 22px rgba(16, 153, 168, 0.24);
}

.dashboard-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dashboard-content {
  padding: clamp(1.25rem, -12.0833rem + 16.6667vw, 2.5rem);
}

.dashboard-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.dashboard-toolbar h2 {
  margin: 0;
  font-size: clamp(1.25rem, 0.7813rem + 1.25vw, 1.875rem);
  line-height: 1.1;
  font-weight: 800;
}

.dashboard-toolbar p {
  margin: 6px 0 0;
  font-size: 16px;
  color: #464555;
}

.dashboard-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 25px;
}

.dashboard-filter-btn,
.dashboard-export-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 22px;
  background: #fff;
  color: #191c1e;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 14px 34px rgba(34, 56, 119, 0.08);
}

.dashboard-filter-btn svg,
.dashboard-export-btn svg {
  width: 16px;
  height: 16px;
}

.dashboard-export-btn {
  color: #fff;
  background: linear-gradient(180deg, #1854cb 0%, #0f4ac2 100%);
  box-shadow: 0 14px 34px rgba(24, 84, 203, 0.28);
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 32px;
}

.dashboard-grid,
.dashboard-lower-grid {
  display: grid;
  gap: 22px;
}

.dashboard-grid {
  grid-template-columns: minmax(0, 2.25fr) minmax(0, 0.85fr) minmax(0, 0.85fr);
  align-items: start;
}

.dashboard-lower-grid {
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.42fr);
  margin-top: 18px;
}

.dashboard-card {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(237, 241, 247, 0.98);
  border-radius: 28px;
  box-shadow: var(--dashboard-card-shadow);
}

.metric-card {
  min-height: 210px;
  padding: 24px 24px 20px;
}

.metric-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.metric-head span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #94a3b8;
}

.metric-head strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1;
}

.metric-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.metric-icon svg {
  width: 20px;
  height: 20px;
}

.metric-icon.blue {
  color: var(--dashboard-blue);
  background: #eef2ff;
}

.metric-icon.mint {
  color: #18b6a2;
  background: #e8fbf6;
}

.metric-icon.green {
  color: #3abf66;
  background: #e3faea;
}

.metric-icon.glass {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.metric-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
}

.metric-pill svg {
  width: 12px;
  height: 12px;
}

.metric-pill.positive {
  color: #059669;
  background: #ecfdf5;
}

.metric-pill.negative {
  color: #34c759;
  background: #34c75933;
}

.mini-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 86px;
  margin-top: 30px;
}

.mini-bars span {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: #d8e0ff;
  transform-origin: bottom;
  animation: dashboardBars 1.2s ease forwards;
}

.mini-bars span:nth-child(1) {
  height: 20px;
}

.mini-bars span:nth-child(2) {
  height: 30px;
  background: #bcc8f8;
  animation-delay: 0.08s;
}

.mini-bars span:nth-child(3) {
  height: 25px;
  background: #99aaf2;
  animation-delay: 0.16s;
}

.mini-bars span:nth-child(4) {
  height: 39px;
  background: #7886ea;
  animation-delay: 0.24s;
}

.mini-bars span:nth-child(5) {
  height: 56px;
  background: #1854cb;
  animation-delay: 0.32s;
}

.metric-card small {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  text-transform: uppercase;
  color: #9db0cc;
}

.metric-progress {
  width: 100%;
  height: 6px;
  margin-top: 16px;
  border-radius: 999px;
  overflow: hidden;
  background: #eef2f8;
}

.metric-progress span {
  display: block;
  width: 13%;
  height: 100%;
  border-radius: inherit;
  background: #34c759;
  animation: dashboardProgress 1s ease forwards;
}

.dashboard-highlight {
  position: relative;
  min-height: 210px;
  padding: 24px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(180deg, #1854cb 0%, #164ebe 100%);
  box-shadow: 0 24px 44px rgba(24, 84, 203, 0.32);
}

.dashboard-highlight::before,
.dashboard-highlight::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.dashboard-highlight::before {
  right: -46px;
  bottom: -52px;
  width: 120px;
  height: 120px;
}

.dashboard-highlight::after {
  top: 18px;
  right: 18px;
  width: 84px;
  height: 84px;
}

.dashboard-highlight p {
  margin: 18px 0 0;
  font-size: 14px;
  color: #ffffffcc;
}

.bookings-card {
  grid-row: span 2;
  padding: 28px 32px 24px;
}

.bookings-head,
.calendar-head,
.activity-head,
.activity-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.bookings-head {
  align-items: flex-start;
}

.bookings-head h3,
.summary-card h3,
.calendar-card h3,
.top-card h3,
.activity-card h3,
.volume-card h3,
.timeline-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.bookings-head p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #1f2430;
}

.chart-toggle {
  display: flex;
  padding: 4px;
  border-radius: 10px;
  background: #eef2f8;
}

.chart-toggle button {
  min-width: 72px;
  height: 32px;
  border-radius: 8px;
  color: #7288a9;
  font-size: 13px;
  font-weight: 700;
  background: transparent;
}

.chart-toggle button.is-active {
  color: #0d51d2;
  background: #fff;
  box-shadow: 0 6px 14px rgba(28, 62, 130, 0.08);
}

.chart-wrap {
  margin-top: 22px;
}

.trend-chart {
  display: block;
  width: 100%;
  height: auto;
}

.trend-line {
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: dashboardStroke 1.9s cubic-bezier(0.2, 0.8, 0.2, 1) 0.25s forwards;
}

.trend-area {
  opacity: 0;
  animation: dashboardFadeUp 1s ease 0.55s forwards;
}

.chart-months {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  margin-top: 12px;
  padding: 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #95a4bc;
}

.summary-card,
.calendar-card,
.top-card,
.volume-card,
.timeline-card {
  padding: 24px;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.summary-box {
  min-height: 80px;
  padding: 16px 14px;
  border-radius: 18px;
}

.summary-box strong {
  display: block;
  font-size: 20px;
}

.summary-box span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.summary-box.neutral {
  background: #f0f2f7;
}

.summary-box.success {
  color: #16964f;
  background: #e4f8eb;
}

.summary-box.warning {
  color: #cb510b;
  background: #fbf0df;
}

.summary-box.danger {
  color: #d12f3b;
  background: #f8e8ea;
}

.calendar-head h3 {
  font-size: 16px;
}

.calendar-head div,
.activity-head div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.calendar-head button,
.activity-head button,
.view-btn,
.activity-pagination button {
  display: grid;
  place-items: center;
  min-width: 36px;
  height: 36px;
  border-radius: 12px;
  color: #7586a2;
  background: #f6f8fc;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  text-align: center;
}

.calendar-grid.labels {
  margin-top: 24px;
  font-size: 11px;
  font-weight: 700;
  color: #93a2ba;
}

.calendar-grid.dates {
  margin-top: 16px;
}

.calendar-grid.dates span {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  font-size: 12px;
}

.calendar-grid .muted {
  color: #c0cad9;
}

.calendar-grid .is-active {
  font-weight: 700;
  color: #fff;
}

.calendar-grid .is-active::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: auto;
  color: #fff;
  border-radius: 50%;
  background: var(--dashboard-violet);
}

.calendar-grid .flight::after,
.calendar-grid .hotel::after,
.calendar-grid .package::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.calendar-grid .flight::after,
.dot.flight {
  background: var(--dashboard-violet);
}

.calendar-grid .hotel::after,
.dot.hotel {
  background: #35c968;
}

.calendar-grid .package::after,
.dot.package {
  background: #eba900;
}

.calendar-legend {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--dashboard-line);
  font-size: 12px;
  color: #4f5f78;
}

.calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.top-list {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.top-list div {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.top-flag {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #667791;
  background: #f5f7fb;
}

.top-list strong {
  font-size: 16px;
}

.top-list small {
  font-size: 12px;
  color: #363d4a;
}

.activity-card {
  margin-top: 32px;
  padding: 22px 0 0;
  overflow: hidden;
}

.activity-head {
  padding: 0 20px 20px 24px;
}

.activity-table {
  overflow-x: auto;
  overflow-y: hidden;
  border-top: 1px solid var(--dashboard-line);
  scrollbar-width: thin;
  scrollbar-color: rgba(138, 154, 182, 0.65) transparent;
}

.activity-table::-webkit-scrollbar {
  height: 8px;
}

.activity-table::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(138, 154, 182, 0.65);
}

.activity-table::-webkit-scrollbar-track {
  background: transparent;
}

.activity-row {
  display: grid;
  grid-template-columns: 2.1fr 1.35fr 0.85fr 0.75fr 0.55fr;
  align-items: center;
  gap: 16px;
  min-width: 760px;
  padding: 18px 24px;
}

.activity-row + .activity-row {
  border-top: 1px solid var(--dashboard-line);
}

.activity-row-head {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #171a22;
}

.client-cell,
.destination-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.client-avatar {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}

.client-avatar.blue {
  color: #2955d6;
  background: #edf3ff;
}

.client-avatar.mint {
  color: #1cb7ac;
  background: #e4fbf7;
}

.client-avatar.rose {
  color: #ec5666;
  background: #ffe7ea;
}

.client-cell strong,
.destination-cell span,
.activity-row > strong {
  font-size: 13px;
}

.client-cell small {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  color: #9ca9bd;
}

.destination-thumb {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.destination-thumb.dubai {
  background:
    linear-gradient(180deg, rgba(33, 55, 86, 0.25), rgba(16, 26, 38, 0.6)),
    linear-gradient(135deg, #7ad7dc 0%, #466b84 30%, #28334f 100%);
}

.destination-thumb.paris {
  background:
    linear-gradient(180deg, rgba(33, 55, 86, 0.2), rgba(16, 26, 38, 0.5)),
    linear-gradient(135deg, #c8f1ff 0%, #7aa5a5 35%, #384752 100%);
}

.destination-thumb.agra {
  background:
    linear-gradient(180deg, rgba(33, 55, 86, 0.14), rgba(16, 26, 38, 0.4)),
    linear-gradient(135deg, #f59f2f 0%, #f4f3f0 45%, #0f8f4f 100%);
}

.status-badge {
  justify-self: start;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.status-badge.confirmed {
  color: #fff;
  background: #1651ca;
}

.status-badge.pending {
  color: #cc8a00;
  background: #fff1c9;
}

.status-badge.cancelled {
  color: #ef4c56;
  background: #ffe4e6;
}

.view-btn {
  min-width: 28px;
  height: 28px;
  background: transparent;
}

.activity-footer {
  padding: 14px 20px 14px 24px;
  color: #9aa8bb;
  font-size: 10px;
}

.activity-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}

.activity-pagination button {
  min-width: 22px;
  height: 22px;
  border-radius: 10px;
  font-size: 10px;
  background: transparent;
}

.activity-pagination button.is-active {
  color: var(--dashboard-blue);
  background: #edf3ff;
}

.volume-group + .volume-group {
  margin-top: 30px;
}

.volume-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  margin-bottom: 12px;
}

.volume-head span {
  font-size: 14px;
  color: #475569;
  font-weight: 600;
}

.volume-head strong {
  font-size: 12px;
}

.volume-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #2f69dc;
}

.volume-icons.hotels {
  color: var(--dashboard-teal);
}

.volume-icons svg {
  width: 18px;
  height: 18px;
  animation: dashboardFloat 3s ease-in-out infinite;
}

.volume-icons svg:nth-child(2n) {
  animation-delay: 0.18s;
}

.volume-icons svg:nth-child(3n) {
  animation-delay: 0.35s;
}

.timeline-list {
  position: relative;
  display: grid;
  gap: 20px;
  margin-top: 18px;
}

.timeline-list::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 15px;
  width: 1px;
  background: #edf1f6;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.timeline-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #edf3ff;
}

.timeline-icon svg {
  width: 18px;
  height: 18px;
}

.timeline-item.blue .timeline-icon {
  color: #2b56d5;
  background: #edf3ff;
}

.timeline-item.teal .timeline-icon {
  color: #27b4aa;
  background: #e7faf7;
}

.timeline-item.orange .timeline-icon {
  color: #f09a14;
  background: #fff5e1;
}

.timeline-item strong {
  display: block;
  font-size: 13px;
}

.timeline-item p {
  margin: 4px 0 0;
  font-size: 11px;
  color: #a2aec0;
}

.timeline-item span {
  display: block;
  margin-top: 10px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.timeline-item.blue span {
  color: #2c57d5;
}

.timeline-item.teal span {
  color: #27b4aa;
}

.timeline-item.orange span {
  color: #f09a14;
}

.dashboard-fab {
  position: fixed;
  right: 40px;
  bottom: 34px;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
  background: #004aca;
  box-shadow: 0 18px 36px rgba(75, 56, 211, 0.34);
}

.dashboard-fab svg {
  width: 28px;
  height: 28px;
}

.dashboard-Nots {
  position: fixed;
  right: 100px;
  bottom: 34px;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
  background: #004aca;
  box-shadow: 0 18px 36px rgba(75, 56, 211, 0.34);
}

.dashboard-nots {
  width: 28px;
  height: 28px;
}

body.notes-drawer-open {
  overflow: hidden;
}

.notes-drawer {
  position: fixed;
  inset: 0;
  z-index: 1200;
  pointer-events: none;
}

.notes-drawer-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 18, 25, 0.45);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.notes-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(464px, calc(100vw - 24px));
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  color: #091426;
  border-radius: 0;
  box-shadow: -18px 0 44px rgba(10, 18, 35, 0.2);
  transform: translateX(100%);
  transition: transform 0.28s ease;
}

.notes-drawer.is-open {
  pointer-events: auto;
}

.notes-drawer.is-open .notes-drawer-backdrop {
  opacity: 1;
}

.notes-drawer.is-open .notes-drawer-panel {
  transform: translateX(0);
}

.notes-drawer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid #edf0f5;
}

.notes-drawer-head h2 {
  margin: 0;
  color: #091426;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.notes-drawer-head p {
  margin: 8px 0 0;
  color: #45474c;
  font-size: 14px;
  line-height: 1.35;
}

.notes-drawer-head button {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  background: transparent;
  color: #6d7280;
}

.notes-drawer-head svg {
  width: 20px;
  height: 20px;
}

.notes-search {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 17px 23px 18px;
  padding: 0 10px;
  border-radius: 4px;
  background: #eef3fb;
  color: #8994a7;
}

.notes-search svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.notes-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #091426;
  font: inherit;
  font-size: 12px;
}

.notes-search input::placeholder {
  color: #9aa4b4;
}

.notes-compose {
  display: grid;
  gap: 14px;
  margin: 0 23px 22px;
  padding: 20px;
  border: 2px dashed #4b41e14d;
  border-radius: 16px;
  background: #eff4ff80;
}

.notes-compose label {
  display: grid;
  gap: 7px;
}

.notes-compose label > span,
.notes-active-head h3 {
  margin: 0;
  color: #6c7180;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.notes-compose label:first-child > span {
  color: #0050d8;
}

.notes-compose input,
.notes-compose textarea,
.notes-compose select {
  width: 100%;
  border: 1px solid #c5c6cd;
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  font: inherit;
  font-size: 14px;
  outline: none;
}

.notes-compose input,
.notes-compose select {
  height: 32px;
  padding: 0 10px;
}

.notes-compose textarea {
  min-height: 66px;
  resize: none;
  padding: 10px;
}

.notes-compose input:focus,
.notes-compose textarea:focus,
.notes-compose select:focus {
  border-color: #0050d8;
}

.notes-compose select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #606879 50%) calc(100% - 17px) 50% /
      6px 6px no-repeat,
    linear-gradient(135deg, #606879 50%, transparent 50%) calc(100% - 13px)
      50% / 6px 6px no-repeat,
    #ffffff;
}

.notes-compose-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 17px;
  padding-top: 5px;
}

.notes-cancel {
  background: transparent;
  color: #45474c;
  font-size: 12px;
  font-weight: 700;
}

.notes-save {
  min-width: 78px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #004aca;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.notes-active {
  padding: 0 23px 28px;
  overflow-y: auto;
}

.notes-active-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
}

.notes-active-head button {
  padding: 0 0 5px;
  border-bottom: 1px solid #75777d;
  background: transparent;
  color: #75777d;
  font-size: 10px;
  font-weight: 500;
}

.note-card {
  padding: 16px;
  border: 1px solid #d8dce4;
  border-radius: 5px;
  background: #ffffff;
}

.note-card + .note-card {
  margin-top: 13px;
}

.note-card.is-highlighted {
  border-color: #4b41e133;
  background: #e2dfff4d;
}

.note-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.note-card strong {
  color: #091426;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
}

.note-card-head span {
  min-height: 18px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: #e8edf5;
  color: #191c1e;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.note-card p {
  margin: 12px 0 0;
  color: #45474c;
  font-size: 12px;
  line-height: 1.55;
}

.note-card time {
  display: block;
  margin-top: 12px;
  color: #747b89;
  font-size: 9px;
}

.dashboard-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  transition-delay: var(--delay, 0s);
}

.dashboard-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes dashboardStroke {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dashboardFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dashboardBars {
  from {
    transform: scaleY(0.15);
  }

  to {
    transform: scaleY(1);
  }
}

@keyframes dashboardProgress {
  from {
    width: 0;
  }

  to {
    width: 13%;
  }
}

@keyframes dashboardFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

/* MOBILE SEARCH */

.dashboard-mobile-search-btn {
  display: none;
}

.dashboard-mobile-search {
  display: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    max-height 0.35s ease,
    opacity 0.35s ease,
    transform 0.35s ease,
    padding 0.35s ease;
}

.dashboard-mobile-search.active {
  max-height: 120px;
  opacity: 1;
  transform: translateY(0);
  padding: 0 16px 16px;
}

.dashboard-mobile-search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 15px 18px;
  border-radius: 18px;
  background: #f2f4f6;
}

.dashboard-mobile-search-box input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
}

.dashboard-mobile-search-box svg {
  width: 18px;
  height: 18px;
  color: #7b8ba7;
}
@media (max-width: 1450px) {
  .calendar-grid.dates span {
    width: 28px;
    height: 28px;
  }
  .dashboard-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .dashboard-lower-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookings-card {
    grid-row: auto;
  }
  .calendar-grid.labels {
    padding-left: 10px;
  }

  .calendar-grid {
    text-align: left;
  }
}

@media (max-width: 1080px) {
  .dashboard-app {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .dashboard-sidebar {
    width: 64px;
    gap: 22px;
    padding-top: 14px;
    padding-left: 8px;
    padding-right: 8px;
    overflow-y: auto;
    overflow-x: hidden;
    transition:
      width 0.28s ease,
      padding 0.28s ease,
      box-shadow 0.28s ease;
  }

  .dashboard-sidebar:hover,
  .dashboard-sidebar:focus-within,
  .dashboard-sidebar.is-expanded {
    width: 250px;
    padding-left: 14px;
    padding-right: 14px;
    box-shadow: 14px 0 34px rgba(33, 62, 131, 0.12);
  }

  .dashboard-brand {
    padding: 12px 0 2px;
    transition: justify-content 0.28s ease;
  }

  .dashboard-brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .dashboard-nav-group {
    gap: 10px;
  }

  .dashboard-brand-copy {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    transition:
      max-width 0.28s ease,
      opacity 0.18s ease,
      visibility 0.18s ease;
  }

  .dashboard-nav-group > span {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition:
      max-height 0.28s ease,
      opacity 0.18s ease,
      visibility 0.18s ease;
  }

  .dashboard-nav-group a span,
  .dashboard-submenu-left span,
  .dashboard-logout span {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    transition:
      max-width 0.28s ease,
      opacity 0.18s ease,
      visibility 0.18s ease;
  }

  .dashboard-nav-group a,
  .dashboard-submenu-toggle,
  /* .dashboard-logout {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    margin-inline: auto;
    padding: 0;
    justify-content: center;
    gap: 0;
    overflow: hidden;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    transform: none;
    transition:
      width 0.28s ease,
      padding 0.28s ease,
      margin 0.28s ease,
      border-radius 0.28s ease,
      gap 0.28s ease,
      background-color 0.25s ease,
      color 0.25s ease,
      box-shadow 0.25s ease;
  } */

  .dashboard-submenu-left {
    gap: 0;
  }

  .dashboard-submenu-arrow {
    display: none;
  }

  .dashboard-submenu-links.show {
    display: none;
  }

  .dashboard-sidebar:hover .dashboard-brand,
  .dashboard-sidebar:focus-within .dashboard-brand,
  .dashboard-sidebar.is-expanded .dashboard-brand {
    justify-content: flex-start;
  }

  .dashboard-sidebar:hover .dashboard-brand-copy,
  .dashboard-sidebar:focus-within .dashboard-brand-copy,
  .dashboard-sidebar.is-expanded .dashboard-brand-copy {
    max-width: 180px;
    opacity: 1;
    visibility: visible;
  }

  .dashboard-sidebar:hover .dashboard-nav-group > span,
  .dashboard-sidebar:focus-within .dashboard-nav-group > span,
  .dashboard-sidebar.is-expanded .dashboard-nav-group > span {
    max-height: 14px;
    padding: 0 16px;
    opacity: 1;
    visibility: visible;
  }

  .dashboard-sidebar:hover .dashboard-submenu-links.show,
  .dashboard-sidebar:focus-within .dashboard-submenu-links.show,
  .dashboard-sidebar.is-expanded .dashboard-submenu-links.show {
    display: block;
  }

  .dashboard-sidebar:hover .dashboard-submenu-left,
  .dashboard-sidebar:focus-within .dashboard-submenu-left,
  .dashboard-sidebar.is-expanded .dashboard-submenu-left {
    gap: 12px;
  }

  .dashboard-sidebar:hover .dashboard-submenu-arrow,
  .dashboard-sidebar:focus-within .dashboard-submenu-arrow,
  .dashboard-sidebar.is-expanded .dashboard-submenu-arrow {
    display: block;
  }

  .dashboard-sidebar:hover .dashboard-submenu.is-open .dashboard-submenu-arrow,
  .dashboard-sidebar:focus-within
    .dashboard-submenu.is-open
    .dashboard-submenu-arrow,
  .dashboard-sidebar.is-expanded
    .dashboard-submenu.is-open
    .dashboard-submenu-arrow {
    display: none;
  }

  .dashboard-sidebar:hover .dashboard-nav-group a span,
  .dashboard-sidebar:hover .dashboard-submenu-left span,
  .dashboard-sidebar:hover .dashboard-logout span,
  .dashboard-sidebar:focus-within .dashboard-nav-group a span,
  .dashboard-sidebar:focus-within .dashboard-submenu-left span,
  .dashboard-sidebar:focus-within .dashboard-logout span,
  .dashboard-sidebar.is-expanded .dashboard-nav-group a span,
  .dashboard-sidebar.is-expanded .dashboard-submenu-left span,
  .dashboard-sidebar.is-expanded .dashboard-logout span {
    max-width: 140px;
    opacity: 1;
    visibility: visible;
  }

  .dashboard-nav-group a.is-active,
  .dashboard-submenu-toggle.is-active {
    color: #fff;
    background: linear-gradient(180deg, #1854cb 0%, #104cc5 100%);
    box-shadow: 0 14px 24px rgba(24, 84, 203, 0.24);
  }

  .dashboard-nav-group a:hover,
  .dashboard-submenu-toggle:hover,
  .dashboard-logout:hover {
    background: rgba(24, 84, 203, 0.06);
    transform: none;
  }

  .dashboard-nav-group a.is-active:hover,
  .dashboard-submenu-toggle.is-active:hover {
    background: linear-gradient(180deg, #1854cb 0%, #104cc5 100%);
  }

  .dashboard-sidebar:hover .dashboard-nav-group a,
  .dashboard-sidebar:hover .dashboard-submenu-toggle,
  .dashboard-sidebar:hover .dashboard-logout,
  .dashboard-sidebar:focus-within .dashboard-nav-group a,
  .dashboard-sidebar:focus-within .dashboard-submenu-toggle,
  .dashboard-sidebar:focus-within .dashboard-logout,
  .dashboard-sidebar.is-expanded .dashboard-nav-group a,
  .dashboard-sidebar.is-expanded .dashboard-submenu-toggle,
  .dashboard-sidebar.is-expanded .dashboard-logout {
    width: 100%;
    padding: 0 16px;
    margin-inline: 0;
    gap: 12px;
    justify-content: flex-start;
    border-radius: 22px;
  }

  .dashboard-sidebar:hover .dashboard-submenu.is-open .dashboard-submenu-toggle,
  .dashboard-sidebar:focus-within
    .dashboard-submenu.is-open
    .dashboard-submenu-toggle,
  .dashboard-sidebar.is-expanded
    .dashboard-submenu.is-open
    .dashboard-submenu-toggle {
    padding: 0;
    border-radius: 0;
  }

  .dashboard-nav-group a svg,
  .dashboard-submenu-toggle svg,
  .dashboard-logout svg {
    width: 17px;
    height: 17px;
  }

  .dashboard-header,
  .dashboard-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .activity-row {
    grid-template-columns: 1.8fr 1.2fr 0.9fr 0.8fr 0.55fr;
  }
}

@media (max-width: 860px) {
  .dashboard-toolbar,
  .dashboard-toolbar-actions {
    flex-wrap: wrap;
  }

  .dashboard-lower-grid,
  .dashboard-stats {
    grid-template-columns: 1fr;
  }

  .activity-footer {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .dashboard-header-actions {
    gap: 8px;
  }
  .dashboard-mobile-search {
    display: block;
  }
  .dashboard-search {
    display: none;
  }
  .dashboard-mobile-search-btn {
    display: grid;
  }
  .dashboard-app {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .bookings-head {
    flex-direction: column;
  }

  .activity-row {
    min-width: 700px;
  }

  .dashboard-header,
  .dashboard-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dashboard-toolbar h2 {
    font-size: 28px;
  }

  .dashboard-toolbar p {
    font-size: 15px;
  }

  .bookings-card,
  .summary-card,
  .calendar-card,
  .top-card,
  .volume-card,
  .timeline-card {
    padding: 20px;
  }

  .chart-months {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .dashboard-fab {
    right: 18px;
    bottom: 18px;
    width: 52px;
    height: 52px;
  }

  .dashboard-Nots {
    right: 80px;
    bottom: 18px;
    width: 52px;
    height: 52px;
  }
}

/* BOOKING PAGE */

.booking-page {
  min-width: 0;
}

.booking-content {
  padding-top: 30px;
}

.booking-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.booking-toolbar h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 800;
}

.booking-toolbar p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #4f5868;
}

.booking-toolbar-actions {
  padding-top: 0;
}

.booking-view-toggle.booking-pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 18px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 999px;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 24px rgba(41, 69, 133, 0.08);
  white-space: nowrap;
}

.booking-view-toggle.booking-pill-btn.is-calendar-active {
  color: #0f172a;
  background: #f8fafc;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.booking-view-toggle svg,
.booking-pill-btn svg {
  width: 16px;
  height: 16px;
}

.booking-pill-btn {
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 13px;
  box-shadow: 0 12px 24px rgba(41, 69, 133, 0.08);
}

.booking-content.is-calendar-view .booking-stats,
.booking-content.is-calendar-view .booking-filters,
.booking-content.is-calendar-view .booking-board {
  display: none;
}

.booking-calendar-view[hidden] {
  display: none !important;
}

.booking-calendar-view {
  margin-top: 24px;
}

.booking-calendar-tabs {
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 36px;
  margin-bottom: 18px;
}

.booking-calendar-tabs button {
  position: relative;
  min-height: 32px;
  padding: 0 2px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 500;
  background: transparent;
}

.booking-calendar-tabs button.is-active {
  color: #0054d6;
  font-weight: 800;
}

.booking-calendar-tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: #0054d6;
}

.booking-calendar-shell {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  min-height: 792px;
  border: 1px solid #e3e9f2;
  background: #ffffff;
  overflow: hidden;
}

.booking-calendar-sidebar {
  position: relative;
  z-index: 2;
  padding: 24px 20px;
  border-right: 1px solid #cfd9e8;
  background: #f8fbff;
}

.booking-mini-calendar {
  padding: 18px 18px 20px;
  border: 1px solid #d8e1ee;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(36, 55, 92, 0.04);
}

.booking-mini-calendar header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.booking-mini-calendar strong {
  color: #111827;
  font-size: 14px;
  font-weight: 800;
}

.booking-mini-calendar header div {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.booking-mini-calendar button {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #64748b;
  background: transparent;
}

.booking-mini-calendar button svg {
  width: 14px;
  height: 14px;
}

.booking-mini-weekdays,
.booking-mini-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.booking-mini-weekdays {
  gap: 8px;
  margin-top: 18px;
  color: #64748b;
  font-size: 8px;
  font-weight: 800;
}

.booking-mini-days {
  gap: 9px 8px;
  margin-top: 12px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 600;
}

.booking-mini-days span {
  display: grid;
  place-items: center;
  min-width: 21px;
  height: 21px;
  border-radius: 5px;
}

.booking-mini-days span.is-muted {
  color: #94a3b8;
}

.booking-mini-days span.is-active {
  color: #ffffff;
  background: #0b5bd3;
  box-shadow: 0 5px 10px rgba(11, 91, 211, 0.28);
}

.booking-calendar-status {
  margin-top: 30px;
}

.booking-calendar-status h3 {
  margin: 0 0 16px;
  color: #535b67;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.booking-calendar-status div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.booking-calendar-status button {
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid #c8d2e1;
  border-radius: 999px;
  color: #172033;
  font-size: 13px;
  background: #ffffff;
}

.booking-calendar-board {
  position: relative;
  min-width: 0;
  background: #ffffff;
  overflow: hidden;
}

.booking-calendar-scroll {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.booking-calendar-nav {
  position: absolute;
  top: 24px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  color: #ffffff;
  background: #0756c9;
  box-shadow: 0 10px 20px rgba(7, 86, 201, 0.26);
}

.booking-calendar-nav.prev {
  left: 12px;
}

.booking-calendar-nav.next {
  right: 12px;
}

.booking-calendar-nav svg {
  width: 18px;
  height: 18px;
}

.booking-calendar-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(210px, 1fr));
  min-width: 1260px;
  min-height: 670px;
}

.booking-calendar-day {
  min-width: 0;
  padding: 16px 13px;
  border-right: 1px solid #cfd9e8;
}

.booking-calendar-day:last-child {
  border-right: 0;
}

.booking-calendar-day.is-highlighted {
  background: #eef3fb;
}

.booking-calendar-day header {
  display: grid;
  gap: 5px;
  min-height: 50px;
  margin-bottom: 9px;
}

.booking-calendar-day header strong {
  color: #4b5563;
  font-size: 13px;
  font-weight: 500;
}

.booking-calendar-day header span {
  color: #64748b;
  font-size: 14px;
}

.booking-calendar-card {
  display: grid;
  gap: 4px;
  min-height: 88px;
  margin-top: 10px;
  padding: 12px 10px 10px 13px;
  border-left: 4px solid #2563eb;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(36, 55, 92, 0.05);
}

.booking-calendar-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 17px;
}

.booking-calendar-card svg {
  width: 15px;
  height: 15px;
  color: #2563eb;
}

.booking-calendar-card span {
  min-height: 15px;
  padding: 2px 7px;
  border-radius: 999px;
  color: #059669;
  font-size: 8px;
  font-weight: 800;
  background: #dcfce7;
}

.booking-calendar-card strong {
  color: #111827;
  font-size: 14px;
  line-height: 1.18;
  font-weight: 800;
}

.booking-calendar-card strong b {
  font-weight: 800;
}

.booking-calendar-card small,
.booking-calendar-card em {
  color: #374151;
  font-size: 9px;
  font-style: normal;
}

.booking-calendar-card em {
  color: #111827;
}

.booking-calendar-card.hotel,
.booking-calendar-card.checkin {
  border-left-color: #10b981;
}

.booking-calendar-card.hotel svg,
.booking-calendar-card.checkin svg {
  color: #10b981;
}

.booking-calendar-card.pending,
.booking-calendar-card.warning,
.booking-calendar-card.bus {
  border-left-color: #f59e0b;
}

.booking-calendar-card.pending svg,
.booking-calendar-card.warning svg,
.booking-calendar-card.bus svg {
  color: #f59e0b;
}

.booking-calendar-card.pending span {
  color: #b45309;
  background: #fef3c7;
}

.booking-calendar-card.priority span {
  color: #1d4ed8;
  background: #dbeafe;
}

.booking-calendar-more {
  width: 100%;
  min-height: 34px;
  margin-top: 10px;
  border: 1px dashed #bcd0ef;
  border-radius: 8px;
  color: #0054d6;
  font-size: 14px;
  font-weight: 800;
  background: #ffffff;
}

.booking-calendar-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  min-width: 1260px;
  padding: 15px 16px;
  border-top: 1px solid #cfd9e8;
  background: #ffffff;
}

.booking-calendar-summary article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 12px 16px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  background: #f8fafc;
}

.booking-calendar-summary article > span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #0b5bd3;
  background: #dbeafe;
}

.booking-calendar-summary article:nth-child(3) > span,
.booking-calendar-summary article:nth-child(4) > span {
  color: #059669;
  background: #d1fae5;
}

.booking-calendar-summary svg {
  width: 18px;
  height: 18px;
}

.booking-calendar-summary p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.25;
}

.booking-calendar-summary strong {
  margin-top: 2px;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
}

.booking-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.booking-stat-card {
  min-height: 124px;
  padding: 16px 18px 18px;
  border: 1px solid rgba(234, 238, 246, 0.98);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(43, 68, 123, 0.06);
}

.booking-stat-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  min-height: 35px;
}

.booking-stat-icon {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 10px;
}

.booking-stat-icon svg {
  width: 17px;
  height: 17px;
}

.booking-stat-icon.violet {
  color: #3525cd;
  background: #3525cd0d;
}

.booking-stat-icon.amber {
  color: #f59e0b;
  background: #fffbeb;
}

.booking-stat-icon.indigo {
  color: #6670ff;
  background: #eff0ff;
}

.booking-stat-icon.mint {
  color: #10b981;
  background: #ecfdf5;
}

.booking-stat-icon.red {
  color: #f43f5e;
  background: #fff1f2;
}

.booking-stat-trend {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eafaf1;
  color: #14aa67;
  font-size: 11px;
  font-weight: 700;
}

.booking-stat-label {
  display: block;
  margin-top: 13px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #4b5565;
}

.booking-stat-card strong {
  display: block;
  margin-top: 7px;
  font-size: 18px;
  line-height: 1;
}

.booking-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 22px;
  align-items: end;
  margin-top: 38px;
}

.booking-filter-field {
  display: grid;
  gap: 8px;
}

.booking-filter-field > span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #434c5d;
}

.booking-select-shell {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(41, 69, 133, 0.05);
}

.booking-select-shell select,
.booking-input-shell input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #191c1e;
  font-size: 13px;
  appearance: none;
}

.booking-input-shell input {
  padding: 0;
}

.booking-select-shell svg {
  width: 14px;
  height: 14px;
  color: #808ca0;
  flex-shrink: 0;
}

.booking-clear-btn {
  min-width: 86px;
  min-height: 30px;
  padding: 0 16px;
  border-radius: 8px;
  background: #e0e3e580;
  color: #4b5565;
  font-size: 13px;
}

.booking-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 63px;
  border: 1px solid rgba(235, 239, 245, 0.98);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 46px rgba(35, 65, 136, 0.06);
}

.booking-table-panel {
  min-width: 0;
}

.booking-board-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 24px 22px 26px;
  border-bottom: 1px solid #edf1f6;
  background: #ffffff;
  border-radius: 30px 30px 0 0;
}

.booking-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.booking-tabs button {
  position: relative;
  min-height: 34px;
  padding: 0;
  color: #4a5261;
  font-size: 14px;
  background: transparent;
}

.booking-tabs button.is-active {
  color: #1750cf;
  font-weight: 700;
}

.booking-tabs button.is-active::after {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  bottom: -14px;
  height: 2px;
  border-radius: 999px;
  background: #1750cf;
}

.booking-board-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.booking-secondary-btn,
.booking-primary-btn,
.booking-muted-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
}

.booking-secondary-btn {
  background: #eff2f6;
  color: #252c39;
}

.booking-primary-btn {
  color: #ffffff;
  background: linear-gradient(180deg, #1854cb 0%, #0f4ac2 100%);
  box-shadow: 0 12px 24px rgba(24, 84, 203, 0.22);
}

.booking-secondary-btn svg,
.booking-primary-btn svg,
.booking-actions-cell button svg {
  width: 14px;
  height: 14px;
}

.booking-table-scroll {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(138, 154, 182, 0.65) transparent;
}

.booking-table-scroll::-webkit-scrollbar {
  height: 8px;
}

.booking-table-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(138, 154, 182, 0.65);
}

.booking-table {
  width: 100%;
  min-width: 830px;
  border-collapse: collapse;
}

.booking-table th,
.booking-table td {
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: middle;
  background: #ffffff;
}

.booking-table th:last-child,
.booking-table td:last-child {
  border-right: 0;
}

.booking-table th {
  height: 52px;
  padding: 0 14px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  color: #464555;
  background: #f2f4f6cc;
}

.booking-table td {
  height: 81px;
  padding: 10px 14px;
  color: #252b36;
  font-size: 13px;
}

.booking-table th:first-child,
.booking-table td:first-child {
  width: 42px;
  min-width: 42px;
  padding-left: 16px;
  padding-right: 10px;
}

.booking-table th input,
.booking-table td input {
  width: 14px;
  height: 14px;
  accent-color: #1750cf;
}

.booking-row {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.booking-row:hover td,
.booking-row.is-active td {
  background: #f9fbff;
}

.booking-pnr-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: #e2dfff;
  color: #3323cc;
  font-size: 12px;
  font-weight: 700;
}

.booking-id {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #004aca;
  background-color: #004aca29;
}

.booking-customer,
.booking-destination-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.booking-avatar {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;

  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 8px 14px rgba(37, 65, 121, 0.18);
}

.booking-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.avatar-elena {
  background: linear-gradient(180deg, #f0a348 0%, #d97615 100%);
}

.avatar-marcus {
  background: linear-gradient(180deg, #4f7eff 0%, #1a50d5 100%);
}

.avatar-sophia {
  background: linear-gradient(180deg, #5db7b6 0%, #188796 100%);
}

.avatar-james {
  background: linear-gradient(180deg, #78859a 0%, #425165 100%);
}

.booking-customer strong,
.booking-destination-cell strong {
  display: block;
  font-size: 13px;
}

.booking-customer small,
.booking-destination-cell small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #626d7f;
}

.booking-type-pill,
.booking-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.booking-type-pill {
  color: #006172;
  background: #57dffe33;
}

.booking-type-pill svg {
  width: 12px;
  height: 12px;
}

.booking-thumb {
  width: 43px;
  height: 31px;
  border-radius: 6px;
  overflow: hidden;

  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.booking-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.booking-status-pill.ongoing {
  color: #3323cc;
  background: #e2dfff;
  box-shadow: 0px 0px 12px 0px #3525cd33;
}

.booking-status-pill.pending {
  color: #574500;
  background: #ffe088;
  box-shadow: 0px 0px 12px 0px #735c0033;
}

.booking-status-pill.completed {
  color: #006172;
  background: #57dffe;
  box-shadow: 0px 0px 12px 0px #00687a33;
}

.booking-status-pill.cancelled {
  color: #93000a;
  background: #ffdad6;
  box-shadow: 0px 0px 12px 0px #d8353d33;
}

.booking-amount {
  font-size: 14px;
}

.booking-actions-cell {
  display: flex;
  align-items: center;
  gap: 2px;
}

.booking-actions-cell button {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #3b4557;
  background: transparent;
}

.booking-table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 24px 12px 26px;
  color: #444d5b;
  font-size: 13px;
}

.booking-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

.booking-pagination button {
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #ffffff;
  color: #3a4455;
  box-shadow: 0 8px 16px rgba(41, 69, 133, 0.06);
}

.booking-pagination button.is-active {
  color: #ffffff;
  background: linear-gradient(180deg, #1854cb 0%, #0f4ac2 100%);
  box-shadow: 0 12px 24px rgba(24, 84, 203, 0.22);
}

.booking-pagination svg {
  width: 14px;
  height: 14px;
}

.booking-details-panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 350px;
  padding: 25px 24px 24px;
  border-left: 1px solid #edf1f6;
  border-radius: 0 30px 30px 0;
  background: #ffffff;
  box-shadow: -14px 0 34px rgba(35, 65, 136, 0.08);
}

.booking-details-backdrop {
  display: none;
}

.booking-details-panel[hidden],
.booking-details-backdrop[hidden] {
  display: none !important;
}

.booking-details-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.booking-details-head h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}

.booking-details-head button {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #111827;
  background: transparent;
}

.booking-highlight-card {
  position: relative;
  margin-top: 26px;
  padding: 18px 20px 20px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #1854cb 0%, #1049c2 100%);
  box-shadow: 0 20px 34px rgba(24, 84, 203, 0.24);
}

.booking-highlight-card::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: -50px;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
}

.booking-highlight-label {
  position: relative;
  display: block;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.84);
}

.booking-highlight-card strong {
  position: relative;
  display: block;
  margin-top: 10px;
  font-size: 17px;
}

.booking-highlight-meta {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
}

.booking-highlight-meta span {
  display: block;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.booking-highlight-meta b {
  display: block;
  margin-top: 4px;
  font-size: 13px;
}

.booking-highlight-meta div:last-child {
  text-align: right;
}

.booking-highlight-meta div:last-child b {
  font-size: 17px;
}

.booking-details-block {
  margin-top: 32px;
}

.booking-block-label {
  display: block;
  margin-bottom: 16px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #464555;
}

.booking-insight-card {
  display: flex;
  align-items: center;
  gap: 12px;
}

.booking-insight-avatar {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  overflow: hidden;

  background: linear-gradient(180deg, #3b4459 0%, #0f1625 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
}

.booking-insight-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.booking-insight-card strong {
  display: block;
  font-size: 14px;
}

.booking-insight-card small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #5b6472;
}

.booking-timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.booking-timeline::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 8px;
  left: 13px;
  width: 1px;
  background: #e6ebf3;
}

.booking-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
}

.booking-timeline-item > span {
  position: relative;
  z-index: 1;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  margin-left: 9px;
  border-radius: 50%;
  background: #1854cb;
}

.booking-timeline-item:nth-child(2) > span {
  background: #5148d8;
}

.booking-timeline-item:nth-child(3) > span {
  background: #5148d8;
}

.booking-timeline-item strong {
  display: block;
  font-size: 12px;
}

.booking-timeline-item small {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  color: #6d7686;
}

.booking-note-card {
  margin-top: 32px;
  padding: 14px 14px 13px;
  border-radius: 18px;
  background: #fffbeb;
}

.booking-note-card span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #92400e;
}

.booking-note-card span svg {
  width: 14px;
  height: 14px;
}

.booking-note-card p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: #78350fcc;
}

.booking-details-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 32px;
}

.booking-muted-btn {
  color: #1f2937;
  background: #eceff3;
}

.booking-receipt-btn {
  width: 100%;
}

@media (max-width: 980px) {
  body.booking-sheet-open {
    overflow: hidden;
  }

  .booking-board {
    overflow: visible;
  }

  .booking-board.dashboard-reveal,
  .booking-board.dashboard-reveal.is-visible {
    transform: none !important;
  }

  .booking-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .booking-details-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    top: auto;
    max-height: min(84vh, 760px);
    width: auto;
    height: auto;
    padding-bottom: 24px;
    border-left: 0;
    border-top: 1px solid #edf1f6;
    border-radius: 28px 28px 0 0;
    box-shadow: 0 -18px 40px rgba(26, 43, 82, 0.18);
    overflow-y: auto;
  }

  .booking-details-backdrop {
    position: fixed;
    inset: 0;
    z-index: 55;
    display: block;
    background: rgba(15, 23, 42, 0.28);
    backdrop-filter: blur(2px);
  }

  .booking-note-card {
    margin-top: 24px;
  }
}

@media (max-width: 1080px) {
  .booking-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-clear-btn {
    width: fit-content;
  }
}

@media (max-width: 1023px) {
  .booking-view-toggle,
  .booking-calendar-view {
    display: none !important;
  }

  .booking-content.is-calendar-view .booking-stats {
    display: grid;
  }

  .booking-content.is-calendar-view .booking-filters {
    display: grid;
  }

  .booking-content.is-calendar-view .booking-board {
    display: grid;
  }
}

@media (max-width: 860px) {
  .booking-toolbar,
  .booking-board-header,
  .booking-table-footer {
    flex-wrap: wrap;
  }

  .booking-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-details-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .booking-content {
    padding-top: 22px;
  }

  .booking-toolbar h2 {
    font-size: 24px;
  }

  .booking-toolbar-actions {
    width: 100%;
  }

  .booking-pill-btn {
    justify-content: center;
    flex: 1 1 160px;
  }

  .booking-filters {
    gap: 14px;
  }

  .booking-board {
    margin-top: 34px;
    border-radius: 22px;
  }

  .booking-details-panel {
    max-height: 78vh;
    padding-top: 20px;
  }

  .booking-board-header,
  .booking-table-footer,
  .booking-details-panel {
    padding-left: 16px;
    padding-right: 16px;
  }

  .booking-board-header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .booking-tabs {
    gap: 14px;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .booking-tabs::-webkit-scrollbar {
    display: none;
  }

  .booking-board-actions {
    width: 100%;
  }

  .booking-secondary-btn,
  .booking-primary-btn {
    flex: 1 1 0;
  }

  .booking-table {
    min-width: 760px;
  }

  .booking-highlight-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .booking-highlight-meta div:last-child {
    text-align: left;
  }
}

/* Final Seven Seas refresh overrides */
body {
  background: var(--seven-bg);
}

.dashboard-app {
  grid-template-columns: 285px minmax(0, 1fr);
  max-width: none;
}

.dashboard-sidebar {
  gap: 14px;
  padding: 20px;
}

.dashboard-brand {
  padding: 0 0 12px;
  gap: 11px;
}

.dashboard-brand-mark svg {
  display: none;
}

.seven-hero-heading h1 {
  margin: 0 0 8px;
  color: #161b22;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
.dashboard-brand-copy h1 {
  margin: 0;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
}

.dashboard-brand-copy p {
  margin: 2px 0 0;
  color: #8b95a6;
  font-size: 10px;
  font-weight: 600;
}

.seven-sidebar-nav {
  display: grid;
  gap: 8px;
}

.seven-sidebar-nav > a,
.dashboard-submenu-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 38px;
  padding: 0 11px;
  border-radius: 6px;
  color: #1c293d;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
}

.seven-sidebar-nav > a {
  gap: 12px;
}

.seven-sidebar-nav svg,
.dashboard-submenu-toggle svg,
.dashboard-submenu-links svg,
.seven-quick-actions svg,
.dashboard-logout svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.9;
}

.dashboard-submenu,
.dashboard-submenu.is-open {
  width: 100%;
  padding: 0;
  color: #1c293d;
  background: transparent;
  border-radius: 7px;
  overflow: hidden;
}

.dashboard-submenu-left,
.dashboard-submenu.is-open .dashboard-submenu-left {
  gap: 12px;
}

.dashboard-submenu.is-open .dashboard-submenu-left span,
.dashboard-submenu.is-open .dashboard-submenu-left svg {
  color: #1c293d;
  font-size: 15px;
}

.dashboard-submenu-toggle,
.dashboard-submenu.is-open .dashboard-submenu-toggle,
.dashboard-submenu.is-open .dashboard-submenu-toggle.is-active {
  min-height: 38px;
  padding: 0 11px;
  color: #1c293d;
  background: #eaf3ff;
  box-shadow: inset 3px 0 0 #2f73f5;
}

.dashboard-submenu-arrow {
  margin-left: auto;
  transition: transform 0.22s ease;
}

.dashboard-submenu-links,
.dashboard-submenu-links.show,
.dashboard-submenu.is-open .dashboard-submenu-links.show {
  display: grid;
  max-height: 0;
  margin: 0;
  padding: 0 0 0 16px;
  gap: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.26s ease,
    opacity 0.2s ease,
    padding 0.26s ease,
    margin 0.26s ease;
}

.dashboard-submenu-links.show,
.dashboard-submenu.is-open .dashboard-submenu-links.show {
  max-height: 190px;
  margin-top: 7px;
  padding: 6px 0 10px 20px;
  opacity: 1;
  background: #f6f9fd;
  border-radius: 0 0 6px 6px;
}

.dashboard-submenu.is-open .dashboard-submenu-links.show::before,
.dashboard-submenu.is-open .dashboard-submenu-links a::before,
.dashboard-submenu.is-open .dashboard-submenu-links a::after {
  content: none;
}

.dashboard-submenu-links a,
.dashboard-submenu.is-open .dashboard-submenu-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 31px;
  height: auto;
  padding: 0 8px;
  color: #2f3d52;
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
}

.dashboard-submenu-links a.active,
.dashboard-submenu-links a:hover,
.seven-sidebar-nav > a.is-active,
.seven-sidebar-nav > a:hover {
  color: #004aca;
  background: #edf5ff;
}

.seven-quick-actions {
  display: grid;
  gap: 7px;
  margin-top: 24px;
  padding: 13px 10px 11px;
  border-radius: 14px;
  background: #f5f9ff;
}

.seven-quick-actions strong {
  margin-bottom: 3px;
  color: #0f2344;
  font-size: 15px;
  font-weight: 600;
}

.seven-quick-actions a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 9px;
  border-radius: 6px;
  color: #1f3048;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 1px 5px rgba(30, 55, 100, 0.06);
}

.dashboard-logout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 6px;
  color: #ff1f25;
  background: #ffdede;
  font-size: 13px;
  font-weight: 700;
}

.seven-mobile-menu,
.seven-sidebar-backdrop {
  display: none;
}

.seven-main {
  min-width: 0;
  padding: 0;
  background: var(--seven-bg);
}

.seven-hero {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) 629px;
  gap: 24px;
  align-items: start;
}

.seven-kicker {
  margin: 0 0 12px;
  color: #6e7889;
  font-size: 17px;
  font-weight: 700;
}

.seven-balance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.seven-balance-card,
.seven-metric-card,
.seven-table-card,
.seven-panel {
  background: var(--seven-panel);
  border: 1px solid var(--seven-line);
  border-radius: 14px;
  box-shadow: var(--seven-shadow);
}

.seven-balance-card span {
  display: block;
  margin-bottom: 8px;
  color: #697589;
  font-size: 11px;
  font-weight: 600;
}

.seven-balance-card strong {
  color: #222;
  font-size: 23px;
  line-height: 1;
  font-weight: 800;
}

.seven-balance-card .green {
  color: var(--seven-green);
}

.seven-balance-card .orange {
  color: var(--seven-orange);
}

.seven-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 45px;
}

.seven-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: #fff;
}

.seven-icon svg {
  width: 21px;
  height: 21px;
}

.seven-icon.purple {
  background: linear-gradient(135deg, #9564ff, #d333bd);
}

.seven-icon.blue {
  background: #4287f5;
}

.seven-icon.teal {
  background: #20b99d;
}

.seven-icon.amber {
  background: #ffae14;
}

.seven-metric-card p {
  margin: 26px 0 17px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.seven-metric-card strong {
  display: block;
  color: #1f2024;
  font-size: clamp(1.375rem, 1rem + 1vw, 1.875rem);
  line-height: 1;
  font-weight: 700;
}

.seven-metric-card small {
  display: block;
  margin-top: 18px;
  color: #99a3b3;
  font-size: clamp(0.75rem, 0.6563rem + 0.25vw, 0.875rem);
  font-weight: 500;
}

.seven-metric-card small.positive {
  color: var(--seven-green);
  font-weight: 800;
}

.seven-metric-card small span {
  margin-left: 6px;
  color: #98a2b2;
  font-weight: 500;
}

.seven-section {
  margin-top: 40px;
}

.seven-section h2,
.seven-panel h2 {
  margin: 0 0 20px;
  color: var(--seven-ink);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.seven-table-card {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: none;
}

.seven-table {
  width: 100%;
  border-collapse: collapse;
  color: #374151;
  font-size: 14px;
}

.seven-table th,
.seven-table td {
  height: 47px;
  padding: 0 24px;
  text-align: left;
  white-space: nowrap;
}

.seven-table th {
  color: #374151;
  background: #f9fafb;
  font-weight: 800;
}

.seven-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.seven-table a,
.route,
.profit,
.airline-row em {
  color: #006edc;
  font-weight: 800;
}

.money,
.airline-row strong,
.departure-item strong {
  color: var(--seven-green);
  font-weight: 800;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  width: fit-content;
}

.pill.green {
  color: #009f66;
  background: #c9f8e6;
}

.pill.blue {
  color: #0072e5;
  background: #dcecff;
}

.pill.yellow {
  color: #f09a00;
  background: #ffe6a8;
}

.pill.red {
  color: #ff3131;
  background: #ffe3e3;
}

.agents-table td:first-child {
  font-weight: 700;
}

.rate {
  display: inline-flex;
  width: 58px;
  height: 5px;
  margin-left: 6px;
  vertical-align: middle;
  background: #edf1f5;
  border-radius: 999px;
  overflow: hidden;
}

.rate svg {
  display: block;
  height: 100%;
  background: #17bb82;
  border-radius: inherit;
}

.seven-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(360px, 1fr);
  gap: 38px;
  margin-top: 49px;
}

.departure-list {
  position: relative;
  display: grid;
  gap: 32px;
  padding-left: 36px;
}

.departure-list::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: 40px;
  width: 2px;
  background: #c9d8e8;
}

.departure-item {
  position: relative;
  display: grid;
  grid-template-columns: 95px 110px 1fr 70px 90px;
  align-items: start;
  column-gap: 12px;
  color: #303b4e;
  font-size: 12px;
}

.departure-item::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--seven-blue);
}

.departure-item b {
  font-size: 13px;
}

.departure-item span {
  color: #006edc;
  font-weight: 800;
}

.departure-item span svg {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
}

.departure-item-small-info span {
  grid-column: 1 / 4;
  margin-top: 18px;
  color: #8a95a6 !important;
  font-size: 12px;
  font-weight: 500;
}

.airlines-panel {
  align-self: start;
}

.airline-row {
  display: grid;
  grid-template-columns: 1fr 42px 60px 50px;
  gap: 10px;
  align-items: center;
  margin-top: 21px;
  color: #1f2a3c;
  font-size: 13px;
}

.airline-row b {
  color: #687387;
  text-align: right;
  font-weight: 700;
}

.airline-row svg {
  grid-column: 1 / -1;
  display: block;
  height: 7px;
  background: var(--seven-blue);
  border-radius: 999px;
  box-shadow: 72px 0 0 #eef1f5;
}

.trend-panel {
  margin-top: 40px;
  padding: 59px 28px 37px;
  border-radius: 20px;
}

.trend-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 14px;
}

.chart-toggle {
  display: flex;
  gap: 10px;
  padding: 4px;
  border-radius: 999px;
  background: #f1f3f7;
}

.chart-toggle button {
  min-width: 82px;
  height: 34px;
  border-radius: 999px;
  color: #657085;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
}

.chart-toggle button.is-active {
  color: #fff;
  background: #004aca;
}

.seven-line-chart {
  position: relative;
  height: auto;
  padding-left: 58px;
  padding-bottom: 34px;
}

.seven-line-chart svg {
  display: block;
  width: 100%;
  height: 260px;
  overflow: visible;
}

.seven-line-chart path {
  fill: none;
  stroke: #9ba7b7;
  stroke-width: 1;
}

.seven-line-chart .grid,
.seven-line-chart .vgrid {
  stroke: #dfe5ec;
  stroke-dasharray: 3 4;
}

.seven-line-chart polyline {
  fill: none;
  stroke: #004aca;
  stroke-width: 3;
}

.seven-line-chart circle {
  fill: #004aca;
}

.chart-y {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #748198;
  font-size: 12px;
}

.chart-x {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  margin-top: 8px;
  color: #748198;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1180px) {
  .dashboard-app {
    grid-template-columns: 250px minmax(0, 1fr);
  }
  .seven-table-card {
    overflow-x: auto;
  }

  .seven-hero,
  .seven-two-column {
    grid-template-columns: 1fr;
  }

  .seven-balance-grid,
  .seven-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .dashboard-app {
    display: block;
  }

  .dashboard-sidebar {
    position: relative;
    width: auto;
    height: auto;
    min-height: 0;
    border-width: 0 0 4px;
  }

  .seven-balance-grid,
  .seven-metrics {
    grid-template-columns: 1fr;
  }

  .seven-table-card {
    overflow-x: auto;
  }

  .departure-item {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .departure-item small {
    grid-column: auto;
    margin-top: 0;
  }

  .airline-row {
    grid-template-columns: 1fr 36px 56px 46px;
  }
}

/* Final requested sidebar behavior */
.dashboard-submenu-toggle,
.dashboard-submenu.is-open .dashboard-submenu-toggle,
.dashboard-submenu.is-open .dashboard-submenu-toggle.is-active {
  color: #1c293d;
  background: transparent;
  box-shadow: none;
}

.dashboard-submenu-toggle.is-active,
.dashboard-submenu.is-open .dashboard-submenu-toggle.is-active {
  color: #1c293d;
  background: #eaf3ff;
  box-shadow: inset 3px 0 0 #2f73f5;
}

.dashboard-submenu-links.show,
.dashboard-submenu.is-open .dashboard-submenu-links.show {
  background: #f6f9fd;
}

.seven-sidebar-nav > a.is-active,
.dashboard-submenu-links a.active {
  color: #2f3d52;
  background: transparent;
  box-shadow: none;
}

.dashboard-submenu.is-open .dashboard-submenu-links a.active,
.seven-sidebar-nav > a.is-active:hover,
.dashboard-submenu-links a.active:hover {
  color: #004aca;
  background: #edf5ff;
}

body.seven-sidebar-collapsed .seven-sidebar-toggle {
  display: none;
}

body.seven-sidebar-collapsed .dashboard-brand {
  cursor: pointer;
}

body.seven-sidebar-collapsed .dashboard-submenu-toggle,
body.seven-sidebar-collapsed .seven-sidebar-nav > a,
body.seven-sidebar-collapsed .dashboard-logout {
  cursor: pointer;
}

@media (max-width: 1080px) {
  body.seven-sidebar-collapsed .dashboard-app,
  .dashboard-app {
    display: block;
    grid-template-columns: none;
  }

  .seven-mobile-menu {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    margin-right: 12px;
    border-radius: 10px;
    color: #0a1f44;
    background: #fff;
  }

  .seven-mobile-menu svg {
    width: 23px;
    height: 23px;
  }

  .dashboard-header .seven-mobile-menu {
    position: static;
    margin: 0 12px 0 0;
  }

  .dashboard-main > .seven-mobile-menu {
    position: sticky;
    top: 12px;
    z-index: 45;
    margin: 12px 0 0 12px;
  }

  .dashboard-sidebar,
  body.seven-sidebar-collapsed .dashboard-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 70;
    width: min(285px, calc(100vw - 54px)) !important;
    height: 100vh;
    min-height: 100vh;
    padding: 20px 18px 16px !important;
    align-items: stretch !important;
    border-width: 4px;
    transform: translateX(-105%);
  }

  body.seven-sidebar-open .dashboard-sidebar,
  body.seven-sidebar-open.seven-sidebar-collapsed .dashboard-sidebar {
    transform: translateX(0);
  }

  .seven-sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 65;
    display: block;
    pointer-events: none;
    opacity: 0;
    background: rgba(14, 23, 38, 0.42);
    transition: opacity 0.22s ease;
  }

  body.seven-sidebar-open .seven-sidebar-backdrop {
    pointer-events: auto;
    opacity: 1;
  }

  body.seven-sidebar-collapsed .dashboard-brand,
  .dashboard-brand {
    display: flex;
    justify-items: normal;
    gap: 11px;
    padding-bottom: 12px;
  }

  body.seven-sidebar-collapsed .dashboard-brand-mark {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  body.seven-sidebar-collapsed .dashboard-brand-copy,
  .dashboard-sidebar .dashboard-brand-copy {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    visibility: visible !important;
  }

  body.seven-sidebar-collapsed .seven-sidebar-toggle,
  .seven-sidebar-toggle {
    display: grid;
    order: 0;
    width: 28px;
    height: 28px;
    margin-left: auto;
    color: #56657c;
    background: #fff;
    border: 1px solid #d9e2ee;
    box-shadow: 0 3px 10px rgba(23, 40, 70, 0.1);
  }

  body.seven-sidebar-collapsed .seven-sidebar-nav,
  .seven-sidebar-nav {
    justify-items: stretch;
    gap: 8px;
    margin-top: 0;
  }

  body.seven-sidebar-collapsed .dashboard-submenu-toggle,
  body.seven-sidebar-collapsed .seven-sidebar-nav > a,
  .dashboard-sidebar .dashboard-submenu-toggle,
  .dashboard-sidebar .seven-sidebar-nav > a {
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 38px !important;
    padding: 0 11px !important;
  }

  body.seven-sidebar-collapsed .dashboard-submenu-left,
  .dashboard-sidebar .dashboard-submenu-left {
    justify-content: flex-start !important;
    gap: 12px !important;
  }

  body.seven-sidebar-collapsed .dashboard-submenu-left span,
  body.seven-sidebar-collapsed .dashboard-submenu-arrow,
  body.seven-sidebar-collapsed .seven-sidebar-nav > a span,
  body.seven-sidebar-collapsed .dashboard-logout span,
  .dashboard-sidebar .dashboard-submenu-left span,
  .dashboard-sidebar .seven-sidebar-nav > a span,
  .dashboard-sidebar .dashboard-logout span {
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    visibility: visible !important;
  }

  .dashboard-sidebar .dashboard-submenu-arrow {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.seven-sidebar-collapsed .dashboard-submenu-links.show {
    display: grid;
  }

  body.seven-sidebar-collapsed .seven-quick-actions {
    display: grid;
    gap: 7px;
    margin-top: auto;
    padding: 13px 10px 11px;
    background: #f5f9ff;
  }

  body.seven-sidebar-collapsed .seven-quick-actions strong {
    display: block;
  }

  body.seven-sidebar-collapsed .seven-quick-actions a {
    display: flex;
  }

  body.seven-sidebar-collapsed .dashboard-logout {
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 36px;
    padding: 0 12px;
  }
}

/* Final dashboard pixel pass */
.seven-main {
  min-width: 0;
  padding: 0;
  background: #edf3f9;
}

.seven-main .dashboard-header {
  margin: 0;
}

.seven-content {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.seven-hero {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) 626px;
  gap: 24px;
  align-items: start;
}

.seven-kicker {
  margin: 0 0 12px;
  color: #6b7280;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
}

.seven-subtitle {
  max-width: 650px;
  margin: 19px 0 0;
  color: #526070;
  font-size: 14px;
  line-height: 1.45;
}

.seven-balance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.seven-balance-card {
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #dde5ee;
  box-shadow: 0 2px 7px rgba(21, 38, 70, 0.1);
}

.seven-balance-card span {
  display: block;
  margin-bottom: 8px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.seven-balance-card strong {
  color: #222;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.seven-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 21px;
  margin-top: 45px;
}

.seven-metric-card {
  min-height: 202px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dde5ee;
  box-shadow: 0 3px 8px rgba(21, 38, 70, 0.13);
}

.seven-icon {
  width: clamp(2rem, 1.5313rem + 1.25vw, 2.625rem);
  height: clamp(2rem, 1.5313rem + 1.25vw, 2.625rem);
}

.seven-metric-card p {
  margin: clamp(1.125rem, 0.7969rem + 0.875vw, 1.5625rem) 0
    clamp(0.875rem, 0.7344rem + 0.375vw, 1.0625rem);
  color: #596577;
  font-size: clamp(0.75rem, 0.6563rem + 0.25vw, 0.875rem);
  font-weight: 600;
}

.seven-metric-card small {
  margin-top: clamp(0.75rem, 0.6563rem + 0.25vw, 0.875rem);
}

.seven-section {
  margin-top: 40px;
}

.agents-table th,
.agents-table td {
  height: 56px;
}

.pill {
  min-height: 22px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 11px;
}

.rate {
  width: 58px;
  height: 5px;
}

.rate i {
  display: block;
  height: 100%;
  background: #17bb82;
  border-radius: inherit;
}

.seven-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(360px, 1fr);
  gap: 38px;
  margin-top: 49px;
}

.seven-panel {
  padding: 35px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #dde5ee;
  box-shadow: none;
}

.departures-panel {
  min-height: 582px;
}

.departure-list {
  gap: 32px;
  padding-left: 36px;
}

.departure-item {
  grid-template-columns: 100px 112px minmax(50px, 1fr) 72px 90px;
  column-gap: 12px;
  font-size: 12px;
}

.departure-item small {
  grid-column: 1 / 4;
}

.departure-item small span + span {
  margin-left: 18px;
}

.airlines-panel {
  align-self: start;
  min-height: 382px;
}

.airline-row {
  grid-template-columns: 1fr 42px 60px 50px;
  gap: 10px;
  margin-top: 21px;
}

.trend-panel {
  margin-top: 40px;
  padding: 59px 28px 37px;
  border-radius: 20px;
}

.seven-line-chart {
  height: auto;
  padding-left: 58px;
  padding-bottom: 34px;
}

.seven-line-chart svg {
  height: 260px;
}

@media (max-width: 1320px) {
  .seven-hero {
    grid-template-columns: 1fr;
  }

  .seven-balance-grid {
    max-width: 680px;
  }

  .seven-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seven-two-column {
    grid-template-columns: 1fr;
  }

  .departures-panel,
  .airlines-panel {
    min-height: 0;
  }
}

@media (max-width: 1080px) {
  .seven-main .dashboard-header {
    position: sticky;
    top: 0;
    z-index: 40;
  }
}

@media (max-width: 720px) {
  .seven-main .dashboard-header {
    justify-content: space-between;
  }

  .seven-main .dashboard-header .seven-mobile-menu {
    order: 0;
    margin-right: auto;
  }

  .seven-main .dashboard-header-actions {
    margin-left: auto;
  }

  .seven-subtitle {
    margin-top: 14px;
  }

  .seven-balance-grid,
  .seven-metrics {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .seven-metrics {
    margin-top: 32px;
  }

  .seven-metric-card {
    min-height: 174px;
  }

  .seven-section {
    margin-top: 34px;
  }

  .seven-panel {
    padding: 24px 18px;
  }

  .departure-list {
    gap: 0;
    padding-left: 27px;
  }

  .departure-list::before {
    left: 9px;
    top: 9px;
    bottom: 28px;
  }

  .departure-item {
    grid-template-columns: 80px 78px minmax(0, 1fr) 82px;
    align-items: start;
    column-gap: 8px;
    row-gap: 12px;
    min-height: 94px;
    padding-bottom: 17px;
    font-size: 14px;
  }

  .departure-item::before {
    left: -23px;
    top: 2px;
    width: 11px;
    height: 11px;
  }

  /* .departure-item small {
    grid-column: 1 / 4;
    display: grid;
    grid-template-columns: 80px 60px minmax(0, 1fr);
    gap: 8px;
    margin-top: 0;
    color: #6f7887;
    font-size: 10px;
    line-height: 1.35;
  }

  .departure-item small span + span {
    margin-left: 0;
  } */

  .departure-item b {
    min-width: 0;
    color: #1f2937;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
    white-space: nowrap;
  }

  .departure-item > span {
    grid-column: 2 / 4;
    color: #006edc;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
    white-space: nowrap;
  }

  .departure-item > span svg {
    width: 16px;
    height: 16px;
  }

  .departure-item strong {
    grid-column: 4;
    color: #00a878;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    align-self: start;
    justify-self: end;
  }

  .departure-item .pill {
    grid-column: 4;
    grid-row: 1;
    min-width: 78px;
    padding: 0 15px;
    justify-self: end;
    font-size: 13px;
    font-weight: 500;
  }

  .airline-row {
    grid-template-columns: 1fr 36px 56px 46px;
    font-size: 12px;
  }

  .trend-panel {
    padding: 28px 20px 26px;
  }

  .trend-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 22px;
  }

  .chart-toggle {
    gap: 8px;
  }

  .chart-toggle button {
    min-width: 108px;
    height: 40px;
    font-size: 14px;
  }

  .seven-line-chart {
    padding-left: 26px;
    padding-bottom: 30px;
  }

  .seven-line-chart svg {
    height: 292px;
  }

  .chart-y {
    bottom: 30px;
    font-size: 14px;
  }

  .chart-x {
    margin-top: 7px;
    font-size: 9px;
    line-height: 1.15;
  }
}

/* Requested final fixes: airline card, header, sidebar toggle */
.dashboard-header-actions > a.dashboard-icon-btn[href*="notifications"],
.dashboard-header-actions > button.dashboard-icon-btn[aria-label="Theme"] {
  display: none;
}

.dashboard-sidebar {
  overflow: visible;
}

.dashboard-brand {
  position: relative;
}

.dashboard-sidebar-scroll {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.dashboard-sidebar-scroll::-webkit-scrollbar {
  display: none;
}

.seven-sidebar-toggle {
  position: absolute;
  top: 12px;
  right: -36px;
  z-index: 10;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  border: 1px solid #d6e0ec;
  border-radius: 50%;
  color: #ffffff;
  background: #0057d9;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.seven-sidebar-toggle:hover {
  color: #0d6fd8;
  background: #f3f8ff;
  transform: translateX(-1px);
}

.seven-sidebar-toggle svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.25;
}

body.seven-sidebar-collapsed .seven-sidebar-toggle {
  display: none;
}

@media (min-width: 1081px) {
  body.seven-sidebar-collapsed .dashboard-app {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  body.seven-sidebar-collapsed .dashboard-sidebar {
    gap: 14px;
    padding: 20px 10px;
  }

  body.seven-sidebar-collapsed .dashboard-brand {
    position: relative;
    justify-content: center;
    gap: 0;
    padding-bottom: 12px;
  }

  body.seven-sidebar-collapsed .dashboard-brand-copy,
  body.seven-sidebar-collapsed .dashboard-submenu-left span,
  body.seven-sidebar-collapsed .dashboard-submenu-arrow,
  body.seven-sidebar-collapsed .dashboard-submenu-links,
  body.seven-sidebar-collapsed .dashboard-submenu-links.show,
  body.seven-sidebar-collapsed .seven-sidebar-nav > a span,
  body.seven-sidebar-collapsed .seven-quick-actions,
  body.seven-sidebar-collapsed .dashboard-logout span {
    display: none !important;
  }

  body.seven-sidebar-collapsed .seven-sidebar-nav {
    gap: 8px;
  }

  body.seven-sidebar-collapsed .dashboard-submenu-toggle,
  body.seven-sidebar-collapsed .seven-sidebar-nav > a,
  body.seven-sidebar-collapsed .dashboard-logout {
    justify-content: center;
    width: 42px;
    min-height: 42px;
    margin-inline: auto;
    padding: 0;
  }

  body.seven-sidebar-collapsed .dashboard-submenu-left {
    justify-content: center;
    gap: 0;
  }

  body.seven-sidebar-collapsed .dashboard-submenu.is-open {
    padding: 0;
    background: transparent;
    overflow: visible;
  }

  body.seven-sidebar-collapsed .dashboard-logout {
    margin-top: auto;
  }
}

.airlines-panel {
  min-height: 409px;
  padding: 40px 38px 34px;
  border-radius: 14px;
}

.airlines-panel h2 {
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 1.15;
}

.airline-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px 62px 54px;
  align-items: center;
  column-gap: 15px;
  row-gap: 10px;
  margin-top: 0;
  padding: 0 0 22px;
  color: #1f2937;
  font-size: 15px;
}

.airline-row + .airline-row {
  margin-top: 0;
}

.airline-row span {
  min-width: 0;
  color: #1f2937;
  font-weight: 500;
}

.airline-row b {
  color: #667085;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
}

.airline-row strong {
  color: #00a878;
  text-align: right;
  font-size: 14px;
  font-weight: 800;
}

.airline-row em {
  color: #006edc;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.airline-row i {
  position: relative;
  grid-column: 1 / -1;
  display: block;
  width: 100% !important;
  height: 8px;
  overflow: hidden;
  background: #f0f1f3;
  border-radius: 999px;
  box-shadow: none;
}

.airline-row i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--airline-width, 100%);
  border-radius: inherit;
  background: #0872d8;
}

.airline-row:nth-of-type(1) i {
  --airline-width: 100%;
}
.airline-row:nth-of-type(2) i {
  --airline-width: 88%;
}
.airline-row:nth-of-type(3) i {
  --airline-width: 64%;
}
.airline-row:nth-of-type(4) i {
  --airline-width: 49%;
}
.airline-row:nth-of-type(5) i {
  --airline-width: 36%;
}
.airline-row:nth-of-type(6) i {
  --airline-width: 28%;
}

@media (max-width: 1080px) {
  .dashboard-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }

  .dashboard-header .seven-mobile-menu {
    order: 0;
  }

  .dashboard-header-actions {
    order: 1;
    margin-left: auto;
  }

  .dashboard-search {
    order: 2;
    flex: 1 0 100%;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .dashboard-mobile-search-btn,
  .dashboard-mobile-search {
    display: none !important;
  }
}

@media (max-width: 720px) {
  .airlines-panel {
    padding: 28px 22px 22px;
  }

  .airlines-panel h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .airline-row {
    grid-template-columns: minmax(0, 1fr) 34px 50px 46px;
    column-gap: 8px;
    padding-bottom: 18px;
    font-size: 13px;
  }

  .airline-row b,
  .airline-row strong,
  .airline-row em {
    font-size: 12px;
  }
}

/* Hotel dashboard additions */
.hotel-admin-dashboard .hotel-dashboard-content {
  padding: 24px 22px 44px;
}

.hotel-admin-dashboard .hotel-dashboard-hero {
  grid-template-columns: minmax(360px, 1fr) minmax(560px, 710px);
}

.hotel-admin-dashboard .seven-subtitle {
  max-width: 570px;
  margin-top: 29px;
  font-size: 12px;
}

.hotel-admin-dashboard .hotel-table-card {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(138, 154, 182, 0.6) transparent;
}

.hotel-admin-dashboard .hotel-table-card::-webkit-scrollbar {
  height: 8px;
}

.hotel-admin-dashboard .hotel-table-card::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(138, 154, 182, 0.6);
}

.hotel-money-dark {
  color: #111827;
  font-weight: 600;
}

.hotel-agent-panel {
  min-height: 472px;
  margin-top: 34px;
  padding-top: 72px;
}

.hotel-agent-table {
  min-width: 960px;
}

.hotel-agent-table th,
.hotel-agent-table td {
  height: 84px;
}

.hotel-rank {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffffff;
}

.hotel-rank svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.hotel-rank.is-gold {
  background: #ffb000;
}

.hotel-rank.is-silver {
  background: #b7b7b7;
}

.hotel-rank.is-bronze {
  background: #b66b23;
}

.hotel-agent-name {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #172131;
  font-weight: 600;
}

.hotel-agent-name b {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffffff;
  background: #4287f5;
  font-size: 14px;
  font-weight: 700;
}

.hotel-mid-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(320px, 1fr);
  gap: 26px;
  margin-top: 64px;
}

.hotel-destination-panel,
.hotel-status-panel {
  min-height: 572px;
}

.hotel-progress-list {
  display: grid;
  gap: 26px;
  margin-top: 27px;
}

.hotel-progress-list header {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto auto auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
}

.hotel-progress-list strong {
  color: #111827;
  font-size: 12px;
  font-weight: 800;
}

.hotel-progress-list span {
  color: #6b7280;
  font-size: 10px;
  font-weight: 500;
}

.hotel-progress-list b {
  color: #111827;
  font-size: 10px;
  font-weight: 800;
}

.hotel-progress-list em {
  color: #0cbb7b;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.hotel-progress-list i {
  display: block;
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1f5;
}

.hotel-progress-list i span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #4385ff;
}

.hotel-donut {
  width: 188px;
  height: 188px;
  margin: 46px auto 13px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #ffffff 0 49%, transparent 50%),
    conic-gradient(
      #17bb82 0deg 259deg,
      #ff9f0a 259deg 324deg,
      #ef4444 324deg 348deg,
      #4287f5 348deg 360deg
    );
}

.hotel-total-bookings,
.hotel-total-label {
  display: block;
  text-align: center;
}

.hotel-total-bookings {
  color: #20242b;
  font-size: 31px;
  line-height: 1;
  font-weight: 800;
}

.hotel-total-label {
  margin-top: 10px;
  color: #98a2b2;
  font-size: 10px;
  font-weight: 500;
}

.hotel-status-list {
  display: grid;
  gap: 10px;
  width: min(100%, 230px);
  margin: 32px auto 0;
}

.hotel-status-list p {
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #4b5563;
  font-size: 14px;
}

.hotel-status-list i,
.hotel-activity-list > article > i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.hotel-status-list b {
  color: #20242b;
  font-weight: 800;
}

.hotel-status-list i.is-green,
.hotel-activity-list i.is-green {
  background: #17bb82;
}

.hotel-status-list i.is-amber,
.hotel-activity-list i.is-amber {
  background: #ff9f0a;
}

.hotel-status-list i.is-red,
.hotel-activity-list i.is-red {
  background: #ef4444;
}

.hotel-status-list i.is-blue,
.hotel-activity-list i.is-blue {
  background: #4287f5;
}

.hotel-activity-list i.is-violet {
  background: #7c5cff;
}

.hotel-hotels-panel {
  min-height: 402px;
  margin-top: 64px;
  padding-top: 63px;
}

.hotel-hotels-table {
  min-width: 980px;
}

.hotel-hotels-table th,
.hotel-hotels-table td {
  height: 60px;
}

.hotel-occupancy {
  display: inline-flex;
  width: 100px;
  height: 8px;
  margin-right: 24px;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1f5;
}

.hotel-occupancy i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #20c79d;
}

.hotel-insight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 47px;
}

.hotel-insight-grid article {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 92px;
  padding: 20px 24px;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: #e1f1ff;
}

.hotel-insight-grid svg {
  width: 27px;
  height: 27px;
  color: #ffffff;
  fill: #4287f5;
}

.hotel-insight-grid span {
  color: #172131;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.hotel-lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 37px;
  margin-top: 40px;
}

.hotel-checkins-panel,
.hotel-activity-panel {
  min-height: 600px;
}

.hotel-checkin-list {
  display: grid;
  margin-top: 24px;
}

.hotel-checkin-list article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 13px;
  min-height: 142px;
  padding: 0 0 25px;
}

.hotel-checkin-list article + article {
  padding-top: 26px;
  border-top: 1px solid #e7edf5;
}

.hotel-checkin-list article > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #ffffff;
  background: #4287f5;
}

.hotel-checkin-list svg {
  width: 16px;
  height: 16px;
}

.hotel-checkin-list strong {
  display: block;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
}

.hotel-checkin-list small,
.hotel-checkin-list p {
  display: block;
  margin: 8px 0 0;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.hotel-checkin-list p {
  color: #20242b;
}

.hotel-checkin-list b {
  display: block;
  margin-top: 13px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
}

.hotel-checkin-list em {
  align-self: start;
}

.hotel-activity-list {
  display: grid;
  gap: 26px;
  max-width: 360px;
  margin: 38px 0 0 5px;
}

.hotel-activity-list article {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.hotel-activity-list strong {
  display: block;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.hotel-activity-list span {
  display: block;
  margin-top: 8px;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 500;
}

.hotel-trend-panel {
  margin-top: 64px;
}

.hotel-chart-x {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

@media (max-width: 1320px) {
  .hotel-admin-dashboard .hotel-dashboard-hero,
  .hotel-mid-grid,
  .hotel-lower-grid {
    grid-template-columns: 1fr;
  }

  .hotel-insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotel-status-panel,
  .hotel-checkins-panel,
  .hotel-activity-panel {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .hotel-admin-dashboard .hotel-dashboard-content {
    padding: 22px 18px 36px;
  }

  .hotel-agent-panel,
  .hotel-mid-grid,
  .hotel-hotels-panel,
  .hotel-trend-panel {
    margin-top: 40px;
  }

  .hotel-agent-panel,
  .hotel-hotels-panel {
    padding-top: 28px;
  }

  .hotel-insight-grid {
    margin-top: 34px;
  }
}

@media (max-width: 640px) {
  .notes-drawer {
    display: flex;
    align-items: flex-end;
  }

  .notes-drawer-panel {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: min(86vh, 760px);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -18px 44px rgba(10, 18, 35, 0.22);
    transform: translateY(100%);
  }

  .notes-drawer.is-open .notes-drawer-panel {
    transform: translateY(0);
  }

  .notes-drawer-head {
    padding: 22px 18px 18px;
  }

  .notes-search,
  .notes-compose {
    margin-left: 18px;
    margin-right: 18px;
  }

  .notes-active {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }

  .notes-compose {
    padding: 16px;
    border-radius: 16px;
  }

  .note-card {
    padding: 15px 13px;
  }

  .hotel-admin-dashboard .hotel-dashboard-content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hotel-insight-grid {
    grid-template-columns: 1fr;
  }

  .hotel-progress-list header {
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
  }

  .hotel-progress-list header span {
    grid-column: 1;
  }

  .hotel-progress-list header b,
  .hotel-progress-list header em {
    justify-self: end;
  }

  .hotel-donut {
    width: 164px;
    height: 164px;
  }

  .hotel-checkin-list article {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .hotel-checkin-list em {
    grid-column: 2;
    justify-self: start;
  }

  .hotel-chart-x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px 0;
  }
}
