.header-taskCenter {
  transform: scale(.8);

  button {
    transform: scale(1.25);
    width: 30px;
    height: 30px;
    .icon {
      color: #fff;
      font-size: 23px;
      border-radius: 50%;
    }
  }

  .ant-badge-count {
    box-shadow: initial;
    cursor: pointer;
    top: -5px;
  }

  &-popover {
    width: 300px;

    .is-empty {
      background-color: white;
    }

    .ant-tabs-nav-scroll {
      padding-left: 16px;
    }

    .ant-tabs-bar {
      margin-bottom: 0;
    }

    .ant-popover-inner {
      box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.20), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

    &-header {
      padding: 0 0;
      line-height: 41px;
      margin-bottom: 5px;
      background-color: white;
      // height: 41px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);

      .ant-tabs-tab {
        //font-weight: 500;
      }

      .ant-tabs-bar {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      }

      .ant-tabs-extra-content {
        //margin-right: 16px;
        > .ant-btn-circle {
          color: #2196f3;
        }
      }

      .ant-card-meta-title {
        width: 190px;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 2px !important;

        > a {
          font-size: 13px;
          color: #04173F;
          text-decoration: none;
          //font-weight: normal;
        }
      }

      .ant-card-meta-description {
        width: 190px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #04173F;

        > p {
          width: 211px;
        }
      }

      .ant-card-meta-detail {
        padding: 7px 0;
      }

      span {
        color: rgba(0, 0, 0, 0.54);
        font-size: 16px;
      }

      > a {
        float: right;
        color: #303f9f;
      }
    }

    .header-taskCenter-popover-card {
      width: 298px;
      height: 77px;
      margin: 8px 16px;
      background: #fff;
      //box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.20), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
      .ant-card-body {
        padding: 5px 0;
        //margin-top: -5px;
      }

      .ant-avatar {
        margin: 7px auto;
        text-align: center;
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
        font-size: 40px;
        line-height: 80px;
        font-weight: 700;
        background-color: #c5cbe8;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        color: #3f51b5;
        text-transform: uppercase;
        border-radius: 99px;
      }
    }

    &-content {
      overflow: auto;
      overflow-x: hidden;
      height: 285px;

      ul {
        padding: 0;
        list-style: none;
        margin-top: 12px;
      }

      li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        position: relative;
        font-size: 13px;
        line-height: 20px;
        padding: 9px 20px;

        > label {
          > a {
            vertical-align: middle;
            color: inherit;
          }
        }

        &:hover {
          background-color: rgba(0, 0, 0, 0.02);
        }
      }

      label {
        font-size: 13px;
        line-height: 20px;
        //font-weight: 500;
      }

      p {
        font-size: 12px;
        margin: 0;
        width: 262px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transform: scale(0.9);
        transform-origin: 0;
      }

      .icon {
        color: #a3a3a3;
        font-size: 16px;
        cursor: pointer;
        position: absolute;
        left: 269px;
        top: 20px;
        z-index: 2;
      }
    }

    &-footer {
      background-color: white;
      line-height: 48px;
      text-align: center;
      font-size: 14px;
      //font-weight: 500;
      color: #303f9f;
    }

    .ant-popover-inner-content {
      padding: 0;
    }
  }

  &-empty {
    margin-top: 42px;
    margin-bottom: 42px;
    padding-top: 124px;
    text-align: center;
    font-size: 14px;
    color: rgba(140, 140, 140, 0.54);
    line-height: 48px;
    background-image: url("./icons/mnhbk.svg");
    background-repeat: no-repeat;
    background-position: top;
  }
}

.this-is-taskCenter {

  .ant-modal-content {
    padding-top: 15px;

    .ant-modal-header {
      padding-left: 23px;
      padding-bottom: 15px;
      margin-left: -24px;
      border-bottom: 1px solid #e8e8e8;
      .ant-modal-title {
        font-size: 18px;
      }
    }

    .ant-table-header {
      background: rgba(0, 0, 0, 0);
      margin-bottom: -6px !important;
    }

    .ant-modal-footer {
      padding-left: 23px;
      padding-top: 10px;
      margin-left: -24px;
      padding-bottom: 10px;
      border-top: 1px solid #e8e8e8;
    }

    .ant-modal-close {
      margin-top: 0;
    }
  }

  .ant-form-explain {
    margin-left: 98px;
  }

  .ant-divider-horizontal {
    width: 750px;
    margin-left: -24px;
  }
}
