#dxlAutoFXNotice {
  position: fixed;
  top: 20px;
  right: 20px;
  background: orange;
  color: black;
  padding: 10px 16px;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  display: none;
  z-index: 99999;
}
