.custom_breadcumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.req_star{
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    font-weight: 700;
}

.cabin__list__show{

}

ul.shifting_list {
    list-style-type: none;
}

ul.shifting_list li {
    border-bottom: 1px solid #ddd;
}

.child_table {
    width: 100%!important;
}

table.child_table tr {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

table.child_table tr:first-child{
    border-top: 0px solid #333;
}

table.child_table tr:last-child{
    border-bottom: 0px solid #333;
}

table.child_table tr td{
    padding: 8px 15px;
}

ul{
    list-style-type: none;
    padding: 0!important;

}

ul.cabin_patient_info_list li{
    border-bottom: 1px solid #333;
    margin: 5px 0px;
    padding: 5px 0px;
}

ul.cabin_patient_info_list li:last-child{
    border-bottom: 0px solid #333;
}