/* 1. Dịch chuyển cả cụm lên trên 40px và căn chỉnh lại container */
	div[class*="FloatingButton__FloatingButtonContainer"] {
		bottom: 60px !important; /* Mặc định thường là 20px, cộng thêm 40px = 60px */
		width: 50px !important;
		height: 50px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	/* 2. Chỉnh kích thước nút bấm chính (nút xanh) */
	div[class*="FloatingButton__FloatingButtonContainer"] button {
		width: 50px !important;
		height: 50px !important;
		min-width: 50px !important;
		min-height: 50px !important;
	}

	/* 3. Chỉnh kích thước các hiệu ứng vòng tròn (AnimationFrame) */
	div[class*="AnimationFrame__Frame"] {
		width: 50px !important;
		height: 50px !important;
		left: 0 !important;
		top: 0 !important;
	}
	
	.iconFloatUser{
		display:none !important;
	}
	