.rp_menu::before{
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    background: red;
    display: block;
    border-radius: 50rem;
    position: absolute;
    top: 33%;
    right: 1px;
}

.btn-rp{
    color: #f35320;
}
.btn-rp:hover{
    background: #f35320;
    color: white;
}
