#shared-task-container {
  padding: 10px;
  display: flex;
  flex-direction: column;
}

#shared-task-container .state-label-and-left-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-right: 1px solid #d8d8d8;
  margin-right: 15px;
  padding-right: 15px;
}

#shared-task-container .state-label {
  align-self: auto;
  margin-right: 10px;
}

#shared-task-container .ant-collapse {
  background-color: var(--main-selected-cell);
}

#shared-task-container .ant-collapse>.ant-collapse-item>.ant-collapse-header {
  color: var(--active-primary-button-background);
  font-weight: bold;
  font-size: 16px;
}

#shared-task-container .ant-collapse-content, #shared-task-container .ant-collapse ,#shared-task-container .ant-collapse > .ant-collapse-item{
  border: none;
}

#shared-task-container .task-list-container,
#shared-task-container .ant-collapse-content > .ant-collapse-content-box{
  padding: 0px;
}
.title-subtask-only{
  font-style: italic;
  color: var(--subtitle-text-color);
  height: 40px;
  margin-left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  cursor: pointer;
}
.subtask-only-number{
  font-style: normal;
  margin-right: 20px;
}
.shared-task-collapse-container{
  overflow-y: auto;
  height: 100%;
}
.subtask-container.new-task-inline{
  flex: none;
}
#shared-task-container .subtask-container:not(.new-task-inline),
#shared-task-container .subtask-container:not(.new-task-inline) .subtask-line{
  height: 40px;
}
#shared-task-container .view-search-wrapper{
  height: 35px;
  flex: none;
}