/*******************************************************************************
* Copyright (c) by Nguyen Thanh Phat.
* Author: Nguyen Thanh Phat
* Email: phat.nguyenthanh@meai.vn
******************************************************************************/
.chat3li-radial-background {
position: fixed;
width: 500px;
height: 500px !important;
bottom: 0px;
right: 0px;
content: '';
pointer-events: none;
background: radial-gradient(circle at right bottom, rgba(29, 39, 54, 0.16) 0%, rgba(29, 39, 54, 0) 72%);
transition: 150ms;
}
.chat3li-widget {
position: fixed;
bottom: 0px;
right: 0px;
width: 80px;
height: 80px;
z-index: 2147483648 !important;
}
.custom-css-override {
}