body {
  min-height: 100vh;
}

textarea#manual-urls {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

textarea#tsv-content {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background: #f7f7f9;
}

.flash-success {
  animation: flash-success 0.7s ease;
}

@keyframes flash-success {
  0% {
    background-color: #d1e7dd;
    color: #0f5132;
  }
  50% {
    background-color: #198754;
    color: #fff;
  }
  100% {
    background-color: inherit;
    color: inherit;
  }
}
