.symbol-detail-top {
    display: flex;
    padding-left: 20px;
    max-width: 850px;
}

.symbol-detail-snapshot {
    display: flex;
    padding-left: 20px;
    padding-top: 10px;
    flex-direction: column;
    justify-content: center;
}

.symbol-detail-top-price {
    display: flex;
    align-items: end;

}

.symbol-detail-close-price {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 40;
}

.symbol-detail-close-change {
    display: flex;
    color: var(--primary-color);
    font-weight: 400;
    font-size: 30;
    margin-left: 10px;
    margin-bottom: 2px;
}

.symbol-detail-top-time {
    color: var(--card-secondary-color);
    font-weight: 510;
    font-size: 15;
    margin-top: -10px;
}


.symbol-img-holder-big {
    width: 128px;
    height: 128px;
    border-radius: 64px;
    padding-top: 28px;
    padding-left: 28px;
    margin-right: 20px;
}

.light-theme .symbol-img-holder-big {
    border: 0.03em rgba(0, 0, 0, 0.20) solid;
    background-color: white;

}

.dark-theme .symbol-img-holder-big {
    border: 0.03em rgba(211.44, 211.44, 211.44, 0.10) solid;

}

.symbol-img-holder-big img {
    width: 72px;
    height: 72px;
    border-radius: 36px;
}

.symbol-detail-top-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.symbol-detail-top-buttons {
    display: flex;
    align-items: center;
    margin-left: 20px;
    min-width: 200px;
}

.symbol-detail-top-code {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 40;

}

.symbol-detail-top-desc {
    font-weight: 400;
    font-size: 20;
}

.light-theme .symbol-detail-top-desc {
    color: rgba(4, 24, 46, 0.60);
}

.dark-theme .symbol-detail-top-desc {
    color: rgba(255, 255, 255, 0.60);
}


.symbol-detail-nav {
    margin-top: 20px;
    height: 40px;
    border-bottom: 0.05em solid var(--border-color);
    padding-left: 15px;
    margin-bottom: 10px;
}


.symbol-navigation-item-container {
    float: left;
    padding-top: 9px;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}


.symbol-navigation-item-container::-webkit-scrollbar {
    display: none;
}

.symbol-navigation-item {
    height: 100%;
    text-decoration: none;
    font-size: 14pt;
    margin-left: 20px;
    color: #898989;
    margin-left: 20px;
    font-weight: 500;
}

.an {
    color: var(--tint-color) !important;
    font-weight: 590;
    border-bottom: 2px solid var(--tint-color);
}

.symbol-navigation-item:hover {
    text-decoration: none;
    color: var(--secondary-color);
}

.symbol-detail-chart {
    flex: 1;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
}

.symbol-detail-statistics {
    width: 50%;
}


.fund-detail-statistics {
    width: 50%;
}

.act {
    border: 0.03em var(--tint-color) solid !important;
    color: var(--tint-color) !important;
    font-weight: 500;
}

.light-theme .act {
    background-color: rgba(0, 122, 255, 0.04) !important;
}

.dark-theme .act {
    background-color: rgba(78, 172, 248, 0.20) !important;
}

.fund-full-detail-statistics {
    width: 100%;
    margin-bottom: 20px;
}

.fund-detail-statistics2 {
    width: 50%;
}

.symbol-detail-news {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    justify-content: space-between;
    align-content: space-around
}

.symbol-detail-section-1 {
    width: 100%;
}

.bcard-header {
    background-color: transparent;
    height: 55px;
    display: flex;
}

.bcard-header-title {
    display: flex;
    padding-left: 10px;
    flex-direction: column;
    justify-content: center;
    font-size: 1.2em;
    font-weight: 590;
}

.fund-detail-statistics2 .bcard {
    margin-bottom: 20px;
}

.stat-cell {
    display: flex;
    align-items: start;
    flex-basis: 50%;
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;

}

.light-theme .stat-cell{
    border-bottom: 0.03em solid var(--border-color);
}

.bn1 {
    border-bottom: none !important;
}

.bn2 {
    border-bottom: none !important;
}

.stat-cell-holder {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -1px;
}



.stat-cell-holder-crop {
    margin-bottom: 0px;
    overflow: hidden;
}

.symbol-detail-section-1 {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.symbol-detail-section-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.symbol-detail-section-3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.section-title {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.section-title h4 {
    color: var(--primary-color);
}

.news-card {
    min-height: 150px;
    display: flex;
    width: 100%;
}

.news-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.news-card-image-holder {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-card-image-holder img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    max-width: 120px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.news-date {
    color: var(--card-secondary-color);
    font-size: 12pt;
    font-weight: 400;
    margin-bottom: 5px;
}

.news-snippet {
    color: var(--card-primary-color);
    font-weight: 400;
    font-size: 14pt;
}

.news-big-snippet {
    color: var(--card-primary-color);
    font-weight: 600;
    font-size: 18pt;
}

.tag-holder {
    display: flex;
    margin-top: 15px;
}

.alert-tag-holder {
    display: flex;
}

.tag-logo {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    margin-bottom: 2px;
}

.bn {
    border: none !important;
}

.chart-period-holder {
    display: flex;
    margin-top: 15px;
    height: 40px;
    padding-left: 30px;
}

.chart-period-button {
    background-color: var(--chart-period-button-bg-color);
    height: 33px;
    border-radius: 10px;
    border: 0.03em var(--chart-period-button-border-color) solid;
    color: var(--chart-period-button-color);
    font-size: 10pt;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.chart-change-div {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.chart-change-desc {
    color: var(--card-secondary-color);
    font-weight: 540;
    font-size: 10pt;
}

.chart-change-value {
    font-weight: 400;
    font-size: 12pt;
    margin-left: 10;
}

#chart-container {
    height: 510px;
}

#chartdiv {
    width: 100%;
    height: 450px;
    margin-top: 10px;
}

.symbol-detail-half-column {
    width: 50%
}

#symbol-detail-top-view {
    display: flex;
}

.symbol-detail-snapshot {
    border-left: 0.03em solid var(--border-color);
    margin-left: 20px;
    padding-left: 20px;
    min-width: 400px;
}

.analyst-summary {
    display: flex;
    flex-direction: column;
}

.bcard-content {
    padding-left: 20px;
    padding-right: 20px;
}

.s-cell-title {
    font-weight: 540;
    color: var(--card-secondary-color);
    font-size: 1em;
}

.s-cell-value {
    font-weight: 510;
    color: var(--card-primary-color);
    font-size: 1.1em;
}

.analyst-subtitle {
    color: var(--card-secondary-color);
    font-size: 12pt;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0px;
}

.analyst-average-price {
    color: var(--card-primary-color);
    font-size: 30pt;
    font-weight: 860;
    margin-bottom: 10px;
    margin-top: -5px;

}

.analyst-desc {
    display: flex;
}

.analyst-desc-title {
    color: var(--card-secondary-color);
    font-size: 14pt;
    font-weight: 400;
    margin-right: 10px;
}

.analyst-desc-value {
    color: var(--card-primary-color);
    font-size: 14pt;
    font-weight: 510;
}

.analyst-bar-holder {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.analyst-bar-title {
    width: 50px;
    color: var(--card-secondary-color);
    font-size: 14pt;
    font-weight: 400;
}

.bar-holder {
    flex: 1;
    border-radius: 50px;
    overflow: hidden;
    background-color: var(--bar-bg-color);
    height: 5px;
    margin-right: 10px;
}

.bar-fill {
    background-color: var(--tint-color);
    height: 100%;
}

.analyst-bar-value {
    width: 100px;
    display: flex;
}

.analyst-bar-percentage {
    color: var(--card-primary-color);
    font-size: 13pt;
    margin-right: 10px;
    font-weight: 590;
}

.analyst-bar-percentage-desc {
    color: var(--card-secondary-color);
    font-size: 13pt;
    font-weight: 400;
}

.fund-stock-footer {
    padding-top: 10px;
    font-size: 10pt;
    font-weight: 200;
    color: var(--secondary-color);
    padding-left: 5px;
}

.fund-stock-footer a {
    text-decoration: none;
    color: var(--tint-color) !important;
    font-size: 10pt;
    font-weight: 200;
    margin-left: 10px;
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 1450px) {
    #chart-container {
        height: 410px;
    }

    #chartdiv {
        height: 350px;
    }
}

@media screen and (max-width: 1300px) {

    #symbol-detail-top-view {
        display: block;
    }

    .symbol-detail-snapshot {
        border: none;
    }

    .symbol-detail-half-column {
        width: 100%;
    }

    .symbol-detail-statistics {
        width: 100%;
        margin-bottom: 20px;
    }

    .fund-detail-statistics2 {
        width: 100%;
    }

    .fund-detail-statistics {
        width: 100%;
        margin-bottom: 20px;
    }



    .symbol-detail-news {
        margin-bottom: 20px;
    }


    .symbol-detail-section-3 {
        margin-top: 0px;
    }



}

.stat-title {
    color: var(--card-secondary-color);
    font-size: 12pt;
    font-weight: 540;
}

.stat-value {
    color: var(--card-primary-color);
    font-size: 14pt;
    font-weight: 400;
}

.stat-cell-bg-1 {
    background-color: var(--cell-bg-1);
}

.stat-cell-bg-2 {
    background-color: var(--cell-bg-1);
}

.stat-cell-bg-3 {
    background-color: var(--cell-bg-2);
}

.stat-cell-bg-4 {
    background-color: var(--cell-bg-2);
}

@media screen and (max-width: 576px) {
    .news-card-image-holder {
        display: none;
    }

    .news-date {
        font-size: 10pt;
    }

    .news-snippet {
        font-size: 12pt;
    }

    .news-big-snippet {
        font-size: 16pt;
    }

    #chart-container {
        height: 250px;
    }

    .chart-period-button {
        display: none;
    }

    #chartdiv {
        height: 190px;
    }


    .symbol-detail-top-desc {
        display: none;
    }

    .stat-cell {
        flex-basis: 100%;
    }

    .bn1 {
        border-bottom: 0.03em solid var(--border-color) !important;
    }

    .stat-cell-bg-1 {
        background-color: var(--cell-bg-1);
    }
    
    .stat-cell-bg-2 {
        background-color: var(--cell-bg-2);
    }
    
    .stat-cell-bg-3 {
        background-color: var(--cell-bg-1);
    }
    
    .stat-cell-bg-4 {
        background-color: var(--cell-bg-2);
    }


    .symbol-img-holder-big {
        width: 64px;
        height: 64px;
        border-radius: 32px;
        padding-top: 14px;
        padding-left: 14px;
        margin-right: 10px;
    }

    .symbol-img-holder-big img {
        width: 36px;
        height: 36px;
        border-radius: 18px;
    }

    .symbol-detail-top-code {
        font-size: 25;
    }

    .symbol-detail-close-price {
        font-size: 25;
    }

    .symbol-detail-close-change {
        font-size: 20;
        margin-bottom: 4px;
    }

    .symbol-detail-top-time {
        font-size: 10;
        margin-top: -7px;
    }

    .symbol-detail-alert-button {
        display: none;
    }


}