.list_wrapper{
    /* width: 462px; */
    width: auto;
    max-height: 75vh;
    overflow-y: scroll;
}
.ele-title-wrap{
    width: 100%;
    margin-bottom: 15px;
    /* justify-content: space-between; */
}
.bus_icon{
    max-width: 43px;
    max-height: 51px;
}
.vehicle-title{
    font-family: Literata;
    font-size: 24px;
    font-weight: 600;
    line-height: 35.64px;
    margin-left: 24px;
}
.stop-name{

    white-space: nowrap;
    overflow: scroll;
    /* text-overflow:ellipsis; */
}
.circle{
    margin-left: auto;
}
.card-div1{
    font-size: 18px;
    font-weight: 400;
    line-height: 26.73px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.card-div2{
    font-size: 18px;
    font-weight: 400;
    line-height: 26.73px;
    display: flex;
    align-items: center;

}
.card-div2 img{
    margin-right: 5px;
}
/* vehicle list end */


/* vehicle details start */


.bus-info {
    background-color: white;
    /* border: 1px solid #ccc; */
    /* border-radius: 8px; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    padding: 16px;
    /* width: 300px; */
    /* padding: 10px 40px; */
    width: 100%;
    max-height: 75vh;
    overflow-y: scroll;
}

.bus-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.bus_icon1 {
    /* font-size: 24px; */
    max-width: 30px;
    max-height: 35px;
    margin-right: 16px;
}

.bus-id {
   
    font-size: 24px;
    font-weight: 600;
    line-height: 35.64px;
    letter-spacing: 0.5px;
    text-align: left;

}

.edit-icon {
    font-size: 16px;
    color: #007bff;
    cursor: pointer;
    
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.grid-item {
    display: flex;
    flex-direction: column;
}

.label {
    font-size: 18px;
    font-weight: 500;
    line-height: 23.76px;
    letter-spacing: 0.5px;
    text-align: left;
    color: var(--PM, #4285F4);

}

.value {
    font-size: 18px;
    font-weight: 600;
    line-height: 26.73px;
    letter-spacing: 0.5px;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.document-btn{
    width: 143px;
    height: 35px;
    top: 916px;
    left: 1247px;
    gap: 0px;
    border-radius: 10px;
    opacity: 0px;

}
.document-btn-div{
    text-align: -webkit-right;;
}
.document-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-div{
    font-size: 18px;
    font-weight: 400;
    line-height: 26.73px;
}
.form-div input{
    /* display: flex; */
    /* width: 468px; */
/* height: 52px; */
/* border-radius: 10px ; */
/* align-items: center; */
border: 1px solid #D9D9D9;

}

.vehicle-doc{
    width: 189px;
    height: 185px;
    background: #D9D9D9;
    border: 1px solid #7C7C7C;
    font-size: 16px;
    margin: auto;

}
.vehicle-doc-img{
    max-width: 100%;
    max-height: 100%;
}
.file-upload{
    margin-top: 20px;
}
.doc-name{
font-size: 16px;
font-weight: 700;
line-height: 23.76px;

}

@media(max-width: 1399px) {
    .bus-info {
        max-height: 73vh;
    }
    .list_wrapper{
        max-height: 73vh;
    }
}