.radio-fin-left {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.radio-fin-right {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.reserva-status-vencido-confirmacionPago {
    padding: 0.5rem 0;
    background-color: #dc3545;
    color: white;
    font-weight: bold;
    text-align: center;
}

.text-response-estado-confirmacionPago {
    font-size: 1rem;
}

@media only screen and (max-width: 992px) {
    .radio-fin-left {
        border-top-left-radius: 0.5rem !important;
        border-top-right-radius: 0.5rem !important;
    }
    .radio-fin-right {
        border-bottom-left-radius: 0.5rem !important;
        border-bottom-right-radius: 0.5rem !important;
    }
}

.text-response-numReserva-confirmacionPago {
    font-size: 1rem;
    color: #3C5267;
}

.reserva-info-confirmacion {
    padding: 1rem;
    background-color: #f8f9fa;
    color: #EE4811;
    font-weight: bold;
    text-align: center;
    /* margin-top: 5px; */
}

.cliente-info-confirmacion {
    padding: 1rem;
    background-color: #17a2b8;
    color: white;
    text-align: left;
}

.NombreCliente-confirmacionPago {
    font-size: 1rem;
    font-weight: bold;
}

.label-step {
    color: #3C5267;
    font-size: 1rem;
    font-weight: bold;
}

.btn-opcion-step1 {
    padding: 1rem;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0.5rem;
    font-weight: bold;
}