.input-amount {
    border: solid #5e5e5e;
    border-width: 2px;
    border-radius: 4px;
    height: 60px;
}

.investor-label-text {
    color: #1A1919;
    line-height: 16px;
    font-size: 16px;
    font-weight: bolder;
}

.title-text-calc {
    color: #1A1919;
    line-height: 20px;
    font-size: 20px;
    font-weight: bolder;
}

.portfolio-text {
    color: #1A1919;
    line-height: 19px;
    font-size: 16px;
    font-weight: bolder;
}

.portfolio-choice {
    margin-top: 10px;
    border: solid #4d158c;
    border-width: 2px;
    width: 63px;
    height: 63px;
    border-radius: 100%;
}

.portfolio-choice:hover {
    cursor: pointer;
    background-color: #f2f2f2;
}

.portfolio-choice__text {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #4d158c;
}

.custom-card-investor {
    box-shadow: 10px 10px 45px 0 rgba(48, 0, 98, 0.3);
    padding: 20px 20px 20px 20px !important;
}
