.avatar {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-top: -5px;
}

.profile-avatar{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;
    font-size: 24px;
}

.checkbox-lg .form-check-input {
    top: 0.8rem;
    scale: 1.5;
    margin-right: 0.7rem;
}

.company-profile-image {
    width: 8rem;
}

td.dt-nowrap { white-space: nowrap }

th.dt-nowrap { white-space: nowrap }
