.cursor-pointer {
    cursor: pointer !important;
}
.form-control[readonly] {
    background-color: lightgray;
    opacity: 1;
}
.page-title h4 {
    font-weight: 700;
    font-size: 18px !important;
    text-transform: uppercase;
}
.profile-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}
.profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
