
.container-chat,
.container-chat-modal {
    position: fixed;
    bottom: 0;
    right: 0;
    background: 0 0
}

.container-chat {
    width: 33%;
    height: 70px;
    z-index: 999998
}

.container-chat iframe {
    width: 100%;
    height: 100%
}

.hideChat {
    display: none
}

.container-chat-active {
    height: 395px
}

.container-chat-modal,
.container-chat-modal iframe {
    width: 100%;
    height: 100%
}

.container-chat-modal {
    z-index: 999999
}
    
.container-chat{
    margin-bottom: -20px !important;
}