body {
  font-family: Arial, sans-serif;
  margin: 20px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
td {
  padding: 8px;
  border: 1px solid #ccc;
  /*cursor: pointer;*/
  user-select: none;
  transition: background-color 0.3s ease;
}
td.copiado {
  background-color:rgb(137, 252, 137);
}
.swal2-timer-progress-bar {
    background: #f0eeef !important; 
}

.swal2-title {
    text-align: center;
    width: 100%;
}