/* _content/FusionX/Components/XButton.razor.rz.scp.css */
[b-7in289sbtv] .no-border-radius {
    border-radius: 0 !important;
}
/* _content/FusionX/Components/XDataGridPager.razor.rz.scp.css */
[b-cu2y5aprzs] .rows-per-page-btns {
    padding: 5px 10px;
    min-width: 32px;
    border-radius: 16px;
    font-weight: 400;
    height:32px;
    line-height:12px;
    font-size: 12px;

}
[b-cu2y5aprzs] .rows-per-page-btns-selected {
    padding: 5px 10px;
    min-width: 32px;
    border-radius: 16px;
    font-weight: 500;
    height: 32px;
    line-height: 12px;
    font-size: 12px;
}

[b-cu2y5aprzs] .mud-table-pagination-caption {
    color: var(--mud-palette-dark);
    opacity: 0.6;
    font-size: 13px;
    line-height: normal;
}

[b-cu2y5aprzs] .mud-table-pagination-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rows-per-page-container[b-cu2y5aprzs] {
    display: flex;
    gap: 5px;
    margin-left: 10px;
}

.pagination-container[b-cu2y5aprzs] {
    display: flex;
}

[b-cu2y5aprzs] .pagination-actions > li > button {
    font-size: 12px;
    line-height: 12px !important;
    font-weight: 400 !important;
}

[b-cu2y5aprzs] .pagination-actions .mud-pagination-item-selected .mud-button-label {
    font-weight: 500 !important;
}

@media (min-width:700px) and (max-width: 1370px) {
    [b-cu2y5aprzs] .mud-table-pagination-caption {
        display: none !important;
    }
}
/* _content/FusionX/Components/XFooter.razor.rz.scp.css */
[b-z53a21ewup] .footer {
    font-size: 13px;
    line-height: 16.7141px;
    color: #0000009b;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 20px 0 24px 0 !important;
    position: inherit;
    height: fit-content;
}

[b-z53a21ewup] .footer-txt {
    font-size: 13px;
}

.footer-container[b-z53a21ewup] {
    background-color: var(--mud-palette-background-grey);
}
/* _content/FusionX/Components/XListExtended/XListExtended.razor.rz.scp.css */
[b-4kx4b1hbnq] .listExtended-button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 7px;
    padding-top: 5.18px;
    padding-bottom: 5.18px;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--mud-palette-white);
}

[b-4kx4b1hbnq] .listextended-subheader {
    position: sticky;
    top: -8px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 8px;
    margin-top: -8px;
    background-color: var(--mud-palette-background);
    z-index: 10;
}

[b-4kx4b1hbnq] .selectitemexteded {
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding:5px 10px;
    gap: 10px;
    background-color: transparent !important;
}

[b-4kx4b1hbnq] .mud-list-item-text-extended > p {
    color: var(--mud-palette-dark);
}
/* _content/FusionX/Components/XPageTitle.razor.rz.scp.css */
[b-pgrtns5htv] .title {
    font-weight: 400;
    font-size: 20px;
}

[b-pgrtns5htv] .page-title-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}

[b-pgrtns5htv] .subtitle-arrow {
    margin-left: 10px;
}

[b-pgrtns5htv] .subtitle {
    margin-left: 10px;
    font-weight: 400;
    font-size: 20px;
}

[b-pgrtns5htv] .icon-btn:hover, .icon-btn:focus-visible[b-pgrtns5htv] {
    background-color: transparent !important;
    color: #002c4d !important;
}

/*Hint : This is added in order to avoid any shadow spread when back btn of page title is clicked.*/
[b-pgrtns5htv] .icon-btn {
    padding: 0;
    margin: 0 12px 0 0;
    height: 30px;
    width: 30px;
}
