/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 03 2026 | 09:42:10 */
/* Blue Theme Table Container */
.ninja_table_wrapper {
    background: #fdfdfd;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(27, 78, 245, 0.1) !important;
    border: 1px solid #e1e8f0;
    font-family: 'Inter', sans-serif;
}

/* Header with Blue Gradient */
.ninja_table_wrapper table.foo-table thead tr.footable-header {
    background: linear-gradient(135deg, #1b4ef5 0%, #44acff 100%) !important;
    color: #ffffff !important;
}

.ninja_table_wrapper table.foo-table thead tr.footable-header th {
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 18px 15px !important;
    border: none !important;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* Search Bar in Blue Tone */
.footable-filtering-search .input-group input {
    border-radius: 30px !important;
    border: 2px solid #e1e8f0 !important;
    padding: 12px 20px !important;
    transition: all 0.3s ease;
}

.footable-filtering-search .input-group input:focus {
    border-color: #1b4ef5 !important;
    background-color: #f0f4ff;
    box-shadow: 0 0 10px rgba(27, 78, 245, 0.15) !important;
}

.footable-filtering-search .btn-primary {
    background: #1b4ef5 !important;
    border: none !important;
    border-radius: 0 30px 30px 0 !important;
    padding: 0 25px !important;
}

/* Table Rows & Blue Hover Effect */
.ninja_table_wrapper table tbody tr {
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.ninja_table_wrapper table tbody tr:nth-child(even) {
    background-color: #f9fbff; /* Very light blue for alternate rows */
}

.ninja_table_wrapper table tbody tr:hover {
    background-color: #ecf2ff !important; /* Soft blue hover */
    transform: scale(1.005);
}

.ninja_table_wrapper table tbody td {
    padding: 16px 15px !important;
    color: #2d3748 !important;
    border-bottom: 1px solid #edf2f7 !important;
    font-size: 14.5px;
}

/* Status Column Styling */
.ninja_clmn_nm_status {
    font-weight: 600;
    color: #1b4ef5 !important; /* Blue color for text */
}

/* Pagination Styling */
.footable-paging-right ul.pagination li.active a {
    background: #1b4ef5 !important;
    color: white !important;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(27, 78, 245, 0.3);
}
