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

.s-table th {
    padding-right: 10px;
}

.s-table td {
    padding-right: 10px;
}

.s-w {
    width: 100%;
}


.s-table {
    width: 100%;
}

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

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

.s-table thead tr {
    height: 35px !important;
    font-size: 11pt !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;
}



.s-nav {
    margin-top: 20px;
    height: 40px;
    border-bottom: 0.1em 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%;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
}

.s-section-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.today-title {
    width: 100%;
    height: 100px;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.today-title h4 {
    color: var(--primary-color);
    font-size: 14pt;
    font-weight: 400;
}

.article-card {
    min-height: 112px;
    display: flex;
    width: 100%;
}

.article-card-image-holder {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.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: 10px;
}

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

.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%;
    margin-bottom: 20px !important;
}

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


.top-symbols-container {
    width: 100%;
    display: flex;
    padding-bottom: 5px;
    overflow: hidden;
    overflow-x: auto;
    height: 66px;
}

.top-symbol-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
}

.top-symbol-prices {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-symbol-close {
    color: var(--card-primary-color);
    font-size: 14pt;
    white-space: pre;
}

.pri{
    color: var(--primary-color);
}

.top-symbol-change {
    font-size: 12pt;
    margin-top: 2px;
    margin-left: 4px;
    white-space: pre;
}

.top-symbol-code {
    color: var(--card-secondary-color);
    font-weight: 200;
    font-size: 12pt;
    text-align: center;
}

.b-r {
    border-right: 0.03em solid var(--border-color);
}

.today-section-column {
    width: 100%;
    margin-bottom: 10px;
    max-width: 850px;
}

.today-section-column-w {
    width: 100%;
   display: flex;
   justify-content: space-between;
}

.today-section-column-h {
    width: calc(50% - 10px);
    margin-bottom: 10px;
}

.upcoming-ipos{
    margin-bottom: 20px;
}

.latest-financials{
    margin-bottom: 10px;
}

.bottom-column {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 850px) {
    .today-section-column-w {
       flex-direction: column;
    }

    .today-section-column {
        width: calc(100%);
    }

    .today-section-column-h {
        width: calc(100%);
    }
}
