.watermark {
    display: none !important;
}

.MuiStack-root.watermark {
    display: none !important;
}

.MuiButtonBase-root.MuiButton-outlinedPrimary {
  background-color: transparent;
  color: #1976d2;
  border: 1px solid #1976d2;
  transition: all 0.3s ease;
}

.MuiButtonBase-root.MuiButton-outlinedPrimary:hover {
  background-color: rgba(25, 118, 210, 0.04);
  color: #1565c0;
}

.MuiButtonBase-root.MuiButton-outlinedPrimary.clicked {
  background-color: rgba(25, 118, 210, 0.12);
  color: #0d47a1;
}

button[aria-label="Copy"] {
    display: none !important;
}

button:has(path[d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"]) {
    display: none !important;
}