.navbar-theme{
    background-color: #0984e3;
    color: white !important;
}
.navbar-theme a{
    color: white;
}
#output{
    margin-top: 10px;
    display: none;
    padding: 5px;
    color: black;
    text-align: center;
}
#chat-body{
    height: calc(100vh - 56px);
}

#messages{
    overflow-y: scroll;
    height: calc(100% - 45px);
}
#send{
    height: 45px;
}
#btn-send{
    border: 0 !important;
}
.user-label{
    color: rgba(0, 0, 0, 0.438);
}
.error{
    background: #ff7675;
}
.success{
    background: #55efc4;
}