#iframe-weave-widget-button {
                    transition: all .4s ease-out;
                    z-index: 999999999999;
                    position: fixed;
                    right: 20px;
                    bottom: 8px;
                    border: none;
                    width: 350px;
                    height: 110px;
                }
                #iframe-weave-widget-container {
                    transition: all .4s ease-out;
                    opacity: 0;
                    z-index: -999999999999;
                    border-radius: 8px;
                    position: fixed;
                    right: 8px;
                    bottom: 120px;
                    box-shadow:  0px 5px 10px 0px rgba(179,175,179,1);
                    border: none;
                    width: 420px;
                    height: calc(100vh - 120px);
                    max-height: 650px;
                    background-color: white !important;
                    overflow-y: auto;
                }
                @media only screen and (max-width: 450px) {
                    #iframe-weave-widget-container {
                        top: 0;
                        left: 0;
                        width: 100vw;
                        height: 100vh;
                        max-height: 10000px;
                    }
                }
                .weave-widget-fadeIn {
                    opacity: 1 !important;
                    z-index: 999999999999 !important; 
                }
