/* /Pages/Authorisations.razor.rz.scp.css */
[b-k7kzog8p4b] .grid-container:not(:has(.empty-grid-container)) {
    max-height: calc(100%) !important;
}

.h-100[b-k7kzog8p4b]{
    height:80% !important;
}
@media (min-width: 992px) {
    [b-k7kzog8p4b] .grid-container {
        min-height: calc(100%) !important;
    }
    .h-100[b-k7kzog8p4b] {
        height: 83% !important;
    }
}
/* /Pages/FundingDetail.razor.rz.scp.css */
.details-top-bar[b-q28144kqr7] {
    width: 100%;
    height: 82px;
    background-color: var(--ca-secondary-color-1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.blur-overlay[b-q28144kqr7] {
    width: 100%;
    height: 100%;
}

[b-q28144kqr7] .width-100 {
    width: 100%;
}


#funding-details-top-details[b-q28144kqr7] {
    display: inline-block;
    position: relative;
    top: -15px;
    width: 100%;
}


[b-q28144kqr7] #funding-top-details-section {
    background-image: none;
}

[b-q28144kqr7] #funding-top-details-section, [b-q28144kqr7] .rz-accordion-content {
    background-image: none;
}

[b-q28144kqr7] .funding-detail-column {
    margin-left: 0;
    padding: 10px 0;
    width: 100%
}

    [b-q28144kqr7] .funding-detail-column > div:first-child {
        padding: 10px 20px;
    }

[b-q28144kqr7] .rz-accordion-content .col {
    padding: 0;
}

[b-q28144kqr7] #funding-details-top-details > div > div {
    width: 100%;
}

[b-q28144kqr7] #funding-amounts-section .cell {
    padding-left: 10px
}

[b-q28144kqr7] #funding-amounts-section > div {
    border-style: solid;
    border-color: var(--ca-primary-color-7);
}

    [b-q28144kqr7] #funding-amounts-section > div:first-child,
    [b-q28144kqr7] #funding-amounts-section > div.funding-net-amount {
        width: 100%;
        background-color: white;
        border-radius: 5px;
        border-width: 1px;
        color: var(--ca-primary-color-7);
        padding: 10px 15px 10px 15px;
    }

    [b-q28144kqr7] #funding-amounts-section > div:not(:first-child):not(.funding-net-amount) {
        width: calc(100% - 10px);
        padding: 10px;
        margin: 0 5px 0 5px;
        background-color: var(--ca-tertiary-color-11);
        border-radius: 0;
        border-width: 0 1px 0 1px;
    }

    [b-q28144kqr7] #funding-amounts-section > div:last-child:not(.funding-net-amount) {
        border-bottom-width: 1px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

[b-q28144kqr7] #funding-details-top-box {
    margin-top: 60px;
    margin-left: -107px;
    border-radius: 5px !important;
    width: calc(100% + 107px);
    background-color: white;
}

    [b-q28144kqr7] #funding-details-top-box > div {
        width: 100%;
    }

        [b-q28144kqr7] #funding-details-top-box > div > div {
            padding: 10px 24px;
            line-height: 24px;
            min-height: 44px;
        }

        [b-q28144kqr7] #funding-details-top-box > div:not(:first-child) {
            border-width: 1px 0 0 0;
            border-style: solid;
            border-color: var(--ca-tertiary-color-10);
        }

        [b-q28144kqr7] #funding-details-top-box > div > div.grey-background {
            padding: 10px 12px;
            border-width: 0;
            border-style: solid;
            border-color: var(--ca-tertiary-color-10);
            border-right-width: 1px;
            width: 80px;
        }

            [b-q28144kqr7] #funding-details-top-box > div > div.grey-background:has(i) {
                padding: 10px 12px 5px 12px;
            }

        [b-q28144kqr7] #funding-details-top-box > div > div:not(.grey-background) {
            width: calc(100% - 80px);
        }

        [b-q28144kqr7] #funding-details-top-box > div > div > i {
            margin-top: 2px;
        }

[b-q28144kqr7] .funding-details-icon {
    background-color: white;
    position: relative;
    display: inline-block;
    height: 90px;
    width: 90px;
    margin: 0;
    padding: 10px;
}

[b-q28144kqr7] .primary-border {
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    border-color: var(--ca-primary-color-7);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.19);
}

[b-q28144kqr7] .secondary-border {
    border-width: 2px;
    border-style: solid;
    border-radius: 12px;
    border-color: var(--ca-tertiary-color-10);
}

[b-q28144kqr7] .grey-background {
    background-color: var(--ca-tertiary-color-11);
}

[b-q28144kqr7] .white-background {
    background-color: white;
}

[b-q28144kqr7] .right-border-radius {
    border-radius: 0 5px 5px 0;
}

[b-q28144kqr7] .subTotal-section {
    border: 1px solid var(--ca-tertiary-color-10);
    background: var(--ca-sidebar-color);
    color: var(--ca-secondary-color-1);
    text-align: right;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    padding: 10px 19px 11px 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: none;
}

    [b-q28144kqr7] .subTotal-section > span:first-child {
        margin-right: 29px;
    }

[b-q28144kqr7] .rz-accordion {
    border: 1px solid var(--ca-tertiary-color-10);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: none;
}

    [b-q28144kqr7] .rz-accordion > div:only-child {
        border-radius: 0px !important;
    }

[b-q28144kqr7] .rz-accordion-header {
    background-color: #E9E9E9 !important;
}

    [b-q28144kqr7] .rz-accordion-header > a[role=tab] {
        padding: var(--rz-accordion-item-padding) !important;
    }

[b-q28144kqr7] .custom-notes {
    display: grid !important;
    text-wrap: balance;
    overflow: unset;
    text-overflow: unset;
}

[b-q28144kqr7] .rz-tabview-top > .rz-tabview-nav li {
    border-top: none;
    margin-right: 2px;
    background-color: white;
}



[b-q28144kqr7] .rz-tabview-top > .rz-tabview-nav > li > a {
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--Text-text-grey, #434D55);
    /* text-base/leading-6/font-bold */
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

    [b-q28144kqr7] .rz-tabview-top > .rz-tabview-nav > li > a:hover {
        color: var(--Text-text-grey, #434D55) !important;
    }

[b-q28144kqr7] .rz-tabview-top > .rz-tabview-nav .rz-tabview-selected > a {
    color: var(--Brand-Primary-primary-default, #77B32A) !important;
}

    [b-q28144kqr7] .rz-tabview-top > .rz-tabview-nav .rz-tabview-selected > a:hover {
        color: var(--Brand-Primary-primary-default, #77B32A) !important;
    }

[b-q28144kqr7] .rz-tabview-panel:has(.transaction-tab) {
    padding: 0rem !important;
}

[b-q28144kqr7] .rz-tabview-panel:has(.dispute-tab) {
    padding: 0rem !important;
}

[b-q28144kqr7] .loading-indicator {
    position: absolute !important;
    display: flex !important;
    top: 320px !important;
    left: 0 !important;
}

[b-q28144kqr7] .rz-dialog-side-content .loading-indicator {
    top: 0px !important;
}

[b-q28144kqr7] .summary-button {
    float: inline-end;
}

[b-q28144kqr7] div.d-flex.flex-row.justify-content-between:has(.cell.view-list-tab-button):not(:has(button)) {
    display: none !important;
}

[b-q28144kqr7] .rz-grid-table tr:not(:first-child) div.mobile-data-card .info-icon {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    [b-q28144kqr7] .rz-tabview-panel:has(.transaction-tab) {
        padding: 1.25rem !important;
    }

    [b-q28144kqr7] .rz-tabview-panel:has(.dispute-tab) {
        padding: 1.25rem !important;
    }

    [b-q28144kqr7] .loading-indicator {
        position: absolute !important;
        display: flex !important;
        top: 190px !important;
        left: 0 !important;
    }

    [b-q28144kqr7] .rz-dialog-side-content .loading-indicator {
        position: absolute !important;
        display: flex !important;
        top: 0px !important;
        left: 0 !important;
    }

    [b-q28144kqr7] #funding-amounts-section {
        min-width: 320px;
    }

    [b-q28144kqr7] .rz-accordion-content .grid-container {
        height: auto !important;
    }

    [b-q28144kqr7] .grid-container {
        height: 49vh !important;
    }

    [b-q28144kqr7] #funding-top-details-section, [b-q28144kqr7] .rz-accordion-content {
        background-image: linear-gradient(#C6C6C6, #C6C6C6);
        background-size: 1px calc(100% - 36px);
        background-repeat: no-repeat;
        background-position: center center;
    }

    [b-q28144kqr7] #funding-details-top-details > div > div {
        width: auto;
    }

    [b-q28144kqr7] #funding-top-details-section > div:not(:first-child) {
        border-width: 0;
        border-style: solid;
        border-color: var(--ca-tertiary-color-10);
        border-left-width: 1px;
        padding-left: 15px;
    }

    [b-q28144kqr7] #funding-top-details-section .cell {
        text-align: end;
    }

    [b-q28144kqr7] #funding-details-top-box {
        border-radius: 5px !important;
        width: fit-content;
        max-width: 100%;
        background-color: white;
        margin-top: 16px;
        margin-left: 0;
    }

        [b-q28144kqr7] #funding-details-top-box .cell {
            text-wrap: nowrap;
        }

        [b-q28144kqr7] #funding-details-top-box > div {
            width: fit-content;
        }

            [b-q28144kqr7] #funding-details-top-box > div > div {
                padding: 10px 24px;
                line-height: 24px;
                height: 44px;
            }

                [b-q28144kqr7] #funding-details-top-box > div > div.grey-background {
                    padding: 10px 12px;
                    width: fit-content;
                }

                [b-q28144kqr7] #funding-details-top-box > div > div > i {
                    margin-top: 2px;
                }

        [b-q28144kqr7] #funding-details-top-box span:first-child {
            padding-right: 5px
        }

        [b-q28144kqr7] #funding-details-top-box > div:not(:first-child) {
            border-width: 0;
            border-style: solid;
            border-color: var(--ca-tertiary-color-10);
            border-left-width: 1px;
        }

    [b-q28144kqr7] .top-actions {
        background-color: white !important;
    }
}
/* /Pages/Fundings.razor.rz.scp.css */
[b-b973kwuk8h] .rz-column-title-content > i.rzi {
    font-size: 1.20em;
    margin-top: 3px;
}

[b-b973kwuk8h] .grid-container:not(:has(.empty-grid-container)) {
    max-height: calc(100%) !important;
}

.h-100[b-b973kwuk8h] {
    height: 80% !important;
}

@media (min-width: 992px) {
    [b-b973kwuk8h] .grid-container {
        min-height: calc(100%) !important;
    }

    .h-100[b-b973kwuk8h] {
        height: 83% !important;
    }
}
/* /Pages/TransactionDetail.razor.rz.scp.css */
.details-top-bar[b-gy4ef225pe] {
    width: 100%;
    height: 82px;
    background-color: var(--ca-secondary-color-1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.blur-overlay[b-gy4ef225pe] {
    width: 100%;
    height: 100%;
}

[b-gy4ef225pe] .width-100{
    width: 100%;
}

[b-gy4ef225pe] .transaction-details-grey-background {
    background-color: var(--ca-tertiary-color-11);
    padding: 10px;
}

#transaction-details-top-details[b-gy4ef225pe] {
    display: inline-block;
    position: relative;
    top: -15px;
    width: 100%;
}


[b-gy4ef225pe] #transaction-top-details-section {
    max-width: 900px;
    background-image: none;
}

[b-gy4ef225pe] #transaction-top-details-section, [b-gy4ef225pe] .rz-accordion-content {
    background-image: none;
}

[b-gy4ef225pe] .rz-accordion-header {
    background-color: #E9E9E9 !important;
}

    [b-gy4ef225pe] .rz-accordion-header > a[role=tab] {
        padding: var(--rz-accordion-item-padding) !important;
    }

[b-gy4ef225pe] .transaction-detail-column {
    margin-left: 0;
    padding: 10px 0;
    width: 100%
}

[b-gy4ef225pe] .rz-accordion-content .col {
    padding: 0;
}

[b-gy4ef225pe] #transaction-details-top-details > div > div {
    width: 100%;
}

[b-gy4ef225pe] #transaction-amounts-section .cell {
    padding-left: 10px
}

[b-gy4ef225pe] #transaction-amounts-section > div {
    border-style: solid;
    border-color: var(--ca-primary-color-7);
}

[b-gy4ef225pe] #transaction-amounts-section > div:first-child,
[b-gy4ef225pe] #transaction-amounts-section > div.funding-net-amount {
    width: 100%;
    background-color: white;
    border-radius: 5px;
    border-width: 1px;
    color: var(--ca-primary-color-7);
    padding: 10px 15px 10px 15px;
}

[b-gy4ef225pe] #transaction-amounts-section > div:not(:first-child):not(.funding-net-amount) {
    width: calc(100% - 10px);
    padding: 10px;
    margin: 0 5px 0 5px;
    background-color: var(--ca-tertiary-color-11);
    border-radius: 0;
    border-width: 0 1px 0 1px;
}

[b-gy4ef225pe] #transaction-amounts-section > div:last-child:not(.funding-net-amount) {
    border-bottom-width: 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

[b-gy4ef225pe] #transaction-details-top-box {
    margin-top: 60px;
    margin-left: -107px;
    border-radius: 5px !important;
    width: calc(100% + 107px);
    background-color: white;
}

[b-gy4ef225pe] #transaction-details-top-box > div {
    width: 100%;
}

[b-gy4ef225pe] #transaction-details-top-box > div > div {
    padding: 10px 24px;
    line-height: 24px;
    min-height: 44px;
}

[b-gy4ef225pe] #transaction-details-top-box > div:not(:first-child) {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: var(--ca-tertiary-color-10);
}

[b-gy4ef225pe] #transaction-details-top-box > div > div.grey-background {
    padding: 10px 12px;
    border-width: 0;
    border-style: solid;
    border-color: var(--ca-tertiary-color-10);
    border-right-width: 1px;
    width: 80px;
}

[b-gy4ef225pe] #transaction-details-top-box > div > div.grey-background:has(i) {
    padding: 10px 12px 5px 12px;
}

[b-gy4ef225pe] #transaction-details-top-box > div > div:not(.grey-background) {
    width: calc(100% - 80px);
}

[b-gy4ef225pe] #transaction-details-top-box > div > div > i {
    margin-top: 2px;
}

[b-gy4ef225pe] .transaction-details-icon {
    background-color: white;
    position: relative;
    display: inline-block;
    height: 90px;
    width: 90px;
    margin: 0;
    padding: 10px;
}

[b-gy4ef225pe] .primary-border {
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    border-color: var(--ca-primary-color-7);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.19);
}

[b-gy4ef225pe] .secondary-border {
    border-width: 2px;
    border-style: solid;
    border-radius: 12px;
    border-color: var(--ca-tertiary-color-10);
}

[b-gy4ef225pe] .grey-background {
    background-color: var(--ca-tertiary-color-11);
}

[b-gy4ef225pe] .white-background {
    background-color: white;
}

[b-gy4ef225pe] .right-border-radius {
    border-radius: 0 5px 5px 0;
}

[b-gy4ef225pe] .rz-timeline{
    max-width: 500px;
    margin-left: 10px;

    --rz-secondary: var(--ca-secondary-color-2);
    --rz-timeline-line-color: var(--ca-secondary-color-10);
}

[b-gy4ef225pe] .rz-timeline .rz-timeline-item{
    height: 54px;
}

[b-gy4ef225pe] .rz-timeline.rz-timeline-column .rz-timeline-content-end{
    font-weight: 600;
}

[b-gy4ef225pe] .rz-timeline.rz-timeline-column .rz-timeline-content-start{
text-align: start;
--rz-text-subtitle2-font-size: var(--rz-accordion-content-font-size);
--rz-text-subtitle2-line-height: var(--bs-body-line-height);
--rz-text-subtitle2-font-weight: var(--bs-body-font-weight);
--rz-text-subtitle2-letter-spacing: var(--rz-text-subtitle2-letter-spacing);
--rz-text-subtitle2-color: var(--bs-body-color);
}

@media only screen and (min-width: 992px) {
    [b-gy4ef225pe] #transaction-amounts-section {
        min-width: 320px;
    }
    
    [b-gy4ef225pe] #transaction-top-details-section, [b-gy4ef225pe] .rz-accordion-content {
        background-image: linear-gradient(#C6C6C6, #C6C6C6);
        background-size: 1px calc(100% - 36px);
        background-repeat: no-repeat;
        background-position: center center;
    }

    [b-gy4ef225pe] #transaction-details-top-details > div > div {
        width: auto;
    }

    [b-gy4ef225pe] #transaction-top-details-section > div:not(:first-child) {
        border-width: 0;
        border-style: solid;
        border-color: var(--ca-tertiary-color-10);
        border-left-width: 1px;
        padding-left: 15px;
    }
    
    [b-gy4ef225pe] #transaction-top-details-section .cell {
        text-align: end;
    }
    
    [b-gy4ef225pe] #transaction-details-top-box {
        border-radius: 5px !important;
        width: fit-content;
        max-width: 100%;
        background-color: white;
        margin-top: 16px;
        margin-left: 0;
    }

    [b-gy4ef225pe] #transaction-details-top-box .cell{
        text-wrap: nowrap;
    }

    [b-gy4ef225pe] #transaction-details-top-box > div { 
        width: fit-content;
    }

    [b-gy4ef225pe] #transaction-details-top-box > div > div {
        padding: 10px 24px;
        line-height: 24px;
        height: 44px;
    }

    [b-gy4ef225pe] #transaction-details-top-box > div > div.grey-background {
        padding: 10px 12px;
        width: fit-content;
    }

    [b-gy4ef225pe] #transaction-details-top-box > div > div > i {
        margin-top: 2px;
    }

    [b-gy4ef225pe] #transaction-details-top-box span:first-child {
        padding-right: 5px
    }

    [b-gy4ef225pe] #transaction-details-top-box > div:not(:first-child) {
        border-width: 0;
        border-style: solid;
        border-color: var(--ca-tertiary-color-10);
        border-left-width: 1px;
    }
    
    [b-gy4ef225pe] #terminal-notifications-section .rz-accordion-content {
        background-image: none;
    }
}
/* /Pages/Users/AddUser.razor.rz.scp.css */
.details-top-bar[b-j6jy355qaj] {
    width: 100%;
    height: 82px;
    background-color: var(--ca-secondary-color-1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.blur-overlay[b-j6jy355qaj] {
    width: 100%;
    height: 100%;
}

[b-j6jy355qaj] .width-100 {
    width: 100%;
}

#transaction-details-top-details[b-j6jy355qaj] {
    display: inline-block;
    position: relative;
    top: -15px;
    width: 100%;
}

[b-j6jy355qaj] .rz-accordion-content .col {
    padding: 0;
}

[b-j6jy355qaj] .rz-accordion-content {
    padding: 10px 20px 20px 30px;
}

[b-j6jy355qaj] .rz-accordion-header {
    background-color: #E9E9E9 !important;
}

    [b-j6jy355qaj] .rz-accordion-header > a[role=tab] {
        padding: var(--rz-accordion-item-padding) !important;
    }

[b-j6jy355qaj] .rz-form-field {
    padding: 15px 0;
}


[b-j6jy355qaj] #transaction-details-top-details > div > div {
    width: 100%;
}

[b-j6jy355qaj] .transaction-details-icon {
    background-color: white;
    position: relative;
    display: inline-block;
    height: 90px;
    width: 90px;
    margin: 0;
    padding: 10px;
}

[b-j6jy355qaj] .primary-border {
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    border-color: var(--ca-primary-color-7);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.19);
}

[b-j6jy355qaj] .secondary-border {
    border-width: 2px;
    border-style: solid;
    border-radius: 12px;
    border-color: var(--ca-tertiary-color-10);
}

[b-j6jy355qaj] .white-background {
    background-color: white;
}

.bottom-button-bar[b-j6jy355qaj] {
    margin: 0 20px 20px 20px;
}

@media only screen and (min-width: 992px) {

    [b-j6jy355qaj] #transaction-details-top-details > div > div {
        width: auto;
    }

    .bottom-button-bar[b-j6jy355qaj] {
        margin: 20px 0 0 0;
    }
}
/* /Pages/Users/MyProfile.razor.rz.scp.css */
.details-top-bar[b-qmgh6s872q] {
    width: 100%;
    height: 82px;
    background-color: var(--ca-secondary-color-1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.blur-overlay[b-qmgh6s872q] {
    width: 100%;
    height: 100%;
}

[b-qmgh6s872q] .width-100 {
    width: 100%;
}

#transaction-details-top-details[b-qmgh6s872q] {
    display: inline-block;
    position: relative;
    top: -15px;
    width: 100%;
}

[b-qmgh6s872q] .rz-accordion-content .col {
    padding: 0;
}

[b-qmgh6s872q] .rz-accordion-content {
    padding: 10px 20px 20px 30px;
}

[b-qmgh6s872q] .rz-accordion-header {
    background-color: #E9E9E9 !important;
}

    [b-qmgh6s872q] .rz-accordion-header > a[role=tab] {
        padding: var(--rz-accordion-item-padding) !important;
    }

[b-qmgh6s872q] .rz-form-field {
    padding: 15px 0;
}


[b-qmgh6s872q] #transaction-details-top-details > div > div {
    width: 100%;
}

[b-qmgh6s872q] .transaction-details-icon {
    background-color: white;
    position: relative;
    display: inline-block;
    height: 90px;
    width: 90px;
    margin: 0;
    padding: 10px;
}

[b-qmgh6s872q] .primary-border {
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    border-color: var(--ca-primary-color-7);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.19);
}

[b-qmgh6s872q] .secondary-border {
    border-width: 2px;
    border-style: solid;
    border-radius: 12px;
    border-color: var(--ca-tertiary-color-10);
}

[b-qmgh6s872q] .white-background {
    background-color: white;
}

.bottom-button-bar[b-qmgh6s872q] {
    margin: 0 20px 20px 20px;
}

.green[b-qmgh6s872q] {
    color: var(--ca-primary-color-7) !important;
}

.red[b-qmgh6s872q] {
    color: red !important;
}

.info-message[b-qmgh6s872q] {
    padding: 5px 0 12px 0;
    background-color: #FBFCFE;
    border: 1px solid #C6C6C6;
    border-radius: 6px;
}

    .info-message p[b-qmgh6s872q] {
        color: #67747F;
        margin-bottom: 0;
        padding-bottom: 2px;
    }

div:has(> .info-message)[b-qmgh6s872q] {
    padding: 24px 12px 12px 12px;
}

.password-box[b-qmgh6s872q] {
    font-size: 13px;
    margin-left: 0;
    width: 100%
}

    .password-box img[b-qmgh6s872q] {
        width: 16px;
        margin-right: 5px;
    }

    .password-box > .col-lg-6:first-child[b-qmgh6s872q] {
        padding-right: 0;
    }

.password-header[b-qmgh6s872q] {
    font-weight: 700;
    font-size: 14px;
    color: var(--ca-secondary-color-5);
    padding-bottom: 9px;
    padding-top: 3px;
}

@media only screen and (min-width: 992px) {

    [b-qmgh6s872q] #transaction-details-top-details > div > div {
        width: auto;
    }

    .bottom-button-bar[b-qmgh6s872q] {
        margin: 20px 0 0 0;
    }
}
/* /Pages/Users/UpdateUser.razor.rz.scp.css */
.details-top-bar[b-f21k78jjiv] {
    width: 100%;
    height: 82px;
    background-color: var(--ca-secondary-color-1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.blur-overlay[b-f21k78jjiv] {
    width: 100%;
    height: 100%;
}

[b-f21k78jjiv] .width-100 {
    width: 100%;
}

#transaction-details-top-details[b-f21k78jjiv] {
    display: inline-block;
    position: relative;
    top: -15px;
    width: 100%;
}

[b-f21k78jjiv] .rz-accordion-content .col {
    padding: 0;
}

[b-f21k78jjiv] .rz-accordion-content {
    padding: 10px 20px 20px 30px;
}

[b-f21k78jjiv] .rz-accordion-header {
    background-color: #E9E9E9 !important;
}

    [b-f21k78jjiv] .rz-accordion-header > a[role=tab] {
        padding: var(--rz-accordion-item-padding) !important;
    }

[b-f21k78jjiv] .rz-form-field {
    padding: 15px 0;
}


[b-f21k78jjiv] #transaction-details-top-details > div > div {
    width: 100%;
}

[b-f21k78jjiv] .user-details-section {
    padding-left: 20px;
    background: #E9E9E9;
    border-top: 1px solid var(--ca-tertiary-color-10, #DDD);
    border-bottom: 1px solid var(--ca-tertiary-color-10, #DDD);
}

[b-f21k78jjiv] .transaction-details-icon {
    background-color: white;
    position: relative;
    display: inline-block;
    height: 90px;
    width: 90px;
    margin: 0;
    padding: 10px;
}

[b-f21k78jjiv] .primary-border {
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    border-color: var(--ca-primary-color-7);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.19);
}

[b-f21k78jjiv] .secondary-border {
    border-width: 2px;
    border-style: solid;
    border-radius: 12px;
    border-color: var(--ca-tertiary-color-10);
}

[b-f21k78jjiv] .white-background {
    background-color: white;
}

.bottom-button-bar[b-f21k78jjiv] {
    margin: 0 20px 20px 20px;
}

[b-f21k78jjiv] #reset-mfa p {
    color: var(--Text-text-grey, #434D55);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
}

[b-f21k78jjiv] #reset-mfa button {
    border-radius: 6px;
    border: 1px solid var(--Brand-Secondary-secondary-dark, #20282E);
    background: var(--Brand-Secondary-secondary-default, #323E48);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    margin: auto;
    width: fit-content;
}

[b-f21k78jjiv] #reset-mfa .row {
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0;
}

[b-f21k78jjiv] #reset-mfa button span {
    color: var(--Generic-white, #FFF);
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

[b-f21k78jjiv] #reset-mfa .rz-accordion-content {
    padding: 24px 24px 24px 24px;
}

@media only screen and (min-width: 992px) {

    [b-f21k78jjiv] #transaction-details-top-details > div > div {
        width: auto;
    }

    .bottom-button-bar[b-f21k78jjiv] {
        margin: 20px 0 0 0;
    }

    [b-f21k78jjiv] #reset-mfa button {
        border-radius: 6px;
        border: 1px solid var(--Brand-Secondary-secondary-dark, #20282E);
        background: var(--Brand-Secondary-secondary-default, #323E48);
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
        margin-right: 5px;
    }

    [b-f21k78jjiv] #reset-mfa p {
        text-align: left;
        font-size: 16px;
    }

    [b-f21k78jjiv] #reset-mfa .row {
        display: flex;
        height: 48px;
        flex-direction: column;
        justify-content: center;
        flex: 1 0 0;
    }
}
/* /Shared/Components/AccessTree/AccessLevelTree.razor.rz.scp.css */




[b-j7sr5f8b35] .rz-selectbar .rz-button {
    background-color: white;
    width: 100%;
    justify-content: center;
    display: flex;
}

[b-j7sr5f8b35] .rz-menuitem, .rz-autocomplete-list-item[b-j7sr5f8b35], .rz-multiselect-item[b-j7sr5f8b35], .rz-autocomplete-items li[b-j7sr5f8b35], .rz-dropdown-items li[b-j7sr5f8b35], .rz-multiselect-items li[b-j7sr5f8b35], .rz-dropdown-item[b-j7sr5f8b35] {
    border-bottom: 1px solid var(--Generic-light-accent-grey, #DDD) !important;
}

[b-j7sr5f8b35] .rz-tree{
    background-color: white;
    padding-top: 2px;
}

[b-j7sr5f8b35] .rz-tree-container{
    width: calc(100% - 5px);
}

[b-j7sr5f8b35] .rz-button{
    align-content: center;
}

[b-j7sr5f8b35] .rz-button-text{
    padding-left: 20px;
    padding-right: 20px;
}

[b-j7sr5f8b35] .rz-tree-container > .rz-treenode,
[b-j7sr5f8b35] .rz-treenode:has( > .rz-treenode-content .tree-select-all) > .rz-treenode-children > .rz-treenode {
    padding-left: 0;
}

.d-flex .justify-content-between[b-j7sr5f8b35]{
    flex-direction: column;
}

[b-j7sr5f8b35] .rz-form-field.quickSearch{
    margin: 20px 0 0 0;
    padding: 0;
}

[b-j7sr5f8b35] .rz-textbox{
    width: 100%;
}

[b-j7sr5f8b35] .top-search-box{
    order: 2;
}

[b-j7sr5f8b35] .rz-treenode:has( > .rz-treenode-content.expanded) + .rz-treenode:not(.merchant):not(.merchantaccount) .rz-treenode-content{
    border-top-left-radius: 5px;
}

.info-message[b-j7sr5f8b35] {
    padding: 12px;
    background-color: #FBFCFE;
    border: 1px solid #C6C6C6;
    border-radius: 6px;
    margin: 12px 3px 0 8px;
}

.info-message p[b-j7sr5f8b35] {
    color: #67747F;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 12px;
}
[b-j7sr5f8b35] .selectbar {
    height: 54px;
    width: 100%;
    border-radius: 8px;
    background: var(--Generic-light-grey, #F4F4F4);
    border: 1px solid var(--Generic-light-accent-grey, #DDD);
}

[b-j7sr5f8b35] .rz-buttonset {
    padding: 8px 12px 8px 12px;
    width: 100%;
}

[b-j7sr5f8b35] .rz-selectbar .rz-button.rz-button-md {
    background: none;
    border: none;
}

[b-j7sr5f8b35] .rz-selectbar .rz-button-text {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    padding-left: 25px;
    padding-right: 30px;
}

[b-j7sr5f8b35] .rz-selectbar .rz-button.rz-button-md.rz-state-active {
    border-radius: 6px;
    background: var(--Brand-Primary-primary-default, #77B32A);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

@media (min-width: 992px) {
    .d-flex .justify-content-between[b-j7sr5f8b35]{
        flex-direction: row;
    }

    [b-j7sr5f8b35] .rz-form-field.quickSearch{
        margin-top: 0;
    }

    [b-j7sr5f8b35] .top-search-box{
        order: inherit;
    }
    
    [b-j7sr5f8b35] .rz-selectbar .rz-button {
        width: unset;
        display: block;
    }
    [b-j7sr5f8b35] .selectbar {
        height: 46px;
        width: 251px;
    }
    [b-j7sr5f8b35] .rz-buttonset {
        padding: 4px 12px 4px 12px;
    }
    [b-j7sr5f8b35] .rz-selectbar .rz-button.rz-button-md.rz-state-active {
        width: 118px;
    }
}
/* /Shared/Components/AccessTree/AccessLevelTreeItemView.razor.rz.scp.css */

[b-hmjruttvm7] .rz-treenode-content{
    height: 28px;
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
    padding-left: 13px;   
    padding-right: 13px;    
    margin-top: -1px;
    margin-bottom: 0;
    position: relative;
}

[b-hmjruttvm7] .rz-treenode-content:has(.tree-select-all){
    height: 38px;
    border-style: none;
    margin-top: -2px;
    margin-bottom: 5px;
    position: relative;
    cursor: auto;
    font-weight: 500;
}

[b-hmjruttvm7] .rz-treenode-content:has(.tree-select-all) .rz-tree-toggler{
    display: none;
    pointer-events: none;
}

[b-hmjruttvm7] .rz-treenode .rz-treenode{
    padding-left: 8px;
}

[b-hmjruttvm7] .rz-treenode.platform:before,
[b-hmjruttvm7] .rz-treenode.merchant:before,
[b-hmjruttvm7] .rz-treenode.merchantaccount:before{
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
    padding-left: 13px;
    background-color: var(--ca-tertiary-color-11);
    pointer-events: none;
    width: calc(100%);
    display: block;
    height: 28px;
    align-content: center;
    margin: -1px 0 0 0;
    font-weight: 600;
    
}

[b-hmjruttvm7] .rz-treenode-content:not(.rz-treenode-content-selected):hover .rz-treenode-label,
[b-hmjruttvm7] .rz-treenode-content-selected .rz-treenode-label {
    background-color: inherit;
    color: inherit;
    border-radius: inherit;
}

[b-hmjruttvm7] .rz-treenode.first-tree-element:before{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
}

[b-hmjruttvm7] .rz-treenode.platform:before{
    content: 'Platforms';
}

[b-hmjruttvm7] .rz-treenode.merchant:before{
    content: 'Merchants';
}

[b-hmjruttvm7] .rz-treenode.merchantaccount:before{
    content: 'Merchant Accounts';
}

[b-hmjruttvm7] .rz-tree-toggler{
    align-content: center;
}

label > div:has( > .tree-entity-name)[b-hmjruttvm7] {
    width: calc(100% - 29px);
}

div:has( > .tree-entity-name)[b-hmjruttvm7]{
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
}

[b-hmjruttvm7] label{
    width: 100%;
}
 
.tree-entity-name[b-hmjruttvm7]{
    font-weight: 500;
}
 
.external-id[b-hmjruttvm7]{
    margin-left: 4px;
    color: var(--ca-tertiary-color-7);
}

[b-hmjruttvm7] .rz-treenode-content > div{
    text-wrap: nowrap;
    width: calc(100% - 29px);
}

[b-hmjruttvm7] .rz-treenode-content.expanded{
    border-bottom-left-radius: 5px;
}

[b-hmjruttvm7] .last-tree-element{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

[b-hmjruttvm7] .rz-treenode-content p{
    display: inline-block;
    margin-bottom: 0;
}

[b-hmjruttvm7] .rz-chkbox-box {
    width: 16px;
    height: 16px;
    align-self: center;
    margin-right: 6px;
}

[b-hmjruttvm7] .rz-chkbox-box .rzi {
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    align-self: center;
    justify-self: center;
}

[b-hmjruttvm7] .fake-checkbox{
    width: 28px;
    height: 1px;
    display: inline-block;
}

@media (min-width: 992px) {
    [b-hmjruttvm7] .rz-treenode .rz-treenode{
        padding-left: 31px;
    }
}
/* /Shared/Components/AccessTree/HighlightedText.razor.rz.scp.css */
.highlight[b-lf00v0qhaj]{
    color: var(--ca-primary-color-6);
}
/* /Shared/Components/ColumnPickerSection.razor.rz.scp.css */
.column-picker-section[b-dfa39zg0wi] {
    --rz-radio-checked-background-color: var(--ca-primary-color-7);
    --rz-radio-checked-border: var(--ca-primary-color-7);
    --rz-radio-border-width: 1px;
    --rz-radio-border-radius: 12px;
    --rz-radio-margin-block: 0; /*--rz-radio-margin-inline*/
    min-height: 0;
}

.search-box[b-dfa39zg0wi] {
    width: 100%;
    position: relative;
    padding: 20px 18px;
    border-bottom: 1px solid var(--ca-tertiary-color-10);
}

[b-dfa39zg0wi] .rz-checkbox-list-vertical .rz-multiselect-header {
    width: 100%;
    position: relative;
    border-bottom: 1px solid var(--ca-tertiary-color-10);
}

[b-dfa39zg0wi] .search-box input {
    width: 100%;
    padding-right: 35px;
}

.search-box img[b-dfa39zg0wi] {
    position: absolute;
    right: 29px;
    top: 28px;
}

[b-dfa39zg0wi] .rz-checkbox-list-vertical {
    padding-top: 10px;
    padding-left: 18px;
    overflow-y: auto;
}

[b-dfa39zg0wi] .rz-stack {
    padding-top: 10px;
    padding-bottom: 10px;
}

[b-dfa39zg0wi] .rz-checkbox-list-vertical .rz-chkbox-label {
        color: var(--ca-secondary-color-3);
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 142.857% */
}
.info-message[b-dfa39zg0wi] {
    padding: 12px;
    background-color: #FBFCFE;
    border: 1px solid #C6C6C6;
    border-radius: 6px;
    margin: 12px 18px 12px 18px;
}

    .info-message p[b-dfa39zg0wi] {
        color: #67747F;
        font-weight: 700;
        margin-bottom: 0;
        margin-left: 12px;
    }
/* /Shared/Components/DataDisplay/BoolDisplay.razor.rz.scp.css */

.value-yes[b-tmtc8mylyb], .value-no[b-tmtc8mylyb] {
    line-height: normal;
}

span[b-tmtc8mylyb] {
    font-weight: 500;
}
/* /Shared/Components/DataDisplay/DataDisplay.razor.rz.scp.css */
.skeleton[b-xj2gepa6nw] {
    animation: skeleton-loading-b-xj2gepa6nw 2s linear infinite alternate;
}

@keyframes skeleton-loading-b-xj2gepa6nw {
    0% {
        background-color: var(--ca-secondary-color-11);
    }

    100% {
        background-color: var(--ca-tertiary-color-10);
    }
}

.skeleton-container-loading[b-xj2gepa6nw] {
    animation: skeleton-loading-b-xj2gepa6nw 2s linear infinite alternate;
}

@keyframes skeleton-loading-b-xj2gepa6nw {
    0% {
        background-color: var(--ca-secondary-color-11);
    }

    100% {
        background-color: var(--ca-tertiary-color-10);
    }
}

.skeleton2[b-xj2gepa6nw] {
    animation: skeleton-loading2-b-xj2gepa6nw 2s linear infinite alternate;
}

@keyframes skeleton-loading2-b-xj2gepa6nw {
    0% {
        background-color: var(--ca-tertiary-color-10);
    }

    100% {
        background-color: var(--ca-secondary-color-11);
    }
}

.skeleton[b-xj2gepa6nw], .skeleton2[b-xj2gepa6nw] {
    width: 100%;
    height: 36px;
}

.cell a[b-xj2gepa6nw] {
    color: var(--ca-primary-color-7);
}
/* /Shared/Components/DataDisplay/DataWithLabel.razor.rz.scp.css */


.d-flex[b-ria47dciij] {
    padding: 10px 20px;
}

.added-padding-left[b-ria47dciij]{
    padding-left: 6px;
}

.added-padding-right[b-ria47dciij]{
    padding-right: 6px;
}

[b-ria47dciij] .d-flex {
    justify-content: end;
}

[b-ria47dciij] .cell{
    text-align: end;
    text-align-last: right;
    word-wrap: break-word;
}

[b-ria47dciij]:has(.status-tag) .label-details-display{
    align-self: center;
    display: inline-table;
}
/* /Shared/Components/DataDisplay/EnumDisplay.razor.rz.scp.css */
.ca-check-circle[b-stir9uap5n], .ca-slash-circle[b-stir9uap5n] {
    line-height: unset;
    margin-right: 5px;
    font-size: 22px;
}

.value-yes[b-stir9uap5n], .value-no[b-stir9uap5n] {
    line-height: normal;
}

span[b-stir9uap5n] {
    font-weight: 500;
}
/* /Shared/Components/DataDisplay/LabelDisplay.razor.rz.scp.css */
.label-details-display[b-6xhitgth7k] {
    font-weight: 700;
}
/* /Shared/Components/DataDisplay/NetSummaryDisplay.razor.rz.scp.css */
[b-qg8at9t7du] .summaryDetailsBtn {
    border-radius: 6px !important;
    border: 1px solid var(--ca-primary-color-6) !important;
    background-color: var(--ca-primary-color-7) !important;
    /* shadow/sm */
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    text-align: center;
    text-align-last: center;
    height: 28px !important;
    width: 28px !important;
    min-height: 28px !important;
    min-width: 28px !important;
    padding: 0 !important;
}

@media (min-width: 992px) {
    [b-qg8at9t7du] .summaryDetailsBtn {
        height: 32px !important;
        width: 32px !important;
    }
}
   
/* /Shared/Components/DataDisplay/NotesDisplay.razor.rz.scp.css */
.label-details-display[b-3slb89p6nr] {
    font-weight: 700;
}
/* /Shared/Components/DataDisplay/PaymentMethodDisplay.razor.rz.scp.css */
span[b-nbbtp4zjdc] {
    margin-left: 6px;
}
/* /Shared/Components/DataDisplay/SkeletonDisplay.razor.rz.scp.css */
.skeleton[b-u7telnoxed] {
    animation: skeleton-loading-b-u7telnoxed 2s linear infinite alternate;
}

@keyframes skeleton-loading-b-u7telnoxed {
    0% {
        background-color: #F2F4F5;
    }

    100% {
        background-color: #DDDDDD;
    }
}

.skeleton-container-loading[b-u7telnoxed] {
    animation: skeleton-loading-b-u7telnoxed 2s linear infinite alternate;
}

@keyframes skeleton-loading-b-u7telnoxed {
    0% {
        background-color: #F2F4F5;
    }

    100% {
        background-color: #DDDDDD;
    }
}

.skeleton2[b-u7telnoxed] {
    animation: skeleton-loading2-b-u7telnoxed 2s linear infinite alternate;
}

@keyframes skeleton-loading2-b-u7telnoxed {
    0% {
        background-color: #DDD;
    }

    100% {
        background-color: #F2F4F5;
    }
}

.skeleton-text[b-u7telnoxed] {
    width: 100%;
    height: 36px;
}

.skelton-container[b-u7telnoxed] {
    margin: 0 10px;
    width: 100%;
    min-width: 50px;
}

.skelton-container-regular[b-u7telnoxed] {
    background-color: #C6C6C6;
    height: 10px;
    border-radius: 6px;
}

.skelton-container-small[b-u7telnoxed] {
    background-color: #C6C6C6;
    height: 6px;
    margin-left: 5px;
    border-radius: 6px;
}

.skelton-container-large[b-u7telnoxed] {
    background-color: #C6C6C6;
    height: 16px;
    border-radius: 6px;
}

.cell[b-u7telnoxed] {
    margin: 0.5rem
}
/* /Shared/Components/DataDisplay/StatusDisplay.razor.rz.scp.css */
.status-tag[b-p7f9cvpo9r] {
    width: 80px;
    min-width: 70px;
    padding: var(--spacing-05, 4px) 12px;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-05, 4px);
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    border-radius: 6px;
    text-wrap: nowrap;
    display: inline-flex !important;

}

.status-yellow[b-p7f9cvpo9r] {
    border: 1px solid #92400E;
    background: #FEF3C7;
    color: #92400E;
}


.status-green[b-p7f9cvpo9r] {
    border: 1px solid #065F46;
    background: #D1FAE5;
    color: #065F46;
}

.status-red[b-p7f9cvpo9r] {
    border: 1px solid #E00000;
    background: #FFE8E8;
    color: #E00000;
}


.status-black[b-p7f9cvpo9r] {
    border: 1px solid  #20282E;
    background: #DADCDD;
    color:  #20282E;
}

.status-orange[b-p7f9cvpo9r] {
     border: 1px solid #B6540F;
    background: #FFDBC0;
    color: #B6540F;
}

.status-pink[b-p7f9cvpo9r] {
    border: 1px solid #9D174D;
    background: #FCE7F3;
    color: #9D174D;
}

.status-blue[b-p7f9cvpo9r] {
    border: 1px solid #0385AE;
    background: #C8F2FF;
    color: #0385AE;
  
}

.status-purple[b-p7f9cvpo9r] {
     border: 1px solid #1E40AF;
    background: #DBEAFE;
    color: #1E40AF;
}

.status-default[b-p7f9cvpo9r] {
    color: black;
}
/* /Shared/Components/FilterCountBadge.razor.rz.scp.css */

[b-oy6iv78x6p] .filter-badge {
    background-color: var( --ca-primary-color-7) !important;
    border-radius: 16px;
    color: white;
    font-size: 11px;
    height: 21px;
    width: 23px;
    position: absolute;
    padding: 2px 0px 0px 0px;
}
/* /Shared/Components/FormField/FormField.razor.rz.scp.css */
[b-9m7zbhqrsq] .rz-form-field {
    width: 100%;
}

[b-9m7zbhqrsq] .rz-dropdown {
    display: inline-flex;
}

[b-9m7zbhqrsq] .rz-form-field-label {
    color: var(--ca-secondary-color-3) !important;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    background: white !important;
}

[b-9m7zbhqrsq] .rz-form-field-content:has(.invalid){
    border-color: var(--rz-danger) !important;
}

[b-9m7zbhqrsq] .rz-messages-error{
    font-weight: 500;
    margin-top: -15px;
    padding-left: 10px;
    position: absolute;
    display: block;
}
/* /Shared/Components/Grid/Grid.razor.rz.scp.css */
.grid-container:not(:has(.empty-grid-container))[b-0te7dhxumd]{
    max-height: calc(100% - 66px - 54px);
}
 
.grid-error-title[b-0te7dhxumd] {
    font-weight: 1000;
    font-size: 32px;
    color: var(--ca-secondary-color-5);
    text-align: center;
}

.empty-grid-message[b-0te7dhxumd] {
    color: var(--ca-secondary-color-5);
    font-size: 18px;
    text-align: center;
    margin-top: 48px;
}

.empty-grid-message a[b-0te7dhxumd] {
    text-decoration: underline;
    font-weight: 600;
    color: var(--ca-secondary-color-5);
}

[b-0te7dhxumd] .rz-pager {
    border-top: 1px solid #ddd;
    padding-right: 10px;
    padding-left: 10px;
}
[b-0te7dhxumd] i.rzi {
    font-size: 1.20em;
}
.tooltip > div > div[b-0te7dhxumd] {
    width: 200px;
    text-wrap: wrap;
}
[b-0te7dhxumd] div:has( > .info-icon){
    display: inline;
}
[b-0te7dhxumd] .paging-without-totalcount .rz-pager-last
{
    display:none;
}
[b-0te7dhxumd] .paging-without-totalcount .rz-pager-next {
    margin: 0px 0px 0px 49px !important;
}
@media (min-width: 992px) {
    .empty-grid-message[b-0te7dhxumd] {
        color: var(--ca-secondary-color-5);
        font-size: 28px;
        text-align: center;
        margin-top: 48px;
    }
    
    [b-0te7dhxumd] .grid-center{
        justify-content: center !important;
        display: flex !important;
    }

    [b-0te7dhxumd] .rz-pager {
        border-top: none;
        padding-right: 0;
        padding-left: 0;
    }
  
    [b-0te7dhxumd] .cell {
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .grid-container[b-0te7dhxumd] {
        min-height: calc(100% - 66px);
    }
    
    [b-0te7dhxumd] td {
        height: 42px;
    }
}
/* /Shared/Components/Grid/Mobile/MobileDataDisplay.razor.rz.scp.css */
hr[b-1074oh1j2o] {
    margin: 0;
    background-color: var(--ca-tertiary-color-10);
    opacity: unset;
}

.mobile-data-card[b-1074oh1j2o] {
    border: 1px solid var(--ca-tertiary-color-10);
    border-radius: 6px;
    margin-bottom: 3px;
}

.col[b-1074oh1j2o] {
    padding: 3px 0;
}

[b-1074oh1j2o] .col-6{
    text-wrap: wrap;
}

[b-1074oh1j2o] .status-tag {
    display: inline-block;
}

[b-1074oh1j2o] .d-flex{
    padding: 5px 20px;
}

[b-1074oh1j2o] .data-header-section .added-padding-right{
    width:10%;
}

[b-1074oh1j2o] .data-header-section .added-padding-left{
    width:90%;
}
/* /Shared/Components/Grid/Mobile/RelatedTransactionDataDisplay.razor.rz.scp.css */
hr[b-zfa8y9b9xv] {
    margin: 0;
    background-color: var(--ca-tertiary-color-10);
    opacity: unset;
}

.cell-header[b-zfa8y9b9xv] {
    margin: 7px 10px;
}

.cell-data[b-zfa8y9b9xv] {
    margin: 10px;
}

.related-transaction[b-zfa8y9b9xv] {
    padding-left: 4px;
    border: 1px solid var(--ca-tertiary-color-10);
    border-radius: 6px;
}

.transaction-status[b-zfa8y9b9xv] {
    margin-top: 8px;
}

.transaction-amount[b-zfa8y9b9xv] {
    margin-top: 8px;
}

.transaction-datetime-value[b-zfa8y9b9xv] {
    color: var(--ca-tertiary-color-7);
}

a[b-zfa8y9b9xv] {
    color: var(--ca-primary-color-7);
}
/* /Shared/Components/Grid/SimpleGrid.razor.rz.scp.css */
[b-hjhrmb5ill] .rz-grid-table .cell {
    padding-left: 4px;
}

[b-hjhrmb5ill] .rz-data-grid{
    margin: 2px 0px;
}
[b-hjhrmb5ill] .grid-center{
    justify-content: center !important;
}

[b-hjhrmb5ill] .rz-grid-table thead th:last-child .rz-column-title {
    border-right: none;
}

@media (min-width: 992px) {
    [b-hjhrmb5ill] .cell {
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
    [b-hjhrmb5ill] .rz-data-grid {
        margin: 2px 18px;
    }
    .grid-container[b-hjhrmb5ill] {
        min-height: calc(100% - 66px);
    }
    
    [b-hjhrmb5ill] td {
        height: 42px;
    }
    
    [b-hjhrmb5ill] .grid-center{
        justify-content: center !important;
        display: flex !important;
    }
}
/* /Shared/Components/InfoTooltip.razor.rz.scp.css */

[b-mlusutycwp] .info-icon {
    font-size: 1.20em;
    vertical-align: middle;
    font-variation-settings: 'FILL' 1;
}
/* /Shared/Components/ListPage/QuickSearch.razor.rz.scp.css */

@media (min-width: 992px) {
    .rz-form-field-label[b-08xe6zt3wn] {
        background: var(--ca-tertiary-color-11) !important;
    }
}
/* /Shared/Components/ListPage/StatusFilterSegment.razor.rz.scp.css */
[b-mz4b54ozzr] .rz-selectbar .rz-button.rz-button-md.rz-state-active {
    border: 1px solid var(--Brand-Secondary-secondary-dark, #20282E) !important;
    background: var(--Brand-Secondary-secondary-default, #323E48) !important;
}
[b-mz4b54ozzr] .rz-selectbar .rz-button {
    background-color: white;
}

[b-mz4b54ozzr] .rz-menuitem, .rz-autocomplete-list-item[b-mz4b54ozzr], .rz-multiselect-item[b-mz4b54ozzr], .rz-autocomplete-items li[b-mz4b54ozzr], .rz-dropdown-items li[b-mz4b54ozzr], .rz-multiselect-items li[b-mz4b54ozzr], .rz-dropdown-item[b-mz4b54ozzr] {
    border-bottom: 1px solid var(--Generic-light-accent-grey, #DDD) !important;
}
/* /Shared/Components/ListPage/TopBarButtons.razor.rz.scp.css */


.top-actions[b-sedmfgfahj] {
    display: flex !important;
    padding: 12px 0 12px 0;
    border-bottom: 1px solid #ddd;
    background: white;
    justify-content: end;
}

 .top-actions img[b-sedmfgfahj] {
    width: 20px;
}

[b-sedmfgfahj] .segmentFilterDropDown {
    width: 80% !important;
    margin: 5px 12px 0 14px;
}

[b-sedmfgfahj] .rz-button.rz-secondary.rz-shade-default {
    margin-right: 10px;
}

.filter-button[b-sedmfgfahj] {
    display: flex;
}

[b-sedmfgfahj] .filter-badge {
   
    margin: -7px 0px 0px -8px;
  
}

[b-sedmfgfahj] .rz-button.rz-shade-default.bt-clear-filter-settings {
    margin-left: -16px !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

[b-sedmfgfahj] .rz-button.rz-shade-default.bt-filter-settings {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-right: 14px;
}

@media (max-width: 991px) {
    [b-sedmfgfahj] .rz-button.rz-shade-default{
        padding: 10px;
        width: 42px !important;
        min-width: 42px !important;
    }
}

@media (min-width: 992px) {

     .top-actions[b-sedmfgfahj] {
        padding: 0 0 24px 0;
        border-bottom: none;
        background-color: var(--ca-tertiary-color-11);
    }

     .top-actions img[b-sedmfgfahj] {
        width: 20px;
    }
     
    [b-sedmfgfahj] .rz-button.rz-secondary.rz-shade-default:last-child {
        margin-right: 0;
    }

    [b-sedmfgfahj] .rz-button.rz-shade-default.bt-clear-filter-settings {
        width: 58px !important;
        min-width: 58px !important;
    }
      
}
/* /Shared/Components/LoadingIndicator.razor.rz.scp.css */


.loading-indicator[b-0xp6gm4me5] {
    position: absolute;
    display: grid;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(244,244,244,0.95);
    z-index: 100;
}

.loading-indicator.first-load[b-0xp6gm4me5] {
    background: rgba(244,244,244,1);
}

.loading-indicator svg[b-0xp6gm4me5]{
    background-image: url(../images/CASpinner.svg);
    position: absolute;
    margin: auto;
    height: 40px;
    width: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.loading-container[b-0xp6gm4me5]{
    display: grid;
    align-content: center;
    justify-content: center;
    margin:auto;
}

.loading-text[b-0xp6gm4me5]{
    margin-top: 250px;
    font-weight: 700;
}

[b-0xp6gm4me5] .loading-container .loading-cancel-button,
.loading-text[b-0xp6gm4me5]{
    justify-self: center;

}
[b-0xp6gm4me5] .loading-cancel-button {
    margin-top:10px;
}
.loading-spinner[b-0xp6gm4me5] {
    position: absolute;
    height: 80px;
    width: 80px;
    border: 3px solid transparent;
    border-top-color: #77B32A;
    top: 50%;
    left: 50%;
    margin: -40px;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

.loading-spinner[b-0xp6gm4me5]:before, .loading-spinner[b-0xp6gm4me5]:after{
    content:'';
    position: absolute;
    border: 3px solid transparent;
    border-radius: 50%;
}

.loading-spinner[b-0xp6gm4me5]:before{
    border-top-color: #323E48;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    animation: spin 2s linear infinite;
}

.loading-spinner[b-0xp6gm4me5]:after{
    border-top-color: #20282E;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    animation: spin 3s linear infinite;
}
/* /Shared/Components/PageNotFound.razor.rz.scp.css */
.header[b-refgkikwx6] {
    margin-top: 48px;
    margin-bottom: 0px;
    font-size: 28px;
    font-weight: 900;
    color: var(--ca-secondary-color-1)
}

.description[b-refgkikwx6] {
    margin-top: 12px;
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 28px;
    color: var(--ca-secondary-color-5);
}
/* /Shared/Components/Search.razor.rz.scp.css */

.top-search-box[b-rp2u5zb9i3] {
    background: white;
}

[b-rp2u5zb9i3] .quickSearch {
    margin: 0px 14px 0px 13px;
    width: 100% !important;
}

[b-rp2u5zb9i3] .rz-form-field-label {
    color: var(--ca-secondary-color-3) !important;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    background: white !important;
}

[b-rp2u5zb9i3] .quickSearch input {
    color: var(--ca-tertiary-color-7);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

[b-rp2u5zb9i3] .rz-form-field-content {
    border-radius: 6px;
    border: 1px solid var(--Text-label-light, #C6C6C6);
    background: var(--Generic-white, #FFF);
}

@media (min-width: 992px) {

    .top-search-box[b-rp2u5zb9i3] {
        background:none;
    }

    [b-rp2u5zb9i3] .quickSearch {
        margin: 0px 0px 0px 0px;
        width: 50% !important;
    }

    .secondary-background[b-rp2u5zb9i3]  .rz-form-field-label {
        background: var(--ca-tertiary-color-11) !important;
    }
}
[b-rp2u5zb9i3] input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

[b-rp2u5zb9i3] input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/* /Shared/Components/SessionExpired.razor.rz.scp.css */
.session-expire-container[b-qjjmpcourm] {
    text-align: center;
}

[b-qjjmpcourm] .rz-stack {
    width: fit-content;
    max-width: 420px;
    background-color: white;
    padding: 64px;
    gap: 24px;
    border-radius: 15px;
}

[b-qjjmpcourm] .header {
    font-size: 22px;
    font-weight: 900;
    color: var(--ca-secondary-color-1)
}

[b-qjjmpcourm] .description {
    font-weight: 900;
    font-size: 14px;
    color: var(--ca-tertiary-color-7);
}

[b-qjjmpcourm]  #session-expired-signin {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* /Shared/Dialogs/ColumnSettingsDialog.razor.rz.scp.css */
.content[b-65bf82dc5a] {
    flex: 1 1 auto;
    padding: 18px 0 0 0;
    overflow: hidden;
}

.select-columns-label[b-65bf82dc5a] {
    color: var(--ca-secondary-color-3);
    font-weight: 700;
    font-size: 14px;
    padding: 0 18px;
}

.info-message[b-65bf82dc5a] {
    padding: 12px;
    background-color: #FBFCFE;
    border: 1px solid #C6C6C6;
    border-radius: 6px;
    margin: 12px 18px 0 18px;
}

.info-message p[b-65bf82dc5a] {
    color: #67747F;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 12px;
}


.topbar-icon[b-65bf82dc5a] {
    margin-left: -15px;
    border: 1px solid #77B32A;
    border-radius: 6px;
    padding: 5px;
    background-color: white;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}

.header[b-65bf82dc5a] {
    border-bottom: 1px solid #ddd;
}

.close-icon[b-65bf82dc5a] {
    border: 1px solid #ddd;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 8px;
    background-color: white;
    margin-right: 25px;
    cursor: pointer;
}

.header-label[b-65bf82dc5a] {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 16px;
    margin-left: 18px;
    padding-right: 25px;
}

.footer[b-65bf82dc5a] {
    border-top: 1px solid #ddd;
    padding: 18px;
    background: var(--Generic-lightest-grey, #FBFCFE);
}

/* /Shared/Dialogs/ConfirmationDialog.razor.rz.scp.css */
p[b-alv1jj7l7s] {
    color: var(--Text-text-grey, #434D55);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
}
.footer[b-alv1jj7l7s] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: var(--m, 18px);
    align-self: stretch;
    padding: 1.25rem;
    border-top: 1px solid var(--Generic-light-accent-grey, #DDD);
    background: var(--Generic-lightest-grey, #FBFCFE);
}
.content[b-alv1jj7l7s] {
    padding: 1.25rem;
    min-height: 60px;
    text-align: center;
}
.rz-dialog-title[b-alv1jj7l7s] {
    display: inline;
}
.rz-dialog-0-label[b-alv1jj7l7s]::before {
    display: inline;
}
.rz-dialog-titlebar[b-alv1jj7l7s] {
    display: flex;
    align-items: center;
}

.rz-dialog-titlebar-close[b-alv1jj7l7s] {
    margin-left: auto;
    cursor: pointer;
}
[b-alv1jj7l7s] .footer button {
    display: flex;
    width: 100px;
    min-width: 100px;
    padding: var(--Spacing-1, 8px) var(--l, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--l, 12px);
}

/* /Shared/Dialogs/ExportDialog.razor.rz.scp.css */

.content[b-2m15p1ws9f] {
    flex: 1 1 auto;
    padding: 18px 0 0 0;
    overflow: hidden;
}

.topbar-icon[b-2m15p1ws9f] {
    margin-left: -15px;
    border: 1px solid #77B32A;
    border-radius: 6px;
    padding: 5px;
    background-color: white;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}

.export-prompt-label[b-2m15p1ws9f] {
    color: var(--ca-secondary-color-3);
    font-weight: 700;
    font-size: 14px;
    padding: 0 18px;
}

.info-message[b-2m15p1ws9f] {
    padding: 12px;
    background-color: #FBFCFE;
    border: 1px solid #C6C6C6;
    border-radius: 6px;
    margin: 12px 18px 0 18px;
}

.info-message p[b-2m15p1ws9f] {
    color: #67747F;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 12px;
}

.header[b-2m15p1ws9f] {
    border-bottom: 1px solid #ddd;
}

.close-icon[b-2m15p1ws9f] {
    border: 1px solid #ddd;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 8px;
    background-color: white;
    margin-right: 25px;
    cursor: pointer;
}

.header-label[b-2m15p1ws9f] {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 16px;
    margin-left: 18px;
    padding-right: 25px;
}

.footer[b-2m15p1ws9f] {
    border-top: 1px solid #ddd;
    padding: 18px;
}

.dialog-error[b-2m15p1ws9f] {
    position: absolute;
    display: grid;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(244,244,244,0.95);
    z-index: 100;
}

    .dialog-error img[b-2m15p1ws9f] {
        margin-top: 30px;
    }

    .dialog-error img[b-2m15p1ws9f],
    [b-2m15p1ws9f] .dialog-error-container .dialog-error-cancel-button,
    .dialog-error-text[b-2m15p1ws9f] {
        justify-self: center;
    }

.dialog-error-container[b-2m15p1ws9f] {
    display: grid;
    align-content: center;
    justify-content: center;
}

.dialog-error-text[b-2m15p1ws9f] {
    margin-top: 20px;
    font-weight: 700;
    color: #FC5555;
}

[b-2m15p1ws9f] .rz-accordion-content-wrapper {
    overflow: auto;
}

[b-2m15p1ws9f] .rz-expander .rz-expander-content {
    overflow-y: auto;
}

[b-2m15p1ws9f] #rz-accordiontab-1-content {
    height: calc(100% - 103px) !important;
}

[b-2m15p1ws9f] .rz-accordion {
    margin: 9px 0 0 0;
    height: 100%;
}

[b-2m15p1ws9f] .property-section {
    text-align: left;
    display: table-cell;
    color: var(--ca-secondary-color-3);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    width: 60%;
    padding: 10px 0px 0px 0px;
}

[b-2m15p1ws9f] .operator-section {
    color: var(--ca-secondary-color-3);
    /* text-xs/leading-4/font-normal */
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 0px 0px 7px 0px;
}

[b-2m15p1ws9f] .value-section {
    color: var(--ca-secondary-color-3);
    /* text-xs/leading-4/font-medium */
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
}

[b-2m15p1ws9f] .filter-details-section {
    display: table;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid var(--ca-tertiary-color-10);
    background: var(--ca-sidebar-color);
    height: 64px;
    padding: 5px 11px 14px 18px;
}

[b-2m15p1ws9f] .rz-accordion-content > div:last-child {
    border-bottom: none;
}

[b-2m15p1ws9f] .filter-badge {
    margin: 28px 0px 0px 157px;
}

[b-2m15p1ws9f] .applied-filters-sections {
    padding-left: 20px;
}

[b-2m15p1ws9f] .columns-section {
    padding-left: 20px;
}

[b-2m15p1ws9f] .rz-accordion-content {
    padding: 0rem !important;
}

[b-2m15p1ws9f] .footer {
    border-top: 1px solid #ddd;
    padding: 18px;
    background: var(--Generic-lightest-grey, #FBFCFE);
}

[b-2m15p1ws9f] .rz-accordion-header {
    background-color: #F4F4F4;
    border-top: 1px solid var(--ca-tertiary-color-10, #DDD);
    border-bottom: 1px solid var(--ca-tertiary-color-10, #DDD);
}

[b-2m15p1ws9f] .filter-value-section {
    text-align: right;
    display: grid;
    margin: 0;
}

/* /Shared/Dialogs/FilterSettingsDialog.razor.rz.scp.css */

.content[b-ppqy3vd76z] {
    flex: 1 1 auto;
    height: 100%;
    overflow-y: auto;
    padding: 18px 10px 18px 18px;
}

.select-filters-label[b-ppqy3vd76z] {
    color: var(--ca-secondary-color-3);
    font-weight: 700;
    font-size: 14px;
}

[b-ppqy3vd76z] .dateRanges {
    font-size: 13px;
    padding-top: 10px;
    padding-left: 3px;
}

.filters-saved-locally[b-ppqy3vd76z] {
    padding: 12px;
    background-color: #FBFCFE;
    border: 1px solid #C6C6C6;
    border-radius: 6px;
    margin-top: 12px;
}

    .filters-saved-locally div[b-ppqy3vd76z] {
        background-image: url('/images/icons/info-button-2.svg');
    }

    .filters-saved-locally p[b-ppqy3vd76z] {
        color: #67747F;
        font-weight: 700;
        margin-bottom: 0;
        margin-left: 12px;
    }

.topbar-icon[b-ppqy3vd76z] {
    margin-left: -15px;
    border: 1px solid #77B32A;
    border-radius: 6px;
    padding: 5px;
    background-color: white;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}

[b-ppqy3vd76z] .rz-datafilter-editor > div.rz-dropdown > span.rz-dropdown-label {
    width: 87%;
    overflow: hidden;
    display: flex;
}

.header[b-ppqy3vd76z] {
    border-bottom: 1px solid #ddd;
}

.close-icon[b-ppqy3vd76z] {
    border: 1px solid #ddd;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 8px;
    background-color: white;
    margin-right: 25px;
    cursor: pointer;
}

.header-label[b-ppqy3vd76z] {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 16px;
    margin-left: 18px;
    padding-right: 25px;
}

.footer[b-ppqy3vd76z] {
    border-top: 1px solid #ddd;
    padding: 18px;
    background: var(--Generic-lightest-grey, #FBFCFE);
}

[b-ppqy3vd76z] .rz-datafilter .rz-button.rz-datafilter-item-clear {
    border-radius: 6px;
    border: 1px solid #DDD;
    background: #FFF;
    /* shadow/sm */
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

[b-ppqy3vd76z] .rz-datafilter .rz-datafilter-item {
    display: grid !important;
    gap: 1rem;
    position: static !important;
    margin: 2.25rem auto;
    border-bottom: 1px solid #C6C6C6;
    padding: 0 0 14px 0px;
}

[b-ppqy3vd76z] .rz-datafilter-operator-bar {
    display: none;
}

[b-ppqy3vd76z] .rz-datafilter-all-items-clear {
    display: none !important;
}

[b-ppqy3vd76z] .rz-datafilter .rz-datafilter-bar {
    display: none !important;
    margin: 0 !important;
}

[b-ppqy3vd76z] .rz-datafilter-editor {
    width: 100%;
    overflow: hidden;
    display: block !important;
}

[b-ppqy3vd76z] .rz-datafilter .rz-datafilter-group {
    position: static !important;
    margin: 1.25rem 0 0;
}

[b-ppqy3vd76z] .rz-datafilter .rz-datafilter-item:before {
    border-left: none;
}

[b-ppqy3vd76z] .rz-datafilter .rz-datafilter-item:after {
    border-left: none;
    border-bottom: none;
}

[b-ppqy3vd76z] .rz-datafilter .rz-datafilter-item .rz-dropdown {
    display: flex;
    height: 40px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

[b-ppqy3vd76z] #disabled-filter ul li:first-child {
    opacity: 0.4 !important;
    pointer-events: none !important;
}

[b-ppqy3vd76z] .rz-datafilter-item-clear {
    width: auto;
    height: auto;
    line-height: 1.25rem;
    min-height: 2.25rem;
    min-width: 2.25rem;
    opacity: 1.5 !important;
    color: #323E48 !important;
    text-align: center;
    /* text-sm/leading-4/font-medium */

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    display: block;
    margin-left: auto;
    margin-right: 0;
    padding: 0 15px;
}

    [b-ppqy3vd76z] .rz-datafilter-item-clear:before {
        content: "Remove Filter ";
    }

    [b-ppqy3vd76z] .rz-datafilter-item-clear span {
        display: none;
    }

[b-ppqy3vd76z] .rz-numeric-button {
    background: transparent !important;
    color: black;
}

[b-ppqy3vd76z] .rz-datafilter-editor span.rz-spinner {
    width: 100% !important;
    border: 1px solid #9B9B9B;
    box-shadow: none;
}

[b-ppqy3vd76z] .rz-datafilter-editor input {
    box-shadow: none;
    border-radius: 6px;
    display: flex;
    height: 30px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

[b-ppqy3vd76z] .rz-datafilter-editor span.rz-spinner:hover {
    width: 100% !important;
    border: 1px solid #9B9B9B;
    box-shadow: none;
}

[b-ppqy3vd76z] .dateRangePickers {
    display: flex;
    margin-top: 8px;
}

    [b-ppqy3vd76z] .dateRangePickers div:first-child {
        padding: 0px 2px 0px 0px;
    }

[b-ppqy3vd76z] .rzi-caret-down:before {
    content: "expand_more" !important;
    display: unset;
    background: none !important;
    width: unset;
    height: unset;
    background-size: unset;
}

[b-ppqy3vd76z] .chips-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 8px;
    min-height: 44px;
    background-color: #fff;
    cursor: text;
    transition: border-color 0.2s ease-in-out;
}

    [b-ppqy3vd76z] .chips-container:focus-within {
        border-color: #0078d7;
        box-shadow: 0 0 0 2px rgba(0, 120, 215, 0.2);
    }

[b-ppqy3vd76z] .chip {
    display: inline-flex;
    align-items: center;
    background-color: #f1f3f4;
    border-radius: 16px;
    font-size: 0.85rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:5px;
}

    [b-ppqy3vd76z] .chip button {
        margin-left: 8px;
        background: none;
        border: none;
        font-weight: bold;
        color: #555;
        cursor: pointer;
        line-height: 1;
        font-size: 16px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        [b-ppqy3vd76z] .chip button:hover {
            color: #d32f2f;
        }

[b-ppqy3vd76z] .chips-input {
    flex-grow: 1;
    min-width: 200px;
    border: none;
    outline: none;
    font-size: 0.9rem;
    padding: 4px;
}

[b-ppqy3vd76z] .chips-input.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

[b-ppqy3vd76z] .validation-message {
    color: #d32f2f;
    font-size: 0.85rem;
    margin-top: 4px;
}
/* /Shared/Layout/Footer.razor.rz.scp.css */
.footer-bar[b-e6qehd9tvt]{
    height: 100%;
}

#FooterFaq[b-e6qehd9tvt]{
    margin-left: 15px
}

a[b-e6qehd9tvt] {
    display: inline-block;
}

[b-e6qehd9tvt] .branding-logo{
    background-image: var(--ca-branding-logo-url-light);
    width: var(--ca-branding-logo-width-light);
    height: var(--ca-branding-logo-height-light);
    right: 15px;
    transition: var(--rz-transition-all);
}

[b-e6qehd9tvt] .footer-icon {
    height: 30px;
    font-size: 30px;
    color: var(--ca-primary-color-7);
    font-variation-settings: 'FILL' 1;
}

[b-e6qehd9tvt] .footer-icon:hover{
    color: var(--ca-secondary-color-1);
}

[b-e6qehd9tvt] .rz-stack {
    height: 100%;
}


/* /Shared/Layout/Header.razor.rz.scp.css */

.header-bar.desktop[b-z9adtdlosi] {
    display: none;
}

.header-bar.mobile[b-z9adtdlosi] {
    display: inherit;
    width: 100%;
    height: 60px;
    background-color: var(--ca-secondary-color-1);
}

@media only screen and (min-width: 992px) {
    .header-bar.desktop[b-z9adtdlosi] {
        display: inherit;
        border-bottom-width: 1px;
        border-bottom-color: #DDDDDD;
        border-bottom-style: solid;
    }

    .header-bar.mobile[b-z9adtdlosi] {
        display: none;
    }
}

[b-z9adtdlosi] button.rz-button.rz-primary.sidebar-button {
    color : var(--ca-tertiary-color-11);
    border: none;
    background-color: transparent;
    width: 42px;
    min-width: 42px;
    background-image:none;
}

[b-z9adtdlosi] #mobile-sidebar-button i{
    font-size: 28px;
}

.desktop[b-z9adtdlosi]  .logo-section{
    margin-bottom: -1px;
    background-color: var(--ca-secondary-color-1);
    width:224px;
    height:70px;
}

.desktop[b-z9adtdlosi]  .branding-logo{
    background-image: var(--ca-branding-logo-url);
    width: var(--ca-branding-logo-width);
    height: var(--ca-branding-logo-height);
}

.desktop[b-z9adtdlosi]  .page-title{
    font-weight: 1000;
    font-size: 24px;
    padding: 11px 0 11px 30px;
}

.mobile[b-z9adtdlosi]  .logo-section {
    width: 100%;
}

.mobile[b-z9adtdlosi]  .rz-stack {
    height: 100%;
}

.mobile[b-z9adtdlosi]  button.sidebar-button {
    margin-right: 15px;
    border: none;
    background-color: transparent;
    width: 42px;
    min-width: 42px;
}

.mobile[b-z9adtdlosi]  .branding-logo {
    background-image: var(--ca-branding-logo-url-small);
    margin-left: 15px;
    width: 35px;
    height: 35px;
}

.mobile[b-z9adtdlosi]  .page-title{
    font-weight: 600;
    font-size: 24px;
    color: white;
}
/* /Shared/Layout/MainLayout.razor.rz.scp.css */
[b-euv1jeavua] .nav-sidebar {    
    /* sidebar */
    --rz-sidebar-background-color: var(--ca-sidebar-background-color);
    --rz-sidebar-color: var(--ca-sidebar-color);
    --rz-sidebar-width: 101vw;
    --rz-sidebar-border-inline-end: none;

    /* menu item */
    --rz-panel-menu-item-active-background-color: var(--ca-panel-menu-item-active-background-color);
    --rz-panel-menu-item-2nd-level-active-background-color: var(--ca-sidebar-background-color);
    --rz-panel-menu-item-background-color: var(--ca-sidebar-background-color);
    --rz-panel-menu-item-active-indicator: transparent;
    --rz-panel-menu-item-hover-indicator: var(--ca-sidebar-background-color);
    --rz-panel-menu-item-hover-background-color: var(--ca-primary-color-6);
    --rz-panel-menu-item-2nd-level-hover-color: var(--ca-primary-color-6);
    --rz-panel-menu-item-2nd-level-hover-background-color: var(--ca-sidebar-background-color);
    --rz-panel-menu-item-2nd-level-active-color: var(--ca-primary-color-7);
    --rz-panel-menu-item-padding-block: 14px 14px;
    --rz-panel-menu-item-padding-inline: 8px 12px;
    --rz-panel-menu-item-border-radius: 6px;
    --rz-panel-menu-item-margin-block: 16px;
    --rz-panel-menu-item-margin-inline: 6px;
    --rz-panel-menu-item-2nd-level-margin-block: 6px 6px;
    --rz-panel-menu-icon-2nd-level-margin-inline: -30px 15px;
    --rz-panel-menu-icon-2nd-level-icon-size: 5px 5px;
    --rz-panel-menu-item-border: none;
    --rz-panel-menu-icon-height: 24px;
    --rz-panel-menu-icon-width: 24px;
}

[b-euv1jeavua] .nav-sidebar .rz-navigation-item-link{
    margin: 6px 0;
    height: 24px;
}

[b-euv1jeavua] .rz-navigation-item .rz-navigation-item i {
    font-size: xx-small;
}

[b-euv1jeavua] .rz-body{
    background-color: var(--ca-tertiary-color-11);
}

[b-euv1jeavua] .rz-navigation-item-wrapper .rz-navigation-item-text{
    font-weight: 500;
    font-size: 14px;
}

[b-euv1jeavua] .rz-navigation-item-wrapper-active .rz-navigation-item-text{
    font-weight: 700;
    font-size: 14px;
}

[b-euv1jeavua] .rz-footer{
    border-top-width: 1px;
    border-top-color: #DDDDDD;
    border-top-style: solid;
    --rz-footer-border: none;
    height: 70px;
    z-index: 100;
}

[b-euv1jeavua] .rz-header{
    --rz-header-border: none;
}

[b-euv1jeavua] .rz-layout {
    grid-template-areas:
        "rz-header rz-header"
        "rz-sidebar rz-body"
        "rz-sidebar rz-footer"
}
[b-euv1jeavua] .rz-sidebar-expanded ~ .footer a.branding-logo {
    right: -224px;
    transition: var(--rz-transition-all);
}
@media (min-width: 992px) {
    
    .nav-sidebar[b-euv1jeavua] {
        display: none;
    }

   
}
@media only screen and (min-width: 992px) {
    [b-euv1jeavua] .nav-sidebar {
        --rz-sidebar-width: 224px;
    }

    [b-euv1jeavua] .sidebar-button i{
        width: 26px;
        height: 26px;
        font-size: 26px;
    }

    [b-euv1jeavua] .rz-sidebar-expanded ~ .footer a.branding-logo {
        right: 15px;
    }
  
}


/* /Shared/Layout/UserDisplay.razor.rz.scp.css */
.user-display[b-oplv86s16x]{
    position: absolute;
    width:inherit;
    background-color: var(--ca-secondary-color-2);
    bottom: 0;
    left: -1px;
    padding-left: 1px;
}
[b-oplv86s16x] i{
    font-size: 40px;
    color : var(--ca-tertiary-color-8);
    padding-left: 5px;
}
[b-oplv86s16x] .rz-stack{
    height: 70px;
}
[b-oplv86s16x] .account-type{
    font-size: 14px;
    color: var(--ca-secondary-color-5)
}
[b-oplv86s16x] .user-name{
    font-size: 14px;
    width: 160px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
[b-oplv86s16x] .extraOptions{
    width: 100%;
    height: 60px;
}
[b-oplv86s16x] .extraOptions i{
    font-size: 20px;
}
[b-oplv86s16x] .rz-navigation-item{
    margin-top:10px;
    margin-bottom:5px;
}
[b-oplv86s16x] .account-section{
    cursor: pointer;
}
