.copy-the-code-shortcode {
  border: 1px solid #5a5050;
  padding: 5px;
  white-space: nowrap;
  background: #5a5050;
  color: #Fff;
  border-radius: 10px;
  cursor: pointer;
}
.copy-the-code-shortcode:hover {
  opacity: 0.7;
  color: #fff;
}