.mycount010 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px; /* Ширина круга */
    height: 12px; /* Высота круга */
    background-color: #E8671D; /* Цвет круга */
    color: white; /* Цвет текста */
    font-size: 10px; /* Размер текста */
    font-weight: bold; /* Жирный текст */
    border-radius: 50%; /* Круглая форма */
    position: absolute; /* Позиционирование */
    top: -12px; /* Отступ сверху */
    right: -12px; /* Отступ справа */
    display: none; /* Скрываем по умолчанию */
    user-select: none; /* Запрещаем выделение текста */
}
