#alfavox-client {
    border: none;
    bottom: 0px;
    right: 10px;
    position: fixed;
    display: block !important;
    z-index: 999;
}
.alfavox-client-min {
    width: 0px;
    height: 0px;
}
.alfavox-client-opened {
    width: 400px;
    height: 700px;
}
.alfavox-client-video {
    width: 700px;
    height: 500px;
}
.alfavox-client-closed {
    width: 0px;
    height: 0px;
}

@media only screen and (max-width: 490px){
    .alfavox-client-opened {
        width: 100vw !important;
        height: 80vh !important;
    }
    #alfavox-client{
        right: 0px !important;
    }
}

#alfavox-button a{
    width: 50px;
    height: 50px;
    background: #2196F3;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 10px;
    text-decoration: none;
    color: white;
}

#alfavox-button a div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
