@import '_content/Alfheim.Explorer.Assets/Alfheim.Explorer.Assets.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.dwk6czdzfo.bundle.scp.css';

/* /Components/Collector/AssetDistribution.razor.rz.scp.css */
.asset-container[b-9dmaht2l0z] {
    color: var(--neutral-foreground-rest);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 432px;
    overflow: auto;
}

.asset-grid[b-9dmaht2l0z] {
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 1700px) {
    .asset-grid[b-9dmaht2l0z] {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* /Components/Collector/AssetSummary.razor.rz.scp.css */
.analytics-item[b-u1mkk2pvnt] {
    color: var(--neutral-foreground-rest);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* /Components/Collector/ChainDistribution.razor.rz.scp.css */
.asset-container[b-gh7304vwxq] {
    color: var(--neutral-foreground-rest);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 432px;
}
/* /Components/Collector/TransactionAnalytics.razor.rz.scp.css */
.analytics-item[b-l491qgtpfc] {
    margin-bottom: 10px;
    color: var(--neutral-foreground-rest);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* /Components/EllipsisLoader.razor.rz.scp.css */
@keyframes dot-b-syyko58mht {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    30% {
        opacity: 1;
        transform: translateY(-2px);
    }

    60% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.dot[b-syyko58mht] {
    animation: dot-b-syyko58mht 1s cubic-bezier(.4, 0, .2, 1) infinite;
}
/* /Components/Export/AdvancedExportPanel.razor.rz.scp.css */
.dialog-footer-container[b-n3lfwrmm0u] {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align content to the left */
    gap: 10px; /* Adjust spacing */
    padding: 15px; /* Add padding for better structure */
    width: 100%;
}

.checkbox-container[b-n3lfwrmm0u] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.buttons-container[b-n3lfwrmm0u] {
    display: flex;
    justify-content: flex-end; /* Align buttons to the left */
    gap: 10px;
    width: 100%;
}

.buttons-container > button[b-n3lfwrmm0u] {
    min-width: 100px;
}

.select-column .fluent-checkbox[b-n3lfwrmm0u] {
    background-color: #f0f0f0;
    border-radius: 4px;
    padding: 2px;
}

.select-column svg[b-n3lfwrmm0u] {
    background-color: #f0f0f0;
    border-radius: 4px;
    padding: 2px;
    margin-left: 12px !important;
}

.column-header svg[b-n3lfwrmm0u] {
    width: 16px;
    height: 16px;
    margin-left: 0 !important;
}

[b-n3lfwrmm0u] .select-column {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

[b-n3lfwrmm0u] .select-column .fluent-checkbox {
    --fluent-checkbox-size: 18px; /* Consistent size */
    --fluent-checkbox-background: #f0f0f0;
    --fluent-checkbox-border: #0078d4;
    --fluent-checkbox-checkmark: #28a745;
    border-radius: 4px;
    padding: 2px;
    margin: 0 !important; /* Remove all margins */
}

/* Target SVG inside Shadow DOM */
[b-n3lfwrmm0u] .select-column fluent-checkbox::shadow svg {
    margin: 0 !important; /* Remove SVG margins */
    background-color: #f0f0f0;
    border-radius: 4px;
    padding: 2px;
}

/* Header-specific styling */
[b-n3lfwrmm0u] .column-header .fluent-checkbox {
    --fluent-checkbox-size: 18px; /* Match row size */
    margin: 0 !important;
}

/* Ensure column-header SVG has no margin */
[b-n3lfwrmm0u] .column-header fluent-checkbox::shadow svg {
    margin: 0 !important;
    width: 16px;
    height: 16px;
}
/* /Components/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-ao026lvlpp] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    z-index: 1;
}

.tooltip-child[b-ao026lvlpp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tooltip-popup[b-ao026lvlpp] {
    position: absolute;
    z-index: 9999;
    background: var(--fill-color);
    padding: 10px;
    border-radius: 4px;
    font-size: 0.875rem;
    white-space: nowrap; 
    box-shadow: 0 4px 10px rgba(2,6,23,0.2);
    pointer-events: auto;
    transform-origin: center bottom;
    opacity: 0;
    transition: opacity 150ms ease-out, transform 150ms ease-out;
}

.tooltip-popup p[b-ao026lvlpp] {
    margin: 0; 
}

.tooltip-top .tooltip-popup[b-ao026lvlpp] {
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%) translateY(-8px);
    opacity: 1;
}

.tooltip-top .tooltip-popup[style][b-ao026lvlpp],
.tooltip-top:hover .tooltip-popup[b-ao026lvlpp],
.tooltip-top:focus-within .tooltip-popup[b-ao026lvlpp] {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.tooltip-bottom .tooltip-popup[b-ao026lvlpp] {
    left: 50%;
    top: 100%;
    transform: translateX(-50%) translateY(8px);
    transform-origin: center top;
}


.tooltip-bottom .tooltip-popup[style][b-ao026lvlpp],
.tooltip-bottom:hover .tooltip-popup[b-ao026lvlpp],
.tooltip-bottom:focus-within .tooltip-popup[b-ao026lvlpp] {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.tooltip-left .tooltip-popup[b-ao026lvlpp] {
    right: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-8px);
    transform-origin: left center;
}

.tooltip-left .tooltip-popup[style][b-ao026lvlpp],
.tooltip-left:hover .tooltip-popup[b-ao026lvlpp],
.tooltip-left:focus-within .tooltip-popup[b-ao026lvlpp] {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

.tooltip-right .tooltip-popup[b-ao026lvlpp] {
    left: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    transform-origin: right center;
}

.tooltip-right .tooltip-popup[style][b-ao026lvlpp],
.tooltip-right:hover .tooltip-popup[b-ao026lvlpp],
.tooltip-right:focus-within .tooltip-popup[b-ao026lvlpp] {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

.tooltip-popup[b-ao026lvlpp]::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.tooltip-top .tooltip-popup[b-ao026lvlpp]::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-color: rgba(17,24,39,0.95) transparent transparent transparent;
}

.tooltip-bottom .tooltip-popup[b-ao026lvlpp]::after {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent rgba(17,24,39,0.95) transparent;
}

.tooltip-left .tooltip-popup[b-ao026lvlpp]::after {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent rgba(17,24,39,0.95);
}

.tooltip-right .tooltip-popup[b-ao026lvlpp]::after {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 6px 6px 0;
    border-color: transparent rgba(17,24,39,0.95) transparent transparent;
}

@keyframes tooltip-fade-b-ao026lvlpp {
    from { opacity: 0; transform: scale(0.97); }
    to   { opacity: 1; transform: scale(1); }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.header-btn[b-oacj7sl3x3] {
    border: 1px solid var(--neutral-stroke-active);
    border-radius: var(--border-radius-large);
    background: var(--button-default) !important;
    height: 40px;
    width: 40px;
    box-shadow: var(--shadow-sm);
    color: var(--accent-foreground-rest);
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-oacj7sl3x3](.header-btn.control) {
    background: none !important;
}

.header-btn:hover[b-oacj7sl3x3] {
    box-shadow: var(--shadow-md);
}

.header-btn .initials[b-oacj7sl3x3] {
    background: none !important;
    background: var(--button-default);
    color: var(--accent-fill-rest) !important;
    font-weight: 500 !important;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navmenu[b-b4c5fjphom] {
    box-sizing: content-box;
}

[b-b4c5fjphom] .fluent-nav-menu {
    padding: 0 0 !important;
}
/*Custom NavLink to handle selected projects*/
/*< ------------------------ >*/
[b-b4c5fjphom] .custom-nav-link .positioning-region {
    border-radius: var(--border-radius-medium) !important;
    background: none;
    box-sizing: border-box !important;
    color: var(--neutral-stroke-hover) !important;
}

[b-b4c5fjphom] .custom-nav-link .positioning-region::before {
    visibility: hidden;
}

[b-b4c5fjphom] .custom-nav-link .fluent-nav-link .fluent-nav-icon {
    fill: var(--neutral-stroke-hover) !important;
}

[b-b4c5fjphom] .custom-nav-link .fluent-nav-link[aria-current]:not([aria-current=false]) .positioning-region {
    color: var(--accent-foreground-active) !important;
}

[b-b4c5fjphom] .custom-nav-link .fluent-nav-link[aria-current]:not([aria-current=false]) .positioning-region .fluent-nav-icon {
    fill: var(--accent-foreground-active) !important;
}

/*< ------------------------ >*/

[b-b4c5fjphom] .fluent-nav-item .positioning-region {
    background: none;
    padding: 8px 0 !important;
}

[b-b4c5fjphom] .fluent-nav-link .positioning-region::before {
    /*this targets the active link indicator*/
    /*we can change the style later on but initially we will remove it for now*/
    display: none !important;
}

[b-b4c5fjphom] .fluent-nav-item {
    color: var(--accent-foreground-rest) !important;
    font-weight: 400 !important;
    border: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    background: none !important;
}

[b-b4c5fjphom] .fluent-nav-link .positioning-region:hover {
    border: 1px solid var(--neutral-stroke-hover);
    background: none !important;
    border-radius: var(--border-radius-medium);
    /*box-sizing: border-box;*/
}

[b-b4c5fjphom] .fluent-nav-link .fluent-nav-icon {
    fill: var(--accent-foreground-rest) !important;
}

/*active NavLink*/
/*< ------------------------ >*/
[b-b4c5fjphom] .fluent-nav-link[aria-current]:not([aria-current=false]) .positioning-region {
    background: var(--active-link) !important;
    border: 1px solid var(--neutral-stroke-active);
    border-radius: var(--border-radius-medium);
    box-sizing: border-box !important;
}

[b-b4c5fjphom] .fluent-nav-link[aria-current]:not([aria-current=false]) .positioning-region:hover {
    border: 1px solid var(--neutral-stroke-hover);
}

[b-b4c5fjphom] #main-menu-primary-expander .positioning-region:hover {
    background: none !important;
    border-radius: var(--border-radius-medium) !important;
    border: 1px solid var(--neutral-stroke-hover);
}

[b-b4c5fjphom] #main-menu-primary-expander .positioning-region svg {
    fill: var(--accent-foreground-rest) !important;
}

[b-b4c5fjphom] .fluent-nav-link[aria-current]:not([aria-current=false]) {
    color: var(--accent-foreground-active) !important;
}

[b-b4c5fjphom] .fluent-nav-link[aria-current]:not([aria-current=false]) .fluent-nav-icon {
    fill: var(--accent-foreground-active) !important;
}
/*< ------------------------ >*/

[b-b4c5fjphom] .divider {
    margin: 15px 0; 
    border-top: 1px solid var(--accent-divider)
}




/* /Pages/Authentication.razor.rz.scp.css */
.authentication-container[b-vvokf58ziu] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 200px);
}

.loader-container[b-vvokf58ziu] {
    display: grid;
    align-items: center;
    gap: 20px
}

.loader-container p[b-vvokf58ziu] {
    text-align: center
}

.loader[b-vvokf58ziu] {
    width: 16em;
    height: 8em;
    position: relative;
    overflow: hidden;
}

.loader[b-vvokf58ziu]::before,
.loader[b-vvokf58ziu]::after {
    content: '';
    position: absolute;
    bottom: 0;
}

.loader[b-vvokf58ziu]::before {
    width: inherit;
    height: 0.2em;
    background-color: var(--accent-fill-rest);
}

.loader[b-vvokf58ziu]::after {
    box-sizing: border-box;
    width: 50%;
    height: inherit;
    border: 0.2em solid var(--accent-fill-rest);
    border-radius: 50%;
    left: 25%;
}

.loader span[b-vvokf58ziu] {
    position: absolute;
    width: 5%;
    height: 10%;
    background-color: var(--accent-fill-rest);
    border-radius: 50%;
    bottom: 0.2em;
    left: -5%;
    animation: 2s linear infinite;
    transform-origin: 50% -3em;
    animation-name: run-b-vvokf58ziu, rotating-b-vvokf58ziu;
}

.loader span:nth-child(2)[b-vvokf58ziu] {
    animation-delay: 0.075s;
}

.loader span:nth-child(3)[b-vvokf58ziu] {
    animation-delay: 0.15s;
}

@keyframes run-b-vvokf58ziu {
    0% {
        left: -5%;
    }
    10%, 60% {
        left: calc((100% - 5%) / 2);
    }
    70%, 100% {
        left: 100%;
    }
}

@keyframes rotating-b-vvokf58ziu {
    0%, 10% {
        transform: rotate(0deg);
    }
    60%, 100% {
        transform: rotate(-1turn);
    }
}
/* /Pages/Exports/ExportsPage.razor.rz.scp.css */
.search-box[b-yayxioe0e3] {
    min-width: 250px;
    width: 100%;
}

.search-box fluent-search[b-yayxioe0e3] {
    width: 100%;
}
/* /Pages/Home.razor.rz.scp.css */
#box[b-fqfn80dz1n] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gradient-border[b-fqfn80dz1n] {
    --borderWidth: 0.5rem;
    position: relative;
    border-radius: 0.5rem;
}
.gradient-border[b-fqfn80dz1n]:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #89F0BB, #D589F0);
    
    border-radius: 0.5rem;
    z-index: -1;
    -webkit-animation: animatedgradient 3s ease alternate infinite;
    animation: animatedgradient-b-fqfn80dz1n 3s ease alternate infinite;
    background-size: 300% 300%;
}

@-webkit-keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


@keyframes animatedgradient-b-fqfn80dz1n {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


/* /Pages/Reports/TxnMovement/TxnMovementReport.razor.rz.scp.css */
/* Default colors */
.chart-container-colours[b-t25ean1inr] {
    --color-empty: rgba(34, 34, 34, 0.2);
    --color-very-low: #d6f5e3;
    --color-low: #9be9a8;
    --color-medium-low: #30a14e;
    --color-medium: #216e39;
    --color-high: #00441b;
}
/* /Pages/TxnCollector/Dashboard/TxnCollectorTxnTable.razor.rz.scp.css */
@keyframes dot-b-7h6e41g0g8 {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    30% {
        opacity: 1;
        transform: translateY(-2px);
    }

    60% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.dot[b-7h6e41g0g8] {
    animation: dot-b-7h6e41g0g8 1s cubic-bezier(.4, 0, .2, 1) infinite;
}
/* /Pages/WalletCollector/WalletCollectorsDashboardPage.razor.rz.scp.css */
.data-grid-container .toolbar[b-rydtrhb7tv] {
    width: 100%;
}

.data-grid .header[b-rydtrhb7tv] {
    height: 50px !important;
}

.active-tab[b-rydtrhb7tv] {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid var(--neutral-stroke-hover);
    color: var(--neutral-stroke-hover);
    padding: 0 20px 5px;
    text-transform: capitalize;
    font-weight: 500;
    box-sizing: border-box;
    margin-bottom: -1px;
}

.inactive-tab[b-rydtrhb7tv] {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: var(--accent-foreground-rest);
    padding: 0 20px 5px;
    text-transform: capitalize;
    font-weight: 500;
    box-sizing: border-box;
    margin-bottom: -1px;
}

.inactive-tab:hover[b-rydtrhb7tv] {
    border-bottom: 3px solid var(--neutral-stroke-hover);
    color: var(--neutral-stroke-hover);
    opacity: 0.5;
}

.parent-container[b-rydtrhb7tv] {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
}

.transaction-table-container[b-rydtrhb7tv] {
    grid-row: span 2;
    grid-column: span 2;
    position: relative;
    overflow: scroll;
    padding: 0 10px 10px
}

.transaction-table[b-rydtrhb7tv] {
    width: 100%;
    border-collapse: collapse;
    padding: 10px;
}

.transaction-table tr[b-rydtrhb7tv] {
    padding: 0 20px;
}

.transaction-table-head[b-rydtrhb7tv] {
    position: sticky;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 1;
}

.transaction-table-head tr[b-rydtrhb7tv] {
    width: 100%;
}

.transaction-table-head tr td:first-child[b-rydtrhb7tv] {
    border-radius: 3px 0 0 3px;
}

.transaction-table-head tr td:last-child[b-rydtrhb7tv] {
    border-radius: 0 3px 3px 0;
    text-align: right;
}

.transaction-table-head tr td:first-child[b-rydtrhb7tv], .transaction-table-head tr td:last-child[b-rydtrhb7tv] {
    padding: 0 20px;
}

.transaction-table-head tr td[b-rydtrhb7tv] {
    background: var(--active-link);
    padding: 10px;
    font-weight: 550;
    color: var(--accent-foreground-active)
}

.transaction-table-body tr[b-rydtrhb7tv] {
    border-bottom: 1px solid var(--neutral-stroke-rest);
    padding: 10px;
    height: 50px;
}

.transaction-table-body .transaction-table-row td:last-child[b-rydtrhb7tv], td:nth-child(3)[b-rydtrhb7tv] {
    font-family: monospace
}

.transaction-table-body .transaction-table-row td:first-child[b-rydtrhb7tv], .transaction-table-body tr td:last-child[b-rydtrhb7tv] {
    padding: 0 20px;
}

.transaction-table-body .transaction-table-row td:last-child[b-rydtrhb7tv] {
    text-align: right;
}

.transaction-table-body td[b-rydtrhb7tv] {
    padding: 5px;
}

.transaction-table-empty-state[b-rydtrhb7tv] {
    border-bottom: none;
}

.transaction-table-empty-state td[b-rydtrhb7tv] {
    text-align: center;
    padding: 10px;
    height: 120px;
}

.dashboard-container[b-rydtrhb7tv] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.asset-container[b-rydtrhb7tv] {
    flex-grow: 1;
    overflow: auto;
}

/* /Pages/WalletCollector/WalletCollectorsFilter.razor.rz.scp.css */
[b-3v96i2m73i] .collector-table .filter-icon {
    /*top: 0 !important;*/
}

.button-stack-container button[b-3v96i2m73i] {
    border: none !important;
}
/* /Pages/WalletCollector/WalletCollectorsPage.razor.rz.scp.css */
.collector-icon-button[b-u62hhbtrct] {
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.25) !important;
}
