#project-select {
  cursor: pointer;
}
#project-select :hover {
  /*background: rgba(0, 0, 0, 0.025);*/
}
.project-select-menu {
  margin-left: 10px;
  background: #fff;
}
.project-select-menu .member-list {
  height: 290px;
}

/*@import "../../../assets/css/components/task";*/
.project-info .ant-modal-body {
  padding-bottom: 0;
}
.project-space-overview .project-navigation {
  top: 65px;
  z-index: 4;
}
.project-space-overview .wrapper-main {
  background: initial;
}
.project-space-overview .overview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-space-overview .content-item {
  background: #fff;
  padding: 6px 18px 18px 18px;
  border-radius: 4px;
  width: 100%;
}
.project-space-overview .content-item .title {
  font-size: 16px;
  padding: 6px 0 0 0;
}
.project-space-overview .content-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}
.project-space-overview .content-left .log-list {
  background: #fff;
  margin-bottom: 15px;
}
.project-space-overview .content-left .log-list .list-content {
  padding-top: 12px;
}
.project-space-overview .content-left .log-list .list-content .ant-list-item-meta-title {
  position: relative;
}
.project-space-overview .content-left .log-list .list-content .right-item {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.project-space-overview .content-right {
  width: 325px;
}
.project-space-overview .content-right .project-date .ant-calendar-picker {
  border: none;
}
.project-space-overview .content-right .project-date .ant-calendar-picker:focus {
  border: none;
}
.project-space-overview .content-right .project-date .ant-calendar-picker-input {
  border: none;
}
.project-space-overview .content-right .project-stats .stats-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.project-space-overview .content-right .project-stats .stats-content .stats-item {
  width: 80px;
  /*height: 100px;*/
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 12px;
}
.project-space-overview .content-right .project-stats .stats-content .stats-item .stats-number {
  /*font-weight: bold;*/
  font-size: 32px;
}

