/* /Components/Avatar/Avatar.razor.rz.scp.css */
.avatar[b-wqez8ofq67] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.avatar__body[b-wqez8ofq67] {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--surface-accent-secondary-default);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: clip;
}

.avatar__body[b-wqez8ofq67]::after {
    content: '';
    position: absolute;
    inset: 0;
    border: var(--border-s) solid var(--border-subdued-base-default);
    border-radius: inherit;
    pointer-events: none;
}

.avatar--l[b-wqez8ofq67] {
    width: 48px;
    height: 48px;
}

.avatar--l .avatar__body[b-wqez8ofq67] {
    width: 48px;
    height: 48px;
    border-radius: var(--border-radius-m);
}

.avatar--m[b-wqez8ofq67] {
    width: 32px;
    height: 32px;
}

.avatar--m .avatar__body[b-wqez8ofq67] {
    width: 32px;
    height: 32px;
    border-radius: var(--border-radius-m);
}

.avatar--s[b-wqez8ofq67] {
    width: 24px;
    height: 24px;
}

.avatar--s .avatar__body[b-wqez8ofq67] {
    width: 24px;
    height: 24px;
    border-radius: var(--border-radius-s-xs);
}

.avatar--xs[b-wqez8ofq67] {
    width: 20px;
    height: 20px;
}

.avatar--xs .avatar__body[b-wqez8ofq67] {
    width: 20px;
    height: 20px;
    border-radius: var(--border-radius-s-xs);
}

.avatar--xxs[b-wqez8ofq67] {
    width: 16px;
    height: 16px;
}

.avatar--xxs .avatar__body[b-wqez8ofq67] {
    width: 16px;
    height: 16px;
    border-radius: var(--border-radius-s);
}

.avatar--gap.avatar--l .avatar__body[b-wqez8ofq67] {
    left: 4px;
    top: 4px;
    width: 40px;
    height: 40px;
}

.avatar--gap.avatar--m .avatar__body[b-wqez8ofq67] {
    left: 2px;
    top: 2px;
    width: 28px;
    height: 28px;
}

.avatar--gap.avatar--s .avatar__body[b-wqez8ofq67] {
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
}

.avatar--gap.avatar--xs .avatar__body[b-wqez8ofq67] {
    left: 1px;
    top: 1px;
    width: 18px;
    height: 18px;
}

.avatar--gap.avatar--xxs .avatar__body[b-wqez8ofq67] {
    left: 1px;
    top: 1px;
    width: 14px;
    height: 14px;
}

.avatar__image-container[b-wqez8ofq67] {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: clip;
}

.avatar__image[b-wqez8ofq67] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar__initials[b-wqez8ofq67] {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: var(--text-icon-accent-base-default);
    text-align: center;
    white-space: pre-wrap;
}

.avatar__initials--l[b-wqez8ofq67] {
    font-size: var(--font-size-m);
    line-height: var(--line-height-l);
    font-weight: 700;
}

.avatar__initials--m[b-wqez8ofq67] {
    font-size: var(--font-size-xs);
    line-height: var(--line-height-s);
}

.avatar__initials--s[b-wqez8ofq67],
.avatar__initials--xs[b-wqez8ofq67] {
    font-size: var(--font-size-2xs);
    line-height: var(--line-height-xs);
}

.avatar__initials--xxs[b-wqez8ofq67] {
    font-size: var(--font-size-3xs);
    line-height: var(--line-height-2xs);
}

.avatar__icon[b-wqez8ofq67] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-icon-accent-base-default);
}
/* /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/Input/NumberInputComponent.razor.rz.scp.css */
input.number-input-comp[b-ui42ivq9z8] {
    padding: 6px;
    border: 1px solid var(--color-border);
    border-radius: var(--l-radius);
    box-shadow: none;
    vertical-align: top;
    text-align: right;
}
/* /Components/Input/TextAreaComponent.razor.rz.scp.css */
textarea.textarea-comp[b-fhf14g5esd] {
    padding: 6px;
    border: 1px solid var(--color-border);
    border-radius: var(--l-radius);
    box-shadow: none;
    vertical-align: top;
    text-align: left;
    resize: none;
    field-sizing: content;
    min-height: 1.5rem;
    max-height: 20rem;
}
/* /Components/Menu/NavMenuItem.razor.rz.scp.css */
[b-0jlcw4w2lz] .rz-navigation-item {
    margin: 0;
    padding: 0;
}

[b-0jlcw4w2lz] .rz-navigation-item-wrapper {
    margin: 0;
    padding: 0;
}

[b-0jlcw4w2lz] .rz-navigation-item-link {
    padding: var(--padding-m) !important;
    border-radius: var(--border-radius-m);
    background: transparent;
    color: var(--text-icon-neutral-base-default);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: var(--font-size-s);
    display: flex;
    align-items: center;
    gap: var(--gap-m);
    transition: all 0.2s ease;
    text-decoration: none;
}

[b-0jlcw4w2lz] button.rz-navigation-item-link {
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: left;
}

[b-0jlcw4w2lz] .rz-navigation-item-link:hover {
    background: var(--surface-neutral-base-hover);
    color: var(--text-icon-neutral-base-hover);
}

[b-0jlcw4w2lz] a.rz-navigation-item-link.active {
    background: var(--surface-neutral-base-active);
    color: var(--text-icon-accent-base-active);
}

[b-0jlcw4w2lz] .nav-menu-item-content {
    display: flex;
    align-items: center;
    gap: var(--gap-m-s);
    width: 100%;
    line-height: normal;
}

[b-0jlcw4w2lz] .nav-menu-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: var(--text-icon-neutral-base-default);
    transition: color 0.2s ease;
}

[b-0jlcw4w2lz] .rz-navigation-item-link:hover .nav-menu-item__icon {
    color: var(--text-icon-neutral-base-hover);
}

[b-0jlcw4w2lz] a.rz-navigation-item-link.active .nav-menu-item__icon {
    color: var(--text-icon-accent-base-active);
}

[b-0jlcw4w2lz] .nav-menu-item__text {
    flex: 1;
    line-height: var(--line-height-m);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
}

/* Hide default Radzen icons */
[b-0jlcw4w2lz] .rz-navigation-item-icon {
    display: none;
}
/* /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: 6px;
    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/HeaderProfile.razor.rz.scp.css */
.profile-menu-trigger[b-uv6ut0qwj5] {
    cursor: pointer;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.layout[b-4gpk71ygm0] {
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.layout__main[b-4gpk71ygm0] {
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.layout__sidebar[b-4gpk71ygm0] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    border-right: var(--border-s) solid var(--border-neutral-subdued-default);
    transition: width 0.2s ease;
}

.layout__header[b-4gpk71ygm0] {
    flex: 0 0 auto;
    display: flex;
    gap: var(--gap-m);
    background-color: var(--surface-inverse-base-default);
    border-bottom: var(--border-s) solid var(--border-neutral-subdued-default);
    padding: var(--padding-l) var(--padding-l-s);
}

.layout__header-content[b-4gpk71ygm0] {
    width: 100%;
}

.layout__content[b-4gpk71ygm0] {
    flex: 1;
    position: relative;
    overflow-y: auto;
}

.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;
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Nav Menu Container */
.nav-menu[b-92s1mxuoa1] {
    position: relative;
    height: 100%;
    width: 220px;
    background: var(--surface-inverse-base-default);
    display: flex;
    flex-direction: column;
    padding-top: var(--padding-m-s);
    transition: width 0.2s ease;
}

/* Header with logo */
.nav-menu__header[b-92s1mxuoa1] {
    padding: var(--padding-s) var(--padding-l-s);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--gap-m-xs);
    flex-shrink: 0;
}

.nav-menu__logo[b-92s1mxuoa1] {
    display: flex;
    align-items: center;
    gap: var(--gap-m-s);
    height: 32px;
    overflow: hidden;
    flex-shrink: 0;
    color: var(--neutral-800);
    padding-left: var(--padding-s);
}

.nav-menu__toggler[b-92s1mxuoa1] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: var(--padding-s);
    display: none;
}

/* Content container */
.nav-menu__content[b-92s1mxuoa1] {
    display: flex !important;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 0 var(--padding-l-s) var(--padding-xl);
    padding-top: var(--gap-xl);
    gap: var(--gap-xl);
}

.nav-menu__content.collapsed[b-92s1mxuoa1] {
    display: none;
}

/* Footer menu section */
.nav-menu__footer[b-92s1mxuoa1] {
    margin-top: auto;
}

/* Radzen Panel Menu customization */
[b-92s1mxuoa1] .rz-panel-menu {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: var(--gap-m);
    list-style: none;
}

/* Toggle button */
.nav-menu__toggle-btn[b-92s1mxuoa1] {
    position: absolute;
    right: 0;
    top: 16px;
    width: 16px;
    height: 32px;
    padding: var(--padding-s) 0;
    background: var(--surface-inverse-base-default);
    border: none;
    border-radius: var(--border-radius-s-xs) 0 0 var(--border-radius-s-xs);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--neutral-600);
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px 0 rgba(10, 27, 60, 0.15);
}

.nav-menu__toggle-btn:hover[b-92s1mxuoa1] {
    background: var(--surface-neutral-base-hover);
    color: var(--neutral-800);
}

/* Collapsed state */
.nav-menu.collapsed[b-92s1mxuoa1] {
    width: 80px;
    overflow: hidden;
}

.nav-menu.collapsed .nav-menu__header[b-92s1mxuoa1] {
    justify-content: center;
}

.nav-menu.collapsed[b-92s1mxuoa1]  .nav-menu-item__text {
    display: none;
}

.nav-menu.collapsed[b-92s1mxuoa1]  .nav-menu__logo {
    padding-left: 0;
}

.nav-menu.collapsed[b-92s1mxuoa1]  .nav-menu__logo svg:last-child {
    display: none;
}
/* /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;
    overflow: hidden;
    overflow-y: auto;
}

.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;
    overflow: hidden;
    overflow-y: auto;
}

.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/StatementFileView.razor.rz.scp.css */
.parserview-container[b-cktfhcmaiv] {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    --pv-toolbar-height: 64px;
}

.parserview-toolbar[b-cktfhcmaiv] {
    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-cktfhcmaiv] {
    display: flex;
    gap: .75rem;
    margin-left: auto;
}

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

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

[b-cktfhcmaiv] .rz-dropdown {
    padding: 0 8px 0 12px !important;
}

.main-info[b-cktfhcmaiv] {
    display: flex;
    flex-direction: column;
}

.main-info.create[b-cktfhcmaiv] {
    gap: .75rem;
}

.main-info.view[b-cktfhcmaiv] {
    gap: 1rem;
}

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

.head-currency[b-cktfhcmaiv] {
    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-cktfhcmaiv] {
    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(--neutral-0);
}

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

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

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

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

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

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

.info-pair[b-cktfhcmaiv] {
    flex: 1 1;
    display: flex;
    gap: .75rem;
}

.info-pair .info-field[b-cktfhcmaiv] {
    flex: 0 0 fit-content;
}

[b-cktfhcmaiv] .info-pair .rz-datepicker, .amount-field[b-cktfhcmaiv] {
    min-height: 2rem !important;
    height: 2rem;
    width: 155px;
}

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

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

.amount-field .currency-label[b-cktfhcmaiv] {
    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-cktfhcmaiv] .amount-field > :nth-child(2) {
    flex: 1;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

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

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

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

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

.transactions[b-cktfhcmaiv] {
    padding-top: 1.25rem;
    border-top: 1px solid var(--neutral-150);
}

[b-cktfhcmaiv] .transactions__add-btn {
    background-color: var(--neutral-0);
    color: var(--primary-700);
    width: 100%; 
    height: 80px;
}

[b-cktfhcmaiv] .transactions__remove-btn {
    padding: 0;
}

.transactions-header[b-cktfhcmaiv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[b-cktfhcmaiv] .transactions-header__add-btn {
    width: var(--sizes-6x);
    height: var(--sizes-6x);
}

[b-cktfhcmaiv] .rz-data-row {
    vertical-align: top;
}

[b-cktfhcmaiv] .rz-data-row > :nth-last-child(-n+2) {
    padding-right: 0;
}

[b-cktfhcmaiv] .form-field {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    outline: none;
}

[b-cktfhcmaiv] input[type="number"].form-field {
    text-align: right;
}

[b-cktfhcmaiv] .form-field::-webkit-outer-spin-button,
[b-cktfhcmaiv] .form-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
[b-cktfhcmaiv] input[type="number"].form-field {
    -moz-appearance: textfield;
}

.upload-container[b-cktfhcmaiv] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--neutral-200) 37.5%, rgba(242, 242, 243, 0.00) 100%);
}

[b-cktfhcmaiv] .rz-fileupload.upload-btn {
    width: 192px;
    height: 34px;
}

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

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

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

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

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

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

[b-cktfhcmaiv] .rz-fileupload-content {
    display: none !important;
}
/* /Pages/Administrations/StatementsParsers/StatementParserSettingsView.razor.rz.scp.css */
.statementparsersettings-container[b-oliq7gmqs6] {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

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

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

[b-oliq7gmqs6] .rz-chart svg g[transform*="translate"] {
    transform: translate(0, 0) !important;
}
/* /Pages/Dashboard/DashboardView.razor.rz.scp.css */
/* /Pages/Dev/Avatar/AvatarTestPage.razor.rz.scp.css */
.avatar-test-page[b-k5mslh1gvx] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
    overflow: visible;
}

.avatar-test-page h1[b-k5mslh1gvx] {
    margin: 0 0 32px 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.toolbar[b-k5mslh1gvx] {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    padding: 16px 0;
    margin-top: -16px;
}

.checkbox-container[b-k5mslh1gvx] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s;
}

.checkbox-container:hover[b-k5mslh1gvx] {
    border-color: #4a90e2;
}

.checkbox-container input[type="checkbox"][b-k5mslh1gvx] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0;
}

.checkbox-label[b-k5mslh1gvx] {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.avatar-grid[b-k5mslh1gvx] {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.avatar-row[b-k5mslh1gvx] {
    display: table-row;
}

.avatar-cell[b-k5mslh1gvx] {
    display: table-cell;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
}

.avatar-cell--group-end[b-k5mslh1gvx] {
    padding-right: 32px;
}

.avatar-cell-inner[b-k5mslh1gvx] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.avatar-item[b-k5mslh1gvx] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    cursor: pointer;
    transition: background-color 0.2s;
    flex: 1;
}

.avatar-item:hover[b-k5mslh1gvx] {
    background-color: #f8fafc;
}
/* /Pages/Dev/Buttons/ButtonsTestPage.razor.rz.scp.css */
.buttons-test-page[b-uqwg8mwt7e] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
    overflow: visible;
}

.buttons-test-page h1[b-uqwg8mwt7e] {
    margin: 0 0 32px 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.toolbar[b-uqwg8mwt7e] {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    align-items: center;
    overflow: visible;
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    padding: 16px 0;
    margin-top: -16px;
}

.checkbox-container[b-uqwg8mwt7e] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s;
}

.checkbox-container:hover[b-uqwg8mwt7e] {
    border-color: #4a90e2;
}

.checkbox-container input[type="checkbox"][b-uqwg8mwt7e] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0;
}

.checkbox-label[b-uqwg8mwt7e] {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.button-grid[b-uqwg8mwt7e] {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.button-grid__header[b-uqwg8mwt7e] {
    display: table-row;
}

.button-grid__row[b-uqwg8mwt7e] {
    display: table-row;
}

.button-grid__cell[b-uqwg8mwt7e] {
    display: table-cell;
    padding: 24px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s;
}

.button-grid__cell:hover[b-uqwg8mwt7e] {
    background-color: #f8fafc;
}

.button-grid__cell--header[b-uqwg8mwt7e] {
    font-weight: 600;
    color: #666;
    font-size: 14px;
    padding: 16px 24px;
    cursor: default;
}

.button-grid__cell--header:hover[b-uqwg8mwt7e] {
    background-color: transparent;
}
/* /Pages/Dev/Buttons/IconButtonsTestPage.razor.rz.scp.css */
.icon-buttons-test-page[b-1461cigjkl] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
    overflow: visible;
}

.icon-buttons-test-page h1[b-1461cigjkl] {
    margin: 0 0 32px 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.toolbar[b-1461cigjkl] {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    align-items: center;
    overflow: visible;
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    padding: 16px 0;
    margin-top: -16px;
}

.checkbox-container[b-1461cigjkl] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s;
}

.checkbox-container:hover[b-1461cigjkl] {
    border-color: #4a90e2;
}

.checkbox-container input[type="checkbox"][b-1461cigjkl] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0;
}

.checkbox-label[b-1461cigjkl] {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.button-grid[b-1461cigjkl] {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.button-grid__header[b-1461cigjkl] {
    display: table-row;
}

.button-grid__row[b-1461cigjkl] {
    display: table-row;
}

.button-grid__cell[b-1461cigjkl] {
    display: table-cell;
    padding: 24px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s;
}

.button-grid__cell:hover[b-1461cigjkl] {
    background-color: #f8fafc;
}

.button-grid__cell--header[b-1461cigjkl] {
    font-weight: 600;
    color: #666;
    font-size: 14px;
    padding: 16px 24px;
    cursor: default;
}

.button-grid__cell--header:hover[b-1461cigjkl] {
    background-color: transparent;
}
/* /Pages/Dev/Dev.razor.rz.scp.css */
.dev-page[b-v7zsznemcx] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
}

.dev-page h1[b-v7zsznemcx] {
    margin: 0 0 12px 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.dev-description[b-v7zsznemcx] {
    margin: 0 0 32px 0;
    font-size: 16px;
    color: #666;
}

.dev-grid[b-v7zsznemcx] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.dev-tile[b-v7zsznemcx] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    background: white;
    transition: all 0.2s;
}

.dev-tile:hover[b-v7zsznemcx] {
    border-color: #4a90e2;
    background: #f8fafc;
    transform: scale(1.01);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dev-tile__title[b-v7zsznemcx] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.dev-tile__description[b-v7zsznemcx] {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .dev-grid[b-v7zsznemcx] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Dev/Icons/IconsTestPage.razor.rz.scp.css */
.icons-test-page[b-cv2auw4jyt] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
    overflow: visible;
}

.toolbar[b-cv2auw4jyt] {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    align-items: center;
    overflow: visible;
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    padding: 16px 0;
    margin-top: -16px;
}

.search-container[b-cv2auw4jyt] {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.search-input[b-cv2auw4jyt] {
    width: 100%;
    padding: 12px 16px;
    padding-right: 40px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s;
}

.search-input:focus[b-cv2auw4jyt] {
    border-color: #4a90e2;
}

.clear-search[b-cv2auw4jyt] {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: color 0.2s;
    border-radius: 4px;
}

.clear-search:hover[b-cv2auw4jyt] {
    color: #333;
    background-color: #f0f0f0;
}

.clear-search:active[b-cv2auw4jyt] {
    transform: scale(0.95);
}

.size-selector[b-cv2auw4jyt] {
    padding: 12px 40px 12px 16px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    outline: none;
    min-width: 120px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    position: relative;
    z-index: 100;
}

.size-selector:focus[b-cv2auw4jyt] {
    border-color: #4a90e2;
}

.color-picker[b-cv2auw4jyt] {
    width: 70px;
    height: 52px;
    border: 2px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    padding: 8px;
    background: white;
}

.color-picker:focus[b-cv2auw4jyt] {
    border-color: #4a90e2;
}

.icon-group[b-cv2auw4jyt] {
    margin-bottom: 48px;
}

.group-header[b-cv2auw4jyt] {
    margin: 0 0 16px 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background-color 0.2s;
}

.group-header:hover[b-cv2auw4jyt] {
    background-color: #f5f5f5;
}

.group-title[b-cv2auw4jyt] {
    flex: 1;
}

.chevron[b-cv2auw4jyt] {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #666;
}

.chevron.collapsed[b-cv2auw4jyt] {
    transform: rotate(-180deg);
}

.icon-grid[b-cv2auw4jyt] {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
    gap: 12px;
}

.icon-item[b-cv2auw4jyt] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    background: white;
}

.icon-item[b-cv2auw4jyt]  .fm-icon-outlined {
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-item:hover[b-cv2auw4jyt] {
    border-color: #4a90e2;
    background: #f8fafc;
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.icon-item:active[b-cv2auw4jyt] {
    transform: scale(0.95);
}

/* Size classes for icons */
.icon-item[b-cv2auw4jyt]  .size-16 {
    width: 16px !important;
    height: 16px !important;
}

.icon-item[b-cv2auw4jyt]  .size-24 {
    width: 24px !important;
    height: 24px !important;
}

.icon-item[b-cv2auw4jyt]  .size-32 {
    width: 32px !important;
    height: 32px !important;
}

.icon-item[b-cv2auw4jyt]  .size-48 {
    width: 48px !important;
    height: 48px !important;
}

.icon-item[b-cv2auw4jyt]  .size-64 {
    width: 64px !important;
    height: 64px !important;
}
/* /Pages/Dictionaries/DictionariesPageView.razor.rz.scp.css */
/* /Pages/Dictionaries/Tabs/Banks/BankForm.razor.rz.scp.css */
.bank-form-container[b-w6s5xlpe7r] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}
/* /Pages/Dictionaries/Tabs/Banks/BanksView.razor.rz.scp.css */
.bank-container[b-rg98a2nyzi] {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.5rem;
}

.bank-filter[b-rg98a2nyzi] {
    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-rg98a2nyzi] {
    margin: 2rem auto;
}

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

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

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

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

.currency-filter[b-hes2xr0itt] {
    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-hes2xr0itt] {
    margin-left: auto;
    display: flex;
    gap: .5rem;
    align-items: center;
    justify-content: flex-end;
}

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

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

.organization-form-filter[b-199v8lxa1f] {
    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-199v8lxa1f] {
    margin: 2rem auto;
}

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

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

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

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

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

.org-cell[b-199v8lxa1f] {
    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-199v8lxa1f] {
    font-weight: 600;
    width: 25%;
    color: var(--rz-text-secondary-color);
}

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

.org-cell.description[b-199v8lxa1f] {
    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-199v8lxa1f] {
    text-align: right;
    white-space: nowrap;
    width: 10%;
}
/* /Pages/Dictionaries/Tabs/PaymentSystems/PaymentSystemsForm.razor.rz.scp.css */
.payment-systems-form-container[b-b21oie0bac] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}
/* /Pages/Dictionaries/Tabs/PaymentSystems/PaymentSystemsView.razor.rz.scp.css */
.payment-systems-container[b-ypvurxkdzk] {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1rem 1.5rem;
}

.payment-systems-filter[b-ypvurxkdzk] {
    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-ypvurxkdzk] {
        flex-direction: column;
        align-items: stretch;
    }

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

    .payment-systems-filter .search-box[b-ypvurxkdzk] {
        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%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.transactions-header[b-5sbc744xfg] {
    flex: 0 0 auto;
    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] {
    flex: 1;
    padding: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.transactions-grid[b-5sbc744xfg] {
    border: none;
    background-color: transparent;
    border-radius: var(--border-radius-m);
    height: 100%;
}

[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%;
}

.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-y: auto;
}

.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-y: auto;
}

.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: 100%;
}

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

.organization__card[b-8a6vm88ldg] {
    /*flex: 1 1 auto;*/
}
/* /Pages/Settings/SettingsView.razor.rz.scp.css */
.settings-view[b-3xx3ji88ra] {
    width: 100%;
    height: 100%;
    overflow: auto hidden;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.section[b-3xx3ji88ra] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 1.75rem;
}

.section h3[b-3xx3ji88ra] {
    font-weight: 600;
    line-height: 1.5rem;
    color: var(--neutral-800);
    margin: 0;
}

.section_content[b-3xx3ji88ra] {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

[b-3xx3ji88ra] .section_content .rz-form-field {
    max-width: 400px;
}

[b-3xx3ji88ra] .rz-radio-button-list {
    margin-top: .75rem;
}

@media (max-width: 768px) {
    .section[b-3xx3ji88ra] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
/* /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/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;
    align-items: center;
}

.header-leftpart[b-hplftj3cc4] {
    display: flex;
    gap: var(--gap-m-s);
    align-items: center;
    flex: 1;
    min-width: 0;
}

.header-righpart[b-hplftj3cc4] {
    display: flex;
    gap: var(--gap-m);
    align-items: center;
}

.header-title[b-hplftj3cc4] {
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-xl);
    font-weight: 700;
    line-height: var(--line-height-xl);
    color: var(--text-icon-neutral-base-default);
}
/* /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/AboutDialog/AboutDialogView.razor.rz.scp.css */
.about-dialog[b-r2r6rt9axx] {
    display: flex;
    flex-direction: column;
    gap: var(--gap-xl-s);
    font-family: 'Inter', sans-serif;
}

.about-dialog__content[b-r2r6rt9axx] {
    display: flex;
    flex-direction: column;
    gap: var(--gap-l-s);
}

.about-dialog__version-title[b-r2r6rt9axx] {
    font-size: var(--font-size-xl);
    font-weight: 700;
    line-height: var(--line-height-xl);
    color: var(--text-icon-neutral-base-default);
}

.about-dialog__info-group[b-r2r6rt9axx] {
    display: flex;
    flex-direction: column;
    gap: var(--gap-m);
}

.about-dialog__info-item[b-r2r6rt9axx] {
    display: flex;
    gap: var(--gap-xs);
}

.about-dialog__info-text[b-r2r6rt9axx] {
    font-size: var(--font-size-s);
    font-weight: 400;
    line-height: var(--line-height-m);
    color: var(--text-icon-neutral-base-default);
}

.about-dialog__skeleton[b-r2r6rt9axx] {
    position: relative;
    display: inline-block;
    font-size: var(--font-size-s);
    line-height: var(--line-height-m);
    background-color: var(--surface-accent-secondary-default);
    border-radius: var(--border-radius-s-xs);
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.2s ease-out;
}

.about-dialog__skeleton--fade-out[b-r2r6rt9axx] {
    opacity: 0;
}

.about-dialog__skeleton[b-r2r6rt9axx]::before {
    content: '\00a0';
    visibility: hidden;
}

.about-dialog__skeleton[b-r2r6rt9axx]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: skeleton-loading-b-r2r6rt9axx 1.5s ease-in-out infinite;
}

@keyframes skeleton-loading-b-r2r6rt9axx {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.about-dialog__skeleton--build[b-r2r6rt9axx] {
    min-width: 240px;
    animation-duration: 1125ms;
}

.about-dialog__skeleton--env[b-r2r6rt9axx] {
    min-width: 180px;
}

.about-dialog__footer[b-r2r6rt9axx] {
    display: flex;
    gap: var(--gap-m-s);
    width: 100%;
}

.about-dialog__footer[b-r2r6rt9axx]  .fm-btn {
    flex: 1;
}
/* /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/Common/DialogHeader/DialogHeader.razor.rz.scp.css */
.dialog-header[b-tjiivn3fu7] {
    display: flex;
    align-items: center;
    gap: var(--gap-m-s);
}

.dialog-header__title[b-tjiivn3fu7] {
    flex: 1;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-l);
    font-weight: 600;
    line-height: var(--line-height-l);
    color: var(--text-icon-neutral-base-default);
}
/* /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/ParserLibDialog/ParserLibDialogView.razor.rz.scp.css */
.parser-lib-dialog[b-pd9iyttqur] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}


.parser-lib-view__footer[b-pd9iyttqur] {
    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%);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.file-path[b-fon9ubsk4h] {
    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;
}

.top-toolbar[b-fon9ubsk4h] {
    width: 100%;
    padding: 1.25rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
}

.file-load[b-fon9ubsk4h] {
    display: flex;
    gap: .75rem;
}

.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;
}

#fm-pdf-viewer[b-fon9ubsk4h] {
    width: 100%;
    height: 100%;
    overflow: hidden auto;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

[b-fon9ubsk4h] .error-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
}
/* /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/ParserLib/ParserLibSettingsView.razor.rz.scp.css */
/* /ReactiveComponents/ParserLib/ParserLibView.razor.rz.scp.css */
.parser-lib-view[b-5gczhwxpbf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.parser-lib-view__fields[b-5gczhwxpbf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

[b-5gczhwxpbf] .rz-fileupload-content {
    display: none;
}
/* /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 */
.empty-text[b-6c1fdgaib5] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.statement-upload-container[b-6c1fdgaib5] {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;

    --statement-header-height: 75px;
}

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

.statement-upload-main[b-6c1fdgaib5] {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    overflow: hidden;
    --pv-toolbar-height: 64px;
}

.statement-upload-main-header[b-6c1fdgaib5] {
    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;
}

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

.statement-upload-main-content[b-6c1fdgaib5] {
    flex: 1;
    display: flex;
    overflow-y: auto;
}

.files-list[b-6c1fdgaib5] {
    padding: 0 .5rem 0 1.25rem;
    scrollbar-gutter: stable;
    flex: 4 1 0;
    overflow-y: auto;
}

.file-viewer[b-6c1fdgaib5] {
    flex: 6 1 0;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.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: 3.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/UserAdministration/UserAdministrationView.razor.rz.scp.css */
/* User Administration Component Styles */
.user-administration[b-xjvmxtwoiw] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: var(--xxl-spacing);
    gap: var(--xxl-spacing);
}

.header-section[b-xjvmxtwoiw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: var(--xl-spacing);
    border-bottom: 1px solid var(--border-neutral-base-default);
}

.page-title[b-xjvmxtwoiw] {
    margin: 0;
    font-size: var(--xl-font-size);
    font-weight: 600;
    color: var(--text-icon-neutral-base-default);
}

.header-actions[b-xjvmxtwoiw] {
    display: flex;
    gap: var(--xl-spacing);
}

.search-section[b-xjvmxtwoiw] {
    display: flex;
    align-items: center;
    gap: var(--xl-spacing);
}

.grid-section[b-xjvmxtwoiw] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

/* Grid customization */
[b-xjvmxtwoiw] .rz-datatable-data {
    border-radius: var(--l-radius);
    overflow: hidden;
}

/* Cell styling */
.email-cell[b-xjvmxtwoiw] {
    display: flex;
    align-items: center;
}

.email-text[b-xjvmxtwoiw] {
    font-weight: 500;
    color: var(--text-icon-neutral-base-default);
}

.roles-cell[b-xjvmxtwoiw] {
    display: flex;
    align-items: center;
}

.role-badges[b-xjvmxtwoiw] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--m-spacing);
}

.role-badge[b-xjvmxtwoiw] {
    background-color: var(--surface-accent-secondary-default);
    color: var(--text-icon-accent-base-default);
    padding: var(--m-spacing) var(--l-spacing);
    border-radius: var(--s-radius);
    font-size: var(--xs-font-size);
    font-weight: 500;
    border: 1px solid var(--border-accent-base-default);
}

.role-badge.more[b-xjvmxtwoiw] {
    background-color: var(--surface-neutral-base-default);
    color: var(--text-icon-neutral-subdued-default);
    border-color: var(--border-neutral-subdued-default);
}

.no-roles[b-xjvmxtwoiw] {
    color: var(--text-icon-neutral-subdued-default);
    font-style: italic;
    font-size: var(--s-font-size);
}

.action-buttons[b-xjvmxtwoiw] {
    display: flex;
    gap: var(--m-spacing);
    justify-content: flex-end;
}

/* Loading state */
.loading-container[b-xjvmxtwoiw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--xxxl-spacing);
    gap: var(--xl-spacing);
}

.loading-text[b-xjvmxtwoiw] {
    font-size: var(--s-font-size);
    color: var(--text-icon-neutral-subdued-default);
}

/* Empty state */
.empty-state[b-xjvmxtwoiw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--xxxl-spacing);
    text-align: center;
    gap: var(--xl-spacing);
}

.empty-state h3[b-xjvmxtwoiw] {
    margin: 0;
    font-size: var(--l-font-size);
    font-weight: 600;
    color: var(--text-icon-neutral-base-default);
}

.empty-state p[b-xjvmxtwoiw] {
    margin: 0;
    font-size: var(--s-font-size);
    color: var(--text-icon-neutral-subdued-default);
    max-width: 400px;
}

/* Responsive design */
@media (max-width: 768px) {
    .user-administration[b-xjvmxtwoiw] {
        padding: var(--xl-spacing);
    }

    .header-section[b-xjvmxtwoiw] {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--xl-spacing);
    }

    .header-actions[b-xjvmxtwoiw] {
        align-self: stretch;
        justify-content: space-between;
    }

    .search-section[b-xjvmxtwoiw]  .rz-form-field {
        width: 100%;
    }

    .search-section[b-xjvmxtwoiw]  .rz-textbox {
        width: 100% !important;
    }

    .role-badges[b-xjvmxtwoiw] {
        max-width: 200px;
    }
}

/* Override Radzen styles */
[b-xjvmxtwoiw] .rz-datatable .rz-datatable-thead .rz-datatable-header {
    background-color: var(--surface-neutral-base-default);
    border-bottom: 2px solid var(--border-neutral-subdued-default);
    font-weight: 600;
    color: var(--text-icon-neutral-base-default);
}

[b-xjvmxtwoiw] .rz-datatable .rz-datatable-tbody .rz-datatable-row {
    border-bottom: 1px solid var(--border-neutral-base-default);
}

[b-xjvmxtwoiw] .rz-datatable .rz-datatable-tbody .rz-datatable-row:hover {
    background-color: var(--surface-neutral-base-hover);
}

[b-xjvmxtwoiw] .rz-button.rz-button-sm {
    min-height: 32px;
    min-width: 32px;
    padding: var(--m-spacing);
    border-radius: var(--m-radius);
}

[b-xjvmxtwoiw] .rz-button.rz-button-sm .rz-button-icon-left {
    margin: 0;
}
/* /ReactiveComponents/UserAdministration/UserDialogView.razor.rz.scp.css */
/* User Dialog Component Styles */
.user-dialog[b-vxohsob23r] {
    width: 100%;
    height: 100%;
}

.dialog-content[b-vxohsob23r] {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: var(--xxl-spacing);
}

.dialog-header[b-vxohsob23r] {
    padding-bottom: var(--xl-spacing);
    border-bottom: 1px solid var(--border-neutral-base-default);
}

.dialog-title[b-vxohsob23r] {
    margin: 0;
    font-size: var(--l-font-size);
    font-weight: 600;
    color: var(--text-icon-neutral-base-default);
}

.dialog-form[b-vxohsob23r] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--xxl-spacing);
}

.dialog-actions[b-vxohsob23r] {
    display: flex;
    justify-content: flex-end;
    gap: var(--xl-spacing);
    padding-top: var(--xl-spacing);
    border-top: 1px solid var(--border-neutral-base-default);
}

/* Role checkbox styling */
[b-vxohsob23r] .role-checkbox-list {
    display: flex;
    flex-direction: column;
    gap: var(--l-spacing);
}

[b-vxohsob23r] .role-checkbox-list .rz-chkbox-box {
    border-radius: var(--m-radius);
    border-color: var(--border-neutral-base-default);
}

[b-vxohsob23r] .role-checkbox-list .rz-chkbox-label {
    font-size: var(--s-font-size);
    font-weight: 500;
    color: var(--text-icon-neutral-base-default);
}

[b-vxohsob23r] .role-checkbox-list .rz-chkbox:hover .rz-chkbox-box {
    border-color: var(--border-accent-base-hover);
    background-color: var(--surface-accent-secondary-hover);
}

[b-vxohsob23r] .role-checkbox-list .rz-state-active .rz-chkbox-box {
    background-color: var(--surface-accent-primary-default);
    border-color: var(--border-accent-base-default);
}

/* Form field styling */
[b-vxohsob23r] .rz-form-field .rz-form-field-label {
    font-weight: 600;
    color: var(--text-icon-neutral-base-default);
    margin-bottom: var(--l-spacing);
}

/* Button styling in dialog */
[b-vxohsob23r] .dialog-actions .rz-button {
    min-width: 120px;
    padding: var(--l-spacing) var(--xxl-spacing);
    font-weight: 500;
}

/* Alert styling */
[b-vxohsob23r] .rz-alert.rz-alert-warning {
    background-color: var(--surface-semantic-caution-secondary-default);
    border-color: var(--border-semantic-caution-secondary-default);
    color: var(--text-icon-semantic-caution-default);
    border-radius: var(--l-radius);
    padding: var(--xl-spacing);
}

/* Responsive design */
@media (max-width: 768px) {
    .dialog-actions[b-vxohsob23r] {
        flex-direction: column-reverse;
    }

    [b-vxohsob23r] .dialog-actions .rz-button {
        width: 100%;
        justify-content: center;
    }
}
/* /ReactiveComponents/WidgetDashboard/WidgetDashboardView.razor.rz.scp.css */
[b-iqjbk0m31d] .rz-menu {
    overflow: visible;
}
/* /ReactiveComponents/Widgets/AccountBalance/AccountBalanceWidgetSettingsView.razor.rz.scp.css */
.account-balance-settings[b-76anfokp1x] {
    background: var(--rz-white, #ffffff);
    border-radius: var(--main-radius);
    display: flex;
    flex-direction: column;
    gap: var(--xxxl-spacing);
    padding: var(--xl-spacing);
    height: 100%;
    width: 100%;
}

.account-balance-settings__header[b-76anfokp1x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.settings-title[b-76anfokp1x] {
    font-family: 'Inter', var(--main-font);
    font-size: var(--s-font-size);
    font-weight: 600;
    line-height: 20px;
    color: var(--neutral-800);
    margin: 0;
}

.account-balance-settings__content[b-76anfokp1x] {
    display: flex;
    flex: 1;
    min-height: 0;
}

.settings-layout[b-76anfokp1x] {
    display: flex;
    gap: 1rem;
    width: 100%;
    background: var(--neutral-100);
    border-radius: var(--l-radius);
    padding: 1rem;
}

.settings-preview[b-76anfokp1x] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.preview-container[b-76anfokp1x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
}

.widget-preview[b-76anfokp1x] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.widget-preview--s[b-76anfokp1x] {
    width: 211px;
    height: 154px;
}

.widget-preview--m[b-76anfokp1x] {
    width: 280px;
    height: 200px;
}

.widget-preview--l[b-76anfokp1x] {
    width: 350px;
    height: 250px;
}

.widget-preview--xl[b-76anfokp1x] {
    width: 420px;
    height: 300px;
}

.preview-card[b-76anfokp1x] {
    display: flex;
    flex-direction: column;
    gap: var(--l-spacing);
    padding: var(--xl-spacing);
    background: var(--rz-white);
    border-radius: var(--l-radius);
    width: 100%;
    height: 100%;
}

.preview-hub-info[b-76anfokp1x] {
    display: flex;
    align-items: center;
    gap: var(--l-spacing);
}

.preview-hub-logo[b-76anfokp1x] {
    width: 20px;
    height: 20px;
    border-radius: var(--border-radius-s-xs, 6px);
    object-fit: cover;
}

.preview-hub-details[b-76anfokp1x] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.preview-hub-name[b-76anfokp1x] {
    font-family: 'Inter', var(--main-font);
    font-size: var(--s-font-size);
    font-weight: 600;
    color: var(--neutral-800);
}

.preview-account-number[b-76anfokp1x] {
    font-family: 'Inter', var(--main-font);
    font-size: var(--xs-font-size);
    color: var(--neutral-600);
}

.preview-balance[b-76anfokp1x] {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.preview-balance-amount[b-76anfokp1x] {
    font-family: var(--main-font);
    font-size: var(--xl-font-size);
    font-weight: 700;
    color: var(--neutral-800);
}

.preview-placeholder[b-76anfokp1x] {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    color: var(--neutral-600);
    font-size: var(--s-font-size);
}

.size-selector[b-76anfokp1x] {
    position: absolute;
    top: 0;
    left: 0;
}

.settings-divider[b-76anfokp1x] {
    width: 1px;
    height: 100%;
    background: var(--color-border);
}

.settings-controls[b-76anfokp1x] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.financial-hub-dropdown-item[b-76anfokp1x] {
    display: flex;
    align-items: center;
    gap: var(--l-spacing);
}

.hub-avatar-small[b-76anfokp1x] {
    width: 20px;
    height: 20px;
    background: var(--primary-100);
    border: 1px solid rgba(57, 93, 162, 0.2);
    border-radius: var(--border-radius-s-xs, 6px);
    overflow: hidden;
}

.hub-avatar-small img[b-76anfokp1x] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.toggle-field[b-76anfokp1x] {
    display: flex;
    align-items: center;
    gap: var(--l-spacing);
}

.toggle-label[b-76anfokp1x] {
    font-family: 'IBM Plex Sans', var(--main-font);
    font-size: var(--s-font-size);
    line-height: 20px;
    color: var(--neutral-800);
}

.accounts-list[b-76anfokp1x] {
    display: flex;
    flex-direction: column;
    gap: var(--m-spacing);
}

.account-list-item[b-76anfokp1x] {
    display: flex;
    align-items: center;
    gap: var(--m-spacing);
}

.drag-handle[b-76anfokp1x] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 8px;
    cursor: grab;
}

.drag-line[b-76anfokp1x] {
    height: 2px;
    width: 100%;
    background: var(--primary-400);
    border-radius: var(--l-radius);
}

.add-account-button[b-76anfokp1x] {
    margin-top: var(--m-spacing);
}

.account-balance-settings__footer[b-76anfokp1x] {
    display: flex;
    justify-content: stretch;
}

/* Radzen component overrides */
[b-76anfokp1x] .rz-dropdown {
    width: 100%;
}

[b-76anfokp1x] .rz-dropdown .rz-dropdown-trigger-icon {
    color: var(--neutral-400);
}

[b-76anfokp1x] .rz-form-field {
    margin-bottom: 0;
}

[b-76anfokp1x] .rz-form-field label {
    font-family: 'Inter', var(--main-font);
    font-size: var(--xs-font-size);
    font-weight: 500;
    line-height: 16px;
    color: var(--neutral-800);
}

[b-76anfokp1x] .rz-dropdown,
[b-76anfokp1x] .rz-textbox {
    background: var(--rz-white, #ffffff);
    border: 1px solid var(--color-border);
    border-radius: var(--l-radius);
    padding: 6px 8px;
    font-family: 'Inter', var(--main-font);
    font-size: 14px;
    line-height: 20px;
    color: var(--neutral-800);
}

[b-76anfokp1x] .rz-button.rz-button-sm {
    background: var(--neutral-100);
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-s-xs, 6px);
    padding: var(--padding-s, 4px);
}

[b-76anfokp1x] .rz-button.rz-variant-outlined {
    background: var(--neutral-100);
}

[b-76anfokp1x] .rz-button.rz-variant-outlined.add-account-btn {
    border: 1px solid var(--color-border);
    background: var(--rz-white);
    color: var(--primary-700);
}

[b-76anfokp1x] .rz-switch {
    width: 40px;
    height: 24px;
}
/* /ReactiveComponents/Widgets/AccountBalance/AccountBalanceWidgetView.razor.rz.scp.css */
.account-balance-widget[b-rsp28z9u91] {
    display: flex;
    flex-direction: column;
    gap: var(--l-spacing);
    height: 100%;
    width: 100%;
    padding: var(--xl-spacing);
    background: var(--rz-white, #ffffff);
    border-radius: var(--main-radius);
}

.account-balance-widget__header[b-rsp28z9u91] {
    display: flex;
    align-items: center;
}

.financial-hub-info[b-rsp28z9u91] {
    display: flex;
    align-items: center;
    gap: var(--l-spacing);
}

.hub-avatar[b-rsp28z9u91] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: var(--primary-100);
    border: 1px solid rgba(57, 93, 162, 0.2);
    border-radius: var(--border-radius-s-xs, 6px);
    overflow: hidden;
}

.hub-logo[b-rsp28z9u91] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hub-details[b-rsp28z9u91] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hub-name[b-rsp28z9u91] {
    font-family: 'Inter', var(--main-font);
    font-size: var(--s-font-size);
    font-weight: 600;
    color: var(--neutral-800);
}

.account-number[b-rsp28z9u91] {
    font-family: 'Inter', var(--main-font);
    font-size: var(--xs-font-size);
    color: var(--neutral-600);
}

.account-balance-widget__content[b-rsp28z9u91] {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.balance-display[b-rsp28z9u91] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.balance-amount[b-rsp28z9u91] {
    font-family: var(--main-font);
    font-size: var(--xl-font-size);
    font-weight: 700;
    color: var(--neutral-800);
}

.account-balance-widget__empty[b-rsp28z9u91] {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    color: var(--neutral-600);
    font-size: var(--s-font-size);
    text-align: center;
}
