.block_menu_lk .act_crl { display: inline-flex; width: 26px; height: 26px; justify-content: center; align-items: center; border-radius: 50%; background: red; color: #fff; font-size: 12px; position: relative; top: -2px; }

.status-ur {
    width: 100%;
    display: flex;
    padding: 15px 33px 15px 40px;
    position: relative;
}

.status-ur.reg_not_completed {
 background: #FFF3F3;
}

.status-ur.reg_be_verified {
    background: #FFF6CE;
}


.status-ur.reg_not_completed p,
.status-ur.reg_be_verified p {
    display: none;
}

.status-ur.reg_not_completed .active,
.status-ur.reg_be_verified .active {
    display: block;
    font-size: 14px;
    line-height: 19px;
}

.status-ur.reg_not_completed .active svg,
.status-ur.reg_be_verified .active svg {
    position: absolute;
    left: 12px;
    top: 15px;
}

.status-ur.reg_not_completed .active {
    color: #FF4242;
}

.status-ur.reg_be_verified .active {
    color: #7D7D7D;
}

.old_container .block_menu_lk li.disabled_from_opt {
    cursor: not-allowed;
    filter: alpha(opacity = 65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.old_container .block_menu_lk li.disabled_from_opt a{
    cursor: not-allowed;
}