body {
  background-color: #030303;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  color: white;
}

.loading {
  background-color: #262626;
  border-radius: 4px;
  width: 200px;
  margin-left: 12px;
  display: flex;
  height: 20px;
}

.loading-number {
  width: 100px;
}

.container {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  width: 350px;
  margin-bottom: 8px;
}

.row {
  margin-top: 12px;
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.rowTop {
  margin-top: 0px;
}

.row > * {
  display: flex;
}

.row-title {
  font-weight: 500;
  width: 100px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.25px;
  color: #d95a00;
}

.row-text {
  display: none;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.25px;
  color: #e6e6e6;
  max-width: calc(100% - 100px - 12px - 20px);
  margin-left: 12px;
}

.spaceBelow {
  width: 100%;
  height: 10px;
}
