﻿.chatbot {
    pointer-events: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999999;
    height: 100%;
}

@media (min-width: 868px) {
    .chatbot {
        max-height: 800px;
        width: 400px;
    }
}