.myrow3 select#length, .myrow3 select#width, .myrow3 select#height{
    
    height: 35px;
  font-size: 17px;
  font-weight: bold;
}
#overh, #overl, #overw{
    display: none;
}

.col-md-4 select {
    width: 125px;
}

body {
    font-family: Arial, sans-serif;
}

#sp-left{
    display: none !important;
}
.form-step {
    display: none;
}

#step-1 {
    display: block;
}

.myrow{
    background-color: #f7f7f7;
  padding: 15px;
    
}

.myrow3{
    
    text-align: center;
padding-top: 10px;
}

.myrow3 .r1{
    border-radius: 5px;
    width: 120px;
}
.myrow2 p{
    font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.myrow .col-md-4 p{
    font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.myrow .col-md-4 p span, .myrow2 p span{
    display: block;
  font-size: 13px;
  font-weight: normal;
  margin: 0 auto;
    
}



.progress-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px;
    position: relative;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.completed .circle {
    background-color: red;
    color: white;
}

.pending .circle {
    border: 2px solid red;
    color: red;
    background-color: white;
}

.label {
    margin-top: 10px;
}

.completed::after {
    content: '';
    position: absolute;
    top: 35%;
    left: 100%;
    width: calc(100% + 20px);
    height: 2px;
    background-color: black;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.step:last-child::after {
    display: none;
}
