.tm-copy-message {
  display: none;
  position: fixed;
  z-index: 99999999;
  top: 30%;
  left: 50%;  
  transform: translate(-50%, 0);  
  transition: opacity 3s ease-in-out;
}
.tm-fade {
  opacity: 0;  
}
