* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Proxima Nova', sans-serif;
    background-color: #ffffff;
    /* padding-top: 195px; */
    /* padding-bottom: 195px; */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    height: 100%;
    padding-bottom: 60px;
    padding-right: 36px;
    flex-direction: row;
}

.assets {
    background-color: #ffffff;
    position: relative;
    width: 896px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 0;
}

.assets__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    /* width: 705px; */
    /* max-width: 100%; */
    height: fit-content;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    gap: 0px;
}

.assets__control-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
    flex-shrink: 0;
    width: 247px;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #1258c9;
    border-right: 0;
    border-width: 0 0 0 0;
    border-radius: 0;
    padding-top: 18px;
    padding-right: 24px;
    padding-bottom: 33px;
    padding-left: 14px;
    position: fixed;
    top: 20px;
    bottom: 40px;
    left: 20px;
    background-color: #ffffff;
    gap: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.assets__additional-rows-section {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
    width: 100%;
    border: 1px dashed #a9bede;
    border-radius: 0;
    padding: 17px 12px;
    flex-shrink: 0;
    background-color: #ffffff;
}


.assets__chart-type-section {
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    flex-shrink: 0;
    background-color: transparent;
}

.assets__chart-type-label {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: #003791;
}

/* Removido - agora usa o mesmo padrão de colunas */

.assets__chart-type-dropdown:hover {
    opacity: 0.8;
}

.assets__chart-type-dropdown:focus {
    opacity: 1;
}

#chartTypeDisplay {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
    color: #003791;
}

.assets__chart-type-button {
    background-color: #efefef;
    border: none;
    border-radius: 5.152px;
    padding: 8px 16px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
    color: #000000;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.assets__chart-type-button:hover {
    background-color: #e0e0e0;
}

.assets__chart-type-button--active {
    background-color: #000000;
    color: #ffffff;
}

.assets__chart-type-button--active:hover {
    background-color: #333333;
}

.assets__columns-section {
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    flex-shrink: 0;
    background-color: transparent;
    transition: opacity 0.2s ease;
}

.assets__columns-section[style*="pointer-events: none"] {
    opacity: 0.5;
}

.assets__columns-label {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: #003791;
}

.assets__column-count-input-wrapper {
    background-color: #edf4ff;
    height: 35px;
    padding: 11.591px 11px;
    border-radius: 0;
    border: none;
    display: flex;
    width: 65px;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

/* Largura específica para seletores de gráfico e coluna */
.assets__chart-type-section .assets__column-count-input-wrapper,
.assets__columns-section .assets__column-count-input-wrapper {
    width: 95px;
}

.assets__column-count-display {
    display: flex;
    flex: 1 0 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

.assets__column-count-text {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
    color: #003791;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
}

.assets__column-count-display input.assets__column-count-text,
.assets__column-count-display input.assets__column-count-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.1;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.assets__column-count-display p.assets__column-count-text {
    line-height: 1.1;
    vertical-align: middle;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.assets__column-count-arrows {
    height: 20px;
    width: 9px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: space-between;
}

.assets__arrow-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 9px;
    line-height: 1;
    color: #003791;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9px;
    height: 9px;
    transition: opacity 0.2s ease;
}

.assets__arrow-button:hover:not(:disabled) {
    opacity: 0.6;
}

.assets__arrow-button:active:not(:disabled) {
    opacity: 0.4;
}

.assets__arrow-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

/* Blur overlays removidos conforme solicitado */

/* Quadrados decorativos */
.assets__top-square {
    display: none;
    z-index: 4;
    width: 252px;
}

.assets__bottom-square {
    position: absolute;
    left: -3px;
    bottom: auto;
    top: 550px;
    width: 252px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.assets__square {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border: 1px solid #1258c9;
    flex-shrink: 0;
}

.assets__top-square .assets__square:first-child,
.assets__bottom-square .assets__square:first-child {
    border-color: #ffffff;
}

.assets__scrollable-content {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    position: relative;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    background-color: transparent;
}

.assets__inputs {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    width: 100%;
    min-height: 0;
}

.assets__inputs-container {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 141px;
    padding: 17px 12px;
    border-bottom: 1px dashed #a9bede;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.assets__column-input-group {
    display: flex;
    gap: 0;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.assets__column-label {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: #003791;
    white-space: nowrap;
    height: auto;
}

.assets__column-percentage-input {
    background-color: #edf4ff;
    height: 35px;
    padding: 11.591px 11px;
    border-radius: 0;
    border: none;
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
    color: #003791;
    text-align: center;
    width: 65px;
    outline: none;
    display: flex;
    gap: 6.439px;
    align-items: center;
    justify-content: flex-end;
    /* Remover setas/spinners do input number */
    appearance: textfield;
    -moz-appearance: textfield;
}

.assets__column-percentage-input::-webkit-outer-spin-button,
.assets__column-percentage-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.assets__column-percentage-input:focus {
    background-color: #e0e0e0;
}

.assets__column-legend-input {
    background-color: #edf4ff;
    height: 35px;
    padding: 11.591px 11px;
    border-radius: 0;
    border: none;
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: #003791;
    width: 100%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: text;
}

.assets__column-legend-input:focus {
    background-color: #e0e0e0;
}

.assets__charts-wrapper {
    display: flex;
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    height: fit-content;
    max-height: 100%;
    min-width: 0;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    box-sizing: border-box;
}

/* Largura específica para gráfico tipo B (tipo 2) */
.assets__charts-wrapper:has(#mainColumns.assets__main-columns--type2) {
    width: 680px;
    overflow: hidden;
    max-width: 100%;
}

.assets__main-columns {
    display: flex;
    flex: 1 0 0;
    gap: 6px;
    align-items: flex-end;
    justify-content: center;
    padding: 41.857px 0;
    min-width: 0;
    min-height: 390.875px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

#mainColumns {
    width: 100%;
    max-width: 100%;
    height: fit-content;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    box-sizing: border-box;
    border-right: 1px solid rgb(255, 255, 255);
}

#mainColumns.assets__main-columns--type2 {
    height: 480px;
}

.assets__column {
    display: flex;
    flex-direction: column;
    gap: 7.727px;
    align-items: flex-start;
    justify-content: flex-end;
    width: 138.448px;
    flex-shrink: 0;
    height: fit-content;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .assets__column {
        width: auto;
        flex: 1 1 0;
        min-width: 0;
    }
}

.assets__column--center {
    align-items: flex-start;
    justify-content: flex-end;
}

.assets__percentage-container {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    max-width: 100%;
    height: 19.318px;
    margin-bottom: 2px;
    overflow: hidden;
    box-sizing: border-box;
}

.assets__percentage-text {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 19.318px;
    line-height: 1.1;
    color: #000000;
    letter-spacing: -0.5796px;
    text-align: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
    will-change: opacity, transform;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;
}

.assets__percentage-text--updating {
    opacity: 0.5;
    transform: scale(0.95);
}

.assets__column-bar {
    width: 100%;
    transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
    border-radius: 0;
    will-change: height;
}

.assets__column-bar--color-1 {
    background-color: rgba(235, 235, 235, 1);
}

.assets__column-bar--color-2 {
    background-color: #FFE066;
}

.assets__column-bar--color-3 {
    background-color: #FFC800;
}

.assets__column-bar--color-4 {
    background-color: #FF9D00;
}

.assets__column-bar--color-5 {
    background-color: #FF8C00;
}

.assets__column-bar--color-6 {
    background-color: #95e1d3;
}

.assets__column-bar--color-7 {
    background-color: #f38181;
}

.assets__column-bar--color-8 {
    background-color: #aa96da;
}

.assets__column-bar--color-9 {
    background-color: #fcbad3;
}

.assets__column-bar--color-10 {
    background-color: #a8d8ea;
}

.assets__reference-segment {
    display: flex;
    gap: 11.591px;
    align-items: center;
    padding-top: 14.167px;
    padding-bottom: 15px;
    width: 100%;
}

.assets__reference-ellipse {
    width: 11.591px;
    height: 11.591px;
    border-radius: 50%;
    flex-shrink: 0;
}

.assets__reference-ellipse--color-1 {
    background-color: #ebebeb;
}

.assets__reference-ellipse--color-2 {
    background-color: #FFE066;
}

.assets__reference-ellipse--color-3 {
    background-color: #FFC800;
}

.assets__reference-ellipse--color-4 {
    background-color: #FF9D00;
}

.assets__reference-ellipse--color-5 {
    background-color: #FF8C00;
}

.assets__reference-ellipse--color-6 {
    background-color: #95e1d3;
}

.assets__reference-ellipse--color-7 {
    background-color: #f38181;
}

.assets__reference-ellipse--color-8 {
    background-color: #aa96da;
}

.assets__reference-ellipse--color-9 {
    background-color: #fcbad3;
}

.assets__reference-ellipse--color-10 {
    background-color: #a8d8ea;
}

.assets__legend-text {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 10.303px;
    line-height: 1.1;
    color: #000000;
    letter-spacing: -0.3091px;
}

.assets__call-to-action-frame {
    border: none;
    height: 41px;
    padding: 11.591px 16.743px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease;
    width: 100%;
    flex-shrink: 0;
    background-color: #003791;
}

.assets__call-to-action-frame:hover {
    opacity: 0.8;
}

.assets__copy-button-text {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: #ffffff;
}

/* Overlay de Loading */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-overlay__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.loading-overlay__content {
    position: relative;
    z-index: 10001;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.loading-overlay__lottie {
    width: 120px;
    height: 120px;
}

.loading-overlay__text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.15;
    color: #ffffff;
    text-align: center;
    white-space: pre-wrap;
    margin: 0;
    padding: 0;
}

.loading-overlay__progress-container {
    width: 359px;
    height: 5px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.loading-overlay__progress-percentage {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.15;
    color: #007bff;
    white-space: nowrap;
    min-width: 50px;
    text-align: right;
    order: -1;
}

.loading-overlay__progress-bar {
    flex: 1;
    height: 100%;
    background-color: #ffffff;
    border-radius: 33px;
    overflow: hidden;
}

.loading-overlay__cursor-message {
    position: fixed;
    pointer-events: none;
    z-index: 10002;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 8px 12px;
    border-radius: 4px;
    white-space: nowrap;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.loading-overlay__progress-fill {
    height: 100%;
    background-color: #007bff;
    border-radius: 33px;
    width: 0%;
    transition: width 0.3s ease;
}

/* Gráfico Tipo 2 - Treemap */
.assets__main-columns--type2 {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    gap: 0;
    padding: 0;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.assets__main-graph-type2-left {
    display: flex;
    flex-direction: column;
    height: 479px;
    max-height: 100%;
    align-items: flex-start;
    flex: 2 1 0;
    min-width: 0;
    max-width: 100%;
    gap: 0px;
    justify-content: space-between;
    overflow: hidden;
    box-sizing: border-box;
}

.assets__main-graph-type2-right {
    display: flex;
    flex-direction: column-reverse;
    height: 485px;
    max-height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    gap: 0;
    overflow: hidden;
    box-sizing: border-box;
    overflow: hidden;
}

@media (max-width: 768px) {
    .assets__charts-wrapper {
        width: 100%;
        height: auto;
        min-height: 400px;
    }
    
    .assets__main-columns--type2 {
        width: 100%;
        height: auto;
        min-height: 400px;
    }
    
    .assets__main-graph-type2-left {
        height: auto;
        min-height: 300px;
    }
    
    .assets__main-graph-type2-right {
        height: auto;
        min-height: 300px;
    }
}

@media (max-width: 450px) {
    .assets__main-graph-type2-left {
        width: 100%;
        height: auto;
        min-height: 300px;
    }
    
    .assets__main-graph-type2-right {
        width: 100%;
        height: auto;
        min-height: 300px;
    }
    
    .assets__main-columns--type2 {
        flex-direction: column;
        height: auto;
    }
}

.assets__main-graph-type2-children {
    background-color: #ffe600;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    min-width: 0;
    padding: 14px 21px;
    width: 100%;
    max-width: 100%;
    height: fit-content;
    overflow: hidden;
    box-sizing: border-box;
    justify-content: flex-start;
    transition: flex 1.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.assets__main-graph-type2-statistics-section {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: flex-end;
    justify-content: space-between;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 300;
    color: #000000;
    font-style: normal;
    flex-shrink: 0;
    width: 100%;
    height: fit-content;
}

.assets__main-graph-type2-percentage {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 200;
    font-size: 32px;
    line-height: 0.9;
    letter-spacing: 0px;
    margin: 0;
    padding: 0;
    height: fit-content;
    width: fit-content;
    transition: opacity 0.6s ease, transform 0.6s ease;
    will-change: opacity, transform;
}

.assets__main-graph-type2-percentage--updating {
    opacity: 0.5;
    transform: scale(0.95);
}

.assets__main-graph-type2-label {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 300;
    font-size: 10.303px;
    line-height: 1.1;
    letter-spacing: -0.3091px;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    white-space: pre-wrap;
    height: fit-content;
    width: fit-content;
    padding-top: 0;
    padding-bottom: 0;
}

.assets__main-graph-type2-additional-section {
    background-color: #fffbc6;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: fit-content;
    min-height: 89px;
    padding: 14px 22px;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
    overflow: hidden;
    box-sizing: border-box;
    transition: height 1.2s cubic-bezier(0.4, 0, 0.2, 1), min-height 1.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 1.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.assets__main-graph-type2-additional-children {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: flex-start;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 300;
    color: #000000;
    font-style: normal;
    flex-shrink: 0;
    width: 100%;
    white-space: pre-wrap;
    justify-content: space-between;
    height: fit-content;
    padding-left: 0;
    padding-right: 0;
}

.assets__main-graph-type2-statistics-section-2 {
    background-color: #71d0ff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    min-height: 89px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 11px;
    padding-right: 11px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    justify-content: flex-end;
    align-self: flex-end;
    transition: height 1.2s cubic-bezier(0.4, 0, 0.2, 1), min-height 1.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 1.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.assets__main-graph-type2-statistics-children {
    display: flex;
    gap: 0px;
    align-items: flex-end;
    justify-content: space-between;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 300;
    color: #000000;
    font-style: normal;
    flex-shrink: 0;
    white-space: pre-wrap;
    width: 100%;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: fit-content;
    min-height: fit-content;
}

.assets__main-graph-type2-statistics-section-3 {
    background-color: rgba(12, 182, 234, 0.24);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    min-height: 89px;
    padding: 12px 11px;
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    justify-content: flex-end;
    align-self: flex-end;
    transition: height 1.2s cubic-bezier(0.4, 0, 0.2, 1), min-height 1.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 1.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.assets__main-graph-type2-statistics-children-2 {
    display: flex;
    gap: 0px;
    align-items: flex-end;
    justify-content: space-between;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 300;
    color: #000000;
    font-style: normal;
    flex-shrink: 0;
    white-space: pre-wrap;
    width: 100%;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: fit-content;
    min-height: fit-content;
}

.assets__main-graph-type2-statistics-section-4 {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    min-height: 89px;
    padding: 12px 11px;
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    justify-content: flex-end;
    align-self: flex-end;
    transition: height 1.2s cubic-bezier(0.4, 0, 0.2, 1), min-height 1.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 1.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.assets__main-graph-type2-statistics-children-3 {
    display: flex;
    gap: 0px;
    align-items: flex-end;
    justify-content: space-between;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 300;
    color: #000000;
    font-style: normal;
    flex-shrink: 0;
    white-space: pre-wrap;
    width: 100%;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: fit-content;
    min-height: fit-content;
}

