/* /Components/Account/Pages/Settings/Categories.razor.rz.scp.css */

article[b-k6em5m7bys] {
    display: flex;
    flex-direction: column;
    height: 100%;
    /*padding: 20px !important;*/
}

    article > header[b-k6em5m7bys] {
        margin-bottom: 20px;
    }

    section[b-k6em5m7bys] {
        height: 100%;
    }

section.can-wrap[b-k6em5m7bys] {

    column-gap: 40px;
    display: flex;
    flex-wrap: wrap;
    height: 80vh;
    padding: 20px 10px;
    overflow: hidden;
    row-gap: 20px;
}

.category-wrapper[b-k6em5m7bys] {
    width: 200px;
    height: 100%;
}

.sub-category[b-k6em5m7bys] {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 6px;
    height: 300px;
    /*  max-height: 400px;
    min-height: 200px;*/
    padding: 4px;
    overflow: auto;
}

.category[b-k6em5m7bys] {
    align-items: center;
    display: flex;
    column-gap: 10px;
    font-size: 14px;
    justify-content: space-between;
}

.sub-category .category[b-k6em5m7bys] {
    padding-bottom: 5px;
}

.category[b-k6em5m7bys]  .kb-button.small {
    height: 24px;
    min-width: 24px;
    width: 24px;
    padding: 3px !important;
}

.new-category[b-k6em5m7bys] {
    display: flex;
    column-gap: 8px;
    margin-top: 10px;
    max-width: 300px;
}


[b-k6em5m7bys] .category-dropdown .dropdown-menu {
    /*position: absolute;*/
    max-height: 50vh;
    width: 250px !important;
}

.btn-move[b-k6em5m7bys] {
    color: rgba(0, 0, 255, .75);
    cursor: pointer;
    font-size: .75em;
}

    .btn-move:hover[b-k6em5m7bys] {
        text-decoration: underline;
    }


[b-k6em5m7bys] .rz-tabview,
[b-k6em5m7bys] .rz-tabview-panels,
[b-k6em5m7bys] .rz-tabview-panel {
    height: 100%;
    overflow: hidden;
}
/* /Components/Dialogs/DialogTemplate.razor.rz.scp.css */
section[b-9e2x475joj] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

section > div:first-child[b-9e2x475joj] {
    flex-grow: 1;
}

.dialog-btns[b-9e2x475joj] {
    display: flex;
    justify-content:flex-end;
    column-gap: 6px;
    padding-top: 20px;
}

.dialog-btns[b-9e2x475joj]  .kb-button {
    height: 30px;
    min-width: 72px;
    padding: 6px 12px;
}

.dialog-btns[b-9e2x475joj]  .btn-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 8px;
}

    .dialog-btns[b-9e2x475joj]  .custom {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

        .dialog-btns[b-9e2x475joj]  .custom > div {
            display: flex;
            column-gap: 6px;
        }
/* /Components/Layout/CategoryList.razor.rz.scp.css */

.category-menu-wrapper[b-cjzje4yssm] {
    height: 100%;
    overflow: auto;
}

.category-menu[b-cjzje4yssm] {
   
    padding: 0 8px;
  
}

.category-menu-item.second[b-cjzje4yssm] {
    padding-left: 6px;
}

.category-menu-item.third[b-cjzje4yssm] {
    padding-left: 8px;
}

.category-menu-item.parent:not(:last-child)[b-cjzje4yssm] {
    margin-bottom: 10px;
}

.category-menu-item > label[b-cjzje4yssm] {
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    padding: 0 2px;
    width: 100%;
}

.category-menu-item.parent > label[b-cjzje4yssm] {
    border-bottom: 1px solid rgb(210,210,210);
    color: rgb(107, 108, 114);
    font-size: 1.035em;
    font-weight: 500;
    margin-bottom: 6px;
}

.category-menu-item > label:hover[b-cjzje4yssm],
.category-menu-item > label.selected[b-cjzje4yssm] {
    background-color: rgba(0, 0, 0, 0.05);
}
/* /Components/Layout/LoadingModal.razor.rz.scp.css */

section[b-q9vshuea8t] {
    align-items: center;
    background-color: rgb(200,200,200);
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 1.2em;
    height: 200px;
    justify-content: center;
    margin: 80px auto 0 auto;
    padding: 20px;
    row-gap: 20px;
    text-align: center;
    width: 200px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*Palette*/
/*
    rgb(94, 137, 93) green
    rgb(72, 127, 208) blue
    rgb(185, 107, 57) red
*/


.page[b-r5xziihkp3] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
   /* min-width: 1024px;
    min-height: 100vh;*/
}

.sidebar[b-r5xziihkp3] {
    /*background-color: rgb(94, 137, 93);*/
    /* background-color: rgb(17, 102, 186);*/
    /*background-color: rgb(248, 248, 248);*/
    background-image: linear-gradient(180deg, rgb(17, 102, 186) 20%, rgb(5, 39, 103) 80%);
}

main[b-r5xziihkp3] {
    background-color: rgb(240, 244, 248);
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

    main[b-r5xziihkp3] >  header {
        /* background-color: #f7f7f7;*/
        background-color: #fff;
        border-bottom: 1px solid #d6d5d5;
        justify-content: space-between;
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0 20px;
    }

        main[b-r5xziihkp3] >  header .separator {
            color: rgb(200, 200, 200);
            padding: 0 14px;
        }

        main[b-r5xziihkp3] >  header .title {
            font-size: 20px;
            font-weight: 500;
        }

        main[b-r5xziihkp3] >  header button.hdr-button {
            align-items: center;
            background-color: #fff;
            border: 1px solid rgb(17, 102, 180);
            border-radius: 4px;
            color: rgb(17, 102, 180);
            column-gap: 8px;
            display: flex;
            padding: 4px 8px;
        }

        main[b-r5xziihkp3] >  header li.e-menu-item,
        main[b-r5xziihkp3] >  header button.e-dropdown-btn {
            background-color: #fff;
            border: 1px solid rgb(17, 102, 180);
            border-radius: 4px;
            color: rgb(17, 102, 180);
            height: 32px;
        }

        main[b-r5xziihkp3] >  header > div {
            display: flex;
            align-items: center;
            column-gap: 6px;
        }

    main[b-r5xziihkp3] >  article {
        column-gap: 15px;
        display: flex;
        height: 100%;
        padding: 15px;
        overflow: auto;
    }

        main[b-r5xziihkp3] >  article > aside {
            display: flex;
            flex-direction: column;
            row-gap: 10px;
            width: 300px;
        }

        main[b-r5xziihkp3] >  article > section {
            display: flex;
            flex-direction: column;
            flex: 1 1 800px;
            max-width: 1400px;
            row-gap: 10px;
        }

@media (min-width: 641px) {
    .page[b-r5xziihkp3] {
        flex-direction: row;
    }

    .sidebar[b-r5xziihkp3] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

[b-r5xziihkp3] .sb-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 6px 0px rgba(0, 40, 100, 0.075);
    overflow: hidden;
    margin: 0 6px 6px 0;
    flex-shrink: 0;
}

#blazor-error-ui[b-r5xziihkp3] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-r5xziihkp3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.accounts-sync[b-r5xziihkp3] {
    align-items: center;
    background-color: rgb(17, 102, 186);
    border-radius: 10px;
    bottom: 20px;
    color: #fff;
    column-gap: 12px;
    display: flex;
    height: 125px;
    padding: 10px;
    position: absolute;
    right: 20px;
    width: 300px;
    z-index: 999;
}

    .accounts-sync .spinner-border[b-r5xziihkp3] {
        flex: 0 0 50px;
    }

    .accounts-sync .message > div:first-child[b-r5xziihkp3] {
        font-weight: 600;
    }

    .accounts-sync .message > div:last-child[b-r5xziihkp3] {
        font-size: .85em;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-v35egc82tb] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: #fff;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:not(:checked)[b-v35egc82tb] {
        background-color: rgba(17, 102, 180, 0.05);
    }

    .navbar-toggler:focus[b-v35egc82tb] {
        box-shadow: none;
    }

.top-row[b-v35egc82tb] {
    height: 3.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
}

/*.navbar-brand {
    color: rgb(17, 102, 180);
    font-size: 1.1rem;
}*/


.navbar-brand[b-v35egc82tb] {
    /*color: rgb(17, 102, 180);*/
    color: #fff;
    display: flex;
}

    .navbar-brand > img[b-v35egc82tb] {
        height: 24px;
        margin-right: 6px;
    }

    .navbar-brand > div[b-v35egc82tb] {
        line-height: 1;
        vertical-align: bottom;
    }

        .navbar-brand > div:first-of-type[b-v35egc82tb] {
            font-size: 22px;
            font-weight: 600;
           
        }

        .navbar-brand > div:last-child[b-v35egc82tb] {
            font-size: 16px;
            font-style: italic;
        }

        .slogan[b-v35egc82tb] {
            color: #fff;
            font-style: italic;
            font-size: .75em;
        }
   /* .navbar-brand:hover,
    .navbar-brand:focus {
        color: rgb(17, 102, 180);
    }*/

.bi[b-v35egc82tb] {
    /*color: #fff;*/
    font-size: 20px;
    margin-right: 0.75rem;
}




.nav-item[b-v35egc82tb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-v35egc82tb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-v35egc82tb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-v35egc82tb]  .nav-link {
        /*color: #d7d7d7;*/
        /*color: rgb(80, 80, 80);*/
        color: rgba(255, 255, 255, .9);
        background: none;
        /*border: none;*/
        border-radius: 0 4px 4px 0;
       /* border-width: 0 0 0 4px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0);*/
        height: 36px;
        display: flex;
        align-items: center;
        line-height: 1;
        margin-bottom: 2px;
        padding: 0 8px;
        width: 100%;
    }

    .nav-item[b-v35egc82tb]  a {
        /*color: #d7d7d7;*/
        color: rgb(80, 80, 80);
        border-radius: 4px;
    }

        .nav-item[b-v35egc82tb]  a.active {
            font-weight: 600;
            background-color: rgba(255, 255, 255, .2);
            color: #fff;
          /*  background-color: rgb(231, 241, 249);
            border-color: rgb(17, 102, 180);*/
            /*color: rgb(17, 102, 180);*/
            /* background-color: rgba(255,255,255,0.37);
    color: white;*/
        }

    .nav-item[b-v35egc82tb]  .nav-link:hover {
        background-color: rgba(255, 255, 255, .2);
        /*background-color: rgba(0,0,0,0.04);*/
        /* background-color: rgba(255,255,255,0.1);
        color: white;*/
    }

.profile-dropdown[b-v35egc82tb] {
    border-top: 1px solid rgb(200, 200, 200);
    margin-top: auto;
    width: 100%;
}

    .profile-dropdown > button[b-v35egc82tb],
    .profile-dropdown > button > div[b-v35egc82tb] {
        align-items: center;
        color: #fff;
        display: flex;
        width: 100%;
    }

        .profile-dropdown > .btn:focus[b-v35egc82tb] {
            box-shadow: none;
        }

    .profile-dropdown .dropdown-menu button[b-v35egc82tb] {
        background-color: unset;
        border: none;
       
        padding: 4px 16px;
        text-align: left;
        width: 100%;
    }

        .profile-dropdown .dropdown-menu button:hover[b-v35egc82tb] {
            background-color: #e9ecef;
        }


    .profile-dropdown .dropdown-menu a[b-v35egc82tb],
    .profile-dropdown .dropdown-menu button[b-v35egc82tb] {
        /*color: rgb(68, 68, 68);*/
        color: rgb(17, 102, 180);
        
        display: flex;
        column-gap: 8px;
    }

.nav-scrollable[b-v35egc82tb] {
    display: none;
    flex-direction: column;
}

.navbar-toggler:checked ~ .nav-scrollable[b-v35egc82tb] {
    display: flex;
}

.flex-column[b-v35egc82tb] {
    overflow-y: auto;
    /* display: flex;
    flex-direction: column;*/
    /*height: 100%;*/
}

@media (min-width: 641px) {
    .navbar-toggler[b-v35egc82tb] {
        display: none;
    }

    .nav-scrollable[b-v35egc82tb] {
        /* Never collapse the sidebar for wide screens */
        display: flex;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        /*overflow-y: auto;*/
    }
}


/*
    .bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}*/
/* /Components/Layout/TransactionGrid.razor.rz.scp.css */

.table-wrapper[b-bsnq0by3v9] {
    margin-bottom: 10px;
}

[b-bsnq0by3v9] .transaction-table .kb-table-v2 > tbody:not(.readonly).selected {
}

    [b-bsnq0by3v9] .transaction-table .kb-table-v2 > tbody:not(.readonly).selected > tr > td {
        background-color: rgba(231, 241, 249, .5);
        color: rgb(17, 102, 180);
    }

[b-bsnq0by3v9] .transaction-table .kb-table-v2 > tbody:not(.selected) > tr > td > .td-content .td-value .income .dropdown-label {
    color: rgb(0, 179, 0);
    font-weight: 500;
}

[b-bsnq0by3v9] .image-column,
[b-bsnq0by3v9] .transaction-table .kb-table-v2 > tbody > tr > td > .td-content .td-value.with-image {
    align-items: center;
    display: flex;
    column-gap: 12px;
}

    [b-bsnq0by3v9] .image-column img,
    [b-bsnq0by3v9] .transaction-table .kb-table-v2 > tbody > tr > td > .td-content .td-value > img {
        height: 26px;
        width: 26px;
    }

[b-bsnq0by3v9] .transaction-table .kb-table-v2 > tbody:not(.readonly).selected > tr > td > .td-content .td-value .dropdown-label {
    text-shadow: -0.06ex 0 0 rgb(67, 86, 120), 0.06ex 0 0 rgb(67, 86, 120);
}

[b-bsnq0by3v9] .transaction-table .kb-table-v2 > tbody:not(.readonly).selected > tr > td > .td-content .td-value .dropdown-menu {
    text-shadow: none;
}

[b-bsnq0by3v9] .e-rowcell {
    user-select: none;
}

.table-wrapper[b-bsnq0by3v9]  table thead th .e-sortnumber,
.table-wrapper[b-bsnq0by3v9]  table thead th .e-sortfilterdiv {
    display: none;
}

.table-wrapper[b-bsnq0by3v9]  table colgroup .e-group-intent {
    width: 0px !important;
}

.table-wrapper[b-bsnq0by3v9]  table tbody tr td.e-recordplusexpand > a {
    display: none;
}

.table-wrapper[b-bsnq0by3v9]  table tbody tr td.e-groupcaption {
    background-color: rgba(17, 102, 186, .15);
    /*border-color: black;*/
    color: rgba(17, 102, 186, .75);
    font-size: .9em;
    font-weight: 500;
    padding: .7em .7em;
}

.table-wrapper[b-bsnq0by3v9]  table tbody tr td .image-column {
    padding: 3px 0 2px 0;
}

[b-bsnq0by3v9] .e-grid .e-focused {
    box-shadow: none !important;
}

.sort-div[b-bsnq0by3v9] {
    align-items: center;
    display: flex;
    column-gap: 6px;
    font-size: 12px;
    justify-content: flex-end;
}

    .sort-div > label[b-bsnq0by3v9] {
        flex-shrink: 0;
    }

    .sort-div[b-bsnq0by3v9]  .e-ddl {
        font-size: 12px;
        flex: 0 0 160px;
    }


        .sort-div[b-bsnq0by3v9]  .e-ddl input,
        .sort-div[b-bsnq0by3v9]  .e-ddl span {
            height: 24px;
            min-height: 24px;
        }
/* /Components/Layout/TransactionList.razor.rz.scp.css */
/*.table-wrapper ::deep .e-gridheader {
    display: none;
}*/

.chart-wrapper[b-eg45jxb698] {
    height: 200px;
    padding: 14px 10px 0 10px;
    overflow: visible;
}

    .chart-wrapper[b-eg45jxb698]  .e-chart {
        overflow: visible !important;
    }

.table-wrapper[b-eg45jxb698]  table thead th .e-sortnumber,
.table-wrapper[b-eg45jxb698]  table thead th .e-sortfilterdiv {
    display: none;
}

.table-wrapper[b-eg45jxb698]  table colgroup .e-group-intent {
    width: 0px !important;
}

.table-wrapper[b-eg45jxb698]  table tbody tr td.e-recordplusexpand > a {
    display: none;
}

.table-wrapper[b-eg45jxb698]  table tbody tr td.e-groupcaption {
    background-color: rgba(17, 102, 186, .15);
    /*border-color: black;*/
    color: rgba(17, 102, 186, .75);
    font-size: .9em;
    font-weight: 500;
    padding: .7em .7em;
}

.table-wrapper[b-eg45jxb698]  table tbody tr td .image-column {
    padding: 3px 0 2px 0;
}

[b-eg45jxb698] .e-grid .e-focused {
    box-shadow: none !important;
}

.sort-div[b-eg45jxb698] {
    align-items: center;
    display: flex;
    column-gap: 6px;
    font-size: 12px;
    justify-content: flex-end;
}

    .sort-div > label[b-eg45jxb698] {
        flex-shrink: 0;
    }

    .sort-div[b-eg45jxb698]  .e-ddl {
        font-size: 12px;
        flex: 0 0 160px;
    }


        .sort-div[b-eg45jxb698]  .e-ddl input,
        .sort-div[b-eg45jxb698]  .e-ddl span {
            height: 24px;
            min-height: 24px;
        }
/* /Components/Pages/Accounts/Index.razor.rz.scp.css */
article[b-p5n8n37sti] {
    overflow: hidden !important;
}

h3[b-p5n8n37sti] {
    color: rgb(87, 88, 94);
}

.account-menu-wrapper[b-p5n8n37sti] {
    height: 100%;
    overflow: auto;
}

[b-p5n8n37sti]::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

[b-p5n8n37sti]::-webkit-scrollbar-thumb {
    background-color: rgba(200, 200, 200, .35);
}

    [b-p5n8n37sti]::-webkit-scrollbar-thumb:hover {
        background-color: rgba(200, 200, 200, 1);
    }

/* .account-menu-wrapper::-webkit-scrollbar:hover {
            width: 16px;
            background-color: #cccccc;
        }*/


/*  .account-menu-wrapper::-webkit-scrollbar-thumb:hover {
            width: 16px;
        }

        .account-menu-wrapper::-webkit-scrollbar-thumb:active {
            width: 16px;
            background-color: #A6393D;
            border: 1px solid #333333;
        }*/

.account-menu-wrapper h3[b-p5n8n37sti] {
    border-bottom: 1px solid rgb(227, 229, 232);
    padding: 12px;
}

.account-menu-wrapper[b-p5n8n37sti]  .kb-table-v2 > tbody > tr > td {
    border: none !important;
    padding: 0 0 10px 0;
}

[b-p5n8n37sti] .account-menu {
    margin-left: 4px;
}

.account-menu-item[b-p5n8n37sti] {
    border-left: 4px solid transparent;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 7px 10px 9px 10px;
    user-select: none;
    width: 100%;
}

    .account-menu-item:hover[b-p5n8n37sti] {
        background-color: rgb(231, 241, 249);
    }

    .account-menu-item.selected[b-p5n8n37sti] {
        border-color: rgb(17, 102, 180);
        color: rgb(17, 102, 180);
    }

    .account-menu-item > div:last-child[b-p5n8n37sti] {
        text-align: right;
    }

    .account-menu-item > div > div:first-child[b-p5n8n37sti] {
        font-size: 1.05em;
    }

    .account-menu-item > div > div:last-child[b-p5n8n37sti] {
        font-size: .75em;
        opacity: .6;
    }

section.content-wrapper[b-p5n8n37sti] {
    height: 100%;
    overflow: auto;
}

.account-header[b-p5n8n37sti] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

    .account-header > div:last-child[b-p5n8n37sti] {
        display: flex;
        column-gap: 24px;
    }

[b-p5n8n37sti] section.account-summary {
    padding: 10px;
}

    [b-p5n8n37sti] section.account-summary table {
        font-size: 14px;
        table-layout: fixed;
        width: 100%;
    }

        [b-p5n8n37sti] section.account-summary table > tbody > tr:first-child {
            color: rgb(53, 161, 108);
        }

        [b-p5n8n37sti] section.account-summary table > tbody > tr:nth-child(2) {
            color: rgb(212, 38, 38);
        }

        [b-p5n8n37sti] section.account-summary table > tbody > tr > td {
            padding: 3px 0;
        }

        [b-p5n8n37sti] section.account-summary table > tbody > tr.total-row {
            border-top: 1px solid rgb(200,200,200);
        }

            [b-p5n8n37sti] section.account-summary table > tbody > tr.total-row > td {
                padding-top: 4px;
            }

        [b-p5n8n37sti] section.account-summary table tr > th,
        [b-p5n8n37sti] section.account-summary table tr > td:first-child {
            color: rgb(107, 108, 114);
            font-size: 14px;
            font-weight: 600;
        }

        [b-p5n8n37sti] section.account-summary table tr > th {
            text-align: right;
        }

        [b-p5n8n37sti] section.account-summary table tr > td:not(:first-child) {
            text-align: right;
        }

        [b-p5n8n37sti] section.account-summary table tr > th {
            width: 100%;
        }

            [b-p5n8n37sti] section.account-summary table tr > th:nth-child(-n + 2) {
                width: 60%;
            }

    [b-p5n8n37sti] section.account-summary .chart-wrapper {
        height: 200px;
        margin-top: 20px;
    }

[b-p5n8n37sti] div.account-summary {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
}

    [b-p5n8n37sti] div.account-summary > div:first-child {
        display: flex;
        column-gap: 6px;
    }

.add-account-header[b-p5n8n37sti] {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

    .add-account-header i[b-p5n8n37sti] {
        border: 1px solid transparent;
        border-radius: 50%;
        height: 28px;
        width: 28px;
        font-size: 24px;
        line-height: 24px;
        padding: 0 2px;
    }

        .add-account-header i:hover[b-p5n8n37sti] {
            border-color: rgb(200,200,200);
            cursor: pointer;
        }



.add-account[b-p5n8n37sti] {
    margin-bottom: 24px;
    min-height: 250px;
}

    .add-account .type-wrap[b-p5n8n37sti] {
        column-gap: 20px;
        display: flex;
        width: 500px;
    }

        .add-account .type-wrap .type-btn[b-p5n8n37sti] {
            background-color: rgb(240,244,248);
            border-radius: 10px;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            /*justify-content: center;*/
            height: 180px;
            padding: 40px 20px;
            flex: 0 0 230px;
        }

            .add-account .type-wrap .type-btn:hover[b-p5n8n37sti] {
                background-color: rgb(228, 233, 240);
            }

            .add-account .type-wrap .type-btn img[b-p5n8n37sti],
            .add-account .type-wrap .type-btn svg[b-p5n8n37sti] {
                margin-bottom: 14px;
                height: 40px;
                width: 40px;
            }

                .add-account .type-wrap .type-btn svg > path[b-p5n8n37sti] {
                    fill: rgb(8, 40, 100);
                    stroke: rgb(8, 40, 100);
                }

                .add-account .type-wrap .type-btn svg > line[b-p5n8n37sti] {
                    stroke: rgb(8, 40, 100);
                }

            .add-account .type-wrap .type-btn span[b-p5n8n37sti] {
                color: rgb(8, 40, 100);
                font-weight: 500;
            }

    .add-account .list-wrapper[b-p5n8n37sti] {
        align-items: center;
        column-gap: 8px;
        display: flex;
        font-size: 16px;
    }

    .add-account[b-p5n8n37sti]  .e-listbox-container {
        border: none;
    }

        .add-account[b-p5n8n37sti]  .e-listbox-container .e-list-wrap ul > li:not(:last-child) {
            border-bottom: 1px solid rgb(230,230,230);
        }

.table-wrapper[b-p5n8n37sti] {
    margin-bottom: 10px;
}

[b-p5n8n37sti] .transaction-table .kb-table-v2 > tbody:not(.readonly).selected {
}

    [b-p5n8n37sti] .transaction-table .kb-table-v2 > tbody:not(.readonly).selected > tr > td {
        background-color: rgba(231, 241, 249, .5);
        color: rgb(17, 102, 180);
    }

[b-p5n8n37sti] .transaction-table .kb-table-v2 > tbody:not(.selected) > tr > td > .td-content .td-value .income .dropdown-label {
    color: rgb(0, 179, 0);
    font-weight: 500;
}

[b-p5n8n37sti] .image-column,
[b-p5n8n37sti] .transaction-table .kb-table-v2 > tbody > tr > td > .td-content .td-value.with-image {
    align-items: center;
    display: flex;
    column-gap: 12px;
}

    [b-p5n8n37sti] .image-column img,
    [b-p5n8n37sti] .transaction-table .kb-table-v2 > tbody > tr > td > .td-content .td-value > img {
        height: 26px;
        width: 26px;
    }

[b-p5n8n37sti] .transaction-table .kb-table-v2 > tbody:not(.readonly).selected > tr > td > .td-content .td-value .dropdown-label {
    text-shadow: -0.06ex 0 0 rgb(67, 86, 120), 0.06ex 0 0 rgb(67, 86, 120);
}

[b-p5n8n37sti] .transaction-table .kb-table-v2 > tbody:not(.readonly).selected > tr > td > .td-content .td-value .dropdown-menu {
    text-shadow: none;
}



[b-p5n8n37sti] .summary-label {
    align-content: center;
    color: rgb(107, 108, 114);
    display: flex;
    column-gap: 8px;
    font-weight: 600;
    padding: 0 0 4px 4px;
}

    [b-p5n8n37sti] .summary-label > i {
        cursor: pointer;
        font-size: 12px;
        line-height: 14px;
    }

    [b-p5n8n37sti] .summary-label > div {
        font-size: 14px;
        line-height: 1;
    }

[b-p5n8n37sti] .summary {
    border: 1px solid rgb(227, 229, 232);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    padding: 4px 10px;
    margin-bottom: 10px;
    width: 200px;
}

    [b-p5n8n37sti] .summary > div {
        display: flex;
        justify-content: space-between;
    }

        [b-p5n8n37sti] .summary > div > div:first-child {
            color: rgb(107, 108, 114);
        }

[b-p5n8n37sti] .negative {
    color: rgb(212, 38, 38);
}

[b-p5n8n37sti] .positive {
    color: rgb(53, 161, 108);
}

[b-p5n8n37sti] .rz-chart {
    height: 150px;
    margin-top: -25px;
    margin-right: -25px;
}

[b-p5n8n37sti] .category-col .td-content {
    overflow: visible;
}

[b-p5n8n37sti] .category-col .kb-dropdown {
    border: none;
    max-width: 100%;
}

[b-p5n8n37sti] .category-col .syncfusion-ddtree.e-input-group:not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error)[b-p5n8n37sti] {
    background-color: transparent;
    border: none;
    max-width: 100%;
}

[b-p5n8n37sti] .syncfusion-ddtree.e-input-group input.e-input {
    color: inherit;
    font-size: 14px;
}

[b-p5n8n37sti] .income {
    color: rgb(0, 179, 0);
    font-weight: 500;
}

[b-p5n8n37sti] .syncfusion-ddtree.selected {
    color: rgb(17, 102, 180);
    font-weight: 500;
}

[b-p5n8n37sti] .category-dropdown .dropdown-menu {
    max-height: 50vh;
    width: 250px !important;
}

[b-p5n8n37sti] .e-rowcell {
    user-select: none;
}

[b-p5n8n37sti] .loading-spinner .e-spinner-inner {
    background-color: rgba(10, 65, 121, .5);
    border-radius: 10px;
    padding: 30px;
}

    [b-p5n8n37sti] .loading-spinner .e-spinner-inner .e-spin-material {
        stroke: #fff;
    }

    [b-p5n8n37sti] .loading-spinner .e-spinner-inner .e-spin-label {
        color: #fff;
    }


@media (max-width: 999px) {
    article[b-p5n8n37sti] {
        flex-direction: column;
    }
}
/* /Components/Pages/Accounts/Layout/AccountDetails.razor.rz.scp.css */
/*.table-wrapper ::deep .e-gridheader {
    display: none;
}*/

.account-header[b-2tpptjqlfv] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

    .account-header > div:last-child[b-2tpptjqlfv] {
        display: flex;
        column-gap: 24px;
    }

.account-subheader[b-2tpptjqlfv] {
    /*align-items: start;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*display: grid;
    grid-template-columns: 1fr 1fr;*/
    padding: 10px;
}
    .account-subheader h3[b-2tpptjqlfv] {
        color: rgb(80,80,80);
    }

    .account-subheader table[b-2tpptjqlfv] {
        margin: 10px 0 20px 0;
    }
    .account-subheader table tr > td[b-2tpptjqlfv] {
        padding: 5px 0;
    }

        .account-subheader table tr > td:nth-child(odd)[b-2tpptjqlfv] {
            color: rgb(120, 120, 120);
            font-size: .85em;
            font-weight: 500;
            line-height: 1;
            padding-right: 10px;
            text-align: right;
            vertical-align: middle;
        }

    .account-subheader table tr > td:nth-child(even)[b-2tpptjqlfv] {
        padding-right: 30px;
    }
        /*.account-subheader > div  {
        align-items: center;
        column-gap: 6px;
        display: flex;
        height: 40px;
        padding-left: 4px;*/
        /*margin-bottom: 6px;*/
        /*}

    .account-subheader > div > div {
        align-items: center;
        column-gap: 6px;
        display: flex;
        height: 40px;
        padding-left: 4px;*/
        /*margin-bottom: 6px;*/
        /*}

    .account-subheader label {
        color: rgb(107, 108, 114);
        font-size: 14px;
        font-weight: 500;*/
        /*width: 90px;*/
        /*}

    .account-subheader .whatif > div {
        align-items: center;
        display: flex;
        column-gap: 6px;
    }

        .account-subheader .whatif > div > div {
            font-size: 14px;
            white-space: nowrap;
        }*/
        .chart-wrapper[b-2tpptjqlfv] {
            height: 200px;
            padding: 14px 10px 0 10px;
            overflow: visible;
        }

    .chart-wrapper[b-2tpptjqlfv]  .e-chart {
        overflow: visible !important;
    }

.table-wrapper[b-2tpptjqlfv]  table thead th .e-sortnumber,
.table-wrapper[b-2tpptjqlfv]  table thead th .e-sortfilterdiv {
    display: none;
}

.table-wrapper[b-2tpptjqlfv]  table colgroup .e-group-intent {
    width: 0px !important;
}

.table-wrapper[b-2tpptjqlfv]  table tbody tr td.e-recordplusexpand > a {
    display: none;
}

.table-wrapper[b-2tpptjqlfv]  table tbody tr td.e-groupcaption {
    background-color: rgba(17, 102, 186, .15);
    /*border-color: black;*/
    color: rgba(17, 102, 186, .75);
    font-size: .9em;
    font-weight: 500;
    padding: .7em .7em;
}

.table-wrapper[b-2tpptjqlfv]  table tbody tr td .image-column {
    padding: 3px 0 2px 0;
}

[b-2tpptjqlfv] .e-grid .e-focused {
    box-shadow: none !important;
}

.sort-div[b-2tpptjqlfv] {
    align-items: center;
    display: flex;
    column-gap: 6px;
    font-size: 12px;
    justify-content: flex-end;
}

    .sort-div > label[b-2tpptjqlfv] {
        flex-shrink: 0;
    }

    .sort-div[b-2tpptjqlfv]  .e-ddl {
        font-size: 12px;
        flex: 0 0 160px;
    }


        .sort-div[b-2tpptjqlfv]  .e-ddl input,
        .sort-div[b-2tpptjqlfv]  .e-ddl span {
            height: 24px;
            min-height: 24px;
        }
/* /Components/Pages/Accounts/Layout/AddAccount.razor.rz.scp.css */

.type-wrap[b-tue59xaehu] {
    column-gap: 20px;
    display: flex;
    margin-bottom: 24px;
    width: 500px;
}

    .type-wrap .type-btn[b-tue59xaehu] {
        background-color: rgb(240,240,240);
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        height: 180px;
        padding: 10px;
        flex: 0 0 230px;
    }

        .type-wrap .type-btn:hover[b-tue59xaehu] {
            background-color: rgb(228, 233, 240);
        }

        .type-wrap .type-btn img[b-tue59xaehu] {
            margin-bottom: 10px;
            height: 50px;
            width: 50px;
        }

        .type-wrap .type-btn span[b-tue59xaehu] {
            /*color: rgb(17, 102, 180);*/
            font-weight: 500;
        }
/* /Components/Pages/Accounts/Layout/EditLoanAccount.razor.rz.scp.css */
.frequency-wrapper[b-rlsfva13zc] {
    align-items: center;
    display: flex;
    column-gap: 10px;
}

    .frequency-wrapper > div:first-child[b-rlsfva13zc] {
        flex: 0 0 40px;
    }

    .frequency-wrapper > div:nth-child(2)[b-rlsfva13zc] {
        flex: 0 0 50px;
    }


    .frequency-wrapper > div:nth-child(3)[b-rlsfva13zc] {
        flex-grow: 0;
        flex-shrink: 1;
        width: auto;
        white-space: nowrap;
    }

    .frequency-wrapper > div:last-child[b-rlsfva13zc] {
        flex-grow: 1;
    }

    .frequency-wrapper[b-rlsfva13zc]  .kb-textbox-v2 {
        padding: 5px 0 5px 4px;
    }
/* /Components/Pages/Accounts/Layout/LoanDetails.razor.rz.scp.css */

.account-subheader[b-rdqulr4qxg] {
    align-items: start;
    /*display: flex;*/
    /*justify-content: space-between;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
}

    .account-subheader h3[b-rdqulr4qxg] {
        color: rgb(80,80,80);
    }

    .account-subheader > div > div[b-rdqulr4qxg] {
        align-items: center;
        column-gap: 6px;
        display: flex;
        height: 40px;
        padding-left: 4px;
        /*margin-bottom: 6px;*/
    }

    .account-subheader label[b-rdqulr4qxg] {
        color: rgb(107, 108, 114);
        font-size: 14px;
        font-weight: 500;
        width: 90px;
    }

    .account-subheader .whatif > div[b-rdqulr4qxg] {
        align-items: center;
        display: flex;
        column-gap: 6px;
    }

        .account-subheader .whatif > div > div[b-rdqulr4qxg] {
            font-size: 14px;
            white-space: nowrap;
        }


.neutral[b-rdqulr4qxg], .negative[b-rdqulr4qxg], .positive[b-rdqulr4qxg] {
    font-size: .9em;
    font-weight: 600;
    padding-left: 10px;
}

.neutral[b-rdqulr4qxg] {
    color: rgb(20, 118, 210);
}

.negative[b-rdqulr4qxg] {
    color: rgb(212, 38, 38);
}

.positive[b-rdqulr4qxg] {
    color: rgb(53, 161, 108);
}
/*.sb-card.tab-wrapper {
    background-color: rgba(255, 255, 255, .5);
}*/

.table-wrapper[b-rdqulr4qxg] {
    display: flex;
    flex-direction: column;
    max-height: 600px;
    padding-top: 5px;
}

    .table-wrapper > h2[b-rdqulr4qxg] {
        padding: 6px 0 0 6px;
    }

.annotation[b-rdqulr4qxg] {
    background-color: lightgreen;
    border-radius: 4px;
    padding: 2px;
    white-space: nowrap;
}

    .annotation[b-rdqulr4qxg]:after {
        content: "";
        background-color: #000;
        position: absolute;
        width: 1px;
        height: 70px;
        top: 22px;
        left: 50%;
        display: block;
    }

img[src=""][b-rdqulr4qxg],
img:not([src])[b-rdqulr4qxg] {
    opacity: 0;
}


/* /Components/Pages/BillsPage.razor.rz.scp.css */

header .month-select[b-8nx9k075bc] {
    display: flex;
    align-items: center;
}

    header .month-select > div[b-8nx9k075bc] {
        display: flex;
    }

    header .month-select i[b-8nx9k075bc] {
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 50%;
        display: block;
        font-size: 26px;
        line-height: 30px;
        height: 34px;
        width: 34px;
        text-align: center;
    }

        header .month-select i:hover[b-8nx9k075bc] {
            border-color: rgb(200, 200, 200);
        }

article > aside[b-8nx9k075bc] {
    height: 100%;
    overflow: auto;
}

.menu-wrapper .sb-card[b-8nx9k075bc] {
    padding-bottom: 10px;
}

.menu-wrapper[b-8nx9k075bc]  .kb-table-v2 > tbody > tr > td {
    border: none !important;
}


.menu-wrapper[b-8nx9k075bc]::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.menu-wrapper[b-8nx9k075bc]::-webkit-scrollbar-thumb {
    background-color: rgba(200, 200, 200, .35);
}

    .menu-wrapper[b-8nx9k075bc]::-webkit-scrollbar-thumb:hover {
        background-color: rgba(200, 200, 200, 1);
    }

.menu-item[b-8nx9k075bc] {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    padding: 3px 10px 3px 14px;
    width: 100%;
}

    .menu-item > div > span[b-8nx9k075bc] {
        padding-left: 4px;
    }

    .menu-item.menu-item-header[b-8nx9k075bc] {
        border-bottom: 1px solid rgb(227, 229, 232);
        color: rgb(107, 108, 114);
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 8px;
        padding: 8px 10px;
    }

    .menu-item:not(.menu-item-header):hover[b-8nx9k075bc] {
        background-color: rgb(231, 241, 249);
        cursor: pointer;
    }

.calendar-wrapper[b-8nx9k075bc] {
    flex-grow: 1;
    height: 100%;
}

[b-8nx9k075bc] .kb-calendar {
    border: none;
}

[b-8nx9k075bc] .kb-calendar-header {
    border-color: rgb(227, 229, 232);
}

[b-8nx9k075bc] .kb-calendar-header {
    background-color: rgb(227, 229, 232);
    text-align: center;
}

[b-8nx9k075bc] .kb-calendar-body {
    background-color: rgb(227, 229, 232);
}

[b-8nx9k075bc] .kb-calendar {
    border-radius: 10px;
    overflow: hidden;
}

    [b-8nx9k075bc] .kb-calendar .kb-calendar-day {
        padding: 4px;
    }

        [b-8nx9k075bc] .kb-calendar .kb-calendar-day.off-month {
            background-color: rgb(245, 252, 255);
        }

            [b-8nx9k075bc] .kb-calendar .kb-calendar-day.off-month .day-header {
                color: rgb(120,120,120);
                opacity: .7;
            }

        [b-8nx9k075bc] .kb-calendar .kb-calendar-day.today {
            background-color: rgb(230, 240, 251);
        }

            [b-8nx9k075bc] .kb-calendar .kb-calendar-day.today .day-header {
                color: rgb(17, 102, 186);
                font-weight: 600;
            }
/* /Components/Pages/Budgets/BudgetsIndex.razor.rz.scp.css */
/*article {
    display: flex;
    flex-direction: column;
}*/

header .month-select[b-5fvd1cvx1v] {
    display: flex;
    align-items: center;
}

    header .month-select > div[b-5fvd1cvx1v] {
        display: flex;
    }

    header .month-select i[b-5fvd1cvx1v] {
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 50%;
        display: block;
        font-size: 26px;
        line-height: 30px;
        height: 34px;
        width: 34px;
        text-align: center;
    }

        header .month-select i:hover[b-5fvd1cvx1v] {
            border-color: rgb(200, 200, 200);
        }

section.account-summary[b-5fvd1cvx1v] {
    padding: 10px;
}

    section.account-summary table[b-5fvd1cvx1v] {
        /*max-width: 600px;*/
        width: 100%;
        table-layout: fixed;
    }

        section.account-summary table > colgroup > col:first-child[b-5fvd1cvx1v] {
            width: 41px;
        }

        section.account-summary table > colgroup > col:not(:first-child)[b-5fvd1cvx1v] {
            width: 100%;
        }

        section.account-summary table > tbody > tr:first-child[b-5fvd1cvx1v] {
            color: rgb(53, 161, 108);
        }

        section.account-summary table > tbody > tr:nth-child(2)[b-5fvd1cvx1v] {
            color: rgb(212, 38, 38);
        }

            section.account-summary table > tbody > tr:nth-child(2) > td[b-5fvd1cvx1v] {
                padding-bottom: 6px;
            }

        section.account-summary table > tbody > tr:last-child[b-5fvd1cvx1v] {
            border-top: 1px solid rgb(200,200,200);
        }

            section.account-summary table > tbody > tr:last-child > td[b-5fvd1cvx1v] {
                padding-top: 4px;
            }

        section.account-summary table tr > th[b-5fvd1cvx1v],
        section.account-summary table tr > td:first-child[b-5fvd1cvx1v] {
            color: rgb(107, 108, 114);
            font-size: 14px;
            font-weight: 600;
        }

        section.account-summary table tr > th[b-5fvd1cvx1v],
        section.account-summary table tr > td:not(:first-child)[b-5fvd1cvx1v] {
            text-align: center;
        }

        section.account-summary table td.negative[b-5fvd1cvx1v] {
            color: rgb(212, 38, 38);
        }

        section.account-summary table td.positive[b-5fvd1cvx1v] {
            color: rgb(53, 161, 108);
        }



.chart-wrapper[b-5fvd1cvx1v] {
    height: 200px;
    padding-top: 6px;
}

article > section[b-5fvd1cvx1v] {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}



footer[b-5fvd1cvx1v] {
    margin-bottom: 40px;
}

[b-5fvd1cvx1v] ul,
ul.budget-list[b-5fvd1cvx1v] {
    list-style-type: none;
    font-size: 14px;
    padding: 2px 0;
}

    ul.budget-list[b-5fvd1cvx1v]  li.clickable > div {
        cursor: pointer;
    }

        ul.budget-list[b-5fvd1cvx1v]  li.clickable > div:hover {
            background-color: rgb(245, 245, 245);
        }

    ul.budget-list[b-5fvd1cvx1v]  > li > .section-row {
        border-bottom: 1px solid rgb(180,180,180);
        margin-bottom: 14px;
    }

    ul.budget-list[b-5fvd1cvx1v]  .section-header {
        padding: 0 7px;
    }

        ul.budget-list[b-5fvd1cvx1v]  .section-header > div,
        ul.budget-list[b-5fvd1cvx1v]  .section-row {
            align-items: center;
            width: 100%;
            display: grid;
            grid-template-columns: 200px auto 100px 100px
        }

            ul.budget-list[b-5fvd1cvx1v]  .section-header > div > div,
            ul.budget-list[b-5fvd1cvx1v]  .section-row > div:nth-child(n+2) {
                text-align: right;
            }

        ul.budget-list[b-5fvd1cvx1v]  .section-header > div {
            color: rgb(120, 120, 120);
            font-size: .9em;
            padding: 0 5px;
        }

    ul.budget-list[b-5fvd1cvx1v]  .section-row {
        border-bottom: 1px solid rgb(240,240,240);
        height: 37px;
        padding: 5px 10px;
    }

        ul.budget-list[b-5fvd1cvx1v]  .section-row > div:first-child {
            align-items: center;
            display: flex;
            justify-content: space-between;
            margin-right: 20px;
        }

        ul.budget-list[b-5fvd1cvx1v]  .section-row .budget-label {
            align-items: flex-start;
            display: flex;
        }

            ul.budget-list[b-5fvd1cvx1v]  .section-row .budget-label > div:first-child {
                display: flex;
            }

                ul.budget-list[b-5fvd1cvx1v]  .section-row .budget-label > div:first-child > div {
                    overflow: hidden;
                    white-space: nowrap;
                    max-width: 150px;
                }

            ul.budget-list[b-5fvd1cvx1v]  .section-row .budget-label > .bill-tag {
                border: 1px solid rgb(17, 102, 180);
                border-radius: 4px;
                color: rgb(17, 102, 180);
                font-size: .7em;
                line-height: 1;
                margin: 0 4px;
                padding: 0px 2px 1px 2px;
                white-space: nowrap;
            }

        ul.budget-list[b-5fvd1cvx1v]  .section-row .settings-btn {
            color: rgb(17, 102, 180);
            display: none;
        }

    ul.budget-list[b-5fvd1cvx1v]  li.clickable > div:hover .settings-btn {
        display: block;
    }

    ul.budget-list[b-5fvd1cvx1v]  > li > .section-row > div {
        font-weight: bold;
    }

    ul.budget-list[b-5fvd1cvx1v]  > li .section-row > div.not-budgeted {
        color: red;
    }

    ul.budget-list[b-5fvd1cvx1v]  > li > ul > li {
        padding-left: 7px;
    }

        ul.budget-list[b-5fvd1cvx1v]  > li > ul > li > ul {
            padding-left: 16px;
        }

            ul.budget-list[b-5fvd1cvx1v]  > li > ul > li > ul .section-row {
            }

            ul.budget-list[b-5fvd1cvx1v]  > li > ul > li > ul > li .col-amount {
                color: rgba(33, 37, 41, .7);
            }

[b-5fvd1cvx1v] .kb-textbox-v2 {
    padding: 2px;
}

    [b-5fvd1cvx1v] .kb-textbox-v2 input {
        text-align: right;
    }

[b-5fvd1cvx1v] .kb-button:focus-visible {
    outline: none;
    background-color: rgba(0, 0, 0, 0.05);
}
/* /Components/Pages/Budgets/Details.razor.rz.scp.css */
article > section[b-dqhk1s0wtm] {
    max-width: unset !important;
}

header .month-select[b-dqhk1s0wtm] {
    display: flex;
    align-items: center;
}

    header .month-select > div[b-dqhk1s0wtm] {
        display: flex;
    }

    header .month-select > div.title[b-dqhk1s0wtm] {
        column-gap: 30px;
    }

    header .month-select i[b-dqhk1s0wtm] {
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 50%;
        display: block;
        font-size: 26px;
        line-height: 30px;
        height: 34px;
        width: 34px;
        text-align: center;
    }

        header .month-select i:hover[b-dqhk1s0wtm] {
            border-color: rgb(200, 200, 200);
        }

header .close-btn[b-dqhk1s0wtm] {   
    cursor: pointer;
    height: 24px;
    padding: 0 4px;
    width: 24px;
}

    header .close-btn:hover[b-dqhk1s0wtm] {
        background-color: rgb(207, 31, 57);
        color: #fff;
    }

    section[b-dqhk1s0wtm] {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        height: 100%;
        /*padding: 0 16px;*/
    }

    section header[b-dqhk1s0wtm] {
        align-items: center;
        display: flex;
        font-size: 20px;
        justify-content: space-between;
        padding: 20px 6px 20px 10px;
    }

        section header > div[b-dqhk1s0wtm] {
            align-items: center;
            column-gap: 25px;
            display: flex;
        }

        section header i[b-dqhk1s0wtm] {
            border-radius: 4px;
            color: rgb(120, 120, 120);
            cursor: pointer;
        }

        section header > div[b-dqhk1s0wtm] {
            font-weight: 600;
        }

section.content-wrapper[b-dqhk1s0wtm] {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    overflow: hidden;   
    /*justify-content: space-between;*/
    /*padding: 0 10px;*/
}

    section.content-wrapper > div[b-dqhk1s0wtm] {
        display: flex;
        flex-direction: column;
        flex: 0 0 50%;
        padding: 0 14px;
        /*width: 700px;*/
    }

        section.content-wrapper > div:first-child[b-dqhk1s0wtm] {
            border-right: 1px solid rgb(200, 200, 200);
           /* margin-right: 30px;
            padding-right: 30px;*/
        }

      /*  section.content-wrapper > div:not(.selected) {
            background-color: rgb(230,230,230);
        }*/

       /* section.content-wrapper > div.selected {
            background-color: azure;
        }*/

        section.content-wrapper .summary-header[b-dqhk1s0wtm] {
            display: flex;
            column-gap: 8px;
        }

        section.content-wrapper .summary-header[b-dqhk1s0wtm]  .kb-button.default {
            background-color: rgb(246, 246, 246);
            height: 90%;
            width: 22px;
        }

    section.content-wrapper .summary[b-dqhk1s0wtm] {
        display: flex;
        font-size: 18px;
        font-weight: 600;
        justify-content: space-between;
        padding: 5px 10px 10px 5px;
    }

.chart-wrapper[b-dqhk1s0wtm] {
    height: 250px;
    /*max-width: 500px;
    margin-bottom: 14px;*/
}

    .chart-wrapper[b-dqhk1s0wtm]  .rz-chart {
        height: 100%;
    }





[b-dqhk1s0wtm] .category-col {
    padding: 0 6px;
}

    [b-dqhk1s0wtm] .category-col .td-content {
        overflow: visible;
    }

    [b-dqhk1s0wtm] .category-col .kb-dropdown {
        border: none;
        max-width: 100%;
    }

[b-dqhk1s0wtm] .category-dropdown .dropdown-toggle {
    padding: 1px 3px;
}

[b-dqhk1s0wtm] .category-dropdown .dropdown-menu {
    /*position: absolute;*/
    max-height: 35vh;
    width: 250px !important;
}

.category-dropdown-menu[b-dqhk1s0wtm] {
    padding: 0 8px;
}

.category-dropdown-item.second[b-dqhk1s0wtm] {
    padding-left: 6px;
}

.category-dropdown-item.third[b-dqhk1s0wtm] {
    padding-left: 8px;
}

.category-dropdown-item.parent:not(:last-child)[b-dqhk1s0wtm] {
    margin-bottom: 10px;
}

.category-dropdown-item > label[b-dqhk1s0wtm] {
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    padding: 0 2px;
    width: 100%;
}

.category-dropdown-item.parent > label[b-dqhk1s0wtm] {
    border-bottom: 1px solid rgb(210,210,210);
    color: rgb(107, 108, 114);
    font-size: 1.035em;
    font-weight: 500;
    margin-bottom: 6px;
}

.category-dropdown-item > label:hover[b-dqhk1s0wtm] {
    background-color: rgba(0, 0, 0, 0.05);
}


[b-dqhk1s0wtm] .kb-table-v2-wrapper {
    /*  max-height: 80vh;
    min-height: 50vh;*/
}



.grid-wrapper[b-dqhk1s0wtm] {
    height: calc(100% - 352px);
}

[b-dqhk1s0wtm] .transaction-grid {
    height: 100%;
}

[b-dqhk1s0wtm] .table-wrapper {
    height: 100%;
    overflow: auto;
}


/*
::deep .transaction-table .kb-table-v2 > tbody:not(.readonly).selected {
}

    ::deep .transaction-table .kb-table-v2 > tbody:not(.readonly).selected > tr > td {
        background-color: rgba(231, 241, 249, .5);
        color: rgb(17, 102, 180);
    }

::deep .transaction-table .kb-table-v2 > tbody:not(.selected) > tr > td > .td-content .td-value .income .dropdown-label {
    color: rgb(0, 179, 0);
    font-weight: 500;
}

::deep .image-column,
::deep .transaction-table .kb-table-v2 > tbody > tr > td > .td-content .td-value.with-image {
    align-items: center;
    display: flex;
    column-gap: 12px;
}

    ::deep .image-column img,
    ::deep .transaction-table .kb-table-v2 > tbody > tr > td > .td-content .td-value > img {
        height: 26px;
        width: 26px;
    }

::deep .transaction-table .kb-table-v2 > tbody:not(.readonly).selected > tr > td > .td-content .td-value .dropdown-label {
    text-shadow: -0.06ex 0 0 rgb(67, 86, 120), 0.06ex 0 0 rgb(67, 86, 120);
}

::deep .transaction-table .kb-table-v2 > tbody:not(.readonly).selected > tr > td > .td-content .td-value .dropdown-menu {
    text-shadow: none;
}

::deep .e-rowcell {
    user-select: none;
}*/
/* /Components/Pages/Budgets/IndexOLD.razor.rz.scp.css */

header .month-select[b-s9mhc2bqs6] {
    display: flex;
    align-items: center;
}

    header .month-select > div[b-s9mhc2bqs6] {
        display: flex;
    }

    header .month-select i[b-s9mhc2bqs6] {
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 50%;
        display: block;
        font-size: 26px;
        line-height: 30px;
        height: 34px;
        width: 34px;
        text-align: center;
    }

        header .month-select i:hover[b-s9mhc2bqs6] {
            border-color: rgb(200, 200, 200);
        }

section.account-summary[b-s9mhc2bqs6] {
    padding: 10px;
}

    section.account-summary table[b-s9mhc2bqs6] {
        /*max-width: 600px;*/
        width: 100%;
        table-layout: fixed;
    }

        section.account-summary table > colgroup > col:first-child[b-s9mhc2bqs6] {
            width: 41px;
        }

        section.account-summary table > colgroup > col:not(:first-child)[b-s9mhc2bqs6] {
            width: 100%;
        }

        section.account-summary table > tbody > tr:first-child[b-s9mhc2bqs6] {
            color: rgb(53, 161, 108);
        }

        section.account-summary table > tbody > tr:nth-child(2)[b-s9mhc2bqs6] {
            color: rgb(212, 38, 38);
        }

            section.account-summary table > tbody > tr:nth-child(2) > td[b-s9mhc2bqs6] {
                padding-bottom: 6px;
            }

        section.account-summary table > tbody > tr:last-child[b-s9mhc2bqs6] {
            border-top: 1px solid rgb(200,200,200);
        }

            section.account-summary table > tbody > tr:last-child > td[b-s9mhc2bqs6] {
                padding-top: 4px;
            }

        section.account-summary table tr > th[b-s9mhc2bqs6],
        section.account-summary table tr > td:first-child[b-s9mhc2bqs6] {
            color: rgb(107, 108, 114);
            font-size: 14px;
            font-weight: 600;
        }

        section.account-summary table tr > th[b-s9mhc2bqs6],
        section.account-summary table tr > td:not(:first-child)[b-s9mhc2bqs6] {
            text-align: center;
        }

        section.account-summary table td.negative[b-s9mhc2bqs6] {
            color: rgb(212, 38, 38);
        }

        section.account-summary table td.positive[b-s9mhc2bqs6] {
            color: rgb(53, 161, 108);
        }



.chart-wrapper[b-s9mhc2bqs6] {
    height: 200px;
    padding-top: 6px;
}

article > section[b-s9mhc2bqs6] {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}



footer[b-s9mhc2bqs6] {
    margin-bottom: 40px;
}

[b-s9mhc2bqs6] ul,
ul.budget-list[b-s9mhc2bqs6] {
    list-style-type: none;
    font-size: 14px;
    padding: 2px 0;
}

    ul.budget-list[b-s9mhc2bqs6]  li.clickable > div {
        cursor: pointer;
    }

        ul.budget-list[b-s9mhc2bqs6]  li.clickable > div:hover {
            background-color: rgb(245, 245, 245);
        }

    ul.budget-list[b-s9mhc2bqs6]  > li > .section-row {
        border-bottom: 1px solid rgb(180,180,180);
        margin-bottom: 14px;
    }

    ul.budget-list[b-s9mhc2bqs6]  .section-header {
        padding: 0 7px;
    }

        ul.budget-list[b-s9mhc2bqs6]  .section-header > div,
        ul.budget-list[b-s9mhc2bqs6]  .section-row {
            align-items: center;
            width: 100%;
            display: grid;
            grid-template-columns: 200px auto 100px 100px
        }

            ul.budget-list[b-s9mhc2bqs6]  .section-header > div > div,
            ul.budget-list[b-s9mhc2bqs6]  .section-row > div:nth-child(n+2) {
                text-align: right;
            }

        ul.budget-list[b-s9mhc2bqs6]  .section-header > div {
            color: rgb(120, 120, 120);
            font-size: .9em;
            padding: 0 5px;
        }

    ul.budget-list[b-s9mhc2bqs6]  .section-row {
        border-bottom: 1px solid rgb(240,240,240);
        height: 37px;
        padding: 5px 10px;
    }

        ul.budget-list[b-s9mhc2bqs6]  .section-row > div:first-child {
            align-items: center;
            display: flex;
            justify-content: space-between;
            margin-right: 20px;
        }

        ul.budget-list[b-s9mhc2bqs6]  .section-row .budget-label {
            align-items: flex-start;
            display: flex;
        }

            ul.budget-list[b-s9mhc2bqs6]  .section-row .budget-label > div:first-child {
                display: flex;
            }

                ul.budget-list[b-s9mhc2bqs6]  .section-row .budget-label > div:first-child > div {
                    overflow: hidden;
                    white-space: nowrap;
                    max-width: 150px;
                }

            ul.budget-list[b-s9mhc2bqs6]  .section-row .budget-label > .bill-tag {
                border: 1px solid rgb(17, 102, 180);
                border-radius: 4px;
                color: rgb(17, 102, 180);
                font-size: .7em;
                line-height: 1;
                margin: 0 4px;
                padding: 0px 2px 1px 2px;
                white-space: nowrap;
            }

        ul.budget-list[b-s9mhc2bqs6]  .section-row .settings-btn {
            color: rgb(17, 102, 180);
            display: none;
        }

    ul.budget-list[b-s9mhc2bqs6]  li.clickable > div:hover .settings-btn {
        display: block;
    }

    ul.budget-list[b-s9mhc2bqs6]  > li > .section-row > div {
        font-weight: bold;
    }

    ul.budget-list[b-s9mhc2bqs6]  > li .section-row > div.not-budgeted {
        color: red;
    }

    ul.budget-list[b-s9mhc2bqs6]  > li > ul > li {
        padding-left: 7px;
    }

        ul.budget-list[b-s9mhc2bqs6]  > li > ul > li > ul {
            padding-left: 16px;
        }

            ul.budget-list[b-s9mhc2bqs6]  > li > ul > li > ul .section-row {
            }

            ul.budget-list[b-s9mhc2bqs6]  > li > ul > li > ul > li .col-amount {
                color: rgba(33, 37, 41, .7);
            }

[b-s9mhc2bqs6] .kb-textbox-v2 {
    padding: 2px;
}

    [b-s9mhc2bqs6] .kb-textbox-v2 input {
        text-align: right;
    }

[b-s9mhc2bqs6] .kb-button:focus-visible {
    outline: none;
    background-color: rgba(0, 0, 0, 0.05);
}
/* /Components/Pages/Budgets/Layout/BudgetItemDetails.razor.rz.scp.css */


section[b-wkn1w4mlqn] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 16px;
  
}

    section header[b-wkn1w4mlqn] {
        align-items: center;
        display: flex;
        font-size: 20px;
        justify-content: space-between;
        padding: 20px 6px 20px 10px;
    }

        section header > div[b-wkn1w4mlqn] {
            align-items: center;
            column-gap: 25px;
            display: flex;
        }

        section header i[b-wkn1w4mlqn] {
            border-radius: 4px;
            color: rgb(120, 120, 120);
            cursor: pointer;
        }

        section header > div[b-wkn1w4mlqn] {
            font-weight: 600;
        }

article[b-wkn1w4mlqn] {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    /*justify-content: space-between;*/
    /*padding: 0 10px;*/
}

    article > div[b-wkn1w4mlqn] {
        display: flex;
        flex-direction: column;
       flex-grow: 1;
    }

        article > div:first-child[b-wkn1w4mlqn] {
            border-right: 1px solid rgb(200, 200, 200);
            margin-right: 30px;
            padding-right: 30px;
        }

    article .summary-header[b-wkn1w4mlqn] {
        display: flex;
        column-gap: 8px;
    }

        article .summary-header[b-wkn1w4mlqn]  .kb-button.default {
            background-color: rgb(246, 246, 246);
            height: 90%;
            width: 22px;
        }

        article .summary[b-wkn1w4mlqn] {
            display: flex;
            font-size: 18px;
            font-weight: 600;
            justify-content: space-between;
            padding: 5px 10px 10px 5px;
        }

.chart-wrapper[b-wkn1w4mlqn] {
    height: 250px;
    /*max-width: 500px;
    margin-bottom: 14px;*/
}

    .chart-wrapper[b-wkn1w4mlqn]  .rz-chart {
        height: 100%;
    }





[b-wkn1w4mlqn] .category-col {
    padding: 0 6px;
}

    [b-wkn1w4mlqn] .category-col .td-content {
        overflow: visible;
    }

    [b-wkn1w4mlqn] .category-col .kb-dropdown {
        border: none;
        max-width: 100%;
    }

[b-wkn1w4mlqn] .category-dropdown .dropdown-toggle {
    padding: 1px 3px;
}

[b-wkn1w4mlqn] .category-dropdown .dropdown-menu {
    /*position: absolute;*/
    max-height: 35vh;
    width: 250px !important;
}

.category-dropdown-menu[b-wkn1w4mlqn] {
    padding: 0 8px;
}

.category-dropdown-item.second[b-wkn1w4mlqn] {
    padding-left: 6px;
}

.category-dropdown-item.third[b-wkn1w4mlqn] {
    padding-left: 8px;
}

.category-dropdown-item.parent:not(:last-child)[b-wkn1w4mlqn] {
    margin-bottom: 10px;
}

.category-dropdown-item > label[b-wkn1w4mlqn] {
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    padding: 0 2px;
    width: 100%;
}

.category-dropdown-item.parent > label[b-wkn1w4mlqn] {
    border-bottom: 1px solid rgb(210,210,210);
    color: rgb(107, 108, 114);
    font-size: 1.035em;
    font-weight: 500;
    margin-bottom: 6px;
}

.category-dropdown-item > label:hover[b-wkn1w4mlqn] {
    background-color: rgba(0, 0, 0, 0.05);
}


[b-wkn1w4mlqn] .kb-table-v2-wrapper {
    /*  max-height: 80vh;
    min-height: 50vh;*/
}



.grid-wrapper[b-wkn1w4mlqn] {

    height: calc(100% - 352px);
}
[b-wkn1w4mlqn] .transaction-grid {
    height: 100%;
}

[b-wkn1w4mlqn] .table-wrapper {
    height: 100%;
    overflow: auto;
}


/*
::deep .transaction-table .kb-table-v2 > tbody:not(.readonly).selected {
}

    ::deep .transaction-table .kb-table-v2 > tbody:not(.readonly).selected > tr > td {
        background-color: rgba(231, 241, 249, .5);
        color: rgb(17, 102, 180);
    }

::deep .transaction-table .kb-table-v2 > tbody:not(.selected) > tr > td > .td-content .td-value .income .dropdown-label {
    color: rgb(0, 179, 0);
    font-weight: 500;
}

::deep .image-column,
::deep .transaction-table .kb-table-v2 > tbody > tr > td > .td-content .td-value.with-image {
    align-items: center;
    display: flex;
    column-gap: 12px;
}

    ::deep .image-column img,
    ::deep .transaction-table .kb-table-v2 > tbody > tr > td > .td-content .td-value > img {
        height: 26px;
        width: 26px;
    }

::deep .transaction-table .kb-table-v2 > tbody:not(.readonly).selected > tr > td > .td-content .td-value .dropdown-label {
    text-shadow: -0.06ex 0 0 rgb(67, 86, 120), 0.06ex 0 0 rgb(67, 86, 120);
}

::deep .transaction-table .kb-table-v2 > tbody:not(.readonly).selected > tr > td > .td-content .td-value .dropdown-menu {
    text-shadow: none;
}

::deep .e-rowcell {
    user-select: none;
}*/
/* /Components/Pages/Budgets/Layout/BudgetRow.razor.rz.scp.css */

.bar-chart[b-zeey65ezp2] {
    height: 24px;
    position: relative;
    width: 100%;
}

    .bar-chart > div[b-zeey65ezp2] {
        position: absolute;
    }



.actual-bar[b-zeey65ezp2] {
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-weight: 600;
    height: 16px;
    line-height: 1;
    overflow: hidden;
    padding: 0 4px;
    top: 4px;
}

    .actual-bar > span[b-zeey65ezp2] {
    }

.budget-bar[b-zeey65ezp2],
.average-bar[b-zeey65ezp2] {
    height: 100%;
    font-weight: 600;
    padding: 0 4px;
    text-align: left;
}

.average-bar[b-zeey65ezp2] {
    background-color: rgb(240, 240, 240);
    border: 1px solid rgb(210, 210, 210);
    color: rgb(100, 100, 100);
}

.budget-bar[b-zeey65ezp2] {
    color: #fff;
}
/*
.budget-label {
    display: flex;
}*/

.tooltip-wrapper[b-zeey65ezp2] {
}

    .tooltip-wrapper > h3[b-zeey65ezp2] {
        margin-top: 10px;
    }

    .tooltip-wrapper > table[b-zeey65ezp2] {
        table-layout: fixed;
        width: 250px;
    }
/* /Components/Pages/Budgets/Layout/BudgetSection.razor.rz.scp.css */

.bar-chart[b-50qm73q1eo] {
    height: 24px;
    position: relative;
    width: 100%;
}

    .bar-chart > div[b-50qm73q1eo] {
        position: absolute;
    }



.actual-bar[b-50qm73q1eo] {
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-weight: 600;
    height: 16px;
    line-height: 1;
    overflow: hidden;
    padding: 0 4px;
    top: 4px;
}

    .actual-bar > span[b-50qm73q1eo] {
       
    }

    .budget-bar[b-50qm73q1eo],
    .average-bar[b-50qm73q1eo] {
        height: 100%;
        font-weight: 600;
        padding: 0 4px;
        text-align: left;
    }

.average-bar[b-50qm73q1eo] {
    background-color: rgb(240, 240, 240);
    border: 1px solid rgb(210, 210, 210);
    color: rgb(100, 100, 100);
}

.budget-bar[b-50qm73q1eo] {
    color: #fff;
}
/*
.budget-label {
    display: flex;
}*/

.tooltip-wrapper[b-50qm73q1eo] {

}

    .tooltip-wrapper > h3[b-50qm73q1eo] {
        margin-top: 10px;
    }

.tooltip-wrapper > table[b-50qm73q1eo] {
    table-layout: fixed;
    width: 250px;
}
/* /Components/Pages/Budgets/Layout/EditBudgetItem.razor.rz.scp.css */

[b-0i5o4u8z7o] .chk-date {
    display: flex;
}

    [b-0i5o4u8z7o] .chk-date .kb-checkbox {
        padding-right: 0;
    }



.frequency-wrapper[b-0i5o4u8z7o] {
    align-items: center;
    display: flex;
    column-gap: 10px;
}

    .frequency-wrapper > div:first-child[b-0i5o4u8z7o] {
        flex: 0 0 40px;
    }

    .frequency-wrapper > div:nth-child(2)[b-0i5o4u8z7o] {
        flex: 0 0 50px;
    }


    .frequency-wrapper > div:nth-child(3)[b-0i5o4u8z7o] {
        flex-grow: 0;
        flex-shrink: 1;
        width: auto;
        white-space: nowrap;
    }

    .frequency-wrapper > div:last-child[b-0i5o4u8z7o] {
        flex-grow: 1;
    }

    .frequency-wrapper[b-0i5o4u8z7o]  .kb-textbox-v2 {
        padding: 5px 0 5px 4px;
    }

[b-0i5o4u8z7o] .kb-dropdown {
    height: 32px;
}

    [b-0i5o4u8z7o] .kb-dropdown .dropdown-toggle {
        height: 100%;
        padding: 0 6px;
    }

    [b-0i5o4u8z7o] .kb-dropdown .dropdown-label {
        line-height: 26px;
    }


[b-0i5o4u8z7o] .kb-checkbox,
[b-0i5o4u8z7o] .kb-form-field-value > input
::deep .kb-textbox-v2,
[b-0i5o4u8z7o] .rz-calendar input {
    height: 32px;
    opacity: .5;
}


[b-0i5o4u8z7o] .dialog-btns {
    padding-top: 30px;
}


/* Syncfusion inputs */
/*::deep .e-input-group input.e-input {
    font-size: 16px;
}*/
/* /Components/Pages/Budgets/Layout/EditBudgetItemForm.razor.rz.scp.css */

[b-hacuq10wii] .chk-date {
    display: flex;
}

    [b-hacuq10wii] .chk-date .kb-checkbox {
        padding-right: 0;
    }



.frequency-wrapper[b-hacuq10wii] {
    align-items: center;
    display: flex;
    column-gap: 10px;
}

    .frequency-wrapper > div:first-child[b-hacuq10wii] {
        flex: 0 0 40px;
    }

    .frequency-wrapper > div:nth-child(2)[b-hacuq10wii] {
        flex: 0 0 50px;
    }


    .frequency-wrapper > div:nth-child(3)[b-hacuq10wii] {
        flex-grow: 0;
        flex-shrink: 1;
        width: auto;
        white-space: nowrap;
    }

    .frequency-wrapper > div:last-child[b-hacuq10wii] {
        flex-grow: 1;
    }

    .frequency-wrapper[b-hacuq10wii]  .kb-textbox-v2 {
        padding: 5px 0 5px 4px;
    }

[b-hacuq10wii] .kb-dropdown {
    height: 32px;
}

    [b-hacuq10wii] .kb-dropdown .dropdown-toggle {
        height: 100%;
        padding: 0 6px;
    }

    [b-hacuq10wii] .kb-dropdown .dropdown-label {
        line-height: 26px;
    }


[b-hacuq10wii] .kb-checkbox,
[b-hacuq10wii] .kb-form-field-value > input
::deep .kb-textbox-v2,
[b-hacuq10wii] .rz-calendar input {
    height: 32px;
    opacity: .5;
}


[b-hacuq10wii] .dialog-btns {
    padding-top: 30px;
}
/* /Components/Pages/FintechTesting.razor.rz.scp.css */

article[b-6qff0a2ua9] {
    display: flex;
    flex-direction: column;
    height: 100%;
    /*padding: 20px !important;*/
}

    article > header[b-6qff0a2ua9] {
        margin-bottom: 20px;
    }

.can-wrap[b-6qff0a2ua9] {
    column-gap: 40px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    row-gap: 20px;
}

.category-wrapper[b-6qff0a2ua9] {
    width: 300px;
    /*height: 100%;*/
}

.sub-category[b-6qff0a2ua9] {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 6px;
    height: 500px;
    /*  max-height: 400px;
    min-height: 200px;*/
    padding: 4px;
    overflow: auto;
}

.category[b-6qff0a2ua9] {
    align-items: center;
    display: flex;
    column-gap: 10px;
    font-size: 14px;
    justify-content: space-between;
}

.sub-category .category[b-6qff0a2ua9] {
    padding-bottom: 5px;
}

.category[b-6qff0a2ua9]  .kb-button.small {
    height: 24px;
    min-width: 24px;
    width: 24px;
    padding: 3px !important;
}

.new-category[b-6qff0a2ua9] {
    display: flex;
    column-gap: 8px;
    margin-top: 10px;
    max-width: 300px;
}


[b-6qff0a2ua9] .category-dropdown .dropdown-menu {
    /*position: absolute;*/
    max-height: 50vh;
    width: 250px !important;
}

.btn-move[b-6qff0a2ua9] {
    color: rgba(0, 0, 255, .75);
    cursor: pointer;
    font-size: .75em;
}

    .btn-move:hover[b-6qff0a2ua9] {
        text-decoration: underline;
    }


[b-6qff0a2ua9] .rz-tabview,
[b-6qff0a2ua9] .rz-tabview-panels,
[b-6qff0a2ua9] .rz-tabview-panel {
    height: 100%;
    overflow: hidden;
}
/* /Components/Pages/Goals.razor.rz.scp.css */

/*article {   
    display: grid;
    grid-template-columns: minmax(225px, 275px) minmax(400px, 1400px) auto;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
}

article > section {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}*/

[b-10zzdf3v68] .goals-listbox {
    border: none !important;
}

.account-menu-wrapper .select-btns[b-10zzdf3v68] {
    align-items: center;
    border-top: 1px solid rgb(200,200,200);
    column-gap: 8px;
    display: flex;
    padding: 15px 10px 10px 10px;
    justify-content: space-evenly;
}

.account-menu-wrapper .account-menu-item.select-all[b-10zzdf3v68] {
    border-top: 1px solid rgb(200,200,200);
    display: flex;
    flex-direction: column;
    padding: 10px;
    row-gap: 6px;
}

.sort-wrapper[b-10zzdf3v68] {
    align-items: center;
    column-gap: 10px;
    display: flex;
    padding: 10px 10px 15px 13px;
}

    .sort-wrapper > label[b-10zzdf3v68] {
        flex-shrink: 0;
        font-size: 14px;
    }



    .sort-wrapper > i[b-10zzdf3v68] {
        cursor: pointer;
    }

.account-menu-item[b-10zzdf3v68] {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    user-select: none;
    width: 100%;
}

    .account-menu-item.selected[b-10zzdf3v68] {
        border-color: rgb(17, 102, 180);
        color: rgb(17, 102, 180);
    }

    .account-menu-item > div:last-child[b-10zzdf3v68] {
        text-align: right;
    }

    .account-menu-item > div > div:first-child[b-10zzdf3v68] {
        /*font-weight: 500;*/
        font-size: 1.05em;
    }

    .account-menu-item > div > div:not(:first-child )[b-10zzdf3v68] {
        font-size: .75em;
        opacity: .6;
    }

    .account-menu-item.total[b-10zzdf3v68] {
        border-top: 1px solid rgb(200,200,200);
        padding: 14px 10px 10px 10px;
    }

section.sb-card[b-10zzdf3v68] {
    padding: 10px;
}

.payment-card h3[b-10zzdf3v68] {
    margin-bottom: 20px;
}

.payment-card label[b-10zzdf3v68] {
    color: rgb(107, 108, 114);
    font-size: 14px;
    /*font-weight: 500;*/
}

.payment-card > div[b-10zzdf3v68] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 10px;
}

    .payment-card > div.card-bottom[b-10zzdf3v68] {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

        .payment-card > div.card-bottom > div:first-child[b-10zzdf3v68] {
            text-align: left;
        }

    .payment-card > div > div[b-10zzdf3v68] {
        text-align: center;
    }

.schedules table[b-10zzdf3v68] {
}


[b-10zzdf3v68] .transaction-table .kb-table-v2 > tbody:not(.readonly).selected {
}

    [b-10zzdf3v68] .transaction-table .kb-table-v2 > tbody:not(.readonly).selected > tr > td {
        background-color: rgba(231, 241, 249, .5);
        color: rgb(17, 102, 180);
    }

[b-10zzdf3v68] .transaction-table .kb-table-v2 > tbody:not(.selected) > tr > td > .td-content .td-value .income .dropdown-label {
    color: rgb(0, 179, 0);
    font-weight: 500;
}

[b-10zzdf3v68] .transaction-table .kb-table-v2 > tbody > tr > td > .td-content .td-value.with-image {
    align-items: center;
    display: flex;
    column-gap: 12px;
}

[b-10zzdf3v68] .transaction-table .kb-table-v2 > tbody > tr > td > .td-content .td-value > img {
    height: 26px;
    width: 26px;
}

[b-10zzdf3v68] .transaction-table .kb-table-v2 > tbody:not(.readonly).selected > tr > td > .td-content .td-value .dropdown-label {
    text-shadow: -0.06ex 0 0 rgb(67, 86, 120), 0.06ex 0 0 rgb(67, 86, 120);
}

[b-10zzdf3v68] .transaction-table .kb-table-v2 > tbody:not(.readonly).selected > tr > td > .td-content .td-value .dropdown-menu {
    text-shadow: none;
}

img[src=""][b-10zzdf3v68],
img:not([src])[b-10zzdf3v68] {
    opacity: 0;
}

.neutral[b-10zzdf3v68], .negative[b-10zzdf3v68], .positive[b-10zzdf3v68] {
    font-size: .9em;
    font-weight: 600;
    padding-left: 10px;
}

.neutral[b-10zzdf3v68] {
    color: rgb(20, 118, 210);
}

.negative[b-10zzdf3v68] {
    color: rgb(212, 38, 38);
}

.positive[b-10zzdf3v68] {
    color: rgb(53, 161, 108);
}

.payoff-table[b-10zzdf3v68] {
    font-size: 14px;
    width: 100%;
    table-layout: fixed;
}

    .payoff-table tr > th[b-10zzdf3v68] {
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0 3px;
    }

        .payoff-table tr > th:first-child[b-10zzdf3v68],
        .payoff-table tr > th:last-child[b-10zzdf3v68] {
            width: 70px;
        }

    .payoff-table tr > th[b-10zzdf3v68],
    /*.payoff-table tr > td:first-child,*/
    .payoff-table tr > td:last-child[b-10zzdf3v68] {
        color: rgb(107, 108, 114);
        font-weight: 600;
    }

    .payoff-table tr[b-10zzdf3v68] {
        border-bottom: 1px solid rgb(240,240,240);
    }

        .payoff-table tr td[b-10zzdf3v68] {
            padding: 4px 0;
        }

        .payoff-table tr > th[b-10zzdf3v68],
        .payoff-table tr > td:not(:first-child)[b-10zzdf3v68] {
            text-align: center;
        }

        /* .payoff-table tr > td:nth-last-of-type(-n+2) {
            background-color: rgb(245, 245, 245);
        }*/

        .payoff-table tr > td:first-child[b-10zzdf3v68] {
            border-right: 1px solid rgb(220, 220, 220);
        }

        .payoff-table tr > td:nth-last-child(2)[b-10zzdf3v68] {
            border-left: 1px solid rgb(220, 220, 220);
        }
/* /Components/Pages/Home.razor.rz.scp.css */

.dashboard[b-nmt0jjfmxe] {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;  
    overflow-x: hidden;
    overflow-y: auto;
}

    .sb-card > div:first-child[b-nmt0jjfmxe] {
        font-size: 1.1em;
        font-weight: 500;
        padding: 12px 16px 20px 16px;
    }

    .sb-card > div:last-child[b-nmt0jjfmxe] {
        /*flex-grow: 1;*/      
    }

.budget-summary > div:not(:first-child)[b-nmt0jjfmxe] {
    padding: 0 16px;
}

    .budget-summary > div:not(:last-child)[b-nmt0jjfmxe] {
        /*border-bottom: 1px solid rgb(240, 240, 240);*/
    }

    .budget-summary .summary-bar[b-nmt0jjfmxe] {
        color: rgb(120, 120, 120);
        display: flex;
        flex-direction: column;
        /*padding: 0 16px 16px 16px;*/
        padding-bottom: 16px;
        row-gap: 2px;
    }      

        .budget-summary .summary-bar >div:nth-child(2)[b-nmt0jjfmxe]{
            margin: -4px -10px 0 -10px;
        }

        .budget-summary .summary-bar > div:last-child[b-nmt0jjfmxe] {
           
            display: flex;
            justify-content: space-between;
            font-size: .9em;
            font-weight: 500;
        }

        .budget-summary .summary-bar > div:last-child > div[b-nmt0jjfmxe] {
            display: flex;
            column-gap: 4px;
        }



.budget-summary .summary-table[b-nmt0jjfmxe] {
    margin-top: 10px;
   
}

    .budget-summary .summary-table > colgroup > col:not(:last-child)[b-nmt0jjfmxe] {
        /*width: 140px;*/
    }

    .budget-summary .summary-table > thead th[b-nmt0jjfmxe],
    .budget-summary .summary-table > tbody > tr > td:first-child[b-nmt0jjfmxe] {
        color: rgb(120, 120, 120);
        font-size: 14px;
        font-weight: 400;
    }   

    .budget-summary .summary-table th[b-nmt0jjfmxe],
    .budget-summary .summary-table td[b-nmt0jjfmxe] {
        padding-right: 40px;
    }

    .budget-summary .summary-table > tbody > tr > td[b-nmt0jjfmxe] {
        padding: 2px 40px 2px 0px;
    }

        .budget-summary .summary-table > tbody > tr > td:not(:first-child)[b-nmt0jjfmxe] {
            text-align: center;
        }

        .budget-summary .summary-table > tbody > tr.separator[b-nmt0jjfmxe] {
            border-bottom: 1px solid rgb(200,200,200);
        }    

        .budget-summary .summary-table > tbody > tr.total-row > td[b-nmt0jjfmxe] {
           font-weight: 500;
        }
/* /Components/Pages/QuilttTest.razor.rz.scp.css */
article[b-hehmqecwwj],
article > section[b-hehmqecwwj] {
    overflow: hidden;
}

    article > section > section:last-child[b-hehmqecwwj] {
        height: 100%;
        overflow: hidden;
        flex-shrink: 1;
        flex-grow: 1;
    }

.image-column[b-hehmqecwwj],
.transaction-table .kb-table-v2 > tbody > tr > td > .td-content .td-value.with-image[b-hehmqecwwj] {
    align-items: center;
    display: flex;
    column-gap: 12px;
}

    .image-column img[b-hehmqecwwj],
    .transaction-table .kb-table-v2 > tbody > tr > td > .td-content .td-value > img[b-hehmqecwwj] {
        height: 26px;
        width: 26px;
    }

.sb-card[b-hehmqecwwj] {
    padding: 10px;
}
/* /Components/Pages/Reports/Index.razor.rz.scp.css */

article[b-lb2uqkscvh] {
    flex-direction: column;
    overflow: hidden !important;
}   

    article[b-lb2uqkscvh] >  section.sb-card {
        padding: 10px 20px;
        /*height: 100%;*/
        flex: 1 1 auto;
        overflow: auto;
    }

        article[b-lb2uqkscvh] >  section.sb-card.chart-wrapper {
            flex: 0 0 300px;
            padding-bottom: 0;
        }

        [b-lb2uqkscvh] .report-wrapper {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            flex: 0 1 100px;
            max-height: 50%;
            column-gap: 75px;
            row-gap: 20px;
            max-width: fit-content;
        }

[b-lb2uqkscvh] .report {
  
}

[b-lb2uqkscvh] .report-title {
    align-items: center;
    column-gap: 20px;
    display: flex;
    margin-bottom: 20px;
    color: rgb(107, 108, 114);
}

    [b-lb2uqkscvh] .report-title label {
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
    }

    [b-lb2uqkscvh] .report-title .daterange-select {
        width: 150px;
    }

[b-lb2uqkscvh] .report-header {
    border-bottom: 1px solid rgb(107, 108, 114);
    color: rgb(107, 108, 114);
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
}

[b-lb2uqkscvh] .report > table {
    font-size: 14px;
    margin: 0 0 20px 10px;
    width: 300px;
}

    [b-lb2uqkscvh] .report > table > tr.spacer {
        height: 10px;
    }  

    [b-lb2uqkscvh] .report > table > tr > td:last-child {
        text-align: right;
    }

[b-lb2uqkscvh] .report.report-lines {
    padding-bottom: 20px;
}

    [b-lb2uqkscvh] .report.report-lines .report-line {
        display: flex;
    }
/* /Components/Pages/Reports/Layout/CashFlowReport.razor.rz.scp.css */
/*
.report-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 0 1 100px;
    max-height: 50%;
    column-gap: 75px;
    row-gap: 20px;
    max-width: fit-content;
}

.report {
}

.report-title {
    align-items: center;
    column-gap: 20px;
    display: flex;   
    margin-bottom: 20px;
    color: rgb(107, 108, 114);
}

    .report-title label {
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
    }

    .report-title .daterange-select {
        width: 150px;
    }

    .report .report-header {
        border-bottom: 1px solid rgb(107, 108, 114);
        color: rgb(107, 108, 114);
        display: flex;
        font-weight: 500;
        justify-content: space-between;
        margin-bottom: 10px;
        width: 100%;
    }

.report > table {
    font-size: 14px;
    margin: 0 0 20px 10px;
    width: 300px;
}

    .report > table > tr.spacer {
        height: 10px;
    }
   

    .report > table > tr > td:last-child {
        text-align: right;
    }

.report.report-lines {
    padding-bottom: 20px;
}

    .report.report-lines .report-line {
        display: flex;
    }
*/
/* /Components/Pages/SettingsPage.razor.rz.scp.css */

article[b-8jhssva5fc] {
    display: flex;
    flex-direction: column;
    height: 100%;
    /*padding: 20px !important;*/
}

    article > header[b-8jhssva5fc] {
        margin-bottom: 20px;
    }

section.can-wrap[b-8jhssva5fc] {
    column-gap: 40px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 20px 0;
    overflow: hidden;
    row-gap: 20px;
}

.category-wrapper[b-8jhssva5fc] {
    width: 200px;
    /*height: 100%;*/
}

.sub-category[b-8jhssva5fc] {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 6px;
    height: 300px;
    /*  max-height: 400px;
    min-height: 200px;*/
    padding: 4px;
    overflow: auto;
}

.category[b-8jhssva5fc] {
    align-items: center;
    display: flex;
    column-gap: 10px;
    font-size: 14px;
    justify-content: space-between;
}

.sub-category .category[b-8jhssva5fc] {
    padding-bottom: 5px;
}

.category[b-8jhssva5fc]  .kb-button.small {
    height: 24px;
    min-width: 24px;
    width: 24px;
    padding: 3px !important;
}

.new-category[b-8jhssva5fc] {
    display: flex;
    column-gap: 8px;
    margin-top: 10px;
    max-width: 300px;
}


[b-8jhssva5fc] .category-dropdown .dropdown-menu {
    /*position: absolute;*/
    max-height: 50vh;
    width: 250px !important;
}

.btn-move[b-8jhssva5fc] {
    color: rgba(0, 0, 255, .75);
    cursor: pointer;
    font-size: .75em;
}

    .btn-move:hover[b-8jhssva5fc] {
        text-decoration: underline;
    }


[b-8jhssva5fc] .rz-tabview,
[b-8jhssva5fc] .rz-tabview-panels,
[b-8jhssva5fc] .rz-tabview-panel {
    height: 100%;
    overflow: hidden;
}
/* /Components/Pages/Settings/CategorySettings.razor.rz.scp.css */

/*article {
    display: flex;
    flex-direction: column;
    height: 100%;*/
    /*padding: 20px !important;*/
/*}

    article > header {
        margin-bottom: 20px;
    }*/


/*section {
    height: 100%;
}

section.sb-card{
    overflow: auto;
}*/

section.sb-card[b-c9nxyazor8] {
    height: 100%;
    overflow: hidden;
}

section.category-tree[b-c9nxyazor8] {
    height: calc(100% - 30px);
    margin-top: 10px;
    padding-bottom: 20px;
    overflow: auto;
}

    section.can-wrap[b-c9nxyazor8] {
        column-gap: 40px;
        display: flex;
        flex-wrap: wrap;
        height: 80vh;
        padding: 20px 10px;
        overflow: hidden;
        row-gap: 20px;
    }

.category-wrapper[b-c9nxyazor8] {
    width: 200px;
    height: 100%;
}

.sub-category[b-c9nxyazor8] {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 6px;
    height: 300px;
    /*  max-height: 400px;
    min-height: 200px;*/
    padding: 4px;
    overflow: auto;
}

.category[b-c9nxyazor8] {
    align-items: center;
    display: flex;
    column-gap: 10px;
    font-size: 14px;
    justify-content: space-between;
}

.sub-category .category[b-c9nxyazor8] {
    padding-bottom: 5px;
}

.category[b-c9nxyazor8]  .kb-button.small {
    height: 24px;
    min-width: 24px;
    width: 24px;
    padding: 3px !important;
}

.new-category[b-c9nxyazor8] {
    display: flex;
    column-gap: 8px;
    margin-top: 10px;
    max-width: 300px;
}


[b-c9nxyazor8] .category-dropdown .dropdown-menu {
    /*position: absolute;*/
    max-height: 50vh;
    width: 250px !important;
}

.btn-move[b-c9nxyazor8] {
    color: rgba(0, 0, 255, .75);
    cursor: pointer;
    font-size: .75em;
}

    .btn-move:hover[b-c9nxyazor8] {
        text-decoration: underline;
    }


[b-c9nxyazor8] .rz-tabview,
[b-c9nxyazor8] .rz-tabview-panels,
[b-c9nxyazor8] .rz-tabview-panel {
    height: 100%;
    overflow: hidden;
}
/* /Components/Pages/Settings/Layout/EditRule.razor.rz.scp.css */


.rule-container[b-9p7ffvty4f] {
    column-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    height: 100%;
}

    .rule-container > div[b-9p7ffvty4f] {
        flex-shrink: 0;
    }

        .rule-container > div:nth-child(2)[b-9p7ffvty4f] {
            background-color: rgb(200,200,200);
        }

.condition-container[b-9p7ffvty4f] {
    align-items: center;
    column-gap: 10px;
    display: flex;
    padding: 7px 0;
}
/* /Components/Pages/Settings/Layout/SettingsLayout.razor.rz.scp.css */

aside > section[b-by79234owm] {
    padding: 10px 0;
}

[b-by79234owm] .nav-pills .nav-link.active,
[b-by79234owm] .nav-pills .show > .nav-link {
    background-color: #fff;
    border-color: rgb(17, 102, 180);
    color: rgb(17, 102, 180);
}

[b-by79234owm] .nav-pills .nav-link {
    border-left: 4px solid transparent;
    border-radius: 0;
    color: rgb(33, 37, 41);
}

[b-by79234owm] .nav-pills .nav-link:hover {
    background-color: rgb(231, 241, 249);
}

article > section[b-by79234owm] >  section.sb-card {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    padding: 10px;
    row-gap: 25px !important;
}

    article > section[b-by79234owm] >  section.sb-card > header {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

        article > section[b-by79234owm] >  section.sb-card > header h2 {
            margin: 0;
        }
/* /Components/Pages/Settings/RuleSettings.razor.rz.scp.css */
.sb-card[b-wovjuboqge] {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    padding: 10px;
    row-gap: 25px !important;
}

    .sb-card > header[b-wovjuboqge] {
        align-items:center;
        /*text-align: right;*/
        display: flex;
        justify-content: space-between;
    }

        .sb-card > header h2[b-wovjuboqge] {
            margin: 0;
        }

        .rule-container[b-wovjuboqge] {
            border: 1px solid rgb(230,230,230);
            border-radius: 10px;
            column-gap: 20px;
            display: grid;
            grid-template-columns: 1fr 1px 1fr auto;
            padding: 0 15px;
        }

    .rule-container:hover[b-wovjuboqge] {
        background-color: rgb(250,250,250);
        cursor: pointer;
    }

    .rule-container > div[b-wovjuboqge] {
        flex-shrink: 0;
    }

        .rule-container > div:nth-child(2)[b-wovjuboqge] {
            background-color: rgb(230,230,230);
        }

.condition-container[b-wovjuboqge] {
    align-items: center;
    column-gap: 5px;
    display: flex;
    padding: 8px 0;
    /*padding: 0 0 15px 5px;*/
    /*padding-left: 6px;*/
}

    .condition-container .field[b-wovjuboqge] {
        background-color: rgb(230,230,230);
        border: 1px solid rgb(200,200,200);
    }

    .condition-container .comparer[b-wovjuboqge] {
        background-color: rgba(94, 241, 255, .25);
        border: 1px solid rgba(35, 102, 184, .25);
    }

    .condition-container .comparer[b-wovjuboqge],
    .condition-container .field[b-wovjuboqge] {
        border-radius: 4px;
        padding: 4px 6px;
        margin: 0 4px;
    }

    .condition-container .operator[b-wovjuboqge] {
        /* background-color: #fff;
        border: none;*/
        /*flex: 0 0 80px;*/
    }

.rule-footer[b-wovjuboqge] {
    color: rgb(140,140,140);
    font-size: .9em;
    font-style: italic;
    padding: 4px 0 0 8px;
}

    [b-wovjuboqge] .e-btn .bi {
        line-height: 19px;
    }

[b-wovjuboqge] .e-btn .bi-play {
    font-size: 18px;
}
