.base {
  background: #fff;
  padding: 20px;
  width: 100%;
  border-radius: 6px;
  margin-top: 20px;
}
.pagination {
  float: right;
  margin-top: 20px;
}
.green {
  color: #29a64e;
  padding-right: 8px;
}

.addGreen {
  color: #117e61;
  cursor: pointer;
}

.red {
  color: #c82727;
  cursor: pointer;
  padding-right: 8px;
}

.actionText {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  letter-spacing: 0.4px;
  margin-right: 15px;
  cursor: pointer;
}

.state {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  letter-spacing: 0.4px;
  margin-right: 15px;
}

// .green {
//   color: #117e61;
// }

// .red {
//   color: #c82727;
// }

.paginationContainer {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.searchInputArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: -24px;
  top: 75px;
  .searchInput {
    width: 410px;
    :global {
      .next-input.next-medium {
        border: 0 solid #f3f3f3;
        height: 32px;
        input {
          height: 32px;
        }
      }
    }
  }
  .searchListArea {
    position: absolute;
    padding: 8px 0;
    max-height: 240px;
    overflow: auto;
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 12%);
    background: #fff;
    width: 310px;
    left: 100px;
    top: 40px;
    z-index: 99;
    .devListItem {
      padding: 0 4px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    .devListItem:hover {
      background-color: #f4f6f9;
    }
  }
}

:global {
  .next-overlay-wrapper.opened {
    .next-menu-icon-selected {
      display: none;
    }
  }
}
