/*
 Theme Name:   Agifly Theme
 Theme URI:    https://agifly.be/agifly-theme/
 Author:       Your Name
 Author URI:   https://agifly.be/
 Description:  A custom WordPress theme for EFPA Admin Dashboard with object-oriented design.
 Version:      2.3.3
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  agifly
*/

@media (max-width: 600px) {
  .nec-users-table table thead tr th:first-child,
  .nec-users-table table tbody > tr:not(.certificate-details) > td:first-child {
    position: unset !important;
  }
}

.spinner {
  width: 30px;
  height: 30px;
  border: 4px solid #ddd;
  border-top: 4px solid #555;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
