#freshDeskChatWrapper {
    width: 70px;
    height: 75px;
    min-height: 73px;
    min-width: 65px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: transparent;
    touch-action: none;
    cursor: pointer;
    z-index: 999999999999;
}