table.tableFechas {
    /* width: fit-content; */
    width: 42vw;
    border: 1px solid #4a9cb1 !important;
    border-radius: 1rem;
    padding: 1rem;
    border-collapse: collapse;
}

@media (max-width: 992px) {
    table.tableFechas {
        /* width: fit-content; */
        width: 100%;
        border: 1px solid #4a9cb1 !important;
        border-radius: 1rem;
        padding: 1rem;
        border-collapse: collapse;
    }
}

.rocaFecha tr:nth-child(n+2) td:nth-child(2) {
    width: 60%;
}

.rocaFecha tr:nth-child(n+2) td:nth-child(3) {
    width: 30%;
}

.tableFechas .radioRow {
    vertical-align: middle;
}

.checkRow {
    background-color: #c6dfe4;
}

.tableFechas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.containerScroll {
    height: 40vh;
    overflow: hidden;
    overflow-y: scroll;
}

.tableFechas tr {
    border-bottom: 1px solid #699aaf;
    vertical-align: middle;
}

.tableFechas td {
    border: 0px;
    height: 10vh;
}

.table.tableFechas.radioTable {
    width: auto;
    margin: 0 3rem !important;
}

@media (max-width: 992px) {
    .table.tableFechas.radioTable {
        margin: 0 0 3rem !important;
    }
}

.container {
    margin-bottom: 2rem;
}

.fechasMessage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    font-size: 15px;
}

/* Fechas descuento específico */

.fechaDiscount .couponPrice {
    font-weight: 700;
}

/* Plazas */

.plazas {
    color: #4CAF50;
}

.pocasPlazas {
    color: #EB6947;
}

.ultimasPlazas {
    color: #FF0000;
}



/* Estilos para el modal */
.modalSession {
    display: none;
    /* Ocultar el modal por defecto */
    position: fixed;
    /* Posición fija para que el modal permanezca en la misma posición en la ventana */
    z-index: 999;
    /* Z-index alto para que el modal esté por encima de otros elementos */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Fondo oscuro con transparencia */
    overflow: auto;
    /* Permite desplazarse cuando el contenido del modal es más grande que la ventana */
}

/* Contenido del modal */
.modalSession-content {
    background-color: #fefefe;
    /* Fondo blanco para el contenido del modal */
    margin: 15% auto;
    /* Centrar vertical y horizontalmente */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Ancho del contenido del modal */
    max-width: 600px;
    /* Ancho máximo del contenido del modal */
    border-radius: 10px;
    /* Bordes redondeados */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    /* Sombra */
}

.modalidadPnbRadio {
    width: 100%;
}

.pnbRadio {
    margin: 2rem !important;
}

.modalidadPerRadio {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
}

.modalidadPerRadio label {
    margin-right: 1rem;
}

.checkFecha {
    width: 50%;
    margin: auto;
    background-color: #c6dfe4;
    font-size: 0.77777777777778rem;
    text-align: left;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
}

@media (max-width:1400px) {
    .checkFecha {
        width: 60%;
    }
}

@media (max-width:988px) {
    .checkFecha {
        width: auto;
    }
}

.checkTitle {
    font-weight: bold;
}

.componentTitle {
    font-size: 1em;
    padding-left: 1.1em;
    vertical-align: middle;
    display: inline-block;
}


@media (min-width:788px) {

    .multistep .component_selections>div,
    .component .component_selections_inner {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

.step_title {
    font-weight: 700;
}