.btn-num {
    display: flex;
    width: 45px;
    height: 57px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ced4da;
}
.btn-num:hover {
    border: 1px solid #ced4da;
}
.iti__tel-input, .iti--show-flags,  .iti__tel-input::placeholder{
    height: 57px;
    width: 100%;
    color: var(--bs-body-color);
}

#habitaciones-container .btn-anadir-habitacion {
    display: none;
}

#habitaciones-container .card:last-child .btn-anadir-habitacion {
    display: inline-block;
}

/* Campo con error de validación — fondo rojo clarito + borde rojo */
input.field-error,
select.field-error {
    background-color: rgba(220, 53, 69, 0.07) !important;
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15) !important;
}

/* is-invalid (Bootstrap nativo): añadir fondo rojo clarito; Bootstrap ya pone el borde e icono */
.form-control.is-invalid,
.form-select.is-invalid {
    background-color: rgba(220, 53, 69, 0.07) !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15) !important;
}

[data-notify="container"] {
    margin-left: calc(var(--bs-gutter-x) * -.5);
    margin-right: calc(var(--bs-gutter-x) * -.5);
}

[data-notify="dismiss"] {
    right: 5px !important;
}

#my-loading-backdrop.modal-backdrop.fade, #my-loading-backdrop.fade:not(.show) {
    opacity: 1;
}

.btns-add-delete-formulario-cliente {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    gap: 10px;
}

.btns-add-delete-formulario-cliente > a {
    display: flex;
}

.card-header h5 {
    width: 100%;
}

.comprobar-vuelo-btns {
    display: flex;
}

@media  (max-width: 768px) {
    .comprobar-vuelo-btns {
        justify-content: center;
        gap: 5px;
        flex-wrap: wrap;
    }

}

/*dialogo terminos y condiciones*/

.r247-legal-wrapper {
    max-height: 70vh;
    overflow-y: auto;
    padding: 1.5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.r247-legal-item {
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.r247-legal-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.r247-legal-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.5rem 0;
    color: #000;
}

.r247-legal-text {
    margin: 0;
    font-weight: 400;
    color: #222;
}