.lang-menu > button:first-child {
  color: black;
  pointer-events: auto;
  text-transform: uppercase;
  background-color: rgb(247, 247, 247) !important;
}

.lang-menu .dropdown-menu.show {
  width: auto !important;
  min-width: auto !important;
}

.lang-menu-item {
  padding: 0.1rem 0.25rem;
  width: 100%;
  color: black;
  pointer-events: auto;
}

.lang-menu-item[aria-disabled="true"] {
  color: var(--bs-dropdown-link-disabled-color) !important;
  pointer-events: none !important;
  background-color: transparent !important;
}

.amenity-dropdown-label, .amenity-dropdown-header,
.accordion-header .accordion-button {
  font-family: "Domaine Text";
  font-size: 14px;
  color: black;
  text-transform: uppercase;
  display: flex;
  vertical-align: baseline;
  z-index: 1;
}

.accordion-button {
  padding: 0.7rem 1.4rem;
}

.amenity-dropdown-label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.amenity-dropdown .rff-tooltip-icon:hover,
.amenity-dropdown .rff-tooltip-icon:focus,
.amenity-dropdown .rff-tooltip-icon:active,
.rff-btn:hover .rff-icon 
{
  /* Color svg white */
  filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(6%) hue-rotate(191deg) brightness(103%) contrast(102%);
}

/* All menus should be square */
.dropdown-menu {
  border-radius: 0 !important;
}

.inner-accordion-item {
  background: white;
  color: black;
  border: none;
}

.amenity-dropdown-header, .accordion-header .accordion-button {
  /* Decrease opacity to clearly indicate it cannot be clicked */
  opacity: 0.95; 
}

div.dropdown-menu.show {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 10000;
  border: 1px solid rgb(170,170,170) !important; }

.amenity-dropdown .dropdown-toggle::after {
  white-space: nowrap;
  display: inline-block;
}

/* Matches the label container */
.amenity-dropdown-container > button:first-child {
  border: 1px solid rgb(170,170,170) !important; 
}

.amenity-dropdown > button,
.dropdown > button,
.accordion-button:not(.collapsed),
.accordion-button.collapsed
{
  /* Define transition properties */
  transition: color 0.05s ease, background-color 0.05s ease;
  box-shadow: none;
  background-color: white;
  border: none;
  color: black;
}

.amenity-dropdown button:hover p,
.amenity-dropdown button:active p,
.dropdown button:hover p,
.dropdown button:active p,
.dropdown-menu button:hover p,
.dropdown-menu button:active p,
.btn.active p 
{
  color: white !important;
}

.amenity-dropdown button:hover,
.amenity-dropdown button:active,
.dropdown button:hover,
.dropdown button:active,
.dropdown-menu button:hover,
.dropdown-menu button:active,
.btn.active
{
  background-color: rgb(110, 110, 110) !important;
  /* border: 1px solid rgb(110, 110, 110); */
  color: white !important;
}

.topbar-dropdown-menu .dropdown-menu {
  min-width: auto;
}

.dropdown-menu
{
  min-width: 100%;
  border: none;
}

div.accordion-body
{
  overflow-y: auto;
  max-height: 40vh;
}

.accordion-body
{
  padding: 0;
  margin: 0;
}

.amenity-dropdown-item,
.accordion-body p {
  font-family: 'Founders Grotesk';
  font-size: 1rem;
  /* color: black; */
  text-indent: 1rem;
}

/* The selected dropdown item */
.amenity-dropdown-item[aria-selected="true"],
.amenity-dropdown-item[aria-selected="true"] p
 {
  background-color: rgb(110, 110, 110) !important;
  color: white !important;
}

.topbar-dropdown-menu {
  text-align: right;
}

.topbar-dropdown-menu button,
.topbar-dropdown-menu a {
  background-color: white !important;
  border: none !important; 
  color: black !important;
}

.topbar-dropdown-menu-icon::before, 
.amenity-dropdown-icon::before
{
  vertical-align: 0 !important;
}

.topbar-dropdown-menu a[aria-expanded="true"],
.topbar-dropdown-menu a:active,
.topbar-dropdown-menu a:hover,
.topbar-dropdown-menu button[aria-expanded="true"],
.topbar-dropdown-menu button:active,
.topbar-dropdown-menu button:hover
{
  color: white !important;
  background-color: rgb(110, 110, 110)!important;
  border: none !important;
}

.amenity-dropdown-icon {
  background-size: cover;
  height: 22px;
  width: 22px;
  /* Color icon black */
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(222deg) brightness(95%) contrast(106%);
}

.topbar-dropdown-menu-icon {
  background-size: cover;
  height: 1em !important;
  width: 1em !important;
  align-items: center !important;
  /* Color icon black */
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(222deg) brightness(95%) contrast(106%);
}

.rff-btn .amenity-dropdown-icon
{
  /* Color icon black */
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(222deg) brightness(95%) contrast(106%);
}

/* Upon hovering of parent element */
.amenity-dropdown button:hover .amenity-dropdown-icon,
.amenity-dropdown button:hover .rff-tooltip-icon,
.topbar-dropdown-menu button:hover .topbar-dropdown-menu-icon,
.topbar-dropdown-menu a:hover .topbar-dropdown-menu-icon,
/* Upon hovering of parent element */
button:hover.accordion-button::after,
.dropdown button:hover img,
.savemenu-toggle:hover .amenity-dropdown-icon
{
  /* Color icon white */
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4477%) hue-rotate(300deg) brightness(111%) contrast(95%) !important;
}

/* The container for the topbar dropdown */
.topbar-dropdown.show {
  -webkit-text-fill-color: black;
	background-color: rgb(215, 215, 215,0.5);
}

.topbar-dropdown-menu-toggle.btn {
  --bs-btn-font-size: calc(1.325rem + .9vw);
  font-size: calc(1.325rem + .9vw); /* h1 fontsize */
}

.accordion-body, .dropdown-header {
  cursor: default;
}

.accordion-body button:disabled {
  cursor: default;
  background-color: rgba(75, 75, 75, 0.95) !important;
}

[class*="menu"], [class*="selector"] {
	cursor: pointer !important;
}
