.reference-lists {
  height: 100%;
}
.reference-lists .list-wrapper {
  height: 100%;

}
.reference-lists .list-wrapper .list-active-area {
  height: calc(100% - 31px);
}
.reference-lists .list-wrapper .list-tab-area {
  height: 30px;
  border-bottom: 1px solid black;
}
.reference-lists .list-wrapper .list-tab-area .tab-wrapper {
  width: 100%;
  height: 100%;
}
.reference-lists .list-wrapper .list-tab-area .tab-wrapper .row {
  padding: 0px;
  margin-right: 0px;
  margin-left: 0px;
  height: 100%;
}
.reference-lists .list-wrapper .list-tab-area .tab-wrapper .row .list-tab:last-child {
  /* border-right: none; */
}
.reference-lists .list-wrapper .list-tab-area .tab-wrapper .row .list-tab {
  display: inline-block;
  width: calc(25% - 1px);
  height: 100%;
  text-align: center;
  line-height: 27.5px;
  font-size: 14px;
  padding: 0px;
  background-color: whitesmoke;
  border-right: 1px solid black;
  user-select: none;
  cursor: pointer;
  overflow: auto;
  transition: background-color 0.5s, color 0.3s;
}
.reference-lists .list-wrapper .list-tab-area .tab-wrapper .row .list-tab.last-tab, 
.reference-lists .list-wrapper .list-tab-area .tab-wrapper .row .list-tab.last-tab.active {
  border-right: none;
}
.reference-lists .list-wrapper .list-tab-area .tab-wrapper .row .list-tab.active {
  padding: 0px;
  background-color: #2998d4;
  border-right: 1px solid black;
  color: white;
  font-weight: bold;
}
/* .reference-lists .list-wrapper .list-tab-area .tab-wrapper .row .list-tab.last.active {
  border-right: none;
} */