/* Menu: Thống kê */
.tk-period {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e5e7eb;
}
.tk-period-lbl {
    font-size: 13.5px;
    font-weight: 600;
    color: #475569;
}
.tk-apply {
    margin-left: 6px;
}
.tk-total-head {
    font-size: 13.5px;
    color: #475569;
    margin-bottom: 12px;
}
.tk-total-head b {
    color: var(--ink);
    font-size: 15px;
}
.tk-num {
    font-weight: 700;
    color: var(--ink);
}
.tk-ops {
    display: flex;
    gap: 8px;
}
.tk-search-wrap {
    max-width: 340px;
    margin-bottom: 12px;
}
/* ô tìm kiếm tab Lịch sử: cùng hàng bộ chọn khoảng, dồn về bên phải */
.tk-hist-search {
    margin-left: auto;
    flex: 0 1 280px;
    max-width: 280px;
}
