.Passenger_details_modal .modal-header {
    border-bottom: 0px;
}
.Passenger_details_modal .modal-body .contentdiv{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}
.Passenger_details_modal .modal-body  .passttt{
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.Passenger_details_modal .modal-body   .text{
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
    overflow-wrap: break-word;
}
.Passenger_details_modal .modal-body  .tractbtn{
    border: 0px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 8px;
    border-radius: 5px;
    width: 100%;
    margin-top: 20px;
}