/* Custom styles for CE Registration Plugin */

/* Ensure full width for DataTables search and pagination */
.dataTables_wrapper .dataTables_filter input {
    width: auto;
    display: inline-block;
    margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_length select {
    width: auto;
    display: inline-block;
    margin-right: 0.5em;
}

/* Adjust Chart.js canvas for responsiveness within Bootstrap */
canvas#ce-chart {
    max-width: 100% !important;
    height: auto !important;
}

/* General form adjustments if needed, though Bootstrap handles most */
.form-label {
    font-weight: bold;
}

/* Specific adjustments for the dashboard table if needed */
.table-responsive {
    margin-top: 1.5rem;
}
