.lead-widget{position:fixed!important;right:20px;bottom:20px;width:400px;max-width:calc(100vw - 40px);z-index:99999;transform:translateY(120%);opacity:0;transition:transform .45s ease,opacity .45s ease}.lead-widget.show{transform:translateY(0);opacity:1}.lead-close{cursor:pointer;z-index:10;display:flex;justify-content:flex-end}.lead-close *{cursor:pointer!important}