﻿.table {
    --bs-table-color-type initial : initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: #ffffff;
    --bs-table-hover-bg: #e17000;
    cursor: pointer;
}

.active > .page-link, .page-link.active {
    --bs-pagination-active-bg: #e17000 !important;
    --bs-pagination-active-border-color: #e17000 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    --bs-dropdown-link-active-bg: #e17000 !important;
}