.wizard.vertical>.steps {
  width: 23%;
}

.wizard.vertical>.content {
  width: 72%;
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a {
  background-color: #dedede;
  color: #3F3F3F;
}

.wizard>.content>.body {
  position: relative;
}

.table_font_size {
  color: #000;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.title_font_size {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.5px;
}
.specifiedHeight {
  height: 38px;
}
.wordSpacing {
  word-spacing: -10px;
}
.borderRadius {
  border-radius: 20px;
}
.boxStatus {
  align-items: center;
  border-radius: 18px;
  display: inline-flex;
  gap: 8px;
  padding: 6px 12px;
}

.boxStatus p {
  margin-bottom: 0px;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

@media (max-width: 1168px) {
  .margin5 {
    margin: 5px;
  }
}
