.ddd-wallet-recovery {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 10px;
  color: #1f2933;
  margin: 18px auto 0;
  max-width: 520px;
  padding: 16px;
  text-align: left;
}

.ddd-wallet-recovery__title {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 4px;
}

.ddd-wallet-recovery__hint {
  color: #5d6875;
  font-size: 13px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.ddd-wallet-recovery__input {
  border: 1px solid #c9d2dc;
  border-radius: 8px;
  box-sizing: border-box;
  color: #1f2933;
  font-family: Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.4;
  padding: 10px;
  resize: vertical;
  width: 100%;
}

.ddd-wallet-recovery__button {
  background: #004b87;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  margin-top: 10px;
  min-height: 40px;
  padding: 0 16px;
}

.ddd-wallet-recovery__button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.ddd-wallet-recovery__status {
  color: #1f2933;
  font-size: 13px;
  font-weight: 700;
  min-height: 18px;
  padding-top: 8px;
}

.ddd-wallet-recovery__status--error {
  color: #b42318;
}
