thead input {
        width: 70%;
    }
    .btn-foreigner{
        display:block;
        width:9rem;
        height:3.5rem;
        vertical-align: middle;
    }
    .btn-foreigner2{
        display:block;
        width:9rem;
        height:3rem;
        vertical-align: middle;
    }
    .rh-foreigner {
        background-color:#d0d6e2;
    }
    .w-w {
    width: 30%;
}
.male {font-size:0.9em;
        
}
.malalista {
    padding:0.5rem 0.8rem;
}
.smallhr {
    padding-top:0.2rem;
    margin-top:0.2rem;
    margin-bottom:0.2rem;
    padding-bottom:0.2rem;
}
.yellowcard {
    background-color:#ffecb3;
    word-wrap: break-word;
}
    .stepper-wrapper {
  margin-top: auto;
  padding-top:1%;
  padding-bottom:1%;
  display: flex;
  justify-content: space-between;
   background-color:#fafafa;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff0000;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #4bb543;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}