.appbar-container {
  background-color: $bhp_orange_1;
  .btn {
    &.btn-outline {
      background: none;
      border-color: rgba($white, 0.2);
      color: $white !important;
      &:focus,
      &:hover {
        background: rgba($white, 0.1);
        border-color: rgba($white, 0.2);
        box-shadow: none;
        color: $white !important;
      }
      &:active,
      &.active {
        border-color: rgba($white, 1) !important;
        background-color: rgba($white, 1) !important;
        color: $black !important;
        box-shadow: none;
      }
    }
  }
}
