.location-search a {
    padding: 10px 10px;
}

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

.border-right-grey {
    border-right: 2px solid #ccc;
}
.profile-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
    padding-bottom: 20px;
}

.filghts-top-section {
    margin-left: 12px;
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    vertical-align: middle;
}

.flight-time {
    white-space: nowrap;
    color: #171b1e;
    font-size: 14px;
    position: relative;
    line-height: 22px;
    display: inline-block;
    margin-left: 9px;
    font-weight: 900;
}

.flight-details-rounded {
    display: flex;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #d3d3d3;
    margin-bottom: 10px;
}

.border-right {
    border-right: 1px solid #d3d3d3;
}

.hotel-icons-section {
    margin-right:10px;
    line-height: 1.1
}

.vertical-align-middle {
    vertical-align: middle;
    margin-left: 4px;
}

#eventReservationTable tbody tr,  #flightReservationTable tbody tr, #hotelReservationTable tbody tr{ 
    cursor: pointer;
}

.hand-pointer {
    cursor: pointer;
}

.lable-custom {
    margin-right: 3px;
    font-size: 12px;
    white-space: unset;
    padding: 5px;
    line-height: 30px;
}