.table-container{height:45vh;overflow:auto;border:1px solid #ccc;border-radius:4px}.fixed-height-table{min-height:100%;margin:0}.custom-table{width:100%;border-collapse:collapse}.custom-table thead tr{background-color:#f8f9fa;position:sticky;top:0;z-index:1}.custom-table td,.custom-table th{padding:.5rem;border-bottom:1px solid #dee2e6}.custom-table tbody tr:hover{background-color:#f1f3f5;cursor:pointer}.table-row-selected{background-color:rgba(0,123,255,.15)!important}.empty-table-message{text-align:center;padding:20px;color:#888;font-style:italic}