#lgchat-input {
    scrollbar-width: none;
}

#lgchat-input::-webkit-scrollbar {
    display: none;
}
#lgchat-fab{
	    background: linear-gradient(135deg, #34006f 0%, #5b1bb3 50%, #8a2be2 100%);

}
#lgchat-sendbtn {
    padding: 10px;
    background: linear-gradient(135deg, #34006f 0%, #5b1bb3 50%, #8a2be2 100%);
	/* 	    background: linear-gradient(135deg, rgb(18, 58, 148) 0%, rgb(34, 95, 246) 45%, rgb(92, 139, 255) 100%);
 */
}
#lgchat-header {
	padding: 7px 15px;
	    background: linear-gradient(135deg, #34006f 0%, #5b1bb3 50%, #8a2be2 100%);
/* 	    background: linear-gradient(135deg, rgb(18, 58, 148) 0%, rgb(34, 95, 246) 45%, rgb(92, 139, 255) 100%);    padding: 10px 19px; */
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
#lgchat-close {
    margin: 0;
}

/* PC: cố định size nhỏ gọn */
#lgchat-panel {
    width: 360px !important;
    height: 520px !important;
}
.lt {
    display: none;
}
/* Mobile: full width, 65% chiều cao */
@media (max-width: 480px) {
    #lgchat-panel {
        width: 100% !important;
        height: 55vh !important;
    }
	div#lgchat-fab-wrap {
    bottom: 75px !important;
    right: 0px !important;
}
}