.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;
}
.market-table .box-title .exchange-name button.smoney-locked {
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-main);
    background-color: var(--bg-thead);
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px 0 0;
    border-radius: 6px;
    border: none;
    outline: none;
    opacity: 0.6;
    cursor: pointer;
}

.market-table .box-title .exchange-name span.smoney-locked-label {
    padding: 0px 5px;
    margin-right: 0px;
}

.ers-empty-state {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    color: var(--text-muted);
    font-size: 14px;
}

.ers-empty-state p { margin: 0; }

@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);
    }
}