.s-list-content {
    display: flex;
    align-items: center;
    padding-left: 20;
}

.s-list-title {
    font-weight: 600;
    font-size: 18pt;
}

.s-list-desc {
    font-weight: 200;
    font-size: 13pt;
}

.s-list-count {
    font-weight: 200;
    color: var(--secondary-color);
}

.list-emoji{
    font-size: 20pt;
    border-radius: 30px;
    max-width: 60px;
    max-height: 60px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--tint-color);
}

.light-theme .list-emoji {
    border: 0.03em rgba(0, 0, 0, 0.20) solid;
    background-color: white;
}

.dark-theme .list-emoji {
    background-color: var(--secondary-button-bg-color);
}

.s-nav {
    margin-top: 10px;
    height: 0px;
    border-bottom: 0.03em solid var(--border-color);
    padding-left: 15px;
    margin-bottom: 10px;
}


.s-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;
}


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

.s-navigation-item {
    height: 100%;
    text-decoration: none;
    color: var(--secondary-color);
    font-size: 13pt;
    margin-left: 20px;
}

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

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

.s-section-1 {
    width: 100%;
}

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

.s-section-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    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);
}

.s-header {
    padding-top: 50px;
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 20px;
    align-items: center;
    display: flex;
}

.s-icon {
    width: 150px;
    height: 150px;
    margin-right: 20px;
}

.s-emoji {
    display: flex;
    margin-right: 20px;
    padding-top: 5px;
}

.s-title {
    font-size: 24pt;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0px;
}

.s-subtitle {
    font-size: 13pt;
    font-weight: 200;
    color: var(--secondary-color);
}

.t-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.t-article-card {
    flex: 1;
    width: calc(33% - 10px);
    display: flex;
    flex-direction: column;
}

.t-article-image {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-items: center;
}

.t-article-image img{
    height: 100%;
    width: auto;
    flex: 1;
}

.t-article-title {
    font-size: 14pt;
    color: var(--primary-color);
}

.t-article-date {
    font-size: 10pt;
    color: var(--secondary-color);
}

.t-article-continue {
    font-size: 10pt;
    color: var(--tint-color);
}

.symbol-detail-news {
    width: 100%;
}

.s-card {
    background-color: var(--card-bg-color);
    border-radius: 8px;
    padding-top: 8px;
    overflow: hidden;
}

.s-w {
    width: 100%;
}

.s-dropdown {
    margin-left: 10px;
}
.s-table {
    width: 100%;
}

.s-table thead {
    height: 35px;
    font-size: 14pt;
    position: sticky;
    top: 0;
    z-index: 2;
}
.s-table tr {
    min-height: 65px;
    height: auto !important;
    font-size: 12pt;
    color: var(--primary-color);
    
}

.light-theme {
    .s-table tr:not(:last-child) {
        border-bottom: 0.03em solid var(--border-color);
    }
}


.symbol-td .symbol-column {
    align-items: center;
}

.symbol-td .symbol-column .symbol-img-holder{
    margin-top: 0px !important;
    min-height: 40px;
    min-width: 40px;
}

.s-code-desc {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 8px;
}

.s-desc {
    font-size: 10pt;
    color: var(--symbol-secondary-color);
    font-weight: 400;
    overflow: hidden;
    max-height: 30px;
    max-width: 250px;
}


.s-table thead tr {
    height: 55px !important;
}

.s-table td {
    text-align: right;
}

.s-table th {
    text-align: right;
    padding-bottom: 2px;
    font-weight: 400;
    color: var(--column-header-color);
    font-size: 1em;
}

.s-tablel td {
    text-align: left !important;
}

.s-tablel th {
    text-align: left !important;
}

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

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

#s-table-body tr:hover td{
    background-color: var(--highlight-color) !important;
}

.trf{
    padding-left: 15px;
    text-align: left !important;
}

.trl{
    padding-right: 15px;
}

.snippet-column-holder{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.snippet-column-holder .news-card {
    width: calc(50% - 10px);
}


@media screen and (max-width: 1300px) {
    .snippet-column-holder{
        flex-direction: column;
    }

    .snippet-column-holder .news-card {
        width: 100%;
    }

    .snippet-column-space {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 850px) {
    .s-hide {
       display:none;
    }
    .s-table tr {
        font-size: 12pt;
    }
}

