.mud-layout {
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.border-gray {
    border-color: #E0E0E0;
}

.shadow {
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.07) !important;
}

.selected-row {
    background-color: rgba(25, 118, 210, 0.18) !important;
}
.sticky-col {
    position: sticky;
    left: 0;
    z-index: 1;
    background: var(--mud-palette-surface);
}

th.sticky-col {
    z-index: 2;
}
   /* .selected-row .sticky-col {
        background-color: rgba(25, 118, 210, 0.18) !important;
    }*/
