.ctb-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 9999;
  overflow: hidden; /* bloquea scroll del body */
}
.ctb-modal-content {
    position:relative;
  background: #fff;
  max-width: 560px;
  height: 85vh;               /* altura fija */
  margin: 5vh auto;
  border-radius: 10px;
  overflow:hidden;
  display: flex;
  flex-direction: column;
}
.ctb-step {
  overflow-y: auto;
  flex: 1;
}
.ctb-close {
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
    font-size: 30px;
    color:white;
}

.ctb-btn {
  background: #2fb344;
  color: #fff;
  border: none;
  padding: 14px;
  width: 100%;
  border-radius: 6px;
  cursor: pointer;
}
.ctb-step label {
  display: block;
  margin-top: 15px;
  font-weight: 600;
}

.ctb-step input,
.ctb-step select {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.ctb-traveler {
  border: 1px solid #e5e5e5;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.ctb-traveler h4 {
  margin-bottom: 10px;
  color: #2fb344;
}

.ctb-traveler input,
.ctb-traveler select {
  width: 100%;
  padding: 9px;
  margin-bottom: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
/* ===============================
   FLATPICKR – WE TRAVEL STYLE
================================ */
.ctb-calendar-wrap {
  display: block;
  width: 100%;
}
.ctb-calendar-wrap .flatpickr-calendar {
  width: 100%;
  margin: 0 auto 20px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: none !important;
  font-family: inherit;
}

/* Header (month + arrows) */
.flatpickr-months {
  padding: 12px 10px;
  border-bottom: 1px solid #ccc;
}
.dayContainer + .dayContainer{
    box-shadow: -1px 0 0 #ccc !important;
}
.flatpickr-month {
  font-size: 16px;
  font-weight: 600;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  top: 16px;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 16px;
  height: 16px;
  fill: #333;
}

/* Weekdays */
.flatpickr-weekdays {
  background: #fafafa;
  border-bottom: 1px solid #ccc;
}

.flatpickr-weekday {
  font-size: 12px;
  font-weight: 600;
  color: #777;
}

/* Days */
.flatpickr-day {
  border-radius: 8px;
  font-size: 14px;
  line-height: 36px;
  max-width: 36px;
  height: 36px;
  margin: 3px auto;
}

.flatpickr-day:hover {
  background: #eaf8ef;
}

/* Selected day */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #2fb344;
  color: #fff;
  font-weight: 600;
  border: none;
}

/* Today */
.flatpickr-day.today:not(.selected) {
  border: 1px solid #2fb344;
}

/* Disabled days */
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  color: #ccc;
  background: transparent;
  cursor: not-allowed;
}

/* Hide original input */
#ctb-date {
  display: none;
}/* FIX FLATPICKR WIDTH INSIDE MODAL */
.flatpickr-calendar.inline {
  width: 100% !important;
  min-width: 320px;
  border: 1px solid #cccccc;
}

.flatpickr-calendar.inline .flatpickr-days,
.flatpickr-calendar.inline .dayContainer {
  width: 100% !important;
}
.flatpickr-calendar.inline .dayContainer{
    padding:10px !important;
}

.flatpickr-calendar.inline .flatpickr-innerContainer {
  width: 100% !important;
}
.flatpickr-calendar{
    box-shadow:none !important;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month{
    top:10px !important;
}
.cabecera-form{
    background:#031520;
    width:100%;
    padding:30px;
    color:white;
}
.contenedor-forms{
    padding:25px;
}
.cont-forms{
    padding:25px;
}
.confirm-information {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}
.confirm-information p:nth-child(1){
    color:#ffc504;
}
.button-prev-next{
    display:flex;
    justify-content:space-between;
    color:rgba(255,255,255,.5);
    font-size:14px;
    margin-top:10px;
}
.cabecera-form h4{
    font-size:18px;
    font-weight:600;
}
.escoge-pago label input[type="radio"]{
    width:auto !important;
}
.escoge-pago label input[type='radio']:checked{
    background-color: #0498a2 !important;
}
.confirmado{
    color:#2fb344;
}
/*finde*/







