.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  border: 1px solid #a1a1a1;
  background-color: white;
}

.btn-active {
    background: #cfd3d9 !important;
}
.btn-completed {
    background: #28a745 !important;
}
.nextBtn {
    width: 100px;
    margin-right: 5px;
    background-color: #fff;
    color:  #da3a5d !important;
    text-decoration: none;
    font-weight: bold !important;
}

.saveStep{
    width: 200px;
    background-color: #fff;
    color: #da3a5d !important;
    text-decoration: none;
    font-weight: bold !important;
}
.preStep{
    width: 100px;
    margin-right: 5px;
    margin-right: 5px;
    background-color: #fff;
    color:  #da3a5d !important;
    text-decoration: none;
    font-weight: bold !important;
}

.field_required_asterisk{
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-inline-start: 0.125em;
}

.labelfont{
    font-weight: bold;
}

.tncscroll {
    border: 1px solid #ddd;
    font-size: .8em;
    margin-top: 8px;
    max-height: 240px;
    overflow-y: scroll;
    padding: 8px;
}

.form_saved_message{
    margin: 30px 0;
    padding: 40px;
    width: 100%;
    font-size: 1em;
    line-height: 1.8;
    color: #31708f;
    background-color: #e3f3f3;
    text-align: center;
    border-radius: 0;
}