
[data-v-2551bd60]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-2551bd60]::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 4px;
}
.box[data-v-2551bd60] {
  padding: 15px;
  height: 100%;
  width: 100%;
  background-color: rgb(242, 242, 242);
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing:border-box;
}
.el-tabs[data-v-2551bd60]{
  background:#fff;
  padding:0 15px;
  box-sizing:border-box;
}
.table[data-v-2551bd60] {
  width: 100%;
  /*height: 78vh;*/
  color: #333;
}
.table1[data-v-2551bd60] {
  width: 100%;
  padding-bottom: 15px;
  /*height: 84vh;*/
}
.btn[data-v-2551bd60] {
  margin: 10px 0;
  /* height: 5vh; */
  width: 100%;
  display: flex;
  justify-content: center;
}
.particulars[data-v-2551bd60] {
  color: red;
}
.particulars[data-v-2551bd60]:hover {
  color: blue;
}
.task_description[data-v-2551bd60] {
  min-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.box[data-v-2551bd60] el-tabs {
  height: 100%;
}
.particulars2[data-v-2551bd60]{
  color: #409EFF;
}
.demo-image__preview audio[data-v-2551bd60]{
      width: 200px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}

.today_check .el-table .has-gutter tr .el-table__cell {
  background-color: #F5F7FA;
}
.today_check .vue-treeselect__control {
  min-height: 40px;
}
