.action {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;
}

app-cmf-icon {
  display: flex;
}

.add-req-dropdown-wrapper {
  max-height: 200px;
}

::ng-deep .mat-menu-panel.add-req-menu {
  margin-top: 5px;
}

.tools-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  .search {
    width: 450px;
  }

  .buttons-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;

    height: 30px;
    margin-right: 20px;
  }

  .button-content {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
  }
}

.dropdown-option {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: space-between;

  width: 100%;

  .prefix {
    color: var(--color-gray-666);
  }
}
