.badge__wrapper {
    position: relative;
}

.badge__counter {
    position: absolute;
    display: none !important;
}

.badge__counter--for-sidebar {
    top: 50%;
    right: 10px;
    border-radius: 50%;
    font-size: 10px;
    height: 20px;
    min-width: 20px;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: white !important;
    padding: 3px;
    transform: translateY(-50%);
    white-space: nowrap;
    overflow: hidden;
    box-shadow: none;
    border: none !important;
}

.badge__counter--for-home {
    top: 10px;
    right: 10px;
    border-radius: 50%;
    font-size: 10px;
    height: 20px;
    min-width: 20px;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: white !important;
    padding: 3px;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: none;
    border: none !important;
}

.badge__counter--for-nav {
    top: -5px;
    right: 5px;
    border-radius: 50%;
    font-size: 10px;
    height: 10px;
    width: 10px;
    justify-content: center;
    align-items: center;
    background-color: red !important;
    color: transparent !important;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: none;
    border: none !important;
}

.badge__counter--for-bell {
    top: -6px;
    right: -22px;
    border-radius: 50%;
    font-size: 10px;
    height: 20px;
    min-width: 20px;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: white !important;
    padding: 3px;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: none;
    border: none !important;
}