
@media screen and (min-width: 1025px) {
    body main div.md-content > article.md-content__inner > h1 {
        display: none !important;
    }
    article.md-content__inner {
        padding-top: 0px !important;
    }
}


.chat-header{
    display: none !important;
}

div.chat-inputs,
div.chat-inputs textarea,
div.chat-inputs > div > button.chat-input-send-button {
    background-color: #526cfe1a !important;
    height: 60px;
    width: 60px;
    color: blue !important;
}
