body > div.fi-simple-layout.flex.min-h-screen.flex-col.items-center > div > main > div > section > header > img {
    height: 100px !important;
}

.fi-main {
    max-width: 90rem !important;
}

.fi-ta-selection-cell {
    position: sticky !important;
    left: 0;
    z-index: 1;
    background-color: #ffffff;
}

thead > tr > .fi-ta-selection-cell {
    background-color: #fafafa;
}

.sticky-avatar {
    position: sticky;
    left: 52px;
    z-index: 1;
}

.sticky-name {
    position: sticky;
    left: 116px;
    z-index: 1;
    box-shadow: 2px 0 5px -2px rgba(0,0,0,0.5);
}

.sticky-name::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px; /* Adjust to be on the border */
    width: 1px;
    height: 100%;
    background-color: #ddd;
}
