/* Chat Box Messages Height Adjustment */
#addchat-bot .c-chatbox .c-messages,
#addchat-bot-admin .c-chatbox .c-messages {
    height: 400px !important;
    max-height: 70vh !important;
    overflow-y: auto !important;
    position: static !important;
    bottom: auto !important;
}

/* Custom width for user-not-found card */
.card-not-found {
    width: 100%;
    width: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-not-found img {
    width: 200px;
    height: auto;
}

@media (min-width: 569px) {
    .card-not-found {
        width: 480px;
    }
}