.-m-header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px 0px;
    z-index: 900;
    height: 55px;
    border-bottom: thin solid #ff00e5;
    background-color: #4b006d;
}

.-m-content {
    /* z-index: 999; */
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    /* height: 65px; */
    display: block;
}

#register-form fieldset:not(:first-of-type) {
    display: none
}
.progressbar-back {
    counter-reset: step;
    display: flex;
    padding-inline-start: 0px;
    font-family         : 'Prompt', sans-serif, Arial;
}
.progressbar-back li {
    list-style-type: none;
    flex: 1;
    font-size: 1.2rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.progressbar-back li span {
    font-size: 1rem;
}
.progressbar-back li:before {
    width: 50px;
    height: 50px;
    content: counter(step);
    counter-increment: step;
    border: 2px solid #7d7d7d;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 0 13px 10px 0 rgb(169 169 169 / 74%);
    box-shadow: 0 13px 10px 0 rgb(169 169 169 / 74%);
    background-position: 40% 0%;
    background-size: 120%;
}
.progressbar-back li:after {
    width: calc(100% - 50px);
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 25px;
    left: calc(-50% + 25px);
}
.progressbar-back li:first-child:after {
    content: none;
}
.progressbar-back li.active {
    color: green;
}
.progressbar-back li.active:before {
    border-color: #55b776;
      
    -webkit-box-shadow: 0 13px 10px 0 rgb(132 222 135 / 74%);
    box-shadow: 0 13px 10px 0 rgb(132 222 135 / 74%);
    background-position: 40% 0%;
    background-size: 120%;
}
.progressbar-back li.active + li:after {
    background-color: #55b776;
}
.img-regisform {
      position: relative;
      display: block;
      max-width: 100px;
      margin: 40px auto;
  /*
     background: linear-gradient(purple, violet);
      -webkit-filter: opacity(.5) drop-shadow(0 0 0 red);
    filter: opacity(.5) drop-shadow(0 0 0 red);
  */
      
  }
  
  /*****************************************/
  
#progressbar{
      font-family: 'Noto Sans Thai', sans-serif;
    text-align: center;
      margin-left: -10px;
      margin-right: -10px;
      
}
  
#progressbar ul {
    list-style: none;
    display: flex;
      padding-inline-start: 0px;
      max-width: 700px;
      margin: 10px auto;
}

#progressbar ul li {
    display: block;
    flex-grow: 1;
    font-size: 0.9rem;
    height: 40px;
    background: #D7D7D7;
    text-align: center;
      padding-top: 10px;
    position: relative;
    margin: 0 5px 0 0;
      padding-left: 15px;
    text-decoration: none;
    color: #000;
}

#progressbar ul li:after {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #D7D7D7;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 1;
}

#progressbar ul li:before {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #282828;
    position: absolute;
    left: 0;
    top: 0;
}
  
#progressbar ul li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#progressbar ul li:first-child:before {
    display: none;
}

#progressbar ul li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#progressbar ul li:last-child:after {
    display: none;
}

.active{
      color: #FFFFFF!important;
    background: #ff00e5!important;
}
.active:after{
    border-left: 20px solid #ff00e5!important;
}

.l-icon {
    font-size: 5rem;
}

.m-icon {
    font-size: 1.5rem;
    line-height: unset!important;
}

/*
.btn-cancel {
    display: block;
    width: 50px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
}
*/

