#chat-offline {
    position: relative;
    float: right;
}

.chat-offline-link {
    color:black;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    border-radius: 25px;
    background: greenyellow;
}

#chat-div {
    position: fixed;
    bottom: 50px;
    right: 10px;
    float:right;
}

.chat-div {
    position: sticky;
    bottom: 50px;
    right: 10px;
    float:right;
}

.chat-card {
    min-width: 400px;
    max-height: 600px;
    max-width: 600px;
}

.chat-messages {
    overflow-y: auto;
}