.regab-pdf-replace-input {
  display: none !important;
}

.regab-pdf-replace-button {
  white-space: nowrap;
}

.regab-pdf-replace-message {
  position: fixed;
  z-index: 100000;
  top: 22px;
  right: 22px;
  max-width: min(520px, calc(100vw - 44px));
  padding: 16px 20px;
  border: 1px solid #4ade80;
  border-radius: 14px;
  color: #dcfce7;
  background: #123c2b;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
  font-weight: 700;
}

.regab-pdf-replace-message.is-error {
  border-color: #f87171;
  color: #fee2e2;
  background: #4a1d24;
}

@media (max-width: 720px) {
  .regab-pdf-replace-message {
    top: 12px;
    right: 12px;
    max-width: calc(100vw - 24px);
  }
}
