rule-app {
  display: block;

  .sub-menus {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 0;
    z-index: 9;
    background: white;
    margin-top: 42px;
    width: 98px;
    margin-right: 28px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

    li {
      width: 100%;

      a {
        display: inline-block;
        width: 100%;
        padding: 3px 10px;
        user-select: none;
        text-align: center;
        color: #616161;

        i {
          margin: 0 10px 0 -15px;
        }
      }

      ul {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -98px;
        width: 98px;
        background: white;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      }
    }
  }

}
