.insights-left-sidebar {
    /*padding: 10px;*/
    /*background-color: #f2f2f2;*/
}

#symbol-tags-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: scroll;
}

.symbol-tags-card {
    background: #fff;
    flex-wrap: nowrap;
    margin-left: 5px;
    border-radius: var(--bs-border-radius);
    width: auto;
    border: 1px solid #f2f2f2;
}

.symbol-tags-content-left {
    background-color: #2d1d53;
    color: #fff;
    font-size: 0.6rem;
}

.symbol-tags-content-right {
    font-size: 0.9rem;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.symbol-company-growth {
    font-size: 14px;
    /*max-width: 250px;*/
    color: white;
    font-weight: bold;
    display: inline;
    padding: 2px 5px;
    margin: 5px 0px;
}

.symbol-company-growth-1-great {
    background-color: var(--theme-company-growth-great);
}

.symbol-company-growth-2-steady {
    background-color: var(--theme-company-growth-steady);
}

.symbol-company-growth-3-questionable {
    background-color: var(--theme-company-growth-questionable);
}

.symbol-company-growth-4-unknown {
    background-color: var(--theme-company-growth-noinformation);
}

.symbol-subtext-peg-ratio-holder {
    margin: 0px 0px;
}

.symbol-subtext-peg-ratio-heading {
    font-size: 12px;
    color: #7c7c7c;
    font-weight: normal;
}

.symbol-subtext-peg-ratio {
    font-size: 12px;
    color: white;
    font-weight: bold;
    max-width: 200px;
    padding: 0px 5px;
}

.symbol-subtext-peg-ratio-01-under-valued {
    background-color: var(--theme-company-growth-great);
}

.symbol-subtext-peg-ratio-02-fairly-valued {
    background-color: var(--theme-company-growth-steady);
}

.symbol-subtext-peg-ratio-03-over-valued {
    background-color: var(--theme-company-growth-questionable);
}

.symbol-subtext-peg-ratio-unknown {
    background-color: var(--theme-company-growth-noinformation);
}

.symbol-subtext-industry {
    color: #7c7c7c;
}

.symbol-subtext-industry, .symbol-subtext-industry>a {
    font-size: 12px;
    margin: 5px 0px;
}

.symbol_active_opportunity_buy-active {
    background-color: var(--theme-active-opportunity-buy-active);
}

.symbol_active_opportunity_buy-approaching {
    background-color: var(--theme-active-opportunity-buy-approaching)
}

.symbol_active_opportunity_sell-active {
    background-color: var(--theme-active-opportunity-sell-active)
}

.symbol_active_opportunity_sell-approaching {
    background-color: var(--theme-active-opportunity-sell-approaching)
}

.symbol_table_subtext_data {
    color: #7c7c7c;
    font-size: 12px;
}

.symbol-return-velocity-table {
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
    min-width: auto !important;
    margin-bottom: 10px;
}

.return_velocity_stdev {
    color: #7c7c7c !important;
}
