
@media screen and (min-width: 1000px){
    #chat_window{
        position: fixed !important;
        right: 18px !important;
        bottom: 100px !important;
        z-index: 10000 !important;
    }
}
