.content-data-table thead tr th:not(:first-child){
text-align: center;
}

.content-data-table tbody tr td:not(:first-child){
    text-align: center;
}

.content-data-table .table-header{
    cursor: pointer;
}

.table-header:not(:last-child)::after{
    content: " \2195";
}

.table-header-row{
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 99;
}

.card.floating {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 25em;
    width: 90%;
    max-height: 95%;
    z-index: 99999;
    -webkit-animation: show 0.1s forwards;
    animation: show 0.1s forwards;
    box-shadow: 0 1px 4px;
    padding: 15px 25px;
}



.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}