.style-5 {
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-size: 16px;
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  background: none;
  text-transform: uppercase;
  height: 60px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 0px;
  align-items: center !important;
  display: inline-flex;
  text-decoration: none !important;
}

.style-5:hover, .style-5:active, .style-5:focus {
  border: solid 1px var(--bs-secondary);
  background: var(--bs-success);
  color: var(--bs-secondary);
}

.dropdown-button-style {
  background: none;
  border: none;
}

.dropdown-button-style:focus {
  background: none;
  border: none;
}

.dropdown-button-style:active {
  background: none;
  border: none;
}

.dropdown-button-style:hover {
  background: none;
  border: none;
}

.btn-language:focus {
  border: solid 0px #000000 !important;
  box-shadow: none !important;
}

