
#contentMinis input[type="file"] {
    display:none;
}
#contenMedia{
    background-color: rgb(240 241 242);
}
#frm-message .dropdown-menu .dropdown-item:hover{
    background-color:#ebebeb;
}

#btnAdjuntar{
    width :40px;
    height:40px;
}

.h-65{height:65%;}
.h-60{height:60%;}
.h-20{height:20%;} 
.h-15{height:15%;} 

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius:8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius:8px;
}