.rangeItem-sEK4QU53 {
    background: var(--percentage-bar-range-item-color, var(--color-container-fill-primary-neutral-extra-light));
    display: block;
    height: 100%;
    position: relative
}

.rangeItem-sEK4QU53:first-child {
    border-end-start-radius: 20px;
    border-start-start-radius: 20px
}

.rangeItem-sEK4QU53:last-child {
    border-end-end-radius: 20px;
    border-start-end-radius: 20px
}

.rangeItem-sEK4QU53.withSeparator-sEK4QU53:before {
    background-color: var(--color-background-primary);
    content: "";
    height: 100%;
    inset-inline-start: 0;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 1
}

.rangeItem-sEK4QU53.withSeparator-sEK4QU53:first-child:before {
    display: none
}

.container-SLOYwfjR {
    display: grid;
    gap: 4px;
    grid-template-columns: auto auto auto
}

.item-SLOYwfjR {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.itemHeader-SLOYwfjR {
    align-items: center;
    display: flex;
    gap: 4px
}

.indicator-SLOYwfjR {
    border-radius: 20px;
    height: 8px;
    width: 8px
}

.label-SLOYwfjR {
    font-feature-settings: "tnum" on, "lnum" on;
    font-style: normal;
    --ui-lib-typography-font-size: 14px;
    font-size: var(--ui-lib-typography-font-size);
    font-weight: 400;
    --ui-lib-typography-line-height: 18px;
    color: var(--color-content-primary-neutral)
}

.label-SLOYwfjR,
.value-SLOYwfjR {
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    line-height: var(--ui-lib-typography-line-height);
    white-space: nowrap
}

.value-SLOYwfjR {
    font-feature-settings: "tnum" on, "lnum" on;
    font-style: normal;
    --ui-lib-typography-font-size: 16px;
    font-size: var(--ui-lib-typography-font-size);
    font-weight: 500;
    --ui-lib-typography-line-height: 24px;
    color: var(--color-content-primary-neutral-bold)
}

.container-IpAHrreL {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.range-IpAHrreL {
    background: #0000;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    height: 12px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.placeholderBar-IpAHrreL {
    background: var(--percentage-bar-range-item-color, var(--color-container-fill-primary-neutral-extra-light));
    border-radius: 20px;
    height: 100%;
    width: 100%
}

.content-XI6243Iy {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
    --bitcoin-dominance-bitcoin-color: var(--color-content-primary-accent-normal);
    --bitcoin-dominance-ethereum-color: var(--color-iguana-green-a700);
    --bitcoin-dominance-others-color: var(--color-ripe-red-a400)
}

.header-XI6243Iy {
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;
    font-style: normal;
    --ui-lib-typography-font-size: 16px;
    font-size: var(--ui-lib-typography-font-size);
    font-weight: 500;
    --ui-lib-typography-line-height: 24px;
    color: var(--color-content-primary-neutral-bold);
    line-height: var(--ui-lib-typography-line-height)
}