﻿/* Loader container */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Make sure it's above other content */
    
}

/* Loader image */
.loader-container img {
    width: 100px; /* Adjust size as needed */
    height: 100px;
}

/* General container padding */

/* Table layout and spacing */
table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 20px;
}

/* Table header and cell styling */
td, th {
    padding: 10px !important;
    border-bottom: 1px solid #ddd !important;
   
    
}

/* Table hover effect */
tr:hover {
    background-color: #f5f5f5;
}

/* Status badge styling */
.status-active {
    background-color: #a4f0a1;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

/* Pagination styling */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination button {
    margin: 0 5px;
    padding: 5px 10px;
    background-color: #6200EE;
    color: white;
    border: none;
    border-radius: 5px;
}

.pagination button:hover {
    background-color: #3700B3;
}

/* Sidebar styling (optional - you can adjust according to your design) */
.sidebar {
    width: 250px;
    background-color: #f8f8f8;
}

.sidebar .menu-item {
    margin-bottom: 15px;
}

.sidebar .menu-item a {
    color: #6200EE;
    text-decoration: none;
    font-weight: bold;
}

.sidebar .menu-item a:hover {
    text-decoration: underline;
}
.default {
    padding-left: 0px !important;
    padding-right: 0px !important;
    min-height: 90%;
}
.card-custom {
    padding: 10px;
}
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}
.bg-footer-theme{
    bottom:0px;
   position: absolute;
}

.userlist_main.bg-footer-theme {
    bottom: 0px;
    position: relative;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    position: relative;
}
.container-p-y:not([class^=pt-]):not([class*=" pt-"]) {
    padding-top: 0rem !important;
}