@tailwind base;
@tailwind components;
@tailwind utilities;

/* Import local Tom Select CSS */
/* @import "tom-select.default.css"; */ /* Adjust filename if needed */

/* Tom Select CSS should be picked up automatically by the build process
   if the package is installed via yarn/npm and included in tailwind.config.js content.
   Remove the direct @import below. */
/* @import "tom-select/dist/css/tom-select.default.css"; */

/* Import local Choices.js CSS */
/* @import "choices.min.css"; */ /* Ensure this file exists in app/assets/stylesheets */

/* Custom styles below */

.dataTables_wrapper .dataTables_length select {
  /* Add specific styles if needed */
}

/* DataTables pagination */
.dt-paging nav {
  display: flex;
  align-items: center;
}

.dt-paging-button,
.dt-paging nav span.ellipsis {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid #e5e7eb;
  background-color: #fff;
  color: #374151;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.15s ease;
  min-width: 44px;
  box-sizing: border-box;
}

.dt-paging-button:hover:not(.disabled) {
  background-color: #f9fafb;
  border-color: #d1d5db;
  z-index: 1;
}

.dt-paging-button.disabled {
  color: #d1d5db;
  cursor: not-allowed;
  background-color: #fff;
}

.dt-paging-button.current {
  background-color: #f3f4f6;
  font-weight: 600;
  z-index: 1;
}

.dt-paging-button.first {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.dt-paging-button.last {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dt-paging nav span.ellipsis {
  cursor: default;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
