.container-fluid.main {
    min-height: calc(100vh - 109.5px);
}
.table-ers {
    width: 100%;
    max-height: 652px;
    overflow: auto;
}
.table-ers::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.market-table .table-ers thead {
    top: 0px;
    z-index: 10;
}
.market-table .table-ers td {
    padding-top: 12px;
    padding-bottom: 12px;
    border: none;
}
.table-ers td.sort-col > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.table-ers td.sort-col svg {
    flex-shrink: 0;
}
.table-ers td.market-symbol {
    position: sticky;
    left: 0px;
    min-width: 120px;
    border-bottom: 1px solid #dee2e6;
}
.table-ers td.tang-nhat {
    background-color: rgb(113 44 248);
    color: #ffffff;
}
.table-ers td.tang-manh {
    background-color: rgb(113 44 248 / 80%);
    color: #ffffff;
}
.table-ers td.tang-vua {
    background-color: rgb(38 168 78);
    color: #ffffff;
}
.table-ers td.tang-nhe {
    background-color: rgb(38 168 78 / 80%);
    color: #ffffff;
}
.table-ers td.khong-doi {
    background-color: #f1b63f;
    color: #ffffff;
}
.table-ers td.giam-nhe {
    background-color: rgb(248 40 48 / 60%);
    color: #ffffff;
}
.table-ers td.giam-vua {
    background-color: rgb(248 40 48 / 80%);
    color: #ffffff;
}
.table-ers td.giam-manh {
    background-color: rgb(248 40 48);
    color: #ffffff;
}
.table-ers td.None {
    background-color: #cccccc;
}
.market-table .ty-ajax-loading-box {
    position: fixed;
}
.market-table .box-title .exchange-name {
    margin-left: 0px;
}
.list-industries select, .list-klgd select {
    background-color: #eaeff9;
    color: #3961fb;
    font-weight: 500;
    padding: 7px 10px;
    border-radius: 6px;
    border: none;
    max-width: 330px;
}
@media (max-width: 480px) {
    .list-industries select, .list-klgd select {
        max-width: calc(100vw - 20px);
    }
}