.myMainContainer {
    border: 0px solid #89bdfd;
}

.myMainContent {
    border: 1px solid #89CCFD;
    margin-top:20px; /* Entre navbar et content */
    margin-bottom:20px; /* Entre content et footer*/
    padding-bottom: 20px;
}

.myH1Title{
    text-align: center;
}


/* Affichage note bayt */
.bayt-card {
  background-color: #fdfdfd;
  border-left: 5px solid #d4c18a;
  transition: all 0.25s ease;
}
.bayt-card:hover {
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.table.ar td {
  font-family: "Amiri", "Scheherazade", serif;
  font-size: 1.3em;
  text-align: center;
}

.note-entry {
  border: 1px solid #eee;
  background: #f8f9fa;
}
.note-entry.validated {
  background-color: #f3fff3;
  border-left: 4px solid #5cb85c;
}
.note-entry.pending {
  background-color: #fff8e6;
  border-left: 4px solid #ffbb33;
}


/* Affichage note qasida */
.note-entry.validated {
  background-color: #e8f8ee;
  border-left: 4px solid #28a745;
}

.note-entry.pending {
  background-color: #fff8e1;
  border-left: 4px solid #ffc107;
}
