/* your styles go here */

/* Header part  */
.navbar-nav .nav-item .nav-link .badge-counter {
    background: red;
    position: absolute;
    transform: scale(0.7);
    transform-origin: top right;
    right: 1rem;
    margin-top: -0.45rem;
    border-radius: 100%;
    margin-right: -10px;
    z-index: 1;
}
.withoutAfter::after{
    display: none !important;
}
.withZIndex{
    position: relative;
    z-index: 2;
}