/* /Pages/DialogInfo.razor.rz.scp.css */


/* TABLA RESERVA */
/* Estilos generales */
.tabla-contenedor[b-oc9hf6srst] {
    width: 100%;
    margin: 20px auto;
    overflow-x: auto;
}

/* Estilos de la tabla */
.tabla-reservas[b-oc9hf6srst] {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.tabla-reservas th[b-oc9hf6srst],
.tabla-reservas td[b-oc9hf6srst] {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.tabla-reservas th[b-oc9hf6srst] {
    background-color: #242C4F;
    color: white;
    font-weight: bold;
}

.tabla-reservas tr:hover[b-oc9hf6srst] {
    background-color: #f5f5f5;
}

.tabla-reservas tr:nth-child(even)[b-oc9hf6srst] {
    background-color: #f8f9fa;
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .tabla-reservas[b-oc9hf6srst] {
        font-size: 14px;
    }
    
    .tabla-reservas th[b-oc9hf6srst],
    .tabla-reservas td[b-oc9hf6srst] {
        padding: 10px;
    }
}
/* /Pages/GrupoFamiliar.razor.rz.scp.css */
.list[b-8ctu1yhz3g]{
    /* flex-direction: row; */
    display: flex;
    /* justify-content: space-between; */
    gap: 0.5rem;
}

img[b-8ctu1yhz3g] {
    object-fit: cover;
    object-position: top center;
    border-radius:50%;
    width: 50px;
    height: 50px;
  }
  .list-item-group[b-8ctu1yhz3g]{
    display: flex;
    flex-direction: row;
    gap: 0.3rem;
    
}




 @media (max-width: 640.98px) {
    [b-8ctu1yhz3g] .mdc-list--two-line .mdc-list-item {
        height: 350px;
    }
    
 
    .list[b-8ctu1yhz3g]{
        display: flex;
        flex-direction: row;  
        flex-wrap: wrap;
    }
   
    .list-item-group[b-8ctu1yhz3g]{
        display: flex;
        justify-content: space-around;
        gap: 0.5rem;
        /* align-items: flex-start; */
    }
}

body[b-8ctu1yhz3g] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}



.lista-item[b-8ctu1yhz3g] {
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se envuelvan en varias líneas */
    align-items: center;
    /* padding: 10px; */
    border-bottom: 2px solid #ddd;
    position: relative; /* Para posicionar el botón correctamente */
}

.lista-item:last-child[b-8ctu1yhz3g] {
    border-bottom: none;
}

.lista-row[b-8ctu1yhz3g]{
    display: flex;
    flex-direction: row;
}

.foto[b-8ctu1yhz3g] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.nombre[b-8ctu1yhz3g] {
    flex: 1;
    font-size: 16px;
    font-weight: bold;
}

.edad[b-8ctu1yhz3g] {
    flex: 1;
    font-size: 14px;
    color: #555;
}

.opciones[b-8ctu1yhz3g] {
    flex: 1;
    padding: 8px;
    /* font-size: 14px; */
    /* border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff; */
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>'); */
    /* background-repeat: no-repeat;
    background-position: right 8px center; */
    padding-right: 30px;
}

.boton-fila[b-8ctu1yhz3g] {
    width: 100%; /* Ocupa toda la fila */
    margin-top: 10px; /* Espacio entre los controles y el botón */
    padding: 10px;
    font-size: 16px;
    /* color: #fff;
    background-color: #007bff; */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.boton-fila:hover[b-8ctu1yhz3g] {
    /* background-color: #0056b3; */
}

.boton-fila:focus[b-8ctu1yhz3g] {
    outline: none; /* Elimina el contorno al enfocar */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Sombra suave al enfocar */
}



.grid-container[b-8ctu1yhz3g] {
    display: grid;
    grid-template-rows: 1fr 1fr; /* 2 columnas */
    grid-template-rows: auto; /* Altura automática */
    gap: 0.0rem; /* Espacio entre elementos */
    width: 100%;
    max-width: 400px;
    min-height: 200px; /* Altura mínima para visualización */
    /* background-color: #f0f0f0; */
}

/* Primera columna (dividida en 2 filas) */
.columna-izquierda[b-8ctu1yhz3g] {
    display: grid;
    grid-template-rows: 1fr 1fr; /* 2 filas de igual altura */
    gap: 0.0rem;
   
}


/* Estilos para móvil (menos de 768px) */
@media screen and (max-width: 768px) {
    .grid-container[b-8ctu1yhz3g] {
        grid-template-columns: 1fr; /* 1 columna (todo apilado) */
        grid-template-rows: 1fr 1fr ; /* 3 filas independientes */
    }

    .columna-izquierda[b-8ctu1yhz3g] {
        display: contents; /* Elimina el sub-grid para que las filas sean parte del grid principal */
    }

    /* Asegura que todos los elementos sean hijos directos del grid-container */
    .fila-superior[b-8ctu1yhz3g],
    .fila-inferior[b-8ctu1yhz3g],
    .columna-derecha[b-8ctu1yhz3g] {
        min-height: 50px; /* Ajusta según necesites */
        height: min-content;
        padding: 0.1rem;
    }
}  


/* Elementos de la primera columna */
.fila-superior[b-8ctu1yhz3g] {
    /* background-color: #f0f0f0; */
    /* display: flex;
    flex-direction: column; */
    gap: 0.5rem;
    padding: 0.5rem;
    /* border: 1px solid #ddd; */
}

.fila-inferior[b-8ctu1yhz3g] {
    /* background-color: #f8f8f8; */
    padding: 0.5rem;
    /* border: 1px solid #ddd; */
}

/* Segunda columna */
.columna-derecha[b-8ctu1yhz3g] {
    /* background-color: #e0e0e0; */
    padding: 0.5rem;
    border: 1px dotted #ddd;
}
/* /Pages/Reservas.razor.rz.scp.css */
.user-validate[b-bpq9zs6jrf] {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    padding: 1rem;
    /*width: 100%;*/
    max-width: 500px;
}

 .mud-button-filled[b-bpq9zs6jrf]{
    /* background-color: var(--mud-palette-action-default-hover); */
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-appbar-text)
}
.mud-card-content[b-bpq9zs6jrf] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
    padding: 1rem;
}

.reserva-content[b-bpq9zs6jrf] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
}

.lista-container[b-bpq9zs6jrf] {
    width: 100%;
    min-width: 400px;
    /* margin: 20px auto;
    padding: 10px; */
    /* background-color: #9c4545af; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
 @media screen and (max-width: 640.98px)
 /* @media only screen and (min-width: 360px) and (max-width: 768px)  */
 {
    .lista-container[b-bpq9zs6jrf] {
        /* min-width: auto; */
        width: fit-content;
        /* width: 300px;   */
    }
    .reserva-content[b-bpq9zs6jrf] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: fit-content;
    }

    .user-validate[b-bpq9zs6jrf] {
        /* display: flex;
        
        gap: 0.5rem;
        */
        justify-content: flex-start;
        padding: 0rem;
        width: fit-content;
    
    }

    .mud-card[b-bpq9zs6jrf] {
        width: fit-content;
        flex-grow: 0;
    }

    .mud-card-content[b-bpq9zs6jrf] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        padding: 1rem;
        width: fit-content;
    }
    

}
