body {
    background-color: #f8f9fa;
}

.myImage {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.form-control-plaintext {
    padding-left: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.nav-tabs .nav-link {
    color: var(--black-color);
} 
.nav-tabs .nav-link.active {
    font-weight: 600;
}

.table th,
.table td {
    vertical-align: middle;
}

.badge.bg-success {
    background-color: #28a745 !important;
}

.badge.bg-warning {
    background-color: #ffc107 !important;
}

.table-responsive {
    overflow-x: auto;
}

.profile-image-container {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}