#ga-spinner {
  display: none;
  text-align: center;
  margin: 1em 0;
}
#ga-spinner::after {
  content: '';
  width: 24px;
  height: 24px;
  border: 3px solid #ccc;
  border-top-color: #0073aa;
  border-radius: 50%;
  display: inline-block;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}


.adh-new td {
    background-color: #e6faff !important;
}




.select2-container--default .select2-selection--multiple {
    border: 2px solid #0073aa;
}


 table.ga-adherents { width:100%; font-size:12px; border-collapse:collapse; white-space:nowrap; table-layout:auto; }
    table.ga-adherents th, table.ga-adherents td {
        border:1px solid #ccc;
        padding:4px 6px;
        white-space:nowrap;
    }
    table.ga-adherents td.voitures {
        white-space:nowrap;
    }
    .adh-new td:first-child::before {
        content:"🆕";
        margin-right:4px;
        color:#0073aa;
    }


.ga-pagination button {
    background: #f1f1f1;
    border: 1px solid #ccc;
    color: #333;
    padding: 6px 12px;
    margin: 0 3px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.2s;
}

.ga-pagination button:hover {
    background: #ddd;
}

.ga-pagination button.current {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
    font-weight: bold;
}

.button-view-fiche {
  <!--  background: #0073aa; -->
    color: #0073aa;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
}
.button-view-fiche:hover {
    background: #005177;
}