/* Minification failed. Returning unminified contents.
(922,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(923,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(924,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1865,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1866,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1867,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
.overview__container {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: default;
}
/* SAME INDUSTRY */
.overview-same-industry__container {
    margin-top: 30px;
}
.overview-same-industry__header {
    padding: 5px 0px;
}
.overview-same-industry__header-title {
    font-size: 28px;
    font-weight: 700;
}
.overview-same-industry__desc-ico-wrapper {
    margin-left: 5px;
}
.overview-same-industry__desc-ico img {
    width: 15px;
    height: 15px;
    max-height: unset;
    max-width: unset;
    margin-top: -5px;
}
.overview-same-industry__header-link {
    font-size: 28px;
    color: #282828;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
    .overview-same-industry__header-link:hover {
        color: #0260ea;
    }

.overview-same-industry__body {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
    /*min-height: 180px;
    height: 280px;*/
    overflow-y: auto;
    /*scrollbar-width: none;*/
}
    .overview-same-industry__body::-webkit-scrollbar {
        width: 5px;
        height: 0px;
    }
    .overview-same-industry__body::-webkit-scrollbar-track {
        border-radius: 2px;
        background-color: #efefef;
    }
    .overview-same-industry__body::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: #b6b7b7;
    }

.overview-same-industry__box {
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    margin-bottom: 5px;
    height: 80px;
    padding: 10px;
    font-size: 13px;
    user-select: none;
    box-sizing: border-box;
    flex: 0 0 calc(50% - 5px);
}
.overview-same-industry__box:hover {
    box-shadow: 0px 2px 8px #e7e7e7;
}
.overview-same-industry__info {
    flex: 1;
}
.overview-same-industry__stock-code {
    font-weight: 700;
}
.overview-same-industry__stock-code a {
    color: #282828;
}
    .overview-same-industry__stock-code a:hover {
        color: #1576cd;
        text-decoration: none;
    }
.overview-same-industry__price {
    padding: 4px 0px;
    display: flex;
    align-items: center;
}
    .overview-same-industry__price span {
        display: inline-block;
        margin-right: 10px;
        font-weight: 500;
    }
    .overview-same-industry__price i {
        font-size: 14px;    
    }
.overview-same-industry__mini-chart {
    margin-top: 10px;
}
.overview-same-industry__mini-chart img {
    width: 95px;
    height: 45px;
}
/* END SAME INDUSTRY */

/* TRADING */
.overview-trading__container {
    margin-top: 30px;
}
.overview-trading__header {
    padding: 5px 0px;
}
.overview-trading__header-title {
    font-size: 28px;
    font-weight: 700;
}
.overview-trading__header-link {
    font-size: 28px;
    color: #282828;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
    .overview-trading__header-link:hover {
        color: #0260ea;
    }
.overview-trading__tabs {
    display: flex;
    align-items: center;
}
.overview-trading__tab {
    font-size: 15px;
    color: #666;
    padding: 0px 15px;
    font-weight: 400;
    border-right: 1px solid #d9d9d9;
    white-space: nowrap;
}
.overview-trading__tab--active {
    font-weight: 500;
    color: #282828;
}
.overview-trading__tab:first-child {
    padding-left: 0px;
}
.overview-trading__tab:last-child {
    border-right: none;
}

.overview-trading__table-container {
   margin-top: 10px;
   overflow-x: auto;
}
    .overview-trading__table-container::-webkit-scrollbar {
        width: 5px;
        height: 6px;
    }
    .overview-trading__table-container::-webkit-scrollbar-track {
        border-radius: 2px;
        background-color: #efefef;
    }
    .overview-trading__table-container::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: #b6b7b7;
    }
.overview-trading__table {    
    table-layout: fixed;
    border-collapse: separate;
}
.overview-trading__table-head th {
    font-weight: 400;
    font-size: 14px;
    padding: 7px 0px;
    padding-right: 10px;
    text-align: right;
    border-bottom: 1px solid #d9d9d9;
    color: #282828;
    white-space: nowrap;
    min-width: 90px;
}
    .overview-trading__table-head th:first-child {        
        padding-left: 5px;
    }
.overview-trading__table-body td {
    padding: 7px 0px;
    padding-right: 10px;
    text-align: right;
    border-bottom: 1px solid #d9d9d9;
    white-space: nowrap;
    min-width: 90px;
}
.overview-trading__table-body td:first-child {    
    padding-left: 5px;
    
}
.overview-trading__table-body tr:hover td {
    background-color: #ffe5bf;
}

.overview-trading__colu-date {
    text-align: left !important;
    width: 50px;
    min-width: 50px !important;
    position: sticky;
    left: 0px;
    background-color: #fff;
}
.overview-trading__colu-price {
    text-align: center !important;
    width: 60px;
    min-width: 60px !important;
}
.overview-trading__colu-change {}
.overview-trading__colu-bg {
    background-color: #f0f7ff;
}
.overview-trading__head-colspan-6 {
    text-align: center !important;
}
.overview-trading__button-wrapper {
    text-align: center;
    margin-top: 15px;
}
.overview-trading__button-see-more {
    padding: 5px 20px;
    color: #282828;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    cursor: pointer;
}
    .overview-trading__button-see-more:hover {
        border: none;
        background-color: #E1F5FE
    }
/* END TRADING*/
/* STOCK FOLLOWED (TRENDING) */
.overview-trending__container {
    margin-top: 30px;
}
.overview-trending__header {
    padding: 5px 0px;
}
.overview-trending__header-title {
    font-size: 28px;
    font-weight: 700;
}
.overview-trending__desc-ico-wrapper {
    margin-left: 5px;
}
.overview-trending__desc-ico img {
    width: 15px;
    height: 15px;
    max-height: unset;
    max-width: unset;
    margin-top: -5px;
}
.overview-trending__body {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 5px;
    overflow-x: auto;
    scrollbar-width: none;
}
    .overview-trending__body::-webkit-scrollbar {
        display: none;
    }
.overview-trending__box {
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    margin-right: 10px;
    height: 90px;
    min-width: 220px;
    padding: 10px;
    font-size: 13px;
    user-select: none;
    position: relative;
}
    .overview-trending__box:hover {
        box-shadow: 0 2px 8px #e7e7e7;
    }
.overview-trending__view-wrapper {
    position: absolute;
    right: 10px;
    top: 10px;
}
    .overview-trending__view-wrapper img {
        display: inline-block;
        margin-right: 5px;
        margin-top: -2px;
    }
.overview-trending__view-count {
    display: inline-block;
    color: #666666;
}
.overview-trending__info {
    flex: 1;
}
.overview-trending__stock-code {
    font-weight: 700;
}
.overview-trending__stock-code a {
    color: #282828;
}
    .overview-trending__stock-code a:hover {
        color: #1576cd;
        text-decoration: none;
    }
.overview-trending__price {
    padding: 4px 0px;
    display: flex;
    align-items: center;
}
    .overview-trending__price span {
        display: inline-block;
        margin-right: 10px;
        font-weight: 500;
    }
    .overview-trending__price i {
        font-size: 14px;
    }
.overview-trending__mini-chart {
    margin-top: 10px;
}
    .overview-trending__mini-chart img {
        width: 95px;
        height: 45px;
    }
/* END STOCK FOLLOWED (TRENDING) */

/* NEWS, EVENTS, REPORT, DOCUMENT */
.overview-news__container {
    margin-top: 30px;
}
.overview-news__header {
    padding: 5px 0px;
}
.overview-news__header-title {
    font-size: 28px;
    font-weight: 700;
}
.overview-news__header-link {
    font-size: 28px;
    color: #282828;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
    .overview-news__header-link:hover {
        color: #0260ea;
    }

.overview-news__body {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.overview-news__box {
    margin-bottom: 20px;
}
.overview-news__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    grid-gap: 15px;
}
.overview-news__title {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #333333;
}
.overview-news__title:hover {
    text-decoration: none !important;
    color: #0d6efd !important;
}
.overview-news__title img {

}
.overview-news__publish-date {
    margin-top: auto;
    font-size: 13px;
    color: #999999;
}
.overview-news__button-container {
    margin-top: 5px;
    text-align: center;
}
.overview-news__button-see-more {
    padding: 6px 25px;
    color: #282828;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    cursor: default;
}
    .overview-news__button-see-more:hover {
        background-color: #E1F5FE;
        border: none;
    }
/* END NEWS, EVENTS, REPORT, DOCUMENT */

/* MARGIN RATIO */
.overview-margin__container {
    margin-top: 30px;
}
.overview-margin__header {
    padding: 5px 0px;
}
.overview-margin__header-title {
    font-size: 28px;
    font-weight: 700;
}
.overview-margin__header-link {
    font-size: 28px;
    color: #282828;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
    .overview-margin__header-link:hover {
        color: #0260ea;
    }
.overview-margin__body {
    position: relative;
}
.overview-margin__grid-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 5px;
    overflow-x: auto;
    scrollbar-width: none;
}
.overview-margin__card {
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    margin-right: 15px;
    height: 70px;
    min-width: 290px;
    padding: 10px;
    font-size: 13px;
    user-select: none;
    position: relative;
}
.overview-margin__card:hover {
    box-shadow: 0px 2px 6px #e7e7e7;
}
.overview-margin__stock-logo-wrapper {
    margin-right: 10px;
}
.overview-margin__stock-logo {
    padding: 3px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background-color: #f8f8f8;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .overview-margin__stock-logo img {
        width: 80%;
        height: auto;
        object-fit: contain;
    }
.overview-margin__overview {
    flex-grow: 1;
    position: relative;
    color: #282828;
}
.overview-margin__info-name {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}
    .overview-margin__info-name .text-link:hover {
        color: #0d6efd;
    }
.overview-margin__info {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.overview-margin__info-ratios {
    margin-right: 60px;
}
.overview-margin__arrow-left {
    left: -13px;
}
.overview-margin__arrow-right {
    right: -13px;
}
/* END MARGIN RATIO */
/* BOND RELATED */
.overview-bond__container {
    margin-top: 30px;
}
.overview-bond__header {
    padding: 5px 0px;
}
.overview-bond__header--hidden {
    display: none;
}
.overview-bond__header-title {
    font-size: 28px;
    font-weight: 700;
}
.overview-bond__header-link {
    font-size: 28px;
    color: #282828;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
    .overview-bond__header-link:hover {
        color: #0260ea;
    }

.overview-bond__body {
}
.overview-bond__body--hidden {
    display: none;
}
.overview-bond-primary-index__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}
.overview-bond-primary-index__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 15px;
    background-color: #f8f8f8;
    margin: 0 10px;
    padding: 10px 0;
    min-width: 230px;
    min-height: 110px;
    cursor: default;
}
    .overview-bond-primary-index__box:hover {
        background-color: #f2f2f2;
    }
.overview-bond-primary-index__value {
    font-weight: bold;
    font-size: 30px;
    color: #282828;
}
.overview-bond-primary-index__desc-text {
    color: #666666;
    font-size: 13px;
}
.overview-bond-primary-index__desc-ico {
    width: 15px;
    height: 15px;
    max-height: unset;
    max-width: unset;
}
.overview-bond-primary-index__desc-ico-wrapper {
    margin-left: 5px;
}

/* END BOND RELATED */
/* TECHNICAL & FUNDAMENTAL */
.overview-technical__container, .overview-fundamental__container {
    margin-top: 30px;
}
.overview-technical__header, .overview-fundamental__header {
    padding: 5px 0px;
}
.overview-technical__header-title, .overview-fundamental__header-title {
    font-size: 28px;
    font-weight: 700;
}
.overview-technical__header-link, .overview-fundamental__header-link {
    font-size: 28px;
    color: #282828;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
    .overview-technical__header-link:hover, .overview-fundamental__header-link:hover {
        color: #0260ea;
    }

.overview-technical__body, .overview-fundamental__body {
    margin-top: 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 15px 0px 5px 0px;
}
    .overview-technical__body:hover, .overview-fundamental__body:hover {
        border-color: #00000026;
    }
.overview-technical__tabs {
    display: flex;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-end;
    cursor: default;
}
.overview-technical__tab {
    padding: 4px 11px;
    margin: 0px 0px;
    margin-right: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #525455;
    cursor: default;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    white-space: nowrap;
}
    .overview-technical__tab:not(.overview-technical__tab--active):hover {
        background-color: #E1F5FE;
        border: 1px solid #E1F5FE;
    }
.overview-technical__tab--active {
    color: #282828;
    background-color: #E1F5FE;
    border: 1px solid #E1F5FE;
}
.overview-technical__chart-container {
    margin-top: 20px;
}
.overview-technical__chart-container .highcharts-container {
    background: none;
}

.overview-fundamental__signal-info {
    text-align: center;
}
.overview-fundamental__final-signal {
    display: inline-block;
    background-color: #f8f8f8;
    color: #282828;
    padding: 3px 20px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 5px;
}
.overview-fundamental__chart-container {
    margin-top: 15px;
}
    .overview-fundamental__chart-container .highcharts-container {
        background: none;
    }
.overview-fundamental__chart-instance {
    height: 300px;
}
.label-x-axis {
    color: #1E91FD;
    font-size: 14px;
}
.label-x-axis-0-0 {
    margin-top: 10px;
    text-align: center;
}
.label-x-axis-0-3 {
    margin-top: 15px;
}
.label-x-axis-txt-0-0 {
    margin-top: -10px;
    white-space: nowrap;
}
.label-x-axis-3-3 {
    padding-top: 15px;
    margin-top: 15px;
}
.label-x-axis-5-2 {
    margin-top: 20px;
}
/* END TECHNICAL & FUNDAMENTAL */

/* FINANCIAL */
.overview-financial__container {
    margin-top: 30px;
}
.overview-financial__header {
    padding: 5px 0px;
}
.overview-financial__header-title {
    font-size: 28px;
    font-weight: 700;
}
.overview-financial__header-link {
    font-size: 28px;
    color: #282828;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
    .overview-financial__header-link:hover {
        color: #0260ea;
    }

.overview-financial__body {}
.overview-financial-list__top-option {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.overview-financial-list__button-toggle {
    display: flex;
    align-items: center;
}
.overview-financial-list__toggle-text {
    padding: 0 7px;
    color: #666666;
    white-space: nowrap;
}
.toggle-text--active {
    font-weight: 500;
}
.overview-financial-list__toggle-switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
    margin-top: 4px;
}
    /* Hide default HTML checkbox */
    .overview-financial-list__toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    /* The slider (track) */
    .overview-financial-list__toggle-switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        border: 1px solid #d9d9d9;
        border-radius: 20px; /* For a round slider */
        transition: 0.4s;
    }
        /* The circular thumb on the slider */
        .overview-financial-list__toggle-switch .slider:before {
            position: absolute;
            content: "";
            height: 20px;
            width: 20px;
            left: -1px;
            bottom: -1px;
            background-color: #e1f5fe;
            border: 1px solid #bfd0d8;
            border-radius: 50%; /* For a round thumb */
            transition: 0.4s;
        }
    /* Change background color when checked */
    .overview-financial-list__toggle-switch input:checked + .slider {
        background-color: #fff;
    }
        /* Move the thumb when checked */
        .overview-financial-list__toggle-switch input:checked + .slider:before {
            transform: translateX(25px);
        }

.overview-financial-list__button-toggle-animated {
    position: relative;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    padding: 0px;
    overflow: hidden;
}
    .overview-financial-list__button-toggle-animated .slider {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        width: 50%;
        background-color: #e1f5fe;
        border-radius: 30px;
        z-index: 1;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .overview-financial-list__button-toggle-animated span {
        position: relative;
        z-index: 2;
        padding: 5px 12px;
        margin: 0;
        cursor: pointer;
        font-size: 13px;
        color: #666666;
        text-align: center;
        transition: color 0.3s ease;        
        white-space: nowrap;
    }
    .overview-financial-list__button-toggle-animated span.active {
        font-weight: 500;
        color: #282828;
    }

.overview-financial-list__table-container {
    margin-top: 10px;
}
.overview-financial-list__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.overview-financial-list__table-head th {
    font-weight: 400;
    font-size: 14px;
    padding: 7px 0px;
    padding-right: 10px;
    text-align: right;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
    color: #282828;
    white-space: nowrap;
}
.overview-financial-list__table-head th:first-child {
    text-align: left;
    width: 210px;
}
.overview-financial-list__table-body td {
    padding: 7px 0px;
    padding-right: 10px;
    text-align: right;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
}
.overview-financial-list__table-body td:first-child {
    text-align: left;
    width: 210px;
}
.overview-financial-list__table-body tr:hover td {
    background-color: #ffe5bf;
}

.overview-financial-business-result, .overview-financial-balance-sheet, .overview-financial-ratios {
    margin-top: 30px;
}

.overview-financial-chart__container {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #00000026;
}
.overview-financial-chart__container .highcharts-container {
    background: none;
}
.overview-financial-chart__container .highcharts-legend-item text {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
}
#overview-financial-business-chart {
    height: 275px;
}
#overview-financial-balance-sheet-chart {
    height: 275px;
}
#overview-financial-ratios-chart {
    height: 275px;
}
/* END FINANCIAL */
/* DAILY INDEX */
.overview-daily-index__container {
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #00000026;
    padding: 0px 0px 0px 5px;
}
.overview-daily-index__header {
    padding: 5px 0px;
    padding-left: 5px;
}
.overview-daily-index__header-title {
    font-size: 28px;
    font-weight: 700;
}
.overview-daily-index__header-link {
    font-size: 28px;
    color: #282828;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
    .overview-daily-index__header-link:hover {
        color: #0260ea;
    }

.overview-daily-index__body {
    position: relative;
}

.overview-daily-index__chart-container {
    position: relative;
    width: 220px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    --bg-fill-circle-svg: #F0F7FF;
    --bg-stroke-circel-svg-profit: #0280EA;
    --bg-stroke-circel-svg-revenue: #0280EA66;
}
.overview-daily-index__chart-donut-svg {
    position: absolute;
    z-index: 1;
    margin-top: 40px;
}
.overview-daily-index__center-text {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 45px;
}
.overview-daily-index__c-title {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.overview-daily-index__c-value {
    color: #282828;
    font-size: 14px;
    font-weight: bold;
}
.overview-daily-index__label-box {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
}
.overview-daily-index__l-title {
    color: #666;
    font-size: 13px;
    margin-bottom: 2px;
    border-bottom: 1px dashed #00000026;
}
.overview-daily-index__l-val {
    color: #282828;
    font-size: 13px;
    font-weight: bold;
}
.overview-daily-index__pointer-line {
    position: relative;
    margin-top: 4px;
    margin-left: 1px;
    width: 1px;
    height: 40px;
    background-color: #0280EA;
}
    .overview-daily-index__pointer-line::after {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        width: 5px;
        height: 5px;
        background-color: #0280EA;
        border-radius: 50%;
    }

.overview-daily-index__pointer-elbow {
    position: absolute;
    top: 20px; 
    right: 100%; /* Neo chặt vào lề trái của chữ */
    margin-right: 15px;
    width: 45px;
    height: 1px; 
    background-color: #0280EA66;    
}
    .overview-daily-index__pointer-elbow:before {
        content: '';
        position: absolute;
        top: -2px;
        right: -2px;
        width: 6px;
        height: 6px;
        background-color: #0280EA66;
        border-radius: 50%;
    }
    .overview-daily-index__pointer-elbow:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0; /* Bắt đầu từ đầu mép TRÁI của đoạn ngang */
        width: 25px;
        height: 1px;
        background-color: #0280EA66;
        /* Bẻ góc chéo hướng xuống vòng tròn */
        transform-origin: left center; /* Lấy mép trái làm tâm xoay */
        transform: rotate(135deg);
    }

.overview-daily-index__label-profit {
    top: 0px;
    align-items: center;
}
.overview-daily-index__label-revenue {
    top: 35px;
    right: -35px;
    align-items: flex-start;
}


#overview-finance-index-daily-chart {
    height: 200px;
}
#overview-finance-index-daily-chart .highcharts-container {
    background: none;
}

.overview-daily-index__infos-container {
    position: absolute;
    width: 100%;
    top: 110px;
}
.overview-daily-index__infos-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.overview-daily-index__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    gap: 3px;
}
    .overview-daily-index__info span:first-child {
        color: #282828;
        font-weight: 700;
        font-size: 16px;
    }
    .overview-daily-index__info span:last-child {
        color: #666666;
        border-bottom: 1px dashed #00000026;
    }

.overview-daily-index__stats-container {
    margin-top: -15px;
}
.overview-daily-index__stat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    font-size: 13px;
    color: #282828;
}
    .overview-daily-index__stat-row span:first-child {
        color: #666666;
        white-space: nowrap;
        border-bottom: 1px dashed #00000026;
        padding-bottom: 2px;
    }
    .overview-daily-index__stat-row span:first-child img {
        display: inline-block;
        margin-left: 5px;
    }
    .overview-daily-index__stat-row span:last-child {
        font-weight: 500;
    }
.overview-daily-index__stat-row--hidden {
    display: none;
}

.overview-daily-index__buttons-container {
    margin: 15px 0px;
}
.overview-daily-index__buttons-trade {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.overview-daily-index__button-discuss {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
}
    .overview-daily-index__button-discuss a {
        color: #333;
    }
    .overview-daily-index__button-discuss:hover {
        background-color: #f0f7ff;
    }
    .overview-daily-index__button-discuss a:hover {
        text-decoration: none;
    }
.overview-daily-index__buy-button {
    color: #4CAF50;
    border: 1px solid #4CAF50;
    border-radius: 5px;
    padding: 5px 23px;
    cursor: pointer;
}
    .overview-daily-index__buy-button:hover {
        background-color: #4CAF50;
        color: #fff;
    }
.overview-daily-index__sell-button {
    color: #EA8080;
    border: 1px solid #EA8080;
    border-radius: 5px;
    padding: 5px 23px;
    cursor: pointer;
    margin-left: 5px;
}
    .overview-daily-index__sell-button:hover {
        background-color: #EA8080;
        color: #fff;
    }
/* END DAILY INDEX */
/* PRICE CHART */
.overview-price-chart__container {
    margin-top: 30px;
}
.overview-price-chart__header {
    padding: 5px 0px;
}
.overview-price-chart__header-link {
    font-size: 28px;
    color: #282828;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
    .overview-price-chart__header-link:hover {
        color: #0260ea;
    }
.overview-price-chart__header-title {
    font-size: 28px;
    font-weight: 700;
}
.overview-price-chart__body {}
.overview-price-chart__instance {
    height: 300px;
}
    .overview-price-chart__instance .highcharts-container {
        background: none;
    }
.price-label-ref {
    background-color: #555;
    color: #fff;
    padding: 2px 4px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 11px;
    border-radius: 3px;
    white-space: nowrap;
    display: block;
    width: 50px;
    text-align: center;
    box-sizing: border-box;
}
.price-label-current {    
    color: #fff;
    padding: 2px 4px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 11px;
    border-radius: 3px;
    white-space: nowrap;
    display: block;
    width: 50px;
    text-align: center;
    box-sizing: border-box;
}
.overview-price-chart__performance-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.overview-price-chart__performance-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;    
    font-size: 13px;
    height: 60px;
    width: 120px;
    margin: 0 2px;
}
.overview-price-chart__performance-box--active {
    background-color: #f4f4f4;
}
.overview-price-chart__performance-box:not(.overview-price-chart__performance-box--active):hover {
    background-color: #fbfbfb;
}
.overview-price-chart__performance-text {
    font-weight: 700;
}
.overview-price-chart__performance-perchange {}
/*-------*/
/* Tooltip chart */
.order-chart__tooltip-formatter {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    /*padding-left: 5px;
    padding-right: 10px;*/
    padding: 7px 10px 5px 10px;
    background-color: #f7f8f9;
    border: none;
    border-radius: 2px;
}
.order-chart__tooltip-code {
    font-weight: bold;
    font-size: 13px;
}
.order-chart__tooltip-price {
    margin-top: 1px;
}
.order-chart__tooltip-price-value {
    font-size: 13px;
}
.order-chart__tooltip-volume {
    margin-top: 1px;
    display: flex;
}
.order-chart__tooltip-volume-name {
    margin-right: 10px;
}
.order-chart__tooltip-volume-value {
    font-size: 13px;
    font-weight: 500;
}
.order-chart__tooltip-change {
    margin-top: 1px;
    display: flex;
    flex-direction: row;
}
    .order-chart__tooltip-change i {
        font-size: 15px;
    }
.order-chart__tooltip-change-value {
    margin-right: 10px;
}
.order-chart__tooltip-perchange-value {
}
.order-chart__tooltip-trading-date {
    margin-top: 2px;
}

.overview-summary__container {
    margin-top: 20px;
}
.overview-summary__header {
    padding: 5px 0px;
}
.overview-summary__header-title {
    font-size: 28px;
    font-weight: 700;
}
.overview-summary__header-link {
    font-size: 28px;
    color: #282828;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
    .overview-summary__header-link:hover {
        color: #0260ea;
    }

.overview-summary__body {
    position: relative;
}
.overview-summary__content {
    display: block;
    line-height: 24px;
}
.overview-summary__content--truncate {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.overview-summary-button-see-more {
    color: #1e91fd;
    background-color: #ffffffde;
    position: absolute;
    right: 0px;
    bottom: 2px;
    padding: 1px 10px;
    border-radius: 5px;
}
    .overview-summary-button-see-more:hover {
        background-color: #f0f7ff;
    }
.overview-summay-button-see-more--relative {
    /*position: relative;*/
    right: 0px;
    bottom: -25px;
    /*left: -5px;*/
    padding: 3px 5px;
    z-index: 1;
}
/* END PRICE CHART */
/* PLANNED TARGET */
.overview-planned-target__container {
    margin-top: 30px;
}
.overview-planned-target__header {
    padding: 5px 0px;
}
.overview-planned-target__header-title {
    font-size: 28px;
    font-weight: 700;
}
.overview-planned-target__header-link {
    font-size: 28px;
    color: #282828;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
    .overview-planned-target__header-link:hover {
        color: #0260ea;
    }
.overview-planned-target-chart__container .highcharts-container {
    background: none;
}
.overview-planned-target-chart__container .highcharts-legend-item text {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
}
#overview-planned-target-chart {
    height: 350px;
}

.overview-planned-target-list__tabs {
    display: flex;
    align-items: center;
}
.overview-planned-target-list__tab {
    font-size: 16px;
    color: #666;
    padding: 0px 20px;
    cursor: default;
}
    .overview-planned-target-list__tab:first-child {
        padding-left: 0px;
        border-right: 1px solid #00000015;
    }
.overview-planned-target-list__tab--active {
    font-weight: 500;
    color: #282828;
}
.overview-planned-target-list__table-container {
    margin-top: 10px;
}
.overview-planned-target-list__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.overview-planned-target-list__table-head th {
    font-weight: 400;
    font-size: 14px;
    padding: 7px 0px;
    padding-right: 10px;
    text-align: right;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
    color: #282828;
    white-space: nowrap;
}
    .overview-planned-target-list__table-head th:first-child {
        text-align: left;
        width: 110px;
    }
.overview-planned-target-list__table-body td {
    padding: 3px 0px;
    padding-right: 10px;
    text-align: right;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
}
    .overview-planned-target-list__table-body td:first-child {
        text-align: left;
        /*width: 110px;*/
        padding-left: 5px;
    }
.overview-planned-target-list__table-body tr:hover td {
    background-color: #ffe5bf;
}
.overview-planned-target-list__table-body td .percentage-text {
    color: #666;
    font-size: 12px;
    display: inline-block;
}
.overview-planned-target-list__table-body td .percentage-text--up {
    color: #17a357;
}
.overview-planned-target-list__table-body td .percentage-text--down {
    color: #D50100;
}
/* END PLANNED TARGET */

/* COMPANY PROFILE */
.overview-profile__container {
    margin-top: 30px;
}
.overview-profile__header {
    padding: 5px 0px;
}
.overview-profile__header-title {
    font-size: 28px;
    font-weight: 700;
}
.overview-profile__header-link {
    font-size: 28px;
    color: #282828;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
    .overview-profile__header-link:hover {
        color: #0260ea;
    }

.overview-profile__tabs {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.overview-profile__tab {
    margin-right: 20px;
    color: #666;
    font-size: 16px;
}
.overview-profile__tab--active {
    font-weight: 700;
}
.overview-profile__contact-container {
    display: none;
    margin-top: 15px;
}
.overview-profile__contact-container--show {
    display: block;
}
.overview-profile__contact-info-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px 20px;
}
.overview-profile__contact-stat {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding: 5px;
}
.overview-profile__logo-container {
    overflow: hidden;
    padding: 2px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f8f8f8;    
    display: flex;
    justify-content: center;
}
    .overview-profile__logo-container .profile-logo {
        width: 70%;
        height: auto;
        object-fit: contain;
    }
.overview-profile__contact-stat-title {
    font-size: 14px;
    color: #666;
    margin-top: auto;
    margin-bottom: 5px;
}
.overview-profile__contact-stat-val {    
    font-size: 14px;
    color: #282828;
    word-break: break-word;
}

.overview-profile__listing-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
}
    .overview-profile__listing-body::-webkit-scrollbar {
        display: none;
    }
.overview-profile__listing-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    /*margin-right: 20px;*/
    padding: 0px 10px;
    min-height: 90px;
    min-width: 200px;
    padding-top: 25px;
}
.overview-profile__listing-label {
    color: #666666;
    font-size: 13px;
    white-space: nowrap;
    user-select: none;
}
.overview-profile__listing-value {
    color: #282828;
    margin-top: 5px;
    user-select: none;
}
.overview-profile__listing-value-advisor {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0px;
    width: 100%;
    color: #282828;
    font-size: 13px;
}
.overview-profile__listing-value-advisor-text {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    text-align: center;
    width: 100%;
}
/* END COMPANY PROFILE */

@media screen and (max-width: 480px) {
    .overview-daily-index__container {
        padding: 0px 5px;
    }
    .overview-daily-index__header {
        padding-left: 5px;
    }
    .overview-daily-index__buy-button, .overview-daily-index__sell-button {
        padding: 5px 20px;
    }
    .company-general-sector-link, .company-general-sector-arrow {
        margin-left: 5px;
    }

    .overview-price-chart__performance-container {
        overflow-x: auto;
        width: 100%;
    }
    .overview-price-chart__performance-box {
        width: unset;
        min-width: 85px;
    }

    .overview-daily-index__stat-row {
        padding: 7px 5px;
    }

    .overview-same-industry__body {
        min-height: unset;
        height: unset;
        overflow-y: unset;
    }
    .overview-same-industry__box {
        height: 90px;
    }
    .overview-same-industry__mini-chart img {
        width: 75px;
        height: 40px;
    }
    .overview-trending__body {
        flex-wrap: wrap;
        overflow-x: auto;
        gap: 10px;
    }
    .overview-trending__box {
        min-width: unset;
        margin-right: 0px;
        box-sizing: border-box;
        flex: 0 0 calc(50% - 5px);
    }
    .overview-trending__mini-chart img {
        width: 75px;
        height: 40px;
    }

    .label-x-axis-0-0 {
        margin-top: 7px;
    }

    .overview-trading__table-container {
        overflow-x: auto;        
    }
    .overview-trading__table {
        width: unset;
    }
    .overview-same-industry__container {
        margin-top: 10px;
    }

    .overview-financial-list__top-option {
        margin-top: 10px;
    }
    /*.overview-profile__contact-info-grid {
        grid-template-columns: repeat(1, 1fr);
    }*/

    .overview-planned-target-list__container {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .overview-financial-list__table-container {
        overflow-x: auto;
    }

    .overview-financial-list__table {
        width: unset;
    }

    .overview-financial-list__table-head th:first-child {
        min-width: 180px;
        position: sticky;
        left: 0;
    }

    .overview-financial-list__table-head--financial-ratios th:first-child {
        min-width: 120px;
    }

    .overview-financial-list__table-body td:first-child {
        position: sticky;
        left: 0;
    }

    .overview-planned-target-list__table-container {
        margin-top: 10px;
        overflow-x: auto;
    }
    
    .overview-planned-target-list__table-head th:first-child {
        min-width: 110px;
        position: sticky;
        left: 0;
    }

    .overview-planned-target-list__table-body td:first-child {
        position: sticky;
        left: 0;
    }
    /*.overview-profile__contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }*/
}
 
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .overview-planned-target-list__table {
        /*width: 100% !important;*/
    }
}

@media screen and (max-width: 1024px) {
    .overview-trading__table-container {
        min-height: 250px;
    }
    .overview-financial-list__table {
        width: unset;
    }
    .overview-planned-target-list__table {
        width: unset;
    }
    /*.overview-profile__contact-info-grid {
        grid-template-columns: repeat(3, 1fr);
    }*/
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .overview-same-industry__body {
        flex-wrap: nowrap;
        gap: 0px;
        min-height: 95px;
        height: 95px;
        overflow-x: auto;
        overflow-y: unset;
        scrollbar-width: none;
    }

    .overview-same-industry__box {
         margin-bottom: 0px;
         margin-right: 10px;
         min-width: 220px;
         height: 90px;
         flex: none;
     }

    .overview-technical__tabs {
        /*justify-content: unset;*/
    }

    .overview-financial-list__table-container {
        overflow-x: auto;
    }    

    .overview-financial-list__table-head th:first-child {
        min-width: 180px;
        position: sticky;
        left: 0;
    }

    .overview-financial-list__table-head--financial-ratios th:first-child {
        min-width: 120px;
    }

    .overview-financial-list__table-body td:first-child {
        position: sticky;
        left: 0;
    }

    .overview-planned-target-list__table-container {
        margin-top: 10px;
        overflow-x: auto;
    }    

    .overview-planned-target-list__table-head th:first-child {
        min-width: 110px;
        position: sticky;
        left: 0;
    }

    .overview-planned-target-list__table-body td:first-child {
        position: sticky;
        left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .overview-bond-primary-index__container {
        overflow-x: auto;
        justify-content: unset;
    }
    .primary-index__box {
        min-width: 205px;
    }
    /*.overview-profile__contact-info-grid {
        grid-template-columns: repeat(4, 1fr);
    }*/
}

@media (min-width: 768px) and (max-width: 912px) {
    .overview-daily-index__header {
        padding-left: 15px;
    }
    .overview-daily-index__stat-row {
        padding: 7px 45px;
    }
    .overview-daily-index__buttons-trade {
        justify-content: flex-end;
        padding-right: 10px;
    }
    .overview-daily-index__sell-button {
        margin-left: 10px;
    }
}

@media (max-width: 1200px) {
    .overview-profile__contact-info-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .overview-daily-index__chart-container {
        margin-left: -15px;
    }
}

@media (max-width: 1023px) {
    .overview-profile__contact-info-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .overview-trading__button-wrapper {
        margin-top: 5px;
    }
}

@media (max-width: 992px) {
    .overview-daily-index__chart-container {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .overview-profile__contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .overview-profile__contact-info-grid {
        grid-template-columns: 1fr;
    }
    .overview-daily-index__chart-container {
        margin-left: -10px;
    }
}
.theme-dark .overview-price-chart__header-title {
    color: #999;
}
.theme-dark .overview-price-chart__performance-box {
    color: #999;
}
.theme-dark .overview-price-chart__performance-box:hover {
    background-color: #1e1e1e;
}
.theme-dark .overview-price-chart__performance-box--active {
    background-color: #2e2e2e;
}
.theme-dark .order-chart__tooltip-formatter {
    background-color: #2e2e2e;
    color: #999;
}

.theme-dark .overview-summary__header-title, .theme-dark .overview-summary__header-link {
    color: #999;
}
.theme-dark .overview-summary__body {
    color: #999;
}
.theme-dark .overview-summary-button-see-more {
    background-color: #000000de;
}
    .theme-dark .overview-summary-button-see-more:hover {
        background-color: #2e2e2e;
    }


.theme-dark .overview-daily-index__chart-container {
    --bg-fill-circle-svg: #8f9296;
    --bg-stroke-circel-svg-profit: #0280EA;
    --bg-stroke-circel-svg-revenue: #578bb7;
}
.theme-dark .overview-daily-index__header-title, .theme-dark .overview-daily-index__header-link {
    color: #999;
}
.theme-dark .overview-daily-index__header-link:hover {
    color: #fff;
}
.theme-dark .overview-daily-index__c-title {
    color: #282828;
}
.theme-dark .overview-daily-index__c-value {
    color: #f9f9f9;
}
.theme-dark .overview-daily-index__l-title {    
    border-bottom: 1px dashed #ffffff26;
}
.theme-dark .overview-daily-index__l-val {
    color: #999;
}
.theme-dark .overview-daily-index__container {
    background-color: #2e2e2e;
}
.theme-dark .overview-daily-index__stat-row {
    color: #999;
}
    .theme-dark .overview-daily-index__stat-row span:first-child {
        border-bottom: 1px dashed #ffffff26;
    }

.theme-dark .overview-daily-index__info span:first-child {
    color: #999;
}
.theme-dark .overview-daily-index__info span:last-child {
    border-bottom: 1px dashed #ffffff26;
}

.theme-dark .overview-daily-index__button-discuss {
    border-color: #ffffff26;
}
.theme-dark .overview-daily-index__button-discuss:hover {
    background-color: #1e1e1e;
}
.theme-dark .overview-daily-index__button-discuss a {
    color: #999;
}

.theme-dark .overview-trading__header-title, .theme-dark .overview-trading__header-link {
    color: #999;
}
.theme-dark .overview-trading__table-head th {
    color: #999;
    border-bottom-color: #ffffff26;
}
.theme-dark .overview-trading__table-body td {
    color: #999;
    border-bottom-color: #ffffff26;
}
.theme-dark .overview-trading__table-body tr:hover td {
    background-color: #2e2e2e;
}
.theme-dark .overview-trading__colu-bg {
    background-color: #F0F7FF33;
}
.theme-dark .overview-trading__colu-date {
    background-color: #060606;
}
.theme-dark .overview-trading__table-container::-webkit-scrollbar-track {
    background-color: #2c2c2c;
}
.theme-dark .overview-trading__table-container::-webkit-scrollbar-thumb {
    background-color: #4e4e4e;
}
.theme-dark .overview-trading__button-see-more {
    background-color: #2e2e2e;
    border-color: #00000026;
    color: #999;
}
.theme-dark .overview-trading__button-see-more:hover {
    background-color: #484848;
}


.theme-dark .overview-same-industry__header-title, .theme-dark .overview-same-industry__header-link {
    color: #999;
}
.theme-dark .overview-same-industry__header-link:hover {
    color: #fff;
}
.theme-dark .overview-same-industry__box {
    background-color: #2e2e2e;
    border-color: #00000026;
}
.theme-dark .overview-same-industry__box:hover {
    box-shadow: 0px 2px 8px #ffffff60;
}
.theme-dark .overview-same-industry__stock-code a, .theme-dark .overview-same-industry__price {
    color: #999;
}
    .theme-dark .overview-same-industry__stock-code a:hover {
        color: #1576cd;
    }
.theme-dark .overview-same-industry__body::-webkit-scrollbar-track {
    background-color: #2c2c2c;
}
.theme-dark .overview-same-industry__body::-webkit-scrollbar-thumb {
    background-color: #4e4e4e;
}


.theme-dark .overview-news__header-title, .theme-dark .overview-news__header-link {
    color: #999;
}
.theme-dark .overview-news__header-link:hover {
    color: #fff;
}
.theme-dark .overview-news__item {
    border-bottom-color: #ffffff26;
}
.theme-dark .overview-news__title {
    color: #999;
}
    .theme-dark .overview-news__title:hover {
        color: #1576cd !important;
    }
.theme-dark .overview-news__publish-date {
    color: #666;
}
.theme-dark .overview-news__button-see-more {
    color: #999;
    border: 1px solid #00000026;
    background-color: #2e2e2e;
}
    .theme-dark .overview-news__button-see-more:hover {
        background-color: #484848;
    }


.theme-dark .overview-technical__header-title, .theme-dark .overview-technical__header-link {
    color: #999;
}
.theme-dark .overview-technical__header-link:hover {
    color: #fff;
}
.theme-dark .overview-technical__body:hover {
    border-color: #ffffff26;
}
.theme-dark .overview-technical__tab {
    background-color: #2e2e2e;
    border-color: #00000026;
    color: #999;
}
    .theme-dark .overview-technical__tab:not(.overview-technical__tab--active):hover {
        background-color: #484848;
        border: 1px solid #00000026;
    }
.theme-dark .overview-technical__tab--active {
    background-color: #e1f5fe;
    border-color: #e1f5fe;
    color: #282828;
}



.theme-dark .overview-fundamental__header-title, .theme-dark .overview-fundamental__header-link {
    color: #999;
}
.theme-dark .overview-fundamental__header-link:hover {
    color: #fff;
}
.theme-dark .overview-fundamental__final-signal {
    color: #fff;
    background-color: #2e2e2e;
}
.theme-dark .overview-fundamental__body:hover {
    border-color: #ffffff26;
}
.theme-dark .label-x-axis-txt {
    color: #999;
}



.theme-dark .overview-trending__header-title {
    color: #999;
}
.theme-dark .overview-trending__box {
    background-color: #2e2e2e;
    border-color: #00000026;
}
.theme-dark .overview-trending__box:hover {
    box-shadow: 0px 2px 8px #ffffff60;
}
.theme-dark .overview-trending__stock-code a {
    color: #999;
}
    .theme-dark .overview-trending__stock-code a:hover {
        color: #1576cd;
    }
.theme-dark .overview-trending__price {
    color: #999;
}



.theme-dark .overview-financial__header-title, .theme-dark .overview-financial__header-link {
    color: #999;
}
.theme-dark .overview-financial__header-link:hover {
    color: #fff;
}
.theme-dark .overview-financial-chart__container {
    border-color: #ffffff26;
    background-color: #2e2e2e;
}
.theme-dark .overview-financial-list__table-head th {
    background-color: #060606;
    border-bottom-color: #ffffff26;
    color: #999;
}
.theme-dark .overview-financial-list__table-body td {
    background-color: #060606;
    border-bottom-color: #ffffff26;
    color: #999;
}
.theme-dark .overview-financial-list__table-body tr:hover td {
    background-color: #2e2e2e;
}



.theme-dark .overview-planned-target__header-title, .theme-dark .overview-planned-target__header-link {
    color: #999;
}
.theme-dark .overview-planned-target__header-link:hover {
    color: #fff;
}
.theme-dark .overview-planned-target-list__tab {
    color: #999;
}
    .theme-dark .overview-planned-target-list__tab:first-child {
        border-color: #ffffff26;
    }
.theme-dark .overview-planned-target-list__tab--active {
    color: #bdbdbd;
}
.theme-dark .overview-planned-target-list__table-head th {
    background-color: #060606;
    border-bottom-color: #ffffff26;
    color: #999;
}
.theme-dark .overview-planned-target-list__table-body td {
    background-color: #060606;
    border-bottom-color: #ffffff26;
    color: #999;
}
.theme-dark .overview-planned-target-list__table-body tr:hover td {
    background-color: #2e2e2e;
}
.theme-dark .overview-financial-list__button-toggle-animated {
    background-color: #2e2e2e;
    border: 1px solid #ffffff26;
}
.theme-dark .overview-financial-list__button-toggle-animated span {
    color: #999;
}
    .theme-dark .overview-financial-list__button-toggle-animated span.active {        
        color: #282828;
    }


.theme-dark .overview-bond__header-title, .theme-dark .overview-bond__header-link {
    color: #999;
}
.theme-dark .overview-bond__header-link:hover {
    color: #fff;
}
.theme-dark .overview-bond-primary-index__box {
    background-color: #2e2e2e;
}
.theme-dark .overview-bond-primary-index__value {
    color: #999;
}
.theme-dark .overview-bond-primary-index__box:hover {
    background-color: #1e1e1e;
}



.theme-dark .overview-margin__header-title, .theme-dark .overview-margin__header-link {
    color: #999;
}
.theme-dark .overview-margin__header-link:hover {
    color: #fff;
}
.theme-dark .overview-margin__card {
    background-color: #2e2e2e;
    border-color: #00000026;
}
.theme-dark .overview-margin__card:hover {
    box-shadow: 0px 2px 6px #ffffff60;
}
.theme-dark .overview-margin__overview {
    color: #999;
}
.theme-dark .overview-margin__info-name .text-link {
    color: #999;
}
    .theme-dark .overview-margin__info-name .text-link:hover {
        color: #1576cd;
    }


.theme-dark .overview-profile__header-title, .theme-dark .overview-profile__header-link {
    color: #999;
}
.theme-dark .overview-profile__header-link:hover {
    color: #fff;
}
.theme-dark .overview-profile__tab {
    color: #666;
}
.theme-dark .overview-profile__tab--active {
    color: #999;
}
.theme-dark .overview-profile__contact-stat {
    border-bottom-color: #ffffff40;
}
.theme-dark .overview-profile__contact-stat-val {
    color: #999;
}
.theme-dark .overview-profile__logo-container {
    background-color: #cbcbcb;
}
.theme-dark .overview-profile__listing-box {
    border-color: #ffffff26;
    background-color: #2e2e2e;
}
.theme-dark .overview-profile__listing-label {
    color: #999;
}
.theme-dark .overview-profile__listing-value, .theme-dark .overview-profile__listing-value-advisor-text {
    color: #fff;
}
