@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fa.fa-boneco {
  font-family: 'icomoon' !important;
  font-weight: normal !important;
  font-style: normal !important;
}

.fa-boneco::before {
  content: "\e900";
}

:root {
  --cor-branca: #fff;
  --cor-dourado-escuro: #9b7d40;
  --cor-dourado-claro: #f2c851;
  --cor-azul: #00467a;
  --cor-azul-escuro: #002a49;
  --cor-vermelho: #ed1a3b;
  --cor-verde: #326831;
  --cor-laranja: #f58232;
  --cor-cinza: #898989;
  --cor-cinza-claro: #d0d0d0;
  --cor-preto: #000;
}

html,
body {
  background: #f7f5f0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

.text-azul {
  color: var(--cor-azul);
}

.text-azul-escuro {
  color: var(--cor-azul-escuro);
}

.text-dourado {
  color: var(--cor-dourado-escuro);
}

.text-vermelho {
  color: var(--cor-vermelho);
}

.text-verde {
  color: var(--cor-verde);
}

.text-laranja {
  color: var(--cor-laranja);
}

.text-cinza {
  color: var(--cor-cinza);
}

.text-cinza-claro {
  color: var(--cor-cinza-claro);
}

.text-preto {
  color: var(--cor-preto);
}

.bg-azul {
  background-color: var(--cor-azul);
}

.bg-azul-escuro {
  background-color: var(--cor-azul-escuro);
}

.bg-dourado {
  background-color: var(--cor-dourado-escuro);
}

.bg-vermelho {
  background-color: var(--cor-vermelho);
}

.bg-verde {
  background-color: var(--cor-verde);
}

.bg-laranja {
  background-color: var(--cor-laranja);
}

.bg-cinza {
  background-color: var(--cor-cinza);
}

.bg-cinza-claro {
  background-color: var(--cor-cinza-claro);
}

.bg-preto {
  background-color: var(--cor-preto);
}

.border-azul-escuro {
  border: 1px solid var(--cor-azul-escuro);
}

.border-dourado {
  border: 1px solid var(--cor-dourado-escuro);
}

.login-page {
  background: #f6f6f5;
  display: block !important;
  margin: 0;
  min-height: 100vh;
  width: 100%;
}

.login-page-wrapper {
  align-items: center;
  background: url('../img/bg_login.jpg') center center / cover no-repeat;
  display: flex;
  justify-content: flex-end;
  min-height: 100vh;
  padding: 1.25rem;
  position: relative;
  width: 100vw;
}

.login-right-panel {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

.login-card {
  background: var(--cor-branca);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 18px;
  max-width: 460px;
  position: relative;
  z-index: 1;
}

.divider-text {
  align-items: center;
  display: flex;
  font-weight: 600;
  gap: 0.75rem;
  justify-content: center;
  text-transform: lowercase;
}

.divider-text::before,
.divider-text::after {
  background-color: var(--cor-cinza-claro);
  content: "";
  flex: 1;
  height: 1px;
  max-width: 140px;
}

.content-wrapper {
  background: #f7f5f0;
  height: calc(100vh - 132px) !important;
  overflow-y: auto;
  padding: 66px 0 0 0 !important;
}

.content-wrapper.dashboard-page>.dashboard-hero:first-child,
.content-wrapper.perfil-page>.perfil-hero-wrap:first-child,
.content-wrapper.ementas-page>.ementas-filtro-wrap:first-child,
.content-wrapper.marcacoes-page.booking-flow-main>.marcacoes-content:first-child {
  margin-top: 0.5rem !important;
}

.content-wrapper.p-0>section:first-child:has(.booking-select-card) {
  margin-top: 0.5rem !important;
}

.content-wrapper.p-0>.mobile-first.error-404-hero-top:first-child {
  margin-top: 0.5rem !important;
}

.content-wrapper.dashboard-page {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow-y: hidden;
}

.content-wrapper.dashboard-page .dashboard-hero,
.content-wrapper.dashboard-page {
  flex-shrink: 0;
}

.content-wrapper.dashboard-page .marcacoes-section {
  flex: 1 1 auto;
  min-height: 0;
  height: auto !important;
  overflow-y: auto;
}

.content-wrapper.perfil-page {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.content-wrapper.perfil-page .perfil-hero-wrap {
  flex-shrink: 0;
}

.content-wrapper.perfil-page .marcacoes-section {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.content-wrapper.ementas-page {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.content-wrapper.ementas-page .ementas-filtro-wrap {
  flex-shrink: 0;
}

.content-wrapper.ementas-page .marcacoes-section {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.content-wrapper.ementas-page #ementasList {
  max-width: 100%;
  min-width: 0;
}

.ementas-page .ementas-filtro-card {
  padding: 0.5rem 0.65rem !important;
}

.ementas-page .ementas-filtro-grid {
  margin-left: 0;
  margin-right: 0;
}

.ementas-page .ementas-filtro-grid>.col-12 {
  margin-bottom: 0.4rem;
  padding-left: 0;
  padding-right: 0;
}

.ementas-page .ementas-filtro-grid>.col-12:last-child {
  margin-bottom: 0;
}

.ementas-page .ementas-filtro-card .input-group-text {
  font-size: 0.88rem;
  height: 2.125rem;
  padding: 0 0.45rem;
}

.ementas-page .ementas-filtro-card .select2-container--default .select2-selection--single {
  height: 2.125rem !important;
  min-height: 2.125rem;
}

.ementas-page .ementas-filtro-card .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.35 !important;
  padding-left: 0.65rem;
  padding-right: 3.5rem;
  padding-top: 0.15rem;
}

.ementas-page .ementas-filtro-card .form-control {
  font-size: 0.9rem;
  height: 2.125rem;
  padding: 0.2rem 0.55rem;
}

.ementas-page .ementas-filtro-btn {
  flex-shrink: 0;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.32rem 0.9rem;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .ementas-page .ementas-filtro-busca-inner .ementas-filtro-busca-field {
    margin-bottom: 0 !important;
    margin-right: 0.5rem !important;
  }

  .ementas-page .ementas-filtro-btn {
    min-width: 7.25rem;
  }
}

.main-header {
  background: var(--cor-branca);
  border-bottom: 1px solid rgba(0, 42, 73, 0.08);
  box-shadow: 0 6px 18px rgba(0, 42, 73, 0.08);
  padding: 0.45rem 0.8rem;
  left: 0;
  height: 66px;
  max-height: 66px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1035;
}

.main-header h4 {
  font-weight: bold;
}

body.sidebar-collapse .logout-text,
body.sidebar-collapse .dropdown-nifs {
  display: none;
}

body.sidebar-collapse .main-sidebar:hover .logout-text,
body.sidebar-collapse .main-sidebar:hover .dropdown-nifs {
  display: inline;
}

.navbar-brand {
  margin-right: 0;
}

.card-brand {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  background: linear-gradient(135deg, var(--cor-azul), var(--cor-azul-escuro));
}

.app-topbar {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  min-height: 46px;
}

.topbar-side {
  align-items: center;
  display: flex;
  gap: 0.2rem;
  min-width: 42px;
}

.topbar-action {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: var(--cor-azul-escuro) !important;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  width: 38px;
}

.topbar-action:hover,
.topbar-action:focus {
  background: rgba(0, 70, 122, 0.06);
  color: var(--cor-azul-escuro) !important;
  text-decoration: none;
}

.topbar-center {
  align-items: center;
  color: var(--cor-azul) !important;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.topbar-date {
  color: var(--cor-azul);
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topbar-meta {
  align-items: center;
  color: var(--cor-cinza);
  display: inline-flex;
  font-size: 0.68rem;
  gap: 0.3rem;
  line-height: 1.2;
  margin-top: 0.18rem;
}

.topbar-meta i {
  color: var(--cor-azul);
  font-size: 0.7rem;
}

.notification-button {
  position: relative;
}

.notification-badge {
  align-items: center;
  background: var(--cor-dourado-claro);
  border: 2px solid var(--cor-branca);
  border-radius: 50%;
  color: var(--cor-azul-escuro);
  display: inline-flex;
  font-size: 0.56rem;
  font-weight: 700;
  height: 16px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 16px;
}

.main-footer {
  background: #f7f5f0;
  border: none;
  height: 66px;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1030;
}

.main-footer-box {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
}

.main-footer .btn {
  background: linear-gradient(135deg, var(--cor-dourado-claro), var(--cor-dourado-escuro));
  box-shadow: 0 10px 18px rgba(155, 125, 64, 0.3);
  color: var(--cor-branca);
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 35px;
  width: min(100%, 800px);
}

.footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

.footer-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 75px;
  color: var(--cor-cinza);
  flex-direction: column;
  font-size: 0.62rem;
  font-weight: 600;
  gap: 0.22rem;
  line-height: 1.15;
  min-width: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.footer-nav-item:hover,
.footer-nav-item:focus {
  color: var(--cor-azul-escuro);
  text-decoration: none;
}

.footer-nav-icon {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 1rem;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.footer-nav-label {
  display: block;
}

.footer-nav-item.active {
  color: var(--cor-azul-escuro);
}

.footer-nav-item-primary {
  color: var(--cor-dourado-escuro);
  transform: translateY(-18px);
}

.footer-nav-item-primary .footer-nav-icon {
  background: linear-gradient(135deg, var(--cor-dourado-claro), var(--cor-dourado-escuro));
  border-radius: 50%;
  box-shadow: 0 10px 18px rgba(155, 125, 64, 0.3);
  color: var(--cor-branca);
  height: 48px;
  width: 48px;
}

.footer-nav-item-primary .footer-nav-label {
  max-width: 68px;
}

.footer-nav-indicator {
  background: var(--cor-azul-escuro);
  border-radius: 999px;
  display: inline-block;
  height: 2px;
  margin-top: 0.05rem;
  width: 18px;
}

.image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 350px;
  overflow: hidden;
}

.img-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: bottom center;
}

.qr-code-img {
  max-width: 260px;
}

.form-control {
  /*height: 3rem;*/
  border-radius: 8px;
}

.input-group-text {
  border-radius: 8px;
}

.auth-group .input-group-text {
  background: var(--cor-branca);
  border-right: none;
  color: var(--cor-cinza-claro);
}

.auth-group .form-control {
  border-left: none;
}

.password-group .form-control {
  border-right: none;
}

.password-group .input-group-append .btn {
  border-left: none;
}

#togglePassword.btn-outline-secondary {
  background-color: var(--cor-branca);
  border-color: var(--cor-cinza-claro);
  border-left: none;
  color: var(--cor-cinza-claro);
}

#togglePassword.btn-outline-secondary:hover,
#togglePassword.btn-outline-secondary:focus,
#togglePassword.btn-outline-secondary:active {
  background-color: var(--cor-branca);
  border-color: var(--cor-cinza-claro);
  box-shadow: none;
  color: var(--cor-cinza-claro);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 17px !important;
}

.circle-radio {
  width: 22px;
  height: 22px;
  display: inline-block;
}

.circle-radio-outline {
  border-style: solid !important;
  border-width: 2px !important;
}

.circle-radio>span {
  border-radius: 50%;
  display: block !important;
  background: #f4f6f9 !important;
  height: 10px;
  margin: auto;
  width: 10px;
}

.icon-wrapper {
  align-items: center;
  background: var(--cor-cinza);
  border-radius: 50%;
  color: var(--cor-branca);
  cursor: pointer;
  display: flex;
  height: 25px;
  justify-content: center;
  width: 25px;
}

.icon-wrapper-absolute {
  position: absolute;
  right: 5px;
  top: 5px;
}

.trash-icon {
  background: var(--cor-vermelho);
}

.b-azul {
  border: 2px solid var(--cor-azul);
}

.b-azul-escuro {
  border: 2px solid var(--cor-azul-escuro);
}

.b-dourado {
  border: 2px solid var(--cor-dourado-escuro);
}

.b-vermelho {
  border: 2px solid var(--cor-vermelho);
}

.b-verde {
  border: 2px solid var(--cor-verde);
}

.border-person {
  border: 2px solid !important;
}

.border-r-1 {
  border-radius: 8px !important;
}

.border-r-2 {
  border-radius: 12px !important;
}

.mobile-first {
  width: 100% !important;
  margin: 0 auto !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  background: white !important;
  box-sizing: border-box !important;
  width: 300px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker,
.bootstrap-datetimepicker-widget.dropdown-menu table {
  background: white !important;
  padding: 5px;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th.picker-switch {
  font-size: 1rem !important;
}

.bootstrap-datetimepicker-widget,
.bootstrap-datetimepicker-widget .datepicker,
.bootstrap-datetimepicker-widget table {
  /*background: transparent !important;*/
  color: var(--cor-azul-escuro) !important;
  border-collapse: separate !important;
  border-spacing: 0 10px !important;
}

.bootstrap-datetimepicker-widget table th {
  border: none !important;
  color: var(--cor-azul-escuro) !important;
  font-weight: 700 !important;
}

.bootstrap-datetimepicker-widget table th span {
  background-color: var(--cor-dourado-escuro) !important;
  color: var(--cor-branca) !important;
  border-radius: 20px;
  padding: 5px 8px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  color: var(--cor-azul-escuro) !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
}

.bootstrap-datetimepicker-widget table td.day {
  background: transparent !important;
  border: none !important;
  color: var(--cor-azul-escuro) !important;
  font-weight: 600 !important;
}

.bootstrap-datetimepicker-widget table td.day.active .day-number {
  display: inline-block !important;
  background-color: var(--cor-azul) !important;
  color: var(--cor-branca) !important;
  height: auto;
  width: 28px !important;
  border-radius: 16px !important;
}

.bootstrap-datetimepicker-widget table td.day.has-booking .day-number {
  position: relative;
  display: inline-block !important;
  background: rgba(155, 125, 64, 0.18) !important;
  border-radius: 16px !important;
  color: var(--cor-dourado-escuro) !important;
  height: auto;
  width: 28px !important;
}

.bootstrap-datetimepicker-widget table td.day.has-booking .day-number::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--cor-azul);
}

.bootstrap-datetimepicker-widget table td.day.active.has-booking:not(.old) .day-number {
  background-color: var(--cor-azul) !important;
  color: var(--cor-branca) !important;
}

.bootstrap-datetimepicker-widget table td.day.active.has-booking:not(.old) .day-number::after {
  background-color: var(--cor-dourado-escuro) !important;
}

.bootstrap-datetimepicker-widget table td.day.today.has-booking .day-number::after,
.bootstrap-datetimepicker-widget table td.day.today.active.has-booking .day-number::after {
  background-color: var(--cor-dourado-escuro) !important;
}

.bootstrap-datetimepicker-widget table td.day.old.active .day-number {
  background-color: rgba(11, 82, 133, 0.35) !important;
  color: rgba(255, 255, 255, 0.88) !important;
}

.bootstrap-datetimepicker-widget table td.day.old.has-booking .day-number {
  background: rgba(155, 125, 64, 0.18) !important;
  color: var(--cor-dourado-escuro) !important;
}

.bootstrap-datetimepicker-widget table td.day.old.has-booking .day-number::after {
  background-color: var(--cor-azul);
}

.bootstrap-datetimepicker-widget table td.day.old.has-booking {
  opacity: 1;
}

.bootstrap-datetimepicker-widget table td.day::before {
  transform: translate(-50%, -50%) scale(0);
}

.bootstrap-datetimepicker-widget table td.day.old {
  color: rgba(137, 137, 137, 0.45) !important;
  opacity: 0.65;
  pointer-events: none;
}

.bootstrap-datetimepicker-widget table td.day.old>* {
  color: inherit !important;
}

.bootstrap-datetimepicker-widget table td.day.today:not(.active) .day-number {
  background: rgba(11, 82, 133, 0.22) !important;
  border-radius: 16px !important;
  color: var(--cor-azul-escuro) !important;
  display: inline-block !important;
  height: auto;
  width: 28px !important;
}

.bootstrap-datetimepicker-widget .datepicker-days,
.bootstrap-datetimepicker-widget .datepicker-months,
.bootstrap-datetimepicker-widget .datepicker-years,
.bootstrap-datetimepicker-widget .datepicker-decades {
  padding: 0 !important;
}

.bootstrap-datetimepicker-widget .picker-switch a,
.bootstrap-datetimepicker-widget .prev,
.bootstrap-datetimepicker-widget .next {
  color: var(--cor-dourado-escuro) !important;
}

.bootstrap-datetimepicker-widget .prev:hover,
.bootstrap-datetimepicker-widget .next:hover,
.bootstrap-datetimepicker-widget .picker-switch a:hover {
  color: var(--cor-azul) !important;
}

.btn {
  border-radius: 8px;
  font-weight: 600;
  /*height: 3rem;*/
  text-decoration: none;
}

.btn-cor-azul {
  background: var(--cor-azul);
  border: none;
}

.btn-cor-cinza {
  background: var(--cor-cinza);
  border: none;
}

.btn-cor-gold {
  background: var(--cor-dourado-escuro);
  border: none;
}

.btn-cor-gold:hover {
  background: var(--cor-dourado-escuro);
  opacity: 0.9;
}

.btn-rounded {
  border-radius: 50% !important;
  width: 22px !important;
  height: 22px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.btn-circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  margin-top: -5px;
}

.btn-next-step {
  bottom: 0.5rem;
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  width: auto;
  z-index: 9999;
}

.btnFatura:hover {
  border-bottom: 3px solid var(--cor-azul);
}

.remove-btn,
.close-btn {
  align-items: center;
  background: var(--cor-vermelho);
  border-radius: 50%;
  border: 2px solid var(--cor-branca);
  color: var(--cor-branca);
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
}

.remove-btn:hover,
.remove-btn:focus,
.close-btn:hover,
.close-btn:focus {
  color: var(--cor-branca);
  opacity: 0.92;
}

.cancel-btn {
  align-items: center;
  background: var(--cor-vermelho);
  border-radius: 8px;
  border: none;
  color: var(--cor-branca);
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
}

.close-btn {
  background: var(--cor-cinza);
}

.btn-top-right {
  position: absolute;
  top: 5px;
  right: 5px;
}

.logout-button {
  position: absolute;
  bottom: 0px;
  left: -5px;
  width: calc(100% + 5px);
}

.booking-step-page .content-wrapper,
.booking-step-page {
  background: #f7f5f0;
}

.booking-select-card {
  background: var(--cor-branca);
  border: 1px solid var(--cor-azul) !important;
  border-radius: 10px !important;
}

.booking-select-icon {
  color: var(--cor-azul);
}

.search-input-group {
  background: var(--cor-branca);
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  overflow: hidden;
}

.search-input-group:focus-within {
  border-color: #ced4da;
}

.search-input-group .input-group-text,
.search-input-group .form-control,
.search-input-group .input-group-append .search-clear-btn {
  background: var(--cor-branca);
  border: 0 !important;
  box-shadow: none !important;
}

.search-input-group .input-group-append .search-clear-btn:hover,
.search-input-group .input-group-append .search-clear-btn:focus {
  background: #f8f9fa;
}

.booking-select-card .input-group {
  align-items: center;
  flex-wrap: nowrap;
}

.booking-select-card .input-group-prepend {
  display: flex;
}

.booking-select-card .input-group-text {
  height: 2.5rem;
}

.booking-select-card .select2-container {
  flex: 1 1 auto;
  min-width: 0;
  width: 1% !important;
}

.booking-select-card .select2-container--default .select2-selection--single {
  align-items: center;
  border: 1px solid var(--cor-azul) !important;
  border-radius: 6px !important;
  color: var(--cor-azul-escuro);
  display: flex;
  font-weight: 600;
  height: 2.5rem;
  position: relative;
}

.booking-select-card .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal !important;
  padding-left: 0.75rem;
  padding-right: 4.25rem;
}

.booking-select-card .select2-container--default .select2-selection--single .select2-selection__clear {
  color: var(--cor-azul-escuro);
  font-size: 1.25rem;
  line-height: 1;
  margin: 0;
  opacity: 0.65;
  position: absolute;
  right: 2.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.booking-select-card .select2-container--default .select2-selection--single .select2-selection__clear:hover {
  opacity: 1;
}

.booking-select-card .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 0.5rem;
}

.booking-select {
  border: 1px solid var(--cor-azul) !important;
  border-radius: 6px !important;
  color: var(--cor-azul-escuro);
  font-weight: 600;
}

.booking-select:focus {
  border-color: var(--cor-azul);
  box-shadow: 0 0 0 0.2rem rgba(0, 70, 122, 0.12);
}

.booking-calendar-section {
  padding-bottom: 1rem;
}

.booking-step-title {
  color: var(--cor-azul-escuro);
  margin-bottom: 1rem;
}

.booking-flow-main {
  padding: 0;
  position: relative;
}

.content-wrapper.booking-flow-main:has(#resumoMarcacaoSection) {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.content-wrapper.booking-flow-main:has(#resumoMarcacaoSection)>section.wrapper-content,
.content-wrapper.booking-flow-main:has(#resumoMarcacaoSection)>section.payment-screen {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.content-wrapper.booking-flow-main:has(#resumoMarcacaoSection)>section.wrapper-content.cardapio-flow {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper-page .wrapper-content.cardapio-flow {
  padding-bottom: 0;
}

.cardapio-flow__intro {
  flex-shrink: 0;
}

.cardapio-flow__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
}

.marcacao-detalhe-avisos {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.marcacao-detalhe-aviso {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.4;
}

.marcacao-detalhe-aviso__glyph {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  height: 1.45rem;
  justify-content: center;
  line-height: 1;
  width: 1.45rem;
}

.marcacao-detalhe-aviso__text {
  flex: 1;
  min-width: 0;
}

.marcacao-detalhe-aviso--info {
  background: #e8f2fa;
  border: 1px solid #c5dce9;
  color: var(--cor-azul);
}

.marcacao-detalhe-aviso--info .marcacao-detalhe-aviso__glyph {
  background: var(--cor-azul);
  color: var(--cor-branca);
}

.marcacao-detalhe-aviso--danger {
  background: #fceef0;
  border: 1px solid #ebc6cd;
  color: var(--cor-vermelho);
}

.marcacao-detalhe-aviso--danger .marcacao-detalhe-aviso__glyph {
  background: var(--cor-vermelho);
  color: var(--cor-branca);
  font-size: 0.78rem;
}

.booking-next-step-container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.booking-empty-state-body {
  color: #6c757d;
  font-weight: 700;
  padding: 1rem;
  text-align: center;
}

.booking-calendar-panel {
  background: transparent;
  border-radius: 0;
  padding: 0.95rem 0.85rem 1.1rem;
}

.booking-calendar-panel .bootstrap-datetimepicker-widget {
  padding: 0;
}

.booking-calendar-panel .bootstrap-datetimepicker-widget table {
  margin-bottom: 0;
}

.booking-primary-button {
  align-items: center;
  background: linear-gradient(135deg, var(--cor-azul), var(--cor-azul-escuro));
  border-radius: 8px;
  border: none;
  color: var(--cor-branca) !important;
  display: flex;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.02em;
}

.booking-primary-button:hover,
.booking-primary-button:focus,
.booking-primary-button:active {
  background: linear-gradient(135deg, var(--cor-azul), var(--cor-azul-escuro));
  box-shadow: none;
  color: var(--cor-branca) !important;
}

.app-theme-modal .modal-content {
  border: 1px solid var(--cor-dourado-escuro);
  border-radius: 12px;
}

.app-theme-modal .modal-header {
  background: linear-gradient(135deg, var(--cor-azul), var(--cor-azul-escuro));
  border-bottom: 1px solid var(--cor-dourado-escuro);
}

.app-theme-modal .modal-title {
  color: var(--cor-branca);
  font-weight: 700;
}

.app-theme-modal .modal-header .close,
.app-theme-modal .modal-header .close span {
  color: var(--cor-branca);
  opacity: 1;
  text-shadow: none;
}

.app-theme-modal .modal-body p {
  color: var(--cor-azul-escuro);
  margin-bottom: 0;
}

.app-theme-modal .modal-footer {
  border-top: 1px solid var(--cor-cinza-claro);
}

.app-modal-btn-confirm,
.app-modal-btn-cancel {
  border-radius: 8px;
  font-weight: 700;
  min-width: 110px;
}

.app-modal-btn-confirm {
  background: linear-gradient(135deg, var(--cor-azul), var(--cor-azul-escuro));
  border: 1px solid var(--cor-azul-escuro);
  color: var(--cor-branca);
}

.app-modal-btn-confirm:hover,
.app-modal-btn-confirm:focus,
.app-modal-btn-confirm:active {
  background: linear-gradient(135deg, var(--cor-azul), var(--cor-azul-escuro));
  border-color: var(--cor-azul-escuro);
  box-shadow: none;
  color: var(--cor-branca);
}

.app-modal-btn-cancel {
  background: var(--cor-branca);
  border: 1px solid var(--cor-dourado-escuro);
  color: var(--cor-dourado-escuro);
}

.app-modal-btn-cancel:hover,
.app-modal-btn-cancel:focus,
.app-modal-btn-cancel:active {
  background: var(--cor-dourado-claro);
  border-color: var(--cor-dourado-escuro);
  box-shadow: none;
  color: var(--cor-azul-escuro);
}

.option-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.option-list-item {
  align-items: center;
  background: var(--cor-branca);
  border-radius: 12px;
  border: 1px solid var(--cor-dourado-escuro) !important;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.65rem;
}

.menu-item-actions {
  align-self: flex-end;
  margin-left: 0.75rem;
}

.menu-item-qty-controls {
  align-items: center;
  display: inline-flex;
  gap: 0.7rem;
}

.menu-item-qty {
  min-width: 1.25rem;
  text-align: center;
}

.time-slot {
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.time-slot__hour {
  min-width: 3.25rem;
}

.slot-capacity-indicator {
  align-items: center;
  display: inline-flex;
  margin-left: 0.75rem;
}

.slot-capacity-boneco {
  align-items: center;
  display: inline-flex;
  font-size: 1.5rem;
  justify-content: center;
  width: 1rem;
}

.slot-capacity-boneco .fa-boneco {
  color: var(--cor-cinza-claro);
  font-size: inherit;
  line-height: 1;
  transition: color 0.2s ease;
}

.slot-capacity-boneco--green .fa-boneco {
  color: var(--cor-verde);
}

.slot-capacity-boneco--red .fa-boneco {
  color: var(--cor-vermelho);
}

.slot-capacity-boneco--gray .fa-boneco {
  color: var(--cor-cinza-claro);
}

.time-slot--full {
  cursor: not-allowed;
  opacity: 0.55;
}

.tiny-list-loader {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  min-height: 8rem;
  padding: 2rem 1rem;
  width: 100%;
}

.tiny-list-loader .fa-spinner {
  font-size: 1.75rem;
}

.option-list-item.time-slot.bg-dourado .slot-capacity-boneco--green .fa-boneco,
.option-list-item.time-slot[aria-pressed="true"] .slot-capacity-boneco--green .fa-boneco {
  color: #b8e6b8;
}

.option-list-item.time-slot.bg-dourado .slot-capacity-boneco--red .fa-boneco,
.option-list-item.time-slot[aria-pressed="true"] .slot-capacity-boneco--red .fa-boneco {
  color: #ffb3c1;
}

.option-list-item.time-slot.bg-dourado .slot-capacity-boneco--gray .fa-boneco,
.option-list-item.time-slot[aria-pressed="true"] .slot-capacity-boneco--gray .fa-boneco {
  color: rgba(255, 255, 255, 0.45);
}

.option-list-item.time-slot.bg-dourado,
.option-list-item.time-slot[aria-pressed="true"] {
  background: var(--cor-dourado-escuro);
  border-color: var(--cor-dourado-escuro) !important;
  color: var(--cor-branca);
}

.option-list-item.time-slot.bg-dourado .option-button,
.option-list-item.time-slot[aria-pressed="true"] .option-button,
.option-list-item.time-slot.bg-dourado .time-slot__hour,
.option-list-item.time-slot[aria-pressed="true"] .time-slot__hour,
.option-list-item.time-slot.bg-dourado,
.option-list-item.time-slot[aria-pressed="true"] {
  color: var(--cor-branca);
}

.wrapper-page .wrapper-content {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.content-wrapper.marcacoes-page.booking-flow-main {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.content-wrapper.marcacoes-page.booking-flow-main>.marcacoes-page {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}

.marcacoes-page>.marcacoes-tabs {
  box-sizing: border-box;
  flex-shrink: 0;
  box-shadow: 0 6px 12px rgba(0, 42, 73, 0.08);
  max-width: 100%;
  width: 100%;
  z-index: 1032;
}

.marcacoes-page .marcacoes-content {
  box-sizing: border-box;
  flex: 1 1 auto;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
}

.marcacoes-page #reservasList {
  max-width: 100%;
  min-width: 0;
}

.marcacoes-page .reservas-tab-panel {
  transition: opacity 0.1s ease;
}

.marcacoes-page .reservas-tab-panel.is-tab-fading {
  opacity: 0;
}

.marcacoes-tabs {
  background: var(--cor-verde);
  border-radius: 10px 10px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*overflow: hidden;*/
  padding: 8px 2px 0 2px;
}

.marcacoes-tab-btn {
  background: transparent;
  border-radius: 10px 10px 0 0;
  border: 0;
  color: var(--cor-branca);
  font-weight: 700;
  padding: 0.5rem 0.5rem;
  transition: background-color 0.22s ease, color 0.22s ease;
}

.marcacoes-tab-btn.active {
  background: var(--cor-branca);
  color: var(--cor-preto);
}

@media (prefers-reduced-motion: reduce) {
  .marcacoes-page .reservas-tab-panel {
    transition: none;
  }

  .marcacoes-tab-btn {
    transition: none;
  }
}

.marcacoes-item {
  align-items: center;
  border-color: #9f9f9f !important;
  padding-right: 0;
}

.marcacoes-item-main {
  min-width: 0;
}

.marcacoes-item-date,
.marcacoes-item-title,
.marcacoes-item-local {
  color: var(--cor-azul-escuro);
  font-weight: 700;
  margin: 0;
}

.marcacoes-item-date {
  font-size: 0.88rem;
  margin-bottom: 0.25rem;
}

.marcacoes-item-title,
.marcacoes-item-local {
  font-size: 0.95rem;
}

.marcacoes-item-action {
  align-items: center;
  background: var(--cor-azul);
  border-radius: 8px;
  color: var(--cor-branca) !important;
  display: inline-flex;
  font-size: 1.05rem;
  font-weight: 800;
  height: 45px;
  justify-content: center;
  margin-right: -0.6rem;
  min-width: 34px;
  text-decoration: none;
}

.marcacoes-item-action:hover,
.marcacoes-item-action:focus {
  color: var(--cor-branca) !important;
  opacity: 0.96;
  text-decoration: none;
}

.payment-screen {
  padding: 0.2rem 0.65rem 8.6rem;
}

.payment-date-summary {
  color: var(--cor-azul-escuro);
  font-size: 1rem;
  font-weight: 700;
  margin: 0.55rem 0 0.7rem;
  text-align: center;
}

.payment-section-title {
  color: var(--cor-azul-escuro);
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 0.55rem;
  text-align: center;
}

.payment-items-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.payment-item-row {
  align-items: center;
  background: var(--cor-branca);
  border: 1px solid var(--cor-dourado-escuro);
  border-radius: 12px;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  min-height: 40px;
  padding: 0.2rem 0.24rem 0.2rem 0.65rem;
}

.payment-item-name {
  color: var(--cor-azul-escuro);
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.payment-item-actions {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  gap: 0.45rem;
}

.payment-item-price {
  color: var(--cor-azul-escuro);
  font-size: 0.95rem;
  font-weight: 800;
}

.payment-total {
  color: var(--cor-azul-escuro);
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0.85rem 0 1rem;
  text-align: center;
}

.payment-methods {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.payment-method-btn {
  align-items: center;
  background: linear-gradient(135deg, var(--cor-azul), var(--cor-azul-escuro));
  border-radius: 8px;
  color: var(--cor-branca) !important;
  display: flex;
  font-size: 1.08rem;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}

.payment-method-btn:hover,
.payment-method-btn:focus {
  color: var(--cor-branca) !important;
  opacity: 0.96;
  text-decoration: none;
}

.payment-empty-state {
  color: var(--cor-cinza);
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0.4rem 0 0.8rem;
  text-align: center;
}

@media (min-width: 992px) {
  .btn-next-step {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 50% !important;
  }
}

.dashboard-hero {
  background-color: var(--cor-azul-escuro);
  background-image: url('../img/bg_dashboard.png');
  background-size: cover;
  height: 140px;
  max-height: 140px;
  background-position: center right;
  padding: 1.5rem 1rem;
  position: relative;
  overflow: hidden;
  border-radius: 25px 25px 0 0;
}

.dashboard-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 42, 73, 0.78);
  z-index: 0;
}

.error-404-page .error-404-icon-wrap {
  align-items: center;
  background: rgba(155, 125, 64, 0.35);
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.error-404-page .error-404-icon-wrap i {
  font-size: 1.35rem;
}

.error-404-page .error-404-hero-text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
}

html.error-404-html,
html.error-404-html body.error-404-page {
  margin: 0;
  padding: 0;
}

.error-404-page {
  background-color: #f7f5f0;
  background-image: url('../img/bg_login.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  min-height: 100vh;
  padding: 0;
}

.error-404-page .content-wrapper {
  align-items: stretch;
  background: transparent !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  padding-bottom: 2rem !important;
  padding-top: 0 !important;
}

.error-404-page .error-404-hero-top {
  flex-shrink: 0;
  width: 100%;
}

.error-404-page .error-404-rest {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  width: 100%;
}

.error-404-page .marcacoes-section {
  margin-top: 0;
  padding-top: 0;
}

.error-404-page .marcacoes-section .card {
  margin-top: 0;
}

.error-404-page .dashboard-hero {
  padding-bottom: 0;
}

.totem-page .content-wrapper {
  background: #f7f5f0;
}

.totem-screen {
  min-height: calc(100vh - 128px);
  display: flex;
  align-items: stretch;
}

.totem-screen-inner {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 9rem;
}

.totem-card {
  width: 100%;
  background: var(--cor-branca);
  border: 1px solid rgba(0, 42, 73, 0.08);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 42, 73, 0.12);
  padding: 1.5rem 1.1rem 1.2rem;
}

.totem-brand {
  width: 100%;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--cor-azul), var(--cor-azul-escuro));
  padding: 0.9rem 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.totem-brand img {
  height: 42px;
  width: auto;
  max-width: 100%;
}

.totem-title {
  margin: 0 0 0.5rem;
  color: var(--cor-azul-escuro);
  font-size: 1.35rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.5px;
}

.totem-subtitle {
  margin: 0 0 1.25rem;
  color: var(--cor-cinza);
  font-size: 0.95rem;
  font-weight: 500;
  text-align: center;
}

.totem-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
}

.totem-actions--two-cols {
  grid-template-columns: 1fr 1fr;
}

.totem-choice-btn {
  align-items: center;
  appearance: none;
  background: linear-gradient(135deg, rgba(0, 42, 73, 0.02), rgba(0, 42, 73, 0.05));
  border-radius: 12px;
  border: 1.5px solid rgba(0, 42, 73, 0.12);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  position: relative;
  min-height: 120px;
  padding: 1rem;
  text-align: left;
  text-decoration: none;
  transition: all 0.2s ease;
  width: 100%;
}

.totem-choice-btn--full-width {
  align-items: flex-start;
  flex-direction: row;
  min-height: 85px;
  padding: 1rem 1rem 1rem 1.2rem;
  text-align: left;
  gap: 0.8rem;
}

.totem-choice-btn--full-width .totem-choice-label {
  font-size: 1.1rem;
}

.totem-choice-btn--full-width .totem-choice-helper {
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

.totem-choice-icon {
  height: 48px;
  width: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cor-azul-escuro);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.totem-choice-text {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.totem-choice-label,
.totem-choice-helper {
  white-space: normal;
  word-break: break-word;
  hyphens: auto;
}

.totem-choice-arrow {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  opacity: 0.8;
  color: inherit;
  font-size: 1.25rem;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.totem-choice-btn:hover .totem-choice-arrow {
  opacity: 1;
  transform: translateY(-50%) translateX(3px);
}

.totem-choice-btn:hover,
.totem-choice-btn:focus {
  opacity: 0.9;
  border-color: rgba(0, 42, 73, 0.25);
  box-shadow: 0 8px 20px rgba(0, 42, 73, 0.12);
  transform: translateY(-2px);
  text-decoration: none;
}

.totem-choice-btn:active {
  transform: translateY(0);
}

.totem-choice-label {
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1.2;
  color: var(--cor-azul-escuro);
  letter-spacing: -0.3px;
}

.totem-choice-helper {
  font-weight: 700;
  font-size: 0.85rem;
  opacity: 0.85;
  color: var(--cor-azul-escuro);
  margin-top: 0.3rem;
}

.totem-choice-btn-primary {
  background: linear-gradient(135deg, var(--cor-azul), var(--cor-azul-escuro));
  color: var(--cor-branca) !important;
  border: none;
}

.totem-choice-btn-primary .totem-choice-icon {
  background: rgba(255, 255, 255, 0.18);
  color: var(--cor-branca);
}

.totem-choice-btn-primary .totem-choice-label,
.totem-choice-btn-primary .totem-choice-helper {
  color: var(--cor-branca);
}

.totem-choice-btn-secondary {
  background: linear-gradient(135deg, var(--cor-dourado-claro), var(--cor-dourado-escuro));
  color: var(--cor-azul-escuro) !important;
  border: none;
}

.totem-choice-btn-secondary .totem-choice-icon {
  background: rgba(0, 42, 73, 0.16);
  color: var(--cor-azul-escuro);
}

.totem-choice-btn-secondary .totem-choice-label,
.totem-choice-btn-secondary .totem-choice-helper {
  color: var(--cor-azul-escuro);
}

@media (min-width: 768px) {
  .totem-card {
    padding: 1.5rem 1.35rem 1.25rem;
  }

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

  .totem-title {
    font-size: 1.5rem;
  }
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-top-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.hero-logo-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(155, 125, 64, 0.45);
}

.hero-logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-greeting {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
}

.hero-bottom-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
}

.hero-balance-label {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8rem;
  margin: 0 0 0.15rem;
}

.hero-balance {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
}

.btn-carregar-saldo {
  background: var(--cor-dourado-escuro);
  color: #fff !important;
  border: none;
  border-radius: 50px;
  padding: 0.45rem 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  height: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  text-decoration: none;
  line-height: 1.4;
}

.btn-carregar-saldo:hover {
  background: var(--cor-dourado-claro);
  color: var(--cor-azul-escuro) !important;
  text-decoration: none;
}

.marcacoes-section {
  padding: 0 0.75rem;
}

.section-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--cor-azul-escuro);
  margin: 0;
}

.section-link {
  font-size: 0.82rem;
  color: var(--cor-azul);
  font-weight: 600;
  text-decoration: none;
}

.section-link:hover {
  color: var(--cor-azul-escuro);
  text-decoration: none;
}

#resumoMarcacaoSection {
  flex-shrink: 0;
}

.marcacao-resumo-skeleton .sk-line,
.marcacao-resumo-skeleton .sk-pill,
.marcacao-resumo-skeleton .sk-icon,
.marcacao-resumo-skeleton .sk-tag {
  animation: resumo-skeleton-shimmer 1.2s ease-in-out infinite;
  background: linear-gradient(90deg, #e9ecef 25%, #f8f9fa 37%, #e9ecef 63%);
  background-size: 400% 100%;
  border-radius: 0.35rem;
  display: inline-block;
}

.marcacao-resumo-skeleton .sk-pill {
  height: 1.95rem;
  margin-left: auto;
  width: 8.5rem;
}

.marcacao-resumo-skeleton .sk-icon {
  border-radius: 999px;
  height: 1rem;
  width: 1rem;
}

.marcacao-resumo-skeleton .sk-line {
  height: 0.95rem;
}

.marcacao-resumo-skeleton .sk-line--lg {
  width: min(15.5rem, 70vw);
}

.marcacao-resumo-skeleton .sk-line--md {
  width: min(12rem, 55vw);
}

.marcacao-resumo-skeleton .sk-line--sm {
  width: min(8.5rem, 40vw);
}

.marcacao-resumo-skeleton .sk-tag {
  height: 1.65rem;
  width: 5.5rem;
}

.marcacao-resumo-skeleton .marcacao-resumo-row--between .sk-line {
  margin-left: auto;
}

@keyframes resumo-skeleton-shimmer {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.marcacao-resumo-card {
  --marcacao-resumo-row-min: 1.7rem;
}

.marcacao-resumo-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.marcacao-resumo-title {
  font-size: 0.95rem;
  line-height: 1.3;
  padding-top: 0.125rem;
}

.marcacao-resumo-body {
  display: flex;
  flex-direction: column;
  margin-top: 0.35rem;
}

.marcacao-resumo-row {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: 0.9rem;
  gap: 0.5rem;
  line-height: 1.25;
  min-height: var(--marcacao-resumo-row-min);
}

.marcacao-resumo-row--wrap {
  align-items: center;
}

.marcacao-resumo-row__icon {
  align-items: center;
  color: #6c757d;
  display: flex;
  flex: 0 0 1.375rem;
  font-size: 0.88rem;
  justify-content: center;
}

.marcacao-resumo-row__text {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: break-word;
}

.marcacao-resumo-row__text--badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
}

.marcacao-resumo-row__fill {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 0.5rem;
  justify-content: space-between;
  min-width: 0;
}

.marcacao-resumo-row__fill .status-badge {
  flex-shrink: 0;
}

.marcacao-resumo-row--between {
  align-items: center;
}

.marcacao-card {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  width: 100%;
  padding: 0.85rem 1.6rem 0.85rem 0.75rem;
  margin-bottom: 0.65rem;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
  color: inherit;
  font: inherit;
  line-height: inherit;
  position: relative;
}

.marcacao-card:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: inherit;
}

.marcacao-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fdf6e3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  color: var(--cor-dourado-escuro);
  font-size: 1.05rem;
}

.marcacao-info {
  flex: 1;
  min-width: 0;
}

.marcacao-columns {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.65rem;
}

.marcacao-left {
  flex: 1;
  min-width: 0;
}

.marcacao-right {
  min-width: 105px;
  max-width: 130px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.35rem;
}

.marcacao-date-avaliacao {
  gap: 0.15rem;
  margin-bottom: 0.2rem;
}

.marcacao-date-avaliacao .avaliacao-stars {
  margin-top: 0;
}

.marcacao-avaliacao-score {
  align-items: center;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 0.2rem;
  line-height: 1;
}

.marcacao-avaliacao-score__valor {
  color: var(--cor-azul-escuro);
}

.marcacao-modo-badge {
  width: 100%;
  justify-content: center;
  text-align: center;
  white-space: normal;
  margin-bottom: 0;
}

.marcacao-modo-badge span {
  line-height: 1.15;
}

.date-tag {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 4px;
  padding: 0.1rem 0.45rem;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

.date-tag-today {
  background: var(--cor-azul-escuro);
  color: #fff;
  padding: 0.3rem 0.6rem;
}

.date-tag-future {
  background: #f0f0f0;
  color: var(--cor-cinza);
  padding: 0.3rem 0.6rem;
}

.marcacao-nome {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--cor-azul-escuro);
  margin: 0 0 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.marcacao-meta {
  font-size: 0.73rem;
  color: var(--cor-cinza);
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.marcacao-meta i {
  color: var(--cor-cinza-claro);
}

.status-badge {
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 20px;
  padding: 0.22rem 0.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.status-badge-icon--dot {
  font-size: 0.42rem;
  line-height: 1;
  flex-shrink: 0;
}

.status-badge-icon--glyph {
  font-size: 0.78rem;
  line-height: 1;
  flex-shrink: 0;
}

.status-confirmada {
  background: rgba(50, 104, 49, 0.12);
  color: var(--cor-verde);
  box-shadow: inset 0 0 0 1px rgba(50, 104, 49, 0.22);
}

.status-pendente {
  background: rgba(245, 130, 50, 0.12);
  color: var(--cor-laranja);
  box-shadow: inset 0 0 0 1px rgba(245, 130, 50, 0.28);
}

.status-anulada {
  background: rgba(237, 26, 59, 0.12);
  color: var(--cor-vermelho);
  box-shadow: inset 0 0 0 1px rgba(237, 26, 59, 0.32);
}

.status-checkin-confirmado {
  background: rgba(0, 70, 122, 0.11);
  color: var(--cor-azul);
  box-shadow: inset 0 0 0 1px rgba(0, 70, 122, 0.22);
}

.status-anulada .status-badge-icon--dot,
.status-anulada .status-badge-icon--glyph {
  color: var(--cor-vermelho);
}

.status-checkin-pendente {
  background: rgba(0, 70, 122, 0.11);
  color: var(--cor-azul);
  box-shadow: inset 0 0 0 1px rgba(0, 70, 122, 0.22);
}

.marcacao-arrow {
  color: var(--cor-cinza-claro);
  font-size: 0.75rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.pending-marcacao-card {
  border: 1px solid transparent;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}

.pending-marcacao-card--selected {
  border-color: var(--cor-azul);
  box-shadow: 0 0 0 2px rgba(0, 70, 122, 0.12);
}

.pending-marcacoes-footer {
  gap: 0.5rem;
  flex-wrap: nowrap;
}

.pending-marcacoes-footer .btn {
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
  font-size: 0.95rem;
  line-height: 1.2;
  height: auto;
  min-height: 44px;
  padding: 0.55rem 0.5rem;
}

@media (max-width: 420px) {
  .pending-marcacoes-footer .btn {
    font-size: 0.88rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}

.info-bar {
  background: #eef6fb;
  border: 1px solid #cde5f5;
  border-radius: 10px;
  padding: 0.65rem 0.85rem;
  font-size: 0.77rem;
  color: var(--cor-azul);
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.info-bar i {
  margin-top: 0.1rem;
  flex-shrink: 0;
  color: var(--cor-azul);
}

@media (min-width: 768px) {
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer {
    transition: margin-left .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {

  body.sidebar-mini .main-footer {
    margin-left: 0 !important;
    transition: left .3s ease-in-out, right .3s ease-in-out;
  }

  body.sidebar-mini .main-footer {
    transition: left .3s ease-in-out, right .3s ease-in-out;
    border-radius: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    max-width: none !important;
    width: auto !important;
  }

  body.sidebar-mini.sidebar-collapse .main-footer {
    left: 4.6rem !important;
    right: 0 !important;
  }

  body.sidebar-mini:not(.sidebar-collapse) .main-footer {
    left: 250px !important;
    right: 0 !important;
  }

  .footer-nav {
    width: 60%;
  }

  body.layout-top-nav .main-footer {
    left: 0 !important;
    right: 0 !important;
  }
}

@media (min-width: 992px) {
  .content-wrapper .col-md-6.position-absolute {
    bottom: 6rem !important;
  }

  .mobile-first {
    width: 66.6667% !important;
    margin: 0 auto !important;
  }

  .login-page-wrapper {
    padding-right: 20vw;
  }

  .login-card {
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .main-footer {
    border: none;
    bottom: 0;
    height: 66px;
    left: 0;
    max-width: none;
    position: fixed;
    transform: none;
    width: 100%;
    z-index: 1030;
  }

  .main-footer .btn {
    width: min(100%, 400px);
  }
}

@media (max-width: 767.98px) {
  .login-page-wrapper {
    background: #f6f6f5;
    justify-content: center;
    padding: 0.75rem;
  }

  .login-right-panel {
    justify-content: center;
  }

  .login-card {
    border-radius: 14px;
    transform: none;
  }

  .main-header {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .footer-nav-label {
    font-size: 0.56rem;
  }
}

.avaliacao-stars {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.95rem;
  gap: 0.1rem;
  justify-content: flex-end;
  line-height: 1;
}

.avaliacao-stars--pendente .fa-star {
  color: #c8cdd3;
}

.avaliacao-stars--avaliada .fas.fa-star {
  color: var(--cor-dourado-escuro, #c9a227);
}

.avaliacao-stars--avaliada .far.fa-star {
  color: #c8cdd3;
}

/* Média decimal: estrelas vazias + camada dourada com largura proporcional à nota */
.avaliacao-stars-rating {
  --rating: 0;
  --rating-max: 5;
  --fill-percent: calc((var(--rating) / var(--rating-max)) * 100%);
  display: inline-flex;
  flex-shrink: 0;
  font-size: inherit;
  line-height: 1;
  position: relative;
}

.avaliacao-stars-rating__track,
.avaliacao-stars-rating__fill {
  display: inline-flex;
  gap: 0.1rem;
}

.avaliacao-stars-rating__fill {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: var(--fill-percent);
}

.avaliacao-stars-rating__track .fa-star {
  color: #c8cdd3;
}

.avaliacao-stars-rating__fill .fa-star {
  color: var(--cor-dourado-escuro, #c9a227);
}

.ementas-page .avaliacao-stars-rating {
  font-size: 0.85rem;
}

.marcacao-nome .marcacao-valor {
  color: var(--cor-azul-escuro, #1a3a5c);
  font-weight: 700;
  white-space: nowrap;
}

.marcacao-right .avaliacao-stars {
  width: 100%;
}

#mdlAvaliacaoRefeicao.modal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#mdlAvaliacaoRefeicao .modal-dialog {
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
}

#mdlAvaliacaoRefeicao .avaliacao-modal-content {
  border-radius: 1.5rem;
  overflow: hidden;
}

#mdlAvaliacaoRefeicao .avaliacao-modal-icone {
  background: #f5efe3;
  height: 72px;
  width: 72px;
}

#mdlAvaliacaoRefeicao .avaliacao-modal-icone-estrela {
  font-size: 0.85rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -45%);
}

#mdlAvaliacaoRefeicao #avaliacaoModalStars .btn-link,
#mdlAvaliacaoRefeicao #avaliacaoModalStars .btn-link:hover,
#mdlAvaliacaoRefeicao #avaliacaoModalStars .btn-link:focus,
#mdlAvaliacaoRefeicao #avaliacaoModalStars .btn-link:active {
  box-shadow: none !important;
  color: var(--cor-dourado-escuro);
  text-decoration: none;
}