.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

/*EXTRAS*/
.extra-01 {
--bs-gutter-x: 0rem;
}
.extra-02 {
margin-left: 0;
}
