﻿
body {
    background: radial-gradient(1200px 600px at 10% 10%, rgba(13,110,253,0.03), rgba(13,110,253,0.03)), linear-gradient(135deg, rgba(13,110,253,0.03), rgba(111,66,193,0.03));
}
.table th {
    vertical-align: middle;
    text-align: center;
}

.table td {
    vertical-align: middle;
}

.badge {
    font-size: 0.75em;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.table-responsive {
    margin-top: 1rem;
}

.card-header {
    border-radius: 0 !important;
}

.alert {
    margin-bottom: 0.5rem;
}

.bi-2x {
    font-size: 2em;
}

/* Ensure images are properly sized */
.member-img {
    height: 70px !important;
    width: 70px !important;
    object-fit: cover;
}

/* Search box styling */
.dataTables_filter {
    margin-bottom: 15px;
}

    .dataTables_filter input {
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 5px 10px;
        width: 250px;
    }

    .dataTables_filter label {
        font-weight: bold;
        color: #333;
    }

/* Pagination styling */
.dataTables_paginate {
    margin-top: 15px;
}

/* Info text styling */
.dataTables_info {
    margin-top: 15px;
    font-style: italic;
    color: #666;
}
