#module-118 {
    height: 30px;
}


.limpieza {
    background-color: rgba(204, 204, 204, 0.5);
    border-radius: 2px;


    & .huespedes {

        border-top: white 2px solid;
        display: grid;

        grid-template-columns: repeat(2, 1fr);

        @media only screen and (max-width: 600px) {
            grid-template-columns: repeat(1, 1fr);
            border-top: white 2px solid;
        }

        & .saliente {

            @media only screen and (max-width: 600px) {
                border-bottom: white 2px solid;
            }

            @media only screen and (min-width: 600px) {
                border-right: white 2px solid;

            }

        }


    }

}


.encabezado {


}


#offcanvas {

    .imagen {
        padding: 0 20px;
        margin: 10px 0;
    }

    .body {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 20px;
        width: 80%;
        margin: 10px 0;
    }

}


badge.sale {
    background-color: #df405a;
    border-radius: 2px;
    padding: 1px 3px;
    font-size: 0.8rem;
    margin: 0 10px;
}

#mensajes #listado {

    display: grid;
    flex-direction: column;
    gap: 20px;

    div.mensaje {
        background-color: #eeeeee;
        border-radius: 4px;
        width: fit-content;
        padding: 5px 10px;
        max-width: 80%;
    }

    & picture > img {
        width: 300px;
    }

    .plantilla {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 4px 8px;
        margin: 5px 0;
    }

    .plantilla:before {
        content: 'Plantilla';
        font-size: 0.8em;
        color: #df405a;
    }

}

.div-firma {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    & canvas {
        border: 2px solid rgba(214, 214, 214, .89);
        border-radius: 12px;
        margin: 10px 0;
        width: 400px;
        height: 200px;
    }
}

#bottom-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#bottom-menu #zadarma-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0 0 0;
}

@media (min-width: 600px) {
    #bottom-menu #zadarma-container {
        flex-direction: row;
    }
}