.banner {
    background: linear-gradient(90deg, #006064, #19868d);
}

.profile-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid white;
}

.custom-table td {
    vertical-align: middle;
}

.text-purple {
    color: #6f42c1;
}

/* Hover effect */
.table-hover tbody tr:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}
