::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 4px;
}
.box {
  height: 100%;
  width: 100%;
  padding: 15px;
  background-color: rgb(242, 242, 242);
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.personnel .top {
  /* width: 100%; */
  /* height: 10vh; */
  padding: 15px 15px 15px;
}
.personnel .top > div {
  /* width: 100%; */
  /* height: 100%; */
}
.personnel .allocation_one {
  border-bottom: solid 1px #2e405e;
  line-height: 1;
  padding: 10px 0;
}
.personnel .change_shifts_two {
  padding-bottom: 15px;
}
.personnel .change_shifts_left {
  padding-bottom: 15px;
}
.personnel .allocation_three {
  width: 100%;
  padding: 15px;
  /* height: 100%; */
}
.personnel .btn {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.personnel .el-table__header {
  width: 100% !important;
}
.personnel .el-table__fixed-right-patch {
  display: none;
}
.table-fixed .el-table__fixed-right {
  height: 100% !important;
  top: 10px !important;
}
.table-fixed .el-table__fixed {
  height: 100% !important;
}
