.tasks__wrapper>h2 {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 125%;
    font-weight: 600;
    color: #111928
}

.tasks__wrapper .tasks__box {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #E5E7EB
}

.tasks__wrapper .tasks__box .task__filter {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #E5E7EB
}

.tasks__wrapper .tasks__box .task__filter .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tasks__wrapper .tasks__box .task__filter .right .filter__btn>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 37px;
    max-width: 37px;
    min-height: 37px;
    max-height: 37px;
    border-radius: 8px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    border: 1px solid #D1D5DB
}

.tasks__wrapper .tasks__box .task__filter .right .filter__btn>a:hover {
    background-color: #F9F9F9
}

.tasks__wrapper .tasks__box .task__filter .right .filter__switcher {
    margin-right: 8px;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    overflow: hidden
}

.tasks__wrapper .tasks__box .task__filter .right .filter__switcher ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tasks__wrapper .tasks__box .task__filter .right .filter__switcher ul>li>a {
    padding-left: 24px;
    padding-right: 24px;
    min-height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 130%;
    color: #6B7280;
    font-weight: 400;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    text-decoration: none
}

.tasks__wrapper .tasks__box .task__filter .right .filter__switcher ul>li>a.current {
    background-color: #F9F9F9;
    color: #111928
}

.tasks__wrapper .tasks__box .task__filter .right .filter__switcher ul>li>a:hover {
    background-color: #F9F9F9
}

.tasks__wrapper .tasks__box .task__filter .right .dropdown__filter {
    margin-right: 8px
}

.tasks__wrapper .tasks__box .task__filter .right .dropdown__filter>.group__dropdown>a {
    min-width: 125px
}

.tasks__wrapper .tasks__box .task__filter .right .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px
}

.tasks__wrapper .tasks__box .task__filter .left {
    width: 100%;
    max-width: 490px
}

.tasks__wrapper .tasks__box .task__filter .left form {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tasks__wrapper .tasks__box .task__filter .left form button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: transparent;
    padding: 0px;
    outline: none;
    border: 0px;
    position: absolute;
    left: 10px
}

.tasks__wrapper .tasks__box .task__filter .left form button svg path {
    fill: #6B7280
}

.tasks__wrapper .tasks__box .task__filter .left form>input {
    width: 100%;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    background-color: #F9FAFB;
    outline: none;
    padding-left: 34px;
    padding-right: 10px
}

.task__list>.elem {
    width: 100%;
    padding: 17px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    margin-bottom: 8px
}

.task__list>.elem .details__task .el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.task__list>.elem .details__task .el:last-child {
    margin-bottom: 0px
}

.task__list>.elem .details__task .el .task__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.task__list>.elem .details__task .el .task__author>p {
    margin: 0px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #111928
}

.task__list>.elem .details__task .el .task__author>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    margin-right: 4px;
    max-height: 24px;
    border-radius: 250px;
    background-color: #E9ECFB;
    font-size: 12px;
    font-weight: 600
}

.task__list>.elem .details__task .el>p {
    margin: 0px;
    font-size: 14px;
    line-height: 150%;
    color: #111928;
    font-weight: 400
}

.details__task .profile-description-view {
    white-space: pre-line;
}

.task__list>.elem .details__task .el>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
    line-height: 150%;
    color: #4B5563;
    font-weight: 500
}

.task__list>.elem .top__task--checkbox {
    margin-bottom: 12px
}

.task__list>.elem .top__task--checkbox>label,
.task__list>.elem .top__task--checkbox>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.task__list>.elem .top__task--checkbox>label p,
.task__list>.elem .top__task--checkbox>div p {
    margin: 0px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    color: #111928
}

.task__list>.elem:last-child {
    margin-bottom: 0px
}

.opened__task--main {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.opened__task--main .small__information {
    margin-bottom: 20px
}

.opened__task--main .small__information .task__switcher {
    margin-top: 24px
}

.opened__task--main .small__information .task__switcher ul li>a {
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 130%;
    font-weight: 500
}

.opened__task--main .small__information .task__switcher ul li>a.current {
    background-color: #F9F9F9;
    color: #000000;
    font-weight: 500
}

.opened__task--main .small__information .task__switcher ul li>a.current svg path {
    fill: #000000
}

.opened__task--main .small__information .task__switcher ul li>a:hover {
    background-color: #F9F9F9;
    color: #000000
}

.opened__task--main .small__information .task__switcher ul li>a:hover svg path {
    fill: #000
}

.opened__task--main .small__information .task__switcher ul li>a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px
}

.opened__task--main .small__information .task__switcher ul li>a span svg path {
    fill: #6B7280;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.opened__task--main .small__information>p {
    margin: 0px;
    font-size: 14px;
    line-height: 150%;
    color: #111928;
    font-weight: 400
}

.opened__task--main .small__information>h6 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 125%;
    font-weight: 600;
    color: #111928;
    margin-top: 0px
}

.opened__task--main .btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8px;
    padding-bottom: 32px;
    margin-top: 20px
}

.opened__task--main .btns .mark {
    cursor: pointer
}

.opened__task--main .btns .mark label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 41px;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    font-size: 14px;
    line-height: 150%;
    cursor: pointer;
    color: #111928;
    font-weight: 500;
    width: 100%
}

.opened__task--main .btns .mark label p {
    margin: 0px
}

.opened__task--main .btns>.edit__task {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    min-height: 41px;
    color: #111928
}

.task__containers .notes__container .notes__history>.elem__history {
    margin-bottom: 16px
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user {
    margin-bottom: 0px;
    padding: 15px 32px;
    width: calc(100% + 64px);
    margin-left: -32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user:hover {
    background-color: #F9F9F9
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user:hover .controls__btns {
    opacity: 1 !important;
    pointer-events: initial !important
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user .comment {
    width: 100%;
    padding-top: 0px
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user .comment .top__comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user .comment .top__comment>.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 12px
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user .comment .top__comment>.title>p {
    margin-top: 0px;
    margin-right: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #111928;
    margin-bottom: 0px
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user .comment .top__comment>.title>span {
    color: #6B7280;
    font-size: 12px;
    line-height: 150%;
    font-weight: 400;
    position: relative;
    top: 2px
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user .comment .top__comment .controls__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 10px;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid rgba(156, 163, 175, 0.2);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user .comment .top__comment .controls__btns>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    margin-right: 12px
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user .comment .top__comment .controls__btns>a:hover svg path {
    fill: #1C45C2
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user .comment .top__comment .controls__btns>a svg path {
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user .comment .top__comment .controls__btns>a:last-child {
    margin-right: 0px
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user .comment>p {
    margin: 0px;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: #1F2A37
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user>.avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user>.avatar>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
    border-radius: 95px;
    font-size: 12px;
    line-height: 140%;
    font-weight: 600;
    position: relative
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user>.avatar>span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user:last-child {
    margin-bottom: 0px
}

.task__containers .notes__container .notes__history>.elem__history>span {
    display: block;
    margin-bottom: 8px;
    text-align: left;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    color: #4B5563
}

.task__containers .notes__container .notes__history>.elem__history:last-child {
    margin-bottom: 0px
}

.task__containers .notes__container form {
    width: 100%;
    position: relative;
    margin-bottom: 24px
}

.task__containers .notes__container form button {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 26px;
    max-width: 26px;
    min-height: 26px;
    max-height: 26px;
    right: 8px;
    bottom: 12px;
    background-color: #111928;
    border-radius: 250px;
    border: 0px;
    outline: none
}

.task__containers .notes__container form textarea {
    width: 100%;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    resize: none;
    outline: none;
    padding-bottom: 50px;
    font-size: 14px;
    color: #000;
    height: 95px;
    -webkit-box-shadow: 0px 1px 0px 1px #E5E7EB;
    box-shadow: 0px 1px 0px 1px #E5E7EB
}

.task__containers .details__container ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px
}

.task__containers .details__container ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.task__containers .details__container ul>li:last-child {
    margin-bottom: 0px
}

.task__containers .details__container ul>li>p {
    margin: 0px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #111928;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.task__containers .details__container ul>li>p>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.task__containers .details__container ul>li>span {
    min-width: 120px;
    max-width: 120px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    color: #4B5563
}

.task__containers .notes__container form button {
    cursor: pointer;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.task__containers .notes__container form button:hover {
    background-color: #1C45C2
}

.task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user .comment .top__comment>.title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1440px) {
    .tasks__wrapper .tasks__box .task__filter .left {
        max-width: 340px
    }
}

@media (max-width: 1280px) {
    .task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user .controls__btns {
        opacity: 1 !important;
        pointer-events: initial !important
    }

    .tasks__wrapper .tasks__box .task__filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tasks__wrapper .tasks__box .task__filter .left {
        max-width: 100%;
        margin-bottom: 10px
    }

    .tasks__wrapper .tasks__box .task__filter .right {
        width: 100%
    }
}

.tasks__wrapper .tasks__box .task__filter .right .filter__switcher ul li {
    border-right: 1px solid #E5E7EB
}

@media (max-width: 767px) {
    .task__containers .notes__container .notes__history>.elem__history .user__notes>.el__user {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 15px
    }

    .tasks__wrapper .tasks__box .task__filter .right .filter__switcher ul>li>a {
        padding-left: 14px;
        padding-right: 14px
    }

    .tasks__wrapper .tasks__box .task__filter .right .filter__switcher {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px
    }

    .tasks__wrapper .tasks__box .task__filter .right .filter__switcher ul>li {
        width: 100%
    }

    .tasks__wrapper>h2 {
        margin-bottom: 15px;
        font-size: 24px
    }

    .tasks__wrapper .tasks__box .task__filter .right .dropdown__filter {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px
    }

    .tasks__wrapper .tasks__box .task__filter .right .dropdown__filter>.group__dropdown>a {
        width: 100%
    }

    .tasks__wrapper .tasks__box .task__filter .right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tasks__wrapper .tasks__box .task__filter .right>.btn {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0px
    }

    .tasks__wrapper .tasks__box .task__filter .right>.btn>a {
        width: 100%
    }
}

@media (max-width: 480px) {
    .tasks__wrapper .tasks__box .task__filter .right .filter__switcher ul>li a {
        white-space: nowrap
    }

    .tasks__wrapper .tasks__box .task__filter .right .filter__switcher ul>li>a {
        font-size: 12px;
        padding-left: 7px;
        padding-right: 7px
    }

    .tasks__wrapper .tasks__box .task__filter {
        padding: 12px
    }
}

.task_page_checkbox {
    width: 15px;
    height: 15px;
}

.task_page_lead_profile {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
}

.task_page_lead_profile>div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    width: 31px !important;
    height: 31px !important;
}

.task-line-through {
    text-decoration: line-through;
    color: #111928 !important;
}

.notes-list.show-permanent {
    opacity: 1;
    pointer-events: all;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    position: relative;
    padding: 0px 5px 10px;
}

.notes-list-header {
    display: none;
    /* grid-template-columns: 40px 1fr 20px; */
    /* grid-template-rows: 1fr 1fr; */
    /* column-gap: 8px; */
    /* padding-right: 20px; */
}

.notes-list-body {
    /* width: calc(100% - 2px); */
    /* height: 200px; */
    padding-right: 5px;
    overflow-y: auto;
    display: flex;
    flex-direction: column-reverse;
}

.notes-list-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #f1f1f1;
    padding: 16px 0;
}

.notes-list-item:first-child {
    border-bottom: none;
    padding-bottom: 0;
}

.notes-list-item-title {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #111;
    padding-right: 10px;
    width: 70%;
    display: block;
}

.notes-list-item-date {
    width: 30%;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-family: "Inter";
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #111111;
    opacity: 0.4;
    text-align: right;
}

.notes-list-item-text {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-family: "Inter";
    font-size: 12px;
    line-height: 18px;
    color: #76838f;
    padding-top: 11px;
}

.notes-list .notes-list-input {
    margin-top: 20px;
    height: 44px;
    padding-left: 13px;
    /* width: calc(100% - 20px); */
}