:root {
  --primary-color: #FF530D;
  --secondary-color: #e88649;
}
img {
  border-radius: 15px;
}
.step-block {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--primary-color);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
  margin: 10px auto;
}
textarea{
  height: 150px!important;
}
.alert{
  position: fixed;
  top: 20px;
  right: 20px;
  width: max-content;
  z-index: 90;
}