.container-fluid.main {
    min-height: calc(100vh - 109.5px);
}
.box-content .header-tab h1 {
    width: 100%;
}
.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: 10px;
    padding-bottom: 10px;
    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 var(--border-soft);
}
.table-ers td.tang-nhat {
    background-color: rgb(113 44 248);
    color: #ffffff !important;
}
.table-ers td.tang-manh {
    background-color: rgb(113 44 248 / 80%);
    color: #ffffff !important;
}
.table-ers td.tang-vua {
    background-color: rgb(38 168 78);
    color: #ffffff !important;
}
.table-ers td.tang-nhe {
    background-color: rgb(38 168 78 / 80%);
    color: #ffffff !important;
}
.table-ers td.khong-doi {
    background-color: #f1b63f;
    color: #ffffff !important;
}
.table-ers td.giam-nhe {
    background-color: rgb(248 40 48 / 60%);
    color: #ffffff !important;
}
.table-ers td.giam-vua {
    background-color: rgb(248 40 48 / 80%);
    color: #ffffff !important;
}
.table-ers td.giam-manh {
    background-color: rgb(248 40 48);
    color: #ffffff !important;
}
.table-ers td.None {
    background-color: #cccccc;
}
.table-ers td:is(.tang-nhat, .tang-manh, .tang-vua, .tang-nhe, .khong-doi, .giam-nhe, .giam-vua, .giam-manh) {
    border: 1px solid var(--border-soft);
}
.market-table .ty-ajax-loading-box {
    position: fixed;
}
.market-table .box-title .exchange-name {
    margin-left: 0px;
}
@media (max-width: 480px) {
    .list-klgd, .list-date, .list-klgd select, .list-date select {
        width: 100%;
    }
    .list-industries select, .list-klgd select, .list-date select {
        max-width: calc(100vw - 20px);
    }
}