/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/* Justify content center. */

[dir=rtl] .justify-content-center.nav-pills > li + li {
  
  margin-left: inherit;
}

[dir="rtl"] [dir=rtl] .justify-content-center.nav-pills > li + li {
  margin-left: 0;
  
  margin-right: inherit;
}

