.boost-button-CGdz9l29 {
    --boost-button-number-gap: 3px;
    --boost-button-number-padding: 7px;
    font-feature-settings: "tnum" on, "lnum" on;
    --ui-lib-typography-line-height: 24px;
    --ui-lib-typography-font-size: 16px;
    align-items: center;
    background-color: initial;
    border: 1px solid #e0e3eb;
    border-radius: 8px;
    box-sizing: border-box;
    color: #131722;
    display: inline-flex;
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-size: var(--ui-lib-typography-font-size);
    font-style: normal;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    line-height: var(--ui-lib-typography-line-height);
    max-width: 100%;
    min-width: 40px;
    padding: 0 15px
}

html.theme-dark .boost-button-CGdz9l29 {
    background-color: initial;
    border-color: #434651;
    color: #d1d4dc
}

.boost-button-CGdz9l29 {
    outline: none;
    overflow: visible;
    position: relative
}

.boost-button-CGdz9l29:focus {
    outline: none
}

.boost-button-CGdz9l29:focus-visible {
    outline: none
}

.boost-button-CGdz9l29:after {
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    content: "";
    display: none;
    height: calc(100% + 10px);
    left: -5px;
    pointer-events: none;
    position: absolute;
    top: -5px;
    width: calc(100% + 10px);
    z-index: 1
}

.boost-button-CGdz9l29:focus:after {
    display: block
}

.boost-button-CGdz9l29:focus-visible:after {
    display: block
}

.boost-button-CGdz9l29:focus:not(:focus-visible):after {
    display: none
}

.boost-button-CGdz9l29:after {
    border-color: #2962ffcc;
    border-radius: 12px
}

.boost-button-CGdz9l29 .content-CGdz9l29 {
    align-items: center;
    align-self: stretch;
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap
}

.boost-button-CGdz9l29 .ellipsis-container-CGdz9l29 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.boost-button-CGdz9l29 .static-icon-CGdz9l29 {
    display: inline-flex;
    flex-shrink: 0;
    max-height: 28px;
    max-width: 28px;
    min-height: 18px;
    min-width: 18px
}

.boost-button-CGdz9l29 .content-CGdz9l29:not(:last-child),
.boost-button-CGdz9l29 .static-icon-CGdz9l29:not(:last-child) {
    margin-inline-end: 4px
}

.boost-button-CGdz9l29.force-direction-ltr-CGdz9l29 {
    direction: ltr
}

.boost-button-CGdz9l29.force-direction-rtl-CGdz9l29 {
    direction: rtl
}

@media (any-hover:hover) {
    .boost-button-CGdz9l29:hover {
        background-color: #e0e3eb;
        border-color: #e0e3eb;
        color: #131722
    }
    html.theme-dark .boost-button-CGdz9l29:hover {
        background-color: #363a45;
        border-color: #363a45;
        color: #fff
    }
}

.boost-button-CGdz9l29.selected-CGdz9l29 {
    background-color: #e3effd;
    border-color: #e3effd;
    color: #1e53e5
}

html.theme-dark .boost-button-CGdz9l29.selected-CGdz9l29 {
    background-color: #142e61;
    border-color: #142e61;
    color: #bbd9fb
}

@media (any-hover:hover) {
    .boost-button-CGdz9l29.selected-CGdz9l29:hover {
        background-color: #e0e3eb;
        border-color: #e0e3eb;
        color: #131722
    }
    html.theme-dark .boost-button-CGdz9l29.selected-CGdz9l29:hover {
        background-color: #363a45;
        border-color: #363a45;
        color: #fff
    }
}

.boost-button-CGdz9l29.with-static-icon-CGdz9l29 {
    padding-inline-start: 11px
}

.boost-button-CGdz9l29.animated-CGdz9l29 {
    padding: 0
}

.container-PEo_qlAm {
    flex-flow: row nowrap
}

.container-PEo_qlAm,
.digit-wrap-PEo_qlAm {
    display: inline-flex;
    height: 100%;
    position: relative
}

.digit-wrap-PEo_qlAm {
    align-items: center;
    overflow: hidden
}

.digit-grid-PEo_qlAm {
    display: inline-grid;
    grid-template-rows: 1fr;
    height: calc(100% - var(--boost-button-number-padding, 0px)*2);
    position: relative;
    row-gap: var(--boost-button-number-gap, 0);
    width: 1ch
}

.digit-PEo_qlAm {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: translateY(0);
    transition: transform .3s cubic-bezier(.45, 1.45, .8, 1), opacity .3s cubic-bezier(.45, 1.45, .8, 1)
}

.digit-PEo_qlAm.smaller-PEo_qlAm {
    opacity: 0;
    transform: translateY(calc(100% + var(--boost-button-number-gap, 0px)))
}

.digit-PEo_qlAm.greater-PEo_qlAm {
    opacity: 0;
    transform: translateY(calc((100% + var(--boost-button-number-gap, 0px))*-1))
}

.hidden-PEo_qlAm {
    opacity: 0
}

.content-wrap-ocuQJ5HB {
    align-items: center;
    border-radius: 7px;
    contain: content;
    display: inline-flex;
    height: 100%;
    overflow: hidden;
    padding: 0 15px 0 11px;
    position: relative;
    width: 100%
}

.icons-wrap-ocuQJ5HB {
    align-items: center;
    display: inline-flex;
    height: 28px;
    padding-right: 4px;
    width: 28px
}

.icon-ocuQJ5HB {
    display: inline-flex;
    position: absolute
}

.text-ocuQJ5HB {
    align-items: center;
    display: inline-flex;
    height: 100%;
    position: relative
}

.hidden-ocuQJ5HB {
    opacity: 0
}