﻿@charset "UTF-8";
/* Theme Variables */
@import url("https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Syne:wght@400;600;700;800&display=swap");
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

html,
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100%;
  overscroll-behavior: none;
}

.app-layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  inset: 0;
}

.app-spacer {
  min-height: 56px;
}

.letter-bg {
  background-size: 100% 100%;
}

.app-bg {
  background-size: 100% 100%;
}

.app-bg-color {
  background-color: #f8fafc;
}

.letter-container {
  background-color: #FFF;
  max-width: 720px !important;
  margin: 12px 0;
  border: 1px solid #D5D5D5;
}

.cashier-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/images/bg/fabric-1.png");
  background-size: 100% 100%;
}

.mud-main-content {
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: unset;
  padding-top: 0 !important;
}
@media (max-width: 1023px) {
  .mud-main-content {
    background: #f8fafc;
  }
}

.flex-no-grow {
  flex-grow: 0;
}

.flex-stretch-basic {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow: hidden;
}

.flex-stretch {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 !important;
  overflow: hidden;
}
.flex-stretch-sm {
  flex: 0.5 1 !important;
}
.flex-stretch-md {
  flex: 1.4 1 !important;
}
.flex-stretch-lg {
  flex: 1.8 1 !important;
}
.flex-stretch-row {
  display: flex !important;
  flex-direction: row !important;
  flex: 1 1 !important;
}
.flex-stretch-row-center {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  align-content: center;
  gap: 16px;
}
.flex-stretch-row-sm {
  flex: 1.4 1 !important;
}

.card-container {
  display: flex;
  flex-direction: column;
  max-width: 1320px !important;
  padding: 16px;
  gap: 16px;
}

.card-container-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 !important;
  overflow: hidden;
  border-radius: 12px;
  background-color: #FFF;
}
.card-container-content.cart {
  background: none;
  box-shadow: none;
  padding: 0;
}
@media (max-width: 1023px) {
  .card-container-content {
    background-color: #f8fafc;
  }
}

.card-container-cart-content {
  display: flex;
  flex: 1 1;
  flex-direction: row;
  overflow: hidden;
  gap: 12px;
  padding: 0 !important;
}

.card-container-mobile {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  max-width: 1320px !important;
  gap: 12px;
}

.card-container-row {
  display: flex;
  flex-direction: row;
  padding: 16px;
  max-width: 1320px !important;
  gap: 12px;
}

.page-card {
  flex: 1;
  min-height: 0;
  background: #f8fafc;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .page-card {
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-top: 0;
    overflow: hidden;
  }
}

.card {
  background: none !important;
  background-color: white !important;
  border-radius: 12px;
  flex: 1 1;
  padding: 16px;
  box-shadow: var(--mud-elevation-4);
}
@media (max-width: 1023px) {
  .card {
    background: none !important;
    background-color: white !important;
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .card.card-no-bg {
    background-color: unset !important;
  }
}

.flex-row-md-col-sm {
  flex-direction: row !important;
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.app-layout .header-badge {
  height: 18px !important;
  min-width: 12px !important;
  font-size: 10px;
  inset: auto auto calc(100% - 22px) calc(100% - 22px) !important;
}
.app-layout .header-title-container {
  display: flex;
  flex: 1 1;
  justify-content: center;
}
.app-layout .closed {
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: 500;
}
.app-layout .open {
  right: 300px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  transition: 500;
}
.app-layout .floating-nav-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.app-layout .floating-nav-button-btm {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.app-layout .app-bar-drawer {
  top: 0 !important;
  overflow-x: hidden;
}
.app-layout .close-btn-basic {
  color: black;
}
.app-layout .close-btn {
  color: black;
  margin-left: -16px;
  max-height: 48px;
  max-width: 48px;
}
.app-layout .qr-code-div {
  position: fixed;
  bottom: 140px;
  width: 300px;
  z-index: 10000;
}
.app-layout .qr-code-image {
  border: 2px solid gray;
  width: 56px;
  height: 56px;
}
.app-layout .nav-drawer-footer {
  position: fixed;
  bottom: 100px;
  margin-left: 40px;
  z-index: 100;
}
.app-layout .checkin-btn {
  height: 20px;
  border-radius: 10px;
  border-color: darkgray;
  background-color: lightgray;
  color: white;
  text-transform: capitalize;
}
.app-layout .nav-bar-dropdown {
  font-size: 16px;
  border: 1px solid;
  border-color: lightgray;
  border-radius: 20px;
  color: black;
  background-color: white;
  padding: 2px 8px;
  text-align: center;
  font-weight: 500;
}
.app-layout .nav-bar-dropdown-md {
  font-size: 13px;
  background-color: wheat;
}
.app-layout .nav-bar-dropdown-sm {
  font-size: 12px;
  border-color: lightgray;
  background-color: lightgray;
}
.app-layout .nav-divider {
  opacity: 1 !important;
  flex-grow: 0;
}
.app-layout .nav-link-text {
  font-family: "Dosis", sans-serif;
  font-size: 14pt;
  margin-top: -3px;
}
.app-layout .nav-merch-icon-fix .mud-icon-root {
  margin-left: -3px !important;
  margin-right: 3px !important;
}
.app-layout .nav-cart-icon-fix .mud-icon-root {
  margin-left: -3px !important;
  margin-right: 3px !important;
}

.bar-header {
  justify-content: center;
  align-items: center;
  padding: 0 4px;
}

.date-header {
  border-radius: 12px;
  height: 48px;
  justify-content: center;
  background-color: var(--mud-palette-appbar-background);
  color: var(--mud-palette-appbar-text);
}
.date-header.appt-date-header {
  max-width: 552px;
  background-color: #1b6ec2;
}
.date-header.appt-date-header-legacy {
  border-radius: 4px;
  max-width: 552px;
  background-color: white;
  color: black;
}
.date-header.appt-date-header-legacy .date-time-header .mud-input {
  color: black;
}
.date-header.appt-date-header-legacy .date-time-header .mud-icon-button {
  color: black;
}

.date-header-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 4px;
}

.date-header-content.inner-content {
  justify-content: space-around;
}

.date-header-text {
  padding-right: 12px;
}

.date-header-selector {
  border-width: 1px;
  border-color: lightblue;
  height: 30px;
  font-size: 10pt;
  background-color: white;
  width: 90px;
  text-align: center;
}

.date-time-header-content {
  justify-content: center;
  align-items: center;
  padding: 0 4px;
  gap: 36px;
}

.date-time-header {
  color: white;
}
.date-time-header .mud-input {
  color: white;
  max-width: 140px;
}
.date-time-header.mud-picker-input-text {
  max-width: 140px;
}
.date-time-header .mud-icon-button {
  color: white;
  padding-right: 0 !important;
}

/* APP HEADER BASIC */
.mobile-header-basic {
  top: 66px !important;
  position: relative !important;
  margin-top: -88px !important;
  z-index: 1 !important;
}
.mobile-header-basic .mud-toolbar-gutters {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.logo-text-basic {
  color: #80DEEA;
  cursor: pointer;
  display: inline;
}

.title-text-basic {
  color: #80DEEA;
  font-size: 10pt;
  text-transform: uppercase;
}

.logo-text-spacer {
  width: 107px;
}

.web-header .mud-typography {
  font-family: "Dosis", sans-serif !important;
}
.web-header .mud-toolbar {
  height: 82px;
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05) !important;
}
.web-header .menu-toggle {
  color: #49b5e7;
  font-size: 16pt;
  padding: 10px;
  cursor: pointer;
}
.web-header .cprt:after {
  content: "©";
}
.web-header .my-flex {
  flex-grow: 1 !important;
}
.web-header .mud-toolbar-inner-container {
  display: inline-flex;
}
.web-header .mud-toolbar-icon-link {
  display: inline-flex;
}
.web-header .logo-text {
  color: #47bbca;
  padding-top: 2px;
}
.web-header .btn-header {
  margin-top: 0 !important;
}
.web-header .btn-home {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 25px;
  color: #fff;
  background: #49b5e7;
  text-transform: uppercase;
}

.web-layout .logo-text {
  display: inline;
}

.org-selector-dialog {
  padding-bottom: 24px;
}
.org-selector-dialog .mud-dialog {
  border-radius: 10px !important;
  min-width: 224px;
  max-width: 300px;
}
.org-selector-dialog .mud-dialog-content {
  padding: 0 !important;
}
.org-selector-dialog .mud-dialog-title {
  border-bottom: 1px solid #e2e4e9;
  padding: 8px;
}

.org-selector-container {
  padding-bottom: 8px;
}

.org-selector-section + .org-selector-section {
  border-top: 1px solid #e2e4e9;
}

.org-selector-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #6a7181;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 10px 13px 2px;
}

.org-selector-item-active {
  background: rgba(91, 66, 215, 0.06);
}

.org-selector-list {
  padding: 8px 0 !important;
  max-height: 128px;
  overflow-y: auto;
  background: #f8fafc;
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

footer {
  background-color: transparent;
  min-height: 70px;
}

.app-footer {
  background-color: #f7f7f7;
  width: 100vw;
  min-height: 70px;
  text-align: center;
  gap: 16px;
}
.app-footer .mud-badge {
  inset: auto auto calc(100% - 12px) calc(100% - 32px) !important;
}
@media (min-width: 768px) {
  .app-footer {
    background: none !important;
  }
}

.app-footer .menu-icon {
  font-size: 1.25rem !important;
}

/* CASHIER FOOTER HOVER HIGHLIGHT */
.app-footer .menu-item:hover,
.app-footer .menu-item:focus {
  color: #0A58CA;
}

/* APP FOOTER NAV HIGHLIGHT */
.app-footer .nav-selected.active .menu-item {
  color: #0A58CA;
}

/* FOOTER VISIBILITY — switches at 1024px (tab portrait = mobile) */
.mobile-footer-only {
  display: flex;
  flex: 1 1;
  justify-content: space-evenly;
  padding-top: 24px;
  max-height: 70px;
  border-top: 1px solid #d6d5d5;
  border-bottom: 1px solid #d6d5d5;
}
@media (min-width: 1024px) {
  .mobile-footer-only {
    display: none !important;
  }
}

.desktop-footer-only {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-footer-only {
    display: flex !important;
    align-items: center;
    padding: 0 16px 24px !important;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    height: 72px !important;
  }
}
.desktop-footer-only .left {
  display: flex !important;
  justify-content: start;
  gap: 16px;
}
.desktop-footer-only .right {
  display: flex !important;
  justify-content: end;
  gap: 16px;
}

/* RIGHT SIDE INNER NAV BUTTONS */
.app-footer-fake {
  display: none;
}
@media (min-width: 1024px) {
  .app-footer-fake {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 0 16px 12px !important;
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    max-height: 72px !important;
    position: absolute;
    bottom: 0;
  }
}
.app-footer-fake .app-footer-fake-content {
  display: flex;
  flex: 1 1;
  flex-direction: row;
  overflow: hidden;
  gap: 12px;
  padding-bottom: 12px !important;
  width: 100%;
}
.app-footer-fake .left {
  flex: 1.8 1 !important;
}
.app-footer-fake .right {
  flex: 1 1;
}
.app-footer-fake .right .move-left {
  margin-left: -14px !important;
}

/* SETTINGS BUTTON (Kiosk) */
.kiosk-settings {
  position: absolute;
  bottom: 34px;
  left: 36px;
  z-index: 10;
}

.kiosk-settings:focus,
.kiosk-settings:hover {
  background-color: #1b6ec2;
  color: white;
}

.footer-icon-fix {
  margin-top: -2px !important;
}

.footer-icon-fix-16 {
  margin-bottom: -16px !important;
}

.appt-create-footer {
  justify-content: start;
  display: flex;
  padding: 0 0 8px 0;
}

.footer-badge-fix {
  margin-left: 22px;
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.btn-primary {
  color: #FFF !important;
  background-color: #1b6ec2 !important;
  border-color: #1861ac !important;
}

.btn-success {
  color: #FFF !important;
  background-color: #28A745 !important;
}

.btn-warning {
  color: #FFF !important;
  background-color: #F76E00 !important;
}

.btn-error {
  color: #FFF !important;
  background-color: #C82333 !important;
}

.btn-cancel {
  color: #193837 !important;
  background-color: #D5D5D5 !important;
  border-color: #1861ac !important;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.btn:focus .mud-elevation-1,
.btn:active:focus .mud-elevation-1,
.btn-link.nav-link:focus .mud-elevation-1,
.form-control:focus .mud-elevation-1,
.form-check-input:focus .mud-elevation-1 {
  box-shadow: var(--mud-elevation-1);
}

.btn-bottom-container {
  position: relative;
}

.btn-bottom {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 12px;
  right: 10px;
}
.btn-bottom .btn {
  width: 100%;
}

.btn-select {
  color: #7b1fa2 !important;
  border-color: #7b1fa2 !important;
  font-size: 8pt !important;
  padding: 0 !important;
  float: right;
}

.btn-select-left {
  margin-left: 10px;
  margin-top: -2px;
  float: none !important;
}

.btn-back {
  display: inline-block;
  border-radius: 6px;
  height: 36.5px;
}

.btn-back {
  width: 10%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-next {
  width: 87%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-back-new {
  width: 10%;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-back-text {
  border-radius: 6px;
}

.btn-back-cancel {
  width: 100%;
  border-radius: 6px;
}

.btn-next-new {
  margin-left: 12px;
  flex: 1 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-finish {
  flex: 1 1;
}

.btn-close-cart {
  padding: 0 4px !important;
  margin-top: -10px;
}

.btn-cart-checkout {
  width: 100% !important;
  border-radius: 20px;
  padding: 12px 16px;
}

.btn-cart-checkout-sm {
  width: 100% !important;
  border-radius: 20px;
}

.terminal-device-text {
  text-transform: capitalize;
  width: 100%;
}

.btn-terminal-select {
  border: 1px solid #D5D5D5 !important;
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: white !important;
  color: #193837 !important;
  padding: 12px 16px !important;
  height: 48px !important;
  box-shadow: var(--mud-elevation-4) !important;
  width: 176px;
  justify-content: space-between;
}

.btn-terminal-select-menu {
  border: 1px solid #D5D5D5 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  background-color: white !important;
  color: #193837 !important;
  padding: 12px 12px !important;
  height: 48px !important;
  box-shadow: var(--mud-elevation-4) !important;
}
.btn-terminal-select-menu button {
  border: none !important;
  color: inherit !important;
  padding: 0 !important;
}

.btn-nav-footer:hover,
.btn-nav-footer {
  border-radius: 12px;
  background-color: white;
  color: #193837;
  padding: 12px 16px;
  height: 48px;
  box-shadow: var(--mud-elevation-4);
}

/* CASHIER FOOTER NAV HIGHLIGHT */
.nav-selected.active .btn-nav-footer {
  color: #FFF !important;
  background-color: #5A4BAD !important;
}

.btn-nav-settings {
  border-radius: 12px;
  background-color: white;
  color: #193837;
  padding: 12px 16px;
  height: 48px;
  width: 120px;
  box-shadow: var(--mud-elevation-4);
}
.btn-nav-settings.mud-button:hover {
  /* SETTINGS BUTTOn HOVER NOT SET - DEFAULT GRAY*/
}

.btn-nav-spacer {
  padding: 12px 16px;
  height: 48px;
  width: 146px;
}

.btn-date-header {
  display: flex;
  align-self: center;
  padding: 0;
}
.btn-date-header.left {
  justify-content: start;
}
.btn-date-header.right {
  justify-content: end;
}

.btn-floating-add {
  position: absolute;
  bottom: 166px;
  right: 54px;
}

.btn-floating-edit {
  position: absolute;
  bottom: 130px;
  right: 50px;
}

.btn-floating-migrate {
  position: absolute;
  bottom: 228px;
  right: 54px;
}

.floating-button {
  position: absolute;
  bottom: 7rem;
  right: 2.4rem;
}

.btn-client-search-add {
  position: absolute;
  bottom: 3rem;
  right: 2.4rem;
}

.btn-dialog {
  border-radius: 20px;
  padding: 12px 16px;
}
.btn-dialog-wide {
  padding: 12px 20px;
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

footer.hide-footer {
  display: none;
}

.appt-styles {
  padding: 12px;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  gap: 8px;
  /********************************/
  /*          APPT EDIT           */
  /********************************/
  /*  DROPDOWN BUTTON */
  /*  MENU CARROT */
  /********************************/
  /*       CONSENT VIEW           */
  /********************************/
}
.appt-styles .appt-date-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.appt-styles .appt-date-input {
  border-color: #D5D5D5;
  font-size: 12pt;
  color: #193837;
}
.appt-styles .appt-time-input {
  max-width: 100px;
}
.appt-styles .selected {
  background-color: #6C757D !important;
  color: #FFFFFF !important;
}
.appt-styles .appt-tabs {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  background-image: none !important;
  background-color: white !important;
  box-shadow: var(--mud-elevation-1);
}
.appt-styles .mud-tabs-panels {
  flex: 1 1;
  border-left: 1px solid lightgray !important;
  border-right: 1px solid lightgray !important;
  border-bottom: 1px solid lightgray !important;
  /*height: calc(100vh - 470px);*/
  overflow-y: scroll;
  overflow-x: hidden;
}
.appt-styles .image-upload {
  text-align: right;
}
.appt-styles .image-upload > input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.appt-styles .image-list {
  border: 1px solid gray;
  margin-left: 10px;
  margin-top: 4px;
}
.appt-styles .list-items {
  display: block;
  white-space: nowrap;
}
.appt-styles .xs-icon {
  font-size: 0.7rem !important;
}
.appt-styles .consent-icon {
  color: #898989;
}
.appt-styles .mud-icon-size-small {
  font-size: 1rem !important;
}
.appt-styles .mud-input-underline::before,
.appt-styles .mud-input-underline::after {
  border-bottom: 0 !important;
}
.appt-styles .me-auto {
  white-space: nowrap !important;
}
.appt-styles .remove-padding {
  padding: 0 !important;
}
.appt-styles .hide-me {
  visibility: hidden;
}
.appt-styles .icon-fix {
  margin-top: 3px;
}
.appt-styles .mud-button-group-horizontal:not(.mud-button-group-rtl) > .mud-button-root:not(:last-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-color: #6C757D;
  color: #6C757D;
  width: 80px;
  padding-left: 1px;
  padding-right: 1px;
}
.appt-styles .mud-button-group-horizontal:not(.mud-button-group-rtl) > .mud-button-root:not(:first-child), .appt-styles .mud-button-group-horizontal:not(.mud-button-group-rtl) > :not(:first-child) .mud-button-root {
  border-color: #6C757D;
  width: 20px;
}
.appt-styles .divider {
  border-right: 1px solid lightgray;
}
.appt-styles .phone-icon.mud-icon-size-small {
  font-size: 1rem !important;
}
.appt-styles .fa-circle-check {
  color: #259b24;
}
.appt-styles .fa-circle-xmark {
  color: #da0000;
}
.appt-styles .mud-drawer {
  top: 0 !important;
}
.appt-styles .refresh-btn {
  margin-top: -12px;
  padding-bottom: 12px;
}
.appt-styles .mobile-dialog {
  max-height: 75vh;
  max-width: 90vw;
}
.appt-styles .sig-list {
  list-style: square;
  margin-left: 22px;
  padding-right: 10px;
}
.appt-styles .sig-image {
  width: 100%;
}
.appt-styles .id-image {
  border: 2px solid gray;
  height: 100%;
}
.appt-styles .id-upload {
  min-height: 200px;
  max-width: 340px;
  text-align: center;
}
.appt-styles .id-label {
  z-index: 1;
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.appt-view {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow-y: scroll;
}

.appt-view-content {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  gap: 8px;
}

.appt-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.appt-header-icon {
  border: 3px solid gray;
  height: 50px;
  width: 50px;
}
.appt-header-text {
  color: #21262C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.45px;
}
.appt-header-text.xl {
  font-size: 20px;
}
.appt-header-sub-text {
  color: #73808C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.45px;
}

.appt-popup-header-row {
  flex-direction: row !important;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 12px;
}

.appt-header-row {
  flex-direction: row !important;
  justify-content: space-between;
  align-items: start;
  padding: 16px;
}

.appt-item {
  display: flex;
  flex-direction: column;
}
.appt-item .appt-item-title {
  font-size: 14px;
  font-weight: 500;
  color: #21262C;
}

.appt-item-row {
  padding: 16px 0;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
}

.appt-icon,
.appt-icon.mud-button-outlined.mud-button-outlined-primary {
  border-color: #E0E6EB !important;
}

.appt-client,
.appt-form,
.appt-date,
.appt-time {
  display: flex;
  align-items: flex-start;
  width: 50%;
}
.appt-client-icon,
.appt-form-icon,
.appt-date-icon,
.appt-time-icon {
  padding: 0;
}

.appt-time-picker {
  color: black;
  padding-right: 14px;
}
.appt-time-picker .mud-input {
  color: black;
}
.appt-time-picker .mud-typography-input {
  padding-left: 8px;
}
.appt-time-picker.mud-picker-inline {
  flex: unset;
}
.appt-time-picker .mud-icon-button {
  color: black;
  padding-right: 0 !important;
}
.appt-time-picker .mud-input-adornment-icon-button {
  border: 1px solid black;
}

.appt-emp-button {
  height: 38px;
  width: 38px;
}

.appt-price-row {
  padding: 16px 0;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: start;
}

.appt-price-input {
  max-width: 30% !important;
  padding-top: 24px;
  padding-right: 2px;
}
.appt-price-input .mud-input-root {
  text-align: right;
  font-size: 16pt !important;
  font-weight: 800 !important;
}

.appt-price-title {
  font-size: 16pt;
  font-weight: bold;
}

.appt-deposit {
  color: #43A047;
}

.appt-deposit-input {
  max-width: 20% !important;
  margin-top: -6px;
}
.appt-deposit-input .mud-input-root {
  font-size: var(--mud-typography-subtitle2-size) !important;
  font-family: var(--mud-typography-subtitle2-family) !important;
  font-weight: var(--mud-typography-subtitle2-weight) !important;
  line-height: var(--mud-typography-subtitle2-lineheight) !important;
  letter-spacing: var(--mud-typography-subtitle2-letterspacing) !important;
  text-transform: var(--mud-typography-subtitle2-text-transform) !important;
}

.appt-deposit-clear-icon {
  margin-top: -2px;
}

.appt-divider.mud-divider {
  border-width: 2px !important;
  border-color: #E0E6EB;
  flex-grow: 0 !important;
}

.appt-btn {
  min-width: 32px;
  min-height: 42px;
}
.appt-btn-save {
  flex: 1 1;
}
.appt-btn-cart {
  padding: 6px 12px;
}
.appt-btn-delete {
  color: var(--mud-palette-primary-text);
  background-color: #C82333;
}
.appt-btn-cancel {
  color: var(--mud-palette-primary-text);
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.client-search-container {
  gap: 16px;
}
.client-search-container .appt-divider {
  flex-grow: 0;
}

.client-search-item {
  display: flex;
  background-color: #F3F5F7;
  padding: 32px 24px;
  border-radius: 12px;
  align-items: flex-start;
}

.search-body-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 12px 0;
  gap: 12px;
}

.search-box-input {
  border-radius: 12px;
  border: 1px solid var(--mud-palette-primary);
}
.search-box-input.mud-input-control {
  justify-content: center;
  flex: 0 1 auto;
  flex-basis: 50px;
}
.search-box-input input {
  padding: 6px !important;
  min-width: calc(100vw - 92px) !important;
}
.search-box-input .mud-input-adornment {
  padding-left: 12px;
  width: 100vw;
}
.search-box-input .mud-input.mud-input-underline::before,
.search-box-input .mud-input.mud-input-underline::after {
  border: none;
  content: none;
}

.consent-check-icon {
  margin-top: -20px;
}

.dg-custom-pager {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 8px 12px;
  gap: 6px;
}
.dg-custom-pager .pager-top,
.dg-custom-pager .pager-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dg-custom-pager .pager-label {
  font-size: 0.8rem;
}
.dg-custom-pager .pager-rows-per-page {
  display: flex;
  align-items: center;
  gap: 4px;
}
.dg-custom-pager .pager-rpp-select {
  font-size: 0.8rem;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  padding: 2px 4px;
  background: transparent;
}
.dg-custom-pager .pager-nav-left,
.dg-custom-pager .pager-nav-right {
  display: flex;
  align-items: center;
  gap: 4px;
}
.dg-custom-pager .pager-nav-left .mud-icon-button,
.dg-custom-pager .pager-nav-right .mud-icon-button {
  width: 36px;
  height: 36px;
}
.dg-custom-pager .pager-nav-left .mud-icon-button .mud-icon-root,
.dg-custom-pager .pager-nav-right .mud-icon-button .mud-icon-root {
  font-size: 1.4rem;
}
.dg-custom-pager .pager-nav-left .mud-icon-button:first-child {
  margin-right: 6px;
}
.dg-custom-pager .pager-nav-right .mud-icon-button:last-child {
  margin-left: 6px;
}
.dg-custom-pager .pager-page-indicator {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8rem;
}
.dg-custom-pager .pager-page-input {
  width: 48px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  padding: 2px 4px;
}
.dg-custom-pager .pager-page-input::-webkit-inner-spin-button, .dg-custom-pager .pager-page-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.dg-custom-pager .pager-page-sep {
  color: #666666;
}

.client-mobile-list {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.client-mobile-list .mud-toolbar {
  width: 100%;
  padding-left: 12px !important;
  padding-right: 12px !important;
  background-color: #FFF;
  --mud-internal-toolbar-height: 34px !important;
  margin-bottom: 12px;
  margin-top: 12px;
}
.client-mobile-list .mud-toolbar .mud-input-control {
  width: 100%;
}
.client-mobile-list > .mud-paper,
.client-mobile-list > .mud-paper > .mud-table {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  height: 100%;
}
.client-mobile-list .mud-table {
  border-radius: 0 !important;
}
.client-mobile-list .mud-table-container {
  flex: 1 1;
  background: #fff;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
}
.client-mobile-list .mud-table-head {
  display: none;
}
.client-mobile-list .mud-table-pagination {
  flex-shrink: 0;
  background: #fff;
}
.client-mobile-list .client-mobile-row {
  display: flex;
  flex-direction: column;
  padding: 4px 0;
  gap: 4px;
}
.client-mobile-list .client-name {
  font-weight: 600;
  font-size: 0.875rem;
}
.client-mobile-list .client-mobile-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
}
.client-mobile-list .client-sub {
  font-size: 0.75rem;
  color: #666666;
}
@media (min-width: 768px) {
  .client-mobile-list .btn-floating-add {
    right: 20px;
    bottom: 116px;
  }
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.order-status-text {
  font-size: 0.85rem !important;
}

.orders-action-btn-col {
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.orders-action-btn-col .mud-icon-button {
  padding: 0 !important;
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.cc-processing-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 48px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}
.cc-processing-panel .cc-processing-text {
  color: #ffffff;
  text-align: center;
}

.shopping-cart-container {
  display: flex;
  flex-direction: column;
  overflow: hidden !important;
  max-width: 1320px !important;
  padding-bottom: 0 !important;
}

.cart-list-container {
  display: flex;
  flex-direction: column !important;
  flex: 1.8 1 !important;
}

.cart-list-container .mud-divider {
  flex-grow: 0 !important;
}

.cart-list-items-container {
  display: flex;
  flex-grow: 1;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  background-color: white;
  border-radius: 12px;
  padding: 4px 12px;
}

.cart-list-scroll-header {
  display: flex;
  flex-direction: column;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

.cart-list-scroll-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: 1px solid #D5D5D5;
  padding: 12px 0;
  gap: 12px;
}

.cart-list-item {
  background-color: #F8F8F8;
  border-radius: 4px;
  box-shadow: none;
  border-color: #E8F1EE;
  border-width: 2px;
  margin-left: 12px;
  margin-right: 12px;
}

.cart-list-item-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
  padding: 12px 4px;
}
.cart-list-item-container .mud-typography-subtitle2 {
  line-height: 2;
}
.cart-list-item-container .service-text {
  padding-left: 16px !important;
  margin-top: -4px;
}
.cart-list-item-container .emp-name {
  font-size: var(--mud-typography-subtitle2-size);
  font-weight: 500;
}
.cart-list-item-container .client-col {
  padding-left: 16px !important;
  margin-top: -2px;
}
.cart-list-item-container .price-col {
  padding-left: 0 !important;
  padding-right: 8px !important;
}
.cart-list-item-container .appt-time {
  font-size: 10px;
  margin-top: -4px;
}
.cart-list-item-container .delete-spacer {
  width: 26px;
}

.cart-list-item-icon-fix {
  margin-top: -1px !important;
}

.cart-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  justify-content: space-between;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  background-color: white;
  border-radius: 12px;
  padding: 4px 12px;
}

.cart-content {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  justify-content: space-between;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

.cart-scroll-container {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 !important;
  overflow-y: scroll;
  gap: 16px;
  padding-right: 6px;
  padding-left: 6px;
}

.cart-rows {
  border-radius: 20px;
  box-shadow: none;
  border-width: 2px;
  border-color: #E8F1EE;
}
.cart-rows .color-grey {
  font-weight: 500;
}

.cart-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px 12px;
}
.cart-row .appt-time {
  font-size: 11px;
}

.cart-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart-indent {
  margin-left: 6px;
}

.cart-payment-type-line {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.shopping-cart-payment-lines {
  max-height: 160px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.cart-line-icon {
  color: cornflowerblue;
  height: 32px;
  width: 32px;
}

.deposit-line {
  color: #43A047;
  margin-top: -4px;
  font-size: 10px;
  padding-left: 2px;
}

.deposit-line-icon {
  vertical-align: middle;
  font-size: 0.96rem !important;
}

.deposit-line-amount {
  color: #43A047;
  font-size: 11px;
  margin-top: -4px;
  text-align: right;
}

.cart-btn-container {
  flex-grow: 0;
  white-space: nowrap;
}
.cart-btn-container .btn-back {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}
.cart-btn-container .btn-next {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.paytype-item {
  font-weight: normal !important;
}

.paytype-item-sm {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.payment-container {
  overflow-y: hidden;
  overflow-x: hidden;
}

.payment-entry-icon {
  padding-top: 9px;
  padding-right: 1px;
}

.payment-container .mud-paper {
  color: white;
  background-color: black;
  border: 1px solid rgb(66, 66, 66);
}

.payment-amount {
  max-width: 80px;
  margin-right: -4px;
}

.payment-amount input {
  text-align: right !important;
  border: 1px solid grey !important;
  padding-right: 4px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  font-weight: normal;
}

.payment-amount .mud-typography-input {
  font-size: smaller;
}

.cart-container .mud-icon-size-small {
  font-size: 1rem !important;
}

.manual-icon.mud-icon-size-small {
  font-size: 0.6rem !important;
  position: relative;
  bottom: 4px;
}

.expand-icon {
  color: cornflowerblue;
}

.checkout-dialog {
  padding: 24px;
  border-radius: 12px;
  width: 400px;
}
.checkout-dialog .mud-dialog-title {
  padding: 0 !important;
}
.checkout-dialog .cart-rows {
  border: none;
}
.checkout-dialog .mud-dialog-content {
  padding: 0 !important;
  margin: 0 !important;
}
.checkout-dialog .mud-dialog-actions {
  padding: 0 !important;
  padding-top: 12px !important;
}
.checkout-dialog .btn-cart-checkout {
  width: 70% !important;
}
.checkout-dialog .btn-cart-cancel {
  margin-left: auto;
  margin-right: auto;
}
.checkout-dialog .mud-chipset {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}
.checkout-dialog .mud-chip {
  width: 100px !important;
}
.checkout-dialog .mud-chip-content {
  padding-left: 4px;
}
.checkout-dialog .mud-radio-content-placement-end {
  margin-left: 0 !important;
  margin-inline-start: 0 !important;
}

.paytype-dropdown-group {
  width: 300px;
  margin-bottom: 10px;
}

.paytype-dropdown {
  font-size: 16px;
  border: 1px solid;
  border-color: gray;
  border-radius: 6px;
  color: black;
  background-color: white;
  padding: 10px 8px;
  text-align: left;
  font-weight: 500;
  width: 100%;
}

.payment-group {
  display: flex;
  flex-direction: row;
  border: 2px solid;
  border-color: #E8F1EE;
  height: 100px;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 12px;
  margin-top: 12px;
  color: #D5D5D5;
}

.payment-group.selected {
  border: 2px solid #79EEBC !important;
  color: initial;
}

.payment-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.payment-divider {
  border-left: 1px solid #D5D5D5;
}

.payment-tip {
  display: flex;
  justify-content: center;
  gap: 16px;
  border-radius: 20px;
  border: 1px solid #D5D5D5;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 12px;
  margin-top: 12px;
}

.payment-tip-input {
  margin-right: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.payment-tip-input .mud-input > input.mud-input-root-outlined {
  padding: 8px 0 !important;
}

.payment-input {
  flex: none !important;
  display: block !important;
  margin-right: 32px;
  margin-bottom: 24px;
}

.payment-input .mud-input > input.mud-input-root-outlined {
  padding: 8px 0 !important;
}

.payment-input .mud-input.mud-input-outlined.mud-input-adorned-start {
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
}

.payment-failed-text {
  color: darkgrey;
}

.payment-total {
  font-weight: normal;
  font-size: 1rem !important;
}

.payment-tip-text {
  text-transform: lowercase;
  font-weight: 500;
  color: cornflowerblue;
}

.payment-tip-total {
  font-weight: 500;
  font-size: 0.7rem !important;
  margin-top: -2px;
}

.cart-list-focus {
  /* Couldnt Get ApptViewEditOld Footers to Work right now bc of container
  z-index: 100;
  position: relative;
  left: 200px;
  */
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.grid-page-container {
  display: flex;
  flex-direction: column;
  overflow: hidden !important;
  max-width: 1320px !important;
  padding-bottom: 0 !important;
}

.data-grid-container .mud-table-container {
  width: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  height: calc(100vh - 20px - 48px - 12px - 8px - 70px - 72px);
  border-bottom: 1px solid #595959;
}
.data-grid-container table {
  border-collapse: unset !important;
}
.data-grid-container .mud-table {
  box-shadow: none;
}
.data-grid-container .mud-table-head .mud-table-cell {
  padding: 8px 8px;
  border-bottom: 1px solid #595959;
}
.data-grid-container .mud-table-body .mud-table-cell {
  text-transform: capitalize;
  font-size: 10pt !important;
  color: inherit !important;
  padding: 8px 8px;
}
.data-grid-container .mud-table-body .mud-table-cell .grid-text {
  font-size: 11pt;
  font-weight: normal;
}
.data-grid-container .mud-table-body .mud-table-cell .grid-text-xs {
  font-size: 9pt;
  font-weight: 300;
  line-height: 1.2;
}
.data-grid-container .mud-table-body .mud-table-cell .grid-text-sm {
  font-size: 10pt;
  font-weight: 300;
  line-height: 1.2;
}
.data-grid-container .mud-table-body .mud-table-cell .grid-text-fix {
  margin-bottom: -4px;
}
.data-grid-container .mud-table-body .mud-table-cell .grid-icon-fix {
  margin-top: -2px;
}
.data-grid-container .mud-table-pagination {
  overflow: unset;
}
.data-grid-container .dg-footer {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 12pt;
  overflow: hidden;
}
.data-grid-container .dg-footer .dg-item-count {
  font-weight: 800;
}
.data-grid-container .dg-footer.dg-clients {
  padding: 0 16px;
  align-items: center;
}
.data-grid-container .dg-title {
  font-size: 14pt;
}
.data-grid-container .dg-cell-xs {
  max-width: 80px;
}
.data-grid-container .dg-cell-sm {
  min-width: 80px;
  max-width: 100px;
}
.data-grid-container .dg-cell-md {
  min-width: 100px;
  max-width: 120px;
}
.data-grid-container .dg-cell-lg {
  min-width: 140px;
}
.data-grid-container .dg-padding-right {
  padding-right: 24px !important;
}
.data-grid-container .dg-padding-left {
  padding-left: 20px !important;
}
.data-grid-container .dg-selected {
  font-weight: 600 !important;
  color: #7261b8;
}
.data-grid-container .dg-selected .grid-text,
.data-grid-container .dg-selected .grid-text-xs,
.data-grid-container .dg-selected .grid-text-sm,
.data-grid-container .dg-selected .dg-cell-xs,
.data-grid-container .dg-selected .dg-cell-sm,
.data-grid-container .dg-selected .dg-cell-md,
.data-grid-container .dg-selected .dg-cell-lg {
  font-weight: 600 !important;
  color: #7261b8;
}
.data-grid-container .dg-date-text {
  font-size: 10pt;
  font-weight: normal;
}

.grid-action-btn-col {
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.grid-action-btn-col .mud-icon-button {
  padding: 0 !important;
}

.row-header {
  border-bottom: 1px solid lightgray;
}

.svc-header {
  padding-top: 12px;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.svc-content {
  background-color: #FFFFFF;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.svc-panels {
  border-radius: 0 !important;
}

.service-list {
  padding: 0 !important;
}

.service-list-item {
  height: 52px;
  padding: 4px 24px !important;
  background-color: #FFFFFF;
}

.service-image-control {
  width: 450px;
  height: 450px;
  /* This adds 20px of padding on all sides */
  box-sizing: border-box; /* This ensures padding is included in the specified width */
}
@media (max-width: 1023px) {
  .service-image-control {
    width: 100px; /* This sets the *total* width of the box, including padding */
    height: 100px;
    padding: 10px;
  }
}

.service-list-subitem {
  margin-top: -2px;
}

.svc-cat-header {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.svc-cat-header .mud-expand-panel-text {
  font-size: 16px !important;
}

.svc-save-btn {
  position: absolute;
  bottom: 12px;
  left: 20px;
  right: 20px;
  white-space: nowrap;
  background-color: #FFFFFF;
  height: 60px;
}

.svc-del-btn {
  position: fixed;
  top: 68px;
  right: 48px;
  z-index: 1;
}

.svc-close-btn {
  position: fixed;
  top: 68px;
  right: 16px;
  z-index: 1;
}

.btn-back {
  width: 10%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-next {
  width: 87%;
  margin-left: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.svc-warning-text {
  font-weight: 420;
  color: red;
}

.svc-select {
  border-width: 1px;
  border-color: #29a1c6;
  height: 36px;
  font-size: 16px;
}

.fw-lightest {
  color: #D6D6D6;
}

.item-inactive {
  text-decoration: line-through;
  color: gray;
}

.item-inactive-text {
  font-weight: bold;
  color: red;
  font-size: 11px;
  margin-left: 4px;
  text-transform: uppercase;
}

.no-wrap {
  white-space: nowrap !important;
}

.full-width .mud-divider-fullwidth {
  width: calc(100vw - 24px) !important;
  margin-left: -16px !important;
}

.mud-divider-reg {
  border-color: black;
}

.mud-divider-border {
  border: 2px solid black !important;
}

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

.edit-icon {
  border-color: #29a1c6;
}

.mud-list-item-text {
  margin: 0;
}

.mud-expand-panel-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 52px !important;
  background-color: #E6E6E6;
}

.svc-add .mud-expand-panel-header {
  background-color: #d9d9f2;
}

.mud-expand-panel .mud-panel-expanded {
  margin: 0 !important;
}

.svc-expand-container {
  display: flex;
  flex-direction: column;
}

.svc-edit-container {
  display: flex;
  flex-direction: column;
  overflow: hidden !important;
  min-height: 0;
}

.svc-edit-tab-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  min-height: 0;
}

.svc-edit-tabs {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow: hidden !important;
  min-height: 0;
}
.svc-edit-tabs .mud-tabs-panels {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  min-height: 0;
}
.svc-edit-tabs .mud-tabs-tabbar {
  background-color: transparent !important;
  min-height: 0 !important;
}
.svc-edit-tabs .mud-tabs-tabbar-inner {
  min-height: 0 !important;
}
.svc-edit-tabs .mud-paper-outlined {
  border: none !important;
}
.svc-edit-tabs .mud-tooltip-root {
  margin-right: 6px;
  background-color: #FFF;
}
.svc-edit-tabs .mud-tab {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: black !important;
  min-height: 0 !important;
}
.svc-edit-tabs .mud-tabs-tabbar {
  min-height: 0 !important;
}
.svc-edit-tabs .mud-paper {
  border-top-left-radius: 0;
  min-height: 0;
}

.svc-edit-card {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  justify-content: space-between;
  min-height: 0;
  padding: 8px;
}

.svc-edit-content {
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 0;
}

.svc-edit-form {
  flex: 1 1;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 2px;
}

.svc-edit-emp-list {
  padding: 0 !important;
}

.svc-edit-header {
  background-color: #f6f6f6;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px 14px;
  border: 1px solid #f2f2f2;
  color: #767373;
}

.svc-edit-field {
  border: 1px solid #f2f2f2;
  width: 100%;
  padding: 10px 14px;
  font-size: 16px;
}

.form-check-input {
  border-radius: 0.25rem;
  margin-top: 0.15em;
  margin-right: 6px;
  margin-left: 8px;
  display: inline-block;
}

.svc-edit-check-box-label {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.emp-list-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow: hidden !important;
}

.emp-edit-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow: hidden !important;
}

.emp-edit-tabs {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow: hidden !important;
}
.emp-edit-tabs .mud-tabs-panels {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow: hidden !important;
}
.emp-edit-tabs .mud-tabs-tabbar {
  background-color: transparent !important;
  min-height: 0 !important;
}
.emp-edit-tabs .mud-tabs-tabbar-inner {
  min-height: 0 !important;
}
.emp-edit-tabs .mud-paper-outlined {
  border: none !important;
}
.emp-edit-tabs .mud-tooltip-root {
  margin-right: 6px;
  background-color: #FFF;
}
.emp-edit-tabs .mud-tab {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: black !important;
  min-height: 0 !important;
}
.emp-edit-tabs .mud-tabs-tabbar {
  min-height: 0 !important;
}
.emp-edit-tabs .mud-paper {
  border-top-left-radius: 0;
}

.emp-pic-container {
  display: flex;
  flex: 1 1;
  justify-content: center;
  align-items: center;
  border: 2px solid #D5D5D5;
  position: relative;
}

.emp-pic {
  flex: 1 1;
  max-width: 150px;
}

.emp-pic-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid var(--mud-palette-primary);
  color: black;
}

.emp-edit-card {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  justify-content: space-between;
  overflow: hidden !important;
}

.emp-edit-form {
  flex: 1 1;
  overflow-y: scroll;
  overflow-x: hidden;
}

.emp-edit-svc-list-card {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  padding: 0 !important;
  overflow-y: scroll;
  overflow-x: hidden;
}

.emp-list-item {
  height: 52px;
  padding: 4px 16px !important;
  background-color: #FFFFFF;
}

.header-text {
  padding-bottom: 4px;
}

.header-sub-text {
  font-size: 11px;
  font-weight: bold;
  text-transform: capitalize;
}

.booking-employee-list {
  padding: 1rem;
}
.booking-employee-list .cards {
  max-width: 100%;
}
.booking-employee-list .cards h3 {
  color: #333;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.employee-card .emp-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.employee-card .emp-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.employee-card .emp-card .left {
  display: flex;
  align-items: center;
}
.employee-card .emp-card .left .avatar {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.employee-card .emp-card .left .avatar .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.employee-card .emp-card .left .avatar .circle .user-profile-image {
  width: 200px;
}
.employee-card .emp-card .right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.employee-card .emp-card .right .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.employee-card .emp-card .right .header .info {
  flex: 1;
  margin-right: 15px;
}
.employee-card .emp-card .right .header .info .name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 5px;
}
.employee-card .emp-card .right .header .info .description {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 0;
  line-height: 1.4;
}
.employee-card .emp-card .right .header .action {
  flex-shrink: 0;
}
.employee-card .emp-card .right .header .action .book-btn {
  border-radius: 8px;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
  transition: all 0.2s ease;
}
.employee-card .emp-card .right .header .action .book-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}
.employee-card .emp-card .right .employee-services {
  margin-top: 10px;
}
.employee-card .emp-card .right .employee-services .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 10px;
  max-height: 56px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.employee-card .emp-card .right .employee-services .tags.expanded {
  max-height: none;
}
.employee-card .emp-card .right .employee-services .tags .service-tag {
  border-radius: 6px;
  background-color: #e9ecef;
  color: #495057;
  height: 20px;
  line-height: 1;
}
.employee-card .emp-card .right .employee-services .show-more {
  color: #007bff;
  font-size: 0.75rem;
  text-decoration: none;
  padding: 0;
}
.employee-card .emp-card .right .employee-services .show-more:hover {
  color: #0056b3;
  text-decoration: underline;
}
.employee-card .emp-card .right .employee-services .no-services {
  font-size: 0.9rem;
  font-style: italic;
  color: #6c757d;
}
@media (max-width: 1023px) {
  .employee-card .emp-card {
    flex-direction: column;
    gap: 15px;
  }
  .employee-card .emp-card .left {
    align-self: center;
  }
  .employee-card .emp-card .right {
    width: 100%;
  }
  .employee-card .emp-card .right .header {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .employee-card .emp-card .right .header .info {
    margin-right: 0;
  }
  .employee-card .emp-card .right .header .action {
    align-self: stretch;
  }
  .employee-card .emp-card .right .header .action .book-btn {
    width: 100%;
  }
  .employee-card .emp-card .right .tags {
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .employee-card .emp-card {
    flex-direction: row;
  }
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.schedule-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  align-items: center;
}
@media (max-width: 1023px) {
  .schedule-container {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.schedule-container .day-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--mud-palette-divider);
  gap: 8px;
}
.schedule-container .day-section:last-child {
  border-bottom: none;
}
.schedule-container .day-section .day-toggle-section {
  display: flex;
  align-items: center;
  min-width: 120px;
}
@media (max-width: 1023px) {
  .schedule-container .day-section .day-toggle-section {
    flex-direction: column-reverse;
    align-items: flex-start;
    min-width: unset;
  }
}
.schedule-container .day-section .day-name {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 80px;
  color: var(--mud-palette-text-primary);
}
.schedule-container .day-section .day-times-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.schedule-container .day-section .day-main-row,
.schedule-container .day-section .additional-time-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 8px;
}
.schedule-container .day-section .time-section {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 280px;
  max-height: 42px;
}
.schedule-container .day-section .time-select {
  width: 96px;
  font-size: 0.85rem;
  color: var(--mud-palette-text-secondary);
}
.schedule-container .day-section .time-select .mud-input.mud-input-outlined {
  max-height: 32px !important;
  font-size: 0.85rem;
}
.schedule-container .day-section .time-select .mud-input.mud-input-outlined.mud-input-adorned-end {
  padding-right: 0;
  padding-inline-end: 0;
  padding-inline-start: unset;
}
.schedule-container .day-section .time-select .mud-input > input.mud-input-root-outlined,
.schedule-container .day-section .time-select div.mud-input-slot.mud-input-root-outlined {
  padding: 6px;
}
.schedule-container .day-section .time-divider {
  color: var(--mud-palette-text-secondary);
  font-weight: 500;
  font-size: 0.85rem;
}
.schedule-container .day-section .time-action-section {
  display: flex;
  align-items: center;
}
.schedule-container .day-section .add-time-section {
  display: flex;
  align-items: center;
  gap: 8px;
}
.schedule-container .day-section .add-time-section .add-time-btn {
  font-size: 0.55rem;
}

.services-section {
  flex: 1;
  display: flex;
  align-items: center;
}

.services-chip {
  cursor: pointer;
  min-width: 120px;
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.user-profile {
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  background-color: white;
  box-shadow: var(--mud-elevation-1);
}

.user-profile-header {
  display: flex;
}

.user-profile-header-text {
  padding-left: 20px;
  padding-top: 4px;
}

.user-profile-image {
  width: 60px;
}

.user-profile-list {
  margin-top: 16px;
  border: 1px solid #D5D5D5;
  border-radius: 12px;
  background-color: white;
  box-shadow: var(--mud-elevation-1);
  padding: 10px 0;
}

.user-profile-list-item .mud-typography-body1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.user-profile-list-item label {
  font-size: 11pt;
}
.user-profile-list-item .mud-icon-size-small {
  opacity: 0.8;
  margin-right: 18px;
  margin-top: 2px;
}
.user-profile-list-item .arrow {
  opacity: 0.5;
  margin-left: auto;
}
.user-profile-list-item .icon-fix-1 {
  padding-left: 1px;
}
.user-profile-list-item .icon-fix-3 {
  padding-left: 3px;
}

.user-profile-card {
  margin-top: 4px;
  border: 1px solid #D5D5D5;
  border-radius: 12px;
  background-color: white;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  min-height: 0;
  justify-content: space-between;
}
.user-profile-card .mud-table-container {
  flex: 1 1;
}
.user-profile-card > .mud-card-content {
  flex: 1 1;
  min-height: 0;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .user-profile-card {
    margin-top: 0;
  }
}

.menu-container {
  height: 100vh;
  overflow: hidden;
}

.pattern-bg {
  padding-top: 200px;
  background-image: url("/images/bg-blue-sm.png");
  background-size: cover;
}

.menu-text {
  color: white;
  font-family: Sylfaen;
  font-size: 16pt;
  font-weight: normal;
}

.menu-text-md {
  color: white;
  font-family: Sylfaen;
  font-size: 24pt;
  font-weight: bold;
}

.menu-text-lg {
  color: white;
  font-family: Sylfaen;
  font-size: 32pt;
  font-weight: bold;
}

.menu-text-closer {
  margin-top: -14px !important;
}

.menu-input-lg-val {
  align-items: center;
}

.menu-input-lg {
  align-items: center;
}
.menu-input-lg .mud-input {
  font-size: 36pt !important;
  width: 370px;
}
.menu-input-lg .mud-input > input.mud-input-root::placeholder, .menu-input-lg div.mud-input-slot.mud-input-root::placeholder {
  font-size: smaller !important;
  text-align: center;
}

.title-text {
  color: white;
  font-size: 10pt;
  text-transform: uppercase;
}

/* PHONE */
.phone-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0 24px 48px;
}
.phone-container .mud-divider-fullwidth {
  flex: 0 0;
}

.phone-input-container {
  padding-top: 140px;
  justify-content: center;
}

.phone-input {
  font-size: 30pt;
  padding-top: 16px;
  padding-bottom: 20px;
  font-weight: bold !important;
  text-align: center;
}

.phone-input-sm {
  font-size: 14pt;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold !important;
  text-align: center;
}

.phone-header {
  padding-top: 20px;
}

.phone-error {
  font-size: 14pt;
  font-weight: bold;
  padding-top: 20px;
}

/* CLIENT INPUT */
.client-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0 24px 48px;
}
.client-container .mud-divider-fullwidth {
  flex: 0 0;
}

.client-container .mud-input-text {
  font-size: 12pt;
  font-weight: normal;
  color: black;
}

.client-input {
  flex: 1 1;
}

.dob .mud-button-root {
  margin-left: 6px !important;
}
.dob .mud-input-underline {
  border-bottom: none !important;
}
.dob .mud-input.mud-input-underline::before {
  border-bottom: none !important;
}

/* SERVICES & CONSENT */
.service-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  padding: 0 24px 48px;
  overflow-y: auto;
  overflow-x: hidden;
}
.service-container .mud-divider-fullwidth {
  flex: 0 0;
}

.appt-service-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.appt-service-container .mud-divider-fullwidth {
  flex: 0 0;
}

.consent-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0 24px 48px;
}
.consent-container .mud-divider-fullwidth {
  flex: 0 0;
}

.question-container {
  flex: 1 1;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-left: 10px;
  padding-right: 10px;
}

.category-title {
  color: black !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: "Dosis", Arial;
  font-family: "Roboto", "Helvetica", Arial;
}

.service-title {
  color: black !important;
  display: inline-block;
  font-family: "Roboto", "Helvetica", Arial;
}

.myCanvas {
  border: 1px solid lightgray;
}

.sig-list {
  list-style: square;
  margin-left: 22px;
  padding-right: 10px;
}

.dob .mud-button-root {
  margin-left: 6px !important;
}
.dob .mud-input-underline {
  border-bottom: none !important;
}
.dob .mud-input.mud-input-underline::before {
  border-bottom: none !important;
}

.input-single {
  width: 90%;
}

.consent-question-header {
  background-color: #f6f6f6;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px 14px;
  border: 1px solid #f2f2f2;
}

.consent-question-field {
  border: 1px solid #f2f2f2;
  width: 100%;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
}

.consent-question-dob-field {
  border: 1px solid #f2f2f2;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.consent-question-header-row {
  padding-left: 2px;
  margin-right: 4px;
}

.consent-question-field-row {
  margin-left: 2px;
  margin-right: 4px;
}

.consent-question-field-box {
  border: 1px solid #f2f2f2;
  padding-left: 8px;
  margin-right: 16px;
  margin-left: 2px;
}

/* FILE UPLOAD VIEW */
.upload-button-container {
  max-height: 100px;
}

.upload-button {
  margin-top: -12px;
  border: 3px solid #61D6E5;
}

.upload-button-err {
  font-size: 16px !important;
}

.upload-divider {
  margin-left: -10px;
}

.upload-id-image {
  border: 2px solid gray;
  max-height: 180px;
}

.upload {
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  font-family: "Dosis", sans-serif !important;
  border: 2px solid #f2f2f2;
  margin-left: 2px;
  margin-right: 16px;
  margin-bottom: 6px;
}

.upload h1 {
  font-size: 28px;
  font-weight: 700;
  color: #0f394c;
  margin-bottom: 15px;
}

.upload h2 {
  color: #0f394c;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.upload p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.upload .tip i {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #d0ecf9;
  border-radius: 50px;
  transition: 0.5s;
  color: #49b5e7;
  font-size: 32px;
  margin-top: 2px;
}

.upload-title {
  padding-top: 6px;
  margin-left: 50px;
  font-weight: 700;
  font-size: 18px;
}

.upload-description {
  margin-left: 50px;
  line-height: 24px;
  font-size: 15px !important;
  max-width: 380px;
}

.chevron-icon {
  font-size: 1.2em;
}

/* FINISH */
.finish-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0 24px 48px;
}
.finish-container .mud-divider-fullwidth {
  flex: 0 0;
}

.finish-title {
  color: #4FA7CF !important;
}

.start-over-button {
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 14pt;
  color: white;
}

finish-container .mud-list.mud-list-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.menu-svc-selector {
  height: 300px;
}

/* APPTS */
.booked {
  color: #82B1FF;
}

.checked-in {
  color: black;
}

.checked-out, .success {
  color: #7CB342;
}

.pending {
  color: #ffbf80;
}

.noshow {
  color: red;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.cancelled {
  color: orange;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.refunded {
  color: #8297BE;
}

.voided {
  color: red;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

/* ORDERS & PAYMENTS */
.payment-success {
  color: green;
}

.payment-pending {
  color: black;
}

.payment-pending-icon {
  font-size: 1.1rem !important;
}

.payment-voided {
  color: red;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.payment-voided-icon {
  font-size: 1.1rem !important;
}

.payment-failed {
  color: red;
}

.payment-failed-icon {
  margin-top: -4px;
}

.payment-refunded {
  color: #8297BE;
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.twofactor-dialog {
  max-height: 500px;
  max-width: 360px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.twofactor-dialog .mud-input-root {
  text-align: center;
}
.twofactor-dialog .mud-dialog-actions {
  justify-content: center;
}

.twofactor-input {
  font-size: 24pt !important;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold !important;
}
.twofactor-input .e-input {
  text-align: center;
}

.twofactor-dlg-btn {
  color: cornflowerblue !important;
  border: 1px solid !important;
  font-size: 12pt !important;
  margin-bottom: 20px;
}

.merchant-dialog .mud-dialog-content {
  overflow: hidden !important;
}

.merchant-list-dialog {
  min-height: 450px;
}
.merchant-list-dialog .mud-icon-root {
  position: relative;
  right: 10px;
}

.base-dialog {
  padding: 24px;
  border-radius: 12px;
  width: 300px;
  min-height: 300px;
}
.base-dialog.appt {
  display: flex;
  width: 424px;
  border-radius: 12px;
  background-color: #FFFFFF;
}
.base-dialog.appt .mud-dialog-content {
  display: flex;
}
.base-dialog.appt .mud-overlay .mud-overlay-scrim.mud-overlay-dark {
  background-color: unset !important;
}
.base-dialog.client {
  display: flex;
  width: 460px;
  width: 460px;
  border-radius: 12px;
  background-color: #FFFFFF;
}
.base-dialog.client .mud-dialog-content {
  display: flex;
}
.base-dialog .mud-dialog-title {
  padding: 0 !important;
}
.base-dialog .mud-dialog-content {
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}
.base-dialog .mud-dialog-actions {
  padding: 0 !important;
  padding-top: 12px !important;
}

.tip-defaults-row {
  display: flex;
  gap: 8px;
}
.tip-defaults-row .form-select {
  flex: 1;
  min-width: 0;
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

*, *::before, *::after {
  touch-action: manipulation;
}

h1:focus {
  outline: none;
}

.admin-page-layout {
  display: flex;
  min-height: 100vh;
  background-color: #f8f9fa;
}

.admin-content-wrapper {
  flex: 1;
  overflow: auto;
}

.container-center {
  max-width: 540px;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.display-sm {
  display: block !important;
}
.display-sm-flex {
  display: flex !important;
}

.display-lg {
  display: block !important;
}
.display-lg-flex {
  display: flex !important;
}

@media (max-width: 1023px) {
  .bg-color-none {
    background-color: transparent !important;
  }
}

.bg-none {
  background: none;
}

.content {
  padding-top: 4px;
}

.is-focusing {
  opacity: 0.25;
}

.hide-mobile {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-scroll {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.no-shadow {
  box-shadow: none !important;
}

.inline {
  display: inline-block;
}

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

.active {
  color: green;
}

.inactive {
  color: red;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.error {
  color: red;
  font-weight: 100;
}

.error-line {
  color: red;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  font-weight: 100;
}

.strike-line {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  font-weight: 100;
}

.color-grey {
  color: #666666;
}

.order-link {
  color: cornflowerblue !important;
  text-decoration: underline;
  font-weight: 700;
}

.validation-message {
  color: red;
}

.validation-message-sm {
  color: red;
  font-size: 0.75rem;
}

.mud-divider {
  border-width: 1px !important;
}

.mud-chip-container {
  display: contents;
}

.dark-overlay {
  background-color: rgba(33, 33, 33, 0.9) !important;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.ink-buddy-image {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ink-buddy-debug {
  font-size: large;
}

.ink-buddy-debug-overlay {
  background-color: #2c3034;
  font-size: large;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  overflow: auto;
  padding: 10px;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

h3 {
  text-shadow: 2px 2px 2px gray;
}

.category-heading {
  font-weight: bold;
  font-size: 14pt;
}

p3 {
  font-size: 10pt;
}

.add-plus {
  font-size: 16px;
  color: forestgreen;
}

.subtract-minus {
  font-size: 16px;
  color: darkred;
}

.remove-record {
  font-size: 16px;
  color: dimgray;
}

.add-record {
  font-size: 16px;
  color: darkslategray;
}

.row-grey {
  border-bottom: 1px solid dimgray;
}

/***
https://www.mikesdotnetting.com/article/362/simple-autocomplete-for-blazor
 ***/
.options {
  position: absolute;
  top: 40px;
  left: 0;
  background: white;
  width: 100%;
  padding: 0;
  z-index: 10;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
}

.autocomplete .option {
  display: block;
  padding: 0.25rem;
}

.autocomplete .option .option-text {
  padding: 0.25rem 0.5rem;
}

.autocomplete .option:hover {
  background: #1e90ff;
  color: #fff;
}

.autocomplete .option.disabled {
  background-color: lightgrey;
  cursor: not-allowed;
}

.autocomplete .option.disabled:hover {
  background: lightgrey;
  color: var(--bs-body);
}

.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
  margin-top: 0px !important;
}

.intake-form {
  max-width: 90%;
}

.date-intake {
  border-width: 1px;
  border-color: #29a1c6;
}

.date-intake-header {
  border-bottom-width: 2px;
  border-color: lightgray;
  line-height: 20px;
  font-size: 12pt;
  padding-bottom: 1px;
  padding-top: 9px;
  color: gray;
}

input.intake {
  border-width: 1px;
  border-color: #29a1c6;
  height: 30px;
  font-size: 16px;
}

.form-signin {
  max-width: 767px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

input.login {
  height: 46px;
  font-size: 14pt;
}

button.normal {
  font-size: 16px;
  font-weight: normal;
}

button.normal-lg {
  height: 46px;
  font-size: 14pt;
  font-weight: normal;
}

button.login {
  position: fixed;
  bottom: 10vh;
  max-width: 520px;
}

button.logout {
  width: 220px;
}

button.tour-next {
  position: fixed;
  bottom: 34px;
  width: 96% !important;
}

select.intake {
  border-width: 1px;
  border-color: #29a1c6;
  height: 30px;
  font-size: 14px;
}

.intake.mud-typography-h4 {
  color: #29a1c6 !important;
}

.intake.mud-typography {
  color: #29a1c6 !important;
}

.logo.mud-typography {
  color: #29a1c6 !important;
  font-weight: bolder;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgray !important;
  opacity: 1; /* Firefox */
  font-size: 10pt;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: lightgray !important;
  font-size: 10pt;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: lightgray !important;
  font-size: 10pt;
}

.form-check-label,
.form-check-input {
  font-size: 16px;
}

.question-input-text {
  font-size: 14pt;
  text-align: center;
}

.divider {
  border-left: 1px solid lightgray;
}

.divider-dark {
  border-width: 1px;
  border-color: #595959;
}

.divider-light {
  border-color: #a6a6a6 !important;
  opacity: 0.4 !important;
}

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

.container-footer-fix {
  margin-bottom: 66px !important;
}

.no-header-fix {
  padding-top: 40px;
  padding-bottom: 28px;
  margin-top: -64px;
}

.floating-back-button {
  position: fixed !important;
  bottom: 50px !important;
  left: 50px !important;
}

.floating-back-button-top {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
}

.floating-next-button {
  position: fixed !important;
  bottom: 50px !important;
  right: 50px !important;
}

.floating-back-button-text {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
}

.floating-reload-button {
  position: fixed !important;
  bottom: 30px !important;
  right: 30px !important;
  z-index: 10;
}

.floating-reload-button-text {
  color: black !important;
}

.floating-start-over-button {
  text-align: center;
  position: relative !important;
  bottom: -140px !important;
}

.floating-start-over-button-text {
  color: black;
  font-weight: 1000;
  display: block;
  padding-top: 10px;
}

.floating-language-dropdown {
  position: fixed !important;
  bottom: 36px !important;
  right: 36px;
}

.border {
  border: 1px solid lightgray;
}

.form-check-label {
  font-size: 16px !important;
}

.after-care-list {
  font-size: 11pt;
}

.after-care-list-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.toolbar-spacer {
  flex-grow: 1 !important;
}

.reg-card {
  padding: 30px 50px 20px;
}

.regulations-dialog {
  max-height: 500px;
  max-width: 50%;
  text-align: center;
  padding-bottom: 10px;
}

.regulations-inner-text {
  text-align: left;
  padding-left: 90px;
  padding-top: 10px;
}

.regulations-dlg-btn {
  color: cornflowerblue !important;
  border: 1px solid !important;
  font-size: 12pt !important;
  margin-bottom: 20px;
}

.regulations-closing-text {
  font-size: 16pt;
  font-weight: bold;
  margin-top: 40px;
}

.client-info-form-text {
  font-size: 29px;
}

.fw-semi-bold {
  font-weight: 500 !important;
}

.chevron-icon {
  animation: blink 1.3s infinite;
}

.bottom-button {
  position: fixed;
  bottom: 20px;
  width: calc(100% - 30px);
  white-space: nowrap;
}

.dlg-pop-over {
  top: 400px !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100%;
  background-color: #e5e5e5;
  border: 1px solid #c5c5c5;
}

.dlg-pop-container {
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  height: 364px;
}

.dlg-pop-over-info {
  top: 400px !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 98%;
  background-color: #e5e5e5;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border: 1px solid #c5c5c5;
}

.client-input {
  padding-left: 20px;
  padding-right: 20px;
}

.client-input-text .mud-input {
  font-size: 16pt;
}

.qst-radio-text {
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 1.5rem;
}

.qst-radio-grp {
  display: inline-block;
  padding: 8px 0;
  min-height: 1.5rem;
}

.qst-radio-btn,
.qst-radio-btn-text {
  font-size: 13px;
}

.qst-cbox-grp {
  margin-left: 20px !important;
  padding-right: 6px !important;
}

.qst-cbox {
  font-size: 22px !important;
}

.qst-cbox-text {
  font-size: 13px;
}

.fin-btn {
  width: 58vw !important;
}

.appt-line-price {
  font-weight: 600;
}

.appt-line-delete-btn {
  margin-bottom: -20px;
}

@keyframes blink {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.install-container {
  background-color: white;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.install-sub-container {
  background-color: white;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.nav-btn-handle {
  position: absolute;
  top: 20px;
  z-index: 10;
  background-color: #B5B5B5;
  color: white;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.w-58 {
  width: 58px;
}

.donut-inner-text {
  font-size: 12pt;
}

.donut-chart {
  display: flex;
  justify-content: center;
  min-height: 400px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1) {
  .mud-input input,
  .mud-input textarea,
  .mud-input-root input,
  .mud-input-root textarea,
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=password],
  input[type=search],
  textarea {
    font-size: 16px !important;
  }
}
/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.reports-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 16px;
}

.reports-header-content {
  display: flex;
  min-width: 768px;
  text-align: center;
  justify-content: space-between;
  align-items: end;
  padding: 0 8px 12px;
}

.reports-summary-container {
  border-top: 1px solid #D5D5D5;
  max-width: 768px;
  flex: 1 1;
}

.sales-detail-pay-icon {
  padding-top: 2px;
  font-size: 1rem !important;
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.booking-page {
  background: var(--bg-secondary);
  padding: 80px 0 0;
}

.booking-back-btn {
  background: transparent;
  border: none;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-primary);
  flex-shrink: 0;
  transition: background 0.15s;
  margin-right: 4px;
}
.booking-back-btn:hover {
  background: rgba(0, 0, 0, 0.06);
}

.booking-container {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  overflow: hidden;
  max-width: 720px;
}
@media (min-width: 1024px) {
  .booking-container {
    border: 1px solid #D5D5D5;
    padding: 0;
  }
}

.booking-base-container {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .booking-base-container {
    padding: 0 16px;
  }
}

/* BOOKING HEADER */
.booking-header {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  color: var(--text-primary);
  min-height: 82px;
  display: flex;
}
.booking-header .mud-appbar {
  background: var(--overlay);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-primary);
}
@media (min-width: 1024px) {
  .booking-header .mud-appbar {
    position: relative;
  }
}
.booking-header .mud-toolbar {
  height: auto;
}
.booking-header .header-content {
  flex: 1 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}
.booking-header.has-back .header-content {
  padding-left: 0;
}
.booking-header .logo-section {
  display: flex;
  gap: 0.75rem;
}
.booking-header .logo-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(45deg, var(--accent-primary), var(--accent-secondary));
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.booking-header .logo-icon-fix {
  margin-left: -3px;
}
.booking-header .logo-text h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--text-primary);
  margin: 0;
}
.booking-header .logo-text p {
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.booking-header .change-location {
  font-size: 0.75rem;
  color: var(--accent-primary);
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap;
}
.booking-header .change-location:hover {
  opacity: 0.75;
}

/* END BOOKING HEADER */
.location-dialog .mud-dialog {
  border-radius: 10px !important;
  min-width: 224px;
  max-width: 320px;
}
.location-dialog .mud-dialog-content {
  padding: 0 !important;
}
.location-dialog .mud-dialog-title {
  border-bottom: 1px solid #e2e4e9;
}

.location-dialog-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.location-dialog-title {
  font-size: 12px;
  font-weight: 500;
  color: #6a7181;
  padding: 0;
  margin: 0;
}

.location-dialog-container {
  padding: 0;
  min-width: 224px;
}

.location-dialog-list {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
}

.location-dialog-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  height: 40px;
  border-radius: 10px;
  transition: background 0.1s;
  gap: 8px;
  cursor: pointer;
}
.location-dialog-item:hover {
  background: rgba(91, 66, 215, 0.04);
}
.location-dialog-item.selected {
  background: rgba(91, 66, 215, 0.06);
}
.location-dialog-item.selected .location-dialog-name {
  font-weight: 600;
  color: var(--accent-primary);
}

.location-dialog-name {
  font-size: 14px;
  color: #14181f;
  flex: 1;
}

.location-dialog-check {
  font-size: 16px !important;
  color: var(--accent-primary);
}

.booking-selector-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow: hidden;
}

.booking-selector-content {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow: hidden;
  padding: 16px;
}
@media (min-width: 1024px) {
  .booking-selector-content.medium {
    padding: 16px 100px !important;
  }
}
@media (min-width: 1024px) {
  .booking-selector-content.small {
    padding: 16px 140px !important;
  }
}

.booking-selector-buttons {
  display: flex;
  padding: 12px 16px;
}

.calendar-picker-wrapper {
  position: relative;
}
.calendar-picker-wrapper .calendar-picker-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
  z-index: 10;
  border-radius: 0.5rem;
}
.calendar-picker-wrapper.calendar-loading .mud-picker-calendar-header button {
  pointer-events: none;
  opacity: 0.35;
}

.selection-grid.calendar {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex: 1;
  min-height: 0;
}
@media (max-width: 1023px) {
  .selection-grid.calendar {
    flex-direction: column;
  }
}

.time {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.time-header-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-shrink: 0;
}

.time-scroll-body {
  display: flex;
  flex-direction: row;
  gap: 8px;
  overflow-y: scroll;
  padding: 8px 2px;
}

.time-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
  align-items: center;
}

.time-column-header {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 0 6px;
  border-bottom: 1px solid var(--border-primary);
  margin-bottom: 2px;
  text-align: center;
  flex: 1;
}

.time-card {
  width: 85%;
  min-height: 36px;
  padding: 6px 4px;
  border-radius: 0.5rem;
  border: 1px solid var(--border-primary) !important;
  background: var(--bg-card) !important;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-primary) !important;
  text-transform: none !important;
}
.time-card:hover {
  border-color: var(--border-hover) !important;
  background: var(--bg-card-hover) !important;
}
.time-card.selected {
  border-color: var(--accent-primary) !important;
  background: rgba(139, 92, 246, 0.1) !important;
  color: var(--accent-primary) !important;
  font-weight: 600;
}

.time-empty {
  display: block;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.875rem;
  padding: 8px 0;
}

.booking-service-list {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}

.btn-booking {
  background: #5A4BAD;
  color: white;
  cursor: pointer;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  min-width: 80px;
}

.booking-client-card {
  margin-bottom: 0;
}

.booking-client-submit {
  padding: 16px 0 8px;
}

.cp-dob-picker {
  width: 100%;
}

.btn-booking-add-service {
  background: #5A4BAD;
  color: white;
  font-size: 8pt !important;
  padding: 0 !important;
  margin-left: 8px;
  margin-top: -4px;
}
.btn-booking-add-service.mud-button-root:disabled {
  color: #FFFFFF !important;
  opacity: 0.5 !important;
}

.btn-booking-finish {
  background: linear-gradient(45deg, var(--accent-primary), var(--accent-secondary));
}

.form-input {
  width: 100%;
  height: 2.5rem;
  padding: 0 0.75rem;
  background: var(--bg-card);
  border: 1px solid var(--border-primary);
  border-radius: 0.375rem;
  color: var(--text-primary);
  transition: border-color 0.2s ease;
}

.form-input:focus {
  outline: none;
  border-color: var(--accent-primary);
}

.booking-client {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.finish-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

/* ============================================================
   BOOKING NEW PAGE
   ============================================================ */
.booking-new-page {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.booking-new-page .page-header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.booking-new-page .page-header .header-title-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.booking-new-page .page-header .header-title-row .header-icon {
  color: var(--accent-primary);
  font-size: 1.75rem;
}
.booking-new-page .page-header .header-title-row .page-title {
  font-weight: 700;
  color: var(--text-primary);
}
.booking-new-page .page-header .page-subtitle {
  color: var(--text-secondary);
  padding-left: 2.375rem;
}
.booking-new-page .booking-new-tabs .mud-tabs-toolbar {
  background: transparent;
  border-bottom: 2px solid var(--border-primary);
}
.booking-new-page .booking-new-tab-panel {
  padding: 1.5rem 0 0;
}

/* ============================================================
   BOOKING NEW — SERVICES TAB
   Dark section — hardcoded Figma palette, not theme vars
   ============================================================ */
.booking-new-services {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  border-radius: 12px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow-y: auto;
  /* Loading / empty states */
  /* Section header — "Our Services" */
  /* Card grid */
  /* Category card */
  /* Pricing info footer card */
}
.booking-new-services .services-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.booking-new-services .services-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 4rem;
  color: #94a3b8;
}
.booking-new-services .services-empty .mud-icon-root {
  font-size: 3rem;
  color: #64748b;
}
.booking-new-services .services-section-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.booking-new-services .services-section-header .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.booking-new-services .services-section-header .section-subtitle {
  font-size: 1.125rem;
  color: #94a3b8;
}
.booking-new-services .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
}
.booking-new-services .category-card {
  position: relative;
  background: rgba(30, 41, 59, 0.5);
  border: 1px solid #334155;
  border-radius: 8px;
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  gap: 0.925rem;
  padding: 1.5625rem 1.5625rem 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  /* Top: icon, name, price+duration */
  /* Services list */
  /* Book button — sits at bottom, full width */
}
.booking-new-services .category-card:hover {
  border-color: #475569;
  box-shadow: 0 4px 24px rgba(139, 92, 246, 0.15);
}
.booking-new-services .category-card .card-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.46875rem;
}
.booking-new-services .category-card .card-top .category-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(90deg, #a855f7, #ec4899);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.booking-new-services .category-card .card-top .category-icon-wrap .category-icon {
  color: #ffffff;
  font-size: 1.5rem;
}
.booking-new-services .category-card .card-top .category-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
}
.booking-new-services .category-card .card-top .category-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.booking-new-services .category-card .card-top .category-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #94a3b8;
}
.booking-new-services .category-card .card-top .category-meta .meta-item .meta-icon {
  font-size: 1rem;
  color: #94a3b8;
}
.booking-new-services .category-card .card-services {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.booking-new-services .category-card .card-services .services-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
}
.booking-new-services .category-card .card-services .services-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.booking-new-services .category-card .card-services .services-list .service-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.booking-new-services .category-card .card-services .services-list .service-item .bullet {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c084fc;
  flex-shrink: 0;
}
.booking-new-services .category-card .card-services .services-list .service-item .service-item-name {
  font-size: 0.75rem;
  color: #94a3b8;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.booking-new-services .category-card .card-services .services-list .service-item .service-item-price {
  font-size: 0.75rem;
  font-weight: 600;
  color: #a855f7;
  white-space: nowrap;
  flex-shrink: 0;
}
.booking-new-services .category-card .card-services .services-list .service-item .service-item-duration {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  font-size: 0.75rem;
  color: #64748b;
  white-space: nowrap;
  flex-shrink: 0;
}
.booking-new-services .category-card .card-services .services-list .service-item .service-item-duration .duration-icon {
  font-size: 0.75rem;
}
.booking-new-services .category-card .book-btn {
  margin: 0.5rem -1.5625rem 0;
  padding: 0.625rem 1rem;
  background: #334155;
  border: 1px solid #475569;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
  text-align: center;
  width: calc(100% + 3.125rem);
}
.booking-new-services .category-card .book-btn:hover {
  background: #3d4f6a;
}
.booking-new-services .pricing-info-card {
  background: rgba(30, 41, 59, 0.3);
  border: 1px solid #334155;
  border-radius: 8px;
  padding: 1.5625rem;
  text-align: center;
  backdrop-filter: blur(2px);
}
.booking-new-services .pricing-info-card .pricing-info-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.4375rem;
}
.booking-new-services .pricing-info-card .pricing-info-text {
  font-size: 0.875rem;
  color: #94a3b8;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.625;
}

/* ============================================================
   RESPONSIVE — TABLET PORTRAIT
   ============================================================ */
@media (min-width: 768px) and (max-width: 1023px) {
  .booking-new-services {
    padding: 1.5rem;
  }
  .booking-new-services .services-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
/* ============================================================
   RESPONSIVE — MOBILE
   ============================================================ */
@media (max-width: 767px) {
  .booking-new-page {
    padding: 1rem;
    gap: 1rem;
  }
  .booking-new-page .page-header .page-subtitle {
    padding-left: 0;
  }
  .booking-new-page .booking-new-tab-panel {
    padding-top: 1rem;
  }
  .booking-new-services {
    padding: 1.25rem;
    gap: 1.25rem;
    border-radius: 8px;
  }
  .booking-new-services .services-section-header .section-title {
    font-size: 1.75rem;
  }
  .booking-new-services .services-grid {
    grid-template-columns: 1fr;
  }
  .booking-new-services .category-card .card-services .services-list .service-item .service-item-name {
    white-space: normal;
  }
}
/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.sales-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  overflow-x: hidden;
}

.sales-header {
  display: flex;
  align-items: stretch;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #E2E4E9;
}
.sales-header .sh-left {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .sales-header .sh-left {
    width: 100%;
    gap: 12px;
  }
}
.sales-header .sh-left .sales-info {
  line-height: 1.5;
}
.sales-header .sh-left .sales-info .name {
  font-weight: 600;
  color: #1a1a1a;
}
.sales-header .sh-left .sales-info .role {
  color: #666;
}
.sales-header .sh-left .sales-info .role.fix {
  margin-left: 2px;
}
.sales-header .sh-middle {
  flex: 1;
  display: flex;
  align-items: stretch;
}
.sales-header .sh-middle .sh-mid-left {
  flex: 0 0 106px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sales-header .sh-middle .sh-mid-center {
  flex: 1;
  display: flex;
  align-items: stretch;
}
.sales-header .sh-middle .sh-mid-center .sh-mc-lc {
  flex: 1;
}
.sales-header .sh-middle .sh-mid-center .sh-mc-rc {
  flex: 1;
}
.sales-header .sh-middle .sh-mid-center .sh-mc-lc-inner {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}
.sales-header .sh-middle .sh-mid-center .sh-mc-lc-inner .mud-icon-button {
  border-radius: 50% !important;
}
.sales-header .sh-middle .sh-mid-center .sh-mc-mid {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  cursor: pointer;
  min-width: 240px;
}
.sales-header .sh-middle .sh-mid-center .sh-mc-mid .app-header__date-text {
  padding-right: 14px;
}
.sales-header .sh-middle .sh-mid-center .sh-mc-rc-inner {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}
.sales-header .sh-middle .sh-mid-center .sh-mc-rc-inner .mud-icon-button {
  border-radius: 50% !important;
}
.sales-header .sh-middle .sh-mid-right {
  flex: 0 0 106px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8px;
}
.sales-header .sh-right {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  flex-shrink: 0;
}
.sales-header .sh-right .report-type {
  display: flex;
  text-align: right;
}
.sales-header .sh-right .help-chip {
  padding: 4px 8px !important;
}
.sales-header .sh-right .client-edit-icon {
  height: 30px;
}

.sales-header-mobile {
  justify-content: initial;
  align-items: initial;
}
@media (max-width: 1023px) {
  .sales-header-mobile {
    justify-content: space-between;
    align-items: center;
  }
  .sales-header-mobile .sh-left {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    flex-shrink: 0;
  }
  .sales-header-mobile .sh-left .sales-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sales-header-mobile .sh-middle {
    flex: 1;
    display: flex;
    align-items: stretch;
  }
  .sales-header-mobile .sh-middle .header-section-title {
    flex: 1;
    justify-content: center;
    white-space: nowrap;
  }
  .sales-header-mobile .sh-right {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    flex-shrink: 0;
  }
  .sales-header-mobile .sh-right .header-section-close {
    flex: 1;
    justify-content: flex-end;
  }
}

.employee-sales {
  padding: 0;
}
.employee-sales .metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}
.employee-sales .metrics-grid .metric-card {
  background: #FFFFFF;
  border-radius: 12px;
  display: flex;
  border: 1px solid #e0e0e0;
  padding: 16px;
  gap: 12px;
}
.employee-sales .metrics-grid .metric-card .card-icon {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 48px;
  height: 48px;
}
.employee-sales .metrics-grid .metric-card .card-icon.sales {
  color: #00A63E;
  background-color: #DCFCE7;
}
.employee-sales .metrics-grid .metric-card .card-icon.appt {
  color: #155DFC;
  background-color: #DBEAFE;
}
.employee-sales .metrics-grid .metric-card .card-icon.visit {
  color: #9810FA;
  background-color: #F3E8FF;
}
.employee-sales .metrics-grid .metric-card .card-content .description {
  line-height: 1;
  font-size: 0.875rem;
  opacity: var(--opacity-70, 0.7);
}
.employee-sales .metrics-grid .metric-card .card-content .amount {
  font-size: 1.5rem;
  font-weight: 600;
}
.employee-sales .breakdown-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .employee-sales .breakdown-section {
    grid-template-columns: 1fr;
  }
}
.employee-sales .breakdown-section .breakdown-card {
  background: white;
  border-radius: 12px;
  padding: 12px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.employee-sales .breakdown-section .breakdown-card .breakdown-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.employee-sales .breakdown-section .breakdown-card .breakdown-title {
  color: #1a1a1a;
  margin-bottom: 8px;
  font-weight: 600;
}
.employee-sales .breakdown-section .breakdown-card .breakdown-title-sub {
  color: #1a1a1a;
  line-height: 1;
  padding-top: 5px;
}
.employee-sales .breakdown-section .breakdown-card .breakdown-sub-title {
  color: #666666;
  margin-left: 4px;
}
.employee-sales .breakdown-section .breakdown-items .item,
.employee-sales .breakdown-section .breakdown-total .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.employee-sales .breakdown-section .breakdown-items .item.total,
.employee-sales .breakdown-section .breakdown-total .item.total {
  border-top: 1px solid #e0e0e0;
  padding-top: 8px;
  margin-top: 8px;
  font-weight: 600;
}
.employee-sales .breakdown-section .breakdown-items .item .item-label,
.employee-sales .breakdown-section .breakdown-total .item .item-label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.employee-sales .breakdown-section .breakdown-items .item .item-amount,
.employee-sales .breakdown-section .breakdown-total .item .item-amount {
  font-weight: 500;
}
.employee-sales .breakdown-section .breakdown-items .item .item-amount.total,
.employee-sales .breakdown-section .breakdown-total .item .item-amount.total {
  font-weight: 800;
  font-size: 1.1em;
}
.employee-sales .breakdown-section .breakdown-items .item .item-amount.payout,
.employee-sales .breakdown-section .breakdown-total .item .item-amount.payout {
  font-weight: 800;
  font-size: 1.2em;
  color: #00A63E;
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.cart-service-selector {
  padding: 12px !important;
}
.cart-service-selector .section {
  margin-bottom: 48px;
}
.cart-service-selector .section .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.cart-service-selector .section .section-header .section-title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #21262c;
  margin: 0;
}
.cart-service-selector .section .section-header .section-count {
  color: #73808c;
  font-size: 14px;
}
.cart-service-selector .section .service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
  gap: 48px;
}
.cart-service-selector .section .service-grid .service-card {
  border: 2px solid #e0e6eb;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cart-service-selector .section .service-grid .service-card:hover {
  border-color: #14b8a5;
  box-shadow: 0px 4px 8px rgba(20, 184, 165, 0.2);
}
.cart-service-selector .section .service-grid .service-card .mud-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  text-align: center;
}
.cart-service-selector .section .service-grid .service-card .mud-card-content .icon-container {
  width: 48px;
  height: 48px;
  background-color: rgba(20, 184, 165, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px;
}
.cart-service-selector .section .service-grid .service-card .mud-card-content .icon-container .service-icon {
  color: #14b8a5;
  font-size: 28px;
}
.cart-service-selector .section .service-grid .service-card .mud-card-content .service-name {
  font-weight: 600;
  font-size: 14px;
  color: #21262c;
  margin: 8px 0;
  line-height: 17.5px;
}
.cart-service-selector .section .service-grid .service-card .mud-card-content .service-price {
  font-weight: 700;
  font-size: 16px;
  color: #14b8a5;
  margin: 4px 0;
}
@media (max-width: 480px) {
  .cart-service-selector .cart-service-selector .section .service-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.user-profile-view {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.user-profile-view .top-nav {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
}
.user-profile-view .section-card {
  border: 1px solid #D5D5D5;
  border-radius: 12px;
  background-color: white;
  overflow: hidden;
}
.user-profile-view .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}
.user-profile-view .section-header .section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  border: none !important;
}
.user-profile-view .section-header .section-title .mud-icon-root {
  color: #666666;
}
.user-profile-view .section-content {
  padding: 12px 16px;
}
.user-profile-view .empty-state {
  padding: 12px 16px;
  color: var(--mud-palette-text-secondary);
}
.user-profile-view .profile-name {
  font-weight: 600;
  margin-bottom: 4px;
}
.user-profile-view .info-line {
  color: var(--mud-palette-text-secondary);
  display: block;
  margin-bottom: 2px;
}
.user-profile-view .contact-row {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--mud-palette-text-secondary);
  margin-top: 6px;
  font-size: 0.75rem;
}
.user-profile-view .contact-row .mud-icon-root {
  font-size: 0.9rem;
  color: #666666;
}
.user-profile-view .edit-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 16px;
}
.user-profile-view .edit-form .name-row {
  display: flex;
  gap: 12px;
}
.user-profile-view .edit-form .name-row .mud-input-control {
  flex: 1;
}
.user-profile-view .edit-form .city-state-row {
  display: flex;
  gap: 12px;
}
.user-profile-view .edit-form .city-state-row .city-field {
  flex: 2;
}
.user-profile-view .edit-form .city-state-row .state-field {
  flex: 1;
}
.user-profile-view .edit-form .up-field-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.user-profile-view .edit-form .up-field-label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.user-profile-view .edit-form .up-input {
  width: 100%;
  font-size: 16px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  background: transparent;
}
.user-profile-view .edit-form .up-input::placeholder {
  color: rgba(0, 0, 0, 0.28);
}
.user-profile-view .edit-form .up-input:focus {
  outline: none;
  border-color: var(--mud-palette-primary);
  border-width: 2px;
}
.user-profile-view .edit-form .up-field-hint {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
}
.user-profile-view .edit-form .action-row {
  display: flex;
  gap: 12px;
  padding-top: 4px;
}
.user-profile-view .edit-form .action-row .mud-button {
  flex: 1;
}
.user-profile-view .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  transition: background-color 0.15s;
}
.user-profile-view .list-item:hover {
  background-color: var(--mud-palette-background-grey);
}
.user-profile-view .list-item .list-item-left {
  display: flex;
  flex-direction: column;
}
.user-profile-view .list-item .item-name {
  font-weight: 500;
}
.user-profile-view .list-item .item-sub {
  color: var(--mud-palette-text-secondary);
  margin-top: 2px;
}
.user-profile-view .list-item .item-value {
  font-weight: 600;
}
.user-profile-view .org-item {
  padding: 12px 16px;
}
.user-profile-view .org-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.user-profile-view .org-section-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.user-profile-view .org-edit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-profile-view .upv-btn-edit {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #0a0a0a;
  cursor: pointer;
  height: 32px;
  white-space: nowrap;
  flex-shrink: 0;
}
.user-profile-view .upv-btn-edit:hover {
  background: #f3f3f5;
}
.user-profile-view .upv-btn-edit:disabled {
  opacity: 0.38;
  cursor: default;
  pointer-events: none;
}
.user-profile-view .org-name {
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: var(--mud-palette-warning);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}
.user-profile-view .org-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.user-profile-view .org-role {
  color: var(--mud-palette-text-secondary);
  font-weight: 500;
}
.user-profile-view .org-type {
  color: var(--mud-palette-text-secondary);
}
.user-profile-view .studio-list {
  margin-top: 8px;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.user-profile-view .studio-edit-wrap {
  background-color: var(--mud-palette-background-grey);
  border-radius: 8px;
}
.user-profile-view .studio-item {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  padding: 8px 10px;
  background-color: var(--mud-palette-background-grey);
  border-radius: 8px;
}
.user-profile-view .studio-item .studio-chevron {
  color: #D5D5D5;
  margin-top: 2px;
  flex-shrink: 0;
}
.user-profile-view .studio-item .studio-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.user-profile-view .studio-item .studio-name-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.user-profile-view .studio-item .studio-edit-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.35);
  font-size: 13px;
  line-height: 1;
  flex-shrink: 0;
}
.user-profile-view .studio-item .studio-edit-icon-btn:hover {
  color: var(--mud-palette-primary);
}
.user-profile-view .studio-item .studio-edit-icon-btn:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.user-profile-view .studio-item .studio-name {
  font-weight: 500;
  font-size: 0.85rem;
}
.user-profile-view .studio-item .studio-address {
  color: var(--mud-palette-text-secondary);
  font-size: 0.55rem;
}
.user-profile-view .hours-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}
.user-profile-view .hours-row .hours-day {
  font-weight: 500;
  color: var(--mud-palette-text-primary);
  min-width: 110px;
}
.user-profile-view .hours-row .hours-range {
  color: var(--mud-palette-text-secondary);
  font-size: 0.85rem;
}
.user-profile-view .hours-row .hours-closed {
  color: #D5D5D5;
  font-size: 0.85rem;
}

.services-view {
  display: flex;
  flex-direction: column;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden !important;
}
.services-view .sv-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0 16px;
  margin-right: 16px;
  margin-left: 16px;
  border-bottom: 1px solid #D5D5D5;
}
.services-view .sv-btn-categories {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: transparent;
  border: 1px solid #e2e4e9;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #14181f;
  cursor: pointer;
  transition: background 0.15s;
}
.services-view .sv-btn-categories svg {
  color: #6a7181;
}
.services-view .sv-btn-categories:hover {
  background: #f4f5f7;
  border-color: #c8ccd4;
}
.services-view .sv-spacer {
  flex: 1;
}
.services-view .sv-admin-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  cursor: pointer;
  color: #6a7181;
  flex-shrink: 0;
  background: #EDEEF0;
  transition: background 0.15s, color 0.15s;
}
.services-view .sv-admin-toggle:hover {
  background: rgba(91, 66, 215, 0.06);
  color: #14181f;
}
.services-view .sv-admin-toggle.sv-admin-toggle-active {
  color: #5b42d7;
  background: rgba(91, 66, 215, 0.08);
}
.services-view .sv-admin-toggle .mud-icon-root {
  font-size: 18px !important;
}
.services-view .sv-show-all-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  user-select: none;
}
.services-view .sv-show-all-toggle .sv-show-all-label {
  font-size: 13px;
  font-weight: 400;
  color: #6a7181;
  line-height: 16px;
}
.services-view .sv-show-all-toggle .sv-show-all-icon {
  color: #6a7181;
  font-size: 16px !important;
}
.services-view .sv-show-all-toggle:hover .sv-show-all-label {
  color: #14181f;
}
.services-view .sv-show-all-toggle:hover .sv-show-all-icon {
  color: #14181f;
}
.services-view .sv-show-all-toggle.sv-show-all-toggle-active .sv-show-all-label {
  color: #5b42d7;
}
.services-view .sv-show-all-toggle.sv-show-all-toggle-active .sv-show-all-icon {
  color: #5b42d7;
}
.services-view .sv-empty {
  text-align: center;
  padding: 48px 16px;
  color: #6a7181;
}
.services-view .sv-category-list {
  overflow-y: auto;
  padding: 0 12px;
}
.services-view .sv-category-section {
  margin-bottom: 4px;
  overflow-y: auto;
  overflow-x: hidden;
}
.services-view .sv-cat-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  cursor: pointer;
  user-select: none;
}
.services-view .sv-cat-header:hover .sv-cat-name {
  color: #5b42d7;
}
.services-view .sv-cat-header.sv-cat-header-locked {
  cursor: default;
}
.services-view .sv-cat-header.sv-cat-header-locked:hover .sv-cat-name {
  color: #6a7181;
}
.services-view .sv-cat-chevron {
  display: flex;
  align-items: center;
  color: #6a7181;
  transition: transform 0.2s;
}
.services-view .sv-cat-chevron.sv-collapsed {
  transform: rotate(-90deg);
}
.services-view .sv-cat-chevron.sv-cat-chevron-hidden {
  visibility: hidden;
}
.services-view .sv-cat-chevron .mud-icon-root {
  font-size: 20px !important;
}
.services-view .sv-cat-name {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #6a7181;
  white-space: nowrap;
  transition: color 0.15s;
}
.services-view .sv-cat-count {
  font-size: 11px;
  font-weight: 500;
  color: #6a7181;
  white-space: nowrap;
}
.services-view .sv-cat-line {
  flex: 1;
  height: 1px;
  background: #e2e4e9;
  margin-left: 4px;
}
.services-view .sv-services-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 0 12px;
}
.services-view .sv-service-row {
  display: flex;
  align-items: flex-start;
  gap: 0;
  border-radius: 10px;
  transition: opacity 0.15s;
}
.services-view .sv-service-row.sv-drag-over {
  outline: 2px dashed #5b42d7;
  outline-offset: -1px;
}
.services-view .sv-drag-handle {
  width: 24px;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  color: #c0c4cc;
  flex-shrink: 0;
}
.services-view .sv-drag-handle:hover {
  color: #6a7181;
}
.services-view .sv-drag-handle:active {
  cursor: grabbing;
}
.services-view .sv-drag-handle .mud-icon-root {
  font-size: 18px !important;
}
.services-view .sv-service-card {
  flex: 1;
  background: #fff;
  border: 1px solid #e2e4e9;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.services-view .sv-service-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.06);
}
.services-view .sv-service-card.sv-card-inactive {
  opacity: 0.55;
}
.services-view .sv-service-top {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 13px 17px 0;
}
.services-view .sv-service-name {
  font-size: 14px;
  font-weight: 500;
  color: #14181f;
  flex: 1;
}
.services-view .sv-override-badge {
  font-size: 10px;
  font-weight: 600;
  color: #5b42d7;
  background: rgba(91, 66, 215, 0.08);
  border-radius: 4px;
  padding: 1px 5px;
  flex-shrink: 0;
}
.services-view .sv-service-controls {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 8px 8px 8px 12px;
  min-height: 54px;
}
.services-view .sv-service-controls .sv-active-toggle {
  flex-shrink: 0;
  margin: 0 4px 0 0;
}
.services-view .sv-field-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.services-view .sv-num-field {
  display: flex;
  align-items: center;
  gap: 2px;
  background: #f7f8fa;
  border: 1px solid #e2e4e9;
  border-radius: 8px;
  padding: 0 6px;
  height: 36px;
  min-width: 80px;
  max-width: 100px;
}
.services-view .sv-num-field .sv-field-icon {
  color: #6a7181;
  font-size: 14px !important;
  flex-shrink: 0;
}
.services-view .sv-num-field .sv-inline-field {
  flex: 1;
}
.services-view .sv-num-field .sv-inline-field .mud-input-slot {
  padding: 0 !important;
  font-size: 13px !important;
  min-height: 0 !important;
  height: auto !important;
}
.services-view .sv-num-field .sv-inline-field .mud-input-outlined,
.services-view .sv-num-field .sv-inline-field .mud-input-underline {
  border: none !important;
}
.services-view .sv-num-field .sv-inline-field .mud-input-outlined::before, .services-view .sv-num-field .sv-inline-field .mud-input-outlined::after,
.services-view .sv-num-field .sv-inline-field .mud-input-underline::before,
.services-view .sv-num-field .sv-inline-field .mud-input-underline::after {
  border: none !important;
}
.services-view .sv-num-field .sv-inline-field input {
  font-size: 13px;
  text-align: right;
  padding: 0;
  height: 32px;
}
.services-view .sv-active-switch {
  transform: scale(0.75);
  transform-origin: left center;
}
.services-view .sv-detail-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.06);
  color: #3d4451;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.15s;
}
.services-view .sv-detail-toggle:hover {
  background-color: rgba(0, 0, 0, 0.13);
}
.services-view .sv-detail-toggle .mud-icon-root {
  font-size: 22px !important;
}
.services-view .sv-edit-btn {
  color: #6a7181 !important;
}
.services-view .sv-edit-btn-active {
  color: #5b42d7 !important;
}
.services-view .sv-expanded-area {
  padding: 12px 16px 16px;
}
.services-view .sv-expanded-divider {
  margin-bottom: 14px;
}
.services-view .sv-expanded-grid {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .services-view .sv-expanded-grid {
    flex-direction: column;
  }
}
.services-view .sv-expanded-photo {
  flex-shrink: 0;
  width: 96px;
}
.services-view .sv-expanded-photo .sv-svc-photo {
  width: 96px;
  height: 96px;
  border-radius: 10px;
  object-fit: cover;
}
.services-view .sv-expanded-photo .sv-svc-photo-icon {
  width: 96px;
  height: 96px;
  border-radius: 10px;
}
.services-view .sv-expanded-fields {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services-view .sv-exp-field-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 12px;
}
.services-view .sv-exp-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #6a7181;
}
.services-view .sv-exp-input {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #e2e4e9;
  border-radius: 8px;
  background: #fafafa;
  font-size: 13px;
  color: #14181f;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.15s;
}
.services-view .sv-exp-input::placeholder {
  color: #a0a6b1;
}
.services-view .sv-exp-input:focus {
  border-color: #5b42d7;
  background: #fff;
}
.services-view .sv-exp-textarea {
  width: 100%;
  min-height: 72px;
  padding: 8px 10px;
  border: 1px solid #e2e4e9;
  border-radius: 8px;
  background: #fafafa;
  font-size: 13px;
  color: #14181f;
  outline: none;
  resize: vertical;
  box-sizing: border-box;
  font-family: inherit;
  transition: border-color 0.15s;
}
.services-view .sv-exp-textarea::placeholder {
  color: #a0a6b1;
}
.services-view .sv-exp-textarea:focus {
  border-color: #5b42d7;
  background: #fff;
}
.services-view .sv-exp-photo-btn-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
}
.services-view .sv-exp-photo-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 12px;
  border: 1px dashed #c8ccd4;
  border-radius: 8px;
  background: #fafafa;
  font-size: 13px;
  font-weight: 500;
  color: #6a7181;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.services-view .sv-exp-photo-btn:hover {
  background: rgba(91, 66, 215, 0.04);
  border-color: #5b42d7;
  color: #5b42d7;
}
.services-view .sv-exp-upload-icon {
  color: inherit;
  font-size: 16px !important;
}
.services-view .sv-exp-text-field {
  width: 100%;
}
.services-view .sv-exp-check-row {
  margin-top: 2px;
}
.services-view .sv-exp-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 4px;
}
.services-view .sv-booking-toggle-row {
  flex-direction: row;
  align-items: center;
  padding: 4px 0;
}
.services-view .sv-booking-validation {
  display: block;
  font-size: 0.75rem;
  color: var(--mud-palette-warning);
  margin-top: -4px;
  margin-bottom: 4px;
}

.sv-filter-dialog .mud-dialog {
  border-radius: 10px !important;
  min-width: 224px;
  max-width: 280px;
}
.sv-filter-dialog .mud-dialog-content {
  padding: 0 !important;
}
.sv-filter-dialog .mud-dialog-title {
  border-bottom: 1px solid #e2e4e9;
}

.sv-filter-container {
  padding: 0;
  min-width: 224px;
}

.sv-filter-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sv-filter-title {
  font-size: 12px;
  font-weight: 500;
  color: #6a7181;
  padding: 0;
  margin: 0;
}

.sv-filter-list {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
}

.sv-filter-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  height: 32px;
  border-radius: 10px;
  transition: background 0.1s;
  gap: 8px;
}
.sv-filter-item:hover {
  background: rgba(91, 66, 215, 0.04);
}
.sv-filter-item.sv-filter-locked {
  opacity: 0.6;
}

.sv-filter-label {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  cursor: pointer;
  font-size: 14px;
  color: #14181f;
}

.sv-filter-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #5b42d7;
  accent-color: #5b42d7;
  cursor: pointer;
}
.sv-filter-checkbox:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.sv-filter-cat-name {
  font-size: 14px;
  color: #14181f;
}

.sv-active-pill {
  font-size: 10px;
  font-weight: 600;
  color: #14181f;
  border: 1px solid #e2e4e9;
  border-radius: 9999px;
  padding: 1px 6px;
  white-space: nowrap;
  flex-shrink: 0;
}

.sv-filter-footer {
  display: flex;
  gap: 0;
  padding: 9px 13px;
  border-top: 1px solid #e2e4e9;
  margin-top: 4px;
}
.sv-filter-footer .sv-filter-btn-all,
.sv-filter-footer .sv-filter-btn-none {
  flex: 1;
  height: 28px;
  border: none;
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  color: #14181f;
  cursor: pointer;
  border-radius: 10px;
  transition: background 0.1s;
}
.sv-filter-footer .sv-filter-btn-all:hover,
.sv-filter-footer .sv-filter-btn-none:hover {
  background: rgba(91, 66, 215, 0.06);
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.cp-page-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  padding-bottom: 12px !important;
  max-width: 1320px !important;
}
@media (max-width: 1023px) {
  .cp-page-container {
    height: auto;
    overflow: visible;
  }
}

.client-profile {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f8fafc;
  gap: 16px;
  padding: 16px;
  width: 100%;
}
.client-profile .cp-header {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.client-profile .cp-back-btn {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #0a0a0a;
  flex-shrink: 0;
  transition: background 0.15s;
}
.client-profile .cp-back-btn:hover {
  background: #f3f3f5;
}
.client-profile .cp-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f3e8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.client-profile .cp-avatar-icon {
  color: #9810fa !important;
  font-size: 24px !important;
}
.client-profile .cp-header-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.client-profile .cp-name {
  font-size: 30px;
  font-weight: 500;
  color: #0a0a0a;
  line-height: 36px;
}
.client-profile .cp-subtitle {
  font-size: 12px;
  color: #62748e;
  line-height: 20px;
}
.client-profile .cp-tab-bar {
  display: flex;
  background: #ececf0;
  border-radius: 16px;
  padding: 4px;
  flex-shrink: 0;
  gap: 8px;
}
.client-profile .cp-tab {
  flex: 1;
  background: transparent;
  border: none;
  border-radius: 16px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #62748e;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.client-profile .cp-tab.cp-tab-active {
  background: #ffffff;
  color: #0a0a0a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.client-profile .cp-tab:hover:not(.cp-tab-active) {
  background: rgba(255, 255, 255, 0.5);
}
.client-profile .cp-tab.cp-tab-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.client-profile .cp-tab-content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  padding-bottom: 8px;
}
.client-profile .cp-tab-content.scroll {
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: -16px;
  padding-right: 16px;
}
.client-profile .cp-stats-row {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
.client-profile .cp-stats-desktop {
  display: flex;
}
.client-profile .cp-stats-mobile {
  display: none;
}
.client-profile .cp-stat-card {
  flex: 1;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.client-profile .cp-stat-card-combined {
  flex: 1;
  align-items: stretch;
  padding: 0;
  gap: 0;
}
.client-profile .cp-stat-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 8px;
  text-align: center;
}
.client-profile .cp-stat-section-divider {
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  align-self: stretch;
}
.client-profile .cp-stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.client-profile .cp-stat-icon.cp-icon-green {
  background: #dcfce7;
  color: #16a34a;
}
.client-profile .cp-stat-icon.cp-icon-blue {
  background: #dbeafe;
  color: #2563eb;
}
.client-profile .cp-stat-icon.cp-icon-purple {
  background: #f3e8ff;
  color: #9810fa;
}
.client-profile .cp-stat-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.client-profile .cp-stat-label {
  font-size: 13px;
  color: #62748e;
  line-height: 20px;
}
.client-profile .cp-stat-value {
  font-size: 13px;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 20px;
}
.client-profile .cp-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-shrink: 0;
}
.client-profile .cp-card.cp-appt-card, .client-profile .cp-card.cp-consent-card {
  flex: 1;
  min-height: 0;
  padding-bottom: 12px;
}
.client-profile .cp-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.client-profile .cp-card-title {
  font-size: 16px;
  font-weight: 500;
  color: #0a0a0a;
}
.client-profile .cp-appt-header-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.client-profile .cp-card-caption {
  font-size: 14px;
  color: #62748e;
  line-height: 20px;
}
.client-profile .cp-count-badge {
  background: #eceef2;
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #030213;
  white-space: nowrap;
}
.client-profile .cp-btn-edit {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #0a0a0a;
  cursor: pointer;
  height: 32px;
}
.client-profile .cp-btn-edit:hover {
  background: #f3f3f5;
}
.client-profile .cp-edit-btns {
  display: flex;
  gap: 8px;
}
.client-profile .cp-btn-cancel {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #0a0a0a;
  cursor: pointer;
  height: 32px;
}
.client-profile .cp-btn-cancel:hover {
  background: #f3f3f5;
}
.client-profile .cp-btn-save {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #9810fa;
  border: none;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  height: 32px;
}
.client-profile .cp-btn-save:hover {
  background: #8009e0;
}
.client-profile .cp-contact-card-scroll {
  flex: 1;
  overflow: scroll;
}
.client-profile .cp-card-scroll {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}
.client-profile .cp-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 10px 24px;
}
.client-profile .cp-field-icon {
  color: #62748e !important;
  font-size: 20px !important;
  flex-shrink: 0;
  margin-top: 2px;
}
.client-profile .cp-field-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.client-profile .cp-field-label {
  font-size: 12px;
  color: #62748e;
  line-height: 16px;
}
.client-profile .cp-field-value {
  font-size: 16px;
  color: #0a0a0a;
  line-height: 22px;
  word-break: break-word;
}
.client-profile .cp-name-inputs {
  display: flex;
  gap: 8px;
}
.client-profile .cp-input {
  background: #f3f3f5;
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  color: #0a0a0a;
  width: 100%;
  height: 36px;
  outline: none;
  font-family: inherit;
  box-sizing: border-box;
}
.client-profile .cp-input::placeholder {
  color: #b0b0c0;
}
.client-profile .cp-input:focus {
  box-shadow: 0 0 0 2px rgba(152, 16, 250, 0.2);
}
.client-profile .cp-input.cp-input-error {
  border: 1px solid #e53935;
  box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.15);
}
.client-profile .cp-field-error {
  font-size: 11px;
  color: #e53935;
  margin-top: 3px;
}
.client-profile .cp-field-hint {
  font-size: 11px;
  color: #62748e;
  margin-top: 3px;
}
.client-profile .cp-textarea {
  height: 64px;
  resize: vertical;
}
.client-profile .cp-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 24px;
}
.client-profile .cp-search-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.client-profile .cp-search-wrap {
  position: relative;
  flex: 1;
}
.client-profile .cp-search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #717182 !important;
  font-size: 16px !important;
  pointer-events: none;
}
.client-profile .cp-search-input {
  width: 100%;
  height: 36px;
  background: #f3f3f5;
  border: none;
  border-radius: 8px;
  padding: 4px 12px 4px 36px;
  font-size: 14px;
  color: #0a0a0a;
  outline: none;
  font-family: inherit;
  box-sizing: border-box;
}
.client-profile .cp-search-input::placeholder {
  color: #717182;
}
.client-profile .cp-search-input:focus {
  box-shadow: 0 0 0 2px rgba(152, 16, 250, 0.2);
}
.client-profile .cp-filter-btn {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #0a0a0a;
  flex-shrink: 0;
}
.client-profile .cp-filter-btn:hover {
  background: #f3f3f5;
}
.client-profile .cp-list-scroll {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  overflow-x: hidden;
}
.client-profile .cp-appt-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 24px;
  cursor: pointer;
  transition: background 0.1s;
}
.client-profile .cp-appt-item:hover {
  background: #f8fafc;
}
.client-profile .cp-appt-main {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.client-profile .cp-appt-top {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.client-profile .cp-appt-service {
  font-size: 16px;
  font-weight: 500;
  color: #0a0a0a;
}
.client-profile .cp-status-badge {
  background: #eceef2;
  border-radius: 8px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  color: #030213;
  text-transform: lowercase;
  white-space: nowrap;
}
.client-profile .cp-appt-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.client-profile .cp-appt-detail {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #45556c;
}
.client-profile .cp-detail-icon {
  font-size: 16px !important;
  color: #45556c !important;
  flex-shrink: 0;
}
.client-profile .cp-appt-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin-left: 16px;
  flex-shrink: 0;
}
.client-profile .cp-appt-price {
  font-size: 16px;
  font-weight: 600;
  color: #0a0a0a;
  white-space: nowrap;
}
.client-profile .cp-view-btn {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #0a0a0a;
  cursor: pointer;
  white-space: nowrap;
}
.client-profile .cp-view-btn:hover {
  background: #f3f3f5;
}
.client-profile .cp-form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  cursor: pointer;
  transition: background 0.1s;
}
.client-profile .cp-form-item:hover {
  background: #f8fafc;
}
.client-profile .cp-form-left {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.client-profile .cp-form-icon {
  color: #62748e !important;
  font-size: 20px !important;
  margin-top: 2px;
  flex-shrink: 0;
}
.client-profile .cp-form-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.client-profile .cp-form-name {
  font-size: 16px;
  font-weight: 500;
  color: #0a0a0a;
}
.client-profile .cp-form-date {
  font-size: 14px;
  color: #45556c;
}
.client-profile .cp-form-badge {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  color: #0a0a0a;
  flex-shrink: 0;
  margin-left: 12px;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .page-card.cp-new {
    overflow: visible;
    flex: none;
  }
  .client-profile.cp-new {
    height: auto;
    overflow: visible;
    min-height: 0;
  }
  .client-profile {
    gap: 12px;
    width: 100%;
  }
  .client-profile .cp-name {
    font-size: 22px;
    line-height: 28px;
  }
  .client-profile .cp-stats-desktop {
    display: none;
  }
  .client-profile .cp-stats-mobile {
    display: flex;
  }
  .client-profile .cp-card-header {
    padding: 12px 16px;
  }
  .client-profile .cp-search-bar {
    padding: 10px 16px;
  }
  .client-profile .cp-appt-item {
    padding: 12px 16px;
  }
  .client-profile .cp-appt-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .client-profile .cp-form-item {
    padding: 12px 16px;
  }
  .client-profile .cp-contact-row {
    padding: 12px 16px;
  }
  .client-profile .cp-divider {
    margin: 0 16px;
  }
  .client-profile .cp-name-inputs {
    flex-direction: column;
  }
}
/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.emp-grid-name-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}

.emp-grid-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f3e8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.emp-grid-avatar-icon {
  color: #9810fa !important;
  font-size: 20px !important;
}

.emp-grid-name-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.emp-grid-status-chip {
  height: 22px !important;
  font-size: 11px !important;
}

.el-toggle-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.el-toggle-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  cursor: pointer;
  user-select: none;
}
.el-toggle-label input[type=checkbox] {
  cursor: pointer;
}

.el-count {
  font-weight: 600;
  margin-left: 3px;
}
.el-count.active {
  color: #16a34a;
}
.el-count.inactive {
  color: #6a7181;
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.ei-profile {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f8fafc;
  gap: 16px;
  width: 100%;
  padding: 16px;
}
.ei-profile .ei-header {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.ei-profile .ei-back-btn {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #0a0a0a;
  flex-shrink: 0;
  transition: background 0.15s;
}
.ei-profile .ei-back-btn:hover {
  background: #f3f3f5;
}
.ei-profile .ei-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f3e8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ei-profile .ei-avatar-icon {
  color: #9810fa !important;
  font-size: 24px !important;
}
.ei-profile .ei-header-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ei-profile .ei-name {
  font-size: 30px;
  font-weight: 500;
  color: #0a0a0a;
  line-height: 36px;
}
.ei-profile .ei-subtitle {
  font-size: 12px;
  color: #62748e;
  line-height: 20px;
  text-transform: capitalize;
}
.ei-profile .ei-tab-bar {
  display: flex;
  background: #ececf0;
  border-radius: 16px;
  padding: 4px;
  flex-shrink: 0;
  gap: 8px;
}
.ei-profile .ei-tab {
  flex: 1;
  background: transparent;
  border: none;
  border-radius: 16px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #62748e;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.ei-profile .ei-tab.ei-tab-active {
  background: #ffffff;
  color: #0a0a0a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.ei-profile .ei-tab:hover:not(.ei-tab-active) {
  background: rgba(255, 255, 255, 0.5);
}
.ei-profile .ei-tab-content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: -16px;
  padding-right: 16px;
}
.ei-profile .ei-tab-inner {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ei-profile .ei-stats-row {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
.ei-profile .ei-stat-card {
  flex: 1;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.ei-profile .ei-stat-icon {
  width: 36px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ei-profile .ei-stat-icon.ei-icon-green {
  background: #dcfce7;
  color: #16a34a;
}
.ei-profile .ei-stat-icon.ei-icon-blue {
  background: #dbeafe;
  color: #2563eb;
}
.ei-profile .ei-stat-icon.ei-icon-purple {
  background: #f3e8ff;
  color: #9810fa;
}
.ei-profile .ei-stat-icon.ei-icon-gray {
  background: #f1f5f9;
  color: #6a7181;
}
.ei-profile .ei-stat-text {
  display: flex;
  flex-direction: column;
}
.ei-profile .ei-stat-label {
  font-size: 12px;
  color: #62748e;
}
.ei-profile .ei-stat-value {
  font-size: 16px;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 26px;
  text-transform: capitalize;
}
.ei-profile .ei-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-shrink: 0;
}
.ei-profile .ei-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.ei-profile .ei-card-title {
  font-size: 16px;
  font-weight: 500;
  color: #0a0a0a;
}
.ei-profile .ei-edit-btns {
  display: flex;
  gap: 8px;
}
.ei-profile .ei-btn-edit,
.ei-profile .ei-btn-cancel {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #0a0a0a;
  cursor: pointer;
  height: 32px;
}
.ei-profile .ei-btn-edit:hover,
.ei-profile .ei-btn-cancel:hover {
  background: #f3f3f5;
}
.ei-profile .ei-btn-save {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #9810fa;
  border: none;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  height: 32px;
}
.ei-profile .ei-btn-save:hover {
  background: #8009e0;
}
.ei-profile .ei-btn-secondary {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #0a0a0a;
  cursor: pointer;
  height: 30px;
  margin-top: 4px;
}
.ei-profile .ei-btn-secondary:hover {
  background: #f3f3f5;
}
.ei-profile .ei-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 10px 24px;
}
.ei-profile .ei-field-icon {
  color: #62748e !important;
  font-size: 20px !important;
  flex-shrink: 0;
  margin-top: 2px;
}
.ei-profile .ei-field-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.ei-profile .ei-field-label {
  font-size: 12px;
  color: #62748e;
  line-height: 16px;
}
.ei-profile .ei-field-sublabel {
  font-size: 12px;
  color: #9aa5b4;
  margin-top: 6px;
}
.ei-profile .ei-field-value {
  font-size: 16px;
  color: #0a0a0a;
  line-height: 24px;
  word-break: break-word;
  text-transform: capitalize;
  min-width: 80px;
}
.ei-profile .ei-studio-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.ei-profile .ei-studio-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
  white-space: nowrap;
}
.ei-profile .ei-studio-badge.ei-badge-active {
  background: #e6f4ea;
  color: #2e7d32;
}
.ei-profile .ei-studio-badge.ei-badge-inactive {
  background: #f1f3f4;
  color: #6b7280;
}
.ei-profile .ei-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 0 24px;
}
.ei-profile .ei-name-inputs {
  display: flex;
  gap: 8px;
}
.ei-profile .ei-input {
  background: #f3f3f5;
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  color: #0a0a0a;
  width: 100%;
  height: 36px;
  outline: none;
  font-family: inherit;
  box-sizing: border-box;
}
.ei-profile .ei-input:focus {
  box-shadow: 0 0 0 2px rgba(152, 16, 250, 0.2);
}
.ei-profile .ei-input.ei-input-sm {
  width: 100px;
}
.ei-profile .ei-textarea {
  height: 72px;
  resize: vertical;
}
.ei-profile .ei-select {
  background: #f3f3f5 !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  height: 36px !important;
}
.ei-profile .ei-select:focus {
  box-shadow: 0 0 0 2px rgba(152, 16, 250, 0.2) !important;
}
.ei-profile .ei-toggles-row {
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ei-profile .ei-toggle-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 130px;
}
.ei-profile .ei-toggle-item .form-check-input {
  cursor: pointer;
}
.ei-profile .ei-toggle-item .ei-field-label {
  margin: 0;
  font-size: 14px;
  color: #0a0a0a;
}

@media (max-width: 1023px) {
  .ei-profile {
    gap: 12px;
    height: calc(100vh - 134px);
  }
  .ei-profile .ei-name {
    font-size: 22px;
    line-height: 28px;
  }
  .ei-profile .ei-tab {
    font-size: 12px;
    padding: 5px 6px;
  }
  .ei-profile .ei-stats-row {
    flex-direction: column;
    gap: 8px;
  }
  .ei-profile .ei-stat-card {
    padding: 12px 16px;
  }
  .ei-profile .ei-card-header {
    padding: 12px 16px;
  }
  .ei-profile .ei-contact-row {
    padding: 12px 16px;
  }
  .ei-profile .ei-divider {
    margin: 0 16px;
  }
  .ei-profile .ei-name-inputs {
    flex-direction: column;
  }
  .ei-profile .ei-toggles-row {
    flex-direction: row;
  }
}
/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.svc-emp-dialog .svc-emp-title {
  width: 100%;
}
.svc-emp-dialog .svc-emp-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.svc-emp-dialog .svc-emp-close-btn {
  margin-top: -4px;
  margin-right: -8px;
  color: var(--text-muted);
}
.svc-emp-dialog .svc-emp-close-btn:hover {
  color: var(--text-primary);
}
.svc-emp-dialog .svc-emp-loader {
  display: flex;
  justify-content: center;
  padding: 24px 0;
}
.svc-emp-dialog .svc-emp-empty {
  padding: 32px 16px;
  text-align: center;
}
.svc-emp-dialog .svc-emp-grid {
  min-width: 0;
  cursor: pointer;
}
.svc-emp-dialog .svc-emp-default {
  color: var(--text-muted) !important;
  font-style: italic;
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

.guide-header .sh-middle {
  border-left: 1px solid rgba(255, 0, 128, 0.55);
  border-right: 1px solid rgba(255, 0, 128, 0.55);
}
.guide-header .sh-mid-center {
  border-left: 1px solid rgba(255, 0, 128, 0.55);
  border-right: 1px solid rgba(255, 0, 128, 0.55);
}
.guide-header .sh-mc-lc-inner {
  border-left: 1px solid rgba(255, 0, 128, 0.55);
}
.guide-header .sh-mc-mid {
  border-left: 1px solid rgba(255, 0, 128, 0.55);
  border-right: 1px solid rgba(255, 0, 128, 0.55);
}
.guide-header .sh-mc-rc-inner {
  border-right: 1px solid rgba(255, 0, 128, 0.55);
}

.guide-body .mud-main-content {
  border: 1px solid red;
}
.guide-body .card-container {
  border: 1px solid blue;
}
.guide-body .card-container-content {
  border: 1px solid red;
}

.guide-footer .app-footer {
  border: 1px solid green;
}

.data-import {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.data-import .wizard-stepper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 20px 32px;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.data-import .wizard-stepper .step {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.data-import .wizard-stepper .step .step-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  color: #9ca3af;
  background: #fff;
  flex-shrink: 0;
  transition: all 0.2s;
}
.data-import .wizard-stepper .step .step-circle.active {
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
}
.data-import .wizard-stepper .step .step-circle.done {
  border-color: #059669;
  background: #059669;
  color: #fff;
}
.data-import .wizard-stepper .step .step-label {
  font-size: 16px;
  font-weight: 600;
  color: #9ca3af;
  white-space: nowrap;
}
.data-import .wizard-stepper .step .step-label.active {
  color: #2563eb;
}
.data-import .wizard-stepper .step .step-label.done {
  color: #059669;
}
.data-import .wizard-stepper .step .step-connector {
  display: none;
}
.data-import .wizard-stepper .step-separator {
  font-size: 18px;
  font-weight: 700;
  color: #d1d5db;
  margin: 0 4px;
  user-select: none;
}
.data-import .wizard-stepper .step-separator.done {
  color: #059669;
}
.data-import .wizard-body {
  flex: 1;
  overflow-y: auto;
  padding: 32px;
}
.data-import .wizard-body .section-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
}
.data-import .wizard-body .section-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}
.data-import .wizard-body .section-subtitle {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 20px;
}
.data-import .wizard-body .upload-zone {
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  padding: 36px 24px;
  text-align: center;
  background: #f9fafb;
  cursor: pointer;
  transition: all 0.2s;
}
.data-import .wizard-body .upload-zone:hover, .data-import .wizard-body .upload-zone.drag-over {
  border-color: #2563eb;
  background: #eff6ff;
}
.data-import .wizard-body .upload-zone .upload-icon {
  font-size: 42px;
  margin-bottom: 12px;
}
.data-import .wizard-body .upload-zone .upload-text {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 12px;
}
.data-import .wizard-body .mapping-table {
  width: 100%;
  border-collapse: collapse;
}
.data-import .wizard-body .mapping-table th {
  text-align: left;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}
.data-import .wizard-body .mapping-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #f3f4f6;
  font-size: 14px;
  color: #111827;
  vertical-align: middle;
}
.data-import .wizard-body .mapping-table .required-badge {
  font-size: 10px;
  background: #fee2e2;
  color: #991b1b;
  border-radius: 4px;
  padding: 1px 6px;
  font-weight: 600;
  margin-left: 6px;
}
.data-import .wizard-body .result-summary {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.data-import .wizard-body .result-summary .result-card {
  flex: 1;
  min-width: 120px;
  border-radius: 8px;
  padding: 16px 20px;
  text-align: center;
}
.data-import .wizard-body .result-summary .result-card.success {
  background: #d1fae5;
  border: 1px solid #6ee7b7;
}
.data-import .wizard-body .result-summary .result-card.error {
  background: #fee2e2;
  border: 1px solid #fca5a5;
}
.data-import .wizard-body .result-summary .result-card.total {
  background: #e0e7ff;
  border: 1px solid #a5b4fc;
}
.data-import .wizard-body .result-summary .result-card .rc-value {
  font-size: 28px;
  font-weight: 700;
}
.data-import .wizard-body .result-summary .result-card .rc-label {
  font-size: 12px;
  font-weight: 500;
  margin-top: 2px;
}
.data-import .wizard-body .error-list {
  max-height: 200px;
  overflow-y: auto;
  background: #fef2f2;
  border: 1px solid #fca5a5;
  border-radius: 6px;
  padding: 12px 16px;
}
.data-import .wizard-body .error-list .error-item {
  font-size: 13px;
  color: #991b1b;
  padding: 3px 0;
  border-bottom: 1px solid #fecaca;
}
.data-import .wizard-body .error-list .error-item:last-child {
  border-bottom: none;
}
.data-import .wizard-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.import-history .history-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 12px;
}
.import-history .history-status.clean {
  background: #d1fae5;
  color: #065f46;
}
.import-history .history-status.has-errors {
  background: #fee2e2;
  color: #991b1b;
}

.ss-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.ss-header-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ss-ts {
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  color: #9ca3af;
}

.live-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 197, 154, 0.08);
  border: 1px solid rgba(0, 197, 154, 0.25);
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #00c49a;
  font-family: "Space Mono", monospace;
}
.live-pill .dot {
  width: 6px;
  height: 6px;
  background: #00f5c4;
  border-radius: 50%;
  animation: ss-pulse 1.4s ease-in-out infinite;
}

.site-stats {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 24px 32px 40px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.12) transparent;
  --ss-bg3: #111820;
  --ss-border: rgba(255,255,255,0.07);
  --ss-border2: rgba(255,255,255,0.14);
  --ss-accent: #00f5c4;
  --ss-accent2: #7b5ea7;
  --ss-accent3: #f5a623;
  --ss-red: #ff4b6e;
  --ss-blue: #4b8fff;
  --ss-text: #e2e8f0;
  --ss-muted: #8899aa;
}
.site-stats::-webkit-scrollbar {
  width: 5px;
}
.site-stats::-webkit-scrollbar-track {
  background: transparent;
}
.site-stats::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.site-stats .ss-waiting {
  font-family: "Space Mono", monospace;
  font-size: 0.8rem;
  color: #9ca3af;
  padding: 40px 0;
  text-align: center;
}
.site-stats .ss-section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  margin-top: 28px;
}
.site-stats .ss-section-header:first-child {
  margin-top: 4px;
}
.site-stats .ss-section-header .ss-section-label {
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b7280;
  white-space: nowrap;
  font-family: "Syne", sans-serif;
}
.site-stats .ss-section-header .ss-section-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #d1d5db 0%, transparent 100%);
}
.site-stats .mud-card.stat-card {
  background: var(--ss-bg3);
  border: 1px solid var(--ss-border);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  cursor: default;
  animation: ss-fade-up 0.4s ease both;
  box-shadow: none;
}
.site-stats .mud-card.stat-card:hover {
  border-color: var(--ss-border2);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
}
.site-stats .mud-card.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--ss-card-accent, transparent);
  border-radius: 10px 10px 0 0;
  z-index: 1;
}
.site-stats .mud-card.stat-card .card-badge {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ss-card-accent, #4b5563);
  opacity: 0.65;
}
.site-stats .mud-card.stat-card .mud-card-content {
  padding: 15px 16px 13px;
  position: relative;
}
.site-stats .mud-card.stat-card .card-label {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ss-muted);
  margin-bottom: 7px;
  font-family: "Syne", sans-serif;
}
.site-stats .mud-card.stat-card .card-value {
  font-family: "Space Mono", monospace;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--ss-text);
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.03em;
}
.site-stats .mud-card.stat-card .card-sub {
  font-size: 0.66rem;
  color: #5a6980;
  margin: 0;
}
.site-stats .mud-card.stat-card.good {
  --ss-card-accent: var(--ss-accent);
}
.site-stats .mud-card.stat-card.warn {
  --ss-card-accent: var(--ss-accent3);
}
.site-stats .mud-card.stat-card.info {
  --ss-card-accent: var(--ss-blue);
}
.site-stats .mud-card.stat-card.alert {
  --ss-card-accent: var(--ss-red);
}
.site-stats .mud-card.stat-card.purple {
  --ss-card-accent: var(--ss-accent2);
}
.site-stats .mud-grid-item:nth-child(1) .mud-card {
  animation-delay: 0.04s;
}
.site-stats .mud-grid-item:nth-child(2) .mud-card {
  animation-delay: 0.09s;
}
.site-stats .mud-grid-item:nth-child(3) .mud-card {
  animation-delay: 0.14s;
}
.site-stats .mud-grid-item:nth-child(4) .mud-card {
  animation-delay: 0.19s;
}
.site-stats .mud-grid-item:nth-child(5) .mud-card {
  animation-delay: 0.24s;
}
.site-stats .hub-note {
  margin: 12px 0 0;
  padding: 10px 14px;
  background: rgba(75, 143, 255, 0.05);
  border: 1px solid rgba(75, 143, 255, 0.16);
  border-radius: 8px;
  font-family: "Space Mono", monospace;
  font-size: 0.7rem;
  color: #4b8fff;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.site-stats .hub-note svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  stroke: #4b8fff;
  fill: none;
}
.site-stats .hub-note strong {
  color: rgba(75, 143, 255, 0.9);
}
.site-stats .hub-note .sep {
  opacity: 0.3;
}
.site-stats .mud-card.ss-chart-card {
  background: var(--ss-bg3);
  border: 1px solid var(--ss-border);
  border-radius: 10px;
  box-shadow: none;
  overflow: visible;
}
.site-stats .mud-card.ss-chart-card:hover {
  border-color: var(--ss-border2);
}
.site-stats .mud-card.ss-chart-card .mud-card-content {
  padding: 16px 18px 10px;
}
.site-stats .mud-card.ss-chart-card .ss-chart-header {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}
.site-stats .mud-card.ss-chart-card .ss-chart-title {
  font-family: "Syne", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ss-text);
}
.site-stats .mud-card.ss-chart-card .ss-chart-subtitle {
  font-family: "Space Mono", monospace;
  font-size: 0.64rem;
  color: var(--ss-muted);
}
.site-stats .mud-card.ss-chart-card .ss-chart-placeholder {
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  color: var(--ss-muted);
  text-align: center;
  padding: 36px 0;
}
.site-stats .mud-card.ss-chart-card svg text {
  fill: #5a6980;
  font-size: 9px;
  font-family: "Space Mono", monospace;
}
.site-stats .mud-card.ss-chart-card .mud-charts-gridlines line {
  stroke: rgba(255, 255, 255, 0.05);
}
.site-stats .mud-card.ss-chart-card .mud-charts-xaxis line,
.site-stats .mud-card.ss-chart-card .mud-charts-yaxis line {
  stroke: rgba(255, 255, 255, 0.08);
}
.site-stats .ss-timestamp-bar {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  color: #9ca3af;
}
.site-stats .ss-timestamp-bar::before {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

@keyframes ss-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.7);
  }
}
@keyframes ss-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .ss-header-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .ss-header-right {
    flex-wrap: wrap;
  }
  .site-stats {
    padding: 16px 12px 32px;
  }
  .site-stats .mud-card.stat-card .card-value {
    font-size: 1.15rem;
  }
}
.service-template-management.container {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.service-template-management .page-header {
  padding: 24px 40px;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-template-management .page-title {
  font-size: 22px;
  font-weight: 600;
  color: #111827;
}
.service-template-management .search-bar {
  padding: 16px 40px;
  background: #fff;
  border-bottom: 1px solid #f3f4f6;
}
.service-template-management .grid-wrap {
  flex: 1;
  padding: 24px 40px;
}
.service-template-management .badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}
.service-template-management .badge.org {
  background: #dbeafe;
  color: #1d4ed8;
}
.service-template-management .badge.user {
  background: #dcfce7;
  color: #15803d;
}
.service-template-management .badge.both {
  background: #f3e8ff;
  color: #7c3aed;
}
.service-template-management .badge.active {
  background: #dcfce7;
  color: #15803d;
}
.service-template-management .badge.inactive {
  background: #fee2e2;
  color: #b91c1c;
}
.service-template-management .grid-text {
  font-size: 14px;
  color: #111827;
}
.service-template-management .dg-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.service-template-management .item-count {
  font-weight: 600;
  color: #2563eb;
}

@media (max-width: 767px) {
  .service-template-management .page-header {
    padding: 16px 16px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .service-template-management .search-bar {
    padding: 12px 16px;
  }
  .service-template-management .grid-wrap {
    padding: 16px;
  }
}
.org-template-assign.container {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.org-template-assign .page-header {
  padding: 24px 40px;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.org-template-assign .page-title {
  font-size: 22px;
  font-weight: 600;
  color: #111827;
}
.org-template-assign .controls {
  padding: 20px 40px;
  background: #fff;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  gap: 16px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.org-template-assign .control-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 220px;
}
.org-template-assign .control-field label {
  font-size: 13px;
  font-weight: 500;
  color: #374151;
}
.org-template-assign .assign-btn {
  height: 56px;
  padding: 0 24px;
}
.org-template-assign .grid-wrap {
  flex: 1;
  padding: 24px 40px;
}
.org-template-assign .current-template {
  margin: 0 40px 20px;
  padding: 14px 20px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  font-size: 14px;
  color: #1e40af;
}
.org-template-assign .current-template strong {
  font-weight: 600;
}
.org-template-assign .grid-text {
  font-size: 14px;
  color: #111827;
}
.org-template-assign .dg-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

@media (max-width: 767px) {
  .org-template-assign .page-header {
    padding: 16px;
  }
  .org-template-assign .controls {
    padding: 12px 16px;
    flex-direction: column;
    align-items: stretch;
  }
  .org-template-assign .control-field {
    min-width: 100%;
  }
  .org-template-assign .assign-btn {
    width: 100%;
  }
  .org-template-assign .grid-wrap {
    padding: 16px;
  }
  .org-template-assign .current-template {
    margin: 0 16px 16px;
  }
}
.user-template-assign.container {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.user-template-assign .page-header {
  padding: 24px 40px;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.user-template-assign .page-title {
  font-size: 22px;
  font-weight: 600;
  color: #111827;
}
.user-template-assign .controls {
  padding: 20px 40px;
  background: #fff;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  gap: 16px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.user-template-assign .control-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 220px;
}
.user-template-assign .control-field label {
  font-size: 13px;
  font-weight: 500;
  color: #374151;
}
.user-template-assign .assign-btn {
  height: 56px;
  padding: 0 24px;
}
.user-template-assign .grid-wrap {
  flex: 1;
  padding: 24px 40px;
}
.user-template-assign .current-template {
  margin: 0 40px 20px;
  padding: 14px 20px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  font-size: 14px;
  color: #15803d;
}
.user-template-assign .current-template strong {
  font-weight: 600;
}
.user-template-assign .grid-text {
  font-size: 14px;
  color: #111827;
}
.user-template-assign .dg-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

@media (max-width: 767px) {
  .user-template-assign .page-header {
    padding: 16px;
  }
  .user-template-assign .controls {
    padding: 12px 16px;
    flex-direction: column;
    align-items: stretch;
  }
  .user-template-assign .control-field {
    min-width: 100%;
  }
  .user-template-assign .assign-btn {
    width: 100%;
  }
  .user-template-assign .grid-wrap {
    padding: 16px;
  }
  .user-template-assign .current-template {
    margin: 0 16px 16px;
  }
}
.shop-import-preview-dialog .shop-import-preview {
  max-height: 70vh;
  overflow-y: auto;
  padding: 4px 8px;
}
.shop-import-preview-dialog .shop-import-preview .loading-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 24px 12px;
}
.shop-import-preview-dialog .shop-import-preview .loading-block .progress-bar {
  width: 100%;
  margin-bottom: 12px;
}
.shop-import-preview-dialog .shop-import-preview .loading-block .progress-headline {
  color: #111827;
  text-align: center;
}
.shop-import-preview-dialog .shop-import-preview .loading-block .progress-counter {
  color: #4b5563;
  text-align: center;
}
.shop-import-preview-dialog .shop-import-preview .loading-block .progress-url {
  color: #6b7280;
  font-family: monospace;
  word-break: break-all;
  text-align: center;
  margin-top: 4px;
}
.shop-import-preview-dialog .shop-import-preview .loading-block .progress-log {
  margin-top: 14px;
  padding: 0;
  list-style: none;
  max-height: 220px;
  overflow-y: auto;
  border-top: 1px solid #e5e7eb;
}
.shop-import-preview-dialog .shop-import-preview .loading-block .progress-log li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 6px;
  border-bottom: 1px solid #f3f4f6;
  font-size: 12px;
}
.shop-import-preview-dialog .shop-import-preview .loading-block .progress-log li .idx {
  flex: 0 0 36px;
  color: #6b7280;
}
.shop-import-preview-dialog .shop-import-preview .loading-block .progress-log li .url {
  flex: 1;
  color: #374151;
  font-family: monospace;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-import-preview-dialog .shop-import-preview .loading-block .progress-log li .state {
  flex: 0 0 56px;
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}
.shop-import-preview-dialog .shop-import-preview .loading-block .progress-log li.ok .state {
  color: #065f46;
}
.shop-import-preview-dialog .shop-import-preview .loading-block .progress-log li.failed .state {
  color: #991b1b;
}
.shop-import-preview-dialog .shop-import-preview .loading-block .progress-log li.failed .url {
  color: #991b1b;
}
.shop-import-preview-dialog .shop-import-preview .header {
  margin-bottom: 16px;
}
.shop-import-preview-dialog .shop-import-preview .header .title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.shop-import-preview-dialog .shop-import-preview .header .cache-chip {
  margin-left: 4px;
}
.shop-import-preview-dialog .shop-import-preview .header .meta {
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
}
.shop-import-preview-dialog .shop-import-preview .description {
  color: #374151;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.shop-import-preview-dialog .shop-import-preview .section {
  margin-top: 18px;
}
.shop-import-preview-dialog .shop-import-preview .section .title {
  color: #1e3a5f;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.shop-import-preview-dialog .shop-import-preview .section .empty {
  color: #6b7280;
  font-style: italic;
  font-size: 14px;
}
.shop-import-preview-dialog .shop-import-preview .result-notes {
  margin: 8px 0 0;
  padding-left: 18px;
  font-size: 12px;
  color: #4b5563;
}
.shop-import-preview-dialog .shop-import-preview .template-card {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px 12px;
}
.shop-import-preview-dialog .shop-import-preview .template-card .name {
  font-weight: 600;
  color: #111827;
}
.shop-import-preview-dialog .shop-import-preview .template-card .reasoning {
  color: #4b5563;
  font-size: 13px;
  margin-top: 4px;
}
.shop-import-preview-dialog .shop-import-preview .shop-card {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px 12px;
  margin-bottom: 8px;
}
.shop-import-preview-dialog .shop-import-preview .shop-card .shop-info {
  flex: 1 1 220px;
}
.shop-import-preview-dialog .shop-import-preview .shop-card .shop-info .shop-name {
  font-weight: 600;
  color: #111827;
  margin-bottom: 2px;
}
.shop-import-preview-dialog .shop-import-preview .shop-card .shop-info .shop-line {
  color: #4b5563;
  font-size: 13px;
}
.shop-import-preview-dialog .shop-import-preview .hours-block {
  flex: 1 1 200px;
}
.shop-import-preview-dialog .shop-import-preview .hours-block .hours-title {
  font-weight: 600;
  color: #111827;
  font-size: 13px;
  margin-bottom: 4px;
}
.shop-import-preview-dialog .shop-import-preview .hours-block .hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #374151;
}
.shop-import-preview-dialog .shop-import-preview .hours-block .hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 1px 0;
}
.shop-import-preview-dialog .shop-import-preview .hours-block .hours-list li .day {
  color: #6b7280;
}
.shop-import-preview-dialog .shop-import-preview .employee-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.shop-import-preview-dialog .shop-import-preview .employee-grid .employee-card {
  display: flex;
  gap: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px;
  width: calc(50% - 6px);
  box-sizing: border-box;
}
.shop-import-preview-dialog .shop-import-preview .employee-grid .employee-card .avatar {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-import-preview-dialog .shop-import-preview .employee-grid .employee-card .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-import-preview-dialog .shop-import-preview .employee-grid .employee-card .info {
  flex: 1;
  min-width: 0;
}
.shop-import-preview-dialog .shop-import-preview .employee-grid .employee-card .info .name {
  font-weight: 600;
  color: #111827;
}
.shop-import-preview-dialog .shop-import-preview .employee-grid .employee-card .info .role {
  color: #2563eb;
  font-size: 12px;
}
.shop-import-preview-dialog .shop-import-preview .employee-grid .employee-card .info .line {
  color: #4b5563;
  font-size: 12px;
}
.shop-import-preview-dialog .shop-import-preview .employee-grid .employee-card .info .hours-block {
  margin-top: 6px;
}
.shop-import-preview-dialog .shop-import-preview .service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.shop-import-preview-dialog .shop-import-preview .service-grid .service-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 8px;
  width: calc(33.333% - 8px);
  box-sizing: border-box;
}
.shop-import-preview-dialog .shop-import-preview .service-grid .service-card .thumb {
  width: 100%;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-import-preview-dialog .shop-import-preview .service-grid .service-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-import-preview-dialog .shop-import-preview .service-grid .service-card .info {
  padding-top: 8px;
}
.shop-import-preview-dialog .shop-import-preview .service-grid .service-card .info .name {
  font-weight: 600;
  color: #111827;
  font-size: 14px;
}
.shop-import-preview-dialog .shop-import-preview .service-grid .service-card .info .category {
  color: #6b7280;
  font-size: 12px;
}
.shop-import-preview-dialog .shop-import-preview .service-grid .service-card .info .meta {
  margin-top: 4px;
  display: flex;
  gap: 8px;
  font-size: 12px;
}
.shop-import-preview-dialog .shop-import-preview .service-grid .service-card .info .meta .rate {
  color: #065f46;
  font-weight: 600;
}
.shop-import-preview-dialog .shop-import-preview .service-grid .service-card .info .meta .duration {
  color: #4b5563;
}
@media (max-width: 767px) {
  .shop-import-preview-dialog .shop-import-preview .employee-grid .employee-card,
  .shop-import-preview-dialog .shop-import-preview .service-grid .service-card {
    width: 100%;
  }
}

.nuke-org-dialog.container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 4px;
}
.nuke-org-dialog .warning {
  font-size: 14px;
  line-height: 1.4;
}
.nuke-org-dialog .org-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
}
.nuke-org-dialog .org-line .label {
  font-weight: 500;
  color: #6b7280;
}
.nuke-org-dialog .org-line .value {
  font-weight: 700;
  color: #111827;
  word-break: break-word;
}
.nuke-org-dialog .confirm-line {
  font-size: 14px;
  color: #374151;
}
.nuke-org-dialog .confirm-line .emphasis {
  font-weight: 700;
  color: #b91c1c;
}
.nuke-org-dialog .result-alert {
  font-size: 13px;
}
.nuke-org-dialog .result-alert div + div {
  margin-top: 2px;
}

.nuke-user-dialog.container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 4px;
}
.nuke-user-dialog .warning {
  font-size: 14px;
  line-height: 1.4;
}
.nuke-user-dialog .user-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
}
.nuke-user-dialog .user-line .label {
  font-weight: 500;
  color: #6b7280;
}
.nuke-user-dialog .user-line .value {
  font-weight: 700;
  color: #111827;
  word-break: break-word;
}
.nuke-user-dialog .confirm-line {
  font-size: 14px;
  color: #374151;
}
.nuke-user-dialog .confirm-line .emphasis {
  font-weight: 700;
  color: #b91c1c;
}
.nuke-user-dialog .result-alert {
  font-size: 13px;
}
.nuke-user-dialog .result-alert div + div {
  margin-top: 2px;
}

.corp-home {
  font-family: "Space Grotesk", sans-serif;
  color: #131720;
  background: #ffffff;
}
.corp-home .corp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.corp-home .corp-btn:hover {
  opacity: 0.88;
  text-decoration: none;
}
.corp-home .corp-btn--primary {
  background: #131720;
  color: #f6f7f9 !important;
}
.corp-home .corp-btn--secondary {
  background: #f6f7f9;
  color: #131720 !important;
  border: 1px solid #d3d7de;
}
.corp-home .corp-btn--orange {
  background: #f9a91f;
  color: #131720 !important;
  font-weight: 700;
}
.corp-home .corp-btn--ghost {
  background: rgba(246, 247, 249, 0.15);
  color: #f6f7f9 !important;
  border: 1px solid rgba(246, 247, 249, 0.25);
}
.corp-home .corp-btn--sm {
  height: 36px;
  padding: 0 16px;
  font-size: 14px;
}
.corp-home .corp-coming-soon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e8eaee;
  color: #676f7e;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 20px;
  border-radius: 9999px;
  border: 1px solid #d3d7de;
  letter-spacing: 0.3px;
}
.corp-home .corp-coming-soon__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #f9a91f;
  border-radius: 50%;
  flex-shrink: 0;
  animation: corp-pulse 2s ease-in-out infinite;
}
.corp-home .corp-coming-soon--light {
  background: rgba(246, 247, 249, 0.15);
  color: rgba(246, 247, 249, 0.7);
  border-color: rgba(246, 247, 249, 0.2);
}
.corp-home .corp-coming-soon--card {
  margin-top: auto;
  align-self: flex-start;
}
@keyframes corp-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.corp-home .corp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(246, 247, 249, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.corp-home .corp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1464px;
  margin: 0 auto;
  padding: 0 32px;
  height: 64px;
}
.corp-home .corp-header__logo {
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  line-height: 32px;
  color: #131720;
  text-decoration: none;
  letter-spacing: -0.6px;
  white-space: nowrap;
  flex-shrink: 0;
}
.corp-home .corp-header__logo:hover {
  color: #131720;
  text-decoration: none;
}
.corp-home .corp-header__nav {
  display: flex;
  gap: 32px;
  align-items: center;
}
.corp-home .corp-header__nav a {
  font-size: 14px;
  line-height: 20px;
  color: #676f7e;
  text-decoration: none;
  transition: color 0.2s;
}
.corp-home .corp-header__nav a:hover {
  color: #131720;
  text-decoration: none;
}
.corp-home .corp-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.corp-home .corp-header__login {
  font-size: 14px;
  line-height: 20px;
  color: #676f7e;
  text-decoration: none;
  transition: color 0.2s;
  margin-right: 8px;
}
.corp-home .corp-header__login:hover {
  color: #131720;
  text-decoration: none;
}
.corp-home .corp-header__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #131720;
  color: #f6f7f9 !important;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 10px 16px;
  height: 36px;
  border-radius: 12px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.corp-home .corp-header__cta-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}
.corp-home .corp-header__hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 20px;
  color: #131720;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
}
.corp-home .corp-header__mobile-nav {
  border-top: 1px solid #d3d7de;
  padding: 8px 24px 24px;
  display: flex;
  flex-direction: column;
  background: rgba(246, 247, 249, 0.97);
}
.corp-home .corp-header__mobile-nav a {
  font-size: 16px;
  color: #676f7e;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid #e8eaee;
  display: block;
}
.corp-home .corp-header__mobile-nav a:last-child {
  border-bottom: none;
}
.corp-home .corp-header__mobile-nav a:hover {
  color: #131720;
  text-decoration: none;
}
.corp-home .corp-header__mobile-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0 0;
  border-top: 1px solid #e8eaee;
  margin-top: 8px;
}
.corp-home .corp-hero {
  padding-top: 128px;
  padding-bottom: 112px;
  padding-left: 44.5px;
  padding-right: 44.5px;
}
.corp-home .corp-hero__container {
  display: flex;
  gap: 64px;
  align-items: center;
  max-width: 1336px;
  margin: 0 auto;
}
.corp-home .corp-hero__left {
  flex: 1;
  min-width: 0;
}
.corp-home .corp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e8eaee;
  color: #676f7e;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 16px;
  border-radius: 9999px;
}
.corp-home .corp-hero__badge-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #f9a91f;
  border-radius: 50%;
  flex-shrink: 0;
}
.corp-home .corp-hero__heading {
  font-family: "DM Serif Display", serif;
  font-size: 72px;
  line-height: 72px;
  color: #131720;
  margin: 24px 0 0;
  font-weight: 400;
  font-style: normal;
}
.corp-home .corp-hero__heading-gradient {
  background: linear-gradient(147deg, #f9a91f 0%, #f7c56e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.corp-home .corp-hero__desc {
  font-size: 18px;
  line-height: 29.25px;
  color: #676f7e;
  margin: 32px 0 0;
  max-width: 448px;
}
.corp-home .corp-hero__buttons {
  display: flex;
  gap: 16px;
  margin-top: 64px;
  flex-wrap: wrap;
  align-items: center;
}
.corp-home .corp-hero__stats {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 56px;
  flex-wrap: wrap;
}
.corp-home .corp-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.corp-home .corp-hero__stat-value {
  font-family: "DM Serif Display", serif;
  font-size: 30px;
  line-height: 36px;
  background: linear-gradient(121deg, #f9a91f 0%, #f7c56e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.corp-home .corp-hero__stat-label {
  font-size: 12px;
  line-height: 16px;
  color: #676f7e;
}
.corp-home .corp-hero__stat-divider {
  width: 1px;
  height: 40px;
  background: #d3d7de;
  flex-shrink: 0;
}
.corp-home .corp-hero__right {
  flex: 1;
  min-width: 0;
  position: relative;
}
.corp-home .corp-hero__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.corp-home .corp-hero__glow--bottom-left {
  width: 96px;
  height: 96px;
  bottom: -16px;
  left: -16px;
  background: rgba(249, 169, 31, 0.1);
  filter: blur(20px);
}
.corp-home .corp-hero__glow--top-right {
  width: 128px;
  height: 128px;
  top: -16px;
  right: -16px;
  background: rgba(249, 169, 31, 0.05);
  filter: blur(32px);
}
.corp-home .corp-dashboard {
  background: #ffffff;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  box-shadow: 0 25px 50px -12px rgba(249, 169, 31, 0.05);
  overflow: hidden;
}
.corp-home .corp-dashboard__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 33px;
}
.corp-home .corp-dashboard__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.corp-home .corp-dashboard__dot--red {
  background: rgba(239, 67, 67, 0.6);
}
.corp-home .corp-dashboard__dot--yellow {
  background: rgba(249, 169, 31, 0.6);
}
.corp-home .corp-dashboard__dot--green {
  background: rgba(34, 197, 94, 0.6);
}
.corp-home .corp-dashboard__url {
  margin-left: auto;
  font-size: 12px;
  line-height: 16px;
  color: #676f7e;
}
.corp-home .corp-dashboard__body {
  padding: 0 33px 33px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.corp-home .corp-dashboard__appt-card {
  background: #e8eaee;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.corp-home .corp-dashboard__appt-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.corp-home .corp-dashboard__card-label {
  font-size: 12px;
  line-height: 16px;
  color: #676f7e;
  font-weight: 500;
}
.corp-home .corp-dashboard__card-value {
  font-family: "DM Serif Display", serif;
  font-size: 18px;
  line-height: 28px;
  color: #131720;
}
.corp-home .corp-dashboard__card-value--lg {
  font-size: 24px;
  line-height: 32px;
}
.corp-home .corp-dashboard__cal-icon {
  width: 48px;
  height: 48px;
  background: rgba(249, 169, 31, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.corp-home .corp-dashboard__stat-row {
  display: flex;
  gap: 16px;
}
.corp-home .corp-dashboard__stat-card {
  flex: 1;
  background: #e8eaee;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.corp-home .corp-dashboard__upcoming {
  background: #e8eaee;
  border-radius: 10px;
  padding: 16px;
}
.corp-home .corp-dashboard__appt-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #131720;
  padding: 8px 0;
  border-bottom: 1px solid #d3d7de;
}
.corp-home .corp-dashboard__appt-row--last {
  border-bottom: none;
}
.corp-home .corp-dashboard__appt-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f9a91f;
  flex-shrink: 0;
}
.corp-home .corp-features {
  background: rgba(232, 234, 238, 0.5);
  padding: 96px 12.5px 192px;
}
.corp-home .corp-features__container {
  max-width: 1464px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
}
.corp-home .corp-features__header {
  max-width: 672px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.corp-home .corp-features__eyebrow {
  font-size: 14px;
  font-weight: 500;
  color: #f9a91f;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  margin: 0;
  line-height: 20px;
}
.corp-home .corp-features__heading {
  font-family: "DM Serif Display", serif;
  font-size: 60px;
  line-height: 60px;
  color: #131720;
  margin: 0;
  font-weight: 400;
  font-style: normal;
}
.corp-home .corp-features__subtext {
  font-size: 16px;
  line-height: 26px;
  color: #676f7e;
  margin: 0;
  padding-top: 4px;
}
.corp-home .corp-features__cards {
  display: flex;
  gap: 24px;
  width: 100%;
  justify-content: center;
  align-items: stretch;
}
.corp-home .corp-feature-card {
  flex: 1;
  max-width: 430px;
  background: #ffffff;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.corp-home .corp-feature-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 40px;
  flex-shrink: 0;
}
.corp-home .corp-feature-card__icon--orange {
  background: rgba(249, 169, 31, 0.1);
  color: #f9a91f;
}
.corp-home .corp-feature-card__icon--dark {
  background: rgba(19, 23, 32, 0.1);
  color: #131720;
}
.corp-home .corp-feature-card__category {
  font-size: 12px;
  font-weight: 500;
  color: #676f7e;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 16px;
  margin: 0 0 8px;
}
.corp-home .corp-feature-card__title {
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  line-height: 32px;
  color: #131720;
  margin: 0 0 16px;
  font-weight: 400;
  font-style: normal;
  text-shadow: none;
}
.corp-home .corp-feature-card__desc {
  font-size: 14px;
  line-height: 22.75px;
  color: #676f7e;
  margin: 0 0 24px;
}
.corp-home .corp-feature-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.corp-home .corp-feature-card__list li {
  font-size: 14px;
  line-height: 20px;
  color: #131720;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.corp-home .corp-feature-card__list li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 4.5L6 12L2.5 8.5' stroke='%23f9a91f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.corp-home .corp-feature-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #131720;
  text-decoration: none;
  margin-top: 32px;
  transition: color 0.2s;
}
.corp-home .corp-feature-card__link:hover {
  color: #f9a91f;
  text-decoration: none;
}
.corp-home .corp-cta-wrap {
  padding: 0 44.5px 80px;
}
.corp-home .corp-cta {
  background: #131720;
  border-radius: 12px;
  padding: 80px;
  position: relative;
  overflow: hidden;
  max-width: 1336px;
  margin: 0 auto;
}
.corp-home .corp-cta__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.corp-home .corp-cta__glow--top-right {
  width: 256px;
  height: 256px;
  top: 0;
  right: 0;
  background: rgba(249, 169, 31, 0.1);
  filter: blur(32px);
}
.corp-home .corp-cta__glow--bottom-left {
  width: 192px;
  height: 192px;
  bottom: 0;
  left: 0;
  background: rgba(249, 169, 31, 0.05);
  filter: blur(20px);
}
.corp-home .corp-cta__content {
  max-width: 672px;
  position: relative;
  z-index: 1;
}
.corp-home .corp-cta__heading {
  font-family: "DM Serif Display", serif;
  font-size: 60px;
  line-height: 60px;
  color: #f6f7f9;
  margin: 0 0 24px;
  font-weight: 400;
  font-style: normal;
}
.corp-home .corp-cta__desc {
  font-size: 18px;
  line-height: 29.25px;
  color: #f6f7f9;
  opacity: 0.8;
  margin: 0 0 24px;
}
.corp-home .corp-cta__buttons {
  display: flex;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.corp-home .corp-contact {
  padding: 96px 44.5px;
  background: rgba(232, 234, 238, 0.3);
}
.corp-home .corp-contact__container {
  max-width: 1336px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.corp-home .corp-contact__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.corp-home .corp-contact__eyebrow {
  font-size: 14px;
  font-weight: 500;
  color: #f9a91f;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  margin: 0;
  line-height: 20px;
}
.corp-home .corp-contact__heading {
  font-family: "DM Serif Display", serif;
  font-size: 60px;
  line-height: 60px;
  color: #131720;
  margin: 0;
  font-weight: 400;
  font-style: normal;
}
.corp-home .corp-contact__subtext {
  font-size: 16px;
  line-height: 26px;
  color: #676f7e;
  margin: 0;
  max-width: 520px;
}
.corp-home .corp-contact__body {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
.corp-home .corp-contact__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex-shrink: 0;
  width: 280px;
}
.corp-home .corp-contact__info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.corp-home .corp-contact__info-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(249, 169, 31, 0.1);
  color: #f9a91f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.corp-home .corp-contact__info-label {
  font-size: 14px;
  font-weight: 600;
  color: #131720;
  margin: 0 0 4px;
  line-height: 20px;
}
.corp-home .corp-contact__info-value {
  font-size: 14px;
  color: #676f7e;
  margin: 0;
  line-height: 22px;
}
.corp-home .corp-contact__form-wrap {
  flex: 1;
  min-width: 0;
}
.corp-home .corp-contact__form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.corp-home .corp-contact__form-row .corp-contact__field,
.corp-home .corp-contact__form-row .mud-input-control {
  flex: 1;
  min-width: 0;
}
.corp-home .corp-contact__input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #d3d7de;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Space Grotesk", sans-serif;
  color: #131720;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.corp-home .corp-contact__input::placeholder {
  color: #676f7e;
}
.corp-home .corp-contact__input:focus {
  border-color: #131720;
  box-shadow: 0 0 0 3px rgba(19, 23, 32, 0.06);
}
.corp-home .corp-contact__input--textarea {
  height: auto;
  min-height: 128px;
  padding: 12px 16px;
  resize: vertical;
  line-height: 1.6;
}
.corp-home .corp-contact__error {
  font-size: 13px;
  color: #e53e3e;
  margin: 0 0 8px;
}
.corp-home .corp-contact__form-submit {
  margin-top: 8px;
}
.corp-home .corp-contact__thanks {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 64px 32px;
  text-align: center;
}
.corp-home .corp-contact__thanks-icon {
  font-size: 48px;
  color: #f9a91f;
}
.corp-home .corp-contact__thanks-heading {
  font-family: "DM Serif Display", serif;
  font-size: 32px;
  line-height: 40px;
  color: #131720;
  margin: 0;
  font-weight: 400;
}
.corp-home .corp-contact__thanks-text {
  font-size: 16px;
  line-height: 26px;
  color: #676f7e;
  margin: 0;
}
.corp-home .corp-footer {
  background: #ffffff;
  border-top: 1px solid #e8eaee;
}
.corp-home .corp-footer__container {
  max-width: 1464px;
  margin: 0 auto;
  padding: 64px 64px 0;
}
.corp-home .corp-footer__columns {
  display: flex;
  gap: 32px;
  padding-bottom: 48px;
}
.corp-home .corp-footer__col {
  flex: 1;
}
.corp-home .corp-footer__brand {
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  line-height: 32px;
  color: #131720;
  margin: 0 0 12px;
  font-weight: 400;
  font-style: normal;
}
.corp-home .corp-footer__tagline {
  font-size: 14px;
  line-height: 23px;
  color: #676f7e;
  margin: 0;
}
.corp-home .corp-footer__col-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #131720;
  margin: 0 0 20px;
}
.corp-home .corp-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.corp-home .corp-footer__links a {
  font-size: 14px;
  line-height: 20px;
  color: #676f7e;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
}
.corp-home .corp-footer__links a:hover {
  color: #131720;
  text-decoration: none;
}
.corp-home .corp-footer__bottom {
  border-top: 1px solid #d3d7de;
  padding: 24px 0;
}
.corp-home .corp-footer__bottom p {
  font-size: 12px;
  line-height: 16px;
  color: #676f7e;
  margin: 0;
}
@media (max-width: 1023px) {
  .corp-home .corp-contact {
    padding: 64px 24px;
  }
  .corp-home .corp-contact__heading {
    font-size: 42px;
    line-height: 46px;
  }
  .corp-home .corp-contact__body {
    flex-direction: column;
    gap: 40px;
  }
  .corp-home .corp-contact__info {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
  .corp-home .corp-contact__info-item {
    flex: 1;
    min-width: 220px;
  }
  .corp-home .corp-hero {
    padding-left: 24px;
    padding-right: 24px;
  }
  .corp-home .corp-hero__container {
    flex-direction: column;
    gap: 48px;
  }
  .corp-home .corp-hero__left {
    width: 100%;
  }
  .corp-home .corp-hero__right {
    width: 100%;
  }
  .corp-home .corp-hero__heading {
    font-size: 52px;
    line-height: 56px;
  }
  .corp-home .corp-features {
    padding: 64px 12.5px 96px;
  }
  .corp-home .corp-features__heading {
    font-size: 42px;
    line-height: 46px;
  }
  .corp-home .corp-features__cards {
    flex-wrap: wrap;
  }
  .corp-home .corp-feature-card {
    min-width: calc(50% - 12px);
  }
  .corp-home .corp-cta {
    padding: 60px 40px;
  }
  .corp-home .corp-cta__heading {
    font-size: 44px;
    line-height: 48px;
  }
  .corp-home .corp-footer__container {
    padding: 48px 32px 0;
  }
  .corp-home .corp-footer__columns {
    flex-wrap: wrap;
    gap: 32px;
  }
  .corp-home .corp-footer__col {
    min-width: calc(50% - 16px);
    flex: none;
  }
}
@media (max-width: 767px) {
  .corp-home .corp-contact {
    padding: 48px 16px;
  }
  .corp-home .corp-contact__header {
    text-align: left;
    align-items: flex-start;
  }
  .corp-home .corp-contact__heading {
    font-size: 32px;
    line-height: 36px;
  }
  .corp-home .corp-contact__body {
    flex-direction: column;
    gap: 32px;
  }
  .corp-home .corp-contact__info {
    width: 100%;
    flex-direction: column;
    gap: 24px;
  }
  .corp-home .corp-contact__form-row {
    flex-direction: column;
    gap: 12px;
  }
  .corp-home .corp-header__nav, .corp-home .corp-header__actions {
    display: none;
  }
  .corp-home .corp-header__hamburger {
    display: block;
  }
  .corp-home .corp-header__inner {
    padding: 0 20px;
  }
  .corp-home .corp-hero {
    padding: 88px 20px 64px;
  }
  .corp-home .corp-hero__container {
    gap: 40px;
  }
  .corp-home .corp-hero__heading {
    font-size: 40px;
    line-height: 44px;
  }
  .corp-home .corp-hero__desc {
    font-size: 16px;
  }
  .corp-home .corp-hero__buttons {
    margin-top: 32px;
    flex-direction: column;
    align-items: flex-start;
  }
  .corp-home .corp-hero__stats {
    margin-top: 32px;
    gap: 16px;
  }
  .corp-home .corp-hero__stat-divider {
    height: 28px;
  }
  .corp-home .corp-features {
    padding: 48px 16px 64px;
  }
  .corp-home .corp-features__header {
    text-align: left;
  }
  .corp-home .corp-features__heading {
    font-size: 32px;
    line-height: 36px;
  }
  .corp-home .corp-features__subtext {
    font-size: 14px;
  }
  .corp-home .corp-features__cards {
    flex-direction: column;
    gap: 16px;
  }
  .corp-home .corp-feature-card {
    max-width: 100%;
  }
  .corp-home .corp-cta-wrap {
    padding: 0 16px 48px;
  }
  .corp-home .corp-cta {
    padding: 40px 24px;
    border-radius: 12px;
  }
  .corp-home .corp-cta__heading {
    font-size: 32px;
    line-height: 36px;
  }
  .corp-home .corp-cta__desc {
    font-size: 16px;
  }
  .corp-home .corp-cta__buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .corp-home .corp-footer__container {
    padding: 40px 20px 0;
  }
  .corp-home .corp-footer__columns {
    flex-direction: column;
    gap: 32px;
  }
  .corp-home .corp-footer__col {
    min-width: auto;
    flex: none;
    width: 100%;
  }
}

.appt-grid-basic {
  background: #ffffff;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(249, 169, 31, 0.05);
  font-family: "Space Grotesk", sans-serif;
  width: 100%;
}
.appt-grid-basic__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #f6f7f9;
  border-bottom: 1px solid #d3d7de;
}
.appt-grid-basic__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.appt-grid-basic__dot--red {
  background: #ff5f57;
}
.appt-grid-basic__dot--yellow {
  background: #febc2e;
}
.appt-grid-basic__dot--green {
  background: #28c840;
}
.appt-grid-basic__url {
  font-size: 11px;
  color: #676f7e;
  margin-left: 8px;
  font-family: "Space Grotesk", sans-serif;
}
.appt-grid-basic__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px 10px;
  border-bottom: 1px solid #d3d7de;
}
.appt-grid-basic__header-title {
  font-size: 13px;
  font-weight: 600;
  color: #131720;
}
.appt-grid-basic__header-date {
  font-size: 12px;
  color: #676f7e;
}
.appt-grid-basic__table-wrap {
  overflow-x: hidden;
}
.appt-grid-basic__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.appt-grid-basic__table thead tr {
  background: #f6f7f9;
}
.appt-grid-basic__table thead th {
  padding: 8px 12px;
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #676f7e;
  white-space: nowrap;
}
.appt-grid-basic__table thead th:nth-child(4) {
  text-align: center;
}
.appt-grid-basic__table tbody tr {
  border-top: 1px solid #d3d7de;
  transition: background 0.15s;
}
.appt-grid-basic__table tbody tr:hover {
  background: #f6f7f9;
}
.appt-grid-basic__table tbody td {
  padding: 9px 12px;
  color: #131720;
  vertical-align: middle;
}
.appt-grid-basic__table tbody td:nth-child(4) {
  text-align: center;
}
.appt-grid-basic__time {
  white-space: nowrap;
  font-size: 11px;
  color: #676f7e;
}
.appt-grid-basic__client {
  font-weight: 500;
  white-space: nowrap;
}
.appt-grid-basic__service {
  color: #676f7e;
}
.appt-grid-basic__col-price, .appt-grid-basic__price {
  text-align: right;
  white-space: nowrap;
  font-weight: 500;
}
.appt-grid-basic__price--none {
  color: #676f7e;
  font-weight: 400;
}
.appt-grid-basic__status {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  color: white !important;
  text-decoration: none !important;
}
.appt-grid-basic__status.booked {
  background: #90C3FF;
}
.appt-grid-basic__status.checked-in {
  background: #90A4AE;
}
.appt-grid-basic__status.checked-out {
  background: #81C784;
}
.appt-grid-basic__status.pending {
  background: #FFCC80;
}
.appt-grid-basic__status.cancelled {
  background: #FFA726;
}
.appt-grid-basic__status.noshow {
  background: #E57373;
}
.appt-grid-basic__status.refunded {
  background: #9FA8DA;
}
.appt-grid-basic__status.voided {
  background: #E57373;
}
@media (max-width: 767px) {
  .appt-grid-basic__table thead th:nth-child(3),
  .appt-grid-basic__table thead th:nth-child(5),
  .appt-grid-basic__table tbody td:nth-child(3),
  .appt-grid-basic__table tbody td:nth-child(5) {
    display: none;
  }
}

.client-info-basic {
  background: #ffffff;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  box-shadow: 0 20px 40px -8px rgba(19, 23, 32, 0.08);
  overflow: hidden;
}
.client-info-basic .client-profile {
  padding: 16px;
  background: #f8fafc;
}
.client-info-basic .cp-name {
  font-size: 20px;
  line-height: 26px;
}

.sales-basic {
  background: #ffffff;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  box-shadow: 0 20px 40px -8px rgba(19, 23, 32, 0.08);
  overflow: hidden;
  padding: 16px;
  min-width: 360px;
}

.employee-list-basic {
  background: #ffffff;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  box-shadow: 0 25px 50px -12px rgba(249, 169, 31, 0.05);
  overflow: hidden;
  font-family: "Space Grotesk", sans-serif;
}
.employee-list-basic__titlebar {
  display: flex;
  align-items: center;
  padding: 12px 16px 10px;
  background: #FFF;
  border-bottom: 1px solid #d3d7de;
}
.employee-list-basic__title {
  font-size: 13px;
  font-weight: 600;
  color: #131720;
}
.employee-list-basic__table-wrap {
  overflow-x: hidden;
}
.employee-list-basic__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.employee-list-basic__table thead tr {
  background: #f6f7f9;
}
.employee-list-basic__table thead th {
  padding: 8px 12px;
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #676f7e;
  white-space: nowrap;
}
.employee-list-basic__table tbody tr {
  border-top: 1px solid #d3d7de;
  transition: background 0.15s;
}
.employee-list-basic__table tbody tr:hover {
  background: #f6f7f9;
}
.employee-list-basic__table tbody td {
  padding: 9px 12px;
  color: #131720;
  vertical-align: middle;
}
.employee-list-basic__name {
  font-size: 12px;
  font-weight: 600;
  color: #131720;
}
.employee-list-basic__status-icons {
  display: flex;
  align-items: center;
  gap: 6px;
}
.employee-list-basic .elb-col-md {
  min-width: 80px;
}
.employee-list-basic .elb-col-sm {
  min-width: 60px;
  white-space: nowrap;
}
.employee-list-basic .elb-avatar--blue {
  background: #dbeafe !important;
}
.employee-list-basic .elb-avatar--blue .emp-grid-avatar-icon {
  color: #2563eb !important;
}
.employee-list-basic .elb-avatar--green {
  background: #dcfce7 !important;
}
.employee-list-basic .elb-avatar--green .emp-grid-avatar-icon {
  color: #16a34a !important;
}
.employee-list-basic .elb-avatar--orange {
  background: #fff7ed !important;
}
.employee-list-basic .elb-avatar--orange .emp-grid-avatar-icon {
  color: #ea580c !important;
}
.employee-list-basic .elb-avatar--teal {
  background: #ccfbf1 !important;
}
.employee-list-basic .elb-avatar--teal .emp-grid-avatar-icon {
  color: #0d9488 !important;
}
@media (max-width: 767px) {
  .employee-list-basic .elb-col-md {
    display: none;
  }
}

.corp-home .corp-header__nav-active {
  color: #131720 !important;
  font-weight: 500;
}
.corp-home .corp-booking-hero {
  padding-top: 128px;
  padding-bottom: 112px;
  padding-left: 44.5px;
  padding-right: 44.5px;
}
.corp-home .corp-booking-hero__container {
  display: flex;
  gap: 64px;
  align-items: center;
  max-width: 1336px;
  margin: 0 auto;
}
.corp-home .corp-booking-hero__left {
  flex: 1;
  min-width: 0;
}
.corp-home .corp-booking-hero__right {
  flex: 1;
  min-width: 0;
  position: relative;
}
.corp-home .corp-booking-hero__heading {
  font-family: "DM Serif Display", serif;
  font-size: 60px;
  line-height: 64px;
  color: #131720;
  margin: 24px 0 0;
  font-weight: 400;
  font-style: normal;
}
.corp-home .corp-booking-hero__desc {
  font-size: 18px;
  line-height: 29px;
  color: #676f7e;
  margin: 32px 0 0;
  max-width: 448px;
}
.corp-home .corp-booking-window {
  background: #ffffff;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  box-shadow: 0 25px 50px -12px rgba(249, 169, 31, 0.05);
  overflow: hidden;
}
.corp-home .corp-booking-window__body {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.corp-home .corp-booking-window__studio {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 0 8px;
  border-bottom: 1px solid #e8eaee;
}
.corp-home .corp-booking-window__studio-avatar {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(249, 169, 31, 0.15);
  color: #f9a91f;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.corp-home .corp-booking-window__studio-name {
  font-size: 14px;
  font-weight: 600;
  color: #131720;
  line-height: 18px;
}
.corp-home .corp-booking-window__studio-sub {
  font-size: 11px;
  color: #676f7e;
  line-height: 16px;
}
.corp-home .corp-booking-window__services {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.corp-home .corp-booking-window__service {
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #d3d7de;
  font-size: 12px;
  font-weight: 500;
  color: #676f7e;
  cursor: pointer;
  background: #f6f7f9;
}
.corp-home .corp-booking-window__service--active {
  background: rgba(249, 169, 31, 0.12);
  border-color: #f9a91f;
  color: #131720;
}
.corp-home .corp-booking-window__cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  color: #131720;
}
.corp-home .corp-booking-window__cal-arrow {
  font-size: 14px;
  color: #676f7e;
  cursor: pointer;
  padding: 0 4px;
}
.corp-home .corp-booking-window__cal-month {
  font-size: 13px;
  font-weight: 600;
  color: #131720;
}
.corp-home .corp-booking-window__cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  text-align: center;
}
.corp-home .corp-booking-window__cal-day-label {
  font-size: 10px;
  font-weight: 500;
  color: #676f7e;
  padding: 4px 0;
}
.corp-home .corp-booking-window__cal-day {
  font-size: 11px;
  color: #131720;
  padding: 5px 2px;
  border-radius: 6px;
  cursor: pointer;
}
.corp-home .corp-booking-window__cal-day--selected {
  background: #f9a91f;
  color: #131720;
  font-weight: 700;
}
.corp-home .corp-booking-window__cal-day--disabled {
  color: #d3d7de;
  cursor: default;
}
.corp-home .corp-booking-window__times-label {
  font-size: 11px;
  font-weight: 600;
  color: #131720;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.corp-home .corp-booking-window__times {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.corp-home .corp-booking-window__time {
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #d3d7de;
  font-size: 12px;
  font-weight: 500;
  color: #676f7e;
  background: #f6f7f9;
}
.corp-home .corp-booking-window__time--selected {
  background: rgba(249, 169, 31, 0.12);
  border-color: #f9a91f;
  color: #131720;
}
.corp-home .corp-showcase {
  padding: 96px 44.5px;
}
.corp-home .corp-showcase--alt {
  background: rgba(232, 234, 238, 0.35);
}
.corp-home .corp-showcase__container {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1336px;
  margin: 0 auto;
}
.corp-home .corp-showcase__container--reverse {
  flex-direction: row-reverse;
}
.corp-home .corp-showcase__content {
  flex: 1;
  min-width: 0;
  max-width: 480px;
}
.corp-home .corp-showcase__visual {
  flex: 1;
  min-width: 0;
}
.corp-home .corp-showcase__eyebrow {
  font-size: 14px;
  font-weight: 500;
  color: #f9a91f;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  margin: 0 0 16px;
  line-height: 20px;
}
.corp-home .corp-showcase__heading {
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  line-height: 48px;
  color: #131720;
  margin: 0 0 20px;
  font-weight: 400;
  font-style: normal;
}
.corp-home .corp-showcase__desc {
  font-size: 16px;
  line-height: 26px;
  color: #676f7e;
  margin: 0 0 28px;
}
.corp-home .corp-showcase__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.corp-home .corp-showcase__list li {
  font-size: 15px;
  line-height: 22px;
  color: #131720;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.corp-home .corp-showcase__list li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23f9a91f' fill-opacity='0.12'/%3E%3Cpath d='M5.5 9L7.8 11.5L12.5 6.5' stroke='%23f9a91f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.corp-home .corp-client-window {
  background: #ffffff;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  box-shadow: 0 20px 40px -8px rgba(19, 23, 32, 0.08);
  overflow: hidden;
}
.corp-home .corp-client-window__body {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.corp-home .corp-client-window__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e8eaee;
  margin-bottom: 12px;
}
.corp-home .corp-client-window__title {
  font-size: 15px;
  font-weight: 600;
  color: #131720;
}
.corp-home .corp-client-window__badge {
  font-size: 12px;
  font-weight: 500;
  color: #676f7e;
  background: #f6f7f9;
  padding: 4px 10px;
  border-radius: 9999px;
  border: 1px solid #d3d7de;
}
.corp-home .corp-client-window__period {
  font-size: 12px;
  font-weight: 500;
  color: #676f7e;
}
.corp-home .corp-client-window__search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f6f7f9;
  border: 1px solid #d3d7de;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
  color: #676f7e;
  margin-bottom: 4px;
}
.corp-home .corp-client-window__search i {
  font-size: 12px;
}
.corp-home .corp-client-window__appt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e8eaee;
}
.corp-home .corp-client-window__appt:last-child {
  border-bottom: none;
}
.corp-home .corp-client-window__appt-time {
  font-size: 11px;
  font-weight: 500;
  color: #676f7e;
  min-width: 62px;
  flex-shrink: 0;
}
.corp-home .corp-client-window__appt-info {
  flex: 1;
  min-width: 0;
}
.corp-home .corp-client-window__appt-name {
  font-size: 13px;
  font-weight: 600;
  color: #131720;
  line-height: 18px;
}
.corp-home .corp-client-window__appt-svc {
  font-size: 11px;
  color: #676f7e;
  line-height: 16px;
}
.corp-home .corp-client-window__status {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 9999px;
  flex-shrink: 0;
}
.corp-home .corp-client-window__status--confirmed {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}
.corp-home .corp-client-window__status--pending {
  background: rgba(249, 169, 31, 0.15);
  color: #b45309;
}
.corp-home .corp-client-window__client-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #e8eaee;
}
.corp-home .corp-client-window__client-row:last-child {
  border-bottom: none;
}
.corp-home .corp-client-window__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(249, 169, 31, 0.15);
  color: #f9a91f;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.corp-home .corp-client-window__avatar--b {
  background: rgba(19, 23, 32, 0.08);
  color: #131720;
}
.corp-home .corp-client-window__avatar--c {
  background: rgba(99, 102, 241, 0.12);
  color: #4f46e5;
}
.corp-home .corp-client-window__client-info {
  flex: 1;
  min-width: 0;
}
.corp-home .corp-client-window__client-name {
  font-size: 13px;
  font-weight: 600;
  color: #131720;
  line-height: 18px;
}
.corp-home .corp-client-window__client-sub {
  font-size: 11px;
  color: #676f7e;
  line-height: 16px;
}
.corp-home .corp-client-window__tag {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 9999px;
  flex-shrink: 0;
}
.corp-home .corp-client-window__tag--vip {
  background: rgba(249, 169, 31, 0.15);
  color: #b45309;
}
.corp-home .corp-client-window__tag--new {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}
.corp-home .corp-sales-window__revenue {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 8px 0 16px;
}
.corp-home .corp-sales-window__revenue-val {
  font-family: "DM Serif Display", serif;
  font-size: 32px;
  line-height: 36px;
  color: #131720;
}
.corp-home .corp-sales-window__revenue-trend {
  font-size: 13px;
  font-weight: 600;
  color: #16a34a;
  display: flex;
  align-items: center;
  gap: 4px;
}
.corp-home .corp-sales-window__chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 64px;
  padding: 0 0 4px;
  border-bottom: 1px solid #e8eaee;
}
.corp-home .corp-sales-window__bar {
  flex: 1;
  background: rgba(249, 169, 31, 0.25);
  border-radius: 4px 4px 0 0;
  min-height: 8px;
}
.corp-home .corp-sales-window__bar--highlight {
  background: #f9a91f;
}
.corp-home .corp-sales-window__chart-labels {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}
.corp-home .corp-sales-window__chart-labels span {
  flex: 1;
  text-align: center;
  font-size: 9px;
  color: #676f7e;
  font-weight: 500;
}
.corp-home .corp-sales-window__services {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.corp-home .corp-sales-window__svc-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.corp-home .corp-sales-window__svc-name {
  font-size: 11px;
  color: #676f7e;
  min-width: 68px;
  flex-shrink: 0;
}
.corp-home .corp-sales-window__svc-bar-wrap {
  flex: 1;
  height: 6px;
  background: #e8eaee;
  border-radius: 9999px;
  overflow: hidden;
}
.corp-home .corp-sales-window__svc-bar {
  height: 100%;
  background: #f9a91f;
  border-radius: 9999px;
}
.corp-home .corp-sales-window__svc-val {
  font-size: 11px;
  font-weight: 600;
  color: #131720;
  min-width: 44px;
  text-align: right;
}
.corp-home .corp-mini-features {
  background: rgba(232, 234, 238, 0.35);
  padding: 96px 44.5px;
}
.corp-home .corp-mini-features__container {
  max-width: 1336px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
}
.corp-home .corp-mini-features__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.corp-home .corp-mini-features__heading {
  font-family: "DM Serif Display", serif;
  font-size: 48px;
  line-height: 56px;
  color: #131720;
  margin: 0;
  font-weight: 400;
  font-style: normal;
}
.corp-home .corp-mini-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}
.corp-home .corp-mini-card {
  background: #ffffff;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  padding: 28px;
}
.corp-home .corp-mini-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.corp-home .corp-mini-card__icon--orange {
  background: rgba(249, 169, 31, 0.1);
  color: #f9a91f;
}
.corp-home .corp-mini-card__icon--dark {
  background: rgba(19, 23, 32, 0.08);
  color: #131720;
}
.corp-home .corp-mini-card__title {
  font-family: "DM Serif Display", serif;
  font-size: 18px;
  line-height: 24px;
  color: #131720;
  margin: 0 0 10px;
  font-weight: 400;
  font-style: normal;
  text-shadow: none;
}
.corp-home .corp-mini-card__desc {
  font-size: 14px;
  line-height: 22px;
  color: #676f7e;
  margin: 0;
}
@media (max-width: 1023px) {
  .corp-home .corp-booking-hero {
    padding-left: 24px;
    padding-right: 24px;
  }
  .corp-home .corp-booking-hero__container {
    flex-direction: column;
    gap: 48px;
  }
  .corp-home .corp-booking-hero__left, .corp-home .corp-booking-hero__right {
    width: 100%;
  }
  .corp-home .corp-booking-hero__heading {
    font-size: 44px;
    line-height: 50px;
  }
  .corp-home .corp-showcase {
    padding: 64px 24px;
  }
  .corp-home .corp-showcase__container {
    flex-direction: column !important;
    gap: 40px;
  }
  .corp-home .corp-showcase__container--reverse {
    flex-direction: column !important;
  }
  .corp-home .corp-showcase__content {
    max-width: 100%;
  }
  .corp-home .corp-showcase__heading {
    font-size: 32px;
    line-height: 40px;
  }
  .corp-home .corp-mini-features {
    padding: 64px 24px;
  }
  .corp-home .corp-mini-features__heading {
    font-size: 36px;
    line-height: 44px;
  }
  .corp-home .corp-mini-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .corp-home .corp-booking-hero {
    padding: 88px 20px 64px;
  }
  .corp-home .corp-booking-hero__container {
    gap: 40px;
  }
  .corp-home .corp-booking-hero__heading {
    font-size: 36px;
    line-height: 42px;
  }
  .corp-home .corp-booking-hero__desc {
    font-size: 16px;
  }
  .corp-home .corp-showcase {
    padding: 48px 20px;
  }
  .corp-home .corp-showcase__heading {
    font-size: 28px;
    line-height: 36px;
  }
  .corp-home .corp-showcase__desc {
    font-size: 15px;
  }
  .corp-home .corp-mini-features {
    padding: 48px 20px;
  }
  .corp-home .corp-mini-features__heading {
    font-size: 28px;
    line-height: 36px;
  }
  .corp-home .corp-mini-features__header {
    text-align: left;
  }
  .corp-home .corp-mini-features__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .corp-home .corp-booking-window__cal-grid {
    gap: 1px;
  }
  .corp-home .corp-booking-window__cal-day {
    font-size: 10px;
    padding: 4px 1px;
  }
}

.corp-home .corp-survey-window {
  background: #ffffff;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  box-shadow: 0 25px 50px -12px rgba(249, 169, 31, 0.05);
  overflow: hidden;
}
.corp-home .corp-survey-window__body {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.corp-home .corp-survey-window__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0 12px;
  border-bottom: 1px solid #e8eaee;
}
.corp-home .corp-survey-window__title {
  font-family: "DM Serif Display", serif;
  font-size: 16px;
  line-height: 22px;
  color: #131720;
  font-weight: 400;
}
.corp-home .corp-survey-window__meta {
  font-size: 11px;
  color: #676f7e;
  margin-top: 3px;
}
.corp-home .corp-survey-window__live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 9999px;
  flex-shrink: 0;
  margin-top: 2px;
}
.corp-home .corp-survey-window__live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16a34a;
  flex-shrink: 0;
}
.corp-home .corp-survey-window__questions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.corp-home .corp-survey-window__question {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f6f7f9;
  border: 1px solid #e8eaee;
  border-radius: 10px;
  padding: 12px 14px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.corp-home .corp-survey-window__question:hover {
  border-color: #f9a91f;
}
.corp-home .corp-survey-window__drag {
  color: #d3d7de;
  font-size: 12px;
  cursor: grab;
  flex-shrink: 0;
}
.corp-home .corp-survey-window__q-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(249, 169, 31, 0.15);
  color: #f9a91f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}
.corp-home .corp-survey-window__q-body {
  flex: 1;
  min-width: 0;
}
.corp-home .corp-survey-window__q-text {
  font-size: 13px;
  font-weight: 500;
  color: #131720;
  line-height: 18px;
}
.corp-home .corp-survey-window__q-type {
  font-size: 11px;
  color: #676f7e;
  line-height: 16px;
  margin-top: 2px;
}
.corp-home .corp-survey-window__add-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px dashed #d3d7de;
  background: transparent;
  color: #676f7e;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  transition: border-color 0.2s, color 0.2s;
}
.corp-home .corp-survey-window__add-btn:hover {
  border-color: #f9a91f;
  color: #f9a91f;
}
.corp-home .corp-survey-window__actions {
  display: flex;
  gap: 10px;
  padding-top: 4px;
  border-top: 1px solid #e8eaee;
}
.corp-home .corp-survey-window__action-btn {
  height: 36px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s;
}
.corp-home .corp-survey-window__action-btn:hover {
  opacity: 0.85;
}
.corp-home .corp-survey-window__action-btn--primary {
  background: #f9a91f;
  color: #131720;
}
.corp-home .corp-survey-window__action-btn--secondary {
  background: #f6f7f9;
  color: #676f7e;
  border: 1px solid #d3d7de;
}
@media (max-width: 1023px) {
  .corp-home .corp-survey-window__title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .corp-home .corp-survey-window__question {
    padding: 10px 12px;
  }
}

.corp-home .corp-form-window {
  background: #ffffff;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(249, 169, 31, 0.05);
  overflow: hidden;
}
.corp-home .corp-form-window__body {
  padding: 0 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.corp-home .corp-form-window__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e8eaee;
}
.corp-home .corp-form-window__title {
  font-family: "DM Serif Display", serif;
  font-size: 18px;
  line-height: 24px;
  color: #131720;
  font-weight: 400;
}
.corp-home .corp-form-window__draft-badge {
  font-size: 12px;
  font-weight: 600;
  color: #b45309;
  background: rgba(249, 169, 31, 0.15);
  padding: 4px 10px;
  border-radius: 9999px;
}
.corp-home .corp-form-window__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.corp-home .corp-form-window__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.corp-home .corp-form-window__label {
  font-size: 11px;
  font-weight: 500;
  color: #676f7e;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.corp-home .corp-form-window__input {
  background: #e8eaee;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #131720;
  line-height: 18px;
}
.corp-home .corp-form-window__input--muted {
  color: #d3d7de;
  letter-spacing: 0.5px;
}
.corp-home .corp-form-window__actions {
  display: flex;
  gap: 10px;
  padding-top: 4px;
  border-top: 1px solid #e8eaee;
}
.corp-home .corp-form-window__btn {
  height: 36px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.2s;
}
.corp-home .corp-form-window__btn:hover {
  opacity: 0.85;
}
.corp-home .corp-form-window__btn--primary {
  background: #f9a91f;
  color: #131720;
}
.corp-home .corp-form-window__btn--secondary {
  background: #f6f7f9;
  color: #676f7e;
  border: 1px solid #d3d7de;
}
.corp-home .corp-docs-section {
  background: rgba(232, 234, 238, 0.35);
  padding: 96px 44.5px;
}
.corp-home .corp-docs-section__container {
  max-width: 1336px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
}
.corp-home .corp-docs-section__header {
  text-align: center;
  max-width: 640px;
}
.corp-home .corp-docs-section__heading {
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  line-height: 48px;
  color: #131720;
  margin: 0 0 16px;
  font-weight: 400;
  font-style: normal;
}
.corp-home .corp-docs-section__desc {
  font-size: 16px;
  line-height: 26px;
  color: #676f7e;
  margin: 0;
}
.corp-home .corp-docs-section__cards {
  display: flex;
  gap: 24px;
  width: 100%;
  justify-content: center;
}
.corp-home .corp-doc-card {
  flex: 1;
  max-width: 380px;
  background: #ffffff;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.corp-home .corp-doc-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(249, 169, 31, 0.1);
  color: #f9a91f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}
.corp-home .corp-doc-card__title {
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  line-height: 36px;
  color: #131720;
  margin: 0;
  font-weight: 400;
  font-style: normal;
}
.corp-home .corp-doc-card__desc {
  font-size: 14px;
  line-height: 22px;
  color: #676f7e;
  margin: 0;
}
@media (max-width: 1023px) {
  .corp-home .corp-docs-section {
    padding: 64px 24px;
  }
  .corp-home .corp-docs-section__heading {
    font-size: 32px;
    line-height: 40px;
  }
  .corp-home .corp-docs-section__cards {
    flex-wrap: wrap;
    justify-content: center;
  }
  .corp-home .corp-doc-card {
    min-width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .corp-home .corp-docs-section {
    padding: 48px 20px;
  }
  .corp-home .corp-docs-section__cards {
    flex-direction: column;
  }
  .corp-home .corp-doc-card {
    max-width: 100%;
  }
  .corp-home .corp-form-window__grid {
    grid-template-columns: 1fr;
  }
}

.corp-home .corp-pricing {
  background: #f6f7f9;
  padding: 128px 44.5px 96px;
}
.corp-home .corp-pricing__container {
  max-width: 1336px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
.corp-home .corp-pricing__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 672px;
}
.corp-home .corp-pricing__heading {
  font-family: "DM Serif Display", serif;
  font-size: 60px;
  line-height: 60px;
  color: #131720;
  margin: 0;
  font-weight: 400;
  font-style: normal;
}
.corp-home .corp-pricing__subtext {
  font-size: 16px;
  line-height: 26px;
  color: #676f7e;
  margin: 0;
}
.corp-home .corp-pricing__plans {
  display: flex;
  gap: 24px;
  width: 100%;
  align-items: stretch;
}
.corp-home .corp-pricing__toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
.corp-home .corp-pricing__toggle-label {
  font-size: 14px;
  font-weight: 500;
  color: #676f7e;
  display: flex;
  align-items: center;
  transition: color 0.2s;
  position: relative;
  white-space: nowrap;
}
.corp-home .corp-pricing__toggle-label--active {
  color: #131720;
}
.corp-home .corp-pricing__toggle-btn {
  width: 48px;
  height: 26px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  background: #d3d7de;
  position: relative;
  transition: background 0.2s;
  flex-shrink: 0;
  padding: 0;
}
.corp-home .corp-pricing__toggle-btn--on {
  background: #f9a91f;
}
.corp-home .corp-pricing__toggle-knob {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  top: 3px;
  left: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: left 0.2s;
}
.corp-pricing__toggle-btn--on .corp-home .corp-pricing__toggle-knob {
  left: calc(100% - 23px);
}
.corp-home .corp-pricing__save-badge {
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  color: #131720;
  background: rgba(249, 169, 31, 0.2);
  padding: 3px 8px;
  border-radius: 9999px;
  border: 1px solid rgba(249, 169, 31, 0.4);
}
.corp-home .corp-plan-card {
  flex: 1;
  background: #ffffff;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  padding: 33px;
  display: flex;
  flex-direction: column;
}
.corp-home .corp-plan-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.corp-home .corp-plan-card__icon--orange {
  background: rgba(249, 169, 31, 0.1);
  color: #f9a91f;
}
.corp-home .corp-plan-card__icon--dark {
  background: rgba(19, 23, 32, 0.08);
  color: #131720;
}
.corp-home .corp-plan-card__name {
  font-family: "DM Serif Display", serif;
  font-size: 22px;
  line-height: 28px;
  color: #131720;
  margin: 0 0 6px;
  font-weight: 400;
  font-style: normal;
}
.corp-home .corp-plan-card__alloc {
  font-size: 12px;
  font-weight: 500;
  color: #676f7e;
  margin-bottom: 20px;
}
.corp-home .corp-plan-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8eaee;
  margin-bottom: 24px;
}
.corp-home .corp-plan-card__price {
  font-family: "DM Serif Display", serif;
  font-size: 48px;
  line-height: 52px;
  color: #131720;
  font-weight: 400;
}
.corp-home .corp-plan-card__period {
  font-size: 14px;
  color: #676f7e;
}
.corp-home .corp-plan-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.corp-home .corp-plan-card__features li {
  font-size: 14px;
  line-height: 20px;
  color: #131720;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.corp-home .corp-plan-card__features li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 4.5L6 12L2.5 8.5' stroke='%23f9a91f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.corp-home .corp-plan-card__addon {
  font-size: 12px;
  color: #f9a91f;
  font-weight: 500;
}
.corp-home .corp-plan-card__note {
  font-size: 12px;
  color: #676f7e;
  margin: 0 0 24px;
}
.corp-home .corp-plan-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 12px;
  background: #131720;
  color: #f6f7f9 !important;
  font-size: 15px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  text-decoration: none;
  transition: opacity 0.2s;
}
.corp-home .corp-plan-card__cta:hover {
  opacity: 0.85;
  text-decoration: none;
}
.corp-home .corp-addons {
  width: 100%;
}
.corp-home .corp-addons__heading {
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  line-height: 36px;
  color: #131720;
  margin: 0 0 24px;
  font-weight: 400;
  font-style: normal;
}
.corp-home .corp-addons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.corp-home .corp-addon-card {
  background: #ffffff;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.corp-home .corp-addon-card .card-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.corp-home .corp-addon-card__name {
  font-size: 15px;
  font-weight: 600;
  color: #131720;
  line-height: 20px;
}
.corp-home .corp-addon-card__unit {
  font-size: 12px;
  color: #676f7e;
  margin-left: 4px;
}
.corp-home .corp-addon-card__price {
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  line-height: 36px;
  color: #131720;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.corp-home .corp-addon-card__period {
  font-size: 13px;
  font-family: "Space Grotesk", sans-serif;
  color: #676f7e;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .corp-home .corp-pricing {
    padding: 100px 24px 64px;
  }
  .corp-home .corp-pricing__heading {
    font-size: 44px;
    line-height: 48px;
  }
  .corp-home .corp-pricing__plans {
    flex-wrap: wrap;
  }
  .corp-home .corp-plan-card {
    min-width: calc(50% - 12px);
    flex: none;
  }
  .corp-home .corp-addons__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .corp-home .corp-pricing {
    padding: 88px 20px 48px;
  }
  .corp-home .corp-pricing__heading {
    font-size: 32px;
    line-height: 38px;
  }
  .corp-home .corp-pricing__plans {
    flex-direction: column;
  }
  .corp-home .corp-plan-card {
    min-width: auto;
    width: 100%;
  }
  .corp-home .corp-addons__grid {
    grid-template-columns: 1fr;
  }
}

.corp-home .corp-register__main {
  flex: 1;
  padding: 96px 44.5px 80px;
  background: #f6f7f9;
}
.corp-home.corp-register {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.corp-home .corp-register__inner {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.corp-home .corp-register__heading-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 4px;
}
.corp-home .corp-register__heading {
  font-family: "DM Serif Display", serif;
  font-size: 48px;
  line-height: 48px;
  color: #131720;
  margin: 0;
  font-weight: 400;
  font-style: normal;
}
.corp-home .corp-register__step-label {
  font-size: 16px;
  line-height: 24px;
  color: #676f7e;
  margin: 0;
}
.corp-home .corp-register__progress-bar {
  height: 16px;
  background: #e8eaee;
  border-radius: 9999px;
  overflow: hidden;
}
.corp-home .corp-register__progress-fill {
  height: 100%;
  background: #131720;
  border-radius: 9999px;
  transition: width 0.35s ease;
}
.corp-home .corp-register__step-indicators {
  display: flex;
  align-items: flex-start;
  padding-top: 8px;
}
.corp-home .corp-register__step-indicator {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.corp-home .corp-register__step-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  flex-shrink: 0;
  background: #e8eaee;
  color: #676f7e;
  border: 1px solid #d3d7de;
  transition: background 0.2s, color 0.2s;
}
.corp-home .corp-register__step-dot.corp-register__step-dot--active {
  background: #131720;
  color: #ffffff;
  border-color: #131720;
}
.corp-home .corp-register__step-dot.corp-register__step-dot--completed {
  background: #f9a91f;
  color: #131720;
  border-color: #f9a91f;
  font-size: 12px;
}
.corp-home .corp-register__step-name {
  font-size: 12px;
  line-height: 16px;
  color: #676f7e;
  text-align: center;
}
.corp-home .corp-register__step-name.corp-register__step-name--active {
  color: #131720;
  font-weight: 500;
}
.corp-home .corp-register__card {
  background: #ffffff;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  padding: 49px 33px 33px;
}
.corp-home .corp-register__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.corp-home .corp-register__card-heading {
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  line-height: 32px;
  color: #131720;
  margin: 0 0 24px;
  font-weight: 400;
  font-style: normal;
}
.corp-home .corp-register__field-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.corp-home .corp-register__field-row .corp-register__field {
  margin-bottom: 0;
}
.corp-home .corp-register__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  margin-bottom: 16px;
  min-width: 0;
}
.corp-home .corp-register__field.corp-register__field--sm {
  flex: 0 0 90px;
}
.corp-home .corp-register__field:last-child {
  margin-bottom: 0;
}
.corp-home .corp-register__label {
  font-size: 14px;
  line-height: 20px;
  color: #131720;
  font-weight: 400;
  margin: 0;
}
.corp-home .corp-register__optional {
  color: #676f7e;
  font-size: 13px;
  font-weight: 400;
}
.corp-home .corp-register__input {
  width: 100%;
  height: 40px;
  padding: 0 13px;
  border: 1px solid #d3d7de;
  border-radius: 8px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Space Grotesk", sans-serif;
  color: #131720;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.corp-home .corp-register__input::placeholder {
  color: #676f7e;
}
.corp-home .corp-register__input:focus {
  border-color: #131720;
  box-shadow: 0 0 0 3px rgba(19, 23, 32, 0.06);
}
.corp-home .corp-register__check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.corp-home .corp-register__checkbox {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: #131720;
  cursor: pointer;
  flex-shrink: 0;
}
.corp-home .corp-register__check-label {
  font-size: 13px;
  line-height: 20px;
  color: #676f7e;
  cursor: pointer;
  margin: 0;
}
.corp-home .corp-register__check-link {
  color: #131720;
  text-decoration: underline;
  transition: color 0.15s;
}
.corp-home .corp-register__check-link:hover {
  color: #f9a91f;
}
.corp-home .corp-register__input:disabled {
  background: #f6f7f9;
  color: #676f7e;
  cursor: not-allowed;
}
.corp-home .corp-register__hint {
  font-size: 12px;
  line-height: 16px;
  color: #676f7e;
  margin: 0;
}
.corp-home .corp-register__hint--error {
  color: #e53e3e;
}
.corp-home .corp-register__field-error {
  font-size: 12px;
  line-height: 16px;
  color: #e53e3e;
  margin: 4px 0 0;
  display: block;
}
.corp-home .corp-register__input--error {
  border-color: #e53e3e !important;
}
.corp-home .corp-register__input--error:focus {
  box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.12);
}
.corp-home .corp-register__url-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}
.corp-home .corp-register__url-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  flex-shrink: 0;
}
.corp-home .corp-register__url-pill--available {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}
.corp-home .corp-register__url-pill--unavailable {
  background: rgba(229, 62, 62, 0.1);
  color: #e53e3e;
}
.corp-home .corp-register__url-pill--checking {
  background: rgba(107, 114, 128, 0.1);
  color: #676f7e;
}
.corp-home .corp-register__error {
  font-size: 13px;
  color: #e53e3e;
  margin: 12px 0 0;
}
.corp-home .corp-register__studio-card {
  border: 1px solid #d3d7de;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 16px;
}
.corp-home .corp-register__studio-card:last-child {
  margin-bottom: 0;
}
.corp-home .corp-register__studio-label {
  font-size: 12px;
  font-weight: 600;
  color: #676f7e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 16px;
}
.corp-home .corp-register__add-studio {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 14px;
  border: 1px solid #d3d7de;
  border-radius: 8px;
  font-size: 13px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  color: #131720;
  background: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.15s;
}
.corp-home .corp-register__add-studio:hover {
  background: #f6f7f9;
}
.corp-home .corp-register__remove-studio {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-family: "Space Grotesk", sans-serif;
  color: #676f7e;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0 0;
  transition: color 0.15s;
}
.corp-home .corp-register__remove-studio:hover {
  color: #e53e3e;
}
.corp-home .corp-register__summary-section {
  border: 1px solid #d3d7de;
  border-radius: 12px;
  padding: 21px;
  margin-bottom: 16px;
}
.corp-home .corp-register__summary-section:last-child {
  margin-bottom: 0;
}
.corp-home .corp-register__summary-title {
  font-size: 14px;
  font-weight: 500;
  color: #131720;
  margin: 0 0 12px;
  line-height: 20px;
}
.corp-home .corp-register__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}
.corp-home .corp-register__summary-row:last-child {
  margin-bottom: 0;
}
.corp-home .corp-register__summary-row--addon {
  padding-left: 12px;
}
.corp-home .corp-register__summary-row--addon .corp-register__summary-key,
.corp-home .corp-register__summary-row--addon .corp-register__summary-val {
  font-size: 12px;
}
.corp-home .corp-register__summary-key {
  color: #676f7e;
  flex-shrink: 0;
  margin-right: 16px;
}
.corp-home .corp-register__summary-val {
  color: #131720;
  text-align: right;
}
.corp-home .corp-register__summary-studio {
  margin-bottom: 12px;
}
.corp-home .corp-register__summary-studio:last-child {
  margin-bottom: 0;
}
.corp-home .corp-register__summary-studio-name {
  font-size: 14px;
  font-weight: 500;
  color: #131720;
  line-height: 20px;
}
.corp-home .corp-register__summary-studio-addr {
  font-size: 14px;
  color: #676f7e;
  line-height: 20px;
}
.corp-home .corp-register__summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid #d3d7de;
  margin-top: 6px;
}
.corp-home .corp-register__summary-total-label {
  font-size: 14px;
  font-weight: 500;
  color: #131720;
}
.corp-home .corp-register__summary-total-val {
  font-size: 14px;
  font-weight: 500;
  color: #131720;
}
.corp-home .corp-register__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.corp-home .corp-register__cancel {
  font-size: 14px;
  font-family: "Space Grotesk", sans-serif;
  color: #676f7e;
  text-decoration: none;
  transition: color 0.2s;
}
.corp-home .corp-register__cancel:hover {
  color: #131720;
  text-decoration: none;
}
.corp-home .corp-register__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 21px;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  font-size: 14px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  color: #131720;
  background: #f6f7f9;
  cursor: pointer;
  transition: opacity 0.2s;
}
.corp-home .corp-register__back:hover {
  opacity: 0.8;
}
.corp-home .corp-register__step-subtitle {
  font-size: 14px;
  color: #676f7e;
  margin: 0 0 20px;
  line-height: 22px;
}
.corp-home .corp-register__plan-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.corp-home .corp-register__sub-card {
  border: 1px solid #d3d7de;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s;
}
.corp-home .corp-register__sub-card--selected {
  border-color: #f9a91f;
  background: rgba(249, 169, 31, 0.05);
}
.corp-home .corp-register__sub-card--coming {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
}
.corp-home .corp-register__coming-pill {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  background: #FBFAF6;
  border: 1px solid #f9a91f;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
  color: #f9a91f;
  white-space: nowrap;
  flex-shrink: 0;
}
.corp-home .corp-register__sub-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  gap: 16px;
  user-select: none;
}
.corp-home .corp-register__sub-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
}
.corp-home .corp-register__checkbox {
  width: 18px;
  height: 18px;
  border: 1.5px solid #d3d7de;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, border-color 0.15s;
}
.corp-home .corp-register__checkbox--checked {
  background: #131720;
  border-color: #131720;
  color: #ffffff;
  font-size: 10px;
}
.corp-home .corp-register__sub-name-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.corp-home .corp-register__sub-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.corp-home .corp-register__sub-name {
  font-size: 16px;
  font-weight: 500;
  color: #131720;
  line-height: 22px;
}
.corp-home .corp-register__sub-desc {
  font-size: 14px;
  color: #676f7e;
  line-height: 20px;
}
.corp-home .corp-register__sub-price {
  display: flex;
  align-items: baseline;
  gap: 1px;
  flex-shrink: 0;
}
.corp-home .corp-register__sub-price-amount {
  font-size: 14px;
  color: #131720;
}
.corp-home .corp-register__sub-price-mo {
  font-size: 14px;
  color: #676f7e;
}
.corp-home .corp-register__addon-list {
  border-top: 1px solid rgba(211, 215, 222, 0.6);
  background: rgba(246, 247, 249, 0.4);
  padding: 12px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.corp-home .corp-register__addon-list-header {
  padding-bottom: 4px;
}
.corp-home .corp-register__addon-list-label {
  font-size: 12px;
  font-weight: 500;
  color: #676f7e;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.corp-home .corp-register__addon-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid rgba(211, 215, 222, 0.6);
  border-radius: 10px;
  padding: 13px;
}
.corp-home .corp-register__addon-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.corp-home .corp-register__addon-hint {
  font-size: 12px;
  color: #676f7e;
  line-height: 16px;
}
.corp-home .corp-register__addon-name {
  font-size: 14px;
  font-weight: 500;
  color: #131720;
}
.corp-home .corp-register__qty-ctrl {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.corp-home .corp-register__qty-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #d3d7de;
  border-radius: 12px;
  background: #f6f7f9;
  color: #131720;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s;
}
.corp-home .corp-register__qty-btn:hover:not(:disabled) {
  background: rgb(233.76, 236.12, 240.84);
}
.corp-home .corp-register__qty-btn:disabled {
  color: #676f7e;
  cursor: not-allowed;
  opacity: 0.5;
}
.corp-home .corp-register__qty-val {
  font-size: 14px;
  font-weight: 500;
  color: #131720;
  min-width: 56px;
  text-align: center;
}
.corp-home .corp-register__addon-cost {
  width: 96px;
  text-align: right;
  font-size: 14px;
  flex-shrink: 0;
  white-space: nowrap;
}
.corp-home .corp-register__addon-cost--muted {
  color: #676f7e;
}
.corp-home .corp-register__addon-cost--included {
  color: #676f7e;
}
.corp-home .corp-register__addon-cost--extra {
  color: #131720;
}
.corp-home .corp-register__addon-mo {
  color: #676f7e;
}
.corp-home .corp-register__total-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
  background: rgba(232, 234, 238, 0.6);
  border: 1px solid #d3d7de;
  border-radius: 12px;
  padding: 0 21px;
  margin-top: 16px;
}
.corp-home .corp-register__total-label {
  font-size: 14px;
  color: #676f7e;
}
.corp-home .corp-register__total-amount {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.corp-home .corp-register__total-price {
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  color: #131720;
  font-weight: 400;
  line-height: 1;
}
.corp-home .corp-register__total-mo {
  font-size: 14px;
  color: #676f7e;
}
.corp-home .corp-register__summary-muted {
  color: #676f7e;
  font-style: italic;
}
.corp-home .corp-register__success {
  text-align: center;
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.corp-home .corp-register__success-icon {
  font-size: 52px;
  color: #f9a91f;
}
.corp-home .corp-register__success-heading {
  font-family: "DM Serif Display", serif;
  font-size: 36px;
  line-height: 44px;
  color: #131720;
  margin: 0;
  font-weight: 400;
}
.corp-home .corp-register__success-text {
  font-size: 16px;
  line-height: 26px;
  color: #676f7e;
  margin: 0;
  max-width: 420px;
}
@media (max-width: 1023px) {
  .corp-home .corp-register__main {
    padding: 80px 24px 64px;
  }
}
@media (max-width: 767px) {
  .corp-home .corp-register__main {
    padding: 80px 16px 48px;
  }
  .corp-home .corp-register__heading {
    font-size: 36px;
    line-height: 40px;
  }
  .corp-home .corp-register__step-name {
    display: none;
  }
  .corp-home .corp-register__card {
    padding: 32px 20px 24px;
  }
  .corp-home .corp-register__field-row {
    flex-direction: column;
    gap: 0;
  }
  .corp-home .corp-register__field-row .corp-register__field {
    margin-bottom: 16px;
  }
  .corp-home .corp-register__field--sm {
    flex: 1;
  }
  .corp-home .corp-register__addon-row {
    flex-wrap: wrap;
  }
  .corp-home .corp-register__addon-info {
    width: 100%;
    order: 1;
  }
  .corp-home .corp-register__qty-ctrl {
    order: 2;
  }
  .corp-home .corp-register__addon-cost {
    width: auto;
    order: 3;
  }
}

/* Theme Variables */
:root {
  /* Soft Theme - Light theme with #EBEBEC for cards and header */
  --bg-primary: #FFFFFF;
  --bg-secondary: #f4f4f5;
  --bg-card: #EBEBEC;
  --bg-card-hover: #e0e0e1;
  --text-primary: #424242;
  --text-secondary: #52525b;
  --text-muted: #71717a;
  --border-primary: #d6d6d7;
  --border-hover: #c7c7c8;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(0, 0, 0, 0.08);
  --overlay: rgba(235, 235, 236, 0.9);
  --spacer-height: 6em;
  --spacer-height-sm: 10em;
}

.warm {
  /* Warm Theme - Based on #F7F4ED with white booking form */
  --bg-primary: linear-gradient(135deg, #F7F4ED 0%, #F0EDE4 50%, #F7F4ED 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F3F0E7;
  --bg-card-hover: #ede9dc;
  --text-primary: #3c2414;
  --text-secondary: #6b4423;
  --text-muted: #8b5a2b;
  --border-primary: #e6ddd1;
  --border-hover: #d4c7b8;
  --accent-primary: #d97706;
  --accent-secondary: #ea580c;
  --shadow: rgba(217, 119, 6, 0.15);
  --overlay: rgba(247, 244, 237, 0.8);
}

.stone {
  /* Stone Theme - Based on #F5F5F4 with white booking form */
  --bg-primary: linear-gradient(135deg, #F5F5F4 0%, #E7E5E4 50%, #F5F5F4 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #EFEDEC;
  --bg-card-hover: #e7e3e2;
  --text-primary: #292524;
  --text-secondary: #57534e;
  --text-muted: #78716c;
  --border-primary: #d6d3d1;
  --border-hover: #a8a29e;
  --accent-primary: #78716c;
  --accent-secondary: #57534e;
  --shadow: rgba(120, 113, 108, 0.15);
  --overlay: rgba(245, 245, 244, 0.8);
}

.ice {
  /* Ice Theme - Based on #F7FCFF with white booking form */
  --bg-primary: linear-gradient(135deg, #F7FCFF 0%, #E0F2FE 50%, #F7FCFF 100%);
  --bg-secondary: rgba(255, 255, 255, 0.9);
  --bg-card: #F0F9FF;
  --bg-card-hover: #e0f2fe;
  --text-primary: #0c4a6e;
  --text-secondary: #0369a1;
  --text-muted: #0284c7;
  --border-primary: #bae6fd;
  --border-hover: #7dd3fc;
  --accent-primary: #0ea5e9;
  --accent-secondary: #06b6d4;
  --shadow: rgba(14, 165, 233, 0.15);
  --overlay: rgba(247, 252, 255, 0.8);
}

.dark {
  /* Dark Theme */
  --bg-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  --bg-secondary: rgba(30, 41, 59, 0.5);
  --bg-card: rgba(30, 41, 59, 0.5);
  --bg-card-hover: rgba(51, 65, 85, 0.7);
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border-primary: #334155;
  --border-hover: #475569;
  --accent-primary: #8b5cf6;
  --accent-secondary: #ec4899;
  --shadow: rgba(139, 92, 246, 0.2);
  --overlay: rgba(0, 0, 0, 0.5);
}

/* XS/SM — Phones (≤ 767px) */
@media (max-width: 767px) {
  .display-sm {
    display: block !important;
  }
  .display-sm-flex {
    display: flex !important;
  }
  .display-sm-cell {
    display: table-cell !important;
  }
  .display-lg {
    display: none !important;
  }
  .display-lg-flex {
    display: none !important;
  }
  .display-lg-cell {
    display: none !important;
  }
  .app-spacer {
    min-height: 56px;
  }
  .hide-small {
    display: none;
  }
  .hide-large {
    display: initial;
  }
  .form-check-label {
    font-size: 16px !important;
  }
  .phone-input-container {
    padding-top: 100px;
  }
  .phone-input {
    font-size: 22pt !important;
  }
  .phone-error {
    font-size: 10pt;
    font-weight: bold;
    padding-top: 10px;
  }
  .after-care-list {
    font-size: 11pt;
  }
  .after-care-list-item {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .toolbar-spacer {
    flex-grow: 0.6 !important;
  }
  .reg-card {
    padding: 30px 20px 20px;
  }
  .regulations-dialog {
    max-width: 400px;
  }
  .regulations-inner-text {
    padding-left: 70px;
  }
  .floating-back-button {
    position: fixed !important;
    bottom: 30px !important;
    left: 30px !important;
  }
  .floating-next-button {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
  }
  .floating-back-button-text {
    color: black;
  }
  .client-info-form-text {
    font-size: 16pt;
  }
  .bottom-button {
    width: calc(100% - 30px);
  }
  .client-input {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fin-btn {
    width: 100vw !important;
  }
  .pwa-image-style {
    max-width: 338px;
  }
  .install-container {
    max-width: 340px;
  }
  .nav-btn-handle {
    top: 8px;
  }
  .terminal-device-container {
    text-align: left;
  }
  .terminal-device-container .mud-select {
    display: inline-block;
    width: 140px;
  }
  .flex-stretch-sm {
    flex: 0 !important;
  }
  .flex-row-md-col-sm {
    flex-direction: column !important;
  }
  .btn-floating-add {
    right: 44px;
    bottom: 166px;
  }
  .btn-floating-migrate {
    right: 44px;
    bottom: 228px;
  }
  .btn-floating-back {
    position: absolute;
    bottom: 110px;
    left: 30px;
  }
  .btn-floating-edit {
    position: absolute;
    bottom: 110px;
    right: 30px;
  }
  .btn-client-search-add {
    bottom: 6rem;
  }
  .profile-view-card {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    margin-left: -16px;
    margin-right: -16px;
  }
  .profile-view-card-content {
    padding: 0 16px !important;
  }
  .hide-border {
    border: none;
    box-shadow: none;
  }
  .reports-header-content {
    min-width: 0;
    flex: 1 1;
    justify-content: space-between !important;
  }
  .hide-mobile {
    display: none;
  }
  .overview-container .ov-header-section {
    flex-direction: column;
    justify-content: center;
  }
  .overview-container .ov-booking-controls {
    width: 100%;
    max-width: 300px;
  }
  .overview-container .ov-services-grid {
    grid-template-columns: 1fr;
  }
  .overview-container .mud-expand-panel .mud-expand-panel-content.mud-expand-panel-gutters {
    padding-left: 16px;
    padding-right: 16px;
  }
  .employee-list-container {
    padding: 0.5rem;
  }
  .employee-card {
    padding: 1rem;
  }
  .service-tags .badge {
    font-size: 0.625rem;
    padding: 0.25rem 0.5rem;
  }
  .employee-card {
    flex-direction: column;
    text-align: center;
  }
  .employee-header {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  .avatar-circle {
    width: 100px;
    height: 100px;
    font-size: 2rem;
  }
  .employee-info {
    width: 100%;
  }
  .book-btn {
    width: 100%;
    max-width: 200px;
  }
  .dg-cell-md {
    max-width: 100px;
  }
  .dg-title {
    font-size: 14px !important;
  }
  .dg-sm-none {
    display: none;
  }
  .dg-sm-text-end {
    text-align: right;
  }
  .dg-sm-cell {
    display: table-cell;
    min-width: unset;
    max-width: unset;
  }
  .dg-md-none {
    display: block;
  }
  .dg-md-text-end {
    text-align: unset;
  }
  .dg-md-none-inline {
    display: inline-block;
  }
  .dg-md-cell {
    display: none;
  }
  .dg-md-block {
    display: inline-block;
  }
  .dg-md-inline {
    display: block;
  }
  .dg-padding-right {
    padding-right: 24px !important;
  }
  .dg-grid-sub-text {
    display: block;
    font-size: 9pt;
  }
  .metrics-grid {
    display: none !important;
  }
  .bd-1 {
    order: 1;
  }
  .bd-2 {
    order: 2;
  }
  .bd-3 {
    order: 3;
  }
  .bd-4 {
    order: 4;
  }
  .cart-service-selector .section .service-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 8px;
  }
}
/* MD+ — Tablets & Up (≥ 768px) */
@media (min-width: 768px) {
  .display-sm {
    display: none !important;
  }
  .display-sm-flex {
    display: none !important;
  }
  .display-sm-cell {
    display: none !important;
  }
  .display-lg {
    display: block !important;
  }
  .display-lg-flex {
    display: flex !important;
  }
  .display-lg-cell {
    display: table-cell !important;
  }
  .user-profile,
  .user-profile-list {
    box-shadow: none !important;
  }
  .profile-view-card-content {
    padding: 16px !important;
  }
  .app-spacer {
    min-height: 64px;
  }
  .hide-small {
    display: initial;
  }
  .hide-large {
    display: none;
  }
  .form-check-label {
    font-size: 16px !important;
  }
  .phone-input-container {
    padding-top: 140px;
  }
  .phone-input {
    font-size: 30pt !important;
  }
  .phone-error {
    font-size: 10pt;
    font-weight: bold;
    padding-top: 10px;
  }
  .after-care-list {
    font-size: 14pt;
  }
  .after-care-list-item {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .toolbar-spacer {
    flex-grow: 1 !important;
  }
  .reg-card {
    padding: 30px 50px 20px;
  }
  .regulations-dialog {
    max-width: 50%;
  }
  .regulations-inner-text {
    padding-left: 90px;
  }
  .floating-back-button-text {
    color: white;
  }
  .svc-del-btn {
    position: fixed;
    top: 20px;
    right: 6.5rem;
    z-index: 1;
  }
  .svc-close-btn {
    position: fixed;
    top: 20px;
    right: 4.5rem;
    z-index: 1;
  }
  .client-info-form-text {
    font-size: 29px;
  }
  .bottom-button {
    width: 54vw;
  }
  .client-input {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fin-btn {
    width: 58vw !important;
  }
  .pwa-image-style {
    max-width: 538px;
  }
  .install-container {
    max-width: 540px;
  }
  .rp-main-div {
    height: 630px;
    justify-content: center;
  }
  .rp-card-container {
    box-shadow: 5px 10px 18px #d7d7d7;
    border-radius: 8px;
  }
  .return-btn:hover {
    background-color: #71b1f5;
  }
  .fp-main-div {
    height: 630px;
    justify-content: center;
  }
  .fp-card-container {
    box-shadow: 5px 10px 18px #d7d7d7;
    border-radius: 8px;
  }
  .send-link-btn:hover {
    background-color: #71b1f5;
  }
  .nav-btn-handle {
    top: 20px;
  }
  .terminal-device-container {
    text-align: left;
  }
  .terminal-device-container .mud-select {
    display: inline-block;
    width: 140px;
  }
  .app-layout {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/images/bg/fabric-1.png");
  }
  .kiosk-layout {
    background: none !important;
  }
  .kiosk-layout {
    background: none !important;
  }
  .date-header {
    color: white;
    background-color: #5A4BAD;
  }
  :root {
    --mud-palette-primary: #5A4BAD !important;
    --mud-palette-primary-text: white;
  }
  .hide-border {
    border: none;
    box-shadow: none;
    border-top: 1px solid #D5D5D5;
  }
  .dg-sm-none {
    display: inline-block;
  }
  .dg-sm-text-end {
    text-align: unset;
  }
  .dg-sm-cell {
    display: none;
  }
  .dg-md-none {
    display: none;
  }
  .dg-md-none-inline {
    display: none;
  }
  .dg-md-text-end {
    text-align: right;
  }
  .dg-md-cell {
    display: table-cell;
    min-width: unset;
    max-width: unset;
  }
  .dg-md-block {
    display: block;
  }
  .dg-md-inline {
    display: inline-block;
  }
  .dg-padding-right {
    padding-right: 48px !important;
  }
  .dg-grid-sub-text {
    display: none;
  }
  .metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
  }
  .bd-1 {
    order: unset;
  }
  .bd-2 {
    order: unset;
  }
  .bd-3 {
    order: unset;
  }
  .bd-4 {
    order: unset;
  }
}
/* MD — Tablet Portrait (768px – 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bottom-button {
    width: 70vw;
  }
  .fin-btn {
    width: 72vw !important;
  }
  .cart-service-selector .section .service-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
  .hide-mobile {
    display: none;
  }
}
/* LG — Tablet Landscape / Small Laptop (1024px – 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
  .metrics-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .bottom-button {
    width: 60vw;
  }
  .fin-btn {
    width: 62vw !important;
  }
}
/* XL — Desktop (1200px – 1399px) */
@media (min-width: 1200px) {
  .display-sm {
    display: none !important;
  }
  .display-sm-flex {
    display: none !important;
  }
  .display-sm-cell {
    display: none !important;
  }
  .display-lg {
    display: block !important;
  }
  .display-lg-flex {
    display: flex !important;
  }
  .display-lg-cell {
    display: table-cell !important;
  }
  .appt-cashier-footer {
    left: calc((100vw - 1320px) / 2) !important;
  }
  .cashier-footer-right {
    right: calc((100vw - 1320px) / 2 + 120px) !important;
  }
  .btn-floating-add,
  .btn-floating-migrate {
    right: calc((100vw - 1200px) / 2 + 54px);
  }
}
/* XXL — Wide Desktop (≥ 1400px) */
@media (min-width: 1400px) {
  .cashier-footer-right {
    right: calc((100vw - 1320px) / 2 + 120px) !important;
  }
  .btn-floating-add,
  .btn-floating-migrate {
    right: calc((100vw - 1320px) / 2 + 54px);
  }
}
