.oppio-subscription-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background: #4CAF50;
    color: white !important;
    font-size: 14px;
    font-weight: bold;
    cursor: help;
    animation: oppio-rotate 2s linear infinite;
}