#potential-growth-tool .customDataLabels span {
    padding-left: 5px;
    padding-right: 5px;
}
#potential-growth-tool input[type=text]:focus {
    outline: none;
}

#potential-growth-tool .small-title {
    margin-bottom: 0;
}

#potential-growth-tool .prefix-input {
    font-family: "Sharp Grotesk Bold", Arial, "Arial Unicode MS", sans-serif;
    font-size: 25px;
    padding: var(--space-xxs) var(--space-s);
    border: .05rem solid #fff;
    border-radius: var(--border-radius-m);
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

#potential-growth-tool .prefix-input input {
    font-family: "Sharp Grotesk Bold", Arial, "Arial Unicode MS", sans-serif;
    font-size: 25px;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-left: .25rem;
    background: 0;
    width: calc(100% - 25px);
    font-weight: 700;
}

#potential-growth-tool .years-invested-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#potential-growth-tool .years-invested-title-row p {
    margin-bottom: 0;
}

#potential-growth-tool .years-invested-title-row .slider-num {
    font-family: "Sharp Grotesk Bold", Arial, "Arial Unicode MS", sans-serif;
    font-weight: 700;
}

#potential-growth-tool .years-invested-title-row .invested-year {
    font-size: 25px;
}

#potential-growth-tool .slidetag {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    font-size: 16px;
}

#potential-growth-tool .ending-amount-box {
    padding: 15px 0;
    font-weight: 700;
}

#potential-growth-tool .ending-amount-box p {
    margin-bottom: 0;
    font-size: 16px;
}

#potential-growth-tool .ending-amount-box .ending-amount-result {
    font-family: "Sharp Grotesk Bold", Arial, "Arial Unicode MS", sans-serif;
    position: relative;
    font-size: 50px;
}
#potential-growth-tool .ending-amount-box .ending-amount-result .fund-ticker {
    display: inline-block;
    background-color: #FFC600;
    border-radius: var(--border-radius-m);
    padding: 0 var(--space-xs);
    color: #00143F;
    line-height: var(--line-height-sm);
    margin-top: var(--space-xs);
    margin-right: var(--space-xs);
    width: 70px;
    text-align: center;
}
#potential-growth-tool .ending-amount-box .ending-amount-result#sfy .fund-ticker {
    background-color: #4AD4FF;
    color: #00143F;
}

@media(max-width: 1199px) {
    #potential-growth-tool .ending-amount-box .ending-amount-result {
        font-size: 40px;
    }
}

#potential-growth-tool .growth-chart-container {
    height: 280px
}

@media screen and (min-width: 840px) {
    #potential-growth-tool .growth-chart-container {
        height: 430px;
    }
}

#potential-growth-tool .highcharts-graph {
    filter: drop-shadow(1px 0 0 #00143F) drop-shadow(-1px 0 0 #00143F) drop-shadow(0 1px 0 #00143F) drop-shadow(0 -1px 0 #00143F);
}