.imagesBacklog {
    margin-left: 20px;
    margin-right: 20px;
}

.imagesBacklog2 {
    margin-top: 13px;
}

.btnStartQaComlete {
    margin-top: 14px;
}

.createTaskBtn {
    margin-left: 1100px;
}

.todoCard {
    width: 97%;
    overflow: hidden;
    word-break: break-word;
    background-color: rgba(241, 234, 234, 0.699);
    margin-bottom: 5px;
}

.todoIcons {
    font-size: 20px;
    margin-right: 10px;
}

.iconContainer {
    background-color: rgb(247, 241, 241);
    padding: 8px;
    padding-left: 15px;
    padding-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.todoAllIconContainer {
    display: flex;
    align-items: center;
}

.todoItem {
    margin-bottom: 8px;
}

.todoAvatarContainer {
    margin-left: 200px;
    display: flex;
    align-items: center;
    font-size: 10px;
}

.addTaskCard {
    width: 98%;
    overflow: hidden;
    word-break: break-word;
    background-color: rgb(211, 211, 211);
}

.addTaskIconCol {
    font-size: 18px;
}

.addTaskIcon {
    margin-right: 5px;
}

.attachmentDiv {
    background-color: rgb(165, 165, 165);
    padding: 2px;
}

.textFunctionality {
    display: flex;
    align-items: center;
    font-size: 20px;
    border: 1px solid;
    border-color: black;
}

.textFunctionalityDiv {
    margin-right: 7px;
    margin-left: 7px;
}

.reactQuillTodoList {
    width: 780px;
}

.allCommentsHistory {
    display: flex;
    align-items: center;
    background-color: gray;
    margin-right: 5px;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
}

.list {
    display: flex; /* Use flexbox */
    flex-wrap: wrap; /* Allow items to wrap to the next line if needed */
    justify-content: flex-start; /* Align items from left to right */
    gap: 16px; /* Space between items */
}

.addTaskIconColField {
    margin-left: 14px;
}

.addTaskIconColSwitch {
    margin-left: -5px;
}

.addTaskIconColStaff {
    margin-left: 4px;
}

.tasknameStyles {
    border-bottom: dotted 1px;
    margin-bottom: 10px;
    border-color: gray;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 5px;
    background-color: red;
    margin-top: 7px;
    padding-left: 5px;
}

.filterCircleColor {
    display: flex;
    justify-content: space-between;
    margin-left: 700px;
}

.mainRow {
    display: flex;
}

.sprintListContainer {
    display: flex;
    align-items: center;
}

.sprintListElipseStyle {
    font-size: 24px;
    margin-left: 10px;
}

.backlogHeaderContainerdiv {
    width: 100%;
    margin-bottom: 10px;
}

.backlogHeaderContainer:active {
    color: gray;
}

.BacklogHeader {
    display: flex;
    justify-content: space-between;
}

.formOutlineBackogCollapse {
    margin-left: 10px;
}

.sprintBackListTable {
    margin-top: -20px;
}

.sprintListoutStyles {
    width: 100%;
    margin-bottom: 5px;
}

.sprintListCollapsePanel {
    margin-bottom: 10px;
    width: 100%;
}

.backlogColumnDiv {
    display: flex;
}

.editOutLinedSprintList {
    margin-left: 10px;
}

.startSprintButtonSprintList {
    display: flex;
    margin-left: 700px;
}

.EllipsisOutlinedSprintList {
    font-size: 20px;
    margin-top: 8px;
}

.taskAndColor {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}

.todoAssignAvatar {
    display: flex;
    margin-right: 2px;
    justify-content: space-between;
}

.todotaskassignedname {
    margin-top: 7px;
    margin-right: 2px;
    font-size: 12px;
}

.chatSearchMain {
    background-color: rgb(29, 79, 122);
}
