/* Minification failed. Returning unminified contents.
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(97,28): run-time error CSS1039: Token not allowed after unary operator: '-borderToolbarColor'
(131,34): run-time error CSS1039: Token not allowed after unary operator: '-borderToolbarColor'
(152,33): run-time error CSS1039: Token not allowed after unary operator: '-borderToolbarColor'
(476,32): run-time error CSS1039: Token not allowed after unary operator: '-itemHoverColor'
(484,43): run-time error CSS1039: Token not allowed after unary operator: '-itemHoverColor'
(487,35): run-time error CSS1039: Token not allowed after unary operator: '-borderToolbarColor'
(496,32): run-time error CSS1039: Token not allowed after unary operator: '-itemActiveColor'
(619,17): run-time error CSS1039: Token not allowed after unary operator: '-color-text-primary'
(630,33): run-time error CSS1046: Expect comma, found '0'
(630,37): run-time error CSS1046: Expect comma, found '/'
(847,28): run-time error CSS1039: Token not allowed after unary operator: '-itemActiveColor'
(850,28): run-time error CSS1039: Token not allowed after unary operator: '-itemHoverColor'
(1107,21): run-time error CSS1039: Token not allowed after unary operator: '-color-text-primary'
(1139,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-secondary'
(1150,17): run-time error CSS1039: Token not allowed after unary operator: '-color-text-tertiary'
(2839,28): run-time error CSS1039: Token not allowed after unary operator: '-borderToolbarColor'
(2848,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2849,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2850,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3139,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3140,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3200,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3477,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3516,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Ripple effect */
.ripple-effect {
    background-position: center;
    transition: background 0.6s;
}
    .ripple-effect:hover {
        /*background: #c3e7f7 radial-gradient(circle, transparent 1%, #c3e7f7 1%) center/15000%;*/
    }
    .ripple-effect:active {
        /*background-color: #e1f5fe;*/
        background-size: 100%;
        transition: background 0s;
    }

#heatmap-wrapper {
    --itemHoverColor: #ffdead;
    --itemActiveColor: #fff3d0;
    --borderToolbarColor: #e1e1e1;
}
.heatmap-wrapper--fullscreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 150;
    background-color: #fff;
    margin: 0px;
}
#heatmap-container {
    background-color: #fff;    
    font-family: 'Helvetica', Arial, serif;
}
#heatmap-container img {
    max-width: unset !important;
    max-height: unset !important;
}
.heatmap-container--fullscreen {
    width: 100%;
    height: 100vh;
}
.heatmap-wrapper-left--fullscreen {
    margin-top: 10px;
}
.heatmap-wrapper-right--fullscreen {
    padding: 0px !important;
}
.visualization {
    height: 470px;
}
.visualization--h500 {
    height: 450px;
}
.visualization--hfullscreen {
    height: calc(100% - 80px) !important;
}
.loading {
    background-color: transparent !important;
}
/* Text color */
.heatmap-txt-basic {
    color: #ff9b00;
}
.heatmap-txt-ceil {
    color: #b205cb;
}
.heatmap-txt-floor {
    color: #0a8ae3;
}
.heatmap-txt-buy {
    color: #009112;
}
.heatmap-txt-sell {
    color: #e9201f;
}
/*------ */
/* Heatmap stock attribute */
.heatmap-stock-att__default {}
.heatmap-stock-att__extend {
    display: none;
}
.heatmap-stock-att__extend--active, .heatmap-stock-att__default--active {
    display: block;
    background-color: #fffabf;
    padding-top: 5px;
    margin-top: -5px
}

/* ----- */
/* Heatmap Toolbar */
.heatmap-toolbar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fbfbfb;
    border: 1px solid var(--borderToolbarColor);
    border-right: 0px;
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #00000026;
    background-color: #F8F9FA;
    border-radius: 10px;
    height: 35px;
}

.heatmap-toolbar__left {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    flex-shrink: 0;
}

.heatmap-toolbar__right {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
}
.heatmap-toolbar__button-group {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    width: fit-content !important;
}
.heatmap-toolbar__button {
    flex-grow: 1;
    padding: 5px 7px;
    border-right: 1px solid var(--borderToolbarColor);
    cursor: default;
    white-space: nowrap;
    position: relative;
    /*color: #4a4e52;*/
    color: #666;
}
    .heatmap-toolbar__button:hover {
        /*background-color: #e1f5fe;*/
    }
.heatmap-toolbar__button--first {
    flex-grow: 0 !important;
}
.heatmap-toolbar__button--disabled {
    cursor: not-allowed;
    color: #adadad;
}
.heatmap-toolbar__button--disabled:hover {
    background-color: #f8f9f9 !important;
}
.heatmap-toolbar__button--border-left {
    border-left: 1px solid var(--borderToolbarColor);
}
.heatmap-toolbar__button--sizing {
    border: 1px solid #337ab7 !important;
}
.heatmap-toolbar__button--border-none {
    border: none;
    position: relative;
}
.heatmap-toolbar__button--active {
    /*background-color: #e1f5fe;
    color: #0b5495;*/
}
.heatmap-toolbar__button--active:after {
    content: " ";
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #337ab7;
    position: absolute;
    bottom: -1px;
    left: 0px;
}
.heatmap-toolbar__button-info-wrap {
    /*background-color: #f4faff;
    border: 1px dashed #e1e1e1;*/
    padding: 2px 10px;
    /*padding-right: 15px;*/
    /*margin-top: -1px;*/
    border: 1px solid #00000026;
    border-radius: 5px;
    background-color: #fff;
    height: 26px;
}
.heatmap-toolbar__button-info-wrap--active {
    background-color: #fff;
}
.heatmap-toolbar__button-img, .heatmap-toolbar__button-img-blue {
    width: 15px;
    height: 15px;
    margin-right: 2px;
    margin-top: -3px;    
}

.home-heatmap-container .heatmap-toolbar__button-img, .home-heatmap-container .heatmap-toolbar__button-img-blue {
    width: fit-content;
    height: fit-content;
}
.heatmap-toolbar__button .heatmap-toolbar__button-img {
    display: inline-block;
}
.heatmap-toolbar__button .heatmap-toolbar__button-img-blue {
    display: none;
}
.heatmap-toolbar__button--active .heatmap-toolbar__button-img {
    display: none;
}
.heatmap-toolbar__button--active .heatmap-toolbar__button-img-blue {
    display: inline-block;
}
.heatmap-toolbar__button-text {
    font-size: 13px;
}
.heatmap-toolbar__button-text--bold {
    /*font-weight: 600;*/
}
.heatmap-toolbar__button-filter-count {
    position: absolute;
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: #cb1818;
    color: #fff;
    bottom: 23px;
    right: 0px;
    width: 17px;
    height: 17px;
    text-align: center;
    font-size: 11px;
    display: none;
}
.heatmap-toolbar__tick {
    position: absolute;
    top: -4px;
    right: 2px;
    color: #ad0a0a;
    font-size: 17px;
    display: none;
}
.heatmap-toolbar__color-theme{
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.heatmap-toolbar__color-bg {
    background-color:aquamarine;
    width: 11px;
    height: 11px;
    margin-right: 2px;
}

/* --------
  Heatmap toolbar tooltip
--------*/
.heatmap-toolbar__tooltip {
    position: relative;
}
    .heatmap-toolbar__tooltip:before {
        content: attr(data-tooltip);
        margin-top: -15px;
        /* basic style */
        background-color: #335295;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        white-space: nowrap;
        /* vertically center */
        transform: translate(-30%, -100%);
        text-align: center;
    }
    .heatmap-toolbar__tooltip:after {
        content: " ";
        top: 0px;
        margin-top: -17px;
        border-width: 6px;
        border-style: solid;
        border-color: #335295 transparent transparent transparent;
    }
    .heatmap-toolbar__tooltip:before, .heatmap-toolbar__tooltip:after {
        /*visibility: hidden;*/
        display: none;
        pointer-events: none;
        position: absolute;
        z-index: 10;
    }
.heatmap-toolbar__button:hover .heatmap-toolbar__tooltip:before, .heatmap-toolbar__button:hover .heatmap-toolbar__tooltip:after {
    /*visibility: visible;*/
    display: block;
}
.heatmap-toolbar__tooltip--fullscreen:before {
    /*margin-top: 1px;
    transform: translate(-20%, 100%);*/
    display: none;
}
.heatmap-toolbar__tooltip--fullscreen:after {
    /*margin-top: 18px;
    border-color: transparent transparent #335295 transparent;*/
    display: none;
}

/*-------
    Dropdown menu
----------*/
.heatmap-dropdown {
    display: none;
    width: 190px;
    position: absolute;
    top: 40px;
    left: -1px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 3px 5px #0c0b0b59;
    z-index: 10;
    color: #4a4e52;
}
    .heatmap-dropdown:before {
        display: block;
        position: absolute;
        content: "";
        top: -10px;
        left: 20px;
        width: 10px;
        height: 10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f8f9fc;
        /*background-color: #f8f9fc;
        border-top: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);*/
    }
.heatmap-dropdown--xsmall {
    width: 150px;
}
.heatmap-dropdown--small {
    width: 170px;
    left: -35px;
}
.heatmap-dropdown--medium {
    width: 250px;
}
.heatmap-dropdown--large {
    width: 300px;
}
.heatmap-dropdown--xlarge {
    width: 600px;
}
.heatmap-dropdown--sizing {
    width: 750px;
    height: 400px;
    left: calc(100% - 450px);
}
.heatmap-dropdown--sizing::before {
    left: 350px;
}
.heatmap-dropdown--right {
    left: auto;
    right: 0px;
}
.heatmap-dropdown--right:before {
    right: 10px;
    left: auto;
}
.heatmap-dropdown__header {
    padding-top: 10px;
    padding-left: 7px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    background: #f8f9fb;
}
.heatmap--menu__title {
    padding: 7px 20px;
    background: #F8F9FB;
    font-weight: 600;
}
.heatmap-dropdown__header-text {
    color: #545B66;
    font-size: 13px;
    font-weight: bold;
}
.heatmap-dropdown__header-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: default;
    font-size: 15px;
    color: #213e17;
}
    .heatmap-dropdown__header-icon:hover {
        color: #329712;
    }
.heatmap-dropdown__body {
    position: relative;
    top: 0px;
    padding: 5px 0px;
    padding-top: 0px;
    max-height: 300px;
    overflow-y: auto;
}

    .heatmap-dropdown__body.sizing-body {
        overflow-y: unset;
        max-height: unset;
    }
    .heatmap-dropdown__body::-webkit-scrollbar, .heatmap-dropdown__body--ChildCol::-webkit-scrollbar {
        width: 7px;
        height: 0px;
    }

    .heatmap-dropdown__body::-webkit-scrollbar-track, .heatmap-dropdown__body--ChildCol::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #efefef;
    }

    .heatmap-dropdown__body::-webkit-scrollbar-thumb, .heatmap-dropdown__body--ChildCol::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #b6b7b7;
    }
.heatmap-dropdown__body--container {
    display: flex;    
    margin: 0;
}
.row-heatmap-container {
    border-bottom: 1px solid #e1e1e1
}
.heatmap--menu__content {
    padding-top: 15px;
}
.heatmap-dropdown__body--ParentCol {
    padding-top: 10px;
    border-right: 1px solid #f3f3f3;
}
.heatmap--parent-item {
    font-weight: 600;
}
.heatmap-dropdown__body--ChildCol {
    padding-top: 0px;
    max-height: 356px;
    overflow-y: auto;
}
.heatmap--parent-item.active {
    background: #f8f9fb;
    border: 1px solid #f1f2f6;
    color: #6b839b;
} 
/*.heatmap-dropdown__item.heatmap__menu {
    display: none;
}*/

.heatmap__menu img {
    margin-left : 5px;
}
.heatmap-dropdown__box {
    margin-top: 5px;
}
.heatmap-dropdown__box-title {
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    user-select: none;
    pointer-events: none;
}
.heatmap-dropdown__item {
    display: flex;
    align-items: center;
    padding: 7px 15px;
    white-space: nowrap;
    position: relative;
    top: 0px;
}
    .heatmap-dropdown__item:hover {
        background-color: var(--itemHoverColor);
    }
    .heatmap-dropdown__item:hover .heatmap-dropdown__item-edit,
    .heatmap-dropdown__item:hover .heatmap-dropdown__item-remove
    {
        display: inline;
    }
        .heatmap-dropdown__item:hover .heatmap-dropdown__item-color-bg:before {
            border-bottom: 7px solid var(--itemHoverColor);
        }
.heatmap-dropdown__item--border {
    border-bottom: 1px solid var(--borderToolbarColor);
    margin-top: 3px;
}
.heatmap__menu.heatmap-dropdown__item--active {
    color: #6b839b;
    font-weight: 600;
}

    .heatmap-dropdown__item--active {
        background-color: var(--itemActiveColor);
    }
.heatmap-dropdown__item-img {
    width: 20px;
    margin-top: -2px;
    margin-right: 5px;
}
.heatmap-dropdown__item-label {
}
.heatmap-dropdown__item-label--disabled {
    color: #a5a5a5;
}
.heatmap-dropdown__item-edit {
    display: none;
    position: absolute;
    right: 30px;
    color: #5e5e5e;
}
.heatmap-dropdown__item-remove {
    display: none;
    position: absolute;
    right: 8px;
    color: #5e5e5e;
}
.heatmap-dropdown__item-edit:hover, .heatmap-dropdown__item-remove:hover {
    color: #2e2e2e;
}
.heatmap-dropdown__item-checkbox {
    flex-shrink: 0;
    position: relative;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    margin-right: 7px;
    border: 1px solid #efefef;
}
.heatmap-dropdown__item-checkbox--active {
    background-color: #fbfeff;
}
    .heatmap-dropdown__item-checkbox--active:after {
        content: " ";
        position: absolute;
        left: 5px;
        top: 0px;
        width: 6px;
        height: 12px;
        border: solid #565656;
        border-width: 0 1px 1px 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
.heatmap-dropdown__item-color-theme {
    display: flex;
    align-items: center;
    margin-left: 6px;
}
.heatmap-dropdown__item-color-bg {
    width: 17px;
    height: 16px;
    background-color: #b24ee5;
    margin-right: 1px;
    position: relative;
}
    .heatmap-dropdown__item-color-bg:before {
        content: " ";
        position: absolute;
        right: 0px;
        bottom: 0px;
        height: 0px;
        width: 0px;
        border-bottom: 7px solid #f8f9fa;
        border-left: 7px solid transparent;
    }

.heatmap-search {
    display: flex;
    align-items: center;
    margin-top: 2px;
}
    .heatmap-search input {
        width: 100%;
        border: 1px solid #efefef;
        background-color: #f8f9fa;
    }
.heatmap-logo {
    width: 20px;
    height: 20px;
    margin-left: 7px;
    margin-right: 5px;
    user-select: none;
    pointer-events: none;
    opacity: 0.85;
}
/* ----- */
/* COUNT TOTAL */
.count-total__list {
    display: none;
}
.count-total__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 7px;
    margin-left: 5px;
    /*visibility: visible;*/
}
.count-total__state {
    display: flex;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}
.count-total__state-bg {
    width: 25px;
    height: 12px;
    background-color: #e9e9e9;
    margin-right: 5px;
}
.count-total__state-text {
    /*color: #4a4e52;*/
    color: var(--color-text-primary);
}
#heatmap-config {
    display: none;
}
/*-----*/
/* DIALOG HEATMAP */
.dialog-heatmap {
    display: none;
    position: fixed;
    background-color: white;
    box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
    z-index: 98;
    font-family: Arial,sans-serif,Helvetica;
}
.dialog-heatmap--coloring {
    width: 350px;
    left: calc(50% - 175px);
    /*top: calc(50% - 206px);*/
}
.dialog-heatmap--filtering {
    width: 810px;    
    left: calc(50% - 405px);
    /*top: calc(50% - 206px);
    top: 50px;*/
}
.dialog-heatmap--template {
    width: 350px;
    left: calc(50% - 175px);
    /*top: calc(50% - 206px);*/
}
.dialog-heatmap__header {
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #efefef;
    background-color: #f8f9fa;
}
.dialog-heatmap__header-text {    
    font-weight: 600;
    font-size: 15px;
    color: #606264;
}
.dialog-heatmap__header-text--draggable {
    cursor: grab;
}
    .dialog-heatmap__header-text--draggable:active {
        cursor: grabbing;
    }
.dialog-heatmap__close-button {
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 3px 4px;
    color: #b9b9b9;
}
.dialog-heatmap__close-button:hover {
    background-color: #f0f8ff;
}
.dialog-heatmap__body {
    padding: 15px;
}    
.dialog-heatmap__footer {
    padding: 12px 15px;
    border-top: 1px solid #efefef;
    background-color: #f8f9fa;
}
.dialog-heatmap__footer--filtering {
    display: flex;
    align-items: center;
}
.dialog-heatmap__text-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
}
.dialog-heatmap__button-block {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    flex-flow: row nowrap;
}
.dialog-heatmap__button-block--left {
    justify-content: flex-start;
}
.dialog-heatmap__button {
    outline: none;
    border: none;
    padding: 3px 10px;
    border-radius: 4px;
    height: 32px;
    margin-right: 10px;
}
.dialog-heatmap__button--primary {
    background-color: #2172b9;
    color: #f0f6ff;
    min-width: 60px;
}
    .dialog-heatmap__button--primary:hover {
        background-color: #195d98;
    }
.dialog-heatmap__button--secondary {
    background-color: #f1f1f1;    
}
    .dialog-heatmap__button--secondary:hover {
        background-color: #e5e5e5;
    }
.dialog-heatmap__content {
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.dialog-heatmap__content-title {
    width: 75px;
    display: inline-block;
}
.dialog-heatmap__content-color-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
}
.dialog-heatmap__content-color-left {
    flex-grow: 1;
}
.dialog-heatmap__content-color-right {

}

.dialog-heatmap__input-text {
    outline: none;
    border: 1px solid #e9e9e9;
    padding: 10px;
    border-radius: 5px;
    margin-left: 10px;
}
    .dialog-heatmap__input-text:hover, .dialog-heatmap__input-text:focus {
        outline: 1px solid #5faff3;
    }

.dialog-heatmap__input-color {
    outline: none;
    border: 1px solid #dfdfdf;
    height: 23px;
}
    .dialog-heatmap__input-color:focus {
        outline: 1px solid #5faff3;
    }

.dialog-heatmap__filter-content {
    padding: 10px 15px;
    margin: -15px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 470px;
}
    .dialog-heatmap__filter-content::-webkit-scrollbar {
        width: 8px;
    }
    .dialog-heatmap__filter-content::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #efefef;
    }
    .dialog-heatmap__filter-content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #b6b7b7;
    }
.dialog-heatmap__filter-content-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 10px 5px;
}
.dialog-heatmap__filter-content-column-left {
    grid-column-start: 1;
    display: flex;
    align-items: center;
}
.dialog-heatmap__filter-content-column-right {
    grid-column-start: 2;
    margin-left: 15px;
}
.dialog-heatmap__filter-selection-wrap {
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding: 6px 10px;
    cursor: default;
}
.dialog-heatmap__filter-selection-wrap--disabled {
    color: #b3b4b5;
    cursor: not-allowed;
}
.dialog-heatmap__filter-selection-text {
}
.dialog-heatmap__filter-selection-ico {
    position: absolute;
    right: 5px;
    padding: 5px 7px;
    top: 5px;
    color: #767673;
    font-size: 11px;
}
.heatmap-selection__menu {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 10;
    width: 101%;
    left: -1px;
    top: 33px;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 3px;
    box-shadow: 1px 3px 5px #0c0b0b59;
}
.heatmap-selection__item-wrap {
    overflow-y: auto;
    max-height: 250px;
}
.heatmap-selection__item {
    padding: 6px 10px;
    border-top: 1px solid #f9f9f9;
    font-size: 13px;
    color: #3f4040;
}
.heatmap-selection__item--active {
    background-color: var(--itemActiveColor);
}
.heatmap-selection__item:hover {
    background-color: var(--itemHoverColor);
}
.dialog-heatmap__filter-range-swap {
    display: flex;
    align-items: center;
}
.dialog-heatmap__filter-range-label {
    text-align: center;
    width: 60px;
    font-size: 12px;
    padding-top: 3px;
    color: #1d2938;
}
.dialog-heatmap__filter-range-label--left {}
.dialog-heatmap__filter-range-bar {
    flex-grow: 1;
    margin-left: 5px;
    margin-right: 5px;
}

/* ----- */
/* CUSTOMIZE SLIDER */
.slider.slider-horizontal {
    width: 100%;
    height: 5px;
    margin-bottom: 20px !important;
}
    .slider.slider-horizontal .slider-track {
        height: 3px !important;
        margin-top: 10px !important;
    }
.slider-handle {
    margin-top: 9px;
    margin-left: -5px !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 10px !important;
}
.slider-tick {
    margin-top: -5px;
}
.slider-selection {
    background-color: #0e96db !important;
    background-image: none !important;
}

/*-----*/
/* TOAST MESSAGE */
.toast-heatmap {
    background-color: #f5fff9;
    border: 1px solid #7ec747;
    width: 240px;
    position: fixed;
    right: 60px;
    top: 10px;
    border-radius: 5px;
    box-shadow: 1px 3px 5px #08500d52;
    cursor: default;
    z-index: 160;
    display: none;
}
.toast-heatmap__ico-close {
    position: absolute;
    right: 4px;
    top: 2px;
    color: #7a7575;
    font-size: smaller;
    padding: 0px 2px;
}
 .toast-heatmap__ico-close:hover {
     background-color: #fbfbfb;
 }
.toast-heatmap__body {
    padding: 10px 0px;
    text-align: center;
}
.toast-heatmap__msg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.toast-heatmap__msg-icon {
    font-size: 25px;       
    margin-right: 15px;
    color: #386c22;
}
.toast-heatmap__msg-text {
    color: #255a0e;
    font-weight: 600;
    font-size: 13px;
}

.heatmap-toolbar__button--last {
    border-right: 0;
}

/* ----- */
/* MEDIA SCREEN */

@media screen and (max-width: 480px) {
    /* Toolbar */
    /* Hide scrollbar for Chrome, Safari and Opera */
    .heatmap-toolbar::-webkit-scrollbar {
        display: none;
    }
    /* Hide scrollbar for IE, Edge and Firefox */
    .heatmap-toolbar {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .heatmap-toolbar {
        overflow-x: scroll;
    }

    .heatmap-toolbar__button {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .heatmap-toolbar__button-filter-count {
        bottom: 15px;
    }

    /* Dropdown */
    .heatmap-dropdown {
        position: fixed;
        left: calc(50% - 90px);
        top: 100px;
        box-shadow: 0px 3px 8px #0c0b0b8c;
        z-index: 150;
    }    
    .heatmap-dropdown:before {
        display: none;
    }
    .heatmap-dropdown--sizing {
        width: 320px;
        left: calc(50% - 160px);
    }
    .heatmap-dropdown__body--ParentCol {
        display: none;
    }
    .heatmap-dropdown__body--ChildCol {
        width: 100%;
        max-height: 400px;
    }
    /* Dialog filtering */
    .dialog-heatmap--filtering {
        width: 90% !important;
        left: 5% !important;
    }
    .dialog-heatmap__filter-content {
        max-height: 350px;
    }
    .dialog-heatmap__filter-content-column-left {
        font-size: 13px;
    }
    .dialog-heatmap__button {
        font-size: 13px;
    }
    .dialog-heatmap__button--primary {
        min-width: 40px;
    }
    /* Count total */
    .count-total__list {
        display: block;
    }
    .count-total__wrap {
        display: none;
    }    
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    /* Toolbar */
    .heatmap-toolbar__button {
        padding: 5px 6px;
    }
    .heatmap-toolbar__button--last {
        display: block;
    }
    /* Count total */
    .count-total__wrap {
        margin-top: 5px;
    }
    .count-total__state {
        flex-direction: row;
    }
    /* Dialog filtering */
    .dialog-heatmap--filtering {
        width: 700px;
        left: calc(50% - 370px);
    }
    /* Dropdown */
    .heatmap-dropdown:before {
        display: none;
    }
    .heatmap-dropdown--sizing {
        width: 620px;
        left: calc(50% - 360px);
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    #heatmap-wrapper-left {
        display: none;
    }
    /* Toolbar */
    .heatmap-toolbar__button {
        padding: 5px 6px;
    }

    .heatmap-toolbar__button--first {
        display: none;
    }

    .heatmap-toolbar__button--last {
        display: block;
    }

    .heatmap-toolbar__button-img, .heatmap-toolbar__button-img-blue {
        width: 13px;
        height: 13px;
    }

    .heatmap-toolbar__button-text {
        font-size: 12px;
    }
    /* Dialog filtering */
    .dialog-heatmap--coloring {
        top: 50px;
    }
    /* Dialog template */
    .dialog-heatmap--template {
        top: 50px;
    }
    /* Dialog filtering */
    .dialog-heatmap--filtering {
        width: 730px;
    }
    /* Count total */
    .count-total__wrap {
        margin-top: 8px;
    }

    .count-total__state {
        flex-direction: row;
        margin-right: 10px;
    }

    .count-total__state-bg {
        width: 25px;
        margin-right: 5px;
    }

    .count-total__state-text {
        margin-top: 3px;
        /*color: #575a5c;*/
        color: var(--color-text-primary);
        font-size: 13px;
    }
    /* Dropdown */
    .heatmap-dropdown:before {
        display: none;
    }
    .heatmap-dropdown--sizing {
        width: 700px;
        left: calc(50% - 330px);
    }
    .heatmap-toolbar__right {
        overflow-x:scroll;
        width:200px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    #heatmap-wrapper-left {
        display: none;
    }

    #heatmap-wrapper-right {
        width: 100%;
    }

    .heatmap-toolbar__button--first {
        display: none;
    }
}

.heatmap-general-market {
    background-color: var(--bg-secondary);
    border-radius: 10px;
    padding: 10px 5px;
}

.heatmap-additional-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    color: var(--color-text-tertiary);
    margin-top: 5px;
}
.container {
    width: 90%;
}

.filter-company-container > .twitter-typeahead {
    display: table-cell !important
}

    .filter-company-container > .twitter-typeahead.hidden {
        display: none !important
    }

ul.nav.nav-pills.nav-profile > li > a {
    padding: 10px 5px
}

.iec {
    border: 1px solid #ccc;
    padding: 3px;
    margin-right: 5px
}

.NormalB > td {
    font-weight: 700;
}

.NormalBI > td {
    font-weight: 700;
    font-style: italic
}

.dr {
    background: #c00;
    width: 4px;
    height: 4px;
    float: left
}

/* COMPANY DETAIL VIEW TAB */
.company-detail-tab-container {
    overflow: hidden;
    position: relative;
    margin-right: -10px;
}
    .company-detail-tab-container.fixed {
        position: fixed;
        top: 82px;
        z-index: 10;
        background-color: #fff;
        width: 100%;
        margin-left: -10px;
        margin-right: 0px;
    }

.view-tab {    
    min-height: 40px !important;
}
    .view-tab li {
        margin-left: 0px;
        margin-right: 0px;
    }
    .view-tab > li:first-child {
        margin-left: 0px !important;
    }
    .view-tab li a {
        display: inline-block;
        border: none;
        color: #303030 !important;
        font-size: 16px;
        padding: 8px 17px !important;
    }
        .view-tab li a:focus {
            outline: none;
        }
        .view-tab li a:hover, view-tab li a:active {
            background-color: #fff !important;
            color: #007fea !important;
            text-decoration: none;
        }    
    .view-tab li.active a {        
        background-color: #fff !important;
        color: #007fea !important;        
    }
        .view-tab li.active:after {
            content: " ";
            position: absolute;
            background-color: #007fea;
            height: 3px;
            width: 100%;
            left: 0px;
            bottom: 0px;
        }

.company-detail-tab {
    display: flex !important;
    align-items: center;
    border-bottom: 1px solid #d4d4d4;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    user-select: none;
    height: 40px;
}
    .company-detail-tab::-webkit-scrollbar {
        display: none;
    }
    .company-detail-tab li {
        flex: 0 0 auto;
        position: relative;
        white-space: nowrap;
        height: 40px;
    }

.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: #fff;    
    border: 1px solid #ababab;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: background 0.3s, opacity 0.3s;
}

    .arrow-btn:hover {
        background: #f3f3f3;
        opacity: 1;
    }

.arrow-left {
    left: 0px;
}

.arrow-right {
    right: 0px;
}

.arrow-btn.hidden {
    display: none !important;
}

.nav-tabs.bg.view-tab.swipe-tabs {
    /*background-color: #fff;*/
}
.view-tab.swipe-tabs > button {
    /*width: 0px;*/
}
.view-tab.swipe-tabs > .slick-list {
    /*margin-left: 0px;
    padding-left: 15px;*/
}
.view-tab.swipe-tabs > .slick-list > .slick-track {
    /*border-bottom: 2px solid #d9d9d9;*/
}

.view-tab.swipe-tabs .swipe-tab > a {
    /*color: #303030;
    font-size: 16px;
    padding-right: 5px;*/
}
.view-tab.swipe-tabs .swipe-tab.active > a {    
    /*color: #007fea;*/
}
    .view-tab.swipe-tabs .swipe-tab.active > a:after {
        /*margin-top: 0px;
        background-color: #007fea;*/
    }

.finance-content .nav-tabs.bg.view-tab.swipe-tabs {
    background-color: #01579B;
}
.finance-content .view-tab.swipe-tabs .swipe-tab > a {
    color: #fff;
}
.finance-content .view-tab.swipe-tabs > .slick-list > .slick-track {
    border-bottom: none;
}
.finance-content .view-tab.swipe-tabs .swipe-tab.active > a:after {
    background-color: #f44336;
}

.select-pagination select {
    display: inline-block;
    width: 60px;
    border-radius: 0;
    float: left;
    vertical-align: top;
    margin-left: -1px;
    padding: 6px 10px
}

.stock-chart-image {
    border: 0;
    width: 280px;
    height: 210px
}

.stock-chart-index {
    border: 0;
    width: 340px;
    height: 210px
}

.stock-price-info {
    margin-top: 1px
}

.img-profile {
    max-height: 100px;
    max-width: 100%
}

.v-table .stock-info {
    height: 150px;
    display: table-cell;
    vertical-align: middle
}

.sector-level3 {
    line-height: 24px;
    padding-bottom: 2px
}

.grid-config .row > .checkbox:first-child {
    margin-top: -5px
}

.gridhead1 {
    background-color: #73B5E7
}

.gridhead2 {
    background-color: #B5D2E6
}

.gridbody1 {
    background-color: #EDF2FF
}

.gridbody2 {
    background-color: #E1EAFF
}

.gridbody3 {
    background-color: #F3FBFF
}

/*.highcharts-tooltip span {
    height: auto;
    width: 100%;
    min-width: 150px;
    max-width: 450px;
    overflow: auto;
    white-space: normal !important;
}*/

.chart-relate-container {
    width: 100%;
    height: 400px;
}

.stock-viewed > a {
    padding-left: 5px
}

.finance-content .btn {
    padding: 6px 8px;
}

.col-c {
    border-right: 2px solid #fefefe;
    padding-top: 10px;
    margin-bottom: 5px;
    box-shadow: 1px 2px 3px rgba(125,125,125,.5);
}

.col-ce {
    box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
    padding: 10px 5px 0;
    margin-bottom: 0;
    display: table-cell
}

.col-c-last {
    padding-right: 10px;
    padding-left: 0;
    margin-bottom: 5px
}

.icon-collapse {
    padding-right: 5px;
    cursor: pointer
}

.g-c-r.has-child {
    cursor: pointer
}

.g-c-r.level-1 > td:first-child {
    padding-left: 10px
}

.g-c-r.level-2 > td:first-child {
    padding-left: 15px
}

.g-c-r.level-3 > td:first-child {
    padding-left: 25px
}

.g-c-r.level-4 > td:first-child {
    padding-left: 30px
}

.col-c3-chart {
    width: 40px;
    padding: 0 5px !important;
}

.c3-chart {
    width: 40px;
    height: 20px;
    margin: 0 auto
}

.MaxB {
    text-transform: uppercase;
    font-weight: 700;
    color: #015096
}

.LargeB {
    text-transform: uppercase;
    font-weight: 700;
    color: #005288;
}

.overview-profile > .tab-pane > p {
    display: table
}

    .overview-profile > .tab-pane > p > b {
        width: 100px;
        text-align: right;
        display: table-cell;
        vertical-align: top
    }

        .overview-profile > .tab-pane > p > b.col-1 {
            width: 110px
        }

    .overview-profile > .tab-pane > p > span,
    .overview-profile > .tab-pane > p > a {
        display: table-cell;
        padding-left: 5px
    }

.labor-container > .slick-prev {
    float: left;
    left: 0;
    text-align: left
}

.labor-container > .slick-next {
    float: right;
    right: 0;
    text-align: right
}

.labor-container > .slick-prev,
.labor-container > .slick-next {
    height: 100%;
    position: absolute;
    top: -10px;
    width: 40px;
    background: transparent;
    border: 0;
    outline: 0;
    z-index: 9
}

    .labor-container > .slick-prev.slick-disabled,
    .labor-container > .slick-next.slick-disabled {
        display: none !important
    }

    .labor-container > .slick-prev > i,
    .labor-container > .slick-next > i {
        font-size: 24px
    }

.labor-container .slick-slide > p {
    cursor: pointer;
    outline: 0
}

.event-calendar {
    margin: .25em 10px 10px 0;
    padding-top: 5px;
    float: left;
    width: 70px;
    background: #ededef;
    background: -webkit-gradient(linear,left top,left bottom,from(#ededef),to(#ccc));
    background: -moz-linear-gradient(top,#ededef,#ccc);
    font: bold 30px/50px Arial Black,Arial,Helvetica,sans-serif;
    text-align: center;
    color: #000;
    text-shadow: #fff 0 1px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -moz-box-shadow: 0 2px 2px #888;
    -webkit-box-shadow: 0 2px 2px #888;
    box-shadow: 0 2px 2px #888
}

    .event-calendar:before, .event-calendar:after {
        content: '';
        float: left;
        position: absolute;
        top: 5px;
        width: 8px;
        height: 8px;
        background: #111;
        z-index: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 1px 1px #fff;
        -webkit-box-shadow: 0 1px 1px #fff;
        box-shadow: 0 1px 1px #fff
    }

    .event-calendar:before {
        left: 11px
    }

    .event-calendar:after {
        right: 11px
    }

    .event-calendar em {
        display: block;
        font: normal bold 11px/30px Arial,Helvetica,sans-serif;
        color: #fff;
        text-shadow: #00365a 0 -1px 0;
        background: #04599a;
        background: -webkit-gradient(linear,left top,left bottom,from(#0277BD),to(#01579B));
        background: -moz-linear-gradient(top,#04599a,#00365a);
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top: 1px solid #0277BD;
    }

        .event-calendar em:before, .event-calendar em:after {
            content: '';
            float: left;
            position: absolute;
            top: -5px;
            width: 4px;
            height: 14px;
            background: #dadada;
            background: -webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#aaa));
            background: -moz-linear-gradient(top,#f1f1f1,#aaa);
            z-index: 2;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px
        }

        .event-calendar em:before {
            left: 13px
        }

        .event-calendar em:after {
            right: 13px;
        }

small.vdl {
    font-weight: 400;
    display: block;
    text-transform: lowercase
}

.highcharts-xrange-series .highcharts-partfill-overlay {
    fill: #01579B
}

.highcharts-xrange-series .highcharts-data-label > text {
    color: #015096 !important;
    fill: #015096 !important
}

.scrollbar.associate-content {
    max-height: 450px
}

.scrollbar.tradingmargin-content {
    max-height: 205px
}

.headline h4.title.al-middle {
    margin-bottom: -16px
}

@media screen and (max-width: 325px) {
    .form-group > .radio {
        margin-left: 0 !important;
    }

    .bt3 small {
        font-size: 80%
    }
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 16px
    }

    p.p8 {
        margin-bottom: 4px
    }

    .col-c-last {
        padding-right: 0
    }

    .col-c:nth-child(2n+1) {
        border-right: 0;
        padding: 10px 10px 0 5px
    }

    .col-c-last .v-table .col-ce {
        padding: 10px 12px 0 5px
    }

    .v-table .stock-info {
        height: 80px;
    }

    .stock-info > small {
        display: block
    }

    .stock-info > .r1,
    .stock-info > .r2 > * {
        display: inline-block;
        padding-right: 10px
    }

    .stock-info > #stockchange {
        font-size: 16px;
        vertical-align: top;
        margin-top: 8px
    }

    .breadcrumbs > .head-bread {
        position: absolute;
        margin-top: 10px;
        right: 10px
    }

    .company-relate-tab > span {
        display: block;
        text-align: right;
        float: none !important
    }

    .table-responsive > .fixed-column.table-overview > thead:first-child > tr:first-child > th {
        height: 53px
    }

    .overview-right {
        padding-top: 10px
    }

    .table-responsive,
    .table-responsive > table.table > tbody > tr > td {
        border: 0;
        white-space: normal
    }

        .table-responsive.table-fix-col > table.table > tbody > tr > td:first-child {
            white-space: normal;
            width: 1px
        }

        .table-responsive.table-fix-col > table.table > tbody > tr > td.col-date {
            width: 60px
        }

        .table-responsive.table-fix-col > table.table > tbody > tr > td > a {
            word-wrap: break-word;
            white-space: normal
        }

    .finance-content .pos-relative.content-grid {
        position: unset
    }

    .stock-chart-image {
        width: 100%;
        height: auto;
    }

    .table-responsive.stock-trading-result > table.fixed-column tr > th {
        height: 67px;
    }
}

@media screen and (width: 768px) {
    [lang=en-US] .row.stock-row {
        min-height: auto
    }
}

@media screen and (min-width: 768px) {
    .radio-filter {
        margin-left: 10px
    }

    .col-c {
        padding-left: 5px;
        padding-right: 5px
    }

    .panel-sm-h {
        min-height: 450px
    }

    .input-group.date > input {
        max-width: 100px
    }

    .table-fixed.table-deal tbody {
        height: 495px
    }
    .p1-1, .p1-2, .p1-3, .p1-4, .p1-5, .p1-6, .p1-7{
        display:none;
    }
    .filter-popup {
        position: absolute;
        z-index: 999;
        background: white;
        top: 44px;
        margin-right: 10px;
    }

        .filter-popup.show {
            display: block !important;
        }
}

#niem-yet tr td:first-child {
    width: 1%;
    white-space: nowrap;
}

.btn-expand-managements, .btn-expand-audit-organizations {
    cursor: pointer;
    border: none;
    padding: 5px 10px;
    background: #f9f9f9;
}

    .btn-expand-managements > i.fa, .btn-expand-audit-organizations > i.fa {
        color: #3391eb;
        font-size: 20px;
    }

.img-board-managerments{
    /*height: 55px;*/
    width:100%;
}

.div-bom-avatar {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}


#info-co-phan-nam-giu-popup, #info-ty-le-co-phan-nam-giu-popup {
    display: none;
    position: absolute;
    width: 200px;
    padding: 10px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #1a1a1a;
    font-size: 90%;
}

.CDKT-header-blue-color {
    background: #e1f5fe;
    font-weight: bold;
    color: #275F8F;
}

.CDKT-row-blue-color {
    background: #fff;
    font-weight: bold;
    color: #275F8F;
}

.CDKT-row-white-color {
    background: #fff;
}

.width30 {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
}


.width120 {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

.width150 {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.width250 {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}

.width300 {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}



#div-content-CDKT,
#div-content-KQKD,
#div-content-TM,
#div-content-CSTC,
#div-content-LCTT-indirect,
#div-content-LCTT-direct,
#div-content-CTKH,
#div-content-BCTT-KQ,
#div-content-BCTT-CD,
#div-content-BCTT-CSTC {
    width: 100%;
    overflow: auto;
    position: relative;
}


#tbl-data-CDKT-clone,
#tbl-data-KQKD-clone,
#tbl-data-TM-clone,
#tbl-data-CSTC-clone,
#tbl-data-CTKH-clone,
#tbl-data-LCTT-indirect-clone,
#tbl-data-LCTT-direct-clone,
#tbl-data-BCTT-KQ-clone,
#tbl-data-BCTT-CD-clone,
#tbl-data-BCTT-CSTC-clone {
    position: relative;
    top: 0px;
    z-index: 4;
}
    #tbl-data-CDKT-clone thead,
    #tbl-data-KQKD-clone thead,
    #tbl-data-TM-clone thead,
    #tbl-data-CSTC-clone thead,
    #tbl-data-CTKH-clone thead,
    #tbl-data-LCTT-indirect-clone thead,
    #tbl-data-LCTT-direct-clone thead,
    #tbl-data-BCTT-KQ-clone thead,
    #tbl-data-BCTT-CD-clone thead,
    #tbl-data-BCTT-CSTC-clone thead {
        position: absolute;
    }


        #tbl-data-CDKT thead tr th:first-child,
        #tbl-data-CDKT-clone thead tr th:first-child,
        #tbl-data-KQKD thead tr th:first-child,
        #tbl-data-KQKD-clone thead tr th:first-child,
        #tbl-data-LCTT-indirect thead tr th:first-child,
        #tbl-data-LCTT-indirect-clone thead tr th:first-child,
        #tbl-data-LCTT-direct thead tr th:first-child,
        #tbl-data-LCTT-direct-clone thead tr th:first-child,
        #tbl-data-CSTC thead tr th:first-child,
        #tbl-data-CSTC-clone thead tr th:first-child,
        #tbl-data-CTKH thead tr th:first-child,
        #tbl-data-CTKH-clone thead tr th:first-child,
        #tbl-data-TM thead tr th:first-child,
        #tbl-data-TM-clone thead tr th:first-child,
        #tbl-data-BCTT-KQ thead tr th:first-child,
        #tbl-data-BCTT-CD thead tr th:first-child,
        #tbl-data-BCTT-CSTC thead tr th:first-child,
        #tbl-data-BCTT-KQ-clone thead tr th:first-child,
        #tbl-data-BCTT-CD-clone thead tr th:first-child,
        #tbl-data-BCTT-CSTC-clone thead tr th:first-child {
            position: sticky;
            position: -webkit-sticky;
            top: auto;
            left: -1px;
            z-index: 3;
            background: #e1f5fe;
        }

        #tbl-data-CDKT thead tr th:nth-child(2),
        #tbl-data-CDKT thead tr th:nth-child(3),
        #tbl-data-CDKT-clone thead tr th:nth-child(2),
        #tbl-data-CDKT-clone thead tr th:nth-child(3),
        #tbl-data-KQKD thead tr th:nth-child(2),
        #tbl-data-KQKD thead tr th:nth-child(3),
        #tbl-data-KQKD-clone thead tr th:nth-child(2),
        #tbl-data-KQKD-clone thead tr th:nth-child(3),
        #tbl-data-LCTT-direct thead tr th:nth-child(2),
        #tbl-data-LCTT-direct thead tr th:nth-child(3),
        #tbl-data-LCTT-direct-clone thead tr th:nth-child(2),
        #tbl-data-LCTT-direct-clone thead tr th:nth-child(3),
        #tbl-data-LCTT-indirect thead tr th:nth-child(2),
        #tbl-data-LCTT-indirect thead tr th:nth-child(3),
        #tbl-data-LCTT-indirect-clone thead tr th:nth-child(2),
        #tbl-data-LCTT-indirect-clone thead tr th:nth-child(3),
        #tbl-data-TM thead tr th:nth-child(2),
        #tbl-data-TM thead tr th:nth-child(3),
        #tbl-data-TM-clone thead tr th:nth-child(2),
        #tbl-data-TM-clone thead tr th:nth-child(3),
        #tbl-data-CSTC thead tr th:nth-child(2),
        #tbl-data-CSTC thead tr th:nth-child(3),
        #tbl-data-CSTC thead tr th:nth-child(4),
        #tbl-data-CSTC-clone thead tr th:nth-child(2),
        #tbl-data-CSTC-clone thead tr th:nth-child(3),
        #tbl-data-CSTC-clone thead tr th:nth-child(4),
        #tbl-data-CTKH thead tr th:nth-child(2),
        #tbl-data-CTKH thead tr th:nth-child(3),
        #tbl-data-CTKH thead tr th:nth-child(4),
        #tbl-data-CTKH-clone thead tr th:nth-child(2),
        #tbl-data-CTKH-clone thead tr th:nth-child(3),
        #tbl-data-CTKH-clone thead tr th:nth-child(4),
        #tbl-data-BCTT-KQ thead tr th:nth-child(2),
        #tbl-data-BCTT-CD thead tr th:nth-child(2),
        #tbl-data-BCTT-CSTC thead tr th:nth-child(2),
        #tbl-data-BCTT-KQ-clone thead tr th:nth-child(2),
        #tbl-data-BCTT-CD-clone thead tr th:nth-child(2),
        #tbl-data-BCTT-CSTC-clone thead tr th:nth-child(2),
        #tbl-data-BCTT-KQ thead tr th:nth-child(3),
        #tbl-data-BCTT-CD thead tr th:nth-child(3),
        #tbl-data-BCTT-CSTC thead tr th:nth-child(3),
        #tbl-data-BCTT-KQ-clone thead tr th:nth-child(3),
        #tbl-data-BCTT-CD-clone thead tr th:nth-child(3),
        #tbl-data-BCTT-CSTC-clone thead tr th:nth-child(3),
        #tbl-data-BCTT-KQ thead tr th:nth-child(4),
        #tbl-data-BCTT-CD thead tr th:nth-child(4),
        #tbl-data-BCTT-CSTC thead tr th:nth-child(4),
        #tbl-data-BCTT-KQ-clone thead tr th:nth-child(4),
        #tbl-data-BCTT-CD-clone thead tr th:nth-child(4),
        #tbl-data-BCTT-CSTC-clone thead tr th:nth-child(4) {
            position: sticky;
            position: -webkit-sticky;
            top: auto;
            /*left: -1px;*/
            z-index: 3;
            background: #e1f5fe;
        }

#div-content-LCTT-direct {
        margin-top: 10px;
    }

/*#tbl-data-CDKT thead tr:first-child,*/
#tbl-data-KQKD thead tr:first-child,
#tbl-data-LCTT-indirect thead tr:first-child,
#tbl-data-LCTT-direct thead tr:first-child,
#tbl-data-CSTC thead tr:first-child,
#tbl-data-CTKH thead tr:first-child,
#tbl-data-TM thead tr:first-child,
#tbl-data-BCTT-KQ thead tr:first-child,
#tbl-data-BCTT-CD thead tr:first-child,
#tbl-data-BCTT-CSTC thead tr:first-child {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: -1px;
    z-index: 4;
    background: #e1f5fe;
}

#tbl-data-CDKT tbody tr[data-css-style="MaxB"],
#tbl-data-CDKT tbody tr[data-css-style="LargeB"],
#tbl-data-KQKD tbody tr[data-css-style="MaxB"],
#tbl-data-KQKD tbody tr[data-css-style="LargeB"],
#tbl-data-LCTT-indirect tbody tr[data-css-style="MaxB"],
#tbl-data-LCTT-indirect tbody tr[data-css-style="LargeB"]
#tbl-data-LCTT-direct tbody tr[data-css-style="MaxB"],
#tbl-data-LCTT-direct tbody tr[data-css-style="LargeB"],
#tbl-data-BCTT-KQ tbody tr[data-css-style="MaxB"],
#tbl-data-BCTT-KQ tbody tr[data-css-style="LargeB"],
#tbl-data-BCTT-CD tbody tr[data-css-style="MaxB"],
#tbl-data-BCTT-CD tbody tr[data-css-style="LargeB"],
#tbl-data-BCTT-CSTC tbody tr[data-css-style="MaxB"],
#tbl-data-BCTT-CSTC tbody tr[data-css-style="LargeB"] {
    text-transform: uppercase;
    font-weight: 700;
    color: #005288;
}

#tbl-data-CDKT tbody tr[data-css-style="NormalB"],
#tbl-data-CDKT tbody tr[data-css-style="NormalBI"],
#tbl-data-KQKD tbody tr[data-css-style="NormalB"],
#tbl-data-KQKD tbody tr[data-css-style="NormalBI"],
#tbl-data-LCTT-indirect tbody tr[data-css-style="NormalB"],
#tbl-data-LCTT-indirect tbody tr[data-css-style="NormalBI"],
#tbl-data-LCTT-direct tbody tr[data-css-style="NormalB"],
#tbl-data-LCTT-direct tbody tr[data-css-style="NormalBI"],
#tbl-data-TM tbody tr[data-css-style="NormalB"],
#tbl-data-BCTT-KQ tbody tr[data-css-style="NormalB"],
#tbl-data-BCTT-KQ tbody tr[data-css-style="NormalBI"],
#tbl-data-BCTT-CD tbody tr[data-css-style="NormalB"],
#tbl-data-BCTT-CD tbody tr[data-css-style="NormalBI"],
#tbl-data-BCTT-CSTC tbody tr[data-css-style="NormalB"],
#tbl-data-BCTT-CSTC tbody tr[data-css-style="NormalBI"],
#tbl-data-TM tbody tr[data-css-style="NormalB"],
#tbl-data-TM tbody tr[data-css-style="NormalBI"] {
    font-weight: 700;
}

#tbl-data-CDKT .td-stockcode,
#tbl-data-KQKD .td-stockcode,
#tbl-data-LCTT-indirect .td-stockcode,
#tbl-data-LCTT-direct .td-stockcode,
#tbl-data-CSTC .td-stockcode,
#tbl-data-CTKH .td-stockcode,
#tbl-data-TM .td-stockcode,
#tbl-data-BCTT-KQ .td-stockcode,
#tbl-data-BCTT-CD .td-stockcode,
#tbl-data-BCTT-CSTC .td-stockcode {
    position: sticky;
    position: -webkit-sticky;
    top: auto;
    left: -1px;
    z-index: 3;
    background: inherit;
    width: 400px;
    max-width: 400px;
}

#tbl-data-CDKT tbody tr td:nth-child(2),
#tbl-data-CDKT tbody tr td:nth-child(3),
#tbl-data-KQKD tbody tr td:nth-child(2),
#tbl-data-KQKD tbody tr td:nth-child(3),
#tbl-data-LCTT-direct tbody tr td:nth-child(2),
#tbl-data-LCTT-direct tbody tr td:nth-child(3),
#tbl-data-LCTT-indirect tbody tr td:nth-child(2),
#tbl-data-LCTT-indirect tbody tr td:nth-child(3),
#tbl-data-TM tbody tr td:nth-child(2),
#tbl-data-TM tbody tr td:nth-child(3),
#tbl-data-CSTC tbody tr td:nth-child(2),
#tbl-data-CSTC tbody tr td:nth-child(3),
#tbl-data-CSTC tbody tr td:nth-child(4),
#tbl-data-CTKH tbody tr td:nth-child(2),
#tbl-data-CTKH tbody tr td:nth-child(3),
#tbl-data-CTKH tbody tr td:nth-child(4),
#tbl-data-BCTT-KQ tbody tr td:nth-child(2),
#tbl-data-BCTT-CD tbody tr td:nth-child(2),
#tbl-data-BCTT-CSTC tbody tr td:nth-child(2),
#tbl-data-BCTT-KQ tbody tr td:nth-child(3),
#tbl-data-BCTT-CD tbody tr td:nth-child(3),
#tbl-data-BCTT-CSTC tbody tr td:nth-child(3),
#tbl-data-BCTT-KQ tbody tr td:nth-child(4),
#tbl-data-BCTT-CD tbody tr td:nth-child(4),
#tbl-data-BCTT-CSTC tbody tr td:nth-child(4) {
    position: sticky;
    position: -webkit-sticky;
    top: auto;
    /*left: 400px;*/
    z-index: 3;
    background: inherit;
}

#tbl-data-CDKT .td-stockcode div.report-norm-name,
#tbl-data-KQKD .td-stockcode div.report-norm-name,
#tbl-data-LCTT-indirect .td-stockcode div.report-norm-name,
#tbl-data-LCTT-direct .td-stockcode div.report-norm-name,
#tbl-data-CSTC .td-stockcode div.report-norm-name,
#tbl-data-CTKH .td-stockcode div.report-norm-name,
#tbl-data-TM .td-stockcode div.report-norm-name,
#tbl-data-BCTT-KQ .td-stockcode div.report-norm-name,
#tbl-data-BCTT-CD .td-stockcode div.report-norm-name,
#tbl-data-BCTT-CSTC .td-stockcode div.report-norm-name {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    #tbl-data-CDKT .td-stockcode div.report-norm-name,
    #tbl-data-KQKD .td-stockcode div.report-norm-name,
    #tbl-data-LCTT-indirect .td-stockcode div.report-norm-name,
    #tbl-data-LCTT-direct .td-stockcode div.report-norm-name,
    #tbl-data-CSTC .td-stockcode div.report-norm-name,
    #tbl-data-CTKH .td-stockcode div.report-norm-name,
    #tbl-data-TM .td-stockcode div.report-norm-name,
    #tbl-data-BCTT-KQ .td-stockcode div.report-norm-name,
    #tbl-data-BCTT-CD .td-stockcode div.report-norm-name,
    #tbl-data-BCTT-CSTC .td-stockcode div.report-norm-name {
        width: 180px;
    }
    .width120 {
        width: 160px;
        min-width: 160px;
        max-width: 160px;
    }
    .CDKT-header-blue-color th.width120{
        text-align:right;
    }
    tr.CDKT-row-white-color td.text-center {
        text-align:right;
    }
    tr[data-row-type="giaidoan"] td:nth-child(3),
    tr[data-row-type="kiemtoan"] td:nth-child(3),
    tr[data-row-type="hopnhat"] td:nth-child(3),
    tr[data-row-type="congtykiemtoan"] td:nth-child(3),
    tr[data-row-type="ykienkiemtoan"] td:nth-child(3),
    tr[data-row-type="giaidoan"] td:nth-child(4),
    tr[data-row-type="kiemtoan"] td:nth-child(4),
    tr[data-row-type="hopnhat"] td:nth-child(4),
    tr[data-row-type="congtykiemtoan"] td:nth-child(4),
    tr[data-row-type="ykienkiemtoan"] td:nth-child(4) {
        z-index: -3 !important;
    }
}


    #CDKT-chart-hover-popup {
        display: none;
        position: absolute;
        width: 150px;
        height: 155px;
        padding: 0;
        background: #eeeeee;
        z-index: 10;
        box-shadow: 3px 2px #dfdfdc;
        /*color: #000000;*/
        border: 1px solid #1a1a1a;
        /*font-size: 90%;*/
    }

        #CDKT-chart-hover-popup > div > a {
            margin: 5px;
        }

            #CDKT-chart-hover-popup > div > a > .fa-search-plus {
                font-size: 20px;
            }

    #CDKT-draw-chart-in-hover-popup {
        width: 100%;
        height: 120px;
    }

    #CDKT-chart-mini-menu-popup {
        position: absolute;
        display: none;
        z-index: 7;
        border: 1px solid #888;
        text-align: right;
        right: 15px;
        top: 23px;
        background: #fff;
        padding: 2px;
    }

        #CDKT-chart-mini-menu-popup ul li {
            /*border-bottom: 1px solid #ccc;*/
        }

            #CDKT-chart-mini-menu-popup ul li a:hover {
                color: red;
            }

            #CDKT-chart-mini-menu-popup ul li a {
                color: #000;
                font-size: 10px;
                text-decoration: none;
                cursor: pointer;
            }

    #CDKT-chart-popup {
        display: none;
        position: absolute;
        width: 300px;
        height: 350px;
        left: 40%;
        /*transform: translate(-40%, 0%);*/
        padding: 5px 0;
        background: #eeeeee;
        z-index: 11;
        box-shadow: 3px 2px #dfdfdc;
        border: 1px solid #1a1a1a;
    }

        #CDKT-chart-popup .fa {
            font-size: 22px;
            margin-right: 10px;
        }

    #CDKT-draw-chart-in-popup {
        width: 100%;
        height: 300px;
    }

    #input-CDKT-draw-chart-in-popup {
        opacity: 0;
        width: 20px;
    }

    .expand-collapse-reportnorm {
        cursor: pointer;
    }

    /*.expand-collapse-reportnorm[data-type="collapse"] {
        display: none;
    }*/

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

        .dropdown-item:focus, .dropdown-item:hover {
            color: #fff;
            text-decoration: none;
            background-color: #007bff;
            cursor: pointer;
        }

        .dropdown-item.active, .dropdown-item:active {
            color: #fff;
            text-decoration: none;
            background-color: #007bff;
        }

    .collapse-hide-data-CDKT {
        display: none;
    }

    #warning-taichinh {
        background: #f4cccc;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        padding: 10px;
        color: #000;
        display: none;
    }

        #warning-taichinh a {
            cursor: pointer;
            text-decoration: none;
        }

    #link-close-warning-taichinh {
        color: red;
        font-weight: bold;
    }

    div#taichinh-info-content-title-popup {
        display: none;
        position: absolute;
        max-width: 300px;
        padding: 10px;
        background: #eeeeee;
        color: #000000;
        border: 1px solid #1a1a1a;
        font-size: 90%;
        z-index: 100;
    }

    #finance-content .fa-info-circle {
        color: #bebebe;
    }

    .background-col-hover {
        background: #f1f0cd;
        /*color: #fff;*/
    }

    .div-layout-tool {
        margin: 0;
        width: 100%;
    }


.div-filter-cdkt {
    float: left;
    margin: 0px;
    text-align: left;
}

.filter-cstc {
    width: Calc(100% - 706px);
}

.filter-ctkh {
    width: Calc(100% - 662px);
}

.filter-bctt {
    width: Calc(100% - 583px);
}

.link-expand-filter-icon {
    float: left;
    font-size: 20px;
    margin: 5px;
    cursor:pointer;  
}
.link-collapse-filter-icon {
    float: left;
    font-size: 20px;
    margin: 5px;
    cursor: pointer;
    display: none;
}
.btn-group-paging .btn {
    padding:8px;
}
.periodname-info{
    padding:10px;
}
.btn-overall-CDKT, .btn-details-CDKT {
    color: #ccc;
    border: solid 1px #ccc;
    padding: 2px;
}
    .btn-overall-CDKT.expand, .btn-details-CDKT.expand {
        color: #01579B;
    }
    .btn-overall-CDKT.unexpand, .btn-details-CDKT.unexpand {
        color: #ccc;
    }
.btn-details-CDKT{
    margin-left:2px;
}
.expand-overall-CDKT, .expand-details-CDKT {
    cursor:pointer
}


/* -------------------------------------------------------------------------------------------------- */
.stock-relation__header {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 20px 0px;
}
.stock-relation__header-title {
    font-weight: 700;
    font-size: 24px;
}

.stock-relation__button-container {
    margin-top: 15px;
    text-align: center;
}
.stock-relation__button-see-more {
    padding: 6px 25px;
    color: #282828;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    cursor: default;
    display: inline-block;
}
    .stock-relation__button-see-more:hover {
        background-color: #E1F5FE;
        border: none;
    }
#iframe-relation-list-stock {
    width: 99.9%;
    border: solid 1px #d9d9d9;
    border-radius: 10px;
    margin-top: 20px;
}

.option-group {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: flex;
    align-items: baseline;
    gap: 10px 20px;
}

.option-tab-group {
    display: flex;
    padding: 5px 0px;
    width: fit-content;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
}
.option-tab-group::-webkit-scrollbar {
    display: none;
}
.option-tab {
    padding: 0px 10px;
    cursor: default;
    text-decoration: none !important;
    white-space: nowrap;
    color: #666666;
    border-right: 1px solid #d9d9d9;
    font-size: 16px;
}
.option-tab:last-child {
    border-right: none;
}
    .option-tab:hover {
        color: #282828;
    }

.option-tab--active {
    font-weight: 500;
    color: #282828;
}

.option-selection {
    display: flex;
    align-items: center;
}
.option-selection__item {
    padding: 3px 13px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    margin-right: 5px;
    white-space: nowrap;
    cursor: default;
    user-select: none;
}
.option-selection__item--active {
    background-color: #e1f5fe;
}
.option-selection__item:not(.option-selection__item--active):hover {
    background-color: #f0f7ff;
}

.option-menu-btn {
    opacity: 0;
    margin-left: auto;
    padding: 2px 8px;
    border-radius: 50%;
    /*background: #f8f9fa;*/
    cursor: pointer;
}

.col-first-sector {
    display: flex !important;
    align-items: center !important;
}

.col-first-sector:hover .option-menu-btn {
    opacity: 1;
}

.col-option {
    position: relative;
}

.text-center .col-option {
    display: flex;
    justify-content: center;
}

.text-right .col-option {
    display: flex;
    justify-content: flex-end;
}

.text-left .col-option {
    display: flex;
    justify-content: flex-start;
}

.col-option-dropdown {
    position: absolute;
    min-width: 150px;
    display: flex;
    display: none;
    flex-direction: column;
    right: 0;
    top: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 3px 5px #0c0b0b59;
    z-index: 100;
    color: #4a4e52;
    padding: 6px 0 0;
}

.col-option-name {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
}

.col-option-name--active {
    font-family: 'Roboto';
    font-weight: 500;
    color: #131722;
}

th.text-left .col-option-name {
    flex-direction: row-reverse;
}

.col-option-dropdown__group {
    width: 100%;
    flex-shrink: 0;
}

.col-option-dropdown__group:not(:last-child) {
    border-bottom: 1px solid rgb(224, 227, 235);
}

.col-option-dropdown__header {
    padding: 3px 12px;
    text-align: left;
    font-weight: 400;
    color: #6a6d78;
}

.col-option-dropdown__header-text {
    color: #015096;
}

.col-option-dropdown__body {
    margin-top: 6px;
    margin-bottom: 6px;
}

.col-option-dropdown__item {
    height: 32px;
    padding: 6px 12px;
    text-align: left;
    color: rgb(19, 23, 34);
    cursor: default;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.col-option-dropdown__item > svg {
    width: 25px;
    margin-right: 5px;
    max-width: 25px;
}

.col-option-dropdown__item > svg > path {
    fill: #131722;
}

.col-option-dropdown__item-label {
    white-space: nowrap;
}

.col-option-dropdown__item--active {
    background-color: rgb(16, 123, 215) !important;
    color: #f5f9ff !important;
}

.col-option-dropdown__item--active > svg > path {
    fill: #f5f9ff !important;
}

.col-option-dropdown__item:hover {
    background-color: #fff3d0;
}

.col-option-dropdown--mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    top: unset;
    width: 100%;
}

.col-option-dropdown--mobile .col-option-dropdown__header {
    padding: 7px 15px;
}

.col-option-dropdown--mobile .col-option-dropdown__item {
    padding: 10px 15px;
}

.stock-img {
    padding: 3px;
    width: 28px;
    min-width: 28px;
    height: 28px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    background-color: #f8f8f8;
    overflow: hidden;
}

.stock-img > img {
    width: 100%;
    height: auto;
}

.stock-col-container {
    display: flex;
    align-items: center;
}

    .stock-col-container > a {
        padding: 5px;
        text-align: center;
        color: #282828;
        font-weight: 600;
        text-decoration: none;
        cursor: pointer;
        min-width: 60px;
    }

.stock-col-container > span {
    /*color: #015096;*/
    cursor: default;
    min-width: 200px;
}

.col-hover {
    cursor: default;
    user-select: none;
}

.col-hover:hover {
    background-color: #fbfdff !important;
    cursor: pointer;
}

.menu-dropdown {
    display: none;
    min-width: 190px;
    position: absolute;
    top: 12px;
    left: 20px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 3px 5px #0c0b0b59;
    z-index: 100;
    color: #4a4e52;
}

    .menu-dropdown:hover {
        display: block !important;
    }

.menu-dropdown__header {
    padding: 10px 5px 10px 7px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    background: #f8f9fb;
}

.menu-dropdown__header-text {
    color: #545B66;
    font-size: 13px;
    font-weight: bold;
}

.menu-dropdown__body {
    position: relative;
    top: 0px;
    padding: 5px 0px;
    padding-top: 0px;
    max-height: 350px;
    overflow-y: auto;
}

.menu-dropdown__item {
    display: flex;
    align-items: center;
    padding: 7px 15px;
    white-space: nowrap;
    position: relative;
    top: 0px;
    cursor: pointer;
    color: #4a4e52;
}

.menu-dropdown__item:hover {
    background-color: #ffdead;
}

.menu-dropdown__item-label {
    margin-left: 7px;
}

.right-col-group {
    overflow: auto;
    width: 100%;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #b6b7b766 #efefef;
}

.right-col-group::-webkit-scrollbar {
    height: 9px;
}

.right-col-group::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #efefef;
}

.right-col-group::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b6b7b766;
}

.right-col-group::-webkit-scrollbar-thumb:hover {
    background: #b6b7b7;
}

.table-hover > tbody > tr:hover .stock-txt {
    /*color: white;
    background-color: #01579B;*/
}

.table-hover > tbody > tr:hover .stock-img {
    /*border-color: #2dce89;*/
}

.stock-txt:hover, .stock-txt--active {
    /*color: white !important;
    background-color: #01579B !important;*/
}

.option-tab--mobile {
    display: none !important;
}

.relation-option {
    width: fit-content;
    margin-bottom: 0px;
    display: flex;    
    align-items: center;    
    border: 1px solid var(--borderToolbarColor);
    border-right: 0px;    
    position: relative;
    border: 1px solid #00000026;
    background-color: #F8F9FA;
    border-radius: 10px;
    height: 35px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    --itemHoverColor: #ffdead;
    --itemActiveColor: #fff3d0;
    --borderToolbarColor: #e1e1e1;
}

.heatmap-toolbar__button-text {
    margin-left: 5px;
}

.heatmap-toolbar-dropdown {
    display: none;
    width: 190px;
    position: absolute;
    top: 40px;
    left: -1px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 3px 5px #0c0b0b59;
    z-index: 10;
    color: #4a4e52;
}

.heatmap-dropdown__item {
    cursor: default;
    white-space: normal;
}

.toolbar-dropdown--mobile .heatmap-dropdown__header {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 12px;
}

.toolbar-dropdown--mobile .heatmap-dropdown__item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.toolbar-dropdown--mobile {
    display: block;
    position: fixed;
    top: 30%;
    left: 0;    
    width: 100%;
}

.hidden-long-text-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.data-content-table__cell-value--green {
    color: #008000;
}

.data-content-table__cell-value--red {
    color: #ff0000;
}

.data-content-table__cell-value--yellow {
    color: #ffa60c;
}

.data-content-table__cell-value--ceil {
    color: #c900ca;
}

.data-content-table__cell-value--floor {
    color: #1e90ff;
}

.table-cell-content-110 {
    min-width: 110px;
}

.table-cell-content-120 {
    min-width: 120px;
}
.table-cell-content-140 {
    min-width: 140px;
}
.min-width-140 {
    min-width: 140px;
}

.min-width-150 {
    min-width: 150px;
}
.min-width-160 {
    min-width: 160px;
}
.min-width-180 {
    min-width: 180px;
}

@media screen and (max-width: 767px) {
    .option-group {
        flex-direction: row;
        align-items: baseline;
        flex-wrap: wrap;
        gap: 7px 12px;
    }

    .option-tab-group {
        display: none;
    }

    .option-tab--mobile {
        display: initial !important;
    }

    .option-type {
        flex-basis: 100%;
    }

    .option-selection {
        margin-left: 0;
        margin-top: 10px;
        overflow-x: auto;
    }

    .left-col-group {
        width: 100px;
        min-width: 100px;
    }

    .right-col-group ul > li {
        width: 80px;
        min-width: 80px;
    }

    .hidden-long-text-3--mobile {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}

.table-custom > thead > tr > th  {
    background-color: #fff;
    font-weight: 500;
    color: #333;
    border-top: 0px;
    border-bottom: 1px solid #d9d9d9;
}
.table-custom > tbody > tr > td {
    border-top: 0px;
    border-bottom: 1px solid #d9d9d9;
}

.table-header--sticky {
    position: absolute;
    background-color: #f3f3f3;
}

.table-row--sticky {
    position: absolute;
    background-color: #fff;
}

.table-row--sticky:after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    z-index: 5;
}

.table-row--static {
    position: relative;
    top: -200px;
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .table-header--sticky {
        z-index: 60;
    }

    .table-row--sticky {
        z-index: 50;
    }

    .table-sticky-col {
        position: sticky !important;
        position: -webkit-sticky !important;
        left: 0 !important;
        z-index: 5 !important;
    }

    td.table-sticky-col {
        background: #fff;
    }

    .table-sticky-col:nth-child(1) {
        left: 0 !important;
    }

    .table-sticky-col.col-40 {
        min-width: 40px;
    }

    .table-sticky-col:nth-child(2) {
        left: 40px !important;
    }
}

.option-menu-group:hover .menu-dropdown {
    display: block !important;
}

.table-header--static {
    position: relative;
    top: -100px;
    opacity: 0;
}

.table-horizontal-scroll {
    user-select: none;
    border-collapse: separate;
}

.table-horizontal-scroll tbody:active {
    cursor: grabbing;
}

.d-flex-item-center {
    display: flex;
    align-items: center;
}

.custom-scrollbar-horz {
    overflow: auto;
    width: 100%;
    position: relative;
}

@-moz-document url-prefix() {
    .custom-scrollbar-horz {
        scrollbar-width: thin;
        scrollbar-color: #b6b7b766 #efefef;
    }
}

.custom-scrollbar-horz::-webkit-scrollbar {
    height: 9px;
}

.custom-scrollbar-horz::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #efefef;
}

.custom-scrollbar-horz::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b6b7b766;
}

.custom-scrollbar-horz::-webkit-scrollbar-thumb:hover {
    background: #b6b7b7;
}

.modal-overlay-relation {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    z-index: 9;
    opacity: 0.4;
}

.vert-middle {
    vertical-align: middle !important;
}

/* Company General Info (HEADER) */
.company-general__container {
    position: relative;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
    --stock-arrow-right-svg: #282828;
    --stock-search-svg: #666;
}
.company-general__wrapper {
    display: flex;
    align-items: center;
}
.company-general-logo__wrapper {
    min-width: 130px;
    margin-right: 15px;
}
.company-general-logo {
    overflow: hidden;
    padding: 2px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #f8f8f8;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
    .company-general-logo img {
        width: 70%;
        height: auto;
        object-fit: contain;
    }
.company-general-info {
    min-width: 0px;    
}
.company-general-row {
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.company-general-row--show-mobile {
    display: none;
    height: 15px;
}
.company-general-row--trading-mobile {
    display: none;
}
.company-general-name {
    font-size: 19px;
    font-weight: 400;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    white-space: normal;
}
.company-general-stock-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #00000026;
    border-radius: 15px;
    padding: 0px 10px;
    line-height: 18px;
    cursor: default;
}
    .company-general-stock-wrapper:hover {
        background-color: #E1F5FE;
        --stock-search-svg: #0280EA;
        cursor: pointer;
    }
.company-general-stock-code {
    font-weight: 700;
    font-size: 18px;
    margin-left: 5px;
}
.company-general-stock-search {
    margin-left: 20px;
    margin-top: 6px;
}
.company-general-stock-exchange {
    font-size: 18px;
    padding-top: 2px;
    margin-left: 5px;
}
.company-general-stock-status {
    margin-left: 10px;    
    color: #666;
    white-space: nowrap;
}
    .company-general-stock-status i {
        margin-right: 3px;
        font-size: 12px;
    }
.company-general-price {
    font-size: 24px;
    font-weight: 700;
}
.company-general-change {
    margin-left: 10px;
    font-size: 18px;
}
    .company-general-change i {
        margin-right: 5px;
        font-size: 18px;
    }
.company-general-perchange {    
    border-radius: 7px;
    padding: 3px 10px;
    font-size: 17px;
    margin-left: 5px;
    line-height: 18px;
}

.company-general-bg-red {
    background-color: #FFD0D0;
}
.company-general-bg-green {
    background-color: #D3FDD5;
}
.company-general-bg-purple {
    background-color: #F3B2FF;
}
.company-general-bg-blue {
    background-color: #F0F7FF;
}
.company-general-bg-orange {
    background-color: #FFE7C8;
}

.company-general-trading-date {
    color: #666;
    margin-left: 5px;
    font-size: 13px;
}
.company-general-trading-status {
    margin-left: 5px;
    color: #666;
    font-size: 13px;
}
.company-general-trading-status i {
    font-size: 10px;
    margin-right: 5px;
}
.company-general__button-container {
    position: relative;
    z-index: 1;
}
.company-general__button-add-wl {
    /*position: absolute;
    top: 10px;
    left: 60%;*/
    display: inline-block;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
}
    .company-general__button-add-wl:hover {
        background-color: #f0f7ff;
    }

.company-general-sector {
    margin-top: 5px;
}
.company-general-sector-text {
    color: #666;
}
.company-general-sector-link {
    margin-left: 5px;
    padding: 5px 7px;
    border: 1px solid transparent;
}
    .company-general-sector-link:hover {
        background-color: #E1F5FE;
        border-color: #00000015;
        border-radius: 20px;
    }
    .company-general-sector-link a {
        color: #282828;
        text-decoration: none;
    }
    .company-general-sector-link:hover a {
        color: #0280EA;
    }

.company-general-sector-arrow {
    margin-left: 5px;
    color: #282828;
}

.company-general__tabs {
    position: absolute;
    bottom: 1px;
    right: 0px;
    display: flex;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;
    max-width: 415px;
}
.company-general__tab {
    margin-left: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 3px 10px;
    cursor: default;
    color: #282828;
    white-space: nowrap;
}
.company-general__tab:first-child {
    margin-left: 0px;
}
    .company-general__tab a {
        color: #282828;
        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none;
        user-drag: none;
    }
.company-general__tab:hover {
    background-color: #f0f7ff;
}
    .company-general__tab:hover a {
        color: #282828;
        text-decoration: none;
    }

.company-general__trending-wrapper {
    position: absolute;
    right: 0px;
    top: 32px;
}
.company-trending__title {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #999;
}
.company-trending__title-text {
    padding-left: 20px;
    white-space: nowrap;
}
.company-trending__title-line {    
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #00000015;
    margin-left: 5px;
}

.company-general__trending {
    display: flex;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;
    max-width: 430px;
}
.company-general__trending-item {
    display: flex;
    align-items: center;
    margin-left: 5px;
    font-size: 13px;
    color: #999;
    border: 1px solid #00000026;
    background-color: #fff;
    padding: 0px 4px;
    padding-right: 20px;
    border-radius: 25px;
    cursor: pointer;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
    .company-general__trending-item:hover {
        background-color: #E1F5FE;
        color: #999;
        text-decoration: none;
    }
    .company-general__trending-item:first-child {
        margin-left: 0px;
    }
.company-general__trending-logo-wrapper {
    overflow: hidden;
    min-width: 27px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #f8f8f8;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-right: 5px;
}
    .company-general__trending-logo-wrapper img {
        width: 70%;
        height: auto;
        object-fit: contain;
    }
.company-general__trending-info {}
.company-general__trending-stock {
    font-weight: 500;
    line-height: 17px;
}
    .company-general__trending-stock a {
        color: #999;
    }
        .company-general__trending-stock a:hover {
            color: #015096;            
            text-decoration: none;
        }
.company-general__trending-view {
    display: flex;
    align-items: center;
}
.company-general__trending-view-count {
    display: inline-block;
    margin-left: 3px;
}
.company-general-trending__arrow-left {
    left: -13px;
    top: 37px;
}
.company-general-trending__arrow-right {
    right: -13px;
    top: 37px;
}
/* End Company General Info (HEADER) */
/* COMPANY GENERAL MINI INFO */
.company-general-mini {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    box-shadow: 0px 2px 2px 0px #00000026;
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0px;
    top: 38px;
    z-index: 20;
    display: none;
    --stock-search-svg: #666;
}
.company-general-mini-wrapper {
    display: flex;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
}
.company-general-mini-logo__wrapper {
    min-width: 32px;
    margin-right: 8px;
}
.company-general-mini-logo {
    overflow: hidden;
    padding: 2px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f8f8f8;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
    .company-general-mini-logo img {
        width: 80%;
        height: auto;
        object-fit: contain;
    }
.company-general-mini-stock-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #00000026;
    border-radius: 15px;
    cursor: default;
    padding: 0px 10px;
    line-height: 18px;
}
    .company-general-mini-stock-wrapper:hover {
        background-color: #E1F5FE;
        --stock-search-svg: #0280EA;
        cursor: pointer;
    }
.company-general-mini-stock-code {
    font-size: 17px;
    font-weight: 400;
}
.company-general-mini-stock-search {
    margin-top: 4px;
    margin-left: 10px;
}
.company-general-mini-price {
    font-size: 17px;
    font-weight: 400;
    margin-left: 5px;
}
.company-general-mini-change {
    font-size: 15px;
    margin-left: 10px;
    white-space: nowrap;
    padding-top: 3px;
}
.company-general-mini-perchange {
    border-radius: 7px;
    padding: 3px 10px;
    font-size: 17px;
    margin-left: 5px;
    line-height: 15px;
}
.company-general-mini-trading-status {
    margin-left: 5px;
    white-space: nowrap;
    padding-top: 2px;
}
#company-general-mini-trading-status-ico-desk {
    font-size: 10px;
}
#company-general-mini-trading-status-text-desk {
    font-size: 13px;
}
.irawards-icon {
    display: inline-block;
}
#irawards_icon {
    border: unset;
    border-radius: unset;
    flex-shrink: 0;
}
/* END COMPANY GENERAL MINI INFO */
@media only screen and (min-width: 768px) and (max-width: 912px) {
    .view-tab li a {
        padding: 0px 10px !important;
    }
    .view-tab.swipe-tabs > .slick-list {
        padding-left: 0px;
    }
    .view-tab.swipe-tabs > .slick-list > .slick-track {
        margin-left: 0px;
        height: 40px;
    }
        .view-tab.swipe-tabs > .slick-list > .slick-track li.active {
            position: relative;
        }
            .view-tab.swipe-tabs > .slick-list > .slick-track li.active > a:after {
                background-color: #007fea;
                height: 5px;
                bottom: -3px;
            }

    .finance-content .view-tab.swipe-tabs > .slick-list > .slick-track {
        height: 36px;
    }
    #irawards_icon {
        border: unset;
        border-radius: unset;
    }

        #irawards_icon a {
            width: 80px;
            height: 25px;
            display: inline-block;
        }

            #irawards_icon a.IR_Top {
                width: 45px;
            }
}

@media screen and (max-width: 480px) {
    .company-general-logo__wrapper {
        min-width: 70px;
        margin-right: 10px;
    }
    .company-general-logo {
        width: 70px;
        height: 70px;
    }
        .company-general-logo img {
            width: 70%;
        }
    .company-general-row {
        
    }
    .company-general-row--show-mobile {
        display: block;
    }
    .company-general-row--trading-mobile {
        display: block;
    }
    .company-general-row--hidden-mobile {
        display: none;
    }
    .company-general-name, .company-general-stock-code, .company-general-stock-exchange {
        font-size: 17px;        
    }
    .company-general-stock-search {
        margin-left: 10px;
    }
    .company-general-trading-date {
        margin-left: 0px;
    }
    .company-general-stock-status {
        margin-left: 0px;
    }
    .company-general-stock-status--hidden-mobile {
        display: none;
    }
    .company-general-price {
        font-size: 22px;
    }
    .company-general-change {
        font-size: 16px;
    }
        .company-general-change i {
            font-size: 18px;
        }
    .company-general__tabs {
        overflow-x: auto;
    }
    .company-general__tab:first-child {
        margin-left: 0px;
    }
    .company-general__button-add-wl {
       top: 40px !important;
       padding: 3px 8px;
    }
    #irawards_icon{
        border:unset;
        border-radius:unset;
    }
        #irawards_icon a {
            width: 80px;
            height: 25px;
            display: inline-block;
        }
            #irawards_icon a.IR_Top {
                width: 45px;
            }
}

@media screen and (max-width: 1440px) {
    .container {
        width: 95%;
    }    
}

@media screen and (max-width: 1366px) {
    .container {
        width: 99%;
    }
    .company-detail-tab {
    }
        .company-detail-tab > li {
            border: none;
        }

    .view-tab li a {        
        padding: 8px 10px !important;
    }
   
}

@media (max-width: 1199px) {
    .company-general-sector-link {
        margin-left: 0px;
        padding: 3px 0px;
    }
    .company-general__trending {
        max-width: 360px;
    }
    .company-general__tabs {
        max-width: 300px;
    }
}

@media (max-width: 1099px) {
    .company-general__trending {
        max-width: 280px;
    }
    .company-general__tabs {
        max-width: 180px;
    }
}

@media (max-width: 991px) {
    .company-general__trending-wrapper {
        top: 15px;
    }
    .company-general__trending {
        max-width: 250px;
    }
    .company-general__tabs {
        position: relative;
        margin-top: 10px;
        max-width: unset;
    }
    .company-general-mini {
        top: 46px;
    }
    .company-general-sector {
        overflow-x: auto;
    }
}

@media (max-width: 875px) {
    .company-general__trending {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .company-general__trending-wrapper {
        position: relative;        
        top: 0px;
    }
    .company-general__trending {
        max-width: unset;
    }
    
}

#profile-3.active {
    display:grid;
}

#profile-3 .key {
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
}

    #profile-3 .proRow {
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
