.column-set {
  margin-bottom: 5px;
}
.tab-content {
  margin-bottom: 0px;
}
.form-progress {
  padding: 0px;
}
.form-progress .progress {
  height: 46px;
}
.form-progress .progress-bar {
  line-height: 46px;
  font-size: 14px;
}
label[for="permission"] {
  color: #404040;
}

.universal-email-tip {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #444F5D;
  margin-left: 20px;
  margin-top: 0px !important;
  @media (max-width: 767px) {
    text-align: center;
    margin-left: 0px;
    margin-top: 10px !important;
  }
}
.title-flex {
  @media (max-width: 767px) {
    flex-direction: column;
  }
  display: flex;
  align-items: center;
}
