@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  background: #111827;
  color: #f9fafb;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

i {
  display: inline-block;
  font-family: bootstrap-icons;
  font-style: normal;
}

iframe {
  margin: 0;
  padding: 25px 25px 0 25px;
  max-width: 100%;
}

li {
  overflow-y: hidden;
}

.bemszoveg {
  padding-top: 25px;
}

.alink {
  color: #ef0707;
}

.alink:hover {
  color: #bd0000;
}

.ilink {
  color: #00C7FD;
}

.ilink:hover {
  color: #0068B5;
}

.nlink {
  color: #76B900;
}

.nlink:hover {
  color: #3C8300;
}

.nav-tabs .nav-link {
  color: #f9fafb;
  background-color: #1f2937;
  border-color: #374151;
}

.nav-tabs .nav-link.active {
  background-color: #374151;
  color: #ffffff;
  border-color: #4b5563;
}

.section-title {
  text-align: center;
  margin-bottom: 2rem;
}

.card {
  background-color: #1f2937;
  border-color: #374151;
}

.card-title, .card-text {
  color: #f9fafb;
}

.card-subtitle {
  color: #9ca3af !important;
}

.bg-body-tertiary {
  background-color: #1f2937 !important;
  color: #f9fafb !important;
}

.text-muted {
  color: #9ca3af !important;
}

a {
  text-decoration: none;
}