.ag-chat-container,.ag-chat-container *{padding:0;box-sizing:border-box;margin:0}.ag-chat-container .ag-chat-iconButton:hover::after,.ag-chat-container .ag-chat-iconButton:hover::before{height:100%;animation-name:ripple;animation-duration:3s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(0.65,0,0.34,1);z-index:-9;opacity:0;content:"";position:absolute}@keyframes press{to{transform:scale(0.92)}}@keyframes ripple{from{opacity:1;border-width:0;transform:scale3d(1,1,1.25)}to{opacity:0;border-width:8px;transform:scale3d(1.5,1.5,1.25)}}.ag-chat-container{width:calc(100vw - 40px);bottom:20px;display:flex;row-gap:8px;z-index:9999999999999999;position:fixed;pointer-events:none;max-width:370px;flex-direction:column}.ag-chat-container.left{left:20px;align-items:flex-start}.ag-chat-container.right{right:20px;align-items:flex-end}.ag-chat-container *{font-family:Roboto}.ag-chat-container .ag-chat-iconButton{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;box-shadow:0 0 20px 0 #00000040;background-color:#fff;outline:0;border:0;margin:0;cursor:pointer;user-select:none;vertical-align:middle;text-decoration:none;color:inherit;text-align:center;flex:0 0 auto;font-size:1.5rem;padding:8px;pointer-events:all;border-radius:50%;overflow:visible;color:#0000008a;width:60px;height:60px;position:absolute;transition:bottom .4s;bottom:0;z-index:0}.ag-chat-container .ag-chat-iconButton.clicked{bottom:-99px}.ag-chat-container .ag-chat-iconButton:hover::before{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;border:0px solid #00000033;border-radius:100%;animation-delay:.75s}.ag-chat-container .ag-chat-iconButton:hover::after{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;border:0px solid #00000033;border-radius:100%;animation-delay:.25s}.ag-chat-container .ag-chat-iconButton:focus,.ag-chat-container .ag-chat-iconButton:active{animation:.2s forwards press}.ag-chat-container .ag-chat-iconButton svg{user-select:none;width:1em;height:1em;display:inline-block;fill:currentColor;flex-shrink:0;transition:fill .2s cubic-bezier(.4, 0, .2, 1);font-size:2.1875rem}.ag-chat-container .chat-box{background-color:#fff;border-radius:15px;bottom:-9999px;box-shadow:0 4px 16px #00000040;display:flex !important;flex-direction:column;overflow:hidden;width:100%;pointer-events:none;transition:bottom .8s ease-in-out;height:550px;max-height:calc(100vh - 40px);position:absolute;z-index:1}.ag-chat-container .chat-box.show{pointer-events:all;bottom:0}.ag-chat-container .chat-box .header{align-items:center;column-gap:16px;display:flex;padding:20px 25px;height:100px}.ag-chat-container .chat-box .header .avatar{display:flex;background-color:#fff;border-radius:50%;position:relative}.ag-chat-container .chat-box .header .avatar img{overflow: hidden;border-radius: 50%;object-fit:cover;object-position:center}.ag-chat-container .chat-box .header .avatar .status{border:1px solid #fff;border-radius:50%;display:flex;height:10px;width:10px;position:absolute;bottom:10px;right:0}.ag-chat-container .chat-box .header .main{display:flex;flex-direction:column;row-gap:4px;flex-grow:1}.ag-chat-container .chat-box .header .main .name{color:#fff;font-size:22px;font-weight:500;line-height:30px}.ag-chat-container .chat-box .header .main .desc{color:#fff;font-size:16px;font-weight:400;line-height:19px;text-transform:capitalize}.ag-chat-container .chat-box .header .ag-chat-dismiss{align-self:flex-start;width:20px;height:20px;background:no-repeat;border:none;cursor:pointer}.ag-chat-container .chat-box .body{box-shadow:inset 0 25px 14px -15px #00000050;flex:1 0 0;padding:30px 25px 0;overflow:auto}.ag-chat-container .chat-box .body .chat-cloud{padding-left:8px;opacity:0;transition:opacity .2s .2s;margin-bottom:24px}.ag-chat-container .chat-box .body .chat-cloud.show{opacity:1}.ag-chat-container .chat-box .body .chat-cloud .content{display:flex;flex-direction:column;background-color:#fff;box-shadow:0 2px #0000001a;border-radius:0 7px 7px;padding:5px 5px 5px 8px;position:relative;max-width:70%;min-width:214px;row-gap:5px;text-align:left;height:unset;}.ag-chat-container .chat-box .body .chat-cloud .content:before{content:"";border-top:9px solid #fff;border-left:8px solid transparent;filter:drop-shadow(0 2px 0 rgba(0, 0, 0, .1019607843));position:absolute;right:100%;top:0}.ag-chat-container .chat-box .body .chat-cloud .content .sender{color:#34333254;font-size:14px;font-weight:500;line-height:18px;margin-bottom:5px}.ag-chat-container .chat-box .body .chat-cloud .content .message{background-color:#fff;color:#343332;font-size:16px;font-weight:400;line-height:16px;margin-bottom:5px}.ag-chat-container .chat-box .body .chat-cloud .content .time{color:#a0a0a0;font-size:12px;font-weight:400;line-height:12px;text-align:right}.ag-chat-container .chat-box .footer{align-items:center;display:flex;flex-direction:column;padding:20px 25px 10px;row-gap:5px;height:100px;justify-content:space-between}.ag-chat-container .chat-box .footer .start-button{align-items:center;background-color:#00cd39;border:0;border-radius:16px;box-shadow:none;color:#fff;column-gap:7px;cursor:pointer;display:inline-flex;font-weight:500;font-size:18px;height:40px;justify-content:center;margin:0;outline:0;padding:0;text-transform:capitalize;text-decoration:none;width:100%}.ag-chat-container .chat-box .footer .start-button svg{font-size:20px;width:28px;height:28px}.ag-chat-container .chat-box .footer .powered-by{color:#34333254;font-size:12px;font-weight:500;line-height:12px;text-align:center;width:100%}.ag-chat-container .chat-box .footer .powered-by a{color:#343332;text-decoration:none}.ag-chat-container .chat-box .footer .powered-by a:hover{color:#12b0ee}.ag-chat-iconButtonVerical{border-radius:16px !important;width:auto !important;height:auto !important;}