.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #463924;
background-color: #ffc107;
}
.zindexnas{z-index:99999 !important;}
.pagination .page-item:not(:first-child):not(:last-child) .page-link {
height: inherit;
width: inherit;
margin-left: calc(var(--bs-border-width) * -1);
display: flex;
align-items: center;
justify-content: center;
min-width: 44px;
text-align: center;
box-shadow: none;
white-space: nowrap;
line-height: 1.2;
padding: 0.5rem 0.85rem;
padding-right: 0.85rem;
padding-left: 0.85rem;
}
.fontborderbeli {
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white !important
}
.fontbordercrni {
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black !important
}
.account-subnav-mobile {
   display: flex;
   gap: 0.5rem;
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
   scrollbar-width: none;
   padding-bottom: 0.25rem;
}

.account-subnav-mobile::-webkit-scrollbar {
   display: none;
}

.account-chip {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   white-space: nowrap;
   text-decoration: none;
   font-size: 0.875rem;
   line-height: 1;
   padding: 0.7rem 0.9rem;
   border-radius: 999px;
   border: 1px solid var(--bs-border-color);
   background: var(--bs-tertiary-bg);
   color: var(--bs-secondary-color);
   flex: 0 0 auto;
   transition: all 0.2s ease;
}

.account-chip.active {
   color: var(--bs-primary);
   background: var(--bs-body-bg);
   border-color: var(--bs-border-color);
}

.account-chip:active,
.account-chip:focus {
   color: var(--bs-primary);
}