#iframe_vueChatIReflet{
    position:fixed;
    bottom:5%;
    right:2%;
    width:64px;
    height:64px;
    border:0;
    z-index:9999;
    overflow: hidden;
    background-color: transparent;
    border-radius: 10px;
}

.expanded {
    width:300px !important;
    height:450px !important;
    overflow: hidden;
}

.minimized {
    width:64px;
    height:64px;
}

@media screen and (max-width: 450px) {
    .expanded{
        width:98% !important;
    }
}
