.list_wrapper {
    /* width: 462px; */
    width: auto;
    max-height: 75vh;
    overflow-y: scroll;
}

.ele-title-wrap {
    width: 100%;
    margin-bottom: 16px;
    /* justify-content: space-between; */
}

.bus_icon {
    max-width: 43px;
    max-height: 51px;
}

.vehicle-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    margin-left: 12px;
}

.stop-name {

    white-space: nowrap;
    overflow: scroll;
    /* text-overflow:ellipsis; */
}

.circle {
    margin-left: auto;
}

.card-div1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.card-div2 img {
    margin-right: 5px;
}

/* vehicle list end */


/* vehicle details start */


.bus-info {
    background-color: white;
    padding: 10px;
    width: 100%;
    max-height: 75vh;
    overflow-y: auto;
}

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

.bus_icon1 {
    max-width: 26px;
    max-height: 30px;
    margin-right: 10px;
}

.bus-id {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.3px;
    text-align: left;
}

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

}

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

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

.label {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-align: left;
    color: var(--PM, #4285F4);
}

.value {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.3px;
    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: 14px;
    font-weight: 400;
    line-height: 20px;
}

.form-div input {
    /* display: flex; */
    /* width: 468px; */
    /* height: 52px; */
    /* border-radius: 10px ; */
    /* align-items: center; */
    border: 1px solid #D9D9D9;

}

.vehicle-doc {
    width: 140px;
    height: 135px;
    background: #f0f0f0;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    font-size: 13px;
    margin: auto;
}

.vehicle-doc-img {
    max-width: 100%;
    max-height: 100%;
}

.file-upload {
    margin-top: 20px;
}

.doc-name {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}

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

    .list_wrapper {
        max-height: 73vh;
    }
}

/* Utility classes (moved from inline styles) */
.card-link-right {
    margin-left: auto;
}

.vehicle-count-wrapper {
    padding: 4px 0 4px 12px;
}

.vehicle-count-text {
    font-size: 14px;
    color: #333;
}

.vehicle-count-number {
    color: #007bff;
}