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

.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: 30px;
  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;
}

.app-layout .header-badge {
  height: 18px !important;
  min-width: 12px !important;
  font-size: 10px;
  inset: auto auto calc(100% - 22px) calc(100% - 22px) !important;
}
.app-layout .header-title-container {
  display: flex;
  flex: 1 1;
  justify-content: center;
}
.app-layout .closed {
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: 500;
}
.app-layout .open {
  right: 300px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  transition: 500;
}
.app-layout .floating-nav-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.app-layout .floating-nav-button-btm {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.app-layout .app-bar-drawer {
  top: 0 !important;
  overflow-x: hidden;
}
.app-layout .close-btn-basic {
  color: black;
}
.app-layout .close-btn {
  color: black;
  margin-left: -16px;
  max-height: 48px;
  max-width: 48px;
}
.app-layout .qr-code-div {
  position: fixed;
  bottom: 140px;
  width: 300px;
  z-index: 10000;
}
.app-layout .qr-code-image {
  border: 2px solid gray;
  width: 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;
}
.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;
  flex: 1 1;
  align-items: center;
  justify-content: space-around;
}
.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: 30px;
  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-content {
  display: flex;
  justify-content: space-between;
  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;
}

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

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

.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: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-next-new {
  margin-left: 8px;
  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: 30px !important;
  border-bottom-left-radius: 30px !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: 30px !important;
  border-bottom-right-radius: 30px !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: 30px;
  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: 30px;
  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;
}

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

.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: 30px;
  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: 30px;
  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;
}

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

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

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

.show-all-col {
  width: 80px;
  white-space: nowrap !important;
}

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

.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: 30px;
  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: 30px;
  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: 30px;
  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;
  text-align: left;
}

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

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

.data-grid-container {
  border-radius: 30px;
  margin-top: 12px;
  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 #D5D5D5;
}
.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 black;
}
.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: 10pt;
  font-weight: normal;
}
.data-grid-container .dg-footer {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 12pt;
}
.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-left {
  padding-left: 20px !important;
}
.data-grid-container .dg-selected {
  background-color: #7261b8;
  color: white;
}

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

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

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

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

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

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

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

.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: 28px;
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  background-color: white;
  box-shadow: var(--mud-elevation-1);
}

.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: 20px;
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  background-color: white;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  justify-content: space-between;
}
.user-profile-card .mud-table-container {
  flex: 1 1;
}

.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-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-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: 50px;
  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: lightgray;
}

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

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

.base-dialog {
  padding: 24px;
  border-radius: 30px;
  width: 400px;
  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;
}

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

.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 {
  margin-top: -8px;
}

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

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

/* Small & X-Small devices (Phones) */
@media (max-width: 767px) {
  .display-sm {
    display: block !important;
  }
  .display-sm-flex {
    display: flex !important;
  }
  .display-sm-cell {
    display: table-cell !important;
  }
  .display-lg {
    display: none !important;
  }
  .display-lg-flex {
    display: none !important;
  }
  .display-lg-cell {
    display: none !important;
  }
  .app-spacer {
    min-height: 56px;
  }
  .hide-small {
    display: none;
  }
  .hide-large {
    display: initial;
  }
  .form-check-label {
    font-size: 16px !important;
  }
  .phone-input-container {
    padding-top: 100px;
  }
  .phone-input {
    font-size: 22pt !important;
  }
  .phone-error {
    font-size: 12pt;
    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: 118px;
  }
  .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;
  }
}
/* Med to Large devices (Tablets) */
@media (min-width: 768px) {
  .display-sm {
    display: none !important;
  }
  .display-sm-flex {
    display: none !important;
  }
  .display-sm-cell {
    display: none !important;
  }
  .display-lg {
    display: block !important;
  }
  .display-lg-flex {
    display: flex !important;
  }
  .display-lg-cell {
    display: table-cell !important;
  }
  .user-profile,
  .user-profile-list {
    box-shadow: none !important;
    border-radius: 30px;
    padding: 34px 0;
  }
  .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: 14pt;
    font-weight: bold;
    padding-top: 20px;
  }
  .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 {
    border-radius: 30px;
    margin-top: 0;
    padding: 16px;
  }
  .hide-border {
    border: none;
    box-shadow: none;
    border-top: 1px solid #D5D5D5;
  }
}
/* 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);
  }
}
