.navbar-brand img {
  width: 146px;
}

.ml-auto {
  margin-left: auto;
}

.header .container {
  gap: 8px;
}

.session-btn {
  padding: 10px;
}

.session-btn i {
  font-size: 18px;
}

@media (min-width: 992px) {
  .navbar-nav {
    display: none;
  }
}
@media (max-width: 992px) {
  .session-btn {
    display: none;
  }
}
.offcanvas-header.border-top {
  flex-direction: column;
  gap: 8px;
}

.banner-calculator-wrapper {
  display: flex;
}
.banner-calculator-wrapper .banner {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.banner-calculator-wrapper .banner h2 {
  width: 100%;
  padding-bottom: 0px !important;
}
.banner-calculator-wrapper .banner .lead {
  width: 100%;
}
.banner-calculator-wrapper .calculator {
  width: 50%;
}
.banner-calculator-wrapper .calculator .card {
  padding: 2rem !important;
}

.item-results-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.item-results-wrapper .item-result {
  display: flex;
  width: 100%;
  font-weight: 800;
  justify-content: space-between;
  background-color: #eff0fe;
  border-radius: 12px;
  padding: 12px 10px;
}
.item-results-wrapper .item-result .result:has(.blur-number) .helper {
  filter: blur(2.5px);
}
.item-results-wrapper .item-result .result {
  font-size: 26px;
}
.item-results-wrapper .item-result.stand-out {
  background-color: #e9f9ef;
}

.calculator .card .calculator-inputs {
  margin-bottom: 30px;
}
.calculator .card .calculator-inputs .form-select {
  font-size: 14px;
}
.calculator .card .appointment-cta {
  margin-top: 30px;
}
.calculator .card .appointment-cta .btn {
  width: 100%;
}

@media (max-width: 768px) {
  .banner-calculator-wrapper {
    flex-wrap: wrap;
  }
  .banner-calculator-wrapper .banner {
    width: 100%;
  }
  .banner-calculator-wrapper .calculator {
    width: 100%;
  }
}
.fixed-pill {
  position: fixed;
  right: 0px;
  bottom: 22px;
  z-index: 10;
}

.blur-number {
  filter: blur(2.5px);
}

.disclaimer {
  font-size: 12px !important;
}

.socials {
  gap: 8px;
}
.socials .btn-tiktok svg {
  width: 18px;
  height: 18px;
}

.pt-8 {
  padding-top: 5rem !important;
}

.header-dynamic-form {
  min-height: 140px;
}

@media (min-width: 768px) {
  .steps .step .step-number {
    margin-left: 100px;
  }
  .steps .step::after {
    left: 130px;
  }
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.5rem;
}

.calendar-weekday {
  text-align: center;
  font-weight: 600;
  color: #6c757d;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.calendar-day {
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  min-height: 54px;
  font-weight: 600;
  background: #fff;
  transition: all 0.15s ease;
}

.calendar-day:hover:not(:disabled) {
  border-color: #018459;
}

.calendar-day-selected {
  background: #018459;
  color: #fff;
  border-color: #018459;
}

.calendar-day-empty {
  border: 1px dashed #e9ecef;
  border-radius: 0.75rem;
  min-height: 54px;
  background: #f8f9fa;
}

.calendar-actions {
  min-width: min(100%, 320px);
}

#slotsContainer .btn {
  width: 74px;
}

#calendarDays {
  margin-bottom: 20px;
}

.confirmation-card .card-body {
  padding: 86px 50px;
}

.whatsapp-btn {
  background-color: #25D366;
  bottom: 74px;
  border-color: #25D366;
}
.whatsapp-btn .bxl-whatsapp {
  font-size: 20px;
}

.text-disclaimer {
  font-size: 12px;
}

.comment-card {
  width: 280px;
  margin-right: 24px;
}

.icon-home {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #015e3f;
  border-radius: 100%;
  color: white;
}
.icon-home.left {
  margin-left: auto;
}
.icon-home.right {
  margin-right: auto;
}

.skandia-shell {
  max-width: 820px;
}

.brand-logo {
  max-width: 180px;
  height: auto;
}

.progress {
  height: 0.55rem;
}

.question-badge {
  min-width: 1.8rem;
}

.required-star {
  color: var(--bs-primary);
}

.choice-grid {
  display: grid;
  gap: 1rem;
}

.choice-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border: 1px solid var(--bs-primary);
  border-radius: var(--bs-border-radius-lg);
  color: var(--bs-primary);
  cursor: pointer;
  font-size: 1.125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 20;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.file-drop {
  padding: 1.25rem;
  border: 1px dashed var(--bs-border-color);
  border-radius: var(--bs-border-radius-lg);
  background: var(--bs-light);
  text-align: center;
}
.file-drop.is-dragging {
  border-color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.1);
}

.screen {
  display: none;
}
.screen.active {
  display: block;
}

.validation-message {
  min-height: 1.45rem;
  color: var(--bs-danger);
  font-size: 0.95rem;
}

.checklist li {
  margin-bottom: 0.55rem;
}

@media (max-width: 576px) {
  .nav-float {
    right: 0.75rem;
    bottom: 0.75rem;
  }
  .brand-logo {
    max-width: 145px;
  }
}
.icon-compare-table {
  background-color: rgba(255, 255, 255, 0.1);
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-compare-table svg {
  color: white;
}

.steps-sm .step:before {
  left: 130px;
}/*# sourceMappingURL=app.css.map */