/* /Components/CompanyTree.razor.rz.scp.css */
.company-structure[b-uk25ukhzlb] {
    position: relative;
    width: 100%;
    height: 100%;
}

.company-structure__diagram[b-uk25ukhzlb] {
    width: 100%;
    height: 100%;
}

.company-structure__card-title[b-uk25ukhzlb] {
    text-align: center;
}

.company-structure__overview[b-uk25ukhzlb] {
    width: 16rem;
    height: 10rem;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 10;
    padding: var(--xs-spacing);
    background: var(--color-border);
    border: 1px solid var(--color-border);
    border-radius: var(--s-radius);
}

.company-structure__overview-inner[b-uk25ukhzlb] {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: var(--s-radius);
    overflow: hidden;
}

.company-structure__overview-controls[b-uk25ukhzlb] {
    background: var(--color-border);
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    border-top-left-radius: var(--s-radius);
    border-bottom-right-radius: var(--s-radius);
    padding: 0 var(--s-spacing);
}

.company-structure__overview-buttons[b-uk25ukhzlb] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
}

.company-structure__card[b-uk25ukhzlb] {
    box-shadow: 0 0 16px;
    color: rgba(var(--color-black-rgb), 0.3);
    transition: 0.2s color, 0.2s border-color;
    border-color: var(--color-gray-light);
    border-width: 1px;
}

.company-structure__card:hover[b-uk25ukhzlb] {
    color: rgba(var(--color-action-rgb), 0.3);
    border-color: rgba(var(--color-action-rgb), 0.3);
}

.company-structure__card-selected[b-uk25ukhzlb], .company-structure__card-selected:hover[b-uk25ukhzlb] {
    color: rgba(var(--color-action-rgb), 0.6);
    border-color: rgba(var(--color-action-rgb), 0.6);
}

[b-uk25ukhzlb] .company-structure__overview-btn {
    width: 26px;
}

[b-uk25ukhzlb] .company-structure__overview-btn-icon {
    fill: var(--color-black);
}

[b-uk25ukhzlb] .company-structure__overview-btn-icon:hover,
[b-uk25ukhzlb] .company-structure__overview-btn-icon:focus {
    fill: var(--color-action);
    transition: all 0.2s;
}

/* syncfusion overrides */

.sf-o[b-uk25ukhzlb]  #Diagram_SelectorElement {
    display: none;
}

.sf-o[b-uk25ukhzlb]  #Diagram_content {
    overflow: hidden !important;
}

.sf-o[b-uk25ukhzlb]  .e-overview rect[fill]#overview_canvasvisibleright,
.sf-o[b-uk25ukhzlb]  .e-overview rect[fill]#overview_canvasvisibleleft,
.sf-o[b-uk25ukhzlb]  .e-overview rect[fill]#overview_canvasvisibletop,
.sf-o[b-uk25ukhzlb]  .e-overview rect[fill]#overview_canvasvisiblebottom,
.sf-o[b-uk25ukhzlb]  .e-overview circle[fill].overviewresizer {
    fill: var(--color-action);
}
/* /Components/Dialogs/CountryDialog.razor.rz.scp.css */
.country-dialog[b-l0rcde7nvu] {
    height: 100%;
}

.country-dialog__fields[b-l0rcde7nvu] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1 1 auto;
    overflow: auto;
    padding-bottom: 2.6rem;
}

.country-dialog__code[b-l0rcde7nvu] {
    display: flex;
    gap: .5rem;
}

.form-field[b-l0rcde7nvu] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .3rem;
    padding: .5rem;
}

.country-dialog__statuses[b-l0rcde7nvu] {
    display: flex;
    justify-items: start;
    align-items: center;
    gap: 1rem;
}

.country-dialog__footer[b-l0rcde7nvu] {
    padding-top: .1rem;
    flex-shrink: 0;
}
/* /Components/Dialogs/CurrencyDialog.razor.rz.scp.css */
.currency-dialog[b-ncyhln7z4s] {
    height: 100%;
}

.currency-dialog__fields[b-ncyhln7z4s] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1 1 auto;
    overflow: auto;
    padding-bottom: 0.4rem;
}

.form-field[b-ncyhln7z4s] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .3rem;
    padding: .5rem;
}

.currency-dialog__statuses[b-ncyhln7z4s] {
    display: flex;
    justify-items: start;
    align-items: center;
    gap: 1rem;
}

.currency-dialog__footer[b-ncyhln7z4s] {
    padding-top: 1rem;
    flex-shrink: 0;
}
/* /Components/Dialogs/EntityPicker.razor.rz.scp.css */
.entity-picker[b-kc5xi269gc] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    /*height: 100%;*/
    max-height: 60vh;
}

.entity-picker__content[b-kc5xi269gc] {
    flex: 1 1 auto;
    overflow: auto;
}

.entity-picker__footer[b-kc5xi269gc] {
    flex: 0 0 auto;
    padding-top: 0.5rem;
    /*margin-top: auto;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Components/Partials/ButtonContainer.razor.rz.scp.css */
.buttons-container[b-gpoqzn1ygy] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    background-color: var(--rz-secondary);
}
/* /Components/Partials/ConfirmationDialog/ConfirmationDialogView.razor.rz.scp.css */
.confirmation-dialog[b-3e742046ym] {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    width: 100%;
}

p[b-3e742046ym] {
    color: var(--neutral-800);
    font-family: inherit;
    font-size: .85rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.confirmation-dialog__buttons[b-3e742046ym] {
    display: flex;
    justify-content: space-between;
}

[b-3e742046ym] .confirmation-dialog__buttons button {
    width: 192px;
    height: 20px;
}
/* /Components/Partials/FavoriteIcon.razor.rz.scp.css */
.filled-icon[b-t23ehzt9v2] {
    font-variation-settings: 'FILL' 1 !important;
}
/* /Components/Partials/FileUploadConfirmation/FileUploadConfirmationView.razor.rz.scp.css */
.confirmation-dialog[b-sycekitktv] {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    width: 100%;
}

p[b-sycekitktv] {
    color: var(--neutral-800);
    font-family: inherit;
    font-size: .85rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.confirmation-dialog__buttons[b-sycekitktv] {
    display: flex;
    justify-content: space-between;
}

[b-sycekitktv] .confirmation-dialog__buttons button {
    width: 192px;
    height: 20px;
}

/* File uploader */

[b-sycekitktv] .rz-fileupload {
    width: 192px;
    height: 36px;
}

[b-sycekitktv] .rz-fileupload-buttonbar {
    width: 100%;
    height: 100%;
    padding: 0;
    padding-block: 0;
}

[b-sycekitktv] .rz-fileupload-buttonbar .rz-button {
    width: 100%;
    height: 100%;
    background-color: var(--rz-primary);
    color: var(--rz-white);
    padding: .625rem 1rem;
    text-align: center;
    font-family: inherit;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

[b-sycekitktv] .rz-fileupload-choose.rz-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-sycekitktv] .rz-fileupload-buttonbar .rz-button:hover {
    background-color: var(--rz-primary-light) !important;
    color: var(--rz-white) !important;
}

[b-sycekitktv] ::-webkit-file-upload-button { cursor:pointer; }

[b-sycekitktv] .rz-fileupload-buttonbar input {
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer !important;
}

[b-sycekitktv] .rz-fileupload-content {
    display: none !important;
}
/* /Components/Partials/LoadingIndicatorWithText.razor.rz.scp.css */
.loading-wrapper[b-hww7znmzkb] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
/* /Components/Partials/LogoImg.razor.rz.scp.css */
.logo[b-sh9xceq3bs] {
    border-radius: var(--l-radius);
    overflow: hidden;
}

.logo-placeholder[b-sh9xceq3bs], img[b-sh9xceq3bs] {
    width: 100%;
    height: 100%;
    background-color: var(--rz-base-200);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

img.logo-img[b-sh9xceq3bs] {
    display: block;
    vertical-align: baseline;
}
/* /Components/Partials/NothingAtThisAddress.razor.rz.scp.css */
.path-not-found[b-u2ilzc4oih] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}
/* /Components/Partials/Placeholders/FieldPlaceholder.razor.rz.scp.css */
.field-placeholder[b-5teszi7eg9] {
    display: block;
    width: 100%;
    height: 2.25rem;
    background-color: var(--neutral-100);
    border-radius: var(--l-radius);
    overflow: hidden;
}
.field-placeholder div[b-5teszi7eg9] {
    --width: calc(100% + 20rem);

    display: block;
    width: var(--width);
    height: 2.25rem;
    background:
            linear-gradient(
                    to right,
                    rgba(255, 255, 255, 0) 0%,
                    rgba(255, 255, 255, 0) 40%,
                    rgba(255, 255, 255, 0.5) 50%,
                    rgba(255, 255, 255, 0) 60%,
                    rgba(255, 255, 255, 0) 100%
            );
    position:relative;
    left: var(--width);
    animation: color-loading-b-5teszi7eg9 2000ms ease 0s normal infinite none;
}
@keyframes color-loading-b-5teszi7eg9 {
    0% {
        left:calc(var(--width) * -1);
    }
    100% {
        left: 0px;
    }
}
/* /Components/Partials/SearchBox.razor.rz.scp.css */
.search-container[b-hm14mlp0ah] {
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: var(--neutral-100);
    border: 1px solid var(--color-border);
    border-radius: var(--l-radius);
    padding: 6px 8px;
    gap: 4px;
    box-sizing: border-box;
    max-height: 32px;
}

.search-container:hover[b-hm14mlp0ah], .search-container:focus-within[b-hm14mlp0ah] {
    border-color: var(--neutral-400);
}

.search-label[b-hm14mlp0ah] {
    flex-shrink: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-input[b-hm14mlp0ah] {
    min-width: 4rem;
    flex: 1 1 auto;
    border: none;
    background-color: transparent;
    font-family: inherit;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    font-size: var(--s-font-size);
}

.search-input[b-hm14mlp0ah]::placeholder {
    color: var(--neutral-400);
}

.search-input:focus[b-hm14mlp0ah] {
    outline: none;
}
/* /Components/Partials/UserNotAuthorized.razor.rz.scp.css */
.user-not-authorized[b-e9dfobcd5r] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.layout[b-4gpk71ygm0] {
    display: flex;
    flex-direction: column;
}

.layout__main[b-4gpk71ygm0] {
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.layout__sidebar[b-4gpk71ygm0] {
    border-right: 1px solid var(--neutral-150);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.layout__header[b-4gpk71ygm0] {
    border-bottom: 1px solid var(--neutral-150);
    justify-content: space-between;
    height: var(--top-navi-height);
    display: flex;
    align-items: center;
    padding: 0 var(--xxl-spacing);
}

.layout__content[b-4gpk71ygm0] {
    flex: 1 1 0;
    position: relative;
    height: calc(100% - var(--top-navi-height));
}

[b-4gpk71ygm0] .header {
}

[b-4gpk71ygm0] .header.greeting, .header.section[b-4gpk71ygm0] {
    margin: 0;
    font-family: 'IBMPlexMono', monospace;
    font-size: var(--xl-font-size);
    font-weight: 700;
    line-height: 1.34;
}

.layout__header-user[b-4gpk71ygm0] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layout__header-user[b-4gpk71ygm0]  a,
.layout__header-user[b-4gpk71ygm0]  .btn-link {
    text-decoration: none;
    white-space: nowrap;
}

.layout__header-user[b-4gpk71ygm0]  a:hover,
.layout__header-user[b-4gpk71ygm0]  .btn-link:hover {
    text-decoration: underline;
}

.layout__header-user[b-4gpk71ygm0]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .layout__header-user[b-4gpk71ygm0]  a,
    .layout__header-user[b-4gpk71ygm0]  .btn-link {
    }
}

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

    .layout__sidebar[b-4gpk71ygm0] {
        width: 250px;
        height: 100vh;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */

.nav-menu__toggler[b-92s1mxuoa1] {
    background-color: lightgray;
}

.nav-menu__brand[b-92s1mxuoa1] {
    display: flex;
    align-items: start;
    justify-content: center;
}

.nav-menu__navbar[b-92s1mxuoa1] {
    padding: var(--xxl-spacing);
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.nav-menu__item[b-92s1mxuoa1] {
    padding: var(--l-spacing) var(--xxl-spacing) 0 var(--xxl-spacing);
}

.nav-menu__item:first-child[b-92s1mxuoa1] {
    padding-top: 0;
}

.nav-menu__brand[b-92s1mxuoa1] {
    margin: 0;
    padding: 0;
    justify-content: start;
}

[b-92s1mxuoa1] .nav-menu__logo-icon {
    fill: var(--color-dark);
    color: var(--color-dark);
}

.nav-menu__logo-title[b-92s1mxuoa1] {
    color: var(--color-dark);
    display: inline-block;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    margin-left: var(--l-spacing);
}

.nav-menu__icon[b-92s1mxuoa1] {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: var(--l-spacing);
    height: 24px;
    width: 24px;
}

/*remove active indicator ::before from active item*/
[b-92s1mxuoa1] .rz-panel-menu .rz-navigation-item-active::before,
[b-92s1mxuoa1] .rz-panel-menu .rz-navigation-item-wrapper-active::before {
    display: none !important;
}

[b-92s1mxuoa1] .fm-icon {
    fill: var(--color-dark);
}

[b-92s1mxuoa1] .active .fm-icon {
    fill: var(--color-light);
}

[b-92s1mxuoa1] .fm-icon-outline {
    stroke: var(--color-dark);
    fill: transparent;
}

[b-92s1mxuoa1] .active .fm-icon-outline {
    stroke: var(--color-light);
}

.nav-menu__item[b-92s1mxuoa1]  a {
    font-weight: 500;
    color: var(--color-dark);
    border-radius: var(--l-radius);
    height: 2.5rem;
    display: flex;
    align-items: center;
    line-height: 2.5rem;
}

.nav-menu__item[b-92s1mxuoa1]  a.active {
    background-color: var(--color-action);
    color: var(--color-light);
}

@media (min-width: 641px) {
    .nav-menu__toggler[b-92s1mxuoa1] {
        display: none;
    }

    .collapse[b-92s1mxuoa1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-menu__scrollable[b-92s1mxuoa1] {
        overflow-y: auto;
    }
}

/* target everything inside your menu */
.my-custom-menu .rz-panel-menu[b-92s1mxuoa1] {
    border: none;
    background: #ffffff;
}
.my-custom-menu .rz-panel-menu-item[b-92s1mxuoa1] {
    color: red;
}
.my-custom-menu .rz-panel-menu-item:hover[b-92s1mxuoa1] {
    background: #444;
}


/*.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");*/
/*}*/

/*.nav-menu__item {*/
/*    font-size: 0.9rem;*/
/*    padding-bottom: 0.5rem;*/
/*}*/

/*.nav-menu__item:first-of-type {*/
/*    padding-top: 1rem;*/
/*}*/

/*.nav-menu__item:last-of-type {*/
/*    padding-bottom: 1rem;*/
/*}*/

/*.nav-menu__item ::deep a {*/
/*    color: #d7d7d7;*/
/*    border-radius: 4px;*/
/*    height: 3rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    line-height: 3rem;*/
/*}*/

/*.nav-menu__item ::deep a.active {*/
/*    background-color: rgba(255,255,255,0.37);*/
/*    color: white;*/
/*}*/

/*.nav-menu__item ::deep a:hover {*/
/*    background-color: rgba(255,255,255,0.1);*/
/*    color: white;*/
/*}*/
/* /Pages/Administrations/ParsersMonitor/ParsersMonitorPageView.razor.rz.scp.css */
.parsers-monitor-container[b-citmzw3ixj] {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
}

.parsers-monitor__nav[b-citmzw3ixj] {
    border-right: 1px solid var(--neutral-150);
    width: 260px;
    padding: 1.25rem;
    flex-shrink: 0;
}

.parsers-monitor__company-placeholder[b-citmzw3ixj] {
    display: block;
    width: 100%;
    height: 2.25rem;
    background-color: var(--neutral-100);
    border-radius: var(--l-radius);
    overflow: hidden;
}
.parsers-monitor__company-placeholder div[b-citmzw3ixj] {
    --width: calc(100% + 20rem);

    display: block;
    width: var(--width);
    height: 2.25rem;
    background:
            linear-gradient(
                    to right,
                    rgba(255, 255, 255, 0) 0%,
                    rgba(255, 255, 255, 0) 40%,
                    rgba(255, 255, 255, 0.5) 50%,
                    rgba(255, 255, 255, 0) 60%,
                    rgba(255, 255, 255, 0) 100%
            );
    position:relative;
    left: var(--width);
    animation: color-loading-b-citmzw3ixj 2000ms ease 0s normal infinite none;
}
@keyframes color-loading-b-citmzw3ixj {
    0% {
        left:calc(var(--width) * -1);
    }
    100% {
        left: 0px;
    }
}

.listbox-item[b-citmzw3ixj] {
    display: flex;
    gap: .5rem;
    align-items: center;
    background: transparent;
}

.listbox-item > span[b-citmzw3ixj] {
    color: var(--neutral-800);
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: inherit;
    line-height: 1.25rem;
}

.parser-monitor__main[b-citmzw3ixj] {
    position: relative;
}

.parser-monitor__main_header[b-citmzw3ixj] {
    align-items: center;
    display: flex;
    gap: 1rem;
    flex-flow: row wrap;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--neutral-150);
}

.parser-monitor__switch[b-citmzw3ixj] {
    display: flex;
    gap: .75rem;
    align-items: center;
    flex-shrink: 0;
}

.parser-monitor__main_datagrid[b-citmzw3ixj] {
    padding: 1.25rem;
}

[b-citmzw3ixj] .parser-monitor__filename-cell {
    display: flex; gap: .5rem; align-items: center
}

[b-citmzw3ixj] .parser-monitor__filename-cell.parser-monitor__filename-error {
    color: red !important;
}

.parser-monitor__operations[b-citmzw3ixj] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

[b-citmzw3ixj] .hide-group-header .rz-group-header {
    display: none !important;
}
/* /Pages/Administrations/StatementFiles/Edit/StatementFileEditView.razor.rz.scp.css */
.parserview-container[b-ax2xrticfz] {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    --pv-toolbar-height: 64px;
}

.parserview-toolbar[b-ax2xrticfz] {
    height: var(--pv-toolbar-height);
    border-bottom: 1px solid var(--neutral-150);
    padding: 1rem 1.25rem;
    display: flex;
    gap: .75rem;
    align-items: center;
    justify-content: flex-start;
}

.parserview-content[b-ax2xrticfz] {
    flex: 1 1 auto;
    display: flex;
    overflow-y: auto;
    height: calc(100% - var(--pv-toolbar-height));
}

.content-data[b-ax2xrticfz] {
    flex: 4 1 0;
    max-height: 100%;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    overflow: hidden;
    overflow-y: auto;
}

.data-form__fields[b-ax2xrticfz] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.content-file[b-ax2xrticfz] {
    flex: 6 1 0;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
}

.data-form__fields-dates[b-ax2xrticfz], .data-form__fields-balance[b-ax2xrticfz] {
    display: flex;
    gap: .75rem;
}

.transactions[b-ax2xrticfz] {
    padding-top: 1.25rem;
    border-top: 1px solid var(--neutral-150);
}
/* /Pages/Administrations/StatementFiles/View/StatementFileReviewView.razor.rz.scp.css */
.parserview-container[b-sq5mhs49oe] {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    --pv-toolbar-height: 64px;
}

.parserview-toolbar[b-sq5mhs49oe] {
    height: var(--pv-toolbar-height);
    border-bottom: 1px solid var(--neutral-150);
    padding: 1rem 1.25rem;
    display: flex;
    gap: .75rem;
    align-items: center;
    justify-content: flex-start;
}

.toolbar__side-actions[b-sq5mhs49oe] {
    display: flex;
    gap: .75rem;
    margin-left: auto;
}

.parserview-content[b-sq5mhs49oe] {
    flex: 1 1 auto;
    display: flex;
    overflow-y: auto;
    height: calc(100% - var(--pv-toolbar-height));
}

.content-data[b-sq5mhs49oe] {
    flex: 4 1 0;
    max-height: 100%;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    overflow: hidden;
    overflow-y: auto;
}

.main-info[b-sq5mhs49oe] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.head[b-sq5mhs49oe] {
    display: flex;
    gap: .75rem;
    align-items: center;
}

.head-currency[b-sq5mhs49oe] {
    background-color: var(--success-600);
    border-radius: var(--l-radius);
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-currency p[b-sq5mhs49oe] {
    margin: 0;
    padding: 0;
    margin-block: 0;
    text-align: center;
    font-family: inherit;
    font-size: .75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    color: var(--rz-white);
}

.head-acc-info[b-sq5mhs49oe] {
    display: flex;
    flex: 1 1;
    flex-direction: column;
}

.info-row[b-sq5mhs49oe] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-field[b-sq5mhs49oe] {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.field-value[b-sq5mhs49oe] {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.info-dates[b-sq5mhs49oe] {
    flex: 1 1;
    display: flex;
    gap: .75rem;
}
.info-dates .info-field[b-sq5mhs49oe] {
    flex: 0 0 fit-content;
}

.content-file[b-sq5mhs49oe] {
    flex: 6 1 0;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /*overflow-y: auto;*/
}

.content-file__document[b-sq5mhs49oe] {
    height: 100%;
}

.data-form__fields-dates[b-sq5mhs49oe], .data-form__fields-balance[b-sq5mhs49oe] {
    display: flex;
    gap: .75rem;
}

.transactions[b-sq5mhs49oe] {
    padding-top: 1.25rem;
    border-top: 1px solid var(--neutral-150);
}
/* /Pages/Dashboard/DashboardView.razor.rz.scp.css */
/* /Pages/Dictionaries/Bank/BankForm.razor.rz.scp.css */
.bank-form-container[b-hez4g5zs0b] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}
/* /Pages/Dictionaries/Bank/BankPage.razor.rz.scp.css */
.bank-container[b-jtnvz4xbvz] {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.5rem;
}

.bank-filter[b-jtnvz4xbvz] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    background-color: var(--rz-white);
    border-radius: var(--rz-border-radius);
    margin-bottom: 1.5rem;
}

.rz-progress-bar-circular[b-jtnvz4xbvz] {
    margin: 2rem auto;
}

@media (max-width: 768px) {
    .bank-filter[b-jtnvz4xbvz] {
        flex-direction: column;
        align-items: stretch;
    }

    .bank-filter .rz-button[b-jtnvz4xbvz] {
        width: 100%;
        margin-left: 0;
    }

    .bank-filter .search-box[b-jtnvz4xbvz] {
        width: 100% !important;
    }
}
/* /Pages/Dictionaries/CountriesPage.razor.rz.scp.css */
.countries-container[b-vawbmili0c] {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    position: relative;
    padding: 1rem 1.5rem;
}

.countries-filter[b-vawbmili0c] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    background-color: var(--rz-white);
    margin-bottom: 1rem;
}
/* /Pages/Dictionaries/CurrencyPage.razor.rz.scp.css */
.currency-container[b-t8uat62pao] {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1rem 1.5rem;
}

.currency-filter[b-t8uat62pao] {
    container-name: dict-currency-filter;
    container-type: inline-size;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    background-color: var(--rz-white);
    margin-bottom: 1rem;
}

.set-up-currencies[b-t8uat62pao] {
    margin-left: auto;
    display: flex;
    gap: .5rem;
    align-items: center;
    justify-content: flex-end;
}

[b-t8uat62pao] .rz-chart svg g[transform*="translate"] {
    transform: translate(0, 0) !important;
}

@container dict-currency-filter (max-width: 574px) {
    .set-up-currencies[b-t8uat62pao] {
        margin-left: 0;
    }
}
/* /Pages/Dictionaries/Org/OrgForm.razor.rz.scp.css */
/* /Pages/Dictionaries/Org/OrgPage.razor.rz.scp.css */
.organization-form-container[b-mexexocki6] {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1rem 1.5rem;
}

.organization-form-filter[b-mexexocki6] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    background-color: var(--rz-white);
    border-radius: var(--rz-border-radius);
    margin-bottom: 1rem;
}

.rz-progress-bar-circular[b-mexexocki6] {
    margin: 2rem auto;
}

@media (max-width: 768px) {
    .organization-form-filter[b-mexexocki6] {
        flex-direction: column;
        align-items: stretch;
    }

    .organization-form-filter .rz-button[b-mexexocki6] {
        width: 100%;
        margin-left: 0;
    }

    .organization-form-filter .search-box[b-mexexocki6] {
        width: 100% !important;
    }
}

.org-table[b-mexexocki6] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    table-layout: fixed;
}

.org-row[b-mexexocki6] {
    border-bottom: 1px solid var(--rz-base-200);
}

.org-cell[b-mexexocki6] {
    padding: 0.75rem 0.5rem;
    vertical-align: top;
    font-size: 0.95rem;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    white-space: normal;
}

.org-cell.name[b-mexexocki6] {
    font-weight: 600;
    width: 25%;
    color: var(--rz-text-secondary-color);
}

.org-cell.symbol[b-mexexocki6] {
    font-weight: 600;
    width: 20%;
    color: var(--rz-text-secondary-color);
}

.org-cell.description[b-mexexocki6] {
    width: 45%;
    text-align: left !important;
    color: var(--rz-text-secondary-color);
    padding-left: 0.5rem !important;
    padding-right: 0.5rem;
}

.org-cell.actions[b-mexexocki6] {
    text-align: right;
    white-space: nowrap;
    width: 10%;
}
/* /Pages/Dictionaries/PaymentSystems/PaymentSystemsForm.razor.rz.scp.css */
.payment-systems-form-container[b-k5g967t1f2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}
/* /Pages/Dictionaries/PaymentSystems/PaymentSystemsPage.razor.rz.scp.css */
.payment-systems-container[b-121iribu4r] {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1rem 1.5rem;
}

.payment-systems-filter[b-121iribu4r] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    background-color: var(--rz-white);
    border-radius: var(--rz-border-radius);
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .payment-systems-filter[b-121iribu4r] {
        flex-direction: column;
        align-items: stretch;
    }

    .payment-systems-filter .rz-button[b-121iribu4r] {
        width: 100%;
        margin-left: 0;
    }

    .payment-systems-filter .search-box[b-121iribu4r] {
        width: 100% !important;
    }
}
/* /Pages/Finance/CurrencyPage.razor.rz.scp.css */
.currency-container[b-b7z2mzfdvt] {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1rem 1.5rem;
}

.currency-filter[b-b7z2mzfdvt] {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    background-color: var(--rz-white);
    margin-bottom: 1rem;
}

[b-b7z2mzfdvt] .rz-chart svg g[transform*="translate"] {
    transform: translate(0, 0) !important;
}
/* /Pages/Finance/FinancePageView.razor.rz.scp.css */
.finance-container[b-hf5f01xh8i] {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
/* /Pages/Finance/Payments/PaymentsView.razor.rz.scp.css */
/* /Pages/Finance/Transactions/TransactionsView.razor.rz.scp.css */
.transactions-container[b-5sbc744xfg] {
    height: 100%;
    overflow: hidden;
}

.transactions-header[b-5sbc744xfg] {
    height: 4rem;
    display: flex;
    gap: .75rem;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--color-border);
}

[b-5sbc744xfg] .search-container {
    width: 222px;
}

.transactions-datagrid[b-5sbc744xfg] {
    padding: 1.25rem;
}

[b-5sbc744xfg] .rz-multiselect-item.rz-state-highlight {
    background-color: var(--rz-white);
    color: var(--neutral-800);
}

[b-5sbc744xfg] .rz-button.filter-active {
    color: var(--primary-800) !important;
}

.listbox-item[b-5sbc744xfg] {
    display: flex;
    gap: .5rem;
}

.acc-number-template[b-5sbc744xfg] {
    text-overflow: ellipsis;
    overflow: hidden;
}

[b-5sbc744xfg] .amount {
    text-align: right;
    padding-right: .75rem;
}
/* /Pages/Organization/OrganizationDetails/OrganizationDetailsView.razor.rz.scp.css */
.org-details__main[b-e4xebgh3k2] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    
    --tabs-height: 3rem;
}

.org-details__tabs[b-e4xebgh3k2] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-e4xebgh3k2] .custom-tabs {
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-e4xebgh3k2] .custom-tabs .rz-tabview {
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-e4xebgh3k2] .custom-tabs .rz-tabview-panels {
    flex: 1;
    overflow: hidden;
}

[b-e4xebgh3k2] .custom-tabs .rz-tabview-panel {
    height: 100%;
    overflow: hidden;
}

.tab-content[b-e4xebgh3k2] {
    height: 100%;
    padding: 1rem;
}

.placeholder-content[b-e4xebgh3k2] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--neutral-600);
    max-width: 400px;
    margin: 0 auto;
}

.placeholder-icon[b-e4xebgh3k2] {
    font-size: 4rem;
    color: var(--neutral-400);
    margin-bottom: 1rem;
}

.placeholder-content h3[b-e4xebgh3k2] {
    margin-bottom: 1rem;
    color: var(--neutral-800);
}

.placeholder-content p[b-e4xebgh3k2] {
    line-height: 1.5;
}

.org-details__content[b-e4xebgh3k2] {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
}

.accounts-list[b-e4xebgh3k2] {
    padding: 1rem;
    flex: 0 0 500px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-right: 1px solid var(--color-border);
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - var(--top-navi-height) - var(--tabs-height));
}

.search-container[b-e4xebgh3k2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.search-container[b-e4xebgh3k2]  .search-container {
    flex: 1;
}

.account-item[b-e4xebgh3k2] {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    background: #f5f5f5;
    border-radius: var(--l-radius);
    cursor: pointer;
    position: relative;
}

.account-item.selected[b-e4xebgh3k2] {
    background: #e0e0e0;
}

.account-item.no-accounts[b-e4xebgh3k2] {
    opacity: 0.5;
}

.bank-logo[b-e4xebgh3k2] {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
    border-radius: 6px;
}

.account-info[b-e4xebgh3k2] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.balance[b-e4xebgh3k2] {
    font-weight: bold;
}

.details-section[b-e4xebgh3k2] {
    padding: 1rem;
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - var(--top-navi-height) - var(--tabs-height));
}

.bank-info-card[b-e4xebgh3k2] {
    background: white;
    padding: 0.5rem;
    border-radius: var(--l-radius);
}

.bank-details-row[b-e4xebgh3k2] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.info-box[b-e4xebgh3k2] {
    display: flex;
    align-items: center;
    flex: 1 1 200px;
    background: #f8f8f8;
    padding: 0.75rem .5rem;
    border-radius: var(--l-radius);
    gap: 0.75rem;
}

.info-content[b-e4xebgh3k2] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.125rem;
}

.info-header[b-e4xebgh3k2] {
    font-weight: 500;
    color: var(--neutral-800);
}

.address-value[b-e4xebgh3k2] {
    color: var(--primary-700);
}

.user-id-box[b-e4xebgh3k2] {
    flex: 2;
}

.swift-box[b-e4xebgh3k2] {
    flex: 1;
    max-width: 200px;
}

.online-box[b-e4xebgh3k2] {
    flex: 1;
    max-width: 150px;
}

.info-box strong[b-e4xebgh3k2] {
    font-size: 0.875rem;
    color: #666;
}

.icons[b-e4xebgh3k2] {
    display: flex;
    gap: 0.5rem;
    align-self: center;
}

[b-e4xebgh3k2] .copy-icon, [b-e4xebgh3k2] .edit-icon, [b-e4xebgh3k2] .toggle-icon {
    font-size: 1rem;
    cursor: pointer;
    color: var(--neutral-800);
}

[b-e4xebgh3k2] .copy-icon:hover, [b-e4xebgh3k2] .edit-icon:hover, [b-e4xebgh3k2] .toggle-icon:hover {
    color: var(--neutral-150);
    cursor: pointer;
}

.online-banking[b-e4xebgh3k2] {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.online-link[b-e4xebgh3k2] {
    color: #0d47a1;
    text-decoration: none;
}

.online-link:hover[b-e4xebgh3k2] {
    text-decoration: underline;
}

.online-link.disabled[b-e4xebgh3k2] {
    color: #888;
    text-decoration: none;
    cursor: default;
}

.online-link.disabled:hover[b-e4xebgh3k2] {
    text-decoration: none;
}

[b-e4xebgh3k2] .online-icon {
    font-size: 1rem;
    color: var(--neutral-800);
}

.section-container[b-e4xebgh3k2] {
    margin-top: 1rem;
}

.section-title[b-e4xebgh3k2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

[b-e4xebgh3k2] .add-btn {
    padding: 0 !important;
    width: 2rem;
    height: 2rem;
}

.account-sub-item[b-e4xebgh3k2] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    background: #f9f9f9;
    border-radius: 12px;
    margin-bottom: 0.5rem;
    justify-content: space-between;
    position: relative;
}

.rounded-border[b-e4xebgh3k2] {
    border-radius: 12px;
}

.account-left[b-e4xebgh3k2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.account-left.contact-left[b-e4xebgh3k2] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.currency-square[b-e4xebgh3k2] {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #4caf50;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.large-currency[b-e4xebgh3k2] {
    width: 32px;
    height: 32px;
    font-size: 16px;
}

.account-number-info[b-e4xebgh3k2] {
    display: flex;
    flex-direction: column;
}

.iban-row[b-e4xebgh3k2] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.account-number[b-e4xebgh3k2] {
    font-size: 1rem;
    font-weight: bold;
}

.small-toggle[b-e4xebgh3k2] {
    font-size: 0.875rem;
}

.account-right[b-e4xebgh3k2] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #666;
}

.account-model.centered[b-e4xebgh3k2] {
    text-align: center;
}

.contacts-row[b-e4xebgh3k2] {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.contact-section[b-e4xebgh3k2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.add-contact-box[b-e4xebgh3k2] {
    border: 1px solid var(--color-border);
    background: var(--rz-white);
    border-radius: var(--l-radius);
    height: 100px;
}

.add-contact-box[b-e4xebgh3k2]  button {
    width: 100%;
    height: 100%;
    color: var(--color-primary) !important;
}

.add-contact-box[b-e4xebgh3k2]  button:hover {
    background-color: var(--neutral-100) !important;
}

.contact-name[b-e4xebgh3k2] {
    font-weight: bold;
    font-size: 1rem;
}

.contact-detail[b-e4xebgh3k2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
}

.blue-text[b-e4xebgh3k2] {
    color: blue;
}

.org-details__empty[b-e4xebgh3k2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    text-align: center;
    min-height: 100%;
}

.org-details__empty-text[b-e4xebgh3k2] {
    color: var(--rz-base-700);
}

.org-details__empty-text .h4[b-e4xebgh3k2] {
    margin-bottom: 0.5rem;
}

.org-details__empty-text .label[b-e4xebgh3k2] {
    margin-top: 0.5rem;
    color: var(--rz-base-600);
}

.org-details__empty-actions[b-e4xebgh3k2] {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.large-margin-bottom[b-e4xebgh3k2] {
    margin-bottom: 2rem;
}

.no-results-container[b-e4xebgh3k2] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 200px;
}

.no-results-found[b-e4xebgh3k2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--neutral-600);
}

.no-results-icon[b-e4xebgh3k2] {
    font-size: 3rem;
    color: var(--neutral-400);
    margin-bottom: 1rem;
}

.no-results-text[b-e4xebgh3k2] {
    font-size: 1.1rem;
    font-weight: 500;
}
/* /Pages/Organization/OrganizationStructure/OrganizationStructureView.razor.rz.scp.css */
.organization[b-8a6vm88ldg] {
    display: flex;
    width: 100%;
    height: calc(100vh - var(--top-navi-height));
}

.organization__tree[b-8a6vm88ldg] {
    width: 100%;
}

.organization__card[b-8a6vm88ldg] {
    /*flex: 1 1 auto;*/
}
/* /Pages/Settings/StatmentParserSettingsView.razor.rz.scp.css */
.statementparsersettings-container[b-d5bstv1ynv] {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.statementparsersettings-filter[b-d5bstv1ynv] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    background-color: var(--rz-white);
    margin-bottom: 1rem;
}

.statementparsersettings-topbuttons[b-d5bstv1ynv] {
    margin-left: auto;
    display: flex;
    gap: .5rem;
    align-items: center;
    justify-content: flex-end;
}

[b-d5bstv1ynv] .rz-chart svg g[transform*="translate"] {
    transform: translate(0, 0) !important;
}
/* /ReactiveComponents/Address/AddressView.razor.rz.scp.css */
.address-view[b-4sieqmayx3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.address-view__fields[b-4sieqmayx3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.city-zip[b-4sieqmayx3], .house-apt[b-4sieqmayx3] {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: .75rem;
}
/* /ReactiveComponents/AlertsBell/AlertsBell.razor.rz.scp.css */
/* /ReactiveComponents/AppInfo/AppInfoView.razor.rz.scp.css */
.app-info[b-jotrrnwh43] {
    margin: 1rem;
    color: var(--rz-text-tertiary-color);
}
/* /ReactiveComponents/BankAccount/BankAccountView.razor.rz.scp.css */
.bank-account-view[b-qhlfm2bez1] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bank-account-view__fields[b-qhlfm2bez1] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bank-account-view__row[b-qhlfm2bez1] {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 1rem;
}

.composite-input[b-qhlfm2bez1] {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-border) !important;
    border-radius: var(--l-radius);
    height: 36px;
    position: relative;
}

[b-qhlfm2bez1] .composite-input .rz-dropdown,
[b-qhlfm2bez1] .composite-input .rz-textbox {
    border: none !important;
    height: 100%;
}

[b-qhlfm2bez1] .composite-input .rz-dropdown {
    border-right: 1px solid var(--color-border) !important;
    background-color: transparent;
}

.composite-input .rz-dropdown[b-qhlfm2bez1] {
    border-right: none;
}

.composite-input .rz-textbox[b-qhlfm2bez1] {
    border-left: none;
    flex: 1;
}

[b-qhlfm2bez1] .composite-input .rz-validators {
    position: absolute;
    bottom: -20px;
    left: 80px;
    right: 0;
    z-index: 2000;
}

[b-qhlfm2bez1] .composite-input .rz-validation-message {
    font-size: 12px;
    color: #f44336;
    white-space: nowrap;
}

.composite-input .rz-dropdown + .rz-validators[b-qhlfm2bez1] {
    left: 0;
    right: auto;
    width: 80px;
}

.composite-field-group[b-qhlfm2bez1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.external-validators[b-qhlfm2bez1] {
    position: relative;
    height: 0;
    overflow: visible;
}

.external-validators .rz-validation-message[b-qhlfm2bez1] {
    font-size: 12px;
    color: #f44336;
    white-space: nowrap;
    margin-top: 4px;
}

@media (max-width: 768px) {
    .bank-account-view__row[b-qhlfm2bez1] {
        grid-template-columns: 1fr !important;
    }

    .composite-input[b-qhlfm2bez1] {
        flex-direction: column;
        height: auto;
    }

    .composite-input .rz-dropdown[b-qhlfm2bez1] {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid var(--color-border) !important;
        border-radius: var(--rz-border-radius) var(--rz-border-radius) 0 0 !important;
    }

    .composite-input .rz-textbox[b-qhlfm2bez1] {
        border-radius: 0 0 var(--rz-border-radius) var(--rz-border-radius) !important;
    }

    .external-validators .rz-validation-message[b-qhlfm2bez1] {
        position: static !important;
        width: 100% !important;
    }
}
/* /ReactiveComponents/CommonHeader/CommonHeaderView.razor.rz.scp.css */
.header-container[b-hplftj3cc4] {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.header-leftpart[b-hplftj3cc4] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.header-leftpart[b-hplftj3cc4]  button {
    padding: 0 !important;
}

.header-righpart[b-hplftj3cc4] {
    display: flex;
    gap: 1rem;
    margin-right: 10px;
    align-items: center;
}

.header-title[b-hplftj3cc4] {
    align-items: center;
    font-family: 'IBMPlexMono', monospace;
    font-size: var(--xl-font-size);
    font-weight: 700;
    line-height: 1.34;
}
/* /ReactiveComponents/Company/CompanyView.razor.rz.scp.css */
.company-view[b-g09eln961r] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.company-view__fields[b-g09eln961r] {
    display: flex;
    flex-direction: column;
}

.section[b-g09eln961r] {
    display: grid;
    grid-template-columns: 2fr 3fr;
}

.section:not(:first-of-type)[b-g09eln961r] {
    padding-top: 1.75rem;
    border-top: 1px solid var(--color-border);
}

.section:not(:last-of-type)[b-g09eln961r] {
    padding-bottom: 1.75rem;
}

.section h3[b-g09eln961r] {
    font-weight: 600;
    line-height: 1.5rem;
    color: var(--neutral-600);
}

.section_content[b-g09eln961r] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.registration-info[b-g09eln961r] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

[b-g09eln961r] .registration-info > div {
    flex: 0 0 155px;
}

[b-g09eln961r] .rz-fileupload-choose.rz-button {
    border: 1px solid var(--color-border);
    background-color: var(--neutral-100);
    color: var(--neutral-800) !important;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
}

[b-g09eln961r] .rz-fileupload-choose.rz-button:hover {
    background-color: var(--neutral-150) !important;
}

.current-logo[b-g09eln961r] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    height: 50px;
    border: 1px solid var(--color-border) !important;
    border-radius: 0.5rem;
    background-color: var(--rz-white);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

.payment-logo[b-g09eln961r] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: contain;
    border: 1px solid var(--color-border);
    flex-shrink: 0;
}

.logo-name[b-g09eln961r] {
    flex: 1;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--neutral-800);
    margin-left: 0.25rem;
}

[b-g09eln961r] .rz-button.rz-button-sm {
    padding: 0.25rem;
    min-width: auto;
}

[b-g09eln961r] .upload-field .rz-form-field-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 !important;
    margin: 0 !important;
}

.upload-container[b-g09eln961r] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.upload-button[b-g09eln961r] {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}

[b-g09eln961r] .rz-fileupload-buttonbar {
    padding: 0;
}

.upload-hint[b-g09eln961r] {
    color: var(--neutral-400);
}

[b-g09eln961r] .shortname-field {
    width: 140px;
    height: 32px;
    padding: .375rem 0.5rem;
    border: 1px solid var(--color-border) !important;
    border-radius: var(--l-radius);
    background-color: var(--neutral-120);
    color: var(--neutral-600);
}

[b-g09eln961r] .shortname-field.empty {
    color: var(--neutral-300);
    line-height: 1.125rem;
} 
/* /ReactiveComponents/Contact/ContactView.razor.rz.scp.css */
.contact-view[b-e2a8i685hn] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-view__fields[b-e2a8i685hn] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.phone-group[b-e2a8i685hn] {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    border-radius: var(--l-radius);
    padding: 0;
    height: 36px;
    position: relative;
}

.phone-group .rz-dropdown[b-e2a8i685hn],
.phone-group .rz-textbox[b-e2a8i685hn] {
    border: none !important;
    height: 100%;
}

.phone-group .rz-dropdown[b-e2a8i685hn] {
    border-right: 1px solid var(--color-border) !important;
    background-color: transparent;
}

.composite-field-group[b-e2a8i685hn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.external-validators[b-e2a8i685hn] {
    position: relative;
    height: 0;
    overflow: visible;
}

.external-validators .rz-validation-message[b-e2a8i685hn] {
    font-size: 12px;
    color: #f44336;
    white-space: nowrap;
    margin-top: 4px;
}

@media (max-width: 768px) {
    .phone-group[b-e2a8i685hn] {
        flex-direction: column;
        height: auto;
    }

    .phone-group .rz-dropdown[b-e2a8i685hn] {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid var(--color-border) !important;
        border-radius: var(--rz-border-radius) var(--rz-border-radius) 0 0 !important;
    }

    .phone-group .rz-textbox[b-e2a8i685hn] {
        border-radius: 0 0 var(--rz-border-radius) var(--rz-border-radius) !important;
    }

    .external-validators .rz-validation-message[b-e2a8i685hn] {
        position: static !important;
        width: 100% !important;
        left: 0 !important;
    }
}
/* /ReactiveComponents/Dialogs/AddressDialog/AddressDialogView.razor.rz.scp.css */
.address-dialog[b-to7tnsbeo4] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.address-dialog-view__footer[b-to7tnsbeo4] {
    padding-top: 1rem;
    flex-shrink: 0;
}
/* /ReactiveComponents/Dialogs/BankAccountDialog/BankAccountDialogView.razor.rz.scp.css */
.bank-account-dialog[b-rmokcbbs5x] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}


.bank-account-view__footer[b-rmokcbbs5x] {
    padding-top: 1rem;
    flex-shrink: 0;
}
/* /ReactiveComponents/Dialogs/CompanyDialog/CompanyDialogView.razor.rz.scp.css */
.company-dialog[b-f2f2x8pc23] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.company-dialog-view__footer[b-f2f2x8pc23] {
    padding-top: 1rem;
    flex-shrink: 0;
}
/* /ReactiveComponents/Dialogs/ContactDialog/ContactDialogView.razor.rz.scp.css */
.contact-dialog[b-b30e7puy25] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.contact-view__footer[b-b30e7puy25] {
    padding-top: 1rem;
    flex-shrink: 0;
}
/* /ReactiveComponents/Dialogs/FinancialHubDialog/FinancialHubDialogView.razor.rz.scp.css */
.financial-hub-dialog[b-gt9sdekabn] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.financial-hub-view__footer[b-gt9sdekabn] {
    padding-top: 1rem;
    flex-shrink: 0;
}
/* /ReactiveComponents/Dialogs/PaymentSystemAccountDialog/PaymentSystemAccountDialogView.razor.rz.scp.css */
.payment-system-account-dialog[b-39818f5kpy] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.payment-system-account-view__footer[b-39818f5kpy] {
    padding-top: 1rem;
    flex-shrink: 0;
}
/* /ReactiveComponents/Dialogs/StatementParserDialogVeiew.razor.rz.scp.css */
.sp-dialog[b-hl3e4dvvj7] {
    height: 100%;
}

.sp-dialog__fields[b-hl3e4dvvj7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1 1 auto;
    overflow: auto;
    padding-bottom: 1.4rem;
}

.sp-dialog__statuses[b-hl3e4dvvj7] {
    display: flex;
    justify-items: start;
    align-items: center;
    gap: 1rem;
}

.sp-dialog__footer[b-hl3e4dvvj7] {
    padding-top: 1rem;
    flex-shrink: 0;
    padding-bottom: 0.4rem;
}


/* /ReactiveComponents/Dialogs/SwiftBicDialog/SwiftBicDialogView.razor.rz.scp.css */
.swift-bic-dialog[b-mdkh4d8dxg] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.swift-bic-dialog-view__footer[b-mdkh4d8dxg] {
    padding-top: 1rem;
    flex-shrink: 0;
}
/* /ReactiveComponents/Dialogs/TransactionsFilterDialog/TransactionsFilterView.razor.rz.scp.css */
.trans-filter-container[b-saja79onze] {
    width: 328px;
    display: flex;
    flex-direction: column;
    padding: .75rem;
    gap: 1rem;
    outline: none;
}

.filter-field[b-saja79onze] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.field-row[b-saja79onze] {
    display: flex;
    gap: .5rem;
}

.field-value[b-saja79onze] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .125rem;
}

.field-value .label[b-saja79onze] {
    font-weight: 500;
}

.amount-field[b-saja79onze] {
    display: flex;
    border-radius: var(--l-radius);
    border: 1px solid var(--color-border);
    align-items: center;
    height: 2.25rem;
    overflow: hidden;
}

.amount-field:hover[b-saja79onze], .amount-field:focus[b-saja79onze] {
    border: 1px solid var(--neutral-400);
}

.amount-field .currency-label[b-saja79onze] {
    border-right: 1px solid var(--color-border);
    padding: .25rem 0.5rem;
    width: fit-content;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-saja79onze] .amount-field > :nth-child(2) {
    flex: 1;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

[b-saja79onze] .amount-field > :nth-child(2):hover, [b-saja79onze] .amount-field > :nth-child(2):focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

[b-saja79onze] .field-value > :nth-child(2) {
    width: 100%;
}


.submit-btns[b-saja79onze] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* /ReactiveComponents/DocumentViewer/DocumentViewerView.razor.rz.scp.css */
.pdf-viewer-container[b-fon9ubsk4h] {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--neutral-200) 37.5%, rgba(242, 242, 243, 0.00) 100%);
}

.file-path[b-fon9ubsk4h] {
    position: absolute;
    height: 36px;
    top: 1.25rem;
    left: 1.25rem;
    padding: .5rem;
    border-radius: var(--l-radius);
    box-shadow: var(--main-shadow);
    background-color: var(--rz-white);
    z-index: 100;
}

.file-path p[b-fon9ubsk4h] {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--neutral-600);
    font-family: inherit;
    font-size: .75rem;
    font-style: normal;
    font-weight: 600;
}

.load-toolbar[b-fon9ubsk4h] {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    z-index: 100;
}

.magnification-toolbar[b-fon9ubsk4h] {
    border-radius: var(--l-radius);
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    display: flex;
    padding: .5rem;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    z-index: 100;
    background-color: var(--rz-white);
    box-shadow: var(--main-shadow);
}

.magnification-toolbar__zoomvalue[b-fon9ubsk4h] {
    font-size: .75rem;
    font-style: normal;
    font-weight: 600;
    color: var(--neutral-600);
    line-height: 15px;
    font-family: inherit;
}

.zoomtofit-toolbar[b-fon9ubsk4h] {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    z-index: 100;
}
/* /ReactiveComponents/FinancialHub/FinancialHubView.razor.rz.scp.css */
.financial-hub-view[b-e8jx8b3zxa] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.financial-hub-view__fields[b-e8jx8b3zxa] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bank-logo[b-e8jx8b3zxa] {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
    border-radius: 6px;
}

[b-e8jx8b3zxa] .rz-fileupload-choose.rz-button {
    border: 1px solid var(--color-border);
    background-color: var(--neutral-100);
    color: var(--neutral-800) !important;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
}

[b-e8jx8b3zxa] .rz-fileupload-choose.rz-button:hover {
    background-color: var(--neutral-150) !important;
}

.current-logo[b-e8jx8b3zxa] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    height: 50px;
    border: 1px solid var(--color-border) !important;
    border-radius: 0.5rem;
    background-color: var(--rz-white);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

.payment-logo[b-e8jx8b3zxa] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: contain;
    border: 1px solid var(--color-border);
    flex-shrink: 0;
}

.logo-name[b-e8jx8b3zxa] {
    flex: 1;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--neutral-800);
    margin-left: 0.25rem;
}

[b-e8jx8b3zxa] .rz-button.rz-button-sm {
    padding: 0.25rem;
    min-width: auto;
}

[b-e8jx8b3zxa] .upload-field .rz-form-field-content {
    flex-direction: column;
    align-items: flex-start; 
    padding: 0 !important; 
    margin: 0 !important;
}

.upload-container[b-e8jx8b3zxa] {
    width: 100%;
    display: flex;
    gap: .25rem;
}

.upload-button[b-e8jx8b3zxa] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

[b-e8jx8b3zxa] .rz-fileupload-buttonbar {
    padding: 0;
}

.upload-hint[b-e8jx8b3zxa] {
    color: var(--neutral-400);
}
/* /ReactiveComponents/OrganizationChartCompanyCard/OrgChartCompanyCardView.razor.rz.scp.css */
.orgchart-company-card[b-pdufzg76v9] {
    background: var(--rz-white);
    border-radius: var(--xl-radius);
    border: 1px solid var(--rz-base-200);
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    justify-content: flex-start;
    padding: .75rem;
    box-sizing: border-box;
}

.orgchart-company-card__info[b-pdufzg76v9] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    align-items: start;
    justify-content: center;
}

.orgchart-company-card__name[b-pdufzg76v9] {
    color: black;
    text-align: center;
    font-family: 'IBMPlexSans', Helvetica, Arial, sans-serif;;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.orgchart-company-card__additional[b-pdufzg76v9] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .4rem;
    border-radius: var(--l-radius);
    background-color: var(--rz-base-200);
}

.orgchart-company-card__additional p[b-pdufzg76v9] {
    color: var(--rz-base-700);
    font-family: 'IBMPlexSans', Helvetica, Arial, sans-serif;;
    font-size: .75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    padding: 0;
    margin: 0;
}

.orgchart-company-card__actions[b-pdufzg76v9] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

[b-pdufzg76v9] .orgchart-company-card__actions button {
    color: var(--rz-base-700) !important;
}
/* /ReactiveComponents/PaymentSystemAccount/PaymentSystemAccountView.razor.rz.scp.css */
.payment-system-account-view[b-0q72eg8pd9] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.payment-system-account-view__fields[b-0q72eg8pd9] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.payment-system-account-view__row[b-0q72eg8pd9] {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 1rem;
}

.composite-input[b-0q72eg8pd9] {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-border) !important;
    border-radius: var(--l-radius);
    height: 36px;
    position: relative;
}

[b-0q72eg8pd9] .composite-input .rz-dropdown,
[b-0q72eg8pd9] .composite-input .rz-textbox {
    border: none !important;
    height: 100%;
}

[b-0q72eg8pd9] .composite-input .rz-dropdown {
    border-right: 1px solid var(--color-border) !important;
    background-color: transparent;
}

.composite-input .rz-dropdown[b-0q72eg8pd9] {
    border-right: none;
}

.composite-input .rz-textbox[b-0q72eg8pd9] {
    border-left: none;
    flex: 1;
}

.composite-field-group[b-0q72eg8pd9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.external-validators[b-0q72eg8pd9] {
    position: relative;
    height: 0;
    overflow: visible;
}

.external-validators .rz-validation-message[b-0q72eg8pd9] {
    font-size: 12px;
    color: #f44336;
    white-space: nowrap;
    margin-top: 4px;
}

@media (max-width: 768px) {
    .payment-system-account-view__row[b-0q72eg8pd9] {
        grid-template-columns: 1fr !important;
    }

    .composite-input[b-0q72eg8pd9] {
        flex-direction: column;
        height: auto;
    }

    .composite-input .rz-dropdown[b-0q72eg8pd9] {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid var(--color-border) !important;
        border-radius: var(--rz-border-radius) var(--rz-border-radius) 0 0 !important;
    }

    .composite-input .rz-textbox[b-0q72eg8pd9] {
        border-radius: 0 0 var(--rz-border-radius) var(--rz-border-radius) !important;
    }

    .external-validators .rz-validation-message[b-0q72eg8pd9] {
        position: static !important;
        width: 100% !important;
    }
}
/* /ReactiveComponents/Search/SearchView.razor.rz.scp.css */
.search-container[b-m9z8kjthts] {
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: var(--neutral-100);
    border: 1px solid var(--color-border);
    border-radius: var(--l-radius);
    padding: 6px 8px;
    gap: 4px;
    box-sizing: border-box;
    max-height: 32px;
}

.search-container:hover[b-m9z8kjthts], .search-container:focus-within[b-m9z8kjthts] {
    border-color: var(--neutral-400);
}

.search-label[b-m9z8kjthts] {
    flex: 0 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-input[b-m9z8kjthts] {
    min-width: 4rem;
    flex: 1 1 auto;
    border: none;
    background-color: transparent;
    font-family: inherit;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    font-size: var(--s-font-size);
}

.search-input[b-m9z8kjthts]::placeholder {
    color: var(--neutral-400);
}

.search-input:focus[b-m9z8kjthts] {
    outline: none;
}
/* /ReactiveComponents/StatementFile/StatementFileEditorView.razor.rz.scp.css */
.rz-navigation-item-wrapper[b-9k659rid0j] {
    background-color: red;
    text-decoration-color: black;
}
/* /ReactiveComponents/StatementParser/StatementsParserView.razor.rz.scp.css */
.rz-navigation-item-wrapper[b-5e9v1hvibf] {
    background-color: red;
    text-decoration-color: black;
}
/* /ReactiveComponents/StatementUpload/StatementUploadView.razor.rz.scp.css */
.statement-upload-container[b-6c1fdgaib5] {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
}

.no-files[b-6c1fdgaib5] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    text-align: center;
}

.statement-upload-companies-nav[b-6c1fdgaib5] {
    border-right: 1px solid var(--neutral-150);
    width: 180px;
    padding: 1.25rem;
    flex-shrink: 0;
}

.statement-upload-branches-nav[b-6c1fdgaib5] {
    border-right: 1px solid var(--neutral-150);
    width: 260px;
    padding: 1.25rem;
    flex-shrink: 0;
}

.statement-upload-main[b-6c1fdgaib5] {
    position: relative;
    width: 100%;
}

.statement-upload-main-header[b-6c1fdgaib5] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    flex-flow: row wrap;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--neutral-150);
}

.statement-upload-switch[b-6c1fdgaib5] {
    display: flex;
    gap: .75rem;
    align-items: center;
    flex-shrink: 0;
}

.statement-upload-main-content[b-6c1fdgaib5] {
    padding: 0 1.25rem;
}

.listbox-item[b-6c1fdgaib5] {
    display: flex;
    gap: .5rem;
    align-items: center;
    background: transparent;
}

.listbox-item > span[b-6c1fdgaib5] {
    color: var(--neutral-800);
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: inherit;
    line-height: 1.25rem;
}

.upload-status.waiting[b-6c1fdgaib5] {
    color: var(--rz-base-800)
}

.upload-status.uploading[b-6c1fdgaib5] {
    color: var(--rz-info)
}

.upload-status.done[b-6c1fdgaib5] {
    color: var(--rz-success)
}

.upload-status.error[b-6c1fdgaib5] {
    color: var(--rz-danger)
}

[b-6c1fdgaib5] .rz-fileupload-content {
    display: none;
}

.company-filter[b-6c1fdgaib5] {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    background-color: var(--rz-white);
    margin-bottom: 1rem;
}

.table-title[b-6c1fdgaib5] {
    margin-top: 1.5rem;
}
/* /ReactiveComponents/SwiftBicView/SwiftBicView.razor.rz.scp.css */
.swift-bic-view[b-6cpgzbokbt] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.swift-bic-view__fields[b-6cpgzbokbt] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
/* /ReactiveComponents/WidgetDashboard/WidgetDashboardView.razor.rz.scp.css */
[b-iqjbk0m31d] .rz-menu {
    overflow: visible;
}
