/* @font-face {
  font-family: "SegoeUI-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/segoe-ui.ttf") format("truetype");
}

@font-face {
  font-family: "SegoeUI-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/segoeuib.ttf") format("truetype");
} */

body {
  background-color: #2b2b2b !important;
  color: white !important;
}

.modal-content {
  background-color: #2b2b2b !important;
  color: white !important;
}

img.language {
  height: 20px;
}

.dropdown.lang .dropdown-toggle {
  border-radius: 2rem;
  font-size: 9px;
  background-color: transparent;
  max-width: 4rem;
}

.dropdown.lang .dropdown-toggle:focus,
.dropdown.lang .dropdown-toggle:active,
.dropdown.lang .dropdown-toggle:active:focus {
  box-shadow: none;
}

.dropdown.lang .dropdown-menu {
  min-width: 4rem;
  background-color: #2B2B2B;
  color: white;
  border-color: #6c757d;
  border-radius: 1rem;
  font-size: 9px;
  top: 0;
  right: 0;
}

.dropdown.lang li {
  text-align: center;
}

.dropdown.lang .dropdown-item {
  color: white;
}

.bottom-nav {
  color: #9b9b9b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  border-radius: 2rem !important;
  padding: 0.375rem 1rem !important;
}

.bottom-nav.active {
  color: white !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

/* 
.text-orange {
  color: var(--yellow);
} */

/* a.navigation {
  text-decoration: none;
  color: var(--yellow);
} */
/* 
.btn.number {
  padding: 10px 20px;
  border-radius: 50%;
  font-size: 20px;
}

.btn.numpad {
  border-radius: 2rem;
  padding: 10px 20px;
} */

.filtri .accordion-body {
  padding: 0;
}

.filtri .accordion-item {
  background-color: transparent;
  color: white;
  border-color: #9b9b9b;
}

.filtri .accordion-item .accordion-button {
  background-color: transparent;
  color: white;
  border-color: #9b9b9b;
  font-size: 12px;
}

.filtri .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.filtri .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.filtri .accordion-button:focus {
  box-shadow: none;
}

img.livello {
  min-height: 100px;
  max-width: unset;
}

.menu-icon {
  height: 1rem;
  padding: 0;
  display: inline-block;
}

.button-icon {
  height: 1.5rem;
  padding: 0;
  display: inline-block;
}

/* .btn.btn-orange {
  border-color: var(--yellow);
  border-radius: 2rem;
  background-color: var(--yellow) !important;
  box-shadow: none !important;
} */

.btn-primary {
  background-color: var(--yellow) !important;
  border-color: var(--yellow) !important;
  color: var(--black) !important;
}

*::selection {
  background: var(--yellow);
  color: var(--black) !important;
}