body {
  background: #e2e7ed !important;
}

body .label {
  font-size: 13px;
}

body .busy_time_info {
  margin-left: 10px;
  background: #fb4862;
}

body .available_time_info {
  background: #2663eb;
}

body .go_back_button {
  font-weight: 500;
  font-size: 16px;
}

body .busy_time_info_google {
  background: #fb4862;
}

body .busy_time {
  background: #fb4862 !important;
  color: #fff !important;
  pointer-events: none;
}

body .has-error .form-control:focus {
  border-color: #ff0300 !important;
  box-shadow: none !important;
}

body .busy_google_time {
  background: #fb4862 !important;
  color: #fff !important;
  font-weight: 300 !important;
  pointer-events: none;
}

.appointment-header {
  display: flex;
  justify-content: center;
}

.appointment_logo img {
  max-width: 150px;
  height: auto;
  float: left;
}

.logo.img-responsive.navbar-brand.logo {
  margin-bottom: 0;
  margin-left: -20px;
}

.logo.img-responsive.navbar-brand.logo {
  margin-bottom: 0;
  margin-left: -20px;
}

.datetimepicker {
  background: #fff !important;
}

.mtop6 {
  margin-top: 6px !important;
}

.mtop35 {
  margin-top: 35px;
}

.appointment_type_holder .appointment_color_type {
  height: 30px;
  width: 30px;
  margin-top: 3px;
}

.appointment_type_holder .dropdown-menu li a:hover,
.appointment_type_holder .dropdown-menu li a {
  border: none !important;
  border-radius: 0px !important;
  padding: 8px 20px;
}

.appointment_type_holder .bootstrap-select {
  float: left;
}

.main_wrapper {
  padding: 25px;
  box-shadow: 0px 0px 0px 1px rgb(1 1 1 / 8%);
  background: #fff;
}

.hwp {
  border-radius: 4px;
  padding: 4px 10px;
  color: #fff;
}

body input {
  height: 38px !important;
}

body textarea,
body input {
  border: 1px solid #ececec !important;
}

.hours_wrapper {
  display: flex;
  margin-top: 20px !important;
}

@media only screen and (max-device-width: 360px) and (-webkit-device-pixel-ratio: 3) {
  .xdsoft_datetimepicker {
    left: 2px !important;
  }

  .btn {
    width: 100%;
  }
}

/* Fix progress steps mobile overflow - MINIMAL FIX */
@media (max-width: 640px) {
  .progress-steps-container {
    padding: 0 4px !important;
  }

  .step-indicator {
    min-width: 50px !important;
    flex: 1 !important;
  }

  .step-indicator .step-title {
    font-size: 9px !important;
    line-height: 1.1 !important;
  }

  .step-indicator .step-number {
    width: 20px !important;
    height: 20px !important;
    font-size: 10px !important;
  }

  .step-line {
    margin: 0 2px !important;
    top: -14px !important;
  }
}

/* Blocked dates in calendar */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
  background: #ffeeee !important; /* Light red background */
  color: #ff0000 !important; /* Red text */
  opacity: 0.6;
}

/* Current date when it's blocked */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled.xdsoft_current {
  background: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: #ff0000 0 1px 3px 0 inset;
}

/* Hover effect on blocked dates */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover {
  background: #ffcccc !important;
  color: #ff0000 !important;
}

/* Busy times in time picker */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time.busy_time {
  background: #ffeeee !important;
  color: #ff0000 !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time.busy_time:hover {
  background: #ffcccc !important;
  color: #ff0000 !important;
}

/* Improved header styling */
.appointments-external-form .main_wrapper {
  @apply tw-bg-white tw-rounded-xl tw-shadow-md;
}

/* Custom select styling */
.selectpicker {
  @apply tw-appearance-none tw-bg-white tw-cursor-pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
  padding-right: 2.5rem;
}

/* Disabled select styling */
.selectpicker:disabled {
  @apply tw-bg-neutral-50 tw-cursor-not-allowed tw-opacity-75;
}

/* Remove default select arrow in IE/Edge */
.selectpicker::-ms-expand {
  display: none;
}

/* Base styles */
.appointments-external-form {
  @apply tw-bg-neutral-50;
}

.main_wrapper {
  @apply tw-bg-white tw-rounded-xl tw-shadow-md tw-p-8 tw-max-w-3xl tw-mx-auto;
}

/* Header styling */
.appointment-header {
  @apply tw-mb-8;
}

.appointment-header h4 {
  @apply tw-text-3xl tw-font-bold tw-text-neutral-900 tw-tracking-tight;
}

.appointment-header p {
  @apply tw-text-lg tw-text-neutral-600 tw-mt-2;
  @apply tw-text-lg tw-text-neutral-600 tw-mt-2;
}

.appointment-header hr {
  @apply tw-border-t tw-border-neutral-200 tw-my-6 tw-max-w-md tw-mx-auto;
}

/* Form sections */
.form-section {
  @apply tw-mb-8 tw-p-6 tw-bg-neutral-50 tw-rounded-lg tw-border tw-border-neutral-200;
}

.form-section-title {
  @apply tw-text-lg tw-font-semibold tw-text-neutral-800 tw-mb-4;
}

/* Form controls */
.form-group {
  @apply tw-relative tw-mb-6;
}

.form-group label {
  @apply tw-block tw-text-sm tw-font-medium tw-text-neutral-700 tw-mb-2;
}

.form-group label.error,
.invalid-feedback {
  @apply tw-absolute tw-text-sm tw-text-red-600 tw-mt-1 tw-left-0 tw-bottom-0 tw-translate-y-full;
}

/* Add more space below inputs to accommodate error messages */
.form-group {
  @apply tw-mb-6;
}

/* Specific styling for select validation */
.bootstrap-select.form-control + .error {
  @apply tw-mt-1 tw-block tw-static tw-text-sm tw-text-red-600;
}

/* Error state for inputs */
.form-control.error,
.form-control.is-invalid {
  @apply tw-border-red-500 focus:tw-border-red-500 focus:tw-ring-red-500;
}

/* Error state for select */
.bootstrap-select.is-invalid .dropdown-toggle {
  @apply tw-border-red-500;
}

.form-control {
  @apply tw-w-full tw-rounded-lg tw-border-neutral-300 tw-shadow-sm;
  @apply focus:tw-ring-2 focus:tw-ring-primary-500 focus:tw-border-primary-500;
  @apply hover:tw-border-neutral-400;
  transition: all 0.2s ease;
}

/* Working hours section */
#provider_schedule {
  @apply tw-mt-6 tw-p-6 tw-bg-neutral-50 tw-rounded-lg tw-border tw-border-neutral-200;
}

.working-hours-title {
  @apply tw-text-sm tw-font-medium tw-text-neutral-700 tw-mb-4;
}

.working-hours-list {
  @apply tw-space-y-3;
}

.working-hours-item {
  @apply tw-flex tw-justify-between tw-items-center tw-text-sm tw-text-neutral-600;
}

/* Submit button */
.btn-primary {
  @apply tw-bg-primary-600 tw-text-white tw-font-medium tw-px-6 tw-py-3 tw-rounded-lg tw-shadow-sm;
  @apply hover:tw-bg-primary-700 focus:tw-outline-none focus:tw-ring-2 focus:tw-ring-offset-2 focus:tw-ring-primary-500;
  @apply disabled:tw-opacity-50 disabled:tw-cursor-not-allowed;
  transition: all 0.2s ease;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .main_wrapper {
    @apply tw-p-4;
  }

  .form-section {
    @apply tw-p-4;
  }
}

/* Loading states */
.form-loading {
  @apply tw-opacity-50 tw-pointer-events-none;
}

/* Success states */
.is-valid {
  @apply tw-border-green-500 focus:tw-border-green-500 focus:tw-ring-green-500;
}

/* Date and Location styling */
.input-group.date {
  @apply tw-flex tw-items-center tw-w-full tw-relative;
}

.input-group.date input {
  @apply tw-rounded-lg tw-border-neutral-300 tw-pr-10;
}

.input-group.date .input-group-addon {
  @apply tw-absolute tw-right-3 tw-top-1/2 tw-transform -tw-translate-y-1/2 tw-pointer-events-none tw-text-neutral-500;
}

.calendar-icon {
  @apply tw-text-lg;
}

/* Datepicker styling */
.bootstrap-datetimepicker-widget {
  @apply tw-bg-white tw-shadow-lg tw-rounded-lg tw-border tw-border-neutral-200 !important;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  @apply tw-bg-primary-600 tw-text-white !important;
}

.bootstrap-datetimepicker-widget table td {
  @apply tw-text-center tw-p-2 tw-cursor-pointer hover:tw-bg-neutral-100 tw-rounded;
}

/* Terms and conditions styling */
.checkbox {
  @apply tw-relative;
}

.checkbox input[type="checkbox"] {
  @apply tw-h-4 tw-w-4 tw-rounded tw-border-neutral-300 tw-text-primary-600;
  @apply focus:tw-ring-primary-500;
}

.checkbox label {
  @apply tw-ml-2 tw-block tw-text-sm tw-font-medium tw-text-neutral-700;
}
/* Error state */
.has-error .checkbox input[type="checkbox"] {
  @apply tw-border-red-500;
}

.has-error .checkbox label {
  @apply tw-text-red-600;
}

/* Disabled submit button */
.btn-primary:disabled {
  @apply tw-opacity-50 tw-cursor-not-allowed;
}

/* Booking form step by step styling */
.booking-step {
  @apply tw-transition-opacity tw-duration-150 tw-ease-in-out;
}

.booking-step.tw-opacity-0 {
  @apply tw-opacity-0;
}
.form-booking-steps .step-indicator {
  position: relative;
  z-index: 5;
}

.form-booking-steps .progress-bar {
  transition: width 0.5s ease-in-out, background-color 0.5s ease-in-out;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Step indicator styles */
.step-indicator .step-number {
  position: relative;
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.step-indicator.active .step-number {
  background-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.1);
}

.step-indicator.completed .step-number {
  background-color: #10b981;
}

.step-indicator .step-title {
  transition: color 0.3s ease;
}

.step-indicator.active .step-title {
  color: #3b82f6;
  font-weight: 500;
}

.step-indicator.completed .step-title {
  color: #10b981;
  font-weight: 500;
}

/* Connecting lines between steps - MUCH MORE VISIBLE */
.connecting-line {
  height: 4px !important; /* Thicker line */
  background-color: #e5e7eb;
  transition: background-color 0.5s ease;
  position: relative;
  margin: 0 8px;
  top: 16px; /* Align with the middle of the circles */
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Active connecting line */
#connecting-line-1-2.active,
#connecting-line-2-3.active,
#connecting-line-3-4.active {
  background-color: #3b82f6; /* Blue for active */
  height: 4px !important;
}

/* Completed connecting line */
#connecting-line-1-2.completed,
#connecting-line-2-3.completed,
#connecting-line-3-4.completed {
  background-color: #10b981; /* Green for completed */
  height: 4px !important;
}

/* Mobile responsive adjustments for connecting lines */
@media (max-width: 768px) {
  .connecting-line {
    margin: 0 4px;
  }

  .step-indicator .step-number {
    width: 28px !important;
    height: 28px !important;
  }

  .step-indicator .step-title {
    font-size: 0.7rem;
  }
}

/* Service cards styling */
.service-card {
  transition: all 0.2s ease;
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.service-card.selected {
  border: 1px solid rgb(0 168 255 / 32%);
  background-color: rgba(2, 132, 199, 0.05);
  border-radius: 6px;
}

/* Provider cards styling */
.provider-card {
  transition: all 0.2s ease;
  cursor: pointer;
}

.provider-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Buttons styling */
.btn-prev-step {
  background: none;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.btn-prev-step i {
  margin-right: 0.5rem;
}

.btn-next-step:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Custom time slots */
.time-slots-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .time-slots-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .time-slots-container {
    grid-template-columns: 1fr;
  }
}

.time-slot {
  padding: 12px;
  text-align: center;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: white;
  font-weight: 500;
}

.time-slot:hover:not(.selected):not(.busy) {
  background-color: #f9fafb;
  border-color: #d1d5db;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}

.time-slot.selected {
  background-color: rgba(2, 132, 199, 0.08);
  color: #0284c7;
  border-color: #0284c7;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(2, 132, 199, 0.2);
}

.time-slot.busy {
  background-color: #fee2e2;
  color: #b91c1c;
  cursor: not-allowed;
  opacity: 0.7;
}

/* Animation for transitions */
.step-indicator.completed .step-number {
  background-color: #10b981;
}

.step-indicator .step-title {
  color: #6b7280;
}

.step-indicator.active .step-title {
  color: #0284c7;
  font-weight: 500;
}

.step-indicator.completed .step-title {
  color: #10b981;
  font-weight: 500;
}

/* Form Steps */
.booking-step {
  display: none;
}

.booking-step.active {
  display: block;
}

/* Service cards styling */
.service-card {
  cursor: pointer;
  transition: all 0.2s ease;
}

.service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Provider cards styling */
.provider-card {
  cursor: pointer;
  transition: all 0.2s ease;
}

.provider-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.provider-card.selected {
  border: 1px solid rgb(0 168 255 / 32%);
  background-color: rgba(2, 132, 199, 0.05);
  border-radius: 6px;
}

/* Disabled provider styling */
.provider-card.disabled-provider {
  opacity: 0.75;
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.03);
}

.provider-card.disabled-provider:hover {
  transform: none;
  box-shadow: none;
  border-color: #e5e7eb;
}

/* Tooltip styling enhancement */
.provider-card[data-toggle="tooltip"] {
  position: relative;
}

/* Make buttons look nice */
.btn-prev-step {
  background: none;
  border: none;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}

/* Fix for time picker display */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 100px;
}

/* Blocked days styling - make it more obvious */
.xdsoft_date.blocked-date,
td.xdsoft_date.xdsoft_disabled.blocked-date {
  background: #ffebee !important;
  color: #c62828 !important;
  position: relative !important;
  cursor: not-allowed !important;
}

.xdsoft_date.blocked-date:before,
td.xdsoft_date.xdsoft_disabled.blocked-date:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23c62828'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18.364 18.364A9 9 0 005.636 5.636m12.728 12.728A9 9 0 015.636 5.636m12.728 12.728L5.636 5.636'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  opacity: 0.7;
  z-index: 10;
}

/* Add tooltip styling for the datepicker - improved version */
.xdsoft_datetimepicker .xdsoft_calendar td {
  position: relative;
}

/* Custom tooltip for blocked dates - simplified version that works with title attributes */
.xdsoft_date[title]:hover:after,
.xdsoft_date.blocked-date[title]:hover:after,
.xdsoft_date.provider-unavailable[title]:hover:after {
  content: attr(title);
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10000;
  width: auto;
  min-width: 100px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Busy times styling */
.xdsoft_time.busy_time {
  background: #f8d7da !important;
  color: #721c24 !important;
}

/* Time slots styling */
.time-slot-btn {
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px 16px;
  background-color: white;
  color: #374151;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.time-slot-btn:hover:not(.selected) {
  transform: translateY(-1px);
  border-color: #d1d5db;
  background-color: #f9fafb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.time-slot-btn.selected {
  border-color: #0284c7 !important;
  background-color: rgba(2, 132, 199, 0.08) !important;
  color: #0284c7 !important;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(2, 132, 199, 0.2),
    0 2px 4px -1px rgba(2, 132, 199, 0.1) !important;
  transform: translateY(-1px);
}

.time-slot-btn.selected::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230284c7'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 13l4 4L19 7'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
}

/* Custom styles */
.ui-datepicker-unselectable {
  opacity: 0.5;
}

.xdsoft_disabled.blocked-date {
  background-color: #ffdddd !important;
  color: #999 !important;
}

.xdsoft_disabled.provider-unavailable {
  background-color: #ffe8cc !important;
  color: #999 !important;
}

/* Date picker legend styles */
.date-picker-legend {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 12px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.legend-color {
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

.legend-color.blocked {
  background-color: #ffdddd;
}

.legend-color.unavailable {
  background-color: #ffe8cc;
}

.legend-color.available {
  background-color: #fff;
  border: 1px solid #ddd;
}

/* Mobile responsiveness */
@media (max-width: 640px) {
  .form-booking-steps .step-title {
    font-size: 0.75rem;
  }

  .time-slots-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-booking-steps .step-indicator:not(:last-child)::after {
    display: none;
  }
}

.step-indicator {
  min-width: 80px; /* Ensure steps have minimum width */
}

/* Animate step transitions */
.booking-step.hidden {
  opacity: 0;
  display: none;
}

.booking-step.active {
  opacity: 1;
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.progress-steps-container {
  margin-bottom: -3px;
}

/* Step line styling - VERY PROMINENT */
.step-line {
  height: 6px !important;
  background-color: #e5e7eb;
  border-radius: 3px;
  position: relative;
  transition: background-color 0.5s ease, height 0.3s ease;
  top: -25px; /* Position lines to align with the middle of circles */
}

/* Step lines styling for active and completed steps */
#line-1-2.active,
#line-2-3.active,
#line-3-4.active {
  background-color: #3b82f6; /* Blue for active */
}

#line-1-2.completed,
#line-2-3.completed,
#line-3-4.completed {
  background-color: #10b981; /* Green for completed */
}

/* Step number styling */
.step-number {
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 10; /* Ensure circles appear above lines */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Step indicator styling */
.step-indicator {
  min-width: 90px;
  position: relative;
  z-index: 5;
}

.step-indicator.active .step-number {
  background-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.15);
}

.step-indicator.completed .step-number {
  background-color: #10b981;
}

.step-indicator .step-title {
  transition: color 0.3s ease;
}

.step-indicator.active .step-title {
  color: #3b82f6;
  font-weight: 500;
}

.step-indicator.completed .step-title {
  color: #10b981;
  font-weight: 500;
}

/* Progress bar styling */
.progress-bar {
  transition: width 0.5s ease-in-out, background-color 0.5s ease-in-out;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .step-line {
    top: -20px;
    height: 4px !important;
  }

  .step-number {
    width: 24px !important;
    height: 24px !important;
    font-size: 12px;
  }

  .step-indicator .step-title {
    font-size: 0.7rem;
  }
}

/* =====================================================================
   APPOINTMENT FORM v2 — Redesign moderno (mobile-first + desktop)
   Estilos com alta especificidade para sobrescrever os anteriores
   ===================================================================== */

/* ------- 1) Base — fundo suave e tipografia ------- */
body.appointments-external-form {
    background:
        radial-gradient(1200px 600px at 0% 0%, rgba(14,165,233,0.08), transparent 60%),
        radial-gradient(1000px 500px at 100% 100%, rgba(99,102,241,0.07), transparent 55%),
        #f3f6fb !important;
    min-height: 100vh;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.appointments-external-form .main_wrapper {
    padding: 28px 32px !important;
    border-radius: 22px !important;
    background: #ffffff;
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.04),
        0 10px 40px -10px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(15, 23, 42, 0.04);
    position: relative;
    overflow: hidden;
}
body.appointments-external-form .main_wrapper::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 6px;
    background: linear-gradient(90deg, #0ea5e9 0%, #6366f1 50%, #ec4899 100%);
    border-radius: 22px 22px 0 0;
}

/* ------- 2) Header / título ------- */
body.appointments-external-form .appointment-header h4 {
    font-size: 26px !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, #0f172a 0%, #334155 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
}

/* ------- 3) Step indicators — visualmente fortes, animados ------- */
body.appointments-external-form .progress-steps-container {
    padding: 14px 4px 6px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 16px;
    border: 1px solid #eef2f6;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}
body.appointments-external-form .progress-steps-container > div:first-child {
    padding: 0 8px;
}
body.appointments-external-form .step-indicator {
    transition: transform 0.3s ease;
    position: relative;
    flex: 1;
    min-width: 0;
}
body.appointments-external-form .step-indicator .step-number {
    width: 54px !important;
    height: 54px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    background: #ffffff !important;
    color: #94a3b8 !important;
    border: 2px solid #e2e8f0 !important;
    box-shadow:
        0 0 0 5px #ffffff,
        0 2px 8px rgba(15, 23, 42, 0.06);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 2;
}
/* Active: gradiente forte com pulse ao redor */
body.appointments-external-form .step-indicator.active .step-number {
    background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    transform: scale(1.12);
    box-shadow:
        0 0 0 5px #ffffff,
        0 0 0 9px rgba(99, 102, 241, 0.25),
        0 10px 24px rgba(99, 102, 241, 0.45);
    animation: stepPulse 1.8s ease-in-out infinite;
}
/* Completed: verde com checkmark */
body.appointments-external-form .step-indicator.completed .step-number {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: transparent !important;
    border-color: transparent !important;
    box-shadow:
        0 0 0 5px #ffffff,
        0 6px 16px rgba(16, 185, 129, 0.40);
    position: relative;
}
body.appointments-external-form .step-indicator.completed .step-number::after {
    content: '\2713';
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
/* Hover em qualquer step ainda não ativo */
body.appointments-external-form .step-indicator:not(.active):not(.completed):hover .step-number {
    border-color: #cbd5e1 !important;
    color: #64748b !important;
}

body.appointments-external-form .step-indicator .step-title {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #94a3b8 !important;
    margin-top: 12px;
    transition: color 0.3s ease;
    letter-spacing: -0.01em;
    text-align: center;
    line-height: 1.3;
    padding: 0 4px;
}
body.appointments-external-form .step-indicator.active .step-title {
    color: #6366f1 !important;
    font-weight: 700 !important;
}
body.appointments-external-form .step-indicator.completed .step-title {
    color: #059669 !important;
    font-weight: 600 !important;
}

@keyframes stepPulse {
    0%, 100% {
        box-shadow:
            0 0 0 5px #ffffff,
            0 0 0 9px rgba(99, 102, 241, 0.30),
            0 10px 24px rgba(99, 102, 241, 0.45);
    }
    50% {
        box-shadow:
            0 0 0 5px #ffffff,
            0 0 0 16px rgba(99, 102, 241, 0.0),
            0 10px 26px rgba(99, 102, 241, 0.32);
    }
}

/* Linhas conectoras */
body.appointments-external-form .step-line {
    height: 4px !important;
    background: #e2e8f0 !important;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-top: 27px !important;
    flex: 1;
    z-index: 1;
}
body.appointments-external-form .step-line.completed,
body.appointments-external-form .step-line.active {
    background: linear-gradient(90deg, #0ea5e9, #6366f1) !important;
    box-shadow: 0 1px 4px rgba(99, 102, 241, 0.3);
}
body.appointments-external-form .step-line.completed::before,
body.appointments-external-form .step-line.active::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.4) 50%, transparent 100%);
    animation: lineShimmer 2.5s linear infinite;
}
@keyframes lineShimmer {
    from { transform: translateX(-100%); }
    to   { transform: translateX(100%); }
}

/* Barra de progresso geral (debaixo dos steps) */
body.appointments-external-form .progress-bar {
    background: linear-gradient(90deg, #0ea5e9 0%, #6366f1 50%, #ec4899 100%) !important;
    box-shadow: 0 0 14px rgba(99, 102, 241, 0.5);
    border-radius: 999px !important;
}

/* ------- 4) Service cards — gradiente dinâmico por cor de serviço ------- */
body.appointments-external-form .service-card {
    --svc-color: #6366f1;
    --svc-rgb: 99, 102, 241;
    position: relative;
    background:
        linear-gradient(135deg, rgba(var(--svc-rgb), 0.04) 0%, #ffffff 60%),
        #ffffff;
    border: 1px solid rgba(var(--svc-rgb), 0.15);
    border-radius: 18px;
    padding: 22px 24px 22px 28px;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.25s ease;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
/* Faixa lateral colorida (linha fina à esquerda) */
body.appointments-external-form .service-card .service-card-stripe {
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 5px;
    background: linear-gradient(180deg,
        var(--svc-color) 0%,
        rgba(var(--svc-rgb), 0.6) 100%);
    border-radius: 18px 0 0 18px;
}
/* Glow translúcido no canto superior direito */
body.appointments-external-form .service-card::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 180px; height: 180px;
    background: radial-gradient(circle, rgba(var(--svc-rgb), 0.18) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
body.appointments-external-form .service-card > * {
    position: relative;
    z-index: 1;
}

body.appointments-external-form .service-card .service-card-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,
        rgba(var(--svc-rgb), 0.18) 0%,
        rgba(var(--svc-rgb), 0.08) 100%);
    color: var(--svc-color);
    box-shadow: inset 0 0 0 1px rgba(var(--svc-rgb), 0.18);
    transition: transform 0.3s ease;
}
body.appointments-external-form .service-card .service-card-icon svg {
    width: 22px;
    height: 22px;
}

body.appointments-external-form .service-card .service-card-body {
    flex: 1;
    min-width: 0;
}
body.appointments-external-form .service-card .service-card-title {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #0f172a;
    margin: 0 0 8px 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

body.appointments-external-form .service-card .service-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
body.appointments-external-form .service-card .service-card-duration {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: var(--svc-color);
    background: rgba(var(--svc-rgb), 0.10);
    padding: 4px 10px;
    border-radius: 999px;
    line-height: 1.4;
}
body.appointments-external-form .service-card .service-card-price {
    display: inline-flex;
    align-items: center;
    font-size: 12.5px;
    font-weight: 700;
    color: #0f172a;
    background: #f1f5f9;
    padding: 4px 10px;
    border-radius: 999px;
}

body.appointments-external-form .service-card .service-card-description {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #64748b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Setinha à direita */
body.appointments-external-form .service-card .service-card-arrow {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%) translateX(-4px);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(var(--svc-rgb), 0.12);
    color: var(--svc-color);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
}

/* Hover */
body.appointments-external-form .service-card:hover {
    transform: translateY(-4px);
    border-color: var(--svc-color) !important;
    box-shadow:
        0 14px 36px -10px rgba(var(--svc-rgb), 0.40),
        0 4px 8px rgba(15, 23, 42, 0.04);
}
body.appointments-external-form .service-card:hover .service-card-icon {
    transform: scale(1.08) rotate(-3deg);
}
body.appointments-external-form .service-card:hover .service-card-arrow {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

/* Selected */
body.appointments-external-form .service-card.selected,
body.appointments-external-form .service-card.active {
    border-color: var(--svc-color) !important;
    background:
        linear-gradient(135deg, rgba(var(--svc-rgb), 0.10) 0%, #ffffff 70%),
        #ffffff;
    box-shadow:
        0 0 0 3px rgba(var(--svc-rgb), 0.18),
        0 18px 40px -12px rgba(var(--svc-rgb), 0.45);
}
body.appointments-external-form .service-card.selected .service-card-stripe {
    width: 7px;
}
body.appointments-external-form .service-card.selected .service-card-arrow {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
    background: var(--svc-color);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(var(--svc-rgb), 0.55);
}

/* Check verde no canto superior direito quando selecionado */
body.appointments-external-form .service-card.selected::after {
    content: '\2713';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px; height: 24px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 13px;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.45);
    z-index: 3;
    animation: checkPop 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes checkPop {
    0%   { transform: scale(0) rotate(-90deg); opacity: 0; }
    100% { transform: scale(1) rotate(0); opacity: 1; }
}

/* Responsivo: arrow fica menos prominente em mobile */
@media (max-width: 640px) {
    body.appointments-external-form .service-card {
        padding: 18px 18px 18px 22px;
        gap: 12px;
    }
    body.appointments-external-form .service-card .service-card-icon {
        width: 42px; height: 42px;
    }
    body.appointments-external-form .service-card .service-card-arrow {
        display: none;
    }
    body.appointments-external-form .service-card .service-card-title {
        font-size: 15.5px !important;
        padding-right: 30px;
    }
}

/* ------- 5) Provider cards v2 — limpos e responsivos ------- */
body.appointments-external-form .provider-card {
    background: #ffffff !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 16px !important;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.25s ease !important;
    position: relative;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    gap: 14px;
    min-height: 88px;
    isolation: isolate;
}

/* Glow translúcido no canto */
body.appointments-external-form .provider-card::before {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 140px; height: 140px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.10) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 0;
}
body.appointments-external-form .provider-card:hover::before {
    opacity: 1;
}
body.appointments-external-form .provider-card > * {
    position: relative;
    z-index: 1;
}

body.appointments-external-form .provider-card:hover {
    border-color: #0ea5e9 !important;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px -8px rgba(14, 165, 233, 0.28);
}
body.appointments-external-form .provider-card.selected,
body.appointments-external-form .provider-card.active {
    border-color: #0ea5e9 !important;
    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 70%) !important;
    box-shadow:
        0 0 0 3px rgba(14, 165, 233, 0.20),
        0 16px 36px -10px rgba(14, 165, 233, 0.40) !important;
}
body.appointments-external-form .provider-card.selected::after {
    content: '\2713';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px; height: 26px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 13px;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.45);
    z-index: 5;
    animation: checkPop 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body.appointments-external-form .provider-card.disabled,
body.appointments-external-form .provider-card.disabled-provider {
    opacity: 0.65;
    cursor: not-allowed !important;
    background: #fafbfc !important;
}
body.appointments-external-form .provider-card.disabled:hover,
body.appointments-external-form .provider-card.disabled-provider:hover {
    transform: none !important;
    box-shadow: none !important;
    border-color: #e2e8f0 !important;
}

/* Avatar com indicador de online */
body.appointments-external-form .provider-card .pc-avatar-wrap {
    position: relative;
    flex-shrink: 0;
    width: 64px; height: 64px;
}
body.appointments-external-form .provider-card .pc-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #0ea5e9, 0 4px 10px rgba(15, 23, 42, 0.10);
    display: block;
}
body.appointments-external-form .provider-card .pc-status-dot {
    position: absolute;
    bottom: 2px; right: 2px;
    width: 14px; height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981, #059669);
    border: 2.5px solid #ffffff;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.3);
}

/* Info textual */
body.appointments-external-form .provider-card .pc-info {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
body.appointments-external-form .provider-card .pc-name {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.25;
    letter-spacing: -0.01em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.appointments-external-form .provider-card.disabled .pc-name,
body.appointments-external-form .provider-card.disabled-provider .pc-name {
    color: #94a3b8 !important;
}
body.appointments-external-form .provider-card .pc-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px !important;
    color: #64748b !important;
    margin: 0 !important;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.appointments-external-form .provider-card .pc-meta + .pc-meta {
    margin-top: 2px !important;
}
body.appointments-external-form .provider-card .pc-meta svg {
    color: #94a3b8;
    flex-shrink: 0;
}
body.appointments-external-form .provider-card .pc-no-hours {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px !important;
    font-weight: 600;
    color: #ef4444 !important;
    background: #fef2f2;
    padding: 3px 8px;
    border-radius: 999px;
    margin: 6px 0 0 0 !important;
    line-height: 1.3;
}
body.appointments-external-form .provider-card .pc-no-hours svg {
    color: #ef4444;
    flex-shrink: 0;
}
body.appointments-external-form .provider-card .pc-available-badge {
    display: inline-flex;
    align-items: center;
    font-size: 10.5px;
    font-weight: 700;
    color: #059669;
    background: #d1fae5;
    padding: 3px 9px;
    border-radius: 999px;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.3;
}
body.appointments-external-form .provider-card .pc-available-badge::before {
    content: '';
    display: inline-block;
    width: 6px; height: 6px;
    background: #10b981;
    border-radius: 50%;
    margin-right: 5px;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.25);
}

/* Setinha à direita */
body.appointments-external-form .provider-card .pc-arrow {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(14, 165, 233, 0.10);
    color: #0ea5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    transform: translateX(-3px);
    opacity: 0.5;
}
body.appointments-external-form .provider-card:hover .pc-arrow {
    transform: translateX(0);
    opacity: 1;
    background: #0ea5e9;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(14, 165, 233, 0.45);
}
body.appointments-external-form .provider-card.selected .pc-arrow {
    background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%);
    color: #ffffff;
    transform: translateX(0) rotate(90deg);
    opacity: 1;
}
body.appointments-external-form .provider-card.disabled .pc-arrow,
body.appointments-external-form .provider-card.disabled-provider .pc-arrow {
    display: none;
}

/* Mobile — empilha avatar e info, esconde seta para economizar espaço */
@media (max-width: 575px) {
    body.appointments-external-form .provider-card {
        padding: 14px !important;
        gap: 12px;
        min-height: 80px;
    }
    body.appointments-external-form .provider-card .pc-avatar-wrap,
    body.appointments-external-form .provider-card .pc-avatar {
        width: 54px;
        height: 54px;
    }
    body.appointments-external-form .provider-card .pc-name {
        font-size: 15px !important;
    }
    body.appointments-external-form .provider-card .pc-meta {
        font-size: 12px !important;
    }
    body.appointments-external-form .provider-card .pc-arrow {
        width: 28px;
        height: 28px;
    }
    body.appointments-external-form .provider-card .pc-arrow svg {
        width: 16px;
        height: 16px;
    }
}

/* ------- 6) Inputs — base elegante e maiores ------- */
body.appointments-external-form .form-control {
    height: 50px !important;
    padding: 12px 16px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    background: #ffffff;
    color: #0f172a;
    transition: all 0.2s ease;
    box-shadow: none !important;
    width: 100%;
}
body.appointments-external-form .form-control:hover:not(:focus) {
    border-color: #cbd5e1 !important;
}
body.appointments-external-form .form-control:focus {
    border-color: #0ea5e9 !important;
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12) !important;
    outline: none !important;
}
body.appointments-external-form textarea.form-control {
    height: auto !important;
    min-height: 100px;
    line-height: 1.5;
    padding: 14px 16px !important;
}

body.appointments-external-form label.control-label {
    font-weight: 600 !important;
    font-size: 13.5px !important;
    color: #334155 !important;
    margin-bottom: 8px !important;
    display: block;
    letter-spacing: -0.005em;
}

/* Input-group (ícones nos inputs) */
body.appointments-external-form .input-group-addon {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-right: 0;
    border-radius: 12px 0 0 12px;
    padding: 0 14px;
    color: #64748b;
}
body.appointments-external-form .input-group .form-control {
    border-radius: 0 12px 12px 0 !important;
    border-left: 0 !important;
}

/* ------- 7) Date picker xdsoft — visual moderno ------- */
.xdsoft_datetimepicker {
    border-radius: 16px !important;
    box-shadow: 0 18px 50px -10px rgba(15, 23, 42, 0.30) !important;
    border: 0 !important;
    padding: 14px !important;
    background: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
}
.xdsoft_datetimepicker .xdsoft_calendar {
    margin-top: 8px !important;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
    border-spacing: 4px !important;
    border-collapse: separate !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
    color: #94a3b8 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    background: transparent !important;
    border: 0 !important;
    padding: 8px 4px !important;
    letter-spacing: 0.05em;
}
.xdsoft_datetimepicker .xdsoft_calendar td {
    border-radius: 10px !important;
    border: 0 !important;
    background: transparent !important;
    color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 40px !important;
    width: 40px !important;
    transition: all 0.18s ease;
    cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover:not(.xdsoft_disabled):not(.xdsoft_other_month) {
    background: #e0f2fe !important;
    color: #0369a1 !important;
    transform: scale(1.05);
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    background: rgba(14, 165, 233, 0.1) !important;
    color: #0284c7 !important;
    box-shadow: inset 0 0 0 2px #0ea5e9 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default {
    background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4) !important;
    transform: scale(1.05);
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month {
    color: #cbd5e1 !important;
    opacity: 0.5;
}
.xdsoft_datetimepicker .xdsoft_label {
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #0f172a !important;
    background: transparent !important;
    padding: 6px 12px !important;
}
.xdsoft_datetimepicker .xdsoft_label:hover {
    background: #f1f5f9 !important;
    border-radius: 8px !important;
}
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: #f8fafc !important;
    border-radius: 10px !important;
    transition: all 0.18s ease;
}
.xdsoft_datetimepicker .xdsoft_prev:hover,
.xdsoft_datetimepicker .xdsoft_next:hover {
    background-color: #e0f2fe !important;
}

/* Datas bloqueadas (override do estilo vermelho duro) */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
    background: #fef2f2 !important;
    color: #cbd5e1 !important;
    opacity: 1 !important;
    cursor: not-allowed;
    text-decoration: line-through;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover {
    background: #fef2f2 !important;
    transform: none !important;
}

/* ------- 8) Time slots — botões grandes em grid ------- */
body.appointments-external-form #time-slots-container {
    gap: 12px !important;
}
body.appointments-external-form #time-slots-container .time-slot,
body.appointments-external-form .time-slot,
body.appointments-external-form .time-slot-btn,
body.appointments-external-form .available-time-slot {
    background: #ffffff !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 16px 8px !important;
    text-align: center;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    cursor: pointer;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    user-select: none;
    min-height: 56px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 1.2;
}
body.appointments-external-form .time-slot-btn span,
body.appointments-external-form .time-slot span {
    pointer-events: none;
}
body.appointments-external-form .time-slot:hover:not(.busy_time):not(.busy_google_time):not(.disabled),
body.appointments-external-form .time-slot-btn:hover:not(.busy_time):not(.busy_google_time):not(.disabled) {
    border-color: #0ea5e9 !important;
    background: #f0f9ff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px -6px rgba(14, 165, 233, 0.30);
}
body.appointments-external-form .time-slot.selected,
body.appointments-external-form .time-slot.active,
body.appointments-external-form .time-slot-btn.selected,
body.appointments-external-form .time-slot-btn.active {
    background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%) !important;
    border-color: transparent !important;
    color: #ffffff !important;
    box-shadow: 0 8px 22px -4px rgba(99, 102, 241, 0.55);
    transform: translateY(-2px) scale(1.03);
}
body.appointments-external-form .time-slot.selected::before,
body.appointments-external-form .time-slot-btn.selected::before {
    content: '\2713';
    position: absolute;
    top: 4px; right: 6px;
    font-size: 11px;
    opacity: 0.9;
}
body.appointments-external-form .time-slot.busy_time,
body.appointments-external-form .time-slot.busy_google_time,
body.appointments-external-form .time-slot-btn.busy_time,
body.appointments-external-form .time-slot-btn.busy_google_time,
body.appointments-external-form .time-slot.disabled,
body.appointments-external-form .time-slot-btn.disabled,
body.appointments-external-form .time-slot-btn[disabled] {
    background: #f1f5f9 !important;
    border-color: #e2e8f0 !important;
    color: #cbd5e1 !important;
    cursor: not-allowed;
    text-decoration: line-through;
    opacity: 0.7;
    transform: none !important;
    box-shadow: none !important;
}

/* ------- 9) Botões ------- */
body.appointments-external-form button.btn,
body.appointments-external-form a.btn,
body.appointments-external-form .btn,
body.appointments-external-form button.btn-primary,
body.appointments-external-form .btn-primary,
body.appointments-external-form button.btn-next,
body.appointments-external-form .btn-next {
    height: 50px;
    padding: 0 26px !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    letter-spacing: -0.005em;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 0 !important;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none !important;
}
body.appointments-external-form button.btn-primary,
body.appointments-external-form .btn-primary,
body.appointments-external-form button.btn-next,
body.appointments-external-form .btn-next,
body.appointments-external-form .btn.btn-primary,
body.appointments-external-form .btn.btn-next {
    background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%) !important;
    background-color: #6366f1 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 18px -6px rgba(99, 102, 241, 0.55) !important;
    border: 0 !important;
}
body.appointments-external-form button.btn-primary:hover:not(:disabled),
body.appointments-external-form .btn-primary:hover:not(:disabled),
body.appointments-external-form button.btn-next:hover:not(:disabled),
body.appointments-external-form .btn-next:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px -6px rgba(99, 102, 241, 0.70) !important;
    filter: brightness(1.05);
    color: #ffffff !important;
}
body.appointments-external-form button.btn-primary:active,
body.appointments-external-form .btn-primary:active {
    transform: translateY(0);
}
body.appointments-external-form button.btn-primary:disabled,
body.appointments-external-form .btn-primary:disabled,
body.appointments-external-form .btn-primary.disabled,
body.appointments-external-form .btn-next:disabled,
body.appointments-external-form .btn-next.disabled {
    background: #cbd5e1 !important;
    background-color: #cbd5e1 !important;
    cursor: not-allowed;
    box-shadow: none !important;
    transform: none !important;
    filter: none !important;
}
body.appointments-external-form .btn-default,
body.appointments-external-form .btn-secondary {
    background: #ffffff !important;
    color: #475569 !important;
    border: 2px solid #e2e8f0 !important;
}
body.appointments-external-form .btn-default:hover {
    border-color: #cbd5e1 !important;
    background: #f8fafc !important;
}
body.appointments-external-form .btn-prev-step {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 8px 14px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #64748b !important;
    background: transparent !important;
    transition: all 0.18s ease;
    text-decoration: none !important;
}
body.appointments-external-form .btn-prev-step:hover {
    background: #f1f5f9 !important;
    color: #0f172a !important;
}

#book-appointment-btn {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: #fff !important;
    height: 56px !important;
    padding: 0 32px !important;
    font-size: 16px !important;
    box-shadow: 0 8px 22px -4px rgba(16, 185, 129, 0.55) !important;
    border-radius: 14px !important;
}
#book-appointment-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 28px -4px rgba(16, 185, 129, 0.65) !important;
    filter: brightness(1.05);
}

/* ------- 10) Painel Resumo (Step 4) ------- */
body.appointments-external-form #step-4 .tw-bg-white,
body.appointments-external-form .booking-step .tw-rounded-lg {
    border-radius: 16px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 1px 2px rgba(15,23,42,0.04), 0 4px 14px -4px rgba(15,23,42,0.05);
}

/* ------- 11) Mobile-first — touch-friendly ------- */
@media (max-width: 768px) {
    body.appointments-external-form .main_wrapper {
        padding: 18px 16px !important;
        margin: 0 8px;
        border-radius: 16px !important;
    }
    body.appointments-external-form .appointment-header h4 {
        font-size: 20px !important;
    }
    body.appointments-external-form .step-indicator .step-number {
        width: 36px !important;
        height: 36px !important;
        font-size: 13px !important;
    }
    body.appointments-external-form .step-indicator .step-title {
        font-size: 10.5px !important;
        line-height: 1.2 !important;
    }
    body.appointments-external-form .step-line {
        margin-top: 18px !important;
    }
    body.appointments-external-form .service-card {
        padding: 18px !important;
    }
    body.appointments-external-form .service-card .service-header h5 {
        font-size: 16px !important;
    }
    body.appointments-external-form .form-control {
        height: 48px !important;
        font-size: 16px !important; /* evita zoom no iOS */
    }
    body.appointments-external-form .time-slot {
        font-size: 15px !important;
        padding: 14px 6px !important;
        min-height: 52px;
    }
    body.appointments-external-form #time-slots-container {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }
    body.appointments-external-form .btn,
    body.appointments-external-form .btn-primary {
        width: 100%;
        height: 52px;
        font-size: 16px !important;
    }
    body.appointments-external-form .booking-step .tw-flex.tw-justify-end {
        flex-direction: column;
    }
    body.appointments-external-form .provider-card img,
    body.appointments-external-form .provider-card .provider-avatar {
        width: 50px !important;
        height: 50px !important;
    }
    /* Date picker em fullscreen no mobile (mais usável) */
    .xdsoft_datetimepicker {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: calc(100vw - 32px) !important;
        max-width: 360px !important;
        z-index: 9999;
    }
    .xdsoft_datetimepicker .xdsoft_calendar td {
        height: 44px !important;
        width: 44px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 480px) {
    body.appointments-external-form .step-indicator .step-title {
        display: none; /* só números no mobile pequeno */
    }
    body.appointments-external-form .step-indicator {
        min-width: 36px !important;
    }
    body.appointments-external-form #time-slots-container {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    body.appointments-external-form .appointment-header h4 {
        font-size: 18px !important;
    }
}

/* ------- 12) Animations / micro-interactions ------- */
body.appointments-external-form .booking-step.active {
    animation: fadeSlideUp 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes fadeSlideUp {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

body.appointments-external-form .service-card,
body.appointments-external-form .provider-card,
body.appointments-external-form .time-slot {
    -webkit-tap-highlight-color: transparent;
}

/* ------- 13) Skeleton loading ------- */
body.appointments-external-form .tw-animate-spin {
    border-color: #0ea5e9 !important;
    border-top-color: transparent !important;
    border-width: 3px !important;
}

/* ------- 14) Selectpicker ------- */
body.appointments-external-form .bootstrap-select > .dropdown-toggle {
    height: 50px !important;
    padding: 12px 16px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: none !important;
}
body.appointments-external-form .bootstrap-select > .dropdown-toggle:focus,
body.appointments-external-form .bootstrap-select.open > .dropdown-toggle {
    border-color: #0ea5e9 !important;
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12) !important;
    outline: none !important;
}
body.appointments-external-form .bootstrap-select .dropdown-menu {
    border-radius: 12px;
    border: 0;
    box-shadow: 0 12px 32px -6px rgba(15, 23, 42, 0.18);
    padding: 6px;
}
body.appointments-external-form .bootstrap-select .dropdown-menu li > a {
    border-radius: 8px;
    padding: 10px 12px;
    transition: background 0.15s ease;
}
body.appointments-external-form .bootstrap-select .dropdown-menu li.selected > a,
body.appointments-external-form .bootstrap-select .dropdown-menu li > a:hover {
    background: #f0f9ff !important;
    color: #0369a1;
}

/* ------- 15) Checkbox "termos" ------- */
body.appointments-external-form .checkbox-primary input[type="checkbox"] {
    width: 22px;
    height: 22px;
    accent-color: #0ea5e9;
    cursor: pointer;
}
body.appointments-external-form .checkbox-primary label {
    cursor: pointer;
    line-height: 1.5;
}

/* ------- 16) Visual de "selecionado" via classes do JS ------- */
body.appointments-external-form .service-card.tw-border-primary-500,
body.appointments-external-form .service-card[data-selected="true"] {
    border-color: #0ea5e9 !important;
    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15), 0 12px 30px -8px rgba(14, 165, 233, 0.25);
}

/* ====================================================================
   QUICK WEEKLY DATE PICKER — calendário inline horizontal
   ==================================================================== */
body.appointments-external-form .quick-date-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e8eef5;
    border-radius: 18px;
    padding: 20px 18px 16px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

body.appointments-external-form .quick-date-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
}
body.appointments-external-form .quick-date-label {
    margin: 0 0 4px 0;
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.01em;
    line-height: 1.2;
}
body.appointments-external-form .quick-date-help {
    margin: 0;
    font-size: 12.5px;
    color: #64748b;
    font-weight: 500;
}
body.appointments-external-form .quick-date-other {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.18s ease;
}
body.appointments-external-form .quick-date-other:hover {
    border-color: #6366f1;
    color: #6366f1;
    background: #eef2ff;
}

/* Hint "Arraste para ver mais" */
body.appointments-external-form .quick-date-hint {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 600;
    color: #94a3b8;
    background: #f1f5f9;
    padding: 6px 11px;
    border-radius: 999px;
}
body.appointments-external-form .quick-date-hint svg {
    animation: arrowSlide 1.6s ease-in-out infinite;
}
@keyframes arrowSlide {
    0%, 100% { transform: translateX(0); opacity: 0.6; }
    50%      { transform: translateX(3px); opacity: 1; }
}
@media (max-width: 480px) {
    body.appointments-external-form .quick-date-hint { display: none; }
}

/* Scroller horizontal */
body.appointments-external-form .quick-date-scroller {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}
body.appointments-external-form .quick-date-scroller::-webkit-scrollbar {
    height: 6px;
}
body.appointments-external-form .quick-date-scroller::-webkit-scrollbar-track {
    background: transparent;
}
body.appointments-external-form .quick-date-scroller::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

/* Card de dia */
body.appointments-external-form .quick-date-day {
    flex: 0 0 auto;
    min-width: 78px;
    padding: 14px 10px 12px;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    position: relative;
    scroll-snap-align: start;
    color: #0f172a;
    font-family: inherit;
}
body.appointments-external-form .quick-date-day:hover:not(.is-disabled):not(.is-selected) {
    border-color: #6366f1;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -8px rgba(99, 102, 241, 0.30);
}

body.appointments-external-form .quick-date-day .qdp-weekday {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    line-height: 1;
}
body.appointments-external-form .quick-date-day .qdp-day {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 2px 0;
}
body.appointments-external-form .quick-date-day .qdp-month {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    line-height: 1;
}
body.appointments-external-form .quick-date-day .qdp-today-badge {
    position: absolute;
    top: -8px;
    right: -4px;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 3px 7px;
    border-radius: 999px;
    letter-spacing: 0.05em;
    box-shadow: 0 3px 8px rgba(239, 68, 68, 0.35);
    line-height: 1;
}

/* Final de semana — visual mais leve */
body.appointments-external-form .quick-date-day.is-weekend {
    background: #fafbfc;
}
body.appointments-external-form .quick-date-day.is-weekend .qdp-weekday {
    color: #cbd5e1;
}

/* Selecionado — gradiente azul-violeta */
body.appointments-external-form .quick-date-day.is-selected {
    background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%);
    border-color: transparent;
    transform: translateY(-3px) scale(1.06);
    box-shadow: 0 14px 30px -8px rgba(99, 102, 241, 0.55);
}
body.appointments-external-form .quick-date-day.is-selected .qdp-weekday,
body.appointments-external-form .quick-date-day.is-selected .qdp-day,
body.appointments-external-form .quick-date-day.is-selected .qdp-month {
    color: #ffffff;
}
body.appointments-external-form .quick-date-day.is-selected .qdp-weekday,
body.appointments-external-form .quick-date-day.is-selected .qdp-month {
    opacity: 0.85;
}
body.appointments-external-form .quick-date-day.is-selected .qdp-today-badge {
    background: #ffffff;
    color: #ef4444;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
body.appointments-external-form .quick-date-day.is-selected::after {
    content: '✓';
    position: absolute;
    bottom: 4px;
    right: 6px;
    width: 16px; height: 16px;
    background: #ffffff;
    color: #6366f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 900;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

/* Disabled (data passada ou bloqueada) */
body.appointments-external-form .quick-date-day.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    text-decoration: line-through;
}

/* ====================================================================
   DATE/TIMEZONE BLOCK — visual destacado
   ==================================================================== */
body.appointments-external-form .date-timezone-block {
    background: #ffffff;
    border: 1px solid #e8eef5;
    border-radius: 18px;
    padding: 18px;
    transition: all 0.3s ease;
    overflow: hidden;
}
body.appointments-external-form .date-timezone-block.dtb-hidden {
    display: none;
}
body.appointments-external-form .date-timezone-block.dtb-compact {
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 60%);
    border-color: #bbf7d0;
}

body.appointments-external-form .dtb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: end;
}

body.appointments-external-form .dtb-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    letter-spacing: -0.005em;
    text-transform: uppercase;
}
body.appointments-external-form .dtb-label svg {
    color: #6366f1;
}
body.appointments-external-form .dtb-cell-tz .dtb-label svg {
    color: #0ea5e9;
}

/* Input de data — display estilizado destacando o valor */
body.appointments-external-form .dtb-input-wrap {
    position: relative;
}
body.appointments-external-form .dtb-input.dtb-input-date {
    height: 56px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    background: #ffffff !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 14px 18px !important;
    letter-spacing: 0.02em;
    box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.05);
    cursor: pointer;
}
body.appointments-external-form .dtb-input.dtb-input-date:focus,
body.appointments-external-form .dtb-input.dtb-input-date:hover {
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12) !important;
}

/* Selectpicker do fuso */
body.appointments-external-form .dtb-cell-tz .bootstrap-select > .dropdown-toggle {
    height: 56px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 14px 18px !important;
}
body.appointments-external-form .dtb-cell-tz .bootstrap-select > .dropdown-toggle:hover,
body.appointments-external-form .dtb-cell-tz .bootstrap-select.open > .dropdown-toggle {
    border-color: #0ea5e9 !important;
}

/* ====================================================================
   TIME SLOTS SECTION — destaque maior
   ==================================================================== */
body.appointments-external-form .time-slots-section {
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
    border: 2px solid #bae6fd;
    border-radius: 18px;
    padding: 20px 22px 22px;
    box-shadow: 0 6px 18px -8px rgba(14, 165, 233, 0.30);
    animation: slotsSectionPop 0.4s ease-out;
}
@keyframes slotsSectionPop {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

body.appointments-external-form .time-slots-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #bae6fd;
}
body.appointments-external-form .time-slots-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%);
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 6px 14px -4px rgba(99, 102, 241, 0.45);
}
body.appointments-external-form .time-slots-title {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #0f172a;
    margin: 0 0 2px 0;
    letter-spacing: -0.01em;
}
body.appointments-external-form .time-slots-subtitle {
    margin: 0;
    font-size: 12.5px;
    color: #475569;
    font-weight: 500;
}

/* Mobile */
@media (max-width: 640px) {
    body.appointments-external-form .quick-date-section {
        padding: 16px 14px 12px;
    }
    body.appointments-external-form .quick-date-label {
        font-size: 15px;
    }
    body.appointments-external-form .quick-date-day {
        min-width: 68px;
        padding: 12px 8px 10px;
    }
    body.appointments-external-form .quick-date-day .qdp-day {
        font-size: 22px;
    }
    body.appointments-external-form .time-slots-section {
        padding: 16px 14px 18px;
    }
    body.appointments-external-form .time-slots-icon {
        width: 38px; height: 38px;
    }
    body.appointments-external-form .time-slots-title {
        font-size: 15.5px !important;
    }
}
