/* /Components/Image.razor.rz.scp.css */
/* Add any specific styling for the Image component here */
img[b-er3lt0s3mk] {
    display: inline-block;
    max-width: 100%;
}

img.image-thumbnail[b-er3lt0s3mk] {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

img.image-circle[b-er3lt0s3mk] {
    border-radius: 50%;
}

img.image-shadow[b-er3lt0s3mk] {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
/* /Layout/AccountManager.razor.rz.scp.css */
.user-info[b-jslkq7qm4r] {
    width: max-content;
}

.display-name[b-jslkq7qm4r] {
    font-size: 1.3em;
    font-weight: 500;
}

.email[b-jslkq7qm4r] {
    color: var(--DS-color-content-neutral-subdued-rest);
}

.container[b-jslkq7qm4r] {
    width: 100%;
    height: 100%;
}

[b-jslkq7qm4r].small-size .user-avatar {
    width: 3.5rem;
    height: 3.5rem;
}

[b-jslkq7qm4r].medium-size .user-avatar {
    width: 4rem;
    height: 4rem;
}

[b-jslkq7qm4r].large-size .user-avatar {
    width: 4.5rem;
    height: 4.5rem;
}

.separator[b-jslkq7qm4r] {
    margin: 0;
    color: inherit;
    border: 0;
    border-top: var(--DS-sizing-10) solid;
    opacity: var(--DS-opacity-25);
}

[b-jslkq7qm4r] .button {
    padding-left: 0;
    padding-right: 0;
}

/* /Layout/Drawer.razor.rz.scp.css */
[b-9rnohmbkml] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-9rnohmbkml] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-9rnohmbkml] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-9rnohmbkml] {
        display: none;
        visibility: hidden;
    }

    [b-9rnohmbkml] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-9rnohmbkml] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-tdgr9g9fbe] {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.header[b-tdgr9g9fbe] {
    padding: 0.625rem;
    box-shadow: 0 0.125rem 0.25rem 0 #00000024, 0 0 0.125rem 0 #0000001F;
    z-index: 103;
    background-color: #020035;
    color: #fff;
   
}

    .header .header-content[b-tdgr9g9fbe] {
        display: flex;
    }

.main[b-tdgr9g9fbe] {
    flex-grow: 1;
    overflow: auto;
}

    .main .main-content[b-tdgr9g9fbe] {
        height: 100%;
    }


.logo img[b-tdgr9g9fbe] {
    height: 30px;
}

.avatar-item[b-tdgr9g9fbe] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .avatar-item .avatar-label[b-tdgr9g9fbe] {
        padding: 0.5rem;
    }

.small-size .toolbar .title[b-tdgr9g9fbe] {
    font-size: var(--DS-font-size-subtitle-2);
    line-height: var(--DS-line-height-subtitle-2);
}

.medium-size .toolbar .title[b-tdgr9g9fbe] {
    font-size: var(--DS-font-size-subtitle-1);
    line-height: var(--DS-line-height-subtitle-1);
}

.large-size .toolbar .title[b-tdgr9g9fbe] {
    font-size: var(--DS-font-size-title-3);
    line-height: var(--DS-line-height-title-3);
}

.content[b-tdgr9g9fbe] {
    margin: 0 auto;
}

.main-content .module-content[b-tdgr9g9fbe] {
    padding: 1.5rem;
}

.module-content[b-tdgr9g9fbe] {
    height: 100%;
    overflow: auto;
}

[b-tdgr9g9fbe] .main-menu {
    width: 19rem;
}

    [b-tdgr9g9fbe] .main-menu [role="treeitem"][aria-level="1"] {
        font-weight: 500;
    }

[b-tdgr9g9fbe] .main-menu-drawer {
    --dxbl-drawer-panel-body-padding-x: 1.5rem;
    --dxbl-drawer-panel-body-padding-y: 1.5rem;
}

[b-tdgr9g9fbe] .search-textbox {
    margin: auto 0;
}

[b-tdgr9g9fbe] .toolbar .search-textbox-item {
    max-width: 12.5rem;
}

[b-tdgr9g9fbe] .header-toolbar .icon {
    background-color: #00a0dd !important;
}
/* /Layout/UserAvatar.razor.rz.scp.css */
.avatar-container[b-x97zovvycq] {
    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-x97zovvycq] {
        cursor: pointer;
        border-color: var(--DS-color-border-primary-subdued-rest);
    }

    .avatar-container img[b-x97zovvycq] {
        max-width: 100%;
    }

.no-hover[b-x97zovvycq] {
    pointer-events: none;
}
/* /Pages/Chat/ChatHistory.razor.rz.scp.css */
.chat-preview[b-e6oxgxmvh3] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
}

.message-item[b-e6oxgxmvh3] {
    padding: 0.75rem;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.message-user[b-e6oxgxmvh3] {
    background: #e3f2fd;
    border-left: 4px solid #2196f3;
}

.message-assistant[b-e6oxgxmvh3] {
    background: #f3e5f5;
    border-left: 4px solid #9c27b0;
}

.message-system[b-e6oxgxmvh3] {
    background: #fff3e0;
    border-left: 4px solid #ff9800;
}

.message-other[b-e6oxgxmvh3] {
    background: #e0e0e0;
    border-left: 4px solid #757575;
}

.message-header[b-e6oxgxmvh3] {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.message-content[b-e6oxgxmvh3] {
    white-space: pre-wrap;
    word-wrap: break-word;
}
/* /Pages/Finance/AccountValidation.razor.rz.scp.css */
.draw-item[b-pyqsv776ct] {
    height: 2em;
    display: flex;
    align-items: center;
}
/* /Pages/Finance/BatchPaymentDetails.razor.rz.scp.css */
.highlighted-item > td[b-rovzr7li3a] {
    background-color: var(--bs-danger-border-subtle)
}
/* /Pages/Finance/BudgetView.razor.rz.scp.css */
.content-root[b-nnfm78zuih] {
height: 100%;
    display: flex;
    flex-direction: column;
}

.card[b-nnfm78zuih] {
    background: white;
    border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.toolbar[b-nnfm78zuih] {
    margin-bottom: 1rem;
}

.card.p-3[b-nnfm78zuih] {
 padding: 1rem;
}

.mb-3[b-nnfm78zuih] {
    margin-bottom: 1rem;
}

.text-center[b-nnfm78zuih] {
    text-align: center;
}

.p-5[b-nnfm78zuih] {
    padding: 3rem;
}

.text-muted[b-nnfm78zuih] {
    color: #6c757d;
}

.alert[b-nnfm78zuih] {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-info[b-nnfm78zuih] {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.spinner-border[b-nnfm78zuih] {
    display: inline-block;
    width: 2rem;
  height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-nnfm78zuih 0.75s linear infinite;
}

@keyframes spinner-border-b-nnfm78zuih {
    to {
     transform: rotate(360deg);
    }
}

.visually-hidden[b-nnfm78zuih] {
    position: absolute;
width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
 overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
/* /Pages/Home.razor.rz.scp.css */
[b-1fwqc5flvk] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    [b-1fwqc5flvk] .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
    }

[b-1fwqc5flvk] .title {
    text-align: center;
}

[b-1fwqc5flvk] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-1fwqc5flvk] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-1fwqc5flvk] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-1fwqc5flvk] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-1fwqc5flvk] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

[b-1fwqc5flvk] .icon-fill {
    fill: var(--bs-primary);
}

[b-1fwqc5flvk] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}
