/* _content/GHTBudget.Blazor/Components/Auth/Login.razor.rz.scp.css */
.main-content[b-1obgv2r6kj] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.block-content[b-1obgv2r6kj] {
    border-radius: 0.5rem;
    flex-grow: 0;
    margin: auto;
    max-width: 30rem;
    padding: 1.5rem;
    width: auto;
}

.title[b-1obgv2r6kj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0.625rem;
}

    .title .title-text[b-1obgv2r6kj] {
        font-family: var(--DS-font-family-title-2);
        font-size: var(--DS-font-size-title-2);
        font-weight: var(--DS-font-weight-title-2);
        line-height: var(--DS-line-height-title-2);
        letter-spacing: var(--DS-letter-spacing-title-2);
        color: var(--DS-color-content-neutral-default-rest);
    }

.or[b-1obgv2r6kj] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.75rem 0;
}

    .or .or-line[b-1obgv2r6kj] {
        border-bottom: 1px solid var(--DS-color-content-neutral-default-rest);
        width: 100%;
        opacity: 0.2;
    }

    .or .or-text[b-1obgv2r6kj] {
        padding: 0 0.625rem 0px 0.625rem;
        font-size: 0.75rem;
        line-height: 1.125rem;
        opacity: 0.7;
    }

.links-area[b-1obgv2r6kj] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding-top: 0.625rem;
}

.links-container[b-1obgv2r6kj] {
    display: flex;
    gap: 0.25rem;
    justify-content: center;
    align-items: center;
    padding: 0.25rem 0;
}

    .links-container .dot[b-1obgv2r6kj] {
        height: 0.3125rem;
        width: 0.3125rem;
        margin: 0 0.1875rem;
        border-radius: 50%;
        background-color: var(--DS-color-content-neutral-default-rest);
        opacity: 0.7;
    }

[b-1obgv2r6kj] a {
    color: var(--DS-color-content-primary-default-rest);
    text-decoration: underline;
}

.card[b-1obgv2r6kj] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

[b-1obgv2r6kj] .w-100 {
    width: 100%;
}

[b-1obgv2r6kj] .text-danger {
    color: var(--DS-color-surface-danger-default-rest);
}

/*ComboBox Item Template THEME COLOR*/
.template-container[b-1obgv2r6kj] {
    display: flex;
    align-items: center;
    width: 100%
}

.template-icon[b-1obgv2r6kj] {
    width: 1rem;
    height: 1rem;
    margin-right: 0.375rem;
    -webkit-mask-image: url("images/icons/theme-icon.svg");
    mask-image: url("images/icons/theme-icon.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
    border: 1px solid white;
}

.dxbl-sm .template-icon[b-1obgv2r6kj] {
    margin-right: 0.25rem;
}

.dxbl-lg .template-icon[b-1obgv2r6kj] {
    margin-right: 0.5rem;
}

.template-container > .color-light[b-1obgv2r6kj] {
    color: #f1f1f1;
}

.template-container > .color-dark[b-1obgv2r6kj] {
    color: #212529;
}
/* _content/GHTBudget.Blazor/Components/Budget/Templates.razor.rz.scp.css */
.content-root[b-i52n9aylwp] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.toolbar[b-i52n9aylwp] {
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

    .toolbar .custom-item[b-i52n9aylwp] {
        display: flex;
        align-items: center;
        margin: 0 0.5rem;
    }

.contact-list-root[b-i52n9aylwp] {
    flex-grow: 1;
    height: 90%;
}

.card[b-i52n9aylwp] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

[b-i52n9aylwp] .w-100 {
    width: 100%;
}

.h-100[b-i52n9aylwp] {
    height: 100%;
}

[b-i52n9aylwp] .contact-list {
    max-height: 100%;
    border-radius: 0.25rem;
}

[b-i52n9aylwp] .add-icon {
    mask-image: url("images/icons/add.svg");
}

[b-i52n9aylwp] .column-chooser-icon {
    mask-image: url("images/icons/column-chooser.svg");
}

[b-i52n9aylwp] .export-icon {
    mask-image: url("images/icons/arrow-export-up.svg");
}

[b-i52n9aylwp] .search-textbox-item {
    max-width: 12.5rem;
}

[b-i52n9aylwp] .pinned-icon {
    mask-image: url("images/icons/lock-closed.svg");
}

[b-i52n9aylwp] .unpinned-icon {
    mask-image: url("images/icons/lock-open.svg");
}

[b-i52n9aylwp] .close-icon {
    mask-image: url("images/icons/dismiss.svg");
}

[b-i52n9aylwp] .standalone-btn {
    --dxbl-btn-padding-x: 0.5em;
}

[b-i52n9aylwp] .contact-list-drawer {
    --dxbl-drawer-panel-body-padding-x: 1.5rem;
    --dxbl-drawer-panel-header-padding-x: 1.5rem;
    --dxbl-drawer-separator-border-style: none;
}

.contact-details-header[b-i52n9aylwp] {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
}

.contact-details-body[b-i52n9aylwp] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.small-size .contact-details[b-i52n9aylwp] {
    width: 17.25rem;
}

.medium-size .contact-details[b-i52n9aylwp] {
    width: 20.625rem;
}

.large-size .contact-details[b-i52n9aylwp] {
    width: 24rem;
}

.sub-item[b-i52n9aylwp] {
    font-size: 0.8em;
}
/* _content/GHTBudget.Blazor/Components/Budget/TemplatesAnterior.razor.rz.scp.css */
.content-root[b-yvht67c2ql] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.toolbar[b-yvht67c2ql] {
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

.sales-report[b-yvht67c2ql] {
    flex-grow: 1;
}

.placeholder[b-yvht67c2ql] {
    height: 100%;
}

[b-yvht67c2ql] .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

    [b-yvht67c2ql] .card:not(.toolbar) {
        padding: 1rem;
    }

[b-yvht67c2ql] .add-icon {
    mask-image: url("images/icons/add.svg");
}

[b-yvht67c2ql] .export-icon {
    mask-image: url("images/icons/arrow-export-up.svg");
}

.chart-tooltip[b-yvht67c2ql] {
    padding: 0.5rem;
}
/* _content/GHTBudget.Blazor/Components/Catalogs/AccountsPlan.razor.rz.scp.css */
.content-root[b-dnujm52h6m] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.toolbar[b-dnujm52h6m] {
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

.sales-report[b-dnujm52h6m] {
    flex-grow: 1;
}

.placeholder[b-dnujm52h6m] {
    height: 100%;
}

[b-dnujm52h6m] .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

    [b-dnujm52h6m] .card:not(.toolbar) {
        padding: 1rem;
    }

[b-dnujm52h6m] .add-icon {
    mask-image: url("images/icons/add.svg");
}

[b-dnujm52h6m] .export-icon {
    mask-image: url("images/icons/arrow-export-up.svg");
}

.chart-tooltip[b-dnujm52h6m] {
    padding: 0.5rem;
}
/* _content/GHTBudget.Blazor/Components/Catalogs/CostCenters.razor.rz.scp.css */
.content-root[b-xj69s2y7vb] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.toolbar[b-xj69s2y7vb] {
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

.sales-report[b-xj69s2y7vb] {
    flex-grow: 1;
}

.placeholder[b-xj69s2y7vb] {
    height: 100%;
}

[b-xj69s2y7vb] .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

    [b-xj69s2y7vb] .card:not(.toolbar) {
        padding: 1rem;
    }

[b-xj69s2y7vb] .add-icon {
    mask-image: url("images/icons/add.svg");
}

[b-xj69s2y7vb] .export-icon {
    mask-image: url("images/icons/arrow-export-up.svg");
}

.chart-tooltip[b-xj69s2y7vb] {
    padding: 0.5rem;
}
/* _content/GHTBudget.Blazor/Components/Catalogs/InvestmentProjects.razor.rz.scp.css */
.content-root[b-q9ofs5mdh1] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.toolbar[b-q9ofs5mdh1] {
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

.sales-report[b-q9ofs5mdh1] {
    flex-grow: 1;
}

.placeholder[b-q9ofs5mdh1] {
    height: 100%;
}

[b-q9ofs5mdh1] .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

    [b-q9ofs5mdh1] .card:not(.toolbar) {
        padding: 1rem;
    }

[b-q9ofs5mdh1] .add-icon {
    mask-image: url("images/icons/add.svg");
}

[b-q9ofs5mdh1] .export-icon {
    mask-image: url("images/icons/arrow-export-up.svg");
}

.chart-tooltip[b-q9ofs5mdh1] {
    padding: 0.5rem;
}
/* _content/GHTBudget.Blazor/Components/Catalogs/Suppliers.razor.rz.scp.css */
.content-root[b-virifzqpkr] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.toolbar[b-virifzqpkr] {
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

.sales-report[b-virifzqpkr] {
    flex-grow: 1;
}

.placeholder[b-virifzqpkr] {
    height: 100%;
}

[b-virifzqpkr] .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

    [b-virifzqpkr] .card:not(.toolbar) {
        padding: 1rem;
    }

[b-virifzqpkr] .add-icon {
    mask-image: url("images/icons/add.svg");
}

[b-virifzqpkr] .export-icon {
    mask-image: url("images/icons/arrow-export-up.svg");
}

.chart-tooltip[b-virifzqpkr] {
    padding: 0.5rem;
}
/* _content/GHTBudget.Blazor/Components/Home/Home.razor.rz.scp.css */
.main-content[b-x5jw60f4lp] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.block-content[b-x5jw60f4lp] {
    border-radius: 0.5rem;
    flex-grow: 0;
    margin: auto;
    max-width: 30rem;
    padding: 1.5rem;
    width: auto;
}

.title[b-x5jw60f4lp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0.625rem;
}

    .title .title-text[b-x5jw60f4lp] {
        font-family: var(--DS-font-family-title-2);
        font-size: var(--DS-font-size-title-2);
        font-weight: var(--DS-font-weight-title-2);
        line-height: var(--DS-line-height-title-2);
        letter-spacing: var(--DS-letter-spacing-title-2);
        color: var(--DS-color-content-neutral-default-rest);
    }

.or[b-x5jw60f4lp] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.75rem 0;
}

    .or .or-line[b-x5jw60f4lp] {
        border-bottom: 1px solid var(--DS-color-content-neutral-default-rest);
        width: 100%;
        opacity: 0.2;
    }

    .or .or-text[b-x5jw60f4lp] {
        padding: 0 0.625rem 0px 0.625rem;
        font-size: 0.75rem;
        line-height: 1.125rem;
        opacity: 0.7;
    }

.links-area[b-x5jw60f4lp] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding-top: 0.625rem;
}

.links-container[b-x5jw60f4lp] {
    display: flex;
    gap: 0.25rem;
    justify-content: center;
    align-items: center;
    padding: 0.25rem 0;
}

    .links-container .dot[b-x5jw60f4lp] {
        height: 0.3125rem;
        width: 0.3125rem;
        margin: 0 0.1875rem;
        border-radius: 50%;
        background-color: var(--DS-color-content-neutral-default-rest);
        opacity: 0.7;
    }

[b-x5jw60f4lp] a {
    color: var(--DS-color-content-primary-default-rest);
    text-decoration: underline;
}

.card[b-x5jw60f4lp] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

[b-x5jw60f4lp] .w-100 {
    width: 100%;
}

[b-x5jw60f4lp] .text-danger {
    color: var(--DS-color-surface-danger-default-rest);
}

/*ComboBox Item Template THEME COLOR*/
.template-container[b-x5jw60f4lp] {
    display: flex;
    align-items: center;
    width: 100%
}

.template-icon[b-x5jw60f4lp] {
    width: 1rem;
    height: 1rem;
    margin-right: 0.375rem;
    -webkit-mask-image: url("images/icons/theme-icon.svg");
    mask-image: url("images/icons/theme-icon.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
    border: 1px solid white;
}

.dxbl-sm .template-icon[b-x5jw60f4lp] {
    margin-right: 0.25rem;
}

.dxbl-lg .template-icon[b-x5jw60f4lp] {
    margin-right: 0.5rem;
}

.template-container > .color-light[b-x5jw60f4lp] {
    color: #f1f1f1;
}

.template-container > .color-dark[b-x5jw60f4lp] {
    color: #212529;
}
/* _content/GHTBudget.Blazor/Components/Layout/EmptyLayout.razor.rz.scp.css */
html[b-q38yj5mqe5], body[b-q38yj5mqe5] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

main[b-q38yj5mqe5] {
    height: 100%;
}

.section-title[b-q38yj5mqe5] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

    .section-title .section-title-text[b-q38yj5mqe5] {
        font-family: var(--DS-font-family-sans-serif);
        font-size: var(--DS-font-size-large-title);
        font-weight: var(--DS-font-weight-large-title);
        line-height: var(--DS-line-height-large-title);
        letter-spacing: var(--DS-letter-spacing-large-title);
        color: var(--DS-color-content-neutral-default-rest);
        margin-bottom: 8vh;
        margin-top: 10vh;
    }

[b-q38yj5mqe5] .w-100 {
    width: 100%;
}
/* _content/GHTBudget.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hyvcj3inpf] {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.header[b-hyvcj3inpf] {
    padding: 0.625rem;
    box-shadow: 0 0.125rem 0.25rem 0 #00000024, 0 0 0.125rem 0 #0000001F;
    z-index: 103;
    background-color: var(--DS-color-surface-neutral-default-rest);
}

    .header .header-content[b-hyvcj3inpf] {
        display: flex;
    }

.main[b-hyvcj3inpf] {
    flex-grow: 1;
    overflow: auto;
}

    .main .main-content[b-hyvcj3inpf] {
        height: 100%;
    }

.toolbar .title[b-hyvcj3inpf] {
    color: var(--DS-color-content-neutral-default-rest);
    font-family: var(--DS-font-family-sans-serif);
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0 0.5rem;
    height: 100%;
}

.avatar-item[b-hyvcj3inpf] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .avatar-item .avatar-label[b-hyvcj3inpf] {
        padding: 0.5rem;
    }

.small-size .toolbar .title[b-hyvcj3inpf] {
    font-size: var(--DS-font-size-subtitle-2);
    line-height: var(--DS-line-height-subtitle-2);
}

.medium-size .toolbar .title[b-hyvcj3inpf] {
    font-size: var(--DS-font-size-subtitle-1);
    line-height: var(--DS-line-height-subtitle-1);
}

.large-size .toolbar .title[b-hyvcj3inpf] {
    font-size: var(--DS-font-size-title-3);
    line-height: var(--DS-line-height-title-3);
}

.content[b-hyvcj3inpf] {
    margin: 0 auto;
}

.main-content .module-content[b-hyvcj3inpf] {
    padding: 1.5rem;
}

.module-content[b-hyvcj3inpf] {
    height: 100%;
    overflow: auto;
}

[b-hyvcj3inpf] .main-menu {
    width: 19rem;
}

    [b-hyvcj3inpf] .main-menu [role="treeitem"][aria-level="1"] {
        font-weight: 500;
    }

[b-hyvcj3inpf] .main-menu-drawer {
    --dxbl-drawer-panel-body-padding-x: 1.5rem;
    --dxbl-drawer-panel-body-padding-y: 1.5rem;
}

[b-hyvcj3inpf] .search-textbox {
    margin: auto 0;
}

[b-hyvcj3inpf] .toolbar .search-textbox-item {
    max-width: 12.5rem;
}

[b-hyvcj3inpf] .crm-icon {
    mask-image: url("images/icons/person.svg");
}

[b-hyvcj3inpf] .planning-icon {
    mask-image: url("images/icons/calendar.svg");
}

[b-hyvcj3inpf] .analytics-icon {
    mask-image: url("images/icons/data-histogram.svg");
}

[b-hyvcj3inpf] .hamburger-icon {
    mask-image: url("images/icons/navigation.svg");
}

/*Custom Icons Added*/
[b-hyvcj3inpf] .catalogs-icon {
    mask-image: url("images/icons/column-chooser.svg");
}

[b-hyvcj3inpf] .templates-icon {
    mask-image: url("images/icons/data-usage.svg");
}

[b-hyvcj3inpf] .security-icon {
    mask-image: url("images/icons/lock-closed.svg");
}
/* _content/GHTBudget.Blazor/Components/Layout/MainLayout3.razor.rz.scp.css */
.page[b-68n2rutlr2] {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.header[b-68n2rutlr2] {
    padding: 0.625rem;
    box-shadow: 0 0.125rem 0.25rem 0 #00000024, 0 0 0.125rem 0 #0000001F;
    z-index: 103;
    background-color: var(--DS-color-surface-neutral-default-rest);
}

    .header .header-content[b-68n2rutlr2] {
        display: flex;
    }

.main[b-68n2rutlr2] {
    flex-grow: 1;
    overflow: auto;
}

    .main .main-content[b-68n2rutlr2] {
        height: 100%;
    }

.toolbar .title[b-68n2rutlr2] {
    color: var(--DS-color-content-neutral-default-rest);
    font-family: var(--DS-font-family-sans-serif);
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0 0.5rem;
    height: 100%;
}

.avatar-item[b-68n2rutlr2] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .avatar-item .avatar-label[b-68n2rutlr2] {
        padding: 0.5rem;
    }

.small-size .toolbar .title[b-68n2rutlr2] {
    font-size: var(--DS-font-size-subtitle-2);
    line-height: var(--DS-line-height-subtitle-2);
}

.medium-size .toolbar .title[b-68n2rutlr2] {
    font-size: var(--DS-font-size-subtitle-1);
    line-height: var(--DS-line-height-subtitle-1);
}

.large-size .toolbar .title[b-68n2rutlr2] {
    font-size: var(--DS-font-size-title-3);
    line-height: var(--DS-line-height-title-3);
}

.content[b-68n2rutlr2] {
    margin: 0 auto;
}

.main-content .module-content[b-68n2rutlr2] {
    padding: 1.5rem;
}

.module-content[b-68n2rutlr2] {
    height: 100%;
    overflow: auto;
}

[b-68n2rutlr2] .main-menu {
    width: 19rem;
}

    [b-68n2rutlr2] .main-menu [role="treeitem"][aria-level="1"] {
        font-weight: 500;
    }

[b-68n2rutlr2] .main-menu-drawer {
    --dxbl-drawer-panel-body-padding-x: 1.5rem;
    --dxbl-drawer-panel-body-padding-y: 1.5rem;
}

[b-68n2rutlr2] .search-textbox {
    margin: auto 0;
}

[b-68n2rutlr2] .toolbar .search-textbox-item {
    max-width: 12.5rem;
}

[b-68n2rutlr2] .crm-icon {
    mask-image: url("images/icons/person.svg");
}

[b-68n2rutlr2] .planning-icon {
    mask-image: url("images/icons/calendar.svg");
}

[b-68n2rutlr2] .analytics-icon {
    mask-image: url("images/icons/data-histogram.svg");
}

[b-68n2rutlr2] .hamburger-icon {
    mask-image: url("images/icons/navigation.svg");
}

/*Custom Icons Added*/
[b-68n2rutlr2] .catalogs-icon {
    mask-image: url("images/icons/column-chooser.svg");
}

[b-68n2rutlr2] .templates-icon {
    mask-image: url("images/icons/data-usage.svg");
}

[b-68n2rutlr2] .security-icon {
    mask-image: url("images/icons/lock-closed.svg");
}
/* _content/GHTBudget.Blazor/Components/Layout/ReportLayout.razor.rz.scp.css */
html[b-xsejd21c5c], body[b-xsejd21c5c] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

main[b-xsejd21c5c] {
    height: 100%;
}

.section-title[b-xsejd21c5c] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

    .section-title .section-title-text[b-xsejd21c5c] {
        font-family: var(--DS-font-family-sans-serif);
        font-size: var(--DS-font-size-large-title);
        font-weight: var(--DS-font-weight-large-title);
        line-height: var(--DS-line-height-large-title);
        letter-spacing: var(--DS-letter-spacing-large-title);
        color: var(--DS-color-content-neutral-default-rest);
        margin-bottom: 8vh;
        margin-top: 10vh;
    }

[b-xsejd21c5c] .w-100 {
    width: 100%;
}
/* _content/GHTBudget.Blazor/Components/Layout/Shared/AccountManager.razor.rz.scp.css */
.user-info[b-sxewml7o9n] {
    width: max-content;
}

.display-name[b-sxewml7o9n] {
    font-size: 1.3em;
    font-weight: 500;
}

.email[b-sxewml7o9n] {
    color: var(--DS-color-content-neutral-subdued-rest);
}

.container[b-sxewml7o9n] {
    width: 100%;
    height: 100%;
}

[b-sxewml7o9n].small-size .user-avatar {
    width: 3.5rem;
    height: 3.5rem;
}

[b-sxewml7o9n].medium-size .user-avatar {
    width: 4rem;
    height: 4rem;
}

[b-sxewml7o9n].large-size .user-avatar {
    width: 4.5rem;
    height: 4.5rem;
}

.separator[b-sxewml7o9n] {
    margin: 0;
    color: inherit;
    border: 0;
    border-top: var(--DS-sizing-10) solid;
    opacity: var(--DS-opacity-25);
}

[b-sxewml7o9n] .button {
    padding-left: 0;
    padding-right: 0;
}
/* _content/GHTBudget.Blazor/Components/Layout/Shared/UserAvatar.razor.rz.scp.css */
.avatar-container[b-oe61bsu4dk] {
    display: flex;
    border: 0.0625rem solid var(--DS-color-border-neutral-default-rest);
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

    .avatar-container:hover[b-oe61bsu4dk] {
        cursor: pointer;
        border-color: var(--DS-color-border-primary-subdued-rest);
    }

    .avatar-container img[b-oe61bsu4dk] {
        max-width: 100%;
    }

.no-hover[b-oe61bsu4dk] {
    pointer-events: none;
}
/* _content/GHTBudget.Blazor/Components/Layout/StarterLayout.razor.rz.scp.css */
html[b-lc7reuiftp], body[b-lc7reuiftp] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

main[b-lc7reuiftp] {
    height: 100%;
}

.section-title[b-lc7reuiftp] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

    .section-title .section-title-text[b-lc7reuiftp] {
        font-family: var(--DS-font-family-sans-serif);
        font-size: var(--DS-font-size-large-title);
        font-weight: var(--DS-font-weight-large-title);
        line-height: var(--DS-line-height-large-title);
        letter-spacing: var(--DS-letter-spacing-large-title);
        color: var(--DS-color-content-neutral-default-rest);
        margin-bottom: 8vh;
        margin-top: 10vh;
    }

[b-lc7reuiftp] .w-100 {
    width: 100%;
}
/* _content/GHTBudget.Blazor/Components/Reports/ReportColombiaCOP.razor.rz.scp.css */
.content-root[b-d3j75fth2c] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.toolbar[b-d3j75fth2c] {
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

.sales-report[b-d3j75fth2c] {
    flex-grow: 1;
}

.placeholder[b-d3j75fth2c] {
    height: 100%;
}

[b-d3j75fth2c] .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

    [b-d3j75fth2c] .card:not(.toolbar) {
        padding: 1rem;
    }

[b-d3j75fth2c] .add-icon {
    mask-image: url("images/icons/add.svg");
}

[b-d3j75fth2c] .export-icon {
    mask-image: url("images/icons/arrow-export-up.svg");
}

[b-d3j75fth2c] .column-chooser-icon {
    mask-image: url("images/icons/column-chooser.svg");
}

.chart-tooltip[b-d3j75fth2c] {
    padding: 0.5rem;
}
/* _content/GHTBudget.Blazor/Components/Reports/ReportColombiaUSD.razor.rz.scp.css */
.content-root[b-uw3nat4fqx] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.toolbar[b-uw3nat4fqx] {
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

.sales-report[b-uw3nat4fqx] {
    flex-grow: 1;
}

.placeholder[b-uw3nat4fqx] {
    height: 100%;
}

[b-uw3nat4fqx] .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

    [b-uw3nat4fqx] .card:not(.toolbar) {
        padding: 1rem;
    }

[b-uw3nat4fqx] .add-icon {
    mask-image: url("images/icons/add.svg");
}

[b-uw3nat4fqx] .export-icon {
    mask-image: url("images/icons/arrow-export-up.svg");
}

[b-uw3nat4fqx] .column-chooser-icon {
    mask-image: url("images/icons/column-chooser.svg");
}


.chart-tooltip[b-uw3nat4fqx] {
    padding: 0.5rem;
}
/* _content/GHTBudget.Blazor/Components/Reports/ReportUSA.razor.rz.scp.css */
.content-root[b-9ij93d5r75] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.toolbar[b-9ij93d5r75] {
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

.sales-report[b-9ij93d5r75] {
    flex-grow: 1;
}

.placeholder[b-9ij93d5r75] {
    height: 100%;
}

[b-9ij93d5r75] .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

    [b-9ij93d5r75] .card:not(.toolbar) {
        padding: 1rem;
    }

[b-9ij93d5r75] .add-icon {
    mask-image: url("images/icons/add.svg");
}

[b-9ij93d5r75] .export-icon {
    mask-image: url("images/icons/arrow-export-up.svg");
}

[b-9ij93d5r75] .column-chooser-icon {
    mask-image: url("images/icons/column-chooser.svg");
}

.chart-tooltip[b-9ij93d5r75] {
    padding: 0.5rem;
}
/* _content/GHTBudget.Blazor/Components/Reports/ReportUSACopia.razor.rz.scp.css */
.content-root[b-31q4nxvrz5] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.toolbar[b-31q4nxvrz5] {
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

.sales-report[b-31q4nxvrz5] {
    flex-grow: 1;
}

.placeholder[b-31q4nxvrz5] {
    height: 100%;
}

[b-31q4nxvrz5] .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word;
    background-color: var(--DS-color-surface-neutral-default-rest);
    background-clip: border-box;
    border: var(--DS-border-radius-10) solid var(--DS-color-border-neutral-default-rest);
    border-radius: 0.25rem;
}

    [b-31q4nxvrz5] .card:not(.toolbar) {
        padding: 1rem;
    }

[b-31q4nxvrz5] .add-icon {
    mask-image: url("images/icons/add.svg");
}

[b-31q4nxvrz5] .export-icon {
    mask-image: url("images/icons/arrow-export-up.svg");
}

.chart-tooltip[b-31q4nxvrz5] {
    padding: 0.5rem;
}
