@charset "utf-8";
/* CSS Document */
.tt-btn-loading {
  opacity: 0.7;
  cursor: not-allowed;
}

.tt-btn-submit[disabled] {
  opacity: 0.7;
}

/* ===== ETAP 6.4.2.2 – SUCCESS SCREEN ===== */
.ttb-booking-success {
  max-width: 640px;
  margin: 40px auto;
  text-align: center;
}

.ttb-booking-success h2 {
  margin-bottom: 20px;
}

.ttb-booking-success-actions {
  margin-top: 30px;
}

/* ===== FAZA 0.1.H – KROKI FORMULARZA (WIDOCZNOŚĆ) ===== */
.tt-booking-step {
  display: none;
}

.tt-booking-step:first-of-type {
  display: block;
}

.tt-calendar-wrapper,
#ttb-calendar,
.ttb-calendar-grid,
.ttb-calendar-day {
    pointer-events: auto !important;
    position: relative;
    z-index: 10;
}
/********aktywny przycisk, co zostało wybrane********/
.ttb-calendar-day.active,
.tt-shift-btn.active {
  background: #222;
  color: #fff;
}
/**** warunki*****/
.tt-btn-next.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
