:root{
    --color-azulmarino: #21254B;
    --color-azulcielo: #5591CD;
}

body{
    background: #ECE9E6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.font-rams{
    font-family: 'Rams';
}

#content-wrap{
    display: none;
}

#chat{
    height: 480px;
    overflow: auto;
}

.msg-area{
    border-radius: 4px;
}

.msg{
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.salir:hover{
    cursor: pointer;
}

.enlace-salir{
    color: red !important;
}

.iconos_im{
    color: #5F5F5F;
    font-size: 1.2rem !important;
    box-sizing: content-box;
    overflow: visible;
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    transition: .3s cubic-bezier(.25,.8,.5,1),visibility 0s;
    vertical-align: middle;
    user-select: none;
    height: 1em;
    padding: 0;
    margin: 0;
}

.div_imagen{

    background: #f0f0f0;
    background-color: #f0f0f0;
    align-self: center;
    margin-top: 0;
    margin-right: auto;
    padding-right: 4px;
    display: inline-flex;
    line-height: 1;
    user-select: none;
    padding: 0;
    margin: 0;

}

.select_carter{
    max-width: max-content;
    max-height: fit-content;
    margin-left: 5px;
    position: relative;
    align-items:stretch;
    display: flex;

    min-width: 0;
    width: 100%;
    background-color: #f0f0f0;
}

.user-header{
    background-color: var(--color-azulmarino);
    color: white;
    font-family: 'Rams';
}

.bus-header{
    background-color: var(--color-azulcielo);
    color: white;
    font-family: 'Rams';
}

.btn-azul{
    background-color: #5591CD !important;
}

.filter{
    display: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 18px;
    text-align: left;
}

th, td {
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
    padding: 10px;
}