.chatLink.right {
    display: block !important;
    opacity: 1 !important;
    position: fixed !important;
    transform: none;
    top: inherit;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 15px 0px 0 !important;
    z-index: 9999 !important;
}


body[dir="rtl"] .chatLink.right {
    top: auto;
    right: auto;
    left: 15px;
    bottom: 0px
}


@media (max-width: 700px) {
    .chatLink.right {
        display: none !important;
    }
}


.chatLink.right .chatHeaderButton {
    opacity: 1
}




@media(max-width: 1024px) {
    .noScroll {
        overflow: hidden
    }




    .header {
        min-height: 0
    }


    .chatWidget {
        display: inherit;
    }
}