:root {
    --tblr-page-padding-y : 1rem;
    --tblr-page-padding-y : 1rem;
    --tblr-page-padding: .3rem;
}
.card-preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(6,30,57, 0.6);
    z-index: 9999;
}
.card-status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.custom-loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.ag-root-wrapper {
    border-color: #dadfe5 !important;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl
{
    --tblr-offcanvas-padding-x: 1rem;
    --tblr-offcanvas-padding-y: 1rem;
}

table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable td:first-child
{
    border-left-width: 0px;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child
{
    border-right-width: 0px;
}

.gridAppHeader
{
    border:1px solid #dadfe5; border-bottom: 0px;background-color:#f5f7f7;color:rgba(0,0,0,0.54);
}