.chatroom #audio {
    display: none;
}
.chatroom_window {
    padding: 0px;
    margin-bottom: 0;
}
.index-CHATROOM_CMP_Widget .ow_box {
    border: 0;
    padding: 0 0.5em 0 0.5em;
}
.chatroom_area {
    display: flex;
}
.private_chat_head {
    background-color: pink;
    width: 100%;
    display: none;
    height: 3em;
    font-size: 1em;
    align-items: center;
    justify-content: center;
}
.chatroom_msg_list {
    flex: 1;
    width: calc(100% - 90px);
    height: 100%;
    max-height: 100%;
    overflow: auto;
    display: none;
}
.chatroom_usr_list {
    width: 90px;
    height: 100%;
    max-height: 100%;
    background-color: #f0f0f0;
    overflow: auto;
    display: none;
}
.chatroom_usr_list ul {
    list-style: none;
}
.chatroom_usr_list ul li {
    border: 1px solid #969595;
    text-align: center;
    border-radius: .3em;
    margin-bottom: .2em;
}
/*
div.chatroom_usr_list li {
    border: 1px solid #969595;
    text-align: center;
}
.chatroom_usr_list ul li {
    border: 1px solid #ccc;
}*/
div.chatroom_usr_list li img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-block;
}
.usr_list_username {
    font-size: 0.8em;
    color: black;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.private-unread {
    /*width: 80px;*/
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: black;
    font-weight: bold;
}
div.user-info {
    display: none;
}
#chatroom_usr_list ul li:hover div.user-info {
    display: block;
    /*overflow: hidden;
    white-space: nowrap;*/
}
.chatroom_window .small {
    font-size: .7em;
}
.chatroom_window ul {
    padding-left: 5px;
}
.msg_text {
    font-size: 1.1em;
    padding-bottom: 0.2em;
}
.msg_text k0 {
    all: initial;
    color: unset;
    font-size: 2em;
}
.msg_text k1 {
    all: initial;
    color: unset;
    font-size: 1.6em;
}
.msg_text k1 {
    all: initial;
    color: unset;
    font-size: 1.5em;
}
.msg_text k2 {
    all: initial;
    color: unset;
    font-size: 1.4em;
}
.msg_text k3 {
    all: initial;
    color: unset;
    font-size: 1.3em;
}
.msg_text k4 {
    all: initial;
    color: unset;
    font-size: 1.2em;
}
.msg_text k5 {
    all: initial;
    color: unset;
    font-size: 1.1em;
}
.msg_text k6 {
    all: initial;
    color: unset;
    font-size: 1em;
}
.msg_time {
    font-size: 0.8em;
    color: black;
    margin-bottom: 0.3em;
}
.chatroom_bottom {
    padding: 0;
}
.chatroom_left {
    float: left;
}
.chatroom_right {
    float: right;
    text-align: left;
    padding-top: 5px;
}

#contenedorMensaje {
    display: none;
    text-align: center;
    background-color: chartreuse;
    font-size: 1em;
    transition: font-size 0.5s ease-in-out;
}
#contenedorMensaje.mostrar {
    display: block;
    font-size: 1em; /* Asegura que el tamaño sea el mismo cuando se muestra */
    color: black;
}
#contenedorMensaje.ocultar {
    font-size: 0;
}

#previewContenedorMensajeCitado {
    display: none;
}
#previewCitaContent {
    font-size: .9em;
    word-wrap: break-word;
    max-width: 75%;
    width: max-content;
    border: 1px solid black;
    background-color: #eff2f5;
    margin: 0 auto 0 auto;
    padding-top: 0.2em;
    padding-bottom: 0.6em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    border-radius: 0.8em;
}
#previewCitaContent k0, #previewCitaContent k1, #previewCitaContent k2,
#previewCitaContent k3, #previewCitaContent k4, #previewCitaContent k5,
#previewCitaContent k6 {
    font-size: 1em;
}
#previewCitaContent span {
    color: black;
    font-size: .7em;
}
/*
#contenedorMensajeCitado {
}*/
#citaContent {
    font-size: .9em;
    word-wrap: break-word;
    max-width: 75%;
    width: max-content;
    border: 1px solid black;
    background-color: #eff2f5;
    margin: 0 auto 0 auto;
    padding-top: .2em; /* Espacio vertical superior */
    padding-bottom: .6em; /* Espacio vertical inferior */
    padding-left: .8em; /* Espacio horizontal izquierdo */
    padding-right: .8em; /* Espacio horizontal derecho */
    border-radius: 0.8em;
}
.citaContent k0, .citaContent k1, .citaContent k2,
.citaContent k3, .citaContent k4, .citaContent k5,
#citaContent span {
    color: black;
    font-size: .8em;
}
.chatroomTextMessage {
    width: 100%;
    text-align: center;
    display: block;
}
.chatroom_input_container{
    width: 100%;
    display: none;
}
.chatroom_input_container textarea {
    height: 4em;
}
.chatroom_send_btn {
    margin: 3px 0px 0px 6px;
}
.chatroom_preloader {
    height: 4em;
}

.chatroom_msg_list li {
    position: relative;
    list-style: none;
    margin-bottom: .8em;
}
div.chatroom_msg_list li.ow_alt1 {
    background-color: #dbfad578;
    border-radius: 1em;
}
div.chatroom_msg_list li.ow_alt2 {
    background-color: rgb(214 246 255 / 63%);
    border-radius: 1em;
}
.chatroom_msg_buttons{
    float:right;
}
.chatroom_msg_buttons .ow_lbutton {
    /*background-color: rgba(255, 255, 255, 1);*/
    opacity: 1;
}
.chatroom_msg_quote{
    display: none;
    position: absolute;
    right: .4em;
    top: 0;
    font-size: .7em;
}
.chatroom_msg_replacemessage{
    display: none;
    position: absolute;
    right: .4em;
    top: 1.3em;
    font-size: .7em;
}
.chatroom_ban_user{
    display: none;
    position: absolute;
    right: .4em;
    top: 2.6em;
    font-size: .7em;
}
.chatroom_msg_list li:hover .chatroom_msg_buttons,
.chatroom_msg_list li:hover .chatroom_msg_quote,
.chatroom_msg_list li:hover .chatroom_msg_replacemessage,
.chatroom_msg_list li:hover .chatroom_ban_user{
    display: block;
}
.chatroom_warning {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    word-wrap: break-word;
    padding: 0 10%;
    box-sizing: border-box;
}


.chatroom_portada {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.chatroom_portada p {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    top: 35%;
    position: absolute;
    line-height: 4rem;
}
.chatroom_portada_button{
    cursor: pointer;
    top: 60%;
    position: absolute;
}
.chatroom_portada_button:hover{
    zoom: 1.2;
}

#chatroom_text_entry {
    font-size: 1.4em;
}
.chatroom_avatar{
    max-width: 100%; 
    width: 45px;
    height: 45px;
    margin-right: -45px;
    float: left;
    padding: 1px;
}
.chatroom_msg_body {
    margin-left: 45px;
    padding-left: 10px;
    position: relative;
}
.msg_attachment_container {
    max-height: 14em;
    width: auto;
    max-width: none;
    object-fit: contain;
}
.msg_attachment_imagen, .msg_attachment_video {
    max-height: 14em;
    max-width: 100%;
    height: auto;
    margin: 0 auto .8em;
    visibility: visible;
    /*border: solid 0.2em red;*/
    border-radius: 0.6em;
    display: none;
}
.msg_attachment_file {
    text-align: center;
    display: none;
    line-height: 3;
}
.msg_attachment_file a {
    display: inline; /* Cambiado de inline-block a inline */
    padding: 5px 10px;
    background-color: black;
    color: white;
    text-align: center;
    text-decoration: none;
    border: 2px solid blue;
    border-radius: 1em;
}
.msg_attachment_file a:hover {
    background-color: darkblue;
    color: white;
}
#popupImagen {
    display: none;
    background-color: black;
    width: 100%;
}
#imagenAmpliada {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    visibility: unset;
}
#popupVideo {
    display: none;
    background-color: black;
    width: 100%;
}
#videoAmpliado {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    visibility: unset;
}
a.chatroom_formatter
{
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/wysiwyg.png) no-repeat 0 0;
    border: none;
    cursor: pointer;
    padding: 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ccc;
}
#chatroomTextFormatter {
    display: flex;
    align-items: center;
    float: right;
}
#chatroomTextFormatter > div,
#chatroomTextFormatter > label {
    margin-right: 12px;
    margin-top: 5px;
}
#imagenMostrada {
    display: none; 
    max-width: 5em; 
    max-height: 5em;
    background-color: black;
    object-fit: contain;
}
#videoMostrado {
    max-width: 5em;
    max-height: 5em;
    display: none;
}
#ficheroMostrado {
    display: none; 
    background-color: black; 
    color: white;
    background-color: black;
    color: white;
    line-height: 3em;
    padding-left: 0.7em;
    padding-right: 0.7em;
    border-radius: 1em;
}
div.chatroom_bold{
}
div.chatroom_italic{
}
div.chatroom_smile{
}
a.chatroom_formatter.bold {
    background-position: -1px -1px;
}
a.chatroom_formatter.bold.ow_ws_active {
    background-position: -1px -26px;
}
a.chatroom_formatter.italic {
    background-position: -23px -1px;
}
a.chatroom_formatter.italic.ow_ws_active {
    background-position: -23px -26px;
}
.chatroom_smileys{
    margin-right: 13px;
}
.chatroom_color_picker
{
    margin: 5px 3px 0px 2px;
}
.chatroom_smileset{
}
.chatroom_smileset_button {
    font-size: 20px; /* Tamaño de fuente para el carácter Unicode */
    line-height: 24px; /* Alinea verticalmente el carácter */
    cursor: pointer;
}
.chatroom_smileset_button:hover {
    color: unset;
    text-decoration: none;
}
.chatroom_smileset_button::before {
    content: "\1F604";
    font-family: 'Arial', sans-serif;
}
.chatroom_upload_button {
    font-size: 18px; /* Tamaño de fuente para el carácter Unicode */
    line-height: 24px; /* Alinea verticalmente el carácter */
    cursor: pointer;
}

