.persel-searched {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.persel-searched-part {
  margin-bottom: 12px;
}

.persel-searched-part__title {
  height: 18px;
  margin-bottom: 4px;
}

.persel-searched-part__title span {
  font-size: 12px;
  font-weight: 400;
  color: #6F7886;
  line-height: 18px;
}

.persel-searched__loading {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.persel-searched__loading > span {
  display: inline-block;
  height: 60px;
  width: 60px;
  background: url(../images/loading.gif) transparent no-repeat 50% 50%;
}
