.acl-list {
  margin-right: 25px;

  &__note {
    margin-bottom: 30px;
    padding: 15px 25px;
    background-color: var(--theme-hack-bg2-color, #eff8fc);
    border-radius: 10px;
  }

  &__tabs {
    display: flex;
    align-items: baseline;
    margin-bottom: 25px;

    div {
      cursor: pointer;
      margin-right: 15px;
    }

    &__tab-active {
      border-bottom: 2px solid #80b0ff;
    }
  }

  &__wrap-box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }

  &__filter {
    display: inline-flex;
    align-items: center;

    margin-right: 15px;
    padding: 5px;

    border: 1px solid #e5e5e5;

    &-input {
      border-width: 0;
      outline: none;
    }
  }

  &__create {
    margin-left: auto;
  }

  div.crud__list__table {
    border-width: 0;
  }
}
