.panel.panel-fullscreen .btn-panel[data-action=panel-refresh]{
    height: 1.5rem;
    width: 1.5rem;
}
.panel-toolbar>button{
    line-height: 1rem;
}
.header-btn[data-class=mobile-nav-on]{
    background-image: linear-gradient(to top,#39a3f4,#0c7ed5);
    border-color: #0961a5;
}
.page-item.active .page-link{
    background-color: #0d8cee;
    border-color: #0961a5;
}
.pagination .page-link:hover{
    background-color: #0c7cd5 !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before{
    background-color: #0d8cee;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before{
    background-color: #1dc9b7;
}

table.table-bordered.dataTable td:last-child{
    padding: .3rem;
}

table.table-bordered.dataTable.dtr-inline.collapsed td:last-child{
    padding: 0rem ;
}
table.dataTable>tbody>tr.child ul.dtr-details>li:last-child>span.dtr-data>div.d-flex{
    padding: .5rem;
}
table.dataTable>thead>tr>th, table.dataTable>tfoot>tr>th{
    text-align: center;
}