thead tr th {
    background: var(--table) !important;
}

#list-market-calendar-options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: none;
}

#list-market-calendar-options button {
    text-align: center;
    width: auto;
    flex-grow: 1;
}

#recent-lists {
    margin: 0 0 1rem 0;
}

.list-group-item.active {
    background: var(--bg-tab-btns);
    border: none;
}

#stat-tables {
    background: #fff;
    padding: 1.25rem !important;
}

/* table thead th {
    padding: 1rem !important;
    background: #F2F8FF !important;
    color: #4D4D4D;
    text-wrap: nowrap;
}

table tbody tr td {
    background: #fff !important;
    padding: 1rem !important;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 400px;
} */

#recent-lists label {
    background: #e7e7e7;
    border: none;
}

.btn-check:checked+.btn{
    background: #4B5C60 !important;
    color: white;
}


#info-box.loader {
    padding: 5rem;
    text-align: center;
    font-weight: bold;
}

#info-box.error {
    padding: 5rem;
    color: rgb(190, 32, 32);
    text-align: center;
    font-weight: bold;
}