﻿
div:has(> table){
    margin: .5rem;
}
thead {
    /*    background: linear-gradient(130deg, #1a609b 0%, #0e2c5e 100%); */
    /*    background: linear-gradient(130deg, var(--green) 0%, #268b26 50%, #09bb09 100%);*/
    color: white;
}
thead > tr:last-child {
    position: sticky;
    top: 0;
    background-color: #7CD63C /*$mm-6*/;
    box-sizing: border-box;
    border-collapse: separate;
    box-shadow: rgba(0, 0, 0, 0.35) -6px 0px 12px;
}
th {
    padding: .35rem .5rem;
    font-size: 1.15rem;
    border-collapse: separate
}

table {
    width: 100%;
    margin-bottom: 0 !important;
    scrollbar-color: black !important;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

tbody tr:hover {
    background-color: #797979;
    color: white;
}


div:not(.row):has(> table:only-child) {
    border-radius: 10px;
    scrollbar-color: black !important;
    border: 2px solid;
    border-color: #777A80 !important;
}

td {
    vertical-align: middle;
    padding: .5rem .25rem;
}

.table > :not(caption) > * > * {
    padding: .3rem .5rem;
}
