@import '_content/ChildrenCharity.Ant.Common/ChildrenCharity.Ant.Common.bundle.scp.css';

/* _content/ChildrenCharity/Components/Pages/Tasks/Components/List/ListItems/EmptyTaskListItem.razor.rz.scp.css */
[b-i4zigw8ou4].call-list-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    padding: 8px 12px;
    background-color: white;
    margin-bottom: 8px;
    max-height: 152px;
}
/* _content/ChildrenCharity/Components/Pages/Tasks/Components/List/TaskList.razor.rz.scp.css */
[b-ll6uf2ccxa]:root {
    --primary-color-6: #019AA9;
}

[b-ll6uf2ccxa].task-list {
    padding: 8px 12px;
    background-color: white;
    height: 100%;
    border-radius: 8px;
}

[b-ll6uf2ccxa].task-list-items {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    scroll-margin-left: 10px;
}

[b-ll6uf2ccxa].ant-tabs-content {
    height: 100%;
}

[b-ll6uf2ccxa].ant-tabs-tabpane {
    height: 100%;
}

[b-ll6uf2ccxa].empty-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

[b-ll6uf2ccxa].ant-tabs-tab.ant-tabs-tab-active
.ant-tabs-tab-btn {
    color: #019AA9;
    text-shadow: 0 0 0.25px currentcolor;
}

[b-ll6uf2ccxa].ant-tabs-nav-list
.ant-tabs-ink-bar {
    color: #019AA9 !important;
}

[b-ll6uf2ccxa].ant-tabs-tab:hover {
    color: #629da6;
}
/* _content/ChildrenCharity/Components/Pages/Tasks/Components/List/TaskListItem.razor.rz.scp.css */
[b-rsbirx716q]:root {
    --primary-color-6: #019AA9;
}

[b-rsbirx716q].task-list-item {
    background-color: white;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 120px;
    user-select: none;
}

[b-rsbirx716q].task-list-item__header {
    display: flex;
    gap: 4px;
}

[b-rsbirx716q].task-list-item__hz {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: var(--primary-color-6);
}

[b-rsbirx716q].task-list-item__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.85);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-rsbirx716q].task-list-item__summary {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.45);
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-rsbirx716q].task-list-item__footer {
    display: flex;
    justify-content: space-between;
}

[b-rsbirx716q].task-list-item__footer-comment-count {
    padding: 0 8px;
    background: #E6F7FF;
    color: var(--primary-color-6);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    border-radius: 100px;
}
/* _content/ChildrenCharity/Components/Pages/Tasks/Components/List/WeekTaskList.razor.rz.scp.css */
:root[b-ty7d2dvrdh] {
    --primary-color-6: #019AA9;
}

.weeks-list[b-ty7d2dvrdh] {
    display: flex;
    background-color: #FFFFFF;
    padding: 12px 8px;
    border-radius: 8px;
    height: 100%;
    overflow: auto;
    scrollbar-width: thin;
}

.week-day__header[b-ty7d2dvrdh] {
    background-color: #FAFAFA;
    border-bottom: 1px solid #0000000F;
    height: 40px;
    width: 400px;
    padding: 8px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 12px;
}

    .week-day__header[b-ty7d2dvrdh]::after { 
        position: absolute;
        top: 22%;
        height: 56%;
        content: '';
        display: block;
        width: 1px;
        background-color: #0000000F;
        right: 0px;
    }

.week-day__content[b-ty7d2dvrdh] {
    padding-left: 2px;
    padding-right: 2px;
    width: 400px;
}

.week-day.-selected-date[b-ty7d2dvrdh] {
    background-color: #F5F5F5;
}

.week-task-list[b-ty7d2dvrdh]
.ant-tabs-top > .ant-tabs-nav,
[b-ty7d2dvrdh].ant-tabs-bottom > .ant-tabs-nav,
[b-ty7d2dvrdh].ant-tabs-top > div > .ant-tabs-nav,
[b-ty7d2dvrdh].ant-tabs-bottom > div > .ant-tabs-nav {
    background-color: #F0F2F5;
    margin-bottom: 12px;
    border-radius: 8px;
    display: flex;
}

.week-task-list[b-ty7d2dvrdh]
.ant-tabs-extra-content {
    background-color: white;
    border-radius: 8px 0px 0px 8px;
    display: flex;
    align-items: center;
    padding: 8px 0 8px 12px;
    flex: 0 0 auto;
    align-self: stretch
}

.week-task-list
.ant-tabs > .ant-tabs-nav
.ant-tabs-nav-wrap[b-ty7d2dvrdh],
.ant-tabs > div > .ant-tabs-nav
.ant-tabs-nav-wrap[b-ty7d2dvrdh] {
    flex: none;
    margin-right: 12px;
    padding-right: 12px;
}

.week-task-list[b-ty7d2dvrdh]
.ant-tabs-extra-content:last-child {
    flex: 1 0 0;
    padding: 0px;
}
/* _content/ChildrenCharity/Components/Shared/CharityFooter.razor.rz.scp.css */
.footer[b-uudfkqyd2t] {
    height: 54px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 25px;
    background-color: white;
    margin-top: auto;
}

.footer-contact[b-uudfkqyd2t] {
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 22px;
}

.footer-contact > .anticon[b-uudfkqyd2t] {
    font-size: 16px;
}

.footer-contact > .anticon-phone[b-uudfkqyd2t] {
    rotate: 90deg;
}

.footer-contact > a[b-uudfkqyd2t] {
    color: inherit;
    text-decoration: none;
}
