﻿[data-bs-theme=light] {
    --tz-body-bg: var(--tz-gray-300);/*#eaf1f3;*/
}

    [data-bs-theme=light] .accordion-button {
        background-color: var(--tz-tertiary-bg);
    }

[data-bs-theme=dark] .accordion-button {
    background-color: var(--tz-tertiary-bg);
}
/*
    BEGIN datatables striped row colors
*/
[data-bs-theme=light] .table-striped > tbody > tr:nth-of-type(odd) > * {
    --tz-table-bg-type: var(--tz-gray-300); /* default: #6c757d */
}

[data-bs-theme=light] .table-striped > tbody > tr:nth-of-type(even) > * {
    /*--tz-table-bg-type: green;*/
}

[data-bs-theme=dark] .table-striped > tbody > tr:nth-of-type(odd) > * {
   
}

[data-bs-theme=dark] .table-striped > tbody > tr:nth-of-type(even) > * {
    
}
/*
    END datatables striped row colors
*/
.breadcrumb-item + .breadcrumb-item::before {
    font-family: "remixicon";
    font-size: 1rem; /* update the default size to 1rem so the > of the breadcrumb-item scales with the overall site font-size */
    line-height: 1.3;
}