﻿

.table-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow:auto;
}
.table-container > .rz-data-grid {
    height:100%;
}

.table-container > .fluent-data-grid {
    height: auto;
}


.icone-line-container {
    display: flex;
    height: 100%;
    width: 100%;
    gap: 0.5rem;
    font-size: 1.2rem;
    align-items: center;
    justify-content: center;
}

.selected-row, .selected-row :hover{
    background-color: var(--color-primary) !important;
    color: var(--color-secondary) !important;
}
.empty-data {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.table-data{
    height:100%;
}
