.header-tab h1 strong {
    color: #f5a504;
}
#stock-industry {
    min-height: 80vh;
}
#stock-industry .nav-link {
    padding: 6px 10px;
    font-weight: 500;
    background-color: #eaeff9;
    color: #001f3f;
    transition: all ease-in-out 0.3s;
}
#stock-industry .nav-link.active {
    background-color: #f5a504;
}
.financial-industry .item {
    font-weight: 500;
}
.financial-industry .item .title {
    color: #666;
}
#stock-industry table {
    margin-bottom: 0;
}
#stock-industry table thead {
    top: 0px;
    z-index: 10;
}
#stock-industry tr td.market-industry {
    font-weight: 500;
    text-align: left;
}
#stock-industry .box-result {
    overflow-x: auto;
    max-height: 100vh;
}
#stock-industry .box-result::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
#stock-industry table td {
    min-width: 80px;
}
#stock-industry table td.market-industry, #stock-industry table td.market-symbol {
    position: sticky;
    left: 0px;
}
#stock-industry table td.market-industry {
    min-width: 180px;
}
#stock-industry table td.market-industry a {
    color: inherit;
    text-decoration: none;
}
#stock-industry table td.market-symbol {
    min-width: 100px;
    padding-left: 10px;
    padding-right: 10px;
}
#stock-industry table td.market-count {
    width: 86px;
    min-width: 86px;
}
#stock-industry table td.sort-col {
    cursor: pointer;
}
#stock-industry .chart-container .btn-chart {
    background-color: #efefef;
    position: absolute;
    top: 15px;
    padding: 3px;
    border-radius: 10px;
    z-index: 100;
}
#stock-industry .chart-container .btn-chart button {
    border: none;
    color: #616e85;
    font-size: 14px;
    border-radius: 6px;
}
#stock-industry .chart-container .btn-chart button.active {
    background-color: #ffffff;
}
#stock-industry .chart-container .time-chart {
    right: 45px;
}
#stock-industry .chart-container .type-chart {
    left: 15px;
}
#valuation-chart, #finance-chart {
    background-color: #ffffff;
    width: 100%;
    height: 500px;
    border-radius: 6px;
}
.chart-container .save-chart {
    top: 15px;
}
@media (max-width: 768px) {
    #stock-industry table td.market-industry {
        padding-left: 10px;
        padding-right: 10px;
    }
    .financial-industry {
        justify-content: stretch;
    }
}
@media (max-width: 576px) {
    #stock-industry table td.market-industry {
        min-width: 140px;
    }
    #stock-industry table td.market-count {
        width: 66px;
        min-width: 66px;
    }
    .chart-container .caption p {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .financial-industry .item, #stock-industry .nav-link {
        font-size: 15px;
    }
    #finance-chart {
        height: 400px;
    }
    #stock-industry .finance-chart .time-chart {
        top: 50px;
    }
}
@media (max-width: 360px) {
    .financial-industry .item .title {
        font-size: 14px;
    }
    #stock-industry .chart-container .type-chart {
        left: 6px;
    }
    .chart-container .save-chart {
        right: 6px;
    }
    #stock-industry .chart-container .time-chart {
        right: 30px;
    }
}