:host {
  height: 100%;
  width: 100%;
}

.btn.primary.step {
  font-size: 10px;
  font-weight: 600;
  height: 30px;
  min-width: 120px;
}

.custom-grey-container {
  border: 0.5px dashed var(--color-ti-text-grey);
  border-radius: 6px;
  background-color: var(--color-ti-bg-grey-03);
  height: 60%;
  padding: 3% 2% 3% 3%;
  width: 100%;
}

.done-icon {
  height: 15px;
  margin-top: -2px;
  width: 15px;
}

.done-state {
  color: var(--color-ti-primary-red);
}

.main-container {
  display: grid;
  grid-template-columns: 44% 52%;
  grid-column-gap: 3%;
  grid-row-gap: 5%;
  height: 100%;
  padding: 1%;
  width: 100%;
}

.step-desciption {
  font-weight: 300;
}

.step-info {
  width: calc(100% - 120px - 2%);
}

.step-name {
  font-size: 12px;
  padding-bottom: 5%;
}

.step-number {
  font-size: 26px;
  width: 95%;
}

@media only screen and (max-width: 1400px) {
  .btn.primary.step {
    min-width: 100px;
  }
  .step-info {
    width: calc(100% - 100px - 2%);
  }
}

.text-transform-3 {
  text-transform: none;
}
