.btn-primary {
  background-color: #0c5aaf !important;
  border-color: #0a509b !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #0c5aaf !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #083d77 !important;
  border-color: #083d77 !important;
}

body {
  background-color: #f9f9f9;
  font-family: system-ui, sans-serif;
}
.custom-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.logo {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.lumi-divider {
  width: 100%;
  height: 3rem;
  background-color: #ffffff;
  border-width: 1px 0;
  box-shadow: inset 0.5em 0.5em 1em -0.5em rgba(0, 0, 0, 0.1),
    inset 0.5em -0.5em 1em -0.5em rgba(0, 0, 0, 0.1);
}

.social-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.social-button img {
  margin-right: 8px;
}
.social-button:hover {
  background-color: #f8f9fa;
}
.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}
.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ddd;
}
.divider:not(:empty)::before {
  margin-right: 0.5em;
}
.divider:not(:empty)::after {
  margin-left: 0.5em;
}

.footer-link {
  padding: 1em;
}

.footer {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 0.8em;
  position: relative;
  bottom: 1px;
}

.accordion-feature {
  border: none;
}

.accordion-feature .accordion-button {
  padding-top: 4px;
  padding-bottom: 4px;
}

.upvotebutton.votedAlready {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.dropdown-menu.profileNavi[data-bs-popper] {
  top: 100%;
  left: -180%;
  margin-top: var(--bs-dropdown-spacer);
}

.btn-primary {
  opacity: 0.8;
  background-color: #417edc;
}

.btn-outline-primary {
  opacity: 0.8;
}

#loginModal .modal-title {
  font-size: 1.1em;
  color: #212529;
}

#loginModal .modal-body {
  color: #212529;
}

#loginModal .modal-footer {
  color: #212529;
}

#loginModal .modal-header {
  border-bottom: none;
}

.muted {
  opacity: 0.5;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #fff;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.nav-brand {
  line-height: 48px;
  padding: 0 10px 0 0;
  font-size: 28px;
  font-weight: 800;
  margin-right: 1rem;
  margin-top: 2px;
  text-decoration: none !important;
  color: #083d77;
}

.nav-brand-text {
  position: relative;
  top: 2px;
}

.admin-headline {
  opacity: 0.6;
}

@font-face {
  font-family: dongle;
  src: url("../fonts/Dongle-Bold.ttf");
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: #f8f6f6;
}

a {
  color: #1565c0;
  text-decoration: underline;
}

.image-container-blog-overview-item {
  width: 200px;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.image-container-blog-overview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image fills the container */
  object-position: center; /* Centers the image */
}
