.allow-copy {
  user-select: text !important;
  -webkit-user-select: text !important;
}

.allow-copy * {
  user-select: text !important;
  -webkit-user-select: text !important;
}
