table {
  font-family: 'Droid Arabic Kufi', serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #f7f7f7;
  text-align: right;
  /* Aligner le texte à droite */
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #ffffff;
  /* Couleur de fond pour les lignes paires */
}

tr:nth-child(odd) {
  background-color: #f7f7f7;
  /* Couleur de fond pour les lignes impaires */
}

.rounded-border {
  border-radius: 5px !important;
}
.container .tableNewDesign {
  padding: 6px  !important;
  background: #ffffff !important;
  margin-bottom: 20px !important;
  /* border-radius: 20px; */
  border-top: 2px solid #376b5e !important;
}