/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-progress {
  position: relative;
  line-height: 1; }
  .el-progress__text {
    font-size: 14px;
    color: #606266;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 1; }
    .el-progress__text i {
      vertical-align: middle;
      display: block; }
  .el-progress--circle, .el-progress--dashboard {
    display: inline-block; }
    .el-progress--circle .el-progress__text, .el-progress--dashboard .el-progress__text {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      margin: 0;
      transform: translate(0, -50%); }
      .el-progress--circle .el-progress__text i, .el-progress--dashboard .el-progress__text i {
        vertical-align: middle;
        display: inline-block; }
  .el-progress--without-text .el-progress__text {
    display: none; }
  .el-progress--without-text .el-progress-bar {
    padding-right: 0;
    margin-right: 0;
    display: block; }
  .el-progress--text-inside .el-progress-bar {
    padding-right: 0;
    margin-right: 0; }
  .el-progress.is-success .el-progress-bar__inner {
    background-color: #13ce66; }
  .el-progress.is-success .el-progress__text {
    color: #13ce66; }
  .el-progress.is-warning .el-progress-bar__inner {
    background-color: #FFBA00; }
  .el-progress.is-warning .el-progress__text {
    color: #FFBA00; }
  .el-progress.is-exception .el-progress-bar__inner {
    background-color: #ff4949; }
  .el-progress.is-exception .el-progress__text {
    color: #ff4949; }

.el-progress-bar {
  padding-right: 50px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: -55px;
  box-sizing: border-box; }
  .el-progress-bar__outer {
    height: 6px;
    border-radius: 100px;
    background-color: #e6ebf5;
    overflow: hidden;
    position: relative;
    vertical-align: middle; }
  .el-progress-bar__inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #1890ff;
    text-align: right;
    border-radius: 100px;
    line-height: 1;
    white-space: nowrap;
    transition: width 0.6s ease; }
    .el-progress-bar__inner::after {
      display: inline-block;
      content: "";
      height: 100%;
      vertical-align: middle; }
  .el-progress-bar__innerText {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0 5px; }

@keyframes progress {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 32px 0; } }

.bs-row-wait[data-v-5954443c] {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  flex-direction: row;
  border-bottom: 1px solid #f2f6fc;
  align-items: center;
  cursor: pointer;
}
.bs-row-wait[data-v-5954443c]:hover {
  background: rgb(236, 245, 255);
}
.bs-row-wait .bs-row-wait-col[data-v-5954443c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  font-size: 14px;
}
.add-btn[data-v-5954443c] {
  display: inline-block;
  right: 30px;
  z-index: 10;
  bottom: 80px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #2979ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
}
.bs-project-process[data-v-5954443c] {
  display: flex;
  justify-content: flex-end;
}
.bs-card-content[data-v-5954443c] {
  height: 250px;
  overflow: auto;
}
.bs-cal-panel[data-v-5954443c] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.bs-cal-panel .bs-cal-header[data-v-5954443c] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.bs-cal-panel .bs-cal-header .bs-cal-header-left[data-v-5954443c] {
  display: flex;
  font-size: 20px;
  flex-direction: flex-start;
  flex-direction: row;
  align-items: center;
}
.bs-cal-panel .bs-cal-header .bs-cal-header-right[data-v-5954443c] {
  display: flex;
  font-size: 15px;
  margin-left: 5px;
  align-items: center;
  justify-content: flex-end;
}
.bs-cal-panel .bs-cal-list[data-v-5954443c] {
  font-size: 13px;
  overflow: hidden;
  width: 100%;
  height: 50px;
}
.bs-cal-now[data-v-5954443c] {
  width: 24px;
  height: 24px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
}
.bs-pro-list[data-v-5954443c] {
  font-size: 13px;
  color: #808080;
}
.bs-pro-list .bs-pro-list-item[data-v-5954443c] {
  padding: 5px;
}
.bs-pro-list .bs-pro-list-item[data-v-5954443c]:hover {
  cursor: pointer;
  color: #2979ff;
  text-decoration: underline;
}
.bs-pro-process-item[data-v-5954443c] {
  cursor: pointer;
}
.bs-pro-process-item[data-v-5954443c]:hover {
  text-decoration: underline;
}
[data-v-5954443c] .el-card__header {
  padding: 8px 15px;
}
[data-v-5954443c] .el-badge__content.is-fixed {
  top: 6px;
}
.bs-fast[data-v-5954443c] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.bs-fast .bs-fast-menu[data-v-5954443c] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.bs-fast .bs-fast-menu .bs-fast-menu-icon[data-v-5954443c] {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 4px solid #e4e7ed;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-fast .bs-fast-menu .bs-fast-menu-icon i[data-v-5954443c] {
  font-size: 50px;
}
