#man-and-van-form {
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;

    
}
.step h2{
    color:#2169f7;
}
.step button{
    color:#2169f7;
    border: 1px solid #2169f7;;
}
.step button:hover{
    background-color: #2169f7;
}
.step label{
    color: #000 !important;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    padding-bottom:10px;
    }

.add-a-stop{
    padding:20px 0px;
}
.step {
    display: none;
}

.step.active {
    display: block;
    width: 900px;
    padding: 40px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 4px 4px rgba(33, 105, 247, 0.5);
    border-radius:20px;
        margin-bottom: 50px;
}

#map {
    /*height: 300px;*/
    margin-top: 20px;
    border: 1px solid #ccc;
    width:max-content;
    margin-bottom:20px;
}

span.floors img {
    width: 30px;
    height: 30px;
   
}

span.floors {
    display: flex;
    align-items: center;
     padding-bottom:20px;
}

span.floors label {
    padding-bottom: 0px;
    padding-left:20px;
    color:#4a4a4a;
    font-size:24px;
}

.steps{
    padding: 20px 0px;
}

/*vans step here*/
.vans{
    box-shadow: 4px 9px 12px 0 rgba(0, 0, 0, .71);
    background: #e3e3e3;
    background-color: rgb(227, 227, 227);
    cursor: pointer;
    padding: 10px;
    position: relative;
    margin: 20px 0px;
    border-radius: 10px;
}

.vans label{
    font-size:32px;
    font-weight:400;
    font-family: sans-serif;
}
.vans img{
    padding-top:30px;
}

/* loading-persons*/

.loading-persons{
    padding-bottom:30px;
    box-shadow: 10px 10px 10px 10px rgba(0.1, 0.1, 0.1, 0.1);
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.persons{
    background: #e3e3e3;
    border: 0;
    height: auto;
    max-width: 313px;
    width: 100%;
    padding: 50px 22px;
    border-radius: 20px;
    text-align:center;
}

/*loading -unloading*/
.load-unload-main{
    text-align:center;
    box-shadow: 0px 20px 10px 10px rgba(0.1, 0.1, 0.1, 0.1);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.laoding{
    width:30%;
    text-align:center;
    margin:auto;
}
.load-unload-main p{
    padding-top:30px;
}

/*ride-in*/

.ride-in{
    box-shadow: 10px 15px 2px 0px rgba(0.1, 0.1, 0.1, 0.1);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    text-align: center;
    border:1px solid #e3e3e3;
}
.back-step, .next-step{
    width: 150px;
    font-size: 22px;
}
.text-right{
    text-align:right;
}
/*when-moving*/
.when-moving{
    box-shadow: 10px 15px 2px 0px rgba(0.1, 0.1, 0.1, 0.1);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #e3e3e3;
}
.stop-item{
    display:flex;
}

.man-van-input{
    height: 54px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid rgba(255, 255, 255, 0.9) !important;
    border-radius: 8px !important;
    padding: 8px 15px  !important;
    font-size: 16px  !important;
    transition: all 0.3s ease  !important;
    box-shadow: 0px 2px 2px 3px rgba(0, 0, 0, 0.2) !important;

}

#show-prices{
    display:none !important;
}


.actions a.disabled {
    pointer-events: none !important; /* Prevents clicking */
    opacity: 0.5 !important; /* Makes it look disabled */
    cursor: not-allowed !important; /* Shows a 'not allowed' cursor */
}
