﻿.avatar-wrapper {
    position: relative;
    display: inline-block;
    transform: scale(1.3); 
    transform-origin: center;
}

.status-dot {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
    background-color: #22C55E;
    border-radius: 50%;
    border: 2px solid #fff;
}

.mud-divider {
    color: #E4E6EB;
}
.header-banner {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
}
.file-img {
    width: 40px;
    height: 40px;
    background-color: var(--color-bg-primary);
}
.file-chip {
    border: 1px solid var(--mud-palette-lines-default);
    margin-top: 8px;
    background-color: var(--color-bg-secondary) !important;
}
.header-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.custom-row-lines .mud-table-body tr {
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

    .custom-row-lines .mud-table-body tr:last-child {
        border-bottom: none;
    }

    .custom-row-lines .mud-table-body tr:first-child {
        border-top: 1px solid rgba(0,0,0,0.12);
    }