
.dropdown-menu1 {
  position: absolute;
  z-index: 1000; /* Replace with your $zindex-dropdown */
  display: none; /* none by default, but block on "open" of the menu */
  min-width: 160px; /* Replace with your $dropdown-min-width */
  padding: 0.5rem 1rem; /* Replace with your $dropdown-padding-y $dropdown-padding-x */
  margin: 0; /* Override default margin of ul */
  font-size: 0.875rem; /* Replace with your $dropdown-font-size */
  color: #212529; /* Replace with your $dropdown-color */
  text-align: left;
  list-style: none;
  background-color: #fff; /* Replace with your $dropdown-bg */
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); /* Replace with your $dropdown-border-width and $dropdown-border-color */
  border-radius: 0.25rem; /* Replace with your $dropdown-border-radius */
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1); /* Replace with your $dropdown-box-shadow */

}

.dropdown-menu1[data-bs-popper] {
  top: 100%;
  right: 0;
  margin-top: 0.5rem; /* Replace with your $dropdown-spacer */
}