﻿@charset "UTF-8";
/* 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);
}

/* 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%;
}

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

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

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

.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 {
  padding-top: 0 !important;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
}

.mud-main-content .container {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

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

.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;
  padding-bottom: 0 !important;
  max-width: 1320px !important;
  gap: 12px;
}

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

.card {
  background: none !important;
  background-color: white !important;
  border-radius: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
  flex: 1 1;
  padding: 16px;
  box-shadow: var(--mud-elevation-4);
}

.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 .nav-content {
  justify-content: space-between;
  padding-bottom: 24px;
}
.app-layout .qr-code-div {
  position: fixed;
  bottom: 140px;
  width: 300px;
  z-index: 10000;
}
.app-layout .qr-code-image {
  border: 2px solid gray;
  width: 80px;
  height: 80px;
}
.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-qr-code-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.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: 24px;
  min-height: 48px;
  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;
}

/* 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;
  border-top: 1px solid #d6d5d5;
  border-bottom: 1px solid #d6d5d5;
  width: 100vw;
  min-height: 70px;
  text-align: center;
}
.app-footer .mud-badge {
  inset: auto auto calc(100% - 12px) calc(100% - 32px) !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;
}

/* RIGHT SIDE INNER NAV BUTTONS */
.cashier-footer-right {
  position: absolute;
  bottom: 0;
  min-height: 86px;
  padding: 16px !important;
  right: 142px;
}

/* SETTINGS BUTTON */
.cashier-settings-footer {
  position: absolute;
  bottom: 0;
  min-height: 86px;
  padding: 16px !important;
  right: 0;
  color: white;
}

/* SETTINGS BUTTON (Kiosk) */
.kiosk-settings {
  position: absolute;
  bottom: 22px;
  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;
}

/* 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-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-checkout {
  width: 100% !important;
  border-radius: 20px;
}

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

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

.btn-terminal-select {
  border: 1px solid #D5D5D5 !important;
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !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: 24px !important;
  border-bottom-right-radius: 24px !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: 24px;
  background-color: white;
  color: #193837;
  padding: 12px 16px;
  height: 48px;
  box-shadow: var(--mud-elevation-4);
  margin-right: 16px;
}

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

.btn-nav-settings {
  border-radius: 24px;
  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: 158px;
  right: 54px;
}

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

.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 .tabs-test .mud-badge {
  background-color: #cc33ff !important;
  height: 16px !important;
  min-width: 16px !important;
  font-size: 11px;
}
.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 .selected {
  background-color: #6C757D !important;
  color: #FFFFFF !important;
}
.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 .list-items {
  display: block;
  white-space: nowrap;
}
.appt-styles .phone-icon.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 .fa-circle-check {
  color: #259b24;
}
.appt-styles .fa-circle-xmark {
  color: #da0000;
}
.appt-styles .me-auto {
  white-space: nowrap !important;
}
.appt-styles .mud-drawer {
  top: 0 !important;
}
.appt-styles .fake-fab {
  color: var(--mud-palette-primary-text);
  background-color: var(--mud-palette-primary);
  font-family: var(--mud-typography-button-family);
  font-size: var(--mud-typography-button-size);
  font-weight: var(--mud-typography-button-weight);
  line-height: var(--mud-typography-button-lineheight);
  letter-spacing: var(--mud-typography-button-letterspacing);
  text-transform: var(--mud-typography-button-text-transform);
  min-width: 0;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  height: 40px !important;
  width: 40px !important;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  padding: 10px;
  margin-top: -16px !important;
}
.appt-styles .refresh-btn {
  margin-top: -12px;
  padding-bottom: 12px;
}
.appt-styles .consent-view-btn {
  background-color: #D5D5D5;
  color: cornflowerblue !important;
  border: 1px solid !important;
  font-size: 12pt !important;
}
.appt-styles .mobile-dialog {
  max-height: 75vh;
  max-width: 90vw;
}
.appt-styles .fa-circle-check {
  color: #259b24;
}
.appt-styles .fa-circle-xmark {
  color: #da0000;
}
.appt-styles .me-auto {
  white-space: nowrap !important;
}
.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;
}
.appt-styles .hide-me {
  visibility: hidden;
}
.appt-styles .appt-payment-input .mud-input {
  height: 46px !important;
}
.appt-styles .appt-payment-input .mud-disabled {
  opacity: 0.5;
}
.appt-styles .appt-payment-input .mud-disabled .mud-input-root {
  font-weight: 500;
}
.appt-styles .appt-payment-input .mud-input-label {
  font-size: 10pt !important;
  font-weight: 600;
  color: gray !important;
}
.appt-styles .appt-payment-input .mud-input-label.mud-disabled {
  font-weight: 600;
  opacity: 1;
}
.appt-styles .appt-payment-input .btn-group {
  height: 46px !important;
}
.appt-styles .appt-payment-input .btn-group .btn-outline-secondary {
  border: 2px solid;
  border-right: 1px solid !important;
  font-weight: bold !important;
}
.appt-styles .appt-payment-input .btn-group .mud-button-group-root {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid;
}
.appt-styles .appt-payment-input .btn-group .mud-button-group-root button {
  font-weight: bold !important;
  font-size: 16px;
}
.appt-styles .appt-payment-input .btn-group .mud-button-group-root .mud-menu {
  width: auto !important;
}
.appt-styles .appt-payment-input .btn-group button:disabled {
  opacity: 0.3;
}
.appt-styles .appt-payment-input .btn-group button:disabled .mud-button-label {
  color: initial !important;
}
.appt-styles .appt-payment-input .btn-group-disabled {
  border-color: lightgray !important;
}
.appt-styles .appt-payment-input .mud-input-outlined-border {
  border: 2px solid #6C757D;
}

/* 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 {
  display: flex;
  flex-direction: column;
  overflow: hidden !important;
  max-width: 1320px !important;
  padding-bottom: 0 !important;
  flex: 1 1;
  gap: 16px;
}

.search-box {
  border-radius: 24px;
  border-width: 2px;
}
.search-box .search-box-text-input input {
  color: #193837;
  height: 48px;
  padding: 0 16px;
}
.search-box .search-box-text-input .mud-input-adornment {
  padding: 0 16px;
}
.search-box .search-box-text-input .mud-input.mud-input-underline::before,
.search-box .search-box-text-input .mud-input.mud-input-underline::after {
  border: none;
  content: none;
}

.search-body-container {
  border-radius: 24px;
  border-width: 2px;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow-x: hidden;
  margin-bottom: 12px;
}
.search-body-container .search-body {
  overflow-y: scroll;
  overflow-x: hidden;
}

.search-body-list {
  flex: 1 1;
}

.list-item {
  border-bottom: 1px solid #f5f5f5 !important;
}

.consent-check-icon {
  margin-top: -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);
}

.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);
}

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

.cart-group-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex: 1 1;
  overflow: hidden !important;
  margin-bottom: 8px !important;
  gap: 4px;
}

.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: 24px;
  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: 24px;
  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-items {
  border-radius: 20px;
  box-shadow: none;
  border-width: 2px;
  border-color: #E8F1EE;
}
.cart-items .color-grey {
  font-weight: 500;
}

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

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

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

.cart-item-icon-fix {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

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

.item-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: 24px;
  width: 400px;
}
.checkout-dialog .mud-dialog-title {
  padding: 0 !important;
}
.checkout-dialog .cart-items {
  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;
  border-radius: 20px;
  margin-bottom: 16px;
  margin-top: 16px;
  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;
}

.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 ApptEditView 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 {
  border-radius: 24px;
  margin-top: 0;
  margin-bottom: 12px;
}
.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;
  white-space: nowrap;
  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-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-title {
  font-size: 14pt;
}
.data-grid-container .dg-title-fix .column-header {
  position: relative;
  left: -42px;
}
.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 {
  background-color: #7261b8;
  color: white;
}
.data-grid-container .dg-date-text {
  font-size: 10pt;
  font-weight: normal;
}

.data-grid-checkboxes .mud-table-body .mud-table-row > .mud-table-cell:first-child {
  /*
  width: auto !important;
  padding-left: 8px !important;
  padding-right: 0 !important;
  */
}

.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: 700px) {
  .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: 768px) {
  .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);
}

.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: 12px;
  border: 1px solid #D5D5D5;
  border-radius: 24px;
  background-color: white;
  box-shadow: var(--mud-elevation-1);
  padding: 20px 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-container {
  margin-top: 12px !important;
}

.user-profile-card {
  margin-top: 4px;
  border: 1px solid #D5D5D5;
  border-radius: 24px;
  background-color: white;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  justify-content: space-between;
}
.user-profile-card .mud-table-container {
  flex: 1 1;
}

.schedule-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
}

.day-section {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  border-bottom: 1px solid var(--mud-palette-divider);
  gap: 8px;
}

.day-section:last-child {
  border-bottom: none;
}

.day-main-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 24px;
}

.additional-time-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 24px;
  padding-top: 8px;
}

.day-toggle-section {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 200px;
}

.day-name {
  font-weight: 500;
  min-width: 80px;
}

.time-section {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 200px;
}

.time-select {
  min-width: 90px;
}

.time-divider {
  color: var(--mud-palette-text-secondary);
  font-weight: 500;
}

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

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

.actions-section {
  display: flex;
  align-items: center;
  min-width: 48px;
}

.add-time-section {
  display: flex;
  align-items: center;
  padding-left: 224px; /* Align with time section */
}

.additional-blocks {
  margin-top: 8px;
}

.schedule-spacer {
  min-width: 200px; /* Same as day-toggle-section */
}

.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-bottom: 20px;
}
.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-bottom: 20px;
}
.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-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
.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-bottom: 20px;
}
.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-bottom: 20px;
}
.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;
}

/* APPTS */
.booked {
  color: gray;
}

.checked-in {
  color: black;
}

.checked-out, .success {
  color: green;
}

.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-btn-cont {
  text-align: center;
}

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

.orders-dialog {
  padding-left: 8px;
  padding-right: 8px;
}

.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: 24px;
  width: 300px;
  min-height: 300px;
}
.base-dialog.appt-edit {
  background-color: transparent;
  box-shadow: none;
  width: 460px;
  padding: 0 !important;
}
.base-dialog.appt-edit .mud-dialog-content {
  display: flex;
}
.base-dialog.appt-view {
  background-color: transparent;
  box-shadow: none;
  width: 460px;
  padding: 0 !important;
}
.base-dialog.appt-view .appt-dialog-content {
  min-height: 600px;
  padding: 24px !important;
}
.base-dialog.appt-view .mud-dialog-content {
  display: flex;
}
.base-dialog .appt-dialog-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
.base-dialog .appt-dialog-container .appt-dialog-content {
  margin-bottom: 18px;
  padding: 16px;
  border-radius: 30px;
  overflow-y: scroll;
}
.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;
}

/* 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);
}

h1:focus {
  outline: none;
}

.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;
}

.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;
}

.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;
}

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;
}

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: #D9D9D9 !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;
  margin-left: 20px;
}

.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;
}

/* 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 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);
}
.booking-header .mud-appbar {
  background: var(--overlay);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-primary);
}
.booking-header .mud-toolbar {
  height: auto;
}
.booking-header .header-content {
  flex: 1 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-header .logo-section {
  display: flex;
  align-items: center;
  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;
}
.booking-header .nav-menu {
  display: flex;
  gap: 1.5rem;
}
.booking-header .nav-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: transparent;
  border: none;
  color: var(--text-primary);
  cursor: pointer;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.booking-header .nav-button:hover {
  background: var(--bg-card-hover);
}
.booking-header .nav-button.active {
  background: var(--accent-primary);
  color: white;
}

/* END BOOKING HEADER */
.booking-app-spacer {
  min-height: var(--spacer-height);
  width: 100%;
}

/* BOOKING */
.booking-container {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
  background: var(--bg-primary);
  color: var(--text-primary);
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  align-items: center;
  /* SERVICES */
  /* SERVICE INFO CARD */
  /* Left Container - Image */
  /* Right Container - Details */
}
.booking-container .mud-divider-fullwidth {
  flex: 0 0;
}
.booking-container .overview-container {
  width: 64rem;
  background-color: #FFFFFF;
  flex: 1 1;
  padding-bottom: 16px;
}
.booking-container .booking-employee-list {
  height: 100%;
}
.booking-container .section-header {
  text-align: center;
  margin-bottom: 2rem;
}
.booking-container .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--text-primary);
  margin-bottom: 1rem;
}
.booking-container .section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
}
.booking-container .booking-form {
  background: var(--bg-secondary);
  backdrop-filter: blur(12px);
  border-radius: 0.5rem;
  padding: 1.5rem;
  border: 1px solid var(--border-primary);
}
.booking-container .form-section {
  min-height: 300px;
}
.booking-container .form-label {
  display: block;
  color: var(--text-primary);
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.booking-container .selection-grid {
  display: grid;
  gap: 1rem;
}
.booking-container .selection-grid.location {
  grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
  padding-bottom: 24px;
}
.booking-container .selection-grid.location .mud-input-control {
  border-radius: 0.5rem;
  border: 2px solid var(--border-primary);
  cursor: pointer;
  background: var(--bg-card);
}
.booking-container .selection-grid.location .mud-select-input {
  font-weight: 600;
}
.booking-container .selection-grid.artists {
  grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
}
.booking-container .selection-grid.services {
  grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
}
.booking-container .selection-grid.calendar {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.booking-container .selection-grid.calendar > .time {
  display: flex;
  flex: 1 1;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 10px;
  padding-left: 16px;
}
.booking-container .selection-grid.phone {
  grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
  justify-content: center;
}
.booking-container .selection-card {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 2px solid var(--border-primary);
  cursor: pointer;
  transition: all 0.2s ease;
  background: var(--bg-card);
}
.booking-container .selection-card:hover {
  border-color: var(--border-hover);
  background: var(--bg-card-hover);
}
.booking-container .selection-card.selected {
  border-color: var(--accent-primary);
  background: rgba(139, 92, 246, 0.1);
}
.booking-container .artist-card-content {
  text-align: center;
}
.booking-container .artist-avatar,
.booking-container .artist-details-avatar {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background: linear-gradient(45deg, var(--accent-primary), var(--accent-secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.booking-container .artist-name {
  color: var(--text-primary);
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.booking-container .artist-specialty {
  color: var(--text-secondary);
  font-size: 0.875rem;
}
.booking-container .time-card {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 2px solid var(--border-primary);
  cursor: pointer;
  transition: all 0.2s ease;
  background: var(--bg-card);
  height: 50px;
  width: 130px;
}
.booking-container .time-card:hover {
  border-color: var(--border-hover);
  background: var(--bg-card-hover);
}
.booking-container .time-card.selected {
  border-color: var(--accent-primary);
  background: rgba(139, 92, 246, 0.1);
}
.booking-container .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-container .btn-booking-add-service {
  background: #5A4BAD;
  color: white;
  font-size: 8pt !important;
  padding: 0 !important;
  margin-left: 8px;
  margin-top: -4px;
}
.booking-container .btn-booking-add-service.mud-button-root:disabled {
  color: #FFFFFF !important;
  opacity: 0.5 !important;
}
.booking-container .btn-booking-finish {
  background: linear-gradient(45deg, var(--accent-primary), var(--accent-secondary));
}
.booking-container .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;
}
.booking-container .form-input:focus {
  outline: none;
  border-color: var(--accent-primary);
}
.booking-container .booking-client {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.booking-container .finish-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.booking-container .booking-services-list {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow-y: auto;
  padding: 1rem;
}
.booking-container .booking-category-expansion {
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid rgb(230, 230, 230);
}
.booking-container .booking-category-panel {
  background: white;
}
.booking-container .booking-category-title {
  margin: 0;
  font-weight: 600;
  color: #193837;
}
.booking-container .booking-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 16px 0;
}
.booking-container .booking-service-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.booking-container .booking-service-header {
  margin-bottom: 16px;
}
.booking-container .booking-service-name {
  margin: 0;
  font-weight: 600;
}
.booking-container .booking-service-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.booking-container .booking-duration-chip {
  flex-shrink: 0;
}
.booking-container .booking-service-price {
  margin: 0;
  font-weight: 700;
}
.booking-container .service-card-container {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  cursor: pointer;
  height: 160px; /* Fixed height for consistency */
}
.booking-container .service-card-container:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
.booking-container .service-card-content {
  display: flex;
  height: 100%;
}
.booking-container .service-image-container {
  width: 160px; /* Square container */
  height: 160px;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
}
.booking-container .service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking-container .service-image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-container .service-details-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.booking-container .service-details-content {
  padding: 20px !important;
  display: flex;
  flex-direction: column;
}
.booking-container .service-price-time {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.booking-container .service-name {
  font-weight: 600;
}
.booking-container .service-cost {
  font-weight: 700;
}
.booking-container .service-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
}
.booking-container .service-actions {
  margin-top: auto;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: end;
}
.booking-container .book-service-btn {
  min-width: 100px;
}

.artist-avatar .user-profile-image {
  width: 62px;
}

@media (max-width: 768px) {
  .booking-container {
    height: 100%;
  }
  .booking-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5rem;
  }
  .booking-app-spacer {
    height: 140px;
    width: 100%;
  }
  .booking-container .overview-container {
    width: 100%;
    height: 100%;
  }
  .booking-container .section-title {
    font-size: 2rem;
  }
  .booking-container .section-description {
    font-size: 0.9rem;
  }
  .booking-container .selection-grid.calendar {
    flex-direction: column;
  }
  .selection-grid {
    grid-template-columns: 1fr;
  }
  .header-content {
    flex-direction: column;
    gap: 1rem;
  }
}
/* 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-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 24px;
  padding: 8px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #E2E4E9;
}
.sales-header .sales-info .name {
  font-weight: 600;
  color: #1a1a1a;
}
.sales-header .sales-info .role {
  color: #666;
}
.sales-header .sales-info .role.fix {
  margin-left: 2px;
}
.sales-header .report-type {
  display: flex;
}

.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: 24px;
  padding: 12px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}
.employee-sales .metrics-grid .metric-card.sales {
  background: linear-gradient(to bottom right, #0F65D7, #287FF0);
  color: #FFFFFF;
}
.employee-sales .metrics-grid .metric-card.commission {
  background: linear-gradient(to bottom right, #65D995, #7CDEA5);
  color: #FFFFFF;
}
.employee-sales .metrics-grid .metric-card.tips {
  border: 1px solid #E2E4E9;
  background-color: #FFFFFF;
  color: #1A1D23;
}
.employee-sales .metrics-grid .metric-card.payout {
  background: linear-gradient(to bottom right, #28AF60, #37D278);
  color: white;
}
.employee-sales .metrics-grid .metric-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
  padding: 4px 0;
  background-color: unset;
}
.employee-sales .metrics-grid .metric-card .card-content .amount {
  font-weight: 700;
  margin-bottom: 8px;
}
.employee-sales .metrics-grid .metric-card .card-content .description {
  opacity: var(--opacity-70, 0.7);
}
.employee-sales .breakdown-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .employee-sales .breakdown-section {
    grid-template-columns: 1fr;
  }
}
.employee-sales .breakdown-section .breakdown-card {
  background: white;
  border-radius: 24px;
  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);
}

/* Small & X-Small devices (Phones) */
@media (max-width: 768px) {
  .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;
  }
  .btn-checkout {
    width: 80% !important;
  }
  .terminal-device-container {
    text-align: left;
  }
  .terminal-device-container .mud-select {
    display: inline-block;
    width: 140px;
  }
  .card-container {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 16px;
  }
  .card {
    background: none !important;
    background-color: white !important;
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .flex-stretch-sm {
    flex: 0 !important;
  }
  .flex-row-md-col-sm {
    flex-direction: column !important;
  }
  .btn-floating-add {
    right: 44px;
    bottom: 158px;
  }
  .btn-floating-back {
    position: absolute;
    bottom: 110px;
    left: 30px;
  }
  .btn-floating-edit {
    position: absolute;
    bottom: 110px;
    right: 30px;
  }
  .user-profile-card-container {
    margin-top: -8px !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;
  }
}
/* Med to Large devices (Tablets) */
@media (min-width: 769px) {
  .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;
  }
  .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;
  }
  .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;
  }
  .btn-checkout {
    width: 80% !important;
  }
  .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;
  }
  .app-footer {
    padding: 0 16px !important;
    background: none !important;
  }
  .date-header {
    color: white;
    background-color: #5A4BAD;
  }
  :root {
    --mud-palette-primary: #5A4BAD !important;
    --mud-palette-primary-text: white;
  }
  .user-profile-card {
    margin-top: 0;
    padding: 16px;
  }
  .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;
  }
}
/* X-Large to XX-L devices (Computers) */
@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;
  }
  .app-footer {
    padding-left: calc((100vw - 1320px) / 2 + 16px) !important;
  }
  .cashier-footer {
    left: calc((100vw - 1320px) / 2) !important;
  }
  .cashier-settings-footer {
    right: calc((100vw - 1320px) / 2) !important;
  }
  .cashier-footer-right {
    right: calc((100vw - 1320px) / 2 + 120px) !important;
  }
  .btn-floating-add {
    right: calc((100vw - 1200px) / 2 + 54px);
  }
}
@media (min-width: 1320px) {
  .cashier-footer-right {
    right: calc((100vw - 1320px) / 2 + 120px) !important;
  }
  .btn-floating-add {
    right: calc((100vw - 1320px) / 2 + 54px);
  }
}
