.ujrah {
    padding: 16px 24px;
    margin-bottom: 70px;
    width: 100%;
}

.profile {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e60073;
    object-fit: cover;
    margin-right: 15px;
}

.profile-text h2 {
    margin: 0;
    font-size: 1.5rem;
}

.profile-text p {
    margin: 0;
    color: #777;
    font-size: 0.9rem;
}

.ujrah-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.ujrah-table thead {
    background-color: #007aff;
    color: white;
}

.ujrah-table th,
.ujrah-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.ujrah-table tbody tr:last-child td {
    border-bottom: none;
}

.ujrah-table td:first-child {
    font-weight: 500;
}

.ujrah-table td:last-child {
    text-align: center;
    font-weight: 600;
}

.total-row {
    background-color: #f5f5f5;
    font-weight: bold;
}

.total-row td {
    font-weight: 700 !important;
}