.dark {
  color: #ffffff;
  background-color: #1d1d1d;
}
.dark #loader {
  background-color: #1a1a1a !important;
}
.dark .nav-animated {
  background-color: #1a1a1a !important;
}
.dark .nav-item {
  color: #f9f9f9;
}
.dark .nav-animated a, .dark .nav-animated a:link {
  color: #ffffff !important;
}
.dark svg {
  fill: #1d1d1d !important;
}
.dark .card__ingredientes__title {
  background: -webkit-linear-gradient(to bottom right, #4188ff, #043b88);
  background: linear-gradient(to bottom right, #4188ff, #043b88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark .text-success {
  background: -webkit-linear-gradient(to bottom right, #4188ff, #043b88);
  background: linear-gradient(to bottom right, #4188ff, #043b88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark #mainblock {
  background-color: #1d1d1d;
}
.dark b,
.dark strong {
  font-weight: bolder;
  color: #2979ff;
}
.dark .card {
  background-color: #373636;
}
.dark .note-info {
  background-color: #114b89;
  border-color: #2979ff;
}
.dark .note-info b,
.dark .note-info strong {
  font-weight: bolder;
  color: #fff;
}
.dark .sound-toggle {
  background-color: rgb(57, 85, 228);
  color: white;
}