.table
{
    --bs-table-striped-color: white;
    --bs-table-color: white;
    --bs-table-striped-bg: rgb(32 47 237 / 18%);
    --bs-table-accent-bg: rgb(156 156 177 / 15%);
    border-radius:5px;
}

body{
    color:white;
    background-color: rgb(33,37,41);
}

.max-row
{
    max-width: 1000px;
    margin:auto;
}

.close {
    color: #fff; 
    opacity: 1;
}

.pad-btn
{
    margin-top:10px;
}

.max-list-row-size
{
    max-height: 350px;
    min-height: 150px;
    overflow-y: auto;
}

.footer
{
    background: #333; color: white; text-align: center; padding: 10px; position: fixed; bottom: 0; width: 100%; 
}