[data-bs-theme=dark] {
  --bs-emphasis-color: #dbdbdb;
  --bs-emphasis-color-rgb: 219, 219, 219;
}

.navbar {
  background-color: #000000 !important;
  --bs-navbar-active-color: #057ae2;
}

.dropdown-item:hover {
  background-color: rgba(0,0,0,0.14);
}

.page-footer a {
  margin-left: 10px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #057ae2;
}

.cover-card-custom {
  left: 50%;
  transform: translate(-50%,-100%);
  width: 100%;
  background: linear-gradient(rgba(41,41,41,0.73) 0%, rgba(41,41,41,0.79));
}

