﻿.page-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5em;
}

table {
    table-layout: fixed;
}

    table tbody tr:nth-child(even) {
        background-color: #4847470a;
    }

    table thead th {
        padding: 0 !important;
    }

    table tbody tr td {
        vertical-align: middle;
        font-size: small;
    }

    table tbody tr:hover {
        background-color: #e8eef2;
    }

    table tbody tr.highlight {
        background-color: #e0f7fa;
        transition: background-color 0.3s ease;
    }

    table tbody tr td.highlight-column {
        background-color: #e8eef2;
        transition: background-color 0.3s ease;
    }
