﻿
/*.table > tbody > tr > td:hover {
    transform: scale(1.3);*/ /* Zoom in the cell */
    /*transition: transform 0.2s ease-in-out, font-size 0.1s ease-in-out;*/ /* Smooth zoom and font size change */
    /*border: none;
    font-weight: 700;
    background: white !important;
    color: black !important;
    font-size: calc(100% + 8px);
    text-align:center;
    z-index:99999999999 !important;
}

.table > tbody > tr > th:hover {
    transform: scale(1.3);*/ /* Zoom in the cell */
    /*transition: transform 0.2s ease-in-out, font-size 0.1s ease-in-out;*/ /* Smooth zoom and font size change */
    /*border: none;
    font-weight: 700;
    background: white !important;
    color: black !important;
    font-size: calc(100% + 8px);
    text-align: center;
    z-index: 99999999999 !important;
}

.table > thead > tr > th:hover {
    transform: scale(1.3);*/ /* Zoom in the cell */
    /*transition: transform 0.2s ease-in-out, font-size 0.1s ease-in-out;*/ /* Smooth zoom and font size change */
    /*border: none;
    font-weight: 700;
    background: white !important;
    color: black !important;
    font-size: calc(100% + 8px);
    text-align: center;
    z-index: 99999999999 !important;
}

.table > thead > tr > td:hover {
    transform: scale(1.3);*/ /* Zoom in the cell */
    /*transition: transform 0.2s ease-in-out, font-size 0.1s ease-in-out;*/ /* Smooth zoom and font size change */
    /*border: none;
    font-weight: 700;
    background: white !important;
    color: black !important;
    font-size: calc(100% + 8px);
    text-align: center;
    z-index: 99999999999 !important;
}*/
