@charset "utf-8";
#chatbot_widget_minisize_block {
    width: 205px !important;
    height: 123px !important;
}
@media screen and (max-width: 767px) {
    #chatbot_widget_minisize_block {
        width: 335px !important;
        height: 90px !important;
    }
}
