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%);
  border-radius: 4px;
  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%;
  }
}

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

.xdsoft_datetimepicker.appointly-disable-past-navigation .xdsoft_prev.appointly-prev-disabled {
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 0.35 !important;
}

.xdsoft_datetimepicker.appointly-disable-past-navigation .xdsoft_label {
  pointer-events: none !important;
  cursor: default !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 {
    background: transparent !important;
    @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 */
.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: #0ea5e9;
  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: #0ea5e9;
  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: #0ea5e9; /* 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(4, 1fr);
  gap: 0.5rem;
  margin-top: 1rem;
}

.time-slot {
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.time-slot:hover {
  background-color: #f3f4f6;
}

.time-slot.selected {
  background-color: #3b82f7;
  color: white;
  border-color: #3b82f7;
}

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

/* Animation for transitions */
.form-step {
  transition: opacity 0.3s ease;
}

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

/* Remove old classes */
.form-step {
  display: none;
}

.form-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.2s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.time-slot-btn:hover {
  transform: translateY(-2px);
}

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

.time-slot-btn.selected::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px 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: 10px;
}

/* 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 {
  transition: opacity 0.3s ease;
}

.booking-step.hidden {
  opacity: 0;
  display: none;
}

.booking-step.active {
  opacity: 1;
  display: block;
  animation: fadeIn 0.3s ease-in;
}

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

/* Progress steps container with prominent lines */
.progress-steps-container {
  margin-bottom: 1.5rem;
}

/* 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: #0ea5e9; /* 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: #0ea5e9;
  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: #0ea5e9;
  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;
  }
}

/* Calendly-style custom service flow */
.appointly-custom-service-flow {
  background: linear-gradient(180deg, #f7f8fb 0%, #eef3f8 100%) !important;
}

.appointly-custom-service-flow #wrapper {
  padding: 32px 20px;
}

.appointly-custom-booking-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.appointly-custom-booking-row {
  margin-left: 0;
  margin-right: 0;
}

.appointly-custom-service-wrapper {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent;
  box-shadow: none;
  float: none !important;
  width: 100%;
}

.appointly-custom-service-shell {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.appointly-custom-service-sidebar {
  background: linear-gradient(180deg, #fbfdff 0%, #f4f7fb 100%);
  border-right: 1px solid #e2e8f0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.appointly-custom-service-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.appointly-custom-service-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.appointly-custom-service-back-link:hover {
  color: #0f172a;
  text-decoration: none;
}

.appointly-copy-link-btn {
  border: 1px solid #d7deea;
  background: #ffffff;
  color: #0f172a;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.appointly-copy-link-btn:hover {
  border-color: #93c5fd;
  color: #0369a1;
}

.appointly-custom-service-branding {
  min-height: 38px;
}

.appointly-custom-service-logo {
  max-width: 150px;
  max-height: 38px;
  width: auto;
  height: auto;
}

.appointly-custom-service-company-name {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}

.appointly-custom-service-host {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.appointly-custom-service-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.appointly-custom-service-avatar {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
}

.appointly-custom-service-provider {
  font-size: 15px;
  font-weight: 600;
  color: #475569;
}

.appointly-custom-service-title {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
  color: #0f172a;
}

.appointly-custom-service-accordion-toggle {
  display: none;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(2, 132, 199, 0.08);
  color: #0369a1;
}

.appointly-custom-service-accordion-toggle:focus {
  outline: 2px solid rgba(2, 132, 199, 0.24);
  outline-offset: 2px;
}

.appointly-custom-service-accordion-toggle svg {
  display: block;
  width: 18px;
  height: 18px;
}

.appointly-custom-service-accordion-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.appointly-custom-service-accordion-icon-up {
  display: none;
}

.appointly-custom-service-accordion-body {
  display: block;
}

.appointly-custom-service-sidebar.is-accordion-collapsed .appointly-custom-service-accordion-body {
  display: none;
}

.appointly-custom-service-sidebar.is-accordion-collapsed .appointly-custom-service-accordion-icon-down {
  display: inline-flex;
}

.appointly-custom-service-sidebar.is-accordion-collapsed .appointly-custom-service-accordion-icon-up {
  display: none;
}

.appointly-custom-service-sidebar.is-accordion-open .appointly-custom-service-accordion-icon-down {
  display: none;
}

.appointly-custom-service-sidebar.is-accordion-open .appointly-custom-service-accordion-icon-up {
  display: inline-flex;
}

.appointly-custom-service-price {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.09);
  color: #0369a1;
  font-size: 14px;
  font-weight: 700;
}

.appointly-custom-service-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.appointly-custom-service-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #e2e8f0;
  color: #334155;
  font-size: 14px;
  line-height: 1.5;
}

.appointly-custom-service-meta-icon {
  min-width: 40px;
  font-size: 11px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f172a;
}

.appointly-custom-service-description {
  margin-top: 20px;
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
}

.appointly-custom-service-description > :last-child {
  margin-bottom: 0;
}

.appointly-custom-service-content {
  padding: 34px 40px 36px;
}

.appointly-custom-step-header {
  align-items: flex-start !important;
  margin-bottom: 24px !important;
}

.appointly-custom-step-heading-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  flex: 1 1 auto;
}

.appointly-custom-step-heading-group h4,
.appointly-custom-step-heading-group h4.tw-text-xl,
.appointly-custom-step-heading-group h4.tw-text-lg {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  color: #0f172a;
}

.appointly-custom-step-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 15px;
}

.appointly-custom-scheduler {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.appointly-custom-calendar-card {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none;
}

.appointly-custom-time-slots-card {
  background: #ffffff;
  box-shadow: none;
  border-radius: 24px !important;
  border-color: #dbe4f0 !important;
  padding: 24px !important;
}

.appointly-custom-calendar-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 28px !important;
  width: 100%;
  max-width: 560px;
}

.appointly-custom-accessible-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.appointly-custom-service-flow #appointment-date {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 0 !important;
  width: 0;
  padding: 0 !important;
  border: 0 !important;
}

.appointly-custom-date-column,
.appointly-custom-timezone-column {
  width: 100%;
}

.appointly-custom-date-field {
  position: relative;
  width: 100%;
  max-width: 560px;
}

.appointly-custom-timezone-column {
  align-items: flex-start;
  gap: 12px;
}

@media (max-width: 1024px) {
  .appointly-custom-scheduler {
    gap: 14px;
  }

  .appointly-custom-calendar-card {
    padding: 14px !important;
    margin-bottom: 14px !important;
  }

  .appointly-custom-calendar-grid {
    gap: 16px !important;
    max-width: 100%;
  }

  .appointly-custom-date-field {
    max-width: 100%;
  }

  .appointly-custom-step-heading-group h4,
  .appointly-custom-step-heading-group h4.tw-text-xl,
  .appointly-custom-step-heading-group h4.tw-text-lg,
  .appointly-custom-service-title {
    font-size: 21px;
  }

  .appointly-custom-timezone-label,
  .appointly-custom-step-subtitle {
    font-size: 14px;
  }

  .appointly-custom-service-flow #time-slots-container {
    gap: 10px;
  }

  .appointly-custom-service-flow .time-slot-btn {
    min-height: 44px;
    padding: 9px 10px;
    font-size: 12px;
  }

  .appointly-custom-booking-summary {
    margin-bottom: 20px !important;
    padding: 18px !important;
  }

  .appointly-custom-booking-summary-grid {
    gap: 12px !important;
  }

  .appointly-custom-booking-summary-item {
    padding: 14px !important;
  }

  .appointly-custom-booking-summary-title {
    margin-bottom: 14px !important;
  }

  .appointly-custom-booking-summary-title h5 {
    font-size: 16px;
  }

  .appointly-custom-booking-summary-item .tw-text-lg {
    font-size: 15px;
    line-height: 1.35;
  }
}

.appointly-custom-timezone-label {
  margin: 0;
  color: #17324d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.appointly-custom-timezone-group {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: 100% !important;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 18px;
  overflow: visible;
  background: transparent;
  font-size: 14px;
}

.appointly-custom-timezone-group .input-group-addon {
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  padding: 0;
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #17324d;
  transform: translateY(-50%);
  pointer-events: none;
}

.appointly-custom-timezone-group .bootstrap-select,
.appointly-custom-timezone-group .bootstrap-select > .dropdown-toggle {
  width: 100% !important;
  max-width: 100%;
}

.appointly-custom-timezone-group .bootstrap-select {
  position: relative;
  flex: 1 1 auto;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.appointly-custom-timezone-group .bootstrap-select > .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 0;
  padding: 6px 32px 5px 40px;
  border: 0 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  background: transparent !important;
}

.appointly-custom-timezone-group .bootstrap-select .filter-option,
.appointly-custom-timezone-group .bootstrap-select .filter-option-inner,
.appointly-custom-timezone-group .bootstrap-select .filter-option-inner-inner {
  display: flex;
  align-items: center;
  overflow: visible !important;
  white-space: nowrap;
}

.appointly-custom-timezone-group .bootstrap-select .filter-option {
  flex: 1 1 auto;
  min-width: 0;
}

.appointly-custom-timezone-button-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.appointly-custom-timezone-name {
  color: #17324d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.appointly-custom-timezone-time {
  color: #17324d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.appointly-custom-timezone-group .bootstrap-select .filter-expand {
  display: none !important;
}

.appointly-custom-timezone-group .bootstrap-select .bs-caret {
  position: absolute;
  right: 10px !important;
  left: auto !important;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}

.appointly-custom-timezone-group .bootstrap-select .bs-caret::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #17324d;
  border-bottom: 2px solid #17324d;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

.appointly-custom-timezone-group .bootstrap-select .caret {
  display: none !important;
}

.appointly-custom-timezone-group .bootstrap-select.open .bs-caret::before,
.appointly-custom-timezone-group .bootstrap-select.show .bs-caret::before {
  transform: rotate(-135deg);
}

.appointly-custom-timezone-group .bootstrap-select.dropup.open .bs-caret,
.appointly-custom-timezone-group .bootstrap-select.dropup.show .bs-caret {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.appointly-custom-timezone-group .dropdown-menu,
.appointly-custom-timezone-group .dropdown-menu.open {
  width: 100%;
  min-width: 300px;
  max-width: 100%;
  max-height: min(68vh, 460px) !important;
  min-height: 0 !important;
  padding: 0;
  border: 1px solid #dbe4f0;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
  overflow: hidden !important;
  z-index: 30 !important;
}

.appointly-custom-timezone-group .dropdown-menu .bs-searchbox {
  position: sticky;
  top: 0;
  padding: 12px;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
}

.appointly-custom-timezone-group .dropdown-menu .bs-searchbox .form-control {
  height: 40px;
  padding: 8px 14px;
  border: 1px solid #dbe4f0;
  border-radius: 12px;
  box-shadow: none;
}

.appointly-custom-timezone-group .dropdown-menu .inner,
.appointly-custom-timezone-group .dropdown-menu .inner.open {
  position: relative;
  z-index: 31;
  max-height: calc(68vh - 64px) !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.appointly-custom-timezone-group .dropdown-menu .dropdown-menu.inner {
  padding: 8px 0;
}

.appointly-custom-service-flow .xdsoft_datetimepicker {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
  max-width: 560px;
  margin: 0;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_datepicker {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  margin: 0 0 22px;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_prev,
.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_next {
  position: absolute;
  top: 0;
  z-index: 1;
  float: none !important;
  width: 56px;
  height: 56px;
  margin: 0;
  border-radius: 999px;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1;
  text-indent: -9999px;
  overflow: hidden;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_prev {
  left: 0;
  color: #64748b;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_next {
  right: 0;
  color: #2563eb;
  background: transparent !important;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_prev:before,
.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_prev:before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_next:before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_label {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0;
  background: transparent !important;
  color: #17324d;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  cursor: default;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_label > span {
  margin: 0;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_label i {
  display: none !important;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar {
  width: 100% !important;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar table {
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0 12px;
  table-layout: fixed;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar th {
  padding: 0 0 10px;
  color: #17324d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar td {
  position: relative;
  height: 64px;
  padding: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #6b7280;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar td > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  padding-right: 0;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_date:not(.xdsoft_disabled):not(.xdsoft_current) > div {
  background: #eef3ff;
  color: #2563eb;
  font-weight: 600;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_date:not(.xdsoft_disabled):not(.xdsoft_current):hover > div {
  background: #e2ebff;
  transform: translateY(-1px);
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current > div,
.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current:hover > div {
  background: #2563eb !important;
  color: #ffffff !important;
  font-weight: 700;
  box-shadow: 0 18px 32px rgba(37, 99, 235, 0.22);
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today:not(.xdsoft_current) > div:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #2563eb;
  transform: translateX(-50%);
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.appointly-custom-service-flow .xdsoft_date.blocked-date,
.appointly-custom-service-flow td.xdsoft_date.xdsoft_disabled.blocked-date,
.appointly-custom-service-flow .xdsoft_disabled.provider-unavailable {
  background: transparent !important;
  color: #8b95a7 !important;
  opacity: 1;
  cursor: default !important;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled > div,
.appointly-custom-service-flow .xdsoft_date.blocked-date > div,
.appointly-custom-service-flow .xdsoft_disabled.provider-unavailable > div {
  background: transparent !important;
  color: #8b95a7 !important;
  box-shadow: none !important;
}

.appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month > div {
  color: #cbd5e1 !important;
}

.appointly-custom-service-flow .xdsoft_date.blocked-date:before,
.appointly-custom-service-flow td.xdsoft_date.xdsoft_disabled.blocked-date:before,
.appointly-custom-service-flow .xdsoft_date[title]:hover:after,
.appointly-custom-service-flow .xdsoft_date.blocked-date[title]:hover:after,
.appointly-custom-service-flow .xdsoft_date.provider-unavailable[title]:hover:after {
  content: none !important;
  display: none !important;
}

.appointly-custom-service-flow #time-slots-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.appointly-custom-service-flow .time-slot-btn {
  min-height: 56px;
  justify-content: center;
  border-radius: 16px;
}

.appointly-custom-service-flow .time-slot-btn.selected {
  background-color: rgba(14, 165, 233, 0.08) !important;
  border-color: #0284c7 !important;
}

.appointly-custom-service-flow .btn-next[data-step="3"],
.appointly-custom-service-flow #book-appointment-btn {
  min-width: 190px;
  border-radius: 999px;
}

.appointly-custom-service-flow .btn-prev-step {
  padding: 10px;
}

@media (max-width: 991px) {
  .appointly-custom-booking-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .appointly-custom-service-shell {
    grid-template-columns: 1fr;
  }

  .appointly-custom-service-sidebar {
    border-right: 0;
    border-bottom: 1px solid #e2e8f0;
  }

  .appointly-custom-service-content {
    padding: 28px 22px 30px;
  }

  .appointly-custom-scheduler {
    grid-template-columns: 1fr;
  }

  .appointly-custom-calendar-grid,
  .appointly-custom-date-field,
  .appointly-custom-service-flow .xdsoft_datetimepicker {
    max-width: 100%;
  }

  .appointly-custom-step-header {
    margin: 0 !important;
  }
}

@media (max-width: 640px) {
  .appointly-custom-service-accordion-toggle {
    display: inline-flex;
  }

  .appointly-custom-mobile-time-view .appointly-custom-step-header,
  .appointly-custom-mobile-time-view .appointly-custom-calendar-card {
    display: none !important;
  }

  .appointly-hide-calendar-picker .appointly-custom-calendar-card,
  .appointly-hide-calendar-picker .appointly-custom-calendar-grid {
    display: none !important;
  }

  .appointly-custom-mobile-time-view .appointly-custom-time-slots-card {
    margin-top: 0 !important;
  }
}

@media (max-width: 640px) {
  .appointly-custom-service-flow #wrapper {
    padding: 16px 10px;
  }

  .appointly-custom-booking-container {
    padding-left: 0;
    padding-right: 0;
  }

  .appointly-custom-service-sidebar,
  .appointly-custom-service-content {
    padding: 18px 14px;
  }

  .appointly-custom-step-header {
    margin: 0 !important;
  }

  .appointly-custom-service-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
  }

  .appointly-custom-service-back-link {
    min-width: 0;
  }

  .appointly-copy-link-btn {
    width: auto;
    white-space: nowrap;
  }

  .appointly-custom-service-branding,
  .appointly-custom-service-host {
    align-items: center;
    text-align: center;
  }

  .appointly-custom-service-branding {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .appointly-custom-service-logo {
    display: block;
    margin: 0 auto;
  }

  .appointly-custom-service-host {
    display: none !important;
  }

  .appointly-custom-service-title-row {
    align-items: center;
  }

  .appointly-custom-step-heading-group h4,
  .appointly-custom-step-heading-group h4.tw-text-xl,
  .appointly-custom-step-heading-group h4.tw-text-lg,
  .appointly-custom-service-title {
    font-size: 19px;
  }

  .appointly-custom-timezone-label {
    font-size: 17px;
  }

  .appointly-custom-timezone-group .bootstrap-select .filter-option-inner-inner {
    font-size: 16px;
  }

  .appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_monthpicker {
    min-height: 48px;
    margin-bottom: 18px;
  }

  .appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_prev,
  .appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_next {
    width: 48px;
    height: 48px;
  }

  .appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_label {
    font-size: 18px;
  }

  .appointly-custom-service-title {
    font-size: 21px;
  }

  .appointly-custom-scheduler {
    gap: 10px;
  }

  .appointly-custom-calendar-card {
    padding: 12px !important;
    margin-bottom: 12px !important;
  }

  .appointly-custom-calendar-grid {
    gap: 12px !important;
  }

  .appointly-custom-step-heading-group {
    gap: 6px;
  }

  .appointly-custom-service-title-row {
    gap: 8px;
  }

  .appointly-custom-service-flow #time-slots-container {
    gap: 8px;
  }

  .appointly-custom-service-flow .time-slot-btn {
    min-height: 40px;
    padding: 8px 9px;
    font-size: 11px;
  }

  .appointly-custom-booking-summary {
    margin-bottom: 16px !important;
    padding: 14px !important;
  }

  .appointly-custom-booking-summary-grid {
    gap: 10px !important;
  }

  .appointly-custom-booking-summary-item {
    padding: 12px !important;
  }

  .appointly-custom-booking-summary-title {
    margin-bottom: 12px !important;
  }

  .appointly-custom-booking-summary-title h5 {
    font-size: 15px;
  }

  .appointly-custom-booking-summary-item .tw-text-lg {
    font-size: 14px;
  }

  .appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar table {
    border-spacing: 0 1px;
  }

  .appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar td {
    height: 30px;
    font-size: 11px;
  }

  .appointly-custom-service-flow .xdsoft_datetimepicker .xdsoft_calendar td > div {
    width: 28px;
    height: 28px;
    padding-right: 0;
    font-size: 11px;
  }
}
