.diagnostic-export-button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #1e668f;
  border-radius: 5px;
  color: #fff;
  background: #14577f;
  font-size: .72rem;
  font-weight: 800;
  cursor: pointer;
}

.diagnostic-export-button:hover:not(:disabled) {
  border-color: #0f496c;
  color: #fff;
  background: #0f496c;
}

.diagnostic-export-button:disabled {
  cursor: wait;
  opacity: .65;
}

@media (max-width: 440px) {
  .diagnostic-export-button {
    width: 100%;
  }
}
