.container {
  padding: 20px;

}

.stepContainer {

}

.proxyConfigWrap {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.proxyConfigImage {
  width: 200px;
}

.title {
  text-align: center;
}

.infoContainer {
}


:global(.stepContent) {
  margin-top: 16px;
  border: 1px dashed #e9e9e9;
  border-radius: 6px;
  background-color: #fafafa;
  min-height: 200px;
  padding: 20px;
  margin-bottom: 20px;
}

.urlQrGenContainer {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

.bulletTitle {
  margin-bottom: 10px;
}

