:root,
[data-bs-theme=light] {
    --custom-text-primary: #5E5873;
    --custom-orange-primary: #F28E1B;
    --custom-stripped-primary: #F7F6FE;
    --custom-orange-primary-rgb: 242, 142, 27;
}

[data-bs-theme=dark] {
    --custom-text-primary: #F7F6FE;
    --custom-orange-primary: #F28E1B;
    --custom-stripped-primary: var(--bs-secondary-bg);
    --custom-orange-primary-rgb: 242, 142, 27;
}

.custom-text-primary-orange {
    color: var(--custom-orange-primary);
}

.custom-text-primary {
    color: var(--custom-text-primary);
}

.custom-card-shadow {
    box-shadow: 0px 4px 4px #0000004e;
}

.pagination {
    --bs-pagination-active-bg: var(--custom-orange-primary);
    --bs-link-color: var(--custom-orange-primary);
    --bs-pagination-active-border-color: var(--custom-orange-primary);
    --bs-pagination-focus-color: var(--custom-orange-primary);
    --bs-pagination-hover-color: var(--custom-orange-primary);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem #f28e1b75;
    --bs-pagination-disabled-color: rgb(var(--custom-orange-primary-rgb), 0.5);
}

.table-striped.table-striped.custom-table>tbody>tr:nth-of-type(odd)>* {
    --bs-table-striped-bg: var(--custom-stripped-primary);
    --bs-table-striped-color: var(--custom-text-primary);
}

.table.custom-table>:not(caption)>*>* {
    --bs-table-color: var(--custom-text-primary);
}

.table.custom-table>:not(caption)>*>* {
    vertical-align: middle;
}

table.table.custom-table {
    width: 100% !important;
    box-sizing: border-box;
}

.table.custom-table thead tr th {
    padding: 24px .5rem;
    background-color: var(--bs-secondary-bg);
}

.table.custom-table tfoot tr td {
    padding: 24px .5rem;
    background-color: var(--bs-secondary-bg);
}

.table.dataTable.custom-table>thead .sorting:before {
    opacity: 0.3;
    bottom: calc(50% - 10px);
    right: 0.5em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-up-fill' viewBox='0 0 16 16'%3E%3Cpath d='m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z'/%3E%3C/svg%3E");
}

.table.dataTable.custom-table>thead .sorting:after {
    opacity: 0.3;
    bottom: calc(50% - 22px);
    right: 0.5em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
}

.table.dataTable.custom-table>thead .sorting {
    vertical-align: middle;
}

.form-select {
    background-color: var(--bs-secondary-bg);
}

.users-roles,
.deliveries-status {
    position: relative;
}
.users-roles a,
.deliveries-status a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
