[data-v-08dce994]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-08dce994]::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 4px;
}
body[data-v-08dce994] {
  margin: 0;
  padding: 0;
}
.box[data-v-08dce994],
.PM_assigned_subpage[data-v-08dce994] {
  background-color: rgb(242, 242, 242);
  padding: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  color: #fff;
}
.top[data-v-08dce994] {
  padding: 5px 0px;
  min-width: 1000px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 15px;
  border-bottom: solid 1px;
}
.bottom[data-v-08dce994] {
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 5px 15px;
  flex: 1;
  /* display: flex;
  flex-wrap: nowrap; */
}
.btn[data-v-08dce994] {
  margin: 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.table-content[data-v-08dce994] {
  width: 100%;
}
