*:not(#icon):not(#toggle-accordions) {
    font-family: Arial Condensed;
}

.card{
    background-color: #f7f7f7;
}

aside p, .card-header{
    color: #fff;
}

#infoCar{
    font-weight: normal !important;
}

.card-main{
    box-shadow: none;
    border: none;
}

button:hover{
    transform: scale(105%);
}

#PneuList{
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    background-color: var(--bg-main-1);
}

#PneuList li{
    display: inline;
}

.PneuList, .estoqueList{
    list-style: none;
}

.PneuList li{
    padding-left: 0;
}

.nav-link a{
    text-decoration: none;
    color: #fff;
}

.text-center th{
    border: 0 !important;
}

#tabelaCategoria td{
    text-align: left !important;
}