﻿
#icChatButton {
    bottom: 80px !important;
    right: 0px !important;
}

.divBadge_display {
    display: block;
}

.divBadge_hide {
    display:none;
}

.chatButtonNew {
    background-image: url("/images/ChatButton.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 227px;
    height: 105px;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 1001;
}

#chat-div-wrap {
    left: unset !important;
    right: 0px !important;
    /*height: 863px !important;*/
}


@media screen and (max-height: 810px) {
    .chatButtonNew {
        background-size: 64%;
        height: 70px;
        right: -80px;
    }
}

@media screen and (max-width: 767.9px) {

    .chatButtonNew {
        background-size: 64%;
        height: 70px;
        right: -80px;
    }
}

@media (max-width: 575px) {

    .chatButtonNew {
        bottom: 50px;
    }
}