.mycc-chat-web{
    position: fixed;
    bottom: 55px;
    backface-visibility: hidden;
    right: 1px;
    left: initial;
    width: 400px;
    height: 520px;
    top: initial;
    z-index: 2147483647;
}


.mycc-chat-web-btn{
    position: fixed; 
    bottom: 10px;
    backface-visibility: hidden; 
    right: 15px;
    left: initial; 
    width: 60px; 
    height: 60px; 
    top: initial; 
    z-index: 2147483647;
}


.mycc-hide-chat-if{
    display:none;
}


.mycc-container-logo {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 3px 12px rgba(0,0,0,.15);
}

.mycc-container-logo > img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
