/* /Components/Chat/MensajeEliminado.razor.rz.scp.css */
.container-mensaje[b-sd4intsqvd] {
    display: flex;
    flex-direction: column;
    word-break: break-word;
    padding: 10px;
    border-radius: 5px;
}
/* /Pages/Chat.razor.rz.scp.css */
.panel-mensajes[b-o3btm7uaag] {
    overflow-y: auto;
    height: 75%;
    display: flex;
    flex-direction: column-reverse;
}

.container-mensajes[b-o3btm7uaag] {
    display: flex;
    flex-direction: column-reverse;
    /*flex-wrap: wrap;*/
}

    .container-mensajes > div[b-o3btm7uaag] {
        flex-shrink: 0;
    }

.mensaje[b-o3btm7uaag] {
    display: flex;
    flex-direction: column;
    word-break: break-word;
}
/* /Pages/Login/Index.razor.rz.scp.css */
.divSuperior[b-rh3k0qmqrj] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url("imgs/fondologin.png");
    background-size: cover;
}
/* /Pages/ResultadosMensajes.razor.rz.scp.css */
.panel-mensajes[b-ucppts4u8b] {
    overflow-y: scroll;
    height: 90%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.container-mensajes[b-ucppts4u8b] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /*position: relative;*/
}

    .container-mensajes > div[b-ucppts4u8b] {
        flex-shrink: 0
    }

.mensaje[b-ucppts4u8b] {
    display: flex;
    flex-direction: column;
    word-break: break-word;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* Extra small devices (phones, 600px and down) */
/*@media only screen and (max-width: 600px) {
    .drawer {
        width: 50vw;
    }
}*/

/* Small devices (portrait tablets and large phones, 600px and up) */
/*@media only screen and (min-width: 600px) {
    .drawer {
        width: 40vw;
    }
}*/

/* Medium devices (landscape tablets, 768px and up) */
/*@media only screen and (min-width: 768px) {
    .drawer {
        width: 30vw;
    }
}*/

/* Large devices (laptops/desktops, 992px and up) */
/*@media only screen and (min-width: 992px) {
    .drawer {
        width: 20vw;
    }
}*/

/* Extra large devices (large laptops and desktops, 1200px and up) */
/*@media only screen and (min-width: 1200px) {
    .drawer {
        width: 20vw;
    }
}*/
