/* _content/Develogi.TealBudgetHub.Web/Features/Budgets/BudgetDetail/BudgetDetailComponent.razor.rz.scp.css */
.description[b-koz5zmvi2h] {
    margin-bottom: 20px;
}
/* _content/Develogi.TealBudgetHub.Web/Features/Budgets/BudgetDetail/Components/BudgetTransactionsComponent.razor.rz.scp.css */
[b-ato5tawvki] .mud-tabs-toolbar {
    background-color: unset;
}

[b-ato5tawvki] .mud-tab {
    min-height: unset;
    min-width: unset !important;
    text-transform: unset;
}

    [b-ato5tawvki] .mud-tab.mud-tab-active {
        color: #123456;
    }


.income-transaction[b-ato5tawvki],
.expense-transaction[b-ato5tawvki] {
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px 6px 6px 4px;
    background-color: #0000000B;
    transition: all .1s ease;
}

.income-transaction[b-ato5tawvki] {
    border-left: 5px solid #16a085;
}

.expense-transaction.purchase[b-ato5tawvki] {
    border-left: 5px solid #e74c3c;
}

.expense-transaction.timespent[b-ato5tawvki] {
    border-left: 5px solid #ff7608;
}

.date[b-ato5tawvki] {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400;
}

.name[b-ato5tawvki] {
    font-weight: 600;
    margin-left: 3px;
}

.amount[b-ato5tawvki] {
    font-weight: 600;
    float: right;
}
/* _content/Develogi.TealBudgetHub.Web/Features/Budgets/BudgetList/BudgetListPage.razor.rz.scp.css */
/* _content/Develogi.TealBudgetHub.Web/Features/Dashboard/Components/DashboardFundraisings.razor.rz.scp.css */
.container[b-flwm52o7lb] {
    display: flex;
    align-items: center;
}

.item[b-flwm52o7lb] {
    flex: 2;
}

    .item.item-progress[b-flwm52o7lb] {
        flex: 1.5;
        margin: 0 15px;
    }

    .item:first-child[b-flwm52o7lb] {
        margin-right: 10px;
        text-align: left;
        flex: 0;
    }

    .item:last-child[b-flwm52o7lb] {
        margin-left: 15px;
        align-items: center;
    }

    .item span[b-flwm52o7lb] {
        font-size: 13px;
    }

.space[b-flwm52o7lb] {
    font-size: 15px;
}

.name[b-flwm52o7lb] {
    font-size: 15px;
    font-weight: 600;
}
/* _content/Develogi.TealBudgetHub.Web/Features/Dashboard/Components/DashboardProposals.razor.rz.scp.css */
.container[b-38j3lnp3eq] {
    display: flex;
    align-items: center;
}

.item[b-38j3lnp3eq] {
    flex: 2;
}

    .item.item-progress[b-38j3lnp3eq] {
        flex: 1.5;
        margin: 0 15px;
    }

    .item:first-child[b-38j3lnp3eq] {
        margin-right: 10px;
        text-align: left;
        flex: 0;
    }

    .item:last-child[b-38j3lnp3eq] {
        margin-left: 15px;
        align-items: center;
    }

    .item span[b-38j3lnp3eq] {
        font-size: 13px;
    }

.space[b-38j3lnp3eq] {
    font-size: 15px;
}

.name[b-38j3lnp3eq] {
    font-size: 15px;
    font-weight: 600;
}
/* _content/Develogi.TealBudgetHub.Web/Features/FinancialClosings/FinancialClosingDetail/Components/FinancialClosingReportComponent.razor.rz.scp.css */
.header-group-1[b-jrcd0m98kj] {
    font-weight: 600;
}
/* _content/Develogi.TealBudgetHub.Web/Features/OperationalExpenses/OperationalExpenseList/OperationalExpenseListPage.razor.rz.scp.css */
/* _content/Develogi.TealBudgetHub.Web/Features/Projects/FundRaisingForm/BudgetFundComponent.razor.rz.scp.css */
.content[b-qy2ys518hl] {
    margin-top: 10px;
    text-align: center;
    padding: 0 15px;
}

.title[b-qy2ys518hl] {
    margin-bottom: 15px;
}
/* _content/Develogi.TealBudgetHub.Web/Features/Projects/ProjectDetail/Components/FundRaiserDetailComponent.razor.rz.scp.css */
.fundraising[b-cu3ppv12rb] {
    border: 1px solid var(--border-gray);
    border-left: 6px solid var(--dark-blue);
    border-radius: 6px;
    padding: 10px 0;
    margin-bottom: 10px;
    transition: all .1s ease;
}

.fundraising:hover[b-cu3ppv12rb] {
    border-left-width: 8px;
}

.container[b-cu3ppv12rb] {
    display: flex;
    align-items: center;
}

.item[b-cu3ppv12rb] {
    flex: 2;
}

.item.item-progress[b-cu3ppv12rb] {
    flex: 1.5;
    margin: 0 15px;
}

.item:first-child[b-cu3ppv12rb] {
    margin-right: 10px;
    text-align: left;
    flex: 0;
}

.item:last-child[b-cu3ppv12rb] {
    margin-left: 15px;
    text-align: right;
    flex: 0;
    display: flex;
    align-items: center;
}

.item span[b-cu3ppv12rb] {
    font-size: 13px;
}

.space[b-cu3ppv12rb] {
    font-size: 15px;
}

.name[b-cu3ppv12rb] {
    font-size: 15px;
    font-weight: 600;
}

[b-cu3ppv12rb] .mud-progress-linear {
    margin: 6px 0px !important;
}

.raising-progress .item[b-cu3ppv12rb] {
    flex-grow: 1;
    margin-right: 0;
}


.fund-buttons[b-cu3ppv12rb] {
    display: flex;
    flex-direction: column;
}

[b-cu3ppv12rb] .fund-button {
    min-width: 120px;
    width: 100%;
    margin-bottom: 5px;
}

[b-cu3ppv12rb] .fund-button:last-child {
    margin-bottom: 0px;
}
/* _content/Develogi.TealBudgetHub.Web/Features/Projects/ProjectDetail/Components/ProjectActivityComponent.razor.rz.scp.css */
[b-63wdpztrdr] .mud-tooltip-root.mud-tooltip-inline {
    margin-right: 10px;
}

.comment[b-63wdpztrdr] {
    margin-bottom: 5px;
    padding: 10px;
    background-color: var(--background-light);
    border-left: 5px solid;
    border-radius: 4px 6px 6px 4px;
    transition: all .1s ease;
}

.comment:hover[b-63wdpztrdr] {
    border-width: 0 0 0 10px;
}

.comment-input[b-63wdpztrdr] {
    margin-top: 20px;    
}

[b-63wdpztrdr] input {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 14px 14px !important;
}

.no-bids[b-63wdpztrdr] {
    color: var(--text-gray);
}

/* _content/Develogi.TealBudgetHub.Web/Features/Projects/ProjectDetail/Components/ProjectBidComponent.razor.rz.scp.css */
.content[b-e1gopz8zpl] {
    margin-top: 10px;
    text-align: center;
    padding: 0 15px;
}

.project h3[b-e1gopz8zpl] {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.project h4[b-e1gopz8zpl] {
    margin: 0;
    font-weight: 500;
}

.project span[b-e1gopz8zpl] {
    font-weight: 300;
}

.project span strong[b-e1gopz8zpl] {
    font-weight: 400;
}

.bid[b-e1gopz8zpl] {
    margin-top: 30px;
    width: 400px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.bid .item[b-e1gopz8zpl] {
    flex: 1 1 0px;
}

.budget[b-e1gopz8zpl] {
    text-align: start;
}

#budget[b-e1gopz8zpl] {
    text-align: start;
    font-size: 18px;
    font-weight: 600;
    color: #4A9E86;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
}

.amount[b-e1gopz8zpl] {
    font-size: 24px;
    font-weight: 700;
}

.amount input[b-e1gopz8zpl] {
    width: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #123456;
}

.percentage[b-e1gopz8zpl] {
    position: relative;
    text-align: end;
}

.percentage .value[b-e1gopz8zpl] {
    position: absolute;
    width: 56px;
    transform: translate(0, -60%);
    top: 50%;
    right: 0;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
}

.percentage .value>span[b-e1gopz8zpl] {
    font-weight: 500;
}

.percentage .value .raised[b-e1gopz8zpl] {
    font-size: 10px;
    font-weight: 300;
    margin-top: -8px;
}

.bidSlider[b-e1gopz8zpl] {
    margin-top: 10px;
    width: 100%;
}

.remaining[b-e1gopz8zpl] {
    margin-top: 30px;
    width: 100%;
    background-color: var(--background-light);
    padding: 15px;
    border-radius: 6px;
    font-weight: 500;
}

.remaining div[b-e1gopz8zpl] {
    margin: 5px 0;
}

.remaining .end[b-e1gopz8zpl] {
    float: right;
    font-weight: 400;
}

.actions[b-e1gopz8zpl] {
    margin: 20px 0 10px 0;
    text-align: center;
}

[b-e1gopz8zpl] .mud-dialog .mud-dialog-content {
    padding: 8px 24px 8px 24px;
}
/* _content/Develogi.TealBudgetHub.Web/Features/Projects/ProjectDetail/Components/ProjectDetailComponent.razor.rz.scp.css */
div[b-rbbv1dkynn] {
    font-weight: 500;
}

.title[b-rbbv1dkynn] {
    margin-top: 10px;
}

section[b-rbbv1dkynn] {
    margin-bottom: 30px;
}

.actions[b-rbbv1dkynn] {
    margin-bottom: 20px;
}

.activity[b-rbbv1dkynn] {
    margin-bottom: 10px;
}

.overscroll[b-rbbv1dkynn] {
    overflow-y: scroll;
}
/* _content/Develogi.TealBudgetHub.Web/Features/Projects/ProjectDetail/Components/ProjectPropertiesComponent.razor.rz.scp.css */
.status[b-fu99pky24f] {
    border-radius: var(--mud-default-borderradius);
    background-color: unset;
    color: #123456;
    padding: 8px 14px;
    width: auto;
    font-weight: 600;
    margin: 6px 0px 16px 0px;
    font-size: 14px;
}

[b-fu99pky24f] .mud-select input {
    padding: 8px 14px;
    font-weight: 600;
    font-size: 14px;
}

.bid-button[b-fu99pky24f] {
    margin-top: 6px;
}

[b-fu99pky24f] .mud-button-label {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
}

.project-status[b-fu99pky24f] {
    float: left;
}


/* _content/Develogi.TealBudgetHub.Web/Features/Projects/ProjectExpenseForm/ProjectExpenseFormComponent.razor.rz.scp.css */
.content[b-66icvc209s] {
    margin-top: 10px;
    text-align: center;
    padding: 0 15px;
}

.title[b-66icvc209s] {
    margin-bottom: 15px;
}
/* _content/Develogi.TealBudgetHub.Web/Features/Projects/ProjectList/ProjectListPage.razor.rz.scp.css */
/* _content/Develogi.TealBudgetHub.Web/Features/Shared/Bids/BidComponent.razor.rz.scp.css */
.bid[b-mfbtzmlv2a] {
    margin-bottom: 5px;
    padding: 10px;
    /*border: 1px solid var(--border-gray);*/
    border-left: 6px solid #16a085;
    border-radius: 6px;
    transition: all .1s ease;
    background-color: var(--background-light);
}

    .bid.unbid[b-mfbtzmlv2a] {
        border-color: #e74c3c;
    }

    .bid:hover[b-mfbtzmlv2a] {
        border-left-width: 8px;
    }

.date[b-mfbtzmlv2a] {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400;
}

.name[b-mfbtzmlv2a] {
    font-weight: 600;
    margin-left: 3px;
}

.amount[b-mfbtzmlv2a] {
    font-weight: 600;
    float: right;
}

[b-mfbtzmlv2a] .cancel-btn {
    position: absolute;
    right: 2px;
    top: 2px;
}

.bid[b-mfbtzmlv2a] {
    position: relative;
}
/* _content/Develogi.TealBudgetHub.Web/Features/Shared/Community/CreateCommentComponent.razor.rz.scp.css */
.create-comment[b-puegq9okig]
 {
    position: relative;
}

.send-btn[b-puegq9okig] {
    position: absolute !important;
    bottom: 5px;
    right: 5px;
}
/* _content/Develogi.TealBudgetHub.Web/Features/Shared/Inputs/EditableBlock.razor.rz.scp.css */
.icon[b-5q2gz2b8g5] {
    display: inline-flex;
    width: 100%;
}

.editable.icon:not(.readonly)[b-5q2gz2b8g5]:after {
    content: '\2261';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left:5px;
}

.editable:not(.readonly)[b-5q2gz2b8g5] {
    cursor: pointer;
}

.editable.readonly[b-5q2gz2b8g5] {
    cursor: default;
}

.editable:hover:not(.readonly)[b-5q2gz2b8g5] {
    background-color: var(--background-light);
    outline: 5px solid var(--background-light);
    border-radius: 1px;
}
/* _content/Develogi.TealBudgetHub.Web/Features/Shared/Layout/MainLayout.razor.rz.scp.css */
.page[b-xsmc0z3dxb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xsmc0z3dxb] {
    flex: 1;
}

.sidebar[b-xsmc0z3dxb] {
   background-color: #304342;
}

.top-row[b-xsmc0z3dxb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xsmc0z3dxb]  a, .top-row .btn-link[b-xsmc0z3dxb] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-xsmc0z3dxb] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xsmc0z3dxb] {
        display: none;
    }

    .top-row.auth[b-xsmc0z3dxb] {
        justify-content: space-between;
    }

    .top-row a[b-xsmc0z3dxb], .top-row .btn-link[b-xsmc0z3dxb] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xsmc0z3dxb] {
        flex-direction: row;
    }

    .sidebar[b-xsmc0z3dxb] {
        width: 180px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xsmc0z3dxb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-xsmc0z3dxb], article[b-xsmc0z3dxb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Develogi.TealBudgetHub.Web/Features/Shared/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hkjphpc5vg] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hkjphpc5vg] {
    height: 3.5rem;
}

.navbar-brand[b-hkjphpc5vg] {
    font-size: 1.1rem;
}

.oi[b-hkjphpc5vg] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hkjphpc5vg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hkjphpc5vg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hkjphpc5vg] {
        padding-bottom: 1rem;
    }


@media (min-width: 641px) {
    .navbar-toggler[b-hkjphpc5vg] {
        display: none;
    }

    .collapse[b-hkjphpc5vg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/Develogi.TealBudgetHub.Web/Features/Shared/Layout/UserStatusBar/UserStatusBar.razor.rz.scp.css */
.full-width[b-10krfojfzd] {
     width: 100%;
 }

.text-container[b-10krfojfzd] {
    flex-grow: 1;
    align-items: center;
    max-width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
}
/* _content/Develogi.TealBudgetHub.Web/Features/Shared/Utilities/RemainingTime.razor.rz.scp.css */
.remaining-time[b-slf7oa14o9] {
    position: relative;
    text-align: end;
}

    .remaining-time .value[b-slf7oa14o9] {
        position: absolute;
        width: 40px;
        transform: translate(0, -50%);
        top: 52%;
        right: 0;
        font-size: 16px;
        font-weight: 800;
        text-align: center;
    }

        .remaining-time .value .time[b-slf7oa14o9] {
            font-size: 10px;
            font-weight: 300;
            margin-top: -8px;
        }

[b-slf7oa14o9] .mud-progress-circular-svg {
    margin-top: 3px;
}
