.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  background-color: transparent;
}

/* Base styles for light mode */
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: #5f6271; /* Color for light mode */
}

/* Dark mode styles */
.dark-mode-active .btn-check:checked + .btn,
.dark-mode-active :not(.btn-check) + .btn:active,
.dark-mode-active .btn:first-child:active,
.dark-mode-active .btn.active,
.dark-mode-active .btn.show {
  color: #e0e2e3; /* Color for dark mode */
}

/*@media (min-width: 992px) {*/
/*  .navbar-expand-lg .navbar-collapse {*/
/*    display: flex !important;*/
/*    flex-basis: auto;*/
/*    margin-left: -200px;*/
/*    margin-right: 100px;*/
/*  }*/
/*}*/

/* Targeting the button by all its classes */
/*.active.btn.dropdown-toggle.btn-primary {*/
/*  margin-left: 280px;*/
/*  bottom: -20px;*/
/*  margin-right: -900px;*/
/*  position: absolute;*/
/*}*/
