.header-list-item {
  color: #333;
  margin: 0;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 5px;
  height: 44px;
}

.btw.icon-system-plus {
  line-height: 31px;
  text-align: center;
  width: 34px;
  height: 30px;
  margin: 4px;
  cursor: pointer;
  float: right;
  color: #fff;
  background-color: #9e9e9e;
  border-radius: 50%;
}

.search-list-container {
  width: 75%;
}

.registered-banks-list {
  width: calc(100% - 31px);
  margin-right: 31px;
}

.list-container {
  min-height: 510px;
  border: 1px solid #CCC;
}
