.badjik {
    background-color: blue;
    color: white;
    border-radius: 15px;
    font-size: 10px;
    padding: 2px 5px;
    margin: 2px;
}

.prcount{
    position: absolute;
    right: 15px;
    bottom: calc(15px + env(safe-area-inset-bottom));
    z-index: 999;
    padding: 4px 5px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    background-color: #2dc9943b;
    color: green;
}