body {
    background-color: #fbfbfb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
 }

.dataTables_wrapper .dataTables_paginate .paginate_button a{
    font-size: 2em;
     font-weight:500;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 0.5em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    color: black !important;
    border:none;
    box-sizing:content-box;
    /*change the hover text color*/
}


/*below block of css for change style when active*/

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: none;
    
    color: black !important;
}


tr {
    padding-top: 50px!important;
}
td a {
    margin-left: 5px;
}
tr td:last-child {
    text-align: left;
}

@media (min-width: 991.98px) {
    .me-lg-custom {
        padding-right: 250px !important;
    }
}
@media (min-width: 991.98px) {
    main {
        padding-left: 0px;
    }
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 58px 0 0; /* Height of navbar */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 240px;
    z-index: 600;
}

@media (max-width: 991.98px) {
    .sidebar {
        width: 100%;
    }
}

.sidebar .active {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
    direction:rtl;
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
