.persel-box-layout {
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(127, 145, 180, 0.2);
  border: 1px solid #F0F2F5;
  border-radius: 4px;
}

.persel-box-layout__body {
  display: flex;
  flex-direction: row;
  height: calc(100% - 50px);
  overflow: hidden;
}

.persel-box-layout__body-left {
  width: calc(50% - 1px);
  height: 100%;
  border-right: solid 1px #E9ECF0;
}

.persel-box-layout__body-right {
  width: 50%;
  height: 100%;
  overflow-y: auto;
}

.persel-box-layout__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
  padding-right: 20px;
  border-top: solid 1px #E9ECF0;
  border-radius: 1px;
}

.persel-box-panel-layout {
  padding: 20px 20px 0 20px;
  height: 100%;
}

.persel-box-panel-layout__selector {
  height: calc(34px + 16px);
}

.persel-box-panel-layout__content {
  height: calc(100% - 70px);
}

.persel-single-layout {
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(127, 145, 180, 0.2);
  border: 1px solid #F0F2F5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 20px 20px 0 20px;
  height: 100%;
}

.persel-single-layout__selector {
  height: calc(34px + 16px);
}

.persel-single-layout__content {
  height: calc(100% - 70px);
}
