.btn-outline-secondary{
    color: var(--gray);
    border: 1px solid var(--borderGray);
    border-radius: var(--border-radius) !important;
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-size: 13px;
    padding: 6px 12px;
    color: var(--dark);
}
.btn-outline-secondary:hover,
.btn-outline-secondary:active{
    background-color: var(--SecondaryColorLight);
    border: 1px solid var(--SecondaryColorLight);
    color: var(--PrimaryColor) !important;
    /* box-shadow: var(--shadow); */
}
.btn-outline-secondary:active:focus,
.btn-outline-secondary:focus{
    box-shadow: none;
}
.btn-primary{
    background-color: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
    color: white;
    font-weight: 500;
    font-size: 16px;
    border-radius: var(--border-radius) !important;
}
.btn-primary:hover,
.btn-primary:focus{
    background-color: var(--PrimaryColorLight);
    border-color: var(--PrimaryColorLight);
    box-shadow: none;
}
.card{
    border-radius: var(--border-radius);
    border: solid 1px var(--borderGray);
    background-color: transparent;
    background-color: #ffffff;
}
.card .card-header{
    background-color: var(--SecondaryColorLight);
    color: var(--PrimaryColor);
}
/* .dataTables_wrapper .row{
    margin-bottom: 1.5rem !important;
} */
/* .pagination .paginate_button,
.pagination .active{
    border: 1px solid var(--PrimaryColorLight);
} */
.table>:not(caption)>*>*{
    padding: 12px 10px;
}
.page-link{
    border: 1px solid var(--PrimaryColorLight);
    font-weight: 500;
    color: var(--PrimaryColor);
}
.page-link:hover,
.page-item.active .page-link{
    font-weight: 700;
    color: var(--PrimaryColor);
    background-color: var(--SecondaryColorLight);
    border: 1px solid var(--PrimaryColorLight);
}
.page-item.active .page-link:focus,
.page-link:focus{
    box-shadow: none;
}
.pagination .disabled .page-link{
    border: 1px solid var(--borderGray);
    color: var(--gray);
    text-decoration: line-through;
}
.pagination .paginate_button:first-child,
.page-item:first-child .page-link{
    border-top-left-radius: var(--border-radius) !important;
    border-bottom-left-radius: var(--border-radius) !important;
}
.pagination .paginate_button:last-child,
.page-item:last-child .page-link{
    border-top-right-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
}
.pagination .paginate_button a{
    font-weight: 400;
    color: var(--PrimaryColor);
}
.pagination .paginate_button:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination .paginate_button:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.table-responsive .dataTables_filter{
    height: 38px !important;
    width: max-content;
    margin-left: auto;
    position: relative;
}
.table-responsive .dataTables_filter label{
    height: inherit;
    color: var(--dark);
    font-weight: 500 !important;
    font-size: 13px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}
.table-responsive .dataTables_filter label input{
    border-radius: var(--border-radius);
    border: 0px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0px 10px;
    width: 200px !important;
    border: solid 1px var(--borderGray);
    right: 1px;
    outline: none;
    box-shadow: none;
}
.table-responsive .dataTables_filter label input:focus{
   border-color: var(--SecondaryColorLight);
}
div.dataTables_wrapper div.dataTables_paginate, div.dataTables_wrapper div.dataTables_info{
    padding-top: 20px;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom: 0.5px solid #f6f6f6;
    border-left-color: #f6f6f6;
}
table.table-bordered.dataTable tbody td{
    color: #9a9a9a;
}
.dataTables_info{
    font-size: 12px;
    font-weight: 400;
    color: #706d6d;
}

.table.table-bordered.dataTable {
    border-right-width: 0;
    padding: 20px;
    margin-top: 20px !important;
    background-color: #fff;
    /* border: 1px solid var(--PrimaryColor); */
    border-radius: var(--border-radius);
    margin-bottom: 0px !important;
}
tfoot{
    display: none;
}
/* td, tfoot, th, thead, tr{
    border: 0px;
} */
table.table-bordered.dataTable th:last-child,  
table.table-bordered.dataTable td:last-child{
    border-right: 0px;
}
table.dataTable>thead>tr>th:not(.sorting_disabled), 
table.dataTable>thead>tr>td:not(.sorting_disabled){
    background-color: #fff;
    color: var(--PrimaryColor);
    border-bottom: 1px solid var(--borderGray);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.table-striped>tbody>tr:nth-of-type(even)>*,
.table-striped>tbody>tr:nth-of-type(odd)>*{
    background-color: #ffffff !important;
    --bs-table-accent-bg: none;
}
table.table-bordered.dataTable th:last-child{
    border-top-right-radius: var(--border-radius);
}
table.table-bordered.dataTable th:first-child{
    border-top-left-radius: var(--border-radius);
    text-align: left;
}
table.table-bordered.dataTable th.form-switch:first-child::before, 
table.table-bordered.dataTable th.form-switch:first-child::after,
table.table-bordered.dataTable th:last-child::before, 
table.table-bordered.dataTable th:last-child::after{
    display: none;
}
table.table.table-bordered.dataTable th.form-switch .form-check-input,
table.table.table-bordered.dataTable td.form-switch .form-check-input{
    margin-left: 0;
    height: 13px;
    width: 1.5rem;
    border: 1px solid var(--PrimaryColorLight);
    margin-bottom: 3.5px;
}
table.table.table-bordered.dataTable th.form-switch .form-check-input:not(:checked),
table.table.table-bordered.dataTable td.form-switch .form-check-input:not(:checked){
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23380262'/%3e%3c/svg%3e");
}
table.table.table-bordered.dataTable th.form-switch .form-check-input:checked,
table.table.table-bordered.dataTable td.form-switch .form-check-input:checked{
    background-color: var(--SecondaryColorLight);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23380262'/%3e%3c/svg%3e");
}
table.table.table-bordered.dataTable th.form-switch .form-check-input:focus,
table.table.table-bordered.dataTable td.form-switch .form-check-input:focus{
    box-shadow: none;
}

table.table-bordered.dataTable th.form-switch:first-child{
    padding-right: 10px;
    width: 18px !important;
}
table.table-bordered.dataTable th{
    font-size: 13px !important;
    color: #9c9c9c !important;
    font-weight: 500 !important;
    background-color: #f9f9f9 !important;
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after{
    top: 11px;
    opacity: 0.8;
}
table td,
table th{
    text-align: center;
}
.table-actions a {
	font-size: 15px;
	width: 16px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: var(--border-radius);
	color: #706d6d;
    transition: background-color var(--transition), color var(--transition), border var(--transition);
}

.table-actions .view:hover{
    color: var(--PrimaryColor);
}
.table-actions .delete:hover{
    color: red;
}