
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: flex;
    justify-content: space-between;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 47px;
    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: 40px;
  height: 40px;
  text-align: center;
  padding: 10px 0;
  margin-top: 28px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 200px;
}
.displayNone{
  display: none;
}

.error{
    color: var(--red, #EB5757);
    font-family: Kanit;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
}
.btn-default-1{
    border-radius: 200px;
    background: #F8F9E8;
    color: #B6B9BA;

}
/* .numb::before{
    background-image: url('storage/images/ic_baseline-check.svg');
} */

input:focus {
    border: 1px solid var(--green-g-300, #B9BF1C);
}

.numb{
    color: var(--neutral-n-0, #FFF);
    font-family: Kanit;
    font-size: 13px;
}

.nxt{
    display: flex;
    gap: 16px;
}

