a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: white;
}

.lastEntries{
  height: 350px;  
  overflow-y: scroll;
  margin-top: -7%;
}

.lastEntries::-webkit-scrollbar {
    display: none;
}

table.dataTable thead tr {
  background-color: #343a40;
}

.dropdown-divider{
	color:black;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.chart-container5{
  height: 300px;
  overflow-y: scroll;
  color: white;
}

.chart-container5::-webkit-scrollbar {
    display: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

table#basic-datatables.dataTable tbody tr:hover {
  background-color: grey;
  color: white;
}

table#basic-datatables.dataTable tbody tr:hover > .sorting_1 {
  background-color: grey;
  color: white;
}

table#rssTable tbody tr:hover{
  background-color: grey;
  color: white;
}

.notification-text{
  background-color: #37cfdc;
  color: white;
}

.notification-background{
  background-color: #37cfdc;
  color: white;
}

.title-RSS{
  color: white;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
}

textarea{
  background-color: #2d3035;
  color: #979a9f;
}

.rewatched{
  background-size: auto auto;
  font-style: italic;
  opacity: 0.5;
}
  
b{
  color: white;
}

estimated{
  color: white;
}

.watchlist-name{
  text-overflow: ellipsis; 
  overflow: hidden;

    white-space: nowrap;
    width: 90%;
}



.dropdown-item.item-anime {
  display: flex;
  align-items: center;
  gap: .75rem;           /* espace image / texte */
}

.item-anime img {
  flex: 0 0 40px;        /* image fixe 40x40 */
  width: 8%;
  height: 8%;
  object-fit: cover;
}

.item-anime .content {

  display: flex;
  flex-direction: column;
  flex: 1 1 auto;        /* prend tout l’espace restant */
  min-width: 0;          /* IMPORTANT pour que text-overflow marche */
}

.item-anime .topline {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.item-anime .name {
  flex: 1 1 auto;        /* occupe tout l’espace dispo */
  min-width: 0;          /* nécessaire pour ellipsis */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.item-anime .pct {
  flex: 0 0 3rem;           /* largeur fixe un peu plus petite */
  font-size: 0.85rem;
}

.item-anime .progress {
  width: 100%;           /* barre = pleine largeur du bloc texte */
}
