.navigation-clean-button .navbar-brand {
  font-weight: bold;
  color: #dcded2;
}

.navigation-clean-button .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean-button .navbar-toggler:hover, .navigation-clean-button .navbar-toggler:focus {
  background: none;
}

.navigation-clean-button .navbar-nav a.active, .navigation-clean-button .navbar-nav > .show > a {
  background: none;
  box-shadow: none;
}

.navigation-clean-button.navbar-light .navbar-nav a.active, .navigation-clean-button.navbar-light .navbar-nav a.active:focus, .navigation-clean-button.navbar-light .navbar-nav a.active:hover {
  color: #3ba9f9;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean-button.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link {
  color: #158cf7;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus, .navigation-clean-button.navbar-light .navbar-nav .nav-link:hover {
  color: #158cf7 !important;
  background-color: transparent;
}

.navigation-clean-button .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  background-color: var(--bs-gray-dark);
  border-radius: 2px;
  color: #068c45;
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item {
  line-height: 2;
  font-size: 14px;
}

.navigation-clean-button .actions .login {
  margin-right: 1rem;
  text-decoration: none;
  color: #465765;
}

.navigation-clean-button .navbar-text .action-button, .navigation-clean-button .navbar-text .action-button:active, .navigation-clean-button .navbar-text .action-button:hover {
  background: #25d366;
  border-radius: 20px;
  font-size: inherit;
  box-shadow: none;
  border: none;
  text-shadow: none;
  padding: .5rem 1rem;
  transition: background-color 0.25s;
  font-size: inherit;
}

.navigation-clean-button .navbar-text .action-button:hover {
  background: #25d366;
  color: #00231d;
}

#navbrand {
  color: #ffffff;
}

@media (max-width: 420px) {
  .navbar-toggler {
    margin: 0 auto;
  }
}

.header-blue .navbar .dropdown-menu .dropdown-item.notA:hover {
  background-color: black;
  color: whitesmoke;
}

.dropdown-item:focus, .dropdown-item.notA:hover {
  color: #2699f8;
  background-color: #fbc330;
}

@media (max-width: 420px) {
  .nav-brand {
    height: 3rem;
    margin-right: 10px;
  }
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #158cf7;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fbc330;
  background-color: #2699f8;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: #eee;
}

.float-wa {
  color: #25d366;
  font-size: 70px;
  position: fixed;
  bottom: 0;
  right: 22px;
  z-index: 1000;
  transition: all .3s;
}

.nav-brand {
  width: 79px;
  height: auto;
  color: #eeeeee;
  margin-right: 10px;
}

element.style {
}

.float-up:hover {
  color: #555;
}

a:hover {
  color: var(--bs-link-hover-color);
}

.float-up {
  color: white;
  font-size: 50px;
  position: fixed;
  bottom: 0;
  left: 10px;
  z-index: 1000;
  text-shadow: 3px 2px #000000;
  transition: all .3s;
}

